    @font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: local('Poppins Thin'), url('../fonts/Poppins-Thin.woff') format('woff');
  }


  @font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  src: local('Poppins Thin Italic'), url('../fonts/Poppins-ThinItalic.woff') format('woff');
  }
  


  @font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: local('Poppins ExtraLight'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  src: local('Poppins ExtraLight Italic'), url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), url('../fonts/Poppins-Light.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  src: local('Poppins Light Italic'), url('../fonts/Poppins-LightItalic.woff') format('woff');
  }
  

  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), url('../fonts/Poppins-Regular.woff') format('woff');
    }
  
  
    @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: local('Poppins Italic'), url('../fonts/Poppins-Italic.woff') format('woff');
    }
  
  

  @font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins SemiBold'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: local('Poppins SemiBold Italic'), url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins Bold'), url('../fonts/Poppins-Bold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: local('Poppins Bold Italic'), url('../fonts/Poppins-BoldItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins ExtraBold'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
  }
  
  @font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: local('Poppins ExtraBold Italic'), url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: local('Poppins Black'), url('../fonts/Poppins-Black.woff') format('woff');
  }
  
  @font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  src: local('Poppins Black Italic'), url('../fonts/Poppins-BlackItalic.woff') format('woff');
  }
    @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: local('Lora Regular'), url('../fonts/Lora-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: local('Lora Italic'), url('../fonts/Lora-Italic.woff') format('woff');
    }
    
    @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    src: local('Lora SemiBold'), url('../fonts/Lora-SemiBold.woff') format('woff');
    }
    @font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    src: local('Lora Bold'), url('../fonts/Lora-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 600;
    src: local('Lora Bold Italic'), url('../fonts/Lora-BoldItalic.woff') format('woff');
    }
*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family:'Lora'!important;
  font-size: 16px;
  background: #FDF9F3;
  color: #000;
  overflow-x: hidden;
  font-style: normal;
  position: relative;
/*  line-height: 1.8;*/
  -webkit-font-smoothing: antialiased;
/*  letter-spacing: 1px;*/
  letter-spacing: 0.5px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
  font-weight: 600;
}
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12
{
  position: relative;
}
.scrollDisable {
  overflow: scroll;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #FDBB00;
}

main{
  min-height: calc(100vh - 105px - 101px);
}
img
{
  max-width: 100%;
}
b
{
  font-weight: 600;
}
a {
	color: #4E4E91;
	text-decoration: none;
}
h1{font-size: 36px;}
h2{font-size: 32px;}
h3{font-size: 28px;}
h4{font-size: 24px;}
h5{font-size: 20px;}
h6{font-size: 16px;}
a:hover, a:focus {
	color: #4E4E91;
	text-decoration: none;
}
.hidden {
  display: none !important;
}
.lightGrayBg {
  background: rgba(0,0,0,0.03);
}
.grayBg {
  background: #ececec;
}
/*  loading-bar-spinner theme */
.loader-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999991;
  background: rgb(255, 255, 255, 0.1);
  left: 0;
  top: 0;
}

.loader-overlay #loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 999992;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

.loader-overlay #loading-bar-spinner .spinner-icon {
  border: solid 2px transparent;
  width: 30px;
  height: 30px;
  border-top-color: #fdb701;
  border-left-color: #fdb701;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-down:before {
  content: "\f078";
}

.eye {
  margin:0;
  width: 14px;
  height: 14px;
  border: solid 1px #218838;
  border-radius:  75% 15%;
  position: relative;
  left: 2px;
  transform: rotate(45deg);
}
.eye:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border: solid 1px #218838;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background:#218838;
}
.HomeSlider.slick-dotted.slick-slider
{
  margin-bottom: 0;
}
.HomeSlider .slick-slide img {
width: 100%;
}

.HomeSlider .slick-prev:before,
.HomeSlider .slick-next:before {
color: black;
}


.HomeSlider .slick-slide {
transition: all ease-in-out .3s;
position: relative;
}
.HomeSlider .sliderContent {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #0000007a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.HomeSlider .sliderContent h2{
  color: #FDBB00;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
.HomeSlider .sliderContent h3{
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
.HomeSlider .sliderContent h6{
  color: #ffffff;
  font-weight: 600;
}
.HomeSlider .slick-dots
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 50px;
  bottom: 45%;
  right: 0;
}
.HomeSlider .slick-dots li.slick-active button:before
{
  opacity: 1;
  
  border-radius: 50%;
}
.HomeSlider .slick-dots li.slick-active
{
  opacity: 1;
  border: 2px double #ffffff;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.HomeSlider .slick-dots li button {
  background: #fff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  padding: 0;
}
.HomeSlider .slick-dots li {
  margin: 5px;
  border: 2px double transparent;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.HomeSlider .slick-dots li button::before {
  width: 10px;
  height: 10px;
}
.afterBannerSection {
  width: 500px;
  max-width: 95%;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #ffffff;
  margin-top: -50px;
  position: relative;
  border-radius: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.afterBannerSection .Box
{
  text-align: center;
  font-weight: 500;
}
.afterBannerSection #flip {
  height:50px;
  overflow:hidden;
  text-align: center;
  font-weight: 500;
}
.afterBannerSection #flip > div
{
  height: 50px;
}
.afterBannerSection #flip > div > div {
  display:inline;
}
.afterBannerSection #flip > div > div p
{
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
}
.afterBannerSection #flip > div > div img
{
  height: 40px;
}

.afterBannerSection #flip div:first-child {
  animation: show 8s linear infinite;
}
@keyframes show {
  0% {margin-top:-50px;}
  5% {margin-top:-50px;}
  33% {margin-top:-50px;}
  38% {margin-top:-50px;}
  66% {margin-top:-50px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:0px;}
}
.AboutSection
{
  padding: 40px 0;
  position: relative;
}
.AboutSection::before
{
  position: absolute;
  left: -231px;
  bottom: -101px;
  content: "";
  background: url(../images/about-below.gif);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.AboutSection .imageBorder
{
  position: relative;
}
.AboutSection .imageBorder::before
{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: #FEF3E1;
  border-radius: 20px;
}
.AboutSection h3
{
  text-transform: uppercase;
  margin: 20px 0;
}
.AboutSection h3 span
{
  color: #EC7026;
}
.AboutSection p
{
  margin-bottom: 30px;
}
.AboutSection img
{
  width: 100%;
  position: relative;
  padding: 25px;
  border-radius: 35px;
}
.getInvolved
{
  padding: 20px 0;
  position: relative;
}
.getInvolved h3
{
  text-transform: uppercase;
  margin: 20px 0;
}
.getInvolved h3 span
{
  color: #EC7026;
}
.getInvolved p
{
  margin-bottom: 30px;
}
.getInvolved .imageBorder
{
  position: relative;
}
.getInvolved .nav-tabs
{
  position: absolute;
  width: Calc(100% - 30px);
  bottom: 5px;
  height: 620px;
}
.getInvolved .nav-tabs img
{
  width: 20px;
  display: block;
  margin: 0 auto 4px auto;
}
.getInvolved .nav-tabs li a
{
  width: 80px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px #00000040;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 10px;
  padding: 5px;
  line-height: 1.2;
  position: absolute
}
.getInvolved .nav-tabs li a.active
{
  transform: scale(1.2);
  border: 1px solid #FDBB00;
  box-shadow: 0px 0px 10px 0px #FDBB00;
}
.getInvolved .nav-tabs li:first-child a
{
  left: 1%;
  top: 28%;
}
.getInvolved .nav-tabs li.active+li a
{
  left: 32%;
  top: 1%;
}
.getInvolved .nav-tabs li.active+li+li a
{
  right: 15%;
  top: 10%;
}
.getInvolved .nav-tabs li.active+li+li+li a
{
  right: 1%;
  bottom: 38%;
}
.getInvolved .nav-tabs li.active+li+li+li+li a
{
  right: 35%;
  bottom: 2%;
}
.getInvolved .nav-tabs li.active+li+li+li+li+li a
{
  left: 13%;
  bottom: 12%;
}
.getInvolved img.main
{
  width: 100%;
  position: relative;
  padding: 80px;
  z-index: -1;
}
.CausesweServe
{
  padding: 40px 0;
  position: relative;
}
.CausesweServe::before
{
  position: absolute;
  right: 0;
  top: 20%;
  content: "";
  background: url(../images/causes.png);
  width: 47%;
  height: 52%;
  background-position: center right;
  background-repeat: no-repeat;
}
.CausesweServe::after
{
  position: absolute;
  left: 0;
  top: -15%;
  content: "";
  background: url(../images/about.gif);
  width:100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.CausesweServe .mainTitle
{
  text-transform: uppercase;
}
.CausesweServe .mainTitle span
{
  color: #EC7026;
}
.CausesweServe .outerBox 
{
  box-shadow: 0px 0px 15px 0px #FDBB0040;
  background: #FDF9F3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;

}
.CausesweServe .outerBox .innerBox
{
  box-shadow: 0px 0px 3px 0px #00000040;
  width: 48%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
.CausesweServe .outerBox .innerBox .Image
{
  position: relative;
}
.CausesweServe .outerBox .innerBox .Image .overlayImage
{
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 6px solid #F9F5F5;
}
.CausesweServe .outerBox .innerBox .Image .overlayImage .overlayContent
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: #00000099;
  color: #ffffff;
}
.CausesweServe .outerBox .innerBox .Image .overlayImage .overlayContent>h6
{
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}
.CausesweServe .outerBox .innerBox .Image .overlayImage .progressbar
{
  height: 6px;
  background: #FDBB00;
  margin-top: -6px;
}
.CausesweServe .outerBox .innerBox .Image .overlayImage .overlayContent>h6>span
{
  width: 100%;
  display: inline-block;
}
.CausesweServe .outerBox .innerBox .Image .overlayImage .overlayContent>.circle
{
  width: 38px;
  height: 38px;
  border: 2px solid #ffffff;
  padding: 5px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDBB00;
}
.CausesweServe .outerBox .innerBox img
{
  width: 100%;
  margin-bottom: 10px;
}
.CausesweServe .outerBox .innerBox .content
{
  width: 100%;
  padding: 10px;
}
.CausesweServe .outerBox .innerBox .content h5
{
  font-size: 15px;
  font-weight: 600;
}
.CausesweServe .outerBox .innerBox .content p
{
  font-size: 12px;
  color: #888888;
  text-align: justify;
}
.CausesweServe .outerBox .innerBox .content p a
{
  color: #FA8F3D;
}
.CausesweServe .outerBox .innerBox .content a.btnOrange
{
  font-size: 12px;
  min-width: auto;
  padding: 5px 10px;
  border: 2px solid #FFDA70;
}
.CausesweServe .outerBox .headingBox
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.CausesweServe .outerBox .headingBox h5
{
  text-transform: uppercase;
  position: relative;
  line-height: 35px;
}
.CausesweServe .outerBox .headingBox h5 span
{
  color: #EC7026;
}
.CausesweServe .outerBox .headingBox h5::before
{
  background: #EC7026;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100px;
  height: 4px;
}
.CausesweServe .outerBox .viewMore 
{
  width: 100%;
}
.CausesweServe .outerBox .viewMore a
{
  color: #EC7026;
}
.CausesweServe .outerBox .innerBox .btnGroup
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Review
{
  box-shadow: 0px 0px 16px 0px #FDBB0033;
  padding: 40px 0;
  background: url(../images/reviewbg.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.ReviewSlider 
{
  margin-left: -15px;
  margin-right: -15px;
}
.ReviewSlider .sliderBox
{
  background: #0B613D;
  color: #FDD86F;
  border-radius: 20px;
  box-shadow: 3px 3px 8px 0px #AADAE7;
  margin: 15px;
  position: relative;
  padding-top: 60px;
  margin-top: 50px;
}
.ReviewSlider .sliderBox::before
{
  content: "";
  background: #000000;
  position: absolute;
  top: -10px;
  left: 15px;
  width: Calc(100% - 30px);
  height: 2px;
}
.ReviewSlider .sliderBox .authorImage
{
  background: url(../images/review-circle.gif) #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -50px;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.ReviewSlider .sliderBox .authorImage img
{
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2px;
}
.ReviewSlider .sliderBox .sliderContent
{
  padding-bottom: 20px;
}
.ReviewSlider .sliderBox .sliderContent h6
{
  font-weight: 600;
  text-align: center;
  padding: 10px 20px 0px 20px;
  font-size: 14px;
}
.ReviewSlider .sliderBox .sliderContent p
{
  font-size: 12px;
  text-align: justify;
  padding: 0px 20px;
  height: 100px;
  overflow: auto;
}
.ReviewSlider .slick-dots li
{
  width: 10px;
  height: 10px;
}
.ReviewSlider .slick-dots li button
{
  width: 10px;
  height: 10px;
  border: 1px solid grey;
  border-radius: 50%;
}
.ReviewSlider .slick-dots li.slick-active 
{
  width: 30px;
}
.ReviewSlider .slick-dots li.slick-active button
{
  background: linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%);
  border-color: transparent;
  width: 30px;
  border-radius: 10px;
}
.textStrip 
{
  padding:30px 0;
}
.textStrip .StripBox
{
  border: 3px solid #FADA32;
  background: #E4C20178;
  color: #EC7026;
  text-align: center;
  padding: 30px;
  border-radius: 70px;
}
.textStrip .StripBox h5
{
  margin-bottom: 0;
}
.PartofUs
{
  background: url(https://d2w7l1p59qkl0r.cloudfront.net/static/images/kc-subscribe-image.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 35px 20px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 0;
  width: 900px;
  margin: 40px auto 60px auto;
  max-width: 100%;
}
.PartofUs::before
{
  background: linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 79%;
  z-index: -1;
}
.PartofUs::after
{
  background: #00000066;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 40%;
  z-index: -1;
}
.PartofUs h2 {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #ffffff;
  font-weight: 600;
}
.PartofUs .subscribeform
{
  position: relative;
}
.PartofUs .subscribeform .form-control
{
  border-radius: 25px;
  padding: 10px;
  font-weight: 600;
}
.PartofUs .subscribeform input[type="submit"]
{
  position: absolute;
  top: 5px;
  right: 7px;
  border: 0;
}
.activities .innerBox
{
  padding: 10px;
  background: #F6F6F2;
  border-radius: 10px;
}
.activities .innerBox img
{
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.activities .innerBox .btnOrange
{
  display: block;
  background: #EC7026;
}
.activities .innerBox .content .statusParagraph 
{
  margin-bottom: 10px;
}
.activities .innerBox .content .statusParagraph .status
{
  border: 0.5px solid #8EC850;
  box-shadow: 0px 0px 2px 0px #00000021;
  background: #FFFFFF5E;
  color: #8EBC6A;
  font-weight: 700;
  padding: 6px 15px 6px 10px;
  margin-left: 20px;
  border-radius: 5px;
  position: relative;
}
.activities .innerBox .content .statusParagraph .status::before
{
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8EC850;
}
.activities .innerBox .content .date 
{
  font-size: 12px;
}
.activities .innerBox .content .date .datebtn
{
  background: #fff;
  padding: 5px 8px;
  border: 0;
  border-radius: 10px;
}
.activities .more a
{
  border: 2px solid #EC7026;
  color: #EC7026;
  padding: 7px 15px;
  display: inline-block;
  width: 200px;
  text-align: center;
  font-weight: 600;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.activities .search {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
.activities .search>.form-control
{
  flex: 0 0 14.666667%;
  max-width: 14.666667%;
  border-radius: 10px;
}
.activities .search>div
{
  flex: 0 0 18.666667%;
  max-width: 18.666667%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.activities .search>div label
{
  margin-bottom: 0;
  margin-right: 5px;
}
.activities .search>div label input
{
  margin-right: 5px;
}
.activities .search .searchBtn
{
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  top: 8px;
  font-size: 17px;
}
.activities .search input.form-control
{
  border-radius: 20px;
}
.activities .searchBtn i
{
  -webkit-text-stroke: 1px #ffffff;
}
.backBtn
{
  display: inline-block;
  margin-top: 20px;
  color: #000000;
  font-size: 16px;
}
.backBtn i
{
  -webkit-text-stroke: 1px #FDF9F3;
}
.btnTheme
{
  background: linear-gradient(90deg, #FA8F3D 0%, #FDBB00 100%);
  border-radius: 30px;
  color: #ffffff;
  padding: 9px 15px;
  display: inline-block;
  text-align: center;
}
.btnTheme:hover,.btnTheme:focus
{
  background: #d63e27;
  color: #ffffff;
}
.btnOrange
{
  background: linear-gradient(90deg, #FA8F3D 0%, #FDBB00 100%);
  border-radius: 20px;
  color: #ffffff;
  padding: 9px 15px;
  min-width: 185px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
}
.btnOrange:hover,.btnOrange:focus
{
  background: #d63e27;
  color: #ffffff;
}
/* .btnTransparent
{
  background: transparent;
  border-radius: 20px;
  color: #6D6969;
  padding: 9px 15px;
  min-width: 185px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  box-shadow: 0px 1px 4px 0px #EC7026;
} */
.bordercorner5
{
  border-radius: 5px;
}
.onboardingBtn
{
  background: linear-gradient(90deg, #FA8F3D 0%, #FDBB00 100%);
  border-radius: 5px;
  color: #ffffff;
  padding: 9px 15px;
  min-width: 140px;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 0px 4px 0px #FDF9F3;
  border: 0;
  line-height: 20px;
  margin-bottom: 15px;
}
.onboardingBtn:hover,.onboardingBtn:focus
{
  background: #d63e27;
  color: #ffffff;
}
.w100{
  width: 100%;
}
.headingBtn
{
  background: linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%);
  border-radius: 5px;
  color: #ffffff;
  padding: 9px 15px;
  min-width: 185px;
  display: inline-block;
  text-align: center;
  border: 3px solid #FFDB75;
  text-transform: uppercase;
}
.headingBtn:hover,.headingBtn:focus
{
  background: #d63e27;
  color: #ffffff;
}
.activities-details img
{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px #000000;
  margin: 35px 0;
}
.activities-details .headingBox
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.activities-details .headingBox h5
{
  width: 70%;
}
.activities-details .headingBox .redBtn
{
  width: 30%;
}
.activities-details .redBtn
{
  background: linear-gradient(90deg, #FA8F3D 0%, #FDBB00 100%);
  border: 0;
}
.activities-details .count
{
  display: flex;
  flex-wrap: wrap;
  background: url(../images/bg.png);
  background-size: cover;
  width: 600px;
  max-width: 100%;
  margin: 40px auto;
  padding: 25px 40px;
  justify-content: space-between;
  border-radius: 10px;
}
.activities-details .count h6
{
  font-weight: 600;
}
.activities-details .count p
{
  text-align: right;
  font-size: 16px;
  margin-bottom: 0;
}
.listing-details .logo
{
  position: absolute;
  width: 75px;
}
.listing-details .headingBox.pl90
{
  padding-left: 90px;
}
.listing-details .imageGroup 
{
  margin-left: 15px;
}
.listing-details .qrimage
{
  border: 1px solid #888888;
  border-radius: 10px;
  opacity: 35%;
}
.listing-details .abovepost
{
  margin-bottom: -260px;
}
.listing-details #post
{
  padding-top: 260px;
  margin-bottom: -260px;
}
.listing-details #testimonials
{
  padding-top: 260px;
  margin-bottom: -260px;
}
.listing-details #successstories
{
  padding-top: 260px;
  margin-bottom: -260px;
}
.listing-details #faqs
{
  padding-top: 260px;
}
.listingleft
{
  flex: 0 0 auto;
  width: Calc(100% - 230px);
}
.listingright
{
  flex: 0 0 auto;
  width: 230px;
}
.listingbtn
{
  background: #EC7026;
  border-radius: 20px;
  color: #ffffff;
  padding: 4px 15px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.listingbtn:hover,.listingbtn:focus
{
  color: #ffffff;
  background: #d63e27;
}
.w-150
{
  width: 150px;
}
.listing-details .headingBox h3
{
  font-weight: 500;
  margin-bottom: 0;
}
.listing-details .headingBox .tags 
{
  margin-bottom: 20px;
}
.listing-details .headingBox .info
{
  margin-bottom: 20px;
  font-weight: 600;
}
.listing-details .headingBox .info p
{
  margin-bottom: 0px;
}
.listing-details .headingBox .info p b
{
  color: #EC7026;
}
.listing-details .headingBox .info h5
{
  font-weight: 400;
}
.listing-details .content h6
{
  color: #EC7026;
}
.listing-details .content .readmore
{
  float: right;
  margin-top: 20px;
  color: #EC7026;
}
.listing-details .settingssocial
{
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.listing-details .settingssocial ul.social
{
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.listing-details .settingssocial ul.social li
{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 3px;
}
.listing-details .settingssocial ul.social li a
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.listing-details .settingssocial .listingbtn i
{
  margin-right: 5px;
}
.listing-details .settingssocial ul.social li.facebook
{
  background: #3F5D9B;
}
.listing-details .settingssocial ul.social li.whatsapp
{
  background: #1FAF38;
}
.listing-details .settingssocial ul.social li.twitter
{
  background: none;
  border: 2px solid #000000;
}
.listing-details .settingssocial .lastupdated
{
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}
.listing-details .headingBox .tags a
{
  color: #6D6969;
  display: inline-block;
  margin-right: 10px;
}
.listing-details .headingBox h3 span
{
  color: #EC7026;
}
.listing-details .imageGroup img
{
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 2px 2px 4px 0px #00000040;
  border: 2px solid #FFFFFF;
  margin-left: -15px;
}
.listing-details .activityCard
{
  padding: 7px;
  max-height: 290px;
  overflow: auto;
}
.listing-details .card {
  box-shadow: 0px 0px 4px 0px #FFDA70;
  border: 0;
  margin-bottom: 20px;
}
.listing-details .card.initiativelink
{
  cursor: pointer;
}
.listing-details .activityCard ul
{
  padding-left: 15px;
  margin-bottom: 0;
}
.listing-details .activityCard ul li
{
  margin-bottom: 12px;
  font-size: 12px;
}
.listing-details .activityCard ul li span
{
  font-weight: 600;
  display: block;
  font-size: 13px;
}
.listing-details .nav-tabs
{
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #EC7026!important;
  padding-bottom: 5px;
  width: 100%;
}
.listing-details .navbar {
    position: sticky;
    top: 195px;
    width: 100%;
    background: #fdf9f3;
    z-index: 1;
}
.listing-details .sidebarsticky
{
  position: sticky;
  top: 120px;
  margin-bottom: 20px;
}
.listing-details .scholarshipnamepositionsticky
{
  position: sticky;
  top: 105px;
  padding-top: 5px;
  padding-bottom: 20px;
  width: 100%;
  background: #fdf9f3;
  z-index: 1;
}
.inviteMemberRight.CausesweServeListing::before
{
  display: none;
}
.listing-details .scholarshipnamepositionsticky>div
{
  background: #fdf9f3;
}
.stickymenu>div {
  padding: 30px 0;
}
.listing-details .nav-tabs li
{
  min-width: 19%;
  border-radius: 5px 5px 0px 0px;
}
.listing-details .nav-tabs li a
{
  color: #EC7026;
  width: 100%;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
}
.listing-details .nav-tabs li a.active
{
  background: transparent;
  border: 0;
  color: #EC7026;
}
.font-small
{
  font-size: small;
}
.font-color-grey
{
  color: #6D6969E5;
}
.editprofilepic 
{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.editprofilepic img
{
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 1px solid #FA8F3D;
  box-shadow: 0px 0px 26px 15px #FA8F3D0F;
  margin-left: auto;
  margin-right: auto;
}
.addphoto 
{
  position: relative;
}
.addphoto input
{
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 51px;
  opacity: 0;
}
.linkblack a
{
  color: #000000;
}
.btn-help
{
  background: #22AB49;
  border-radius: 20px;
  margin-right: 30px;
  color: #ffffff;
}
.btn-help:hover
{
  background: #0f6427;
  color: #ffffff;
}
#viewinitiative .initiativeedit,#viewpost .postedit
{
  float: right;
  margin-left: 10px;
  color: #FA8F3D;
  font-size: 20px;
}
#viewtestimonial .testimonialedit
{
  margin-right: 10px;
  color: #FA8F3D;
  font-size: 20px;
  line-height: 0;
}
.mediaupload
{
  position: relative;
  display: flex;
  min-height: 200px;
  align-items: center;
  justify-content: center;
}
.mediaupload input
{
  position: absolute;
  height: 42px;
  opacity: 0;
}
a
{
  cursor: pointer;
}
.mt--10
{
  margin-top: -10px;
}
.modal-header
{
  padding-right: 45px;
}
.listing-details .slider-nav .slick-prev:before,.listing-details .slider-nav .slick-next:before
{
  color: #000000;
  font-family: 'FontAwesome';
  font-size: 12px;
}
.listing-details .slider-nav 
{
  padding: 0 25px;
}
.listing-details .slider-nav img
{
  border-radius: 10px;
  height: 75px;
  object-fit: cover;
  padding: 5px;
}
.listing-details .generateqrsection
{
  position: relative;
  margin-top: 35px;
}
.listing-details .generateqrsection .generateqrtext
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing-details .generateqrsection .generateqrtext .generateqrbtn
{
  background: #26AE3C;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 12px;
}
.listing-details .slider-nav .slick-prev
{
  left: 0;
  border: 1px solid #000000;
  padding: 3px;
  border-radius: 50%;
}
.listing-details .slider-nav .slick-next
{
  right: 0;
  border: 1px solid #000000;
  padding: 3px;
  border-radius: 50%;
}
.listing-details .slider-nav .slick-prev:before
{
  content: "\f053";
} 
.listing-details .slider-nav .slick-next:before
{
  content: "\f054";
}
.listing-details .initiativeone p
{
  max-height: 92px;
  overflow: hidden;
  line-height: 23px;
}
.listing-details .initiativeone .card-header
{
  background: #FA8F3D;
  color: #ffffff;
  text-align: center;
}
.listing-details .initiativeone .card-header h6
{
  margin-bottom: 0;
  line-height: 24px;
}
.listing-details .initiativeone .card-footer
{
  background: transparent;
}
.listing-details .content-heading
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #EC7026;
}
.listing-details .content-heading a
{
  color: #EC7026;
}
.listing-details .content-heading a i
{
  background: #ffffff;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.listing-details .initiativeSlider p
{
  max-height: 92px;
  overflow: hidden;
  line-height: 23px;
}
.listing-details .initiativeSlider .card-header
{
  background: #FA8F3D;
  color: #ffffff;
  text-align: center;
}
.listing-details .initiativeSlider .card-header h6
{
  margin-bottom: 0;
  line-height: 24px;
}
.listing-details .initiativeSlider .slick-dots li 
{
  width: 10px;
  height: 10px;
}
.listing-details .initiativeSlider .slick-dots li button
{
  border: 1px solid #FF861BC2;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 4px;
}
.listing-details .initiativeSlider .slick-dots li.slick-active 
{
  width: 30px;
}
.listing-details .initiativeSlider .slick-slide .card
{
  margin:10px;
}
.listing-details .initiativeSlider .slick-slide .card .card-body
{
  height: 250px;
  overflow: auto;
}
.listing-details .initiativeSlider .slick-slide .card .card-footer
{
  background: transparent;
}

.listing-details .addReadMore.showlesscontent .SecSec,
.listing-details .addReadMore.showlesscontent .readLess {
    display: none;
}

.listing-details .addReadMore.showmorecontent .readMore {
    display: none;
}

.listing-details .addReadMore .readMore,
.listing-details .addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #ec7026;
    cursor: pointer;
}

.listing-details .addReadMoreWrapTxt.showmorecontent .SecSec,
.listing-details .addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}


.listing-details .addReadMoreEligibility.showlesscontent .SecSec,
.listing-details .addReadMoreEligibility.showlesscontent .readLess {
    display: none;
}

.listing-details .addReadMoreEligibility.showmorecontent .readMore {
    display: none;
}

.listing-details .addReadMoreEligibility .readMore,
.listing-details .addReadMoreEligibility .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #ec7026;
    cursor: pointer;
}

.listing-details .initiativeSlider .slick-list
{
  margin: 0px -10px 50px -10px
}
.listing-details .initiativeSlider .slick-dots li.slick-active button
{
  background: #FF861BC2;
  width: 30px;
  border-radius: 10px;
}
.listing-details .testimonialsSlider img,.testimonialinpopup img
{
  width: 40px;
}
.listing-details .testimonialsSlider .nameBlock,.testimonialinpopup .nameBlock
{
  width: Calc(100% - 100px);
}
.listing-details .testimonialsSlider .nameBlock p,.testimonialinpopup .nameBlock p
{
  margin-bottom: 0;
}
.listing-details .testimonialsSlider .nameBlock p.name,.testimonialinpopup .nameBlock p.name
{
  max-height: 25px;
  overflow: hidden;
}
.listing-details .testimonialsSlider .ratings,.testimonialinpopup .ratings
{
  width: 52px;
  font-size: 9px;
  color: #FDBB00;
}
.successstoryinpopup 
{
  margin-bottom: 10px;
}
.successstoryinpopup img
{
  width: 80px;
  height: 80px;
  border: 1px solid;
  border-radius: 50%;
}
#viewsuccessstory .successstoryedit {
  margin-right: 10px;
  color: #FA8F3D;
  font-size: 20px;
  line-height: 0;
}
.successstoryinpopup .nameBlock p
{
  margin-bottom: 0;
}
.listing-details .testimonialsSlider .slick-slide .card {
  margin: 10px;
}
.listing-details .testimonialsSlider .slick-list {
  margin: 0px -10px 50px -10px;
}
.listing-details .testimonialsSlider .slick-dots li 
{
  width: 10px;
  height: 10px;
}
.listing-details .testimonialsSlider .slick-dots li button
{
  border: 1px solid #FF861BC2;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 4px;
}
.listing-details .testimonialsSlider .slick-dots li.slick-active 
{
  width: 30px;
}
.listing-details .testimonialsSlider .slick-dots li.slick-active button
{
  background: #FF861BC2;
  width: 30px;
  border-radius: 10px;
}
.listing-details .successstoriesSlider .slider_image
{
  border: 1px solid #FA8F3D;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: -40px;
}
.listing-details .successstoriesSlider .nameBlock .name
{
  width: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 75px;
  line-height: 20px;
  margin-bottom: 10px;
}
.listing-details .successstoriesSlider .nameBlock .name span
{
  color: #EC7026;
}
.listing-details .successstoriesSlider .slick-slide .card {
  margin: 10px;
  margin-top: 40px;
  padding: 10px;
}
.listing-details .successstoriesSlider .slick-list {
  margin: 0px -10px 50px -10px;
}
.listing-details .successstoriesSlider .slick-dots li 
{
  width: 10px;
  height: 10px;
}
.listing-details .successstoriesSlider .slick-dots li button
{
  border: 1px solid #FF861BC2;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 4px;
}
.listing-details .aboutcontent h5
{
  color: #EC7026;
}
.listing-details .successstoriesSlider .slick-dots li.slick-active 
{
  width: 30px;
}
.listing-details .successstoriesSlider .slick-dots li.slick-active button
{
  background: #FF861BC2;
  width: 30px;
  border-radius: 10px;
}
.listing-details .faqs .faqssection
{
  padding: 10px;
}
.listing-details .faqs .faqssection h5
{
  color: #EC7026;
}
.listing-details .faqs .faqssection .accordion .accordion-button
{
  padding-left: 40px;
}
.listing-details .faqs .faqssection .accordion .accordion-button:focus
{
  box-shadow: none;
}
.listing-details .faqs .faqssection .accordion .accordion-button::after
{
  content: "+";
  background: none;
  left: 0;
  position: absolute;
  border: 2px solid #FA8F3D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FA8F3D;
  font-size: 20px;
  font-weight: 600;
  padding: 11px;
}
.listing-details .faqs .faqssection .accordion .accordion-button:not(.collapsed)
{
  background: none;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.listing-details .faqs .faqssection .accordion .accordion-button:not(.collapsed)::after
{
  content: "-";
  line-height: 7px;
}
.listing-details .post .postBlock img
{
  width: 40px;
  height: 40px;
}
.listing-details .post .postBlock 
{
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
  margin-bottom: 15px;
  word-break: break-word;
}
.listing-details .post .postBlock:last-child
{
  border-bottom: 0;
  margin-bottom: 0;
}
.listing-details .post .postBlock p
{
  margin-bottom: 0;
}
.listing-details .post .postBlock .name 
{
  font-weight: 600;
  margin-bottom: 5px;
}
.listing-details .post .postBlock .name span
{
  float: right;
}
.login .loginBox
{
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px #FDBB00;
  background: #FEFDFB;
  padding: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.form-control,.form-select
{
  font-size: 14px;
  padding: 10px;
}
.floatright
{
  float: right;
}
.login .loginBox>div
{
  margin: 0;
}
.login .loginBox .left
{
  background: #FFDA70A8;
  border-radius: 10px 0 0 10px;
  text-align: center;
  padding: 4%;
}
.login .loginBox .left img
{
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 10px;
  margin: 25px auto;
  max-height: 240px;
  width: 100%;
  object-fit: cover;
}
.login .loginBox .left .subHeading
{
  text-transform: uppercase;
}
.login .loginBox .signinText
{
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: 600;
}
.login .loginBox .registerLink {
  position: absolute;
  bottom: 0;
  width: Calc(100% - 80px);
  text-align: center;
}
.login .loginBox .registerLink a
{
  color: #FFA100;
}
.login .loginBox .btnGroup
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
}
.login .loginBox .btnGroup img
{
  height: 20px;
  margin-right: 10px;
}

.login .loginBox .right
{
  padding: 40px;
  padding-bottom: 60px;
}
.login .loginBox .right .form-check
{
  color: #6D6969;
  margin-top: 5px;
}
.login .loginBox .right .form-check a
{
  color: #6D6969;
  text-decoration: underline;
}
.login .loginBox .right .tabBtn li
{
  width: 100%;
  margin-bottom: 20px;
}
.login .loginBox .right .tabBtn li a
{
  background: #ffffff;
  border: 1px solid #FA8F3D;
  color: #FA8F3D;
  display: inline-block;
  text-align: center;
  padding: 8px;
  width: 100%;
  border-radius: 0;
}
.login .loginBox .right .tabBtn li a.active
{
  background: linear-gradient(90deg, #FA8F3D 0%, #FDBB00 100%);
  color: #ffffff;
}
.login .loginBox .title
{
  color: #6D6969;
  text-align: center;
  margin-bottom: 20px;
}
.login .loginBox .input-group-text
{
  background: transparent;
}
.login .loginBox .input-group-text img
{
  width: 20px;
}
.CausesweServeListing
{
  padding: 40px 0;
  position: relative;
}
.CausesweServeListing::before
{
  position: absolute;
  right: 0;
  top: 20%;
  content: "";
  background: url(../images/causes.png);
  width: 47%;
  height: 52%;
  background-position: center right;
  background-repeat: no-repeat;
}
.CausesweServeListing .mainTitle
{
  text-transform: uppercase;
}
.CausesweServeListing .mainTitle span
{
  color: #EC7026;
}
.CausesweServeListing .outerBox 
{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */

}
.CausesweServeListing .outerBox .innerBox
{
  box-shadow: 0px 0px 3px 0px #00000040;
  width: 31.33%;
  margin: 15px 3% 15px 0%;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
.CausesweServeListing .outerBox .innerBox:nth-child(3n)
{
  margin-right: 0;
}
.CausesweServeListing .outerBox .innerBox .Image
{
  position: relative;
}
.CausesweServeListing .outerBox .innerBox .Image .overlayImage
{
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 6px solid #F9F5F5;
}
.CausesweServeListing .outerBox .innerBox .Image .overlayImage .overlayContent
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: #00000099;
  color: #ffffff;
}
.CausesweServeListing .outerBox .innerBox .Image .overlayImage .overlayContent>h6
{
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}
.CausesweServeListing .outerBox .innerBox .Image .overlayImage .progressbar
{
  height: 6px;
  background: #FDBB00;
  margin-top: -6px;
}
.CausesweServeListing .outerBox .innerBox .Image .overlayImage .overlayContent>h6>span
{
  width: 100%;
  display: inline-block;
}
.CausesweServeListing .outerBox .innerBox .Image .overlayImage .overlayContent>.circle
{
  width: 38px;
  height: 38px;
  border: 2px solid #ffffff;
  padding: 5px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDBB00;
}
.CausesweServeListing .outerBox .innerBox img
{
  width: 100%;
  margin-bottom: 10px;
}
.CausesweServeListing .outerBox .innerBox .content
{
  width: 100%;
  padding: 10px;
}
.CausesweServeListing .outerBox .innerBox .content h5
{
  font-size: 15px;
  font-weight: 600;
}
.CausesweServeListing .outerBox .innerBox .content p
{
  font-size: 12px;
  color: #888888;
  text-align: justify;
}
.CausesweServeListing .outerBox .innerBox .content p a
{
  color: #FA8F3D;
}
.CausesweServeListing .outerBox .innerBox .content a.btnOrange
{
  font-size: 12px;
  min-width: auto;
  padding: 5px 10px;
  border: 2px solid #FFDA70;
}
.CausesweServeListing .outerBox .headingBox
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.CausesweServeListing .outerBox .headingBox h5
{
  text-transform: uppercase;
  position: relative;
  line-height: 35px;
}
.CausesweServeListing .outerBox .headingBox h5 span
{
  color: #EC7026;
}
.CausesweServeListing .outerBox .headingBox h5::before
{
  background: #EC7026;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100px;
  height: 4px;
}
.CausesweServeListing .outerBox .viewMore 
{
  width: 100%;
}
.CausesweServeListing .outerBox .viewMore a
{
  color: #EC7026;
}
.CausesweServeListing .outerBox .innerBox .btnGroup
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.CausesweServeListing .viewPast a
{
  color: #EC7026;
  border: 1px solid #EC7026;
  padding: 8px 20px;
  min-width: 220px;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  background: #ffffff;
  margin-top: 40px;
}
.banner 
{
  position: relative;
}
.banner img
{
  max-height: 370px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.banner .mainheading
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.listing-banner .slick-prev 
{
  left: 0;
  z-index: 2;
} 
.listing-banner .slick-next
{
  right: 0;
}
.listing-banner button {
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  width: 30px;
  justify-content: center;
  height: 30px;
  align-items: center;
}
.listing-banner .slick-prev:hover, .listing-banner .slick-prev:focus, .listing-banner .slick-next:hover, .listing-banner .slick-next:focus
{
  background: #ffffff;
}
.listing-banner .slick-prev:before, .listing-banner .slick-next:before
{
  color: #000000;
  -webkit-text-stroke: 1px #ffffff;
}
.listing-banner .slick-prev:before
{
  content: "\f053";
  font-family: FontAwesome;
}
.listing-banner .slick-next:before
{
  content: "\f054";
  font-family: FontAwesome;
}
.profilepicedit
{
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  color: #ffffff;
}
.footer
{
  background: #585656;
  color: #ffffff;
  padding-top: 20px;
}
.footer .links
{
  list-style: none;
  font-size: 15px;
  padding-left: 0;
}
.footer .links li
{
  margin-bottom: 10px;
}
.footer .links a
{
  color: #ffffff;
}
.footer img.logo
{
  width: 200px;
  margin-bottom: 20px;
}
.footer .footerBottom
{
  color: #ffffff;
  padding: 20px 0;
}
.footer .footerBottom p
{
  margin-bottom: 0;
}
.footer .middleCol
{
  width: 400px;
  max-width: 100%;
  text-align: justify;
}
.footer .middleCol p.info
{
  text-align: left;
  line-height: 1.5;
}
.footer .middleCol p.info b
{
  text-decoration: underline;
}
.footer .socialmedia ul
{
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .socialmedia ul li
{
  display: flex;
  width: 32px;
  height: 32px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 50%;
}
.footer .socialmedia ul li a
{
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.footer .socialmedia ul li.facebook
{
  background: #4267B2;
}
.footer .socialmedia ul li.twitter
{
  background: #1DA1F2;
}
.footer .socialmedia ul li.instagram
{
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}
.footer .socialmedia ul li.linkedin
{
  background: #0077b5;
}
.footer .middleCol p.info a
{
  width: 100%;
  display: inline-block;
  color: #ffffff;
}
.footer .subscribeForm h6
{
  margin-bottom: 15px;
}
.footer .subscribeForm .form-control
{
  font-size: 13px;
}
.footer .subscribeForm .subscribeBtn
{
  background: linear-gradient(90deg, #FA8F3D 0%, #FDBB00 100%);
  color: #ffffff;
  border: 0.4px solid #EC7026;
  box-shadow: 0px 0px 0px 1px #68718229;
  border-radius: 7px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.footer .border
{
  margin-top: 40px;
  margin-bottom: 0;
}
.registration 
{
  margin: 50px 0;
  color: #6D6969;
}
.registration .emailw
{
  width: Calc(100% - 134px);
  margin-right: 10px;
}
.registration .otp-form
{
  width: 100%;
}
.verify .btnverify
{
  position: absolute;
  right: 20px;
  top: 10px;
  background: transparent;
  color: green;
  font-weight: 600;
}
.mobile span
{
  width: 25px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 15px;
}
.mobile input
{
  padding-left: 40px;
}
.tickerBox
{
  background: #FDBB00;
  padding: 5px;
  color: #ffffff;
  width: 100%;
}
.tickerBox marquee
{
  line-height: 14px;
  vertical-align: middle;
}
.registration .pageNumber
{
  color: #FF861BC2;
}
.registration .pageNumber span
{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 50%;
}
.registration .topLink
{
  color: #5B5B5B;
}
.registration .topLink a
{
  color: #FEA205;
}
.registration .causes label
{
  width: 100%;
}
.registration .causes .bgCheck
{
  background: #ffffff;
  padding: 10px;
}
.registration .causes .bgCheck label
{
  margin-bottom: 2px;
}
.registration .causes .bgCheck label input
{
  margin-right: 5px;
  vertical-align: middle;
}
.registration .bgradio label
{
  margin-bottom: 2px;
  min-width: 100px;
}
.registration .bgradio label input
{
  margin-right: 5px;
  vertical-align: middle;
}
.registration .title
{
  color: #6D6969;
  text-align: center;
  margin-bottom: 20px;
}
.box{
  display: none;
}
.nav.nav-tabs
{
  border-bottom: 0;
}
.password_view
{
  width: 100%;
  position: relative;
}
.password_view i
{
  position: absolute;
  right: 15px;
  top: 15px;
}
.signinActivities
{
  padding: 40px 0;
}
.signinActivities>div>div
{
  align-items: flex-start;
}
.signinActivities .left .activitiesbox
{
  width: 500px;
  max-width: 100%;
}
.signinActivities .right .mobileno
{
  width: 200px;
  max-width: 100%;
}
.signinActivities .left .tab-content>.tab-pane ul
{
  padding-left: 20px;
}
.signinActivities .left .nav-tabs
{
  margin-top: 50px;
}
.signinActivities .left .nav-tabs li
{
  width: 50%;
  margin-bottom: 30px;
}
.signinActivities .left .nav-tabs li a
{
  border: 2px solid #FDBB00;
  background: transparent;
  color: #000000;
  display: inline-block;
  padding: 15px;
  border-radius: 10px;
  width: 95%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.signinActivities .left .nav-tabs li a.active
{
  background: linear-gradient(90deg, #FA8F3D 0%, #FDBB00 100%) ;
}
.signinActivities .right
{
  border: 1px solid #FFDA70;
  background: #FFFFFF66;
  padding: 20px;
  border-radius: 10px;
}
.signinActivities .right .title
{
  text-align: center;
}
.signinActivities .right .title h5
{
  margin-bottom: 20px;
}
.signinActivities .right .btnGroup
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.myProfile .sidelinks
{
  list-style: none;
  padding-left: 0;
  font-weight: 600;
  margin-bottom: 40px;
}
.myProfile .sidelinks .dropdown
{
  background: none!important;
}
.myProfile .sidelinks .dropdown.dropend .dropdown-toggle::after
{
  right: 15px;
  position: absolute;
  border-top: 6px solid transparent;
  border-right: 0;
  border-bottom: 6px solid transparent;
  border-left: 6px solid;
  top: 18px;
}
.myProfile .sidelinks .dropdown ul li a
{
  font-size: 14px;
}
.myProfile .sidelinks .dropdown ul li a:hover,.myProfile .sidelinks .dropdown ul li a:focus
{
  background: var(--theme, linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%));
  color: #fff !important;
}
.myProfile .leftBox
{
  padding: 0px 20px 20px 20px;
  border-right: 1px solid #FFDA70;
}
.myProfile .leftBox p
{
  color: #888888;
}
.myProfile .leftBox .address i
{
  margin-right:5px;
}
.myProfile 
{
  margin-top: 40px;
  margin-bottom: 40px;
}
.bggradient
{
  background: var(--theme, linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%));
  border-radius: 20px;
  padding: 0px 9px;
  color: #ffffff;
}
.studentpoolsearchfields>div
{
  margin-right: 10px;
}
.inviteMemberCont .inviteMemberInner .tableFormDesgin .studentpoolsearchfields button.statusInviteButton
{
  width: auto;
  padding: 0 12px;
  font-size: 14px;
}
.myProfile .leftBox .profile
{
  border-radius: 20px;
  margin-top: -70px;
  margin-bottom: 20px;
}
.myProfile .leftBox img.profilePic
{
  border-radius: 50%;
  margin-bottom: 20px;
  border: 2px solid rgba(255, 134, 27, 0.76);
  width: 130px;
  height: 130px;
  background: #ffffff;
}
#upload-msg
{
  background: #d1e7dd;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  margin-top: 20px;
  border-radius: 10px;
}
.myProfile .profileBox .blog
{
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
}
.myProfile .profileBox .blog .postedby
{
  font-size: 12px;
}
.myProfile .card .showall
{
  font-size: 16px;
  font-weight: 600;
}
.myProfile .card .showall a
{
  color: #EC7026;
}
.myProfile .profileBox .blog:last-child
{
  border-bottom: 0;
  margin-bottom: 0;
}
.myProfile .profileBox .blog .blogContent 
{
  position: relative;
  min-height: 120px;
}
.myProfile .profileBox .blog .blogContent .experienceText
{
  margin-bottom: 0;
}
.myProfile .profileBox .blog .blogContent .content p
{
  font-size: 13px;
}
.myProfile .profileBox .blog .blogContent .content .editiconright 
{
  padding-right: 15px;
}
.myProfile .profileBox .blog .blogContent .content .editiconright a
{
  color: #FA8F3D;
  font-size: 20px;
  position: absolute;
  right: 0;
  line-height: 0;
}
.publicprofile.myProfile .profileBox .blog .blogContent
{
  min-height: 100px;
}
.publicprofile.myProfile .profileBox.associatedcircle .blog .blogContent img
{
  border-radius: 50%;
  box-shadow: 0px 2px 16px 0px #00000066;
}
#experience .blog .blogContent img
{
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px #00000040;

}
.myProfile .profileBox .blog .blogContent .content
{
  padding-left: 120px;
}

/*.myProfile .profileBox .blog .blogContent img
{
  position: absolute;
  width: 95px;
  border-radius: 20px;
  height: 100px;
  object-fit: cover;
}*/

.myProfile .profileBox .blog .blogContent img {
    position: absolute;
    width: 95px;
    border-radius: 20px;
    height: 95px;
    padding: 15px;
    margin-top: 15px;
}


.myProfile .profileBox .heading
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.myProfile .profileBox .heading label
{
  background: linear-gradient(90deg, #FA8F3D 0%, #FDBB00 100%);
  border: 1px solid #FA8F3D;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 20px;
  line-height: 1.5;
}
.myProfile .profileBox .heading .btnRight
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.myProfile .profileBox .heading .btnRight a
{
  color: #FA8F3D;
  margin: 7px;
}
.myProfile .profileBox .heading .btnRight .addIcon
{
  border: 1px solid #FDBB00;
  box-shadow: 0px 0px 2px 0px #FA8F3D;
  background: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.myProfile .profileBox .heading .btnRight .editIcon
{
  font-size: 20px;
}
.myProfile .profileBox .heading .btnRight .addIcon i
{
  line-height: 0;
}
.myProfile .card
{
  padding: 20px;
  box-shadow: 0px 0px 4px 0px #FFDA70;
  border: 0;
  margin-bottom: 20px;
  /*min-height: 470px;*/
}
.myProfile .profileBox .card ul
{
  padding-left: 10px;
  margin-bottom: 0;
}
.myProfile .sidelinks li img
{
  height: 20px;
  margin-right: 5px;
}
.myProfile .btnGroup .btnOrange
{
  min-width: 100px;
  line-height: 1;
}
button
{
  border: none;
  line-height: inherit;
}
.circle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.circle-container h6
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #FA8F3D;
}
.circle-container .progress-circle {
  width: 130px;
  height: 130px;
  transform: rotate(-90deg);
}
.circle-container .progress-circle circle {
  fill: none;
  /* stroke-linecap: ; */
  transition: stroke-dasharray 0.6s ease;
}
.circle-container .progress-circle-bg {
  stroke: #e6e6e6; /* Light grey for background circle */
  stroke-width: 5;
}
.circle-container .progress-circle-value {
  stroke: #FDBB00; /* Orange color */
  stroke-width: 4;
}
.circle-label {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}
.myProfile.dashboard
{
  line-height: 20px;
}
.myProfile.dashboard .writepost img.profile
{
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 134, 27, 0.76);
}
.myProfile.dashboard .writepost input.writeText
{
  border-radius: 30px;
  border: 1px solid rgba(255, 134, 27, 0.76);
  padding: 14px;
}
.myProfile.dashboard .media
{
  width: 70px;
  margin-left: auto;
  position: relative;
  font-size: 14px;
}
.myProfile.dashboard .media input
{
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}
.myProfile.dashboard .media img
{
  margin-right: 5px;
}
.myProfile.dashboard .follower p.para
{
  font-size: 14px;
  margin-bottom: 0;
}
.myProfile.dashboard .month
{
  background: #F2F0F0;
  color: #6D6969;
  border: 0;
  border-radius: 30px;
  padding: 2px 3px;
  font-size: 13px;
  float: right;
}
.myProfile.dashboard .postTop h6,.myProfile.dashboard .postTop p
{
  margin-bottom: 0;
}
.myProfile.dashboard .postTop img
{
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 134, 27, 0.76);
}
.myProfile.dashboard .postTop p
{
  color:#888888;
}
.myProfile.dashboard .postBottom a
{
  color: #000000;
  display: inline-block;
  margin-right: 10px;
}
.myProfile.dashboard .middleContent
{
  padding: 10px 0 20px 0;
  margin: 10px 0 12px 0;
}
.dashboardleft.sidebar
{
  font-size:13px;
}
.dashboardleft.sidebar .btnOrange
{
  min-width: auto;
}
.myProfile.dashboard .profileCompletion img
{
  border-radius: 50%;
  position: absolute;
  width: 65px;
  border: 2px solid #FF861BC2;
}
.myProfile.dashboard .profileCompletion h6
{
  color: #FA8F3D;
}
.myProfile .activityCard
{
  padding: 7px;
  max-height: 290px;
  overflow: auto;
}
.myProfile .activityCard ul
{
  padding-left: 15px;
  margin-bottom: 0;
}
.myProfile .connection
{
  margin-top: 5px;
  font-size: 14px;
  color: #EC7026;
  font-weight: 400;
}
.myProfile .activityCard ul li
{
  margin-bottom: 12px;
  font-size: 12px;
}
.myProfile .activityCard ul li span
{
  font-weight: 600;
  display: block;
  font-size: 13px;
}
.profileleft
{
  flex: 0 0 auto;
  width: 25%;
  position: relative;
}
.profileleft .connection
{
  position: initial;
  margin-top: 10px;
  color: #6D6969;
}
.profileleft .btnGroup
{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.profileleft .btnGroup .followbtn
{
  display: inline-block;
}
.profileright
{
  flex: 0 0 auto;
  width: 75%;
  position: relative;
}
.dashboardleft
{
  flex: 0 0 auto;
  width: 16.66666667%;
  position: relative;
}
.dashboardmiddle
{
  flex: 0 0 auto;
  width: 50%;
  position: relative;
}
.dashboardThirdSection
{
  flex: 0 0 auto;
  width: 16.66666667%;
  position: relative;
}
.dashboardright
{
  flex: 0 0 auto;
  width: 16.66666667%;
  position: relative;
}
.otpverify .modal-body {
  background: #FDF9F3;
  border-radius: 10px;
  padding: 35px;
}
.otpverify .inputs input {
  width: 40px;
  height: 40px
}
.otpverify h4
{
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
}
.otpverify .resendcodeblock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.otpverify form
{
/*  width: 320px;*/
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
}
.otpverify input[type=number]::-webkit-inner-spin-button,
.otpverify input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}
.form-control:focus
{
  box-shadow: none;
}
select.form-control,select.form-control:not([size]):not([multiple])
{
  height: auto;
}
.mb40
{
  margin-bottom: 40px;
}
.mb20
{
  margin-bottom: 20px;
}
.mt50
{
  margin-top: 50px;
}
.uploadmediadraganddrop {
  background: rgb(217 217 217 / 35%);
  min-height: 320px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  text-align: center;
  margin-top: 10px;
  letter-spacing: .5px;
  position: relative;
}
.uploadmediadraganddrop img
{
  width: 70px;
}
.btnuploadclose
{
  color: #000000!important;
  border: 0!important;
  font-size: 20px;
  left: 10px;
}
.uploadmediadraganddrop h6
{
  color: #EC7026;
  margin-top: 10px;
  margin-bottom: 5px;
}
.uploadmediadraganddrop p
{
  color: #6D6969;
}
.uploadmediadraganddrop input[type="file"]
{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.disbursementradio input[type="text"]
{
  padding: 5px;
  border-radius: 4px;
}
.disbursementradio label
{
  width: calc(100% - 20px);
  background: #FA8F3D42;
  padding: 9px;
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: 5px;
  font-weight: 600;
  color: #000000 !important;
}
/*.student-pool-details
{
  padding:50px 0;
}*/
.student-pool-details table
{
  width: 100%;
}
.student-pool-details table th,.student-pool-details table td
{
  padding: 5px;
}
.student-pool-details .poolbox
{
  padding: 15px;
  height: 100%;
  border-radius: 10px;
}
.student-pool-details .poolbox.orange
{
  background: #FEEEB6;
}
.student-pool-details .poolbox.violet
{
  background: #1511CC29;
}
.student-pool-details .poolbox.green
{
  background: #DFF3DF;
}
.student-pool-details .poolbox.pink
{
  background: #FFCBCB;
}

.student-pool-details .info .icons 
{
  display: flex;
  flex-wrap: wrap;
}
.student-pool-details .pool-info 
{
  position: relative;
}
.student-pool-details .pool-info .image
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px #00000040;
  border: 1px solid #FFFFFF;
}
.student-pool-details .pool-info .image img
{
  width: 100%;
  object-fit: cover;
}
.student-pool-details .pool-info .info
{
  padding-left: 110px;
  color: #6D6969;
}
.student-pool-details .info .icons .iconBox
{
  padding: 5px;
  border-radius: 3px;
  margin-right: 10px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.student-pool-details .info .icons .iconBox.pink
{
  background: #F6A1A13B;
}
.student-pool-details .info .icons .iconBox.violet
{
  background: #7F7DFA42;
}
.student-pool-details .info .icons .iconBox.green
{
  background: #7CDF9E3B;
}
.student-pool-details .info .icons .need-amount
{
  background: #FFEEB2;
  padding: 5px;
  color: #F24E1E;
  line-height: 18px;
  font-size: 12px;
}
.student-pool-details .info .icons .need-amount span
{
  font-size: 17px;
  display: block;
  font-weight: 600;
}

.aboutMain {
  padding: 60px 0px;
}
.aboutMain .aboutHeading {
  width: 100%;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 40px;
}
.aboutMain .aboutHeading a {
  color: #000;
}
.aboutMain .aboutHeading a span {
  margin-right: 8px;
}
.aboutMain .aboutContentLeft {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.aboutMain .aboutContentLeft h4 {
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
  &::before {
    background: #ec7026;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100px;
    height: 4px;
  }
}
.aboutMain .aboutContentRight {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: end;
  align-items: center;
  img {
    width: 80%;
    @media screen and (max-width: 767px) {
      width: 100%;
    }
  }
}
.aboutMain p {
  text-align: justify;
}
.aboutContentSub {
  margin-top: 40px;
}

.aboutMain h4 {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
  span {
    color: rgba(236, 112, 38, 1);
    margin-right: 8px;
  }
}

.termsContions {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: justify;
}

.termsContions p {
  margin-bottom: 12px;
  display: inline-block;
}

.termsContions ul {
  list-style-type: upper-alpha;
  margin: 0px;
  padding-left: 20px;
}
.termsContions ul li {
  margin-bottom: 12px;
}

.resourcesmain {
  padding: 60px 0px;
  position: relative;
}
.resourcesmain:before {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 45%;
  content: "";
  background: url(../images/causes.png);
  width: 47%;
  height: 52%;
  background-position: center right;
  background-repeat: no-repeat;
}

.resourcesmain .resourcesHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.resourcesmain .resourcesHeader h4 {
  color: rgba(236, 112, 38, 1);
}

.resourcesmain .resourcesHeader .resourcesRight {
  position: relative;
}

.resourcesmain .resourcesHeader .resourcesRight input {
  padding: 10px 20px;
  border-radius: 30px;
  background: #fdf9f3;
  width: 250px;
  box-shadow: 0px 1px 6px 0px #fa8f3d;
  border: none;
  color: #6d6969;
}
.resourcesmain .resourcesHeader .resourcesRight input:focus-visible {
  outline: none;
}

.resourcesmain .resourcesHeader .resourcesRight i {
  position: absolute;
  right: 17px;
  top: 9px;
  color: #bc5e5e;
  font-size: 18px;
}

.resourcesBlog {
  display: flex;
  margin-top: 34px !important;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

.resourcesBlog .boxCont {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 31%;
  max-width: 31%;
  margin: 1% 2% 40px 0;
  padding: 10px 10px 25px;
}
.resourcesBlog .boxCont img {
  margin-bottom: 20px;
}

.resourcesBlog .boxCont h6 {
  margin-bottom: 16px;
  line-height: 1.5;
}

.articleRead {
  background: transparent;
  border: none;
  color: #000;
  position: relative;

  text-transform: uppercase;
  font-weight: 600;
}

.articleRead:before {
  content: "";
  position: absolute;
  background: #6d6969;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: auto;
  right: -30px;
  top: -2px;
}
.resourcesblogspend {
  border-radius: 72px;
  border: 2px solid #ec7026;
  background: #fff;
  backdrop-filter: blur(11px);
  color: #ec7026;
  padding: 6px 20px;
  width: 270px;
  text-align: center;
  margin: 0px auto;
  margin-top: 40px !important;
}

.explore-silder {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.explore-silder .explore-box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 3px 0px #00000040;

  margin: 0px 14px;
  padding: 0px 0px 0px 0px;
}
.explore-silder .explore-box h6 {
  font-weight: 600;
  padding: 0px 0px 0px 10px;
}

.explore-silder .explore-box .images-cont {
  position: relative;
  margin-bottom: 10px;
}

.explore-silder .explore-box .images-cont img {
  width: 100%;
  object-fit: cover;

  height: 160px;
  max-width: 100%;
}

.explore-silder .explore-box .images-cont h5 {
  position: absolute;
  top: 20px;
  left: 10px;
  background: #ffd300;
  color: #000;
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 600;
  text-align: center;
}

.explore-silder .explore-box .stuedents-cc {
  width: 100%;
  display: inline-block;
}

.explore-silder .explore-box .stuedents-cc .stuedents-cc-lt {
  width: 50%;
  float: left;
  margin-bottom: 24px;
  margin-top: 24px;
}

.explore-silder .explore-box .stuedents-cc .stuedents-cc-lt img {
  display: inline-block;
  width: 44px;
  height: 44px;
}

.explore-silder .explore-box .stuedents-cc .stuedents-cc-rt img {
  display: inline-block;
  width: 44px;
  height: 44px;
}

.explore-silder .explore-box .stuedents-cc .stuedents-cc-rt {
  width: auto;
  float: left;
  margin-top: 22px;
}

.explore-silder .explore-box .stuedents-cc .stuedents-cc-lt span {
  font-size: 14px;
}

.explore-silder .explore-box .stuedents-cc .stuedents-cc-rt span {
  font-size: 14px;
}

.explore-silder .slick-dots li {
  width: 10px;
  height: 10px;
}
.explore-silder .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid grey;
  border-radius: 50%;
}
.explore-silder .slick-dots li.slick-active {
  width: 30px;
}
.explore-silder .slick-dots li.slick-active button {
  background: linear-gradient(
    90deg,
    rgba(255, 134, 27, 0.76) 0%,
    rgba(252, 198, 62, 0.72) 95%
  );
  border-color: transparent;
  width: 30px;
  border-radius: 10px;
}

.resourcesSlider {
  width: 100%;
  padding: 40px 0;
}

.resourcesSlider h4 {
  margin-bottom: 30px;
  color: rgba(236, 112, 38, 1);
  padding-left: 64px;
}

.formWizard {
  width: 100%;
  display: flex;
  padding: 0px 0px 30px 0px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.formWizard:before {
  position: absolute;
  right: 0;
  top: 40%;
  content: "";
  background: url(../images/causes.png);
  width: 47%;
  height: 52%;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: -1;
}

.formWizardCont {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.formWizardCont ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.formWizardCont ul li {
  position: relative;
}

.formWizardCont ul li:last-child a:after {
  display: none;
}

.formWizardCont ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: rgba(109, 105, 105, 1);
  font-weight: 600;
}
.formWizardCont ul li a.active {
  color: #fea205;
}

.formWizardCont ul li a.active span {
  color: #fea205;
}

.formWizardCont ul li a.active::after {
  background: #fea205;
}
.formWizardCont ul li.active a {
  color: #fea205;
}

.formWizardCont ul li.active a::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    #fea205 0%,
    rgba(254, 163, 8, 0.99) 9%,
    rgba(252, 168, 24, 0.96) 25.99%,
    rgba(253, 193, 39, 0.99) 99.97%
  );
}

.formWizardCont ul li a:after {
  content: "";
  position: absolute;
  background: #6d6969;
  width: 55px;
  height: 2px;
  left: 180px;
  right: auto;
  top: 12px;
}

.formWizardCont ul li.active a {
  background: linear-gradient(
    90deg,
    #fea205 0%,
    rgba(254, 163, 8, 0.99) 9%,
    rgba(252, 168, 24, 0.96) 25.99%,
    rgba(253, 193, 39, 0.99) 99.97%
  );
  box-shadow: 0px 12px 12.6px -8px rgba(36, 23, 0, 0.25);
}

.formWizardCont ul li.active a span {
  border-radius: 30px;
  background: linear-gradient(
    90deg,
    #fea205 0%,
    rgba(254, 163, 8, 0.99) 9%,
    rgba(252, 168, 24, 0.96) 25.99%,
    rgba(253, 193, 39, 0.99) 99.97%
  );
  box-shadow: 0px 12px 12.6px -8px rgba(36, 23, 0, 0.25);
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.formWizardCont ul li a span {
  border-radius: 30px;
  background: #fff;
  color: rgba(109, 105, 105, 1);
  box-shadow: 0 0 9px -1px rgba(0, 0, 0, 0.2);
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.formDesign {
  width: 100%;
  display: inline-block;
}

.btnSubmit {
  border-radius: 30px;
  background: linear-gradient(
    90deg,
    #fea205 0%,
    rgba(254, 163, 8, 0.99) 9%,
    rgba(252, 168, 24, 0.96) 25.99%,
    rgba(253, 193, 39, 0.99) 99.97%
  );
  box-shadow: 0px 12px 12.6px -8px rgba(36, 23, 0, 0.25);

  padding: 12px 30px;
  color: #fff;
  position: relative;
  border: none;

  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  cursor: pointer;
}

.formSubmit {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 30px;
}

.tabsKindness {
  width: 100%;

  p {
    font-size: 16px;
  }
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

    li {
      width: 100%;
      [type="radio"]:checked,
      [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
      }
      [type="radio"]:checked + label,
      [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        font-size: 14px;
        display: inline-block;
      }
      [type="radio"]:checked + label:before,
      [type="radio"]:not(:checked) + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #ddd;
        border-radius: 100%;
        background: #fff;
      }
      [type="radio"]:checked + label:after,
      [type="radio"]:not(:checked) + label:after {
        content: "";
        width: 12px;
        height: 12px;
        background: linear-gradient(
          90deg,
          #fea205 0%,
          rgba(254, 163, 8, 0.99) 9%,
          rgba(252, 168, 24, 0.96) 25.99%,
          rgba(253, 193, 39, 0.99) 99.97%
        );
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
      }
      [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
      }
      [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
      }
    }
  }
}
.tabsKindness textarea:focus-visible {
  outline: none;
}
.textareaKindness {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.textareaKindness h6 {
  font-size: 14px;
  margin-bottom: 16px;
  position: relative;
  font-weight: 400;
}
.textareaKindness p {
  font-size: 14px;
  margin-bottom: 8px;
  position: relative;
}

.textareaKindness .radio-block {
  text-align: left;
  margin-bottom: 12px;
}

.textareaKindness .radio-content {
  display: inline-block;
  width: 180px;
  margin: 10px 10px 10px 0px;
  text-align: left;
}

.textareaKindness input[type="radio"] {
  display: none;
}

.textareaKindness input[type="radio"] + label {
  color: black;
  cursor: pointer;
  font-size: 15px;
}

.textareaKindness input[type="radio"] + label span {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  border: 1px solid #cecece;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.textareaKindness input[type="radio"]:checked + label span {
  background: linear-gradient(
    90deg,
    #fea205 0%,
    rgba(254, 163, 8, 0.99) 9%,
    rgba(252, 168, 24, 0.96) 25.99%,
    rgba(253, 193, 39, 0.99) 99.97%
  );
  box-shadow: 0px 0px 0px 5px white inset;
}

.textareaKindness input[type="radio"]:checked + label {
  color: #38aa7c;
}

.divpostive {
  position: relative;
}
.textareaKindness label {
  position: relative;
  margin-bottom: 12px;
}
.divpostive .tooltip {
  position: absolute;
  display: inline-block;
  opacity: 1;
  left: auto;
  font-size: 18px;
  margin-right: 6px;
  z-index: auto;
  right: -30px;
  top: -28px;
}

.divpostive .tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  font-size: 14px;
  z-index: 1;
  top: 32px;
  left: 55px;
  margin-left: -150px;
  opacity: 0;
  transition: opacity 0.3s;
}

.divpostive .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 15px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.divpostive .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.spaceBottom {
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .formWizardCont {
    width: 100%;
  }
  .formWizard:before {
    display: none;
  }
  .formWizardCont ul li a:after {
    width: 2px;
    display: none;
    height: 100%;
    left: 0;
    right: auto;
  }
  .formWizardCont ul li {
    width: 100%;
    margin-bottom: 16px;
  }

  .formWizardCont ul li a {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .formDesign {
    margin-top: 0;
  }
  .divpostive .tooltip {
    right: 0px;
    margin-right: 0px;
  }
  .listing-details .desktopviewbuttons
  {
    display: none;
  }
  .CausesweServeListing .outerBox .innerBox
  {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) 
{
  .listing-details .mobileviewbuttons
  {
    display: none;
  }
}
/**** invite member page css start ****/

.inviteMemberCont .inviteMemberLeft {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 21%;
  max-width: 21%;
}

.inviteMemberCont .inviteMemberLeft p {
  font-size: 14px;
}

.inviteMemberCont .inviteMemberLeft .editPorfileButton {
  border-radius: 20px;
  background: var(--theme, linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%));
  padding: 8px 0px;
  color: #fff;
  width: 100%;
}
.inviteMemberCont .inviteMemberLeft .editPorfileButton span {
  margin-right: 12px;
}

.inviteMemberCont .inviteMemberLeft .editPorfileButton span i {
  font-size: 16px;
}

.myProfile .sidelinks li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: block;
  padding: 12px;
}

.inviteMemberCont .inviteMemberLeft ul li img {
  margin-right: 10px;
}

.myProfile .sidelinks li a.show {
  background: var(--theme, linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%));
  color: #fff !important;
}
.inviteMemberCont .inviteMemberLeft ul li {
  margin-bottom: 0;
}

.inviteMemberCont .inviteMemberLeft .cardMain ul.sidelinks li a {
  padding: 14px;
  margin-bottom: 0;
}

.inviteMemberCont .inviteMemberLeft .cardMain .card {
  padding: 20px;
  box-shadow: none;
}

.inviteMemberCont .inviteMemberLeft .cardMain {
  padding: 20px 0px;
  box-shadow: 0px 0px 4px 0px #ffda70;
  border: 0;
  background: #fff;
  margin-bottom: 20px;
  max-width: 100%;
}
.commoncard {
  box-shadow: 0px 0px 4px 0px #EC7026;
  background: #ffffff;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
}
.nominatestudent 
{
  background: #ffffff;
  border: 2px solid #EC7026;
  padding: 30px;
  margin-bottom: 30px;
}
.nominatestudent h6.title
{
  text-align: center;
  color: #EC7026;
  margin-bottom: 20px;
}
.inviteMemberCont .inviteMemberInner .memberFlex a.status-circle {
  border-radius: 20px;
  border: 2px solid #0bbe07;
  background: #25973e;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding: 8px 20px;
}
.inviteMemberCont .inviteMemberRight .documentupload
{
  position: relative;
  width: 200px;
}
.inviteMemberCont .inviteMemberRight .documentupload input
{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.editnominatestudent h6.title
{
  text-align: center;
  color: #EC7026;
  margin-bottom: 20px;
}
.editnominatestudent .documentupload
{
  position: relative;
  width: 200px;
}
.editnominatestudent .documentupload input
{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.inviteMemberRight {
  flex: 1 0 83.33%;
  max-width: 83.33%;
  position: relative;
}

.inviteMemberCont .inviteMemberInner {
  width: 100%;
}
.modalHeading
{color: #EC7026;}
.memberFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.donationbtn
{
  background: linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%)  ;
  border: 1px solid #EC7026;
  color: #000000;
  font-weight: 600;
}
.colorgreen
{
  color: #09A350;
}
.passbook td.receipticons img
{
  height: 20px;
}
.passbook td.receipticons
{
  display: flex;
  justify-content: space-around;
}
.memberFlex h5 {
  color: #ec7026;
  font-weight: 600;
}
.inviteMemberCont .inviteMemberInner p {
  font-size: 14px;
  text-align: justify;
  
}

.inviteMemberCont .inviteMemberInner h6 {
  color: #ec7026;
  margin-bottom: 4px;
}

.inviteMemberCont .inviteMemberInner ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0 16px;
}

.inviteMemberCont .inviteMemberInner ol li {
  margin-bottom: 12px;
}

.inviteMemberCont .inviteMemberInner ol li a {
  font-size: 14px;
  text-align: justify;
  color: #000;
}

.inviteMemberCont .inviteMemberInner .inviteForm {
  border-radius: 5px;
  border: 1px solid #ec7026;
  background-color: #fff !important;
  width: 100%;
  padding: 12px 10px;
  color: #000;
  font-size: 16px;
  appearance: none;
}
.coming-soon
{
  padding: 50px 0 40px 0;
  position: relative;
  overflow: hidden;
}
.coming-soon
{
  padding: 50px 0 40px 0;
  position: relative;
  overflow: hidden;
}
.coming-soon .rightBox img
{
  width: 350px;
  max-width: 100%;
  margin-bottom: 20px;
}
.coming-soon>div>div
{
  align-items: center;
}
.coming-soon .leftBox
{
  width: 400px;
  max-width: 100%;
  position: relative;
  padding-bottom: 50px;
}
.coming-soon .leftBox .emaillink
{
  color: #575656;
  text-decoration: underline;
  font-weight: 400;
}
.coming-soon .leftBox .teamtag
{
  position: absolute;
  bottom: -20px;
}
.coming-soon .leftBox img
{
  margin-left: 20px;
  width: 160px;
  max-width: 100%;
}
.coming-soon .leftBox p
{
  text-align: justify;
}
.coming-soon::before
{
  position: absolute;
  left: 0;
  top: 56%;
  content: "";
  background: url(../images/about.gif);
  width: 100%;
  height: 120%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}
.statsuInvite
{
  position: relative;
}
.no-data-overlay
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(253 249 243 / 70%);
}
.no-data-overlay .nodatabg
{
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  background: #FCDE89;
  padding: 3px 10px;
}
.proofdiv
{
  border: 1px solid #EC7026;
  border-radius: 10px;
  background: #ffffff;
  width: 600px;
  max-width: 100%;
}
.proofdiv .contentdiv
{
  border-top: 1px solid #EC7026;
  padding: 10px;
}
.proofdiv h6
{
  padding: 10px;
  margin-bottom: 0;
}
.proofdiv .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  margin-left: 35px;
  z-index: 0;
}
.proofdiv .tooltip img
{
  width: 22px;
}
.proofdiv .tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: -53px;
  margin-left: -60px;
}

.proofdiv .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.proofdiv .tooltip:hover .tooltiptext {
  visibility: visible;
}

.studentpool .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  margin-left: 10px;
  z-index: 0;
}
.studentpool .tooltip img
{
  width: 22px;
}
.studentpool .tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  right: 0;
  margin-left: -60px;
}

.studentpool .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 5px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.studentpool .tooltip:hover .tooltiptext {
  visibility: visible;
}
.expirydate input
{
  text-transform: uppercase;
}
.checkconsent input
{
  vertical-align: middle;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
.dropdown {
  background: url(https://d2w7l1p59qkl0r.cloudfront.net/static/images/vector-dwons.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 17px center !important;
  background-size: 14px !important;
}
.inviteMemberInner .nav-tabs {
  margin-top: 50px;
}
.inviteMemberInner .nav-tabs li {
  width: 15%;
  margin-bottom: 30px;
}
#memberstab.nav-tabs li {
  width: 20%;
}
.inviteMemberInner .nav-tabs li a {
  border-radius: 5px 5px 0px 0px;
  border: 1px solid var(--theme, rgba(255, 134, 27, 0.76));

  color: #ec7026;

  background: transparent;

  display: inline-block;
  padding: 10px;
  width: 95%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.inviteMemberInner .nav-tabs li a.active {
  border-radius: 5px 5px 0px 0px;
  background: var(--theme, linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%));
  font-weight: 600;
  color: #fff;
}

:focus-visible {
  outline: none;
  box-shadow: none;
}

.invitationTable {
  background: #fff;
}

.invitationTable tr td {
  border: none;
  background: #fdf9f3;
}

.invitationTable tr th {
  background: #fdf9f3;
  border-bottom: none;
  font-weight: 700;
  font-size: 13px;
}

.invitationTable input {
  background: #fff;
  padding: 9px;
  width: 100%;
  border: 1px solid #ec7026;
}

.inviteMemberBottom {
  float: right;
  text-align: center;
  position: relative;
  width: 320px;
  max-width: 100%;
}

.inviteMemberBottom .inviteAddMore {
  border-radius: 20px;
  background: var(--theme, linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%));

  width: 100px;
  color: #fff;
  font-weight: 600;
  width: 150px;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

.inviteMemberBottom .inviteSend {
  margin-top: 30px;
  display: block;
  border-radius: 20px;
  background: var(--theme, linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%));

  color: #fff;
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: 240px;
  right: 0;
  top: 20px;
  padding: 10px;
  font-size: 14px;
}

.inviteSuccessFully {
  width: 100%;
}

.inviteSuccessFully p {
  color: #000;
  font-size: 16px;
  width: 100%;
}
.inviteSuccessFully p span {
  display: block;
}

.inviteAddMore {
  border-radius: 20px;
  background: var(--theme, linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%));
  padding: 6px 20px;
  color: #ffffff;
  float: right;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.inviteAddMore:hover {
  color: #fff;
}
.instructionsContent {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}

.instructionsContent ul {
  list-style-type: revert;
  margin: 20px 0px 10px 0px;
  padding: 0;
}

.instructionsContent ul li {
  font-size: 14px;
  margin-bottom: 12px;
}

.instructionsContent .sampleDoewnload {
  width: 100%;
  display: inline-block;
  margin-top: 18px;
}

.instructionsContent .sampleDoewnload p {
  color: #ec7026;
}

.instructionsContent .sampleDoewnload p span {
  margin-right: 5px;
}

.instructionsContent .sampleDoewnload a.sampleDoewnloadButton {
  border-radius: 20px;
  background: var(--theme, linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%));
  color: #fff;
  padding: 10px 30px;
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.inviteBrowse {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.inviteBrowse label {
  border-radius: 20px;
  background: var(--theme, linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%));
  padding: 10px 40px;
  display: table;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

.inviteBrowse label input[type="file"] {
  display: none;
}

.inviteBrowse span {
  color: #6d6969;
  font-size: 14px;
  margin-left: 15px;
}
.inviteBrowse h5 {
  font-weight: 400;
  color: #6d6969;
  font-size: 18px;
  text-align: left;
  margin-top: 15px;
  width: 100%;
}

.inviteMemberBottom .inviteSend2 {
  display: block;
  border-radius: 20px;
  background: var(--theme, linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%));
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 240px;
  padding: 10px;
  font-size: 14px;
}

.modal-content button.btn-close {
  font-weight: 600 !important;
  position: absolute;
  right: 18px;
  top: 14px;
  --bs-btn-close-bg:none;
  line-height: 15px;
}
button:focus,.btn-close:focus
{
  box-shadow: none;
}
.modal-content {
  border: 2px solid #ec7026;
}
.modal-content label
{
  color: #6D6969E5;
  line-height: 20px;
}
.modal-sm
{
  max-width: 300px;
}
#addkindnessjourney .media,#addpost .media,#editpost .media
{
  display: flex;
  flex-direction: column;
  align-items: baseline;
  position: relative;
}
#addkindnessjourney .media label,#addpost .media label,#editpost .media label
{
  font-size: 12px;
}
#addkindnessjourney .media img, #addpost .media img, #editpost .media img
{
  width: 22px;
  height: 22px;
}
#addkindnessjourney .media input,#addpost .media input,#editpost .media input
{
  position: absolute;
  bottom: 0;
  width: 22px;
  height: 22px;
  opacity: 0;
}
#editpost .media .medias a
{
  display: inline-block;
  position:relative;
}
#editpost .media .medias span
{
  position: absolute;
  top: -2px;
  right: -5px;
  width: 13px;
  height: 13px;
  line-height: 0;
  background: #ffffff;
  border: 1px solid;
  padding: 2px;
  border-radius: 50%;
  font-size: 9px;
}
.inviteMemberCont .inviteMemberInner .tableFormDesgin {
  width: 100%;
}

.inviteMemberCont .inviteMemberInner .tableFormDesgin select.inviteForm {
  width: 100%;
  max-width: 100%;
}

.inviteMemberCont .inviteMemberInner .tableFormDesgin input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ec7026;
  background: #fff;
  color: #000;
  height: 45px;
  padding-left: 10px;
  font-size: 16px;
}

.inviteMemberCont .inviteMemberInner .tableFormDesgin input::placeholder {
  color: #000;
  opacity: 1;
}

.inviteMemberCont .inviteMemberInner .tableFormDesgin input::-ms-input-placeholder {
  color: #000;
}

.inviteMemberCont .inviteMemberInner .tableFormDesgin button.statusInviteButton {
  border-radius: 20px;
  background: var(--theme, linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%));
  height: 44px;
  width: 150px;
  color: #fff;
  /* font-family: Poppins; */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}


.statsuInvite table {
width: 100%;
border-collapse: collapse;
margin-top: 30px;
border: 1px solid #EC7026;
}


.statsuInvite tr:nth-of-type(odd) {
background: #fff;
}

.statsuInvite th {
background: #fff;
color: #000;
/* font-weight: bold; */
}

.statsuInvite td, .statsuInvite th {
padding: 10px;
border:  1px solid #EC7026;
text-align: left;
font-size: 14px;
background: #fff;
}

.collapsetable td,.collapsetable th
{
  background: #f5f5f5;
}
.collapsetable{
  margin-top: 0!important;border-collapse: separate!important;
}
.collapsedivtable
{
  padding: 30px;
  background: #f5f5f5;
}
@media only screen and (max-width: 991px){
  .statsuInvite 
  {
    overflow: auto;
  }
  .statsuInvite table
  {
    width: 800px;
  }
}
.statsuInvite td span {
  margin-right: 0;
  margin-left: 10px;
}

.statsuInvite td span i {
  color: #EC7026;
  font-size: 16px;
}












.statsuInvite td span button {
  background: transparent;
}

.statsuInvite td button.view {
  background: transparent;
}

.statsuInvite td button.view i {
  color: #EC7026;
  font-size: 16px;
}

.statsuInvite td  button.edit {
  margin-left: 10px;
  background: transparent;
}

.statsuInvite td button.edit i {
  color: #EC7026;
  font-size: 16px;
}

.statsuInvite td a.resned {
  color: #EC7026;
  text-decoration: underline;
}

.datess{ position:relative; }
.datess input[type=date][placeholder]:invalid::-webkit-datetime-edit 
{
  display: none;
}
.datess input[type=date][placeholder]:invalid::before 
{
  color: #999;
  color: var(--placeholder-color);
  content: attr(placeholder);
}
.datess input::-webkit-calendar-picker-indicator
{
  opacity: 0;
}
.datess .posabs
{
  position: absolute;
  top: 11px;
  right: 20px;
}
.datess input::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.coming-soon {
  margin : 30px 0 30px 0;
}


/**** invite member page css end ****/

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
}

.rating input {
  position: absolute;
  left: -9999px;
}

.rating label {
  display: inline-block;
  cursor: pointer;
  width: 1em;
  font-size: 18px;
  color: #f7941d;
}

.rating label:before {
  content: '☆';
}

.rating input:checked ~ label:before,
.rating input:hover ~ label:before {
  content: '★';
}

.rating label:hover ~ label:before,
.rating input:hover ~ label:before {
  content: '☆';
}

.donation-form {
  background-color: #fff7f0;
  border: 1px solid #f7941d;
  border-radius: 10px;
  padding: 20px;
  margin: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.donatewithlogin
{
  padding: 40px 0;
}
.donationformfornewuser
{
  box-shadow: 0px 0px 4px 0px #EC7026;
  padding: 20px;
}
.back-button {
  color: #333;
  margin-bottom: 20px;
}

.success-message {
  background-color: #28a745;
  color: white;
  padding: 10px;
  border-radius: 5px;
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
}
.success-message span
{
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 25px;
}
.sharebuttons {
  display: flex;
  flex-wrap: wrap;
}
.sharebuttons a {
  width: 48%;
  margin-right: 4%;
  box-shadow: 0px 0px 4px 0px #EC7026;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 20px;
  height: 42px;
}
.sharebuttons a img
{
  margin-right: 5px;
}
.copyurl
{
  position: relative;
}
.copyurl .btnOrange
{
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 5px;
}
.copyurl input
{
  height: 51px;
  margin-bottom: 30px;
  margin-top: 25px;
  border: 1px solid #EC7026;
  background: #ffffff;
}
.sharebuttons a:nth-child(even)
{
  margin-right: 0;
}

.custom-section .custom-card-body {
  padding: 20px;
}

.custom-section .card-divider {
  border-top: 1px solid #eee;
  margin: 0 -20px;
}

.custom-section .arrow-icon {
  font-size: 1.25rem;
  color: #666;
}
.custom-section ol 
{
  margin-top: 10px!important;
}
.custom-section ol li
{
  margin-bottom: 0px!important;
}
.custom-section {
  box-shadow: 0px 0px 4px 0px #EC7026;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 20px;
}
.custom-section p
{
  margin-bottom: 0;
}
.custom-section a
{
  color: #222222;
}
.custom-section h6
{
  color: #6D6969!important;
}
.editpersonaldetails
{
  padding: 40px 0;
}
.faq .accordion-button::after
{
  background-image: none;
  content:"+";
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FA8F3D;
}
.faq .accordion-button:not(.collapsed)::after
{
  background-image: none;
  content:"-"
}
.faq .accordion-flush>.accordion-item>.accordion-header .accordion-button, 
.faq .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed
{
  font-size: 14px;
  font-weight: 600;
}
.faq .accordion .accordion-body
{
  border-left: 4px solid #EC7026;
  margin: 0px 10px 10px 21px;
  padding: 0 8px;
}
.faq .accordion .accordion-button:not(.collapsed)
{
  background: none;
  color: #EC7026;
  box-shadow: none;
}
button:focus
{
  box-shadow: none!important;
}
.colororange
{
  color: #EC7026!important;
}
.colorBlack
{
  color: #000000;
}
.colorgrey
{
  color: #575656;
}
.admintable .dropdown
{
  background: none!important;
}
.admintable .dropdown-toggle::after
{
  display: none;
}
.admintable .dropdown .fa-ellipsis-h
{
  font-size: 30px;
  color: #EC7026;
  vertical-align: text-top;
}
.admintable .dropdown ul
{
  padding: 0!important;
}
.admintable .dropdown ul .fa
{
  color: #EC7026;
  margin-right: 5px;
}
.admintable 
{
  width: 100%;
}
.admintable td.profile
{
  width: 40%;
}
.admintable td.profile img
{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
}
.admintable td.profile .content
{
  padding-left: 70px;
}
.admintable td,.admintable th
{
  padding: 15px 10px;
}
.admintable thead
{
  border-bottom: 1px solid #F24E1E;
}
.role
{
  padding: 0px 10px;
  border-radius: 20px;
  font-weight: 600;
}
.karta
{
  background: #FDBB004D;
  color: #F24E1E;
}
.subkarta
{
  background: #FF25253D;
  color: #F21E1E;
}
.manager
{
  background: #19A6383D;
  color: #209E69;
}
.modal .radiobox 
{
  position: relative;
  margin-bottom: 15px;
}
.modal .roleblock
{
  box-shadow: 0px 0px 4px 0px #EC7026;
  border-radius: 10px;
  padding: 15px 20px;
}
.modal .editinfo p
{
  margin-bottom: 0;
}
.error
{
  color: red;
}
#settings .description {
  display: none;
  margin-top: 10px;
  color: #666;
}
.minimum-donation 
{
  position: relative;
}
.minimum-donation span
{
  position: absolute;
  top: 10px;
  left: 10px;
  color: red;
}
.minimum-donation input
{
  padding-left: 25px;
}
.headinglabel
{
  width: 50%;
}
.modal .radiobox input
{
  position: absolute;
  top: 3px;
}
.modal .radiobox label
{
  padding-left: 20px;
}
.admintable li
{
  list-style: none;
}
.alert-message
{
  background: #ffffff;
  color: #149621;
  border-color: #149621;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.certificate {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #f7941d;
  margin-bottom: 40px;
}
.certificate .imagerow
{
  display: flex;
  flex-wrap: wrap;
  color: #6D6969;
  margin-bottom: 10px;
}

.certificate img {
  width: 330px;
  height: 100px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 15px;
}
.certificate h5 
{
  font-weight: 400;
  text-transform: uppercase;
}
.certificate h5 span {
  font-size: 14px;  
  text-transform: none;
}
.certificate .donationlogo
{
  width: auto;
  height: auto;
  position: absolute;
  bottom: -20px;
  right: -20px;
  margin-right: 0;
  background: #ffffff;
}
.certificate .content
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.borderright
{
  border-right: 1px solid #F24E1E;
  padding-right: 10px;
  position: relative;
}
.certicateborder
{
  border-color: #F24E1E;
  opacity: 1;
  margin-bottom: 5px;
}
.tax-form {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #f7941d;
}

.tax-form .btn-primary {
  background: linear-gradient(to right, #f6d365, #fda085);
  border: none;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.tax-form .btn-primary:hover {
  background: linear-gradient(to right, #fda085, #f6d365);
}

.tax-form .btn-secondary {
  border: 1px solid #f7941d;
  color: #f7941d;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.tax-form .btn-secondary:hover {
  background-color: #f7941d;
  color: white;
}
.studentpool .profile-card {
  background-color: #fff7f0;
  border: 1px solid #f7941d;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.studentpool .profile-card .close-button {
  position: absolute;
  top: -15px;
  right: -14px;
  border: 3px solid #F24E1E;
  color: #F24E1E;
  font-weight: 600;
  font-size: 22px;
  background: #fdf9f3;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.studentpool .profile-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 20px 0 20px;
}

.studentpool .profile-header img.profileimg {
  border-radius: 50%;
  margin-right: 15px;
  width: 60px;
  margin-top: -55px;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 4px 0px #00000040;
}

.studentpool .profile-header .profile-info {
  flex-grow: 1;
}

.studentpool .profile-header .profile-info h5 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #6D6969;
}

.studentpool .profile-header .profile-info p {
  margin: 0;
  color: #6D6969;
  line-height: 19px;
}
.studentpool .profile-details>*
{
  padding: 0 20px;
}
.studentpool .profile-details .need-info {
  display: inline-flex;
  align-items: center;
  background-color: #FDF9F3;
  box-shadow: 0px 0px 26px 15px #FA8F3D14;
  padding: 10px;
/*  border: 0.1px solid #FA8F3D;*/
  border-top: 0.1px solid #FA8F3D;
  border-bottom: 0.1px solid #FA8F3D;
  font-size: 16px;
  flex-wrap: wrap;
  word-break: break-word;
}
.studentpool .profile-details .need-info .sborderleft
{
  border-left: 1px solid #6D6969;
}
.studentpool .profile-details .need-info .faceicon
{
  background: #F6A1A13B;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}
.studentpool .profile-details .readmore{
  color: #FDBB00;
}
.studentpool .profile-details .need-info .facecontent
{
  width: Calc(50% - 23px);
  padding: 0 8px;
  color: #F24E1E;
  text-align: center;
}
.studentpool .profile-details .need-info .need-amount
{
  color: #F24E1E;
}
.studentpool .profile-details .need-info .icons {
  display: flex;
  align-items: center;
}

.studentpool .profile-details .need-info .icons img {
  height: 30px;
  margin-right: 15px;
  border-right: 1px solid #6D6969;
  padding-right: 13px;
}

.studentpool .profile-buttons {
  display: flex;
  gap: 10px;
  padding: 10px 20px 20px 20px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.studentpool .profile-footer {
  color: #6D6969;
  position: absolute;
  bottom: 5px;
  left: 20px;
}
.mt-38
{
  margin-top: 38px;
}
.btnRemove
{
  position: absolute;
  bottom: 20px;
  color: red;
  background: transparent;
  font-size: 20px;
}
.donation-form img {
  width: 125px;
  height: 100px;
  border-radius: 25px;
  margin-bottom: 20px;
  object-fit: contain;
}
.donation-form h4 
{
  margin-bottom: 20px;
}
.donation-form h4 span {
  color: #EC7026;
}

.donation-form button {
  border: 1px solid #EC7026;
  background-color: #fff;
  margin: 3px;
  border-radius: 8px;
}

.donation-form button.active,.donation-form button:hover {
  background-color: #EC7026;
  color: #fff;
}

.donation-form input[type="number"] {
  margin-top: 20px;
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.member-card {
  border-radius: 10px;
  background-color: white;
  text-align: center;
  position: relative;
}
.member-card::before
{
  background: url(https://d2w7l1p59qkl0r.cloudfront.net/static/images/kcprofilebanner.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 0;
}
.member-card img {
  border-radius: 50%;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}

.member-name {
  font-size: 16px;
}

.member-role {
  font-weight: 600;
  font-size: 16px;
}

.member-date {
  font-size: 12px;
  color: #999;
  position: absolute;
  bottom: 0;
}
.passbookstats ul
{
  list-style: none;
  padding-left: 0!important;
  display: flex;
  flex-wrap: wrap;
}
.passbookstats ul li
{
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 18%;
  margin: 1%;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px #00000040;
}
td.donation
{
  color: #229C2F;
  font-weight: 600;
}
td.disbursed
{
  color: #EC7026;
  font-weight: 600;
}
td.failed
{
  color: #ED0707;
  font-weight: 600;
}
#viewpassbook .date
{
  font-size: 11px;
  color: #6D6969;
}
.btnGreen
{
  background: #25973E;
  color: #ffffff;
  border-radius: 20px;
}
.btnGreen:hover
{
  background: #0f7225;
  color: #ffffff;
}
.btnGradient
{
  background: linear-gradient(90deg, #FA8F3D 0%, #FDBB00 100%);
  color: #ffffff;
  border-radius: 20px;
}
.btnGradient:hover
{
  background: #d63e27;
  color: #ffffff;
}
.borderradius20
{
  border-radius: 20px;
}
.passbookstats ul li p
{
  font-size: 18px!important;
  width: 100%;
  margin-bottom: 0;
  text-align: center !important;
}
.passbookstats ul li.one
{
  background: #2FBD454D;
}
.passbookstats ul li.two
{
  background: #FE40576B;
}
.passbookstats ul li.three
{
  background: #FCF67D26;
}
.passbookstats ul li.four
{
  background: #DF61FF26;
}
.payment-options {
  margin-top: 30px;
}

.payment-options .card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.btn-group-vertical>.btn-check:checked+.btn, .btn-group-vertical>.btn-check:focus+.btn, .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn-check:checked+.btn, .btn-group>.btn-check:focus+.btn, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover
{
  z-index: auto;
}

@media screen and (max-width:1300px) {
  .getInvolved .nav-tabs
  {
    height: 535px;
  }
}
@media screen and (max-width:1200px) {
  .getInvolved .nav-tabs
  {
    height: 440px;
  }
}
@media screen and (max-width:991px) {
  .getInvolved .nav-tabs
  {
    height: 330px;
  }
  .btnOrange
  {
    min-width: auto;
  }
}
@media screen and (max-width:768px) {
  .CausesweServe .outerBox .innerBox
  {
    width: 100%;
  }
  .CausesweServe .outerBox
  {
    margin-bottom: 20px;
  }
  .CausesweServeListing .outerBox .innerBox
  {
    width: 100%;
  }
  .CausesweServeListing .outerBox
  {
    margin-bottom: 20px;
  }
  .activities .search .searchBtn
  {
    bottom: 14px;
    top: auto;
  }
  .getInvolved .nav-tabs
  {
    height: 320px;
  }
}
@media screen and (max-width:767px) {
  h1{font-size: 24px;}
  h2{font-size: 22px;}
  h3{font-size: 20px;}
  h4{font-size: 18px;}
  h5{font-size: 16px;}
  h6{font-size: 14px;}
  .listing-details .scholarshipnamepositionsticky,.listing-details .navbar
{
  position: relative;
  top: auto;
}
  .myProfile .card
  {
    min-height: auto;
  }
  .studentpoolsearchfields>div
  {
    flex: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .inviteMemberCont .inviteMemberInner .nav-tabs li
  {
    width: 100%;
  }
  .passbookstats ul li
  {
    width: 100%;
  }
  #memberstab.nav-tabs li
  {
    width: 100%;
  }
  .HomeSlider .sliderContent h2{
    font-size: 17px;
    margin-bottom: 0;
  }
  .HomeSlider .sliderContent h3{
    font-size: 15px;
    margin-bottom: 5px;
  }
  .HomeSlider .sliderContent h6{
    font-size: 10px;
    margin-bottom: 0;
  }
  .AboutSection
  {
    padding: 20px 0;
  }
  .getInvolved
  {
    padding: 20px 0;
  }
  .afterBannerSection {
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .afterBannerSection #flip
  {
    height: 50px;
  }
  .afterBannerSection #flip > div > div p
  {
    font-size: 20px;
  }
  .textStrip
  {
    padding: 0;
  }
  .textStrip .StripBox
  {
    padding: 15px 30px;
    margin: 15px 0;
  }
  .PartofUs .subscribeform input[type="submit"]
  {
    position: initial;
    margin-top: 20px;
  }
  .activities .search>.form-control
  {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 0;
  }
  .activities .search>div
  {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 0;
  }
  .activities .search>select,.activities .search>div
  {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 0;
  }
  .login .loginBox .left img
  {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
  }
  .floatright
  {
    float: none;
  }
  .login .loginBox .right
  {
    padding: 25px 10px;
  }
  .login .loginBox .right .registerLink
  {
    position: initial;
    width: 100%;
  }
  .onboardingBtn
  {
    min-width: auto;
  }
  .getInvolved .nav-tabs
  {
    height: 505px;
  }
  .profileleft,.profileright,.dashboardleft,.dashboardmiddle,.dashboardThirdSection,.dashboardright,.listingleft,.listingright,.inviteMemberRight
  {
    width: 100%;
    max-width: 100%;
    
  }
}
@media screen and (max-width:520px) {
  .ReviewSlider .sliderBox .sliderContent p
  {
    height: auto;
  }
  .getInvolved .nav-tabs
  {
    height: 450px;
  }
  .getInvolved .nav-tabs li a
  {
    width: 60px;
    height: 60px;
    font-size: 8px;
  }
  .getInvolved .nav-tabs li a img
  {
    width: 15px;
  }
}
@media screen and (max-width:475px) {

  .getInvolved .nav-tabs
  {
    height: 400px;
  }
}
@media screen and (max-width:420px) {

  .getInvolved .nav-tabs
  {
    height: 380px;
  }
}
@media screen and (max-width:376px) {
  .getInvolved .nav-tabs
  {
    height: 320px;
  }
}
@media screen and (max-width:360px) {
  .getInvolved .nav-tabs
  {
    height: 290px;
  }
}
@media screen and (max-width:320px) {
  .getInvolved .nav-tabs
  {
    height: 270px;
  }
}
.coming-soon-img {
  width: 200px;
  height: auto;
}
/**** invite member page css end ****/
.footerlinks a
{
  color: #ffffff;
}
#circleCode {
    font-weight: bold;
    background: #FDBB00;
}

#nominatestudents .modal-dialog,#invitenetwork .modal-dialog,#beamentor .modal-dialog
{
  max-width: 90%;
}
.hoursselect
{
  width: 115px;
  padding: 5px;
}
.inviteMemberRight .w-400
{
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
}
.faqs
{
  padding: 60px 0;
}

.mentorSkills{
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}

.collapseButton:focus {
    color: #ffffff!important;
}

.collapsetable {
    border: 1px solid #ec7026!important;
    padding: 10px!important;
}

.collapsedivtable {
    padding: 10px 10px !important;
}

.collapsetable p {
    margin-bottom: 5px!important;
}

.comment-section {
  width: 100%;
}
.comment {
  padding: 15px;
}
.comment-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.comment .reply-author,.comment .comment-author{
  margin-left: 0!important;
}
.comment-author {
  font-weight: bold;
  color: #ec7026;
}
.comment-time {
  color: #888;
  font-size: 0.85em;
}
.comment-text {
  margin: 10px 0;
  line-height: 1.6;
  color: #555;
  font-size: 16px;
}
.reply-section {
    padding-left: 15px;
    margin-top: 10px;
    border-left: 2px solid #ddd;
}
.reply {
    margin-top: 10px;
}
.reply-header {
  display: flex;
  align-items: end;
  margin-bottom: 5px;
}
.reply-author {
  font-weight: bold;
  color: #444;
}
.reply-time {
  color: #aaa;
  font-size: 0.8em;
}
.reply-text {
  margin: 8px 0;
  color: #666;
  line-height: 1.5;
  font-size: 13px;
}

.listing-details .testimonialsSlider img, .testimonialinpopup img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.listing-details .testimonialsSlider .ratings, .testimonialinpopup .ratings {
    width: 60px!important;
}

.gray_star{
    color: #b6aeae;
}

.description_div{
    height: 150px;
}

.inviteMemberInner .nav-tabs li {
    width: 18%!important;
    margin-bottom: 30px;
}

.user_story{
  height: 100px;
  overflow-y: scroll;
}

.profile_pic{
  object-fit: cover;
  height: 60px;
}

.studentpool .profile-header .profile-info h5 a{
    color: #6D6969;
}

.student-pool-details .pool-info .image img {
    height: 100%;
}

.back_button{
  color: #6D6969;
  font-weight: 400;
  font-size: 15px;
}

 .back_button i{
  font-weight: 700;
  margin-right: 2px;
 }

 .studentpool .profile-header .profile-info p {
    height: 40px!important;
}

.error-message-box {
    margin: auto 50px;
}

.studentpool .profile-details .need-info .facecontent {
    width: 100%!important;
}

.studentpool .profile-details .need-info {
    display: flex!important;
    min-height: 85px!important;
}

.facecontent1 {
    font-size: 12px!important;
    color: #555!important;
    margin-top: 5px!important;
}

.gender-round{
    height: 30px;
    width: 30px;
    background-color: #fdf9f3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ec7026;
}

.gender-round span{
    color: #ec7026;
    font-weight: 500;
}

#demo-2 {
    height: 4px;
    background-image: -webkit-linear-gradient(
        left,
        #00cbcb 50%,
        transparent 0%
    );
    background-image: -o-linear-gradient(left, #00cbcb 50%, transparent 0%);
    background-image: linear-gradient(to right, #00cbcb 50%, transparent 0%);
    background-size: 8px 4px;
    background-repeat: repeat-x;
    background-position: 0% bottom;
    animation-name: border-dance;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.main-demo-caller {
    position: relative;
    width: 500px;
    margin: 100px auto;
}

.call-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    color: #fff;
    font-size: 24px;
    margin-left: -20px;
    background-color: #ff0000;
    border-radius: 50%;
}

.call-icon-success {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    color: #fff;
    font-size: 24px;
    margin-left: -20px;
    background-color: #00a55b;
    border-radius: 50%;
}
.call-icon i,
.call-icon-success i {
    line-height: 40px;
}

#demo-3 {
    height: 4px;
    border-bottom: 4px dotted #ff0000;
}

.callerimg,
.callerimgright {
    width: 100px;
    height: 100px;
    background-color: #ddd;
    border-radius: 50%;
    top: -50px;
    position: absolute;
    overflow: hidden;
    border: 1px solid #ddd;
}
.callerimg {
    left: -10px;
}
.callerimgright {
    right: -10px;
}
.callerimg img,
.callerimgright img {
    width: 100%;
}

.btnGrey {
    background: #6c757d;
    color: #ffffff;
    border-radius: 20px;
}

.btnGrey:hover {
    background: #4f555a;
    color: #ffffff;
}

.member-card img {
    object-fit: cover;
}

.row_tr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_recording{
    padding: 10px 15px;
    border: 1px solid #ec7026;
}

.readMore {
    color: #ec7026;
    font-weight: 600;
    cursor: pointer;
}

/* video tag */
.video-container {
    position: relative;
    max-width: 564px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    background: #000;
    height: 188px;
}

.audio_type{
  max-width: 150px!important;
}

.audio_type img{
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* Styled video */
.styled-video {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
}

/* Add a hover effect (optional) */
.styled-video:hover {
    transform: scale(1.01);
    transition: transform 0.3s ease;
}

/* Optional overlay (if needed for future enhancement) */
.video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none; /* Doesn't block clicks */
    transition: opacity 0.3s ease;
    opacity: 0;
}

.video-container:hover::after {
    opacity: 1;
}
/* video tag */

.description_test{
    height: 128px;
    overflow-y: scroll;
    margin: 10px 0px;
}

.attach_figure {
/*    height: 200px;*/
    height: 100px;
    width: 150px;
    background-color: #000;
}

.attach_figure img{
  height: 100%;
/*  width: 100%;*/
  width: 413px;
  object-fit: contain;
/*  object-position: top;*/
}

.testimonial_btn.active {
    background: linear-gradient(90deg, #FA8F3D 0%, #FDBB00 100%);
    color: #fff!important;
}

.testimonial_btn {
    border-radius: 5px!important;
    color: #000;
    padding: 9px 15px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    width: 100%;
}

.main_div{
    font-family: Arial, sans-serif;
/*    background-color: #f4f4f9;*/
    display: flex;
/*    justify-content: center;*/
    align-items: center;
    height: 30px;
    margin: 0;
}

/*.rating-container {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}*/

.stars {
    display: inline-flex;
    gap: 5px;
    cursor: pointer;
}

.star {
    font-size: 2rem;
    color: #ccc;
    transition: color 0.3s ease;
}

.star:hover,
.star.active {
    color: #f39c12;
}

.star:hover ~ .star {
    color: #ccc;
}

.rating-output {
    margin-top: 15px;
    font-size: 1.2rem;
    color: #555;
}

.edit_button {
    position: absolute;
    /*top: -15px;
    left: -10px;*/
    top: 15px;
    right: 15px;
    border: 2px solid #FF7161;
    color: #FF7161;
    font-weight: 600;
    font-size: 12px;
    background: #fdf9f3;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 15px;
}

.listing-details .testimonialsSlider .slick-slide .card {
    margin: 20px 10px!important;
}

.form{
    color: #000;
}

.listing-details .content-heading .action_btn {
    color: #fff!important;
}

/*loader css start*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Cream background */
    z-index: 9999; /* Stay on top of all content */
    display: none; /* Initially hidden */
}

/* Spinning Circle Loader */
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px; /* Half of the height */
    margin-left: -40px; /* Half of the width */
    border: 10px solid #ffa500; /* Orange border */
    border-top: 10px solid #fff; /* White border for contrast */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* Spin animation */
}

/* Keyframes for Spin Animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*loader css end*/


.cke_contents{
  height: 170px!important;
}

.faq_edit{
  position: unset!important;
}

.post_edit{
  position: unset!important;
  display: inline-block!important;
}


#cke_faq_answer,#cke_answer{
  border-radius: 8px!important;
}

#cke_faq_answer .cke_inner, #cke_answer .cke_inner{
  border-radius: 8px!important;
}

#cke_faq_answer .cke_top, #cke_answer .cke_top{
  border-radius: 8px 8px 0px 0px !important;
} 

#cke_faq_answer .cke_bottom, #cke_answer .cke_bottom{
  border-radius: 0px 0px 8px 8px !important;
} 

.modal_btn{
  color: #000!important;
}

.pop_up_profileimg {
    margin-top: 0px!important;
}

.studentpoolpop .profile-header {
    align-items: start!important;
    margin-bottom: 10px!important;
}

.studentpoolpop label{
  font-size: 11px!important;
  float: right!important;
}

.studentpoolpop .profile-card {
     margin-top: 0px; 
}

.studentpool .profile-details .need-info{
  justify-content: space-around!important;
  min-height: inherit!important;
}

.studentpoolpop .profile-details .need-info .facecontent{
  width: inherit!important;
}

.studentpoolpop .profile-header .profile-info p {
    height: inherit!important;
    margin-bottom: 5px!important;
}

#addexperience label,#addeducation label{
  color: #000;
  font-weight: 500;
}

.breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    /* background-color: #f4f4f4; */
    /* padding: 10px; */
    /* border-radius: 5px; */
}
.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li a {
    text-decoration: none;
    color: #fc9439;
    /* padding: 5px 10px; */
    border-radius: 3px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.breadcrumb li a:hover {
  border-bottom: 2px solid #fc9439;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  color: #aaa;
}
.breadcrumb li:last-child a {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}

.kartas_header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_card {
    display: flex;
}

.img_div {
    width: 70px;
    height: 70px;
    /* border-radius: 50%; */
}

.img_div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.intuit-login{
    display: flex;
    justify-content: center;
    align-items: center;
}

.intuit-login-text {
    font-size: 20px!important;
    font-weight: 500!important;
    padding: 10px 20px!important;
}

.intuit-login-image{
    height: 40px!important;
    border-radius: 8px!important;
}

.show_hide_password{
    position: absolute;
    top: 8px;
    right: 10px;
}

.show_hide_change_pass{
  right: 18px!important;
}

.image-container {
  display: block;
    height: 188px;
    width: 253px;
/*    object-fit: contain;*/
    background-color: #000;
}

.image-container img{
    height: 100%!important;
    width: 100%!important;
    object-fit: contain!important;
}
.mentorProfile .section1
{
  box-shadow: 0px 4px 25px 0px #0000000D;
  padding:20px;
  border-radius:8px;
}
.mentorProfile .section1 .btns
{
  background: linear-gradient(90deg, #FFAA88 0%, #FDBB00 100%);
  width: 110px;
  font-size: 14px;
  color: #ffffff;
  padding: 4px;
}
.mentorProfile .badge-custom {
  background-color: #FEB3456B;
  font-size: 13px;
  font-weight: 400;
  color: #BE9606;
}
.mentorProfile .badge-custom-expertise {
  background-color: #FEB3456B;
  font-size: 13px;
  font-weight: 400;
  color: #BE9606;
  padding: 8px 15px;
}
.mentorProfile .progress-bar-custom {
  background-color: #d66a1f;
}
.mentorProfile .section-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
.mentorProfile .custom-progress
{
  height: 8px;
  border: 1px solid #7d7d7d;
  background: #ffffff;
}
.mentorProfile .languages .title
{
  width: 130px;
  display: inline-block;
}
.mentorProfile .page-title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
.mentorProfile .rounded-box {
  border: 1px solid #fcd396;
  border-radius: 10px;
  padding: 15px 20px;
}
.menteeProfile .section-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
.menteeProfile .btns
{
  background: linear-gradient(90deg, #FFAA88 0%, #FDBB00 100%);
  width: 140px;
  font-size: 14px;
  color: #ffffff;
  padding: 7px;
}
.menteeProfile .status-badge {
  background-color: #FEB3456B;
  font-size: 13px;
  font-weight: 400;
  color: #BE9606;
}
.menteeProfile .btn-message {
  background-color: #fcd396;
  color: #000;
}
.menteeProfile .btn-call {
  background-color: #fcd396;
  color: #d66a1f;
}
.menteeProfile .section-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.menteeProfile .information p span
{
  color:#6B7280;
  display: block;
}
.menteeProfile .progressbg
{
  background: #F9FAFB;
  padding: 15px;
  border-radius: 5px;
}
.menteeProfile .progressbg .text-no
{
  color:#FFAE7D;
}
.menteeProfile .goal-list li
{
  display: flex;
  align-items: center;
}
.menteeProfile .goal-list span {
  background: #FFAE7D;
  border:1px solid #FFAE7D;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.menteeProfile .goal-list span.onlyborder
{
  border:1px solid grey;
  background: transparent;
}
.menteeProfile .recentfeedback .border-color
{
  border-left: 4px solid #FFAE7D;
}
.menteeProfile .goal-list i {
  font-size: 0.6rem;
  color: #ffffff;
}
/*home 2 css */

.HomeSlider2.slick-dotted.slick-slider
{
  margin-bottom: 0;
}
.HomeSlider2 .slick-slide img {
width: 100%;
height: 560px;
object-fit: cover;
}
.HomeSlider2 .btnDonate
{
  background: linear-gradient(90deg, #F84D3C 22.6%, #FF8A65 100%);
  box-shadow: 0px 4px 16px 0px #3E3A3A7A;
  padding: 14px 20px;
  color: #ffffff;
  display: inline-block;
  border-radius: 16px;
  width: 230px;
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
}
.HomeSlider2 .slick-prev
{
  left:10px;
  z-index: 1;
}
.HomeSlider2 .slick-next
{
  right: 10px;
  z-index: 1;
}
.HomeSlider2 .slick-next:before {
content:"\f054";
font-family:"FontAwesome";
opacity: 1;
font-size: 30px;
-webkit-text-stroke: 1px #261305;
}
.HomeSlider2 .slick-prev:before {
content:"\f053";
font-family:"FontAwesome";
opacity: 1;
font-size: 30px;
-webkit-text-stroke: 1px #261305;
}
.HomeSlider2 .slick-slide {
transition: all ease-in-out .3s;
position: relative;
}
.HomeSlider2 .sliderContent {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #0000007a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}
.HomeSlider2 .sliderContent h2{
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
.HomeSlider2 .sliderContent h3{
  color: #FDBB00;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
.HomeSlider2 .sliderContent h6{
  color: #ffffff;
  font-weight: 600;
}
.HomeSlider2 .slick-dots
{
  bottom: 20px;
}
.HomeSlider2 .slick-dots li.slick-active button:before
{
  opacity: 1;
  border-radius: 50%;
}
.HomeSlider2 .slick-dots li.slick-active
{
  opacity: 1;
  border: 2px double #ffffff;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.HomeSlider2 .slick-dots li button {
  background: #fff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  padding: 0;
}
.HomeSlider2 .slick-dots li {
  margin: 5px;
  border: 2px double transparent;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.HomeSlider2 .slick-dots li button::before {
  width: 10px;
  height: 10px;
}
.stats-wrapper .stats-card {
  border: 1px solid #ff7f00;
  border-radius: 28px;
  padding: 60px 20px 20px;
  text-align: center;
  position: relative;
  background-color: #fff;
  transition: transform 0.3s;
  margin-top: 30px;
}

.stats-wrapper .stats-card:hover {
    transform: translateY(-5px);
  }

.stats-wrapper .stats-icon {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 15px rgb(0 0 0 / 22%);
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-wrapper .stats-number {
  font-size: 32px;
  font-weight: 500;
  color: #f57c00;
  margin-bottom: 5px;
}

.stats-wrapper .stats-label {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.stats-wrapper img
{
  width: 55px;
}
.stats-wrapper {
  padding:70px 0 70px 0;
  background: #fff;
}
/* .getInvolved2
{
  padding: 50px 0;
  position: relative;
  background: #FFF1EC;
}
.getInvolved2 h3
{
  text-transform: uppercase;
  margin: 45px 0 30px 0;
  font-weight: 500;
}
.getInvolved2 h3 span
{
  color: #EC7026;
}
.getInvolved2 p
{
  margin-bottom: 30px;
}
.getInvolved2 .imageBorder
{
  position: relative;
}
.getInvolved2 h2 
{
  font-weight: 500;
  text-transform: uppercase;
}
.getInvolved2 h2 span
{
  color: #EC7026;
}
.getInvolved2 .nav-tabs .nav-link:focus, .getInvolved2 .nav-tabs .nav-link:hover
{
  border:1px solid #EC7026;
}
.getInvolved2 .nav-tabs img
{
  height: 30px;
  display: block;
  margin: 0 auto 4px auto;
}
.getInvolved2 .nav-tabs li a
{
  width: 100px;
  height: 100px;
  background: #ffffff;
  color: #0D0D0D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 10px;
  padding: 5px;
  line-height: 1.2;
  position: absolute;
  z-index:1;
  opacity:0.5;
  transition: transform 0.6s ease-in-out;
  transform: translate(-50%, -50%);
}
.getInvolved2 .nav-tabs li a.active
{
  border: 1px solid #EC7026;
  box-shadow: 0px 8px 30px 0px #00000066;
  font-size: 12px;
  font-weight: 500;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.15);
}
.getInvolved2 .nav-tabs li:first-child a
{
  top: 10%;   left: 50%;
}
.getInvolved2 .nav-tabs li.active+li a
{
  top: 21%;  left: 22%; 
}
.getInvolved2 .nav-tabs li.active+li+li a
{
  top: 50%;  left: 10%;
}
.getInvolved2 .nav-tabs li.active+li+li+li a
{
  top: 78%;  left: 22%;
}
.getInvolved2 .nav-tabs li.active+li+li+li+li a
{
  top: 90%; left: 50%;
}
.getInvolved2 .nav-tabs li.active+li+li+li+li+li a
{
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    border:none;
    box-shadow: 0px 0px 16px 0px #00000066;
    opacity:1;
    z-index: 0;
}
.getInvolved2 .nav-tabs li.active+li+li+li+li+li a img
{
  width: 150px;
  height: auto;
}
.getInvolved2 img.main
{
  width: 100%;
  position: relative;
  padding: 80px;
  z-index: -1;
}
.getInvolved2 .nav-tabs
  {
    width: 500px;
    height: 500px;
    position: relative;
    margin: 0 auto;
  }
@media screen and (max-width:1100px) {
  .getInvolved2 .nav-tabs
  {
    width: 420px;
    height: 420px;
  }
}
@media screen and (max-width:850px) {
  .getInvolved2 .nav-tabs
  {
    width: 350px;
    height: 350px;
  }
  .getInvolved2 .connector
  {
    height: 250px;
  }
} */
@media screen and (max-width:767px) {
  /* .getInvolved2
  {
    padding: 20px 0;
  }
  .getInvolved2 .nav-tabs
  {
    width: 500px;
    height: 500px;
  } */
  .HomeSlider2 .btnDonate
  {
    padding: 5px 12px;
    font-size: 14px;
    width: 140px;
    margin-top: 0;
  }
  .HomeSlider2 .sliderContent h2,.HomeSlider2 .sliderContent h3
  {
    margin-bottom: 5px;
  }
}
/* @media screen and (max-width:520px) {
  .getInvolved2 .nav-tabs
  {
    width: 400px;
    height: 400px;
  }
  .getInvolved2 .nav-tabs li a
  {
    width: 60px;
    height: 60px;
    font-size: 8px;
  }
  .getInvolved2 .nav-tabs li a.active
  {
    font-size: 9px;
  }
  .getInvolved2 .connector
  {
    height: 210px;
  }
  .getInvolved2 .nav-tabs li a img
  {
    height: 15px;
  }
  .getInvolved2 .nav-tabs li.active+li+li+li+li+li+li+li+li a
  {
    width: 80px;
    height: 80px;
  }
  .getInvolved2 .nav-tabs li.active+li+li+li+li+li+li+li+li a img{
    width: 15px;
  };
}
@media screen and (max-width:475px) {

  .getInvolved2 .nav-tabs
  {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width:420px) {

  .getInvolved2 .nav-tabs
  {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width:376px) {
  .getInvolved2 .nav-tabs
  {
    width: 280px;
    height: 280px;
  }
} */
.AboutSection2
{
  padding: 100px 0;
  position: relative;
  background: url(https://d2w7l1p59qkl0r.cloudfront.net/static/images/kc-home2-welcome-banner.jpg);
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.AboutSection2::before
{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(270deg, rgba(23, 22, 22, 0.86) 39.42%, rgba(56, 54, 54, 0.72) 64.69%, rgba(52, 51, 51, 0.28) 98.08%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.AboutSection2 .btnReadMore
{
  background: linear-gradient(90deg, #F84D3C 22.6%, #FF8A65 100%);
  border-radius: 12px;
  color: #ffffff;
  padding: 9px 15px;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
}
.AboutSection2 h3
{
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 500;
}
.AboutSection2 h3 span
{
  color: #EC7026;
}
.AboutSection2 p
{
  margin-bottom: 30px;
  line-height: 30px;
  letter-spacing: 1.2px;
}
.Review2
{
  box-shadow: 0px 0px 16px 0px #FDBB0033;
  padding: 40px 0;
  background: #FFF7F3;
}
.Review2 h2 
{
  font-weight:500
}
.Review2 h2 span
{
  color: #FF6001;
}
.ReviewSlider2 
{
  margin-left: -15px;
  margin-right: -15px;
}
.ReviewSlider2 .sliderBox
{
  background: #ffffff;
  color: #000000;
  border-radius: 20px;
  margin: 15px;
  position: relative;
  padding: 15px;
  margin-top: 30px;
}
.ReviewSlider2 .sliderBox .authorImage
{
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.ReviewSlider2 .sliderBox .authorImage img
{
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2px;
}
/*.ReviewSlider2 .sliderBox .sliderContent
{
  padding-bottom: 20px;
}*/
.ReviewSlider2 .sliderBox .sliderContent h6
{
  font-weight: 600;
  text-align: center;
  padding: 10px 20px 0px 20px;
  font-size: 15px;
  color: #FF6001;
}
.ReviewSlider2 .sliderBox .sliderContent p
{
  font-size: 13px;
  text-align: justify;
}
.ReviewSlider2 .slick-dots li
{
  width: 10px;
  height: 10px;
}
.ReviewSlider2 .slick-dots li button
{
  width: 10px;
  height: 10px;
  border: 1px solid grey;
  border-radius: 50%;
}
.ReviewSlider2 .slick-dots li.slick-active 
{
  width: 30px;
}
.ReviewSlider2 .slick-dots li.slick-active button
{
  background: linear-gradient(90deg, rgba(255, 134, 27, 0.76) 0%, rgba(252, 198, 62, 0.72) 95%);
  border-color: transparent;
  width: 30px;
  border-radius: 10px;
}
.ReviewSlider2 .read-more-content {
  display: none;
}
.ReviewSlider2 .read-more-button {
  color: #FF6001;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.ReviewSlider2.slick-slider .slick-track
{
  left: -60px;
}
.getintouch {
  padding: 60px 20px;
  background-color: #fff;
}

.getintouch .contact-box {
  flex: 1;
  min-width: 250px;
  max-width: 350px;
}

.getintouch .contact-box h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1e1e1e;
}

.getintouch .contact-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1e1e1e;
}

.getintouch .contact-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.getintouch .icon-circle {
  background-color: #fff4f0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.getintouch .icon-circle i {
  color: #f25a3c;
  font-size: 26px;
}
.contact-container {
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(https://d2w7l1p59qkl0r.cloudfront.net/static/images/kc-contact-bg.jpg);
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 50px 20px;
    }

    .contact-container .quote-section {
      color: #fff;
      font-size: 1.1rem;
      font-weight: 400;
    }

    .contact-container .quote-section .quote {
      font-size: 3rem;
      opacity: 0.3;
    }

    .contact-container .quote-author {
      margin-top: 20px;
      font-weight: bold;
      font-size: 20px;
      text-align: right;
    }

    .contact-container .form-container {
      background: #F0F0F0;
      padding: 40px;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
      max-width: 600px;
      width: 100%;
    }

    .contact-container .form-label {
      font-weight: 500;
      font-size: 0.9rem;
    }

    .contact-container .form-control {
      border-radius: 8px;
      font-size: 0.95rem;
    }

    .contact-container .submit-btn {
    background: linear-gradient(90deg, #F84D3C 22.6%, #FF8A65 100%);
    border-radius: 12px;
    color: #ffffff;
    padding: 9px 15px;
    min-width: 160px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    }

    .contact-container .submit-btn:hover {
      opacity: 0.9;
    }
@media screen and (max-width:520px) {
.ReviewSlider2 .sliderBox .sliderContent p
{
  height: auto;
}
}
.servepeople
{
  background: #ffffff;
}
.servepeople .circle-card {
  width: 330px;
  height: 330px;
  max-width: 100%;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 20px auto;
  padding: 0 20px 10px 20px;
}

.servepeople .circle-icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servepeople .circle-icon img {
  width: 70px;
  height: 70px;
}

.servepeople .purple { background-color: #AC8FF56B; }
.servepeople .yellow { background-color: #FCD1676B; }
.servepeople .green { background-color: #B4D85F6B; }
.servepeople .purple-text { color: #322CF3; }
.servepeople .yellow-text { color: #BF8700; }
.servepeople .green-text { color: #689400; }

.servepeople .main-heading {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.servepeople .main-heading span {
  color: #f97373;
  font-weight: 600;
}

.servepeople .circle-title {
  font-weight: 500;
  margin-top: 10px;
  font-size: 16px;
}
.CausesweServe2
{
  padding: 40px 0;
  position: relative;
  background: #FEF6F2;
}
.CausesweServe2 .mainTitle
{
  text-transform: uppercase;
  font-weight: 500;
}
.CausesweServe2 .mainTitle span
{
  color: #EC7026;
}
.CausesweServe2 .outerBox 
{
  padding: 0px;
}
.CausesweServe2 .CirclesSlider
{
  margin: 0 -15px;
}
.CausesweServe2 .outerBox .innerBox
{
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  background: #ffffff;
  margin: 10px 15px;
  overflow: hidden;
}
.CausesweServe2 .outerBox .innerBox .Image
{
  position: relative;
}
.CausesweServe2 .outerBox .innerBox .Image .overlayContent
{
  position: absolute;
  bottom: -30px;
  width: 100%;
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 10px 10px 0px 0px;
}
.CausesweServe2 .outerBox .innerBox .Image .overlayContent>h6
{
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
.CausesweServe2 .outerBox .innerBox img
{
  width: 100%;
  margin-bottom: 10px;
  object-fit: cover;
}
.CausesweServe2 .outerBox .innerBox .content
{
  width: 100%;
  padding: 15px 20px;
  padding-top: 30px;
}
.CausesweServe2 .outerBox .innerBox .content h5
{
  font-size: 16px;
  font-weight: 600;
  height: 40px;
}
.CausesweServe2 .outerBox .innerBox .content p
{
  font-size: 15px;
  color: #888888;
  text-align: justify;
  line-height: 23px;
}
.CausesweServe2 .outerBox .innerBox .content p a
{
  color: #FA8F3D;
}
.CausesweServe2 .outerBox .innerBox .content a.btnOrange
{
  font-size: 12px;
  min-width: auto;
  padding: 5px 10px;
  border: 2px solid #FFDA70;
}
.CausesweServe2 .outerBox .headingBox
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.CausesweServe2 .outerBox .headingBox h5
{
  line-height: 35px;
  margin-bottom: 0;
  font-weight: 500;
}
.CausesweServe2 .outerBox .viewMore 
{
  width: 100%;
}
.CausesweServe2 .gradientBtn
{
  background: linear-gradient(90deg, #F84D3C 22.6%, #FF8A65 100%);
  border-radius: 12px;
  color: #ffffff;
  padding: 9px 15px;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
}
.CausesweServe2 .outerBox .viewMore a
{
  color: #EC552F;
}
.CausesweServe2 .outerBox .innerBox .btnGroup
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.CausesweServe2 .slick-prev
{
  left:-15px;
  z-index: 1;
}
.CausesweServe2 .slick-next
{
  right: -15px;
  z-index: 1;
}
.CausesweServe2 .slick-next:before {
content:"\f054";
font-family:"FontAwesome";
opacity: 1;
font-size: 25px;
color: #000000;
-webkit-text-stroke: 3px #fef6f2;
}
.CausesweServe2 .slick-prev:before {
content:"\f053";
font-family:"FontAwesome";
opacity: 1;
font-size: 25px;
color: #000000;
-webkit-text-stroke: 3px #fef6f2;
}
.CausesweServe2 .custom-box {
  background:#f44336;
  border-radius: 16px;
  padding: 7px 7px 3px 19px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.CausesweServe2 .inner-box
{
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
}

.CausesweServe2 .custom-box ul {
  list-style: disc;
  padding-left: 18px;
  line-height: 22px;
}

.CausesweServe2 .custom-box li {
  margin-bottom: 10px;
}
.circles2
{
  padding: 40px 0;
  position: relative;
  background: #ffffff;
}
.circles2 .mainTitle
{
  font-weight: 500;
}
.circles2 .mainTitle span
{
  color: #EC7026;
}
.circles2 .innerBox
{
  box-shadow: 4px 4px 20px 0px #00000040;
  border-radius: 10px;
  background: #ffffff;
  margin: 15px 0;
  overflow: hidden;
}
.circles2 .innerBox img
{
  width: 100%;
}
.circles2 .innerBox .content
{
  width: 100%;
  padding: 20px;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  margin-top: -15px;
  background: #ffffff;
}
.circles2 .innerBox .content .overlayContent
{
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  justify-content: space-between;
}
.circles2 .innerBox .content .overlayContent>h6
{
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
}
.circles2 .innerBox .content .overlayContent>h6 img
{
  width: 25px;
  margin-right: 5px;
}
.circles2 .innerBox .content .overlayContent>h6 span
{
  display: flex;
  align-items: center;
}
.circles2 .innerBox .content .overlayContent>h6.second span
{
  justify-content: end;
}
.circles2 .innerBox .content .overlayContent>h6 span i
{
  margin-right: 5px;
}
.circles2 .innerBox .content h5
{
  font-size: 15px;
  font-weight: 600;
  height: 35px;
}
.circles2 .innerBox .content p
{
  font-size: 14px;
  color: #888888;
  text-align: justify;
}

.circles2 .innerBox .content .description_h
{
  font-size: 14px;
  color: #888888;
  text-align: justify;
/*  height: 85px;*/
  height: 65px;
}

.circles2 .innerBox .content p a
{
  color: #FA8F3D;
}

.circles2 .innerBox .content .description_h a
{
  color: #FA8F3D;
}

.circles2 .gradientBtn
{
  background: linear-gradient(90deg, #F84D3C 22.6%, #FF8A65 100%);
  border-radius: 12px;
  border: 2px solid #FF8865;
  color: #ffffff;
  padding: 7px 15px;
  margin-top: 10px;
  min-width: 48%;
  display: inline-block;
  text-align: center;
  line-height: 22px;
}
.circles2 .transparentBtn
{
  background: #ffffff;
  border-radius: 12px;
  border: 2px solid #FF8865;
  color: #FF8865;
  padding: 7px 15px;
  margin-top: 10px;
  min-width: 48%;
  display: inline-block;
  text-align: center;
  line-height: 22px;
}
.circles2 .innerBox .btnGroup
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.circle-banner-section {
/*  min-height: 450px;*/
  min-height: 370px;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
}

.circle-banner-section .banner-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 45.19%, rgba(0, 0, 0, 0.435) 59.62%, rgba(70, 68, 68, 0.12) 91.83%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.circle-banner-section .banner-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.circle-banner-section .banner-title {
  font-weight: 400;
  line-height: 1.4;
  font-size: 46px;
}

.circle-banner-section .highlight-orange {
  color: #FF8765;
}
.circle-details 
{
  background: #ffffff;
  padding:40px 0;
}
.circle-details .title-section h4 {
  font-weight: 500;
}

.circle-details .followers {
  color: #FF7161;
  font-weight: 500;
  font-size: 18px;
}
.circle-details .read-more-content {
  display: none;
}
.circle-details .read-more-button {
  color: #FF7161;
  cursor: pointer;
}
.circle-details .nav-tabs .nav-link.active {
  color: #1E1E1E !important;
  border: none;
  border-bottom: 2px solid #FF7161;
}
.circle-details .nav-tabs
{
  justify-content: space-between;
}
.circle-details .nav-tabs .nav-link {
  color: #FF7161;
  border: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: inherit;
  padding: 5px 25px;
}
.circle-details .read-more
{
  color: #FF7161;
  font-size: 14px;
}
.circle-details .orange-text
{
  color: #FF7161;
}
.circle-details .btn-orange {
  background: linear-gradient(90deg, #F84D3C 22.6%, #FF8A65 100%);
  color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
}
.circle-details .btn-transparent {
background: #ffffff;
border: 2px solid #FF7161;
border-radius: 10px;
color: #FF7161;
}

.circle-details .btn-orange:hover {
  background-color: #d75110;
}

.circle-details .story-card {
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.circle-details .sidebar-box {
  background-color: white;
  border-radius: 12px;
  box-shadow: -2px 2px 12px 0px #00000029;
  padding: 15px;
  margin-bottom: 1.5rem;
}

.circle-details .sidebar-box p {
  margin-bottom: 0.5rem;
  border: 1px solid #B7B7B7;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.circle-details .small-label {
  font-size: 0.9rem;
  color: #666;
}

.circle-details .divider {
  border-top: 1px solid #ccc;
  margin: 1rem 0;
}
.circle-details .abovepost {
    margin-bottom: -150px;
}
.circle-details #post {
    padding-top: 150px;
    margin-bottom: -150px;
}
.circle-details #testimonials {
    padding-top: 150px;
    margin-bottom: -150px;
}
.circle-details #success-stories {
    padding-top: 150px;
    margin-bottom: -150px;
}
.circle-details #faqs {
    padding-top: 150px;
}
button.accordion-button, .accordion-button:focus
{
  z-index: 0;
}
.our-team .read-more-content {
  display: none;
}
.our-team .read-more-btn {
  color: #ff5f00; /* Orange color similar to screenshot */
  font-weight: 600;
  cursor: pointer;
}
.our-team .team-banner {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  color: white;
}

.our-team .team-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* dark overlay */
}

.our-team .team-banner .content {
  position: relative;
  z-index: 1;
}

.our-team .team-banner h1 {
  font-size: 2rem;
  font-weight: 700;
}

.our-team .team-banner h1 .highlight {
  color: #EC7026; /* Orange color */
}
.success-stories h2 {
        margin-bottom: 10px;
        color: #333;
      }
      .success-stories h2 span
      {
        color: #FF7462;
      }

      .success-stories p.subtitle {
        color: #666;
        margin-bottom: 40px;
      }

      .success-stories .slick-slider {
        position: relative;
      }

      .success-stories .slick-slide {
        transition: all 0.5s ease;
        transform: scale(0.6);
      }

      .success-stories .slick-center {
        opacity: 1;
        transform: scale(1.3);
      }
      .success-stories .slick-center .testimonial-card
      {
        position:relative;
      }
      .success-stories .slick-center .testimonial-card:before
      {
        background: linear-gradient(90.01deg, #F5815D 26.55%, #FFE089 80.57%);
        content: "";
        position: absolute;
        bottom: -7px;
        left: 10%;
        width: 80%;
        height: 20px;
        z-index: -1;
        border-radius: 12px;
      }
      .success-stories .testimonial-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      text-align: left;
      height: 100%;
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin: 0;
      margin: 55px 0;
      }
      .success-stories .testimonial-card .image
      {
        width: 135px;
      }
      .success-stories .testimonial-card .content
      {
        padding: 20px;
        width:Calc(100% - 135px);
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .success-stories .testimonial-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 0px 0px 10px;
      }

      .success-stories .testimonial-card h5 {
        font-size: 14px;
        margin-bottom: 10px;
        color: #333;
      }

      .success-stories .testimonial-card p {
        color: #555;
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 0;
        max-height: 151px;
        overflow: hidden;
      }

      .success-stories .slick-prev,
      .success-stories .slick-next {
        border: 3px solid #7A7979;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        z-index: 1;
      }

      .success-stories .slick-prev:before,
      .success-stories .slick-next:before {
        color: #7A7979;
        font-size: 23px;
        opacity: 1;
        -webkit-text-stroke: 1px #fdfbff;
      }
      .success-stories .slick-next:before
      {
        content: "\f061";
        font-family: "FontAwesome";
      }
      .success-stories .slick-prev:before
      {
        content: "\f060";
        font-family: "FontAwesome";
      }
      .success-stories
      {
        background: #F9F3E2;
        text-align: center;
        padding:50px 0;
      }
      .testimonial-slider .slick-list{
        margin:0 -30px;
      }
      .getInvolved3
      {
        padding: 50px 0;
        position: relative;
        background: #FFF1EC;
      }
      .getInvolved3 .circle-container {
          position: relative;
          width: 500px;
          height: 500px;
          margin-left: 13%;
        }
        .getInvolved3 h2 {
            font-weight: 500;
            text-transform: uppercase;
        }
        .getInvolved3 h2 span {
            color: #EC7026;
        }
        .getInvolved3 h3 {
            text-transform: uppercase;
            margin: 45px 0 30px 0;
            font-weight: 500;
        }
        .getInvolved3 h3 span {
            color: #EC7026;
        }
        .getInvolved3 .logo-center {
          width: 300px;
          height: 300px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border-radius: 50%;
          background: white;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 0;
          box-shadow: 0px 0px 16px 0px #00000066;
        }
        .getInvolved3 .logo-center img
        {
          width: 150px;
          height: auto;
        }

        .getInvolved3 .circle-tabs {
          position: relative;
          width: 100%;
          height: 100%;
        }

        .getInvolved3 .circle-tab {
          width: 100px;
          height: 100px;
          position: absolute;
          border-radius: 50%;
          background: #fff;
          text-align: center;
          padding: 10px;
          cursor: pointer;
          transition: all 0.8s ease;
          display: flex;
          flex-direction: column;
          justify-content: center;
          font-size: 9px;
          align-items: center;
          transform: translate(-50%, -50%);
          opacity:0.9;
        }
        .getInvolved3 .circle-tab img
        {
          max-height: 30px;
        }
        .getInvolved3 .circle-tab.active {
          border: 2px solid #EC7026;
          transform: translate(-50%, -50%) scale(1.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          opacity:1;
        }
@media (max-width: 1000px) {
.getInvolved3 .circle-container {
margin-left: 9%;
width: 360px;
height: 360px;
}
.getInvolved3 .circle-tab
{
  width: 80px;
  height: 80px;
}
.getInvolved3 .logo-center
{
  width: 250px;
  height: 250px;
}
}
@media (min-width: 768px) {
  .our-team .team-banner h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
.testimonial-slider .slick-list{
  margin:0;
}
.success-stories .slick-center {
  transform: scale(1);
}
.getInvolved3 .circle-container {
margin-left: 4%;
}
.getInvolved3 .orderResponsive
{
  order:2
}
}
@media (max-width: 580px) {
  .success-stories .slick-prev
  {
    left:0;
    background: #ffffff;
  }
  .success-stories .slick-next
  {
    right:0;
    background: #ffffff;
  }
}
.our-team .teams
{
  padding: 60px 0;
}
.our-team .teams h2
{
  background: linear-gradient(90deg, #FAD5BE 0%, #FAF0E9 66.48%, #FCF5F1 84.79%, #FFFEFE 98.15%);
  padding: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.our-team .teams .teamrow img
{
  width: 70px;
  height: 70px;
}
.our-team .teams .teamrow .card
{
  border: 2px solid #FE86626B;
  border-radius: 16px;
  box-shadow: 0px 2px 12px 0px #00000029;
  margin-bottom: 30px;
  margin-top: 20px;
}
.our-team .teams .teamrow .card .orangetext
{
  color: #EC7026;
}
.teamview .orangetext
{
  color: #EC7026;
}
.teamview
{
  background: #FCF8F8;
}
.teamview img
{
  width: 70px;
  height: 70px;
}
.teamview .post
{
  line-height: 9px;
  font-size: 17px;
}
.teamview .btn-close
{
  font-size: 34px;
  opacity: 1;
  padding: 0;
}
.karuna-chakra .karuna-banner {
  position: relative;
  height: 430px;
  display: flex;
  align-items: center;
  color: white;
}

.karuna-chakra .karuna-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* dark overlay */
}

.karuna-chakra .karuna-banner .content {
  position: relative;
  z-index: 1;
}

.karuna-chakra .karuna-banner h1 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.karuna-chakra .karuna-banner h4
{
  margin-bottom: 20px;
}

.karuna-chakra .karuna-banner .orangetext {
  color: #F24E1E; /* Orange color */
}

@media (min-width: 768px) {
  .karuna-chakra .karuna-banner h1 {
    font-size: 32px;
  }
}
.karuna-chakra .karuna-content
{
  padding:60px 0;
}
.karuna-chakra .karuna-content .red-text
{
  color: #C13006;
}
.karuna-chakra .karuna-content .orange-text
{
  color: #F24E1E;
}
.karuna-chakra .content-wrapper {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 1rem;
  }
  .karuna-chakra .content-wrapper::-webkit-scrollbar {
    width: 6px;
    background: #FFC8B8;
  }
  .karuna-chakra .content-wrapper::-webkit-scrollbar-thumb {
    background-color: #ff5f00;
    border-radius: 10px;
  }
  .custom-scroll-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.custom-scroll-container .content {
  height: 100%;
  overflow-y: scroll;
  padding-right: 20px; /* leave space for fake scrollbar */
}

.custom-scroll-container .custom-scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px; /* the actual track size */
  height: 100%;
  background-color: rgba(255, 87, 34, 0.1); /* faint track */
}

.custom-scroll-container .scroll-thumb {
  position: absolute;
  top: 0;
  right: -4px; /* push thumb beyond track edge */
  width: 16px; /* wider than track */
  height: 60px;
  background-color: #f97316; /* orange */
  border-radius: 8px;
}
  .karuna-chakra .slick-slide img {
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
  .karuna-chakra .btn-gradient {
    background: linear-gradient(90deg, #F84D3C 22.6%, #FF8A65 100%);
    color: #ffffff;
    font-weight: 500;
    border-radius: 10px;
    border: 2px solid #fb6c51;
    font-family: 'Lora';
    padding: 10px 20px;
  }
  .karuna-chakra .btn-gradient:hover {
    background-color: #e04e00;
  }
  .karuna-chakra .btn-transparent {
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    font-weight: 500;
    font-family: 'Lora';
    padding: 10px 20px;
  }
  .sidebar_sticky
  {
    position: sticky;
    top: 70px;
    z-index: 1;
  }
.karuna-chakra .karuna-content ul
{
  padding-left: 20px;
}
  .karuna-chakra .karuna-content ul.arrow-list {
    list-style: none;
    padding-left: 0;
    color: #c13006;
}
  .karuna-chakra .karuna-content ul.arrow-list li::before {
    content: "\f054";
    font-family: "FontAwesome";
    color: #c13006;
    margin-right: 8px;
    font-weight: bold;
    -webkit-text-stroke: 1px white;
}
  .karuna-chakra .btn-transparent:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .karuna-chakra div.cartoon{
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: -20px;
      height: 500px;
  }
  .karuna-chakra div.cartoon img.side1{
      border-radius: 20px;
      width: 72px;
      height: 400px;
      object-fit: cover;
      order: 1;
      animation: k1 6s infinite;
  }
  .karuna-chakra div.cartoon img.side2{
      border-radius: 20px;
      width: 72px;
      height: 400px;
      object-fit: cover;
      order: 3;
      animation: k3 6s infinite;
  }
  .karuna-chakra div.cartoon img.middle{
      border-radius: 20px;
      width: 280px;
      height: 460px;
      object-fit: cover;
      order: 2;
      margin: 0 14px;
      animation: k2 6s infinite;
  }
  @keyframes k1 {
      83.33%,100% {
      width: 72px;
      height: 400px;
      order: 1;}
      16.66%,33.33%{
      width: 280px;
      height: 460px;
      order: 2;
      margin: 0 14px;}
      50%,66.66%{
      width: 72px;
      height: 400px;
      order: 3;}
  }
  @keyframes k2 {
      50%,66.66%{
      width: 72px;
      height: 400px;
      order: 1;}
      83.33%,100%{
      width: 280px;
      height: 460px;
      order: 2;
      margin: 0 14px;}
      16.66%,33.33%{
      width: 72px;
      height: 400px;
      order: 3;}
  }
  @keyframes k3 {
      16.66%,33.33% {border-radius: 20px;
      width: 72px;
      height: 400px;
      order: 1;}
      50%,66.66%{border-radius: 20px;
      width: 280px;
      height: 460px;
      order: 2;
      margin: 0 14px;}
      83.33%,100%{border-radius: 20px;
      width: 72px;
      height: 400px;
      order: 3;}
  }
  .karuna-chakra div.grad{
      background-color: rgba(0, 0, 0, 0.2);
      filter: blur(8px);
      height: 40px;
      margin: 30px 20px;
      border-radius: 50%/50%;
  }
  div.sc{
      transform: scale(0.82);
      margin-top: -80px;
  }
  .karuna-chakra 
  {
    font-family: poppins;
  }
footer
{
  background: #111827;
  font-family: "poppins";
  font-size: 14px;
  letter-spacing: normal;
}
footer .social-media a
{
  display: inline-block;
}
footer .social-media i
{
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .social-media i.fa-facebook
{
  background: #3B5998;
}
footer .social-media i.fa-youtube
{
  background: #FF0000;
}
footer .social-media i.fa-linkedin
{
  background: #0077B5;
}
footer .social-media i.fa-pinterest
{
  background: #E60023;
}
footer .social-media i.fa-whatsapp
{
  background: #128C7E;
}
footer .social-media i.fa-telegram
{
  background: #24A1DE;
}
footer .social-media i.fa-instagram {
  background: #833ab4;
  background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
}
@media (max-width: 576px) {
  .circle-banner-section .banner-title {
    font-size: 1.5rem;
  }
  .circle-banner-section {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .HomeSlider2 .slick-slide img {
  height: 300px;
  }
  .AboutSection2
  {
    padding: 50px 0;
  }
}

.CausesweServe2 .outerBox .innerBox .content .description_h
{
  height: 110px;
}

.readMore{
  display: inline-block;
  font-size: 14px;
  color: #ff8865;
  text-decoration: underline;
}

.no-record{
  font-size: 14px;
}

/*contact us css*/

.main_box{
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(56, 54, 54, 0.72)),url("https://d2w7l1p59qkl0r.cloudfront.net/static/images/contact-us-banner-kc.jpg");
  padding: 48px 130px;
  background-size: cover;
  font-family: 'Inter', sans-serif;
}

.main_box .child_boxes{
  width: 50%;
}

.main_box .form{
    background: #F0F0F0;
    padding: 35px;
    border-radius: 10px;
}

.main_box .contact_box{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.main_box .contact_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main_box .contact_help{
  font-weight: 700;
  font-size: 42px;
  line-height: 100%; /* equivalent to 42px if not overridden */
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 20px;
}

.main_box .info_box p{
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1px;
  color: #fff;
}

.main_box .info_box p strong{
  font-size: 18px;
}

.main_box .btnGradient
{
  background: linear-gradient(90deg, #F84D3C 22.6%, #FF8A65 100%);
  color: #ffffff!important;
  font-weight: 500;
  border-radius: 10px;
  border:2px solid #fb6c51;
  border-bottom:2px solid #fb6c51!important;
}

.main_box .form .form_heading{
    font-weight: 500;
    font-size: 28px;
}

.main_box .contact-form label{
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%; /* same as 16px */
  letter-spacing: 0.02em; /* 8% of 16px */
  color: #000;
}

.main_box .contact-form label span{
  font-size: 12px;
}

.main_box .contact-form .col-md-6,.main_box .contact-form .col-md-12{
  padding: 3px!important;
}

.main_box .contact-form input{
    font-size: 13px!important;
}

.main_box .contact-form input::placeholder,.main_box .contact-form textarea::placeholder{
    color: rgba(0, 0, 0, 0.3)!important;
}

.error-message{
  font-size: 12px;
}

.message_contact{
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

#thank_you{
  font-family: 'Inter', sans-serif;
  font-weight: 600!important;
  font-size: 20px;
  margin-bottom: 10px;
}

.addButton {
    background: linear-gradient(90deg, #F84D3C 22.6%, #FF8A65 100%);
    color: #fff;
    border-radius: 10px;
    padding: 5px 8px;
    font-size: 14px;
}

.dropArrows {
    font-size: 25px;
    font-weight: 700;
    color: #939190;
    margin-left: 10px;
    margin-top: -3px;
    margin-right: 5px;
}

.collegeListOptions {
/*    margin: 0 0 20px 0;*/
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
/*    border: 1px solid #ec7026;*/
/*    border-radius: 10px;*/
}

.collegeListOptions ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.collegeListOptions ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    padding: 8px 15px;
    /* text-align: left; */
    justify-content: start;
    align-items: center;
    font-size: 14px;
}

#bio-text{
/*  min-height: 60px;*/
  min-height: 100px;
  margin-bottom: 2px;
}

.g-captcha #rc-anchor-container{
  display: flex!important;
  width: 159px!important;
}

.g-captcha .rc-anchor-content{
  width: 165px!important;
}

.g-captcha .rc-anchor-normal .rc-anchor-pt {
    right: 40px!important;
}

.sidebar_sticky
  {
    position: sticky;
    top: 0px;
    z-index: 1;
  }

 /* .circle-details .abovepost {
    margin-bottom: -150px;
}*/

.circle-details #post {
/*    padding-top: 150px;*/
    margin-bottom: -150px;
}

.circle-details #testimonials {
    padding-top: 150px;
    margin-bottom: -150px;
}

.circle-details #success-stories {
    padding-top: 150px;
    margin-bottom: -150px;
}

.circle-details #faqs {
    padding-top: 150px;
}

button.accordion-button, .accordion-button:focus
{
  z-index: 0;
}

.success-stories .testimonial-card .image {
    height: 211px;
}