/*=========================================================
Author       : Sila Teknologi Utama
Template Name: Yoline
Version      : 1.0
==============================================================*/

/*=============================================================
    CSS ditujukan untuk membuat standard element html
    CSS INDEX:
            1. Font
            2. General - Standard 
            
==============================================================*/

/*==================================================================================================== part:font-setting*/
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../../../font/fonts/roboto/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('../../../font/fonts/roboto/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../font/fonts/roboto/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../font/fonts/roboto/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../../font/fonts/roboto/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../font/fonts/roboto/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../../../font/fonts/lato/lato-v16-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Lato Black'), local('Lato-Black'), url('../../../font/fonts/lato/lato-v16-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../font/fonts/lato/lato-v16-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../font/fonts/lato/lato-v16-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../../../font/fonts/lato/lato-v16-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../font/fonts/lato/lato-v16-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}


/*==================================================================================================== part:general*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff none repeat scroll 0 0;
    color: #232938;
    font-family: Roboto, Verdana !important;
    font-size: 16px;
    padding-top: 0px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #292b2c;
    font-family: Lato, "Open Sans", Arial, Helvetica, sans-serif;
}

p {
    color: #232938;
    line-height: 28px;
    margin-bottom: 25px;
}

a {
    color: #292b2c;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a:hover {
        color: #FF324D;
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

.url_link {
    color: #007bff;
}

img {
    max-width: 100%;
}

button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul, li, ol {
    margin: 0;
    padding: 0;
    list-style-type:none;
}

.show-list ul, .show-list li, .show-list ol {
    margin-left:30px;
    list-style-type: initial !important;
}

.pr_desc ul, .pr_desc li, .pr_desc ol {
    margin: 0 20px;
    padding: 0;
}

.tab-pane ul, .tab-pane li, .tab-pane ol {
    margin: 0 20px;
    padding: 0;
}

.paragraph ul, .paragraph li, .paragraph ol {
    margin: 10px 25px;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

label {
    color: #6c757d;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

iframe {
    border: 0;
    display: block;
}

video {
    width: 100%;
}



/*==================================================================================================== part:text*/
.text_white {
    color: #fff;
}

.text_white * {
    color: #fff;
}

.text_dark * {
    color: #333;
}

.text_default {
    color: #FF324D !important;
}

.text_green {
    color: #3AAFA9;
}
/*==================================================================================================== part:heading*/
.heading_s1 {
    margin-bottom: 25px;
}

    .heading_s1 h1, .heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6 {
        font-weight: 700;
        margin: 0;
        text-transform: capitalize;
    }

.heading_s2 {
    position: relative;
    color: white;
}

    .heading_s2 h1, .heading_s2 h2, .heading_s2 h3, .heading_s2 h4, .heading_s2 h5, .heading_s2 h6,
    .heading_s3 h1, .heading_s3 h2, .heading_s3 h3, .heading_s3 h4, .heading_s3 h5, .heading_s3 h6 {
        font-weight: 700;
        font-size: 20px;
        margin: 0;
        text-transform: capitalize;
    }

    .heading_s2 h1,
    .heading_s2 h2,
    .heading_s2 h3,
    .heading_s2 h4,
    .heading_s2 h5,
    .heading_s2 h6 {
        position: relative;
        z-index: 9;
    }

    .heading_s2 .sub_heading {
        font-size: 100px;
        font-weight: bold;
        padding: 0;
        margin-bottom: -15px;
        z-index: 0;
        position: relative;
        line-height: 100px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#1affffff',GradientType=0 );
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .heading_s2.heading_light .sub_heading {
        background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.01) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.01) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.01) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#1a000000',GradientType=0 );
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

.heading_s3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

    .heading_s3::before {
        content: "";
        position: absolute;
        left: 0;
        width: 50px;
        height: 1px;
        background-color: #FF324D;
        bottom: 0;
        right: 0;
    }

.heading_light.heading_s3::before {
    background-color: #fff;
}

.heading_s3.text-center::before {
    margin: 0 auto;
}

.heading_s3.text-right::before {
    left: auto;
    right: 0;
}

.heading_s4 {
    margin-bottom: 15px;
}

    .heading_s4 h1, .heading_s4 h2, .heading_s4 h3, .heading_s4 h4, .heading_s4 h5, .heading_s4 h6 {
        font-weight: 700;
        margin: 0;
        text-transform: capitalize;
        line-height: normal;
    }

    .heading_s4 .heading_icon i {
        color: #20E076;
        font-size: 30px;
        position: relative;
        z-index: 3;
        width: 50px;
        display: block;
        height: 50px;
        line-height: 50px;
    }

.heading_icon {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    text-align: center;
}

    .heading_icon::after {
        content: "";
        position: absolute;
        right: 0;
        width: 30px;
        top: 50%;
        border-top: 1px solid #999;
        z-index: -1;
        border-bottom: 1px solid #999;
        height: 5px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .heading_icon::before {
        content: "";
        position: absolute;
        left: 0;
        width: 30px;
        top: 50%;
        border-top: 1px solid #999;
        z-index: -1;
        border-bottom: 1px solid #999;
        height: 5px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.heading_light .heading_icon i {
    color: #fff !important;
}

.heading_uppercase h1,
.heading_uppercase h2,
.heading_uppercase h3,
.heading_uppercase h4,
.heading_uppercase h5,
.heading_uppercase h6 {
    text-transform: uppercase;
}

.heading_light * {
    color: #fff;
}

.sub_heading {
    color: #FF324D;
    margin-bottom: 10px;
    display: block;
}

.highlight_text {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.ripple {
    background-color: #FF324D;
    border-radius: 100%;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-right: 25px;
    line-height: 50px;
    font-size: 22px !important;
    vertical-align: middle;
    margin-left: -15px;
    height: 50px;
    width: 50px;
    text-align: center;
}

    .ripple i {
        margin-right: 0;
        margin-left: 3px;
        font-size: 22px;
    }

    .ripple::before, .ripple::after {
        -webkit-animation: ripple 1.8s infinite;
        -moz-animation: ripple 1.8s infinite;
        -o-animation: ripple 1.8s infinite;
        -ms-transition: ripple 1.8s infinite;
        animation: ripple 1.8s infinite;
        background-color: #FF324D;
        border-radius: 100%;
        margin: -20px;
        bottom: 0px;
        content: "";
        display: block;
        left: 0px;
        opacity: 0;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: -1;
    }

    .ripple::before {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        -o-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .ripple::after {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;
    }

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.btn-ripple-white .ripple::before,
.btn-ripple-white .ripple::after,
.btn-ripple-white .ripple {
    background-color: #fff;
}

.btn-ripple-white .ripple {
    color: #FF324D;
}

/*==================================================================================================== part:loader*/
.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background: url("../images/loading.gif") center center no-repeat;
    text-align: center;
    margin-top: -12px;
    margin-left: -12px;
    z-index: 1044;
    text-indent: -9999px;
    background-color: #000;
    padding: 25px;
    border-radius: 5px;
}

.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    text-align: center;
    z-index: 9999;
}

    .lds-ellipsis span {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #FF324D;
        -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
        animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    }

        .lds-ellipsis span:nth-child(1) {
            -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
            animation: ball-pulse-sync .6s -.14s infinite ease-in-out
        }

        .lds-ellipsis span:nth-child(2) {
            -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
            animation: ball-pulse-sync .6s -70ms infinite ease-in-out
        }

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

ul.list_category {
    flex-direction: inherit;
    flex-wrap: wrap;
    display: flex;
    column-gap:2%;
}

    ul.list_category li {
        flex: 1 0 20%;
        height: 45px;
        margin: 2px 0;
        background-color: #3AAFA9;
    }

        ul.list_category li a{
            color: #fff;
        }

            ul.list_category li:hover,
            ul.list_category li a:hover {
                background-color: #28a745;
                color: #fff;
            }