body {
	line-height: 1.5;
	color: #555;
	font-family: 'Inter', sans-serif;
	background-color: #FDFFF7 !important;
	overflow-x: hidden;
	font-size:14px;
} 
a {
	text-decoration: none !important;
	color: #ef7d00;
}

a:hover { color: #222; }

a img { border: none; }

img { max-width: 100%; height:auto; }

iframe {
	width: 100%;
	border: 0 !important;
	overflow: hidden !important;
}
ul, ol{
    padding: 0;
    margin: 0 ;
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p{
  color:#000;
}
.section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    overflow: hidden;
}
.heading-wraper .main-head h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
.heading-wraper .main-head h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
.heading-wraper .main-head  p {
  color: #191919;
  font-size: 16px;
  margin: 0 ;
}
.yellow-bg{
background: #FECD46;
}
.black-bg{
  background:#090909;
}
.white-bg{
  background: #fff;
}
.white{
  color: #fff !important;
}