@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Ruda:wght@400;600;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Bloc W01 Extra Condensed";
  src: url("../../fonts/BlocW01/Bloc_W01_Extra_Condensed.woff2") format("woff2"),
    /* Modern Browsers */
      url("../../fonts/BlocW01/Bloc_W01_Extra_Condensed.woff") format("woff"),
    /* Modern Browsers */
      url("../../fonts/BlocW01/Bloc_W01_Extra_Condensed.ttf") format("truetype"); /* Legacy Browsers */
}
body {
  font-family: "poppins", sans-serif;
}
:root {
  --darkCyan: #003b4a;
  --lightGreen: #66cc00;
  --pureWhite: #ffffff;
  --yellow: #f7db4a;
  --skyColor: #d0eff9;
  --darkSkyColor: #a6e4f8;
}
/* Global Classes */
/*.region__inner {
  margin: 0 auto;
   max-width: 100% !important;
}
.layout__inner {
  margin: 0 auto;
  max-width: 100% !important;
}*/
.heading_one_sky_shadow {
  color: var(--darkCyan);
  font-family: "Bloc W01 Extra Condensed";
  font-size: 66px;
  font-style: normal;

  font-weight: 400;

  line-height: 80px;
  text-shadow: 5px 5px var(--skyColor);
  margin: 0px;
  text-transform: none;
}
.heading_one_white_shadow {
  color: var(--darkCyan);
  font-family: "Bloc W01 Extra Condensed";
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  text-shadow: 5px 5px var(--pureWhite);
  margin: 0px;
  text-transform: none;
}
.text_center {
  text-align: center;
}
.pad_top {
  padding-top: 50px;
}
.pad_bott {
  padding-bottom: 50px;
}
.pad_bot_30 {
  padding-bottom: 30px;
}
.global_btn_one.btn_bg_yellow {
  background: var(--yellow);
  margin-top: 20px;
}
.global_btn_one {
  color: var(--darkCyan);
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
  padding: 9px 32px;
  text-transform: uppercase;
  border-radius: 99px;
  border: 4px solid var(--darkCyan);
  box-shadow: 4px 6px 0px 1px var(--darkCyan);
  transition: all 0.3s;
  cursor: pointer;
}
.global_btn_one:hover {
  box-shadow: none;
}
.d-flex {
  display: flex;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .col {
    flex-basis: auto;
  }
}
/* Homepage */
/* .path-home-index .layout-content-outer > .region-content > .region__inner {
  max-width: unset;
} */

/* Hero Section */
/* .hero_section.hero_section_not_loggedIn {
  background: var(--darkCyan);
  color: var(--pureWhite);
} */
.region-front-anonymous-hero {
  background-color: var(--pureWhite);
  color: var(--darkCyan);
  background-image: url(../../images/patterns/green-dots.svg);
  background-repeat: repeat;
  overflow: hidden;
}

.hero-section-anonymous-user .hero_second_container  img {
  max-width: 120%;
  margin-left: -40px;
}
.hero_first_container {
  padding: 100px 0;
  max-width: 475px;
}
.align-items-end {
  align-items: end;
}
.hero_first_container h1 {
  color: var(--darkCyan);
  font-size: 40px;
  font-weight: 700;
  font-family: "poppins", sans-serif;
  margin: 0px;
  text-transform: none;
  line-height: 48px;
}
.hero_first_container h4 {
  color: var(--darkCyan);
  font-size: 22px;
  padding: 15px 0px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.hero-section-anonymous-user
.hero_first_container p a {
    color: var(--darkCyan);
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
  padding: 9px 32px;
  text-transform: uppercase;
  border-radius: 99px;
  border: 4px solid var(--darkCyan);
  box-shadow: 4px 6px 0px 1px var(--darkCyan);
  transition: all 0.3s;
  cursor: pointer; 
  background: var(--yellow);
  margin-top: 20px;
  display: inline-block;
}
.hero-section-anonymous-user
.hero_first_container p a:hover {
    box-shadow: none;
}
.green_button {
  font-size: 22.21px;
  font-style: normal;
  font-weight: 800;
  cursor: pointer;
  line-height: normal;
  background-color: var(--lightGreen);
  padding: 0.69em 2em;
  margin-top: 29px;
  border: none;
  border-radius: 99px;
}
/* Get Started */
.region-front-get-start {
    padding: 50px 0px 77px;
    background-color: #a6e4f8;
    background-repeat: repeat-x;
    position: relative;
    background-image: url("../../images/bg_zigzag.png");
    background-repeat: repeat;
}
.region-front-get-start 
.get-started-anonymous-user  h1 {
    color: var(--darkCyan);
    font-family: "Bloc W01 Extra Condensed";
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    text-shadow: 5px 5px var(--pureWhite);
    margin: 0px;
    text-transform: none;
    text-align: center;
    padding-bottom: 50px;
}
.roles_same_css a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  line-height: 0px;
}
.region-front-get-start::before {
  content: "";
  background-image: url("../../images/sky_narrow_top.svg");
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: -22px;
  height: 23px;
  width: 100%;
}
.region-front-get-start::after {
  content: "";
  background-image: url("../../images/bg_zigzag.png");
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: -12px;
  height: 13px;
  width: 100%;
}
.roles_inside_card a {
  text-decoration: none;
}
.roles_cards {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.roles_same_css .first_time_users,
.roles_same_css .returning_youth,
.roles_same_css .staff_and_volunteers {
  width: 100%;
  max-width: 299px;
  border-top-left-radius: 12px;
}
.roles_inside_card {
  position: relative;
}
.roles_inside_card h4 {
  position: relative;
}
.roles_inside_card h4::after {
  background-image: url("../../images/right_arrow.svg");
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;

  background-size: cover;
  margin-left: 5px;
}
.roles_same_css {
  border-radius: 12px;
  background: var(--pureWhite);
  position: relative;
  border: 4px solid var(--darkCyan);
  box-shadow: 4px 6px 0px 1px var(--darkCyan);
  transition: all 0.3s;
  overflow: hidden;
}
.roles_same_css:hover {
  box-shadow: none;
}
.roles_inside_card {
  padding: 10px 15px 20px 25px;
}
.roles_same_css h2 {
  color: var(--darkCyan);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.roles_same_css h4 {
  color: var(--lightGreen);
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}
.roles_same_css img {
  width: 299px;
  height: 259px;
  border-bottom: 3px solid var(--darkCyan);
}
.roles_inside_card object {
  padding-left: 16px;
}
/* Real Skill */
.region-front-real-skill {
    padding: 68px 0px 90px;
    position: relative;
    background: #ffffff;
    background-image: url("../../images/green_dots.svg");
    background-repeat: repeat;
}
.region-front-real-skill 
.real-skill-real-fun-section  h1{
    color: var(--darkCyan);
    font-family: "Bloc W01 Extra Condensed";
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    text-shadow: 5px 5px var(--skyColor);
    margin: 0px;
    text-transform: none;
    padding-bottom: 30px;
}
:lang(fr) .region-front-real-skill
.real-skill-real-fun-section  h1 {
  font-size: 60px;
  line-height: 70px;
}
:lang(fr) .region-front-real-skill .real_skill .col {
  padding-right: 30px;
}
.real_skill .real-fun-link a {
display: inline-block;
}
.region-front-real-skill::before {
  content: url("../../images/bottom_lognArrow.svg");
  position: absolute;
  top: 12%;
  left: 48%;
}
:lang(fr) .region-front-real-skill::before {
  display: none;
}
/* CSS specific for French language */
:lang(fr) .region-front-real-skill::before {
  top: 11%; 
}

.real_skills_container_two .video-content {
  padding: 99% 0 0 0;
  position: relative;
  margin-left: 56px;
}
.real_skill p {
  color: var(--darkCyan);
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 30px;
  padding-top: 15px;
}
.real_skills_container_two img {
  width: 100%;
  margin: 0 auto;
  margin-top: 128px;
}
.real_skills_points {
  display: flex;
  align-items: center;
  padding: 4px 0px;
}
.real_skills_points::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background-image: url("../../images/tickmark.svg");
  background-size: cover;
}
.mt-50 {
  margin-top: 50px;
}
.real_skills_points h5 {
  margin: 0;
}
.real_skills_points h5 {
  color: var(--darkCyan);
  font-size: 20px;
  font-weight: 600;
  padding-left: 12px;
}
.video_tag {
  width: 100%;
  max-width: 530px;
  margin-top: 100px;
}
.bottom_long_arrow {
  position: absolute;
  top: 19%;
  left: 53%;
}
/* BGC CLub */
.region-front-bgc-club {
  gap: 20px;
  background: var(--darkSkyColor);
  background-image: url("../../images/bg_zigzag.png");
  background-repeat: repeat;
  overflow: hidden;
}

.bgc-club-anonymous-section 
.bgc_club_first_container p {
  color: var(--darkCyan);
  font-size: 20px;
  font-style: 30px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
}
.bgc-club-anonymous-section 
.bgc_club_first_container {
  position: relative;
  padding: 69px 0px 97px;
  max-width: 550px;
}
.bgc-club-anonymous-section 
.bgc_club_first_container h1 {
  margin: 0px;
  padding-bottom: 20px;
  color: var(--darkCyan);
  font-family: "Bloc W01 Extra Condensed";
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  text-shadow: 5px 5px var(--pureWhite);
  margin: 0px;
  text-transform: none;
}
:lang(fr) .bgc-club-anonymous-section
.bgc_club_first_container h1 {
  font-size: 60px;
  line-height: 70px;
}

.bgc-club-anonymous-section 
.bottom_leftSide_arrow {
  position: absolute;
  left: 60%;
}
.bgc-club-anonymous-section 
.bgc_club_second_container img {
  max-width: 120%;
  margin-left: 24px;
}
.bgc-club-anonymous-section 
.find-club-link a {
 
  display: inline-block;
}
.find-club-link {
  position: relative;
  display: inline-block;
}
.find-club-link::after {
  content: url('../../images/left_arrow.svg');
  position: absolute;
  right: -123px;
  top: -5px;
}
/* .bgc-club-anonymous-section 
.bgc_club_first_container::before {
  content: url('../../images/left_arrow.svg');
  position: absolute;
  top: 75%;
  left: 42%;
  transform: translateY(-50%);
} */
.bgc-club-anonymous-section 
.bgc_club_second_container::after {
  content: "";
  display: block;
}
/* Slider */
.region-front-program-slider {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: var(--yellow);
  position: relative;
  margin-top: -21px;
  padding: 67px 0px 100px;
  z-index: 1;
  background-image: url("../../images/bg_zigzag.png");
  background-repeat: repeat;
}
.swiper-slide {
  display: flex  !important;
}


/* Responsivness */
@media only screen and (max-width: 768px) {
  .hero-section-anonymous-user {
    padding: 0px 10px;
  }
  .hero-section-anonymous-user .hero_first_container p a {
    margin-bottom: 40px;
  }
  .card-image img {
    max-width: 100%;
  }
  .bgc_club {
    padding: 0px 10px;
  }
  .heading_one_white_shadow,
  .heading_one_sky_shadow {
    font-size: 52px;
  }
  .bgc-club-anonymous-section
  .bgc_club_first_container {
    /* padding: 5px 0px 97px; */
  }

  .real_skills_container_two img {
    margin-top: 0px;
    padding-bottom: 30px;
  }
  :lang(fr) .real_skills_container_two img {
    padding-bottom: 0px;
  }
 
  .video_tag {
    padding: 20px 20px;
  }
  .bottom_long_arrow {
    display: none;
  }
  .hero_second_container {
    order: 1;
  }

  .bgc_club_second_container {
    order: 1;
  }
  .card {
    flex-direction: column;
  }
  .real_skill .real-fun-link {
    margin-bottom: 40px;
  }
  .hero_first_container {
    max-width: 80%;
  }
  body .hero_first_container {
    max-width: 500px;
  }
  .roles_same_css:nth-child(3) {
    margin-top: 20px;
  }
 
}
@media only screen and (max-width: 480px) {
  .bgc_club_first_container h1 {
    padding-bottom: 2px;
  }
  .region-front-get-start .get-started-anonymous-user h1,
  .region-front-real-skill .real-skill-real-fun-section h1 ,
  .bgc-club-anonymous-section .bgc_club_first_container h1{
    font-size: 36px;
  }
  .programes_slider_block h2.block__title {
    font-size: 36px !important;
    margin-bottom: 40px;
  }
 
  .real_skills_container_two .video-content {
    margin-left: 0px;
  }

  .hero_first_container h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .region-front-get-start,
  .region-front-real-skill,
  .get_started,
  .real_skill {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .region-front-real-skill::before{
    display: none;
  }
  .bgc_club_second_container {
    /* height: 300px; */
  }
  .hero-section-anonymous-user .hero_second_container {
    /* height: 270px; */
  }
  .bgc_club_first_container::before {
    display: none;
  }
  .real_skills_container_two {
    width: 100%;
    margin-top: 0px;
  }
  .find_a_club {
    margin-bottom: 30px;
  }
  .sponsor {
    margin-right: 0px;
  }
  .swiper-button-next::after {
    display: none;
  }
  .swiper-button-prev::after {
    display: none;
  }
  .swiper {
    max-width: 351px !important;
  }
}
@media screen and (min-width: 1400px) {
  :lang(fr) .real_skills_container_two img {
    max-width: 120%;
    width: unset;
  }
}
@media screen and (max-width: 1200px) {
  .hero-section-anonymous-user .hero_second_container img {
    max-width: 100% !important;
    margin-left: -10px;
  }
  .bgc_club_second_container img {
    max-width: 100% !important;
    margin-left: 0px;
  }
  .bgc_club_first_container::before {
    display: none;
  }
  .find-club-link::after {
    display: none;
  }
  :lang(fr) .region-front-real-skill .real_skill .col {
    padding-right: 0px;
  }
  
}
@media screen and (max-width: 1024px) {
  .hero-section-anonymous-user {
    padding: 0px 20px;
  }
  .bgc-club-anonymous-section  {
    padding: 0px 20px;
  }
  .region-front-real-skill
   {
    padding: 68px 20px 90px;
  }
  .video-wrap {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .region-front-real-skill::before
 {
    display: none;
  }
  .real_skills_container_two .video-content {
    padding: 65% 0 0 0;
    margin-left: 0px;
  }
  .card-content {
    padding: 0 12px;
  }
  .video-wrap {
    flex-wrap: nowrap;
    flex-direction: column;
  }
 
  .real_skills_container_two .video-content {
    padding: 65% 0 0 0;
  }
  .col {
    flex-basis: auto;
  }
  .hero_first_container {
    padding: 32px 0px;
    max-width: 700px;
    margin: auto;
    text-align: center;
  }
  .swiper {
    max-width: 700px;
  }
  .programes_slider_block h2.block__title {
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 920px) {
  .card-image img {
    max-width: 395px;
  }
  .card-content h4 {
    margin-bottom: 16px;
  }
  .card-content p {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 456px;
  }
  .cardOtherClass {
    margin: 12px 0px;
  }
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
/* Logged-in slider CSS starts here */

/* Global Classes Start */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Ruda:wght@400;600;700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "poppins", sans-serif;
}

@font-face {
  font-family: "Bloc W01 Extra Condensed";
  src: url("../../fonts/BlocW01/Bloc_W01_Extra_Condensed.woff2") format("woff2"),
    /* Modern Browsers */
      url("../../fonts/BlocW01/Bloc_W01_Extra_Condensed.woff") format("woff"),
    /* Modern Browsers */
      url("../../fonts/BlocW01/Bloc_W01_Extra_Condensed.ttf") format("truetype"); /* Legacy Browsers */
}

@font-face {
  font-family: "swiper";
  src: url("../../fonts/swiper/swiper-icons.woff2") format("woff2"),
    /* Modern Browsers */ url("../../fonts/swiper/swiper-icons.woff")
      format("woff"),
    /* Modern Browsers */ url("../../fonts/swiper/swiper-icons.ttf")
      format("truetype"); /* Legacy Browsers */
}

:root {
  --darkBlack: #161618;
  --bgColor: #f3f3f3;
  --footerColor: #323234;
  --FullBlack: #000000;
  --searchBorderColor: #94a3b8;
  --bgDarkPurple: #003b4a;
  --bgYellow: #f8db4a;
  --pureWhite: #ffffff;
  --fs_black: #003b4a;
  --light_sky: rgba(212, 238, 250, 0.38);
  --fs-12-silver: #5a808a;
  --bg-purple: #5422c8;
  --bg-lightGreen: #66cc00;
  --sideBar_pag: #009e84;
  --lightRed: #f9766c;
  --blueColor: #398bf7;
  --fontPopin: "poppins", sans-serif;
  --fontBlocW01: "Bloc W01 Extra Condensed", sans-serif;
  --darkCyan: #003b4a;
  --lightGreen: #66cc00;
  --pureWhite: #ffffff;
  --yellow: #f7db4a;
  --skyColor: #d0eff9;
  --darkSkyColor: #a6e4f8;
  --swiper-navigation-size: 44px;
  --swiper-arrow: "swiper";
}

body {
  background: lightgray;
  background-position: 0% 0%;
  background-repeat: repeat;
}
a {
  text-decoration: none;
}
.region-title{
  --curve-height:0 !important;
  background:#fff;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
 .region-content {
  padding: 0px;
 }


.programes_slider_block h2.block__title {
  color: var(--darkCyan);
  font-family: var(--fontBlocW01);
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-shadow: 5px 5px var(--pureWhite);
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: capitalize;
  margin-bottom: 40px;
}


.programes_slider_block .swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.programes_slider_block .swiper-button-next {
  right: 0;
}
.programes_slider_block .swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after {
  background-image: url("../../images/slider_left.png");
  padding: 20px 11px;
  font-size: 0 !important;
  background-repeat: no-repeat;
}
.swiper-button-next::after {
  background-image: url("../../images/slider_right.png");
  padding: 20px 11px;
  font-size: 0 !important;
  background-repeat: no-repeat;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
.slide-container {
  max-width: 950px;
  width: 100%;
  padding: 0px 0px 30px;
  
}
.slide-content {
  margin: 0 40px;
  overflow: hidden;
}
.image-content {
  position: relative;
}
.slide-container .card {
  background-color: #fff;
  display: flex;
  border: 2px solid var(--darkCyan);
  border-right: 9px solid var(--darkCyan);
  border-radius: 28px;
  justify-content: start;
  align-items: start;
  border-bottom: 9px solid var(--darkCyan);
}
.slide-container .card .card-image {
  width: 100%;
  height: 260px;
  object-fit: cover;

  min-width: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.slide-container .card .card-image img {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 25px;
  max-width: 100%;
  max-height: 100%;
}
.card-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0px 30px;
  position: relative;
}
.card-content .tags_text .item-list ol {
  display: flex;
  align-items: center;
}
.card-content .tags_text .item-list ol li {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 7px 14px;
  border-radius: 99px;
  position: relative;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 0px !important;
}
.card-content .cardOtherClass::before {
  /* content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/heart.svg);
  margin-right: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; */
}
.card-content h1 {
  font-family: var(--fontPopin);
  font-size: 35px;
  font-weight: 700;
  text-align: start;
  line-height: normal;
  margin-bottom: 0px;
  text-align: start;
  margin-top: 0px;
  text-transform: capitalize !important;
}
.card-content h4 a,
.card-content h4 {
  color: var(--darkCyan);
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  padding-right: 10px;
  text-transform: uppercase;
}
.card-content h4::after {
  background-image: url(../../images/right_arrow_black.svg);
}
.layout-header {
  box-shadow: 0 0px rgba(0, 59, 74, 0.07) !important;
}
.region-front-bottom {
  background: url(../../images/white.svg) !important;
  background-size: cover !important;
  padding: 90px 0px !important;
  position: relative;
  z-index: 1;
  margin-top: -22px;
}
.card-content h4::after {
  content: "";
  display: inline-block;
  width: 28px;
  background-repeat: no-repeat;
  height: 15px;
  margin-right: 5px;
}
.view-programes-slider .owl-theme .owl-nav {
  top: 35%;
  position: absolute;
  width: 100%;
}
.view-programes-slider .owl-theme .owl-prev {
  position: absolute;
  left: -5px;
}
.view-programes-slider .owl-theme .owl-next span {
  background-image: url(../../images/right-removebg-preview.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.view-programes-slider .owl-theme .owl-prev span {
  background-image: url(../../images/left-removebg-preview.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.view-programes-slider .owl-theme .owl-next span,
.view-programes-slider .owl-theme .owl-prev span {
  align-items: center;
  justify-content: center;
  font-family: var(--swiper-arrow);
  font-size: 0;
  padding: 18px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.view-programes-slider .owl-theme .owl-next {
  position: absolute;
  right: 0;
}
.view-programes-slider .owl-stage-outer {
  margin-left: 32px;
}
.view-programes-slider .car_desp {
  min-height: 50px;
  margin-top: 25px;
}
.view-programes-slider .car_desp p {
  text-align: start;
}
.view-programes-slider .owl-theme .owl-nav [class*="owl-"]:hover {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.tags_text .item-list ol li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  background-image: url(../../images/heart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 5px;
}
.tags_go h4 a {
  position: relative;
  color: var(--darkCyan);
  font-size: 21.22px;
  font-weight: 800;
  line-height: normal;
  padding-right: 10px;
}
.tags_go h4 {
  color: var(--darkCyan);
  font-size: 21.22px;
  font-weight: 800;
  line-height: normal;
}
.tags_go h4::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 16px;
  background-image: url(../../images/right_arrow_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-sponsors {
  display: none;
}
.layout-footer .block-social-media-links li a.social-media-link-icon--twitter {
  position: relative;
}
.layout-footer
  .block-social-media-links
  li
  a.social-media-link-icon--twitter
  svg {
  display: none;
}
.layout-footer
  .block-social-media-links
  li
  a.social-media-link-icon--twitter::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-image: url("../../images/icons8-twitterx-green.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.layout-footer
  .block-social-media-links
  li
  a.social-media-link-icon--twitter:hover::before {
  background-image: url(../../images/icons8-twitterx-white.png);
}

.layout-footer .block-social-media-links li a.social-media-link-icon--facebook {
  position: relative;
}
.layout-footer
  .block-social-media-links
  li
  a.social-media-link-icon--facebook
  svg {
  display: none;
}
.layout-footer
  .block-social-media-links
  li
  a.social-media-link-icon--facebook::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../../images/facebook-green.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.layout-footer
  .block-social-media-links
  li
  a.social-media-link-icon--facebook:hover::before {
  background-image: url(../../images/facebook-white.png);
}
.footer_logo .media--type-media-image {
  max-width: 200px;
}
.home_activitiy_block {
  position: relative;
}
.home_activitiy_block a.crative_link {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.view-activities
  .swiper-wrapper
  .swiper-slide
  .home_activitiy_block
  .activity_image
  img {
  width: 100% !important;
}
.view-activities
  .swiper-wrapper
  .swiper-slide
  .views-field.views-field-nothing {
  width: 100% !important;
}
/* Start main-menu-end-logo */

.main-menu-end-logo {
  padding: 10px 10px 10px 35px;
  display: flex;
  align-items: center;
}
.activitesSwiper .swiper-button-next,
.activitesSwiper .swiper-button-prev {
  display: none;
}

/* End main-menu-end-logo */

/* Anonmyous featured programs fixing */

body.path-home-welcome .view-programes-slider .car_desp p:empty {
  display: none !important;
}
body.path-home-welcome
  .view-programes-slider.view-display-id-block_1
  .view-programes-slider
  .car_desp
  p {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
body.path-home-welcome
  .view-programes-slider.view-display-id-block_1
  .card-content
  .tags_text
  .item-list
  ol
  li {
  margin-top: 0px !important;
}
body.path-home-welcome
  .view-programes-slider.view-display-id-block_1
  .cardOtherClass {
  margin: 18px 0px 0px 0px !important;
}
body.path-home-welcome
  .view-programes-slider.view-display-id-block_1
  .card-content
  h4 {
  margin-bottom: 0px !important;
}

body.path-home-welcome
  .view-programes-slider.view-display-id-block_1
  .card-content
  p {
  padding-top: 0px;
}

/* Anonmyous featured programs fixing */

.user-logged-in.path-frontpage .programes_slider_block .swiper-button-next {
  right: 80px !important;
}
.user-logged-in.path-frontpage .programes_slider_block .swiper-button-prev {
  left: 80px !important;
}

.layout-header {
  height: 130px;
}

.welcome-block-for-loggedin .welcome_logo img {
  max-width: 53%;
  padding-top: 10px;
}

.programes_slider_block .swiper-button-nex {
  display: block;
  background: gray;
}
.programes_slider_block .swiper-button-previous {
  display: block;
  background: gray;
}

/**   sliders responsive css  **/

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide-container {
    max-width: 412px;
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide-container .card {
    flex-direction: column;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .image-content {
    /*width: -webkit-fill-available !important;*/
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide-container .card .card-image {
    min-width: 351px;
    height: 300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide-container .card .card-image img {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 20px;
    max-width: 100%;
    max-height: 100%;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .card-content {
    min-height: 328px;
  }
  .card-content p {
    max-width: 456px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .card-content h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 600px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .slide-container {
    max-width: 350px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .slide-container .card {
    flex-direction: column;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .slide-container .card .card-image {
    min-width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .slide-container .card-content {
    padding: 24px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .slide-container .card-content h1 {
    line-height: 38px;
    margin-bottom: 12px;
    text-align: left;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 600px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .view-programes-slider .car_desp {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .view-programes-slider .car_desp {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 575.98px) {
  .slide-container {
    max-width: 350px;
  }
}
@media screen and (min-width: 320px) and (max-width: 575.98px) {
  .slide-container .card {
    flex-direction: column;
  }
}
@media screen and (min-width: 320px) and (max-width: 575.98px) {
  .slide-container .card .card-image {
    min-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 575.98px) {
  .slide-container .card-content {
    padding: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 575.98px) {
  .slide-container .card-content h1 {
    line-height: 38px;
    margin-bottom: 12px;
    text-align: left;
    text-transform: capitalize;
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 575.98px) {
  .view-programes-slider .car_desp {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .hero_first_container {
    padding: 70px 0 100px 30px;
    max-width: 475px;
  }
  .region-front-get-start
  {
    padding: 50px 30px 77px;
  }
  .region-front-real-skill 
  {
    padding: 68px 30px 90px;
  }
  .region-front-program-slider {
    padding: 67px 30px 100px;
}

}


