::selection {
    color: #5f9aa8;
    background-color: #2d2d2d;
}
#ccc-icon.ccc-icon--dark {
fill: #2d2d2d !important;
}
.ccc-content--dark {
background-color: #5f9aa8 !important;
}
#ccc .checkbox-toggle--slider.checkbox-toggle--dark {
background-color: #2d2d2d !important;
border-color: #2d2d2d !important;
}
#ccc .checkbox-toggle--dark .checkbox-toggle-toggle {
background-color: #5f9aa8 !important;
}

a {
    color: #2d2d2d;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #5f9aa8;
    text-decoration: none;
}
h1, h2, h3, h4, h5, p, ul, ol {
    font-family: 'Poppins', sans-serif;
    color: #2d2d2d;
}
.text-dark {
    color: #2d2d2d !important;
}
.link-dark:hover, .link-dark:focus {
    color: #5f9aa8 !important;
}
.text-light {
    color: #ffffff !important;
}

.feature {
    font-size: 1.4rem;
    font-weight: 500;
    color: #2d2d2d;
}
.l-para {
    font-size: 1.8rem;
}
.intro {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
}
.lead {
    color: #2d2d2d;
}
.ic-home i {
    font-size: 6rem;
    margin-left: .3rem;
    margin-right: .3rem;
}
.modal {
    z-index: 1301;
}

.display-3 {
font-size: 4rem;
}
.title-lsc {
font-size: 4rem;
}

.welcome {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}
.welcome h1 {
    color: #ffffff !important;
}
.hca-logo-symbol {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 1044;
}
.hca-logo-symbol img {
    width: 200px;
}

.box-wrap {
    padding: 0 8rem 0 8rem;
}
.detail {
    padding: 0 1rem 0 1rem;
}
.avatar-xl {
    width: 15rem;
    height: 15rem;
}

.icon-news {
    font-size: 3.6rem;
    margin-top: 0;
}

.ntj-text-block {
    z-index: 1040 !important;
}

.news-card {
--bs-card-border-color: rgba(45, 45, 45, 1);
}
.news-card:hover {
    color: #2d2d2d;
}

.accordion-header a {
    text-decoration: none;
}
.accordion-collapse {
  background-color: #e6e6e6;
}
.accordion-button:not(.collapsed) {
  background-color: #e6e6e6;
}
.accordion-button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231d1d1d'%3E%3Cpath d='M19,11.5v1a.5.5,0,0,1-.5.5H13v5.5a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1-.5-.5V13H5.5a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5H11V5.5a.5.5,0,0,1,.5-.5h1a.5.5,0,0,1,.5.5V11h5.5A.5.5,0,0,1,19,11.5Z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231d1d1d'%3E%3Cpath d='M5.5,13a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5Z'/%3E%3C/svg%3E");
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.swiper-slide a:hover, .swiper-slide a:focus {
    color: #2d2d2d;
}


/* --------------- Alert --------------- */
.alert {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 320px;
    z-index: 1045;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
}
.alert a {
    text-decoration: underline;
    color: #2d2d2d;
}
.alert a:hover, .alert a:focus {
    text-decoration: underline;
    color: #eaada4;
}

/* --------------- Menu --------------- */
.nav-link {
font-weight: 500;
color: #fff !important;
}
.navbar {
--bs-navbar-padding-y: 1rem;
}
.navbar.navbar-scrolled.navbar-dark {
background-color: #eaada4;
}
.navbar-brand-logo {
width: 100%;
min-width: 6rem;
max-width: 9rem;
margin-right: 2rem;
margin-left: .3rem;
}
.dropdown-item {
font-weight: 500;
color: #2d2d2d;
}
.navbar-toggler {
font-size: 2.5rem;
--bs-navbar-color: rgba(255, 255, 255, 1);
--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0);
}
.dropdown-item::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ff5544' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

/* --------------- Buttons --------------- */
.btn {
    text-decoration: none !important;
}
.btn-dark {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: #5f9aa8;
  border-color: #5f9aa8;
}
.btn-ghost-dark {
  color: #2d2d2d;
}
.btn-ghost-dark:hover, .btn-ghost-dark:focus {
  color: #2d2d2d;
  background-color: rgba(29, 29, 29, 0.1);
}
.btn-no-un {
    text-decoration: none !important;
}

.btn-icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 0;
}
.btn-icon img {
    width: 1rem;
}


/* --------------- Images --------------- */
.cs-icon-sm {
    color: #ffffff;
    width: 2.6125rem;
    height: 2.6125rem;
}
.cs-icon-give {
    width: 28px;
}
.bsl-icon {
    width: 70px;
    margin-bottom: 20px;
}
.mrc-cafe {
    width: 200px;
}
.standing-order {
    width: 70px;
}
.give-sundays {
    width: 120px;
    margin-top: -33px;
}
.gift-aid {
    width: 80px;
}
.ng {
    width: 200px;
    margin-left: 40px;
}
.adven {
    width: 120px;
}
.img-symbol {
    width: 200px;
}
.img-love-derby {
    width: 300px;
}
.img-ntj-port {
    width: 310px;
}
.img-ntj-land {
    width: 420px;
    margin-left: 160px;
    margin-top: 385px;
}
.img-ntj-sqr {
    width: 200px;
    margin-left: 310px;
    margin-top: 105px;
}
.img-ntj-sqr-col {
    width: 190px;
    margin-left: 30px;
    margin-top: 320px;
}
.leaders img {
    float: left;
    width: 83px;
    margin: 6px 13px 0 0;
}

.swiper-button-next:hover:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235f9aa8'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.swiper-button-prev:hover:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235f9aa8'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

/* --------------- Colours --------------- */

.bg-dark {
    background-color: #2d2d2d !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-off-white {
    background-color: #f6f6f6 !important;
}

.bg-grey {
    background-color: #ccc6c5 !important;
}
.bg-grey-light {
    background-color: #dcd9d9 !important;
}
.bg-grey-very-light {
    background-color: #e6e6e6 !important;
}

.bg-beige {
    background-color: #f6f2ea !important;
}
.bg-beige-light {
    background-color: #f8f6f3 !important;
}
.bg-beige-dark {
    background-color: #e2dbce !important;
}

.bg-teal {
    background-color: #5f9aa8 !important;
}
.bg-teal-light {
    background-color: #99c3cd !important;
}
.bg-teal {
    background-color: #5f9aa8 !important;
}
.bg-teal-lighter {
    background-color: #cce2e7 !important;
}

.bg-mauve {
    background-color: #a885ad !important;
}
.bg-mauve-light {
    background-color: #d1bed4 !important;
}
.bg-mauve-very-light {
    background-color: #e2d5e4 !important;
}

.bg-pink {
    background-color: #eaada4 !important;
}
.bg-pink-light {
    background-color: #efcdc8 !important;
}
.bg-green {
    background-color: #cbdc7e !important;
}
.bg-green-light {
    background-color: #dbe4b0 !important;
}
.bg-blue {
    background-color: #9bd8de !important;
}
.bg-blue-light {
    background-color: #bae2e6 !important;
}
.bg-red {
    background-color: #c24646 !important;
}

.col-beige {
    color: #f6f2ea !important;
}



.bg-soft-dark-to-start-75 {
background-image: linear-gradient(to right,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 0);
}

.bg-soft-dark-to-end {
  background-image: linear-gradient(to left,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 0);
}


.go-to {
background-color: rgba(45,45,45,.1);
color: #1d1d1d;
}
.go-to:focus:hover, .go-to:hover {
    color: #fff;
    background-color: #926199;
}

/* --------------- Hover Effect --------------- */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.hvr-shrink {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}







@media (max-width: 1399px) {

.feature {
    font-size: 1.2rem;
}
.intro {
    font-size: 1.7rem;
}
.display-3 {
font-size: 3.5rem;
}
.title-lsc {
font-size: 3.5rem;
}
.img-ntj-land {
    width: 440px;
    margin-left: 150px;
    margin-top: 460px;
}
.img-ntj-sqr-col {
    width: 230px;
    margin-left: 30px;
    margin-top: 320px;
}
	
}


@media (max-width: 1199px) {

.feature {
font-size: 1.1rem;
}
.box-wrap {
    padding: 0 4rem 0 4rem;
}
.l-para {
    font-size: 1.6rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.4rem;
}
.icon-news {
    font-size: 3.6rem;
    margin-top: 0;
}
.intro {
    font-size: 1.6rem;
}
.ic-home i {
    font-size: 5.5rem;
}
.display-3 {
font-size: 3rem;
}
.title-lsc {
font-size: 3rem;
}
.img-ntj-port {
    width: 300px;
}
.img-ntj-land {
    width: 395px;
    margin-left: 100px;
    margin-top: 510px;
}
.img-ntj-sqr {
    width: 180px;
    margin-left: 300px;
    margin-top: 90px;
}
.img-ntj-sqr-col {
    width: 210px;
    margin-left: 20px;
    margin-top: 300px;
}
.leaders img {
    width: 108px;
}
	
}


@media (max-width: 991px) {

.navbar-expand-lg.navbar-dark .navbar-nav, .navbar-expand-lg.navbar-dark .navbar-topbar-collapse-toggler {
background-color: #926199;
padding-left: 1rem;
padding-right: 1rem;
}
.navbar-brand-logo {
margin-top: .8rem;
margin-bottom: .8rem;
}
.box-wrap {
    padding: 8rem 5rem 8rem 5rem;
}
.l-para {
    font-size: 1.5rem;
}
.feature {
font-size: 1.4rem;
}
.intro {
    font-size: 1.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.4rem;
}
h4 {
    font-size: 1.2rem;
}
.display-3 {
font-size: 2.5rem;
}
.title-lsc {
font-size: 2.5rem;
}
.ic-home i {
    font-size: 4.5rem;
}
.icon-news {
    font-size: 3.4rem;
    margin-top: 0;
}
.contactus {
    display: none;
}
.img-symbol {
    width: 160px;
    margin-top: 30px;
}
.img-ntj-port {
    width: 250px;
}
.img-ntj-land {
    width: 310px;
    margin-left: 15px;
    margin-top: 400px;
}
.img-ntj-sqr {
    width: 160px;
    margin-left: 40px;
    margin-top: 220px;
}
.img-ntj-sqr-col {
    width: 130px;
    margin-left: 250px;
    margin-top: 320px;
}
	
}


@media (max-width: 768px) {
  
.box-wrap {
    padding: 6rem 4rem 6rem 4rem;
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.4rem;
}
h4 {
    font-size: 1.2rem;
}
.feature {
    font-size: 1.3rem;
}
.l-para {
    font-size: 1.3rem;
}
.intro {
    font-size: 1.4rem;
}
.btn-icon {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.display-3 {
font-size: 4rem;
}
.title-lsc {
font-size: 2.5rem;
}
.icon-news {
    font-size: 3.2rem;
    margin-top: 0;
}
.ic-home i {
    font-size: 4rem;
}
.img-love-derby {
    width: 250px;
}
.cs-icon-give {
    width: 26px;
}
.contactus {
    display: inherit;
}
.img-symbol {
    width: 150px;
    margin-left: 350px;
    margin-top: -30px;
}
.img-ntj-port {
    width: 300px;
    margin-top: -70px;
}
.img-ntj-land {
    width: 250px;
    margin-left: -10px;
    margin-top: 170px;
}
.img-ntj-sqr {
    width: 115px;
    margin-left: 275px;
    margin-top: 100px;
}
.img-ntj-sqr-col {
    width: 130px;
    margin-left: 450px;
    margin-top: 40px;
}
.display-5 {
    font-size: 2rem;
}
    
}


@media (max-width: 576px) {

.alert {
    position: fixed;
    left: 27px;
    right: 27px;
    bottom: 27px;
    width: auto;
}
.hca-logo-symbol {
    top: 15px;
    left: 15px;
}
.hca-logo-symbol img {
    width: 150px;
}
.navbar-brand-logo {
max-width: 7rem;
}
h2 {
    font-size: 1.7rem;
}
h3 {
    font-size: 1.4rem;
}
h4 {
    font-size: 1.2rem;
}
.intro {
    font-size: 1.3rem;
}
.feature {
    font-size: 1.2rem;
}
.box-wrap {
    padding: 4rem 2.5rem 4rem 2.5rem;
}
.b-mob-fix {
    width: 300px;
}
.title-lsc {
font-size: 2rem;
}
.l-para {
    font-size: 1.3rem;
}
.icon-news {
    font-size: 3rem;
    margin-top: 0;
}
.img-love-derby {
    width: 200px;
}
.btn-icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}
.cs-icon-give {
    width: 24px;
}
.ng {
    width: 150px;
}
.img-symbol {
    width: 120px;
    margin-left: 200px;
    margin-top: 0px;
}
.img-ntj-port {
    width: 150px;
}
.img-ntj-land {
    width: 200px;
    margin-left: -10px;
    margin-top: 170px;
}
.img-ntj-sqr {
    width: 75px;
    margin-left: 140px;
    margin-top: 60px;
}
.img-ntj-sqr-col {
    width: 100px;
    margin-left: 260px;
    margin-top: 90px;
}
.display-5 {
    font-size: 1.5rem;
}
    
}









