body {
    overflow-x: hidden;
    font-size: 1em;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

button {
    outline-style: none;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

p {
    color: #3c3c3c;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323233;
}

.navbar-toggler:focus {
    outline: 0 !important;
}

.navbar-expand-md {
    background: linear-gradient(to left, #f8f8f870, #fff 77%, #eee 100%);
}

.navbar {
    padding: 0 0;
}


/*======================= header logo=======================*/

.header-logo {
    padding: .4rem 0;
}

.header-logo>img {
    max-width: 95px;
}


/*=======================end header logo=======================*/

.navbar-nav .nav-item .nav-link {
    padding: 2.5em 2em!important;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1d1d1d;
    text-transform: uppercase;
}

.navbar-nav .active:last-child {
    background: #e37262;
    color: #fff;
}

.navbar-nav .active .nav-link:last-child {
    color: #fff;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    background: #e37262;
}

.navbar-expand-md .navbar-toggler-icon {
    background-image: url('../img/mobile-icon.png');
}

nav {
    -webkit-transition: padding-top .3s, padding-bottom .3s;
    -moz-transition: padding-top .3s, padding-bottom .3s;
    transition: padding-top .3s, padding-bottom .3s;
    border: none;
}

.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background: linear-gradient(to left, #f8f8f870, #fff 77%, #eee 100%);
}

.banner {
    background-image: url('../img/banner1.jpg');
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.banner-text {
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 20rem 0 15rem 3rem;
    flex-direction: column;
}

.banner-heading {
    font-size: 3.1em;
    line-height: 1.3em;
    margin-bottom: 0.4em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.contactUsBannerHead {
    font-size: 3.1em;
    line-height: 1.3em;
    margin-bottom: 0.4em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-align: right;
}

.banner-heading span {
    color: #f4c245;
}

.contactUsBannerHead span {
    color: #f4c245;
}

.banner-sub-heading {
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    padding-right: 5rem;
    display: flex;
    align-items: end;
}

.contactSubBanerHead {
    flex-direction: row-reverse;
    padding-left: 3rem;
}

.banner-sub-heading:after {
    position: absolute;
    width: 38%;
    height: 2px;
    background: #fff;
    content: "";
    margin-top: -0.6em;
    left: 3rem;
}

.contactSubBanerHead:after {
    left: auto;
}

.inner-page .banner-sub-heading:after {
    width: 30% !important;
}

.text-intro {
    text-align: center;
}

.inner-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.red-text {
    color: #e37262;
}

.red-heading {
    color: #e37262;
    font-size: 2.2em;
    font-family: 'Baskerville Old Face', serif;
    font-weight: 700;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}


/* our goal  */

.context {
    overflow: hidden;
    position: relative;
}


/* .educationBackGround {
background: url(../img/edu-bach.jpg);
} */

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
}

.overlay-middle {
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
}


/* .overlay-middle .text {
padding: 4em 5em 2em 3em !important;
} */

.overlay p {
    color: #fff;
}

.context .hvrImgTxt {
    background: #e37262;
    height: 0;
    padding: 0;
    transition: 50ms;
    overflow: hidden;
    bottom: 0;
    position: absolute;
    opacity: 0;
}

.context:hover .hvrImgTxt {
    height: auto;
    opacity: 1;
    padding: 20px;
}

.our-goals {
    margin-top: 5rem;
}

.overlay .text p {
    text-align: justify;
}


/* upcmg-events */

.upcmg-events {
    margin: 4em 0 5em;
}

.card-block {
    background: #e37262;
    padding: 1.2em;
}

.card-block h5 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
}

.card.rounded-0.border-0 {
    border-radius: 0 !important;
}

.col-md-4 .card {
    background: #1abc9ce0;
}

.col-md-4 .card img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.col-md-4 .card:hover img {
    opacity: .5;
}

.horizontal-line1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.horizontal-line1 p {
    text-align: right;
}
iframe#gmap_canvas {
    width: 100%;
    border-radius: 0 25px 25px 0;
}

/* Events section */

.events {
    background-image: url(../img/event-bg.jpg);
    text-align: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 5rem 0 2em;
}


/* slider style */

.carousel-control-next,
.carousel-control-prev {
    width: auto;
    align-self: flex-end;
    display: flex;
    opacity: 1;
    bottom: -6.5em;
}

.carousel-control-prev {
    left: 87%;
}

.carousel-inner.vv-3 .carousel-item.active,
.carousel-inner.vv-3 .carousel-item-next,
.carousel-inner.vv-3 .carousel-item-prev {
    display: flex;
}

.carousel-inner.vv-3 .carousel-item-right.active,
.carousel-inner.vv-3 .carousel-item-next {
    transform: translateX(17%);
}

.carousel-inner.vv-3 .carousel-item-left.active,
.carousel-inner.vv-3 .carousel-item-prev {
    transform: translateX(-17%);
}

.carousel-inner.vv-3 .carousel-item-right,
.carousel-inner.vv-3 .carousel-item-left {
    transform: translateX(0);
}


/* .carousalImg{
border-right:.6rem solid #fff;
border-left:.6rem solid #fff;
} */

.box17 {
    display: flex;
    flex-direction: column;
}

.box17 img {
    width: 100%;
    height: auto;
    padding: 1px;
    border-radius: .2rem;
}

.box17>img {
    border: 1px solid #000000;
}

.box17 .box-content {
    padding: 1.2em;
    display: none;
}

.box17:hover .box-content {
    z-index: 99;
    position: absolute;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0%);
    display: inline-block;
    background: #e37262;
    bottom: 0;
}

.box17 .title {
    font-size: 1.12em;
    color: #fff;
    margin-bottom: 0.1em;
    font-family: 'Roboto', sans-serif;
    display: inline
}

.title span {
    font-size: 0.8em;
    font-weight: 400;
}

.box17 .post {
    display: block;
    font-size: 0.8em;
    color: #fff;
}

.box-content .view-btn {
    font-size: 0.8em;
    position: relative;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: .8;
    padding: .6rem 1rem;
}

.box-content .view-btn:hover {
    font-weight: 600;
}

.box-content .view-btn img {
    width: auto;
}

.box-content .view-btn:after {
    content: "";
    height: 2px;
    background: #fff;
    width: 28vw;
    max-width: 28em;
    position: absolute;
    left: -10px;
    top: 1.1em;
    z-index: -1
}

.slider-para {
    font-weight: 500;
}

.horizontal-line h5 {
    font-style: italic;
}

.slider-para:after {
    content: "";
    height: 2px;
    background: #e37262;
    width: 100%;
    position: absolute;
    left: 0px;
    top: -1em;
}

.horizontal-line {
    position: relative;
    margin-top: 3em;
}

.left-icon,
.right-icon {
    align-self: flex-end;
    background: #e37262;
    padding: 0.7em;
}

.red-heading img {
    display: inline-block;
    left: 2em;
    position: relative;
}

.text-intro span {
    margin-left: -110px;
    position: relative;
}


/*======================================== popupScreen======================================== */

.PopupMsg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
}


/* PopupMsg Content */

.PopupMsg-content {
    position: absolute;
    background-color: rgb(254, 254, 254);
    padding: 10px;
    border: 1px solid rgb(136, 136, 136);
    width: 90%;
    max-width: 800px;
    margin: auto;
    box-shadow: rgb(0 0 0 / 20%) 0px 4px 8px 0px, rgb(0 0 0 / 19%) 0px 6px 20px 0px;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 7px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    overflow: auto;
}


/* The Close Button */

.PopupMsg-header {
    position: absolute;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}

.popupclose1,
.popupclose2,
.popupclose3 {
    font-size: 25px;
    font-weight: 600;
    line-height: .8;
}

.popupclose:hover,
.popupclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*========================================end popupScreen======================================== */


/* events */

.hover {
    position: relative;
}

.hover img {
    display: block;
    position: relative;
    width: 100%;
}

.ehover10 .overlay1 {
    visibility: hidden;
    padding: 1.5em;
    background: #e37262;
    color: #3c4a50;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
}

.hover .overlay1 {
    text-align: left;
    z-index: 99;
}

.overlay1 h4 {
    font-family: 'Baskerville Old Face', serif;
    color: #fff;
    margin-bottom: 0;
}

.overlay1 p {
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
    text-align: justify;
}

.ehover10:hover .overlay1,
.ehover10:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.post-date {
    color: #fff;
    font-size: 13px;
    margin-bottom: 1em;
    padding-left: 3px;
    align-items: center
}

.events .carousel-control-prev,
.events .carousel-control-next {
    bottom: -3.8em !important;
}

.social-links {
    background: #e37262;
    overflow: hidden;
    display: inline-block;
}

.social-links ul li {
    float: left;
    padding: 0.5em 1em;
}

.social-links ul li a {
    color: #fff;
    font-size: 1.7em;
    text-decoration: none;
    position: relative;
}

.social li .icons {
    width: 1.8em;
    height: 1.8em;
    background: none repeat scroll 0 0 #999999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 1.8em;
    text-align: center;
    margin-right: 0.5em;
    float: left;
}

.social li a i {
    font-size: 0.8em;
    color: #fff !important;
}

.social li a {
    text-decoration: none;
}

.social li span:hover {
    color: #e37262
}

.icons {
    flex-direction: row;
    align-items: baseline;
}

.social span {
    padding-left: 0.2em;
    font-size: 1.06em;
    color: #3d3d3d;
    font-weight: 500;
    overflow: hidden;
    font-family: 'Poppins Light';
}

.social li {
    margin-bottom: 0.7em;
}

.bdr-rgt {
    border-right: 1px solid #b2b2b2;
}

.subscribe h4 {
    color: #e37262;
    font-family: 'Baskerville Old Face', serif;
    font-size: 1.3em;
    display: inline-block;
}

.submit-btn {
    border-radius: 0;
    background: #e37262;
    color: #fff;
    font-weight: 600;
    border: 1px solid #e37262;
    padding: 1em;
    font-size: 1.1em;
    transition: all .5s ease-in-out;
}

.submit-btn:hover {
    background-color: #e37262;
    transform: scale(1.2) perspective(1px)
}

.social-links:hover::after {
    content: "";
    position: absolute;
    left: 19%;
    right: 8%;
    top: 1.4em;
    border: 1px solid #e37262;
    z-index: -1;
}

.content .form-control {
    padding: 1em;
    border-radius: 0;
    max-width: 20.9em;
    min-height: 4em;
}

.content .form-control:hover {
    border: 1px solid #e37262;
}

.subscribe div img {
    position: absolute;
    display: inline-block;
    top: -2.7em;
    right: 0.1em;
}

.input-group-btn:hover::after {
    content: "";
    position: absolute;
    left: 0%;
    right: 100%;
    top: 1.8em;
    border: 1px solid #e37262;
    z-index: -1;
    width: 100%;
}

.footer-bs {
    margin-top: 10em;
}

.footer-btm ul li {
    float: left;
    border-right: 1px solid #3d3d3d;
    margin: 1.5em 0em;
    padding: 0 2em;
}

.footer-btm ul li:nth-last-child {
    display: none;
}

.footer-btm {
    justify-content: center;
    display: flex;
}

.bdr-top {
    border-top: 1px solid #a0a0a0;
}

.bdr-top ul li a {
    color: #3d3d3d;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    text-align: center;
}

.bdr-top ul li a:hover {
    color: #e37262;
}

/* About Us page style */

.inner-page {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 14.3em 0 14.3em 0;
}

.inner-banner .inner-heading {
    font-size: 2.2em;
}

.inner-banner {
    background-size: cover;
    position: relative;
}

.about-section {
    padding: 6em 0;
}

#more {
    display: none;
}

.item-card img {
    max-width: 129px;
    width: 100%;
}

.item-card .item-card-title {
    color: #e37262;
    font-size: 2em;
    font-family: 'Baskerville Old Face', serif;
    text-transform: uppercase;
}

.item-card:hover .item-card-title {
    color: #000;
}

.item-card {
    padding: 2.5em 1.6em;
}

.about-section p.text-justify {
    font-size: larger;
}

.card1:hover {
    background-color: #f4c245;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 12%)
}

.we-serve-section .item-card {
    border: none;
    border: 5px transparent;
}

.light-bg {
    background: #f6f6f6;
    border-radius: 15px !important;
}

.we-serve-section .item {
    width: 33.3%;
}

.item img.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
}

.item:hover img.image-hover {
    opacity: 1;
}

.card1 .img-1 {
    background: url(../img/we-help-yellow.png) no-repeat center center;
    background-size: cover;
    transition: 0.5s;
}

.card1:hover .img-1 {
    background: url(../img/we-help-white.png) no-repeat center center;
    background-size: cover;
}

.card1 .img-2 {
    background: url(../img/we-serve-yellow.png) no-repeat center center;
    background-size: cover;
}

.card1:hover .img-2 {
    background: url(../img/we-serve-white.png) no-repeat center center;
    background-size: cover;
}

.card1 .img-3 {
    background: url(../img/we-care-yellow.png) no-repeat center center;
    background-size: cover;
}

.card1:hover .img-3 {
    background: url(../img/we-care-white.png) no-repeat center center;
    background-size: cover;
}

.col-half-width {
    height: 129px;
    width: 145px;
}


/* Contact page style */

.contact-section {
    padding: 6rem 0 2rem;
}

.contact-form {
    margin: 2rem auto 0;
    width: 70%;
}

.contact-form .form-control {
    border-radius: 0.6em;
    border: 1px solid #9a9a9a;
    padding: 1.7rem;
    margin-bottom: 1.5em;
    font-size: 1em;
    color: #202020;
    font-family: 'Roboto', sans-serif;
}

.contact-section img {
    max-width: 100%;
    width: 140px;
}

.map-bg {
    background-color: #f4c245;
    border-radius: 25px;
    padding: 0px 0rem 0 2rem;
}

.map-box {
    border-radius: 25px;
}

.address-section img {
    position: relative;
    top: 3.5em;
    z-index: 1;
}

.map-bg h4 {
    color: #333333;
    font-family: 'Baskerville Old Face', serif;
}

.social1 li {
    margin-bottom: 1.7em;
}

.social1 li:last-child {
    margin-bottom: 0;
}

.social1 li a i {
    font-size: 1.2em;
    color: #f4c245 !important;
}

.social1 li .icons {
    width: 2em;
    height: 2em;
    background: none repeat scroll 0 0 #aa8730;
    border-radius: 50%;
    line-height: 2em;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.social1 span {
    padding-left: 0.8em;
    font-size: 1.06em;
    color: #3d3d3d;
    font-weight: 500;
    overflow: hidden;
    font-family: 'Poppins Light';
}

.social1 span:hover {
    color: #000;
    font-weight: 600;
}


/* ============================slick slider============================ */

.slick-prev,
.slick-next {
    top: auto;
    bottom: -20%;
}

.slider {
    width: 100%;
    margin: auto;
}

.slick-slide {
    margin: 0 .5rem;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #ffffff;
    background: #e37262;
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
}

.slick-prev:before {
    font-family: monospace;
    font-weight: 700;
    font-size: 3rem;
}

.slick-next:before {
    font-family: monospace;
    font-weight: 700;
    font-size: 3rem;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slick-prev {
    right: calc(5% + 50px);
    left: auto;
    z-index: 99;
}

.slick-next {
    right: 25px;
    z-index: 99;
}


/* ============================gallery page ============================ */

.galleryBnrImg {
    background-position: right;
}

.mainTabContent {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    padding: 1rem;
}

.GalrymainHeading {
    width: 100%;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    padding-bottom: 1.2rem;
}

.GalleryImgtab {
    overflow: hidden;
    background-color: #ffffff;
    justify-content: center;
    padding-top: 2em;
    padding-bottom: 1.7rem;
    border-bottom: 1px solid #eee;
}

.GalleryImgtab button {
    outline: none;
    cursor: pointer;
    padding: 7px 2px;
    transition: all 0.3s ease 0s;
    font-size: 1em;
    flex: 1;
    color: #e37262;
    background: white;
    border: 1px solid #e37262;
    border-radius: .5rem;
    max-width: 200px;
    margin: 0 5px;
}

.GalleryImgtab button.active ,.GalleryImgtab button:hover{
    position: relative;
    background: #e37262;
    border: 1px solid #e37262;
    color: #fff;
}

.mainZoomOverLay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0006;
    display: none;
    border-radius: 7px;
}

.mainImgSec .column:hover .mainZoomOverLay {
    display: block;
}

.GalleryImgtab button.active:after {
    content: "";
    position: absolute;
    left: 50%;
    height: 2rem;
    background: #e37262;
    width: 2px;
    bottom: -2rem;
    transform: translate(-50%, 0%);
}

.GalleryImg {
    width: 32%;
    margin-bottom: .7em;
    margin-top: .7em;
    overflow: hidden;
}

.GalleryImg>img {
    width: 100%;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    max-width: 1200px;
    padding: 1.5rem 1em;
    margin: 0 auto;
    position: relative;
}

#School.tabcontent:after,
#CovidCare.tabcontent:after,
div#HanManSttue:after,div#plusTrees:after {
    content: "";
    position: absolute;
    background: url(../img/Bottom-logo-watermark.png);
    right: 1em;
    top: 2.5rem;
    height: 60px;
    width: 150px;
    background-size: cover;
}

#School {
    display: flex;
}

.mainImgSec .column {
    width: 24%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    position: relative;
}

.ZoomImgIcon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 110px;
    max-width: 110px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e37262bd;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
}

.ZoomImgIcon>img {
    max-width: 32px;
    width: 100%;
    position: absolute;
    top: 20%;
}

.ViewImgTxt {
    margin: 0;
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 51%;
}

.mainImgSec .column:nth-child(4n+1) {
    margin-right: 0;
}

.column>img {
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.274);
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
    height: 100vh;
    position: static;
    background-color: transparent;
    overflow: hidden;
}

.mySlides img,
.mySlides1 img,
.mySlides2 img,
.mySlides3 img {
    height: 100vh;
}

a.prev,
a.next {
    position: absolute;
    left: .5em;
    top: 50%;
    color: #fff;
    font-size: 25px;
    transform: translate(0, -50%);
    cursor: pointer;
    padding: 3px 12px 7px;
    line-height: 1;
    background: #666;
    border-radius: 50%;
}

a.next {
    left: auto;
    right: .5em;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal-content .column {
    display: none;
}


/* ============================end gallery page============================ */


/* ==========================privacy policy page ========================== */

.MainPrivacyPolicy {
    background: url(../img/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.privacyPage {
    padding: 1rem 0;
}

.PrivacyPolicyheader {
    position: sticky !important;
}

.privacyHeading {
    color: #757575;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: 1.5rem;
    padding: 0 .5rem 0 0;
    border-bottom: 2px solid;
    width: max-content;
    display: list-item;
    list-style-type: disclosure-closed;
}

.privacyDes {
    font-size: 1em;
    text-align: justify;
    margin-bottom: .4rem;
    color: #000;
}

.mainSubHeading {
    padding: 0 1rem;
}

.PrivacysubHeading {
    font-size: 1.1em;
    color: #e37262;
    border-bottom: 2px solid;
    width: max-content;
    margin: 1rem 0 .6rem 0;
    text-transform: uppercase;
    display: list-item;
    list-style-type: square;
}

.PrivacyPoint {
    padding: 0 1.5rem;
}

.privacyPointList {
    padding-bottom: 1rem;
    font-weight: 600;
    list-style-type: disc;
}

.orderList {
    list-style-type: none;
    padding: 5px .5rem 0;
}

.orderListPoint {
    font-weight: 600;
}

.privacyDes a {
    color: rgb(39, 0, 211);
}


/* ===========================terms conditio page ====================== */

.Effictivedate {
    margin: 1rem 0;
}

.DateLabel {
    margin-right: .5rem;
}

.dateLabelInput {
    background: transparent;
    border: 0;
}

.webLinkHome {
    text-decoration: underline;
}


/* ==========================end privacy policy page ========================== */
/* =============================donation fixed btn============================= */
.FixeddonateBtn {
    position: fixed;
    right: 0px;
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    animation: donateFixedBtn .4s alternate infinite ease-in-out;
}

@keyframes donateFixedBtn {
    from {
        top: 16%;
        background: #000;
    }
    to {
        top: 14%;
        background: #e37262;
    }
}

.FixeddonateBtn a.nav-link {
    color: #fff;
}
/* ============================end =donation fixed btn============================= */

/* Responsive style */

@media(min-width:767px) {
    .eventsHeading {
        color: #fff;
    }
}

@media(min-width:991px) {
    .banner-heading {
        width: 80%;
    }
}

@media (max-width:1536px) {
    .carousel-control-next,
    .carousel-control-prev {
        bottom: -6.7em;
    }
    .our-goals {
        margin-top: 4rem;
    }
}

@media(max-width:991px) {
    .thumbnails {
        flex-wrap: wrap;
    }
    .mainImgSec .column {
        width: 32.33%;
        margin-right: 1.5%;
        margin-bottom: 1.5%;
    }
    .mainImgSec .column:nth-child(4n+1) {
        margin-right: 1.5%;
    }
    .mainImgSec .column:nth-child(3n+1) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .privacyPage {
        padding: 1rem;
    }
    .privacyHeading,
    .PrivacysubHeading {
        width: auto;
        text-transform: uppercase;
        border: 0;
    }
    .PrivacysubHeading {
        display: block;
    }
    .privacyHeading {
        font-size: 1.5em;
        display: block;
    }
    .privacyPage .red-heading {
        margin: 1rem 0 !important;
    }
    .mainZoomOverLay {
        background-color: #0004;
        display: block;
    }
    .mySlides img,
    .mySlides1 img,
    .mySlides2 img {
        height: auto;
        width: 100%;
    }
    iframe#gmap_canvas {
        border-radius:0
    }
}

@media (max-width:48em) {
    body {
        font-size: 75%;
    }
    .banner-text {
        padding: 15rem 0 4rem 0rem;
    }
    .banner-heading {
        padding-left: 1rem;
        font-size: 1.8rem;
        max-width: 90%;
    }
    .banner-sub-heading:after {
        left: 1rem;
        width: 90%;
    }
    .banner-sub-heading {
        padding-left: 1rem;
        position: relative;
        width: max-content;
        padding-right: 0;
    }
    .banner-sub-heading {
        font-size: 1.3em;
        line-height: 1.3em;
        margin-bottom: 2.5em;
    }
    .contactSubBanerHead:after {
        left: auto;
        width: 20%;
    }
    .carousel-control-prev {
        left: 73%;
    }
    #recipeCarousel3 a img {
        width: 20px;
    }
    .overlay {
        top: -0em;
        align-items: normal;
        position: relative;
    }
    .box17 .box-content {
        z-index: 99;
        position: absolute;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0%);
        display: inline-block;
        background: #e37262;
        bottom: 0;
        width: 100%;
    }
    .slick-prev::before,
    .slick-next::before {
        height: 32px;
        width: 32px;
        font-size: 2rem;
    }
    .slick-prev,
    .slick-next {
        bottom: -23%;
    }
    .carousel-item>.no-padding {
        margin: 0 !important;
    }
    .slick-prev {
        right: calc(8% + 32px);
    }
    .educationBackGround .col-md-4.col-sm-6.no-padding.m-3.mb-4.shadow.rounded {
        margin-bottom: 1rem !important;
    }
    .context .hvrImgTxt {
        height: auto;
        opacity: 1;
        padding: 20px;
        position: relative;
    }
    section.events .col-md-6.col-xs-12 {
        padding-bottom: 1rem;
    }
    .upcmg-events .col-md-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 2em;
    }
    .mt-5 {
        margin-top: 2em !important
    }
    .content .form-control {
        min-height: 2.9em;
    }
    .footer-btm ul li {
        padding: 0 0.5em;
    }
    .bdr-top ul li a {
        font-size: 1em;
    }
    .left-icon img,
    .right-icon img {
        width: 20px;
    }
    #recipeCarousel2 .carousel-control-prev {
        left: 72%;
    }
    .carousel-control-next {
        right: 15px;
    }
    .overlay .text:first-child {
        text-align: center;
    }
    .subscribe {
        padding-left: 0 !important;
        margin-top: 2em;
    }
    .subscribe p.pb-1 {
        margin-bottom: 0.5em;
    }
    .subscribe img {
        width: 125px;
        right: auto !important;
        top: -0.5em !important;
    }
    .pb-4 {
        padding-bottom: 1em !important;
    }
    .fa-reorder {
        color: #ec6956;
        font-size: 28px;
    }
    .no-padding {
        margin: 0 15px !important
    }
    .overlay .text p {
        text-align: center;
    }
    .hover {
        position: relative;
        width: 100% !important;
        overflow: hidden;
    }
    #recipeCarousel3 .carousel-item .col-xs-12 {
        max-width: 100% !important
    }
    .text-intro span {
        margin-left: -110px;
        position: relative;
        font-size: 1.9em;
        vertical-align: bottom;
    }
    #recipeCarousel2 .carousel-item .col-xs-12 {
        max-width: 100% !important;
    }
    .box17 img {
        width: auto
    }
    .our-goals {
        margin-top: 2rem;
    }
    .about-section {
        padding: 4em 0;
    }
    .contact-form {
        margin: 1rem auto 0;
        width: 100%;
    }
    .contact-form .form-control {
        padding: 1.5rem 0.8rem;
    }
    .contact-section {
        padding: 2rem 0 0;
    }
    .map-bg {
        padding: 0px 0rem 0 0rem;
    }
    .map-bg .col-md-6.d-flex.flex-column.justify-content-center {
        padding: 6em 1.5rem 0 1.5rem
    }
    .address-section img {
        top: 4em;
    }
    .ehover10 .overlay1 {
        text-align: center;
    }
    .bdr-rgt {
        padding-left: 2rem !important;
    }
    .footer-bs .news-heading {
        font-size: 1.5em;
    }
    .footer-brand img {
        width: 90%;
    }
    .ehover10 .overlay1,
    .ehover10 p.icon-links a {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
        position: relative;
    }
    .box-content .view-btn {
        line-height: .7;
        padding: 1rem 7px;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 375px) {
    .footer-bs .news-heading {
        font-size: 1.3em;
        margin-bottom: 0.2em;
    }
}

@media(max-width:480px) {
    .slick-prev {
        right: calc(8% + 40px);
    }
    .slick-prev,
    .slick-next {
        bottom: -30%;
    }
    .PrivacyPoint {
        padding: 0 .5rem;
    }
    .orderList {
        padding: .5rem 0;
    }
    .mainSubHeading {
        padding: 0;
    }
    .tabcontent {
        justify-content: space-between;
        padding: 1em 0;
    }
    .mainImgSec .column:nth-child(4n+1) {
        margin-right: auto;
    }
    .mainImgSec .column:nth-child(3n+1) {
        margin-right: auto;
    }
    .mainImgSec .column {
        width: 48%;
        margin: auto;
        margin-bottom: 1.5%;
    }
    .GalleryImgtab {
        padding: 0 7px;
    }
    .GalleryImgtab button {
        padding: 5px 2px;
        margin: 0 1px;
    }
}

@media (max-width:31.2em) {
    body {
        font-size: 72%;
    }
    .header-logo img {
        width: 80%;
        padding-left: 0.6em;
    }
    .navbar-nav {
        background-color: #fff;
        border-top: 0px solid #fed13600;
        color: #fff;
        z-index: 1;
        margin-top: 5px;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 0.7em 1em!important;
        font-size: 1.2em;
        font-weight: 500;
    }
    .banner-text {
        padding: 12.3em 0 10em 0;
    }
    .banner-heading {
        font-size: 1.5em;
    }
    .banner-sub-heading {
        font-size: 1.2em;
        font-weight: 600;
        line-height: 0.6em;
        margin-bottom: 2.5em;
    }
    .subscribe img {
        width: 23%;
        right: auto !important;
        top: 0.5em !important;
    }
    .subscribe div h4 {
        font-size: 1.2em;
    }
    #recipeCarousel2 .carousel-control-prev {
        left: 73%;
    }
    .footer-bs {
        margin-top: 6em;
    }
    .box17 .title {
        font-size: 1.6em;
    }
    .box17 .post {
        font-size: 1.1em;
    }
    .box-content .view-btn {
        font-size: 1.2em;
    }
    .box-content .view-btn:after {
        width: 85vw;
    }
    .box17:hover .box-content {
        bottom: 0;
        z-index: 99;
        position: absolute;
    }
    .carousel-control-next,
    .carousel-control-prev {
        bottom: -8em !important;
    }
    .horizontal-line {
        position: relative;
        margin-top: 3em;
    }
    .upcmg-events {
        margin: 4em 0 3em;
    }
    .events {
        padding: 2rem 0 2em;
    }
    .box17 {
        display: flex;
        flex-direction: column;
    }
    #recipeCarousel3 .col-4 {
        margin-right: 15px !important;
        padding-right: 30px !important
    }
    .social-links ul li {
        padding: 0.6em 1em 0.3em;
    }
    .we-serve-section .item {
        width: 100%;
    }
    .we-serve-section .item p {
        text-align: center !important;
    }
    .bdr-rgt {
        border-right: none;
    }
    .item-card {
        padding: 1.5em 1em;
    }
    .inner-page {
        padding: 8.3em 0 1.3em 0;
    }
    .inner-banner .inner-heading {
        font-size: 1.4em;
    }
}