@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Buginese&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.hero__content--shape {
  left: -200px;
  bottom: 200px;
}
.section--padding {
  padding: 50px 0px;
}

.hero__section--bg5 {
  background-position: center center !important;
  background-size: cover !important;
}
.header__section {
  position: absolute;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 999;
  width: 100%;
}
.main__logo--img img {
  display: none !important;
}
.hero__section5--container {
  padding-bottom: 3rem;
}
.header__sticky.sticky .main__logo--img img {
  display: flex !important;
}
.advance__search--filter__box {
  width: 380px;
}
@media (max-width: 575px) {
  .advance__search--filter__box {
    width: 100%;
  }
}
.advance__search--box__items {
  margin-bottom: 10px;
}
.advance__search--input__label {
  margin-bottom: 3px;
  font-family: "Roboto", serif;
  font-weight: normal;
  font-size: 16px;
}
.advance__search--input__field {
  height: auto;
  padding: 10px;
  font-family: "Roboto", serif;
  font-weight: normal;
  font-size: 16px;
}

/* modal  */
.quick-contact-form .widget__step {
  padding: 0px;
  border: none;
}

.quick-contact-form .modal-body {
  padding: 2rem 3rem 0px;
  height: auto;
}

.quick-contact-form .widget__step--title {
  margin: 0;
}

.quick-contact-form .modal-header {
  padding: 2rem 3rem;
}

.quick-contact-form .modal-footer {
  border: none;
}

.widget__form--input__field {
  padding: 1rem 1rem;
}

.quick-contact-form {
  background-color: rgba(0, 0, 0, 0.758);
}

/* modal  */
.about__content--listing__desc {
  font-size: 17px;
  margin-top: 5px;
}
.about__content--listing__items {
  margin-bottom: 0px;
  align-items: center;
  line-height: 1;
  gap: 0;
  margin-bottom: 15px;
}
.about-con-icon {
  background-color: rgb(192, 255, 192);
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  margin-right: 5px;
}
.about-con-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.about__section--style5 {
  background-color: aliceblue;
}
.amenities__box {
  background-position: center center !important;
  background-size: cover !important;
}
.amenities__box .amenities__title {
  font-size: 25px;
  color: #fff;
  text-shadow: #000 0px 0px 1px;
}
.building__amenities--section {
  background-color: azure;
}
.amenities__count--number {
  color: #8eb3ff;
}
.amenities__icone span {
  background: #ffffff38;
}
.amenities__box:nth-child(1) {
  background: linear-gradient(to right, #000000b9, #00000000),
    url("../../frontend_assets/website_assets/img/clube-house.webp");
}
.amenities__box:nth-child(2) {
  background: linear-gradient(to right, #000000b9, #00000000),
    url("../../frontend_assets/website_assets/img/swiming-pool.webp");
}
.amenities__box:nth-child(3) {
  background: linear-gradient(to right, #000000b9, #00000000),
    url("../../frontend_assets/website_assets/img/security-service-cctv.webp");
}
.amenities__box:nth-child(4) {
  background: linear-gradient(to right, #000000b9, #00000000),
    url("../../frontend_assets/website_assets/img/cctv-windfields-newtown.webp");
}
.amenities__box:nth-child(5) {
  background: linear-gradient(to right, #000000b9, #00000000),
    url("../../frontend_assets/website_assets/img/children-play-area.webp");
}

.amenities__box:nth-child(6) {
  background: linear-gradient(to right, #000000b9, #00000000),
    url("../../frontend_assets/website_assets/img/power-backup.webp");
}
.amenities__box:nth-child(7) {
  background: linear-gradient(to right, #000000b9, #00000000),
    url("../../frontend_assets/website_assets/img/gymnasium.webp");
}
.amenities__box:nth-child(8) {
  background: linear-gradient(to right, #000000b9, #00000000),
    url("../../frontend_assets/website_assets/img/banquet-hall.webp");
}
.amenities__box:nth-child(1):hover {
  background-color: rgb(77, 43, 42);
}
.amenities__box:nth-child(2):hover {
  background-color: rgb(82, 82, 49);
}
.amenities__box:nth-child(3):hover {
  background-color: rgb(72, 91, 48);
}
.amenities__box:nth-child(4):hover {
  background-color: rgb(45, 83, 77);
}
.amenities__box:nth-child(5):hover {
  background-color: rgb(47, 83, 77);
}
.amenities__box:nth-child(6):hover {
  background-color: rgb(52, 57, 93);
}
.amenities__box:nth-child(7):hover {
  background-color: rgb(45, 62, 81);
}
.amenities__box:nth-child(8):hover {
  background-color: rgb(90, 51, 87);
}

.property__type--icon {
  background: rgba(221, 255, 221, 0);
  height: auto;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: none;
  border-radius: 0px;
  position: none;
}
.property__type--icon img {
  height: 250px;
  width: 100%;
}
.property__type--title {
  font-size: 20px;
  margin-top: 6px;
}

.property__type--content {
  color: #000;
  text-align: left;

  font-weight: normal;
  padding-top: 0rem;
}
.property__type--box {
  padding: 10px;
  box-shadow: #2f2f2f 0px 0px 1px 2px;
}
.property__type--box .property__type--title {
  font-size: 25px;
  margin-top: 15px;
}
.property__type--subtitle {
  color: #000;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 10px;
}
.property__type--section {
  background-color: whitesmoke;
}
.property__type--section.style2 {
  padding: 10px 0px;
}
.internal__gallery--section {
  background-color: #f0ffe5;
}
.property__type--inner-fi > .property__type--box:nth-child(1) {
  background-color: #044548;
}
.property__type--inner-fi
  > .property__type--box:nth-child(1)
  .property__type--title {
  color: #0ed8e2;
}
.property__type--inner-fi
  > .property__type--box:nth-child(1)
  .property__type--subtitle {
  color: #ffffff;
}
/* ================= */
.property__type--inner-fi > .property__type--box:nth-child(2) {
  background-color: #45811f;
}
.property__type--inner-fi
  > .property__type--box:nth-child(2)
  .property__type--title {
  color: #acff78;
}
.property__type--inner-fi
  > .property__type--box:nth-child(2)
  .property__type--subtitle {
  color: #ffffff;
}
/* ================= */
.property__type--inner-fi > .property__type--box:nth-child(3) {
  background-color: #001452;
}
.property__type--inner-fi
  > .property__type--box:nth-child(3)
  .property__type--title {
  color: #afc3ff;
}
.property__type--inner-fi
  > .property__type--box:nth-child(3)
  .property__type--subtitle {
  color: #ffffff;
}
/* ================= */
.property__type--inner-fi > .property__type--box:nth-child(4) {
  background-color: #5b005e;
}
.property__type--inner-fi
  > .property__type--box:nth-child(4)
  .property__type--title {
  color: #f100f8;
}
.property__type--inner-fi
  > .property__type--box:nth-child(4)
  .property__type--subtitle {
  color: #ffffff;
}

/* ================= */
.property__type--inner-se > .property__type--box:nth-child(1) {
  background-color: #8e2400;
}
.property__type--inner-se
  > .property__type--box:nth-child(1)
  .property__type--title {
  color: #ff5e5e;
}
.property__type--inner-se
  > .property__type--box:nth-child(1)
  .property__type--subtitle {
  color: #ffffff;
}
/* ================= */
.property__type--inner-se > .property__type--box:nth-child(2) {
  background-color: #0b4800;
}
.property__type--inner-se
  > .property__type--box:nth-child(2)
  .property__type--title {
  color: #56ff34;
}
.property__type--inner-se
  > .property__type--box:nth-child(2)
  .property__type--subtitle {
  color: #ffffff;
}
/* ================= */
.property__type--inner-se > .property__type--box:nth-child(3) {
  background-color: #001452;
}
.property__type--inner-se
  > .property__type--box:nth-child(3)
  .property__type--title {
  color: #698fff;
}
.property__type--inner-se
  > .property__type--box:nth-child(3)
  .property__type--subtitle {
  color: #ffffff;
}

.windfields-map-section {
  padding: 10px 0px 0px;
}
.windfields-map-section iframe {
  border-radius: 10px;
}

.slider-heading {
  font-size: 25px;
  margin-bottom: 10px !important;
  font-weight: bold;
  text-align: center;
  padding: 0px 20px;
}
.slider-bengali-para {
  font-size: 19px;
  line-height: 2;
  color: #ff5200 !important;
  margin-top: 0px;
  text-align: center;
  padding: 0px 25px;
  text-shadow: 0 0 0px #ffffff;
}
.section-header .title {
  font-size: 22px;
}
.section-header p {
  width: auto;
  max-width: 100%;
}
.nulla-list li .content {
  font-size: 16px;
  margin-top: 8px;
}
.about-video::after {
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.about-video {
  border-radius: 0px;
}
.about-section {
  background-color: #fff;
}
.about-contact .call-item {
  align-items: center;
  width: 100%;
  padding: 20px 0;
  max-width: 310px;
  border-right: 0px solid #e5e5e5;
  position: relative;
  z-index: 1;
}
.about-contact::before {
  bottom: 0;
  top: 0;
  right: 0px;
  left: -85px;
  border-bottom: 0px solid #e5e5e5;
  border-top: 0px solid #e5e5e5;
}

@media (min-width: 992px) {
  .section-header .cate {
    margin-bottom: 5px;
  }
}

.class-section-services {
  background-color: #f2efff;
}
.class-section-services .cate {
  font-weight: bold;
  color: #000;
  font-size: 25px;
}
.class-section-services .title {
  color: #484848;
  font-size: 19px;
}

.class-item {
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 0px;
  margin-bottom: 30px;
}
.class-item .class-content {
  padding: 0px 15px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 30px;
  }
}

.call-img-icon {
  width: fit-content !important;
  background-color: #009af3;
  border-radius: 50%;
  padding: 4px;
}
.call-img-icon img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
}
.about-contact .call-item {
  max-width: 100%;
  flex-wrap: nowrap;
  padding: 0px 0px;
}

.speaker-single-section {
  background-color: #faf6ff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.teacher-wrapper {
  background-color: #faf6ff;
  box-shadow: none;
  border-radius: 0px;
}
.teacher-single-item .teacher-single-content ul li span {
  position: initial;
}
.skill-item-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.teacher-single-item {
  margin-bottom: 50px;
  align-items: center;
  justify-content: space-between;
}

.skill-item {
  background-color: #009af3;
  padding: 10px;
  border-radius: 10px;
  margin: 5px;
}
.skill-thumb {
  display: none;
}
.skill-item p {
  margin-bottom: 0 !important;
  color: #fff;
  font-size: 16px;
}

.our-mission-vission-main img {
  width: 200px;
  height: 200px;
}
.our-mission-vission-main{
  background-color: #fff;
  margin: 2px 0px;
  padding: 50px 0px;  
}

.our-mission-visson {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}
.our-mission-visson .our-mission {
  background-color: #aaa200;
}
.our-mission-visson .our-visson {
  background-color: #007457;
}
.our-m-s-item {
  width: 500px;
  background-color: #009af360;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.597);
}
.our-m-s-item .heading {
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.our-m-s-item .content {
  margin-bottom: 0px !important;
  color: #fff;
  text-align: center;
}


.success-heading{
  background-color: #2a8214;
  border: 2px groove #ffffff;
}
.success-heading .heading{
  text-align: center;
  font-size: 25px;
  color: #fff;
  padding: 5px 0px;
}
.counter-section{
  background-color: #fff;
}
.gallery-section .title{
  text-align: center;
  color: green;
  font-size: 25px;
  padding: 0;
  margin: 0;
}

.post-item .post-content .post-bottom .read {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #040243;
  display: block;
  text-align: center;
  width: 100%;
}

@media(max-width: 991px){
  .teacher-wrapper{
    padding-top: 40px;
  }
}
.teacher-single-item .teacher-single-content ul li{
  margin: 3px 0px;
}
.teacher-single-item .teacher-single-content ul li span.list-attr{
  line-height: 1.2;
}