@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #000;
}

a {
    transition: 0.3s;
    text-decoration: none !important;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.topheader {
    background: #D25234;
    width: 100%;
}

.top-left ul {
    display: flex;
    align-items: center;
}

.top-left ul li {
    margin-right: 15px;
}

.top-left ul li:last-child {
    margin-right: 0px;
}

.top-left ul li a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.top-left ul li a i {
    margin-right: 8px;
}

.top-right ul {
    display: flex;
    align-items: center;
}

.top-right ul li {
    margin: 0px 5px;
}

.top-right ul li a {
    color: #fff;
    transition: 0.3s;
}

.top-right ul li a:hover {
    color: #333;
}

.top-right ul li:last-child {
    margin-right: 0px;
}

.topheader .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0px;
}

nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0px;
}

nav .container menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

nav .container menu li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 2px 15px;
}

.logo a {
    display: inline-block;
}

.logo a img {
    width: 89px;
}
.toggle-buttons{
    text-align: center;
}
.toggle-buttons button{     box-shadow: none;
    background: #fff;
    color: #333;
    border: 1px solid #333;
    border-radius: 30px;
    transition: 0.3s;
    padding: 8px 20px;
    margin: 0px 10px;
}
.toggle-buttons button.active{
    background: #e03c33;
   color: #fff;
    border: 1px solid #e03c33;
}
.toggle-buttons button:hover{
    background: #e03c33;
   color: #fff;
    border: 1px solid #e03c33;
}
nav .container menu li a:hover {
    color: #D25234;
}

nav .container menu li:last-child a {
    padding-right: 0px;
}

.sliderbanner {
    background-color: #000;
    background-image: url("../images/sliderback.png");
    background-position: center;
    background-size: cover;
    height: 608px;
}

nav .container menu li a.active {
    color: #D25234;
}

.swiper {
    width: 100%;
    height: 100%;
}

.slider_card h2 {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    margin: 0px;
}

.slider_card h3 {
    color: #D25234;
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
    width: 504px;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slider_card p {
    font-size: 14px;
    margin: 0px;
    line-height: 25px;
    color: #333;
    width: 619px;
    max-width: 100%;
}

.slider_img img {
    width: 100%;
}

.sliderbanner .swiper-slide .container {
    height: 100%;
}

.sliderbanner .swiper-slide .container .row {
    height: 100%;
    align-items: center;
}

.sliderbanner .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: #D25234;
    left: 50px;
}

.sliderbanner .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.sliderbanner .swiper-button-next {
    width: 48px;
    height: 48px;
    background: #D25234;
    right: 50px;
}

.sliderbanner .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}



/* welcome */
.welcome {
    background-color: #F2A901;
    padding: 100px 0px;
}

.welcome .row {
    align-items: center;
}

.welcome .image img {
    width: 100%;
}

.welcome .inner-text h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.welcome .inner-text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.welcome .inner-text p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.welcome .inner-text .top-text {
    margin-bottom: 12px;
}


/* services */
.services {
    padding: 100px 0px;
}

.services .heading {
    text-align: center;
}

.services .heading h2 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 17PX;
}

.services .heading p {
    padding-bottom: 40px;
}

.services .service-item img {
    width: 100%;
}

.services .service-item h5 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px;

    margin-top: 20px;
}

.services .service-item .family-counselling {
    padding-bottom: 44px;
}

.services .service-item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;

}

.services .service-item .welfare-home {
    padding-bottom: 29px;
}

.services .service-item a {
    font-size: 14px;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    background-color: #F2A901;
    display: inline-block;
}

.services .service-item a:hover {
    background-color: #E03C33;
    transition: 0.3s;
}


/* help */
.help {
    padding: 0 0 100px 0;
}

.help .heading {
    text-align: center;
}

.help .heading h2 {
    padding-bottom: 24px;
    font-weight: 600;
    font-size: 40px;
    color: #D25234;
}

.help .heading p {
    margin-bottom: 43px;
}

.help .bank-transfer {
    display: flex;
    justify-content: space-between;
    width: 745px;
    max-width: 100%;
    margin: 0 auto;
}

.help .bank-transfer .denk-details ul li {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.help .bank-transfer .denk-details ul li span {
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}

.help .bank-transfer .denk-details p {
    font-size: 14px;
    margin-bottom: 18px;
}

.help .bank-transfer .denk-details .last-text {
    padding-bottom: 24px;
}

.help .bank-transfer .denk-details a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 11px 40px;
    border-radius: 30px;
    background-color: #E03C33;
    display: inline-block;
}

.help .school-helping .image {
    width: 285px;
}

.help .school-helping .image img {
    width: 100%;
}

.help .school-helping {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.help .school-helping .text {
    width: calc(100% - 285px);
    background-color: #F2A901;
    background-image: url(../images/help-bg-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 36px;
}

.help .school-helping .text h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 13px;
}

.help .school-helping .text p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}


/* gallery */
.gallery {
    background-image: url(../images/gallery-bg-image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
    margin-bottom: 100px;
}

.gallery .heading {
    text-align: center;
}

.gallery .heading h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 17px;
    position: relative;
    z-index: 1;
}

.gallery .heading p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    position: relative;
    z-index: 1;
}


.overlay-gallery {
    position: absolute;
    background-color: #000000a7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.gallery .swiper-slide .image {
    margin-top: 80px;
}

.gallery .swiper-slide .image img {
    width: 100%;
}


/* what-new */
.what-new {
    padding: 0 0 100px 0;
}

.what-new .heading h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 17px;
}

.what-new .heading {
    text-align: center;
}

.what-new .heading p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 50px;
}

.what-new .whats-new-desc {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 50px;
}

.what-new .what-new-item img {
    width: 100%;
    height: 234px;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
}

.what-new .what-new-item h5 {
    font-size: 25px;
    font-weight: 600;
    margin: 16PX 0 8PX 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.gallery-swiper .swiper-slide .image {
    width: 100%;
    height: 600px;
    border-radius: 15px;
    overflow: hidden;
}

.gallery-swiper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what-new .what-new-item p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-bottom: 39px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.what-new .what-new-item .text {
    margin-bottom: 8px !important;
}

.what-new .what-new-item {
    border: 1px solid #CCCCCC;
    padding: 28px 26px;
    border-radius: 20px;
}

.what-new .what-new-item a {
    display: inline-block;
    color: #D25234;
}

.what-new .what-new-item a i {
    padding-left: 10px;
}


/*blog  */
.blog {
    padding: 50px 0;
    margin-bottom: 100px;
}

.blog .inner-text {
    position: relative;
}

.blog .inner-text .image-top {
    position: absolute;
    top: -49px;
    left: 50%;
    transform: translateX(-50%);
}

.blog .box-1 {
    background-color: #CAE4F7;
    padding: 48px 0 32px 27px;
    border-radius: 20px;
}

.blog .inner-text h6 {
    font-size: 14px;
    color: #D25234;
}

.blog .inner-text h5 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.blog .box-2 {
    background-color: #FDF0DD;
    padding: 48px 0 58px 27px;
    border-radius: 20px;
}

.blog .box-3 {
    background-color: #D2F4F4;
    padding: 48px 0 32px 27px;
    border-radius: 20px;
}

.blog .box-4 {
    background-color: #E0EAFD;
    padding: 48px 0 32px 27px;
    border-radius: 20px;
}

.blog .inner-text .mage {
    position: absolute;
    right: 18px;
    bottom: 15px;
}


/* footer */
footer {
    background-color: #1E1E1E;
    color: #fff;
    padding: 145px 0 65px 0;
}

footer .parents-item {
    display: flex;
    justify-content: space-between;
}

footer .parents-item .logo {
    margin-bottom: 17px;
}

footer h5 {
    margin-bottom: 15px;
}

footer .parents-item .footer-item2 ul li {
    margin-bottom: 13px;
}

footer .parents-item .footer-item2 ul li a {
    color: #fff;
}

footer .parents-item .footer-item3 span {
    font-weight: 600;
}

footer .parents-item .footer-item3 p {
    font-weight: 200;
}

footer .parents-item .footer-item4 a {
    background-color: #D25234;
    padding: 12px 12px;
    border-radius: 8px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}

footer .parents-item .footer-item4 h5 {
    margin-bottom: 35px;
}

footer .parents-item .footer-item4 .medya-page {
    margin-top: 30px;
}


/* copy-right */
.copy-right {
    background-color: #F2A901;
    padding: 14.5px 0;
    color: #fff;
}

.copy-right .parents {
    display: flex;
    justify-content: space-between;
}

.copy-right .parents p {
    margin-bottom: 0;
}

.gallery-swiper .swiper-slide:nth-child(odd) {
    margin-top: -30px;
}

/*---about---*/
.comonBanner {
    height: 526px;
    background-color: #ccc;
    background-image: url("../../assets/images/banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-attachment: fixed;
}

.comonBanner::before {
    content: "";
    background: rgb(0 0 0 / 55%);
    position: absolute;
    inset: 0;
}

.cmnBanerInr h1 {
    color: #fff;
    font-size: 50px;
    margin: 0px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.cmnBanerInr p {
    color: #fff;
    margin: 0px;
    font-size: 16px;
    position: relative;

}

.cmnBanerInr p a {
    color: #fff;
}

.cmnBanerInr p a:hover {
    color: #F2A901;
}



/*  .aboutUs */
.aboutUs {
    padding: 120px 0;
}

.aboutUs .image img {
    max-width: 100%;
}

.aboutUs .inner-contents h2 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 13px;
}

.aboutUs .inner-contents p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 21px;
}

.aboutUs .inner-contents a {
    color: #fff;
    background-color: #E03C33;
    padding: 12px 40px;
    border-radius: 30px;
    display: inline-block;
}

.aboutUs .image {
    margin-top: 50px;
    text-align: center;
}

.aboutUs .inner-contents .text2 {
    padding-bottom: 41px;
}

.aboutUs .row {
    align-items: center;
}


/* gallery-page */
.all-gallery-image {
    padding: 100px 0;
}

.all-gallery-image .image img {
    width: 100%;
    height: 260px;
}

.all-gallery-image .image {
    margin-bottom: 30px;
}

.all-gallery-image .button {
    text-align: center;
    padding-top: 60px;
}

.all-gallery-image .button a {
    color: #fff;
    background-color: #E03C33;
    padding: 12px 40px;
    font-size: 14px;
    border-radius: 30px;
}

.all-gallery-image .button a:hover {
    background-color: #F2A901;
    transition: 0.3s;
}


/* servicev page */
.transformation-programme {
    padding: 100px 0;
}

.transformation-programme .heading {
    text-align: center;
}

.transformation-programme .heading h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 22px;
}

.transformation-programme .heading p {
    font-size: 14px;
    line-height: 29px;
    color: #333333;
    margin-bottom: 30px;
}

.transformation-programme .heading h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 80px;
}

.transformation-programme .left-box {
    background-color: #D25234;
    border-radius: 15px;
    padding: 33px 0;
    width: 356px;
}

.transformation-programme .left-box h5 {
    font-size: 20px;
    font-weight: 600px;
    color: #fff;
    padding-bottom: 10px;
    padding: 10px 40px;
}

.transformation-programme .left-box ul li a {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 24px;
}

.transformation-programme .left-box ul li {
    padding: 13px 40px;
    border-bottom: 1px solid #fff;
    background: transparent !important;
    color: #fff;
    font-size: 20px;
}

.transformation-programme .left-box ul .boder {
    border-bottom: none;
}

.transformation-programme .left-box ul li:hover {
    background-color: #ffff;
    transition: 0.3s;
}

.transformation-programme .left-box ul li:hover a {
    color: #D25234;
}

.transformation-programme .family-counselling {
    border: 1px solid #CCCCCC;
    padding: 40px;
    border-radius: 15px;
    width: calc(100% - 380px);
}

.transformation-programme .left-box ul li:hover {
    background: #fff !important;
    color: #D25234 !important;
}

.transformation-programme .left-box ul li.resp-tab-active {
    background: #fff !important;
    color: #D25234 !important;
}

.transformation-programme .family-counselling img {
    width: 100%;
    margin-bottom: 33px;
    border-radius: 20px;
    height: 320px;
    object-fit: cover;
}

.transformation-programme .family-counselling h4 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin-bottom: 28px;
}

.transformation-programme .family-counselling p {
    font-size: 14px;
    color: #333333;
    line-height: 27px;
}

/* sponsor */
.sponsor {
    color: #ffff;
    background-image: url(../images/service-bg-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #D25234;
    text-align: center;
}

.sponsor .inner-text h3 {
    font-size: 30px;
    font-weight: 600;

}

.sponsor .inner-text p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}

.parents table {
    width: 694px;
    margin: 0 auto;
    max-width: 100%;
    border: 1px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    border-collapse: initial;
}

.parents table tr th {
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
}

.parents table tr td {
    text-align: left;
    padding: 15px;
    font-size: 14px;
    color: #fff;
}

.parents table tr td:first-child {
    border-right: 1px solid #fff;
}

.parents table tr th:first-child {
    border-right: 1px solid #fff;
}

.parents table tr td i {
    font-size: 10px;
    margin-right: 10px;
}

.sponsor h4 {
    background: #fff;
    padding: 15px;
    width: 736px;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.sponsor {
    padding: 100px 0px;
}

.resp-tabs-container h2 {
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-content.active {
    display: block;
}

#parentHorizontalTab {
    display: flex !important;
    flex-wrap: wrap;
    gap: 24px;
}

/* serviceRefugee */
.sponsor {
    overflow: hidden;
}

.serviceRefugee {
    padding: 100px 0;
}

.serviceRefugee .inner-text h3 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.serviceRefugee .row {
    align-items: center;
}

.serviceRefugee .inner-text p {
    font-size: 14px;
    line-height: 27px;
    color: #333333;
}

/* my_contacts */
.my_contacts {
    padding: 100px 0 0 0;
}

.my_contacts .contact {
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    padding: 36px;
}

.my_contacts .contact i {
    background-color: #F2A901;
    padding: 21px 51px;
    border-radius: 30px;
    font-size: 25px;
    box-shadow: 0px 0px 150px 0px #545454;
}

.my_contacts .contact h5 {
    padding: 18px 0 5px 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.my_contacts .location {
    max-height: 222px;
}


/* contact-ditels */
.contact-ditels {
    padding: 100px 0px;
}

.contact-ditels .image img {
    width: 100%;
}

.contact-ditels .your-ditels {
    background-color: #D25234;
    color: #fff;
    padding: 35px 48px;
}

.contact-ditels .your-ditels h5 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-ditels .your-ditels p {
    font-size: 16px;
    padding-bottom: 10px;
}

.contact-ditels .your-ditels input {
    width: 100%;
    height: 60px;
    padding: 0 0 0 20px;
    margin-bottom: 30px;
    color: #000;
    border: none;
    border-radius: 2px;
}

.contact-ditels .your-ditels .dutton {
    width: 120px;
    padding: 0;
    height: 50px;
    border-radius: 30px;
    background-color: #F2A901;
    color: #fff;
    border: none;
}

.contact-ditels .your-ditels .dutton:hover {
    background-color: #fff;
    color: #000;
}

.contact-ditels .your-ditels .sms {
    padding: 25px 0 100px 20px;
    margin-bottom: 35px;
}

/* events */
.events {
    padding: 100px 0;
}

.events .inner-contents {
    width: 924px;
    margin: 0 auto;
    max-width: 100%;
}

.events h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin: 28px 0 19px 0;
}

.events p {
    margin-bottom: 19px;
}

.menuClps {
    display: none;
}

.nwsfrm {
    display: flex;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 10px;
}

.nwsfrm button {
    padding: 10px 15px;
    color: #000;
    border: 0px;
    outline: none;
    background: #fff;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.3s;
}

.nwsfrm button:hover {
    background: #F2A901;
}

.nwsfrm input {
    width: calc(100% - 98px);
    border: 0px;
    outline: 0px;
    background: transparent;
    color: #fff;
}

.nwsfrm input::placeholder {
    color: #fff;
}

.nesltr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E03C33;
    border-radius: 15px;
    flex-wrap: wrap;
    padding: 36px 60px;
    background-image: url("../images/help-bg-img.png");
}

.nesltr h2 {
    font-weight: normal;
    font-size: 25px;
    margin: 0px;
}

.nesltr p {
    margin: 0px;
    font-size: 14px;
}

.nesleft {
    width: 50%;
}

.nesright {
    width: 50%;
}

footer .container {
    position: relative;
}

footer .container .nesltr {
    position: absolute;
    top: -214px;
    left: 15px;
    right: 15px;
}

.my_contacts .contact a {
    color: #000;
}

.noblg .what-new {
    margin-bottom: 100px;
}

.serviceRefugee .image img {
    max-width: 100%;
}

.inner-contents img {
    max-width: 100%;
}

.events {
    overflow: hidden;
}

.otherPage .what-new {
    margin-bottom: 100px !important;
}

.service-item img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    overflow: hidden;
}

/*----resonsive-----*/
@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
    .contact-ditels .your-ditels {
        background-color: #D25234;
        color: #fff;
        padding: 16px 25px;
    }

    .my_contacts .contact {
        padding: 20px;
        min-height: 220px;
    }

    .transformation-programme .family-counselling {
        padding: 20px;
    }

    .transformation-programme .family-counselling h4 {
        font-size: 25px;
    }

    .transformation-programme .left-box ul li {
        font-size: 16px;
    }

    footer .parents-item .footer-item4 a {
        padding: 12px 8px;
    }

    .blog .inner-text h5 {
        font-size: 17px;
        color: #000;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 991.98px) {
    .service-item img {
        height: 200px;

    }

    .gallery-swiper .swiper-slide .image {
        height: 400px;

    }

    .events h2 {
        font-size: 25px;
    }

    .contact-ditels .image {
        height: 400px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .my_contacts .contact i {
        display: inline-block;
    }

    .my_contacts .contact {
        padding: 20px;
        min-height: min-content;
        width: 400px;
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
    }

    .serviceRefugee .image {
        text-align: center;
        margin-bottom: 30px;
    }

    .serviceRefugee .inner-text {
        text-align: center;
    }

    .sponsor .inner-text h3 {
        font-size: 25px;
    }

    .resp-tabs-container h2 span {
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        right: 15px;
        transform: rotate(-45deg);
        top: 20px;
    }

    .transformation-programme .family-counselling h4 {
        display: none;
    }

    .resp-tabs-container h2 {
        display: block;
        font-size: 20px;
        background: #F2A901 !important;
        color: #fff;
        padding: 15px;
        position: relative;
    }

    .transformation-programme .family-counselling {
        width: calc(100% - 0px);
    }

    .transformation-programme .left-box {
        display: none;
    }

    .aboutUs .inner-contents {
        text-align: center;
    }

    footer .container .nesltr {
        top: -272px;
    }

    footer .container .nesltr {
        flex-direction: column;
    }

    footer .container .nesltr .nesleft {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    footer .container .nesltr .nesright {
        width: 100%;
    }

    .welcome .inner-text {
        text-align: center;
    }

    .welcome img {
        margin-bottom: 30px;
    }

    .service-item {
        text-align: center;
    }

    .help .school-helping .image {
        width: 100%;
    }

    .school-helping {
        flex-direction: column;
    }

    .blog .inner-text {
        margin-bottom: 70px;
    }

    .help .school-helping .text {
        width: calc(100% - 0px);
        text-align: center;
        padding: 20px;
    }

    .what-new .what-new-item h5 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .heading {
        padding: 0px 15px;
    }

    menu.open {
        display: block !important;
    }

    .events {
        padding: 50px 0px;
    }

    .help {
        padding: 0 0 50px 0;
    }

    .contact-ditels {
        padding: 50px 0px;
    }

    .resp-tabs-container h2 {
        font-size: 16px;
    }

    .serviceRefugee {
        padding: 50px 0px;
    }

    .serviceRefugee .inner-text h3 {
        font-size: 25px;
    }

    .sponsor h4 {
        font-size: 15px;
    }

    .sponsor {
        padding: 50px 20px;
    }

    .transformation-programme .heading h5 {
        margin-bottom: 30px;
    }

    .transformation-programme .heading h3 {
        font-size: 25px;
    }

    .transformation-programme {

        padding: 50px 0;
    }

    .gallery {
        padding-bottom: 50px;
    }

    .welcome .inner-text h2 {
        font-size: 21px;
    }

    .nesltr {
        padding: 20px;
    }

    .nesltr h2 {
        font-size: 20px;
    }

    .menuClps {
        display: inline-block;
    }

    .footer-item1 p {
        font-size: 14px;

    }

    .footer-item1 p br {
        display: none;
    }

    .footer-item3 p br {
        display: none;
    }

    .copy-right .parents {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .gallery-swiper .swiper-slide {
        padding: 0px 20px;
    }

    .services .service-item h5 {
        min-height: max-content;
    }

    .services .service-item h5 br {
        display: none;
    }

    .qr-code .image {
        text-align: center;
        margin-top: 30px;
    }

    .qr-code .image img {
        max-width: 100%;
    }

    .denk-details {
        text-align: center;
    }

    .bank-transfer {
        flex-direction: column;
    }

    .topheader .container {
        padding: 10px 20px !important;
    }

    .sliderbanner .swiper-button-prev {
        width: 35px;
        height: 35px;
        background: #D25234;
        left: 50px;
    }

    .sliderbanner .swiper-button-next {
        width: 35px;
        height: 35px;
        background: #D25234;
        right: 50px;
    }

    .sliderbanner .swiper-button-prev:after {
        font-size: 14px;
        color: #fff;
    }

    .sliderbanner .swiper-button-next:after {
        font-size: 14px;
        color: #fff;
    }

    .slider_card h2 {
        text-align: center;
        font-size: 14px;
    }

    .slider_card h3 {
        font-size: 18px;
        text-align: center;
    }

    .logo a img {
        width: 56px;
    }

    nav .container {
        flex-wrap: wrap;
    }

    .slider_card p {
        font-size: 13px;
        text-align: center;
    }

    .slider_img {
        text-align: center;
    }

    .slider_img img {
        width: 200px;
    }

    nav .container .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    nav .container menu {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        display: none;
    }

    nav .container menu li {
        width: 100%;
    }

    nav .container menu li a {
        padding: 8px 0px;
        width: 100%;
    }

    .inner-text p br {
        display: none;
    }

    .welcome {
        padding: 50px 0px;
    }

    .services {
        padding: 50px 0px;
    }

    .heading h2 {
        font-size: 25px !important;
    }

    .help .bank-transfer .denk-details ul li {
        font-size: 20px;

    }

    .gallery {
        margin-bottom: 50px;
    }

    .comonBanner {
        height: 300px;

    }

    .cmnBanerInr h1 {
        font-size: 30px;
    }

    .aboutUs {
        padding: 50px 0;
    }

    .aboutUs .inner-contents h2 {
        font-size: 25px;
    }

    .all-gallery-image {
        padding: 50px 0;
    }

    .all-gallery-image .image img {
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .nwsfrm {
        width: 100% !important;
    }

    .container {
        padding: 0px 20px !important;
    }

    .topheader .container {
        flex-direction: column;
    }
}

