@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/dm-sans/DMSans-Bold.eot');
    src: url('../fonts/dm-sans/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/dm-sans/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/dm-sans/DMSans-Bold.woff') format('woff'),
        url('../fonts/dm-sans/DMSans-Bold.ttf') format('truetype'),
        url('../fonts/dm-sans/DMSans-Bold.svg#DMSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/dm-sans/DMSans-Medium.eot');
    src: url('../fonts/dm-sans/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/dm-sans/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/dm-sans/DMSans-Medium.woff') format('woff'),
        url('../fonts/dm-sans/DMSans-Medium.ttf') format('truetype'),
        url('../fonts/dm-sans/DMSans-Medium.svg#DMSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/dm-sans/DMSans-Regular.eot');
    src: url('../fonts/dm-sans/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/dm-sans/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/dm-sans/DMSans-Regular.woff') format('woff'),
        url('../fonts/dm-sans/DMSans-Regular.ttf') format('truetype'),
        url('../fonts/dm-sans/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Poppins-Black';
  src: url('../fonts/poppins/Poppins-Black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins/Poppins-Black.woff') format('woff'),
       url('../fonts/poppins/Poppins-Black.ttf')  format('truetype'),
       url('../fonts/poppins/Poppins-Black.svg#Poppins-Black') format('svg');
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
       url('../fonts/poppins/Poppins-Bold.ttf')  format('truetype'),
       url('../fonts/poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
}

@font-face {
  font-family: 'Poppins-ExtraBold';
  src: url('../fonts/poppins/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff'),
       url('../fonts/poppins/Poppins-ExtraBold.ttf')  format('truetype'),
       url('../fonts/poppins/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins/Poppins-Medium.woff') format('woff'),
       url('../fonts/poppins/Poppins-Medium.ttf')  format('truetype'),
       url('../fonts/poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins/Poppins-Regular.woff') format('woff'),
       url('../fonts/poppins/Poppins-Regular.ttf')  format('truetype'),
       url('../fonts/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg')
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.eot');
    src: url('../fonts/poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/poppins/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/poppins/Poppins-SemiBold.ttf')  format('truetype'),
         url('../fonts/poppins/Poppins-SemiBold.svg#Poppins SemiBold') format('svg');
}

html {
	height: 100%;
}

body {
  line-height: 1.5;
  font-weight: 400;
	min-height: 100%;
/*  padding-top: 90px;*/
  font-size: 1.2rem;
	position: relative;
  font-weight: normal;
	font-family: 'DM Sans';
  background-color: #000;
}

:focus,
button:focus,
a:focus {
	border: 0;
	outline: 0;
}

a {
  color: #E6770F;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #131313;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.05em;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.375rem;
}

h6 {
    font-size: 1.25rem;
}

section {  
  padding: 4em;
  position: relative;
  /*background-size: cover;
  background-position: 50%;*/
}

button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
    background-color: #ae1e1e;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.padding-0 {
	padding: 0;
}

.float-none {
	float: none;
}

.inline-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.bold {
  font-style: normal!important;
  font-weight: 700;
  color: azure!important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mb-56 {
    margin-bottom: 56px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

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

.mt-80 {
  margin-top: 80px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-48 {
    padding-bottom: 48px;
}

.pt-48 {
    padding-top: 48px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding: 0 20px;
}

.widget {
  margin-bottom: 48px;
}

.widget-about-us__phone, .widget-about-us__text, .widget-about-us a:focus, .widget-about-us a:hover {
  color: #fff;
}

.widget-about-us__email, .widget-about-us__phone, .widget-about-us__text {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.widget-about-us__email, .widget-about-us__phone, .widget-about-us__text {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.two-column {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -moz-column-width: 100px;
  column-width: 100px;
  display: block!important;
}

.three-column {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -moz-column-width: 100px;
  column-width: 100px;
  -moz-column-rule: 4px double #570613;
  column-rule: 4px double #570613;
  display: block!important;
  text-align: center;
  margin: 10px;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 30%;
}

.four-column {
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -moz-column-width: 100px;
  column-width: 100px;
  -moz-column-rule: 4px double #570613;
  column-rule: 4px double #570613;
  display: block!important;
}

.heaward-button {
  position: relative;
  margin: 0 auto;
  display: block;
  /*width: 8em;
  height: 2em;*/
  width: 10em;
  height: 3em;
  background: #a70000;
  border: 0;
  background-image: linear-gradient(180deg,#b50000,#000);
  background-image: -o-linear-gradient(top,#b50000,#000);
  background-image: -webkit-gradient(to bottom,#b50000,#000);
  /*border-radius: 24px;*/
  border-radius: 30px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 100;
  padding: 1px;
  box-shadow: 1px 1px 20px 0 #b70000;
  text-shadow: 1px 1px 20px #575757;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  left: 0;
  right: 0;
  box-sizing: content-box;
}

.heaward-button:hover {
  background-color: #8f1818;
  border: 0 solid #e51119;
  background: #e01212;
  background-image: linear-gradient(180deg,#e01212,#000);
  background-image: -o-linear-gradient(top,#e01212,#000);
  background-image: -webkit-gradient(to bottom,#e01212,#000);
  border-radius: 30px;
  text-decoration: none;
}

.heaward-very-wide-button {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: auto;
  background: #a70000;
  border: 0;
  background-image: linear-gradient(180deg,#b50000,#000);
  background-image: -o-linear-gradient(top,#b50000,#000);
  background-image: -webkit-gradient(to bottom,#b50000,#000);
  border-radius: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  padding: 10px;
  box-shadow: 1px 1px 20px 0 #b70000;
  text-shadow: 1px 1px 20px #575757;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.heaward-very-wide-button:hover {
  background-color: #8f1818;
  border: 0 solid #e51119;
  background: #e01212;
  background-image: linear-gradient(180deg,#e01212,#000);
  background-image: -o-linear-gradient(top,#e01212,#000);
  background-image: -webkit-gradient-(to bottom,#e01212,#000);
  border-radius: 24px;
  text-decoration: none;
}

.heaward-nav {
  padding: 8px 0;
  background-color: #000;
}

.heaward-nav .container-fluid {
  padding: 0 25px;
}

.heaward-nav .navbar-brand {
  margin-right: 2rem;
}

.heaward-nav .navbar-brand img {
  height: 33px;
}

.heaward-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 0 17px;
  font-weight: 500;
}

.heaward-nav .nav-link.active,
.heaward-nav .nav-link:hover {
  color: #ae1e1e;
}

.heaward-nav .nav-item .dropdown-menu {
/*  height: 0;*/
  margin: 0;
  padding: 0;  
  background-color: #131313;
}

.heaward-nav .nav-item:hover .dropdown-menu {
  display: block;
  min-height: 100px;
}

.heaward-nav .nav-item .dropdown-menu .dropdown-item span {
  overflow: hidden;
  position: relative;
}

.heaward-nav .nav-item .dropdown-menu .dropdown-item span:after {
  width: 0;
  content: "";
  display: block;
  position: absolute;
  transition: width .3s linear;
  border-bottom: 1px solid #fff;
}

.heaward-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.heaward-nav .nav-item .dropdown-menu .dropdown-item:hover span:after {
  width: 100%;
}

.heaward-nav .nav-item .dropdown-menu a {
  color: #fff;
}

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

.heaward-nav .nav-social {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 24px;
}

.heaward-nav .nav-social li a {
  color: #fff;
  margin-left: 10px;
}

.heaward-nav .nav-social li a:hover,
.heaward-nav .nav-social li a:focus {
  color: #ae1e1e;
}

.hero .video-container {
  height: 0;
  position: relative;
  margin-bottom: 2.4em;
  padding-bottom: 60.25%;
}

.hero .video-container iframe {
  position: absolute;
  width: 80%;
  height: 80%;
  min-width: 80%;
  border-radius: 16px;
  margin-top: 1.4em;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero .home iframe {
  background: #640000;
  box-shadow: 43px 36px 35px #630707, -35px -30px 23px #b80a0a;
}

.helping-organisation {
  position: relative;
  padding: 50px 0 5px;
  /*background-size: cover;
  background-position: 50%;*/
  background-image: url('../images/dark_wall.png');
}

.helping-organisation:before {
  transform: skewY(-3deg);
  position: absolute;
  width: 100%;
  left: 0;
  content: '';
  min-height: 170px;
  margin-top: -140px;
  z-index: 0;
  background: url('../images/dark_wall.png');
}

.intro__text {
  max-width: 920px;
  margin: 0 auto;
  color: azure!important;
  font-size: .75rem;
  position: relative;
}

.intro__text span {
  color: #fff;
  display: block;
  margin-top: 30px;
}

.heaward-container {
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3.4em;
}

.heaward-container .heaward-service {
  text-align: center;
  border: 1px solid #ae1e1e;
  padding: 15px;
  background-color: rgba(0,0,0,.29);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 18%;
}

.home-intro-text, .sports-article-text {
  margin-bottom: 50px;
  margin-top: auto!important;
  margin-bottom: auto!important;
  padding: 0.7em;
}

.home-intro-text p {
  color: #ffffff;
  font-weight: 400;
  font-size: 19.2px;
}

.home-intro-text h5 {
  color: #fff;
}

.helping-organisation h3 {
  color: #fff;
}

.grants-infographic, .infographic {
  border-radius: 16px;
  background: #000;
}

.infographic {
  box-shadow: 31px 27px 31px #000, -20px -20px 22px #0c0101;
  margin-top: 3.4em;
}

.section-title {
  margin-bottom: 34px;
}

h2.section-title,
.fundraising h5  {
  color: #fff;
}

.title-row {
  margin-bottom: 72px;
  position: relative;
}

.fundraising__text {
  margin-bottom: 0;
  color: #ffffff;
  margin-left: 3em;
  margin-right: 3em;
}

.faq-pull-left, .faq-pull-right {
  position: relative;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1em;
  margin-right: 1em;
  display: block;
}

.faq-pull-right {
  right: 0;
  float: right;
}

.faq-img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 22px 22px 25px #630707, -22px -22px 32px #b80a0a;
}

.faq-item {  
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  border: 1px solid #e84040;
  padding: 15px;
  background-color: rgba(0,0,0,.29);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 18%;
}

.faq-item .faq-content {
  padding: 30px 30px 0;
}

.faq-item a {
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.faq-item svg {
  height: 2.5rem;
  display: block;
  margin: 0 auto;
}

.faq-item svg:hover {
  color: #ae1e1e;
}

.faq-item ul {
  margin-left: 20px;
}

.faq-item p,
.faq-item ul li {
  color: #ffffff;
}

.faq-item li {
   margin-left: 2em;
}

.services {
  padding: 0 4em 4em;
}

.services-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.services-cont .service {
  text-align: center;
  border: 1px solid #ae1e1e;
  padding: 15px;
  background-color: rgba(174, 30, 30, .1);
  border-radius: 10px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 18%;
}

.service__icon { 
  height: 60px;
  display: block;
  margin: 0 auto 32px;
}

.service__title {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 18px;
}

#Events .service__title {
  font-size: 1.3rem;
}

.service__text {
  margin-bottom: 0;
  color: #ffffff;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.services-cont .service:hover {
  background-color: rgba(174,30,30,.2);
}

.testimonials {
  padding: 55px 0;
  background-color: #131313;
}

.testimonials .title-row {
  margin-bottom: 0;
}

.testimonials .title-row h2 {
  margin-bottom: 10px;
}

.testimonials .blog-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  max-height: 19rem;
  box-shadow: 0 3px 7px -1px rgb(0 0 0 / 10%);
  margin-bottom: 1.6%;
  background: #2d2d2d;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}

.testimonials .blog-card img {
  padding: 30px;
  max-width: 280px;
  max-height: 280px;
}

.testimonials .blog-card .description {
  z-index: 1;
  height: 100%;
  padding: 3rem;
  position: relative;
  background: rgb(87, 15, 15);
}

.testimonials .blog-card .description h1 {
  margin: 0;  
  line-height: 1;
  font-size: 1.45rem;
  color: #E6770F!important;
}

.testimonials .blog-card .description h2 {
  color: #a2a2a2;
  font-size: 1rem;
  margin-top: 5px;
  font-weight: 300;
  text-transform: uppercase;
}

.testimonials .blog-card p {
  position: relative;
  margin: 1rem 0 0;
  color: #fff;
}

.testimonials .blog-card .description .read-more {
  text-align: right;
}

.testimonials .blog-card .description .read-more a {
  color: #ae1e1e;
  position: relative;
  display: inline-block;
}

.testimonials .blog-card .description h1 {
  font-family: 'Poppins-Bold';
}

.testimonials .testimonials-carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.testimonials .testimonials-carousel .owl-nav button {
  margin: 5px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 3px;
  background: #ae1e1e;
  color: #1e1e1e!important;
  padding: 7px 10px !important;
}

.testimonials .testimonials-carousel .owl-dots .owl-dot span {
  background: grey !important;
}

.testimonials .testimonials-carousel .owl-dots .owl-dot.active span {
  background: #ae1e1e !important;
}

.footer {
  background-image: url('../images/dark_wall.png');
}

.footer__widgets {
  padding: 92px 0 9px;
}

.footer__widgets .widget-about-us {
  text-align: left;
}

.footer-text {
  color: #E6770F!important;
  font-size: 1em;
  line-height: 100%;
  font-weight: 100;
}

.footer__widgets .widget-cta__title {
  color: #fff;
}

.footer__widgets .social, .footer__widgets a:focus, .footer__widgets a:hover {
  color: #fff;
}

.social {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 6px;
  font-size: 1rem;
  transition: all .1s ease-in-out;
}

.footer-button-grid {
  width: 10em;
  display: grid;
  margin-top: 1em;
  grid-gap: 0.5em;
  grid-template-columns: repeat(auto-fit,minmax(20%,1fr));
}

.footer-logo-container {
  flex: 1 0 12%;
  max-width: 13%;
}

.footer-logo {
  width: 151px;
  height: auto;
}

.copyright-wrap {
  padding: 40px 0;
  border-top: 1px solid #323232;
}

.copyright {
  color: #686868;
  font-size: .875rem;
  display: inline-block;
}

.copyright a {
  color: inherit;
}

.copyright a:focus, 
.copyright a:hover {
  color: #fff;
}

.copyright-wrap {
  padding: 40px 0;
  border-top: 1px solid #323232;
}


/******* Grant *******/

.hero .grants-video-container iframe {
  background: #2d3596;
  box-shadow: 43px 36px 35px #073463, -35px -30px 23px #2a56b9;
}

.social-funding-bids img {
  margin: 10px 0;
/*  background: #000;*/
  margin-bottom: 3vw;
  border-radius: 20px;
  box-shadow: 31px 27px 31px #630707, -20px -20px 22px #b80a0a;
}

.grants-infographic {
  box-shadow: 43px 36px 35px #630707, -35px -30px 23px #b80a0a;
}

.grant-support {  
  position: relative;
  background: url('../images/dark_wall.png');
}

.grant-support h3 {
  color: #fff;
}

.grant-cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.grant-inverted {
  padding: 15px;
  margin: 10px;
  display: flex;
  flex: 1 1 18%;
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  border: 1px solid #ae1e1e;
  justify-content: space-between;
  background-color: rgba(27,2,2,.43);
}

.grant-inverted:hover {
  background-color: rgba(27,2,2,.8);
}

.grant-icon {
  height: 65px;
  display: block;
  margin: 0 auto 32px;
}

.grant__title {
  color: #fff;
  font-size: 1.6rem;
}

.grant__text {
  color: #ffffff;
}

.we-deliver .title-row p {
  color: #ffffff;
}

.we-deliver .title-row p a {
  color: #ae1e1e;
  margin-bottom: 16px;
}

.we-deliver .title-row p a:hover {
  color: #fff;
}

.archive {
  margin-top: 1em;
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(30%,1fr));
  grid-gap: 1em;
}

.article {
  padding: 1em;
  margin-bottom: 1em;
  background: #353232;
  border: 3px solid #a50909;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%), 0 20px 20px rgb(0 0 0 / 5%);
}

.article img {
  height: 10em;
  max-height: 10em;
  margin-top: 20px;
  margin-bottom: 20px;
  width: -webkit-fill-available;
}

.article p {
  color: #fff;
}

h3.bottom-title {
  color: #fff;
}

.client-say .blog-card img {
  padding: 30px;
  max-width: 200px;
  min-width: 200px;
  max-height: 200px;
  min-height: 200px;
  border-radius: 113px;
}

.testimonials .blog-card a {
  color: #fff ;
}

/******* Fundraising *******/

.hero .fundraising-video-container iframe {
  background: #5223a9;
  box-shadow: 43px 36px 35px #380e7b, -35px -30px 23px #5e3dc3;
}

.heaward-service ul li {
  color: #ffffff;
}

.heaward-container .heaward-service b {
    color: #ae1e1e;
}

/******* Crowdfunding *******/

.hero .crowdfunding-video-container iframe {
  background: #006602;
  box-shadow: 43px 36px 35px #0d670c, -35px -30px 23px #189822;
}

.heaward-service h4,
.heaward-container h4 {
  color: #fff;
}

.heaward-container p {
  color: #ffffff;
}

/******* Sponsorship *******/

.hero .sponsorship-video-container iframe {
  background: #762d01;
  box-shadow: 43px 36px 35px #752c09, -35px -30px 23px #983a0c;
}

.csr-subtitle h3 {
  color: #fff;
}

.fundraising h3 {
  color: #fff;
}

.services-cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.services-cont .service-inverted {
  text-align: center;
  border: 1px solid #ae1e1e;
  padding: 15px;
  background-color: rgba(27,2,2,.43);
  border-radius: 10px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 18%;
}

.services-cont .service-inverted li {
  color: #dadada;
  margin-left: 2em;
}

#CSR p {
  color: #ffffff;
}

.fundraising .title-row p {
  color: #ffffff;
}

.fundraising h4 {
  color: #fff;
}

.service li {
  color: #fff;
}

.service a {
  color: #ae1e1e !important;
}

.title-row p {
  color: #fff;
}

.title-row li {
  color: #fff;
}

.title-row h4 {
  color: #fff;
}

.grant-inverted li {
  color: #ffffff;
}

.grant-inverted a {
    color: #ae1e1e !important;
}

/******* About *******/

.services-cont .other-inverted {
  flex: 1 1 100%;
  flex-direction: column;
}

.services-cont .other-inverted, 
.services-cont .training-inverted {
  padding: 2em;
  margin: 10px;
  display: flex;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ae1e1e;
  justify-content: space-between;
  background-color: rgba(27,2,2,.43);
}

.services-cont .other-inverted p, 
.services-cont .training-inverted p,
.services-cont .other-inverted  li,
.services-cont .training-inverted  li {
  color: #ffffff;
}

.about-modal-container {
  display: grid;
  grid-gap: 0.5em;
  margin-left: auto;
  position: relative;
  margin-right: auto;
  padding: 0.01em 16px;
  grid-template-columns: repeat(auto-fit,minmax(18%,1fr));
}

.about-modal-container .modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.9);
}

.about-modal-container .modal .modal-close-button {
  position: absolute;
  right: 0;
  font-size: 30px!important;
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.about-modal-container .modal .modal-content {
  margin: auto;
  background-color: hsla(0,0%,100%,0);
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
  -webkit-animation: animatezoom .6s;
  animation: animatezoom .6s;
  box-shadow: 0 5px 15px transparent!important;
  border: 1px solid transparent!important;
}

.about-modal-container .modal .modal-content img {
  width: 40vh;
  height: 74vh;
  margin: 0 auto;
}

.home-intro-text li, 
.sports-article-text li {
  color: #ffffff;
}

.home-intro-text a:hover, 
.sports-article-text a:hover {
  color: #fff;
}

.team-img {
  height: auto;
  max-width: 60vw;
  border-radius: 20px;
}

.our-team-img {
  width: 38vw;
  margin: 1em;
  border-radius: 20px;
}

.about-grid {
  position: relative;
  margin-left: 3em;
  margin-right: 3em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.about-grid .about-column {
  padding: 1em;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.about-cif {
  height: auto;
  width: auto;
}

#timeline {
  display: flex;
  background-color: #250303;
}

.tl-item {
  transform: translateZ(0);
  position: relative;
  width: 25%;
  height: 70vh;
  min-height: 600px;
  color: #ae1e1e;
  overflow: hidden;
  transition: width .5s ease;
}

.tl-item:after, .tl-item:before {
  transform: translateZ(0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tl-item:before {
  background: linear-gradient(180deg,transparent 0,#000 25%);
  z-index: 1;
  opacity: 0;
  transform: translateZ(0) translateY(50%);
  transition: opacity .5s ease,transform .5s ease;
}

.tl-item:after {
  background: rgba(37,3,3,.85);
  opacity: 1;
  transition: opacity .5s ease;
}

.tl-1997-bg, .tl-bg {
  transform: translateZ(0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  transition: filter .5s ease;
  filter: grayscale(100%);
}

.tl-2001-bg, .tl-2007-bg {
  transform: translateZ(0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  transition: filter .5s ease;
  filter: grayscale(100%);
}

.tl-2016-bg {
  background-image: url('../images/bgTL.4c11b9d8.jpg');
  transform: translateZ(0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  transition: filter .5s ease;
  filter: grayscale(100%);
}

.tl-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  border-bottom: 1px solid #fff;
}

.tl-year p {
  color: #fff;
  font-size: 20px;
}

.tl-content {
  transform: translateZ(0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 5em!important;
  margin-bottom: 2em!important;
  padding: 0.5em;
  opacity: 0;
}

.tl-content h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.44rem;
  font-weight: 400;
}

.tl-content p {
  color: #fff!important;
  font-size: .9em!important;
}

.tl-item:hover .tl-content {
  opacity: 1;
  transform: translateY(0);
  transition: all .75s ease .5s;
}

.tl-item:hover:before {
  opacity: 1;
  transform: translateZ(0) translateY(0);
  transition: opacity 1s ease,transform 1s ease .25s;
}

.tl-item:hover:after {
  opacity: 0;
}

.tl-item:hover .tl-year {
  opacity: 0;
}

.tl-item:hover .tl-content {
  opacity: 1;
  transform: translateY(0);
  transition: all .75s ease .5s;
}

.tl-item:hover .tl-1997-bg, .tl-item:hover .tl-2001-bg, .tl-item:hover .tl-2007-bg, .tl-item:hover .tl-2016-bg {
    filter: blur(10px) grayscale(100%);
}

.tl-1997-bg {
    background-image: url('../images/nuneaton.12942338.jpg');
}

.tl-2001-bg {
    background-image: url('../images/stoke.d81aabf5.jpg');
}

.tl-2007-bg {
    background-image: url('../images/street.fb8c7a6c.jpg');
}

#mobile-timeline {
  display: none;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #250303;
}

.mobile-tl-item {
  transform: translateZ(0);
  position: relative;
  width: 100%;
  height: 6em;
  color: #ae1e1e;
  overflow: hidden;
  transition: width .5s ease;
}

.mobile-tl-item:after, .mobile-tl-item:before {
  transform: translateZ(0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mobile-tl-item:before {
  background: linear-gradient(180deg,transparent 0,#000 25%);
  z-index: 1;
  opacity: 0;
  transform: translateZ(0) translateY(50%);
  transition: opacity .5s ease,transform .5s ease;
}

.mobile-tl-item:after {
  background: rgba(37,3,3,.85);
  opacity: 1;
  transition: opacity .5s ease;
}

.mobile-tl-item:hover {
  height: 100%!important;
}

.mobile-tl-item:hover .mobile-tl-content {
  opacity: 1;
  transform: translateY(0);
  transition: all .75s ease .5s;
}

.mobile-tl-item:hover:before {
  opacity: 1;
  transform: translateZ(0) translateY(0);
  transition: opacity 1s ease,transform 1s ease .25s;
}

.mobile-tl-item:hover:after {
    opacity: 0;
}


.mobile-tl-1997-bg, .mobile-tl-bg {
  transform: translateZ(0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  transition: filter .5s ease;
  filter: grayscale(100%);
}

.mobile-tl-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  border-bottom: 1px solid #fff;
}

.mobile-tl-year p {
  color: #ffffff;
  font-size: 1.728rem;
  line-height: 0;
}

.mobile-tl-item:hover .mobile-tl-year {
    opacity: 0;
}

.mobile-tl-content {
  transform: translateZ(0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 5em!important;
  margin-bottom: 2em!important;
  padding: 0.5em;
  opacity: 0;
}

.mobile-tl-content h1 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.44rem;
  font-weight: 400;
}

.mobile-tl-content p {
  color: #fff!important;
  font-size: .9em!important;
}

.mobile-tl-1997-bg {
  background-image: url('../images/nuneaton.12942338.jpg');
}

.mobile-tl-2001-bg, .mobile-tl-2007-bg {
  transform: translateZ(0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  transition: filter .5s ease;
  filter: grayscale(100%);
}

.mobile-tl-2001-bg {
  background-image: url('../images/stoke.d81aabf5.jpg');
}

.mobile-tl-2007-bg {
  background-image: url('../images/street.fb8c7a6c.jpg');
}

.mobile-tl-2016-bg {
  background-image: url('../images/bgTL.4c11b9d8.jpg');
  transform: translateZ(0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  transition: filter .5s ease;
  filter: grayscale(100%);
}

.mobile-tl-item:hover .mobile-tl-1997-bg, .mobile-tl-item:hover .mobile-tl-2001-bg, .mobile-tl-item:hover .mobile-tl-2007-bg, .mobile-tl-item:hover .mobile-tl-2016-bg {
    filter: blur(10px) grayscale(100%);
}

.heaward-grid {
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(40%,1fr));
  grid-gap: 0.5em;
}

.heaward-container .heaward-service.angie {
  width: auto;
  margin: 1em;
}

.heaward-grid.lara {
  grid-template-columns: repeat(auto-fit,minmax(100%,1fr));
}

.archive .article a {
  color: #fff;
}

/******* Case Studies *******/

.hero img {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10em;
  width: 40em;
}

.funding-infographic, .page-title-infographic {
  background: #000;
  box-shadow: 31px 27px 31px #630707, -20px -20px 22px #b80a0a;
}

.page-title-infographic {
  border-radius: 40px;
}

.article {
  padding: 1em;
  margin-bottom: 1em;
  background: #353232;
  border: 3px solid #a50909;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%), 0 20px 20px rgb(0 0 0 / 5%);
}

.case-archive {
  display: grid;
  grid-gap: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  grid-template-columns: repeat(auto-fit,minmax(30%,1fr));
}

.case-archive .article {
  text-align: center;
}

.case-archive .article img {
  width: auto;
  height: 14em;
  margin-top: 0;
  display: block;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px !important;
}

.case-archive .article img:hover {
  cursor: pointer;
  border-radius: 15px !important;
  background-color: rgba(129,9,9,.767);
}

.case-archive .article h4 {
  color: #fff;
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
}

.case-archive .article p {
  color: #ffffff;
}

.client-archive {
  display: grid;
  grid-gap: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  grid-template-columns: repeat(auto-fit,minmax(20%,1fr));
}

.client-archive .article p {
  color: #ffffff;
}

.client-archive .article .article-image-container img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  height: 14em;
  border-radius: 15px !important;
}

/******* Our Fees *******/

.our-fess-intro p {
  color: #ffffff;
  font-size: 19.2px;
}

.marix-bg {
  margin-top: 2em;
  margin-bottom: 2em;
  background-size: cover;
  background-position: 50%;
  background-image: url('../images/matrix_background.3d8859b7.jpg');
}

.funding-infographic {
    border-radius: 16px;
}

.marix-bg img {
  width: -webkit-fill-available;
}

.modal-container .matrix-img {
  width: 12em;
  height: 12em;
  margin: 0.5em;
}

.matrix-title-container img {
  width: 15em!important;
  margin-left: 50%;
}

.matrix-title-container .matrix-title {
  color: #fff;
  margin-left: 2em;
}

.matrix-title-container {
  display: grid;
  grid-gap: 0.5em;
  grid-template-columns: repeat(auto-fit,minmax(18%,1fr));
}

.matrix-title-container img {
  width: 15em!important;
  margin-left: 50%;
}

.matrix-left-man {
  width: 22em!important;
  left: 0;
  position: relative;
  display: block;
  padding-left: 1em;
}

.button-container {
  margin-top: 2em;
  bottom: -30px;
}

.modal-container .matrix-right-man {
  right: 0;
  cursor: default!important;
  width: 22em;
  position: absolute;
  display: block;
  bottom: -8vh;
  padding-right: 1em;
}

.matrix-right-man-mobile {
    display: none;
}

.map-container {
  width: 100%;
  height: 36vw;
  border: 20px solid #000;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  box-shadow: 3px -1px 28px -3px rgb(255 19 19 / 98%), 2px 5px 2px 2px #fb0000;
}

.map-container iframe {
  position: relative;
  top: -50px;
  border: none;
  width: 100%;
  height: 80vh;
}


/********* Contact *********/

#_form_6368CA3D0A594_ {
  display: none;
}

#_form_6364994A2EE9B_ {
  font-size: 14px;
  line-height: 1.6;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}

#_form_6364994A2EE9B_ * {
  outline: 0;
}

._form_hide {
  display: none;
  visibility: hidden;
}

._form_show {
  display: block;
  visibility: visible;
}

#_form_6364994A2EE9B_._form-top {
  top: 0;
}

#_form_6364994A2EE9B_._form-bottom {
  bottom: 0;
}

#_form_6364994A2EE9B_._form-left {
  left: 0;
}

#_form_6364994A2EE9B_._form-right {
  right: 0;
}

#_form_6364994A2EE9B_ input[type="text"],
#_form_6364994A2EE9B_ input[type="tel"],
#_form_6364994A2EE9B_ input[type="date"],
#_form_6364994A2EE9B_ textarea {
  padding: 6px;
  height: auto;
  border: #979797 1px solid;
  border-radius: 4px;
  color: #000 !important;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#_form_6364994A2EE9B_ textarea {
  resize: none;
}

#_form_6364994A2EE9B_ ._submit {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #333 !important;
  border: 0 !important;
  color: #fff !important;
  padding: 10px !important;
}

#_form_6364994A2EE9B_ ._close-icon {
  cursor: pointer;
  background-image: url('https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png');
  background-repeat: no-repeat;
  background-size: 14.2px 14.2px;
  position: absolute;
  display: block;
  top: 11px;
  right: 9px;
  overflow: hidden;
  width: 16.2px;
  height: 16.2px;
}

#_form_6364994A2EE9B_ ._close-icon:before {
  position: relative;
}

#_form_6364994A2EE9B_ ._form-body {
  margin-bottom: 30px;
}

#_form_6364994A2EE9B_ ._form-image-left {
  width: 150px;
  float: left;
}

#_form_6364994A2EE9B_ ._form-content-right {
  margin-left: 164px;
}

#_form_6364994A2EE9B_ ._form-branding {
  color: #fff;
  font-size: 10px;
  clear: both;
  text-align: left;
  margin-top: 30px;
  font-weight: 100;
}

#_form_6364994A2EE9B_ ._form-branding ._logo {
  display: block;
  width: 130px;
  height: 14px;
  margin-top: 6px;
  background-image: url('https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png');
  background-size: 130px auto;
  background-repeat: no-repeat;
}

#_form_6364994A2EE9B_ .form-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#_form_6364994A2EE9B_ ._form-label,
#_form_6364994A2EE9B_ ._form_element ._form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

#_form_6364994A2EE9B_._dark ._form-branding {
  color: #333;
}

#_form_6364994A2EE9B_._dark ._form-branding ._logo {
  background-image: url('https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png');
}

#_form_6364994A2EE9B_ ._form_element {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
  max-width: 100%;
}

#_form_6364994A2EE9B_ ._form_element * {
  font-size: 14px;
}

#_form_6364994A2EE9B_ ._form_element._clear {
  clear: both;
  width: 100%;
  float: none;
}

#_form_6364994A2EE9B_ ._form_element._clear:after {
  clear: left;
}

#_form_6364994A2EE9B_ ._form_element input[type="text"],
#_form_6364994A2EE9B_ ._form_element input[type="date"],
#_form_6364994A2EE9B_ ._form_element select,
#_form_6364994A2EE9B_ ._form_element textarea:not(.g-recaptcha-response) {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

#_form_6364994A2EE9B_ ._field-wrapper {
  position: relative;
}

#_form_6364994A2EE9B_ ._inline-style {
  float: left;
}

#_form_6364994A2EE9B_ ._inline-style input[type="text"] {
  width: 150px;
}

#_form_6364994A2EE9B_ ._inline-style:not(._clear)+._inline-style:not(._clear) {
  margin-left: 20px;
}

#_form_6364994A2EE9B_ ._form_element img._form-image {
  max-width: 100%;
}

#_form_6364994A2EE9B_ ._form_element ._form-fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

#_form_6364994A2EE9B_ ._clear-element {
  clear: left;
}

#_form_6364994A2EE9B_ ._full_width {
  width: 100%;
}

#_form_6364994A2EE9B_ ._form_full_field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#_form_6364994A2EE9B_ input[type="text"]._has_error,
#_form_6364994A2EE9B_ textarea._has_error {
  border: #f37c7b 1px solid;
}

#_form_6364994A2EE9B_ input[type="checkbox"]._has_error {
  outline: #f37c7b 1px solid;
}

#_form_6364994A2EE9B_ ._error {
  display: block;
  position: absolute;
  font-size: 14px;
  z-index: 10000001;
}

#_form_6364994A2EE9B_ ._error._above {
  padding-bottom: 4px;
  bottom: 39px;
  right: 0;
}

#_form_6364994A2EE9B_ ._error._below {
  padding-top: 4px;
  top: 100%;
  right: 0;
}

#_form_6364994A2EE9B_ ._error._above ._error-arrow {
  bottom: 0;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f37c7b;
}

#_form_6364994A2EE9B_ ._error._below ._error-arrow {
  top: 0;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f37c7b;
}

#_form_6364994A2EE9B_ ._error-inner {
  padding: 8px 12px;
  background-color: #f37c7b;
  font-size: 14px;
  font-family: arial, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#_form_6364994A2EE9B_ ._error-inner._form_error {
  margin-bottom: 5px;
  text-align: left;
}

#_form_6364994A2EE9B_ ._button-wrapper ._error-inner._form_error {
  position: static;
}

#_form_6364994A2EE9B_ ._error-inner._no_arrow {
  margin-bottom: 10px;
}

#_form_6364994A2EE9B_ ._error-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

#_form_6364994A2EE9B_ ._error-html {
  margin-bottom: 10px;
}

.pika-single {
  z-index: 10000001 !important;
}

#_form_6364994A2EE9B_ input[type="text"].datetime_date {
  width: 69%;
  display: inline;
}

#_form_6364994A2EE9B_ select.datetime_time {
  width: 29%;
  display: inline;
  height: 32px;
}

#_form_6364994A2EE9B_ input[type="date"].datetime_date {
  width: 69%;
  display: inline-flex;
}

#_form_6364994A2EE9B_ input[type="time"].datetime_time {
  width: 29%;
  display: inline-flex;
}

@media all and (min-width:320px) and (max-width:667px) {
  ::-webkit-scrollbar {
    display: none;
  }

  #_form_6364994A2EE9B_ {
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  #_form_6364994A2EE9B_ * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
  }

  #_form_6364994A2EE9B_ ._form-content {
    margin: 0;
    width: 100%;
  }

  #_form_6364994A2EE9B_ ._form-inner {
    display: block;
    min-width: 100%;
  }

  #_form_6364994A2EE9B_ ._form-title,
  #_form_6364994A2EE9B_ ._inline-style {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  #_form_6364994A2EE9B_ ._form-title {
    font-size: 1.2em;
  }

  #_form_6364994A2EE9B_ ._form_element {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }

  #_form_6364994A2EE9B_ ._form-element,
  #_form_6364994A2EE9B_ ._inline-style,
  #_form_6364994A2EE9B_ input[type="text"],
  #_form_6364994A2EE9B_ label,
  #_form_6364994A2EE9B_ p,
  #_form_6364994A2EE9B_ textarea:not(.g-recaptcha-response) {
    float: none;
    display: block;
    width: 100%;
  }

  #_form_6364994A2EE9B_ ._row._checkbox-radio label {
    display: inline;
  }

  #_form_6364994A2EE9B_ ._row,
  #_form_6364994A2EE9B_ p,
  #_form_6364994A2EE9B_ label {
    margin-bottom: 0.7em;
    width: 100%;
  }

  #_form_6364994A2EE9B_ ._row input[type="checkbox"],
  #_form_6364994A2EE9B_ ._row input[type="radio"] {
    margin: 0 !important;
    vertical-align: middle !important;
  }

  #_form_6364994A2EE9B_ ._row input[type="checkbox"]+span label {
    display: inline;
  }

  #_form_6364994A2EE9B_ ._row span label {
    margin: 0 !important;
    width: initial !important;
    vertical-align: middle !important;
  }

  #_form_6364994A2EE9B_ ._form-image {
    max-width: 100%;
    height: auto !important;
  }

  #_form_6364994A2EE9B_ input[type="text"] {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3em;
    -webkit-appearance: none;
  }

  #_form_6364994A2EE9B_ input[type="radio"],
  #_form_6364994A2EE9B_ input[type="checkbox"] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline;
  }

  #_form_6364994A2EE9B_ button[type="submit"] {
    padding: 20px;
    font-size: 1.5em;
  }

  #_form_6364994A2EE9B_ ._inline-style {
    margin: 20px 0 0 !important;
  }
}

#_form_6364994A2EE9B_ {
  position: relative;
  text-align: left;
  margin: 25px auto 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #353232 !important;
  border: 3px solid #a50909 !important;
  max-width: 600px;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  border-radius: 15px !important;
  color: #f6f5f5 !important;
}

#_form_6364994A2EE9B_._inline-form,
#_form_6364994A2EE9B_._inline-form ._form-content,
#_form_6364994A2EE9B_._inline-form input,
#_form_6364994A2EE9B_._inline-form ._submit {
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
}

#_form_6364994A2EE9B_ ._form-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

#_form_6364994A2EE9B_:before,
#_form_6364994A2EE9B_:after {
  content: " ";
  display: table;
}

#_form_6364994A2EE9B_:after {
  clear: both;
}

#_form_6364994A2EE9B_._inline-style {
  width: auto;
  display: inline-block;
}

#_form_6364994A2EE9B_._inline-style input[type="text"],
#_form_6364994A2EE9B_._inline-style input[type="date"] {
  padding: 10px 12px;
}

#_form_6364994A2EE9B_._inline-style button._inline-style {
  position: relative;
  top: 27px;
}

#_form_6364994A2EE9B_._inline-style p {
  margin: 0;
}

#_form_6364994A2EE9B_._inline-style ._button-wrapper {
  position: relative;
  margin: 27px 12.5px 0 20px;
}

#_form_6364994A2EE9B_ ._form-thank-you {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}

@media all and (min-width:320px) and (max-width:667px) {
  #_form_6364994A2EE9B_._inline-form._inline-style ._inline-style._button-wrapper {
    margin-top: 20px !important;
    margin-left: 0 !important;
  }
}

#_form_6364994A2EE9B_ .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

#_form_6364994A2EE9B_ .iti input {
  width: 100%;
  height: 32px;
  border: #979797 1px solid;
  border-radius: 4px;
}

#_form_6364994A2EE9B_ .iti--separate-dial-code .iti__selected-flag {
  background-color: #fff;
  border-radius: 4px;
}

#_form_6364994A2EE9B_ .iti--separate-dial-code .iti__selected-flag:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#_form_6364994A2EE9B_ .iti__country-list {
  border-radius: 4px;
  margin-top: 4px;
  min-width: 460px;
}

#_form_6364994A2EE9B_ .iti__country-list--dropup {
  margin-bottom: 4px;
}

#_form_6364994A2EE9B_ .phone-error-hidden {
  display: none;
}

#_form_6364994A2EE9B_ .phone-error {
  color: #e40e49;
}

#_form_6364994A2EE9B_ .phone-input-error {
  border: 1px solid #e40e49 !important;
}

#_form_6364994A2EE9B_ input,
#_form_6364994A2EE9B_ ._html-code p {
  /*width: 85% !important;*/
  border-radius: 0 !important;
}

#_form_6364994A2EE9B_ ._submit {
  background: #ae1e1e !important;
  font-weight: bold !important;
}

#_form_6364994A2EE9B_ * {
  font-family: 'Roboto';
}

/********* Blog *********/

.blog-list {
  position: relative;
  padding-bottom: 5px;
  /*background-size: cover;
  background-position: 50%;*/
  background-image: url(../images/dark_wall.png);
}

.blog-list:before {
  transform: skewY(-3deg);
  position: absolute;
  width: 100%;
  left: 0;
  content: '';
  min-height: 170px;
  margin-top: -175px;
  z-index: 0;
  background: url(../images/dark_wall.png);
}

.blog-list h1 {
  color: #fff;
}

.blog-archive {
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(15%,1fr));
  grid-gap: 0.5em;
}

.blog-archive .blog-article {
  padding: 1em;
  margin-bottom: 1em;
  background: #353232;
  border: 3px solid #a50909;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%), 0 20px 20px rgb(0 0 0 / 5%);
  max-height: 35em;
  min-height: 35em;
  position: relative;
}

.blog-archive .blog-article .blog-article-title-container {
  min-height: 6em;
  max-height: 6em;
}

.blog-archive .blog-article .blog-article-title-container h3 {
  color: #fff;
}

.blog-archive .blog-article .blog-article-image-container {
  min-height: 10em;
  max-height: 10em;
  display: inline-flex;
}

.blog-archive .blog-article .blog-article-image-container img {
  width: auto;
  height: 100%;
  position: relative;
  min-height: 10em;
  max-height: 10em;
  display: block;
  border-radius: 15px;
  max-width: 100%;
}

.blog-archive .blog-article .blog-article-text-container {
  margin-top: 1em;
  width: auto;
  display: block;
  min-height: 10em;
  max-height: 10em;
  padding: 15px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.29);
  border-radius: 10px;
  background-color: #292929;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1em;
}

p.blog-article-text  {
  color: #ffffff;
}

.blog-details {
  padding-top: 8px;
  padding-bottom: 16px;
  background-color: #000;
}

.heaward-container {
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3.4em;
}

.blog-grid {
  position: relative;
  margin-left: 3em;
  margin-right: 3em;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(45%,1fr));
  grid-gap: 0.5em;
}

.blog-grid .blog-column {
  padding: 2em;
}

.blog-grid img {
  border-radius: 16px;
  background: #000;
  box-shadow: 31px 27px 31px #630707, -20px -20px 22px #b80a0a;
  width: 100%;
  height: auto;
  position: relative;
}

.blog-grid .blog-column {
  padding: 2em;
  color: #ffffff;
}

.blog-grid .blog-feature-text {
  font-size: 1.4em;
  color: #f5f5f5!important;
  text-align: center;
}

.heaward-container .heaward-service-inverted {
  text-align: center;
  border: 1px solid rgba(0,0,0,.29);
  padding: 15px;
  background-color: #292929;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 18%;
}

.blog-grid .blog-image {
  height: 8em!important;
  width: auto!important;
  box-shadow: unset!important;
  vertical-align: middle;
  position: relative;
  margin: 1em;
}

.blog-grid li {
  color: #ffffff;
  margin-left: 2em;
}

.blog-feature-text ol {
  margin: 0;
  padding: 0;
}

.blog-feature-text ol li {
  color: #fff;
}

.below-lap-text-center p {
  color: #ffffff;
}

.below-lap-text-center ul {
  margin: 0;
  padding: 0;
}

.blog-grid {
  position: relative;
  margin-left: 3em;
  margin-right: 3em;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(45%,1fr));
  grid-gap: 0.5em;
}

.sponsor-infographic {
  border-radius: 16px;
  background: #000;
  box-shadow: 31px 27px 31px #630707, -20px -20px 22px #b80a0a;
  width: 40%;
  height: auto;
}

.blog-grid p {
  color: #ffffff;
}

.bg-dark {
  background-color: #000 !important;
}

/********* Consultancy Service *********/

.training-video-container iframe {
  background: #970052;
  box-shadow: 43px 36px 35px #9a0f5c, -35px -30px 23px #d62f84;
}

.about-pull-left {
  position: relative;
  flex-direction: column;
  display: flex;
}

.event-img {
  float: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  
}

.event-img img {
  width: 40vw;
  border-radius: 20px;
  margin: 10px;
  margin-bottom: 3vw;
}

.about-pull-right {
  position: relative;
  right: 0;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 30em;
  display: block;
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-left: 12em;
  margin-right: 12em;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero {
    background-color: #000;
    width: 100%;
    top: 0;
    z-index: -2;
}

.container {
  padding: 0 20px;
}

.modal-container {
  position: relative;
}

.modal-container .modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.9);
}

.modal-container .modal .modal-content {
  margin: auto;
  background-color: rgb(255 255 255 / 0%);
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
  -webkit-animation: animatezoom .6s;
  animation: animatezoom .6s;
  box-shadow: 0 5px 15px transparent!important;
  border: 1px solid transparent!important;
}

.modal-container .modal .modal-close-button {
  position: absolute;
  right: 0;
  font-size: 30px!important;
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.modal-container .modal .modal-content img {
  height: 74vh;
  width: 40vh;
}

.hero {
  padding: 90px 0 0 0;
}

.hotlink-button-container {
  position: relative;
  text-align: center;
  margin: 1em;
}

.modal-container {
    padding: 0.01em 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(18%,1fr));
    grid-gap: 0.5em;
}


#_form_6373973761B3B_ {
  display: none;
}

.readmore__content {
  display: block;
  margin-bottom: 30px;
}

.course-content-more {
    padding: 20px 0;
    position: relative;
}

.more {
  overflow: hidden;
}

.article a {
  display: block;
}

.article .heaward-button {
  margin-top: 40px;
  line-height: 53px;
}

.article .heaward-button:hover {
  color: #fff;
}

/*font-family: 'DM Sans';
font-weight: 500;
font-weight: bold;*/

/*font-family: 'Poppins-Black';
font-family: 'Poppins-Bold';
font-family: 'Poppins-Medium';
font-family: 'Poppins-Regular';
font-family: 'Poppins SemiBold';
font-family: 'Poppins-ExtraBold';*/