@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
p {
  font-family: "Hanken Grotesk", sans-serif;
}
h1 {
   font-family: "Hanken Grotesk", sans-serif;
  margin: 0px;
}
h2 {
   font-family: "Hanken Grotesk", sans-serif;
  margin: 0px;
}
h3 {
   font-family: "Hanken Grotesk", sans-serif;
  margin: 0px;
}
h4 {
   font-family: "Hanken Grotesk", sans-serif;
  margin: 0px;
}
h5 {
   font-family: "Hanken Grotesk", sans-serif;
  margin: 0px;
}
h6 {
   font-family: "Hanken Grotesk", sans-serif;
  margin: 0px;
}
p {
   font-family: "Hanken Grotesk", sans-serif;
  margin: 0px;
}
a:hover {
  text-decoration: none;
}
.aligns-item-center{
align-items: center;
}
.container-fluid1{
  padding: 0px;
  margin: 0px;
}
.top-logo{
display: inline-flex;
  justify-content: space-between;
}
/* .ph-number {
    display: flex;
    align-items: center;
    justify-content: end;
    border-bottom: 1px solid rgb(75 75 75 / 25%);
    padding-bottom: 10px;
}
.ph-number p {
    margin-bottom: 0;
    padding-right: 120px;
    color: var(--bs-black);
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.ph-number p:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 80px;
    right: 20px;
    background: #ddd;
    top: 18px;
}
.ph-number a {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}
.ph-number svg, .ph-number img {
    width: 18px;
    height: 18px;
}
.ph-number svg path {
    fill: var(--bs-darkgreen);
} */
.main-menu__right-top-address .main-menu__right-top-address-list{
  margin: 0px 0px 10px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.main-menu__right-top-address .main-menu__right-top-address-list li{
 list-style: none;
     position: relative;
    display: flex;
    align-items: center;
}
.icon_header_dil img{
  width: 20%;
}
.header_content .shedule{
      margin-bottom: 0;
    padding-right: 120px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}
.header_content .shedule:after {
   content: '';
    position: absolute;
    height: 1px;
    width: 80px;
    right: 20px;
    background: #ddd;
    top: 8px;
}


/* .header_content{
  margin-left: 15px;
} */
.header_content p{
     font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
.header_content h5{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.dropdown-item{
    font-family: "Hanken Grotesk", sans-serif !important;
}
.dropdown-item:hover{
 background-color: #e2a32d;
 color: #fff;
}
.navbar {
  background-color: #ffffff;
  position: sticky;
  top: 0%;
  z-index: 99999999;
  border-bottom: 1px solid #909090;
  padding: 10px 0px 0px;
      border-bottom: 1px solid #d1d1d1;
  
}
.navbar-light111 .navbar-brand img {
  width: 100%;
}
.icon_header img{
      width: 37%;
    margin: auto;
    display: block;
}
.logo-size-fix {
    width: 38%;
}
.header_content h5 a{
      color: #000000;
}
.button_navbar_apply{
  width: 155px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 10px 0px;
     padding: 5px;
      border-radius: 50px;
  border: 1px solid transparent;
  background-color: #000;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600 !important;
  border: 2px solid #fff;
  background-color: rgb(199 39 47);
}
.button_navbar_apply:hover{
  background-color: #fff;
  color: #000;
}
.navbar-nav {
  width: 100%;
  justify-content: right;
  margin-right: 18px;
  padding-right: 30px;
}
.navbar-collapse{
   background-color: #000;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px 30px 0px 0px;
}
.navbar-collapse::before{
     content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
   right: -119px;
    background-color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.navbar-collapse ul li .nav-link {
     color: #ffffff !important;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 14px;
    margin: 0px 0px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0px !important;
}
.navbar-collapse ul .nav-item {
  padding: 0px 5px;
}
.dropdown-toggle::after {
  display: none;
}
.btn_navabr a {
  background-color: #86bc42;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Hanken Grotesk", sans-serif;
  color: #86bc42;
  font-weight: 500;
}


.hero_slider_img img {
  width: 100%;
}

.hero_section {
  margin-top: -32px;
}
.section-2 .carousel-item img {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-content-overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-caption {
  bottom: 21%;
  text-align: left;
}
.carousel-caption h1 {
  font-weight: 700;
 font-family: "Hanken Grotesk", sans-serif;
}
.carousel-caption p {
 font-family: "Hanken Grotesk", sans-serif;
}
.carousel-caption a {
  background-color: #11aa11;
  text-decoration: none;
  padding: 8px 15px;
  color: #fff;
}
.carousel-caption a i {
  margin-left: 5px;
  font-size: 14px;
}

.about_bgcolor_home{
    position: relative;
    display: block;
    padding:60px 0 60px;
    z-index: 1;
}
.about-one__shape-1{
  background: url(./assets/images/about-one-shape-1.webp);
}
.about-one__shape-box-1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 690px;
    width: 625px;
    background-color:#f9f4e8;
    z-index: -1;
}
.about-one__left img {
    width: 85%;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 335px;
    border-bottom-right-radius: 335px;
}
.about-one__right span{
  font-size: 24px;
        color: #c7272f;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
   font-family: "Caveat", cursive;
}
.about-one__right h2{
  color: #000;
    font-size: 33px;
    padding: 10px 0px;
    font-weight: 700;
    font-family: "Hanken Grotesk", sans-serif;
}
.about-one__right p{
  text-align: justify;

}
.hero_btn_about {
    margin-top: 20px;
}
.hero_btn_about a {
        width: 175px;
    color: #000000;
    display: block;
    text-align: center;
    margin: 10px 0px;
    padding: 7px;
    border-radius: 50px;
    border: 1px solid transparent;
    background-color: #ffffff;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600 !important;
    border: 2px solid #c7272f;
}
.hero_btn_about a:hover {
    background-color: #c7272f;
    color: #fff;
    border: 1px solid #fff;
}

/* ----------------gallery-section------------------- */
.heading {
    text-align: center;
    margin-bottom: 30px;
}
.heading h1 {
   font-size: 35px;
    font-weight: 600;
    font-family: "Hanken Grotesk", sans-serif;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 10px;
}
.heading span {
   font-size: 24px;
    color: #c7272f;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: "Caveat", cursive;
}
.heading p {
  color: #fff;
}
.gallery_bgcolor{
  background-color: #000;
  padding: 60px 0px;
}


.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay img{
  width: 13%;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
     top: 70px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 40%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 50px;
    right: 190px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
.hero_btn_gallery{
      text-align: center;
    margin: auto;
    display: table;
    margin-top: 30px;
}
.hero_btn_gallery a{
  width: 175px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px 0px;
    padding: 7px;
    border-radius: 50px;
    border: 1px solid transparent;
    background-color: #000;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600 !important;
    border: 2px solid #c7272f;
}

.hero_btn_gallery a:hover {
    background-color: #c7272f;
    color: #fff;
    border: 2px solid #fff;
}
.margin_blog_bottom {
    margin-bottom: 3px;
}
.user_date_blog_details img {
        width: 17px;
    margin: 0px 5px 0px 0px;
}
.card_main_radius img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}
.user_date_blog_details_text p {
    font-size: 14px;
    color: #000;
}
.card_body_heading_title_blogs p {
    padding: 10px 0px;
}
.user_date_details img {
       width: 17px;
    margin: 0px 5px 0px 0px;
}
.user_date_details_text p {
    font-size: 16px;
    color: #000;
}
.card_body_heading_title_blogs p {
    padding: 10px 0px;
}
.card_body_heading_title_blogs h2 {
    font-size: 30px;
    text-align: left;
    font-weight: 700;
}

.card_body_heading_title_blogs h2 a {
    text-decoration: none;
    color: #000;
}
.card_blog_btn {
   width: 175px;
    color: #000000;
    display: block;
    text-align: center;
    margin: 10px 0px;
    padding: 7px;
    border-radius: 50px;
    border: 1px solid transparent;
    background-color: #ffffff;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600 !important;
    border: 2px solid #c7272f;
}

.card_blog_btn a {
    color: #000;
    text-decoration: none;
}
.media-body_heading_title h2 {
    font-size: 18px;
    font-weight: 800;
    padding: 10px 0px 5px;


}
.media-body_heading_title h2 a{
color: #000;

}
.media_bgcolor_event{
 border: 1px solid #eee9db;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0px 30px 0px 0px;
      border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.media_bgcolor_event img{
   border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.media-body_heading_title p{
      font-size: 12px;
   
   
}
.card_event_btn{
     width: 100px;
    color: #000000;
    display: block;
    text-align: center;
    margin: 10px 0px;
    padding: 3px;
    border-radius: 50px;
    border: 1px solid transparent;
    background-color: #ffffff;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 600 !important;
    border: 2px solid #c7272f
   
}
.card_event_btn a {
    color: #000;
    text-decoration: none;
}
.media-body_heading_title{
  padding: 10px 0px 0px 10px;
}
.media_bgcolor_event_top_bottom{
  margin: 25px 0px;
}
.card_event{
  border-radius: 20px;
}
.card_event img{
border-radius: 20px;

}
.event_bgcolor{
  padding: 60px 0px;
}
.heading_black {
    text-align: center;
    margin-bottom: 30px;
}
.heading_black span {
   font-size: 24px;
    color: #c7272f;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: "Caveat", cursive;
}
.heading_black h1 {
   font-size: 35px;
    font-weight: 600;
    font-family: "Hanken Grotesk", sans-serif;
    text-align: center;
    margin-bottom: 15px;
    color: #000;
    margin-top: 10px;
}
.heading_black p {
    color: #000;
}
.form_bgcolor {
  padding: 60px 0px;
  background-color: #f9f4e8;
}
.address-detail h1 {
    font-size: 35px;
    font-weight: 600;
    font-family: "Hanken Grotesk", sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #000;
}
.address-detail p {
       margin-bottom: 5px;
    text-align: justify;
}
.address-detail .map_form iframe {
    width: 100%;
}
.media_form_call_gap {
    margin-top: 20px;
}
.media_form_call img {
    width: 6%;
    margin-right: 10px;
}
.media_body_number_form p {
    font-size: 18px;
}
.contact_us_form {
    background-color: #000;
    padding: 35px 20px 35px;
    text-align: center;
    border-radius: 5px;
}
.contact_us_form h3 {
    text-align: left;
    color: #fff;
}
.contact_us_form p {
    padding-top: 10px;
    text-align: left;
    color: #fff;
}
.container_form {
    border-radius: 5px;
}

.container_form_top {
    margin-top: 20px;
}
.container_form form input {
    width: 100%;
    padding: 12px 12px;
    margin: 8px 0;
    display: inline-block;
    border-bottom: 1px solid white !important;
    background-color: transparent;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    box-sizing: border-box;
    color: #fff;
}
.container_form form select {
    width: 100%;
    padding: 12px 12px;
    margin: 8px 0;
    display: inline-block;
    border-bottom: 1px solid #fff !important;
    background-color: transparent;
    border: none;
    color: #747474;
}
.textarea_feild {
    width: 100%;
    height: 90px;
    padding: 12px 12px;
    margin: 8px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #fff !important;
    color: #747474;
    background-color: transparent;
    border: none;
    font-size: 16px;
}
.form_btn_homepage a {
    width: 175px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px 0px;
    padding: 7px;
    border-radius: 50px;
    border: 1px solid transparent;
    background-color: #000;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600 !important;
    font-family: "Hanken Grotesk", sans-serif;
    border: 2px solid #fff;
    margin: 20px auto 0px;
}
.footer {
    padding: 60px 0px 60px;
    background-color: #000;
}
.footer_description img {
    width: 25%;
    padding: 0px 0px 20px;
}
.footer_description p {
      font-size: 14px;
    text-align: justify;
    color: #fff;
}
.footer_list .footer-title {
    margin: 0px;
    font-size: 25px;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 700;
    padding: 0px 0px 20px;
    color: #fff;
}
.menu-footer ul {
    margin: 0px;
    padding: 0px;
}
.menu-footer ul li {
    list-style: none;
    color: #fff;
   font-family: "Hanken Grotesk", sans-serif;
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
}

.menu-footer ul li a {
    color: #fff !important;
}
.menu-footer ul a span {
    margin-left: 10px;
}
.menu-footer ul a {
    color: #fff !important;
    text-decoration: none;
}
.menu_footer_icon{
  margin-bottom: 10px;
}
.menu_footer_icon a{
      width: 10%;
      margin-left: 10px;
}
.menu_footer_icon a span{
  color: #fff; 
}
.menu-footer .menu_footer_icon a img {
   width: 100%;
}
.copy_bgcolor {
    background-color: #c7272f;
    padding: 15px;
   
}
.cpoyright_text h2 {
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.cpoyright_text h2 a {
    text-decoration: underline;
    color: #fff;
}

/* -------------------------------------------------------about-inner-------------------------------------------------- */
.about_bgcolor {
    background-image: url(./assets/images/page-header-bg.webp);
    padding: 100px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.about_bgcolor:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #0000006b;
}
.title span a {
   display: block;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #c7272f;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    width: 10%;
    text-align: center;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    margin: auto;
}
.title h2 {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 45px;
    line-height: 1.2em;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 9999;
        margin: 14px 0px;
}
.line-hr-secondary {
       width: 70px;
    border-top: 2px solid #c7272f !important;
    opacity: 1;
    height: 80px;
    margin-top: 15px;
    margin: auto;
    position: relative;
    z-index: 9999;
}
.about__inner_bgcolor{
  padding: 60px 0px;
}
.about-inner__left img{
  width: 100%;
}
.about_inner_list{
  padding-top: 20px;
}
.about_inner_list img{
     width: 3%;
}
.about_inner_list{
  align-items: center;
}
.media-body_pragraph p{
  margin-left: 10px;
  font-weight: 500;
}
.counter_bgcolor_about_us {
  background-color: #000;
  padding: 60px 0px;
}
/* --------counter------- */
.counter {
  padding-top: 30px;
  text-align: center;
}
.counter .counter-value {
  /* display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #e2a32d #fff #e2a32d;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 600;
  color: #e2a32d;
  position: relative; */

  display: inline-block;
  width: 105px;
  height: 105px;
  line-height: 105px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #c7272f #fff #c7272f;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
  color: #c7272f;
  position: relative;
}
.counter .counter-value:before {
  content: "";
  border-top: 15px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.counter .counter-value:after {
  content: "";
  border-radius: 50%;
  border-width: 7px;
  border-style: solid;
  border-color: #c7272f #fff #c7272f #fff;
  position: absolute;
  top: -23px;
  left: -23px;
  bottom: -23px;
  right: -23px;
  transition: all 0.3s ease 0s;
}
.counter:hover .counter-value:after {
  transform: rotate(360deg);
}
.counter .title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  /* text-transform: uppercase; */
  margin: 0;
}
.about_inner_bgcolor{
  padding: 60px 0px;
}
.about_right_text h1 {
    color: #000;
    font-size: 33px;
    padding: 10px 0px;
    font-weight: 700;
    font-family: "Hanken Grotesk", sans-serif;
}
.about_right_text .about_p_uppercase {
    font-size: 24px;
    color: #c7272f;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: "Caveat", cursive;
}
.our_mission_inner_bgcolor {
    padding: 60px 0px 60px;
    background-color: #000;
}
.mission_right_text .ourmission_p_uppercase {
      font-size: 24px;
    color: #c7272f;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: "Caveat", cursive;
}

.mission_right_text p {
    text-align: justify;
    color: #fff;
}
.mission_right_text h1 {
    color: #fff;
    font-size: 33px;
    padding: 20px 0px;
    font-weight: 600;
    font-family: "Hanken Grotesk", sans-serif;
}
.mission_right_text p {
    text-align: justify;
    color: #fff;
}
/* -------------------------------------------------------event-inner-------------------------------------------------- */
.card_event_gap{
  margin-top: 30px;
}
/* -------------------------------------------------------event-details-------------------------------------------------- */
.event_details_bgcolor {
    padding: 60px 0px;
}
.event_details_left img {
    margin-bottom: 25px;
        border-radius: 5px;
}
.event_details_left h1 {
    font-size: 35px;
    font-weight: 600;
    font-family: "Hanken Grotesk", sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #000;
}
.event_details_left p {
    text-align: justify;
    margin-bottom: 20px;
}
.details_content p {
    padding-top: 20px;
    text-align: justify;
}
.event_details_right {
     padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 5px;
    background-color: #000;
    position: relative;
    
}
.sidebar-title h4 {
    font-size: 25px;
    font-weight: 600;
    font-family: "Hanken Grotesk", sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #fff;
}
.catogery_line {
    width: 70px;
    height: 2px;
    background-color: #c7272f;
    margin: 10px 0px;
}
.sidebar-title ul {
    position: relative;
    margin: 0px;
    padding: 0px;
        margin-top: 30px;
}

/* .sidebar-title ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease;
    z-index: 1;
} */
.sidebar-title ul li a img {
        width: 7%;
    padding-right: 4px;
}
.call_section_treatment_inner_page {
    background: url(./assets/images/nuber_img.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 40px 30px 40px 30px;
    overflow: hidden;
    margin-top: 30px;
       border-radius: 5px;
    background-color: #def8f6;
}
.call_treament_inner_page_content img {
    width: 12%;
    position: relative;
}
.call_emergency_text {
    padding: 15px 0px 0px;
}
.call_emergency_text h2 {
    font-size: 28px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
}
.telephone_call {
    padding: 15px 0px 0px;
}
.telephone_call img {
    position: relative;
    z-index: 9999999;
    width: 15%;
}
.media-body_telephone_call p a {
    padding-left: 10px;
    font-size: 26px;
    color: #fff;
    position: relative;
    font-weight: 600;
    text-decoration: none;
}
.call_emergency_text p {
    color: #fff;
    position: relative;
}
.sidebar-title ul li {
    position: relative;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
  
    font-family: "Hanken Grotesk", sans-serif;
    list-style: none;
    padding-left: 0px;
}
.sidebar-title ul li a {
  
    background: #ffff;
    padding: 0px 8px;
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    color: #001819;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.blog_right_side_recent_post {
       padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    margin-top: 30px;
}
.recent-post-heading_gap {
    margin-bottom: 30px;
}
.recent-post-heading h2 {
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
}
.recent_post_information {
    font-size: 17px;
    padding: 0px 0px 0px 10px;
}
.recent_post_information h3 {
    font-size: 16px;
}
.right_side_user_date .user_color_blue {
    margin: 0px 15px 0px 0px;
}
.right_side_user_date .user_color_blue img {
       width: 14px;
    margin-right: 5px;
}
.recent_post_information span {
    font-size: 12px;
}
.media_recent_post_gap {
    margin-top: 20px;
}
.blog_right_side_recent_post::after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0px;
    left: 30px;
    right: 30px;
    background-color: #c7272f;
    z-index: 99999;
}
.event_details_right::after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0px;
    left: 30px;
    right: 30px;
    background-color: #c7272f;
    z-index: 99999;
}
blockquote {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    padding: 50px 72px;
    position: relative;
    border: none;
    background: transparent;
    margin: 30px 0 30px;
    color: #666666;
    border-radius: 5px !important;
    background-color: #f9f4e8;
}
blockquote p {
    font-style: italic;
}
 blockquote h3 {
    font-size: 17px;
    line-height: normal;
    margin-top: 20px;
    position: relative;
    font-weight: 700;
    color:#c7272f;
    text-transform: uppercase;
}
.service_detsilas_img1 img{
      border-radius: 5px;
}
.details_content1 p{
  text-align: justify;
}
/* -------------------------------------------------------contact-us-------------------------------------------------- */
.contact_bgcolor{
  padding: 60px 0px;
}
.contact-info_icon{
  border-radius: 0px;
    padding: 30px 40px;
    box-shadow: 0 0.125rem 0.25rem rgba(24, 28, 50, 0.07) !important;
    border-bottom: 5px solid #c7272f;
}
.contact-info_icon img{
     width: 10%;
    margin-right: 10px;
    margin-top: 5px;
}
  

.contact-info h3{
     font-size: 25px;
    line-height: 34px;
    margin-bottom: 8px;
    color: #c7272f;
    font-weight: 600;
}
.contact-info p{
  font-size:18px;
}
.contact_us_map iframe {
    width: 100%;
       height: 458px;
    border: none;
}
.map_bgcolor{
  padding: 60px 0px;
    background-color: #f9f4e8;
}
/* ---------------------------------------------------------top-bar--------------------------------------------- */
.ddded {
    background: #000000 !important;
}

.toolbar-area {
   padding: 15px 20px;
}
.toolbar-site_bg h6 {
    color: #fff;
    margin: 0px;
    font-weight: 500;
}
.toolbar-area .toolbar-sl-share ul {
   text-align: center;
    margin: 0px;
    padding: 0;
    display: flex;
    width: 80%;
    margin: auto;
}
.toolbar-area .toolbar-sl-share ul li {
 
  color: #fff;

  list-style: none;
}
.toolbar-area .toolbar-sl-share ul li a{
  width: 100%;
    display: flex;
    float: right;
    text-align: right;
    justify-content: end;
}
.toolbar-area .toolbar-sl-share ul li a img {
    display: block;
    color: #fff;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
    width: 20%;
}
.row_arix_align {
    align-items: center;
}
.gallery_inner_bgcolor{
  padding: 60px 0px;
}
.hero_btn_about_margin_center{
      margin: auto;
    display: table;
    margin-top: 30px;
}
.board_member_images img{
  width: 100%;
}
.board_member_title h2{
      font-size: 22px;
    text-align: center;
    /* margin-top: 15px; */
    border: 2px solid #fff;
    background-color: rgb(199 39 47);
    padding: 12px;
    color: #fff;
    border-radius: 5px;
}
.unit_inner_bgcolor{
  background-color: #000;
  padding: 60px 0px 60px;
}
.unit_heading_black h1{
       font-size: 35px;
    font-weight: 600;
    font-family: "Hanken Grotesk", sans-serif;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 10px;
}
.unit_title h2 {
    font-size: 22px;
    text-align: center;
    /* margin-top: 15px; */
    border: 2px solid #fff;
    background-color: rgb(199 39 47);
    padding: 12px;
    color: #fff;
    border-radius: 5px;
}

.board_member_images_top_gap{
  margin-top: 30px;
}
.card_body_text{
      background-color: #fff;
    padding: 15px;
        border-top: 1px solid #cfcfcf;
}
.card_body_text h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-top: 10px;
        margin-bottom: 10px;
}
.card_body_text p {
    padding: 10px 0px;
    font-size: 16px;
     color: #000;
}
.card_body_text a {
       font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 5px 13px;
    width: 50%;
    background-color: rgb(199 39 47);
    color: #fff;
    -webkit-transition: all ease 0.238s;
    -moz-transition: all ease 0.238s;
    transition: all ease 0.238s;
    border-radius: 50px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    margin-top: 0px;
    text-decoration: none;
}
.partner_bgcolor_about_us{
  padding: 60px 0px;
}
.heading_partner {
    text-align: center;
    margin-bottom: 30px;
}
.heading_partner h1 {
    font-size: 35px;
    font-weight: 600;
    font-family: "Hanken Grotesk", sans-serif;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
    margin-top: 10px;
}
.card_body_text_partner {
    background-color: #000;
    padding: 15px;
}
.card_body_text_partner h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
}
.card_body_text_partner p {
    padding: 10px 0px;
    font-size: 16px;
    color: #fff;
}
.card_body_text_partner a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 5px 13px;
    width: 115px;
    background-color: rgb(199 39 47);
    color: #fff;
    -webkit-transition: all ease 0.238s;
    -moz-transition: all ease 0.238s;
    transition: all ease 0.238s;
    border-radius: 50px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    margin-top: 0px;
    text-decoration: none;
}
.impact_btn{
      text-align: center;
    margin: auto;
    display: table;
    margin-top: 30px;
}
.card_service-body_top_gap{
  margin-top: 30px;
}




.donate_bgcolor{
  padding: 60px 0px;
}
table, td, th {  
  border: 1px solid #ddd;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 15px;
}
.table_data table tr .bank_name_text{
  font-weight: 700;
}
@media screen and (min-width: 992px) {
.toolbar-area{
  display: none;
}

}
@media screen and (max-width: 992px) {
  .toolbar-area .toolbar-sl-share ul li a {
  width: 100%;
  display: flex;
  float: right;
  text-align: center;
  justify-content: center;
}
.toolbar-area .toolbar-sl-share ul {
text-align: center;
    margin: 0px;
    padding: 0;
    display: flex;
    width: 80%;
    margin: auto;
    justify-content: center;
}
.toolbar-site_bg h6 {
padding-bottom: 17px;
    text-align: center;
}
.toolbar-area .toolbar-sl-share ul li a img {
  display: block;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
  text-decoration: none;
  width: 25%;
}
  .logo-size-fix {
  width: 25%;
}
.navbar-collapse {
 background-color: #000;
    position: relative;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0px 30px 4px 10px;
}
.top-logo {
  display: inline-flex;
  justify-content: space-between;
  padding: 0px 20px 9px;
}
.main-menu__right-top-address{
  display: none;
}
.about-one__shape-box-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f9f4e8;
  z-index: -1;
}
.about-one__left img {
  width: 100%;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 335px;
  border-bottom-right-radius: 335px;
}
.about-one__right{
  margin-top: 30px;
}
.about-one__right h2 {
  color: #000;
  font-size: 25px;
  padding: 10px 0px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
}
.heading h1 {
  font-size: 25px;
  
}
.heading_black h1 {
  font-size: 25px;
 
}
.card_body_heading_title_blogs h2 {
  font-size: 20px;
  text-align: left;
  font-weight: 700;
}
.media_bgcolor_event {
 padding: 0px 0px 10px 0px;
  display: block;
}
.media_bgcolor_event img {
  border-radius: 20px;
}
.media-body_heading_title {
  padding: 20px 0px 0px 10px;
}
.card_body_heading_title_blogs p {
  padding: 10px 0px;
  font-size: 15px;
}
.media-body_heading_title p {
  font-size: 15px;
}
.media-body_heading_title p {
  font-size: 15px;
 
  padding: 10px 0px;
}
.card_blog_btn {
 width: 100px;
  color: #000000;
  display: block;
  text-align: center;
  margin: 10px 0px;
  padding: 3px;
  border-radius: 50px;
  border: 1px solid transparent;
  background-color: #ffffff;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 600 !important;
  border: 2px solid #c7272f;
}
#overlay {

  top: 10px;
  
}
.hero_btn_about a {
 
  border: 2px solid #c7272f;
}
.button_navbar_apply {
  width: 120px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 5px 0px;
  padding: 4px;
  border-radius: 50px;
  border: 1px solid transparent;
  background-color: #000;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 600 !important;
  border: 2px solid #fff;
  background-color: rgb(199 39 47);
}
.hero_btn_about a {
  width: 175px;
  color: #000000;
  display: block;
  text-align: center;
  margin: 10px 0px;
  padding: 7px;
  border-radius: 50px;
  border: 1px solid transparent;
  background-color: #f9f4e8;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600 !important;
  border: 2px solid #c7272f;
}
.media_bgcolor_event_responsive{
  margin-bottom:25px;
}
.media_bgcolor_event > img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
}
.footer_list .footer-title {

  margin-top: 30px;
}
.menu_footer_icon a {
  width: 10%;
  margin-left: 2px;
}
.row_margin_responsive{
  margin: 0px;
}
.title h2 {
   
    font-size: 30px;
    
}
.title span a {
    
    width: 30%;
   
}
.line-hr-secondary {
   
    height: 0px;
   
}
.about_bgcolor {
   
    padding: 60px 0;
  
}
.about_inner_list img {
    width: 5%;
}
    .counter {
        margin-bottom: 30px;
    }
    .top_gap_responsive{
      margin-top: 30px;
    }
    .about_right_text h1 {
   
    font-size: 25px;
   
}
.mission_right_text h1 {
    
    font-size: 25px;
   
}
.contact_us_form h3 {
    text-align: left;
    color: #fff;
    font-size: 22px;
}
.media_bgcolor_event_top_bottom_res{
  margin: 25px 0px;
}
blockquote{
  padding: 30px 30px !important;
}
.service_detsilas_img1_mobile_hide{
  display: none;
}
.sidebar-title h4 {
    font-size: 25px;
    
}
.event_details_right {
   
    margin-top: 30px;
}
.navbar-collapse::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px !important;
   
}
#exitButton {
    color: #fff;
    /* font-size: 2em; */
    transition: opacity 0.8s;
    position: absolute;
    top: 132px;
    right: 19px;
    width: 10%;
}
.contact-info_icon_top_bottom_gap_responsive{
  margin: 30px 0px;
}
.unit_title_responsive_top_bottom{
  margin: 30px 0px;
}
.card_service-body_gap_top{
  margin: 30px 0px 0px;
}
}
.reports_bgcolor{
  padding: 60px 0px;
}
.card_service-body{
  border: 1px solid #d2d2d26e;
}
.hero_btn_about_our_impact{
  text-align: center;
  margin: auto;
  display: table;
}
.service_logo img{
      box-shadow: 0px 0px 3px 0px #8888888f;
    padding: 12px;
}
















.container__img-holder {
  /* max-width: 280px; */
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: 16px;
  cursor: pointer;
}
.gallery_imgges_text h3{
        text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 17px;
     
    font-family: 'Merriweather';
    text-align: center;
   
    padding: 10px 15px 30px 15px;
    cursor: pointer;
}
.container_width_height .container__img-holder:nth-child(3n+1) {
  margin-left: 0;
}
/* .container__img-holder{
    border: 4px solid #cbcbcb;
} */
.container__img-holder img {
    /* width: 100%;
    height: 100%;
    display: block; */
        object-fit: cover;
  width: 350px;
    height: 350px;
    /* border: 10px solid #fff; */
}


/* Popup Styling */
.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
 background: rgb(0 0 0 / 67%);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
      z-index: 99999999;
}

.img-popup img {
     max-width: 500px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #fff;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

}

@media screen and (max-width: 880px) {

  .container_width_height .container__img-holder:nth-child(3n+1) {
    margin-left: 0px;
  }

}