html {
  /*overflow-x: hidden;*/
  scroll-padding-top: 90px;
}

body {
  line-height: 1.6;
  font-family: "Assistant", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  color: #2d2c2c;
  font-weight: 400;
  /*overflow-x: hidden;*/
  min-height: 75rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4  {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  color: #c22822;
}

h5, .h5, h6, .h6 {
  font-family: "Assistant", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}

h1, .h1 {
  font-size: 2.5rem;
  margin-bottom: 1.8rem;
}

h2, .h2 {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
  line-height: 1.5;
}

h3, .h3 {
  font-size: 1.5rem;
  margin-bottom: 1.8rem;
}

h4, .h4 {
  font-size: 1.4rem;
  margin-bottom: 1.8rem;
}

h5, .h5 {
  font-size: 1.25rem;
  margin-bottom: 1.8rem;
}

h6, .h6 {
  font-size: 1.2rem;
  margin-bottom: 1.8rem;
}

p {
  line-height: 2rem;
  margin-bottom: 1rem;
}

ul {
  line-height: 2rem;
  margin-bottom: 3rem;
}

ol {
  line-height: 2rem;
  margin-bottom: 3rem;
}

hr {
  margin: 3rem 0px;
}

.navbar-toggle .icon-bar {
  background: #223a66;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}


.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #223a66;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #c22822;
  text-decoration: none;
  transition: all .35s ease;
}

a:focus, a:hover {
  color: #;
  text-decoration: none;
}

a:focus {
  outline: none;
}

#main-content p a {
  color: #c22822;
  text-decoration: none;
  transition: all .35s ease;
}

#main-content p a:focus, 
#main-content p a:hover {
  color: #c22822;
  text-decoration: underline;
}

#main-content p a:focus {
  outline: none;
}

#main-content ul a:focus, 
#main-content ul a:hover {
  color: #c22822;
  text-decoration: underline;
}

#main-content ul a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6  {
  font-weight: 400;
  }
}

.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}


.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain .nav-link {
  font-weight: 500;
  padding: 15px 15px;
  font-family: "Assistant", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  background-color: #ffffff;
  transition: all .25s ease;
}

#navbarmain .nav-link:hover,
#navbarmain .active .nav-link {
  color: #c22822;
  background-color: #ffffff;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 10px;
}

.header-top-bar {
  background: #ffffff;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  color: #c22822;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .navigation {
    text-align: center;
  }
}

.navigation .dropdown-menu {
  padding: 0px;
  border: 0px;
  border-top: 5px solid #408f49;
  background: #fff;
  border-radius: 0px;
}

@media (max-width: 992px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}

.navigation .dropdown-toggle::after {
  display: none;
}

.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}

.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-size: 14px;
  border: 0;
  display: inline-block;
  font-family: IcoFont !important;
  vertical-align: 1px;
}

.navigation .dropleft .dropdown-toggle::before {
  content: "\eac9";
  margin-right: 5px;
}

.navigation .dropright .dropdown-toggle::after {
  content: "\eaca";
  margin-left: 5px;
}

.navigation .dropdown-item {
  padding: 13px 20px;
  background: transparent;
  font-weight: 400;
  color: #555;
  border-bottom: 1px solid #eee;
}

.navigation li:last-child .dropdown-item {
  border-bottom: 0;
}

.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  background: rgba(64, 143, 73, 0.05);
  color: #408f49;
}

.navigation button:focus {
  outline: 0;
}

@media (min-width: 992px) {
  .navigation .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
    transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
    transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .navigation .dropleft .dropdown-menu,
  .navigation .dropright .dropdown-menu {
    margin-top: -5px;
  }
  .navigation .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all .3s ease 0s;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}



.features {
  margin-top: -70px;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  color: #223a66;
}

.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.mb--80 {
  margin-bottom: -80px;
}

.read-more {
  color: #223a66;
}

.mb-30 {
  margin-bottom: 30px;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #223a66;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #223a66;
  color: #fff;
}


.quote {
  font-size: 22px;
  color: #223a66;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #408f49;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}




.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #408f49;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #223a66;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #223a66;
}

.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 3px;
}

.widget h4 {
  color: #223a66;
}

.widget .footer-menu a {
  color: #6F8BA4;
}

.widget .footer-menu a:hover {
  color: #408f49;
}

.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}

.footer-contact-block i {
  font-size: 20px;
}


.footer-socials li a {
  width: 45px;
  height: 45px;
  background: #6F8BA4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 12px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #408f49;
}


.backtop {
  position: fixed;
  background-color: #f0b150;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 50px;
  height: 50px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 50px;
  border: 1px solid #ffffff;
  transition: .3s;
}

@media (max-width: 992px) {
  .backtop {
    bottom: 40px;
    right: 15px;
  }
}

@media (max-width: 768px) {
  .backtop {
    width: 45px;
    height: 45px;
  }
}

.backtop:hover {
  background-color: #c22822;
}

.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
}

/** Rich styles **/


:root {
	--bs-link-color: #c22822; !important;
	--bs-link-hover-color: #c22822; !important;
}

.btn-outline-success {
	--bs-btn-color: #c22822; !important;
	--bs-btn-border-color: #c22822; !important;
	--bs-btn-hover-bg: #c22822; !important;
	--bs-btn-active-bg: #c22822; !important;
	--bs-btn-disabled-color: #c22822; !important;
	--bs-btn-disabled-border-color: #c22822; !important;
}

.purecounter {
  font-family: "Paytone One", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 7rem;
  color: #ffffff;
  background-color: #A6231C;
  display: block;
  padding: 40px 0 50px 0;
}


/* header and navbar */

.header-logo {
    width: 60px;
}

.header-top-brand {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Montserrat", serif;
    color: #c22822;
    text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
  .header-top-brand  {
  font-weight: 400;
  }
}

@media (max-width: 992px) {
  .header-top-brand {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.skip-to-content {
  background: #000;
  color: #fff;
  left: 50%;
  padding: 10px;
  position: absolute;
  transform: translateY(-100%);
  transition: 0.4s;
}

.skip-to-content:focus {
  transform: translateY(0%);
}

.navbar {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    background-color: white;
}


/* page */

.content-page {
  background-color: #ffffff;
  padding: 2.5rem 0;	
}

.home-page {
  background-color: #ffffff;	
}


/* breadcrumb */

.breadcrumb {
  font-size: 0.9rem;
  margin-bottom: 2rem;
  --bs-breadcrumb-item-active-color: #454A4F;
}

.breadcrumb-item+.breadcrumb-item::before{
	content: ">";
}



/* footer */

.footer-btm {
  border-top: 1px solid #ffffff; !important
}

.footer {
  background-color: #c22822;
  color: #fff;
  padding-top: 2rem;
}

.footer-socials h4 {
  color: #ffffff;}

.footer-socials a {
  color: #ffffff; 
  font-size: 1.8rem;
}

.footer-socials a {
  margin-right: 30px;
}

.footer-socials a:hover {
  color: #ffffff; !important
}

.footer-logo {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
}

.footer-logo img {
    width: 200px;
}

#footer .nav-link {
  padding: 15px 15px;
  color: #ffffff; 
}

#footer .nav-link:hover,
#footer .active .nav-link {
  color: #ffffff;
  text-decoration: underline;
}


.footer-btm a {
  color: #ffffff;
  text-decoration: none;
}


/* divider */

.divider {
  width: 60px;
  height: 5px;
  background: #408f49;
}

/* standout */

.standout {
  margin-bottom: 30px;
}

.standout .standout-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.standout .icon {
  float: left;
  margin-bottom: 10px;
}

.standout i {
  color: #c22822;
}

.standout h2 {
  padding-left: 20px;
}

.standout .content {
  clear: both;
}


/* standard articles */


.home-promo-feature .btn {
	margin-bottom: 1rem;
}




/* bullet icons */

i {
	margin-right:5px;
}
	
	
/* homepage */	


.card hr {
	margin: 0.5rem 0rem 1rem 0rem;
}

.card p {
	margin-bottom: 0.5rem;
}

.home-feature {
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}


#homepage-promos .card {
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
  margin-bottom: 30px;
}




.homepage-team {
  box-sizing: content-box;
  padding: 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  text-align: center;
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  position: relative;
  color: #ffffff;
  background-color: #A6231C;
}


.section-title p {
  margin-bottom: 0;
}

.slant-bg {
  padding: 120px 0;
  color: #fff;
}

.slant-bg p {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 50px;
  background-color: #A6231C;
}

.slant-bg:before {
  content: "";
  background: #A6231C;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.support-box {
  margin-bottom: 20px;
  padding: 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);

}

.support-box i {
  float: left;
  color: #d9232d;
  font-size: 40px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.support-box h2 {
  text-align: center;
}

.support-box p {
  margin-bottom: 20px;
}

.support-box .btn {
  margin-top: 20px;
}

.support-box .card-img-top {
  margin-bottom: 30px;
}



.justgiving {
width: 150px;
}

.contact-feature {
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
  margin-bottom: 20px;
}

.contact-feature .card-body {
	padding: 40px;
}

.first-aid-gallery {
  box-sizing: content-box;
  padding: 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.defib-img {
  box-sizing: content-box;
  padding: 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  text-align: center;
}



/*--------------------------------------------------------------
# Homepage hero 
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("/images/hero-tv.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}



#hero h1 {
  margin: 0;
  color: #fff;
font-size: 2.5rem;
  margin-bottom: 1.8rem;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 20px 0;
  font-size: 24px;
}


@media (max-width: 768px) {
  #hero {
    text-align: center;
 /*   padding-top: 58px; */
  }

  #hero h1 {
    font-size: 28px;
  }

  #hero h2 {
    font-size: 18px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

.hero-text {
  background-color: rgba(194, 40, 34, 0.7);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.hero-text .btn {
  border-color: #ffffff;
  color: #c22822;
  background-color: #ffffff;
}

.hero-text .btn:hover {
  border-color: #ffffff;
  background-color: #f0b150;
  color: #ffffff;
}




/*--------------------------------------------------------------
# Donated Defib Locations
--------------------------------------------------------------*/
.d-locations .d-location-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}



.d-locations .d-location-item .d-location-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.d-locations .d-location-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.d-locations .d-location-item h4 {
  font-size: 14px;
  color: #595959;
  margin: 0;
}

.d-locations .d-location-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.d-locations .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.d-locations .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #c22822;
}

.d-locations .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c22822;
}

.d-locations .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .d-locations .swiper-slide-active {
    opacity: 1;
  }

  .d-locations .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .d-locations .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}



/* maybe not used */


