@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

*,
*:after,
*:before {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #bababa;
    color: #000000;
    font-family: "Poppins", sans-serif;
    background-image: url('../image/file/x-bg-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

a {
    text-decoration: none;
}

a:hover {
    color: #F38220;
}

a,
button {
    transition: all .3s ease;
}

ul {
    list-style: none;
    padding-left: 0;
}


/* Scroll to Top */

#button {
    display: inline-block;
    background-color: #B28F3599;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    left: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f35b";
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


/* Scroll to Top */


/* Button Fix Bottom*/

.fixed-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}

.btn-wa {
    color: #fff;
    background-color: #25D366;
    border-color: #25D366;
}

.btn-wa:hover {
    color: #fff;
    background-color: #075E54;
    border-color: #075E54;
}

.btn-circle {
    width: auto;
    height: auto;
    padding: 13px 15px;
    border-radius: 50%;
    font-size: 35px;
    text-align: center;
}

.background-text-member p {
    display: inline-block;
    background-color: #ACDBA2;
    padding: 0.2em 0.5em;
    border-radius: 0.5em;
    font-weight: 600;
}



/* Button Fix Bottom*/

.cd-full-width {
    padding-top: 0;
}

.cd-full-width {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-content {
    margin-top: 40px;
}

.bg-white-transparant {
    background-color: rgba(255, 255, 255, 0.85);
}

.box-content {
    display: block;
    padding: 40px 45px;
    padding-bottom: 0;
}

.box-content-col {
    max-width: 100%;
}

.box-section {
    text-align: center;
    margin-bottom: 40px;
}

.logo-img {
    width: 250px;
    height: auto;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
}

.title-head {
    padding: 0 100px;
    margin-bottom: 10px;
}

.title-head h1 {
    color: #F38220;
    font-weight: 600;
    text-transform: uppercase;
}

.title-head p {
    font-size: 18px;
    font-weight: normal;
}

.badge {
    background: #812990;
    color: #ffffff;
    text-transform: uppercase;
    width: 150px;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    position: relative;
    display: inline-block;
}

.op {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.img-op img {
    margin: 10px auto;
    width: 100%;
    border: 4px #ffffff solid;
    border-radius: 10px;
    display: block;
}

.section-page {
    padding: 0 100px;
    margin: 20px 0;
}

.section-page-w {
    padding: 0 100px;
    margin: 20px 0;
}

.title-desc {
    padding: 0;
    margin: 0;
    text-align: left;
}

.title-desc h2 {
    color: #F38220;
    font-weight: 600;
}

.title-desc p {
    font-size: 16px;
    font-weight: none;
}

.title-all {
    color: #F38220;
    font-size: 28px;
    font-weight: 600;
}

.box-why {
    text-align: center;
    color: #fff;
    background-color: #812990;
    padding: 20px;
    display: block;
    height: 235px;
}

.box-why i {
    font-size: 90px;
    display: block;
    padding: 10px;
    margin-bottom: 15px;
}

span {
    padding: 5px;
    font-size: 14px;
}

.img-gallery {
    /*max-width: 860px;*/
    margin: 10px auto 0;
    width: 100%;
}

.tm-gallery {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    /*border: 2px #dddddd solid;*/
    border-radius: 8px;
}

.tm-videos {
    margin: 5px;
}

.maps {
    display: block;
    overflow: hidden;
    border: 3px #f38220 solid;
    border-radius: 8px;
    transform: translateZ(0);
    margin-bottom: 8px;
}

.tm-text {
    text-align: center;
    text-transform: none;
    font-size: 22px;
    font-weight: 400;
}

.tm-btn {
    /*background-color: #333333;*/
    background-color: #25D366;
    border: none;
    color: #ffffff;
    width: auto;
    height: auto;
    padding: 20px 30px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
}

.tm-btn:hover,
.tm-btn:focus {
    background-color: #075E54;
}


/* Footer */

.tm-footer {
    position: absolute;
}

.tm-footer {
    width: 100%;
    color: #fff;
    z-index: 5;
    padding: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tm-social-icons-container {
    margin-top: 10px;
}

.tm-social-link {
    background-color: #81299080;
    color: #ffffff;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 12px;
    margin-right: 10px;
    border-radius: 20px;
}

.tm-social-link:last-child {
    margin-right: 0;
}

.tm-copyright-text {
    margin-top: 20px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    background-color: #81299080;
    padding: 10px;
}

.btn-purple {
    color: #fff;
    background-color: #812990;
    border-color: #812990;
}

.btn-purple:hover {
    color: #fff;
    background-color: #591b64;
    border-color: #591b64;
}

@media only screen and (max-width: 465px) {
    .cd-hero-slider .page-content {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .box-content {
        margin: 0 15px;
    }

    .logo-img {
        width: 210px;
    }

    .title-head {
        padding: 0;
    }

    .section-page {
        padding: 0;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .section-page-w {
        padding: 0 50px;
    }

    .box-why {
        height: 240px;
    }
}

@media only screen and (max-width: 465px) {
    .section-page-w {
        padding: 0;
    }

    .box-why {
        height: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .page-content {
        margin-top: 80px;
    }
}


/* LOADER */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F38220;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 2001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #812990;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    /*background: #222222;*/
    background: #ffffff;
    z-index: 2000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}


/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    transition: all 0.3s 1s ease-out;
}


/* JavaScript Turned Off */

.no-js #loader-wrapper {
    display: none;
}