@font-face {
        font-family: "Kalpurush";
        src: url("assets/fonts/kalpurush.ttf") format('truetype')

    }

    @font-face {
        font-family: "Shamim Cholontika";
        src: url("assets/fonts/ShamimCholontikaANSIV1.ttf") format('truetype')
    }

    body {
    	font-family: 'Roboto', sans-serif;
    	font-size: 17px;
    	color: #000
    }

#banner-text{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	color: #000;
	font-weight: 600;
	
}

.title-1 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

.font2-light {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 16px;
}

@media only screen and (min-width: 900px) {
	.pl-0 {
	padding-left: 0 !important;
	}

	.pr-0 {
		padding-right: 0 !important;
	}

}


.section-title {
	font-family: 'Roboto' !important;
	font-size: 35px;
	line-height: 4.5rem;
}

.br-10 {
	border-radius: 10px;
}

.feature-content.wow.animated {
    margin-top: 45px;
}


.more-about-img {
    margin-bottom: 30px;
}

.more-about-img img {
    width: 69px;
    margin: auto;
}

.more-about .title-1 {
	font-size: 25px;
	margin-bottom: 20px;
}

.more-about.clrbg-before {
    margin-top: 20px;
}

.ask span {
	cursor: pointer;
}

.footer-widget h2 {
	font-size: 20px;
	text-align: left;
	
}

.footer-widget h2 b {
	border-bottom: 3px solid green;
	padding-bottom: 15px;
}

.footer-widget ul {
	text-align: left;
	margin-top: 50px;
}

.footer-widget {
	text-align: left;
}


.line-divider {
	height: 3px;
	background-color: #01ac20;
	width: 15%;
	text-align: center;
}

.about-wrap .title-1 {
	font-size: 25px;
}

@media only screen and (max-width: 768px) {
	.text-right {
		text-align: right;
	}

	.title-wrap.ask h4 {
		line-height: 3.5rem;
	}


}

