/* Start custom CSS for html, class: .elementor-element-c910fd8 *//*==============================
COMPANY STORY
==============================*/

.sv-company-story{
    padding:110px 0;
    background:linear-gradient(180deg,#ffffff,#f5fbff);
}

.sv-company-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.sv-company-image{
    position:relative;
}

.sv-company-image{
    position:relative;
    padding-bottom:120px;
}

.sv-company-card{
    position:absolute;
    background:#fff;
    padding:20px 30px;
    border-radius:18px;
    box-shadow:0 20px 40px rgba(0,0,0,.12);
    text-align:center;
}

.sv-card-one{
    position:absolute;
    bottom :-60px;
    left:-px;
}


.sv-card-two{
    position:absolute;
    bottom:-50px;
    right:-30px;
}

.sv-company-card h3{
    color:#0d6efd;
    font-size:34px;
    margin:0;
    font-weight:700;
}

.sv-company-card span{
    display:block;
    margin-top:5px;
    color:#666;
}

.sv-subtitle{
    color:#0d6efd;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.sv-company-content h2{
    font-size:46px;
    line-height:1.2;
    margin:15px 0 25px;
    color:#0b1d33;
}

.sv-company-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

.sv-company-list{
    margin:35px 0;
}

.sv-list-item{
    display:flex;
    align-items:center;
    margin-bottom:18px;
}

.sv-list-item i{
    color:#0d6efd;
    margin-right:15px;
    font-size:20px;
}

.sv-main-btn{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:16px 36px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.sv-main-btn:hover{
    background:#004fc7;
}
/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px){

.sv-company-grid{
grid-template-columns:1fr;
gap:50px;
}

.sv-company-content h2{
font-size:36px;
}

.sv-card-one{
left:20px;
}

.sv-card-two{
right:20px;
}

}

@media(max-width:767px){

.sv-company-story{
padding:70px 0;
}

.sv-company-content h2{
font-size:30px;
}

.sv-company-card{
position:relative;
left:auto;
right:auto;
top:auto;
bottom:auto;
margin-top:20px;
width:100%;
}

}/* End custom CSS */