/*
    Theme Name: Mentor
    Theme URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/
@import url("https://e15fe0.claudeassets.com/20250223113359cs_/https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800");
body {
	font-size: 15px;
    line-height: 1.52;
    color: #717f86;
    font-size: 16px;
	font-family: 'Mukta','Open Sans', sans-serif;
    font-weight: 400;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.section-padding{
	padding: 60px 0px;
}
h1, h2, h3, h4, h5, h6{
    font-family: Mukta,Open Sans, sans-serif;
    font-weight: 700;
    color: #4B4B4C;
}
a{
    color: #82c62a;
}
a:hover, a:focus{
    color: #82c62a;
}
.small-text-custom {
    font-size: 20px !important;
}
/***********************************
Navigation bar
************************************/
.navbar.navbar-scrolled {
    padding: 5px;
}
.navbar.navbar-scrolled .navbar-brand {
    position:  absolute;
    top: 3px;
    margin-left: -10px;
    padding:  10px;
    background:  white;
    border-radius: 30px;
}
.navbar-brand img {
    height:80px;
}
.navbar {
    background-color: #ffffff;
}
.course-text{
    padding: 84px;
}
.navbar .navbar-nav > li > a {
    color: #717f86;
    font-size: 14px;
    font-weight: 700;
}
.navbar-nav > li > a{
	padding: 0px;
	margin: 10px 5px;
	padding: 10px 15px;
}
.nav-item.nav-item-call a {
    margin: 10px 0;
    border: 2px solid #82c62a;
    border-radius: 5px;
    color: #82c62a !important;
    font-weight: 500;
    transition: .3s;
}
.navbar .navbar-nav > li.nav-item.nav-item-call > a:hover {
    background: #82c62a;
    color: white !important;
    transition: .3s;
}
.navbar .navbar-nav > li.nav-item.nav-item-call > a:active {
    background: #82c62a;
    color: white !important;
}
.nav-item.nav-item-call {
    margin-right: 15px;
}
.nav-item.nav-item-fill a {
    margin: 10px 0;
    background: #82c62a;
    border: 2px solid #82c62a;
    border-radius: 5px;
    color: white !important;
    font-weight: 500;
    transition: .3s;
    box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.2);
}
.navbar .navbar-nav > li.nav-item.nav-item-fill > a:hover {
    box-shadow: unset;
    color: white !important;
    transition: .3s;
}
.navbar .navbar-nav > li.nav-item.nav-item-fill > a:active {
    box-shadow: unset;
    color: white !important;
}
.navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover
{
    color: #82c62a !important;
}

.navbar-nav .active a{
    background: none !important;
    color: #82c62a !important;
    outline: none;
}
@media only screen and (max-width:768px) {
    .navbar-toggler {
        margin: 10px;
    }
    .navbar.navbar-scrolled .container {
        position: relative;
        justify-content: flex-end;
    }
    .navbar.navbar-scrolled .navbar-brand {
        left:10px;
    }
    .navbar.navbar-scrolled .navbar-brand img {
        height: 60px;
    }
}
/***********************************
Banner
************************************/
.banner{
    background-size: cover;
	min-height: 580px;
    position: relative;
}
#banner1 {
    background: url('https://ab97c7.claudeassets.com/20250223113359im_/https://nepalentrepreneurs.org/img/bg-4.jpg') no-repeat center / cover;
}
#banner2 {
    background: url('https://1198cd.claudeassets.com/20250223113359im_/https://nepalentrepreneurs.org/img/bg-5.jpg') no-repeat center / cover;
}
#banner3 {
    background: url('https://40ef14.claudeassets.com/20250223113359im_/https://nepalentrepreneurs.org/img/bg-2.jpg') no-repeat center / cover;
}
.bg-color{
	background-color: RGBA(12, 11, 11, 0.32);
	min-height: 580px;
}
.text-dec{
	font-size: 24px;
	padding: 10px 20px;
    margin: 15px 0;
	text-transform: uppercase;
    color: #fff;
}
.text-border{
	border: 5px solid #82c62a;
	display: inline-block;
	margin-top: 220px;
}
@media only screen and (max-width:768px) {
    .text-border{
        margin-top: 170px;
    }
}
@media only screen and (max-width:400px) {
    .text-border{
        margin-top: 150px;
    }
}
.intro-para{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 45px;
	color: #fff;
	margin-top: 30px;
}

.modal-dialog {
    width: 600px;
    margin: 150px auto;
}
.mouse {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px;
}
@-webkit-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}
@-moz-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}
@-o-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}
.mouse::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    top:10px;
    margin-left: -2.5px;
    transition:all 0.3s ease-in;

     -webkit-animation-name: rotateplane; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: rotateplane;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.carousel-control {
    width: 35px;
    height: 35px;
    border-radius:  20px;
    border: 2px solid;
}
.carousel-control .fa{
    font-size: 1.5em;
    position: relative;
    top: 3px;
    left: -1px;
}
.carousel-control-next .carousel-control .fa {
    left:1px;
}


.modal-content h4 {
    font-size: 1.5em;
    font-weight: 700;
}
.login-box-body {
    padding: 15px 30px;
}
.login-box-msg, .register-box-msg {
    margin: 0px;
    text-align: center;
    padding: 0px 20px 20px;
}
.modal-sm {
    width: 400px;
}
.padleft-right{
    padding-left: 5px;
    padding-right: 0px;
}
.big-text{
    font-size: 35px;
}
.small-text{
    font-size: 16px;
}
.quote .btn{
    background-color: #82c62a;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
.quote .btn:hover, .quote .btn:focus{
    background-color: #fff;
    color: #82c62a;
    border-color: #fff;
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/***********************************
Features
************************************/
section#features {
    background: #f9f9f9;
    padding: 50px 0;
}
h2{
	font-size: 30px;
	margin-bottom: 0;
}
.bottom-line{
	width: 35px;
	height: 1px;
	background-color: #557a51;
}
.single-feature {
    padding: 15px;
    border-radius: 5px;
    height: 100%;
}
.single-feature:hover {
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
}
.feature-icon {
    padding:10px;
}
.feature-icon img{
    height: 90px;
}
.feature-content h3 {
    font-size:  20px;
    padding: 10px 0;
}
.feature-content p{
    font-size: 0.95em;
}
/***********************************
 Event Slider
************************************/
#events-slider {
    padding: 60px 0;
}
.single-event h3 {
    margin: 20px 0;
}
.single-event .event-date {
    margin-bottom: 40px;
    font-style: italic;
}
.event-more{
    padding: 15px 0;
    text-align: center;
}
.btn.btn-more {
    background: #82c62a;
    color: white;
    border-radius: 20px;
    font-size: 0.85em;
    text-transform:  uppercase;
    box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.25);
}
.btn.btn-more:hover {
    box-shadow: unset;
}
.btn.btn-more:active {
    box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.25) inset;
}
.slider-nav{
    list-style: none;
    padding:30px 0 10px 0;
    margin:0;
}
.slider-nav li {
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    border: 2px solid #aaa;
    background: #eee;
    display: inline-block;
    margin: 0 10px;
}
.slider-nav li.active div {
    position: absolute;
    top: 0;
    left: 0;
    width:10px;
    height:10px;
    border-radius: 50%;
    margin: 3px;
    background: #aaa;
}

/***********************************
 Membership
************************************/
#membership {
    background: #f9f9f9;
    padding: 60px 0;
}
.single-membership {
    background:white;
    box-shadow: 0 0 5px rgba(100,100,100,0.25);
    padding: 25px 15px;
    border-radius: 5px;
    height: 100%;
}
.single-membership h3{
    font-size: 20px;
    margin-bottom: 1rem;
}
.single-membership p{
    font-size: 0.9em;
}
.investors-type {
    padding:  15px 0;
    border-top: 1px solid #ddd;
}
.investors-type .col {
    padding: 15px;
}
.investors-type .col:first-child {
    border-right: 1px solid #ddd;
}
.investors-type h4 {
    font-size: 18px;
}
.btn.btn-apply {
    border-radius: 20px;
    border: 1px solid #82c62a;
    color: #82c62a;
    font-weight: 600;
    font-size: 0.85em;
    text-transform:  uppercase;
}
.single-membership:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.single-membership:hover .btn.btn-apply {
    color:white;
    background: #82c62a;
    font-weight: 500;
    box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.25);
}
.single-membership:hover .btn.btn-apply:hover {
    box-shadow: unset;
}
.single-membership:hover .btn.btn-apply:active {
    box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.25) inset;
}

/***********************************
 Organisations
************************************/
#organisations{
    background-color: rgb(247, 247, 247);
}
.orga-stru
{
    background-color: #5FCF80;
    width: 109px;
    height: auto;
    padding: 10px 10px 25px 10px;
    text-align: center;
    border-radius: 0px 80px 99px 99px;
    -moz-border-radius: 0px 80px 99px 99px;
    -webkit-border-radius: 0px 80px 99px 99px;
    -o-border-radius: 0px 80px 99px 99px;
}
.orga-stru h3 {
    font-size: 36px;
    color: white;
    font-weight: bold;
}
.orga-stru p {
    font-size: 14px;
    color: white;
    font-weight: normal;
    line-height: 20px;
    padding-top: 15px;
}
.orga-stru i
{
    font-size: 150px;
    margin-top: 35px;
    color: rgb(255, 255, 255);
}
h3.det-txt {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
h4.sm-txt {
    color: #5FCF80;
    font-size: 24px;
}
p.det-p {
    padding: 40px 0px;
}
#pricing{
    background: rgb(247, 247, 247);
}
/***********************************
NES Initiatives
************************************/
section#initiatives {
		background: #f9f9f9;
    padding: 50px 0;
}
[class*=" imghvr-"] figcaption, [class^="imghvr-"] figcaption {
    background-color: #82c62a;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 30px;
}
[class*=" imghvr-"], [class^="imghvr-"] {
    background-color: #82c62a;
    color: #fff;
}
.initiative-caption {
    position:  absolute;
    bottom:  0;
    padding:  10px;
    text-align:  center;
    width:  100%;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8) 50%);
}
.single-initiative h3 {
    font-size:  20px;
}
.single-initiative p {
    font-size:  14px;
}
#initiatives .col-lg-4.col-sm-6 {
    padding: 10px;
}
/***********************************
Cta
************************************/
#cta-2{
    padding: 140px 0;
}
.cta-2-txt {
    font-size: 24px;
    padding-bottom: 15px;
    text-align: center;
    margin: 0 auto;
    line-height: 34px !important;
}
.cta-2-form input[type="email"] {
    border: 0px solid #CCC;
    padding: 13px 40px;
    font-size: 18px;
    color: #2b5d83;
    font-weight: 100;
    min-width: 280px;
    margin-left: -4px;
    margin-bottom: 2px;
    border: 1px solid #5fcf80;
    background-color: rgb(247, 247, 247);
    border-radius: 30px 0px 0px 30px;
}
.cta-2-form-submit-btn {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    background-color: #5fcf80;
    border: 2px solid #fff;
    padding: 14px 30px;
    margin-left: -4px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-width: 1px 1px 1px 0px;
    border-radius: 0px 30px 30px 0px;
}
/***********************************
Work Shop
************************************/
#work-shop {
    background-color: rgb(247, 247, 247);
}
.service-box{
    background: #fff;
    padding: 60px 30px 80px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}
.icon-box i {
    color: #5FCF80;
    font-size: 65px;
}
.ser-text {
    font-size: 24px;
}
.icon-box, .icon-text {
    padding: 20px 0px 0px;
}
/***********************************
Team Members
************************************/
section#team {
    background: #f9f9f9;
    padding: 50px 0;
}
.member-photo img {
    border-radius:  50%;
    border: 2px solid #82c62a;
    height:200px;
    width: 200px;
    object-fit: cover;
}
.member-details {
    padding: 20px 10px;
}
.member-name {
    font-size:  20px;
    font-weight:  600;
    color: #557a51;
    margin-bottom:  5px;
}
/***********************************
Partners Slider
************************************/
section#partners {
    padding: 50px 0;
}
.single-partner {
    background:  white;
    padding:  20px 25px;
    display:  flex;
    justify-content:  center;
    align-items:  center;
    margin: 10px 10px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.single-partner:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

div#lightslider {
    padding: 10px;
}
#lightslider div img{
    width:100%;
}
/***********************************
Mentor Team
************************************/
.pm-staff-profile-image{
  width: 150px;
  height: 150px;
  background-color: #C6C6C6;
  border-radius: 50%;
  display: inline-block;
}
.pm-staff-profile-details {
    padding: 20px 20px;
}
.pm-staff-profile-name {
    font-size: 24px;
    text-transform: capitalize;
    color: #2b5d83;
}
.pm-staff-profile-title {
    text-transform: capitalize;
    color: #4b4b4b;
    font-weight: 500;
    padding: 12px 0px;
}
.pm-staff-profile-bio {
  text-transform: capitalize;
  color: #4b4b4b;
  font-weight: 100;
}
/***********************************
Testimonial
************************************/
#testimonial{
    background-color: #111;
}
.bg-white{
    background-color: #fff !important;
}
.text-comment{
  background-color: rgb(255, 255, 255);
  padding: 20px;
}
.text-par{
  font-size: 20px;
  padding-bottom: 15px;
}
/***********************************
Price Table
************************************/
.price-table {
    box-shadow: 0px 0px 1px 0px RGBA(0, 0, 0, 0.4);
    position: relative;
}
.price-table .pricing-head {
    background: #fff;
    padding: 40px;
    text-align: center;
}
.price-table .pricing-head h4 {
    font-size: 22px;
    color: #232c3b;
    margin-top: 0px;
    letter-spacing: 1px;
    border-bottom: 1px solid #232c3b;
    padding-bottom: 20px;
}
.pricing-head .amount {
    font-size: 60px;
    font-weight: bold;
}
.pricing-head .curency {
    display: inline-block;
    position: relative;
    top: -30px;
    font-size: 20px;
}
.price-in {
    background: #fff;
    text-align: center;
}
.btn-bg {
    border: 0px;
    border-radius: 0px;
    color: #fff !important;
    padding: 20px 0px;
    font-weight: bold !important;
    font-size: 14px;
    background-color: #5fcf80;
}
/***********************************
Contact Us
***********************************
.contact form .form {
    width: 100%;
    height: auto;
    padding: 15px 15px 12px;
    font-size: 18px;
    margin-bottom: 18px;
    color: #7f7f7f;
    letter-spacing: 0.5px;
}
#contact .form-control {
    background: #fafafa;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 100%;
	margin-bottom: 15px;
    border-radius: 0;

}
.textarea {
    height: 228px;
    max-width: 100%;
    max-height: 229px;
}
.light {
    font-weight: 100;
}
.white{
    color: #fff !important;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}
*/
#contact {
    background: #f9f9f9;
    padding: 50px 0;
}
#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}
.btn.btn-send {
    border-radius: 20px;
    font-size: 0.85em;
    text-transform:  uppercase;
    background: #82c62a;
    color:white;
    box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.25);
}
.btn.btn-send:hover {
    box-shadow: unset;
    border: 1px solid #82c62a;
    color: #82c62a;
    font-weight: 600;
    background: #f9f9f9;
}
.btn.btn-send:active {
    box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.25) inset;
    background: #82c62a;
    color:white;
    border: none;
    font-weight: 500;
}

/***********************************
Footer
************************************/
.footer {
    padding: 30px 0 20px;
    background: #111;
    color: #ccc;
}
.footer a {
    color: #fff;
}

.footer h3{
	font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #aaa;
}
.footer .form-control {
    border-radius: 30px;
    border: none;
    background: rgba(255,255,255,.1);
    padding-left: 30px;
    color: #e5e6e7;
    margin-bottom: 0;
    height: 48px;
}
.footer .social-links li a {
    color: #fff;
    font-size: 32px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .social-links li {
    display: inline-block;
    margin: 0 15px 15px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .mc-trial {
    margin: 20px 0;
}
.footer .social-links {
    list-style: none;
    padding: 0;
    margin: 20px 0 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.btn-submit:hover, .btn-submit:focus{
    background-color: #5fcf80;
    color: #fff;
}
.btn-submit{
	padding: 14px 12px;
	border-radius: 50px;
	text-transform: uppercase;
    background-color: #5fcf80;
    color: #fff;
}
.btn-submit i{
	padding-left: 8px;
}

.btn-sec {
    margin-top: 20px;
}
.ser-btn {
    padding: 10px 18px;
    border: 0px;
    background-color: #222935;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 20px;
}
.mem-info{
    padding: 45px 10px 0px;
    background-color: #eee;
}
.mem-info h4 {
    font-size: 18px;
    padding: 10px 0px;
}
.mem-info h3{
    font-size: 24px;
    padding: 15px 0px;
}
.mem-info h5
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mem-info p {
    margin: 0 0 10px;
}
.agent-social li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
    margin-bottom: 10px;
}
.btn {
    padding: 10px 20px;
}
.light-form-button{
    background: #5fcf80;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 24%;
    padding: 10px 10px;
    margin-bottom: 15px;
    color: #fff;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 24%;
    margin-bottom: 15px;
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-green, .btn-green:hover{
    background-color: #5fcf80;
    color: #fff;
}
.footer .form-control:focus{
    box-shadow: none;
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
@media (min-width: 769px) and (max-width: 980px) {
    .ser-text {
    font-size: 20px;
    }
    .service-box, .feature-info, .orga-stru{
        margin-bottom: 30px;
    }
    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }
}
@media (min-width: 451px) and (max-width: 768px) {
    .ser-text {
    font-size: 20px;
    }
    .service-box, .feature-info{
        margin-bottom: 30px;
    }

    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }
}
@media (min-width: 20px) and (max-width: 450px) {
    .text-dec {
    font-size: 20px;
    }
    .big-text {
    font-size: 30px;
    }
    .small-text {
    font-size: 14px;
    }
    .intro-para {
    font-size: 30px;
    }
    .section-header p{
        font-size: 14px;
    }
    .heading {
    margin-bottom: 20px;
    }
    .orga-stru i {
    font-size: 92px;
    }
    .orga-stru {
    padding: 5px 5px 15px 5px;
    width: 75px;
    margin-bottom: 20px;
    }
    .orga-stru h3 {
    font-size: 28px;
    }
    .orga-stru p {
    font-size: 13px;
    }
    h3.det-txt {
    font-size: 28px;
    }
    .cta-2-txt {
    font-size: 20px;
    }
    .service-box, .text-comment, .price-table{
        margin-bottom: 30px;
    }
    .contact-form-button{
        width: 40%;
    }
    .footer .social-links li {
    margin: 0 5px 25px;
    }
    .cta-2-form-submit-btn {
    font-size: 10px;
    }
    .cta-2-form input[type="email"] {
    padding: 13px 10px;
    font-size: 10px;
    min-width: 187px;
    }
    .modal-sm {
    width: 300px;
    }
    .login-box-body {
    padding: 15px 20px;
    }
    .navbar .navbar-brand{
        margin-left: 10px;
    }
    .navbar .navbar-nav > li > a{
        text-align: center;
    }
}


/***************************
 * Initiatives Page
 **************************/
#page-details {
    margin-top: 100px;
    padding-top: 50px;
}
.page-header h1 {
    font-size: 32px;
}
.single-topic, .membership-type {
    padding: 5px 10px;
    margin:0 auto;
}
.membership-type {
    margin:0;
}
.single-topic a, .membership-type a {
    display: inline-block;
    border: 1px solid #82c62a;
    color: #82c62a;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 7px;
    border-radius: 5px;
    font-size: 0.9em;
    min-width: 200px;
}
.single-topic a:hover, .single-topic.active a, .membership-type a:hover, .membership-type.active a {
    background: #82c62a;
    color: white;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.initiative-image img {
    width:  100%;
    border-radius:  5px;
    padding: 10px;
}
.initiative-title {
    font-size: 25px;
    margin-bottom: 20px;
}

/* --- MEMBERSHIP DETAILS --- */
.sub-content-title{
    font-size: 20px;
    margin-bottom: 15px;
}
ul.membership-benifits {
    list-style: disc;
}
ul.membership-benifits li {
    margin-bottom: 5px;
}

/* --- GALLERY --- */
#gallery {
    padding: 50px 0;
}
.photos-listing>div {
    padding: 10px 15px;
}
.single-photo {
    position: relative;
}
.photo-hover {
    position: absolute;
    display: none;
    top: 0.3rem;
    left: 0.3rem;
    width: calc(100% - 0.6rem);
    height: calc(100% - 0.6rem);
    background: rgba(0,0,0,0.5);
}
.single-photo:hover .photo-hover {
    display: flex;
    justify-content: center;
    align-content: center;
}
.photo-hover a {
    padding: 10px;
    border: 2px solid #eee;
    border-radius:  50%;
    color:  #eee;
    margin:auto;
}
.photo-hover a:hover{
    border: 2px solid white;
    color:  white;
}

/* --- SOCIAL SHARING --- */
#social-share {
    position: fixed;
    top: 200px;
}
.single-media a {
    padding: 10px 15px;
    text-align:  center;
    display:  inline-block;
    font-size:  18px;
    height: 47.2px;
    width:  55px;
}
.single-media a:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 2;
}
#social-share a {
    color: white;
}
#social-share .facebook {
    background: #3B5998;
}
#social-share .twitter {
    background: #1DA1F2;
}
#social-share .google-plus {
    background: #DB4437;
}
@media only screen and (max-width: 767.9px) {
    #social-share {
        position: fixed;
        top: unset;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    #social-share .d-flex > div {
        flex-basis: 0;
        flex-grow: 1;
    }
    .single-media a {
        padding: 10px 0;
        text-align:  center;
        display:  inline-block;
        font-size:  18px;
        width:  100%;
    }
}

.btn.btn-fill {
    background: #82c62a;
    border-radius:  50px;
    font-size:  0.9em;
    text-transform:  uppercase;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    color: white;
}
.btn.btn-fill:hover {
    box-shadow: none;
}
.btn.btn-fill:active {
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2) inset;
}

/* ----- COUNTDOWN ----- */
.countdown-header {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 500;
}
.countdown-subtitle {
    font-size: 22px;
    color: #888;
}
.countdown-subtitle div {
    font-size: 18px;
}
.countdown-subtitle .event-date {
    margin-bottom: 10px;
}
.countdown-subtitle .event-date i {
    padding-right: 10px;
}
.countdown-subtitle .event-venue i {
    padding-right: 13px;
    padding-left: 3px;
}
.count {
    width: 100px;

    margin: 20px auto;
}
.count-data {
    font-size: 50px;
    color: black;
    font-weight: 600;
    border-bottom: 1px dotted #888;
    position: relative;
}
.count-data:after {
    position: absolute;
    right: -15px;
    content: ':';
}
.seconds .count-data:after {
    display: none;
}
@media (max-width: 991.9px) {
    .hours .count-data:after {
        display: none;
    }
}

/* ----- NYEF ----- */
.highlight-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.highlight-content>ul li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    height: 12px;
    width: 12px;
    border-radius: 10px;
    border: 2px solid #82c62a;
}

.eligibility-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.eligibility-content>ul li:before {
    font-family: fontawesome;
    content: '\f00c';
    color: #82c62a;
    position: absolute;
    left: 1px;
    top: -3px;
    font-size: 20px;
}
.eligibility-content>ul li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    height: 15px;
    width: 15px;
    border: 1px solid #888;
}

.faq-content .card-header {
    cursor: pointer;
    background: #82c62a;
}
.faq-content .card-header.collapsed {
    background: rgba(0,0,0,0.03);
    color: black;
}
.faq-content .card-header.collapsed:hover {
    background: rgba(0,0,0,0.1);
    color: black;
}
.faq-content .card-header h5 {
    position: relative;
    font-size: 17px;
    padding-left: 25px;
    color: white;
}
.faq-content .card-header.collapsed H5 {
    COLOR: #555;
}
.faq-content .card-header h5:before {
    position: absolute;
    top: 2px;
    left:0;
    font-family: fontawesome;
    content: '\f147';
}
.faq-content .card-header.collapsed h5:before {
    position: absolute;
    top: 2px;
    left:0;
    font-family: fontawesome;
    content: '\f196';
}

.about-content p, .eligibility-content p {
    text-align: justify;
}
/* Message from Nabindra Raj Joshi */
.testimonial-text {
    font-style: italic;
    color: #676767;
    font-weight: 300;
}
span.quote {
    font-size: 60px;
    font-family: sans-serif;
    color: #555;
}
#message{
	background: #f9f9f9;
}

/*
     FILE ARCHIVED ON 11:24:09 Nov 23, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:02:25 Aug 04, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.363
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.02
  esindex: 0.007
  cdx.remote: 7.952
  LoadShardBlock: 45.708 (3)
  PetaboxLoader3.datanode: 131.776 (5)
  load_resource: 2022.326
  PetaboxLoader3.resolve: 1928.95
  loaddict: 72.345
*/