@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap");
a {
    text-decoration: none;
}
.logo h1 {
    font-weight: 600;
    font-size: 2.3rem;
    color: #ff3076;
    /* font-family: "Dancing Script", cursive; */
}
.logo h1 span {
    display: block;
    color: #211a1a;
    font-size: 1rem;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}
.footer-wrap .logo h1 span {
    color: #fff;
}
.school-wrap img {
    max-width: 100%;
    border: 3px solid #211a1a;
    border-radius: 10px;
}
.school-wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    height: 100%;
}
.school-wrap ul li {
    width: 50%;
}
.school-wrap ul li i {
    font-size: 5rem;
    color: #ff3076;
}
.flight-wrap ul {
    margin-left: 0;
}
.typ-gallery .galleryImg {
    margin-top: 30px;
}
.blog-section ul {
    padding-left: 0;
}
.single-blog .blog-content {
    padding-top: 20px;
    padding-bottom: 0;
}
.blog-content h3 {
    font-weight: bold;
}
.article_content p {
    text-align: justify;
}
.article_content p strong {
    color: #212121;
}
.article_content ul li {
    font-size: 14px;
    line-height: 26px;
    color: #52575e;
}
ol,
ul {
    padding-left: 0;
}
@media screen and (max-width:767px) {
    .logo h1 {
        font-weight: 600;
        font-size: 1.6rem;
        color: #ff3076;
        /* font-family: "Dancing Script", cursive; */
    }
    .logo h1 span {
        display: block;
        color: #211a1a;
        font-size: 1rem;
        font-weight: normal;
        font-family: "Montserrat", sans-serif;
    }
    .navbar-toggler {
        top: 130px;
      }
      .slidertext3{
          font-size: 10px !important;
      }
      .innerHeading-wrap h1{
          font-size: 22px;
      }
}
