@charset "utf-8";

.maincat_v {
    margin-bottom: 0;
}

.title h2 {
    line-height: 1.5;
    font-size: 1.2rem;
    color: #0c3459;
}

.s_cat h3 {
    margin-top: 20px;
}

.s_cat h3 span {
    font-family: 'Roboto', sans-serif;
    font-size: 4rem;
    font-weight: 200;
}

.mb-10{
    margin-bottom: 100px;
}

.s_cat{
padding: 0 0 50px 0;
}

.s_cat p{
    margin: 0 0 30px 0;
}

.last_cat{
    padding: 0;
}

.icon{
    margin: 50px 0 20px 0;
    position: relative;
    z-index: 10;
}

.shade1{
    display: block;
    position: absolute;
    top: 35px;
    left: -35px;
    z-index: 1;
}

.shade2{
    display: block;
    position: absolute;
    top: 35px;
    right: -35px;
    z-index: 1;
}

.bg_c01{
    width: 120px;
    position: absolute;
    margin-top: 0;
}

.bg_c02{
    width: 120px;
    position: absolute;
    right: 0;
    margin-top: -50px;
}

.bg_c05{
    width: 100px;
    position: absolute;
    right: 0;
    margin-top: 0;
}


.button018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background-color: #0c3459;
    margin-bottom: 10px;
    border-radius: 3rem;
}

.button018 a:before,
.button018 a:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
}

.button018 a:before {
    width: 0.5rem;
    height: 0.5rem;
    left: 1.1rem;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}

.button018 a:after {
    left: 0;
    z-index: 1;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.button018 a span {
    position: relative;
    transition: all 0.3s;
    z-index: 3;
}

.button018 a:hover {
    text-decoration: none;
}

.button018 a:hover span {
    color: #fff;
}

.button018 a:hover:before {
    left: 2rem;
}

.button018 a:hover:after {
    right: 0;
    width: 100%;
}

@media (min-width: 576px) {

    .maincat_v {
        margin-bottom: 60px;
    }

    .shade1{
        top: 50px;
        left: -50px;
    }

    .shade2{
        top: -50px;
        right: -50px;
    }
    
    /* 018 */

    .button018 a {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        max-width: 225px;
        padding: 10px 0px 10px 25px;
        color: #313131;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        background-color:transparent; 
    }

    .button018 a:before, .button018 a:after {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
    }
    .button018 a:before {
        width: 0.5rem;
        height: 0.5rem;
        left: 1.1rem;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        z-index: 2;
        transform: translateY(-50%) rotate(45deg);
        transition: all 0.3s;
    }
    .button018 a:after {
        left: 0;
        background: #0c3459;
        z-index: 1;
        width: 3rem;
        height: 3rem;
        border-radius: 4rem;
        transform: translateY(-50%);
        transition: all 0.5s;
    }
    .button018 a span {
        position: relative;
        transition: all 0.3s;
        z-index: 3;
    }

    .button018 a:hover span {
        color: #fff;
    }
    .button018 a:hover:before {
        left: 2rem;
    }
    .button018 a:hover:after {
        right: 0;
        width: 100%;
    }

    
    
    .title h2 {
    line-height: 2;
    text-align: center;
    font-size: 1.4rem;
}
    
    .s_cat h3 {
        margin-top: 0;
    }
    
    .s_cat h3 span {
        font-size: 8rem;
    }

    
    .maincat_v img {
        animation: animate 1s ease;
    }

    @keyframes animate {

        0% {
            margin-left: -150px;
        }

        100% {
            margin-left: 0;
        }

    }

    .maincat_v {
        margin-bottom: 60px;
    }

    .title h2 {
        margin-bottom: 50px;
    }
  
    .s_cat a{

        padding: 10px;
    }
    
    .s_cat a:hover{
        text-decoration: none;
    }
    
   
    
    .cat_menu a{
        transition: 0.5s;
        position: relative;
        z-index: 2;
        display: block;
    }
    
    .cat_menu a:hover{
        transform: scale(0.9);
    }

}