.author-banner-section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  position: relative;
  min-height: 16.625rem;
}
@media only screen and (min-width: 768px) {
  .author-banner-section {
    padding-top: 4.688rem;
  }
}
@media only screen and (min-width: 991px) {
  .author-banner-section {
    padding-top: 6.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .author-banner-section {
    padding-bottom: 4.688rem;
  }
}
@media only screen and (min-width: 991px) {
  .author-banner-section {
    padding-bottom: 6.25rem;
  }
}
.author-banner-section::before {
  content: "";
  position: absolute;
  height: 46.75rem;
  width: 100%;
  background: linear-gradient(180deg, #D0E8FD 0%, #FFFFFF 100%);
  top: 0;
}
.author-banner-section .container {
  position: relative;
}
.author-banner-section .author-banner-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 3.125rem;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .author-banner-section .author-banner-wrapper {
    text-align: left;
    flex-direction: row;
  }
}
.author-banner-section .author-banner-wrapper .author-image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.author-banner-section .author-banner-wrapper .author-image img {
  height: 14rem !important;
  width: 14rem !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .author-banner-section .author-banner-wrapper .author-image img {
    height: 18.75rem !important;
    width: 18.75rem !important;
  }
}
.author-banner-section .author-banner-wrapper .author-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.author-banner-section .author-banner-wrapper .author-content .author-name {
  margin-bottom: 0.625rem;
}
.author-banner-section .author-banner-wrapper .author-content .author-position {
  color: #1B76FE;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 991px) {
  .author-banner-section .author-banner-wrapper .author-content .author-position {
    margin-bottom: 1.25rem;
  }
}
.author-banner-section .author-banner-wrapper .author-content .author-experience {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 991px) {
  .author-banner-section .author-banner-wrapper .author-content .author-experience {
    margin-bottom: 2rem;
  }
}
.author-banner-section .author-banner-wrapper .author-content .social-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 1.125rem;
  justify-content: center;
}
@media only screen and (min-width: 991px) {
  .author-banner-section .author-banner-wrapper .author-content .social-links {
    justify-content: initial;
  }
}
.author-banner-section .author-banner-wrapper .author-content .social-links .social-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.author-banner-section .author-banner-wrapper .author-content .social-links .social-icon .icon-author-linkedin-icon {
  font-size: 28px;
}
.author-banner-section .author-banner-wrapper .author-content .social-links .social-icon .icon-author-mail-icon {
  font-size: 25px;
}
.author-banner-section .author-banner-wrapper .author-content .social-links .social-icon span:hover::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1B76FE;
}

.author-aboutus-section {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .author-aboutus-section {
    padding: 0 1.25rem;
  }
}
@media only screen and (min-width: 1260px) {
  .author-aboutus-section {
    padding: 0 1.875rem;
  }
}
.author-aboutus-section .author-content-wrapper {
  padding-top: 3.125rem;
  padding-bottom: 1.563rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #ffffff;
  border-top-right-radius: 1.875rem;
  border-top-left-radius: 1.875rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .author-aboutus-section .author-content-wrapper {
    padding-top: 4.688rem;
  }
}
@media only screen and (min-width: 991px) {
  .author-aboutus-section .author-content-wrapper {
    padding-top: 6.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .author-aboutus-section .author-content-wrapper {
    padding-bottom: 2.344rem;
  }
}
@media only screen and (min-width: 991px) {
  .author-aboutus-section .author-content-wrapper {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 991px) {
  .author-aboutus-section .author-content-wrapper {
    flex-direction: row;
    gap: 2rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}
@media only screen and (min-width: 1260px) {
  .author-aboutus-section .author-content-wrapper {
    gap: 5.5rem;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
}
.author-aboutus-section .author-content-wrapper .author-left-content .author-about-name {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 991px) {
  .author-aboutus-section .author-content-wrapper .author-left-content .author-about-name {
    margin-bottom: 1.875rem;
  }
}
.author-aboutus-section .author-content-wrapper .author-left-content .description-content {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #4E5158;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .author-aboutus-section .author-content-wrapper .author-left-content .description-content {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .author-aboutus-section .author-content-wrapper .author-left-content .description-content {
    line-height: 1.875rem;
  }
}
.author-aboutus-section .author-content-wrapper .author-left-content .description-content p {
  margin: 0 0 1.5rem;
}
@media only screen and (min-width: 991px) {
  .author-aboutus-section .author-content-wrapper .author-left-content .description-content p {
    margin: 0 0 1.875rem;
  }
}
.author-aboutus-section .author-content-wrapper .author-left-content .description-content p:last-child {
  margin: 0 0;
}
.author-aboutus-section .author-content-wrapper .author-right-content {
  margin: 0 -1.25rem;
}
@media only screen and (min-width: 991px) {
  .author-aboutus-section .author-content-wrapper .author-right-content {
    margin: 0;
  }
}
.author-aboutus-section .author-content-wrapper .author-right-content .author-right-box {
  min-height: 18.625rem;
  width: 100%;
  padding: 3.125rem 1.25rem;
  background: linear-gradient(216.42deg, #1B1174 5.22%, #050620 46.56%, #3B2068 85.66%, #170A2C 116.94%);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .author-aboutus-section .author-content-wrapper .author-right-content .author-right-box {
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    -o-border-radius: 0.625rem;
    border-radius: 0.625rem;
    margin: 0;
    padding: 2.25rem 1.625rem;
    max-width: 20.313rem;
    min-width: 20.313rem;
  }
}
.author-aboutus-section .author-content-wrapper .author-right-content .author-right-box .bv-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.25rem;
}
.author-aboutus-section .author-content-wrapper .author-right-content .author-right-box .right-box-info {
  margin-bottom: 1.875rem;
  color: #ffffff;
}
@media only screen and (min-width: 991px) {
  .author-aboutus-section .author-content-wrapper .author-right-content .author-right-box .right-box-info {
    margin-bottom: 1.875rem;
  }
}
.author-aboutus-section .author-content-wrapper .author-right-content .author-right-box .right-box-btn #formPopup {
  border-radius: 20px;
  width: 500px;
  max-width: 85%;
}
.author-aboutus-section .author-content-wrapper .author-right-content .author-right-box .right-box-btn .lets-connect-form .insights-form {
  background: transparent;
}
.author-aboutus-section .author-content-wrapper .author-right-content .author-right-box .right-box-btn .lets-connect-form .insights-form .insights-form-title {
  margin-bottom: 1.625rem;
  padding-bottom: 15px;
  position: relative;
  text-align: left;
}
.author-aboutus-section .author-content-wrapper .author-right-content .author-right-box .right-box-btn .lets-connect-form .insights-form .insights-form-title::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #1B76FE;
  bottom: 0;
  left: 0;
}
.author-aboutus-section .author-content-wrapper .author-right-content .author-right-box .right-box-btn .lets-connect-form .insights-form .form-group {
  margin-bottom: 1rem;
}

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.our-client {
  text-align: center;
}
.our-client h2 {
  margin-bottom: 1.75rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .our-client h2 {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .our-client h2 {
    margin-bottom: 2.375rem;
  }
}
@media only screen and (min-width: 1440px) {
  .our-client h2 {
    margin-bottom: 2.813rem;
  }
}
.our-client h2 > span {
  background-color: #ffffff;
  padding: 0 0.875rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .our-client h2 > span {
    padding: 0 0.9rem;
  }
}
@media only screen and (min-width: 1024px) {
  .our-client h2 > span {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 1440px) {
  .our-client h2 > span {
    padding: 0 1.125rem;
  }
}
.our-client h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0.125rem;
  width: 100%;
  z-index: 0;
  background: linear-gradient(90deg, hsla(0, 0%, 85%, 0.22), #d9d9d9 50%, hsla(0, 0%, 85%, 0.22));
}
@media only screen and (min-width: 768px) {
  .our-client h2::after {
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, rgb(217, 217, 217) 50%, rgba(217, 217, 217, 0) 100%);
  }
}
.our-client .our-client-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(1.875rem, calc((100% - 1rem * (3 - 1)) / 3)));
  column-gap: 1rem;
  row-gap: 0.75rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 375px) {
  .our-client .our-client-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(1.875rem, calc((100% - 1.5rem * (3 - 1)) / 3)));
    column-gap: 1.5rem;
    row-gap: 0.859rem;
  }
}
@media only screen and (min-width: 768px) {
  .our-client .our-client-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(1.875rem, calc((100% - 1.563rem * (4 - 1)) / 4)));
    column-gap: 1.563rem;
    row-gap: 0.938rem;
  }
}
@media only screen and (min-width: 991px) {
  .our-client .our-client-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(1.875rem, calc((100% - 1.875rem * (5 - 1)) / 5)));
    column-gap: 1.875rem;
    row-gap: 1.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .our-client .our-client-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(1.875rem, calc((100% - 1.875rem * (6 - 1)) / 6)));
    column-gap: 1.875rem;
    row-gap: 1.25rem;
  }
}
@media only screen and (min-width: 1366px) {
  .our-client .our-client-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(1.875rem, calc((100% - 2.5rem * (6 - 1)) / 6)));
    column-gap: 2.5rem;
    row-gap: 1.875rem;
  }
}
.our-client .our-client-list li {
  border: 0.063rem solid #F4F4F4;
  width: 100%;
  height: 3.125rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.313rem 0.313rem;
}
@media only screen and (min-width: 768px) {
  .our-client .our-client-list li {
    height: 4.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .our-client .our-client-list li {
    height: 4.688rem;
  }
}
@media only screen and (min-width: 1366px) {
  .our-client .our-client-list li {
    min-width: 10.25rem;
    height: 5.25rem;
  }
}
.our-client .our-client-list li > div,
.our-client .our-client-list li img {
  vertical-align: middle;
  width: auto;
  height: 2.063rem !important;
}
@media only screen and (min-width: 768px) {
  .our-client .our-client-list li > div,
  .our-client .our-client-list li img {
    height: 2.875rem !important;
  }
}
@media only screen and (min-width: 1280px) {
  .our-client .our-client-list li > div,
  .our-client .our-client-list li img {
    height: 3rem !important;
  }
}
@media only screen and (min-width: 1440px) {
  .our-client .our-client-list li > div,
  .our-client .our-client-list li img {
    height: 3.625rem !important;
  }
}

/*# sourceMappingURL=author-detail-page.css.map */
