/* Start custom CSS for html, class: .elementor-element-9e16bf7 *//*====================================
Corporate Training
====================================*/

.ct-section{
    width:100%;
}

.ct-subtitle{
    display:inline-block;
    color:#C99446;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.ct-hero h2,
.ct-content h2{

    color:#000;
    font-size:30px;
    line-height:1.3;
    margin-bottom:18px;

}

.ct-hero p,
.ct-content p{

    color:#000;
    line-height:1.9;
    margin-bottom:18px;

}

.ct-card{

    background:#181818;

    border:1px solid rgba(201,148,70,.18);

    border-radius:14px;

    padding:35px;

    margin:35px 0;

    transition:.35s;

}

.ct-card:hover{

    transform:translateY(-6px);

    border-color:#C99446;

    box-shadow:0 18px 45px rgba(0,0,0,.25);

}

.ct-card h3{

    color:#C99446;

    margin-bottom:25px;

    font-size:28px;

}
.ct-card p{

    color:#fff;

    margin-bottom:25px;

    

}

.ct-list{

    list-style:none;

    padding:0;

    margin:0;

}

.ct-list li{

    position:relative;

    padding:14px 0 14px 34px;

    color:#fff;

    border-bottom:1px solid rgba(255,255,255,.08);

    transition:.3s;

}

.ct-list li:last-child{

    border-bottom:none;

}

.ct-list li::before{

    content:"\f00c";

    font-family:"Font Awesome 6 Free";

    font-weight:900;

    color:#C99446;

    position:absolute;

    left:0;

    top:15px;

}

.ct-list li:hover{

    padding-left:40px;

}

.ct-highlight{

    background:linear-gradient(135deg,#C99446,#b38337);

    border-radius:14px;

    padding:35px;

    margin:40px 0;

    text-align:center;

}

.ct-highlight p{

    color:#111;

    font-size:22px;

    font-weight:600;

    line-height:1.8;

    margin:0;

}

@media(max-width:767px){

.ct-hero h2,
.ct-content h2{

font-size:30px;

}

.ct-card{

padding:22px;

}

.ct-card h3{

font-size:24px;

}

.ct-highlight{

padding:25px;

}

.ct-highlight p{

font-size:18px;

}

}/* End custom CSS */