@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

a:link {
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    /*color: #fff;*/
    /* font-size: large; */
}

a {
    text-decoration: none;
    color: rgb(3, 101, 30);
}
a:hover {
    color: #b98c06;
}
p {
    color: #6a6a6a;
    line-height: 30px;
}
.text-secondary-white-color{
    color: rgba(255, 255, 255, 0.98);
} 

article h3 {
    margin-top: 30px;
}
article ul li {
    color: #6a6a6a;
    line-height: 30px;
}
.top-navbar .bg-light {
    background: white !important;
}

.top-navbar .navbar-light .navbar-nav .nav-link {
    color: bl;
    font-size: 16px;
    font-weight: 500;
}

.top-navbar .navbar-light .navbar-nav .nav-item {
    position: relative;
    display: inline-block;
    padding: 15px 0px;
    margin: 0px 20px;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 6px 0px;
    position: relative;
    display: block;
    line-height: 30px;
    letter-spacing: 1px;
}

.top-navbar .navbar-light .navbar-nav .nav-item::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: auto;
    top: 11px;
    width: 7px;
    height: 8px;
    opacity: 0;
    margin-left: -3px;
    background-color: #008000;
    border-radius: 50px;
    transform: translateY(0px);
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    left: 0%;
    bottom: auto;
    top: -4px;
    width: 7px;
    height: 8px;
    border-radius: 50px;
    opacity: 0;
    margin-left: -10px;
    background-color: #008000;
    transform: translateY(0px);
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link::after {
    position: absolute;
    content: "";
    right: 0%;
    left: auto;
    bottom: auto;
    top: -4px;
    width: 7px;
    height: 8px;
    border-radius: 50px;
    border: none !important;
    opacity: 0;
    margin-right: -11px;
    background-color: #008000;
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
}

.top-navbar .navbar-light .navbar-nav .nav-item.active::after {
    opacity: 1;
}

.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link::before {
    opacity: 1;
    left: 40%;
}

.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #008000;
}

.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link::after {
    opacity: 1;
    right: 40%;
}

.top-navbar .navbar-light .navbar-nav .nav-item:hover::after {
    opacity: 1;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover::before {
    opacity: 1;
    left: 40%;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #008000;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover::after {
    opacity: 1;
    right: 40%;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.top-navbar.fixed-menu .bg-light {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    visibility: visible;
    transform: translate(0, 0) scale(1);
    transition: 0.3s;
}

.top-navbar .bg-light {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
}

.top-navbar .navbar-light .navbar-nav li .dropdown-menu {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
    border: none;
    border-radius: 0px;
    margin: 0px;
}

.top-navbar .navbar-light .navbar-nav li .dropdown-menu a:hover {
    background: #008000;
    color: #ffffff;
}

.navbar-right {
    margin-left: 20px;
}

.navbar-right li a {
    position: relative;
    padding: 13px 20px;
    font-size: 18px;
    display: inline-block;
}

.navbar-right li a,
.navbar-right li a.hover-btn-new::after {
    transition: all 0.3s;
    text-decoration: none;
}

.navbar-right li a.hover-btn-new::before,
.navbar-right li a.hover-btn-new::after {
    background: #008000;
    content: "";
    position: absolute;
    z-index: 1;
    text-align: xxnone;
}

.navbar-right li a.hover-btn-new:hover span {
    color: white;
}

.navbar-right li a.hover-btn-new::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.navbar-right li a.hover-btn-new::after {
    background: #008000 !important;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.navbar-right li a.hover-btn-new span {
    position: relative;
    z-index: 2;
    color: white;
}

.navbar-right li a.hover-btn-new:hover:after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

#Red-button a {
    margin-left: 10px;
    position: relative;
    padding: 13px 20px;
    font-size: 18px;
    display: inline-block;
}

#Red-button a,
#Red-button a.hover-btn-new::after {
    transition: all 0.3s;
    text-decoration: none;
}

#Red-button a.hover-btn-new::before,
#Red-button a.hover-btn-new::after {
    background: red;
    content: "";
    position: absolute;
    z-index: 1;
    text-decoration: none;
}

#Red-button a.hover-btn-new:hover span {
    color: white;
}

#Red-button a.hover-btn-new::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

#Red-button a.hover-btn-new::after {
    background: red !important;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

#Red-button a.hover-btn-new span {
    position: relative;
    z-index: 2;
    color: white;
}

#Red-button a.hover-btn-new:hover:after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.navbar-toggler {
    background: #ffffff;
    border-radius: 0px;
    padding: 10px 10px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #333333;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggler:hover {
    background: #008000;
}

.navbar-toggler:hover .icon-bar {
    background: #ffffff;
}

.login-click {
    text-decoration: none;
}

.login-click :hover {
    text-decoration: none;
}

.image-sliders-1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
}

.image-sliders-2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.01;
}

.c-caption {
    margin-bottom: 300px;
}

.c-caption .c-caption-text {
    font-size: 55px;
}

.c-caption .c-caption-text-1 {
    font-size: 30px;
    font-weight: lighter;
    color: #fff;
}

/* hero section */
.carousel {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    background: #ffffff;
    /* margin-bottom: 45px; */
    overflow: hidden;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    text-align: right;
    overflow: hidden;
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-text {
    position: absolute;
    max-width: 992px;
    padding: 0 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.carousel .carousel-text h3 {
    color: #E81C2E;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.carousel .carousel-text h1 {
    color: #ffffff;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.carousel .carousel-text p {
    max-width: 500px;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 40px;
}

.carousel .btn.btn-custom {
    padding: 20px 45px 22px 45px;
    color: #ffffff;
}

.carousel .btn.btn-custom:hover {
    color: #E81C2E;
}

.carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 50px;
    top: calc(40% - 25px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50px;
    background: rgba(256, 256, 256, .2);
    font-size: 22px;
    transition: .5s;
}

.carousel .owl-nav .owl-prev {
    margin-left: 30px;
}

.carousel .owl-nav .owl-next {
    margin-right: 30px;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #E81C2E;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@media (max-width: 991.98px) {
    .carousel .carousel-text h3 {
        margin-bottom: 5px;
    }
    
    .carousel .carousel-text h1 {
        font-size: 60px;
    }
    
    .carousel .carousel-text p {
        font-size: 16px;
    }
    
    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .carousel .carousel-text h3 {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }
    
    .carousel .carousel-text h1 {
        font-size: 45px;
    }
    
    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-text h3 {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    
    .carousel .carousel-text h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .carousel .carousel-text p {
        margin-bottom: 25px;
    }
    
    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
}

.carousel .owl-nav .owl-prev {
    margin-left: 90px !important;
}

.carousel .owl-nav .owl-next {
    margin-right: 90px !important;
}

.carousel .owl-nav .owl-prev, .carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    border-radius: 50px;
    background: rgba(256, 256, 256, .2) !important;
    font-size: 22px;
    transition: .5s;
}

@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}
/* end of hero */

.search-bg {
    /* margin-top: -100px; */
    position: relative;
    z-index: 1;
}

.cocoa-image {
    background-image: url(../images/cedi.svg);
    height: 500px;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 100px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .search-bg {
        margin-top: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .search-bg {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .search-bg {
        margin-top: 100px;
    }
}

.search-bg .form {
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 200px;
    padding: 0;
}

@media only screen and (max-width: 1000px) {
    .search-bg .form {
        height: 300px;
    }
    .night-of-power {
        margin-top: 300px;
        padding-top: 5000px;
    }

    .activity {
        margin-bottom: 60px;
    }
    .activity h4 {
        font-size: 16px;
        font-weight: bold;
        border-bottom: solid 1px #ada;
        padding-bottom: 10px;
    }
}

.search-bg form .template-btn:hover {
    color: #222 !important;
    background: #f9f9f9;
}

.payment-type {
   margin-right: 5px;
   height: 100%;
}

.payment-type1 {
    height: 200px;
    border-right: 2px black solid;
}

.payment-type2 {
    height: 200px;
}

.payment-type3 {
    height: 200px;
}

.payment-texts {
    margin-top: 5px;
}

.payment-texts-3 {
    margin-top: 50px;
}

.night-of-power {
    background-color: #e6f0e6;
    margin-top: -150px;
    padding-top: 150px;
}

.main-services {
    margin-top: 100px;
}

.laptop-image {
    padding-top: 150px;
}

.services {
    margin-top: 58px;
}

.sub-title {
    color: #008000;
}

@media only screen and (max-width: 1000px) {
    .laptop-image-itself {
        width: 300px;
        height: 300px;
    }
    .main-services {
        margin-top: 350px;
    }
    .laptop-image {
        padding-top: 10px;
    }
}

.services-readmore {
    color: #008000;
}

.services-readmore:hover {
    color: #98cc98;
    text-decoration: none;
}

.payment-types {
    text-decoration: none;
}

.payment-types:hover {
    color: #98cc98;
    text-decoration: none;
}

.Zakat-importance {
    margin-top: 100px;
}

.all-importance {
    margin-top: 80px;
}

.all-videos {
    margin-top: 150px;
}

.loans {
    background-color: #f3f6f3;
    padding-top: 50px;
    padding-bottom: 5px;
    margin-top: 100px;
}

@media (max-width: 700px) {
    .search-bg {
        margin-top: 50px;
    }
    .nop {
        width: 100%;
        height: auto;
    }

    .cocoa-image {
        height: 120px;
        background-size: contain;
        background-attachment: fixed;
        margin-top: 100px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .navbar-brand img {
        max-width: 150px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 950px) {
    #Red-button {
        display: none;
    }
    #Green-button {
        display: none;
    }
}

.scholarship-btn {
    background-color: #008000;
    color: #ffffff;
}

.scholarship-btn:hover {
    background-color: #98cc98;
    text-decoration: none;
    color: white;
}

.loans-btn {
    background-color: #ffc107;
    color: #ffffff;
}

.loans-btn:hover {
    background-color: #ffdf80;
    text-decoration: none;
    color: white;
}

/* .card-image-top {
  height: 20vh;
  width: 100px;
  object-fit: cover;
  border-radius: 5px;
} */

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.owl-prev {
    left: -30px;
}

.owl-next {
    right: -30px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 90px;
}

.owl-prev span,
.owl-next span {
    font-size: 80px;
    color: white;
}

.all-responses {
    /* background-color: #008000; */
    padding-top: 50px;
    padding-bottom: 50px;
    /* padding-left: 10px;
    padding-right: 10px; */
    border-radius: 13px;
}

.footer {
    /* background-color: #008000; */
    background-image: url("../images/footer.jpg");
    padding-top: 50px;
}
.footer h5 {
    font-weight: bold;
}
.footer ul li a {
    display: block;
    margin-bottom: 5px;
    border-bottom: solid transparent 1px;
}
.footer ul li a:hover {
    border-bottom: solid #fff 1px;
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
}

.bg-image {
    background-image: url("../images/breadcrumb.jpg");
    height: 54vh;
    position: relative;
    background-size: cover;
    background-color: #010101;
    opacity: 100%;
}

.bg-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.c-caption-1 {
    margin-bottom: 150px;
}

.c-caption-1 .c-caption-text {
    font-size: 70px;
}

.login-image {
    padding-top: 100px;
    padding-bottom: 100px;
}

.login-image {
    background-image: url("../images/login-image.jpg");
    position: relative;
    height: 900px;
    background-size: cover;
}

.login-card {
  height: 800px;
}

.login-links {
    text-decoration: none;
    color: #2ecf2e;
}

.login-links:hover {
    text-decoration: none;
    color: #2ecf2e;
}

input[type="button"] {
    height: 65px;
    background-color: #008000;
    border: none;
}

.email-type {
    border-bottom: 1px #b3b3b3 solid;
}

.email-type input[type="email"] {
    border: none;
}

.password-type {
    border-bottom: 1px #b3b3b3 solid;
}

.password-type input[type="password"] {
    border: none;
}

.register-image {
    background-image: url("../images/login-image.jpg");
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 100px;
}

/* .register-card {
  height: 680px;
} */

.email-type {
    border-bottom: 1px #b3b3b3 solid;
}

.email-type input[type="email"] {
    border: none;
}

.firstname-type {
    border-bottom: 1px #b3b3b3 solid;
}

.firstname-type input[type="text"] {
    border: none;
}

.secondname-type {
    border-bottom: 1px #b3b3b3 solid;
}

.secondname-type input[type="text"] {
    border: none;
}

.email-type {
    border-bottom: 1px #b3b3b3 solid;
}

.email-type input[type="email"] {
    border: none;
}

.contact-type {
    border-bottom: 1px #b3b3b3 solid;
}

.contact-type input[type="text"] {
    border: none;
}

.password-type {
    border-bottom: 1px #b3b3b3 solid;
}

.password-type input[type="password"] {
    border: none;
}

.bt-pic {
    background-image: url("../images/bt-pic.jpg");
    height: 70vh;
    position: relative;
    background-size: cover;
}

.bt-pic:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.mv-bg {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.mv-bg {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.vision-cards {
    width: 479px;
}

.carda {
    height: 414px;
}

.vision-image {
    width: 100px;
    height: 100px;
}

.mission-image {
    width: 100px;
    height: 100px;
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-item {
        border-bottom: solid 1px rgb(153, 153, 153);
    }
    .navbar-right {
        margin-top: 10px;
    }
    .navbar-collapse a {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mv-bg {
        margin-top: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mv-bg {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .mv-bg {
        margin-top: 100px;
    }
}

.mv-bg .form {
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 200px;
    padding: 0;
}

.mv-bg form .template-btn:hover {
    color: #222 !important;
    background: #f9f9f9;
}

.objective-cards {
    width: 950px;
}

.objective-lists {
    height: 430px;
}

@media (max-width: 750px) {
    .objective-lists {
        height: 650px;
    }
}

.board-of-trustess {
    height: 550px;
    background-color: #008000;
}

.board-image {
    width: 200px;
    height: 200px;
    margin-top: 5px;
}

.board-links {
    text-decoration: none;
    text-underline-position: above;
}

@media (min-width: 300px) and (max-width: 700px) {
    .pointsss-line {
        display: none;
    }
    .mv {
        display: none;
    }
    #RegisterForm_registrationForm_Country,
    #RegisterForm_registrationForm_PhoneNumber {
        max-width: 220px;
    }
    .lmv {
        width: 250px;
    }
    .search-bg .form {
        background: white;
        width: 300px;
        box-shadow: none;
        height: 00px;
        width: 300px;
        padding: 0;
        margin-left: 50px;
    }
    .acq {
        margin-bottom: 30px;
    }
}

@media (min-width: 100px) and (max-width: 320px) {
    .pointsss-line {
        display: none;
    }
    .search-bg .form {
        background: white;
        width: 300px;
        box-shadow: none;
        height: 00px;
        width: 300px;
        padding: 0;
        margin-left: -10px;
    }
}

@media (min-width: 325px) and (max-width: 375px) {
    .pointsss-line {
        display: none;
    }
    .search-bg .form {
        background: white;
        width: 300px;
        box-shadow: none;
        height: 00px;
        width: 300px;
        padding: 0;
        margin-left: -5px;
    }
}

@media (min-width: 380px) and (max-width: 414px) {
    .pointsss-line {
        display: none;
    }
    .search-bg .form {
        background: white;
        width: 300px;
        box-shadow: none;
        height: 00px;
        width: 300px;
        padding: 0;
        margin-left: 20px;
    }
}

@media (max-width: 900px) {
    #Red-button {
        margin-top: 10px;
    }
    .laptop-image-itself {
        display: none;
    }
    .night-of-power-bg {
        display: none;
    }
    .Zakat-importance {
        margin-top: -40px;
    }
    .zaqat-sadaqah-text {
        margin-top: 20px;
    }
    .main-services {
        margin-top: 370px;
    }
    .pointsss-line {
        display: none;
    }
    .all-videos {
        margin-top: 50px;
    }
    .c-caption-1 {
        margin-bottom: -10px;
    }
    .c-caption-1 .c-caption-text {
        font-size: 40px;
    }
    .search-bg .form {
        background: white;
        width: 300px;
        box-shadow: none;
        height: 00px;
        width: 300px;
        padding: 0;
    }
    .payment-type1 {
        height: 200px;
        border-right: 0px black solid;
        margin-bottom: 10px;
        color: #008000;
        height: 100px;
        border: 2px #008000 solid;
    }
    .payment-type2 {
        height: 200px;
        margin-bottom: 10px;
        color: #008000;
        height: 100px;
        border: 2px #008000 solid;
    }
    .payment-type3 {
        height: 200px;
        margin-bottom: 10px;
        color: white;
        height: 100px;
    }
    .payment-texts {
        margin-top: 10px;
        font-size: large;
    }
    .payment-texts-3 {
        margin-top: 20px;
        font-size: large;
    }
    .sdearch-bg-container {
        padding-left: 50px;
    }
}
/*# sourceMappingURL=style.css.map */
.login-image {
    padding-top: 70px;
    padding-bottom: 100px;
}

.login-image {
    background-image: url("../images/login-image.jpg");
    position: relative;
    height: 100vh;
    background-size: cover;
}

.login-card {
    /* height: 680px; */
}

.login-links {
    text-decoration: none;
    color: #2ecf2e;
}

.login-links:hover {
    text-decoration: none;
    color: #2ecf2e;
}

input[type="button"] {
    height: 65px;
    background-color: #008000;
    border: none;
}

.email-type {
    border-bottom: 1px #b3b3b3 solid;
}

.email-type input[type="email"] {
    border: none;
}

.password-type {
    border-bottom: 1px #b3b3b3 solid;
}

.password-type input[type="password"] {
    border: none;
}

.activity {
    margin-bottom: 107px;
}

.home-activities {
    position: relative;
    border-left: dashed 2px #a6cca1;
    padding-left: 50px;
}
.home-activities .activity h4::before {
    position: absolute;
    content: " ";
    height: 20px;
    width: 20px;
    background: #a6cca1;
    left: -10px;
    border-radius: 99px;
    margin-top: 5px;
}
.home-activities .activity h4::after {
    position: absolute;
    content: " ";
    z-index: -1;
    /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); */
    height: 30px;
    width: 30px;
    background: #deeddd;
    left: -15px;
    border-radius: 99px;
    margin-top: 0px;
}
/* .container {
    margin-bottom: 100px;
} */

.register-image {
    background-image: url("../images/login-image.jpg");
    position: relative;
    background-attachment: fixed;

    background-size: cover;
    /* padding-top: 30px; */
    /* padding-bottom: 50px; */
}

#MemberLoginForm_LoginForm fieldset input {
    margin-bottom: 20px;
}

#LostPasswordForm_lostPasswordForm fieldset input {
    margin-bottom: 20px;
}

#ChangePasswordForm_ChangePasswordForm fieldset input {
    margin-bottom: 20px;
}

#ContactForm_ContactMessageForm,
#AddGAFConsentForm_GAFConsentForm,
#EditProfileForm_ProfileForm fieldset input {
    margin-bottom: 20px;
}

#RegisterForm_registrationForm fieldset input {
    margin-bottom: 10px;
}

#ContactForm_ContactMessageForm_action_submitContactMessage,
#EditProfileForm_ProfileForm_action_updateProfile {
    margin-top: 20px;
}

#MemberLoginForm_LoginForm_action_doLogin {
    background-color: #048004;
}

#LostPasswordForm_lostPasswordForm_action_forgotPassword {
    background-color: #048004;
}

#ChangePasswordForm_ChangePasswordForm_action_doChangePassword {
    background-color: #048004;
}

#MemberLoginForm_LoginForm_action_logout {
    background-color: #048004;
}

#ForgotPassword a {
    color: #048004;
    padding-left: 20px;
}

#ZakatPhoneNumber,
#SadaqahPhoneNumber,
#WaqfPhoneNumber {
    width: 585px;
}

#ActivityPhoneNumber {
    width: 468px;
}

@media (max-width: 1024px) {
    #ZakatPhoneNumber,
    #SadaqahPhoneNumber,
    #WaqfPhoneNumber {
        width: 400px;
    }
}

@media (max-width: 540px) {
    #ZakatPhoneNumber,
    #SadaqahPhoneNumber,
    #WaqfPhoneNumber {
        width: 479px;
    }
}

@media (max-width: 280px) {
    #ZakatPhoneNumber,
    #SadaqahPhoneNumber,
    #WaqfPhoneNumber {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #ZakatPhoneNumber,
    #SadaqahPhoneNumber,
    #WaqfPhoneNumber {
        width: 285px;
    }
}

@media (max-width: 375px) {
    #ZakatPhoneNumber,
    #SadaqahPhoneNumber,
    #WaqfPhoneNumber {
        width: 310px;
    }
}

@media (max-width: 414px) {
    #ZakatPhoneNumber,
    #SadaqahPhoneNumber,
    #WaqfPhoneNumber {
        width: 350px;
    }
}

@media (max-width: 375px) {
    #ZakatPhoneNumber,
    #SadaqahPhoneNumber,
    #WaqfPhoneNumber {
        width: 310px;
    }
}

@media (max-width: 320px) {
    #ZakatPhoneNumber,
    #SadaqahPhoneNumber,
    #WaqfPhoneNumber {
        width: 255px;
    }
}

@media (max-width: 360px) {
    #ZakatPhoneNumber,
    #SadaqahPhoneNumber,
    #WaqfPhoneNumber {
        width: 300px;
    }
}

/* #EditProfileForm_ProfileForm_PhoneNumber, #EditProfileForm_ProfileForm_Country{
  width: 400px;
} */

/* #RegisterForm_registrationForm_Country, #RegisterForm_registrationForm_PhoneNumber{
  width: 300px;
} */

#RegisterForm_registrationForm_Country,
#RegisterForm_registrationForm_PhoneNumber {
    width: 300px;
}

#NewMessageForm_MessageForm label {
    padding-bottom: 10px;
}

#NewMessageForm_MessageForm label {
    padding-top: 15px;
}

#AddGAFConsentForm_GAFConsentForm label {
    padding-top: 15px;
}

#AddPublicConsentForm_PublicConsentForm label {
    padding-top: 15px;
}

#ContactForm_ContactMessageForm label {
    padding-top: 15px;
}

#NewMessageForm_MessageForm_action_submitMessage {
    margin-top: 15px;
}

.contact {
    font-size: 15px;
    padding-bottom: 5px;
}

.fa {
    font-size: 16px;
    font-weight: 500px;
}

.card .action {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bolder;
}
.card .btn-toolbar {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.field {
    margin-bottom: 20px;
}
.field label {
    font-weight: 600;
    color: #575555;
}

.bm-sticky-section {
    width: 50%;
    height: 100px;
    position: fixed;
    align-items: center;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 20px;
    z-index: 9;
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
  }
  
  .bm-sticky-section ul {
    list-style: none;
    border-radius: 12px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  
  .bm-sticky-section li {
    display: inline-block;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.5s;
    border-radius: 12px;
  }
  
  .bm-sticky-section li:hover {
    background: #d2d2d2;
    box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2),
      inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }
  
  .bm-sticky-section img {
    width: 50px;
    height: 50px;
    height: auto;
    display: block;
    margin: auto;
  }

  /* Miscellenous */
  .bg-green{
    background-color: #008000!important
  }

  .text-primary{
    color: red !important;
  }


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 56, 8, .3);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-header {
    background: linear-gradient(rgba(15, 56, 8, .7), rgba(15, 56, 8, .7)), url(../images/breadcrumb.jpg) center center no-repeat;
    background-size: cover;
}

.bg-donate {
    background: linear-gradient(rgba(33, 30, 28, 0.3), rgba(33, 40, 28, 0.3)), url(../images/child.jpg), no-repeat center center;
    background-size: cover;
}

.auth-link{
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.about-image,
.team-image {
  width: 100%;
  height: 100%;
  max-height: 635px;
  min-height: 475px;
  object-fit: cover;
}

.team-thumb {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  padding: 22px 32px 32px 32px;
}

.carousel-control-next, 
.carousel-control-prev {
  top: auto;
  bottom: 2.5rem;
}

.carousel-control-prev {
  right: 4rem;
  left: auto;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  background-color: var(--dark-color);
  background-size: 50% 50%;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
}