
@font-face {
    font-family: 'Kalpurush';
    src: url('/fonts/Kalpurush.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html[lang="bn"] body {
    font-family: 'Kalpurush', sans-serif;
    font-size: 1.1rem;
}

.bangla-text {
    font-family: 'Kalpurush', sans-serif;
    font-size: 1.1rem;
}

.custom-big-text-style-1 {
	font-size: 2.5rem;
	letter-spacing: 0;
    line-height: 1.5;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a.bangla-text {
        font-size: 1.1rem;
    }
}

.line-height-3 {
    line-height: 0.7 !important;
}

hr {
    margin: 0 0 30px 0;
}

.els-feature-box.feature-box-info {
    padding-left: .25rem !important;
}

#overlay-loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-backdrop {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
