.breadcrumb-section {
  background-color: #f4f4f4;
  border-top: 1px solid #ffa726;
}
.breadcrumb ul {
  list-style-type: none;
  display: flex;
  padding: 40px 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost";
}
.breadcrumb ul li:first-child a {
  text-decoration: none;
  color: #9a9797;
}
.breadcrumb ul li:last-child::before {
  content: " \005C";
  padding-left: 5px;
  padding-right: 5px;
}
.skills-banner-section {
  position: relative;
}
.skills-banner-image {
  position: absolute;
  left: 13%;
}
.skills-banner-image img {
  /* width: 225px;
  height: 225px; */
  width: 430px;
  height: 250px;
  margin-top: 1rem;
}
.skills-banner-section .skills-banner-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.skills-banner-section .skills-hopbanner-img {
  width: 100%;
  height: 540px;
}

.skills-banner-section .skills-banner-text-section {
  position: absolute;
  max-width: 35%;
  height: auto;
  width: 450px;
  left: 5%;
  top: auto;
  bottom: 5%;
  padding: 1rem 0 1rem 2rem;
}
.skills-banner-section .skills-banner-description {
  display: flex;
  flex-wrap: wrap;
  width: 520px;
  height: 75%;
  padding-left: 25px;
  color: #ffffff;
  font-size: 1rem;
}

.skills-banner-section .skills-banner-text-section h1 {
  font-family: "Roboto";
  font-size: 2.75rem;
  font-weight: 600;
  color: #ffffff;
}
.skills-banner-section .skills-banner-text-section p {
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
}
.skills-banner-section .skills-banner-video {
  position: absolute;
  left: 56%;
  top: 8%;
}
.skills-banner-section .skills-banner-video iframe {
  width: 560px;
  height: 300px;
}
.skills-banner-video .v-description {
  color: #ffffff;
  text-align: center;
  width: 560px;
  margin-top: 0.5rem;
}
.skills-banner-section .banner-credits {
  text-align: end;
  margin: 0.5rem 0.5rem 1rem 0;
}
.skills-banner-section .row {
  position: relative;
}
.commWorkshop-section .container {
  padding: 3rem 0rem;
}
.commWorkshop-section h1 {
  font-family: "Roboto";
  font-size: 2.75rem;
  color: #3e2723;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}

.workshops-offered h2 {
  font-family: "Roboto";
  font-size: 2.75rem;
  /* text-transform: uppercase; */
  color: #3e2723;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}
.commWorkshop-section .skill-btn-gp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}
.commWorkshop-section .skill-btn-gp button {
  padding: 0.75rem 3rem;
  border-radius: 2rem;
  background: #fff;
  border: 1px solid #3e2723;
  font-weight: 600;
  color: #3e2723;
  font-size: 16px;
  margin-bottom: 2rem;
  margin-right: 1.5rem;
}
.commWorkshop-section .skill-btn-gp .active {
  background-color: #f57c00;
  color: #fff;
  border: none;
}
.commWorkshop-section .skill-btn-gp .active a {
  color: #fff;
}

.commWorkshop-section .skill-btn-gp .disable {
  background-color: #fff;
  color: #9a9797;
  border: 1px solid #9a9797;
  pointer-events: none;
}
.commWorkshop-section .skill-btn.disable a {
  color: #9a9797;
  pointer-events: none;
}
.commWorkshop-section .skill-btn a {
  color: #000;
  text-decoration: none;
}
.workshops-offered p {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}
.workshops-offered .workshop-structure h3 {
  font-size: 36px;
  font-family: "Roboto";
  color: #3e2723;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  word-wrap: break-word;
}
.workshops-offered .workshop-structure p {
  text-align: left;
  font-size: 18px;
}
.workshop-desc ul li::marker,
.skill-desc ul li::marker {
  font-size: 8px;
}
.workshops-offered .workshop-structure ul li {
  /* text-decoration: underline; */
  font-size: 18px;
}
.workshop-structure .chevron-down {
  width: 18px;
  margin-right: 10px;
  cursor: pointer;
  padding-bottom: 0.5rem;
}
.d-none {
  display: none;
}
.toggle-arrow {
  rotate: 180deg;
}
#available-workshop {
  margin-top: 5rem;
}

#available-workshop h1 {
  font-family: "Roboto";
  font-size: 2.75rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.workshop-structure .exercises li {
  text-decoration: none !important;
}
.workshop-structure .exercises {
  border-bottom: 1px solid #795548;
  padding-bottom: 2rem;
}
.iframe-container {
  text-align: center;
}
.iframe-container iframe {
  border-radius: 30px;
  height: 470px;
  width: 85%;
}
.workshop-tabs {
  font-size: 16px;
  border: 0px;
  color: #000;
}
/*.nav-item {
  padding: 0rem 2rem;
}*/
.workshop-tabs.active {
  font-weight: 600;
  color: #3e2723 !important;
  border: 0px;
  border-bottom: 4px solid #f57c00 !important;
}
#available-workshop .nav-tabs .nav-link {
  border: none;
  padding-bottom: 1rem;
}
#available-workshop .nav-tabs .nav-link:focus,
#available-workshop .nav-tabs .nav-link:hover {
  border: none;
  color: #000;
  font-weight: 600;
}
#available-workshop .nav-tabs {
  padding-left: 1rem;
}
/* .nav-tabs .nav-item:first-child button {
  margin-left: 2rem;
} */
#available-workshop .skill-desc h3 {
  font-family: "Roboto", serif;
  font-size: 36px;
}
#available-workshop .skill-desc {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
#available-workshop .skill-desc p {
  font-size: 18px;
}
#available-workshop .skill-desc ul {
  font-size: 18px;
}
#available-workshop .slick-prev,
#available-workshop .slick-next {
  font-size: 0;
  border: 1px solid #795548;
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem;
}
#available-workshop .slick-prev::before {
  content: "";
  display: block;
  background-image: url(../images/skills/chevron-left.svg);
  background-repeat: no-repeat;
  border: none;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
#available-workshop .slick-next::after {
  content: "";
  display: block;
  background-image: url(../images/skills/chevron-right.svg);
  background-repeat: no-repeat;
  border: none;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
#available-workshop .slick-prev {
  position: absolute;
  top: -7px;
  left: -54px;
}
#available-workshop .slick-next {
  position: absolute;
  right: -66px;
  top: -3px;
}
#available-workshop .nav-tabs {
  width: 90%;
  margin: auto;
}

/*
@media only screen and (min-width: 1366px) {
  #available-workshop .slick-slide {
    width: auto !important;
  }
}*/

@media only screen and (min-width: 1920px) {
  .skills-banner-section .skills-banner-img {
    height: 550px;
  }
  .skills-banner-section .skills-banner-video iframe {
    height: 300px;
    width: 800px;
  }
  .skills-banner-video .v-description {
    width: 800px;
  }
  .skills-banner-section .skills-banner-description {
    font-size: 1.5rem;
  }
  .skills-banner-video .v-description {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1500px) {
  .skills-banner-image {
    left: 15%;
  }
}

@media only screen and (min-width: 1367px) {
  .skills-banner-section .skills-banner-text-section {
    bottom: 5%;
  }
}
/*tab landslide*/

@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
  .iframe-container iframe {
    width: 100%;
  }
  .skills-banner-section .skills-banner-video {
    left: 55%;
    top: 18%;
  }
  .skills-banner-section .skills-banner-video iframe {
    height: 250px;
    width: 35%;
  }
  .skills-banner-section .skills-banner-description {
    width: 408px;
  }
  .skills-banner-image img {
    width: 380px;
    height: 250px;
  }
  .skills-banner-image {
    left: 13.5%;
  }
}
/*tab potrait*/
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .skills-banner-section .skills-banner-text-section {
    top: 0;
  }
  .skills-banner-section .skills-banner-text-section {
    position: absolute;
    max-width: 75%;
    height: 100px;
    width: 100%;
  }
  .skills-banner-section .skills-banner-text-section {
    top: 35%;
  }
  .skills-banner-section .banner-credits {
    text-align: center;
    margin: 2rem 0.5rem 2rem 0;
  }
  .iframe-container iframe {
    width: 100%;
  }
  #available-workshop .nav-item {
    text-align: -webkit-center;
  }
  .skills-banner-section .skills-banner-video {
    border-top: 15px solid #fff;
    position: static;
    margin: auto;
  }
  .skills-banner-section .skills-banner-video iframe {
    margin: auto;
    display: block;
  }
  .skills-banner-video .v-description {
    color: #000;
    width: 100%;
  }
  .skills-banner-image img {
    width: 250px;
    height: 250px;
  }
}
/*mobile potrait*/
@media only screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
  .iframe-container iframe {
    width: 100%;
  }

  .skills-banner-section .skills-banner-text-section {
    top: 40%;
  }
  .skills-banner-section .skills-banner-text-section {
    position: absolute;
    max-width: 75%;
    height: 100px;
    width: 100%;
  }
  .skills-banner-section .skills-banner-description {
    width: 520px;
    height: auto;
  }
  #available-workshop .nav-item {
    text-align: -webkit-center;
  }
  .skills-banner-section .skills-banner-video {
    border-top: 15px solid #fff;
    position: static;
    margin-top: 0rem;
    height: 100%;
    margin: auto;
    text-align: center;
  }
  .skills-banner-section .banner-credits {
    text-align: center;
  }
  .skills-banner-image {
    position: absolute;
    left: 10%;
    top: 0;
  }
  .skills-banner-video .v-description {
    color: #000;
    width: 100%;
  }
  .skills-banner-image img {
    width: 250px;
    height: 250px;
  }
}
/*mobile potrait*/
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /* .skills-banner-section .row {
    background-color: #000;
  } */
  .skills-banner-section img {
    /* height: 540px; */
    margin-bottom: 1rem;
    object-fit: scale-down;
    background-color: #000;
  }
  .skills-banner-section .skills-banner-description {
    padding-left: 0px;
    width: 300px;
    height: auto;
  }
  .iframe-container iframe {
    width: 100%;
  }
  .commWorkshop-section .skill-btn-gp button {
    margin-right: 0px;
  }
  .commWorkshop-section .skill-btn-gp {
    flex-direction: column;
  }
  #available-workshop .slick-prev {
    left: -38px;
  }
  #available-workshop .slick-next {
    right: -39px;
    top: -5px;
  }

  #available-workshop .slick-prev::before,
  #available-workshop .slick-next::after {
    width: 15px;
    height: 15px;
  }
  #available-workshop .nav-item {
    text-align: -webkit-center;
  }
  .skills-banner-section .skills-banner-video {
    border-top: 15px solid #fff;
    position: relative;
    left: 0;
    margin-top: 0rem;
    padding: 1rem 2rem;
  }
  .skills-banner-section .skills-banner-video iframe {
    width: 100%;
    height: 325px;
  }
  .skills-banner-image {
    top: 5%;
    left: 11%;
    width: 160px !important;
  }
  .skills-banner-image img {
    height: 150px;
    width: 265px;
    object-fit: cover;
  }
  #available-workshop h1 {
    font-size: 2rem;
  }
  .skills-banner-video .v-description {
    color: #000;
    width: 100%;
  }
  .skills-banner-section .skills-banner-text-section {
    position: absolute;
    max-width: 85%;
    height: 100%;
    width: 100%;
    left: 5%;
    top: 30%;
  }
}
