@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aleo:wght@300;400;700&display=swap");
body {
  font-family: "Jost", sans-serif;
}

* {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1000px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

strong {
  font-family: "Aleo", serif;
}

header .mt-40 {
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
}
header .d--flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
header audio {
  min-width: 70%;
  margin-right: 10px;
}
header nav {
  padding: 0px !important;
}
header .nav-item {
  margin: 0 20px;
}
header .nav-item:hover {
  background-color: #000;
  opacity: 1;
  color: #fc721a;
}
header .nav-item:hover .nav-link {
  color: #fc721a;
}
header .logo-heading {
  padding: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  margin-bottom: 0;
}
header .logo-heading span {
  color: #f10792;
}

section#videoWrap {
  position: relative;
}
section#videoWrap .video {
  max-width: 100%;
  overflow: hidden;
  background-color: #000;
}
section#videoWrap video {
  min-width: 100%;
  min-height: 100%;
  opacity: 0.5;
  z-index: 0;
  max-width: 100%;
}
section#videoWrap .video--overlay {
  text-align: center;
  position: absolute;
  color: #ffffff;
  width: 100%;
  z-index: 9;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
section#videoWrap .video--overlay h1 {
  font-weight: bold;
  max-width: 800px;
  margin: auto;
  position: relative;
}
section#videoWrap .video--overlay h1 strong {
  letter-spacing: 1px;
  font-size: 3vw;
}

#strip {
  margin-top: -8px;
  position: relative;
  z-index: 1;
  padding: 25px 0;
  background: #1e242d;
}
#strip .container {
  max-width: 1000px;
}
#strip label {
  color: #f4a90b;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
#strip .sublabel {
  color: #ffffff;
  margin-bottom: 10px;
}
#strip .input-flex {
  display: inline-flex;
}
#strip .input-flex .max-width-35 {
  max-width: 30%;
}
#strip .input-flex input {
  margin: 0 5px;
}
#strip .input-flex .btn-submit {
  background-color: #06a452;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
}
#strip .fig-number {
  font-size: 64px;
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 0;
  text-align: center;
  line-height: 64px;
}
#strip p.sub-fig-number {
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
  margin-bottom: 0;
}
#strip .icon--flex {
  display: inline-flex;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#strip .icon--flex img {
  max-height: 30px;
}
#strip .icon--flex span {
  opacity: 0.3;
  margin-left: 20px;
}

section#blogs .container {
  max-width: 1000px;
}
section#blogs .post {
  padding: 20px 0;
  margin: 5px 0;
  border-bottom: 1px solid lightgray;
}
section#blogs .post h1 {
  transition: all 0.3s;
  font-weight: 100;
}
section#blogs .post h1:hover {
  color: #f10792;
}
section#blogs .post .keep-reading {
  text-decoration: none;
  color: #ffffff;
  background: #f88000;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 4px;
  margin-bottom: 10px;
  display: inline-block;
  box-shadow: 3px 3px 3px lightgrey;
  font-size: 14px;
  transition: all 0.3s;
}
section#blogs .post .keep-reading:hover {
  background: #06a452;
}
section#blogs .poster {
  margin: 40px 0;
}
section#blogs .poster img {
  max-height: 250px;
}

section#audio {
  text-align: center;
}
section#audio audio {
  min-width: 1000px;
}

section#sponser {
  margin: 30px 0;
  margin-bottom: 0;
  background: #f4f4f4;
  padding: 35px 0 50px 0;
  text-align: center;
}
section#sponser .container {
  max-width: 1000px;
}

footer {
  background: #1e242d;
  padding: 45px 0 35px 0;
  color: #f4f4f4;
}
footer .form-control:focus {
  color: #ffffff;
}
footer .container {
  max-width: 1000px;
}
footer .search {
  position: relative;
}
footer .search .form-control {
  background-color: #000;
}
footer .search input {
  color: #ffffff;
  padding-left: 30px;
}
footer .search ::-moz-placeholder {
  font-size: 12px;
  color: #ffffff;
}
footer .search :-ms-input-placeholder {
  font-size: 12px;
  color: #ffffff;
}
footer .search ::placeholder {
  font-size: 12px;
  color: #ffffff;
}
footer .search img {
  position: absolute;
  top: 12px;
  z-index: 9;
  left: 10px;
}
footer ul.footer--link {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul.footer--link a {
  color: #75a9ff;
  text-decoration: none;
  transition: all 0.3s;
}
footer ul.footer--link a:hover {
  color: #06a452;
}
footer .footer--link--social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer--link--social a {
  text-decoration: none;
}
footer .footer--link--social li {
  display: inline-block;
  margin: 0 5px;
}

.popular--topics ul.topics {
  max-width: 75%;
  margin: auto;
}
.popular--topics ul.topics a {
  color: #0d4093;
  transition: all 0.3s;
}
.popular--topics ul.topics a:hover {
  color: #f10792;
}
.popular--topics ul.topics li {
  margin: 10px 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.banner-flex {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
  justify-content: space-between;
  padding: 20px;
}

#banner {
  background: #f8f8f8;
}
#banner strong {
  font-weight: 100;
}
#banner .logo-heading {
  padding: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  margin-bottom: 0;
}
#banner .logo-heading span {
  color: #f10792;
}

section#content_contact {
  padding: 40px 0;
}
section#content_contact .contract--heading {
  font-size: 48px;
  font-weight: 900;
}
section#content_contact .main--heading--colored {
  color: #06a452;
  font-size: 24px;
  font-weight: 900;
}
section#content_contact .sub--heading {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.poster {
  margin: 40px 0;
  text-align: center;
}
.poster img {
  max-height: 250px;
}

.form--box {
  border: 1px solid #d8d8d8;
  box-shadow: 2px 2px 5px 2px rgba(211, 211, 211, 0.3411764706);
  background: rgba(4, 164, 204, 0.075) !important;
  border: 1px solid #04a4cc;
  border-radius: 2px;
}
.form--box h1 {
  font-weight: 900;
}
.form--box h5 .bold {
  font-weight: 900;
}

.pending--div {
  padding: 1rem 1rem 0;
}

.form--input {
  display: inline-flex;
  width: 100%;
  margin: 20px 0;
}
.form--input .max-width-35 {
  max-width: 30%;
}
.form--input input {
  margin: 0 5px;
}
.form--input .btn-submit {
  background-color: #06a452;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 200px;
}

.footer--div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #bee7f2;
}
.footer--div img {
  height: 30px;
}

.bold {
  font-weight: 900;
}

.main--title {
  font-weight: 900;
  font-size: 3vw;
}

.list--box {
  font-size: 20px;
  font-style: italic;
  margin: 20px 0;
}
.list--box a {
  font-size: 22px;
  font-weight: 600;
  transition: all 0.3s;
}
.list--box a:hover {
  color: #06a452;
}

.speaking--div h1 {
  font-size: 3.5vw;
  font-weight: 900;
  margin-bottom: 30px;
}
.speaking--div h3.colored--heading {
  color: #06a452;
  font-weight: 900;
  text-align: center;
}
.speaking--div p {
  font-size: 18px;
}

.btn--link {
  color: #ffffff;
  background: #0d4093;
  text-decoration: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid transparent;
  transition: all 0.3s;
  margin: 20px 0;
}
.btn--link:hover {
  background: #06a452;
  color: #ffffff;
}

.width-50 {
  display: inline-block;
}

.bg--blue {
  background-color: #40c5e3;
}

.bg--green {
  background-color: #b6d513;
}

.custom--row {
  display: flex;
}
.custom--row div {
  flex: 1;
}

.padding-5 {
  padding: 20px;
}
.padding-5 p {
  font-size: 18px;
}

.white--title {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 900;
  margin: 20px 0;
}

.heading--link {
  font-size: 2.2rem;
  color: #000;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.3s;
}
.heading--link:hover {
  color: #ffffff;
  text-decoration: none;
}

.learn--more {
  background: #000;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
}
.learn--more:hover {
  background: #ffffff;
  color: #40c5e3;
}

section#sign {
  margin: 40px 0;
}
section#sign img {
  max-height: 140px;
}
section#sign p {
  font-style: italic;
  font-weight: 300;
}

.bottom-logo {
  margin-top: 20px;
  max-height: 200px;
}

.audio--image body {
  background-color: #ededed;
}
.audio--image h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 13pt;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  cursor: default;
}
.audio--image h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 8pt;
  font-weight: 400;
  cursor: default;
}
.audio--image h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 13pt;
  font-weight: 300;
  color: white;
  cursor: default;
}
.audio--image .player {
  border-radius: 20px;
  background: #37393d;
}
.audio--image .player ul {
  list-style: none;
}
.audio--image .player ul li {
  display: block;
}
.audio--image .cover {
  position: absolute;
  top: 0;
  left: 0;
}
.audio--image .cover img {
  height: 190px;
  width: 190px;
}
.audio--image .info h1 {
  padding-top: 25px;
  text-align: center;
  line-height: 0;
}
.audio--image .info h4 {
  line-height: 20px;
  color: #636367;
}
.audio--image .info h2 {
  width: calc(100% - 167px);
}
.audio--image .button-items {
  padding: 20px;
  margin: auto;
  display: block;
  text-align: center;
}
.audio--image #slider {
  height: 4px;
  background: #151518;
  border-radius: 2px;
}
.audio--image #slider div {
  width: 4px;
  height: 4px;
  margin-top: 1px;
  background: #ef6dbc;
  border-radius: 2px;
}
.audio--image #timer {
  color: #494b4e;
  line-height: 0;
  font-size: 9pt;
  float: right;
  font-family: Arial, Sans-Serif;
}
.audio--image .controls {
  margin-top: 20px;
}
.audio--image .controls svg:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}
.audio--image #play {
  padding: 0 3px;
  width: 30px;
  height: 30px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
}
.audio--image #play g {
  stroke: #fefefe;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
.audio--image #play g path {
  fill: #fefefe;
}
.audio--image #play:hover {
  cursor: pointer;
}
.audio--image #play:hover g {
  stroke: #8f4da9;
  cursor: pointer;
}
.audio--image #play:hover g path {
  fill: #9b59b6;
  cursor: pointer;
}
.audio--image .step-backward {
  width: 18px;
  height: 18px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
  margin-bottom: 5px;
}
.audio--image .step-backward g polygon {
  fill: #fefefe;
}
.audio--image .step-foreward {
  width: 18px;
  height: 18px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
  margin-bottom: 5px;
}
.audio--image .step-foreward g polygon {
  fill: #fefefe;
}
.audio--image #pause {
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-left: -38px;
  cursor: pointer;
}
.audio--image #pause rect {
  fill: white;
}
.audio--image #pause:hover rect {
  fill: #8f4da9;
}
.audio--image .step-backward g polygon:hover,
.audio--image .step-foreward g polygon:hover {
  fill: #ef6dbc;
  cursor: pointer;
}
.audio--image .social {
  text-align: center;
}
.audio--image .twitter {
  color: #bdbdbd;
  font-family: sans-serif;
  text-decoration: none;
}
.audio--image .twitter:hover {
  color: #ecf0f1;
}
.audio--image .github {
  color: #bdbdbd;
  font-family: sans-serif;
  text-decoration: none;
}
.audio--image .github:hover {
  color: #ecf0f1;
}
.audio--image p {
  color: #bdbdbd;
}
.audio--image #skip {
  float: right;
  margin-top: 10px;
}
.audio--image #skip p {
  color: #2980b9;
}
.audio--image #skip p:hover {
  color: #e74c3c;
  cursor: pointer;
}
.audio--image .expend {
  padding: 0.5px;
  cursor: pointer;
}
.audio--image .expend svg:hover g polygon {
  fill: #ef6dbc;
}

@media screen and (max-width: 560px) {
  .form--input {
    display: block;
  }
  input {
    margin: 10px 0 !important;
  }
  #strip .input-flex {
    display: block;
  }
  #strip .input-flex .max-width-35 {
    max-width: 100%;
  }
  header .d--flex {
    display: block;
    text-align: center;
  }
  .audio--image .player {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .section#videoWrap {
    height: 80vh;
  }
  section#videoWrap .video {
    height: 80vh;
  }
  section#videoWrap video {
    max-width: initial;
    margin-left: calc(50% - 223vw);
  }
}
@media screen and (max-width: 992px) {
  .custom--row {
    display: block;
  }
  .audio--image .player {
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-top: 20px;
  }
  .audio--image {
    position: relative;
    left: 0;
  }
}
p {
  font-size: 1.4em;
}

#about_page {
  padding: 80px 0;
  background-color: #f4f4f4;
}
#about_page h1.main--title {
  margin-top: 40px;
}

.color-orange {
  color: orange;
}

#speaking_page {
  padding: 80px 0;
}/*# sourceMappingURL=style.css.map */