body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.hero_next_section-margin {
  margin-top: 30px;
}

/*header section*/
.hero_area {
  position: relative;
  background-color: #0b907b;
  height: 45vh;
}

.sub_page .hero_area {
  height: auto;
}


.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #d9dee9;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #066697;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;

}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  position: relative;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  width: 65%;
  left: 50%;
  height: 3.5px;
  background-color: #0b907b;
  bottom: 8px;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #fefdfc;
  margin-left: 10px;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 30px;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 90%;
  margin: auto; 
  -webkit-transform: translateY(50px);
          transform: translateY(60px);
  height: 95%;
  display: -webkit-box;

}

/*---------Background Image-----------*/
#intro .carousel-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*------Background Image Opacity Cover-------*/
#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*-----Banner Content Layout------*/
#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%



}

#intro .carousel-content {
  text-align: center;
  opacity: 0;
  animation: fadeIn 15s forwards;

}


@keyframes fadeIn {
  from{
    opacity: 0;
  }
  to{
    opacity: 0.9;
    transform: scale(1);
  }
}

#intro h2 {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 40px;
  font-weight: 600;

}

#intro p {
  width: 90%;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 20px;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 10;
  transition: 10s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}


/*end header section*/


/*--------------------------------------------------------
# Services Section
--------------------------------------------------------*/

.offer_section .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin: 20px 0;

}

.offer_section .heading_container h2{
padding-top: 130px;
}

.offer_section .content-box .img-box {
  min-width: 105px;
  min-height: 95px;
  background-color: #eeeded;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content:center;
  margin-right: 25px;
  margin-bottom: 40px;
}

.offer_section .content-box:hover .img-box {
  background-color: #0b907b;
}

.offer_section .content-box .img-box img {
  width: 62px;
  height: 62px;
}

.offer_section .content-box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.offer_section .content-box .detail-box p {
  margin: 15;
  margin-right: 100px;
  font-size: 15px

}

.gallery {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;

}

.gallery .dropdown img{
  border-radius: 50%;
  height: 100%;
}

.gallery .dropdown_content img{
  border-radius: 0%;
}

h2{
  font-size: 40px;
  color: black;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1px;
  word-spacing: 2px;

}

p{
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 20px 0;


}

.dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 5px;


}

.dropdown_content {
  position: absolute;
  top: -255%;
  right: 1px;
  background-color: aliceblue;
  min-width: 160px;
  margin-top: 2px;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
  z-index: 1;
  display: none;

}

.dropdown_content h4 {
  margin-bottom: 5px;
  font-size: 16px;
  
}

.dropdown:hover .dropdown_content {
  display: block;
}

.text {
  font-size: 12px;
  text-align: left;
  padding: 20px 15px;
}

.btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  letter-spacing: 1px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.btn-1 {
  background-color: #0C8371;

}

.services-readmore {
  background-color: white;

}

.services-readmore .detail-box{
  display: inline-block;
  padding: 8px 41px;
  background-color: #0b907b;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
}
.services-readmore .detail-box:hover {
  background-color: #045b87; 
  color: white;
  font-weight: bold;
}

.services-readmore .detail-box a:hover {
  color: white;
  font-weight: bold;
}

/*------------------------------------------------
# Services Slide Section
------------------------------------------------*/

.donate_section {
  width: 100%;
  float: initial;
  background-image: url(../images/donate-bg.png);
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 90px;
  margin-top: 100px;

}

.donate_taitals {
  width: 100%;
  font-size: 40px;
  padding-top: 5px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.donate_taital {
  width: 100%;
  font-size: 40px;
  padding-top: 150px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.donate_taital_main {
  width: 100%;
  border: 1px solid #b1afd1;
  padding: 40px 20px 60px 20px;
  display: flex;
}

.donate_left {
  width: 25%;
  float: left;
}

.donate_right {
  width: 100%;
}

.client_img {
  width: 100%;
}

.client_name_text {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.dummy_text {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  margin-left: 0px;
  text-align: left;
}

#main_slider a.carousel-control-next {
  position: absolute;
  right: -89px;
  top: 23%;
  background-color: #0b907b;
}

#main_slider a.carousel-control-prev {
  position: absolute;
  right: -89px;
  top: 52%;
  left: initial;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
  width: 68px;
  height: 68px;
  background: #045b87;
  opacity: 1;
  font-size: 30px;
  color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
  background: #22a793;
  color: #ffffff;
}


/* donate section end */


/*-------------------------------------------------
# About Section
-------------------------------------------------*/
.about_section {
  background-color: #f7f7f7;
}

.about_section .detail-box h2{
  padding-top: 30px;

}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .row .col-md-6 {
  padding: 0;
}

.about_section .img-box img {
  width: 100%;
  height: 500px;

}

.about_section .detail-box {
  padding: 15px 0;
}

.about_section .detail-box p {
  margin-top: 5px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 5px 21px;
  background-color: #0b907b;
  color: #fefdfc;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 25px;

}

.about_section .detail-box a:hover {
  background-color: #0c8371;
  font-weight: bold;
}

img[src="images/logo_bottom.png"]{
  padding-bottom: 30px;

}

/*..........Vison and Mission Section.................*/

.vision_section{
  padding-bottom: 10px;

}

.vision_section .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin: 20px 0;


}

.vision_section .heading_container h2{
padding-top: auto;
}

.vision_section h6{
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
}

.vision_section .content-box .p{
  text-align: left;
}

.vision_section .content-box .img-box {
  min-width: 105px;
  min-height: 95px;
  background-color: #eeeded;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content:center;
  margin-right: 25px;
  margin: 20px;
}

.vision_section .content-box:hover .img-box {
  background-color: #0b907b;
}

.vision_section .content-box .img-box img {
  width: 62px;
  height: auto;
}

.vision_section .content-box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.vision_section .content-box .detail-box p {
  margin: 15;
  margin-right: 100px;
  font-size: 15px;

}

/*------------------------------------------------------
# Testimonial Section
------------------------------------------------------*/
.testimonial_section {
  font-family: "Lato", sans-serif;
  padding-top: 160px;

}

.testimonial_section h2 {
  text-align: center;

}

.testimonial_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;

}

.testimonial_section .client_container .img-box {
  width: 250px;
  border: 5px solid #ffffff;
  border-radius: 90%;
}

.testimonial_section .client_container .img-box img {
  width: 90%;
}

.testimonial_section .client_container .detail-box {
  margin-top: 25px;
}

.testimonial_section .client_container .detail-box h4 {
  text-transform: uppercase;
  color: #1d1b28;
  font-weight: normal;
}

.testimonial_section .client_container .detail-box h6 {
  text-transform: uppercase;
  color: #045b87;
}

.testimonialt_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}

.testimonial_section .client_container .detail-box img {
  width: 60px;
}

.testimonial_section .carousel-control-prev,
.testimonial_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #045b87;
  opacity: 1;
  top: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.testimonial_section .carousel-control-prev:hover,
.testimonial_section .carousel-control-next:hover {
  background-color: #07ab92;
}

.testimonial_section .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.testimonial_section .carousel-control-next {
  background-image: url(../images/next.png);
}

/*--------+++++++++----------*/
.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.testimonial {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.testimonial-content {
  flex: 1;
}

.testimonial h2 {
  margin: 0.1rem 0;
 font-size: large;
 font-weight: 1000;
  color: #0b907b;
  font-style: normal;
}

.testimonial p {
  margin: 0.1rem 0;
}

.review {
  font-style: italic;
}

.rating {
  color: #d6bd31;
}

.review-button-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.review-button {
  background-color: #0b907b;
  color: white;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2rem;
}

.review-button:hover {
  background-color: #006e5e;
  color: #fff;
}



/*------------------------------------------------------
# Affiliation Section
------------------------------------------------------*/
.client_section {
  font-family: "Lato", sans-serif;

}

.client_section h2 {
  text-align: center;


}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;

}

.client_section .client_container .img-box {
  width: 250px;
  border: 5px solid #ffffff;
  border-radius: 100%;
}

.client_section .client_container .img-box img {
  width: 100%;
}

.client_section .client_container .detail-box {
  margin-top: 25px;
}

.client_section .client_container .detail-box h4 {
  text-transform: uppercase;
  color: #1d1b28;
  font-weight: normal;
}

.client_section .client_container .detail-box h6 {
  text-transform: uppercase;
  color: #045b87;
}

.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}

.client_section .client_container .detail-box img {
  width: 60px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #045b87;
  opacity: 1;
  top: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #07ab92;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
}

/*--------------------------------------------------------
# Gallery Section
---------------------------------------------------------*/


.gallery2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
  padding: 20px;
}

.photos {
  position: relative;
  overflow: hidden;
}

.photos img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.photos:hover img {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* Shadow */
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.photos:hover .caption {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .gallery2 {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 768px) {
  .gallery2 {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .caption {
      font-size: 12px;
      padding: 8px;
  }
}

@media (max-width: 480px) {
  .gallery2 {
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  .caption {
      font-size: 10px;
      padding: 6px;
  }
}


/*-------------------------------------------------------
Certificates Section
--------------------------------------------------------*/

.certificate-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 50px;
}

.certificate-item {
  position: relative;
}

.certificate-caption {
  position: absolute;
  bottom: 5px;
  left: 6%;
  right: 6%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
}

.thumbnail {
  width: 200px;
  height: auto;
  margin: 0 10px;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}

.certificate-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: none;
}

.popup-certificate {
  max-width: 80%;
  max-height: 80%;
}

/*--------------------------------------------------------
End of Certificates Section
--------------------------------------------------------*/

/*--------------------------------------------------------
Client Logo Section
--------------------------------------------------------*/
.client-logos {
  text-align: center;
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.client-logos h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}


.logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-top: 50px;
}

.logo {
  flex: 1 1 150px; /* Adjust based on the desired size */
  max-width: 150px;
  transition: transform 0.3s ease;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.logo:hover {
  transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .client-logos {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 768px) {
  .client-logos {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .client-logos h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: bold;
  }
}

@media (max-width: 480px) {
  .client-logos {
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

}

/*-------------------------------------------------------
End Client Logo Section
--------------------------------------------------------*/

/*--------------------------------------------------------
End of Gallery Section
---------------------------------------------------------*/


/*---------------------------------------------------------
# Contact Form Section
---------------------------------------------------------*/
.contact_section {
  position: relative;
  background-color: #0b907b;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: small;
  margin: auto;
  border-radius: 0px;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 20px;
  padding-top: 20px;
}


.contact_section h1{
  cursor: pointer;

}

.contact_section input[type=text], select{
    width: 34%;
    padding: 6px 12px;
    margin: 4px 0;
    display:inline-block; 
    border: 1px solid #ccc;
    border-radius: 30px;
    box-sizing: border-box;
}

.contact_section input[type=checkbox]{
    width: 14px;
    height: 14px;
}

.contact_section input[type=submit]{
    width: 15%;
    background: #045b87;
    color: white;
    font-weight: bold;
    padding: 8px 10px;
    margin: 8px 0;
    border: #ccc;
    border-radius: 30px;
    cursor: pointer;
}

.contact_section input[type=submit]:hover{
    background: #0475ad;
}

/*-------------------------------------------------------
Contact Us Section
-------------------------------------------------------*/
.info_section {
  background-color: white;
  color: black;
  font-family: "Lato", sans-serif;
}

.info_section h5 {
  margin: 20px 0 25px 0;
  font-weight: 400;
  text-transform: uppercase;
}

.info_section .form_heading {
  font-weight: normal;
  text-transform: uppercase;
}

.info_section .info_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
}

.info_section .info_logo a span {
  font-size: 24px;
  font-weight: 700;
  color: #fefdfc;
  margin-left: 10px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form form input {
  min-width: 100%;
  height: 45px;
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 0 15px;
}

.info_section .info_form form button {
  padding: 0 45px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #050505;
  text-transform: uppercase;
  background-color: #ffff00;
  -webkit-transform: translate(-102%);
          transform: translate(-102%);
  margin-top: 2.5px;
}

/* footer section*/
.footer_section {
  background-color: #252525;
  padding: 20px;
  background-color: #d9dee9;
}

.footer_section p {
  margin: 0;
  text-align: center;
  color: #045b87;
}

.footer_section a {
  color: #045b87;
}

/*Social Media Icons*/
.fa-brands{
  font-size: 30px;
  color: #045b87;

}

.images{
  background: transparent;

}

/*----------------------------------------------------------
# Responsive Media Queries
----------------------------------------------------------*/
@media screen and (max-width: 600px){

  .header #logo {
    padding-left: 20px;
  }

  .layout_padding {
  padding: 10px 0;
  }

  .hero_next_section-margin {
    margin-top: 90px;
  }

  .heading_container h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  }

/*Services Respoinsive Section*/

.offer_section .content-box {
  margin: 25px 0;
}

.offer_section .heading_container h2{
padding-top: 0px;
}

.offer_section .content-box .img-box {
  min-width: 72.5px;
  min-height: 67.5px;
  margin-right: 25px;
}

.offer_section .content-box .img-box img {
  width: 50px;
  height: auto;
}

.offer_section .content-box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

.offer_section .content-box .detail-box p {
  margin: 0;
  font-size: 14px;
}

.services-readmore {
  background-color: white;

}

.services-readmore .detail-box{
  padding: 6px 22.5px;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 13px;
}

.donate_section {
  width: 100%;
  float: initial;
  background-image: url(../images/donate-bg.png);
  height: auto;
  background-repeat: no-repeat;
  background-size: inherit;
  padding-bottom: 90px;

}

.donate_taitals {
  width: 100%;
  font-size: 26px;
  padding-top: 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.donate_taital {
  width: 100%;
  font-size: 30px;
  padding-top: 100px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.donate_taital_main {
  width: 100%;
  border: 1px solid #b1afd1;
  padding: 40px 20px 60px 20px;
  display: flex;
}

.donate_left {
  width: 25%;
  float: left;
}

.donate_right {
  width: 100%;
}

.client_img {
  width: 100%;
  
}

.client_name_text {
  width: 100%;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  margin-top: 20px;
}

.dummy_text {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  margin-left: 0px;
  text-align: justify;
}

#main_slider a.carousel-control-next {
  position: absolute;
  right: 140px;
  top: 115%;
  background-color: #0b907b;
}

#main_slider a.carousel-control-prev {
  position: absolute;
  right: 190px;
  top: 115%;
  left: initial;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
  width: 48px;
  height: 48px;
  background: #108fce;
  opacity: 1;
  font-size: 30px;
  color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
  background: #22a793;
  color: #ffffff;
}


/* donate section end */

/*About Respoinsive Section*/

.about_section .img-box img {
  width: 100%;
  height: 350px;

}

.about_section .detail-box {
  padding: 25px 0;
}

.about_section .detail-box p {
  margin-top: 20px;
  font-size: 14px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #0b907b;
  color: #fefdfc;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 20px;

}

.about_section a{
  padding: 5px 1px;
  font-size: 13px;

}

img[src="images/logo_bottom.png"]{
  padding-bottom: 50px;

}

/*Testimonial and Affiliations Responsive Section*/ 

.client_section h2 {
  padding-top: 20px;

}

.client_section  h4 {
  font-weight: bolder;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 50px;

}

.client_section  h6 {
  font-size: 14px;

}

.client_section .client_container .img-box {
  width: 150px;
}

.client_section .client_container .img-box img {
  width: 100%;
}

.client_section .client_container .detail-box {
  margin-top: 25px;
}

.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
  font-size: 14px;
}

.client_section .client_container .detail-box img {
  width: 40px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 30px;
  height: 30px;
  background-color: #045b87;
  opacity: 1;
  top: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}


/*Contact Section Respoinsive Section*/

.info_section h1{
  font-size: 32px;
  padding-top: 30px;
}


/*Footer Section Respoinsive Section*/

  .footer_section {
    background-color: #252525;
    padding: 15px;
    background-color: #d9dee9;
  }

  .fa-brands{
    font-size: 20px;
    color: #045b87;

  }
}
/*# sourceMappingURL=style.css.map */