* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}

html {
    position: relative;
    overflow-x: hidden !important;
}

html,
body {
    background-color: #F8FBFF;
}

/* header section start */
.Header {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: sticky;
    top: 0;
    z-index: 10;
    padding-bottom: 10px;

}

.double-nav1 {
    display: flex;
    gap: 20px;
}

.logo {
    width: 170px;
}

.btn-outline-success:hover {
    background-color: #192F73;
}

.HeaderBtn {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    border-radius: 0.5em;
    background: #192F73;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.HeaderBtn:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.HeaderBtn:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(192, 19, 19, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.HeaderBtn:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: rgb(241, 149, 12);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.HeaderBtn:hover {
    color: black;
    border: 1px solid rgb(241, 149, 12);
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;

}

.HeaderBtn:hover:before {
    top: -35%;
    background-color: rgb(241, 149, 12);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.HeaderBtn:hover:after {
    top: -45%;
    background-color: rgb(241, 149, 12);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.catalog-btn {
    background-color: transparent;
    color: red;
    border: 1px solid red;
    font-weight: 500;
}

.catalog-btn:hover {
    background-color: transparent;
    font-weight: bold;
    background-color: #192F73;
}

.nav-item a {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #192f73cf !important;
}

.top-navbar {
    margin-top: 5px;
}

.top-navbar a {
    text-transform: uppercase;
}

.top-catalog ul {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-right: 10px;
}

.top-catalog ul a {
    font-weight: 100;
    font-size: 12px;
}

.top-catalog i {
    padding-right: 5px;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item>a {
    color: inherit;
    position: relative;
}

.navbar-nav .nav-item>a::after {
    content: '';
    position: absolute;
    bottom: 18%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #364D94;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-in-out;
}

.navbar-nav .nav-item>a.active::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.nav-item-head {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-nav .nav-item>a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.nav-item .dropdown-menu {
    display: none;
}

.nav-item:hover .dropdown-menu {
    display: block;
    padding: 0px;
    margin-left: 10px;
    width: 230px;
}

.nav-item .dropdown-menu .dropdown-item {
    padding: 12px 16px;
    color: inherit;
    font-size: 13px;
}

.nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #dadbdc;
}

.dropdown-submenu .submenu {
    display: none !important;
    position: absolute;
    right: 100%;
    top: 0;
    margin-top: 10px;
}

.dropdown-submenu:hover .submenu {
    display: block !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-divider {
    margin: 0;
}

/* header section end */

.phone-tab-menu-icon {
    display: none;
    font-size: 20px;

}

.phone-tab-menu {
    width: 300px;
    background-color: rgb(77 95 142);
    ;
    position: absolute;
    top: 0%;
    left: -110%;
    cursor: pointer;
    height: 100vh;
    z-index: 999;
    overflow-y: scroll;
}

.phone-cross-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.phone-tab-menu ul {
    padding-left: 20px;
}

.phone-tab-menu ul li {
    padding-top: 10px;
}

.phone-tab-menu ul li i {
    padding-left: 2px;
}

.phone-tab-menu ul li a {
    list-style: none;
    text-decoration: none;
    color: rgb(220, 218, 218);
    cursor: pointer;
}

.phone-tab-menu ul li ul {
    padding-left: 0px;
}

.phone-tab-menu ul li ul li i {
    color: rgba(249, 242, 242, 0.671);
    padding-right: 10px;
}

.navbar-collapse ul {
    padding-right: 20px;
}

.phone-tab-menu .collapse li {
    padding: 0;
    padding-top: 10px;
}

.phone-cross-icon img {
    height: 130px;
}

.phone-cross-icon i {
    padding-right: 20px;
}

/* carousel section start */
.carousel-item {
    height: 500px;
}

.carousel-item h1 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 40px;
    color: #005897;
}

.carousel-item h4 {
    line-height: 30px;
    font-size: 20px;
}

.carousel-item p {
    margin-bottom: 100px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-explore button {
    margin-top: 30px;
    background-color: rgb(241, 149, 12);
    border: none;
    padding: 13px 50px;
    border-radius: 3px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.3s ease;
    z-index: 1 !important;
}

.btn-explore button:hover {
    padding: 13px 70px;
    background-color: rgb(236, 170, 71);
    color: rgba(0, 0, 0, 0.735);
    z-index: 1;
}

.prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: rgb(183, 179, 179);
}

.carousel-caption {
    color: white !important;
}

.carousel-indicators [data-bs-target] {
    background-color: rgb(4, 0, 255);
}

/* carousel section end */


/* catalog home section start */
.catalog-home-section {
    background-color: #192f73cb;
    padding: 0px 0px;
    overflow: hidden;
}

.catalog-home-section-content {
    color: white;
    position: relative;
    margin-top: 180px;
}

.catalog-home-section-content h1 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: system-ui;
    padding-top: 20px;
    padding-bottom: 30px;
    color: white;
}

.catalog-home-section-content span {
    font-weight: 100;
}

.catalog-home-section-content ul {
    margin-left: -27px;

}

.catalog-home-section-content ul li {
    list-style: none;
    color: rgb(236, 232, 232);
    padding-top: 10px;
}

.catalog-home-section-content ul li i {
    padding-right: 10px;
    color: rgb(241, 149, 12);
}

.catalog-home-section-content a {
    text-decoration: none;
    color: white;
}

.catalog-home-section-content p {
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 40px;
    color: rgb(231, 227, 227);
}

.catalog-home-section-content b {
    color: white;
}

.catalog-home-section-content-img {
    position: relative;
}

.catalog-home-section-content-border {
    margin-top: -40px;
    margin-left: -40px;

    border-top: 3px solid rgba(255, 255, 0, 0.571);
    border-left: 3px solid rgba(255, 255, 0, 0.571);
    height: 50%;
    width: 45%;
    position: absolute;
    top: 0;
}

.catalog-home-section-content-img-border {
    position: absolute;
    top: 5%;
    left: 21%;
    width: 100%;
    height: 71%;
    border: 3px solid rgba(255, 255, 0, 0.571);
}

.catalog-home-section-content-img img {
    width: 100%;
    margin-left: 80px;
    height: 600px;
}

/* catalog home section end */



/* catalog-section start */
.catalog-section {
    padding: 20px;
}

.nav-link.active {
    font-weight: bold;
    color: black;
}

.nav-link:hover {
    color: black;
}

.catalog {
    height: 105px;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: white;
    /* border-bottom: 2px solid rgba(0, 0, 255, 0.537); */
    margin-bottom: 10px;
}

.catalog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.catalog ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}

.catalog ul li {
    list-style: none;
    text-decoration: underline;
}

.catalog li a {
    color: #374E95;
}


.catalog-card-section {
    display: flex;
    gap: 10px;
}

.catalog-double-card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.catalog-double-card a {
    text-decoration: none;
    color: black;
}

.catalog-gift-card a {
    text-decoration: none;
    color: black;
}

.catalog-double-card {
    width: 75%;
}

.catalog-card-section .cards {
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 3px;
    background-color: white;
    z-index: 1;
    width: 31%;
    transition: all 0.3s ease;
}

.catalog-card-section .cards img {
    height: 200px;
}

.catalog-card-section .cards:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    cursor: pointer;
}

.catalog-gift-card {
    width: 25%;
}

.catalog-gift-card .cards {
    width: 100%;
}

.match {
    position: absolute;
    top: 2%;
    left: 3%;
}

.match h6 {
    background-color: #F1950C;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 600;
}

.catalog-card-section .card-title {
    display: flex;
    justify-content: space-between;
}

.gift-card-title {
    text-align: center;
}

.gift-card-title h5 {
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    display: inline;
    padding: 10px 0px;
    border-bottom: 5px solid #3B91F2;
}

.catalog-card-section .card-body {
    padding: 15px;

}

.card-title h5 {
    font-size: 15px;
    font-weight: bold;
}

.catalog-card-section .card-btn {
    display: flex;
    justify-content: space-between;
    align-items: last baseline !important;
    gap: 10px;


}

.give-one-time button {
    width: 100%;
}

.gift-card-btn {
    display: flex;
    justify-content: center !important;
}

.gift-card-btn button {
    padding: 8px 20px !important;
}

.catalog-gift-card .card-text {
    text-align: center;
    padding-top: 40px !important;

}

.catalog-card-section .card-text {
    padding-top: 20px;
    color: rgb(107, 107, 107);
    font-size: 14px;
}

.catalog-card-section .card-btn button {
    background-color: #192f73e6;
    border: none;
    color: rgba(230, 230, 230, 0.975);
    font-size: 12px;
    padding: 10px;
    width: 100%;
    font-weight: bold;
    letter-spacing: 1px;
}

.catalog-card-section .card-btn button:hover {
    background-color: #1c3171;
}

.catalog-head ul img {
    width: 130px;
    display: none;
}

.catalog-open-menu {
    width: 70%;
    position: absolute;
    top: 0;
    z-index: 999;
    height: 80vh;
    background-color: white;
    background-color: rgb(228, 234, 246);
    left: -70%;
}

.catalog-open-menu ul {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.catalog-open-menu ul li {
    list-style: none;
}

.catalog-open-menu ul li a {
    text-decoration: none;
}

.catalog-open-menu ul li a i {
    padding-right: 10px;
}

.img-cata {
    background-color: rgb(228, 234, 246);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    height: 80px;
    margin-bottom: 60px;
}

.img-cata img {
    height: 90px;
    width: 120px;
}

.catalog-menu {
    display: none !important;
}



/* .catalog-section end */

/* about section start */
.breadcrumbs {
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: calc(50% - 20px) calc(30% + 10px); */
    height: 300px;
}

.aboutoverlay {
    background-color: black;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    opacity: 0.8;
}

.breadcrumbsItem {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 300px;
}

.breadcrumbsItem h1 {
    color: white;
    font-size: 50px;
    font-weight: bold;
    font-family: cursive;
}

.breadcrumb_item {
    padding: 3px 10px;
    border-radius: 3px;


}

.breadcrumb_item li {
    color: white;

}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;

}

.breadcrumb_item a {
    color: white;
    text-decoration: none;
}

.about h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 40px;
    font-family: serif;
}

.about p {
    line-height: 30px;
    padding-left: 20px;
}

.about img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 1px solid rgb(255, 149, 0);
}

/* .mission {
    justify-content: center;
    text-align: center;
    gap: 20px;
}
.mission h1 {
    font-weight: bold;
}
.mission_card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    border-radius: 3px;
}
.mission_card p {
    padding-top: 20px;
    line-height: 25px;
}

.mission h3 {
    font-weight: bold;
    margin-top: 20px;
}

.mission span {
    background-color: yellow;
} */

/* about section end */

/* our services section start */
.Services_card {
    box-shadow: rgb(6, 29, 236) 0px 3px 8px;
    position: relative;
}

.cardTag {
    position: absolute;
    top: 33%;
    left: 3%;
    background-color: white;
    padding: 1px;
    font-size: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 9px 30px;
    border-radius: 3px;
}

.cardTag h3 {
    font-family: serif;
    font-size: 20px;
    font-weight: 600;
    color: #4c4c4d;
}

.Services_card h5 {
    font-size: 16px;
    color: #4c4c4d;
    font-weight: 600;
}

.cardBottomItem {
    display: flex;
    align-items: center;
    font-size: 12px;
    align-items: center;
    gap: 5px;
    color: #4c4c4d;
}

.cardBottomItem i {
    color: #3B91F2;
    font-size: 10px;
}

.Services_card img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
    object-fit: cover;
}

.Services_card img:hover {
    transform: scale(1.1);
}

.card {
    position: relative;
    overflow: hidden;
    transition: background-color 0.5s ease;
}

.card img {
    transition: transform 0.5s ease;
}

.card:hover img {
    transform: scale(1.1);
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.card:hover::before {
    opacity: 1;
}

.card:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.card-hover-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease-in-out;
    z-index: 1;
}

.card:hover .card-hover-bg {
    background-color: rgba(0, 0, 0, 0.1);
}

.card-body a {
    position: relative;
    z-index: 3;
    color: #007bff;
    text-decoration: none;
}

.card-body a:hover {
    text-decoration: underline;
}

/* our services section end */

/* details of .director section start */
.team-details__top-img {
    height: 420px;
}

.team-details__top-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.team-details__top-name {
    font-weight: bold;
}

.team-details__top-content p {
    color: orangered;
}

.team-details-contact h5 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
}

.team-details-contact span {
    color: rgb(90, 90, 90);
}

.team-details-contact a {
    color: rgb(90, 90, 90);
    text-decoration: none;
}

.team-details__social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.team-details__social a {
    text-decoration: none;
}

.team-details__social .div {
    width: 40px;
    height: 40px;
    background-color: orangered;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: white;
}

.team-details__social .div:hover {
    background-color: #192F73;
}

.andrew-about h1 {
    font-weight: bold;
    font-family: serif;
}

.andrew-about p {
    color: rgba(0, 0, 0, 0.717);
    line-height: 30px;
    text-align: justify;
    padding-right: 60px;
    margin-top: 40px;
}

/* details of .director section end */

.deployee_labours {
    display: flex;
    justify-content: center;
}

.deployee_labours .team_card {
    margin-bottom: 25px;

}

/* our team section start */
.our_team {
    margin-top: 70px;
}

.team_card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
}

.our_team h1 {
    text-align: center;
    font-family: serif;
    padding-top: 25 px;
    font-weight: bold;
    /* text-decoration: underline; */
}

.our_team p {
    text-align: center;
}

.team_img {
    height: 170px;
    width: 100%;
    background-color: gray;
}

.team_img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.team_card_details {
    padding: 10px;
}

.team_card_details h2 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
}

.team_card_details h3 {
    color: orangered;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 30px;
}

.team_card_details h6 {
    font-size: 13px;
}

.team_card_details span {
    font-weight: bold;
    font-size: 13px;
}

.team_card_details a {
    padding-top: 10px;
    font-size: 11px;
}

.team_social_icon {
    position: absolute;
    top: 45%;
    left: 20%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.team_social_icon span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #0a47ff;
    padding: 10px;
    color: white;
    border-radius: 50%;
}

/* our team section end */

/* children education section start */
.all-children-education-card {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.children-education-card {
    width: 18%;
}

/* children education section end */
/* board of director section start */
.board_director {
    margin-top: 60px;
}

.board_director h1 {
    text-align: center;
}

.board_director p {
    text-align: center;
}

.all_director {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    gap: 10px;
}

.director {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    padding: 10px;

    border-bottom: 7px solid #192F73;
    border-radius: 10px;
    width: 50%;
}

/* .director p {
    color: rgba(0, 0, 0, 0.63);
    padding-top: 30px;
    line-height: 25px;
    text-align: start;
    padding-bottom: 50px;
} */

.profile {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.profile_social_icon {
    position: absolute;
    top: 50%;
    left: 10%;
    background-color: #3d66e0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 100px;
    font-size: 13px;
    border: 3px solid white;
}

.profile img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100px;
}

.profile h5 {
    font-weight: bold;
    font-size: 14px;
}

.profile h6 {
    color: orangered;
    font-weight: 600;
}

.profile span {
    font-weight: 600;
}

.d_know_more {
    font-size: 13px;
    text-align: end;
}

/* board of director section end */




/* our pray home page start */
.our_pray_section {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.pray_overlay {
    background-color: rgba(0, 0, 0, 0.591);
    position: absolute;
    top: 0;
    height: 500px;
    width: 100%;
}

.pray_content {
    position: absolute;
    margin: 0 auto;
    top: 0;
    height: 500px;
    width: 100%;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
}

.pray_content_desc p {
    line-height: 25px;
    font-size: 20px;
}

.pray_content_desc h1 {
    color: white;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
    letter-spacing: 3px;
    font-size: 60px;
    text-transform: uppercase;
}

/* our pray home page end */


/* our parternership home page start */
.parternership h1 {
    text-align: center;
    padding-bottom: 40px;
}

.parternership p {
    padding-top: 5px;
    line-height: 30px;
    word-spacing: 5px;
}

.request-parternship-navbar .logo {
    width: 150px;
    height: 80px;
}

.request-parternship-navbar .logo img {
    width: 100%;
    height: 100%;
}

.request-parternship-navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Removes gap */
}

.request-parternship-navbar {
    background-color: #d4e6fb7e;
    padding: 30px 0px;
    /* position: sticky;
    top: 0;
    z-index: 99999999; */
}

.request-parternship-navbar-head {
    background-color: white;
}

.request-parternship-navbar-head {
    padding: 0px;
}

.request-parternship-navbar .navbar-collapse {
    display: flex;
    justify-content: center;
}

.request-parternship-navbar-head .navbar-collapse {
    display: flex;
    justify-content: space-between;
}

.request-parternship-navbar .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.request-parternship-navbar .navbar-nav .nav-item>a::after {
    display: none;
}

.request-parternship-navbar .dropdown-menu {
    border-top: 3px solid #192F73;
    border-radius: 0;
}

.request-parternship-navbar .dropdown-item {
    color: rgba(0, 0, 0, 0.671) !important;
    font-weight: 500;
    font-size: 15px;
}

.request-parternship-navbar .dropdown-item:hover {
    color: #192F73 !important;
}

.request-parternship-navbar .nav-link {
    color: rgba(0, 0, 0, 0.671) !important;
    font-weight: 500;
    font-size: 15px;
}

.request-parternship-navbar .nav-link i {
    font-size: 13px;
    padding-left: 5px;
}

.request-parternship-navbar .nav-link:hover {
    color: #192F73 !important;
}

/* .reaquest-btn {
    display: flex;
    gap: 10px !;
} */

.request-parternship-navbar .reaquest-btn {
    background-color: #192F73;
    padding: 3px 20px;
    transition: all 0.3s ease;
}

.request-parternship-navbar .reaquest-btn:hover {
    padding: 3px 25px;
    background-color: #F1950C;
    font-weight: bold;
}

.reaquest-btn-login {
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: black !important;
}

.request-parternship-navbar .reaquest-btn-login:hover {
    padding: 3px 20px;
}



.request-parternship-navbar .reaquest-btn .nav-link {
    color: white !important;
}

.request-parternship-navbar .reaquest-btn-login .nav-link {
    color: black !important;
}


/* //assigment mobile start */
.request-partnership-navbar-mobile {
    display: none;
}

.request-partnership-navbar-mobile .request-partnership-navbar {
    background: white;
    color: white;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.request-partnership-navbar-mobile .logo img {
    height: 50px;
}

.request-partnership-navbar-mobile .menu-icon {
    font-size: 24px;
    cursor: pointer;
    z-index: 100;
    color: black;
}

.request-partnership-navbar-mobile .nav-links {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.request-partnership-navbar-mobile .nav-links a {
    color: rgba(0, 0, 0, 0.751);
    text-decoration: none;
    font-size: 18px;
    padding: 0px 20px;
    display: block;
    transition: 0.3s;
    margin-top: 25px;
}

.request-partnership-navbar-mobile .nav-links a:hover {
    background: #f5f5f5;
}

/* Close Button */
.request-partnership-navbar-mobile .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: black;
}

/* .assignment-help end */
.request-partnerhsip-searchbar {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.request-partnerhsip-searchbar .container {
    width: 70%;
}

.partnership-searchbar {
    background-color: rgba(0, 0, 0, 0.607);

    padding: 70px;
    border-radius: 10px;
}

.partnership-searchbar h1 {
    color: white;
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.partnership-searchbar-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.partnership-searchbar-btn input {
    padding: 7px;
    border: none;
    outline: none;
    width: 40%;
    padding-left: 12px;
}

.partnership-searchbar-btn button {
    padding: 7px 20px;
    border: none;
    background-color: #F1950C;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.request-partnerhsip-teachers {
    padding: 50px 0px;
}

.request-partnerhsip-teachers .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.request-teacher h1 {
    text-align: center;
    color: #192F73;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.request-teacher-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.request-teacher-btn a {
    text-decoration: none;
    color: black;
}

.request-teacher-btn a:hover {
    color: blue;
}

.request-teacher-btn button {
    width: 48%;
    border: none;
    padding: 10px 0px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.34);
}

.request-teacher-btn button:hover {
    color: #192F73;
    border: 1px solid blue;
}


.request-teachers-content-profile {
    display: flex;

}

.request-teachers-content-profile img {
    width: 200px;
    height: 200px;
}

.request-partnerhsip-teachers-details {
    margin-top: 50px;
    background-color: #F8FBFF;
}


.request-partnerhsip-teachers-details h1 {
    text-align: center;
    padding-bottom: 40px;
    font-weight: bold;
    font-size: 30px;
    font-family: serif;
}



.request-teachers-content-profile {
    display: flex;
    gap: 10px;
}

.request-teachers-content-profile img {
    border-radius: 5px;
}

.request-teachers-details-content p {
    font-size: 15px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.74);
}

.request-teachers-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.request-teachers-details-content {
    width: 62%;
}

.request-teachers-details-video {
    width: 35%;
    display: flex;
    justify-content: center;
    border-radius: 5px;

}

.request-teachers-details-video .video-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.request-teachers-details-video .video-container iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.request-teachers-imgages-social {
    display: flex;
    margin-top: 50px;
    gap: 50px;
}

.request-teachers-imgages {
    display: flex;

    justify-content: center;
    gap: 20px;
}


.request-teachers-imgage {
    width: 20%;
    background-color: #192f7391;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;

}

.request-teachers-imgage img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.request-teachers-imgage img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.request-teachers-social-icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.request-teachers-social-icon {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #005897;
    color: white;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.request-teachers-social-icons-receipets {
    margin-top: 50px;
}

.request-teachers-social-icons-receipet {
    width: 24%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.request-teachers-social-icons-update {
    display: flex;
    gap: 50px;
}

.request-teachers-social-icons h3 {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    color: rgba(0, 0, 0, 0.788);
}

.request-teachers-social-icon:hover {
    background-color: blue;
}

.request-teachers-social-icon i {
    font-size: 12px;
}

.request-teachers-social-icon a {
    color: white;
}

.request-teachers-social-icons-receipets .request-teachers-social-icon {
    background-color: rgba(173, 172, 172, 0.53);
}

.request-teachers-social-icons-receipets .request-teachers-social-icon a {

    color: rgba(0, 0, 0, 0.884);
}

.request-online-assignment-help {
    background-color: #192f7329;
}

.request-online-assignment-help .container {
    padding: 120px;
    padding-top: 60px;
    padding-bottom: 300px;

}

.request-online-assignment-help h1 {
    text-align: center;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.699);
}

.assignment-help {
    text-align: center;
    margin-top: 40px;
}

.assignment-help input {
    width: 70%;
    padding: 8px;
    outline: none;
    border: none;
    border: 1px solid black;
}

.assignment-help input:focus {
    outline: none;
}

.assignment-help label {
    color: rgba(0, 0, 0, 0.699);
    margin-right: 10px;
}

.assignment-help .btn {
    text-align: start;
    width: 70%;
    padding-left: 28px;
    padding-top: 30px;
    border: none;
}

.assignment-help .btn button {
    padding: 7px 20px;
    border: none;
    background-color: #192F73;
    color: white;

}

/* request-login start */
.request-login-passowrd {
    position: relative;
}

.request-login {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(-50%, -50%);
}

.request-login i {
    color: rgba(0, 0, 0, 0.66);
}

/* request-login end */
/* our parternership home page end */


/* get involved setion start */
.get_involved {
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.get_involved img {
    width: 100%;
    padding: 20px;
}

/* get involved setion start */



/* contact us section start */
.contact-info {
    background-color: white;
}

.contact-us-mail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 80px 0px;

}

.contact-us-mail a {
    color: black;
}

.contact-us-mail i {
    color: #192F73;
    font-size: 50px;
}

.contact-mail h5 {
    font-size: 18px;
    font-weight: 600;
}

.contact-mail p {
    margin: 0;
}

.get_in_touch {
    padding: 25px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.get_in_touch h1 {
    padding-bottom: 20px;
    font-weight: 600;

}

.input-section {
    display: flex;
    gap: 25px;
    margin-top: 25px;
}

.input-section input {
    padding: 15px;
    background-color: #00000011;
}

.input-section input::placeholder {
    color: rgb(160, 160, 160);
}

.form-control {
    background-color: #00000011;

}

.full-screen-map {
    padding-left: 25px;
}

/* contact us section end */


/* donation from start */
.donation-form {
    background-color: rgb(71 80 173 / 6%);
    padding: 80px;
    padding-top: 0;
    border-radius: 5px;
}

.donation-form h1 {
    padding: 50px 0px;
}

.form-input span {
    color: red;
}

.form-input input {
    background-color: white !important;
    border: 0;
    padding: 10px 15px;
}

.form-input select {
    background-color: white !important;
    border: 1px;
    padding: 10px 15px;
}

.donation-form textarea {
    background-color: white !important;
    border: 1px;
}

.form-input input:focus {
    outline: none !important;

}

/* donation from end */


/* gallery section start */

.gallery-section h1 {
    text-align: center;
    font-size: 50px;
    padding-top: 80px;
    font-weight: 300;
}

.gallerys {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
    border-radius: 10px;
}

.left-side {
    width: 50%;
}

.right-side {
    width: 50%;
}

.top-side {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.sea-imgsss {
    width: 50%;
    overflow: hidden;
}

.sea-imgsss1 {
    height: 205px;
    overflow: hidden;
}

.sea-imgsss img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sea-imgsss img:hover {
    transform: scale(1.1);
}

.down-side {
    margin-top: 30px;
    overflow: hidden;
}

.down-side img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    transition: all 0.3s ease;
    cursor: pointer;
}

.down-side img:hover {
    transform: scale(1.1);
}

/* gallery section end */


/* orphan section start */
.orphans {
    padding-top: 20px;
}

.orphans h3 {
    font-size: 25px;
    font-weight: bold;
}

.orphans p {
    text-align: start;
    margin-top: 40px;
}

.orphans ul {
    margin-top: 30px;
    margin-left: -25px;
}

.orphans ul li {
    list-style: none;
    padding-top: 10px;
}

.orphans ul li i {
    padding-right: 10px;
    color: red;
}

/* orphan section end */

/* catalog-page-inforamation section start */
.catalog-page-basket-donate {
    position: absolute;
    top: 20%;
    right: 5%;
    width: 500px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px 30px;
}

.catalog-page-basket-donate h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
}

.catalog-page-basket-donate p {
    padding-top: 10px;
    color: #0505059e;
    font-size: 14px;
}

.page-paragraph {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #B65E2D;
}

.page-paragraph i {
    transform: rotate(180deg);
    font-size: 25px;
    margin-top: -5px;
}

.page-paragraph p {
    font-size: 13px;
    color: #B65E2D;
}

.catalog-page-inforamation img {
    width: 100%;
    height: 600px;
}

.monthly-donate-section-btn {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.monthly-donate-section-btn button {
    width: 47%;
    padding: 10px;
    border: none;
    border: 2px solid #192F73;
}

.add-to-basket {
    width: 100%;
    padding: 11px;
    border: none;
    background-color: #F1950C;
    color: black;
    font-weight: bold;
    margin-top: 20px;
}

.oneTime-donate-section-btn {
    margin-top: 40px;
}

.oneTime-donate-section-btn .count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.oneTime-donate-section-btn .count button {
    background-color: #005897;
    border: none;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 20px;
    border-radius: 100px;
}

.oneTime-donate-section-btn h1 {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.oneTime-donate-section-btn .count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    height: 100px;
    width: 300px;
    margin: auto;
}

.oneTime-donate-section-btn .count .div span {

    padding-top: 5px;
    font-size: 12px;
    letter-spacing: 1px;
}

.oneTime-donate-section-btn .value-donate {
    text-align: center;
    padding: 5px;
    font-size: 16px;
    height: 40px;
    width: 60px;
    position: relative;
    margin-top: -5px;
    border: none;
    outline: none;
    border-bottom: 3px solid #192F73;
}

.oneTime-donate-section-btn .minus,
.plus {
    font-size: 5 px;
}

.underline {
    display: flex;
    justify-content: start;
    margin-bottom: 50px;
}

.underline span {
    width: 170px;
    height: 3px;
    background-color: #F1950C;
}

.basket-content h1 {
    font-family: serif;
}

.basket-content p {
    padding-top: 30px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.692);
    font-size: 18px;
}

.donate-content h2 {
    font-weight: bold;
    font-size: 20px;
}

.donate-content ul {
    padding-top: 80px;
    margin-left: 120px;
}

.donate-content ul li {
    list-style: none;
    padding-top: 15px;
    color: rgba(0, 0, 0, 0.692);
    display: flex;
    align-items: center;
}

.donate-content ul li i {
    padding-right: 10px;
    color: #B65E2D;
}

.basket-content-img {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.basket-content-imgg {
    width: 100px;
    height: 120px;
}

.basket-content-imgg img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.your-donation-title {
    display: flex;
    align-items: center;
    margin-left: 100px;
}

.your-donation-title1 {
    border-bottom: 3px solid #F1950C;
    padding: 27px 10px;
}

.your-donation-titlee {
    border: 3px solid #F1950C;
    padding: 15px;
    width: 500px;
    border-bottom: none;
    text-align: center;
}

.your-donation-title h2 {
    margin: 0;
    padding: 0;
    text-decoration: underline 5px solid #192f739b;
}

.your-donation-titleee {
    border-bottom: 3px solid #F1950C;
    padding: 27px;
    width: 500px;
}

/* catalog-page-inforamation section end */

/* orphan img section start */
.orphan-img-section {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.orphan-img {
    width: 50%;
    border-radius: 3px;
    overflow: hidden;

}

.orphan-img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.orphan-img img:hover {
    transform: scale(1.1);
}

/* orphan img section end */

/* login-acount section start */
.login-acount {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.login-acount h1 {
    background-color: #F1950C;
    padding: 20px;
    color: white;
    font-size: 30px;
    font-family: serif;
    padding-left: 40px;
}

.login-acount-item {
    padding: 30px;
}

.login-acount-item h4 {
    font-size: 13px;
    margin: 50px 0px;
    letter-spacing: 1px;
    color: #050505b6;
    text-transform: uppercase;
    font-weight: 100;
}

.login-acount-item a {
    text-decoration: none;
}

.acount-social {
    display: flex;
    background-color: #475A96;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 5px;
}

.acount-social-icon i {
    list-style: none;
    text-decoration: none;
    color: #192F73;
}

.acount-social-google {
    background-color: #4285F4;
}

.acount-social-title {
    width: 100%;
    text-align: center;
}

.acount-social-title h3 {
    font-size: 20px;
    color: white;
    margin: 0;
    padding: 0;
}


.acount-social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 2px;
}

.acount-social img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.account-input {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.account-input-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.account-input-item label {
    font-weight: bold;
    font-size: 14px;
}

.account-input-item input {
    margin-top: 10px;
    border: none;
    border-bottom: 1.5px solid rgb(0, 0, 0);
    outline: none;
    background-color: transparent;
    transition: all 0.1s ease;

}

.account-input-item input:hover {
    border-bottom: 3.5px solid #192F73;
}

.acount-login-btn {
    margin: 35px 0px;
}

.acount-login-btn button {
    border: none;
    padding: 17px 40px;
    background-color: #192F73;
    color: white;
    letter-spacing: 2px;
    font-size: 17px;
}

.acount-forgot-btn button {
    border: none;
    border-bottom: 2px solid black;
    background-color: transparent;
    padding: 0;
    text-transform: uppercase;
    font-weight: 100;
    color: #050505b6;
    letter-spacing: 1px;
    font-size: 13px;
}

.account-content-section {
    padding-left: 100px;
}

.account-content-section h2 {
    font-family: serif;
}

.account-content-section ul {
    margin-top: 40px;
    margin-left: -27px;
}

.account-content-section ul li {
    list-style: none;
    color: #0505059e;
    font-size: 15px;
    padding-top: 15px;
}

.account-content-section ul li i {
    padding-right: 10px;
    color: #F1950C;
}

.account-content-btn {
    margin-top: 20px;
}

.account-content-btn button {
    border: none;
    border: 2px solid #192F73;
    padding: 17px 30px;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
}

.account-content-btn button:hover {
    border: none;
    border: 2px solid blue;
    background-color: #192F73;
    color: white;
}

.account-content-section h1 {
    margin-top: 40px;
    font-family: serif;
}

.account-content-section p {
    letter-spacing: 1px;
    color: #0505059e;
}

.account-content-email {
    margin-top: 30px;
}

.account-content-email h2 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: sans-serif;
}

.account-content-email a {
    color: #192F73;
    font-weight: bold;
    font-family: sans-serif;
}

.account-content-btn button {
    padding: 8px 25px;
    font-size: 15px;
}

.nav-tabs .nav-link {
    border: 2px solid #192F73;
    background-color: transparent;
    border-bottom: none;
    color: black;
    /* Default background for non-active tabs */
}

.nav-tabs .nav-link:hover {
    border: 2px solid #192F73;
    border-bottom: none;
}

.nav-tabs .nav-link.active {
    background-color: #192F73;
    color: white;
    border: 2px solid #192F73;
}

.catalog-page-basket-donate-content .nav {
    border-bottom: 2px solid #192F73;
}

/* Default button styling */
.donate-btn {
    border: 1px solid transparent;
    padding: 10px 20px;
    position: relative;
    background-color: white;
    cursor: pointer;
    outline: none;
}

.donate-btn {
    position: relative;
    padding-right: 30px;
}

.donate-btn.active {
    border-color: #CC6A35;
    /* Red border when the button is active */
}

.donate-btn i.fa-solid.fa-check {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    color: white;
}

.donate-btn.active .donate-after-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0%;
    right: -15px;
    transform: translateY(-50%);
    background-color: #192F73;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.donate-btn.active i.fa-solid.fa-check {
    display: inline-block;
    /* Show the icon when the button is active */
}

/* login-acount section end */
/* footer section */
.footer_Icon {
    display: flex;
    align-items: center;
    height: 55px;
    gap: 10px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.158);
    transition: all 0.3s ease;
}

.footer_Icon:hover {
    padding-left: 10px;
}

.footer_Icon i {
    font-size: 13px;
}

.footer_Icon a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(183, 182, 182);
    text-decoration: none;
}

.footer_Icon span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 2px;
}

.footer_social_icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.footer_social_icon span {
    padding: 20px;
    background-color: rgb(2, 2, 2);
    border-radius: 100px;
}

.footer_social_icon span:hover {
    background-color: #005897;
}

.footer-about h3 {
    font-size: 23px;
    color: rgb(183, 182, 182);
}

.footer-about p {
    color: rgb(183, 182, 182);
    padding-top: 10px;
    padding-right: 20px;
}

/* bottom footer section start */
.footer_bottom {
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: 20px 30px;
    padding-top: 40px;
    color: rgb(183, 182, 182);
}

.footer_bottom p {
    text-transform: uppercase;
}

.footer_bottom a {
    text-decoration: none;
}

/* meadia query for responsive */

@media(max-width:1025px) {
    .phone-tab-menu-icon {
        display: block;
    }

    .catalog-home-section .row {
        padding-bottom: 40px;
    }

    .catalog-head {
        display: flex;
        justify-content: center;
    }

    .catalog-head ul {
        gap: 40px;
    }

    .double-nav1 .collapse {
        display: none !important;
    }

    .catalog-head .d-flex {
        display: none !important;
    }
}

@media (max-width: 769px) {
    .request-teachers-imgages {
        display: flex;
        flex-wrap: wrap;
    }

    .request-teachers-imgage {
        width: 31%;
    }

    .request-partnership-navbar-mobile {
        display: block;
    }

    .request-parternship-navbar-head {
        display: none;
    }

    .request-teachers-details-content {
        width: 100% !important;
    }

    .request-teachers-details-video {
        width: 100% !important;
        height: 300px;
    }

    .request-partnerhsip-searchbar .container {
        width: 100%;
    }

    .partnership-searchbar h1 {
        font-size: 25px;
    }

    .mapframe {
        padding: 0;
        margin-top: 20px;
    }

    .full-screen-map {
        padding-left: 0;
        height: 400px !important;
    }

    .catalog-head ul {
        gap: 20px;
        font-size: 13px;
    }

    .catalog-home-section .row {
        display: flex;
        justify-content: center;
    }

    .catalog-home-section-content {
        width: 90%;
    }

    .catalog-home-section-content-img {
        width: 90%;
        margin-top: 50px;
    }

    .catalog-home-section-content-img img {
        margin: 0 !important;
    }

    .catalog-double-card {
        width: 75%;
        display: flex;
        justify-content: center;
    }

    .catalog-double-card .cards {
        width: 44%;
    }

    .catalog-gift-card {
        width: 25%;
    }

    .catalog-gift-card .cards {
        width: 100%;
    }

    .catalog-card-section .card-btn {
        display: flex;
        flex-direction: column;
    }

    .catalog-card-section .card-btn button {
        width: 100%;
        margin-top: 5px;
    }

    .carousel-item {
        height: 650px;
    }

    .carousel {
        padding-top: 0 !important;
    }

    .carousel-inner .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .carousel-inner .col-lg-7 {
        margin-bottom: 20px;
        padding-bottom: 10px;

    }

    .carousel-inner .col-lg-7 h1 {
        padding-top: 20px;
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .carousel-inner .col-lg-7 h4 {
        font-size: 1rem;
    }

    .carousel-inner .btn-explore button {
        padding: 10px 20px;
        font-size: 1rem;
    }

    .carousel-inner .col-lg-5 img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        margin: 0 auto;
        border-radius: 5px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .aboutContent h1 {
        padding-top: 50px;
    }

    .meadiabtn {
        display: flex;
        justify-content: center;
    }

    .card-group {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .all_director {
        flex-wrap: wrap;
    }

    .director {
        width: 100%;
    }

    .team_card {
        margin-bottom: 30px;
    }

    .gallerys {
        flex-wrap: wrap;
    }

    .left-side {
        width: 100%;
    }

    .right-side {
        width: 100%;
    }

    .parternership-main {
        display: flex;
        flex-direction: column-reverse;
    }

    .contact-us-mail {
        flex-wrap: wrap;
        padding: 0;
        width: 50%;
        margin-top: 50px;
    }

    .contact-us-mail:nth-child(3) {
        width: 100%;
        justify-content: flex-start;
        padding-left: 90px;
    }

    .main-footer {
        padding: 0 !important;
    }

    .footer-about {
        padding-bottom: 30px;
    }

    .children-education-card {
        width: 22%;
    }

    .account-content-section {
        margin-top: 40px;
        padding-left: 20px;
    }

    .basket-content-img-main {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }

    .basket-content-gift-image {
        margin-top: 200px !important;
    }


    .basket-content-img {
        margin-top: 100px !important;
    }

    .fffff {
        margin-left: 10px;
    }

    .request-teachers-social-icons {}

    .request-teachers-social-icons-receipet {
        width: 49%;
    }



}

@media (max-width: 426px) {
    .request-teachers-social-icons-update {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .request-teachers-content-profile {
        display: flex;
        flex-wrap: wrap;
    }

    .request-teachers-content-profile img {
        width: 100%;
        height: 100%;
    }

    .request-teachers-imgage {
        width: 47%;
    }

    .request-teachers-social-icons-receipet {
        width: 48%;
    }

    .request-partnerhsip-teachers .container {
        flex-wrap: wrap;
    }

    .partnership-searchbar-btn input {
        width: 100%;
    }

    .partnership-searchbar {
        padding: 20px;
    }

    .partnership-searchbar-btn {
        display: flex;
        flex-wrap: wrap;
    }

    .partnership-searchbar-btn button {
        margin-right: 250px;
    }

    .request-online-assignment-help .container {
        padding: 0px;
        padding-top: 60px;
        padding-bottom: 300px;
    }

    .request-online-assignment-help h1 {
        font-size: 25px;
    }

    .Header {
        padding: 0px 10px;
    }

    .basket-content-gift-image {
        margin-top: 40px !important;
    }

    .basket-content-img-main {
        display: flex;
        flex-direction: column;
    }

    .donate-content-underline {
        margin-top: 40px !important;
    }

    .your-donation-titlee {
        padding: 18px;
    }

    .your-donation-title h2 {
        font-size: 15px;
    }

    .donate-content ul {
        margin-left: 0;
        padding-top: 40px;
        margin-left: -20px;
    }

    .your-donation-title {
        margin-left: 0;
    }

    .basket-content-img {
        margin-top: 10px !important;
    }

    .catalog-page-inforamation img {
        height: 800px;
    }

    .catalog-page-basket-donate {
        width: 400px;
        top: 50px;
        left: 5px;
        right: 5px;
        bottom: 50px;
    }

    .account-input {
        display: flex;
        flex-direction: column;
    }

    .children-education-card {
        width: 45%;
    }

    .breadcrumbsItem h1 {
        font-size: 30px;
    }

    .catalog-head {
        height: 70px;
        display: flex;
        justify-content: space-between;
        background-color: #7c8de1c0;

    }

    .catalog-head ul {
        padding: 0;
    }

    .catalog-head ul img {
        display: block !important;
        padding: 0;
    }

    .catalog-menu {
        display: block !important;
        color: rgb(28, 28, 28);
    }

    .logo {
        width: 130px;
    }

    .catalog-head li {
        display: none;
    }

    .catalog-head .d-flex {
        display: none;
    }

    .catalog-btn {
        display: none;
    }

    .catalog-home-section-content h1 {
        font-size: 40px;
    }

    .catalog-home-section-content li {
        font-size: 12px;
    }

    .catalog-double-card {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .catalog-card-section {
        display: flex;
        flex-direction: column;
    }

    .catalog-double-card .cards {
        width: 100%;
    }

    .catalog-gift-card {
        width: 100%;
    }

    .catalog-gift-card .cards {
        width: 100%;
    }




    .carousel-item {
        height: 700px;
    }

    .card-group {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .left-side {
        display: flex;
        flex-wrap: wrap;
    }

    .top-side {
        display: flex;
        flex-wrap: wrap;
    }

    .down-side {
        width: 100%;
    }

    .sea-imgsss {
        width: 100%;
    }

    .main-footer {
        padding: 0 !important;
    }

    .donation-form {
        padding: 20px;
    }

    .footer_bottom {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: 80px;
        padding: 50px 0px;
    }

    .footer_bottom p {
        margin: 2px;

    }

    .contact-us-mail {
        display: flex;
        justify-content: start;
        padding-left: 20px;
        width: 100%;
    }

    .contact-us-mail:nth-child(3) {
        padding: 0;
        padding-left: 25px;
    }


    .get_in_touch {
        padding: 10px;
    }

    .input-section {
        flex-wrap: wrap;
    }

    .full-screen-map {
        height: 300px !important;
        padding: 0;
        margin-top: 20px;
    }

    .contact-from-info {
        margin-bottom: -48px;
    }

}

@media(max-width:376px) {
    .partnership-searchbar-btn button {
        margin-right: 200px;
    }

    .catalog-page-inforamation img {
        height: 900px;
    }

    .monthly-donate-section-btn button {
        width: 40%;
    }

    .catalog-page-basket-donate {
        width: 350px;
    }

    .your-donation-title h2 {
        font-size: 13px;
    }
}

@media(max-width:320px) {
    .request-teachers-social-icons-receipet {
        width: 100%;
    }

    .request-teachers-imgage {
        width: 100%;
    }

    .partnership-searchbar-btn button {
        margin-right: 150px;
    }

    .footer_bottom p {
        font-size: 14px;
    }

    .catalog-page-inforamation img {
        height: 1000px;
    }

    .catalog-page-basket-donate {
        width: 300px;
    }

    .your-donation-title h2 {
        font-size: 10px;
        padding: 3px;
    }

    .footer_bottom p {
        font-size: 11px;
    }

    .logo {
        width: 100px;
    }

    .HeaderBtn {
        padding: 7px 15px;
        font-size: 10px;
    }

    .top-navbar {
        margin: 0;
    }

    .children-education-card {
        width: 70%;
    }
}