body {
  font-family: "Roboto", sans-serif;
  color: #1b161d;
  background-image: url(../images/otherbg-01.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center;
  background-attachment: fixed;
}

.body-bg {
  background-image: url(../images/body_bg-01.svg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

.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;
}

/*header section*/


.hero_area {
  height: 600px;
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  left: 0;
  top: 0;
  background-color: #2c7ad8;
  clip-path: polygon(0 0, 100% 0, 100% 73%, 0% 100%);
}

.sub_page .hero_area::before {
  clip-path: none;
}


.hero_area.sub_pages {
  height: auto;
}

.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 img {

  margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 25px;
  color: #fefeff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 14px;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;

}

.custom_menu-btn button span {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 7px 0;
  transition: all .3s;
}

.menu_btn-style {
  position: fixed;
  right: 29px;
  top: 14px;
}

.custom_menu-btn .s-2 {
  transition: all .1s;
}

.menu_btn-style button .s-1 {
  transform: rotate(45deg) translateY(17px);
}

.menu_btn-style button .s-2 {
  transform: translateX(100px);
}

.navbar-nav a {
  color: white;
  text-decoration: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
}

.overlay a:hover {
  color: #9eb472;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}



a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}



.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {

max-height: 55px;
  margin-right: 5px;
}



.navbar-brand span {
  font-family: 'Ranchers', cursive;
  text-transform: capitalize;
  font-size: 28px;
  color: #fefeff;
  margin-top: 5px;

}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.quote_btn-container a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fc5d35;
  color: #f7f7f7;
  font-size: 14px;
  text-transform: uppercase;
}

/*end header section*/

/* slider section */


.slider_section .row {
  align-items: center;
  text-align: center;
}

.slider_detail {
  color: #fefeff;
  min-height: 30vw;
}

.slider_detail img {
  height: 2em;
}

.slider_detail h1 {
  text-align: left !important;
  font-weight: bold;
  text-transform: uppercase;
}

.slider_detail h1 span {
  color: #010106;
}

.slider_detail p {
  margin: 25px 0 35px 0;
}

.slider_detail a {
  display: inline-block;
  padding: 9px 35px;
  border: 2px solid #fefeff;
  color: #fefeff;
  border-radius: 35px;
}

.slider_detail a:hover {
  background-color: #fefeff;
  color: #010106;
}

.slider_detail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 40%;
  background-color: rgb(255, 255, 255);
  filter: blur(60px) opacity(.4);
}

.slider_img-box img {
  padding-left: 10%;
  align-self: center;
  position: relative;
  z-index: 2;

}

.slider_img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 40%;
  background-color: #fff;
  filter: blur(60px) opacity(.6);

}

.slider_section .carousel-indicators {
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #fff;
  justify-content: flex-start;
  margin: 0;
  left: 5%;
  align-self: center;
}

.slider_section .carousel-indicators li {
  text-indent: initial;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  line-height: 10px;
  opacity: 0.9;
}

.slider_section .carousel-indicators .active {
  font-size: 24px;
}

.slider_section #carouselExampleControls,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.slider_section .carousel_btn-container {
  width: 100px;
  position: absolute;
  top: 110%;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background-color: #292727;
  background-size: 12px;

}

.slider_section .carousel-control-prev {
  background-image: url(../images/left-black-arrow.png);
}

.slider_section .carousel-control-next {
  background-image: url(../images/right-black-arrow.png);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/prev.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/next.png);
}

.carousel-item img {
  max-height: 300px; /* Adjust the height as needed */
  object-fit: cover; /* Maintain aspect ratio and cover the entire container */
}

/* end slider section */

/* about section */

.about_section {
  margin-top: 45px;
  text-align: center;


}

.about_section h4 {
  font-size: 22px;
}

.about_card-container {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #b7c78a;
}

.about_card {
  margin: 45px 20px;
  min-width: 300px;
  height: 540px;
}

.about_card img {
  transition: 0.2s;
}

.about_card img:hover {
  transform: scale(1.8);
}

.about_card .about-detail {
  padding: 5px 25px 35px 25px;
  height: 420px;

}

.about_card .about_img-box {
  width: 100%;
  height: auto;
  margin: 50px auto;

}

.about_card .about-detail p {
  margin-top: 15px;
}

.about_card img {
  width: 100%;
}

.about_card a {
  display: inline-block;
  padding: 8px 25px;
  border: 2px solid #c4d70f;
  color: #c4d70f;
  border-radius: 35px;
  margin-top: 55px;
}

.about_card a:hover {
  background-color: #c4d70f;
  color: #fefeff;
}


/* end about section */

/* flip card section */

.services-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.service {
  margin: 8px;
}

.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  font-family: 'Ranchers', cursive;
  font-kerning: auto;
  background-image: url(../images/card.png);
  background-size: cover;
  color: #2c7ad8;
  border-radius: 10px;
}

.flip-box-front img {
  height: 60px;
  width: 60px;
}

.flip-box-back {
  font-family: 'Edu SA Beginner', cursive;
  background-image: url(../images/card.png);
  background-size: cover;
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}

.flip-box-back p {
  color: black !important;
}

/* end flip card section */



/* gallery section */

.gallery_section {
  text-align: center;
}

.carosel {
  margin-top: 40px;
  margin-left: 30px;
  display: flex;
  gap: .7em;

  /* adds scrolling for the element: */
  overflow-x: scroll;
  overflow-y: hidden;
  /* removes the horizontal scrollbar: */
  scrollbar-width: none;
}

.carosel--item {
  min-width: 360px;
  height: 360px;
  border-radius: .4em;
  background-position: center;
  background-size: cover;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  transition: clip-path 1s;
}

.carosel--item:hover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%);
}

.one {

  background-image: url(../images/hexagon/hex1-01.jpg);
}

.two {
  background-image: url(../images/hexagon/hex2-01.jpg);
}

.three {
  background-image: url(../images/hexagon/hex3-01.jpg);
}

.four {
  background-image: url(../images/hexagon/hex4-01.jpg);
}

.five {
  background-image: url(../images/hexagon/hex5-01.jpg);
}

.six {
  background-image: url(../images/hexagon/hex6-01.jpg);
}

.seven {
  background-image: url(../images/hexagon/hex7-01.jpg);
}

/* end portfolio section */

.banner {
  text-align: center;
}

.banner_box {
  column-count: 2;
  background-color: white;
  margin: 0 0 0 0;
  column-width: 50vw;
}
.banner_box img {
  width: 49vw;
}

/* team section */

.team_section {
  text-align: center;
}

.team_card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 30px solid #2c7ad8;
  border-radius: 20px;
  background-image: url(../images/board.jpg);
  background-repeat: stretch;
  background-clip: padding-box;
  overflow: hidden;
}

.team_detail-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  color: white;
  font-family: 'Edu SA Beginner', cursive;
}

.team_detail-box img {
  width: 100%;
  max-width: 290px;
  height: auto;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

@media (min-width: 576px) {
  .team_detail-box {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .team_detail-box {
    column-count: 3;
  }
}


.team_detail-box div {
  break-inside: avoid-column;
}

.team_social {
  display: flex;
  justify-content: space-between;
}

.team_follow h6 {
  color: #9be604;
}

/* end team section */

/* NPO section */

.NPO_detail-box {
  width: 90%;
  margin: 35px auto 0 auto;
  padding: auto;
}

.NPO_card {
  width: 75vw;
  margin: 35px 35px;
  padding: 10px 10px;
  border-radius: 15px 50px;
  border: double thick orange;
  background-color: #ffffd4;
}

.NPO_card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.WOF_Section {
  width: 85%;
  margin: auto;
  padding: 10px 50px;
  border-radius: 30px 30px;
  border: thick double #ffffff;
  background-color: rgba(255, 254, 247, 0.5);
  align-content: center;
  text-align: center;
}

.WOF_Section h1 {
  margin-bottom: 50px;
}

.WOF_Section img {
  transition: 1s;
}

.WOF_Section img:hover {
  transform: scale(1.3);
}



/* contact section */
.contact_section .row {
  align-items: center;
  border-bottom: 1px solid #b7c78a;
}

.contact_section h2 {
  text-align: center;
  margin: 50px 50px;
}

.contact_section p {
  color: #787877;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}


.contact_section label {
  display: flex;
  flex-direction: column;
  color: #797879;
  margin-bottom: 25px;
}

.contact_section input,
.contact_section textarea {
  outline: none;
  border: 1px solid #c1c1c2;
  width: 90%;
  height: 45px;
  padding: 0 15px;
  margin-top: 5px;
}

.contact_section textarea {
  height: 175px;
  padding: 5px;
}

.contact_form-container {
  padding: 15px 0 15px 0;
}

.contact_form-container button {
  border: none;
  background-color: #2c7ad8;
  color: #fff;
  padding: 12px 45px;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
}

.contact_img-box img {
  width: 100%;
}


/* contact section */

/* info section */
.info_section {
  position: relative;
}

.info_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -3px;
  background-color: #2c7ad8;
  clip-path: polygon(0 200Px, 100% 0, 100% 100%, 0% 100%);
}

.info_content {
  margin-top: 250px;
}

.info_section img {
  width: 100%;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 10px 0;
}

.info_section ul li a,
.info_section ul li a:hover {
  color: #fff;
}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.info_section .social-box {
  margin: 25px 0;
  overflow-x: hidden;
}

.info_logo .navbar-brand span {
  color: #fff;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

.form_container form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.info_section .form_container input {
  width: 95%;
  height: 45px;
  border-radius: 0;
  border: none;
  outline: none;
  padding-left: 5px;
  border-bottom: 1px solid #626262;
  background-color: transparent;
}


.info_section .form_container button {
  background-color: #9eb472;
  border: none;
  outline: none;
  color: #fff;
  padding: 8px 50px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 25px;
  text-transform: uppercase;
  margin-top: 35px;

}

.info_img-box iframe {
  padding: 10px 10px;
  border-radius: 50px 15px;
  border: thick double #ffffff;
  overflow-x:hidden;
  overflow-y: hidden;
}

/* end info section */
.footer_hr {
  position: relative;
  width: 55%;
  margin: 0 auto;
  background-color: #626262;
}

/* footer section*/

.footer_section {
  background-color: #191919;
  padding: 25px 20px;
}

.footer_section p {
  color: #fefeff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fefeff;
}

/* end footer section*/

.col-md-6 a {
  text-decoration: none;
  color: white;
}

.col-md-6 a:hover {
  text-decoration: underline;
  color: #9eb472;
}



#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 990){
  .navbar-brand img {
    width: 70vw;
    height: auto;
  }
  .iframe {
    width: 200px;
  }
}
  

@media only screen and (max-width: 1078px) {
  .modal-content {
    width: 100%;
  }

  .banner_box {
    column-count: 1;
    column-width: 100%;
  }
  .banner_box img {
    width: 100vw;
  }
}


.modal_container {
  margin: auto;
  height: 230px;
  overflow-x: auto;
  white-space: nowrap;
  /* THIS IS THE LINE */
  width: 90%;
}