
@font-face {
    font-family: 'manjari-thin';
    src: url('../fonts/Manjari-Thin.ttf');
}
@font-face {
    font-family: 'manjari-regular';
    src: url('../fonts/Manjari-Regular.ttf');
}
@font-face {
    font-family: 'manjari-bold';
    src: url('../fonts/Manjari-Bold.ttf');
}
@font-face {
    font-family: 'bb-regular';
    src: url('../fonts/BebasNeue-Regular.woff');
}

.d-flex {
    display: flex;
}

.f20 {font-size: 20px;}
.f25 {font-size: 25px;}
.f30 {font-size: 30px;}
.f35 {font-size: 35px;}
.f40 {font-size: 40px;}

.w24 {width: 24%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w90 {width: 90%;}

.mauto {margin: 0 auto;}

a, p {
    font-family: 'manjari-regular';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'bb-regular' !important;
    letter-spacing: 3px;
}

.f-bb-regular {
    font-family: 'bb-regular' !important;
}

.f-manjari-r {
    font-family: 'manjari-regular' !important;
}

.banner-inner {
    background: rgba(255, 255, 255, .8);
    padding: 40px;
}

.c-white {
    color: #fff !important;
}

.c-lightgray {
    color: #949494 !important;
}

.c-lightyellow {
    color: #ffe2ab !important;
}

.c-gray {
    color: #3f3f3f !important;
}

.c-red {
    color: #ff382d !important;  
}

.bg-lightblue {
   background: #56d2f0 !important;
}
.bg-gray {
   background: #cdc9c8 !important;
}



/* MARGIN */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt70 {margin-top: 70px;}
.mt75 {margin-top: 75px;}
.mt80 {margin-top: 80px;}
.mt85 {margin-top: 85px;}
.mt90 {margin-top: 90px;}
.mt95 {margin-top: 95px;}
.mt100 {margin-top: 100px;}

.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}

/* PADDING */
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}
.pt45 {padding-top: 45px;}
.pt50 {padding-top: 50px;}
.pt55 {padding-top: 55px;}
.pt60 {padding-top: 60px;}
.pt65 {padding-top: 65px;}
.pt70 {padding-top: 70px;}
.pt75 {padding-top: 75px;}
.pt80 {padding-top: 80px;}
.pt85 {padding-top: 85px;}
.pt90 {padding-top: 90px;}
.pt95 {padding-top: 95px;}
.pt100 {padding-top: 100px;}

.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb65 {padding-bottom: 65px;}
.pb70 {padding-bottom: 70px;}
.pb75 {padding-bottom: 75px;}
.pb80 {padding-bottom: 80px;}
.pb85 {padding-bottom: 85px;}
.pb90 {padding-bottom: 90px;}
.pb95 {padding-bottom: 95px;}
.pb100 {padding-bottom: 100px;}

/* WIDTH */
.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
.w45 {width: 45%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w60 {width: 60%;}
.w65 {width: 65%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}
.w85 {width: 85%;}
.w90 {width: 90%;}
.w95 {width: 95%;}
.w100 {width: 100%;}

.form-custom {
    border-radius: 0px;
    box-shadow: none;
}

.btn-red-custom {
    background-color: #ff382d !important;  
    color: #fff !important;  
    padding: 15px 30px 10px;
    border-radius: 35px;
}

.btn-submit-custom {
    background: #ff382d;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 26px;
    font-weight: bold;
}

.btn-red-custom:hover {
   opacity: .8;
   transition: .3s;
}

.rc-anchor .rc-anchor-normal .rc-anchor-light {
    width: 239px !important;
}

.blue-card {
    background: #c5ced8;
    padding: 22px 20px 32px;
    height: 400px;
    cursor: pointer;
}

.blue-card2 {
    background: #c5ced8;
    padding: 32px 50px 32px;
    height: 380px;
    cursor: pointer;
}

.card-body p {
    height: 105px;
}

.line {
    height: 4px;
    background: #010101;
    width: 70px;
    margin: 10px auto 20px;
}

.card-body {
    margin-top: 20px;
}

.card-head img {
    width: 60px;
}

/* custom footer */

.social-media ul li{
    display: inline-block;
    margin-left: 15px;
}

.social-media ul li img{
    width: 40px;
}

#footer, #footer .widget-title, #footer .widget-address a {
    color: #3f3f3f !important;
}

#footer p,
#footer a {
    color: #3f3f3f !important;
    font-size: 18px;
}

#footer .widget-address li {
    padding: 0 0 4px 0px;
}
/* custom footer */

#call-to-action-content 
{
    margin-top: -114px;
    margin-bottom: -40px;
    width: 810px;
    height: 154px;
    float: right;
    background: transparent url(../img/2023/footer-pcs.png) no-repeat scroll center right;
    padding: 5px 140px 20px 100px;
    color: #ffffff!important;
}

#sidemenu {
    background: #ffe2aa;
    position: fixed;
    right: 0; 
    top: 35%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 999;
    padding: 25px 0;
}

.navbar-standard .navbar-nav > li.open > a, .navbar-standard .navbar-nav > li.active > a, .navbar-standard .navbar-nav > li.open > a:hover, .navbar-standard .navbar-nav > li.active > a:hover, .navbar-standard .navbar-nav > li.open > a:focus, .navbar-standard .navbar-nav > li.active > a:focus {
    color: #3f3f3f !important;  
    font-weight: normal !important;
}
.navbar-standard li a div {
    color: #3f3f3f !important; 
    font-weight: normal !important;
}

.navbar-standard li a.activemenu div {
    color: #55d2f1 !important; 
}

.navbar-standard li a div:hover {
    color: #55d2f1 !important; 
}
.navbar-standard li a div::after,
.navbar-standard li a::after {
    position: relative;
}
.slash {
    position: absolute;
    right: -8px;
    font-size: 40px;
    font-weight: normal;
    top: 9px;
}

.navbar-standard li a:hover {
    color: #55d2f1 !important; 

}
.activemenu {
    color: #55d2f1 !important; 
}

#sidemenu .sidemenu-item {
    margin: 20px 15px;
}

#sidemenu .sidemenu-item:first-child {
    margin-top: 0px;
}

#sidemenu .sidemenu-item:last-child {
    margin-bottom: 0px;
}

#sidemenu .sidemenu-item img {
    width: 35px;
}

#one-page-menu, .nav-top-section {
    width: 100%;
}

.nav-top-section {
    display: flex;
    justify-content: space-between;
}

.nav-top-section ul li {
    display: inline-block;
    margin-left: 20px;
}

.nav-top-link {
    display: grid;
    align-items: center;
}

.navbar-collapse.collapse.in {
    left: 0px !important;
}

.navbar>.container .navbar-brand {
    padding-bottom: 0 !important;
}

.opaque .navbar-brand > img {
    width: 220px;
}

.form-group .fg-2 {
    display: flex;
    column-gap: 20px;
    align-items: end;
}

.form-group .fg-2 > div:nth-child(2) {
    width: 70%;
}

.form-check {
    margin: 20px 0px;
}

.form-check .form-group {
    margin-bottom: 5px !important;
}

.text-justify {
    text-align: justify;
}

.header-new {
    padding: 20px 0;
    border-bottom: 4px solid #555555;
}
.header-new .text-header {
    display: flex;
    justify-content: end;
    font-size: 18px;
    align-items: center;
    text-align: right;
    margin-top: 25px;
}

@media (max-width: 991px) { 
    .navbar-nav > li > a {
        font-size: .5em !important;
    }

    #call-to-action-content {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
        height: 360px;
        background: #ffc637;
        padding: 20px 30px;
        float: none;
    }
}

@media (max-width: 800px) { 

    .tab-dflex {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {

    #call-to-action-content .form-group {
        margin-bottom: 20px;
    }

    #home {
        height: 350px !important;
    }
}

@media (max-width: 600px) {

    #sidemenu {display: none !important;}
    
    .mob-f15 {font-size: 15px !important;}
    .mob-f18 {font-size: 18px !important;}
    .mob-f14 {font-size: 14px !important;}

    .mob-w100 {width: 100% !important;}
    .mob-w50 {width: 50% !important;}

    .mob-mt20 {margin-top: 20px;}

    .mob-pb60 {padding-bottom: 60px !important;}

    .mob-muncul {
        display: block !important;
    }

    .slash {
        display: none !important;
    }

    .container>.navbar-header, .container>.navbar-collapse {
        margin-left: 0 !important;
    }

    .mob-hide {
        display: none !important;
    }

    .nav-top-section {
        justify-content: center !important;
    }

    .nav-top-section img {
        width: 120px !important;
    }

    #sidemenu {
        padding: 15px 0 !important;
    }

    #sidemenu .sidemenu-item {
        margin: 20px 15px !important;
    }

    #sidemenu .sidemenu-item:first-child {
        margin-top: 0px !important;
    }
    
    #sidemenu .sidemenu-item:last-child {
        margin-bottom: 0px !important;
    }

    #sidemenu .sidemenu-item img {
        width: 15px !important;
    }
}