@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
body {
  font-family: "Figtree", serif;
}
/* h1,h2{
    font-family: "DM Serif Display", serif !important;
} */

/* navbar start-------------------------------------------------- */

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  /* background-color: #fff; */
  background-color: #fff;
  box-shadow: 0px 0px 20px rgb(53 99 62 / 24%);
}
.hdea-new {
  color: #fff;
}
.ull li {
  list-style-type: none;
}
.ull li a {
  text-decoration: none;
  color: #000;
  padding: 1rem 0;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 400;
}
.ull li {
  padding: 1rem 0;
}
.ull {
  display: flex;
  align-items: center;
  gap: 37px;
  justify-content: right;
}
.right-nav {
  position: relative;
  padding-top: 0px;
}
.act {
  color: #244293 !important;
}

.tt li {
  list-style-type: none;
  color: #000;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.55px;
  font-weight: 400;
}

.tt {
  gap: 25px;
  margin: 0;
  justify-content: end;
  padding-left: 0rem;
}

.tt li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0);
}
/* .header {
  box-shadow: black 0px 0px 14px -9px;
} */
.hdea-new {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}
.ttj li {
  color: #000;
}
.ulm li a {
  color: #000;
}
.ttj li img {
  filter: brightness(0);
}
.dropitems {
  top: 100%;
  left: 0;
  background-color: rgb(255, 255, 255);
  width: 200px;
  padding-left: 0;
  z-index: 999;
  height: 0;
  overflow: hidden;
  transform: translateY(100px);
  transition: all 0.3s;
  opacity: 0;
  box-shadow: black 0px 0px 13px -9px;
}
.dropitems li a {
  padding: 10px !important;
  transition: all 0.3s;
  color: #000;
}

.dropitems li {
  padding: 10px !important;
}
.dropdown:hover .dropitems {
  height: auto;
  transform: translateY(0px);
  opacity: 1;
}
.dropdown img {
  width: 17px;
  transition: all 0.3s;
}
.dropdown:hover img {
  transform: rotate(180deg);
}
.dropitems li {
  position: relative;
  z-index: 1;
}
.dropitems li::after {
  position: absolute;
  content: "";
  background-color: #000;
  background-size: contain;
  height: 0%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.dropitems li:hover::after {
  height: 100%;
}
.dropitems li:hover a {
  color: #fff !important;
}
.left-logo img {
  width: 126%;
}
.serbt {
  padding: 10px 23px !important;
  background-color: #71cc07;
  display: flex;
  align-items: center !important;
  gap: 10px;
  color: #fff !important;
  border-radius: 7px;
  border: 1px solid #71cc07;
  transition: all 0.3s;
  font-size: 16px !important;
}
.serbt:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #71cc07 !important;
}
.actttt {
  background-color: #2661ba;
  border: 1px solid #2661ba;
  color: #fff !important;
}

.sf {
    padding: 9px 8px !important;
  background-color: #fff;
  display: flex;
  align-items: center !important;
  gap: 10px;
  /*color: #fff !important;*/
  border-radius: 7px;
  /*border: 1px solid #71cc07;*/
  transition: all 0.3s;
  font-size: 16px !important;
}
.sf:hover{
    background-color: #71cc071a;
    color:#000;
}
.sf:hover .heimg {
     background-color: #72cc05;
}
.sf:hover .heimg img{
   filter: brightness(0) invert(1);
}

.heimg {
    height: 40px;
    width: 40px;
    background-color: #80808017;
    border-radius: 50%;
    position: relative;
}
.heimg img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  z-index: 999;
  width: 21px;
}
.sunn{
    display:flex;
    gap:11px;
   align-items:center;
}
.hecon h2 {
    color: #000000c2;
    font-size: 12px;
    margin-bottom: 0px;
    letter-spacing: 0.55px;
}
.hecon p {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 600;
}
/* navbar end---------------------------------------------------- */

.hope {
  margin: 5rem 0 0rem;
}

/* footer start */

.fb {
  height: 40px;
  width: 40px;
   border: 1px solid #ffffff; 
  border-radius: 50%;
  position: relative;
   background-color: #fff; 
}
.fb:hover {
  background-color: #599553;
  border: 1px solid #fff;
}
.ff li .fb a img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*filter: brightness(0) invert(1);*/
}
.ff li {
  list-style: none;
}
.site-footer.style-1 {
  font-weight: 300;
  background-color: #659132d6;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-footer.style-1{
  position: relative;
  z-index: 1;
}
.site-footer.style-1::after {
  position: absolute;
  content: "";
  background-image: url(../images/green.jpg);
  background-size: auto;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.3;
}

.content-footer-top img {
    width: 25%;
    filter: brightness(0) invert(1);
}
.footer-top {
  text-align: center;
  padding: 5rem 0 2rem;
}
.content-footer-top p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.55px;
  margin: auto;
  width: 68%;
}
.site-footer .footer-top .container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00000047;
  opacity: 0.5;
  margin-top: 42px;
  /* position: absolute; */
}
.ftr-content-title {
  color: #fff;
  letter-spacing: 0.55px;
  font-size: 21px;
}
.footer-links ul li a {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.55px;
  text-decoration: none;
  line-height: 33px;
  font-size: 16px;
}
.footer-links li {
  list-style: none;
}
.footer-links ul li p {
  margin-bottom: 7px;
  list-style-type: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 26px;
}
.fcc li p {
  list-style-type: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 20px;
}
.fcc li {
  list-style: none;
}
.fcc {
  padding-left: 0rem !important;
}
.mas{
  position: absolute;
    top: -5%;
    z-index: 1;
    width: 100%;
    transform: rotate(180deg);
}

/* footer end */

/* whaATapp css */
#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 9999999999;
  -webkit-animation-name: showchat;
  animation-name: showchat;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
  color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: 0.6px;
}

#whatsapp-chat .header-chat {
  background: #72cb08;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 37px;
  height: 52px;
  -o-object-fit: contain;
  object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
  animation-name: showhide;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#whatsapp-chat span.my-number {
  display: none;
}
#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}
#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
  animation-name: showhide;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
  animation-name: showhide;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
  transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
  animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
  animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 11px -22px 12px;
  background-color: #fff;
  /*border-radius: 0px 8px 8px;*/
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
  transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 1px;
  margin-left: -71px;
  width: 359px;
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: "1:41 AM";
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  /* background: #fff; */
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}

.chat_boxBody {
  padding: 20px 29px;
  /*background-color: #f7f7f7;*/
  position: relative;
  height: 100%;
}
.chat_boxBody .form-row .form-control,
.chat_boxBody .form-row .form-select {
  border-radius: 5px;
  height: 43px;
  margin-bottom: 10px;
}
.chat_boxBody .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#whatsapp-chat .whatsapp-chat-body {
  padding: -4px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 344px;
  width: 434px;
}

.chat_backdrop {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 110;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition: var(--trans-sm);
  transition: var(--trans-sm);
  font-family: var(--heading-font);
}

.chat_backdrop.show::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  inset: 0;
}

.chat_boxBody {
  padding: 26px 29px;
  /* background-color: #f7f7f7; */
  position: relative;
  height: 100%;
}

.mainwp {
  position: relative;
}
.mainwp::after {
    position: fixed;
    content: "";
    background-color: #00000099;
    background-size: contain;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 99999999;
    backdrop-filter: blur(6px);
}
.close-chat img {
  width: 27px;
  filter: brightness(0) invert(1);
}
#whatsapp-chat #get-number {
  display: none;
}
.hero_btn1 {
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  padding: 13px 19px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.4);
  background: #ffd90f;
  border: 1px #ffd90f;
  /*border-radius: 10px;*/
  color: #3b2f65;
  width: fit-content;
  transition: all 0.2s;
  letter-spacing: 1px;
}
.heading p,
.hero_btn {
  font-size: var(--font-regular);
  font-family: var(--heading-font);
}
.heading h6,
.hero_btn,
.hero_btn.b .heading h6,
.hero_btn,
.hero_btn.b .fw-semibold {
  background-color: #72cb08;
  border: 1px #72cb08;
  border-radius: 10px;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 10px 55px;
  text-decoration: none;
  text-transform: none;
}
/* end */

/* banner start */
.ban-img img {
  width: 116%;
}
.banner {
  background: linear-gradient(0deg, #97cd5052, transparent 80%);
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}
.banner::after{
  position: absolute;
    content: "";
    background-image: url(../images/jh.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: -3;
    background-repeat: no-repeat;
    opacity: 0.09;
}


.req-bt a {
    padding: 12px 28px;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 400;
    position: relative;
    border: 1px solid #000;
    transition: all 0.3s;
    /* border-radius: 5px; */
}
.req-bt a:hover {
  background-color: #71cc07;
  color: #000;
  border: 1px solid #71cc07;
}
.req-bt {
  margin-top: 7%;
}
.hop {
  margin: 5rem 0 5rem;
}
.ulo li{
    list-style: none;
    display: flex;
    gap: 9px;
    align-items: center;
}
.ulo img{
    width:14px;
    height:14px;
}
.ulo p {
    margin-bottom: 0px;
    font-size: 16px !important;
    letter-spacing: 0.55px;
    line-height: 35px !important;
}
.ulo{
    padding-left: 0rem;
}
.bann-hd p{
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 28px;
}
.bann-hd h2{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.55px;
}
/* banner end */

/* why */
.lef-sa {
  background-color: #ebf2f9;
  border-radius: 0.75rem !important;
  padding: 2.5rem 1rem;
  height: 247px;
  cursor:pointer;
}
.lef-sa h2 {
  font-size: 22px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 700;
  margin-top: 8%;
}
.item-bg {
  height: 64px;
  width: 64px;
  background-color: #fff;
  border-radius: 19%;
  position: relative;
  box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.04);
}
.item-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 39px;
  transition: all 0.2s;
}
.serslde .swiper-wrapper {
  padding: 3rem 0px;
}
.fg1,
.fg2 {
  margin-top: 0%;
}
.bg2 {
  background-color: #f9cc95;
}
.bg3 {
  background-color: #72cc0470;
}
.bg1 {
  background-color: #ffeb3b85;
}
.bg2:hover {
  background-color: hsl(20, 89%, 59%);
}
.bg3:hover {
  background-color: hsl(144, 56%, 42%);
}
.bg0:hover {
  background-color: #b6cce2;
}
.bg1:hover{
  background-color: #FFEB3B;
}
.fl-img img {
  width: 38%;
}
.fl-p p {
  margin-bottom: 0px;
}
.seec img {
    width: 100%;
}
.seec{
    width:4%;
}
.title-area {
    display: flex;
    align-items: center;
    gap: 2%;
}
.pre-title {
    font-size: 16px;
    color: #96580d;
    margin-bottom: 0px;
    letter-spacing: 0.55px;
}
.po {
  font-size: 40px;
  letter-spacing: 0.55px;
  font-weight: 600;
  margin-top: 2%;
}
.delk p {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 26px;
  color: #000000bd;
}
.swi {
  position: relative;
}
.swi::after {
  position: absolute;
  content: " ";
  top: 9%;
  right: 13%;
  height: 100px;
  width: 100px;
  background-image: url(../images/shape6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* opacity: 0.10; */
  transform: translate(-50%, -50%);
  animation: scalation 8s linear infinite;
}
.swi::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 19%;
  background-image: url(../images/watching-girl-pattern.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: -1;
  top: 39%;
  left: 7%;
  opacity: 9;
}
@keyframes scalation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.frog22 {
  transition: all 0.3s;
  width: fit-content;
  padding: 9px 16px;
  border-radius: 3px;
  color: #000;
   border: 1px solid #000;
  background-color: #fff;
}
.kn {
  transition: all 0.3s;
}
.cock img {
  width: 19px;
  margin-top: 0px;
}
.kn p {
  font-size: 16px;
  color: #000;
}
.frog22:hover {
  border: 1px solid #f9cc95;
   background-color: #f9cc95;
}
.mt-40 {
  margin-top: 6%;
}
.lef-sa:hover .item-bg {
  animation: wobble 1s ease-in-out;
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/* 3rd start */
.aer {
  padding: 61px 16px 44px 12px;
  background-color: #ffd5a1;
  position: relative;
  z-index: 1;
  border-radius: 5px;
   transition:all .3s;
   cursor:pointer;
}
.cls h2 {
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.55px;
  font-weight: 700;
}
.cls p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.55px;
  margin-bottom: 9%;
}
.aer::after {
  position: absolute;
  content: "";
  background-image: url(../images/ant.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.03;
}
.aer-img {
  position: absolute;
  top: -32%;
  left: 27%;
  /*transform: translate(10px, 10px);*/
  transition:all .3s;
}
.aer-img img {
  width: 58%;
  border-style: solid;
  border-width: 9px 9px 18px 9px;
  border-color: #fff;
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.09);
  transform: rotate(356deg);
}
.kobi{
  text-align: center;
  padding: 4rem 0 0rem;
}
.kobi h2 {
  font-size: 40px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.fourth .row .col-lg-4:nth-child(2) .aer-img img {
  transform: rotate(4deg);
}
.hop2 {
  margin: 0rem 0 0rem;
}

.c-bt {
  padding: 8px 23px;
  background-color: #fff;
  border-radius: 50px;
  color: #000 !important;
  display: flex;
  justify-content: center;
  width: 100%;
  border: 1px solid #000;
  transition: all 0.3s;
}
.c-bt:hover {
  background-color: transparent;
  color: #fff !important;
}
a {
  text-decoration: none;
}
.lect {
  padding-top: 9%;
}
.lect a {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.55px;
  border: 1px solid #000;
  padding: 8px 12px;
}
.aer:hover .aer-img {
  animation: flipInY 1s ease-in-out;
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px) rotate(0deg);
  }
}
.fourth .row .col-lg-4:nth-child(2) .aer {
  background-color: #6a80b994;
  
}
.fourth .row .col-lg-4:nth-child(3) .aer {
  background-color: #71cb0761;
}
.fourth {
  position: relative;
}
.fourth::after {
    position: absolute;
    content: "";
    background-image: url(../images/ant.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: -3;
    background-repeat: repeat;
    opacity: 0.04;
}
.fourth::before {
  position: absolute;
  content: "";
  background-color: #71cb0761;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-repeat: no-repeat;
}
.abb {
  padding: 10rem 0 5rem;
  position: relative;
}

.abb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 7%;
  background-image: url(../images/c4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  /* z-index: -1; */
  right: -12%;
  bottom: -53%;
}

/* why  */

/* vision nstart */
.widget-title {
  text-align: center;
  position: relative;
}
.widget-title h3{
    font-size: 36px;
    letter-spacing: 0.55px;
    font-weight: 600;
}
.subtitle p {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    margin: auto;
    width: 91%;
    line-height: 30px;
    text-align: justify;
}
.success-section {
  background: url(../images/boy.jpg) no-repeat center center;
  background-size: cover;
  padding: 8rem 0 8rem;
  z-index: 1;
  background-position: top center;
    background-attachment: fixed;
}

.hop4 {
  margin: 0rem 0 4rem;
}
.success-section::after {
  position: absolute;
  content: "";
  background-color: #010101ba;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rela {
  z-index: 1;
  position: relative;
}
.rela::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 8%;
  background-image: url(../images/edge.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: -1;
  top: 0%;
  left: 91%;
  opacity: 0.5;
}
.rela::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 8%;
    background-image: url(../images/edge3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: -1;
    right: 78%;
    opacity: 0.5;
    bottom: -118%;
    /* bottom: -110%; */
}
.vid a {
  padding: 12px 32px !important;
  background-color: #f9cc95;
  align-items: center !important;
  gap: 10px;
  color: #000 !important;
  border-radius: 7px;
  border: 1px solid #f9cc95;
  transition: all 0.3s;
  font-size: 16px !important;
}
.vid {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.vid a:hover{
background: #fff !important;
border:1px solid #000;
color:#000;
}
/* vision end */
/* testi strart */
.testi-hd h2 {
  font-size: 36px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.testi-hd p {
  margin: auto;
  width: 58%;
  letter-spacing: 0.55px;
  color: #000000de;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
}
.testswiper .swiper-wrapper {
  padding: 2rem 0px 5rem;
}
.test-box {
    padding: 63px 55px 27px 42px;
    background-color: #fff;
    box-shadow: 0 2px 73px 2px rgb(0 0 0 / 5%) inset;
    border-bottom: 3px solid #93c0d5;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 281px;
}
.plybt {
  position: absolute;
  top: 60%;
  right: 10%;
  z-index: 1;
}
.plybt img{
  width: 17px !important;
}
.plybt::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  background-size: contain;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  top: 55%;
  left: 44%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.play-btn1::before {
  position: absolute;
  content: "";
  border: 15px solid rgb(255 0 0);
}
.play-btn1::before {
  position: absolute;
  content: "";
  border: 15px solid rgb(114 202 9 / 22%);
  background-size: contain;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: animate 6s infinite;
}
@keyframes animate{
  70% {
    -webkit-box-shadow: 0 0 0 var(--glow-size,15px);
    box-shadow: 0 0 0 var(--glow-size,15px);
    opacity: 0
}

100% {
    -webkit-box-shadow: 0 0 0 0 ;
    box-shadow: 0 0 0 0 ;
    opacity: 0
}
}
.test-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 12%;
  background-image: url(../images/rating.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  /* z-index: -1; */
  right: 73%;
  opacity: 0.8;
  top: 10%;
  /* bottom: -110%; */
}
.test-pro {
  position: absolute;
  top: 65%;
  left: 6%;
  display: flex;
  gap: 32px;
  align-items: center;
}
.test-img img {
  width: 81px;
  height: 81px;
  filter: drop-shadow(2px 2px 2px grey);
  border-radius: 50px;
  border: 1px dashed #294b00;
  padding: 5px;
}
.test-vc {
  color: #000;
  font-size: 18px;
  letter-spacing: 0.55px;
}
.testswiper .swiper-button-next:after,
.testswiper .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 21px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #000;
}
.tedt {
  position: relative;
  z-index: 1;
}
.tedt::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 19%;
  background-image: url(../images/overlay-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: -1;
  top: 28%;
  left: 9%;
  opacity: 0.5;
}

.testswiper .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 17%;
}
.testswiper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #357795;
}
.testswiper .swiper-horizontal > .testswiper .swiper-pagination-bullets,
.testswiper .swiper-pagination-bullets .testswiper .swiper-pagination-horizontal,
.testswiper .swiper-pagination-custom,
.testswiper .swiper-pagination-fraction {
  bottom: 29px;
  left: 0;
  width: 100%;
}
.yh {
  margin: 6rem 0 2rem;
}
/* testi end */


 /*bchjjjjjjjjjjjjjjjjjjjjjjj */
.contact-form {
  position: relative;
  border-radius: 15px;
  top: 50%;
  right: 16%;
  transform: translate(-7%, -50%);
  box-shadow: #00000040 0 5px 25px -5px;
  width: 56%;
  z-index: 9;
  padding: 36px;
}
.close {
    top: -10%;
    right: -1%;
    z-index: 999999999999;
    width: fit-content;
}
.close img{
width:26px;
}
.doe{
    top: 6%;
    right: 6%;
}
.doe1{
    top: 2%;
    right: 7%;
}
.pety {
  padding: 4px 23px !important;
  background-color: #fff;
  display: flex;
  align-items: center !important;
  gap: 9px;
  color: #000 !important;
  border-radius: 7px;
  border: 1px solid #181b1442;
  transition: all 0.3s;
  font-size: 16px !important;
  height: 51px;
  justify-content: center;
}
.pety:hover{
    background-color: #71cc0769;
    border: 1px solid #71cc0769;
}
.pety span{
  font-size: 13px;
}
.moda h5{
  font-size: 24px;
  letter-spacing: 0.55px;

}
.moda h5 span{
  color:#71cc07 ;
}
.hfd h2{
  font-size: 22px;
    letter-spacing: 0.55px;
    text-align: center;
    margin-bottom: 3%;
}

/* anotherggsgggd */
.vui {
  display: flex;
  justify-content: space-between;
  border: 1px solid #00000038;
  /*padding: 10px 10px;*/
  border-radius: 7px;
  margin-bottom: 4%;
  transition:all .3s;
  position:relative;
}
.asdsadmain{
    border: 1px solid red !important;
}
.vui label{
    width:100%;
    padding:10px;
}
.vui input{
   position:absolute;
   top:50%;
   right:5%;
   transform:translateY(-50%);
}
.vui:hover{
 border: 1px solid #f9cc95;
}
.vui checkbox{
  height: 23px;
  width: 23px;
}
input[type="checkbox"] {
    width: 21px;
    height: 21px;
    accent-color: #57795717;
    /* appearance: none; */
    /* border: 2px solid green; */
    border-radius: 50%;
}

.con h2{
  font-size: 23px;
    margin-bottom: 22px;
    text-align: center;
    letter-spacing: 0.55px;
}

/* enquiry start */
.inner-enroll-form {
  padding: 3rem 1.5rem;
  box-shadow: black 0px 0px 12px -7px;
}
.enroll-hd p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000000f0;
    margin: auto;
    width: 87%;
    margin-top: 2%;
    margin-bottom: 4%;
}
.fr input, .fr select {
  height: 45px;
  padding-left: 20px;
  box-shadow: none;
  outline: none;
  border: 1px solid lightgray;
  font-size: 14px;
  letter-spacing: 0.55px;
  border-radius: 7px;
}
.fr textarea {
    height: 76px;
    padding-left: 20px;
    box-shadow: none;
    outline: none;
    border: 1px solid lightgray;
    font-size: 14px;
    letter-spacing: 0.55px;
    border-radius: 7px;
    padding-top: 3%;
}
.inner-enroll-form {
  width: 57%;
}
.alt a {
  padding: 12px 32px !important;
  background-color: #f9cc95;
  align-items: center !important;
  gap: 10px;
  color: #000 !important;
  border-radius: 7px;
  border: 1px solid #f9cc95;
  transition: all 0.3s;
  font-size: 16px !important;
}
.alt a:hover{
background: #fff !important;
border:1px solid #000;
color:#000;
}

/* enquiry end */

.xfdfxgssdf a, .xfdfxgssdf1 a{
    font-size: 16px;
    color: #000;
    letter-spacing: 0.55px;
}
.xfdfxgssdf a {
    position: absolute;
    bottom: 9%;
    left: 28%;
    display: flex;
    gap: 11%;
}
.xfdfxgssdf1 a {
    position: absolute;
    bottom: 11%;
    left: 28%;
    display: flex;
    gap: 11%;
}
.sxb img{
     width: 21px
}


.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.container input.white:checked ~ .checkmark:after {
  border: solid white;
  border-width: 0 3px 3px 0;
}
.container input.black:checked ~ .checkmark:after {
  border: solid #000;
  border-width: 0 3px 3px 0;
}

.inner-success {
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
}
#success {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInner {
    text-align: center;
}
.quick_sucInnerBtn {
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
    font-family: auto !important;
}
.quick_sucInner h3 {
    font-family: auto !important;
}
.wer img {
    width: 19px;
    filter: invert(1);
}
.pallu {
    display: flex;
    align-items: baseline;
    gap: 3%;
    margin-top: 3%;
}
.poi p{
    margin-bottom:0px !important;
    font-size:17px;
}