:root {

  --ihs-txt: #f26122;
  --header-btn: #2f3690;
  --banner-txt: #333333;
  --green-bg: #148943;
  --lite-gray: #424242;
  --italic-gray: #434343;
  --para-liteGray: #6e6e6e;
  --form-label: #414141;
  --form-h1: #2e328e;
  --twitter: #00acee;
  --pinterest: #c8232c;
  --insta: #d634c1;
  --fb: #316ff6;
  --parent-say: #414242;
  --youtube: #d92217;
  --red: #d92217;
  --header-bg: #d92217;
  --text: #292929;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Urbanist", sans-serif;
}
.header-links,
.nav,
.kalam,
.facilities,
.admission,
.achievrs,
.pathways,
.about,
#demo,
.footer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* testing navbar styles */
/* .navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  column-gap: 7rem;
}

.reversing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8rem;
} */

/* header-links */
.header-links {
  background-image: linear-gradient(116deg, #fff 19%, var(--red) 19%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-links .container1 {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  max-height: 50px;
}

.social-links {
  display: flex;
}
.mainnav .navbar-brand img {
  width: 60%;
}


.social-links i {
  padding-right: 40px;
  font-size: 20px;
  color:black;
}
.social-links a i {
  color: black;
}

.social-links a:nth-of-type(1) i:hover {
  color: var(--fb);
}

.social-links a:nth-of-type(2) i:hover {
  color: var(--twitter);
}

.social-links a:nth-of-type(3) i:hover {
  color: var(--youtube); 
}

.social-links a:nth-of-type(4) i:hover {
  color: var(--insta);
}


.notice {
  display: flex;
  padding-left: 8%;
  color: #fff;
  width: 100%;
}

.notice h6 {
  width: 20%;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 15px;
  border-right: 1px solid #fff;
  padding-top: 3px;
  margin: 0;
  letter-spacing: 2px;
}

.notice h6::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid white;
  border-bottom: 7px solid transparent;
  right: -12px;
  top: 5px;
}

.notice marquee {
  margin-left: 12px;
}

/* special-links */
.special-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 32%;
  padding: 10px 0 0;
}

.special-links ul li {
  display: inline-block;
  border: 1px solid black;
  margin: 0 5px;
  color: var(--banner-txt);
}

.special-links ul li:nth-child(1) {
  background-color: var(--header-btn);
}

.special-links ul li:nth-child(5) {
 background-color:var(--red);
 border:1px solid var(--red);
  color:white;
}

.special-links ul li:nth-child(5) a {
  color: #fff;
 
}

.special-links ul li:nth-child(1) a {
  color: #fff;

}

.special-links ul li a {
  text-decoration: none;
  display: inline-block;
  color: var(--banner-txt);
  padding: 2px 5px;
}

.special-links ul li:hover {
 
  background-color: var(--para-liteGray);
  border:1px solid #6e6e6e;;
}

.special-links ul li:hover a {
  color: #fff;
}

/* special-links */

/* navbar */

.navbar {
  width: 100%;
  margin: auto;
  padding: 0px 80px;
}

.navbar-nav {
  column-gap: 17px;
}
.offcanvas-body .nav-link:hover {
  color: var(--red);
}
.nav-link:hover {
  color: var(--red);
}

.nav-link {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--red);
}

.sticky-top {
  top: -1px;
}

/* canvas menu_btn */
.menu_btn{
  display: flex;
}

.menu_btn line{
  width: 28px;
  height: 2px;
  background-color: black;
}

/* enquiry */
.enq2{
  display: none;
}
.enq {
  display: flex;
}
/*.footer-logo img{*/
/*   width: 60%;*/
    
/*}*/

.enq-icon {
  background-color: var(--red);
  color: #fff;
  width: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}

.enq-icon i {
  font-size: 25px;
}

.enq-icon a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

.enq-info {
  text-transform: capitalize;
  border-left: 1px solid #fd9c267a;
  padding-left: 20px;
}

.enq-info p {
  margin: 0px;
  font-size: 22px;
}

.enq-info a {
  text-decoration: none;
  color: var(--red);
  font-weight: bold;
  font-size: 22px;
}

.enq-info p:nth-child(2) {
  color: var(--red);
  font-weight: bold;
}

.enq-info a:hover {
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 1px;
}

/* banner & carousel section */

/* .banner{
    width: 100%;
    min-height: calc(100vh - 120px);
    background-image: url("../../img/banner/banner2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
} */

#demo {
  min-height: calc(100dvh - 186px);
}

.bannercc {
  position: absolute;
  top: 10.25rem;
  left: 15%;
  color: #000;
  text-align: start;
  padding: 0px;
  bottom: 0px;
  right: 0px;
}

.bannercc p {
  display: inline-block;
  font-size: 28px;
  color: var(--banner-txt);
  border-bottom: 2px solid var(--header-btn);
  padding-bottom: 21px;
}

.bannercc h3 {
  font-weight: 900;
  font-size: 45px;
  color: var(--banner-txt);
  padding-bottom: 20px;
}

.bannercc button {
  background-color: var(--header-btn);
  font-size: 22px;
  color: #fff;
  padding: 7px 47px;
  text-transform: capitalize;
  border: none;
  transform: translateY(0px);
  transition: all 0.2s ease-in-out;
}

.bannercc button:hover {
  background-color: var(--green-bg);
  transform: translateY(-3px);
}

/* about section */
.about {
  padding: 40px 0px 150px;
  min-height: calc(100dvh - 102px);
}

.about .row {
  column-gap: 68px;
}

.about-img1,
.about-img2,
.about-img3,
.about-emoji {
  position: relative;
}

.about-img1 img {
  position: absolute;
  left: 54px;
}

.about-img2 img {
  position: absolute;
  bottom: -51rem;
}

.about-img3 img {
  position: absolute;
  right: -1rem;
  bottom: -48.5rem;
  left: 24rem;
}

.about-emoji img {
  position: absolute;
  right: -58rem;
}

.about-img1::after {
  position: absolute;
  content: "";
  height: 600px;
  width: 90%;
  border: 1px solid var(--red);
  left: 39px;
  top: -12px;
  z-index: -1;
}

.about-img2::after {
  position: absolute;
  content: "";
  height: 20rem;
  width: 70%;
  border: 19px solid #fff;
  bottom: -51.5rem;
  left: -20px;
  z-index: 1;
}

.about-img3::after {
  position: absolute;
  content: "";
  height: 140px;
  width: 146px;
  border: 3px solid #e9ecefd1;
  bottom: -806px;
  right: -1.9rem;
  z-index: -1;
}

.about-headg {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
}

.about-headg div:nth-child(1),
.about-headg div:nth-child(3) {
  display: flex;
}

.about-headg p {
  text-transform: capitalize;
  font-size: 23px;
  font-family: Urbanist medium;
  margin: 0px;
  color: var(--lite-gray);
}

.span-left {
  content: "";
  display: inline-block;
  height: 24px;
  width: 25px;
  clip-path: polygon(100% 0%, 86% 50%, 100% 100%, 91% 100%, 75% 50%, 91% 0);
  background-color: var(--red);
}

.span-right {
  content: "";
  display: inline-block;
  height: 24px;
  width: 25px;
  clip-path: polygon(22% 0, 38% 50%, 22% 100%, 12% 100%, 28% 49%, 12% 0);
  background-color: var(--red);
}

/* subheading */
.sub-headg h3 {
  text-transform: uppercase;
  font-weight: 900;
  color: var(--lite-gray);
  padding: 8px 0px;
}
.admsn-form  label::after {
  content: "*";
  color: red;
  font-size: 20px;
}
.about-txt p:nth-child(3) {
  font-weight: bold;
  font-style: italic;
  color: var(--italic-gray);
  font-size: 15px;
  text-align: justify;
}

.about-txt p:nth-child(4) {
  color: var(--para-liteGray);
  font-size: 18px;
  margin: 30px 0px 42px;
}

/* vision & mission */
.vision,
.mission {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 35px;
}

.mission {
  border-top: 2px solid var(--lite-gray);
}

.contact-btn {
  /* background-color: var(--red); */
  background: linear-gradient(to bottom, var(--red), var(--red));
  color: #fff;
  text-transform: capitalize;
  font-size: 24px;
  padding: 10px 40px;
  border: none;
  margin-top: 65px;
  transition: all 0.3s ease-in-out;
}

.contact-btn:hover {
  background: linear-gradient(to bottom, var(--ihs-txt), var(--red));
  transform: translateY(-3px);
}

.vision-txt h3,
.mission-txt h3 {
  font-weight: 900;
  color: var(--lite-gray);
  padding: 10px 0px 9px;
  margin: 0px;
}

.mission-txt h3 {
  margin-top: 0px;
}

.vision-txt p,
.mission-txt p {
  font-size: 15px;
  color: var(--lite-gray);
  margin: 0px;
  padding-top:5px;
  padding-bottom: 16px;
  text-align: justify;
}

/* abdul kalam section */
.kalam {
  /* padding-bottom: 100px; */
  min-height: calc(100dvh - 102px);
}
.school-moto {
  margin-bottom: 132px;
  margin-top: 136px;
}

.school-moto h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  color: var(--banner-txt);
  font-size: 43px;
}

.school-moto h2 span {
  color: var(--ihs-txt);
}

.kalam_moto {
  margin-bottom: 36px;
  display:flex;
 justify-content: center;
 align-items: center;

}
.kalam_moto h3 {
  font-size: 53px;
  font-style: italic;
  color: var(--banner-txt);
}

/* children */
.children {
  position: relative;
}

.child1,
.child2 {
  position: absolute;
}

.child1 {
  top: -207px;
  left: 168px;
}

.child2 {
  right: 147px;
  top: -318px;
}

/* facilities */

.facilities {
  background-color: var(--header-btn);
  color: #fff;
  min-height: calc(100dvh - 102px);
  padding: 50px 0px;
}

.fac-headg {
  text-align: center;
}

.fac-headg h1 {
  /* padding-top: 100px; */
  text-transform: uppercase;
  font-weight: 700;
  font-size: 54px;
}

.fac-headg h3 {
  padding-bottom: 35px;
  font-weight: 300;
  font-size: 28px;
}

.facilities .row {
  width: 85%;
  margin: auto;
  /* padding-bottom: 135px; */
  row-gap: 25px;
}

.facilty-box1,
.facilty-box2,
.facilty-box3,
.facilty-box4,
.facilty-box5,
.facilty-box6,
.facilty-box7,
.facilty-box8 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 284px;
  border-radius: 30px;
}

.facilty-box1 {
  background-image: url("../../img/facilities/facilty-img1.webp");
}

.facilty-box2 {
  background-image: url("../../img/facilities/facilty-img2.webp");
}

.facilty-box3 {
  background-image: url("../../img/facilities/facilty-img3.webp");
}

.facilty-box4 {
  background-image: url("../../img/facilities/facilty-img4.webp");
}

.facilty-box5 {
  background-image: url("../../img/facilities/facilty-img5.webp");
}

.facilty-box6 {
  background-image: url("../../img/facilities/facilty-img6.webp");
}

.facilty-box7 {
  background-image: url("../../img/facilities/facilty-img7.webp");
}

.facilty-box8 {
  background-image: url("../../img/facilities/atl-img.webp");
}

.facilty-title {
  position: absolute;
  background-color: var(--red);
  color: #fff;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  padding: 10px;
  border-top-left-radius: 30px;
  align-items: center;
  justify-content: left;
  width: 68%;
  height: 74px;
  transition: width 0.5s, height 0.5s, background-color 0.5s, color 0.5s;
  transition-timing-function: ease;
}

.facilty-title img {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
}

.facilty-title p {
  margin: 0;
  font-size: 18px;
}

.facilty-box1:hover .facilty-title,
.facilty-box2:hover .facilty-title,
.facilty-box3:hover .facilty-title,
.facilty-box4:hover .facilty-title,
.facilty-box5:hover .facilty-title,
.facilty-box6:hover .facilty-title,
.facilty-box7:hover .facilty-title,
.facilty-box8:hover .facilty-title {
  width: 100%;
  height: 284px;
  align-items: center;
  justify-content: center;
  /* background-color: #f5832071; */
  background-color: #ffffff93;
  color: #000;
  font-weight: bold;
}

/* admission styles */
.admission {
  background-color: var(--green-bg);
  min-height: calc(100vh - 99px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-bg {
  background-color: #fff;
  padding: 28px 60px;
  width: 100%;
}

.amin-wrap {
  display: flex;
}

.admsn-text {
  text-align: center;
}

.admsn-text h2 {
  text-transform: uppercase;
  color: #212529;
  font-weight: 700;
  font-size: 46px;
}
.admsn-img{
  width: 100%;
}

.admsn-text h3 {
  text-transform: uppercase;
  background-color: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  padding: 10px;
  margin: 15px 0px;
}

.admsn-text h5 {
  color: var(--text);
  font-weight: 700;
  font-size: 40px;
}

.admsn-form {
  padding: 20px 0px;
}

.name-fld,
.numbr-fld,
.footer-name-fld,
.footer-numbr-fld {
  display: flex;
  flex-direction: column;
}

.name-fld label,
.numbr-fld label {
  font-size: 28px;
  padding-top: 15px;
}

.name-fld label,
.numbr-fld label,
.footer-name-fld label,
.footer-numbr-fld label {
  display: inline-block;
  font-weight: 700;
  color: var(--form-label);
}

.name-fld input,
.numbr-fld input {
  padding: 10px;
}

.name-fld input:focus,
.numbr-fld input:focus {
  border-bottom: 1px solid var(--para-liteGray);
}

.captcha input:focus {
  border: 1px solid var(--para-liteGray);
}

.name-fld input,
.numbr-fld input,
.footer-name-fld input,
.footer-numbr-fld input {
  border: 0px;
  border-bottom: 1px solid #c2c6cb;
  transition: 0.2s;
  outline: none;
}

.name-fld input[placeholder],
.numbr-fld input[placeholder],
.captcha input[placeholder] {
  font-size: 19px;
  color: #6e6e6e;
}

.captcha input {
  padding: 9px;
  border: 1px solid #adb5bd;
  transition: 0.2s;
  outline: none;
}

.captcha input:nth-child(1) {
  margin-right: 10px;
}

.captcha {
  padding: 25px 0px;
  display: flex;
}
.captcha-reset {
  border: 1px solid #c2c6cb;
  display: flex;
  justify-content: center;
  width: 100%;
}
#captcha2 {
  font-size: 26px;
  padding: 2px 38px;
  color: var(--red);
  font-weight: bold;
  letter-spacing: 2px;
}

#refresh {
  border: none;
  background-color: var(--red);
  color: #fff;
  padding: 10px 15px;
  margin-left: auto;
}

#form-submit {
  background-color: var(--red);
  /* background: linear-gradient(to bottom, var(--form-h1), var(--form-h1)); */
  color: #fff;
  font-weight: 600;
  padding: 6px 25px 6px 25px;
  font-size: 20px;
  border: none;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}

#form-submit:hover {
  /* background: linear-gradient(to bottom, var(--header-btn), var(--fb)); */
  background-color: var(--red);
  transform: translateY(-3px);
}

.admsn-img img {
  border-top-right-radius: 157px;
}

/* footer styles */
.footer {
  padding-top: 40px;
}

.footer .row {
  column-gap: 55px;
}

.footer-logo {
  text-align: center;
      width: 60%;
}

.footer-social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sol-txt h4 {
  text-transform: capitalize;
  font-weight: bold;
  padding: 40px 0px 12px;
}

.sol-icons {
  display: flex;
  justify-content: space-between;
  column-gap: 14px;
}

.address h4,
.in-touch h4 {
  margin: 0;
  font-weight: bold;
  color: var(--red);
  padding-bottom: 25px;
}


.addr-location,
.number,
.mail {
  display: flex;
  column-gap: 20px;
}

.number {
  padding: 20px 0px 20px;
}

.addr-location p {
  margin: 0;
  font-size: 19px;
  color: var(--form-label);
  font-weight: 500;
}

.number div:nth-child(2) a {
  font-weight: bold;
}

.number div:nth-child(2) a,
.mail div:nth-child(2) a {
  text-decoration: none;
  color: var(--form-label);
  font-size: 19px;
}

.number div:nth-child(2) a:hover,
.mail div:nth-child(2) a:hover {
  text-decoration: underline;
  text-decoration-color: var(--red);
  color: var(--red);
}

.footer-name-fld label,
.footer-numbr-fld label {
  font-size: 18px;
}

.footer-name-fld input,
.footer-numbr-fld input {
  padding: 10px;
  font-size: 14px;
}

.footer-numbr-fld input:focus,
.footer-name-fld input:focus {
  border-bottom: 1px solid var(--para-liteGray);
}

.footer-form-div button {
  background-color: var(--red);
  /* background: linear-gradient(to bottom, var(--red), var(--red)); */
  border: none;
  color: #fff;
  padding: 4px 25px;
  margin: 33px 0px;
  font-weight: bold;
  font-size: 19px;
  transition: all 0.3s ease-in-out;
}

.footer-form-div button:hover {
  /* background: linear-gradient(to bottom, var(--ihs-txt), var(--red)); */
  background-color: var(--green-bg);
  transform: translateY(-3px);
}

/* copyright */
.copyright {
  background-color: var(--form-h1);
  margin-top: 15px;
}

.copyright-content {
  display: flex;
  justify-content: space-between;
}

.copyright-content p {
  margin: 0;
  padding: 15px 0px;
  color: #ffffffc4;
  font-size: 15px;
}

/* ------------------------------------------------- */
.achivers_testimonials {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: row;
  column-gap: 108px;
}

/* achievers */
.achievrs {
  width: 100%;
  min-height: calc(70vh - 102px);
  padding: 30px 0px;
  /* padding: 9rem 0 14rem; */
}

.achievrs h3 {
  color: var(--form-h1);
  text-align: center;
  margin: 0;
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 50px;
}

.student-card {
  text-align: center;
}

.student-card h4 {
  color: var(--red);
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
  margin: 0;
}

.student-card p {
  margin: 0;
  font-weight: 600;
}

.student-card img {
  margin: 37px 0px 5px;
}

.std-score {
  position: absolute;
  bottom: -1rem;
  left: 1.5rem;
  background-color: var(--form-h1);
  color: #fff;
  transform: translateY(0px);
  transition: all 0.2s ease-in-out;
}

.std-score:hover {
  background-color: var(--green-bg);
  transform: translateY(-3px);
}

.std-score h5 {
  padding: 6px 51px;
  text-align: center;
  margin: 0;
}

.parents-say h1 {
  text-transform: capitalize;
  font-weight: 700;
  color: var(--parent-say);
  margin: 10px 0px 30px;
  padding-left: 45px;
}

.tesmnls .about-headg {
  padding-left: 45px;
}

/* carousel student info box */
.std1-info {
  background-color: var(--header-btn);
  color: #fff;
  padding: 30px;
  border-radius: 35px;
  margin: 0px 15px;
  text-align: justify;
}

.std1-info h6 {
  color: var(--red);
  font-size: 27px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1.3rem;
}

.std1-info h6 span:nth-child(2) {
  font-size: 19px;
  color: #fff;
  font-weight: normal;
}

.std1-info h6 span:nth-child(1) {
  color: #fff;
  font-weight: normal;
}

.std1-info p {
  margin: 0;
  font-size: 20px;
  color: #e9e8f3;
}

/* card carousel */
.card-carousel {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
}

.card-carousel .my-card {
  height: 20rem;
  width: 15rem;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(0.6) translateY(-2rem);
  transform: scale(0.6) translateY(-2rem);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  box-shadow: 0px 0px 25px -4px rgba(0, 0, 0, 0.5);
  transition: 1s;
}

.card-carousel .my-card.active {
  z-index: 3;
  -webkit-transform: scale(1) translateY(0) translateX(0);
  transform: scale(1) translateY(0) translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition: 1s;
  box-shadow: 0px 0px 25px -4px rgba(0, 0, 0, 0.5);
}

.card-carousel .my-card.prev,
.card-carousel .my-card.next {
  z-index: 2;
  -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
  transform: scale(0.8) translateY(-1rem) translateX(0);
  opacity: 0.6;
  pointer-events: auto;
  transition: 1s;
}

/* card carousel */

/* custom card carousel */
.carousel-indicators {
  width: 20px;
  height: 20px;
  right: 0;
  bottom: -4rem;
  left: 46rem;
}

.carousel-indicators [data-bs-target] {
  margin-right: 44px;
  margin-left: 56px;
  opacity: 0.5;
}

.carousel-indicators button img {
  border-radius: 50px;
}

#demo2 .carousel-indicators .active {
  opacity: 1;
}

#demo2 .carousel-indicators button img {
  width: 5rem;
}

 .carousel-control-next,
.carousel-control-prev {
  display: none;
}

/* -------------pathways---------------- */
.pathways {
  background-image: url(../../img/achievers/pathway-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 30px 0px;
  min-height: 30vh;
  align-items: center;
  display: flex;
}

.pathway-content {
  position: relative;
}

.pathways .row {
  column-gap: 6rem;
}

.pathway-content img {
  position: absolute;
  left: 44rem;
  top: -83px;
}
.pathway-content iframe{
  
}

.pathway-content button {
  background-color: var(--form-h1);
  color: #fff;
  padding: 8px 35px;
  font-size: 20px;
  text-transform: capitalize;
  margin-top: 28px;
  border: none;
  transform: translateY(0px);
  transition: all 0.2s ease-in-out;
}

.pathway-content button:hover {
  background-color: var(--green-bg);
  transform: translateY(-3px);
}

.pathway-content h2 {
  font-weight: 900;
  font-size: 50px;
  margin: 0;
  margin-top: 18px;
}

.banner-img {
  width: 100%;
}

.decoration1 img:nth-child(1),
.decoration1 img:nth-child(2),
.decoration1 img:nth-child(3),
.decoration1 img:nth-child(4) {
  position: absolute;
}

.decoration1 img:nth-child(1) {
  left: -225px;
  width: 10%;
}

.decoration1 img:nth-child(2) {
  bottom: -3px;
  right: -230px;
  width: 10%;
  /* animation-name: child2;
  animation-duration: 4s;
  animation-iteration-count: infinite; */
}

/* @keyframes child2 {
  0% {
    bottom: 0px;
  }
  100% {
    right: -225px;
  }
} */

.decoration1 img:nth-child(3) {
  top: 237px;
  right: -53px;
}

.decoration1 img:nth-child(4) {
  left: -194px;
  bottom: 195px;
}
.footer-form-div label::after{
  content:"*";
  color:red;
  font-size:20px;
}






/*.footer-logo img{*/
/*   width: 60%; */
/*}*/
/* kids images animation need to impliment*/
/* div {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: red;
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  top: 50px;
  right: 0px;
}

@keyframes example {
  0% {
    top: 50px;
  }
  25% {
    top: 45px;
    right: 10px;
  }
  50% {
    top: 40px;
    right: 15px;
  }
  75% {
    top: 45px;
  }
  100% {
    top: 50px;
  }
} */

/* kids images animation */
/* ===================== Media Queries Start =========================== */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  text-align: start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
} */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color:white;
  text-decoration: none;
  cursor: pointer;
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  text-align: start;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
  /* box-shadow: 0 0 0px rgba(0, 0, 20, 0.5); Enhanced box shadow */
  animation: slideIn 0.3s ease;
  
}
.modal-content:hover{
  background-color: #f26122;
  color:white;
}
.modal-content p{
  font-weight:bold;
}

@keyframes slideIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
