*{margin:0;padding:0;box-sizing:border-box}
html, body {
  overflow-x: hidden;
}

.first-sec { position: relative; padding: 10px 0px 0px 0px; text-align: center; justify-content: center; align-items: center;}
.first-sec .headtext { position: relative; width: 100%; }
.first-sec .headtext  img { width: 100%; max-width: 280px; position: relative; margin-bottom: 0px;}
.first-sec .headtext h1{bottom: 15px; font-size: 110px; font-weight: 700; color: #f4e22c; position: relative; margin: 0 0 0px 0px; letter-spacing:6px; }
/*.first-sec .headtext p::after { content: ""; display: block; width: 50%; height: 15px; background-image: url(../images/three-line.png); background-size: contain; background-repeat: no-repeat; background-position: center; margin: 0px auto 0 auto; }*/
/*.first-sec .group-btn { position: relative; width: 100%;}*/
/*.first-sec .group-btn a { display: inline-block; color: #000000; border-radius: 50px; padding: 10px 30px; background-color: #F0E416; font-size: 28px; font-weight: 600; }*/

.second-sec { padding: 30px 0px 30px 0px; background-color: #fff; }
.second-sec .imgdiv { background: transparent; padding: 0px 0px; text-align: center; margin-bottom: 20px; }
.second-sec a{color: #000000;}
.second-sec .imgdiv a img { max-width: 100%; height: auto; }
.second-sec .img-caption { font-size: 20px; font-weight: 500; border-top: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2; padding: 4px 0; margin-top: 12px;  align-items: center; gap: 10px; }
.second-sec .img-caption i { font-size: 15px; color: #F0E416; margin-left: 5px;}

.last-sec { background-image: url(../images/foot-bg-img.png); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 5px 0; }
.last-text { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; color: #000; }
.last-text p { margin: 0px; font-size: 16px !important; color: #727272; }
.last-text a { display: flex; align-items: center; gap: 8px; font-size: 16px !important; color: #727272;  text-decoration: none; }
.last-text a img { height: 15px; border-radius: 4px; }


