.teks-item {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
    margin: 20px 0;
    width: 100%;
}

.teks-item img {
    width: 90px;
}

.teks-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}

.teks-item h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
}

.teks-item p {
    margin-bottom: 0;
    color: #666;
}

.hover-border:hover {
    border: 1px dashed #f58634;
}

.btn-hero {
    --bs-btn-color: #000;
    --bs-btn-bg: #f58634;
    --bs-btn-border-color: #f58634;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #F79E5D;
    --bs-btn-hover-border-color: #F79E5D;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #F79E5D;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f58634;
    --bs-btn-disabled-border-color: #f58634;
}

.bg-hero {
    background-color: #f58634;
    color: #fff;
}

.swiper-client {
}

.swiper-client .swiper-slide img {
    width: 160px;
    border-radius: 12px;
}

.swiper-client .swiper-slide h4 {
    font-size: 16px;
    font-weight: 500;
}

.swiper-pagination-bullet-active {
    background-color: #f58634;
}

#teks1 {
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
}

.body-bg {
    background: url(../img/body-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
}

.teks5 {
    background: url(../img/dk-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff !important;
}

.text-branding {
    color: #f58634;
}

.tekspos-avatar {
    background: #f5f5f5;
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 100%;
}

.tekspos-avatar-popupheader {
    width: 60px;
    height: 60px;
    margin-right: 12px;
}

.tekspos-avatar img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    padding: 8px;
}

.border-10 {
    border-width: 10px !important;
}

.border-dash {
    border-style: dashed !important;
}

.placeholder-white::placeholder {
    color: #fff !important;
}

/*filelanguage*/
.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

/* === Template === */

/* marketing */

.template-marketing .bg-marketing {
    background-color: #E5D6D3;
}

.template-marketing .bg-marketingtitle {
    background-color: #3D323E;
}

/* it */


.template-it .bg-it {
    background-color: #A15277;
}

.template-it .border-it {
    border-color: #A15277 !important;
}

/* style */

.template-style ::placeholder {
    color: #25596D !important;
}

.template-style input, .template-style select, .template-style textarea, .template-style .text-primary {
    color: #003746 !important;
}

.template-style .bg-primary {
    background-color: #003746 !important;
}

.template-style .bg-style {
    background-image: url("../img/yellow-banner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* Star */

.template-star .bg-star {
    background-image: url("../img/header-star.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.template-star ::placeholder {
    font-style: italic !important;
}

.cursor-pointer {
    cursor: pointer;
}

/* Fresher */

.template-fresher .bg-fresher {
    padding: 0mm;
    position: relative;
    background-image: url("../img/line-0d79e5.png");
    background-repeat: repeat;
    color: #48494a;
    z-index: 1;
}

/* modern */

.template-modern .border-modern {
    --bs-border-opacity: 1;
    border-color: #F04C6A !important;
}

.template-modern .text-modern {
    color: #F04C6A !important;
}

/* Dynamic */

.template-dynamic .bg-dark {
    background-color: #2C3E50 !important;
    color: #fff !important;
}

.template-dynamic .bg-dynamic {
    background-color: #00B34D !important;
    color: #fff !important;
}

.template-dynamic .bg-dynamic input, .template-dynamic .bg-dynamic select, .template-dynamic .bg-dynamic input{
    color: #fff !important;
}

.template-dynamic .bg-dynamic option{
    color: #fff !important;
    background-color: #00B34D !important;
}

.template-dynamic .border-dynamic {
    --bs-border-opacity: 1;
    border-color: #00B34D !important;
}