/*

New Event

http://www.templatemo.com/tm-486-new-event

*/
* {
  box-sizing: border-box;
}

body {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h3,
h5 {
  font-weight: 500;
}

h1 {
  font-size: 40px;
  letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
  letter-spacing: 1px;
  padding-top: 10px;
}

p {
  /*  color: #707070; */
  font-size: 14px;
  line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: "Cortado", "Nanum Brush Script", cursive;
  font-style: normal;
  font-size: 1.2857em;
  line-height: 1.25;
  font-weight: normal;
  color: #b27409;
}

p {
  font-family: "Sofia", sans-serif;
  color: #00344f;
  font-size: 1.2rem;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.quote {
  font-style: italic;
}
.quote::before {
  content: "\f10d";
  font-family: "FontAwesome";
  color: #b27409;
  font-size: 1.5rem;
  position: relative;
}
.quote::after {
  content: "\f10e";
  font-family: "FontAwesome";
  color: #b27409;
  font-size: 1.5rem;
  position: relative;
}

::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* .effect2::before, .effect2::after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 160px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
} */

.image-wrappers img {
  border-radius: 8px;
}
/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#home-volunteer,
#home-donation,
.page-content-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


/* #home-donation {
  margin-bottom: 100px;
} */

#board-members,
#field-stories,
footer {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#board-members {
  text-align: center;
}

/* #overview h3,
#detail h3,
#video h3,
#volunteer h3,
#donation h3,
#venue h3{
  padding-bottom: 12px;
} */

#home .btn,
#contact .btn {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 14px 42px;
  margin-top: 20px;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#navigation .btn {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 1px 5px;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#home .btn-donate,
#home .btn-donate-fixed-amt {
  background: #f3a216;
  border-color: transparent;
}

#home .btn-donate:hover,
#home .btn-donate-fixed-amt:hover {
  background: #f7c061;
}

#home .btn-donate-amount {
  background: #f4f5f0;
  color: #9b9b94;
}

#contact .btn {
  border-radius: 100px;
}

#contact .btn-danger:hover {
  background: #222;
}

#home .btn-default:hover,
#navigation .header-donation-btn:hover {
  background: #ffffff;
  color: #333333;
  border-color: transparent;
}

#navigation .header-donation-btn {
  background: #b27409;
  /*  background: #ffbc13; */
  color: #ffffff;
  border: none;
}

/*---------------------------------------
   for Parallax Sections            
-----------------------------------------*/
.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/*---------------------------------------
    Preloader section              
-----------------------------------------*/
/* .preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } } */

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}

.custom-navbar .navbar-brand {
  height: auto;
  padding: 5px 5px;
}

.custom-navbar .navbar-brand img {
  max-width: 60%;
  height: auto;
}

.custom-navbar .nav li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 50px;
  transition: all 0.4s ease-in-out;
  outline: none;
}

.custom-navbar .navbar-nav li a:hover,
footer .footer-navigation ul a:hover {
  background: transparent;
  color: #f4a929;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
  color: #f4a929;
}

.custom-navbar .nav li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: relative;
  right: 0;
  top: 0;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* For sub menu navigator */
.custom-navbar > ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 15px;
}

.custom-navbar .sub-menu li a {
  display: block;
  background-color: transparent;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.928em;
  text-transform: uppercase;
  padding: 10px 40px;
  line-height: 24px;
}
.custom-navbar .sub-menu li:first-child a {
  border-top: 0;
}

.custom-navbar .sub-menu li a:hover {
  color: #ffbc13;
}

.custom-navbar .navbar-toggle {
  border: none;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.navbar-toggle .icon-bar {
  width: 30px;
  height: 5px;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #ffffff;
  border-color: transparent;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height:500px;
}
/*---------------------------------------
    Hero section              
-----------------------------------------*/
#home .vegas-container {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 960px;
}

#home .vegas-container .donation-form-container {
  background: hsla(0, 0%, 100%, 10);
  border: 1px solid #dfdfd7;
  border-radius: 4px;

  width: 100%;
  max-width: 470px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  box-sizing: border-box;
}

#home .vegas-container .donation-form-header {
  width: 100%;
  background: #f4f5f0;
  border-bottom: 1px solid #dfdfd7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333232;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 20px;
  text-align: center;
}

#home .vegas-container .donation-form-body {
  background: inherit;
  padding: 10px;
  box-sizing: border-box;
}

#home .vegas-container .donation-form-footer {
  background: inherit;
  padding: 10px;
  box-sizing: border-box;

  color: #9b9b94;
  padding: 0 0 15px 0;
}

#home .vegas-container .txt {
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.vegas-content-scrollable {
  height: auto;
  padding-top: 10px;
}
/*---------------------------------------
   Overview  section              
-----------------------------------------*/

#overview {
  background: #ffffff;
}
#overview h3 {
  margin-bottom: 2px;
  padding-bottom: 0px;
  color: #b27409;
}

#overview .overview-title {
  position: relative;
}

#overview .overview-title span::before,
#board-members .section-title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 75px;
  height: 1px;
  border: 2px solid #b27409;
  transition: all ease 0.238s;
}



#overview figure.effect-bubba {
  background: #9e5406;
  width: 100%;
  height: 100%;
}

#overview figure .img{
	background: url("../images/msg-image.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 700px;
  transition: opacity 0.35s;
}

#overview figure.effect-bubba:hover .img{
	opacity: .1;
  -webkit-transition: opacity 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* #overview figcaption h2{
	background: #9e5406;
  padding: 5px;
} */


/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
  background: #222;
  color: #ffffff;
}

#detail .fa {
  color: #b27409;
  font-size: 48px;
}

/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}

/*---------------------------------------
   Board members section              
-----------------------------------------*/
#board-members {
  background: #f9f9f9;
}

#board-members h3 {
  font-size: 20px;
  margin-bottom: 0px;
  color: #b27409;
}

#board-members h6 {
  color: #979797;
  margin-top: 4px;
}

#board-members img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

#board-members .col-md-3 {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 22px;
}

#board-members .board-member-desc {
  margin-top: 10px;
}

#board-members .board-member-wrapper {
  border-radius: 5px;
  background-color: #1a1a1a;
  padding: 1px 1px 22px 1px;
  box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
}




/*---------------------------------------
    Home volunteer section              
-----------------------------------------*/
#home-volunteer {
  background: url("../images/volunteer-bg.jpg") 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  /* background-position: center center; */
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

#home-volunteer h3 {
  position: relative;
}

#home-volunteer p {
  color: #ffffff;
  line-height: 28px;
}

/*---------------------------------------


/*---------------------------------------
   Page Banners              
-----------------------------------------*/
.page-banner {
  position: relative;
  height: 450px;
}

.page-banner .page-banner-overlay {
  height: 100%;
  padding-top: 230px;
}

.page-banner .title h2,
.page-banner .title h3 {
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.page-banner .title h2 {
  font-size: 3rem;
}
.page-banner .title h3 {
  margin-top: 0;
  color: #cccccc;
}

.page-banner-overlay::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;

  background: -moz-linear-gradient(left, rgba(29, 29, 29, 0.95) 0%, rgba(48, 26, 34, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(48, 26, 34, 0.95) 0%, rgba(48, 26, 34, 0) 100%);
  background: linear-gradient(to right, rgba(29, 29, 29, 0.95) 0%, rgba(48, 26, 34, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2301a22', endColorstr='#00301a22',GradientType=1 );
}

/*---------------------------------------
  Field Stories Pages             
-----------------------------------------*/
#field-stories-page {
  background: #ffffff;
}

#field-stories-page .page-banner {
  background: url("../images/hero-bg/field-stories-hero-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}

#field-stories-page h4 {
  color: #808080;
  font-size: 12px;
}

#field-stories-page h3 {
  margin-top: 16px;
}

#field-stories-page .program-divider {
  border: 1px solid #ffffff;
  margin-top: 32px;
  margin-bottom: 42px;
}

#field-stories-page span {
  padding-right: 12px;
}

#field-stories-page img {
  border-radius: 2px;
}

#field-stories-page .column-count {
  column-count: 1;
  column-gap: 20px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
}

#field-stories .section-title h2,
#field-stories .section-title p {
  text-align: center;
}

/*---------------------------------------
    Story Card              
-----------------------------------------*/

.card {
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 2rem;
  background-color: #e8e8e8;
}

.shadow-lg {
 /*  box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); */
  /*  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); */
}

.rounded {
  border-radius: 0.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.card__name {
  color: #0a4870;
  font-size: 1.3em;
  font-weight: 600;
}

.story-slider {
  width: 100%;
  margin: 0px auto 0 auto;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 10px;
}

.story-slider .slick-slide {
  transition: all ease-in-out 0.1s;
  opacity: 0.3;
}

.story-slider .slick-active {
  opacity: 1;
}

.card img {
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

.field-story-comment > div {
  font-size: 14px;
  line-height: 24px;
  font-family: "Sofia", sans-serif;
  font-size: 1.2rem;
  color: #00344f;
}

/*---------------------------------------
  Images Gallery Pages             
-----------------------------------------*/
#image-gallery {
  background: #f9f9f9;
}

#image-gallery .page-banner {
  background: url("../images/hero-bg/image-gallery-hero-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}

#image-gallery .image-gallery-container {
  column-count: 4;
  column-gap: 15px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
}

#image-gallery .image-gallery-container div {
  position: relative;
}

#image-gallery .image-gallery-container img {
  margin-bottom: 15px;
  width: 100%;
}

#image-gallery .image-gallery-container .figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#image-gallery .image-gallery-container .figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;

  border: 1px solid #ccc;
  background: url("../images/placeholder.png") center center/ cover no-repeat;

  margin-bottom: 15px;
  width: 100%;
}
#image-gallery .image-gallery-container .figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*---------------------------------------
    Partner With Us            
-----------------------------------------*/
#partner-with-us {
  background-color: #f9f9f9;
}

#partner-with-us .page-banner {
  background: url("../images/hero-bg/partner-with-us.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

#partner-with-us .page-content-container {
  background: url("../images/page-bg/about-us-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 100px auto;
}

#partner-with-us .partner-us-form {
  border: 1.8px solid #b27409;
  padding: 1px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
  width: 100%;
}

#partner-with-us .donation-form-title {
  background: #c5c5c5;
  padding: 15px;
}

#partner-with-us .donation-form-title h2 {
  font-size: 1.5rem;
  margin-bottom: 1px;
}

#partner-with-us .donation-form-title h3 {
  margin: 2px 0;
  color: #fff;
  font-size: 0.9rem;
}

#partner-with-us .page-content-container .left-panel h3 {
  position: relative;
  font-size: 1.5rem;
}

#partner-with-us .donation-form-container {
  background: #f9f9f9;
  padding: 20px;
}

#partner-with-us .page-content-container .left-panel p {
  /*   color: #cccccc; */
  line-height: 28px;
}

#partner-with-us .alert i {
  font-size: 1rem;
}

#partner-with-us .donation-form-footer {
  color: #9b9b94;
  padding: 0 0 15px 0;
}

#partner-with-us input,
#partner-with-us select {
  height: 45px;
}

#partner-with-us input[type="submit"] {
  height: 45px;
  width: 100%;
}
/*---------------------------------------


/*---------------------------------------
    Volunteering            
-----------------------------------------*/
#volunteering {
  background-color: #f9f9f9;
}

#volunteering .page-banner {
  background: url("../images/hero-bg/volunteering-hero-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

#volunteering .page-content-container {
  background: url("../images/page-bg/about-us-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 100px auto;
}

#volunteering .partner-us-hearder-info {
  padding-bottom: 50px;
}

#volunteering .partner-us-form {
  border: 1.8px solid #b27409;
  padding: 1px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
  width: 100%;
}

#volunteering .partner-us-form .form-title {
  background: #c5c5c5;
  padding: 15px;
}

#volunteering .partner-us-form .form-title h2 {
  font-size: 1.5rem;
  margin-bottom: 1px;
}

#pvolunteering .partner-us-form .form-title h3 {
  margin: 2px 0;
  color: #fff;
  font-size: 0.9rem;
}

/* #volunteering .page-content-container h3 {
  position: relative;
  font-size: 1.5rem;
} */

#volunteering .form-container {
  background: #f9f9f9;
  padding: 20px;
}

#volunteering .page-content-container p {
  /*   color: #cccccc; */
  line-height: 28px;
}

#volunteering .alert i {
  font-size: 1rem;
}

#volunteering .donation-form-footer {
  color: #9b9b94;
  padding: 0 0 15px 0;
}

/* #volunteering input, #volunteering select {
  height: 45px;
}
 */
#volunteering input[type="submit"] {
  height: 45px;
  width: 100%;
}
/*---------------------------------------



/*---------------------------------------
    Home donation section             
-----------------------------------------*/
#home-donation {
  background: url("../images/donation-bg.jpg") 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

#home-donation .section-title h2 {
  font-size: 3rem;
}

#home-donation p {
  color: #ffffff;
  line-height: 30px;
  font-size: 1.5rem;
}
/*------------------------*/

/* Donation slick slider */
#home-donation figure.effect-wrapper {
  position: relative;
  height: 350px;
}

#home-donation figure.effect-wrapper.one-bg {
  background: url("../images/home-donation/dn1.jpg") 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#home-donation figure.effect-wrapper.two-bg {
  background: url("../images/home-donation/dn2.jpg") 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#home-donation figure.effect-wrapper.three-bg {
  background: url("../images/home-donation/dn3.jpg") 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#home-donation figure.effect-wrapper.four-bg {
  background: url("../images/home-donation/dn4.jpg") 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#home-donation figure.effect-wrapper.five-bg {
  background: url("../images/home-donation/dn5.jpg") 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#home-donation figure.effect-wrapper.six-bg {
  background: url("../images/home-donation/dn6.jpg") 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#home-donation figure.effect-wrapper figcaption {
  width: 100%;
  height: 100%;
}

#home-donation figure.effect-wrapper figcaption h2 {
  width: 90%;
  background: #fff;
  color: #2d434e;
  position: relative;
  padding: 0.25em;
  margin-top: 45%;
  margin-left: auto;
  margin-right: auto;
}

#home-donation figure.effect-wrapper h2:before {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.donation-slider {
  width: 100%;
  margin: 40px auto 0 auto;
}

.donation-slider .slick-prev:before,
.donation-slider .slick-next:before {
  color: #b27409;
  font-size: 4rem;
}

.donation-slider .slick-prev {
  left: -60px;
}

.donation-slider .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.3;
}

.donation-slider .slick-active {
  opacity: 1;
}

.donation-slider .slick-current {
  opacity: 1;
}

/*---------------------------------------
   For accordian effect              
-----------------------------------------*/
.accordian-effect {
  background-color: inherit;
}
.accordian-effect .panel-group {
  margin-top: 32px;
}

.accordian-effect .panel-group .panel {
  margin-bottom: 8px;
}

.accordian-effect .panel-default {
  border: none;
}

.accordian-effect .panel-default > .panel-heading {
  background: #f0f0f0;
  color: #505050;
}

.accordian-effect .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

.accordian-effect .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

.accordian-effect .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  outline: none;
}

.accordian-effect .panel-heading .panel-title a::before {
  font-family: "FontAwesome";
  content: "\f103";
  display: inline-block;
  width: 1em;
  margin-right: 10px;
}

.accordian-effect .panel-heading a[aria-expanded="true"] {
  color: #ffbc13;
}

.accordian-effect .panel-heading .panel-title a[data-toggle="collapse"]::after {
  font-family: "FontAwesome";
  content: "\f056";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.accordian-effect .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  font-family: "FontAwesome";
  content: "\f055";
}

/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
  background: #ffffff;
}

#contact .page-banner {
  background: url("../images/hero-bg/contact-us-banner-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}

#contact .contact-detail-title h2 {
  margin-bottom: 1px;
}

#contact .contact-detail-title h3 {
  margin-top: 1px;
  margin-bottom: 5px;
  color: #979797;
}

#contact .contact-detail h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #b27409;
  display: block;
  text-transform: uppercase;
}

#contact .contact-detail {
  background: url("../images/map-bg.png");
  background-size: cover;
  background-position: center center;
  background-color: #f9f9f9;
  margin-bottom: 50px;
  padding: 20px;
}

#contact input {
  height: 45px;
}

/*---------------------------------------
   Donation page            
-----------------------------------------*/
#donate {
  background: #ffffff;
}

#donate .page-banner {
  background: url("../images/hero-bg/dn-hero-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}

#donate .page-content-container {
  /*  padding-top: 10px; */
  position: relative;
  /*  height: 1000px */
}

#donate .donation-form {
  position: relative;
  top: -100px;
  border: 1.8px dashed #b27409;
  border-radius: 10px 10px 0 0;
  padding: 1px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 2;
}

#donate .donation-form-title {
  border-radius: 10px 10px 0 0;
  background: #b27409;
  padding: 15px;
}

#donate .donation-form-title h2 {
  font-size: 1rem;
  margin-bottom: 1px;
}

#donate .donation-form-title h3 {
  margin: 2px 0;
  color: #fff;
  font-size: 0.9rem;
}

#donate .question::before {
  font-family: "FontAwesome";
  content: "\f059";
  display: inline-block;
  margin-right: 10px;
  font-size: 1.5rem;
  color: #ffbc13;
}

#donate .donation-form-container {
  background: #f9f9f9;
  padding: 20px;
}
#donate .alert i {
  font-size: 1rem;
}

#donate .page-content-container .right-panel {
  padding: 30px 50px 0 50px;
}
#donate .page-content-container .right-panel > div {
  padding-bottom: 50px;
}

#donate .page-content-container .right-panel h2 {
  font-size: 1.2rem;
}

#donate .donation-form-footer {
  color: #9b9b94;
  padding: 0 0 15px 0;
}

#donate input,
#donate select {
  height: 45px;
}

#donate input[type="submit"] {
  height: 45px;
  width: 100%;
}

/* 
#donate .services-2 {
	width: 100%;
	background: #979797;
	padding: 30px;
	margin-bottom: 0px;
	border-radius: 5px;
	position: relative;
	z-index: 0;
	text-align: center;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
	-moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
	box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
}

#donate .services-2 .icon {
	width: 80px;
	height: 80px;
	position: relative;
	background: #d49a3a;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#donate .services-2 .icon span {
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


#donate .flaticon-donation::before {
	content: "\f0d6";
}

#donate .flaticon-ecosystem::before {
	content: "\f257";
}

#donate .flaticon-charity::before {
	content: "\f0c0";
}


[class^="flaticon-"]::before, 
[class*=" flaticon-"]::before, 
[class^="flaticon-"]::after, 
[class*=" flaticon-"]::after {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

#donate .services-2 .text h2, #donate .services-2 .text .h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
} */

#donate a,
#donate button {
  color: #d49a3a;
}

/*---------------------------------------
   Form Control            
-----------------------------------------*/
.ui.button:hover {
  background-color: #cacbcd;
  background-image: none;
  -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  color: rgba(0, 0, 0, 0.8);
}

.ui.button {
  cursor: pointer;
  display: inline-block;
  min-height: 1.5em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2 none;
  color: rgba(0, 0, 0, 0.6);
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0 0.25em 0 0;
  padding: 0.78571429em 1.5em 0.78571429em;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
    background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease,
    -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease,
    background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease,
    background 0.1s ease, -webkit-box-shadow 0.1s ease;
  will-change: "";
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}

.donation-form-body [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.form-control,
.content_from {
  border-radius: 0;
  margin-bottom: 10px;
}
.form-control:focus,
.select-input:focus {
  border-color: #b27409;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(252, 221, 68, 0.6);
}

input[type="submit"] {
  background: #b27409;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  padding-left: 50px;
  padding-right: 50px;
  transition: all 0.4s ease-in-out;
}

input[type="submit"]:hover {
  opacity: 0.6;
}

/*---------------------------------------
   About us section              
-----------------------------------------*/
#about-us {
  /* background: #eeeeee; */
}

#about-us .page-banner {
  background: url("../images/hero-bg/about-us-banner-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}

#about-us .page-content-container {
  /*  background: url("../images/page-bg/about-us-bg.jpg"); */
  /*  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 100px auto; */
}

#about-us .page-content-container .policies {
  background: #ffffff;
  height: auto;
  background: #f4f4f4;
  padding: 24px;
  font-size: 110%;
}

strong,
b,
th {
  font-family: "INGMeWeb-Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#about-us .page-content-container .policies ul li::before {
  content: "• ";
  color: #ffbc13;
  position: absolute;
  margin-left: -15px;
}

#about-us .page-content-container .policies ul li a {
  color: #525197;
  text-decoration: none;
}

#about-us .page-content-container .policies ul li a:hover {
  color: #ffbc13;
}

#about-us .page-content-container .policies h3 {
  color: #b8b8b8;
}

#about-us .page-content-container .policies ul {
  list-style-position: inside;
  list-style: none;
}
#about-us .page-content-container .policies ul li {
  padding: 10px;
}

#about-us .team-members .team-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  transition: 500ms;
}

/*---------------------------------------
   Team members section              
-----------------------------------------*/
#team-members {
  background: #f9f9f9;
}

#team-members .page-banner {
  background: url("../images/hero-bg/team-members-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}

#team-members .page-content-container {
  /*  background: url("../images/page-bg/about-us-bg.jpg"); */
  /*  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 100px auto; */
}

#team-members .page-content-container .policies {
  background: #ffffff;
  height: auto;
  background: #f4f4f4;
  padding: 24px;
  font-size: 110%;
}

#team-members .page-content-container .policies ul li::before {
  content: "• ";
  color: #ffbc13;
  position: absolute;
  margin-left: -15px;
}

#team-members .page-content-container .policies ul li a {
  color: #525197;
  text-decoration: none;
}

#team-members .page-content-container .policies ul li a:hover {
  color: #ffbc13;
}

#team-members .page-content-container .policies h3 {
  color: #b8b8b8;
}

#team-members .page-content-container .policies ul {
  list-style-position: inside;
  list-style: none;
}
#team-members .page-content-container .policies ul li {
  padding: 10px;
}

#team-members .team-members .team-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  transition: 500ms;
}



/*------Team members courosel -------*/
#team-members-container {
  display: block;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 5px;
}

#team-members-container > div {
  box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
}

#team-members img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

#team-members .team-member-desc {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #e4f2fd;
  align-items: center;
  padding: 10px;
}

#team-members .team-member-desc h3 {
  color: #334454;
  font-size: 1.2rem;
  margin-bottom: 2px;
}

#team-members .team-member-desc h6{
  color: #a1b2bc;
  font-size: 0.8rem;
  font-style: italic;
  margin-top: 0px;
}

#owl-team-members .owl-controls .owl-page span {
	background: #334454;
	border: 2px solid #a1b2bc;
  border-radius: 5px;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/

/* footer {
  background-color: #d78c0b;
} */

footer {
  background-color: #1a1a1a;
  padding: 70px 0 60px;
  border-style: solid;
}

footer .widget_socials {
  margin-top: 50px;
}

footer .widget-title {
  margin-bottom: 80px;
  color: #ffffff;
  text-transform: capitalize;
}

footer .widget_text {
  color: #979797;
  line-height: 28px;
}

footer .copyright {
  padding-top: 10px;
  color: #505050;
}

footer .footer-about-us img {
  float: left;
  width: 120px;
  margin-right: 5px;
}

span {
  position: relative;
}

footer .container .widget-title > span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 55px;
  width: 60px;
  height: 3px;
  background-color: #ffffff;
}

footer .footer-navigation {
  padding-bottom: 20px;
}
footer .footer-navigation ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

footer .footer-navigation ul li::before {
  font-family: "FontAwesome";
  content: "\f1ce";
  display: inline-block;
  width: 1em;
  margin-right: 15px;
  color: #ffbc13;
}

footer .footer-navigation ul a {
  color: #979797;
  letter-spacing: 0.6px;
  line-height: 30px;
}

/*---------------------------------------
   Contact-us and social media icon             
   -----------------------------------------*/
.widget_text span::before {
  font-family: "FontAwesome";
  position: relative;
  right: 0;
  top: 0;
  margin-right: 10px;
  font-size: 1.2rem;
  color: #ffbc13;
  /* border: 1px solid #eaeaea; */
  background-color: transparent;
  border-radius: 100%;
  padding: 8px;
}

.address span::before {
  content: "\f279";
}

.tel span::before {
  content: "\f095";
}

.email span::before {
  content: "\f0e0";
}

.widget_socials .socials a {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  color: #b27409;
  line-height: 38px;
  text-align: center;
  margin-right: 3px;
  margin-bottom: 10px;
  z-index: 1;
}

.widget_socials .socials a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #b27409;
  border-radius: 50%;
  transition: all ease 0.238s;
}

.widget_socials .socials a:hover {
  color: #ffbc13;
}
.widget_socials .socials a:hover::before {
  border: 2px solid #ffbc13;
  color: #ffbc13;
}

/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
/* Tablets, iPads (portrait) ---------- */
@media (min-width: 768px) {
  .custom-navbar {
    padding: 4px 0;
    border-bottom: 0;
    background: hsla(0, 0%, 0%, 0.5);
  }

  #home .vegas-container {
    height: 100vh;
  }

  .top-nav-collapse {
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
  }
  .custom-navbar li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    width: 220px;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    /*  -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px); */
    -webkit-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
  }

  .custom-navbar li:hover > .sub-menu {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    transition: all ease 0.1s;
    /* -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px); */
  }

  .custom-navbar .sub-menu li a {
    background-color: #fff;
    color: #4b4b4b;
    border-top: 1px solid #eaeaea;
    padding: 10px 19px;
  }

  .custom-navbar .sub-menu li a:hover {
    background-color: #fff;
  }

  #field-stories .section-title h2,
  #field-stories .section-title p {
    text-align: center;
  }

  #field-stories-page .column-count {
    column-count: 2;
    column-gap: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
  }
}

/* Desktops and laptops ---------- */
@media screen and (min-width: 1224px) {
  .custom-navbar .container {
    width: 1350px;
  }

  footer .container {
    width: 1350px;
  }
}

@media (max-width: 980px) {
  p {
    font-size: 13px;
  }

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }
}
