body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #666;
    background-color: #ffffff;
} 
a {
    color: #43a98b;
    transition: 0.5s;
} 
a:hover,a:active,a:focus {  
    color: #51d8af;
    outline: none;
    text-decoration: none;
}
*{ outline: none !important;}
::placeholder {
  color: #ddd !important;
  opacity: 1;
}

:-ms-input-placeholder {
 color: #ddd !important;
}

::-ms-input-placeholder {
 color: #ddd !important;
}
input:focus, .btn:focus{
    box-shadow: none !important;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    color: #31708F;
    font-weight: 400;
    padding: 0px;
    width: 100%;
    z-index: 9999;
    text-align: center;
    opacity: 1 !important;
    background: none;
    border-top: none;
    border-bottom: none;
}
.preloader .text {
    width: 300px;
    margin: 0 auto;
    height: 40px;
    background-color: #D9EDF7;
    border-top: none;
    border-left: 1px solid #bce8f1;
    border-right: 1px solid #bce8f1;
    border-bottom: 1px solid #bce8f1;
    padding: 10px;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #fff;
    padding: .125rem 0;
    border-bottom: 1px solid #eee;
    font-size: .8rem;
}

#topbar .contact-info a {
    line-height: 1;
    color: #555;
}

#topbar .contact-info a:hover {
    color: #50d8af;
}

#topbar .contact-info i {
    color: #50d8af;
    padding: 4px;
}

#topbar .contact-info .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}

#topbar .top-links ul{
    margin-bottom: 0;
}

#topbar .top-links a {
    color: #555;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e9;
} 
#topbar .top-links a:hover {
    color: #50d8af;
}

#topbar .social-links a:first-child {
    border-left: 0;
}
.mobcontact{
    background: #09828c;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
.contact-mobile-info{
    font-size: .875rem;
    padding: .5rem 0;
}
.contact-mobile-info a{
    color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.bg-light {
    background-color: #fff!important;
}
#header .navbar{
    box-shadow: 0px 1px 2px 0px #0000001a;
}
.navbar-utama {
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, #f1f1f1 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ececec 0%,#f1f1f1 50%,#ffffff 100%);
    background: linear-gradient(to bottom, #ececec 0%,#f1f1f1 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); 
}
#header .logo{
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -2px;
    color: #0c2e8a;
}
#header .logo span{
    color: #50d8af;
}
.navbar-light .navbar-nav .nav-link { 
    color: #1e5f8d;
    font-weight: 600;
    font-size: .9rem;
    text-transform: uppercase;
}
.navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.navbar-expand-md .navbar-nav .nav-link { 
    padding-left: .875rem;
    padding-right: .875rem;
}
.navbar-nav .nav-login{
    border-left: 1px solid #e4e8ea;
    border-right: 1px solid #e4e8ea;
}
.navbar-nav .nav-login i{
    color: #00a6eb;
}
.search-link{
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-item .btn-top-search{
    cursor: pointer;
    border: 0 !important; 
    border-color: rgba(0,0,0,.1);
    background: transparent;
    font-size: .875rem;
    padding: 1.5rem 1rem;
    border-radius: 0;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent;
}
.navbar-toggler {
    padding: 1rem .5rem .25rem .5rem; 
}
.search-toggler{
    cursor: pointer;
    border: none; 
    background: transparent;
    font-size: .875rem;
    padding: .7rem .875rem .5rem .875rem;
    border-radius: 0;
}
.navbar-toggler:focus, .search-toggler:focus{
    outline: 0 !important;
}
@media(max-width: 767px){
    .navbar>.container, .navbar>.container-fluid{
        display: block;
        width: 100%;
    }
     
    .search-toggler, .navbar-toggler{
        float: right;
    }
    .navbar-nav .nav-login{
        border-left: 0;
        border-right: 0;
    }
    .nav-item.nav-search{
        display: none;
    }
}
@media (min-width: 768px){
    
    .search-toggler{
        display: none;
    }
}
.dropdown-item {
    font-size: .875rem;
}
.dropmenu-user a i{
    width: 18px;
    color: #878787;
    margin-right: .5rem;
}
/* Intro */
section#intro {
    max-width: 100%;
    /* background: #f5f5f5; */
    height: auto;
    margin: 0 auto;  
    padding: 0; 
    border-bottom: 1px solid #e9e9e9;
    padding-top: 60px;
    padding-bottom: 60px; 
}
#intro h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -2px;
    color: #333;
    margin-bottom: 1.5rem;
}
.highlight.primary {
    background: #09828c;
}
.highlight {
    font-size: 2.875rem;
    color: #fff;
    padding: 0 .875rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#intro{
    position: relative;
    width: 100%;
    height: 60vh;
    background-image: url('../../../assets/images/slider/bg-slider.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity;
}
#intro .overlay {
    position: absolute;
    content: "";
    background: #f5f5f5;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
#intro ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#intro ul.list li{
    font-weight: 600;
    font-size: 1.2rem;
    padding-left: 30px;
    line-height: 21px;
    margin: 0 0 12px 5px;
    position: relative;
}
#intro ul.list li::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; 
    position: absolute;
    left: 0;
    top:1px;
}
#intro ul.list li::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #09828c;
}
#intro .slide-right{
    text-align: right;
}
#intro .slide-right .image{
    display: block;
}
#intro .slide-right .image img{
    display: block;
    max-width: 100%;
}

/* block-order */
.block-order{
    background: #081e5b;
    background-size: cover;
    padding: 40px 0;
}
.block-order .cta-title{
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}
.block-order .cta-text{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
} 
.block-order .cta-btn:hover {
    background: #50d8af;
    border: 3px solid #50d8af;
}
.block-order .cta-btn { 
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}
/*
.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #50d8af;
    bottom: 0;
    left: 0; 
}
*/
.section-header{
    padding-bottom: 2rem;
}
.section-header h2 {
    font-size: 32px;
    color: #0c2e8a;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px; 
}
.section-header .section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #1dc8cd;
    background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
    margin: 0 auto; 
    margin-bottom: 20px;
}
#services{
    padding: 3rem 0;
    background: #eff5f5;
} 
#services .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px #494e5c33;
    background: #fff;
    transition: 0.4s;
}
#services .icon {
    float: left;
}
#services .icon i {
    color: #09828c;
    font-size: 80px;
    transition: 0.5s; 
}
#services h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
#services h4 a {
    color: #111;
}
#services .description {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}
@media (max-width: 767px) {
    #services .box {
        margin-bottom: 20px;
    }
    #services .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }
    #services h4, #services .description {
        margin-left: 0;
        text-align: center;
    }
}

#home-faq{
    padding: 2.5rem 0;
}

#footer {
    background: #fff;
    box-shadow: 0px 0px 12px 0px #0000001a;
    padding: 30px 0;
    color: #333;
    font-size: 14px
}
#footer .copyright {
    color: #333;
    font-size: 14px;
}
#footer .copyright p, #footer .credits p {
    margin-bottom: 0;
}
#footer .credits p {
    font-size: .875rem;
    color: #666;
}
#footer .credits p a{
    color: #555;
    font-weight: 500;
}
#footer .credits p a:focus, #footer .credits p a:hover{
    color: #000;
}
#footer .credits p i.fa{
    font-size: .7rem;
}
#footer .footer-links a:first-child {
    padding-left: 0;
}
#footer .footer-links a {
    color: #1e5f8d;
    padding-left: 15px;
}
#footer .footer-links a:hover, #footer .footer-links a:focus{
    color: #000;
}

/* Detail */
#subheader{
    padding: 2.5rem 0;
    position: relative;
    width: 100%;
    height: 10rem;
    background-color: #efefef;
}
.subheader .sub-left{
    padding: 1rem 0 1rem 2rem;
    border-left: 3px solid #2eca6a;
}
#subheader .breadcrumb {
    float: right;
    background: none;
    margin-bottom: 0;
    margin-top: 15px;
}
#subheader .breadcrumb li a{
    color: #131313;
    font-weight: 600;
}
#subheader .breadcrumb li a:hover{
    color:#51d8af;
}
#subheader::before{
    content: "";
    width: 100%;
    height: 10rem;
    max-height: 10rem;
    background: #fff;
    opacity: 0.5; 
    transition: 0.5s;
    position: absolute;
    top: 0;
}
#subheader h3{
    font-weight: 600;
} 
#breadcrumb .breadcrumb{
    background: none;
    margin-bottom: 0;
}
.selectorder{
    background: #f9f9f9;
    padding: 5rem 5rem 8rem 5rem ;
}
.selectorder .box{
    background: #fff;
    padding: 2.5rem;
    box-shadow: 0 1px 2px #aaa;
    text-align: center;
}
.selectorder .box .ico{
    display: block;
    text-align: center; 
}
.selectorder .box .ico i{ 
    font-size: 4rem;
    margin-bottom: 1.5rem;
    border: 2px solid #50d8af;
    padding: 2rem;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    line-height: 6rem;
}
.selectorder .box h3{
    font-size: 2rem;
    font-weight: 500;
    color: #1e5f8d;
    text-transform: uppercase;
}
.dot-top { 
    border-top: 1px dashed #ccc;
    top: 52px;
    position: absolute;
    width: 65%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index:1;
}
.step-container{
    position: relative;
    display: block;
}
.step-column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    list-style: none;
    padding-left: 0;
    z-index: 2;
    position: relative;
} 
.step-column li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
}
.step-column a.form-tab {
    cursor: default;
}
.blue-stp {
    background: #316296 !important;
}
.green-stp {
    background: #79ba1f !important;
}
.step-core {
    background: #bbb;
    border-radius: 130px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    line-height: 30px;
}
.form-tab.active .step-core{
    background: #79ba1f !important;
}
.step-core .big-num { 
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 700;
    margin-top: -5px; 
}
.step-column a.form-tab { 
    cursor: default; 
}

.select-pricing{
    background: #fff;
    border: 1px solid #eee;
    padding: 2rem;
    border-radius: .5rem;
    margin-bottom: 1.5rem;
}
.pricing-div{
    margin-bottom: 2rem;
}
.select-pricing h2.title{
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    text-align: center;
}


/* Step Container */
.personal-detail, .viewservice, .confirm-manuscript{
    background: #fff;
    border: 1px solid #eee;
    padding: 2rem;
    border-radius: .5rem;
}
.personal-detail h2.title, 
.confirm-manuscript h2.title{
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}

.form-order label{
    font-size: 1rem;
    color:#212529;
}

fieldset {
    border: #ddd 1px solid;
    background-color: #fcfcfc;
    padding: 1rem 1.5rem;
    position: relative;
    margin-bottom: 1rem;
    border-radius: .25rem;
}
fieldset legend { 
    font-size: 1rem;
    font-weight: 600;
    color: #888; 
    padding: .5rem .5rem;
    margin-bottom: 5px;
    display: inline-block;
    width: unset;
    background: transparent; 
    border-radius: .125rem;
}

/* Service Select */
.ci__service__content {
    min-width: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.ci__service__group { 
    display: inline-block; 
}
.ci__service__box {
    display: inline-block;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ci__service__item { 
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 225px;
    min-height: 200px;
    padding: 1.5rem 2rem 1rem 2rem; 
    outline: #ddd solid 2px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: .5rem;
}
.ci__service__item > span {
    display: block;
}
.ci__service__name {
    font-size: 1.2em;
    font-weight: 600;
    line-height: normal;
    min-height: 1.8rem;
    margin-bottom: 1rem;
}
.ci__service__estimate {
    font-size: .875rem;
    color: #ff5100;
    margin-bottom: 1rem;
}
.ci__service__price {
    margin-bottom: 1rem;

}
.ci__service__btn{
    margin-bottom: 1rem;
}
.ci__service__btn .btn-select{
    color: #17a2b8;
    border-color: #17a2b8;
}
.ci__service__box input:checked + .ci__service__item {
    color: #09828c;
    border: 1px solid #09828c;
    border-radius: .5rem;
    background:#f5fefe;
    outline: none;
}
.ci__service__box input:checked + .ci__service__item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #09828c;
}
.ci__service__box input:checked + .ci__service__item::before {
    right: -6px;
    top: -6px;
    width: 30px;
    height: 30px;
    border: 2px solid #09828c;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    padding: .125rem;
}
.ci__service__box input:checked + .ci__service__btn .btn {
    color: #fff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}
.ci__service__box input:checked + .ci__service__btn .btn-outline-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.alert-info a{
    color: #0c5460;
}
.form-control{
    font-size: .875rem;
}
.form-control.highlight-error{
    border: 1px solid #ff0000 !important;
}
.form-control:focus{
    box-shadow: none;
}
.custom-file-input {
    cursor: pointer !important;
}
.summary-personal{
    padding: 1rem 0;
}
.summary-personal .form-group{
    margin-bottom: .35rem;
}
.summary-personal .form-group label{
    font-size: .75rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 0;
}
.summary-personal .form-group p{
    margin-bottom: 0;
}
#validation-error p{
    margin-bottom: 0;
}
/* LOGIN */
.login-container{
    max-width: 360px;
    margin: 0 auto;
    padding: 1rem;
}

/* Invoice Box */
.invoice{
    background: #f9f9f9;
    padding: 5rem 5rem 8rem 5rem;
}
.inv-box{ 
    border: 1px solid #ddd;
    margin: 0 auto;
    padding: 1.25rem;
    background: #fff; 
}
.form-text h3.name{
    font-size: 1.2rem;
}
.table-basic tr td, .table-basic tr th{
    vertical-align: top;
}


/* RESPONSIVE */
@media (max-width: 767px) {
    /* navbar */
    .navbar-nav .nav-link {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .cta-container, .btn-container{
        text-align: center;
    }

    .selectorder{
        padding: 1rem .5rem;
    }
    .selectorder .box{
        background: #fff;
        padding: 2rem; 
        margin-bottom: 1rem;
    }
    .selectorder .box h3{
        font-size: 1.2rem
    }
    .selectorder .box .ico{
        display: block;
        text-align: center; 
    }
    .selectorder .box .ico i{ 
        font-size: 4rem;
        margin-bottom: 1.5rem; 
    }

    /* order */
    .pricing-div label, 
    .pricing-div .form-control, 
    .pricing-div .btn{
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
}

/* USER */
.user-sidemenu li a{
    color: #004e37;
    font-weight: 600;
}
.dt-label{
    font-weight: 600;
}
.dt-text{
    font-weight: normal;
}

.purchase-index .in_label{
    color: #999;
}
.purchase-index .in_data{
    color: #212121;
}
.purchase-index .bold{
    font-weight: 600;
}

/*FAQ */

#faqacc .accordion .card .card-header {
    background: #fbfbfb;
}
#faqacc .card .card-header h2 > .btn-link
{
    font-size: 1.125rem;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #09828c;
    padding: 1rem .5rem;
}
#faqacc .card .card-header h2 > .btn-link span > i.fa-chevron-down::before
{
    content: "\f077"; /* chevron-up */
    color: #666;
}
#faqacc .card .card-header h2 > .btn-link.collapsed span i.fa-chevron-down::before{
    content: "\f078";
}
.accordion .card:first-of-type {
    border-bottom: 1px solid #ddd;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #ddd;
    border-radius: .25rem;
}