html,
body {
    font-family: 'Poppins';
    font-size: 16px;
    color: #505050;
    background: url('../icons/background-home.jpg');
    overflow-x: hidden;
    /* background-size: cover; */
}

/* SITEMAP */
.modal-fullscreen-xl {
    padding: 0 !important;
}

.modal-fullscreen-xl .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen-xl .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen-xl .modal-body {
    overflow-y: auto;
}
/* SITEMAP */

footer {
    background-color: #02004B;
    color: #FFF;
    text-align: center;
    padding: 10px;
}

header {
    padding: 10px 0 0 0;
}

.title {
    font-weight: bolder;
    margin: 0;
}

.subtitle {
    font-size: 18px;
}

.carousel-indicators li {
    cursor: pointer;
    border-radius: 50% !important;
    width: 10px;
    height: 10px;
    opacity: 0.5;
    margin: 0 15px 18px 15px;
    color: #333;
    background-color: #333 !important;
}

#fa-whatsapp {
    background-color: #25D366;
}

#fa-tiktok {
    background-color: #000;
}

#fa-facebook {
    background-color: #0094FF;
}

#fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

#fa-youtube {
    background-color: #FF0000;
}

.carousel-inner>.carousel-item>img {
    height: 100%;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.img-dropdown img {
    height: 100px;
}

.register {
    color: #4A4A4A;
    font-weight: bold;
    font-size: 14px;
}

.register:hover {
    text-decoration: none;
    color: #4A4A4A;
}

#ask-me {
    padding: 10px;
    position: absolute;
    right: -43px;
    bottom: -41px;
    z-index: 1;
}

#login-as {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#login-as-mobile {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
}

#menu-left-mobile {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5%;
    z-index: 1;
}

#menu-right-mobile {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5%;
    z-index: 1;
}

#img-slide-one {
    background-image: url("../slide/seminar.png");
    /* background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; */
    cursor: pointer;
}

#img-slide-two {
    background-image: url("../slide/slide3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#img-slide-three {
    background-image: url("../slide/slide1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#img-slide-four {
    background-image: url("../slide/slide2.png");
    background-size: cover;
    object-fit: cover;
}

/* CHAT AI */
.img-chat {
    max-width: 100%;
}

.incoming_msg_img {
    display: inline-block;
    width: 6%;
}

.incoming_msg {
    margin: 10px 0;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.received_withd_msg {
    width: 57%;
}

.mesgs {
    float: left;
}

.sent_msg p {
    background: #05728f none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    margin: 8px 0 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.outgoing_msg {
    overflow: hidden;
    margin: 15px 0 26px;
}

.sent_msg {
    float: right;
    width: 46%;
}

.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}

.messaging {
    padding: 0 0 50px 0;
}
/* CHAT AI */


/* LOADING */
.lds-facebook {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #000;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        height: 24px;
    }

    50%,
    100% {
        height: 12px;
    }
}
/* LOADING */


#logo {
    width: 150px;
    height: 50px;
}

#language ul {
    list-style-type: none;
}
.language-item {
    color: #505050;
    font-size: 16px;
}


.btn-circle.btn-lg {
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 18px;
    border-radius: 25px;
}

@media screen and (min-width: 0) {
    #social-media {
        width: 100%;
    }
    #sponsor {
        width: 100%;
    }
    #outer {
        width: 100%;
        display: flex;
        flex-flow: column;
    }
}
@media screen and (min-width: 576px) {
    #social-media {
        width: 20%;
    }
    #sponsor {
        width: 60%;
    }
    #outer {
        height: 100%;
        width: 100%;
        display: flex;
        flex-flow: column;
    }
}
@media screen and (min-width: 768px) {
    #social-media {
        width: 20%;
    }
    #sponsor {
        width: 60%;
    }
    #outer {
        height: 100%;
        width: 100%;
        display: flex;
        flex-flow: column;
    }
}
@media screen and (min-width: 992px) {
    #social-media {
        width: 20%;
    }
    #sponsor {
        width: 60%;
    }
    #outer {
        height: 100%;
        width: 100%;
        display: flex;
        flex-flow: column;
    }
}
@media screen and (min-width: 1200px) {
    #social-media {
        width: 20%;
    }
    #sponsor {
        width: 60%;
    }
    #outer {
        height: 100%;
        width: 100%;
        display: flex;
        flex-flow: column;
    }
}
