@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;900&display=swap); /*
Template Name: Ubold - Bootstrap 4 Landing Page Tamplat
Author: CoderThemes
Email: coderthemes@gmail.com
File: Main scss file
*/
/*******************************
01.Helper
02.Navbar
03.Home
04.Features
06.Pricing
07.Faqs
08.Testionial
09.Contact
10.Cta
11.Footer
12.Responsive
********************************/
@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("/assets/fonts/cerebrisans-light.eot");
    src: local("Cerebri-sans Light"),
        url("/assets/fonts/cerebrisans-light.woff") format("woff");
    font-weight: 300;
}
@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("/assets/fonts/cerebrisans-regular.eot");
    src: local("Cerebri-sans Regular"),
        url("/assets/fonts/cerebrisans-regular.woff") format("woff");
    font-weight: 400;
}
@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("/assets/fonts/cerebrisans-medium.eot");
    src: local("Cerebri-sans Medium"),
        url("/assets/fonts/cerebrisans-medium.woff") format("woff");
    font-weight: 500;
}
@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("/assets/fonts/cerebrisans-semibold.eot");
    src: local("Cerebri-sans Semibold"),
        url("/assets/fonts/cerebrisans-semibold.woff") format("woff");
    font-weight: 600;
}
@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url("/assets/fonts/cerebrisans-bold.eot");
    src: local("Cerebri-sans Bold"),
        url("/assets/fonts/cerebrisans-bold.woff") format("woff");
    font-weight: 700;
}
/*******************
    1.Helper
*******************/
body {
    font-family: "Nunito", sans-serif;
    font-size: 0.9375rem;
    background-color: #fff;
}

.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-sm {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg-gradient {
    background: linear-gradient(to left, #f6f7fb, #f6f7fb);
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-17 {
    font-size: 17px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-19 {
    font-size: 19px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-26 {
    font-size: 26px !important;
}

.f-28 {
    font-size: 28px !important;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-semibold {
    font-weight: 600;
}

.btn {
    border-radius: 0.25rem;
}

.btn-lg {
    padding: 10px 22px !important;
}

/**BACK TO TOP**/
.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    border-radius: 3px;
    background-color: #6658dd;
    transition: all 0.5s;
}

.back-to-top i {
    color: #fff;
    font-size: 22px;
    display: block;
    line-height: 30px;
}

/******************
    2.Navbar
*******************/
.navbar-custom {
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}
.navbar-custom .logo .logo-light {
    display: none;
}
.navbar-custom .logo .logo-dark {
    display: inline-block;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
    line-height: 26px;
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.4s;
    background-color: transparent !important;
    padding: 6px 10px;
    margin: 0 7px;
    font-weight: 600;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.navbar-custom .navbar-nav .nav-item .nav-link:active {
    color: #000;
}
.navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #000;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #000;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #fff;
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}
.nav-sticky.navbar-custom .logo .logo-dark {
    display: inline-block;
}
.nav-sticky.navbar-custom .logo .logo-light {
    display: none;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
    color: rgba(50, 58, 70, 0.8);
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
    color: #6658dd;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #6658dd;
}

/*******************
    3.Home
*******************/
.bg-home {
    position: relative;
    padding: 11.5rem 0px 4.5rem 0px;
}
.bg-home::after {
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    background: linear-gradient(to left, #f6f7fb, #f6f7fb);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-title .home-desc {
    max-width: 605px;
    font-size: 16px;
}

.badge-primary {
    background-color: rgba(102, 88, 221, 0.1);
    color: #6658dd;
    box-shadow: 0 1px 1px rgba(102, 88, 221, 0.25);
    font-size: 14px;
}

.home-first-img {
    position: relative;
    z-index: 2;
    max-width: 300px;
}

.home-second-img {
    position: absolute;
    max-width: 250px;
    top: 50%;
    transform: translateY(-50%);
    left: 61px;
    right: 0px;
    z-index: 1;
    opacity: 0.8;
}

.home-third-img {
    position: absolute;
    right: 0px;
    max-width: 200px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}

.clients {
    position: relative;
    top: -70px;
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    border-radius: 8px;
    margin-bottom: -70px;
}
.clients .client-images img {
    margin: 10px auto;
    opacity: 0.7;
}

/*******************
    4.features
********************/
.features-box {
    padding: 30px;
    text-align: center;
}
.features-box .features-img img {
    max-height: 60px;
}

.features-icon i {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: linear-gradient(to left, #f6f7fb, #f6f7fb);
    border-radius: 7px;
    line-height: 48px;
}

/*******************
    6.pricing
********************/
.pricing-plan {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 9px;
    max-width: 370px;
    margin: 0px auto;
}
.pricing-plan .lable {
    background-color: #f3f7f9;
    color: #6658dd;
    font-size: 12px;
    font-weight: 700;
    right: -26px;
    padding: 2px 25px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    transform: rotate(45deg);
}

.pricing-plan.active {
    background-image: linear-gradient(120deg, #63e4ec 0%, #3db9dc 100%);
}

.pricing-list {
    padding-left: 20px;
}
.pricing-list li {
    padding-left: 25px;
    position: relative;
}
.pricing-list li i {
    position: absolute;
    left: 0;
}

.bg-shape {
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
}
.bg-shape img {
    width: 100%;
}

/*******************
    7.faqs
********************/
.faq-question-q-box {
    height: 30px;
    width: 30px;
    color: #6658dd;
    text-align: center;
    border-radius: 50%;
    float: left;
    font-weight: 700;
    line-height: 30px;
    background-color: rgba(102, 88, 221, 0.15);
}

.faq-question {
    margin-top: 0;
    margin-left: 50px;
    font-size: 16px;
}

.faq-answer {
    margin-left: 50px;
    font-size: 14.5px;
}

/*******************
    8.testionial
********************/
.testi-box .testi-desc {
    position: relative;
}
.testi-box .testi-desc:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    bottom: -6px;
    left: 48px;
    transform: rotate(45deg);
}
.testi-box .testi-img img {
    max-width: 48px;
}

/*******************
    9.contact
********************/
.custom-form {
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    border-radius: 8px;
}
.custom-form .form-group {
    margin-bottom: 1.5rem;
}
.custom-form .form-group .form-control {
    height: 43px;
}
.custom-form .form-group textarea.form-control {
    height: auto;
}

.error {
    margin: 8px 0px;
    display: none;
    color: #f1556c;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #806027;
    background-color: #fdf1db;
    border-color: #fdebcd;
    border-radius: 5px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #1abc9c;
    font-size: 22px;
}

/*******************
    10.cta
********************/
.cta {
    background-image: linear-gradient(120deg, #63e4ec 0%, #3db9dc 100%);
    border-radius: 8px;
}

/*******************
    11.footer
********************/
.footer {
    padding: 60px 0px 20px 0px;
}
.footer .footer-list li {
    padding: 7px 0px;
}
.footer .footer-list li a {
    color: rgba(108, 117, 125, 0.9);
    transition: all 0.4s;
}
.footer .footer-list li a:hover {
    color: #6c757d;
}

/******************
    12.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
    .container-fluid {
        max-width: 95%;
    }
}
@media (min-width: 1200px) {
    .container-fluid {
        max-width: 85%;
    }
}
@media (min-width: 1600px) {
    .container-fluid {
        max-width: 70%;
    }
}
@media (min-width: 200px) and (max-width: 768px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
        box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
    }
    .navbar-custom .logo .logo-dark {
        display: inline-block;
    }
    .navbar-custom .logo .logo-light {
        display: none;
    }
    .navbar-custom .navbar-nav .nav-item .nav-link {
        transition: all 0.4s;
        color: rgba(50, 58, 70, 0.8) !important;
        margin: 0px;
        padding: 6px 0px;
    }
    .navbar-custom .navbar-nav .nav-item.active .nav-link {
        color: #6658dd !important;
    }

    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #323a46;
    }

    .bg-home {
        padding: 130px 0px 120px 0px;
    }

    .mo-mb-20 {
        margin-bottom: 20px !important;
    }
}
@media (max-width: 425px) {
    .home-title h1 {
        font-size: 34px;
    }

    .home-img {
        display: none;
    }

    .features-content,
    .cta,
    .custom-form {
        padding: 24px !important;
    }

    .pull-none {
        float: none !important;
        text-align: center;
    }
}
.animate {
    transition: 0.3s ease-in-out;
}
.animate:hover {
    transform: scale(1.05);
}
/* Custom */
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: none !important;
}

.ed-home-bg {
    padding: 6.5rem 0px 4.5rem 0px !important;
    min-height: calc(100vh - 118px);
}

.ed-flex-center {
    justify-content: center !important;
}

.ed-search-section {
    height: calc(100vh - 118px);
}

.ed-search-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.textbox {
    padding: 25px 15px;
    font-size: 15px;
}

.searchbox {
    position: relative;
    padding: 4.5rem 0px 4.5rem 0px;
}

.search-item {
    padding: 1px 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-item:hover {
    background: #f6f7fb;
}

.breadcrumb.detail {
    padding: 4px 0 !important;
}

#collapseADV {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.makedisapear {
    opacity: 0;
    position: absolute;
}

/*!
* Waves v0.7.6
* http://fian.my.id/Waves
*
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(
        rgba(0, 0, 0, 0.2) 0,
        rgba(0, 0, 0, 0.3) 40%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.5) 60%,
        rgba(255, 255, 255, 0) 70%
    );
    transition: all 0.5s ease-out;
    transition-property: transform, opacity;
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.3) 40%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.5) 60%,
        rgba(255, 255, 255, 0) 70%
    );
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    transition: none !important;
}

.waves-button,
.waves-circle {
    transform: translateZ(0);
    -webkit-mask-image: radial-gradient(circle, white 100%, black 100%);
    mask-image: radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    mask-image: none;
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    transition: all 300ms;
}

.waves-float:active {
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}

/* select2 */
.select2-container .select2-selection--single {
    border: 1px solid #ced4da;
    height: calc(1.5em + 0.9rem + 2px);
    background-color: #fff;
    box-shadow: none;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: #6c757d;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.select2-container input::-webkit-input-placeholder {
    color: #adb5bd;
}

.select2-container input::-moz-placeholder {
    color: #adb5bd;
}

.select2-container input:-ms-input-placeholder {
    color: #adb5bd;
}

.select2-container input::-ms-input-placeholder {
    color: #adb5bd;
}

.select2-container input::placeholder {
    color: #adb5bd;
}

.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    border: 1px solid #e9f0f4;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    background-color: #fff;
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #6c757d;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #6658dd;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: white;
    color: #323a46;
}

.select2-container--default
    .select2-results__option[aria-selected="true"]:hover {
    background-color: #6658dd;
    color: #fff;
}

.select2-container .select2-selection--multiple {
    min-height: calc(1.5em + 0.9rem + 2px);
    border: 1px solid #ced4da !important;
    background-color: #fff;
    box-shadow: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #6c757d;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #6658dd;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 6px;
}

.select2-container
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}

.select2-container
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px;
}

.mylogo {
    height: 100px;
}
.bjbjuara {
    height: 100px;
    margin-top: -20px;
}
.btn-landing-menu {
    background: #1abc9c66;
    color: white;
    font-size: 15px;
    padding-bottom: 13px;
    box-shadow: 0px 0.5px 2.7px rgb(0 0 0 / 3%), 0px 1.4px 6.9px rgb(0 0 0 / 4%), 0px 2.8px 14.2px rgb(0 0 0 / 6%), 0px 5.8px 29.2px rgb(0 0 0 / 7%), 0px 16px 80px rgb(0 0 0 / 10%);
}
.btn-landing-menu i {
    font-size: 30px;
}
.btn-landing-menu:hover {
    color: #ffffff;
    background-color: #ee324d;
}

@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
    .mylogo {
        height: 135px;
    }
}

@media (min-width: 200px) and (max-width: 719px) {
    .mylogo {
        height: 120px;
    }
}

@media (max-width: 425px) {
    .mylogo {
        height: auto;
        width: 100%;
    }
}

.hubadmin {
    margin-bottom: 20px;
    display: block;
    background: cornsilk;
    border-radius: 3px;
    padding: 10px 15px;
}

.autocomplete-suggestions {
    border: 1px solid #e9f0f4;
    background-color: #fff;
    cursor: default;
    overflow: auto;
    max-height: 200px !important;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.autocomplete-suggestion {
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 5px;
}

.autocomplete-selected {
    background: #f7f7f7;
    cursor: pointer;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #323a46;
}

.autocomplete-group {
    padding: 5px;
    font-weight: 500;
    font-family: "Cerebri Sans,sans-serif";
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #323a46;
    display: block;
}
