@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,700&display=swap");
html {
  font-size: 16px;
}

body {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

.pt-6 {
  padding-top: 5rem;
}

.pb-6 {
  padding-bottom: 5rem;
}

h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

h3 {
  font-size: 2.5rem;
}
h3 span {
  color: #ff6c0a;
}
h3 strong {
  font-weight: 700;
}

h4 {
  font-size: 2rem;
  border-bottom: 0.2rem solid #ff6c0a;
  display: inline-block;
  padding-bottom: 0.2rem;
  margin-bottom: 1.2rem;
}
h4 span {
  color: #ff6c0a;
  font-weight: 600;
}
h4 strong {
  font-weight: 800;
}

h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

h6 {
  font-size: 1.125rem;
}

p {
  font-size: 1rem;
  color: #252525;
  font-weight: 500;
  text-align: justify;
}
p .small {
  font-size: 0.9rem;
}

.fw-600 {
  font-weight: 600;
}

hr {
  background: #252525;
  opacity: 0.12;
}

.light-text-black {
  color: #252525;
  opacity: 0.6;
}

.orage-btn {
  background-color: #ff6c0a;
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 0.4rem;
  font-weight: 600;
  border: 0.1rem solid #ff6c0a;
}
.orage-btn:hover {
  border: 0.1rem solid #ff6c0a;
  color: #ff6c0a;
  background-color: #fff;
  transition: all 0.3s ease;
}

header {
  position: relative;
  width: 100%;
}
header::after {
  content: "";
  border-bottom: 0.1rem solid #fff;
  position: absolute;
  width: 100%;
  height: 1px;
}
header.fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 3;
  box-shadow: 0 0 0.4rem #e2e2e2;
}
header.fixed::after {
  border-bottom: 0.1rem solid transparent;
}
header .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  font-size: 1.125rem;
}
header .navbar-nav .nav-item .nav-link.active {
  font-weight: 700;
}
header .navbar-nav .lang-customize {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
  margin-left: 1.5rem;
  font-weight: 600;
}
header .navbar-nav .lang-customize .goog-te-combo {
  border: none;
  outline: none;
}
header .navbar-nav .lang-customize button {
  background-color: unset;
  border: unset;
  font-weight: 600;
}
header .navbar-nav .lang-customize button:nth-child(1) {
  color: #ff6c0a;
}
header .navbar-nav .lang-customize button:nth-child(2) {
  color: #252525;
}

.dropdown-item.active,
.dropdown-item:active {
  outline: none;
  background-color: #ff6c0a;
}

.top__section {
  background-image: url(../image/home/top-banner.png);
  height: 450px;
  width: 100%;
  background-size: cover;
  margin-top: -80px;
  background-position: bottom;
}

.about {
  margin-top: -12rem;
}
.about .about__img {
  position: relative;
}
.about .about__img::before {
  content: "";
  position: absolute;
  left: -48%;
  top: 0;
  background-image: url(../image/home/rajesh-tripathi-bg.png);
  width: 150%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.about .about__img img {
  position: relative;
  z-index: 2;
}

.chillupar__bg {
  background-image: url(../image/home/vidhan-sabha-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.gallery .year__define {
  display: flex;
  justify-content: space-between;
}

.year__define {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0 8rem;
}
.year__define span {
  font-size: 1.5rem;
}
.year__define ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 4rem;
}
.year__define ul .owl-item {
  text-align: center;
}
.year__define ul .owl-item.active.current .item {
  background-color: #ff6c0a;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 0.4rem;
  border: 0.1rem #ff6c0a;
}
.year__define ul li {
  min-width: 10rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  cursor: pointer;
}
.year__define #sync2 .owl-nav {
  position: relative;
  top: -42px;
}
.year__define #sync2 .owl-nav .owl-prev {
  position: absolute;
  left: -80px;
  top: 7px;
}
.year__define #sync2 .owl-nav .owl-next {
  position: absolute;
  right: -80px;
  top: 7px;
}

.photo__gallery .d-flex {
  margin-bottom: 3rem;
}
.photo__gallery .d-flex h4 {
  margin: 0;
}
.photo__gallery .d-flex a {
  color: #252525;
  font-weight: 600;
}

.muktipath .muktipath__img {
  position: relative;
}
.muktipath .muktipath__img::before {
  content: "";
  position: absolute;
  left: -48%;
  top: 0;
  background-image: url(../image/home/muktipathbg.png);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
.muktipath .muktipath__img img {
  margin-bottom: 3rem;
}
.muktipath .muktipath__desc {
  position: relative;
}
.muktipath .muktipath__desc::after {
  content: "";
  position: absolute;
  right: -48%;
  top: -90%;
  background-image: url(../image/home/muktipathright.png);
  width: 38rem;
  height: 50rem;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
.muktipath h3 {
  text-transform: capitalize;
}

.latest__news .d-flex {
  margin-bottom: 2rem;
}
.latest__news .d-flex h4 {
  margin: 0;
}
.latest__news .d-flex a {
  color: #252525;
  font-weight: 600;
}

.latest_video {
  position: relative;
  display: grid;
  place-items: center;
  transition: all 0.1s linear;
  margin-bottom: 1.2rem;
}
.latest_video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #252525;
  opacity: 0.4;
}
.latest_video:hover {
  opacity: 1;
}
.latest_video .play-btn {
  position: absolute;
  display: inline-block;
}
.latest_video .play-btn img {
  height: 4.5rem;
  width: 4.5rem;
}

.vidhan__bg {
  background-image: url(../image/home/update-volunteer-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 6%;
}

.latest__news__updates .d-flex {
  margin-bottom: 4rem;
}
.latest__news__updates .d-flex h4 {
  margin: 0;
  border-color: #252525;
}
.latest__news__updates .d-flex a {
  color: #252525;
  font-weight: 600;
}
.latest__news__updates .news__updates {
  margin-bottom: 4rem;
}
.latest__news__updates .news__updates a {
  color: #252525;
  font-weight: 600;
  font-size: 1.125rem;
}
.latest__news__updates .news__updates p {
  margin-bottom: 0.5rem;
}

.blog .d-flex {
  margin-bottom: 4rem;
}
.blog .d-flex h4 {
  margin: 0;
}
.blog .d-flex a {
  color: #ff6c0a;
  font-weight: 600;
}
.blog .blog__card p {
  line-height: 1.4;
}
.blog .blog__card p.small {
  margin: 1rem 0 0.7rem;
}
.blog .blog__card h6 {
  margin-bottom: 0.9rem;
}
.blog .blog__card h6 a {
  font-size: 1.25rem;
  color: #252525;
  font-weight: 600;
  text-decoration: none;
}

.footer {
  background-image: url(../image/home/footerbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.footer footer h6 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.footer footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer footer ul li a {
  font-weight: 500;
  text-decoration: none;
  color: #252525;
  margin-bottom: 1rem;
  display: inline-block;
}
.footer footer p {
  line-height: 1.6;
}
.footer footer p.small {
  line-height: 1.4;
}
.footer footer a {
  color: #252525;
  text-decoration: none;
}
.footer footer .socialmedia__footer {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 4rem;
}
.footer footer .socialmedia__footer::before {
  content: "";
  position: absolute;
  top: 36%;
  left: 0;
  width: 43%;
  height: 2px;
  background: #fff;
}
.footer footer .socialmedia__footer::after {
  content: "";
  position: absolute;
  top: 36%;
  right: 0;
  width: 43%;
  height: 2px;
  background: #fff;
}
.footer footer .socialmedia__footer ul li {
  display: inline-block;
}
.footer footer .socialmedia__footer ul li a {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 2.5;
  border-radius: 5rem;
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.customized__page {
  background-image: url(../image/home/header-bg.jpg);
  background-size: cover;
  height: 25rem;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.gallery .work__cul {
  display: flex;
  justify-content: space-between;
}

.work__cul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem 0 4rem;
}
.work__cul span {
  font-size: 1.5rem;
}
.work__cul ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 4rem;
}
.work__cul ul .owl-item {
  text-align: center;
}
.work__cul ul .owl-item .item {
  cursor: pointer;
  text-transform: capitalize;
}
.work__cul ul .owl-item.active.current .item {
  color: #ff6c0a;
}
.work__cul ul li {
  min-width: 10rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  display: inline-block;
}
.work__cul #sync4 .owl-nav {
  position: relative;
  top: -42px;
}
.work__cul #sync4 .owl-nav .owl-prev {
  position: absolute;
  left: -80px;
  top: 7px;
}
.work__cul #sync4 .owl-nav .owl-next {
  position: absolute;
  right: -80px;
  top: 7px;
}

.contact-us .contact-details {
  background: #fc842d;
  border-radius: 1rem;
  color: #fff;
  padding: 2.3rem;
  position: relative;
  margin-bottom: 2rem;
}
.contact-us .contact-details::before {
  content: "";
  background-image: url(../image/contact-us/contact-us-bg.png);
  background-size: cover;
  width: 35rem;
  height: 35rem;
  position: absolute;
  left: -15rem;
  top: 6rem;
  z-index: -1;
}
.contact-us .contact-details h5 {
  font-size: 1.375rem;
  font-weight: 800;
  padding-top: 3.5rem;
  text-transform: capitalize;
}
.contact-us .contact-details h6 {
  font-size: 1.375rem;
  font-weight: 800;
}
.contact-us .contact-details h6 strong {
  font-weight: 600;
}
.contact-us .contact-details p {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contact-us .contact-item h3 {
  font-size: 2.5rem;
  font-weight: 700;
}
.contact-us .contact-item p {
  font-size: 1.125rem;
  font-weight: 400;
}
.contact-us .contact-item label {
  padding-bottom: 0.5rem;
  font-size: 0.75;
  font-weight: 500;
}
.contact-us .contact-item input {
  padding: 0.5rem 0.8rem;
  background-color: #fcfcfc;
  border-style: solid;
  border-color: #e2e2e2;
  border-radius: 10px;
  font-size: 0.875;
  font-weight: 400;
  width: 100%;
}
.contact-us .contact-item input:focus-visible {
  outline: none;
}
.contact-us .contact-item textarea {
  background-color: #fcfcfc;
  border-style: solid;
  border-color: #e2e2e2;
  border-radius: 10px;
  padding: 0.5rem 0.8rem;
  width: 100%;
}
.contact-us .contact-item textarea:focus-visible {
  outline: none;
}

.news-updates .d-flex a {
  color: #ff6c0a;
  text-decoration: underline;
  color: #ff6600;
  font-weight: 600;
}
.news-updates h6 {
  padding-bottom: 1rem;
}

.our__Journey {
  position: relative;
  padding: 9rem 1rem 5rem 1rem;
}
.our__Journey::before {
  content: "";
  position: absolute;
  right: -29%;
  top: 27%;
  background-image: url(../image/home/bjp-img.png);
  width: 51%;
  height: 62%;
  background-repeat: no-repeat;
  background-size: contain;
}

.our__journey {
  position: relative;
}
.our__journey .journey__steps {
  border-right: 0.15rem solid #e2e2e2;
  top: 5rem;
  margin-bottom: 1.5rem;
  position: fixed;
  width: 15rem;
  top: 15rem;
}
.our__journey .journey__steps a {
  position: relative;
  display: block;
  padding: 1.5rem 3rem;
  color: #252525;
  text-decoration: none;
  background: none;
  font-size: 1.3rem;
  border: none;
}
.our__journey .journey__steps a.active {
  color: #ff6c0a;
  background-color: unset;
  font-weight: 700;
  padding: 1.5rem 3rem;
  transition: all 0.5s ease;
}
.our__journey .journey__steps a.active::before {
  content: "";
  background-image: url(../image/icon/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #ff6c0a;
  padding-right: 0.5rem;
  position: absolute;
  left: -0.8rem;
  top: 1.9rem;
  width: 2.8rem;
  height: 1rem;
  transition: all 0.5s ease;
}
.our__journey .journey__detail h2 {
  color: #ff6c0a;
  font-weight: 700;
}
.our__journey .journey__detail .product__img {
  margin: 3rem 0;
  position: relative;
}
.our__journey .journey__detail .product__img::after {
  content: "";
  background-image: url(../image/icon/arrow-round.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -12rem;
  top: 12rem;
  width: 10rem;
  height: 5rem;
}
.our__journey .journey__detail ul.product__details {
  list-style: none;
}
.our__journey .journey__detail ul.product__details li {
  line-height: 2;
  font-weight: 600;
}

.heading__centered {
  margin-bottom: 2rem;
  display: inline-block;
  width: 100%;
}
.heading__centered h3 {
  font-weight: 700;
  position: relative;
}
.heading__centered h3::before {
  content: "";
  border-bottom: 0.2rem solid #ff6c0a;
  position: absolute;
  bottom: -0.8rem;
  width: 8rem;
  left: 45%;
}

.trending__post {
  margin: 3.5rem 0;
}
.trending__post .blog__dtl__img img {
  max-height: 600px;
}
.trending__post .blog__dtl__img h2 {
  color: #252525;
  text-align: left;
  font-weight: 700;
  font-size: 3rem;
  margin: 0 0 1.5rem;
}
.trending__post .blog__dtl__img h4 {
  font-size: 2.225rem;
  text-transform: capitalize;
  color: #252525;
  margin: 4rem 0 1.5rem;
  border: 0;
  font-weight: 700;
}
.trending__post .blog__dtl__img p {
  text-align: justify;
}
.trending__post .blog__dtl__img .blog__styled {
  border-left: 0.5rem solid #ff6c0a;
  padding: 1rem;
  margin: 0 0 1rem;
}
.trending__post .blog__dtl__img .blog__styled p {
  margin: 0;
}
.trending__post img {
  border-radius: 1rem;
}
.trending__post h1 {
  color: #252525;
  text-align: left;
  font-weight: 700;
  text-transform: inherit;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.trending__post h1 span {
  color: #ff6c0a;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1rem;
}
.trending__post p {
  color: #252525;
}
.trending__post p:nth-last-child(1) {
  margin-bottom: 2rem;
}

.blog__card img {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.blog__card h5 {
  font-weight: 700;
  color: #252525;
  margin-bottom: 1rem;
}
.blog__card h5 a {
  text-decoration: none;
  color: #252525;
}
.blog__card p {
  color: #252525;
}
.blog__card span {
  font-size: 1rem;
  font-weight: 500;
  color: #252525;
}

.volunteer .border__ {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 1.5rem;
  position: relative;
}
.volunteer .border__ .btn-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.volunteer h2 {
  font-size: 2rem;
  font-weight: 600;
}
.volunteer h4 {
  font-size: 1.5rem;
  font-weight: 700;
}
.volunteer .form-control {
  box-sizing: border-box;
  background: #fcfcfc;
  border: 1px solid #e2e2e2;
  border-radius: 0.625rem;
}
.volunteer .form-group label {
  display: inline-block;
  padding-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 100%;
}
.volunteer .form-group input {
  font-weight: 400;
  font-size: 0.75rem;
  height: 3rem;
}
.volunteer .form-group input:focus-visible {
  box-shadow: none;
}
.volunteer .form-group select {
  font-size: 0.75rem;
  height: 3rem;
}
.volunteer .form-group select:focus-visible {
  box-shadow: none;
}
.volunteer .form-group .orage-btn {
  border-radius: 0.625rem;
}
.volunteer .input-group .form-control {
  font-size: 0.75rem;
}
.volunteer .input-group .form-control:focus-visible {
  box-shadow: none;
}

.twitter-timeline.twitter-timeline-rendered {
  margin: 0 auto;
}

._2p3a {
  width: 100%;
}

.media-bg {
  background-image: url(../image/news/media-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 25rem;
}

.goog-te-banner-frame {
  visibility: hidden !important;
  display: none;
}

.goog-te-gadget span {
  display: none;
}

body {
  position: unset !important;
  min-height: unset !important;
  top: unset !important;
}

#goog-gt-tt {
  display: none !important;
}

.ach2 {
  list-style: none;
}
.ach2 li {
  position: relative;
}
.ach2 li::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 0.13rem;
  background: #f26331;
  top: 0.7rem;
  left: -2rem;
}

.achievements {
  position: relative;
}
.achievements::after {
  content: "";
  position: absolute;
  right: 50%;
  top: -90%;
  background-image: url(../image/home/muktipathright.png);
  width: 38rem;
  height: 50rem;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.achivements__ h4 {
  position: relative;
  border: none;
}
.achivements__ h4::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 7.5%;
  width: 85%;
  height: 0.2rem;
  background: #ff6c0a;
}
.achivements__ .year__define {
  margin: 3rem 0 4rem;
}
.achivements__ #achievements_2 .owl-nav {
  position: relative;
}
.achivements__ #achievements_2 .owl-nav .owl-prev {
  position: absolute;
  left: -4rem;
  top: -2.2rem;
}
.achivements__ #achievements_2 .owl-nav .owl-next {
  position: absolute;
  right: -4rem;
  top: -2.2rem;
}

.journey__ #journey_1 h5 {
  color: #252525;
}
.journey__ #journey_2 {
  list-style: none;
  padding: 0;
}
.journey__ #journey_2 .owl-item {
  position: relative;
}
.journey__ #journey_2 .owl-item:nth-last-child(1) .item {
  border: none;
}
.journey__ #journey_2 .owl-item .item {
  text-align: center;
  overflow: hidden;
  margin-bottom: -6px;
  padding-bottom: 2rem;
  color: #252525;
  border-right: 1px solid #666;
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: -40px;
  cursor: pointer;
}
.journey__ #journey_2 .owl-item .item:hover {
  color: #ff6c0a;
}
.journey__ #journey_2 .owl-item::after {
  content: "|||||||";
  color: #666;
  position: absolute;
  bottom: -3px;
  left: 40%;
  letter-spacing: 1rem;
  transform: translate(-50%, 0);
}

.social_api iframe {
  padding: 0.7rem;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 0 5px silver;
}

.journey #sync1 .item {
  padding-top: 12rem;
}
.journey h4 {
  font-size: 1.7rem;
}

.language a {
  margin: 0.5rem 1.5rem;
  width: 2rem;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  color: #252525;
  display: inline-block;
  border: 2px solid #ff6c0a;
  border-radius: 0.3rem;
  box-shadow: 0 0 3px #e2e2e2;
}
.language a img {
  border-radius: 0.3rem;
}

.language__mobile {
  display: inline-block;
}
.language__mobile a {
  margin: 0.5rem 1.5rem;
  width: 2rem;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  color: #252525;
  display: inline-block;
  border: 2px solid #ff6c0a;
  border-radius: 0.3rem;
  box-shadow: 0 0 3px #e2e2e2;
}
.language__mobile a img {
  border-radius: 0.3rem;
  width: 35px;
}

.online__form__chilupar .resend_otp {
  display: flex;
  align-items: center;
}
.online__form__chilupar .resend_otp button {
  width: 100%;
  background: #c6ffe3;
  border-radius: 3px;
  border: 1px solid #c6ffe3;
  color: #252525;
  font-weight: 700;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}
.online__form__chilupar .resend_otp span {
  font-weight: 700;
  font-size: 1.1rem;
}
.online__form__chilupar .submit_online_btn button {
  width: 100%;
  background: #00de73;
  border-radius: 3px;
  border: 1px solid #00de73;
  color: #252525;
  font-weight: 700;
  padding: 0.5rem 2rem;
  font-size: 1.1rem;
}
.online__form__chilupar::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 36%;
  height: 10%;
  top: 14%;
  left: 32%;
}
.online__form__chilupar .main_form-desc {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 0px 0px 20px 20px;
  padding: 0rem 3rem 3rem 2rem;
}
.online__form__chilupar .main_form-desc .small {
  margin-top: -1.3rem;
}
.online__form__chilupar .main_form-desc input {
  font-weight: 600;
  text-transform: uppercase;
}
.online__form__chilupar .main_form-desc input:focus-visible {
  outline: none;
  border-color: #e46104;
}
.online__form__chilupar .main_form-desc textarea {
  font-weight: 600;
  text-transform: uppercase;
  border-color: #cbcbcb;
}
.online__form__chilupar .main_form-desc textarea:focus-visible {
  outline: none;
  border-color: #e46104;
}
.online__form__chilupar .main_form-desc .note p {
  color: #ff0011;
  font-weight: 400;
  font-size: 1rem;
}
.online__form__chilupar .main_form-desc .border-form {
  border: 3px solid #eaeaea;
  border-top: 0;
  padding: 2rem;
}
.online__form__chilupar .main_form-desc .border-form-new {
  border: 3px solid #eaeaea;
  padding: 2rem;
  border-radius: 5px;
}
.online__form__chilupar .main_form-desc .border-form-new .file_border {
  border: none;
}
.online__form__chilupar .main_form-desc .border-form-new .border-note-1 {
  margin-top: 1.2rem;
  display: flex;
}
.online__form__chilupar .main_form-desc .border-form-new .border-note-1 h6 {
  font-size: 1.5rem;
  font-weight: 600;
}
.online__form__chilupar .main_form-desc .border-form-new .border-note-1 .label_correct {
  display: flex;
  margin-right: 1rem;
  flex-wrap: wrap;
}
.online__form__chilupar .main_form-desc .border-form-new .border-note-1 .label_correct input,
.online__form__chilupar .main_form-desc .border-form-new .border-note-1 .label_correct label {
  cursor: pointer;
  margin-bottom: 0 !important;
  font-size: 1rem;
}
.online__form__chilupar .main_form-desc .border-form-new .border-note-1 .label_correct label {
  margin-left: 0.5rem;
}
.online__form__chilupar .main_form-desc .border-form-new .border-note-1 .label_correct input {
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 1rem;
  width: 1rem;
  border-radius: 20%;
  box-shadow: 0 2px 2px 1px fade(black, 20) inset, 0 1px 1px 1px fade(white, 20);
  position: relative;
}
.online__form__chilupar .main_form-desc .border-form-new .border-note-1 .label_correct input::after {
  content: "✔";
  font-size: 1.4rem;
  margin: auto;
  left: 2px;
  top: -2px;
  font-size: 1rem;
  position: absolute;
  color: transparent;
  text-shadow: 0 0 0 transparent;
  transition: color 200ms ease-out, text-shadow 150ms ease-out 25ms;
}
.online__form__chilupar .main_form-desc .border-form-new .border-note-1 .label_correct input::after:hover {
  background: linear-gradient(#e46104, #e46104);
}
.online__form__chilupar .main_form-desc .border-form-new .border-note-1 .label_correct input:checked::after {
  color: #000000;
  text-shadow: 2px 3px 2px fade(black, 20);
  transition: color 200ms ease-in, text-shadow 150ms ease-in 25ms;
  background: linear-gradient(#e46104, #e46104);
  height: 1.4rem;
  width: 1.3rem;
  border-radius: 20%;
  left: -1px;
  top: -2px;
}
.online__form__chilupar .main_form-desc label {
  display: block !important;
  font-size: 1.25rem;
  font-weight: 500;
}
.online__form__chilupar .main_form-desc input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  padding: 0.6rem;
  margin-bottom: 2rem;
}
.online__form__chilupar .main_form-desc select {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  margin-bottom: 2rem;
  padding: 0.7rem;
}
.online__form__chilupar .main_form-desc .border-note {
  display: flex;
  padding-top: 1rem;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  flex-wrap: wrap;
}
.online__form__chilupar .main_form-desc .border-note h6 {
  font-size: 1.625rem;
  font-weight: 600;
}
.online__form__chilupar .main_form-desc .border-note a {
  color: #ff0011;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}
.online__form__chilupar .main_form-desc .detail_form_btn .main_submit {
  padding: 0.5rem 2rem;
  border: unset;
  background: #00de73;
  border-radius: 0.2rem;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}
.online__form__chilupar .main_form-desc .detail_form_btn .main_reset {
  padding: 0.5rem 4rem;
  border: unset;
  background: #ff0011;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
.online__form__chilupar .bg-color {
  background-color: #fd8529;
  border-radius: 20px 20px 0px 0px;
  padding: 3rem 1rem 1rem 1rem;
}
.online__form__chilupar .online_form_heading {
  position: relative;
  display: inline-block;
  border: 4px solid #252525;
  border-bottom: unset;
  padding: 1rem 2rem 1.25rem 2rem;
  margin-bottom: 1.8rem;
}
.online__form__chilupar .online_form_heading::before {
  content: "";
  width: 14%;
  background-color: #252525;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.online__form__chilupar .online_form_heading::after {
  content: "";
  width: 14%;
  background-color: #252525;
  height: 4px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.online__form__chilupar .online_form_heading h5 {
  text-align: center;
  font-size: 2.043rem;
  font-weight: 800;
}
.online__form__chilupar .online_form_heading p {
  text-align: center;
  font-size: 1.617rem;
  font-weight: 500;
  position: absolute;
  left: 20%;
}
.online__form__chilupar .online_form_heading p::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #252525;
  display: inline-block;
  position: absolute;
  left: -12%;
  top: 30%;
  transform: rotate(45deg);
}
.online__form__chilupar .online_form_heading p::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #252525;
  display: inline-block;
  position: absolute;
  right: -12%;
  top: 30%;
  transform: rotate(45deg);
}

.admin-login {
  padding: 6rem 0rem 11rem 19rem;
}

.left {
  background-image: url("../image/log-image/image-11.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.left h3 {
  color: #252525;
  font-weight: 700;
}
.left p {
  color: #252525;
  font-weight: 500;
}
.left .content {
  display: flex;
  align-items: center;
  height: 80%;
  justify-content: center;
}

.right {
  background-color: #fff;
  height: 100%;
}
.right .login-form {
  padding: 3rem;
}
.right .login-form h2 {
  text-align: center;
  padding-bottom: 1rem;
  font-weight: 700;
}
.right .login-form form {
  margin: 1rem 0;
}
.right .login-form form input {
  display: block;
  width: 100%;
  margin: 2rem 0;
  border-style: none;
  border-bottom: 2px solid #ff6c0a;
  border-radius: 5px;
  padding: 0.3rem 0.5rem;
}
.right .login-form form input:focus {
  box-shadow: none;
  outline: none;
}
.right .login-form form button {
  margin-bottom: 1rem;
  text-align: center;
  padding: 7px 0;
  background: #ff6c0a;
  border-radius: 20px;
  transition: 1s ease;
  cursor: pointer;
  border: 1px solid #ff6c0a;
  width: 100%;
  color: #fff;
  font-weight: 600;
}
.right .login-form form button:hover {
  background: #f56200;
}
.right .login-form form h6 {
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
  font-weight: 600;
}
.right .login-form form h6:hover {
  color: #ff6c0a;
}

.contact-item h3 {
  margin-bottom: 2rem;
}
.contact-item h6 {
  margin-bottom: 1rem;
}
.contact-item .submit-btn {
  background-color: #ff6c0a;
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 0.4rem;
  font-weight: 600;
  border: 0.1rem solid #ff6c0a;
  transition: all 0.4s ease;
}
.contact-item .submit-btn:hover {
  border: 0.1rem solid #f56200;
  color: #fff;
  background-color: #f56200;
  transition: all 0.3s ease;
}
.contact-item .cancel-btn {
  background-color: #fff;
  color: #ff6c0a;
  padding: 0.8rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 0.4rem;
  font-weight: 600;
  border: 0.1rem solid #ff6c0a;
  transition: all 0.4s ease;
}
.contact-item .cancel-btn:hover {
  border: 0.1rem solid #ff6c0a;
  color: #fff;
  background-color: #ff6c0a;
  transition: all 0.3s ease;
}

.card {
  border: none;
}
.card .table thead {
  background: #ff6c0a;
}
.card .table thead tr th {
  color: white;
  padding: 1rem;
}
.card .table tbody tr th,
.card .table tbody tr td {
  padding: 1rem;
}
.card .table tbody tr .pt {
  padding: 0 1rem;
}
.card .table tbody tr .pt .blog-img {
  margin: 4px 0;
}
.card .table tbody tr .pt .blog-img img {
  height: 47px;
  width: 53px;
}/*# sourceMappingURL=style.css.map */