body {
    background: transparent !important;
}
.about-title {
    background: #050904;
    padding: 20px 6%;
}
.about-title h4 {
    color: #fff;
    font-size: 27px;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
    padding-left: 6px;
    margin-bottom: 0px;
}
.about-title h4:before, .about-title h4:after {
    content: '';
    width: 195px;
    height: 1px;
    background-color: #707070;
    display: block;
}
.abt-trust h4:before, .abt-trust h4:after {
    content: '';
    width: 150px;
}
.abt-library h4:before, .abt-library h4:after {
    content: '';
    width: 180px;
}
.about-title h4:before {
    margin-bottom: 5px;
}
.about-title h4:after {
    margin-top: 5px;
}
.sessions {
    margin-top: 5px;
    border-radius: 12px;
    position: relative;
    padding-left: 0px;
}
  
.sessions  li {
    padding-bottom: 5px;
    border-left: 1px solid #707070;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    list-style-type: none;
    padding-right: 15px;
}
.sessions li:last-child {
    /* border: 0px; */
    padding-bottom: 0;
}
.sessions li:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #481212;
    border: 1px solid #707070;
    /* box-shadow: 3px 3px 0px #bab5f8;
    box-shadow: 3px 3px 0px #bab5f8; */
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 10px;
}
  
.sessions li .time {
    color: #2a2839;
    font-weight: 500;
}
.sessions li p {
    padding-top: 6px;
    color: #222121;
    font-size: 15px;
    font-family: 'ProximaNova-Regular';
    line-height: 20px;
}
.sessions li p span {
    font-family: 'ProximaNova-Bold';
}

.get-nicer {
	overflow: auto;
	max-height: 350px;
}   
.nicescroll-rails {
	background-color: #707070;
	border-radius: 50px;
	width: 1px !important;
	opacity: 1 !important;
}
.nicescroll-cursors {
	border: 1px solid #707070 !important;
    background-color: #535353 !important;
    padding: 4px;
    right: -4px;
    height: 43px !important;
}
.dis-block {
    display: block !important;
}
.abt-left-awards h4 {
    color: #9A3917;
    font-size: 27px;
    text-transform: uppercase;
    font-family: 'Raleway-Bold';
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5%;
}
.change {
    top: 350px !important;
}
.abt-right-content p {
    font-family: 'Raleway-Medium';
    color: #000000;
    font-size: 15px;
    line-height: 23px;
}
.sticky {
    position: sticky !important;
    top: 10px;
}
.abt-left-awards img {
    width: 100%;
}
.quotes {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    padding: 4% 6%;
}
.abt-right-content h4 {
    font-family: 'Raleway-Bold';
}
.abt-right-content h5 {
    font-family: 'Raleway-Bold';
    margin-top: 3%;
    color: #9A3917;
}
.abt-right-content ul li {
    padding-bottom: 10px;
}
.accordion {
    background: none;
    box-shadow: none;
    border: none;
 }
 .accordion::after {
     display: none;
 }
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #9A3917;
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    /* font-size: 1.15rem; */
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    text-transform: uppercase;
  }
  .accordion button img {
      width: 20px;
      margin-bottom: 0px;
  }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color:#9A3917;
  }
  .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color:#9A3917;
    border: 1px solid #9A3917;
  }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: 15px;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    /* border: 1px solid; */
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded=true] {
    color:#9A3917;
  }
  .accordion button[aria-expanded=true] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 100%; 
    max-height: fit-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    margin-bottom: 30px;
    margin-top: 15px;
    /* overflow-y: scroll; */
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content li {
        font-size: 16px;
      font-weight: 300;
      line-height: 25px;
      border: none;
      padding: 5px;
      text-align: left;
      /* list-style-type: square; */
      color: #4e4c4c;
  }
  .accordion .accordion-content li span {
    font-family: 'ProximaNova-Bold';
  }
  .accordion .accordion-content p {
      color: #4e4c4c;
      font-family: 'ProximaNova-Regular';
  }
  .accordion .accordion-content ul {
      margin: 0px 0 1em 3%;
      display: block;
      /* list-style-type: square; */
      padding-left: 5px;
  }
  .highlights-list li {
      position: relative;
      list-style-type: none;
      padding-bottom: 12px;
      font-family: 'ProximaNova-Bold';
      font-size: 15px;
  }
  .highlights-list li::before {
        content: "";
        width: 12px;
        height: 12px;
        background: #481212;
        border: 1px solid #707070;
        border-radius: 100%;
        position: absolute;
        left: -23px;
        top: 6px;
    }
    .highlights-library ul li {
        list-style-type: none;
        text-align: center;
    }
    .highlights-library ul li::after {
        width: 80%;
        height: 1px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        display: block;
        position: absolute;
        bottom: -35px;
        content: "";
        background: transparent !important;
    }
    .highlights-library ul li .inner {
        padding: 10px 10px 10px 10px;
        border-bottom: 1px #a19c9c dashed;
        border-top: 1px #a19c9c dashed;
        display: block;
    }
    .highlights-library ul li h3 {
        font-size: 15px;
        color: #000;
        padding: 0px;
        margin-bottom: 0px;
    }
    .highlights-library p {
        margin-bottom: 0px;
        font-family: 'ProximaNova-Bold';
    }
    .highlights-library h4 {
        color: #9A3917;
        font-size: 27px;
        text-transform: uppercase;
        font-family: 'Raleway-Bold';
        text-align: center;
        margin-top: 2%;
        margin-bottom: 2%;
    }
  
  @media (max-width: 992px) {
      .accordion button[aria-expanded="true"] + .accordion-content {
          overflow-y: scroll;
      }
  }

@media screen and (max-width: 600px) {
    .sessions li .time {
      margin-bottom: 0.3rem;
      font-size: 0.85rem;
    }
    .abt-right-content {
        margin-top: 8%;
    }
    .abt-left-awards img {
        width: 65%;
        margin: auto;
        display: block;
    }
    .abt-left-awards h4 {
        font-size: 18px;
    }
    .sessions li p {
        font-size: 14px;
    }
    .abt-right-content p {
        font-size: 14px;
    }
    .about-title h4::before, .about-title h4::after {
        content: '';
        width: 142px;
    }
    .about-title h4 {
        font-size: 20px;
    }
    .highlights-list ul {
        padding-left: 0px;
    }
    .abt-right-content h4 {
        font-size: 20px;
    }
    .abt-right-content h5 {
        font-size: 17px;
    }
    .accordion button .accordion-title {
        font-size: 14px;
    }
    .accordion .accordion-content li {
        font-size: 14px;
    }
    .accordion .accordion-content p {
        font-size: 14px;
    }
    .quotes {
        position: relative;
        bottom: 42px;
    }
    .abt-trust h4:before, .abt-trust h4:after {
        content: '';
        width: 115px;
    }
    .abt-right-content ul {
        padding-left: 10px;
    }
    .abt-library h4::before, .abt-library h4::after {
        content: '';
        width: 130px;
    }
}
@media screen and (min-width: 601px) {
    .sessions li .time {
      font-size: 0.9rem;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .abt-left-awards img {
        width: 50%;
        margin: auto;
        display: block;
    }
    .abt-right-content {
        margin-top: 6%;
    }
    .quotes {
        /* position: relative;
        bottom: 11%; */
        right: 0px;
    }
}
@media (max-width: 767px) {
	/* .nicescroll-cursors {
		background-color: transparent !important;
	}
	.nicescroll-rails {
		background-color: transparent !important;
	} */
}
@media (max-width: 992px) {
    .sticky {
        position: unset !important;
    }
}
@media (width: 1024px) {
    .abt-left-awards h4 {
        font-size: 20px;
    }
    .sessions li p {
        font-size: 14px;
    }
    .get-nicer {
        max-height: 450px;
    }
    .highlights-library ul li h3 {
        font-size: 12px;
    }
}