.training-header {
  background-color: #0c1724;
}
.find-training-container {
  width: 1440px;
  margin: 110px auto 0;
  padding: 0 15px;
  max-width: 100%;
}
.find-training-container-small {
  width: 1440px;
  margin: 0 auto;
  padding: 0 15px 15px 15px;
  max-width: 100%;
}

.authot-profile-wrapper {
  position: relative;
  padding: 40px 0px 70px 0px;
}
.authot-profile-wrapper::before {
  position: absolute;
  width: 100vw;
  content: " ";
  background-color: #abf0f0;
  height: 100%;
  top: 0;
  left: -5px;
}
.listing-author-wrapper {
  background-color: #f8f8f8;
  border-radius: 10px;
  position: relative;
  margin-left: 24px;
  min-height: 638px;
}
.profile-logo img {
  width: 145px;
  height: 145px;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.listing-author-wrapper .profile-title {
  padding-top: 130px;
}
.listing-author-wrapper .profile-title h1 a {
  font-size: 32px;
  color: #091725;
}
.listing-author-wrapper .profile-title h1 a:hover {
  color: #639eb5;
}
.listing-author-wrapper .profile-title .author-address {
  font-size: 16px;
  color: #4e4e4e;
}
.author-social-media-wrapper.text-center {
  border: 1px solid #cf1d32;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 15px 20px;
}
.author-social-media-wrapper .icon i {
  font-size: 25px;
  padding-right: 15px;
}
.author-social-media-wrapper a {
  font-size: 16px;
  color: #4e4e4e;

  text-decoration: underline;
}
.author-social-media-wrapper .website:hover i,
.author-social-media-wrapper .email:hover i,
.author-social-media-wrapper .contact-number:hover i {
  color: #639eb5;
}
.author-social-media-wrapper .website:hover a,
.author-social-media-wrapper .email:hover a,
.author-social-media-wrapper .contact-number:hover a {
  color: #639eb5;
}
.author-des .author-des-title {
  font-size: 20px;
  color: #091725;
  line-height: 15px;
}
.author-des p {
  font-size: 16px;
  color: #4e4e4e;
}
.event-list-wrapper .event-inner-wrap h5 {
  font-size: 20px;
  color: #091725;
  padding: 15px 0;
}
.event-list-wrapper .event-inner-wrap ul li {
  font-size: 16px;
  color: #4e4e4e;
  list-style: none;
  padding: 5px 0;
}
/* style for adside area */
.author-profile-inner-wrapper {
  padding-bottom: 40px;
}
.colse-wrapper-icon a i {
  font-size: 45px;
  color: #091725;
}
.colse-wrapper-icon a i:hover {
  color: #639eb5;
}
/* .upcoming-event-list-wrap {
  padding-left: 30px;
} */
.upcoming-event-list-wrap .upcoming-event-list .upcoming-title {
  font-size: 20px;
  color: #091725;
  padding-bottom: 10px;
  text-align: center;
}
.upcoming-event-inner-wrap {
  padding: 5px 15px 10px 12px;
  width: 100%;
}
.upcoming-event-wrap {
  box-shadow: 0px 0px 20px rgba(29, 29, 29, 0.1);
  background-color: #fff;
  margin: 0 0 20px 0;

  border-radius: 10px;
}

.upcoming-event-inner-wrap .event-chennal-title h4 a {
  color: #405263;
  font-size: 14px;
}
.upcoming-event-inner-wrap .upcoming-event-title h4 {
  line-height: 20px;
}
.upcoming-event-inner-wrap .upcoming-event-title h4 a {
  color: #081724;
  font-size: 18px;
  line-height: 20px;
}
.upcoming-event-inner-wrap .upcoming-event-title h4 a:hover,
.upcoming-event-inner-wrap .event-chennal-title h4 a:hover {
  color: #639eb5;
}
.upcoming-event-inner-wrap .upcoming-address-wrap span {
  font-size: 14px;
  color: #405263;
}
.upcoming-event-inner-wrap .upcoming-event-date span {
  font-size: 14px;
  color: #405263;
}
.upcoming-event-inner-wrap .upcoming-event-date span.price {
  color: #405263;
  font-size: 14px;
}
.upcoming-event-single-icon {
  background-color: #639eb5;
  padding: 0px 7px;
  display: flex;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
  transition: all 0.5s ease;
}
.upcoming-event-single-icon:hover {
  background-color: #6bc1e9;
}
.upcoming-event-single-icon .icon-next .link i {
  color: #ffffff;
  font-size: 20px;
}

.profile-wrap {
  position: relative;
}
a.see-all{
  margin: 0px 5px;
  font-size: 14px;
  text-decoration: underline;
}

/* responsive for mobile and tablet */
@media only screen and (max-width: 1399px) {
  .top-area {
    width: 60%;
  }
  .bottom-bg-area {
    width: 40%;
  }
  .author-social-media-wrapper.text-center {
    border: 1px solid #cf1d32;
    border-radius: 10px;
    padding: 15px 10px;
    margin: 20px 0px;
  }
  .form-main-wrapper {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 550px) {
}
@media only screen and (max-width: 991px) {
  .training-author .form-hide {
    width: 100%;
  }
  .top-area {
    width: 50%;
  }
  .bottom-bg-area {
    width: 50%;
  }
  .main-column {
    padding: 0;
    width: 100%;
  }
  .listing-author-wrapper {
    /* width: 335px; */
    /* margin-right: 15px; */
  }
  /* .author-social-media-wrapper .website,
  .author-social-media-wrapper .email,
  .author-social-media-wrapper .contact-number {
    display: block !important;
  } */
  .author-social-media-wrapper {
    gap: 15px;
    display: flex;
    flex-direction: column;
  }
  .author-social-media-wrapper.text-center {
    border: none;
    border-radius: 10px;
    padding: 15px 10px;
    margin: 20px 20px;
    border: 1px solid #c7202f;
  }
  .author-social-media-wrapper a {
    font-size: 16px;
    text-align: left;
    color: #4e4e4e;
    text-decoration: underline;
  }
  .author-social-media-wrapper .icon i {
    font-size: 20px;
    padding-right: 15px;
  }

  /* .colse-wrapper-icon {
    position: absolute;
    top: -10px;
    left: 87%;
  } */
  .authot-profile-wrapper {
    position: relative;
    padding: 60px 0px 70px 0px;
  }
  .listing-author-wrapper .profile-title h1 a {
    font-size: 20px;
  }
  /* .container {
    padding: 0;
  } */
  .upcoming-event-wrap {
    justify-content: space-between;
  }
  .upcoming-event-inner-wrap {
    padding: 5px 15px 10px 12px;
    width: 100%;
  }
  .upcoming-event-single-icon {
    display: flex;
    align-items: center;
    padding-top: 0;
  }
  .find-training-container-small {
    padding: 0;
  }
  .container .col:last-child {
    padding: 0;
  }
  .listing-author-wrapper .container .col-sm-12 {
    padding: 0;
  }

  .author-profile-inner-wrapper {
    padding-bottom: 0;
  }
  .author-des,
  .event-list-wrapper {
    padding: 20px 10px;
  }

  .colse-wrapper-icon a i {
    font-size: 55px;
    color: #091725;
  }
  /* .top-area {
    width: 100%;
  } */

  section {
    padding: 0;
    overflow: hidden;
  }
  .listing-author-wrapper {
    background-color: #f8f8f8;
    border-radius: 10px;
    position: relative;
    /* padding: 0 5px 0 24px; */
    margin-left: 20px;
    margin-right: 0px;
  }
  .authot-profile-wrapper::before {
    position: absolute;
    width: 100vw;
    content: " ";
    background-color: #abf0f0;
    height: 100%;
    top: 0;
    left: -5px;
  }
  /* .colse-wrapper-icon.text-end {
    position: absolute;
    top: -0.2%;
    left: 87%;
} */
  .upcoming-event-inner-wrap .upcoming-event-title h4 a {
    color: #081724;
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 1024px) and (min-width: 991px) {
  .author-social-media-wrapper > div {
    flex-direction: column;
    align-items: start !important;
  }
}

@media (max-width: 840px) and (min-width: 768px) {
  .author-social-media-wrapper > div {
    flex-direction: column;
    align-items: start !important;
  }
}
@media only screen and (max-width: 767px) {
  .author-social-media-wrapper.text-center {
    border: none;
    border-radius: 10px;
    padding: 15px 10px;
    margin: 10px 0;
    margin-left: 10px;
    border: 1px solid #c7202f;
  }
  .author-social-media-wrapper a {
    font-size: 13px;
    text-align: left;
    color: #4e4e4e;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 650px) {
  .find-training-container {
    width: 1440px;
    margin: 70px auto 0;
    padding: 0 15px;
    max-width: 100%;
  }
  .top-area {
    width: 100%;
  }
  .bottom-bg-area {
    width: 100%;
  }
  .training-author .form-hide {
    display: none;
  }
  .author-social-media-wrapper.text-center {
    border: none;
    border-radius: 10px;
    padding: 15px 0px;
    margin: 0px 0px;
    border-bottom: 1px solid #c7202f;
    border-radius: 0;
  }
  .author-social-media-wrapper a {
    font-size: 13px;
    text-align: left;
    color: #4e4e4e;
    text-decoration: underline;
  }
  .author-social-media-wrapper .icon i {
    font-size: 20px;
    padding-right: 15px;
  }
  .bottom-bg-area {
    /* width: 100%; */
    padding: 0;
  }
  .upcoming-event-list-wrap .upcoming-event-list .upcoming-title {
    padding: 40px 0 20px;
  }
  .main-column {
    padding: 0;
  }
  .see-btn-wrap a.see-btn {
    color: #415264;
    font-size: 14px;
    text-decoration: underline;
    padding-left: 43%;
    text-align: center;
    display: flex;
  }
  .see-btn-wrap a.see-btn:hover {
    color: #639eb5;
  }
  .author-des {
    border-bottom: 1px solid #c7202f;
  }
  .listing-author-wrapper {
    background-color: transparent;
    border-radius: 10px;
    position: relative;
    /* padding: 0 5px 0 24px; */
    margin-left: 10px;
    margin-right: 10px;
  }
  .bottom-bg-area {
    background-color: #abf0f0;
  }
  /* .authot-profile-wrapper {
  position: relative;
  padding: 40px 10px 70px 10px;
} */
  .find-training-container .row {
    margin: 0;
  }

  .colse-wrapper-icon.text-end {
    position: absolute;
    top: -0.2%;
    left: 87%;
  }
  .author-social-media-wrapper .website,
  .author-social-media-wrapper .email,
  .author-social-media-wrapper .contact-number {
    display: block !important;
  }
  .author-social-media-wrapper.text-center {
    border-bottom: 1px solid #cf1d32;
    margin-top: 0;
  }
  /* .find-training-container-small {
    padding: 0 10px;
  } */
  @media only screen and (max-width: 650px){
.authot-profile-wrapper::before {
    position: absolute;
    width: 100vw;
    content: " ";
    background-color: #ABF0F0;
    height: 100%;
    top: 0;
    left: -27px;
}}

  .authot-profile-wrapper::before {
    position: absolute;
    width: 100vw;
    content: " ";
    background-color: #abf0f0;
    height: 100%;
    top: 0;
    left: -15px;
  }
  .top-area {
    padding-bottom: 42px;
    position: relative;
    background: #f8f8f8;
    border-radius: 10px;
  }

  .profile-wrap {
    position: static;
  }

  #infoToggler {
    display: block;
    border-radius: 0 0 10px 10px;
  }

  .author-meta {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .colse-wrapper-icon.text-end {
    position: absolute;
    top: -0.2%;
    left: 81%;
  }
}
.training-author section.main-section-wrapper {
  padding-bottom: 0px;
}

@media only screen and (max-width: 650px){
.authot-profile-wrapper::before {
    position: absolute;
    width: 100vw;
    content: " ";
    background-color: #ABF0F0;
    height: 100%;
    top: 0;
    left: -27px;
}
}
