.legacyBannerMain {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/our-portfolio/banner-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 90px);
}
@media (max-width: 767px) {
  .legacyBannerMain {
    background-position: center;
    padding: 40px 0;
    min-height: auto;
  }
}
.legacyBannerMain .rightImage {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 690px;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
@media (max-width: 1465px) {
  .legacyBannerMain .rightImage {
    right: -90px;
  }
}
@media (max-width: 1290px) {
  .legacyBannerMain .rightImage {
    display: none;
  }
}
.legacyBannerMain .legacyContent {
  position: relative;
  max-width: 746px;
  width: 100%;
}
@media (max-width: 1290px) {
  .legacyBannerMain .legacyContent {
    max-width: 100%;
  }
}
.legacyBannerMain .legacyContent h1 {
  font-size: 67px;
  line-height: 72px;
  margin-bottom: 7px;
  color: #1b1b1b;
  max-width: 800px;
}
@media screen and (max-width: 991px) {
  .legacyBannerMain .legacyContent h1 {
    font-size: 40px;
    line-height: normal;
  }
}
@media screen and (max-width: 576px) {
  .legacyBannerMain .legacyContent h1 {
    font-size: 24px;
  }
}
.legacyBannerMain .legacyContent h1 span {
  color: #f5b318;
  position: relative;
}
.legacyBannerMain .legacyContent p {
  color: #777e90;
  font-family: "RedHatDisplay-Medium";
  max-width: 430px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 18px;
}
@media screen and (max-width: 576px) {
  .legacyBannerMain .legacyContent p {
    font-size: 13px;
    line-height: 21px;
  }
}
.legacyBannerMain .customBtn {
  background-color: #0056b3;
  border-radius: 50px;
  padding: 10px 12px 10px 30px;
  display: flex;
  align-items: center;
  gap: 47px;
  border: none;
  box-shadow: none;
  margin-bottom: 70px;
  position: relative;
}
.legacyBannerMain .customBtn a {
  color: white !important;
}
@media screen and (max-width: 1024px) {
  .legacyBannerMain .customBtn {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 518px) {
  .legacyBannerMain .customBtn {
    padding: 8px 10px;
    gap: 20px;
  }
}
.legacyBannerMain .customBtn:before {
  content: "";
  position: absolute;
  left: -45%;
  top: 200%;
  transform: translateY(-50%);
  background-image: url(../images/our-portfolio/svg/arrowset.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}
@media (max-width: 991px) {
  .legacyBannerMain .customBtn:before {
    display: none;
  }
}
.legacyBannerMain .customBtn p {
  font-family: "RedHatDisplay-Bold";
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}
@media screen and (max-width: 518px) {
  .legacyBannerMain .customBtn p {
    font-size: 14px;
  }
}
.legacyBannerMain .customBtn .iconWrapper {
  background-color: #fff;
  border-radius: 50%;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 518px) {
  .legacyBannerMain .customBtn .iconWrapper {
    padding: 15px;
  }
}
.legacyBannerMain .customBtn .iconWrapper i {
  color: #2f6bff;
  font-size: 16px;
}
.legacyBannerMain .ratingSet {
  gap: 41px;
  padding-top: 10px;
}
@media screen and (max-width: 518px) {
  .legacyBannerMain .ratingSet {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.legacyBannerMain .ratingSet .ratingItem {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .legacyBannerMain .ratingSet .ratingItem {
    padding: 0px;
  }
}
.legacyBannerMain .ratingSet .ratingItem::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: 2px;
  background-color: #353945;
}
@media screen and (max-width: 576px) {
  .legacyBannerMain .ratingSet .ratingItem::after {
    display: none;
  }
}
.legacyBannerMain .ratingSet .ratingItem:last-child::after {
  display: none;
}
.legacyBannerMain .ratingSet .ratingItem h3 {
  color: #1b1b1b;
}
.legacyBannerMain .ratingSet .ratingItem .stars i {
  color: #f5a623;
  font-size: 18px;
  margin-right: 2px;
}

.confrenceTopics {
  padding: 50px 0px;
}
@media screen and (max-width: 991px) {
  .confrenceTopics {
    padding: 30px 0px;
  }
}
.confrenceTopics .sectionHeadingWrap {
  padding-bottom: 40px;
}
.confrenceTopics .sectionHeadingWrap h2 {
  font-family: "RedHatDisplay-Semibold";
  font-size: 36px;
  line-height: 48px;
  color: #183b56;
  padding: 16px 0px 10px 0px;
}
.confrenceTopics .customCard {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 20px 50px 0px rgba(15, 24, 44, 0.1490196078);
}
.confrenceTopics .customCard img {
  object-fit: cover;
  width: 100%;
  transition: transform 0.4s ease;
  box-shadow: 0px 20px 50px 0px rgba(15, 24, 44, 0.1490196078);
}
.confrenceTopics .customCard::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.confrenceTopics .customCard:hover img {
  transform: translateY(-10px) scale(1.05);
  border-radius: 20px;
}
.confrenceTopics .customCard .cardOverlay {
  position: absolute;
  bottom: 0;
  padding: 20px 20px 40px;
  z-index: 2;
  letter-spacing: 0.5px;
}
.confrenceTopics .customCard .cardOverlay h3 {
  font-family: "RedHatDisplay-Semibold";
  color: #fff;
  font-size: 28px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .confrenceTopics .customCard .cardOverlay h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .confrenceTopics .customCard .cardOverlay h3 {
    font-size: 20px;
  }
}
.confrenceTopics .customCard .cardOverlay p {
  font-family: "RedHatDisplay-Regular";
  color: #fff;
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 23px;
}
@media screen and (max-width: 991px) {
  .confrenceTopics .customCard .cardOverlay p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .confrenceTopics .customCard .cardOverlay p {
    font-size: 14px;
  }
}
.confrenceTopics .customCard .cardOverlay .learnMore {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  line-height: 100%;
  display: flex;
  gap: 8px;
  text-transform: capitalize;
  color: #357af6;
}
.confrenceTopics .customCard .cardOverlay .learnMore:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=our-portfolio.css.map */
