html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Rubik", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  background-color: #fff; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #dc143c; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #fff;
  background-color: #dc143c;
  border: 2px solid #dc143c;
  padding: 13px 30px;
  font-size: 17px;
  border-radius: 96px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (max-width: 991px) {
    .btn {
      font-size: 16px;
      letter-spacing: 1px; } }

.btn:hover {
  color: #fff;
  background-color: #dc143c;
  border-color: #dc143c;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:focus {
  color: #fff !important;
  background-color: #dc143c;
  border-color: #dc143c; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #dc143c;
  border-color: #dc143c; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #dc143c;
  border-color: #dc143c; }

.title-h {
  font-size: 66px;
  line-height: 66px;
  margin: 0 0 25px 0;
  color: #333;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #1b2f4b; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 46px;
      line-height: 46px; } }

.title-p {
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 20px;
  font-weight: 300;
  color: #444; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px;
      line-height: 28px; } }

.inner-h {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 25px 0;
  color: #333;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #1b2f4b; }
  @media (max-width: 991px) {
    .inner-h {
      font-size: 33px;
      line-height: 33px; } }

.sep {
  content: "";
  height: 4px;
  width: 160px;
  background: #dc143c;
  margin-bottom: 20px; }

.sep-middle {
  content: "";
  height: 4px;
  width: 160px;
  background: #dc143c;
  margin: 0 auto;
  margin-bottom: 20px; }

.little-h {
  color: #dc143c;
  font-size: 32px;
  letter-spacing: 2px;
  font-family: "Alegreya Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0px; }
  @media (max-width: 991px) {
    .little-h {
      font-size: 26px;
      letter-spacing: 1px; } }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

/******navbar start*******/
.top-bar {
  background-color: #222;
  position: relative; }

.top-bar marquee {
  padding-top: 6px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1px; }

.top-bar:hover marquee {
  color: #F43D64; }

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border-bottom: none; } }
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #333; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: 1px solid #eee; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      background: #fff !important;
      border-bottom: solid 1px none; } }

.navbar {
  min-height: 90px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 66px; } }

.navbar-brand {
  padding: 1px 10px 2px 5px; }
  @media (max-width: 1255px) {
    .navbar-brand {
      padding: 3px 0px 2px 0px; } }

.navbar-brand img {
  width: auto;
  height: 82px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 54px; } }

.caret {
  margin-left: 4px; }

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; }

  nav.navbar.bootsnav .btn {
    margin-left: 0px !important; } }
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-nav > .mobile-inline {
    display: inline-block !important;
    margin-right: 20px;
    color: #dc143c !important; } }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 4px solid #dc143c;
    margin-top: 0px;
    width: 220px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 12px 20px 8px;
    font-weight: 400;
    font-size: 21px;
    color: #dc143c;
    font-family: "Alegreya Sans", sans-serif;
    margin: 14px 0 12px 0; } }
  @media (min-width: 991px) and (max-width: 1010px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 26px 7px 10px 7px;
      font-weight: 600;
      font-size: 16px;
      text-decoration: none; } }

@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 10px 20px 10px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0px; } }
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #dc143c; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 6px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-weight: 400;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 1px;
    font-size: 17px; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #dc143c; } }
nav.navbar.bootsnav .btn {
  margin-top: 18px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 22px;
  margin-right: 15px;
  font-weight: 500;
  font-family: "Alegreya Sans", sans-serif;
  animation: pulse 2s infinite; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav .btn {
      display: none; } }

.btn-pulse {
  animation: pulse 2s infinite; }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-box-shadow: 0 0 0 0 rgba(182, 47, 67, 0.6);
    box-shadow: 0 0 0 0 rgba(182, 47, 67, 0.6); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -moz-box-shadow: 0 0 0 14px rgba(224, 132, 76, 0);
    box-shadow: 0 0 0 14px rgba(224, 132, 76, 0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-box-shadow: 0 0 0 0 rgba(224, 132, 76, 0);
    box-shadow: 0 0 0 0 rgba(224, 132, 76, 0); } }
nav.navbar-fixed.bootsnav .btn {
  color: #dc143c !important;
  background-color: transparent !important;
  border: 2px solid #dc143c; }

nav.no-background.bootsnav .btn {
  color: #fff !important;
  background-color: #dc143c !important;
  border: 2px solid #dc143c; }

nav.bootsnav .btn:hover {
  color: #fff !important;
  background-color: #dc143c !important;
  border-color: #dc143c; }

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 65px;
  margin-top: 0px; }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 52px;
    width: auto;
    margin-top: 0; } }
@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 30px; }

  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px; } }
nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none  !important; }

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 120px;
  margin-top: 8px; }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0; } }
/******navbar end**********/
.hero-arrow {
  height: 100vh;
  position: absolute;
  z-index: 10;
  left: calc(50% - 30px);
  top: 90vh; }
  @media (max-width: 768px) {
    .hero-arrow {
      display: none; } }

.arrow {
  width: 60px;
  height: 82px;
  position: sticky;
  /* don't forget set container to relative */
  left: calc(50% - 30px);
  margin-left: 0px;
  bottom: 10vh;
  z-index: 999; }

/* set arrow styles */
.arrow path {
  stroke: #fff;
  stroke-width: 4px;
  fill: transparent;
  animation: down 2s infinite; }

/* arrow keyframe animation */
@keyframes down {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/* arrow animation delay */
.arrow path.a1 {
  animation-delay: -1s; }

.arrow path.a2 {
  animation-delay: -.5s; }

.arrow path.a3 {
  animation-delay: 0s; }

/**************************/
.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item {
  height: 100vh; }

.slider {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  .slider .slide-back {
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%; }
  .slider h1 {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
  .slider .btn {
    margin: 5px 5px 20px 5px; }
    @media (max-width: 768px) {
      .slider .btn {
        margin: 5px 2px 50px 2px;
        min-width: 130px;
        font-size: 15px;
        padding: 10px 25px; } }

.slider #owlCarousel {
  width: 100%;
  overflow: hidden;
  position: relative; }

.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

.slider .owl-item-bg {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.slide-content {
  padding-top: 25vh; }
  @media (max-width: 1040px) {
    .slide-content {
      padding: 23vh 20px 0 20px; } }

.slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px; }
  @media (max-width: 768px) {
    .slider .owl-nav {
      left: 5px;
      right: 5px; } }
.slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1; }
  @media (max-width: 768px) {
    .slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
      width: 14px; } }
.slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: .7; }
.slider .owl-prev {
  float: left; }
.slider .owl-next {
  float: right; }

.slider-logo {
  height: auto;
  width: 400px  !important;
  margin: 15px auto; }
  @media (max-width: 768px) {
    .slider-logo {
      width: 150px  !important; } }

/*****************************************/
.line {
  padding: 0; }
  @media (max-width: 768px) {
    .line {
      padding: 0 0 50px 0px; } }
  .line .div-size {
    height: 150px; }
    @media (max-width: 768px) {
      .line .div-size {
        height: 50px; } }
  .line .about-img {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 450px;
    box-shadow: 0 10px 40px 0 rgba(50, 50, 50, 0.3);
    border: 3px solid #fff;
    margin: auto;
    z-index: 11; }
    @media (max-width: 768px) {
      .line .about-img {
        height: 250px; } }
  .line .about-img img {
    border-radius: 20px;
    transform: scale(1);
    overflow: hidden;
    transition: all .3s;
    height: 100%;
    object-fit: cover; }
  .line .about-cercle {
    padding: 150px 0;
    position: relative; }
    @media (max-width: 768px) {
      .line .about-cercle {
        padding: 50px 0; } }
  .line .about-cercle:before {
    position: absolute;
    left: 0%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc719+1,dc143c+62 */
    background: #ffc719;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffc719 1%, crimson 62%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffc719 1%, crimson 62%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffc719 1%, crimson 62%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc719', endColorstr='#dc143c',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }

.line img {
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all; }

/*************************************************/
.form {
  padding: 0; }
  @media (max-width: 768px) {
    .form {
      padding: 50px 0 0px 0px; } }
  .form .div-size {
    height: 150px; }
    @media (max-width: 768px) {
      .form .div-size {
        height: 0px; } }
  .form .about-cercle {
    padding: 150px 0;
    position: relative; }
    @media (max-width: 768px) {
      .form .about-cercle {
        padding: 50px 0; } }
  .form .about-cercle:before {
    position: absolute;
    right: 0%;
    transform: translateX(50%);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc719+0,dc143c+100 */
    background: #ffc719;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffc719 0%, crimson 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffc719 0%, crimson 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffc719 0%, crimson 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc719', endColorstr='#dc143c',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .form form {
    padding: 20px 50px 30px 50px;
    background-color: #132639;
    border-radius: 20px; }
    @media (max-width: 768px) {
      .form form {
        padding: 10px 20px 30px 20px; } }
    .form form h3, .form form p {
      color: #fff; }
    .form form input {
      background-color: rgba(255, 255, 255, 0.7);
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 5px; }
    .form form ::-webkit-input-placeholder {
      /* Edge */
      font-size: 16px;
      color: #111;
      font-weight: 400;
      letter-spacing: 0; }
    .form form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      font-size: 16px;
      color: #111;
      font-weight: 400;
      letter-spacing: 0; }
    .form form ::placeholder {
      font-size: 16px;
      color: #111;
      font-weight: 400;
      letter-spacing: 0; }

.form input, textarea {
  width: 100%;
  padding: 9px 15px;
  border: 1px solid rgba(233, 202, 156, 0.4);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0; }

/***********************************/
.banner-style1__shape-1 {
  position: absolute;
  bottom: 10px;
  right: 20px; }

@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(-20px); } }
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(-20px); } }
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

/************************************/
.programs {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#170021+0,5e216b+99 */
  background: #170021;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #170021 25%, #551e62 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #170021 25%, #551e62 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #170021 25%, #551e62 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#170021', endColorstr='#5e216b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  overflow: hidden; }
  .programs .title-h, .programs .title-p, .programs h4 {
    color: #fff; }
  .programs .programs-h4 {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize; }
  .programs .programs-img {
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: 300px;
    box-shadow: 0px -7px 20px 10px rgba(0, 0, 0, 0.3); }
    @media (max-width: 992px) {
      .programs .programs-img {
        margin-top: 20px;
        height: 250px; } }

/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 250px 0; }
  @media (max-width: 992px) {
    .cta {
      padding: 110px 0; } }
  .cta .back {
    background-color: rgba(0, 0, 0, 0.3); }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
.donate-box {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  content: "";
  border-radius: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc719+1,dc143c+62 */
  background: #ffc719;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffc719 1%, crimson 62%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffc719 1%, crimson 62%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ffc719 1%, crimson 62%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc719', endColorstr='#dc143c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 20px 30px 30px 30px; }
  @media (max-width: 768px) {
    .donate-box {
      padding: 20px 15px; } }
  .donate-box p {
    color: #fff; }
  .donate-box .donate-h {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px; }
  .donate-box .btn {
    background-color: transparent;
    border: 2px solid #fff;
    margin-top: 10px;
    color: #fff;
    font-size: 22px;
    padding: 10px 35px;
    width: 250px; }
  .donate-box .btn:hover {
    background-color: #fff;
    color: #dc143c; }
  .donate-box ::-webkit-input-placeholder {
    /* Edge */
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0; }
  .donate-box :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0; }
  .donate-box ::placeholder {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0; }

/******** cta end ********/
/*****tc- footer start******/
.tc-footer {
  padding-top: 80px;
  position: relative; }
  @media (max-width: 991px) {
    .tc-footer {
      text-align: center; } }
  .tc-footer .back {
    background-color: rgba(23, 38, 55, 0.8); }
  .tc-footer .footer-box {
    padding-left: 30px; }
    @media (max-width: 991px) {
      .tc-footer .footer-box {
        padding-left: 0; } }
  .tc-footer .footer-title {
    color: #dc143c;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .tc-footer .footer-title {
        margin: 30px 0 10px 0; } }
  .tc-footer a {
    color: #eee;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px; }
    @media (max-width: 991px) {
      .tc-footer a {
        line-height: 20px;
        font-size: 16px; } }
  .tc-footer a:hover {
    color: #dc143c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .tc-footer ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 40px; }
  .tc-footer p {
    color: #ccc;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 0px; }
    @media (max-width: 991px) {
      .tc-footer p {
        line-height: 20px;
        font-size: 14px; } }
  .tc-footer img {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .tc-footer img {
        margin-bottom: 30px;
        width: 70%; } }

.footer-copyright {
  margin-top: 10px;
  padding: 0;
  color: #e6e6e6;
  font-size: 13px; }
  @media (max-width: 991px) {
    .footer-copyright {
      padding: 0px 15px 20px 15px;
      margin-top: 30px; } }
  .footer-copyright .svg-inline--fa {
    display: inline-block;
    border: 2px solid #dc143c;
    color: #fff;
    background-color: #dc143c;
    width: 34px;
    height: 34px;
    padding: 8px;
    margin: 0 5px;
    border-radius: 50%; }
  .footer-copyright .svg-inline--fa:hover {
    background-color: transparent;
    color: #dc143c; }
  .footer-copyright hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #555; }
  .footer-copyright a {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px; }
    @media (max-width: 991px) {
      .footer-copyright a {
        line-height: 20px;
        font-size: 14px; } }

/*****tc-footer end******/
.tc-header {
  min-height: 45vh;
  position: relative;
  overflow: hidden; }

.tc-header .back {
  background: rgba(13, 13, 13, 0.5); }

.contact-top a {
  display: block; }

input, textarea {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid rgba(230, 204, 255, 0.5);
  margin-bottom: 15px;
  outline: none;
  border-radius: 5px;
  background-color: rgba(255, 230, 230, 0.2); }

.videos-page iframe {
  width: 100%;
  height: 300px;
  background-color: #f7f7f7;
  margin-top: 5px; }
  @media (max-width: 500px) {
    .videos-page iframe {
      height: 200px; } }
.videos-page .video-title {
  margin-top: 5px; }
.videos-page .video-p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 19px;
  min-height: 60px; }
  @media (max-width: 768px) {
    .videos-page .video-p {
      min-height: auto;
      -webkit-line-clamp: 15; } }

.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block; }
  @media screen and (max-width: 999px) {
    .example-image {
      height: 250px;
      margin: 5px 5px;
      width: calc(50% - 15px); } }
  @media screen and (max-width: 500px) {
    .example-image {
      height: 200px;
      margin: 5px 0px;
      width: calc(100% - 0px); } }

.gallery-page:nth-child(even) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4e5c9+0,dba0aa+100 */
  background: #e4e5c9;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 238, 188, 0.4) 0%, rgba(219, 160, 170, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 238, 188, 0.4) 0%, rgba(219, 160, 170, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 238, 188, 0.4) 0%, rgba(219, 160, 170, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e5c9', endColorstr='#dba0aa',GradientType=0 );
  /* IE6-9 */ }

.gallery-page:nth-child(odd) {
  background: #fff; }

.programs-page-box {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-top: 15px;
  box-shadow: -1px 10px 25px rgba(0, 0, 0, 0.2); }
  .programs-page-box .programs-page-img {
    height: 300px; }
    @media screen and (max-width: 500px) {
      .programs-page-box .programs-page-img {
        height: 200px; } }
  .programs-page-box .programs-page-text {
    padding: 20px 20px 30px 20px; }
    @media screen and (max-width: 500px) {
      .programs-page-box .programs-page-text {
        padding: 20px 10px 25px 10px; } }
  .programs-page-box .btn {
    margin-top: 10px; }

.box-footer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc719+0,dc143c+100 */
  background: #ffc719;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffc719 0%, crimson 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffc719 0%, crimson 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ffc719 0%, crimson 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc719', endColorstr='#dc143c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  height: 10px; }

.programs-page-box:hover .box-footer {
  background: #dc143c; }

.programs-page-box:hover {
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.3); }

.div-padd {
  padding-left: 20px; }
  @media screen and (max-width: 991px) {
    .div-padd {
      padding-left: 0; } }

.programs-detail-video iframe {
  height: 500px;
  background-color: #f7f7f7;
  width: 100%; }
  @media screen and (max-width: 500px) {
    .programs-detail-video iframe {
      height: 200px; } }

.donate-section .donate-box {
  background: #551e62;
  padding: 50px; }
  @media screen and (max-width: 500px) {
    .donate-section .donate-box {
      padding: 20px; } }
  .donate-section .donate-box h3 {
    color: #fff; }

.gallery-color {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4e5c9+0,dba0aa+100 */
  background: #e4e5c9;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 238, 188, 0.4) 0%, rgba(219, 160, 170, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 238, 188, 0.4) 0%, rgba(219, 160, 170, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 238, 188, 0.4) 0%, rgba(219, 160, 170, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e5c9', endColorstr='#dba0aa',GradientType=0 );
  /* IE6-9 */ }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #eee; }

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #fff; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.container .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

.container-radio {
  display: inline-block;
  position: relative;
  padding-left: 39px;
  margin-bottom: 15px;
  margin-right: 40px;
  margin-top: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400; }
  @media (max-width: 768px) {
    .container-radio {
      margin-right: 10px;
      margin-bottom: 0px; } }

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #eee;
  border-radius: 50%; }

.container-radio .checkmark:after {
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dc143c; }

.donate-page .donate-box input {
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 18px;
  width: auto;
  padding: 8px 15px;
  border-radius: 4px;
  margin: 5px; }

.donate-page .donate-box button {
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 15px;
  font-size: 17px;
  font-weight: 400;
  background-color: transparent;
  margin: 5px;
  border-radius: 4px; }

.donate-page .donate-box button:hover {
  font-weight: 600; }

.donate-new .donate-box {
  margin-top: 80px;
  box-shadow: none;
  padding: 50px; }
  @media (max-width: 768px) {
    .donate-new .donate-box {
      margin-top: 20px;
      padding: 20px; } }
  .donate-new .donate-box h3 {
    margin-bottom: 0; }

.donate-main-page .programs-page-box {
  margin: 15px 0; }
  .donate-main-page .programs-page-box .link {
    z-index: 1; }
  .donate-main-page .programs-page-box .btn {
    font-size: 13px;
    padding: 10px 20px;
    margin: 5px; }
  .donate-main-page .programs-page-box .inner-h {
    font-size: 35px; }

.pagination > li > a, .pagination > li > span {
  color: #dc143c; }

.blog-detail-page-img {
  height: 500px; }
  @media (max-width: 500px) {
    .blog-detail-page-img {
      height: 220px; } }

.blog-detail-page .donate-box {
  box-shadow: none; }
  .blog-detail-page .donate-box h3 {
    color: #fff; }
  .blog-detail-page .donate-box .btn {
    font-size: 13px;
    padding: 10px 15px;
    width: 170px; }

.sidebar ul {
  padding-left: 20px;
  margin-bottom: 30px; }
.sidebar a {
  color: #333; }
.sidebar a:hover {
  color: #dc143c; }
.sidebar li {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.bio {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4e5c9+0,dba0aa+100 */
  background: #e4e5c9;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 238, 188, 0.4) 0%, rgba(219, 160, 170, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 238, 188, 0.4) 0%, rgba(219, 160, 170, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 238, 188, 0.4) 0%, rgba(219, 160, 170, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e5c9', endColorstr='#dba0aa',GradientType=0 );
  /* IE6-9 */ }

/********** TEAM PAGE START ********/
.team-box {
  background-color: #f7f7f7;
  overflow: hidden;
  display: inline-block;
  margin: 12px 12px;
  width: calc(33% - 30px); }
  @media (max-width: 1100px) {
    .team-box {
      width: calc(49% - 15px); } }
  @media (max-width: 550px) {
    .team-box {
      width: calc(99% - 15px); } }

.team-img {
  height: 400px;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.team-box:hover .team-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

.team-info {
  padding: 15px 5px 25px 5px; }

.team-job-desc {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #1b2f4b;
  font-size: 34px;
  margin-top: 0; }

.team-name {
  color: #dc143c;
  font-weight: 300;
  font-size: 15px;
  opacity: 0.7; }

.team-info .btn {
  padding: 8px 20px;
  font-size: 16px;
  margin-top: 10px; }

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300; }

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%; }

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%; } }
.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 9px;
  border: 1px solid #dc143c;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #dc143c; }

.staff-bio .svg-inline--fa:hover {
  background-color: #dc143c;
  color: #fff; }

/********* TEAM PAGE END *******/

/*# sourceMappingURL=style.css.map */
