@font-face {
  font-family: "helvetica";
  src: url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf")
      format("woff"),
    url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf")
      format("opentype"),
    url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf")
      format("truetype");
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: cursive;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.container-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.container-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.container-big {
  max-width: 1000px;
  margin: 0 auto;
}

.wrapper-mini {
  max-width: 700px;
  margin: 0 auto;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

a {
  text-decoration: none;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-black {
  color: black;
}

.text-gray {
  color: gray;
}

.text-green {
  color: green;
}

.text-red {
  color: red;
}

.text-blue {
  color: blue;
}

.text-purple {
  color: purple;
}

.text-white {
  color: white;
}

.text-dark-red {
  color: #ef725f;
}

.align-center {
  align-items: center;
}

.pl-5 {
  padding-left: 5px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ptb-5 {
  padding-block: 5px;
}

.ptb-6 {
  padding-block: 6px;
}

.ptb-8 {
  padding-block: 8px;
}

.ptb-10 {
  padding-block: 10px;
}

.ptb-15 {
  padding-block: 15px;
}

.ptb-20 {
  padding-block: 20px;
}

.ptb-25 {
  padding-block: 25px;
}

.ptb-30 {
  padding-block: 30px;
}

.ptb-35 {
  padding-block: 35px;
}

.ptb-40 {
  padding-block: 40px;
}

.ptb-45 {
  padding-block: 45px;
}

.ptb-50 {
  padding-block: 50px;
}

.ptb-55 {
  padding-block: 55px;
}

.ptb-60 {
  padding-block: 60px;
}

.plr-5 {
  padding-inline: 5px;
}

.plr-6 {
  padding-inline: 6px;
}

.plr-8 {
  padding-inline: 8px;
}

.plr-10 {
  padding-inline: 10px;
}

.plr-15 {
  padding-inline: 15px;
}

.plr-20 {
  padding-inline: 20px;
}

.plr-25 {
  padding-inline: 25px;
}

.plr-30 {
  padding-inline: 30px;
}

.plr-35 {
  padding-inline: 35px;
}

.plr-40 {
  padding-inline: 40px;
}

.plr-45 {
  padding-inline: 45px;
}

.plr-50 {
  padding-inline: 50px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-11 {
  margin-left: 11px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-13 {
  margin-left: 13px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-17 {
  margin-left: 17px;
}

.ml-18 {
  margin-left: 18px;
}

.ml-19 {
  margin-left: 19px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mtb-5 {
  margin-block: 5px;
}

.mtb-6 {
  margin-block: 6px;
}

.mtb-8 {
  margin-block: 8px;
}

.mtb-10 {
  margin-block: 10px;
}

.mtb-15 {
  margin-block: 15px;
}

.mtb-20 {
  margin-block: 20px;
}

.mtb-25 {
  margin-block: 25px;
}

.mtb-30 {
  margin-block: 30px;
}

.mtb-35 {
  margin-block: 35px;
}

.mtb-40 {
  margin-block: 40px;
}

.mlr-5 {
  margin-inline: 5px;
}

.mlr-6 {
  margin-inline: 6px;
}

.mlr-8 {
  margin-inline: 8px;
}

.mlr-10 {
  margin-inline: 10px;
}

.mlr-15 {
  margin-inline: 15px;
}

.mlr-20 {
  margin-inline: 20px;
}

.mlr-25 {
  margin-inline: 25px;
}

.mlr-30 {
  margin-inline: 30px;
}

.mlr-35 {
  margin-inline: 35px;
}

.mlr-40 {
  margin-inline: 40px;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 24px;
}

.f-25 {
  font-size: 25px;
}

.f-30 {
  font-size: 30px;
}

.f-35 {
  font-size: 35px;
}

.f-40 {
  font-size: 40px;
}

.f-45 {
  font-size: 45px;
}

.f-50 {
  font-size: 50px;
}

.f-55 {
  font-size: 55px;
}

.f-60 {
  font-size: 60px;
}

.f-w-400 {
  font-weight: 400;
}

.f-w-bold {
  font-size: bold;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-700 {
  font-weight: 700;
}

.f-w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

.b-3 {
  border-radius: 3px;
}

.b-5 {
  border-radius: 5px;
}

.b-10 {
  border-radius: 10px;
}

.b-50 {
  border-radius: 50%;
}

.l-h-10 {
  line-height: 10px;
}

.l-h-15 {
  line-height: 15px;
}

.l-h-20 {
  line-height: 20px;
}

.l-h-25 {
  line-height: 25px;
}

.l-h-22 {
  line-height: 22px;
}

.l-h-30 {
  line-height: 30px;
}

.l-h-40 {
  line-height: 40px;
}

.d-flex {
  display: flex;
}

.col-2 {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.col-3 {
  width: calc(33.33% - 15px);
  margin-right: 15px;
}

.col-4 {
  width: calc(25% - 20px);
  margin-right: 20px;
}

.col-5 {
  width: calc(20% - 20px);
  margin-right: 20px;
}

.btn-primary {
  background-color: blue;
  color: #fff;
}

.btn-black {
  background-color: black;
  color: #fff;
}

.btn-seconday {
  background-color: green;
  color: #fff;
}

.for-befor {
  background-image: url(img/6.jpg);
  height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* background-position: center; */
  background-attachment: fixed;
}

.for-befor::before {
  content: " ";
  position: absolute;
  /* background: #b887878a;  */
  opacity: 0.6;
  width: 100%;
  z-index: 9999;
  height: 90vh;
}

header {
  /* padding: 15px; */
  background-color: white;
}

header .logo {
  width: 12%;
}
header .icans {
  width: 14%;
}

header .logo img {
  height: 145px;
}

header .nav {
  width: 74%;
}

.nav {
  display: flex;
  justify-content: center;
}

.nav ul.nav-link {
  display: flex;
  padding-top: 10px;
}

.nav ul.nav-link > li {
  list-style-type: none;
  margin-left: 9px;
  position: relative;
  padding: 10px 0px;
}

.nav ul.nav-link > li:hover {
  margin-left: 9px;
  background-color: #ffb703;
  color: white;
  padding: 10px 0px;
  border-radius: 10px;
}

.nav ul.nav-link > li a {
  padding: 10px;
}

.nav ul.nav-link > li a {
  color: black;
  font-weight: bold;
}

.drop-1 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 99999;
}

.nav ul.nav-link > li.nav-drop:hover .drop-1 {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.nav ul.nav-link > li.nav-dro-about:hover .drop-1 {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.drop-1 ul {
  background-color: white;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  background-color: #ffb703;
  border-radius: 10px;
}

.drop-1 ul li {
  list-style-type: none;
  padding: 5px 15px;
  width: 70px;
  width: 230px;
  padding: 10px 5px;
  font-size: 14px;
}
.drop-1 ul li a {
  color: white;
}
.drop-1 ul li a:hover {
  color: white;
}

.drop-1 ul li a.active {
  color: #fff;
}

.drop-1 ul li a.active2 {
  color: #fff;
}

.nav-link {
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-size: 15px;
}

.nav-link.active {
  padding: 10px 0px;
  background-color: #ffb703;
  color: white !important;
  border-radius: 10px;
}

header .icans .ican-first {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
  padding: 9px 12px;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.4s ease;
}

header .icans .ican-first:hover {
  background-color: #1e85c6;
  color: white;
}

header .icans .ican-sec {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
  padding: 8px;
  font-size: 18px;
  margin-left: 4px;
  color: #a82b9a;
  cursor: pointer;
  transition: all 0.4s ease;
}

header .icans .ican-sec:hover {
  background-color: #1e85c6;
  color: white;
}

header .icans .ican-third {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
  padding: 8px;
  font-size: 18px;
  margin-left: 4px;
  color: #f61c0d;
  cursor: pointer;
  transition: all 0.4s ease;
}

header .icans .ican-third:hover {
  background-color: #1e85c6;
  color: white;
}

header .icans .ican-four {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
  padding: 8px;
  font-size: 18px;
  margin-left: 4px;
  color: #1e3050;
  cursor: pointer;
  transition: all 0.4s ease;
}

header .icans .ican-four:hover {
  background-color: #1e85c6;
  color: white;
}

.banner .banner-slider img {
  width: 100%;
  object-fit: cover;
}

footer {
  padding: 100px 0;
  margin-top: 10px;
  /* background-image: url(../img/footer-img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh; */
  /* background-color: #1A75BB; */
  /* background-color: #E1F0F4; */
  background-image: url(../img/footer.webp);
  font-family: Rubik;
}

footer .col-3 img {
  height: 200px;
}

footer .col-3 p {
  line-height: 28px;
  color: #3b4757;
}

footer .col-3 h2 {
  margin-top: 30px;
  margin-left: 20px;
  color: #3b4757;
}

footer .col-3 .for-flex {
  display: flex;
  margin-top: 15px;
  margin-left: 40px;
}

footer .col-3 .for-flex ul li {
  list-style-type: none;
  padding: 9px;
}

footer .col-3 .for-flex ul li a {
  color: #3b4757;
}

footer .col-3 ul {
  margin-top: 40px;
}

footer .col-3 ul li {
  list-style-type: none;
  padding: 12px;
  line-height: 25px;
}

footer .col-3 i {
  margin-right: 10px;
  color: #46aadc;
  font-size: 17px;
}
footer .col-3 .for-block {
  display: flex;
  margin-top: 20px;
}
footer .col-3 .main {
  margin-top: 50px;
}

/* footer */

.copyrighht {
  padding: 15px 0;
}

.copyrighht .for-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyrighht .for-flex a {
  color: #5E8F0F;
}

.copyrighht .for-flex a:hover {
  color: red;
}

.copyrighht .for-flex .icans .ican-first {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
  padding: 9px 12px;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.copyrighht .for-flex .icans .ican-first:hover {
  background-color: #1e85c6;
  color: white;
}

.copyrighht .for-flex .icans .ican-sec {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
  padding: 8px;
  font-size: 18px;
  margin-left: 4px;
  color: #a82b9a;
  cursor: pointer;
  transition: all 0.4s ease;
}

.copyrighht .for-flex .icans .ican-sec:hover {
  background-color: #1e85c6;
  color: white;
}

.copyrighht .for-flex .icans .ican-third {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
  padding: 8px;
  font-size: 18px;
  margin-left: 4px;
  color: #f61c0d;
  cursor: pointer;
  transition: all 0.4s ease;
}

.copyrighht .for-flex .icans .ican-third:hover {
  background-color: #1e85c6;
  color: white;
}

.copyrighht .for-flex h4 {
  margin-right: 30px;
}

/*  */
.Innovative {
  background-color: #0571b5;
  color: #fff;
  padding: 100px 0;
}

.Innovative .col-2 h5 {
  font-size: 25px;
  padding: 15px 0px;
  color: #fff;
}

.Innovative .col-2 h3 {
  font-size: 35px;
  /* font-family: 'Appleberry'; */
  color: #fff;
}

.Innovative .col-2 ul {
  padding: 20px;
}
.Innovative .col-2 ul li {
  padding: 8px;
}

.Innovative .col-2 h3 span {
  color: #fff;
}

.Innovative .col-2 p {
  padding: 15px 0;
  line-height: 25px;
  color: #fff ;
  /* font-family: Rubik; */
  font-size: 18px;
}

.Innovative .col-2 {
  position: relative;
}

.Innovative .col-2 .img-first {
  border-radius: 35%;
  height: 110px;
  background-color: #eaf5f7;
  padding: 10px 0px;
  cursor: pointer;
  position: absolute;
  left: 46%;
  top: -10%;
  transition: all 0.3s ease;
}

.Innovative .col-2 .img-first:hover {
  box-shadow: 0px 0px 2px 3px #eaf5f7;
  background-color: white;
}

.Innovative .col-2 .img-sec {
  border-radius: 35%;
  height: 110px;
  background-color: #eaf5f7;
  padding: 10px 0px;
  cursor: pointer;
  position: absolute;
  right: 8%;
  top: 11%;
  transition: all 0.3s ease;
}

.Innovative .col-2 .img-sec:hover {
  box-shadow: 0px 0px 2px 3px #eaf5f7;
  background-color: white;
}

.Innovative .col-2 .img-thired {
  border-radius: 35%;
  height: 110px;
  background-color: #eaf5f7;
  padding: 10px 0px;
  cursor: pointer;
  position: absolute;
  right: -1%;
  bottom: 42%;
  transition: all 0.3s ease;
}

.Innovative .col-2 .img-thired:hover {
  box-shadow: 0px 0px 2px 3px #eaf5f7;
  background-color: white;
}

.Innovative .col-2 .img-four {
  border-radius: 35%;
  height: 110px;
  background-color: #eaf5f7;
  padding: 10px 0px;
  cursor: pointer;
  position: absolute;
  right: 2%;
  bottom: 15%;
  transition: all 0.3s ease;
}

.Innovative .col-2 .img-four:hover {
  box-shadow: 0px 0px 2px 3px #eaf5f7;
  background-color: white;
}

.Innovative .col-2 .img-five {
  border-radius: 35%;
  height: 110px;
  background-color: #eaf5f7;
  padding: 10px 0px;
  cursor: pointer;
  position: absolute;
  bottom: -6%;
  left: 50%;
  transition: all 0.3s ease;
}

.Innovative .col-2 .img-five:hover {
  box-shadow: 0px 0px 2px 3px #eaf5f7;
  background-color: white;
}

.Innovative .col-2 .img-six {
  border-radius: 35%;
  height: 110px;
  background-color: #eaf5f7;
  padding: 10px 0px;
  cursor: pointer;
  position: absolute;
  bottom: 15%;
  left: 20%;
  transition: all 0.3s ease;
}

.Innovative .col-2 .img-six:hover {
  box-shadow: 0px 0px 2px 3px #eaf5f7;
  background-color: white;
}

.Innovative .col-2 .img-sev {
  border-radius: 35%;
  height: 110px;
  background-color: #eaf5f7;
  padding: 10px 0px;
  cursor: pointer;
  position: absolute;
  bottom: 42%;
  left: 14%;
  transition: all 0.3s ease;
}

.Innovative .col-2 .img-sev:hover {
  box-shadow: 0px 0px 2px 3px #eaf5f7;
  background-color: white;
}

.Innovative .col-2 .img-eight {
  border-radius: 35%;
  height: 110px;
  background-color: #eaf5f7;
  padding: 10px 0px;
  cursor: pointer;
  position: absolute;
  left: 20%;
  top: 10%;
  transition: all 0.3s ease;
}

.Innovative .col-2 .img-eight:hover {
  box-shadow: 0px 0px 2px 3px #eaf5f7;
  background-color: white;
}

.Innovative .col-2 .box {
  position: relative;
  text-align: center;
  top: 64%;
  left: 7%;
  font-size: 26px;
  display: block;
}

.Innovative .col-2 .box h4 {
  display: block;
}

.Innovative .col-2 .box-first:hover .box h4 {
  display: none;
}

.Innovative .col-2 .box-first .hidden {
  opacity: 1;
  width: 200px;
  position: absolute;
  left: 39%;
  top: 42%;
}

.Innovative .col-2 .box-first .hidden p {
  font-size: 15px;
  text-align: center;
}

.Innovative .col-2 .box-first .hidden h2 {
  text-align: center;
}

.Innovative .col-2 .box-first .hidden {
  opacity: 0;
  transition: all 0.2s ease;
}

.Innovative .col-2 .box-first:hover .hidden {
  opacity: 1;
}

.Innovative .col-2 .box-sec .hidden {
  opacity: 1;
  width: 200px;
  position: absolute;
  left: 39%;
  top: 42%;
}

.Innovative .col-2 .box-sec .hidden p {
  font-size: 15px;
  text-align: center;
}

.Innovative .col-2 .box-sec .hidden h2 {
  text-align: center;
}

.Innovative .col-2 .box-sec .hidden {
  opacity: 0;
  transition: all 0.2s ease;
}

.Innovative .col-2 .box-sec:hover .hidden {
  opacity: 1;
}

.Innovative .col-2 .box-thired .hidden {
  opacity: 1;
  width: 200px;
  position: absolute;
  left: 39%;
  top: 42%;
}

.Innovative .col-2 .box-thired .hidden p {
  font-size: 15px;
  text-align: center;
}

.Innovative .col-2 .box-thired .hidden h2 {
  text-align: center;
}

.Innovative .col-2 .box-thired .hidden {
  opacity: 0;
  transition: all 0.2s ease;
}

.Innovative .col-2 .box-thired:hover .hidden {
  opacity: 1;
}

.Innovative .col-2 .box-four .hidden {
  opacity: 1;
  width: 200px;
  position: absolute;
  left: 39%;
  top: 42%;
}

.Innovative .col-2 .box-four .hidden p {
  font-size: 15px;
  text-align: center;
}

.Innovative .col-2 .box-four .hidden h2 {
  text-align: center;
}

.Innovative .col-2 .box-four .hidden {
  opacity: 0;
  transition: all 0.2s ease;
}

.Innovative .col-2 .box-four:hover .hidden {
  opacity: 1;
}

.Innovative .col-2 .box-five .hidden {
  opacity: 1;
  width: 200px;
  position: absolute;
  left: 39%;
  top: 42%;
}

.Innovative .col-2 .box-five .hidden p {
  font-size: 15px;
  text-align: center;
}

.Innovative .col-2 .box-five .hidden h2 {
  text-align: center;
}

.Innovative .col-2 .box-five .hidden {
  opacity: 0;
  transition: all 0.2s ease;
}

.Innovative .col-2 .box-five:hover .hidden {
  opacity: 1;
}

.Innovative .col-2 .box-six .hidden {
  opacity: 1;
  width: 200px;
  position: absolute;
  left: 39%;
  top: 42%;
}

.Innovative .col-2 .box-six .hidden p {
  font-size: 15px;
  text-align: center;
}

.Innovative .col-2 .box-six .hidden h2 {
  text-align: center;
}

.Innovative .col-2 .box-six .hidden {
  opacity: 0;
  transition: all 0.2s ease;
}

.Innovative .col-2 .box-six:hover .hidden {
  opacity: 1;
}

.Innovative .col-2 .box-sev .hidden {
  opacity: 1;
  width: 200px;
  position: absolute;
  left: 39%;
  top: 42%;
}

.Innovative .col-2 .box-sev .hidden p {
  font-size: 15px;
  text-align: center;
}

.Innovative .col-2 .box-sev .hidden h2 {
  text-align: center;
}

.Innovative .col-2 .box-sev .hidden {
  opacity: 0;
  transition: all 0.4s ease;
}

.Innovative .col-2 .box-sev:hover .hidden {
  opacity: 1;
}

.Innovative .col-2 .box-eight .hidden {
  opacity: 1;
  width: 200px;
  position: absolute;
  left: 39%;
  top: 42%;
}

.Innovative .col-2 .box-eight .hidden p {
  font-size: 15px;
  text-align: center;
}

.Innovative .col-2 .box-eight .hidden h2 {
  text-align: center;
}

.Innovative .col-2 .box-eight .hidden {
  opacity: 0;
  transition: all 0.4s ease;
}

.Innovative .col-2 .box-eight:hover .hidden {
  opacity: 1;
}

.Innovative .col-2 .box-first:hover ~ .box h4 {
  display: none;
}

.Innovative .col-2 .box-sec:hover ~ .box h4 {
  display: none;
}

.Innovative .col-2 .box-thired:hover ~ .box h4 {
  display: none;
}

.Innovative .col-2 .box-four:hover ~ .box h4 {
  display: none;
}

.Innovative .col-2 .box-five:hover ~ .box h4 {
  display: none;
}

.Innovative .col-2 .box-six:hover ~ .box h4 {
  display: none;
}

.Innovative .col-2 .box-sev:hover ~ .box h4 {
  display: none;
}

.Innovative .col-2 .box-eight:hover ~ .box h4 {
  display: none;
}

.lets {
  background-image: url(../img/lts.webp);
  width: 100%;
  height: auto;
  margin-top: 5%;
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}

.lets p {
  text-align: center;
  font-size: 20px;
  color: #1a6fbb;
  font-style: italic;
  margin-top: 10px;
}

.lets h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 35px;
  /* font-family: 'Appleberry'; */
}

.lets .col-3 img {
  width: 100%;
  height: 350px;
  margin-top: 30px;
  border-radius: 20px;
}

.program {
  background-color: #1a75bb;
  padding: 80px 0;
  /* margin: 30px 0; */
}

.program h2 {
  font-size: 45px;
  padding-bottom: 40px;
  font-weight: bold;
  /* font-family: 'Appleberry'; */
  color: white;
}

.program h2 span {
  color: #fede3b;
}

.program .col-4 img {
  width: 100%;
  height: 260px;
}

.program .col-4 {
  position: relative;
}

.program .col-4:hover .for-position img {
  opacity: 1;
}

.program .col-4 .for-position img {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.Parents {
  padding: 40px 0;
}

.Parents h2 {
  font-size: 45px;
  /* font-family: 'Appleberry'; */
}

.Parents h2 span {
  color: #613e97;
}

.Parents .col-2 .box {
  border: 1px solid #fede3b;
  width: 100%;
  height: 350px;
  margin-top: 40px;
}

.Parents .col-2 .box .for-flex {
  display: flex;
  margin-top: 20px;
}

.Parents .col-2 .box .for-flex img {
  height: 145px;
  width: 144px;
  border-radius: 50%;
  margin-left: 20px;
}

.Parents .col-2 .box .for-flex div {
  margin-left: 20px;
}

.Parents .col-2 .box .for-flex div h3 {
  font-size: 33px;
  padding-bottom: 10px;
  font-family: "Appleberry";
}

.Parents .col-2 .box .for-flex div p {
  font-size: 18px;
  line-height: 30px;
  color: #555555;
  font-family: Rubik;
}

.Parents .col-2 .box main {
  margin-top: 15px;
  padding: 20px 35px;
  font-size: 17px;
  color: #555555;
  line-height: 27px;
  font-family: Rubik;
}

.Parents a button {
  background-color: #fede3b;
  background-color: #fede3b;
  border: unset;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 25px;
  cursor: pointer;
  color: #623f99;
  font-weight: bold;
}

.Parents a button i {
  background-color: white;
  color: #f34d72;
  font-size: 18px;
  padding: 5px 8px;
  border-radius: 50%;
  margin-right: 10px;
  border: 3px solid #623f99;
}

.Parents .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.Awards {
  padding: 70px 0;
  background-image: url(../img/award-bn.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.Awards h2 {
  font-size: 45px;
  /* font-family: 'Appleberry'; */
}

.Awards h2 span {
  color: #613e97;
}

.Awards .for-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.Awards .for-flex .box-left {
  width: 28%;
  margin-top: 60px;
}

.Awards .for-flex .box-left img {
  /* width: 100%; */
  border-radius: 25px;
  height: 300px;
}

.Awards .for-flex .box-right {
  width: 70%;
  margin-top: 60px;
  margin-left: 20px;
}

.Awards .for-flex .box-right .col-2 .box {
  background-color: white;
  width: 96%;
  text-align: center;
  padding-bottom: 30px;
  border-radius: 25px;
}

.Awards .for-flex .box-right .col-2 .box .for-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Awards .for-flex .box-right .col-2 .box h3 {
  color: #494949;
  font-family: Barlow Condensed;
  font-weight: 1000;
  background-color: #fede3b;
  width: 80px;
  position: relative;
  top: 25px;
  padding: 8px;
  font-size: 22px;
  font-weight: bold;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.Awards .for-flex .box-right .col-2 .box img {
  height: 180px;
  margin-top: 40px;
}

.Awards .for-flex .box-right .col-2 .box h4 {
  font-size: 27px;
  padding: 20px 30px;
  font-family: "Appleberry";
}

.Awards .for-flex .box-right .col-2 .box span {
  padding-bottom: 20px;
  font-family: Rubik;
  font-size: 17px;
}

.Awards .slick-next {
  top: -15%;
  right: 8%;
}

.Awards .slick-next:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 1;
  opacity: 0.75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Awards .slick-prev {
  top: -15%;
  left: 82%;
}

.Awards .slick-prev:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 1;
  opacity: 0.75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Awards .slick-dots li button:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 25px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #6b4793;
  font-size: 20px;
}

.Curriculum {
  padding: 70px 0;
}

.Curriculum .col-2 h2 {
  color: #000;
  /* font-family: 'Appleberry'; */
  font-size: 50px;
  margin-top: 20px;
  padding: 10px 0;
}

.Curriculum .col-2 p {
  font-size: 18px;
  padding-top: 20px;
  color: #333;
  line-height: 28px;
  /* font-family: Rubik; */
}

.Curriculum .col-2 a button {
  padding: 15px 20px;
  border: unset;
  background: none;
  margin-top: 10px;
  font-size: 18px;
  color: black;
  cursor: pointer;
}

.Curriculum .col-2 a button i {
  background-color: #f0315a;
  color: white;
  font-size: 20px;
  padding: 5px;
  border-radius: 45%;
  margin-right: 10px;
}

.Curriculum .col-2 a button:hover {
  color: blue;
}

.Curriculum .col-2 h3 {
  font-size: 40px;
  font-weight: normal;
  padding-bottom: 30px;
}

.Curriculum .col-2 .Curriculum-slider {
  margin-left: 20px;
}

/* 
.Why-Choose{
  padding: 80px 0;
  background-image: url(../img/why-bann.webp);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.Why-Choose h2{
  color: #000;
  font-family: Appleberry;
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 60px;
  text-align: center;
  margin-top: 30px;
}
.Why-Choose p{
  text-align: center;
  color: #333;
  font-size: 18px;
  
}
.Why-Choose .col-5{
  margin-top: 40px;
}
.Why-Choose .col-5 .box{
  text-align: center;
  padding: 12px;
}
.Why-Choose .col-5 .box .for-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.Why-Choose .col-5 .box h3{
  color: #000;
  font-family: Appleberry;
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 10px;

}  */

/* .bg{
  background-image: url(../img/video.svg);
  background-repeat: no-repeat;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;

} */

.vision {
  padding: 80px 0;
  background-image: url(../img/update-img.jpg);
  background-color: #f6e809;
  background-repeat: round;
}

.vision .wpb_wrapper video {
  cursor: pointer;
  margin-right: -35px !important;
  margin-bottom: -9px !important;
  margin-left: 54px !important;
  padding-top: 50px !important;
  padding-bottom: 104px !important;
}

.vision .php5-video-player .video-stream {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.vision .col-2 img {
  width: 100%;
  height: 370px;
  border-radius: 20px;
}
.vision .col-2 .vision-slider {
  margin-left: 30px;
}

.vision .col-2 h3 {
  color: #0571b5;
  font-size: 50px;
  text-transform: none !important;
  margin: 20px 0;
  line-height: 60px;
  animation: none !important;
}

.vision .col-2 {
  margin-top: 30px;
}

.vision .col-2 ul li {
  list-style-type: none;
  padding: 10px;
  /* font-size: 16px; */
  line-height: 25px;
  display: flex;
  text-align: justify;
}

.vision .col-2 ul li i {
  background-color: #0571b5;
  color: white;
  border-radius: 50%;
  padding: 3px;
  margin-right: 10px;
}

.Admissions {
  padding: 60px 0;
  /* background-image: url(../img/adimisin-banner.webp); */
  background-image: url(../img/banner-img.jpg);
  background-size: cover;
  width: 100%;
}

.Admissions .left {
  width: 40%;
  margin-top: 40px;
}

.Admissions .right {
  width: 56%;
  margin-top: 40px;
  margin-left: 30px;
}

.Admissions .left img {
  width: 100%;
  margin-top: 40px;
}

.Admissions .right h2 {
  /* font-family: Appleberry; */
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 60px;
  color: white;
  font-weight: bold;
}

.Admissions .right p {
  color: white;
  line-height: 25px;
  /* font-family: Rubik; */
  font-size: 17px;
  text-align: justify;
}

.Admissions .right a button {
  padding: 15px 20px;
  border: unset;
  background: none;
  margin-top: 10px;
  font-size: 18px;
  color: white;
  cursor: pointer;
}

.Admissions .right a button:hover {
  color: black;
}

.Admissions .right a button i {
  background-color: white;
  color: #f34d72;
  font-size: 20px;
  padding: 5px;
  border-radius: 45%;
  margin-right: 10px;
}

.video-main {
  /* background-color: #FEDD3C; */
  padding: 60px 0;
  background-image: url(../img/award-bn.png);
}

.video {
  /* background-image: url(../img/let3.webp); */
  background-image: url(../img/what-2.jpg);
  background-repeat: no-repeat;
  height: 65vh;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.video-second {
  /* background-image: url(../img/let3.webp); */
  background-image: url(../img/what-video.jpg);
  background-repeat: no-repeat;
  height: 65vh;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.video-second img {
  position: absolute;
  left: 34%;
  top: 40%;
}
.video-main h2 {
  text-align: center;
  font-size: 45px;
  margin: 30px 0;
  /* font-family: 'Appleberry'; */
}

.video-main h2 span {
  color: #613e97;
}

.video img {
  position: absolute;
  left: 34%;
  top: 40%;
}

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-popup .video-container {
  position: relative;
  width: 80%;
  max-width: 700px;
}

.video-popup .video-container iframe {
  width: 100%;
  height: 400px;
}

.video-popup .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: white;
  border: none;
  font-size: 18px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 50%;
}

.Gallery {
  padding: 50px 0;
}

.Gallery .col-4 img {
  width: 100%;
  height: 260px;
}

.Gallery h2 {
  text-align: center;
  font-size: 40px;
  margin: 30px 0;
}
/*curriculum page style  */

.curriculum-img {
  background-image: url(../img/cur.webp);
  width: 100%;
  background-size: cover;
  z-index: 999;
  padding: 50px;
}

.curriculum-img .col-2 h2 {
  color: #0571b5;
  font-size: 50px;
  /* font-family: Appleberry; */
  margin-bottom: 20px;
  line-height: 80px;
}

.curriculum-img .col-2 img {
  width: 90%;
}

.Developmental {
  background-image: url(../img/dev.webp);
  width: 100%;
  background-size: cover;
  padding: 50px;
}

.Developmental .col-2 img {
  width: 100%;
  padding: 30px;
}

.Developmental .col-2 h2 {
  color: #0066b2;
  /* font-family: Appleberry; */
  font-size: 50px;
  line-height: 55px;
  padding-bottom: 30px;
}

.Developmental .col-2 p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.Developing-Roots {
  background-image: url(../img/root-ban.webp);
  width: 100%;
  background-size: cover;
  padding: 80px;
  position: relative;
}

.Developing-Roots img {
  width: 100%;
}

.Developing-Roots .img-first {
  position: relative;
}

.Developing-Roots .containt-first {
  position: absolute;
  top: 10%;
  width: 450px;
  left: 50%;
}

.Developing-Roots .containt-first h2 {
  color: #0571b5;
  font-size: 50px;
  /* font-family: Appleberry; */
  line-height: 80px;
}

.Developing-Roots .containt-first span {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #0571b5;
}

.Developing-Roots .containt-first p {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #0571b5;
  margin-top: 20px;
}

.Developing-Roots .containt-sec {
  position: absolute;
  top: 10%;
  width: 450px;
  left: 50%;
}

.Developing-Roots .containt-sec h2 {
  color: #0571b5;
  font-size: 50px;
  /* font-family: Appleberry; */
  line-height: 80px;
}

.Developing-Roots h3 {
  font-family: Appleberry;
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 60px;
  padding-bottom: 0;
  color: #fced1e !important;
}

.Developing-Roots .containt-sec span {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #0571b5;
}

.Developing-Roots .containt-sec p {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #0571b5;
  margin-top: 20px;
}

.Developing-Roots .slick-prev {
  left: -7%;
}

.Developing-Roots .slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 45px;
  line-height: 1;
  opacity: 0.75;
  color: #f2cd1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Developing-Roots .slick-next {
  right: -7%;
}

/* admission page style */
.form-admission {
  background-image: url(../img/admission.webp);
  padding: 60px;
}

.form-admission .col-2 h1 {
  font-size: 3em;
  color: yellow;
  font-weight: bold;
}

.form-admission .col-2 p {
  margin: 20px 0;
  font-size: 1.2em;
  color: white;
  line-height: 27px;
}

.form-admission .col-2 ul {
  list-style: none;
  padding: 0;
}

.form-admission .col-2 ul li {
  display: flex;
  align-items: center;
  margin: 10px 0;
  color: white;
}

.form-admission .col-2 ul li img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.form-admission .col-2 .main {
  background-color: #e30045;
  padding: 25px;
  border-radius: 25px;
}

.form-admission .col-2 h2 {
  color: yellow;
  font-size: 35px;
}

.form-admission .col-2 .form-group {
  margin-bottom: 15px;
}

.form-admission .col-2 .form-group input,
.form-group select {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
}

.form-admission .col-2 .form-group input[type="text"]::placeholder,
.form-admission .col-2 .form-group input[type="email"]::placeholder,
.form-admission .col-2 .form-group input[type="tel"]::placeholder,
.form-admission .col-2 .form-group select,
.form-group input[type="submit"] {
  font-size: 16px;
}

.form-admission .col-2 input[type="submit"] {
  background-color: yellow;
  color: #ff3366;
  cursor: pointer;
  border: unset;
  padding: 10px 20px;
  font-size: 17px;
  border-radius: 10px;
}

.form-admission .col-2 input[type="submit"]:hover {
  background-color: orange;
  color: white;
}

.admission-process {
  background-image: url(../img/admi-ban.webp);
  height: 70vh;
  background-size: cover;
  padding: 40px;
}

.admission-process h2 {
  color: #fff;
  /* font-family: Appleberry; */
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 60px;
  padding-bottom: 0;
  text-align: center;
}

.admission-process .col-4 {
  margin-top: 60px;
}

.admission-process .p {
  font-size: 16px;
  color: white;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: center;
}

.admission-process .col-4 .main h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.admission-process .col-4 .main p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px;
}

.admission-process .col-4 .main {
  background-color: white;
  padding: 25px;
  border-radius: 10px;
}

.Parent-FAQ {
  background-image: url(../img/adm-faq.webp);
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

.Parent-FAQ h2 {
  color: #0066b2;
  /* font-family: Appleberry; */
  font-size: 50px;
  line-height: 55px;
}

.Parent-FAQ p {
  color: #000;
  /* font-family: 'open sans'; */
  font-size: 17px;
  line-height: 28px;
  padding-top: 10px;
}

.Parent-FAQ .content {
  width: 500px;
  position: absolute;
  top: 35%;
}
.Parents .slick-next {
  right: -33px;
}
.Parents .slick-prev {
  left: -40px;
}
.Parents .slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: #ffb703;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.faq {
  background-color: #c7eb75;
  min-height: 100vh;
  padding: 80px 0;
}
.faq .faq-container .content ul {
  padding: 20px;
}
.faq .faq-container .content ul li {
  padding: 8px;
}
.faq .faq-container .collapsible {
  transition: all 0.8s ease;
}

.faq .collapsible {
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin: 5px 0;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease;
  font-size: 20px;
  font-weight: 600;
}

.faq .collapsible::after {
  content: "+";
  font-size: 20px;
  font-weight: bold;
}

.faq .collapsible.active::after {
  content: "-";
}

.faq .content {
  padding: 30px;
  display: none;
  overflow: hidden;
  background-color: white;
  margin: 5px 0;
  border-radius: 5px;
  transition: all 0.4s ease;
}

/* contact form style */

.form-contact {
  background-image: url(../img/contact.webp);
  padding: 60px;
}

.form-contact .col-2 h3 {
  font-size: 2.9em;
  color: #005ca8;
  font-weight: bold;
  padding: 10px 20px;
}

.form-contact .col-2 h4 {
  font-size: 1.7em;
  color: #ed1651;
  font-weight: bold;
  padding: 0px 20px;
}

.form-contact .col-2 p {
  margin: 20px 0;
  font-size: 1.1em;
  color: black;
  line-height: 27px;
  padding: 0px 20px;
}

.form-contact .col-2 p i {
  font-weight: 900;
  font-size: 25px;
  margin-right: 10px;
}

.form-contact .col-2 .main {
  background-color: #0066b2;
  padding: 25px;
  border-radius: 25px;
}

.form-contact .col-2 h2 {
  color: yellow;
  font-size: 23px;
  padding-bottom: 20px;
}

.form-contact .col-2 .form-group {
  margin-bottom: 15px;
}

.form-contact .col-2 .form-group input,
.form-group select {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 5px;
}

.form-contact .col-2 .form-group input,
.form-group textarea {
  width: 100%;
  font-size: 16px;
}

.form-contact .col-2 .form-group input[type="text"]::placeholder,
.form-contact .col-2 .form-group input[type="email"]::placeholder,
.form-contact .col-2 .form-group input[type="tel"]::placeholder,
.form-contact .col-2 .form-group select,
.form-group input[type="submit"] {
  font-size: 16px;
}

.form-contact .col-2 input[type="submit"] {
  background-color: yellow;
  color: #ff3366;
  cursor: pointer;
  border: unset;
  padding: 10px 20px;
  font-size: 17px;
  border-radius: 10px;
}

.form-contact .col-2 input[type="submit"]:hover {
  background-color: orange;
  color: white;
}

/* about page style first page */

.about-banner {
  background-image: url(../img/about-1.webp);
  width: 100%;
  height: 100vh;
  background-size: cover;
  padding: 50px 0;
}

.about-banner h2 {
  /* font-family: Appleberry; */
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 60px;
  text-align: left;
  color: #005ca8;
  padding-top: 40px;
}

.about-banner p {
  color: #005ca8;
  /* font-family: 'Open Sans'; */
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 36px;
  text-align: left;
}

.Our-Preschool {
  padding: 60px 0;
}

.Our-Preschool .col-2 h2 {
  margin-bottom: 1.5rem;
  /* font-family: inherit; */
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 40px;
}

.Our-Preschool .col-2 p {
  /* font-family: 'Open Sans'; */
  margin-bottom: 20px;
  font-size: 19px;
}

.Our-Preschool .col-2 img {
  max-width: 100%;
  height: auto;
}

.about-vision {
  background-image: url(../img/about-6.webp);
  width: 100%;
  margin: 60px 0;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-vision .col-3 {
  position: relative;
}

.about-vision .col-3 .main {
  background: #ffff;
  padding: 40px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  margin-bottom: 30px;
  box-shadow: 0 3px 14px #838080;
  border-radius: 5%;
  position: absolute;
  top: 30px;
  border-radius: 30px;
  text-align: center;
}

.about-vision .col-3 .main img {
  max-width: 100%;
  position: absolute;
  top: -30%;
  left: 27%;
}

.about-vision .col-3 .main h2 {
  /* font-family: appleberry; */
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 50px;
}

.about-vision .col-3 .main p {
  /* font-family: 'Open Sans'; */
  font-size: 17px;
  line-height: 26px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* second page */
.Preschool-Activities {
  background-image: url(../img/about-life1.webp);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.Preschool-Activities .col-2 h2 {
  color: #fced1e;
  /* font-family: Appleberry; */
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 55px;
  text-align: left;
}

.Preschool-Activities .col-2 p {
  color: #fff;
  /* font-family: 'open sans'; */
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 26px;
  padding-top: 15px;
  font-weight: 600;
}

.Preschool-Activities .col-2 ul {
  padding: 10px 0;
}

.Preschool-Activities .col-2 ul li {
  list-style-type: none;
  color: white;
  padding: 5px;
}

.Preschool-Activities .col-2 ul li i {
  background: #0571b5;
  color: #fff;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
}

.Preschool-Activities .col-2 span {
  color: #fff;
  font-family: "open sans";
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 26px;
  padding-top: 15px;
}

.Preschool-Activities .col-2 img {
  width: 100%;
}

.story-yoga {
  background-image: url(../img/about-life3.webp);
  width: 100%;
  background-size: cover;
  padding: 80px 0;
}

.story-yoga .col-2 img {
  max-width: 100%;
  height: 410px;
}

.story-yoga .col-2 ul li {
  list-style-type: none;
  padding: 10px;
  line-height: 28px;
}

.story-yoga .col-2 ul li i {
  background: #0571b5;
  color: #fff;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
}

.Kids-Marathon {
  background-image: url(../img/about-life5.webp);
  width: 100%;
  background-size: cover;
  padding: 50px 0;
}

.Kids-Marathon .col-2 h2 {
  color: #000;
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 55px;
  text-align: left;
}

.Kids-Marathon .col-2 ul {
  padding-top: 10px;
}

.Kids-Marathon .col-2 ul li {
  list-style-type: none;
  padding: 10px;
  line-height: 28px;
}

.Kids-Marathon .col-2 ul li i {
  background: #0571b5;
  color: #fff;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
}

.Kickers-Club {
  background-image: url(../img/about-life6.webp);
  width: 100%;
  background-size: cover;
  padding: 100px 0;
}

.Kickers-Club .col-2 img {
  max-width: 100%;
  height: 420px;
}

.Kickers-Club .col-2 h2 {
  line-height: 55px;
  text-align: left;
  /* font-family: Appleberry; */
  color: #fff;
  font-size: 50px;
  margin-bottom: 25px;
}

.Kickers-Club .col-2 p {
  font-size: 18px;
  color: white;
  line-height: 28px;
  margin-bottom: 10px;
}

.Kickers-Club .col-2 ul li {
  list-style-type: none;
  padding: 10px;
  line-height: 28px;
  color: #ffffffc7;
}

.Kickers-Club .col-2 ul li i {
  background: #0571b5;
  color: #fff;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
}

.Preschool {
  background-image: url(../img/about-life8.webp);
  width: 100%;
  background-size: cover;
  padding: 60px 0;
}

.Preschool .col-2 img {
  width: 100%;
}

.Preschool .col-2 h2 {
  color: #fced1e;
  /* font-family: Appleberry; */
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 55px;
  text-align: left;
}

.Preschool .col-2 p {
  font-size: 16px;
  color: white;
  line-height: 28px;
  margin-bottom: 10px;
}

.photo {
  background-image: url(../img/ab-l1.webp);
  width: 100%;
  background-size: cover;
  padding: 60px 0;
}

.photo .col-3 .imgs {
  width: 100%;
}

.photo .col-3 {
  position: relative;
}

.photo .col-3 .content {
  position: absolute;
  bottom: 20%;
  left: 11%;
}

.photo .col-3 .content p {
  color: white;
  font-size: 16px;
  line-height: 22px;
}

.photo .col-3 .content a img {
  margin-left: 40px;
  margin-top: 10px;
  height: 40px;
}

.banner-img img {
  width: 100%;
  object-fit: cover;
}

.Leadership-Team {
  background-image: url(../img/leader1.webp);
  width: 100%;
  background-size: cover;
  padding: 50px 0;
}

.Leadership-Team h2 {
  color: white;
  /* font-family: 'Appleberry'; */
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 55px;
  text-align: left;
}

.team {
  background-image: url(../img/contact.webp);
  width: 100%;
  background-size: cover;
  padding: 80px 0;
}
.team h1 {
  text-align: center;
  font-size: 40px;
}
.team .col-2 .main {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  padding-bottom: 20px;
}

.team .col-2 {
  margin-top: 40px;
}

.team .col-2 .main .for-img {
  overflow: hidden;
  width: 100%;
}

.team .col-2 .main img {
  transition: 0.6s;
  width: 100%;
  height: 450px;
  object-fit: initial;
}

.team .col-2 .main img:hover {
  transform: scale(1.1);
  /* -webkit-transform: scale(1.2); */
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.team .col-2 .main h3 {
  color: #000;
  font-family: "Open Sans";
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 10px;
}

.team .col-2 .main h5 {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 10px;
}

.team .col-2 .main .text {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  font-weight: 600;
  color: #00000091;
  padding: 5px 20px;
}

.team .col-2 .main .icans {
  margin-left: 15px;
  margin-top: 20px;
}

.team .col-2 .main .icans i {
  font-size: 25px;
  padding-left: 15px;
  cursor: pointer;
  color: #ffb703;
}

/*  */
.Corporate {
  background-image: url(../img/about-life1.webp);
  width: 100%;
  background-size: cover;
  padding: 100px 0;
}

.Corporate .col-2 h2 {
  color: #fced1e;
  /* font-family: Appleberry; */
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 55px;
  text-align: left;
}

.Corporate .col-2 p {
  color: #fff;
  /* font-family: 'open sans'; */
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 26px;
  text-align: left;
  padding-top: 20px;
}

.Corporate .col-2 img {
  width: 100%;
}

.Features {
  background-image: url(../img/about-life3.webp);
  width: 100%;
  background-size: cover;
  padding: 70px 0;
}

.Features .for-inline {
  display: flex;
  align-items: center;
}

.Features .for-inline h2 {
  /* font-family: Appleberry; */
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 55px;
  text-align: left;
  color: #0571b5;
  margin-left: 20px;
}

.Features ul {
  padding-top: 30px;
}

.Features ul li {
  list-style-type: none;
  padding: 12px;
}

.Features ul li i {
  background: #0571b5;
  color: #fff;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
}

.Benefits {
  background-image: url(../img/dev.webp);
  width: 100%;
  background-size: cover;
  padding: 80px 0;
}

.Benefits h2 {
  color: #000;
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 55px;
  text-align: left;
  /* font-family: Appleberry; */
  color: #0571b5;
}

.Benefits ul li {
  list-style-type: none;
  padding: 10px 0;
}

.Benefits ul li i {
  background: #0571b5;
  color: #fff;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
}

.offer {
  background-image: url(../img/about-life3.webp);
  width: 100%;
  background-size: cover;
  padding: 80px 0;
}

.offer h2 {
  color: #0571b5;
  /* font-family: Appleberry; */
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 55px;
  text-align: left;
}

.offer .for-flex {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.offer .for-flex h4 {
  margin-left: 20px;
}

.Locate {
  background-image: url(../img/dev.webp);
  width: 100%;
  background-size: cover;
  padding: 80px 0;
}

.Locate .col-3 h2 {
  color: #000;
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 60px;
}

.Locate .col-3 p {
  font-size: 17px;
  color: #666;
  line-height: 28px;
  margin-bottom: 10px;
}

.Locate .col-3 a button {
  background: #0a68af;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.Interested {
  background-image: url(../img/admission.webp);
  padding: 60px;
}

.Interested .col-2 h1 {
  font-size: 3em;
  color: yellow;
  font-weight: bold;
}

.Interested .col-2 p {
  margin: 20px 0;
  font-size: 1.2em;
  color: white;
  line-height: 27px;
}

.Interested .col-2 .main {
  background-color: #e30045;
  padding: 35px 25px;
  border-radius: 25px;
}

.Interested .col-2 h2 {
  color: yellow;
  font-size: 35px;
}

.Interested .col-2 h4 {
  color: #000;
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.Interested .col-2 h6 {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  margin-bottom: 10px;
}

.Interested .col-2 a {
  color: #e30044ae;
}

.Interested .col-2 a:hover {
  color: #e3004489;
}

.Interested .col-2 a i {
  color: #000;
  font-size: 20px;
  margin-right: 10px;
  line-height: 30px;
  padding-top: 10px;
}

.Interested .col-2 .form-group {
  margin-bottom: 15px;
}

.Interested .col-2 .form-group input,
.form-group select {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 5px;
}

.Interested .col-2 .form-group input[type="text"]::placeholder,
.Interested .col-2 .form-group input[type="email"]::placeholder,
.Interested .col-2 .form-group input[type="tel"]::placeholder,
.Interested .col-2 .form-group select,
.form-group input[type="submit"] {
  font-size: 16px;
}

.Interested .col-2 input[type="submit"] {
  background-color: yellow;
  color: #ff3366;
  cursor: pointer;
  border: unset;
  padding: 10px 20px;
  font-size: 17px;
  border-radius: 10px;
}

.Interested .col-2 input[type="submit"]:hover {
  background-color: orange;
  color: white;
}

/* join us page style */

.Career
-form {
  background-image: url(../img/contact.webp);
  padding: 60px;
}

.Career
-form .main {
  background-color: #0066b2;
  padding: 25px;
  border-radius: 25px;
  max-width: 700px;
}
.Career
-form .center {
  text-align: center;
  display: flex;
  justify-content: center;
}
.Career
-form h2 {
  color: yellow;
  font-size: 23px;
  padding-bottom: 20px;
}

.Career
-form .form-group {
  margin-bottom: 15px;
}

.Career
-form .form-group input,
.form-group select {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 5px;
}

.Career
-form .form-group input,
.form-group textarea {
  width: 100%;
  font-size: 16px;
}

.Career
-form .form-group input[type="text"]::placeholder,
.Career
-form .form-group input[type="email"]::placeholder,
.Career
-form .form-group input[type="tel"]::placeholder,
.Career
-form .form-group select,
.form-group input[type="submit"] {
  font-size: 16px;
}

.Career
-form input[type="submit"] {
  background-color: yellow;
  color: #ff3366;
  cursor: pointer;
  border: unset;
  padding: 10px 20px;
  font-size: 17px;
  border-radius: 10px;
}

.Career
-form input[type="submit"]:hover {
  background-color: orange;
  color: white;
}

/*  */

.join-banner {
  background-image: url(../img/join-banner.png);
  background-size: cover;
  width: 100%;
  height: 90vh;
  background-position: center center;
  position: relative;
}

.join-banner::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.2;
}

.join-banner h1 {
  visibility: visible;
  animation-delay: 0.5s;
  animation-name: fadeInUp;
  font-family: "eustacheregular";
  font-size: 70px;
  line-height: 0.73em;
  letter-spacing: -2px;
  color: white;
  z-index: 99999;
  text-align: center;
}
.join-banner .box {
  text-align: center;
  z-index: 99999;
  position: absolute;
  top: 25%;
  left: 25%;
}
.join-banner .box p {
  font-size: 30px;
  font-weight: 300;
  color: white;
  padding-top: 50px;
}
.join-banner .box a button {
  background-color: #ec1651;
  padding: 15px 20px;
  border: none;
  border-radius: 20px;
  font-size: 20px;
  color: white;
  margin-top: 50px;
  cursor: pointer;
}
.join-banner .box a button:hover {
  background-color: white;
  color: black;
}

.Preschools {
  background-image: url(../img/join-2.png);
  width: 100%;
  background-size: cover;
  padding: 80px 0;
}
.Preschools h2 {
  text-align: center;
  font-size: 45px;
  padding-bottom: 40px;
}
.Preschools h2 span {
  color: #ec1651;
}

.Preschools .video {
  background-image: url(../img/join-3.png);
  background-repeat: no-repeat;
  height: 65vh;
  position: relative;
  border-radius: 25px;
}

.Preschools .video img {
  position: absolute;
  left: 45%;
  top: 35%;
}
.Preschools .video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.Preschools .video-popup .video-container {
  position: relative;
  width: 80%;
  max-width: 700px;
}
.Preschools .video-popup .video-container iframe {
  width: 100%;
  height: 400px;
}
.Preschools .video-popup .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: white;
  border: none;
  font-size: 18px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 50%;
}

.Career-Growth {
  background: #f2ece9;
  padding: 80px 0;
}
.Career-Growth p {
  /* font-family: 'Noteworthy Light'; */
  font-size: 20px;
  letter-spacing: 3px;
  padding-bottom: 6px;
  text-transform: uppercase;
  color: #ec1651;
  text-align: center;
}
.Career-Growth h2 {
  font-size: 42px;
  line-height: 1.32em;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.Career-Growth .col-4 {
  margin-top: 50px;
}
.Career-Growth .col-4 .box {
  background-color: white;
  width: 100%;
  padding-bottom: 20px;
}
.Career-Growth .col-4 img {
  width: 100%;
}
.Career-Growth .col-4 .box h5 {
  font-size: 20px;
  line-height: 1.45em;
  margin-bottom: 5px;
  padding: 15px;
}
.Career-Growth .col-4 .box main {
  font-size: 16px;
  color: gray;
  padding: 0 15px;
  line-height: 25px;
}
.Career-Growth .col-4 .box a button {
  color: #000;
  padding: 0 20px;
  line-height: 50px;
  z-index: 1;
  transition: all 0.8s;
  cursor: pointer;
  border: none;
  background-color: #ec1651;
  color: black;
  font-size: 20px;
  border-radius: 25px;
  margin-top: 20px;
  margin-left: 20px;
}
.Career-Growth .col-4 .box a button:hover {
  color: white;
}
.Career-Growth .for-flex {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.Career-Growth .for-flex span {
  font-family: "Noteworthy Light";
  font-size: 24px;
  letter-spacing: 2px;
  color: #ff5858;
}
.Career-Growth .for-flex h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 32px;
  color: #000;
  padding-top: 5px;
}
.Career-Growth .for-flex a button {
  color: white;
  padding: 0 20px;
  line-height: 50px;
  z-index: 1;
  transition: all 0.8s;
  cursor: pointer;
  border: none;
  background-color: #ec1651;
  font-size: 20px;
  border-radius: 25px;
  margin-top: 20px;
  margin-left: 20px;
}
.Career-Growth .for-flex a button:hover {
  background-color: #000;
}

.Culture {
  background-image: url(../img/join-2.png);
  padding: 80px 0;
}
.Culture p {
  color: #000;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.87em;
  margin-bottom: 1rem;
  text-align: center;
}
.Culture .col-3 {
  margin-top: 50px;
}
.Culture .col-3 .box {
  background-color: white;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  padding-bottom: 20px;
}
.Culture .col-3 .box h4 {
  font-size: 24px;
  line-height: 1.54em;
  color: #ec1651;
  padding-top: 20px;
}
.Culture .col-3 .box span {
  line-height: 1.87em;
  margin-bottom: 1rem;
}

.color img {
  width: 100%;
  object-fit: cover;
}
.About-Little {
  margin: 50px 0;
}
.About-Little .col-2 img {
  width: 100%;
}
.About-Little .col-2 h2 {
  font-size: 42px;
  line-height: 1.32em;
  color: #000;
  font-weight: 500;
}
.About-Little .col-2 p {
  font-size: 20px;
  margin-top: 60px;
  line-height: 2 !important;
  margin-bottom: 1rem;
}
.About-Little .col-2 a button {
  color: white;
  padding: 0 20px;
  line-height: 50px;
  z-index: 1;
  transition: all 0.8s;
  cursor: pointer;
  border: none;
  background-color: #ec1651;
  font-size: 20px;
  border-radius: 25px;
  margin-top: 20px;
  margin-left: 20px;
}
.About-Little .col-2 a button:hover {
  background-color: #000;
}
.About-Little .col-2 .box {
  margin-left: 40px;
}

.Trainings {
  background-image: url(../img/join-2.png);
  width: 100%;
  background-size: cover;
  padding: 80px 0;
}
.Trainings h2 {
  text-align: center;
  font-size: 45px;
  padding-bottom: 40px;
}
.Trainings h2 span {
  color: #ec1651;
}

.Trainings .video {
  background-image: url(../img/what-ad.jpg);
  background-repeat: no-repeat;
  height: 65vh;
  position: relative;
  border-radius: 25px;
}

.Trainings .video img {
  position: absolute;
  left: 45%;
  top: 35%;
}
.Trainings .video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.Trainings .video-popup .video-container {
  position: relative;
  width: 80%;
  max-width: 700px;
}
.Trainings .video-popup .video-container iframe {
  width: 100%;
  height: 400px;
}
.Trainings .video-popup .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: white;
  border: none;
  font-size: 18px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 50%;
}
/* about page*/

.about-details {
  background-color: #ffb703;
  padding: 60px 0;
}

.about-details p {
  font-size: 18px;
  padding: 15px;
  line-height: 30px;
}
.about-details h2 {
  font-size: 40px;
  padding: 15px;
  line-height: 30px;
}

.about-details img {
  width: 100%;
  height: 370px;
  border-radius: 20px;
}

/*  */
.team-principle {
  padding: 80px 0;
}
.team-principle .col-2 img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}
.team-principle .col-2 h2 {
  font-size: 40px;
}
.team-principle .col-2 h3 {
  padding: 20px 0;
}
.team-principle .col-2 h5 {
  font-size: 20px;
}
.team-principle .col-2 p {
  /* font-size: 20px; */
  padding-top: 20px;
  font-size: 17px;
}

/* toggel  start*/
.toggle-btn {
  display: none;
  cursor: pointer;
  background-color: #000;
}

.toggle-btn span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #b72f61;
}

.mobilenav {
  display: none;
}

.side-bar {
  background: white;
  backdrop-filter: blur(15px);
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -350px;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: right;
  z-index: 99999;
}

.side-bar::-webkit-scrollbar {
  width: 0px;
}

.side-bar.active {
  right: 0;
}

.side-bar .menu {
  width: 100%;
  margin-top: 30px;
}

.side-bar .side-logo {
  background-color: #fff;
}

.side-bar .side-logo img {
  width: 200px;
  margin: 15px;
  margin-left: 70px;
}

.side-bar .menu .item {
  position: relative;
  cursor: pointer;
}

.side-bar .menu .item a {
  color: black;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 5px 30px;
  line-height: 40px;
}

.side-bar .menu .item a:hover {
  background: #db4242;
  transition: 0.3s ease;
}

.side-bar .menu .item i {
  margin-right: 15px;
}

.side-bar .menu .item a .dropdown {
  position: absolute;
  right: 0;
  margin: 20px;
  transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu {
  background: #262627;
  display: none;
}

.side-bar .menu .item .sub-menu a {
  padding-left: 80px;
}

.sub-menu {
  display: none;
  padding-left: 15px;
  background: #e0e0e0;
}

.sub-menu.open {
  display: block;
}

.side-bar {
  width: 300px;
  background: #f0f0f0;
  padding: 15px;
}
.fixed-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transform: translateY(-50%);
  background-color: #5e8f0f;
  color: #fff;
  font-size: 20px;
  padding: 20px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: blink 1s infinite;
}
.fixed-button:hover {
  background-color: #e52674;
}
/* Form Container */
.form-container {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 500px;
  background-color: #f9f9f9;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  z-index: 999;
  transform: translate(-50%, -50%);
}
/* Form Content */
.form-header {
  background-color: #f5a417;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
}

.form-header .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.form-content {
  padding: 20px;
}

.form-content label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-content input,
.form-content textarea,
.form-content button {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.form-content button {
  background-color: #f5a417;
  color: #fff;
  border: none;
  cursor: pointer;
}

.form-content button:hover {
  background-color: #e52674;
}

.side-panels {
  position: fixed;
  bottom: 0%;
  width: 70px;
  text-align: center;
  transform: translateY(-50%);
  padding: 2px;
  border-radius: 100px;
  z-index: 99999;
  left: 10px;
}
.side-panels img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}
.side-panels.contact-link {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.side-icon {
  position: fixed;
  top: 92%;
  width: 70px;
  text-align: center;
  transform: translateY(-50%);
  padding: 2px;
  border-radius: 100px;
  z-index: 99999;
  right: 10px;
  display: none;
}
.side-icon img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}
.side-icon.contact-link {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.side-icon .contact-link:hover {
  text-decoration: underline;
}
.optional span{
  font-size: 20px;
  font-weight: 500;
}
.call-web-desktop {
  position: fixed;
  z-index: 2;
  bottom: 15%;
  left: 17px;
  z-index: 9999999;
}
.call-web-desktop .call-desktop {
  font-size: 38px;
  background-color: #f5a417;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 2px 11px;
  line-height: 52px;
}
.call-web-desktop .call-desktop a i {
  color: #fff;
  /* padding: 5px; */
  text-align: center;
  font-size: 30px;
}
.for-block a{
  color: #000;
}
.career-form-container {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.career-form-container h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}

.career-form .form-group {
  margin-bottom: 15px;
}

.career-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.career-form input,
.career-form select,
.career-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.career-form textarea {
  resize: none;
}

.career-form .submit-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background: #ffb703;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.career-form .submit-btn:hover {
  background: #b72f61;
}
/* end */


.inner-banner{
  background-color: #0066b2;
  height: 80px;
}

.layer-section {
  position: relative;
  transform: translateY(-25%);
}

#layer {
  transform: none;
}

.layer-section .heading h3 {
  color: #fff;
}

.layer-section .heading h3::first-letter {
  color: #ff8d21;
}

.layer-section .box {
  position: relative;
  margin: 10px;
  cursor: pointer;
  overflow: hidden;
}

.layer-section .box .content {
  position: absolute;
  bottom: -75px;
  left: 0;
  z-index: 11;
  padding: 12px;
  height: 75px;
  overflow: hidden;
  background: #151515f0;
  border-radius: 3px;
  text-align: center;
  transition: all .5s ease-out;
  width: 100%;
}
.layer-section .content .btn a {
  font-size: 12px;
    color: #fff;
    background-color: #06D286;
    padding: 10px 20px;
    border-radius: 4px;
  
}

.layer-section .box:hover .content {
  height: 400px;
}



.layer-section .box:hover .content-read a {
  color: #FF9900;
}

.layer-section .box .content h4 {
  color: #FF9900;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
}

.layer-section .box .content h5 {
  color: #fff;
  padding: 3px 0;
  font-size: 13px;
  font-weight: 500;
}

.layer-section .box .content p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.layer-section .slider-layer .box figure {
  position: relative;
  overflow: hidden;
}

.layer-section .slider-layer .box figure img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 0px 5px #0000005f);
  transition: all 4s ease-in-out;

}

.layer-section .slider-layer .box figure {
  /* width: 100%; */
  /* height: 56vh; */
  border-radius: 5px;
}
.layer-section .slider-layer .box figure:hover img {
  transform: scale(1.03);
  cursor: pointer;
}
.video-main .col-2 {
  position: relative;
}
.video-main .col-2 .click-btn img {
  position: absolute;
  left: 45%;
  top: 42%;
  z-index: 9;
  height: 60px;
  width: 60px;
}
.video-main .col-2 img{
  width: 100%;
  border-radius: 10px;
  height: 500px;
  width: 500px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgba(0, 0, 0, 0.587);
  z-index: 999;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 800px;
  position: relative;
}
.modal-content iframe {
  width: 100%;
}

/* Close Button */
.close {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  right: -2px;
  top: -46px;
}

.close:hover,
.close:focus {
  color: #FE9D5F;
  text-decoration: none;
  cursor: pointer;
}
.all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

