body{
	font-family: 'Poppins', sans-serif;
	background: #F3F3F3;
}
.bgImg{
	background: url(../img/bg.jpg) no-repeat center;
	background-size: cover;
	padding-top: 120px;
    padding-bottom: 150px;
}
.inMatNav .nav-item a{
	font-size: 14px;
    font-weight: 600;
    color: #727474;
}
.inMatNav .navbar-brand img{
	max-height: 50px;
}
.bgImg h5{
	font-size: 20px;
    font-weight: 700;
	margin-bottom: 10px;
	color: #4a4a4a;
}
.bgImg h2{
	font-size: 40px;
    font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #4a4a4a;
}
.bgImg h4{
	font-size: 24px;
    font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #4a4a4a;
}
.inSecHeader h2{
	margin-top: 30px;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 800;
    color: #565656;
}
.inFooter{
	padding-top: 15px;
	padding-bottom: 15px;
	background: #7435a7;
	font-size: 14px;
	color:white;
}
.inFooter a{
	color:#ECECEC;
	text-decoration: none;
	font-weight: bold;
}
.inButtonDark {
    padding: 12px 30px;
    color: white;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 30%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.inMatFet{
	margin-bottom: 15px;
}
.inMatFet i{
	font-size: 70px;
    margin-bottom: 20px;
	color:#7435a7;
}
.inMatContent h2{
	font-size: 30px;
	font-weight: 700;
}
.inMatContent p{
	font-size: 14px;
	line-height: 30px;
}
.inMatHow .card{
	border: none;
	box-shadow: 0px 2px 21px rgb(0 0 0 / 15%);
}
.inMatHow b{
	font-size: 120px;
}
.inMatFet{
	text-align: center;
}
.inMatFet h4{
	font-size: 22px;
    font-weight: 700;
    color: #2e2e2e;
}
.inMatFet p{
	font-size: 14px;
    line-height: 24px;
}
.inMatPro .card{
	border: none;
	box-shadow: 0px 2px 21px rgb(0 0 0 / 15%);
}
.inMatPro .card-title{
    font-size: 18px;
    font-weight: 800;
}
.inMatPro .card-text {
    font-size: 12px;
    margin-bottom: 10px;
}
.inMatPro .card-data {
    font-size: 13px;
}
.inMatPro .cardFooterText {
    font-size: 15px;
}
.inMatPro .cardFooterText .btn-whatspp{
	padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    color: white;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 30%);
    background: #14a422d9;
    letter-spacing: 0.5px;
    border: 3px solid #14a422d9;
}
