@import url('https://fonts.googleapis.com/css2?family=Bilbo&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	width:100%;
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
header h1 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.riht img {
	width: 100%;
}
.advt{
  text-align: center;
  font-size: 9px;
  color: #c0bebe;
}
header {
	background: #fb7304 !important;
	text-align: center;
	padding: 10px;
	/* font-size: 27px; */
}
.aet img {
  position: relative;
  right: 12px;
}
.descrt {
  text-align: center;
  padding: 20px 0px;
  width: 100%;
  display: block;
}
.descrt h2 {
  color: #000000;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3em;
}
.aet {
  margin: 20px 0px;
}
.descrt ul {
   list-style: none;
 margin: 0;
  padding: 0px 0px 0px 10px;
}
.sert2 {
  background: #f3f3f3;
  padding: 8px 0px;
  margin-bottom:0px;
}
.sert2 .fas {
  color: #11705e;
  font-weight: bold;
}

.blkm img {
    width: 100%;
}

.blkm {
    background: black;
}

.bty a {
font-size: 23px;
  font-weight: 600;
  background-color: #fb7304;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 10px;
}

.aet img {
  width: 50px;
}
.aet {
  margin-bottom: 20px;
}
.sert li .fas {
  color: green;
  font-size: 25px;
  font-weight: bold;
}
.sert2 {
  text-align: left;
  width: 100%;
}

footer {
  background: #000;
  text-align: center;
  padding: 13px 0px;
  margin-top: 54px;
}
.exlent img {
  width: 100%;
}
.ft_libk ul li {
  list-style: none;
  display: inline-block;
  padding: 10px;
}
.ft_libk ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
.ft_libk {
  text-align: center;
}
.copyright {
  font-size: 16px;
  margin-bottom: 10px;
}
.ft_libk ul {
  margin: 0;
}

@media (max-width: 767.98px) {
  .descrt h2 {
    font-size: 25px;
  }
  .sert2 {
    font-size: 17px;
  }
  .aet {
    font-size: 18px !important;
    line-height: normal;
  }
}