/*====*PRESET CSS*====*/     
@font-face {
  font-family: 'kalpurush'; 
  src: url('fonts/kalpurush.ttf') format('ttf'); 
}    
@font-face {
  font-family: 'SolaimanLipi'; 
  src: url('fonts/SolaimanLipi.ttf') format('ttf'); 
} 
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, 
body {
	max-width: 100%;
	height: auto;
}
body {      
	font-family: 'kalpurush';
	font-family: 'SolaimanLipi';
	background-color: #fff; 
	margin: 0;
}   
img {
    max-width: 100%;
	height: auto;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
} 
.pt-50 {
	padding-top: 50px; 
}
.pb-50 { 
	padding-bottom: 50px;
}  
.mb-30 {
	margin-bottom: 30px;
}
iframe {
    width: 100%;
    max-width: 550px;
}
.bg-gray {
	background-color: #f3f3f3;
}
.disnone {
	display: none !important;
}  
/*====*HEADER CSS*====*/ 
.mb-header {
    text-align: center;
} 
.site-logo {
    margin: 5px auto 0;
    display: inline-block;
    width: 50px;
    height: auto;
    border-radius: 50%;
}
 
/*====*BANNER CSS*====*/   
 .mb-banner {
    position: relative;
    overflow: hidden;
}
.mb-banner .txt-box {
    text-align: center;
    padding: 10px 0 30px;
    margin-bottom: 50px;
}
.mb-banner img {
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 90%);
} 
/*====*HEADING CSS*====*/  
.section-heading {
    text-align: center;
}

.section-heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 40px;
}

.section-heading p {
    color: #444;
    font-size: 15px;
}
/*====*BUTTON CSS*====*/ 
.btn-checkout {
    display: block;
    text-align: center;
}
.btn-checkout a {
    display: inline-block;
    padding: 13px 25px;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 80%);
    width: 100%;
    max-width: 500px; 
    margin-top: 30px; 
}
.btn-message a {
    background-color: #444;
    color: #fff;
    position: relative;
}

.btn-message a i {
    color: #ff3f3f;
}
/*====*GALLERY CSS*====*/ 
.mb-gallery {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}
/*====*FEATURE CSS*====*/ 
.mb-feature ul {
    max-width: 500px;
    margin: 0 auto;
}

.mb-feature ul li {
    line-height: 38px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 16px;
}
.mb-feature ul li:last-child {
	border-bottom: 0;
}
.mb-feature ul li i {
    color: #ff3f3f;
    margin-right: 3px;
}
/*====*CAROUSEL CSS*====*/ 
.owl-nav > div {
    position: absolute;
    top: 50%;
} 
.owl-nav button {
    position: absolute;
    top: 50%;
    left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #333 !important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
    color: #fff !important;
    font-size: 25px !important;
    line-height: 50px !important;
    transform: translateY(-50%);
}
.owl-nav .owl-next {
    right: -25px;
    left: auto;
}  
.owl-dots {
    text-align: center;
}
.owl-dots button {
    width: 5px;
    height: 10px;
    background-color: #ddd !important;
    display: inline-block;
    border-radius: 25px !important;
    margin: 0 2px;
}

.owl-dots button.active {
    background-color: #ff3f3f !important;
}

/*====*FOOTER CSS*====*/  
.mb-footer {
    padding: 10px 0;
    text-align: center;
    background-color: #333;
} 
.mb-footer p {
    margin-bottom: 0;
    font-size: 14px;
    color: #ddd;
}