html {
    scroll-behavior: smooth;
}
.section-head .sx-head-l-title .sx-title
{
    font-size: var(--main-title);
}
.sx-our-service-info
{
    font-size: 18px;
}
.sx-our-service-info p{
    line-height: 30px;

}
.sx-pic-l
{
    background-color: #eee;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
    font-family: flaticon_mycollection !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fe582d;
    margin-left: 12px;
}
.sx-r-part-content ul
{
 list-style-type:disclosure-closed !important; ;
    margin-right: 15px;
}
.sx-r-part-content ul li{
    line-height: 40px ;
    font-size: 18px;
}
.sx-r-part-content ul li::marker {
    color: #fe582d;
    font-weight: bold
}
.sx-r-part-image-content-box .sx-r-part-content h2.sx-title
{
    font-size: var(--main-title);
}
.tools ul
{
    list-style-type: none;
    margin: 0 ;
    padding: 0 ;
    margin-top: 30px;
}
.tools ul li{
    display: inline-block;
    background-color: var(--primary);
    color: #ffffff;
    border-radius: 54px;
    padding: 4px 16px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 10px #E7E2E4;
    color: #fe582d;
    border: 1px solid;
}
.sx-r-part-image-content-box .sx-r-part-content h2.sx-title
{
    background-color: #fafafa !important;
    padding: 16px !important;
    font-size: 19px !important;
    width: 100% !important;
}
.sx-r-part-content ul
{
    list-style-type: decimal;
    margin-right: 15px;
    margin-left: 25px
}
.tools
{
    margin: 0  !important;
}
#documention_link
{
    background-color: #ff542e;
    padding: 16px;
    border-radius: 31px;
    color: #fff;
}
.links a
{
    font-size: 18px;
    color: #fe582d;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
}

.bounce-arrow {
    animation: bounce 1s infinite;
}
@media screen and (max-width: 900px){
    .page-wraper
    {
        padding: 15px;
    }
    .tools ul li {
        display: inline-block;
        background-color: var(--primary);
        color: #ffffff;
        border-radius: 54px;
        padding: 4px 13px;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 12px;
        background-color: #fff;
        box-shadow: 5px 5px 10px #E7E2E4;
        color: #fe582d;
        border: 1px solid;
    }

        .sx-about-icon-bx2-column {
            margin-top: 65px;
        }
}