* {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;

}

body {
  background-color: #fff;
  font-family: "Heebo", sans-serif;
  background-color: #F9F5F3;
  /* background-image: linear-gradient(180deg, #FFF0E5 0%, #FFF0E5 40%);    */
}

p {
  font-family: "Outfit", Sans-serif !important;
  color: #696868;
}
.sticky-footer {
        display: none;
    }
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;

  }

  100% {
    opacity: 1;
  }
}
.faq-ukl{
    margin-top:20px;
}
.banner {
  padding-top: 50px;
}
.tgd img{
  width: 10% !important;
  margin: auto;
}
.hgf img{
 width: 100% !important; 
}
a {
  text-decoration: none;
}

.h-top {
  background-color: #be2925;
  /* padding: 5px 10px; */
  height: 50px;
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: 0.5s;
}

select option {
  color: #000;
}

.testi_box {
  background-color: #FAF9F6;
  padding: 40px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pro-img {
  height: 100%;
}

.hgf {
  margin-top: 20px;
}

.testi_box img {
  margin-bottom: 10px;
}

.bgf {
  justify-content: center;
}

.bvc {
  padding-top: 10px;
  align-items: center;
}

.bvc p {
  padding-top: 2px;
}

.logo {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 11%;
}

.logo img {
  margin-top: 0px !important;
}

.bannr-img {
  position: relative;
}

.bnner-text {
  position: absolute;
  top: 20%;
  left: 20%;
  color: #fff;
}

h1 {
  font-size: 60px;
  font-family: "Kaisei Opti", serif;
  line-height: 80px;
}

h2 {
  font-size: 34px;
  font-weight: 600;
}

h3,
h4,
h2,
h5,
h6 {
  font-family: "Kaisei Opti", serif;
}

h5 {
  font-size: 18px !important;
}

h4 {
  font-size: 24px !important;
}

.pro-text {
  background-color: #fff;
  padding: 34px 30px;

  margin-right: -90px;
  position: relative;
}

ul li {
  padding-bottom: 5px;
  font-family: "Outfit", Sans-serif !important;
  color: #696868;
}

.admis {
  background: linear-gradient(6deg, rgba(30, 39, 79, 1) 21%, rgba(54, 76, 176, 1) 77%);
  padding: 30px 80px;
  border-radius: 20px;
}

.adn-text {
  padding-top: 25px;
}

ul {
  padding-left: 1rem;
}

/* .animator{
  background-color: #be2925;
  color: #fff;
  padding: 5px;
  margin-top: 10px;
} */
.hyg {
  font-size: 42px;
  line-height: 60px;
}

.admi-img {
  margin-top: -80px;
}

.admi-img img {
  transform: rotate(-10deg);
}

.accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000b2;
  font-family: "Outfit", Sans-serif !important;
  margin-bottom: 30px;
}

.accordion-button {
  background-color: transparent !important;
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: none !important;

}

.carrer-text {
  background: rgb(30, 39, 79);
  background: linear-gradient(6deg, rgba(30, 39, 79, 1) 21%, rgba(54, 76, 176, 1) 77%);
  padding: 10px;
  text-align: center;
  color: #fff;
  height: 80px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #be2925;
  width: 20px;
  height: 2px;
}

.terd h1 {
  text-align: center;
  color: #fff;
}

.br-o {
  border-right: 1px solid #00000040;
}

.c-box {
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 2px;
  margin: 7px 4px;
  background-color: #be2a2580;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200msease;
  border-radius: 30px;
  text-align: center;
}

.ing-text {
  position: relative;
}

.marquee {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 10px;
  overflow: hidden;
}

.marquee.initialized .marquee__group {
  animation: scroll 30s linear infinite;
}

.marquee .marquee__group {
  pointer-events: none;
  user-select: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-shrink: 0;
}

.marquee__group img {
  margin-bottom: 20px;
}

.marquee__group img {
  width: 200px;
  text-align: center;
}

.marquee--reversed.initialized .marquee__group {
  animation-direction: reverse;
}

@media only screen and (max-width: 800px) {
  .marquee.initialized .marquee__group {
    animation: scroll 5s linear infinite;
  }

  .organization img {
    width: 90px;
  }
}

.marquee .marquee__group {
  pointer-events: none;
  user-select: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-shrink: 0;
}

/* Marquee Reversed */
.marquee--reversed.initialized .marquee__group {
  animation-direction: reverse;
}

/* Marquee Pause Hover */
.marquee--pause-hover.initialized:hover .marquee__group {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 10px));
  }
}

.owl-dots {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.terd {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.btn-danger {
  background-color: #be2925;
  font-family: "Outfit", Sans-serif;
  font-size: 20px;
  padding: 10px 20px;
  margin-top: 20px;
  font-weight: 600;
}

.header.sticky {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
}

.bannr-img {
  position: relative;
}

.boxe1 img {
  margin-bottom: 10px;
}

.scfg {
  position: relative;
  margin-top: -60px;
}

.form-box {
  /* background-color: #be2925; */
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-family: "Kaisei Opti", serif;
}

.form {
  /* background-image: url(../img/form-img.jpg); */
  background-color: #1c3875;
  padding: 5px 40px;
  height: 100%;
}
.m-form{
    padding:40px 30px;
}
.modal-body {
  background-color: #1c3875;
}

.form-select {
  background-size: 17px 17px;
}

.form-control,
.form-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-family: "Kaisei Opti", serif;
}

.about {
  background-image: url(../img/bg-about.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.boxe2 {
  height: 100%;
  display: flex;
  align-items: stretch;
}

.boxe2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.boxe1 {
  background-color: #ee6969;
  padding: 55px 50px 30px 50px;
  height: 100%;
}

.banners-vedio {
  width: 100%;
  display: block;
  margin: auto;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.h-top img {
  margin-top: 3px;
}

::placeholder {
  color: #fff !important;
}

.apply {
  position: fixed;
  bottom: 45%;
  left: -1%;
  transform: rotate(270deg);
}

.apply {
  position: fixed;
  bottom: 45%;
  left: -3%;
  transform: rotate(270deg);
}

.icon-box {
  background-color: #be2925;
  box-shadow: rgba(0, 0, 0, 0.176) 0px 0px 12px;
  margin-bottom: 5px;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
}

.sticky-icon {
  position: fixed;
  top: 55%;
  right: 1%;
  z-index: 999;
}

.line {
  width: 400px;
  margin: 0 auto;
  color: #fff;
}

h4 {
  font-family: "Montserrat", serif;
  font-size: 30px;
}

.btn-primary {
  margin-top: 30px;
  background-color: #1c3875;

  padding: 10px 20px;
  font-weight: 600;
  font-size: 18px;
  border: none;
}

#enq {
  font-size: 30px;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  border-left: 4px solid #FED00D;
  padding-left: 7px;
  font-family: "Josefin Sans", serif;
}

.shine-button {
  margin-bottom: 10px;
  display: inline-block;
  padding: 15px 30px;
  border: none;
  background: 0 0 / 250px 100% no-repeat #1c3875;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  animation: 2s linear infinite shine;
  margin-top: 20px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.shine-button {
  animation: shine 2s linear infinite;
}

@keyframes shine {
  0% {
    background-position: -250px;
  }

  100% {
    background-position: 250px;
  }
}

.mb {
  margin-bottom: 50px;
}

.career {
  margin-top: -248px;
  margin-bottom: 80px;
}

.admist {
  margin-top: 70px;
}

.modal-body {
  padding: 0px;
}

.modal-header {
  background-color: #32A2D9;
  border-bottom: none;
}

.btn-close {
  position: absolute;
  right: 3%;
  top: 3%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  padding: 8px;
  z-index: 1000;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .hyg {
    font-size: 28px;
    line-height: 29px;
  }

  .bnner-text {
    top: 6%;
  }

  .terd {

    top: 38%;
  }
}

@media screen and (max-width: 767px) {

  h2 {
    font-size: 24px;
  }

  h1 {
    font-size: 26px;
  }

  .mb {
    margin-bottom: 30px;
  }

  .logo img {
    margin-top: 0px !important;
    width: 70px;
  }

  .mdf {
    display: none;
  }

  .scfg {
    margin-top: 30px;
  }

 
 .form {
    margin-bottom: 20px;
  }
.img-abt{
 margin-top: 20px;   
}

  .pro-text {
    margin-right: 0px;
  }

  .br-o, .b-b {
    border-right: none;
    border-bottom: 1px solid #00000049;
  }

  .logo {
    left: 3%;
  }

  .admis {
    padding: 30px 30px;
  }

  .bvc {
    margin-left: 81px;
    font-size: 13px;
    text-align: center;
  }

  .form-box {
    font-size: 30px;
  }

  .pro-img {
    margin-top: -25px;
    position: relative;
  }

  .apply,
  .sticky-icon,
  .infra {
    display: none;
  }

  .career {
    margin-top: 0px;
  }

  h1 {
    line-height: 40px;
  }

  .bnner-text {
    left: 4%;
    padding-right: 20px;
  }
  .footer-btn {
    flex: 1;
    font-size: 14px;
    padding: 10px 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background-color .3s, transform .2s;
    font-family: Arial, sans-serif;
}
.call, .footer-btn.phone, .footer-btn.whatsapp, .sticky-contact:hover, .whatsapp {
    background-color: #be2925;
}
.footer-btn.contact-us {
    background-color: #1b1464;
}
.sticky-footer {
        display: flex;
        position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 6px rgb(0 0 0 / .2);
    z-index: 1000;
    justify-content: space-around;
    padding: 0;
    }
.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
 
  width: 10px;
 
}
.owl-dots {
    position: absolute;
    bottom: -8%;
    
}
.copy{
    margin-bottom:35px;
}
}