/*====*PRESET CSS*====*/     
@font-face {
  font-family: 'kalpurush'; 
  src: url('fonts/kalpurush.ttf') format('ttf'); 
} 
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, 
body {
	max-width: 100%;
	height: auto;
}
body {    
	font-family: "Marmelad", sans-serif;  
	font-family: 'kalpurush';
	background-color: #fff; 
}   
img {
    max-width: 100%;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ptb-90 {
	padding-top: 90px;
	padding-bottom: 90px;
} 
.bg-gray {
	background-color: #f3f3f3;
}
.mb-30 {
	margin-bottom: 30px;
}
iframe {
    width: 100%;
    max-width: 600px;
}
.hide-imp {
	display: none !important;
}  
/*====*Banner CSS*====*/   
.site-banner {
    position: relative;
    height: auto;
    padding: 50px 0 80px;
}
.site-banner img {
    margin-bottom: 30px;
}
.site-banner .text {
    text-align: center;
}
.site-banner .text h2 {
    font-size: 25px;
    text-align: center;
}
.site-banner .text h1 {
    font-size: 40px;
    line-height: 44px;
    text-shadow: 0 3px 5px #888;
    color: #000;
}
.site-banner .text p {
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0 3px 5px #000;
    color: #fff;
}
.site-banner .text h3 {
    background-color: #f9e53f;
    display: block;
    padding: 12px 6px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    text-shadow: none;
    font-weight: 700;
    max-width: 600px;
    margin: 0 auto;
}

/*====*Section Heading CSS*====*/ 
.section-heading { 
    text-align: center;
}
.section-heading h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Marmelad", sans-serif;
    text-transform: capitalize;
}
.section-heading p {
    font-size: 15px;
    font-family: kalpurush;
}
/*====*Site Button CSS*====*/  
.btn-order {
    text-align: center;
    margin-top: 20px;
}
.btn-order a {
    color: #fff;
    background-color: #ff5c5c;
    border-radius: 5px;
    padding: 12px 6px;
    text-decoration: none;
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    max-width: 600px;
}
.btn-order a i {
    color: #f9e53f;
}
/*====*Site gallery CSS*====*/  
.site-gallery .item {
    text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
}
.site-gallery .info {
    padding: 15px 10px;
}

.site-gallery .info h3 {
    font-size: 18px;
}

.site-gallery .info p {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
} 
.site-video {
    text-align: center;
} 
/*====*CHAR CSS*====*/  
.char-box ul {
    max-width: 600px;
    margin: 0 auto;
}
.char-box ul li {
    display: block;
    padding: 12px 22px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 0;
    font-size: 20px;
    line-height: 30px;
    color: #333;
} 
.char-box ul li i {
    font-size: 20px;
    color: #333;
}
/*====*FAQ CSS*====*/  

.site-faq .faq-box {
    background-image: url(img/faq.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    width: 100%;
    padding: 50px 0;
}
.faq-box ul {
    max-width: 550px;
    margin: 0 auto;
}

.faq-box ul {
    margin: 0 auto;
    max-width: 550px;
}
.faq-box ul li h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background-color: #333;
    padding: 11px 20px;
    border-radius: 0;
    position: relative;
    margin-bottom: 0;
}
.faq-box ul li h4::after {
    position: absolute;
    content: '\F64D';
    color: #fff;
    right: 15px;
    font-family: 'bootstrap-icons';
}
.faq-box ul li p {
    background-color: #fff;
    padding: 10px 15px 20px;
    margin: 0;
}
.faq-box ul li {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}
/*====*FOOTER CSS*====*/  
.site-footer p {
    text-align: center;
    padding: 15px 20px;
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'Marmelad';
}
.site-footer p a {
    color: #000;
    text-decoration: none;
}
/*====*COLOR CSS*====*/
 