@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Barlow: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&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Martel+Sans:wght@200;300;400;600;700;800;900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&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&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Barlow: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&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Martel+Sans:wght@200;300;400;600;700;800;900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&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&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

 .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: .375rem .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: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .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,.7);
    inset: 0
}

.chat_boxBody {
    padding: 20px 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: 999;
    backdrop-filter: blur(6px);
}
    .close-chat img{
     width: 27px;
    filter: brightness(0) invert(1);
}
#whatsapp-chat #get-number {
    display: none;
}
body{
  font-family: "Inter", serif;
}
h1 , h2{
  font-family: "Nunito", serif;
}

/* navbar start-------------------------------------------------- */

.ull li{
  list-style-type: none;
}
.ull li a {
  text-decoration: none;
  color: #000;
  padding: 1rem 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}
.ull li {
  padding: 11px 0;
}
.ull{
    display: flex;
    align-items: center;
    gap: 27px;
    justify-content: right;
}
.serbt {
  padding: 6px 28px !important;
  background-color: #fff;
  display: flex;
  align-items: center !important;
  gap: 10px;
  color: #000 !important;
  border-radius: 33px;
  border: 1px solid #00000066;
  transition: all .3s;
  font-size: 16px !important;
}
.serbt:hover{
 background-color:#2661ba; 
 border: 1px solid #2661ba;
 color: #fff !important;
}
.actttt{
  background-color:#2661ba; 
 border: 1px solid #2661ba;
 color: #fff !important;
}
.serbt:hover a{
  color: #fff !important;
}

.right-nav {
  padding-top: 10px;
}
.tt li a {
  list-style-type: none;
  color: #000000cf;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.55px;
  font-weight: 300;
}
.tt li{
  list-style: none;
}

.tt{
  gap: 25px;
  margin: 0;
  justify-content: end;
}
.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;
}
.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 .3s;
  opacity: 0;
  box-shadow: black 0px 0px 13px -9px;
}
.dropitems li a{
  padding: 10px !important;
  transition: all .3s;
  color: #000;
}
.dropitems li{
  padding: 10px !important;
}
.dropdown:hover .dropitems{
  height: auto;
  transform: translateY(0px);
  opacity: 1;
}
.dropdown img {
  width: 17px;
  transition: all .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 .3s;
}
.dropitems li:hover::after{
  height: 100%;
}
.dropitems li:hover a{
  color: #fff !important;
}
.left-logo img{
  width: 100%;
}
.navlogo img {
    width: 102%;
    padding: 5px;
}
.urm{
    display: flex;
    gap: 3%;
    align-items: center;
}
.pus{
    width: 211%;
}
.paral img{
    width:97%;
}
.navb {
  box-shadow: black 0px 0px 25px -18px;
  position: fixed;
  top: 0;
  background-color: #fff;
  left: 0;
  z-index: 99;
}
.tt li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0);
}
.opp p{
  margin-bottom: 0px;
    font-size: 14px;
   color: #000000cf;
}
/* navbar end */
/* banner */
.bannerswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 94vh;
  object-fit: cover;
}
.ban-text {
    top: 61%;
    left: 31%;
    transform: translate(-50%, -50%);
    width: 43%;
    z-index: 9;
    text-align: left;
    overflow: hidden;
}
.bannerswiper .swiper-slide-active::after {
  content: "";
  position: absolute;
  inset-block: 0px;
  inset-inline-start: 0px;
  width: 100%;
  height: 100%;
  
}
.bannerswiper.swiper-pagination-bollet {
  width: var(--swiper-pagination-bollet-width, var(--swiper-pagination-bollet-size, 9px));
  height: var(--swiper-pagination-bollet-height, var(--swiper-pagination-bollet-size, 9px));
  display: inline-block;
  border-radius: 58%;
  background: var(--swiper-pagination-bollet-inactive-color, #000);
  opacity: var(--swiper-pagination-bollet-inactive-opacity, .2);
}
.bannerswiper .swiper-pagination-bollet-active {
  opacity: var(--swiper-pagination-bollet-opacity, 1);
  background: #8a8c90;
}
.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
    position: absolute;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 88%;
}
.bannerswiper .swiper-button-next:after,.bannerswiper .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.bannerswiper .swiper-button-prev {
    left: 11%;
    right: auto;
}
.bannerswiper .swiper-button-next {
    right: 83%;
    left: auto;
}
.bannerswiper .swiper-button-next:before, .bannerswiper .swiper-button-prev:before {
    position: absolute;
    content: "";
    background-size: contain;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    z-index: -1;
    background-color: #21252900;
    transform: translate(-50%, -50%);
    top: 26%;
    left: 17%;
    border: 
1px solid #ffffff;
}
.im{
  transition: all .7s;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
  }
.im img{
  width:100%
}
.bannerswiper .swiper-slide .im{
    transition:all 5s;
}
.bannerswiper .swiper-slide-active .im{
    transform:scale(1.1);
}
.sl-hd h1 {
  position: relative;
  color: #0d4496;
  font-size: 43px;
  letter-spacing: 1px;
  line-height: 1.0em;
  font-weight: 500;
  opacity: 0;
  margin-bottom: 36px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  line-height: 53px;
  font-weight: 700;
}
.bannerswiper .swiper-slide-active .sl-hd h1{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;
}
.sl-hd p {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 400;
    line-height: 31px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.sl-hd p:before{
    position: absolute;
    left: 45px;
    bottom: 4px;
    right: 35px;
    height: 4px;
    content: "";
    z-index: -1;
}
.bannerswiper .swiper-slide-active .sl-hd p{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1500ms;    
}
marquee{
  display: block;
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #000;
}
.latest-news-hd {
  padding: 0.5rem 0;
  /* background: linear-gradient(45deg, #8bc53d, #f48116, #0d4496); */
  background-color: #d69903;
}
.latest-news-hd p{
  color: #fff;
  letter-spacing: 0.55px;
  font-size: 16px;
}
.textslide {
    box-shadow: BLACK 0PX 0PX 25PX -17PX;
}
/* banner end */
.footer-links ul {
    list-style: none;
}
.footer-links ul li p {
    margin-bottom: 7px;
    list-style-type: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 26px;
}
.footer-links ul li a {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.55px;
    text-decoration: none;
    line-height: 32px;
    font-size: 16px;
}
.footer-links ul li a:hover{
    color:#d69903;
}
.footer-img p{
     font-size: 16px;
    letter-spacing: 0.55px;
    text-align: left;
    line-height: 26px;
}
.footer {
 padding: 5rem 0 3rem;
  margin-top: 3rem;
  background-color: #043682;
  position:relative;
  z-index:1;
}
.footer::before {
    position: absolute;
    content: "";
    background-image: url(../images/partner-bg.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* z-index: -3; */
    background-repeat: repeat;
    opacity: 0.2;
    z-index: -1;
}
.foli{
margin-left: 14%;
}
.ftr-content-title{
  color: #fff;
    font-size: 24px;
    letter-spacing: 0.55px;
}

.header{
    box-shadow: black 0px -6px 14px -5px;
}
.ab-li p {
    font-size: 20px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 500;
    margin-top: 2rem;
}
.enc {
    font-size: 17px !important;
    font-weight: 400 !important;
    margin-top: 1rem !important;
}
.ab-li img{
    width:71px;
}
.ab-li{
    transition:all 1s;
    padding: 18px;
}
.ab-li:hover {
    background: #fff;
    box-shadow: 0 1px 6px rgb(37 133 72);
}
.aa .col-lg-3:last-child{
    border: none;
}
.fro_tm{
    position: relative;
}
/*carer*/
  .title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
  }
  .car-fr .form-input{
    width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 14px 24px;
  border: 1px solid lightgray;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease;
   color: grey;
   padding-left: 11px !important;
  }
  .form-input:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid rgb(164, 164, 164);
  }
  .car-fr .form-input2{
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 63px 25px;
  border: 1px solid lightgray;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  
   color: grey;
   padding-left: 11px !important;
   padding-top: 12px;
  }
  .form-input2:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid rgb(164, 164, 164);
  }
  .car-fr .req-bt{
    text-align:center;
    padding-top: 1rem;
  }
  textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
  }
  .req-bt a {
  padding: 14px 50px;
  color: #ffffff;
  background-color: #258548;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 500;
  position: relative;
  border: 1px solid #258548;
  transition: all .3s;
  }
  .req-bt a:hover{
  background-color:transparent;
  color: #258548;
  }
  .conh4{
    text-align:center;
  }
  .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: 2%;
  right: 2%;
  z-index:999999999999;
  }
  .close img{
  width:32px;
  }
  .modal-content{
  height: 461px;
  overflow: overlay;
  }
  .dal p{
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 28px;
    margin-top: 10px;
  }
  .bel{
    width: 75%;
    margin: 5rem auto 0;
  }
 .vcvc p {
    font-size: 16px;
    letter-spacing: 0.55px;
    margin: auto;
    width: 84%;
    color: #000000b0;
}
  .w-60{
    width: 70%;
  }
  .b1 {
    text-align: center;
     position:relative;
     
}
.b1::after {
    position: absolute;
    content: "";
    background-color:#00800045;
    height: 87%;
    width: 1px;
    top: 0;
    left: 0;
    z-index: 9;
}
.tog{
  height: 38px;
  width: 38px;
  background-color:#1261a0;
  border-radius: 50%;
  position: relative;
}
.tog img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  z-index: 999;
  width: 21px;
}

.down-grid .col-lg-3:nth-child(1) .b1::after {
    width: 0px;
}
  .b1 p {
    margin-top: 1rem !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.55px;
}
  .job-block a{
    text-decoration: none;
  }
  .contact-info{
    margin-top: 5rem;
  }
  .b1 img{
      width: 62px;
  }
  .job-block {
    font-size: 12px;
    color: #5d5c5c;
    margin-bottom: 28px;
    line-height: 1.5;
    border-bottom: 1px solid #0000001f;
    transition:all .7s;
    padding:18px;
  }
  .job-block:hover{
    background-color:#49852c2b;
  }
  
  .job-block .job-link {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #eee;
  }
  
  .ws{
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .ws img{
    width:23px;
  }
  .ws p{
    font-size: 19px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 500;
    line-height: 23px;
    transition:all .3s;
  }
  .ws p:hover{
    color:#258548;
    cursor:pointer;
  }
  
  .alt{
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000000c2;
    font-weight: 400;
    line-height: 25px;
  }
  .alu{
    border-bottom:0px !important;
  }
  
  
  /*car end*/

  /* gallery start */
.latest-portfolio-style2-area{
  position: relative;
  display: block;

}
.single-portfolio-style2{
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 2;
}
.single-portfolio-style2 .img-holder{
  position: relative;
  display: block;
  overflow: hidden;
}
.single-portfolio-style2 .img-holder img{
  position: relative;
  display: block;
  width: 100%;
  -webkit-transform: scale(1.2, 1.1);
  -ms-transform: scale(1.2, 1.1);
  transform: scale(1.2, 1.1);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  height: 268px;
    object-fit: cover;
}

.single-portfolio-style2:hover .img-holder img{
-webkit-transform:scale(1,1);
-ms-transform:scale(1,1);
transform:scale(1,1);
}
.single-portfolio-style2 .overlay-content{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
opacity:0;
  background: rgb(3 13 40 / 62%);
-webkit-transition:all 700ms ease;
-ms-transition:all 700ms ease;
-o-transition:all 700ms ease;
transition:all 700ms ease;
-webkit-transform:translateY(-100%);
-ms-transform:translateY(-100%);
-o-transform:translateY(-100%);
-moz-transform:translateY(-100%);
transform:translateY(-100%);
}
.single-portfolio-style2:hover .overlay-content{
opacity:1;
-webkit-transform:translateY(0%);
-ms-transform:translateY(0%);
-o-transform:translateY(0%);
-moz-transform:translateY(0%);
transform:translateY(0%);
}
.single-portfolio-style2 .overlay-content .num{
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  color: #ffffff;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
}
.single-portfolio-style2 .overlay-content .title-holder{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0 30px 42px;
  opacity: 0;
transform:translateY(100%);
transition: all 800ms ease;
}
.single-portfolio-style2:hover .overlay-content .title-holder{
  opacity: 1;
transform:translateY(0%); 
transition-delay: 700ms;
}
.single-portfolio-style2 .overlay-content .title-holder p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 9px;
  color: #fff;
}
.single-portfolio-style2 .overlay-content .title-holder h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
.single-portfolio-style2 .overlay-content .title-holder h3 {
  color: #fff;
  transition: all 300ms ease;
}
.num img {
  width: 29px !important;
  height: 29px !important;
}
.rans{
    cursor: pointer;
}
/* gallery end */
  .form-row .form-control, .form-row .form-select {
    border-radius: 5px;
    height: 43px;
    margin-bottom: 10px;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .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: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .form-row label, .headerPopUp .enorllForm_rightWrapper .form-row label {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--heading-font);
    color: #181818;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
  }
  .contact_sectionAddress {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #0d4496;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.15);
    border-radius: 20px;
    padding: 45px 42px;
    left: 1%;
  }
   .contact_sectionForms {
    position: relative;
    padding: 36px 46px;
    background-color: var(--font-clr-white-rglr);
     box-shadow: 0 3px 23px -9px rgb(0 0 0 / 48%);
    border-radius: 20px;
  }
  .form-row .form-control, .form-row .form-select :focus{
    outline: none;
    box-shadow: none;
    font-size: 13px;
  }
  .form-select:focus{
    outline: none;
    box-shadow: none;
  }
   .contact_sectionAddress .contact_sectionAddressWrapper {
    background: #fff;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 15px;
    gap: 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 56%);
  }
  .heading h2{
    color:#000;
    font-size: 19px;
  }
  .heading p{
    font-size: 15px;
    font-weight: 400;
  }
  .hd-tx {
    top: 64%;
    left: 10%;
    transform: translateY(-50%);
  }
  .contact_section{
    position: relative;
  }
  
  .contact-icon-box {
    margin-bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 20px 20px;
    border-radius: 6px;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    position: relative;
  }
  
  .til::after {
    position: absolute;
    content: "";
    background-color: #0d4496;
    background-size: contain;
    height: 38px;
    width: 38px;
    top: 30%;
    left: 4%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 6px;
  }
  .til img {
    width: 23px;
    height: 23px;
  
  }
  .title-head {
      font-size: 35px !important;
      letter-spacing: 0.35px;
      color: #000;
      line-height: 38px;
    }
    .head-px2{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000000bd;
}
  .til {
    position: relative;
    z-index: 1;
    margin-top: 2px;
    border-bottom: 1px solid rgba(32, 27, 27, 0.2);
  }
  .contact-icon-box p{
     
      color: #666;
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
    }
    .title-ext {
        color: #f48116;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
    }
  .til p{
    font-size: 17px;
    font-weight: 500;
  }
  .bag {
    position: absolute;
    content: "";
    background-size: contain;
    right: -22%;
    bottom: -57%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.04;
  }
  .lu {
    transition: all .3s;
    border: 1px solid #258548;
    width: fit-content;
    padding: 9px 33px;
    border-radius: 30px;
    background-color: #258548;
    margin: auto;
    border-radius: 5px;
}
  
  .hf{
    transition: all .3s;
  }
  .lkj img{
    width: 19px;
  }
  .hf p {
    color: #fff;
    font-size: 17px;
}
  .lu:hover{
    border: 1px solid #000;
   background-color: #000;
  }
  .bag img{
    width: 125px;
  }
  /* contact page end */
  
.act{
    color: #c69705 !important;
}
.abt-page{
  margin-top: 10rem;
}

a{
    text-decoration: none;
}
.de p{
    color: #000;
}
.daim img{
width:100%
}

.pp p{
     color: #258548;
    font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 400;
    transition: all .2s !important;
}
.arr img{
    width:34px !important;
}
.fb {
  height: 41px;
  width: 41px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
}
.fb:hover{
  background-color: #000;
  border:1px solid #000;
  
}
.ff li .fb a img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ff li{
list-style:none ;
}

.bacimg img{
  width:28px !important;
  height: 28px !important;
  position:absolute !important;
  top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
}
.bacimg {
    position: absolute;
    top: 95%;
    left: 95%;
    transform: translate(-50%, -50%);
    height: 55px;
    width: 55px;
    background-color: #fff;
    border-radius: 50%;
}
.single-portfolio-style2:hover .bacimg{
  display: none;
}

.inner-press h2{
    font-size: 35px;
    letter-spacing: 0.55px;
    font-weight: 500;
}
.data p{
     color: #0000008a;
    letter-spacing: 0.55px;
    font-size: 15px;
}
.desc p{
    font-size: 16px;
    color: #000;
    letter-spacing: 0.55px;
    line-height: 26px;
}

.feu{
    background: linear-gradient(360deg, #2591451a, #ffffff);
    padding: 5rem;
}
.hare{
    transition:all 2s;
}
.here:hover{
    background-color:#258548;
}
.modal-dialog11 {
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 38%;
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem;
    
    transition:all .5s;
    transition-delay:.2s;
}
.modal-dialog11new{
    top:15%;
}
.asasasas {
    padding: 2rem;
    background-color: #8b8b8b29;
}
.vcs img {
    width: 60% !important;
}
.lop{
    font-family: sans-serif;
}

.pppppl p {
    font-size: 16px;
    letter-spacing: 0.55px;
    margin-top: 15px;
    margin-top: 10px !important;
}

/* new about */
/* inner about */
.inner-ab span {
  font-size: 14px;
  letter-spacing: 0.55px;
  color: #f48116;
}
.inner-ab p {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #000000ba;
  line-height: 29px;
  margin-top: 25px;
  text-align: justify;
}
.zero{
  font-size: 35px;
  letter-spacing: 0.55px;
  font-weight: 500;
}
.subtext {
    font-size: 16px;
    letter-spacing: 0.55px;
    padding-bottom: 1%;
    color: #000000a1;
    width: 64%;
    margin: auto;
}
.headline_box {
  text-align:center;
}
.gra {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
    padding-top: 5%;
    line-height: 27px;
    margin: auto;
    width: 94%;
}
.coreim img {
  width: 100%;
  transition: all .7s ease;
  height: 300px;
  object-fit: cover;
}
.coreim:hover img{
      transform: scale(1.1); 
}
.core{
  background: linear-gradient(360deg, #2591451a, #ffffff);
  padding: 5rem;
}
.iinn h2 {
  font-size: 24px;
  letter-spacing: 0.55px;
  color: #fff;
}
.iinn {
  left: 27%;
  text-align: center;
  position: absolute;
  bottom: 8%;
  z-index: 1;
}
.coreim {
  position: relative;
  /* z-index: -1; */
  transition: all .7s ease;
  overflow: hidden;
  cursor: pointer;
}
.coreim::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top,transparent 50%,#000);
  background-image: linear-gradient(180deg,transparent 50%,#000);
  z-index: 1
}
/* about start */
.aer {
  margin: 6rem 0 5rem;
}
.rst{
  position: relative;
}
.rst::after {
  position: absolute;
  content: " ";
  top: 18%;
  right: 77%;
  background-image: url(../images/object-rocket1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.05;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 325px;
  width: 253px;
}
.abbt{
    position:relative;
}
.abbt::before {
  position: absolute;
  content: "";
  /* bottom: -19px; */
  height: 100%;
  width: 16%;
  background-image: url(../images/team-2-shape-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: -1;
  top: 94%;
  left: 86%;
  opacity: 0.4;
}
.section-title{
  font-size: 35px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 700;
}
.akas p {
    font-size: 16px;
    letter-spacing: 0.55px;
    margin: auto;
    width: 78%;
    color: #000;
    letter-spacing: 0.55px;
    line-height: 33px;
}
.desc{
  font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 400;
    color: #000000c9;
}
.por {
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 400;
    color: #000;
    margin: auto;
    width: 70%;
    line-height: 28px;
}
.pre-title{
color:#f48116;
}
.class-wrapper {
  position: relative;
  z-index: 1;
}
.class-wrapper .wrapper-inner {
    background: #02aef0;
    border-radius: 10px;
    padding: 26px 16px 14px 19px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: 325px;
}
.class-wrapper:hover::after{
  bottom: 0px;
  right: 0px;
 box-shadow: 1px 1px 8px #483030f2;
 
}
.class-wrapper{
  transition: all .3s;
}

.class-wrapper .wrapper-inner .icon {
  margin-bottom: 30px;
  height: 60px;
}
 .wrapper-inner .icon img{
  width: 48px;
  transition: all 0.3s ease-in-out;
}
.wrapper-inner:hover .icon img{
  transform: translateX(8px);
}
.class-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -8px;
  right: -6px;
  z-index: -1;
  border-radius: 11px;
  background: #57686f;
  transition: all .3s;
}
.class-wrapper.two .wrapper-inner {
  background: #8bc53d;
}
.class-wrapper.three .wrapper-inner {
  background: #f2b41d;
}
.class-wrapper.four .wrapper-inner {
  background: #f48116;
}
.wrapper-inner p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #fff;
}
.class-wrapper .wrapper-inner .shape-icon {
  position: absolute;
  top: 20px;
  right: 26px;
  opacity: 0.3;
}
.section-inner{
  margin-top: 4%;
}
/* why choose start */
.card {
  padding: 31px;
  border-radius: 0px;
  border-color: #0000001c;
}
.card h3 {
  text-align: center;
  margin-bottom: 7%;
  font-size: 29px;
  letter-spacing: 0.55px;
}
.service-section {
  position: relative;
}
.service-card-inner {
  text-align: center;
  border-radius: 50px;
  padding: 50px 19px 46px 12px;
  background-color: #fdfbff;
  transition:all .3s;
  height:262px;
  cursor:pointer;
}
.service-card-inner:hover{
  background-color:#f48116;
}
.service-card-inner:hover .sr-text {
  color:#fff;
}
.service-card-inner:hover h2 {
  color:#fff;
}
.chos {
  background-color: #dbeaf7a6;
  padding: 5rem 0;
  position: relative;
}
.shape-before{
position: absolute;
    top: -5%;
}
.shape-before img{
width: 100%;
}
.shape-mockup {
    position: absolute;
    bottom: -3%;
}
.shape-mockup1 {
  position: absolute;
  top: -6%;
  right: 0;
}
.sr-icon img {
    width: 49px;
}
.service-card-inner h2 {
  font-size: 23px;
  letter-spacing: 0.55px;
  font-weight: 600;
  color: #000;
  margin-top: 5%;
}
.sr-text {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000000c7;
    line-height: 25px;
}
.cha-in{
  margin: 4rem 0;
}
/* why choosr end */


/*contact us start*/
.okl h2{
    font-size: 26px;
    padding-bottom: 5%;
    letter-spacing: 0.55px;
}
.okl{
    text-align:center;
}
.contact-form-area {
  position: relative;
  padding: 51px 20px 34px 12px;
  /* height: 100%; */
  background-color: #f4bc344d;
  border-radius: 38px;
}
.form-group label {
  margin-bottom: .5rem
}
.form-group {
  margin-bottom: 1rem;
}
.quform-input .form-control {
  border-radius: 5px
}
.quform-element>label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 16px;
  letter-spacing: 0.55px;
}
 .form-control::placeholder {
   color: #282525a2;
  }
.quform-inner input {
  width: 100%
}
.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top
}
.quform-input .form-control {
  border: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 53px;
  border-radius: 30px;
  padding: 23px 22px;
  font-size: 14px;
}
.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}
.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 28px 15px;
  vertical-align: top;
  height: 85px;
}
.quform-elements .quform-element select {
    margin-bottom: 0;
    border: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /* height: 53px; */
    border-radius: 30px;
    padding: 14px 21px;
    font-size: 16px;
    color: #000000a3;
}
.cuti h2 {
  font-size: 40px;
  letter-spacing: 0.55px;
  font-weight: 700;
  color: #000;
  margin-top: 2%;
}
.cuti span{
  color: #f48116;
    font-size: 15px;
    letter-spacing: 0.55px;
}
.cuti p{
  font-size: 15px;
    letter-spacing: 0.55px;
    color: #000000b0;
    line-height: 27px;
}
.cuti img{
  transform: rotate(39deg);
    width: 30px;
}
.alt a {
    background: #2661ba !important;
    color: #fff;
   padding: 12px 45px;
    transition: all .3s;
    border: 1px solid #2661ba;
    border-radius: 50px;
    font-size: 16px;
}
.alt a:hover{
  background: #fff !important;
  border:1px solid #000;
  color:#000;
}
.qu-fo {
    position: relative;
    padding-bottom: 6%;
}
.qu-fo::after {
  position: absolute;
  content: " ";
  top: -13%;
  right: 4%;
  background-image: url(../images/paper-plane-object1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 9;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 229px;
  width: 132px;
  transform: rotate(-28deg);
  opacity: 0.2;
}

/* cocahing start */

.ult li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1rem;
  /* border: 1px solid lightgray; */
  border-radius: 10px;
  box-shadow: black 0px 0px 11px -6px;
  position:relative;
}
.ult li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.4s linear;
  border-radius: 10px;
  z-index: 2;
}
.ult li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.4s linear;
  border-radius: 10px;
  z-index: 2;
}
.ult li:hover::after, .ult li:hover::before {
  border-color: #75C137;
  width: 100%;
  height: 100%;
}
.left-li img {
    height: 264px;
    object-fit: cover;
    object-position: right;
    transform: scale(1);
     border-radius: 10px 0 0 10px;
     transition: all 0.4s ease-in-out;
     overflow:hidden;
}
   .ult li:hover .left-li img{
     transform: scale(1.05);
    
  }
  .left-li{
      overflow:hidden;
      border-radius: 10px 0 0 10px;
  }
.ulyt li {
  display: flex;
  list-style-type: none;
  box-shadow: none;
  margin: 0;
}
.ulyt li img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  margin-top: 5px;
}
.cor-dtx p {
  font-size: 14px;
  letter-spacing: 0.55px;
  color: #000 !important;
  line-height: 22px;
  margin-bottom: 9px;
}
.en {
  text-align: right;
  position: relative;
}
.chat-wd a {
  color: green;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  transition: all .3s
}
.chat-wd a img {
  width: 20px;
}
.fdg {
  text-decoration: none;
  color: #2a3e6d !important;
  font-size: 14px;
  letter-spacing: 0.55px;
  transition:all .3s;
}
.fdg img {
  width: 25px;
  padding-left: 7px;
 transition: all 0.3s ease-in-out;
}
.ult li:hover {
    cursor:pointer;
}
.ult li:hover .fdg img {
     transform: translateX(5px);
}
.ult li:hover .fdg{
    color:#f07f16 !important;
}
.ult li:hover .chat-wd a {
    color:#f07f16 !important;
    transform: translateX(5px);
}
.en {
    padding: 0rem 1rem 1rem;
}
.ulyt p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000000a8;
    margin-bottom: 0px;
}
.ulyt {
  padding: 0 1rem 0 0;
}
.right-li {
  padding: 2rem 0 0 0;
}
.right-li h4 {
    font-size: 21px;
    letter-spacing: 0.55px;
    font-weight: 500;
}

.left-cou {
  position: sticky;
  top: 5rem;
}
/* coaching end */
/* 2ns  */
.q-img {
  position: relative;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: auto;
}

.q-img img{
width: 30px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.con {
  list-style-type: none;
  padding: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  border-radius: 20px;
  background-color: #02aef069;
  position: relative;
  transition: all .3s;
  cursor: pointer;
}
.co2{
  background-color: #f4811657;
}
.co3{
  background-color: #f2b41d4d;
}
.co4{
  background-color: #8bc53d87;
}

.oll li{
  list-style-type: none;
}
.con:hover {
  background: linear-gradient(45deg, #0088e5, #07579e,#0088e5) !important;
  box-shadow: black 0px 0px 25px -13px;
}
.oll li:hover h4,.oll li:hover p{
color: #ffffff;
}
.oll li h4{
  font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}
.oll li p{
  font-size: 15px;
    letter-spacing: 0.55px;
    text-align: left;
}
.oll li:hover .q-img{
box-shadow: black 0px 0px 25px -13px;
}
.oll li::after{
position: absolute;
content: "";
background-image: url(../images/);
}
.oll{
padding-left: 0;
}
.head_ttx {
    top: 52%;
    left: 6%;
    z-index: 9;
    width: 37%;
}
.headereee img{
  height: 456px;
    object-fit: cover;
}
.headereee{
  position: relative;
}
.headereee::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-84deg, rgba(12, 26, 23, 0) 1.9%, rgb(9 31 27 / 15%) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgb(0 0 0 / 93%) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgb(9 31 27) 103.44%);
}
.head_ttx h2 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 29px;
    line-height: 43px;
}
.what-hd h2{
  font-size: 35px;
    letter-spacing: 0.55px;
    font-weight: 700;
    color: #000;
    margin-top: 2%;
}
.what-hd p {
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 28px;
    color: #000000cf;
}
.stand-apart,.left-what{
  position: relative;
}
.stand-apart::after {
    position: absolute;
    content: "";
    background-image: url(../images/orange-dot.png);
    background-size: contain;
    height: 255px;
    width: 255px;
    top: -9%;
    left: -7%;
    background-repeat: no-repeat;
}
.left-what::after {
    position: absolute;
    content: "";
    background-image: url(../images/circlebg.png);
    background-size: contain;
    height: 499px;
    width: 571px;
    top: -126%;
    left: -7%;
    background-repeat: no-repeat;
    z-index: -11;
    opacity: 1;
}
/* 2ns */

/* 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: 30px;
}
.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: 30px;
    padding-top: 3%;
}

/* enquiry end */

/*counsing pAGE */
.apomnt-form {
    padding: 58px 29px;
    /* box-shadow: 0 5px 15px -3px rgb(0 37 120 / 22%); */
    background-color: #f4bc344d;
    align-items: center;
   border-radius: 38px;
}
.apomnt-form .form-row .form-control, .form-row .form-select :focus {
    outline: none;
    box-shadow: none;
    font-size: 14px;
}
.apomnt-form .form-row .form-control, .form-row .form-select {
    border-radius: 30px;
    height: 53px;
    margin-bottom: 10px;
}
.form-group textarea {
    height: 70px !important;
    padding: 23px 11px;
    overflow: hidden;
}
.laz a{
    border-color: #f2b41d;
    padding: 12px 32px;
}
.app-hd h2{
    color: #000;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 6%;
}
/*COUNSING PAFE END*/

/*counseli*/
.hdfc h2 {
    font-size: 22px;
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #000;
}
.hdfc li{
    list-style:none;
}
.hdfc p{
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000000c2;
    padding-bottom: 1%;
}
.dav h2 {
    font-size: 32px;
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4%;
}
.hdfc{
    padding-left: 0rem;
}
.ban-text1 {
    position: absolute;
    top: 60%;
    left: 10%;
    transform: translateY(-50%);
    width: 40%;
    z-index:99;
}

.cosun {
    margin: 6rem 0 4rem;
}
.swiper-slide11:after {
    position: absolute;
    content: "";
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(92deg, #000000c2, transparent);
}
.sl-hd1{
    color:#fff;
}
.sl-hd1 p{
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 28px;
}
.sl-hd1 h2{
    font-size: 35px;
    letter-spacing: 0.55px;
    font-weight: 700;
}
.leftyyy{
    background-color: #609c48;
}
.trop{
    position: absolute;
    top: 56%;
    transform: translate(10px, 10px);
}


/* 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: 99999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .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: .6px;
}

#whatsapp-chat .header-chat {
  background:#002578;
  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: 41px;
  height: 49px;
  -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;
}

#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 {
  background-color: #e6ddd4;
  position: relative;
  height: 100%;
}

#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: 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 .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%;
}
/* wjats app end */


/* biswajit swain 27-12-2024------------------- */
.bannerswiper .swiper-slide{
  overflow:hidden;
}
.bannerswiper .swiper-slide::after {
  position: absolute;
  content: "";
  background-color: #00000069;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}
.sl-hd h1 {
  color: #fff;
  letter-spacing: 0.55px;
  line-height: 56px;
}
.abbt::after{
  background-image:none !important;
}

.ban-text1 {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-50%);
  width: 40%;
}

.ll{
    border-radius: 1rem;
    transition:all .3s;
}
.ll:hover{
     box-shadow: #192e4d 1px 1px 12px -1px;
}
.styles_card___lCdy {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1.2px solid var(--primary-blue);
  background: #1a325d;
  color: #fff;
   height: 22.083333rem;
}
@media (min-width: 1200px) {
  .styles_strip__HEmoT {
      bottom: 9.625rem;
      font-size: .8333333333rem;
      line-height: .6666666667rem;
      letter-spacing: .0833333333rem;
  }
}
.styles_smallStrip__i6HI6 {
  bottom: 6.25rem;
}
.styles_strip__HEmoT {
  position: absolute;
  bottom: 6rem;
  left: 0;
  z-index: 2;
  height: 2.125rem;
  clip-path: polygon(100% 0, 92% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
  background: #ffc907;
  color: #1a325d;
  padding: .75rem 1.875rem .5rem 1.125rem;
  margin: auto;
  font-family: var(--font-raleway);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: .75rem;
  letter-spacing: 0.55px;
  /* text-transform: uppercase; */
  /* text-wrap: nowrap; */
  /* white-space: nowrap; */
}
.styles_textContainer__6ecZx {
  position: absolute;
  z-index: 1;
  padding-left: 1.1875rem;
  bottom: 1.0625rem;
  width: 100%;
}
.styles_textContainer__6ecZx {
  padding-left: 1rem;
  bottom: 1rem;
}
.styles_smallCard__CwWv5:after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(26, 50, 93, 0) 2.47%, #1a325d 30.86%);
  height: 11.0416666667rem;
  width: 100%;
}
/*.styles_card___lCdy:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 4.5416666667rem;*/
/*  background: linear-gradient(180deg, rgba(26, 50, 93, 0) 24.47%, #1a325d 47.86%);*/
/*  height: 11.0416666667rem;*/
/*  width: 100%;*/
/*}*/
.styles_card___lCdy:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(26, 50, 93, 0) 10.47%, #1a325d 16.86%);
    height: 7.9375rem;
    width: 100%;
}
/*.styles_card___lCdy:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  background: linear-gradient(180deg, rgba(26, 50, 93, 0) 2.47%, #1a325d 23.86%);*/
/*  height: 15.9375rem;*/
/*  width: 100%;*/
/*}*/
.styles_nameContainer__y2H_F {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.styles_name__ffrQn {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8125rem;
    letter-spacing: 0.55px;
}
.styles_yearContainer__FFpQm {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: .4375rem 1.25rem;
}
.styles_yearContainer__FFpQm img {
  height: 2rem;
  width: 1.7916666667rem;
}
.styles_yearContainer__FFpQm span {
  margin-top: .375rem;
  font-size: .4583333333rem;
  line-height: .6875rem;
  letter-spacing: .125rem;
}
.styles_textContainer__6ecZx {
  position: absolute;
  z-index: 1;
  padding-left: 1.1875rem;
  bottom: 1.0625rem;
  width: 100%;
}
/*.styles_bigImg__M69e_ {*/
/*  height: 95%;*/
/*}*/
.styles_img__e8FDh {
  /*height: 70%;*/
  width: auto;
  aspect-ratio: 10 / 7;
}
.styles_img__e8FDh {
  position: absolute;
  top: 0;
  left: 0;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.chos {
  background-color:#8bc53dc4;
  padding: 1rem 0;
  position: relative;
}
    .chos::after{
    position: absolute;
    content: "";
    background-image: url(../images/pattern.jpg);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: repeat;
    /*opacity: 0.3;*/
    z-index: -1;
}
.duff{
   background-image: linear-gradient(360deg, #def5ff 0%, #fff4dc 114%);
     padding: 2rem 0 1rem;
  position: relative;
  z-index: 1;
}
 .duff::after{
    position: absolute;
    content: "";
    background-image: url(../images/star-pattan.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: repeat;
    opacity: 0.4;
    z-index: -1;
}
.shaq{
    padding: 4rem 0;
}
.success-section {
    background: url(../images/our-record-banner.jpg) no-repeat center center;
    background-size: cover;
    padding: 6rem 0;
}
.widget-title {
  text-align: center;
  position: relative;
}
.widget-title h3 {
    min-width: 150px;
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 2px;
}
.subtitle {
  width: 100%;
  padding: 0px 4% 30px;
}
.subtitle p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    margin: auto;
    width: 48%;
}
.success-section .success-block {
  padding: 0;
  padding-left: 3%;
  padding-right: 3%;
}
.numbercounter {
  position: relative;
}
.success-section .success-block .cols {
    margin: 0px;
    padding: 23px 6px;
    text-align: center;
    max-width: 17%;
}
.success-section .success-block .countingbg .countingnumber .counting-number {
  font-weight: 600;
  font-size: 31px;
  color: #ff8300;
}
.success-section .success-block .countingbg .countingContent p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.55px;
    margin-top: 5%;
}
.countingbg{
    position:relative;
}
.countingbg:after {
    position: absolute;
    content: "";
    background-color: #f7f7f72e;
    background-size: contain;
    height: 107%;
    width: 0%;
    left: -6px;
    top: 13px;
    border-right: 1px solid #de651a00;
}
.success-block .col-lg-3:nth-child(1) .countingbg:after {
    border:none;
}
.test {
    padding-left: 9%;
    background: linear-gradient(360deg, #2585482b, transparent);
    padding: 7rem 0 6rem 9%;
}
.sadsda {
  font-size: 16px;
  color: #363636;
  letter-spacing: 0.55px;
}
.zero {
  font-size: 35px;
  letter-spacing: 0.55px;
  font-weight: 500;
}
.innar-test .swiper-button-next {
  right: 8%;
  left: auto;
}
.innar-test .swiper-button-next, .innar-test .swiper-button-prev {
  position: absolute;
  top: 8%;
}
.innar-test .swiper-button-next:before, .innar-test .swiper-button-prev:before {
  position: absolute;
  content: "";
  background-color: lightgray;
  background-size: contain;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.innar-test .swiper-button-next:after, .innar-test .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #000;
}
.testslide {
  width: 100%;
  height: 100%;
}
.testslide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lllqq {
  position: relative;
  z-index: 1;
}
.lllqq::before {
  position: absolute;
  content: "";
  background-image: url(../images/testimonial-background-vector.png);
  background-size: cover;
  height: 95%;
  width: 86%;
  top: 0;
  right: 0;
  z-index: -1;
}
.body55q {
  padding: 3rem 1rem;
  background-color: #0d274d;
  border-radius: 10px;
  position: relative;
  height: 221px;
}
.body55q::after {
  position: absolute;
  content: "";
  background-image: url(../images/testimonial_quotes_5.png);
  background-size: contain;
  height: 55px;
  width: 55px;
  top: 0%;
  left: 0%;
  z-index: 9;
  filter: brightness(0) invert(1);
}
.body55q p {
    color: #fff;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.55px;
}
.body55q::after {
  position: absolute;
  content: "";
  background-image: url(../images/testimonial_quotes_5.png);
  background-size: contain;
  height: 55px;
  width: 55px;
  top: 0%;
  left: 0%;
  z-index: 9;
  filter: brightness(0) invert(1);
}

.tttted {
  padding: 15px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
.testslide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-i img {
  height: 60px !important;
  width: 60px !important;
  border-radius: 50%;
}
.t-d h5 {
  font-size: 18px;
  letter-spacing: 0.55px;
  font-weight: 500;
  margin-bottom: 0px !important;
}
.t-d span {
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #000000cc;
}
.prod-dt h4 {
    font-size: 19px;
    letter-spacing: 0.55px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
}
.prod-dt p {
    font-size: 15px;
    color: gray;
    letter-spacing: 0.55px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 4%;
}
.ma-li{
    height: 518px !important; 
}
.know-bt a {
  text-decoration: none;
  color: #1f226f;
  letter-spacing: 0.55px;
}
.prod-dt{
    padding: 5px 14px 12px;
}
.product-listing {
    box-shadow: black 0px 0px 8px -4px;
    height: 534px;
    transition: all .3s;
    cursor: pointer;
}
.prod-img{
   overflow:hidden; 
}
.prod-img img{
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  object-fit: cover;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  height: 300px;
    object-fit: cover;
}
.product-listing:hover .know-bt{
margin-left: 3%;
}
.product-listing:hover .prod-img img{
  transform: scale(1.09);
 }
.know-bt{
    transition:all .3s;
}
.know-bt a img {
  width: 20px;
}
.innar-test .swiper-button-prev {
  left: 85%;
}
.testslide .swiper-wrapper  .swiper-slide:nth-child(2) .body55q{
  background-color:#08516de0 ;
}
.testslide .swiper-wrapper  .swiper-slide:nth-child(3) .body55q{
  background-color:#065121;
}
.testslide .swiper-wrapper  .swiper-slide:nth-child(4) .body55q{
  background-color:#ec683e;
}
.testslide .swiper-wrapper  .swiper-slide:nth-child(6) .body55q{
  background-color:#065121;
}
.testslide .swiper-wrapper  .swiper-slide:nth-child(7) .body55q{
  background-color:#ec683e;
}
.loh {
    margin-top: 12rem !important;
    margin-bottom: 6rem;
}
.success-section {
    position: relative;
    z-index: 1;
}
.success-section::after {
  position: absolute;
  content: "";
  background-color: #0d44969e;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.modal-dialog11 {
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 38%;
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem;
    
    transition:all .5s;
    transition-delay:.2s;
}
.modal-dialog11new{
    top:15%;
}


 .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: .375rem .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: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

#whatsapp-chat .whatsapp-chat-body {
    padding: -4px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
    height: 100%;
    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,.7);
    inset: 0
}

/* 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: 99999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .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: .6px;
}

#whatsapp-chat .header-chat {
    background: #02aef0;
    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 {*/
/*  padding: 20px 20px 20px 10px;*/
/*  background-color: #e6ddd4;*/
/*  position: relative;*/
/*  height: 300px;*/
/*}*/

#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: 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 .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%;
}


.hero_btn1 {
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    padding: 13px 19px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .4);
    background: #ffd90f;
    border: 1px #ffd90f;
    /*border-radius: 10px;*/
    color: #3b2f65;
    width: fit-content;
    transition:all .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: #02aef0;
    border: 1px #02aef0;
    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;
}
.qe {
    font-size: 35px;
    letter-spacing: 0.55px;
    font-weight: 500;
    margin-bottom: 3%;
}
.ssq li p {
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 27px;
    color: rgb(255 255 255) !important;
    margin-top: 2%;
}
.opp{
    cursor:pointer;
}
/*competet*/
.compe {
    margin: 12rem 0 5rem;
}
.ser-col {
    display: flex;
    gap: 27px;
    align-items: center;
}
.service-icon img{
    width: 50px;
}
.compe-in {
    padding: 30px;
    background-color: #6ab3d1;
    height: 219px;
    cursor: pointer;
}
.service-text h2 {
    color: #fff !important;
    letter-spacing: 0.55px;
    font-size: 28px;
    margin-bottom: 0px;
}
.service-text p {
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 16px;
    margin-bottom: 0px;
}
.compe .col-lg-4:nth-child(2) .compe-in {
    background-color: #00C3C9;
}
.compe .col-lg-4:nth-child(3) .compe-in {
    background-color: #a9d63b;
}
.compe .col-lg-4:nth-child(4) .compe-in {
    background-color: #0d44969e;
}
.compe .col-lg-4:nth-child(5) .compe-in {
    background-color:#ec4b4b;
}
.compe .col-lg-4:nth-child(6) .compe-in {
    background-color: #f57f25;
}
.icons-wrap {
    text-align: center;
    margin-top: 13%;
}
.real{
    margin-top:9%;
}
.real h2{
    font-size: 24px;
    letter-spacing: 0.55px;
    color: #000;
}
.real p{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000000c7;
}
.marsk img{
 width: 51px;
}
.fns h2 {
    font-size: 35px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 700;
    line-height: 45px;
}
.page-section{
     margin-top: 5rem;
    margin-bottom: 4rem;
}
.sepate p {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #fff;
    width: 64%;
    line-height: 30px;
    text-align: center;
}
.eaten img {
    width: 224px;
    position: absolute;
    left: 18%;
    bottom: 134%;
    transform: translate(10px, 10px);
    filter: drop-shadow(2px 4px 6px black);
}
.sepate{
    position:relative;
    z-index:1;
}

.sepate h2{
    font-size: 32px;
    letter-spacing: 0.55px;
    color: #fff;
    font-weight: 600;
}
.hg{
    margin: auto;
    width: 73%;
}
.inner-enroll-form{
width: 57%;
}
.gal-list{
    padding: 10rem 0 3rem;
}
.mala {
    height: 515px;
}

.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;
}
#successc {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnerc {
    text-align: center;
}
.rans img{
    height: 215px;
    object-fit: cover;
}

/*26/4/2025*/
.apr img{
    width: 100%;
    height: 595px;
    object-fit: cover;
}
.apr {
    border: 1px solid #00000008;
    padding: 6px;
    box-shadow: #a1a7af6e 0px 0px 4px 1px;
}
.apr:hover{
     border: 1px solid #0d4496;
     cursor:pointer;
}
.pfs{
    margin-top: 6%;
}
.rst{
    margin-top: 4rem;
}

/*team start*/

.tein img {
    width: 100%;
    height: 316px;
    object-fit: cover;
}
.temdata h2 {
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}
.temdata span{
  font-size: 16px;
    letter-spacing: 0.55px;
    color: #fff;
    font-weight: 600;
}
.tenm{
  position: relative;
}
.temdata {
    position: absolute;
    bottom: -11%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #919090e6 6%, #233452 71%);
    left: 0%;
    /* border-radius: 14px; */
    padding: 13px;
    width: 100%;
}
.cock img {
    width: 21px !important;
    transition: all .3s;
    height: 21px !important;
    filter: invert(1);
}
.frog {
    align-items: end;
    justify-content: start;
}
.keyy p{
  color: #fff;
  font-size: 15px;
}
.team{
    margin-top: 0%;
    margin-bottom: 8%;
}
.luy{
   margin-top: 12rem !important;
    margin-bottom: 2rem;
}
.desc1{
    font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 400;
    color: #000000c9;
    margin: auto;
    width: 59%;
    line-height: 28px;
}









