/***** TOP BAR *****/
#topbar {
    background-color: #3fa4f1;
}

#topbar .contact-info a {
    color: #fff;
}

#topbar .contact-info i {
    color: #fff;
}

#topbar .social-links .fa {
    color: #fff;
}

#topbar .contact-info .fa-whatsapp {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}

/***** NAV MENU *****/
#header {
    padding: 15px 0;
}

#nav-menu-container {
    padding-top: 6px;
}

#logo img {
    width: 10rem;
}

.nav-menu li:hover>a,
.nav-menu .menu-active>a {
    color: #3fa4f1;
}

.nav-menu ul {
    left: auto;
    right: 0;
}

.nav-menu ul li:hover>a {
    color: #3fa4f1;
}

.nav-menu .badge {
    padding: .25em .4em;
}

@media screen and (min-width: 768px) {
    .menu-has-children>ul {
        overflow-y: scroll;
        max-height: 20rem;
    }
}

@media screen and (max-width: 1000px) {
    #mobile-nav-toggle {
        display: inline;
    }

    #nav-menu-container {
        display: none;
    }

    .login_button {
        border-radius: 0px !important;
    }
}

/***** BANNER *****/
#intro {
    height: 81vh;
}

#intro .intro-content h2 {
    color: #ff429f;
}

#intro .intro-content h2 span {
    color: #3fa4f1;
}

#intro #intro-carousel .item {
    height: 81vh;
}

#intro #intro-carousel::before {
    background-color: rgba(255, 255, 255, 0.5);
}

/* #intro .intro-content .btn-projects {
  background: #3fa4f1;
  border: 2px solid #3fa4f1;
}
#intro .intro-content .btn-projects:hover {
  background: none;
  color: #3fa4f1;
} */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #intro {
        height: 50vh;
    }

    #intro #intro-carousel .item {
        height: 50vh;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #intro {
        height: 81vh;
    }

    #intro #intro-carousel .item {
        height: 81vh;
    }
}

/***** TESTIMONI *****/
#testimonials .testimonial-item {
    padding: 20px 20px 0 20px;
    min-height: 540px;
    background-color: #fff;
}

.video-testimonials-carousel .testimonial-item {
    padding: 20px 20px 0 20px;
    min-height: auto !important;
    background-color: #fff;
}

/***** SERVICE *****/
#services {
    background-color: #3fa4f1;
}

#services .box {
    min-height: 15rem;
}

/***** PAGINATION *****/
.pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination .active {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #f0f0f0;
    border: 1px solid #dee2e6;
}

/***** GENERAL *****/
body {
    background-color: #f2f5f8;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #3fa4f1;
}

a:hover {
    color: #0c2e8a;
}

.color_pink {
    color: #ff429f;
}

.sky_blue {
    color: #3fa4f1;
}

.btn-primary {
    background: #20B2AA;
    border: 2px solid #20B2AA;
}

.btn-primary:hover {
    background: #2dc899;
    border: 2px solid #2dc899;
}

.right_side_box {
    overflow-y: auto;
    max-height: 15rem;
    font-size: 15px
}

.icon_premium {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.icon_premium .icon_button {
    position: absolute;
    top: 5px;
    right: 5px;
}

.icon_premium .icon_message {
    position: absolute;
    top: 5px;
    /* right: 5px; */
}

.image_calon_medium {
    width: 200px;
    height: 250px;
    object-fit: cover;
    object-position: 0px 25%;
}

.image_calon_small {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    object-position: 0px 25%;
}

.card_header_primary {
    color: #fff;
    background-color: #3fa4f1;
}

#admin-support {
    background: #3fa4f1;
    background-size: cover;
    padding: 40px 0;
}

#admin-support .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#admin-support .cta-text {
    color: #fff;
}

#admin-support .cta-btn {
    font-family: "Montserrat", sans-serif;
    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;
}

#admin-support .cta-btn:hover {
    background: #50d8af;
    border: 3px solid #50d8af;
}

#call-to-action {
    background-color: #3fa4f1;
}

#footer {
    color: #fff;
    background-color: #3fa4f1;
}

.title_underline::after {
    content: '';
    /* position: absolute; */
    display: block;
    margin-top: 0.5rem;
    width: 50px;
    height: 3px;
    background: #50d8af;
    bottom: 0;
    left: 0;
}

.login_button {
    background: #50d8af;
    border: 1px solid #50d8af;
    border-radius: 5px;
}

.login_button a:hover {
    color: #fff !important;
}

.warn {
    color: red;
    /* font-weight:bold;
	border:2px solid red;
	background-color:#fcc; */
}

.hidden {
    display: none;
}

.button {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #31B200;
        -webkit-box-shadow: 0 0 3px #31B200;
    }

    50% {
        background-color: #46D90F;
        -webkit-box-shadow: 0 0 40px #46D90F;
    }

    100% {
        background-color: #31B200;
        -webkit-box-shadow: 0 0 3px #31B200;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #31B200;
        -moz-box-shadow: 0 0 3px #31B200;
    }

    50% {
        background-color: #46D90F;
        -moz-box-shadow: 0 0 40px #46D90F;
    }

    100% {
        background-color: #31B200;
        -moz-box-shadow: 0 0 3px #31B200;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #31B200;
        box-shadow: 0 0 3px #31B200;
    }

    50% {
        background-color: #46D90F;
        box-shadow: 0 0 40px #46D90F;
    }

    100% {
        background-color: #31B200;
        box-shadow: 0 0 3px #31B200;
    }
}

@keyframes glowing {
    0% {
        background-color: #31B200;
        box-shadow: 0 0 3px #31B200;
    }

    50% {
        background-color: #46D90F;
        box-shadow: 0 0 40px #46D90F;
    }

    100% {
        background-color: #31B200;
        box-shadow: 0 0 3px #31B200;
    }
}

.button {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.back-to-top {
    right: auto !important;
    left: 10px !important;
}

@font-face {
    font-family: Snell;
    src: url("/assets_v2/font/snell-roundhand/SnellBT-Regular.otf") format("opentype");
}

.bg_primary {
    background-color: #3fa4f1 !important;
}

.hotline_button {
    position: fixed;
    background: #0c2e8a;
    color: #fff;
    padding: 7px 14px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 2px;
    right: auto !important;
    left: 10px !important;
    bottom: 105px;
    transition: background 0.5s;
    z-index: 10;
}

.hotline_button:hover {
    position: fixed;
    background: #0c2e8a;
    color: #fff;
    padding: 7px 14px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 2px;
    right: auto !important;
    left: 20px !important;
    bottom: 105px;
    transition: background 0.5s;
    z-index: 10;
}

.hot_button {
    position: fixed;
    background: #0c2e8a;
    color: #fff;
    padding: 7px 17px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 2px;
    right: auto !important;
    left: 10px !important;
    bottom: 60px;
    transition: background 0.5s;
    z-index: 10;
}

.hot_button:hover {
    position: fixed;
    background: #0c2e8a;
    color: #fff;
    padding: 7px 17px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 2px;
    right: auto !important;
    left: 20px !important;
    bottom: 60px;
    transition: background 0.5s;
    z-index: 10;
}

.blur_image {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.reject_image {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.blur_text {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4rem 2rem;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
}

.custom_radio_button {}

.custom_radio_button input[type="radio"] {
    display: none;
}

.custom_radio_button label.radio_button {
    display: inline-block;
    padding: 5px 10px;
    margin: 0.2rem 0px;
    border: 1px solid #007BFF;
    /* background-color: #007BFF; */
    color: black;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

/* .custom_radio_button label.radio_button:hover {
        color: white;
        background-color: #0056b3;
    } */

.custom_radio_button input[type="radio"]:checked+label.radio_button {
    color: white;
    background-color: #0056b3;
    border-color: #0056b3;
}

.custom_checkbox_button {}

.custom_checkbox_button input[type="checkbox"] {
    display: none;
}

.custom_checkbox_button label.checkbox_button {
    display: inline-block;
    padding: 5px 10px;
    margin: 0.2rem 0px;
    border: 1px solid #007BFF;
    /* background-color: #007BFF; */
    color: black;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

/* .custom_checkbox_button label.checkbox_button:hover {
        color: white;
        background-color: #0056b3;
    } */

.custom_checkbox_button input[type="checkbox"]:checked+label.checkbox_button {
    color: white;
    background-color: #0056b3;
    border-color: #0056b3;
}

.register-btn-2 {
    min-width: 50%;
    background-color: #ff1694;
    color: #fff;
}

.register-btn-2:hover {
    color: #fff;
    transform: translateY(-2px);
}