@import url("../css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("../css/header.css");
body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.003em;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.003em;
  font-weight: 700;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.2s;
  color: #000;
}

a:focus {
  outline: none;
  text-decoration: none;
}

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

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

/*   normalize  */
@media (max-width: 1400px) {
  .container {
    max-width: 1305px !important;
    width: 100%;
  }
}
.btn {
  box-shadow: none !important;
  outline: none !important;
  text-align: center;
  border-radius: 34px;
  font-weight: 600;
  width: 100%;
}

.btn-lg {
  height: 64px !important;
}

.btn-md {
  height: 56px !important;
}

.btn-sm {
  height: 38px !important;
}

.btn.btn-primary {
  background-color: #FF7900;
  color: #fff;
  border-color: #FF7900;
}
.btn.btn-primary:hover {
  background-color: #ed7203;
  box-shadow: 0 3px 15px 0 rgba(255, 119, 0, 0.4);
  transition: all 0.8s;
}
.btn.btn-primary:focus {
  background-color: #ed7203;
  box-shadow: 0 3px 15px 0 rgba(255, 119, 0, 0.4);
}

.btn-outline {
  background-color: #fff;
  color: #FF7900;
  border-color: #FF7900;
}
.btn-outline:hover {
  background-color: #FF7900;
  color: #fff;
  box-shadow: 0 3px 15px 0 rgba(255, 119, 0, 0.4);
  transition: all 0.8s;
}
.btn-outline:focus {
  background-color: #FF7900;
  color: #fff;
  box-shadow: 0 3px 15px 0 rgba(255, 119, 0, 0.4);
}

/*############################ header section ###############################*/
/* ############################## Home section ############################### */
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  font-size: 18px;
  color: #181818;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
.form-group .form-control {
  border: 1px solid #c7c7c7;
  height: 50px;
  background-color: #fff;
  border-radius: 0;
  font-size: 18px;
  box-shadow: none;
  outline: 0;
}
.form-group .form-control:focus {
  border-color: #1d61f6 !important;
  color: #000;
}

.input-group .input-group-addon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}
.input-group .input-group-addon a {
  text-decoration: none;
  color: #727272;
}
.input-group .input-group-addon i {
  font-size: 20px;
}
.input-group .form-control {
  padding-right: 40px;
}

/*  main section start here */
.banner-section {
  min-height: 800px;
  max-height: 800px;
  background: url("../images/Home-page/5e949119c2b30.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner-section .banner-bg-elements .banner_element1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-section .banner-bg-elements .banner_element1 img {
  opacity: 0.21;
}
.banner-section .banner-bg-elements .banner_element2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner-section .banner-bg-elements .banner_element2 img {
  opacity: 0.21;
}
.banner-section::before {
  content: " ";
  background: linear-gradient(288.98deg, #45BAFF -3.13%, #2D5EDD 85.3%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
}
.banner-section .banner-inner {
  padding-top: 180px;
}
.banner-section .banner-inner .container {
  position: relative;
}
.banner-section .banner-inner .banner-content {
  padding-top: 50px;
  padding-right: 46px;
}
.banner-section .banner-inner .banner-content h1 {
  color: #fff;
  margin-bottom: 32px;
}
.banner-section .banner-inner .banner-content p {
  color: #fff;
  margin-bottom: 32px;
}
.banner-section .banner-inner .banner-content .banner-btn {
  max-width: 276px;
  width: 100%;
}
.banner-section .banner-inner .banner-image {
  position: relative;
  height: 392px;
}
.banner-section .banner-inner .banner-image .banner-bg-image {
  height: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .banner-inner .banner-image .perfect_match-card {
  position: absolute;
  left: -34px;
  bottom: -102px;
  max-width: 390px;
  width: 100%;
  box-shadow: 0 0 10px 4px rgba(63, 165, 247, 0.1);
}

.contact_us-banner .banner-inner {
  padding-top: 150px;
}

.section-padding {
  padding-top: 160px;
}

.section-head h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.003em;
  color: #1F3E72;
}

.solutions-section {
  background: #fff;
  padding-bottom: 138px;
  overflow: hidden;
}
.solutions-section .solution-bg-elements {
  position: relative;
}
.solutions-section .solution-bg-elements .element1 {
  position: absolute;
  top: -133px;
  right: -30px;
}
.solutions-section .solution-bg-elements .element1 img {
  max-width: 336px;
}
.solutions-section .solution-bg-elements .element2 {
  position: absolute;
  top: -20px;
  left: -24%;
}
.solutions-section .solution-bg-elements .element2 img {
  max-width: 888px;
}
.solutions-section .solution-bg-elements .element3 {
  position: absolute;
  top: 182px;
  right: -22%;
}
.solutions-section .solution-bg-elements .element3 img {
  max-width: 726px;
}
.solutions-section .title-section {
  margin-bottom: 48px;
}
.solutions-section .title-section .section-head-content {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #59677F;
  padding-top: 14px;
  padding-left: 15px;
  padding-right: 40px;
}
.solutions-section .container {
  position: relative;
  z-index: 5;
}
.solutions-section .solutions-left {
  padding-right: 40px;
}
.solutions-section .solutions-left .accordion .accordion-item {
  margin-bottom: 16px;
  border-radius: 12px;
}
.solutions-section .solutions-left .accordion .accordion-item.active {
  border: 1px solid #FF7900;
}
.solutions-section .solutions-left .accordion .accordion-item.active .accordion-header .accordion-button {
  color: #FF7900;
}
.solutions-section .solutions-left .accordion .accordion-item.active .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 6L6 1L1 6' stroke='%23FF7900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: rotate(0deg);
  transition: all 0.3s;
  background-size: 0.75rem;
  background-position: center;
}
.solutions-section .solutions-left .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #fff;
  padding: 20px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  box-shadow: none;
  outline: none;
  border-radius: 12px;
  color: #1F3E72;
}
.solutions-section .solutions-left .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
  background-size: 0.75rem;
  background-position: center;
}
.solutions-section .solutions-left .accordion .accordion-item .accordion-body {
  padding: 0px 24px 20px;
}
.solutions-section .solutions-left .accordion .accordion-item .accordion-body p {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.2px;
  color: #4F5D75;
  margin-bottom: 28px;
}
.solutions-section .solutions-left .accordion .accordion-item .accordion-body .know-more-btn button {
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
}
.solutions-section .solutions-right {
  position: relative;
  padding: 0 60px 0 68px;
  margin: auto;
  max-width: 618px;
  width: 100%;
  max-height: 743px;
  height: 100%;
}
.solutions-section .solutions-right img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.solutions-section .solutions-right .right-img-tag {
  position: absolute;
  bottom: 125px;
  left: 28px;
  max-width: 350px;
  width: 100%;
  background: #fff;
  padding: 24px;
  box-shadow: 40px 40px 180px rgba(7, 6, 34, 0.5);
  border-radius: 8px;
}
.solutions-section .solutions-right .right-img-tag h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #1F3E72;
}
.solutions-section .solutions-right .right-img-tag p {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #FF7900;
  margin-bottom: 0;
}

.trusted-section .trusted-inner-section {
  background: url("../images/Blue_2.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 60px;
}
.trusted-section .trusted-inner-section .trusted-left {
  padding: 0 100px 0 40px;
}
.trusted-section .trusted-inner-section .trusted-left h2 {
  color: #fff;
  margin-bottom: 24px;
}
.trusted-section .trusted-inner-section .trusted-left p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.trusted-section .trusted-inner-section .trusted-right {
  padding-right: 40px;
}
.trusted-section .trusted-inner-section .trusted-right .card-container {
  margin-bottom: 38px;
}
.trusted-section .trusted-inner-section .trusted-right .card-container .card {
  background: #F3F4F5;
  border: 1px solid #E2E5EF;
  box-sizing: border-box;
  box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 22px 22px 8px 22px;
  text-align: center;
  height: 100%;
}
.trusted-section .trusted-inner-section .trusted-right .card-container .card h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.003em;
  color: #012054;
}
.trusted-section .trusted-inner-section .trusted-right .card-container .card p {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.003em;
  color: #1F3E72;
}

.trusted-partners {
  padding: 45px 130px 0;
}
.trusted-partners .partners-logo-bg {
  height: 95px;
  width: 195px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 8px;
}
.trusted-partners .partners-logo-bg img {
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.goals-section {
  padding-bottom: 160px;
}
.goals-section .section-head {
  text-align: center;
}
.goals-section .section-head h2 {
  margin-bottom: 55px;
}
.goals-section .event-list-container {
  padding: 0 40px;
}
.goals-section .event-list-container .nav-tabs {
  border-bottom: none;
}
.goals-section .event-list-container .event-list {
  margin-bottom: 54px;
}
.goals-section .event-list-container .event-list .event-item-card {
  background: #FFFFFF;
  border: 1px solid #DDE5FF;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 16px 24px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #1F3E72;
  cursor: default;
}
.goals-section .event-list-container .event-list .event-item-card:hover, .goals-section .event-list-container .event-list .event-item-card:focus, .goals-section .event-list-container .event-list .event-item-card.active {
  border: 1px solid #FF7900;
  box-sizing: border-box;
  color: #FF7900;
  box-shadow: 0px 6.87955px 34.3978px rgba(255, 121, 0, 0.1);
}
.goals-section .event-list-container .available-event-container {
  padding-top: 16px;
  min-height: 604px;
  height: 100%;
}
.goals-section .event-list-container .available-event-container .available-event {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 24px;
  box-shadow: 0px 2px 4px rgba(28, 41, 90, 0.2);
  border-radius: 0px 0px 12px 12px;
}
.goals-section .event-list-container .available-event-container .available-event .event-heading h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #242F57;
  margin-bottom: 0;
}
.goals-section .event-list-container .available-event-container .available-event .event-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.goals-section .event-list-container .available-event-container .available-event .event-content .event-img-container {
  background: #C4C4C4;
  border-radius: 9px;
  margin-right: 40px;
  width: 202px;
  height: 178px;
}
.goals-section .event-list-container .available-event-container .available-event .event-content .event-img-container img {
  width: auto;
  height: 100%;
  border-radius: 9px;
}
.goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-title h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #59677F;
  margin-bottom: 18px;
  padding-top: 14px;
}
.goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom {
  margin-bottom: 28px;
}
.goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul {
  display: flex;
  align-items: center;
}
.goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-date, .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-site {
  padding-right: 25px;
}
.goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-date img, .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-site img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}
.goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-date span, .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-site span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #242F57;
}
.goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-date span a, .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-site span a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FF7900;
}
.goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-button .btn {
  font-size: 14px;
  border-radius: 28px;
  padding: 8px 30px;
  width: auto;
  text-align: center;
  margin-right: 12px;
}
.goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-button .btn img {
  width: 18px;
  margin-right: 12px;
}
.goals-section .event-list-container .organize_event-panel {
  background: url("../images/Home-page/apple-computers.png") no-repeat;
  background-position: top;
  background-size: contain;
}
.goals-section .event-list-container .ems-panel {
  background: url("../images/Home-page/Event-managment-devices.png") no-repeat;
  background-position: top;
  background-size: contain;
}
.goals-section .event-list-container .bit-panel {
  background: url("../images/Home-page/cover-computer-work.png") no-repeat;
  background-position: top;
  background-size: contain;
}
.goals-section .event-list-container .attend_event-panel {
  background: url("../images/Home-page/cover-computer-data.png ") no-repeat;
  background-position: top;
  background-size: contain;
}
.goals-section .event-list-container .buyers-panel {
  background: url("../images/Home-page/Samsungphones.png") no-repeat;
  background-position: top;
  background-size: contain;
}
.goals-section .event-list-container .vendors-panel {
  background: url("../images/Home-page/Find-Vendors.png") no-repeat;
  background-position: top;
  background-size: contain;
}
.goals-section .matchmaking-container {
  background: url("../images/Orange-bg.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.goals-section .matchmaking-container .matchmaking-inner {
  padding-top: 56px;
  padding-bottom: 56px;
}
.goals-section .matchmaking-container .matchmaking-inner .matchmaking-left-content {
  padding-top: 20px;
  padding-right: 62px;
}
.goals-section .matchmaking-container .matchmaking-inner .matchmaking-left-content h2 {
  color: #fff;
  margin-bottom: 24px;
}
.goals-section .matchmaking-container .matchmaking-inner .matchmaking-left-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content {
  padding-right: 30px;
}
.goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner {
  background: #F3F4F5;
  border: 1px solid #E2E5EF;
  box-sizing: border-box;
  box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 24px 24px 6px 24px;
  height: 100%;
}
.goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner .icon-div {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #FF79001a;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 16px;
}
.goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner .icon-div img {
  width: 24px;
  height: 24px;
}
.goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner h5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.003em;
  color: #012054;
  margin-bottom: 16px;
}
.goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner .event-link {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CCD3EE;
  padding-top: 16px;
}
.goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner .event-link p {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.003em;
  color: #012054;
  width: 80%;
}
.goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner .event-link .arrow-icon {
  width: 20%;
}
.goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner .event-link .arrow-icon img {
  width: 24px;
  height: 24px;
}
.goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner .event-link.active p {
  color: #FF7900;
}

.premium-access-section {
  background: url("../images/Pattern_joinus.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 108px 210px 98px;
}
.premium-access-section .premium-content {
  text-align: center;
  color: #fff;
}
.premium-access-section .premium-content h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
.premium-access-section .premium-content p {
  margin-bottom: 48px;
}
.premium-access-section .premium-content .premium-content-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 54px;
}
.premium-access-section .premium-content .premium-content-list li {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 30px;
  text-align: start;
}
.premium-access-section .premium-content .premium-content-list li::before {
  content: " ";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
}
.premium-access-section .premium-content .join_us-btn a {
  line-height: 46px;
  max-width: 276px;
  width: 100%;
}

.learn-more-section {
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}
.learn-more-section .learm-more-content {
  width: 100%;
  text-align: center;
  position: relative;
  background: url("../images/learn-more-bg.png") no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 648px;
  height: 100%;
}
.learn-more-section .learm-more-content .content {
  max-width: 445px;
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.learn-more-section .learm-more-content .content .title-tag {
  margin-bottom: 18px;
}
.learn-more-section .learm-more-content .content .title-tag span {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #36B37E;
}
.learn-more-section .learm-more-content .content h2 {
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.2px;
  color: #183B56;
  margin-bottom: 24px;
}
.learn-more-section .learm-more-content .content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #4F5A81;
}
.learn-more-section .learn-more-btn a {
  max-width: 276px;
  width: 100%;
  font-size: 20px;
  line-height: 46px;
}

.corporation-banner {
  background: url("../images/corporate-page/cover-how-can.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.corporation-banner::before {
  content: " ";
  background: linear-gradient(288.98deg, #45BAFF -3.13%, #2D5EDD 85.3%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
}
.corporation-banner .banner-inner .banner-content {
  padding-top: 35px;
  padding-right: 0;
}

.government-banner {
  background: url("../images/government-page/cover-how-can.jpg") no-repeat;
  background-size: cover;
  background-position: top;
}

.commerce_trade-banner {
  background: url("../images/trades/cover-how-can.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.event_planner-banner {
  background: url("../images/event_planner-banner-img.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.import_export-banner {
  background: url("../images/international/imp_exp-banner.jpg") no-repeat;
  background-size: cover;
  background-position: top;
}

.supplier_diversity-banner {
  background: url("../images/Home-page/5e949119c2b30.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.small_mid_business-banner {
  background: url("../images/small_mid/cover-how-can.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.host_event-banner {
  background: url("../images/host_event/host_event-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.attend_event-banner {
  min-height: 614px;
  max-height: 614px;
  background: url("../images/attend_event-banner-img.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.attend_event-banner::before {
  content: " ";
  background: linear-gradient(288.98deg, #45BAFF -3.13%, #2D5EDD 85.3%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
}
.attend_event-banner .banner-bg-elements .banner_element1 {
  bottom: -75%;
}
.attend_event-banner .banner-bg-elements .banner_element2 {
  bottom: -32%;
}

.find_buyers-banner {
  background: url("../images/find_buyers-banner-img.jpg") no-repeat;
  background-size: cover;
  background-position: top;
}

.find_vendors-banner {
  background: url("../images/cover-about-us.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.plans_pricing-banner {
  background: url("../images/plans_pricing-banner-img.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.plans_pricing-banner .banner-inner .banner-content {
  padding-right: 0;
}
.plans_pricing-banner .banner-inner .banner-content .banner-btn {
  max-width: 336px;
}

.about_us-banner {
  background: url("../images/cover-about-us.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.contact_us-banner {
  background: url("../images/Contact-us.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.technology_overview-banner {
  background: url("../images/technology/technology-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.technology_overview-banner .technology-overview-btn {
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.technology_overview-banner .technology-overview-btn .btn {
  padding: 0.5rem 2rem;
}

.business_intelligence-banner {
  background: url("../images/BITS.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.event_management-banner {
  background: url("../images/EMS-BANNER-AMPLIO.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.privacy_policy-banner {
  min-height: 430px;
  max-height: 430px;
  background: url("../images/cookie-policy-banner.jpg") no-repeat;
  background-size: cover;
  background-position: top;
}

.header-bottom {
  background: #F8F9FD;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-bottom .navbar-bottom {
  padding: 24px 0;
}
.header-bottom .navbar-bottom .navbar-inner .navbar-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.header-bottom .navbar-bottom .navbar-inner .navbar-nav .nav-item a {
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #59677F;
  white-space: nowrap;
}
.header-bottom .navbar-bottom .navbar-inner .navbar-nav .nav-item:hover a {
  color: #FF7900;
  transition: all 0.4s ease-in-out;
}
.header-bottom .navbar-bottom .navbar-inner .navbar-nav .nav-item:focus a {
  color: #FF7900;
  transition: all 0.4s ease-in-out;
}
.header-bottom .navbar-bottom .navbar-inner .navbar-nav .nav-item .nav-link.active {
  color: #FF7900;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}

.corporate-solution-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.corporate-solution-section .title-section .section-head-content {
  color: #ABADB2;
}

.features-section {
  background: linear-gradient(89.91deg, #09245D 13.31%, #164BBE 104.11%);
  background-position: center;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.features-section .feature-bg-elements .element-1 {
  position: absolute;
  top: 0;
  right: 20%;
}
.features-section .feature-bg-elements .element-2 {
  position: absolute;
  top: 18%;
  right: 0;
}
.features-section .feature-bg-elements .element-3 {
  position: absolute;
  top: 46%;
  right: 0;
}
.features-section .feature-bg-elements .element-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.features-section .feature-bg-elements .element-5 {
  position: absolute;
  left: 50%;
  bottom: -125px;
}
.features-section .feature-bg-elements .element-5 img {
  width: 240px;
  position: relative;
  left: -50%;
}
.features-section .feature-bg-elements .element-6 {
  position: absolute;
  top: 30%;
  left: 0;
}
.features-section .feature-bg-elements .element-7 {
  position: absolute;
  top: 65%;
  left: 0;
}
.features-section .feature-title .section-title {
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 48px;
}
.features-section .feature-content {
  padding-bottom: 160px;
  position: relative;
}
.features-section .feature-content .feature-card-container {
  margin-bottom: 24px;
}
.features-section .feature-content .feature-card-container .card {
  padding: 32px;
  border-radius: 8px;
  height: 100%;
}
.features-section .feature-content .feature-card-container .card .icon-div {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  box-shadow: 0px 24px 24px rgba(8, 7, 41, 0.05);
  border-radius: 8px;
  text-align: center;
  line-height: 72px;
  margin-bottom: 24px;
}
.features-section .feature-content .feature-card-container .card .icon-div img {
  width: 40px;
}
.features-section .feature-content .feature-card-container .card h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.003em;
  color: #1F3E72;
}
.features-section .feature-content .feature-card-container .card p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #59677F;
}
.features-section .feature-content .feature-card-container .card p a {
  color: #FF7900;
}
.features-section .feature-content .feature-card-container .card .feature_description {
  position: relative;
}
.features-section .feature-content .feature-card-container .card .feature_description .text {
  position: relative;
  display: block;
}
.features-section .feature-content .feature-card-container .card .feature_description .text h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.003em;
  color: #1F3E72;
}
.features-section .feature-content .feature-card-container .card .feature_description .text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #59677F;
}
.features-section .feature-content .feature-card-container .card .feature_description .show-more {
  color: #FF7900;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.features-section .feature-content .feature-card-container .card .feature_description .show-more:hover {
  color: #ff9e46;
}
.features-section .feature-content .feature-card-container .card .feature_description .show-more-height {
  height: 154px;
  overflow: hidden;
}
.features-section .feature-content .features-btn {
  text-align: center;
  padding-top: 48px;
}
.features-section .feature-content .features-btn a {
  line-height: 46px;
  max-width: 276px;
  width: 100%;
}

.event-section {
  padding: 80px 0;
  overflow: hidden;
}
.event-section .event-bg-element {
  position: relative;
}
.event-section .event-bg-element .element-1 {
  position: absolute;
  right: 0;
  top: 15px;
}
.event-section .event-bg-element .element-1 img {
  max-width: 388px;
  width: 100%;
}
.event-section .event-bg-element .element-2 {
  position: absolute;
  left: 0;
  top: 250px;
}
.event-section .event-bg-element .element-2 img {
  max-width: 512px;
  width: 100%;
}
.event-section .event-card-container .card {
  background: #FFFFFF;
  box-shadow: 0px 24px 24px rgba(8, 7, 41, 0.05);
  border-radius: 8px;
  border: 0;
  padding: 48px;
}
.event-section .event-card-container .card .card-content {
  max-width: 303px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.event-section .event-card-container .card .card-content .icon-div {
  margin-bottom: 12px;
}
.event-section .event-card-container .card .card-content .icon-div img {
  width: auto;
  height: 56px;
}
.event-section .event-card-container .card .card-content h4 {
  font-weight: bold;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.003em;
  color: #012054;
  margin-bottom: 12px;
}
.event-section .event-card-container .card .card-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #59677F;
  margin-bottom: 32px;
}
.event-section .event-card-container .card .card-content .upcoming-btn a {
  font-size: 16px;
  line-height: 40px;
}
.event-section .event-card-container .card .card-content .get_started-btn a {
  font-size: 16px;
  line-height: 40px;
  border-width: 2px;
}

.virtual-meeting-section {
  padding: 80px 0;
}
.virtual-meeting-section .meeting-image-container {
  position: relative;
}
.virtual-meeting-section .meeting-image-container img {
  border-radius: 8px;
  max-width: 516px;
  width: 100%;
}
.virtual-meeting-section .meeting-image-container .reminder-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 452px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
}
.virtual-meeting-section .meeting-image-container .reminder-card img {
  height: 48px;
  width: auto;
  margin-right: 24px;
}
.virtual-meeting-section .meeting-image-container .reminder-card .content {
  display: grid;
}
.virtual-meeting-section .meeting-image-container .reminder-card .content h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.003em;
  color: #1F3E72;
  margin-bottom: 4px;
}
.virtual-meeting-section .meeting-image-container .reminder-card .content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #59677F;
  margin: 0;
}
.virtual-meeting-section .meeting-content .section-head h2 {
  margin-bottom: 24px;
}
.virtual-meeting-section .meeting-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
  margin-bottom: 32px;
}

.learn_more-btn {
  max-width: 263px;
  min-width: 263px;
  width: 100%;
}
.learn_more-btn a {
  font-weight: 700;
  line-height: 40px;
}

.matchmaking-experience-section {
  background: linear-gradient(89.91deg, #09245D 13.31%, #164BBE 104.11%);
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 295px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.matchmaking-experience-section .matchmaking-bg-elements .element-1 {
  position: absolute;
  top: 4%;
  right: -8%;
}
.matchmaking-experience-section .matchmaking-bg-elements .element-1 img {
  width: 522px;
}
.matchmaking-experience-section .matchmaking-bg-elements .element-2 {
  position: absolute;
  bottom: -14%;
  right: -6%;
}
.matchmaking-experience-section .matchmaking-bg-elements .element-2 img {
  width: 285px;
}
.matchmaking-experience-section .matchmaking-bg-elements .element-3 {
  position: absolute;
  bottom: -14%;
  left: -6%;
}
.matchmaking-experience-section .matchmaking-bg-elements .element-3 img {
  width: 285px;
}
.matchmaking-experience-section .matchmaking-title .section-title {
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 48px;
}
.matchmaking-experience-section .matchmaking-experience-content {
  padding-bottom: 160px;
}
.matchmaking-experience-section .matchmaking-experience-content .experience-card-container {
  margin-bottom: 24px;
}
.matchmaking-experience-section .matchmaking-experience-content .experience-card-container .card {
  padding: 32px 40px;
  border-radius: 8px;
  height: 100%;
  text-align: center;
}
.matchmaking-experience-section .matchmaking-experience-content .experience-card-container .card h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 0.003em;
  color: #1F3E72;
}
.matchmaking-experience-section .matchmaking-experience-content .experience-card-container .card p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #59677F;
}
.matchmaking-experience-section .corporation-content .matchmaking-title {
  margin-bottom: 48px;
}
.matchmaking-experience-section .corporation-content .matchmaking-title .section-title {
  margin-bottom: 16px;
}
.matchmaking-experience-section .corporation-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  opacity: 0.71;
}

.testimonial-section {
  position: relative;
  padding: 50px 0px 80px;
}
.testimonial-section .owl-theme .owl-nav [class*=owl-] {
  background: #DDE5FF;
  border-radius: 40px;
  width: 36px;
  height: 36px;
  color: #fff;
}
.testimonial-section .owl-theme .owl-nav [class*=owl-]:hover {
  background: #FF7900;
}
.testimonial-section .owl-theme .owl-nav {
  position: relative;
  left: auto;
  bottom: 65px !important;
  right: 48px;
  text-align: right;
  margin-left: auto;
}
.testimonial-section .owl-dots {
  position: relative;
  left: auto;
  bottom: 150px !important;
  right: 0;
  text-align: left;
  flex: 0 0 auto;
  width: 52.333333%;
  margin-left: auto;
  margin-top: 20px;
}
.testimonial-section .owl-dots::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 92%;
  height: 2px;
  background-color: #DDE5FF;
}
.testimonial-section .owl-dots .owl-dot {
  width: 15%;
}
.testimonial-section .owl-dots .owl-dot span {
  width: 100%;
  height: 5px;
  border-radius: 0;
  margin: 5px 0;
}
.testimonial-section .owl-dots .owl-dot.active span {
  background: #FF7900;
}
.testimonial-section .owl-dots .owl-dot:hover span {
  background: #FF7900;
}
.testimonial-section .testimonial-bg-watermark {
  text-align: center;
}
.testimonial-section .testimonial-bg-watermark img {
  width: 350px;
}
.testimonial-section .testimonial-card-container {
  position: absolute;
  top: -43%;
  left: 0;
  right: 0;
  z-index: 1;
}
.testimonial-section .testimonial-card-container .testimonial-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 24px 24px rgba(8, 7, 41, 0.05);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 100%;
  overflow: hidden;
}
.testimonial-section .testimonial-card-container .testimonial-card .testimonial-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.testimonial-section .testimonial-card-container .testimonial-card .testimonial-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .testimonial-card-container .testimonial-card .testimonial-image .testimonial-watermark {
  position: absolute;
  top: 20px;
  left: 20px;
}
.testimonial-section .testimonial-card-container .testimonial-card .testimonial-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 48px 70px;
}
.testimonial-section .testimonial-card-container .testimonial-card .testimonial-content .testimonial-upper h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.003em;
  color: #1F3E72;
  margin-bottom: 16px;
}
.testimonial-section .testimonial-card-container .testimonial-card .testimonial-content .testimonial-upper p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
  margin-bottom: 28px;
}
.testimonial-section .testimonial-card-container .testimonial-card .testimonial-content .testimonial-upper .profile-detail h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.003em;
  color: #1F3E72;
}
.testimonial-section .testimonial-card-container .testimonial-card .testimonial-content .testimonial-upper .profile-detail p {
  font-size: 16px;
  margin-bottom: 18px;
}

.virtual-event-section {
  padding: 80px 0;
}
.virtual-event-section .virtual-event-left {
  padding-top: 50px;
}
.virtual-event-section .virtual-event-left h2 {
  margin-bottom: 24px;
}
.virtual-event-section .virtual-event-left p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
}
.virtual-event-section .virtual-event-left ul li {
  position: relative;
  padding-left: 20px;
  margin: 8px 0;
}
.virtual-event-section .virtual-event-left ul li span {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
}
.virtual-event-section .virtual-event-left ul li::before {
  content: " ";
  position: absolute;
  top: 12px;
  left: 4px;
  background: #FF7900;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
.virtual-event-section .virtual-event-left ul li:last-child {
  margin-bottom: 32px;
}
.virtual-event-section .virtual-event-left .learn_more-btn a {
  font-size: 16px;
}
.virtual-event-section .virtual-event-right {
  max-width: 516px;
  width: 100%;
  margin-left: auto;
}

.suplier-diversity-section {
  padding: 80px 0;
}
.suplier-diversity-section .section-heading {
  max-width: 595px;
  width: 100%;
  text-align: center;
  margin: auto auto 48px;
}
.suplier-diversity-section .section-heading .section-title {
  color: #1F3E72;
}
.suplier-diversity-section .suplier-left {
  max-width: 516px;
  width: 100%;
}
.suplier-diversity-section .suplier-left ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.suplier-diversity-section .suplier-left ul li {
  margin-bottom: 16px;
}
.suplier-diversity-section .suplier-right p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
}
.suplier-diversity-section .suplier-right ul li {
  position: relative;
  padding-left: 20px;
  margin: 8px 0;
}
.suplier-diversity-section .suplier-right ul li span {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
}
.suplier-diversity-section .suplier-right ul li::before {
  content: " ";
  position: absolute;
  top: 12px;
  left: 4px;
  background: #FF7900;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
.suplier-diversity-section .suplier-right ul li:last-child {
  margin-bottom: 32px;
}

.whitepaper-section {
  padding: 80px 0;
}
.whitepaper-section .whitepaper-container {
  background: #F6F8FE;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 48px;
}
.whitepaper-section .whitepaper-container .whitepaper-img {
  width: 50%;
  text-align: center;
}
.whitepaper-section .whitepaper-container .whitepaper-img img {
  max-width: 260px;
  width: 100%;
  margin: auto;
}
.whitepaper-section .whitepaper-container .whitepaper-content {
  max-width: 480px;
  width: 100%;
}
.whitepaper-section .whitepaper-container .whitepaper-content .section-title {
  line-height: 56px;
  letter-spacing: 0.003em;
  color: #1F3E72;
  margin-bottom: 32px;
}
.whitepaper-section .whitepaper-container .whitepaper-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
  margin-bottom: 24px;
}

.talk_to_expert-section {
  padding: 80px 0 0;
}
.talk_to_expert-section .talk_to_expert-container {
  background: url("../images/Orange-bg.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
}
.talk_to_expert-section .talk_to_expert-container .talk_to_expert-img {
  position: relative;
  width: 50%;
  text-align: center;
  padding-top: 20px;
}
.talk_to_expert-section .talk_to_expert-container .talk_to_expert-img img {
  width: auto;
  max-height: 400px;
  height: 100%;
}
.talk_to_expert-section .talk_to_expert-container .talk_to_expert-content {
  width: 50%;
}
.talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner {
  max-width: 464px;
  width: 100%;
}
.talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner .section-title {
  color: #fff;
  margin-bottom: 24px;
}
.talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner p {
  font-size: 18px;
  color: #fff;
}
.talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner .talk_to_expert-btn {
  max-width: 378px;
  width: 100%;
}
.talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner .talk_to_expert-btn .btn {
  background: #fff;
  font-size: 20px;
  line-height: 42px;
  color: #FF7900;
}

.mbm_certification-section {
  padding: 80px 0;
  overflow: hidden;
}
.mbm_certification-section .certification-title {
  text-align: center;
}
.mbm_certification-section .certification-title .section-head {
  margin-bottom: 32px;
}
.mbm_certification-section .download-btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 263px;
  width: 100%;
  margin: auto;
}
.mbm_certification-section .download-btn .btn {
  padding: 0.5rem 2rem;
  font-size: 20px;
}
.mbm_certification-section .certificate-list {
  padding-top: 48px;
}
.mbm_certification-section .certificate-list ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.mbm_certification-section .certificate-list ul li {
  margin: 0 12px 12px;
}
.mbm_certification-section .certificate-list ul li .certificate-img-container {
  width: 221px;
  height: 154px;
  background: #1f3e7200;
  box-shadow: 0px 24px 24px rgba(8, 7, 41, 0.05);
  border-radius: 8px;
  text-align: center;
  position: relative;
  padding: 15px;
  display: flex;
  align-items: center;
}
.mbm_certification-section .certificate-list ul li .certificate-img-container .certificate-image {
  opacity: 1;
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mbm_certification-section .certificate-list ul li .certificate-img-container .see_details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.4);
}
.mbm_certification-section .certificate-list ul li .certificate-img-container .see_details .see-detail-btn {
  width: 165px;
  height: 38px;
  background: #FF7900;
  border-radius: 34px;
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.mbm_certification-section .certificate-list ul li .certificate-img-container:hover .see_details {
  opacity: 1;
}

.trade_association-section {
  padding: 80px 0;
}
.trade_association-section .trade_association-left {
  width: 100%;
  padding-right: 50px;
}
.trade_association-section .trade_association-right {
  padding-top: 50px;
}
.trade_association-section .trade_association-right h2.section-title {
  margin-bottom: 24px;
  color: #1F3E72;
}
.trade_association-section .trade_association-right p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
}

.partnerships-section {
  background: url("../images/Pattern_joinus.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 108px 210px 98px;
}
.partnerships-section .partnerships-content {
  text-align: center;
  color: #fff;
  max-width: 680px;
  width: 100%;
  margin: auto;
}
.partnerships-section .partnerships-content h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
.partnerships-section .partnerships-content p {
  margin-bottom: 48px;
}
.partnerships-section .partnerships-content .talk_expert-btn a {
  line-height: 46px;
  max-width: 276px;
  width: 100%;
  font-weight: 600;
}

.import_export-matchmaking {
  padding-bottom: 0;
}
.import_export-matchmaking .matchmaking-bg-elements .element-2, .import_export-matchmaking .matchmaking-bg-elements .element-3 {
  display: none;
}
.import_export-matchmaking .matchmaking-experience-content {
  padding-bottom: 60px;
}

.host_event-feature-section .feature-content {
  padding-bottom: 0;
}

.upcoming_event-section {
  padding: 80px 0;
}
.upcoming_event-section .title-container {
  text-align: center;
  margin-bottom: 48px;
}
.upcoming_event-section .title-container h2.section-title {
  color: #1F3E72;
}
.upcoming_event-section .title-container p {
  color: #1F3E72;
}
.upcoming_event-section .search-bar-container .search-bar .form-group {
  margin-bottom: 0px;
}
.upcoming_event-section .search-bar-container .search-bar .form-group label {
  color: #012054;
  font-size: 16px;
  line-height: 28px;
}
.upcoming_event-section .search-bar-container .search-bar .form-group .form-control {
  background: #fff;
  border: 2px solid #DDE5FF;
  box-sizing: border-box;
  border-radius: 34px;
  height: 56px;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 19px;
  color: #012054;
}
.upcoming_event-section .search-bar-container .search-bar .form-group .form-control:focus {
  border: 2px solid #DDE5FF;
  border-color: #c4d2ff !important;
}
.upcoming_event-section .search-bar-container .search-bar .form-group .form-control::-moz-placeholder {
  color: #BDC5D4;
}
.upcoming_event-section .search-bar-container .search-bar .form-group .form-control:-ms-input-placeholder {
  color: #BDC5D4;
}
.upcoming_event-section .search-bar-container .search-bar .form-group .form-control::placeholder {
  color: #BDC5D4;
}
.upcoming_event-section .search-bar-container .icon-left {
  position: relative;
}
.upcoming_event-section .search-bar-container .icon-left .icon-input {
  position: absolute;
  right: auto;
  top: 0;
  left: 0;
  height: 56px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upcoming_event-section .search-bar-container .icon-left .icon-input a {
  color: #011f54a9;
}
.upcoming_event-section .search-bar-container .icon-left .icon-input a:hover {
  color: #012054;
}
.upcoming_event-section .search-bar-container .icon-left .form-control {
  padding-left: 50px !important;
}
.upcoming_event-section .event-tab-container {
  margin: auto;
}
.upcoming_event-section .event-tab-container .event-tab-inner .event-tabs {
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.upcoming_event-section .event-tab-container .event-tab-inner .event-tabs .nav-item {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.upcoming_event-section .event-tab-container .event-tab-inner .event-tabs .nav-item .event-tab-link {
  border-color: #fff !important;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #59677F;
}
.upcoming_event-section .event-tab-container .event-tab-inner .event-tabs .nav-item .event-tab-link.active {
  color: #FF7900;
}
.upcoming_event-section .event-tab-container .event-tab-inner .event-tabs .nav-item .event-tab-link:hover {
  color: #FF7900;
}
.upcoming_event-section .event-tab-container .event-tab-inner .event-tabs .nav-item .event-tab-link:focus {
  color: #FF7900;
}
.upcoming_event-section .add_event-button .btn {
  font-size: 20px;
  line-height: 42px;
}
.upcoming_event-section .event-tab-pannel {
  padding-top: 36px;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event {
  margin-bottom: 36px;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card {
  background: #FFFFFF;
  border: 1px solid #E2E5EF;
  box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .event-img-container {
  height: 168px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  padding: 30px;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .event-img-container img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content {
  padding: 20px 24px;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .blue-tag {
  color: #2FB8CD;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .violet-tag {
  color: #2F4FCD;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .orange-tag {
  color: #FA852B;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-tag h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.003em;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-title {
  border-bottom: 1px solid #E2E5EF;
  padding-bottom: 20px;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-title h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.3px;
  color: #012054;
  margin-bottom: 0;
  display: block;
  display: -webkit-box;
  height: 55px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-timing {
  padding-top: 20px;
  border-bottom: 1px solid #E2E5EF;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-timing p {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.003em;
  color: #4F5A81;
  margin-bottom: 10px;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-timing .timing-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-timing .timing-text p {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.003em;
  color: #012054;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-timing .timing-text .event-date {
  padding-right: 10px;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-timing .timing-text .event-time {
  padding-left: 20px;
  position: relative;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-timing .timing-text .event-time::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 4px;
  background: #636E95;
  width: 5px;
  height: 5px;
  border-radius: 50px;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_attendes {
  display: flex;
  align-items: center;
  padding: 12px 0 20px;
  border-bottom: 1px solid #E2E5EF;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_attendes a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.003em;
  color: #4F5A81;
  width: 50%;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_attendes .attendes, .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_attendes .meetings {
  display: flex;
  align-items: center;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_attendes .attendes span, .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_attendes .meetings span {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_card-bottom {
  padding: 16px 0;
}
.upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_card-bottom a {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.003em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FF7900;
}
.upcoming_event-section .event-tab-pannel .view-more-div {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}
.upcoming_event-section .event-tab-pannel .view-more-div .btn {
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  padding: 0.5rem 2rem;
}

.find_buyers-event-section .meeting-image-container img {
  border-radius: 0;
}

.choose_plans-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.choose_plans-section .choose_plan-bg-element .element1 {
  position: absolute;
  top: 20%;
  right: -12%;
  z-index: -1;
}
.choose_plans-section .choose_plan-bg-element .element1 img {
  max-width: 300px;
  width: 100%;
}
.choose_plans-section .choose-plan-container {
  height: 100%;
}
.choose_plans-section .choose-plan-container .plan-card {
  background: #FFFFFF;
  border: 2px solid #DDE5FF;
  border-radius: 16px;
  padding: 36px 32px;
  height: 100%;
}
.choose_plans-section .choose-plan-container .plan-card.active {
  border: 2px solid #FF7900;
}
.choose_plans-section .choose-plan-container .plan-card.active .choose-plan-btn a {
  background-color: #FF7900;
  color: #fff;
  box-shadow: 0 3px 15px 0 rgba(255, 119, 0, 0.4);
  transition: all 0.8s;
}
.choose_plans-section .choose-plan-container .plan-card:hover, .choose_plans-section .choose-plan-container .plan-card:focus {
  border: 2px solid #FF7900;
}
.choose_plans-section .choose-plan-container .plan-card:hover .choose-plan-btn a, .choose_plans-section .choose-plan-container .plan-card:focus .choose-plan-btn a {
  background-color: #FF7900;
  color: #fff;
  box-shadow: 0 3px 15px 0 rgba(255, 119, 0, 0.4);
  transition: all 0.8s;
}
.choose_plans-section .choose-plan-container .plan-card .plan-content {
  margin-bottom: 32px;
}
.choose_plans-section .choose-plan-container .plan-card .plan-content .plan-title h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.003em;
  color: #FF7900;
  margin-bottom: 24px;
}
.choose_plans-section .choose-plan-container .plan-card .plan-content .plan-price h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.003em;
  color: #1F3E72;
  margin-bottom: 32px;
}
.choose_plans-section .choose-plan-container .plan-card .plan-content .plan-text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: rgba(31, 61, 112, 0.71);
}
.choose_plans-section .choose-plan-container .plan-card .plan-content .plan-text ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: rgba(31, 61, 112, 0.71);
  padding-left: 34px;
  margin: 8px 0;
  position: relative;
}
.choose_plans-section .choose-plan-container .plan-card .plan-content .plan-text ul li::before {
  content: " ";
  position: absolute;
  top: 4px;
  left: 0px;
  background: url("../images/icons/check-circle.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.choose_plans-section .choose-plan-container .plan-card .plan-content .plan-text ul li.closed::before {
  background: url("../images/icons/close-circle.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.choose_plans-section .choose-plan-container .plan-card .choose-plan-btn a {
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
  border-width: 2px;
}

.intelligence_tool_brand-section {
  padding: 80px 0;
}
.intelligence_tool_brand-section .intelligence-brand-title {
  max-width: 755px;
  text-align: center;
  margin: auto;
  margin-bottom: 48px;
}
.intelligence_tool_brand-section .intelligence-brands .slick-track {
  display: flex;
  align-items: center;
}
.intelligence_tool_brand-section .intelligence-brands .brand-img {
  max-width: 180px;
  width: 100%;
}

.future_technology-section {
  padding: 80px 0;
}
.future_technology-section .future_tecnology-title {
  text-align: center;
  margin-bottom: 48px;
}
.future_technology-section .product_overview-container {
  padding-bottom: 80px;
}
.future_technology-section .product_overview-container .product_overview-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
  margin-bottom: 32px;
}
.future_technology-section .overview-image-container, .future_technology-section .benefits-image-container {
  position: relative;
  border-radius: 8px;
  max-width: 516px;
  width: 100%;
}
.future_technology-section .benefits-container ul li {
  position: relative;
  padding-left: 20px;
  margin: 8px 0;
}
.future_technology-section .benefits-container ul li span {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
}
.future_technology-section .benefits-container ul li::before {
  content: " ";
  position: absolute;
  top: 12px;
  left: 4px;
  background: #FF7900;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
.future_technology-section .benefits-container ul li:last-child {
  margin-bottom: 32px;
}

.business_intelligence-feature-section .feature-bg-elements .element-5 {
  display: none;
}
.business_intelligence-feature-section .feature-content {
  padding-bottom: 0px;
}

.vision-section {
  padding: 80px 0;
}
.vision-section .vision-left {
  max-width: 516px;
  width: 100%;
}
.vision-section .vision-right {
  padding-top: 50px;
}
.vision-section .vision-right h1 {
  font-size: 40px;
  margin-bottom: 24px;
}
.vision-section .vision-right p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
}
.vision-section .vision-right ul li {
  position: relative;
  padding-left: 20px;
  margin: 8px 0;
}
.vision-section .vision-right ul li span {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
}
.vision-section .vision-right ul li::before {
  content: " ";
  position: absolute;
  top: 12px;
  left: 4px;
  background: #FF7900;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
.vision-section .vision-right ul li:last-child {
  margin-bottom: 32px;
}

.our_history-section {
  text-align: center;
}
.our_history-section .our_history-content {
  padding-top: 46px;
}
.our_history-section .our_history-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
}

.awards-section {
  padding: 80px 0;
  background: linear-gradient(89.91deg, #09245D 13.31%, #164BBE 104.11%);
}
.awards-section .awards-title {
  text-align: center;
  margin-bottom: 48px;
}
.awards-section .awards-logo-container {
  margin-bottom: 32px;
}
.awards-section .awards-logo-container .awards-logo-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.awards-section .awards-logo-container .awards-logo-list li {
  margin: 0 10px;
}
.awards-section .awards-logo-container .awards-logo-list li .awards-logo {
  width: 145px;
}
.awards-section .awards-container .awards-list {
  text-align: center;
}
.awards-section .awards-container .awards-list li {
  margin-bottom: 10px;
}
.awards-section .awards-container .awards-list li span {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #ffffff;
  opacity: 0.71;
  text-transform: uppercase;
}

.awards-section .section-head h2 {
    color: #ffffff;
}

.our_team-section {
  padding: 80px 0;
  background: linear-gradient(89.91deg, #09245D 13.31%, #164BBE 104.11%);
}
.our_team-section .team-title .section-title {
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 48px;
  text-align: center;
}
.our_team-section .team-card-container {
  margin-bottom: 24px;
}
.our_team-section .team-card-container .card {
  border-radius: 8px;
  border: 0;
  height: 100%;
}
.our_team-section .team-card-container .card .img-div {
  width: 100%;
  height: 325px;
  overflow: hidden;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  align-items: center;
}
.our_team-section .team-card-container .card .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our_team-section .team-card-container .card .content {
  padding: 20px 24px;
}
.our_team-section .team-card-container .card .content .member-name h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.003em;
  color: #1F3E72;
}
.our_team-section .team-card-container .card .content .member-position p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #1F3E72;
  opacity: 0.71;
}

.contact_form-section {
  padding: 30px 0 0;
}
.contact_form-section .contact_form-title {
  text-align: center;
  margin-bottom: 24px;
}
.contact_form-section .contact_form-title .section-head h2 {
  color: #fff;
}
.contact_form-section .contact-form {
  position: relative;
  padding-top: 74px;
}
.contact_form-section .contact-form .form-floating {
  margin-bottom: 20px;
}
.contact_form-section .contact-form .form-floating .form-control, .contact_form-section .contact-form .form-floating .form-select {
  border-radius: 10px;
  font-weight: 500;
  color: #1F3E72;
}
.contact_form-section .contact-form .form-floating .form-control:focus, .contact_form-section .contact-form .form-floating .form-select:focus {
  border-color: #1F3E72;
  box-shadow: unset;
}
.contact_form-section .contact-form .form-floating label {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #1F3E72;
}
.contact_form-section .contact-form .form-floating .comment-label {
  opacity: 1;
}
.contact_form-section .contact-form .submit-btn-div {
  max-width: 276px;
  margin: 12px auto 0;
}

.subscribe-section {
  padding: 80px 0 0;
}
.subscribe-section .subscribe-div {
  position: relative;
  width: 100%;
  text-align: center;
}
.subscribe-section .subscribe-div p {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.003em;
  color: #1f3e72;
  margin-bottom: 24px;
}
.subscribe-section .subscribe-div .form-control {
  font-size: 16px;
  height: 56px;
  border-radius: 34px !important;
  position: relative;
  padding: 15px 130px 15px 30px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.003em;
  color: #1f3e72;
  background: #1f3e7224;
  border: none !important;
}
.subscribe-section .subscribe-div .form-control:focus {
  box-shadow: none;
}
.subscribe-section .subscribe-div .subscribe-btn {
  max-width: 210px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  height: 56px;
  color: #fff;
  font-size: 16px;
  z-index: 99;
  letter-spacing: 0.003em;
}

.small_mid_feature-section {
  overflow: unset;
}
.small_mid_feature-section .feature-bg-elements .element-5 {
  z-index: 1;
}

.event_planner-feature-section .feature-bg-elements .element-5 {
  bottom: 70px;
}

.integration-banner .subscribe-div {
  position: relative;
  width: 100%;
  text-align: center;
}
.integration-banner .subscribe-div .form-control {
  font-size: 16px;
  height: 56px;
  border-radius: 34px !important;
  position: relative;
  padding: 15px 130px 15px 30px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.003em;
  color: #1f3e72;
  background: #ffffff99;
  border: none !important;
}
.integration-banner .subscribe-div .form-control:focus {
  box-shadow: none;
}
.integration-banner .subscribe-div .subscribe-btn {
  max-width: 210px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  height: 56px;
  color: #fff;
  font-size: 16px;
  z-index: 99;
  letter-spacing: 0.003em;
}

.mbm_integrations-section {
  padding: 80px 0;
}
.mbm_integrations-section .integrations-card-container {
  margin-bottom: 24px;
}
.mbm_integrations-section .integrations-card-container .card {
  box-shadow: 0px 24px 24px #08072924;
  border: none;
  padding: 24px 30px;
  border-radius: 8px;
  height: 100%;
}
.mbm_integrations-section .integrations-card-container .card .icon-div {
  width: 185px;
  height: 185px;
  text-align: center;
  margin-bottom: 24px;
  margin: auto;
  padding: 15px;
}
.mbm_integrations-section .integrations-card-container .card .integration-name {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.003em;
  color: #1F3E72;
}
.mbm_integrations-section .integrations-card-container .card .integration-type {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #59677F;
}

.alert-message-container {
  font-size: 12px;
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.privacy_policy-section {
  padding: 50px 0;
}
.privacy_policy-section .policy-container {
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #DDE5FF;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #59677F;
}
.privacy_policy-section .policy-container strong {
  color: #1F3E72;
}
.privacy_policy-section .policy-container .table > tbody > tr > td {
  color: #59677F;
  line-height: 1.407;
  border-top: 1px solid #DDE5FF;
  border-bottom: none;
}
.privacy_policy-section .policy-container a {
  color: #FF7900;
}
.privacy_policy-section .policy-container a:hover, .privacy_policy-section .policy-container a:focus {
  color: #ff7900cf;
}

.terms_conditions-section {
  padding: 50px 0;
}
.terms_conditions-section .terms_of_use-container {
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #DDE5FF;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #59677F;
}
.terms_conditions-section .terms_of_use-container b {
  color: #1F3E72;
}
.terms_conditions-section .terms_of_use-container a {
  color: #FF7900;
}
.terms_conditions-section .terms_of_use-container a:hover, .terms_conditions-section .terms_of_use-container a:focus {
  color: #ff7900cf;
}

/*  footer section start here */
.homepage .footer-section {
  margin-top: 0px;
}

.footer-section {
  background: linear-gradient(108.92deg, #303030 44.03%, #583D2D 89.4%);
  padding-top: 80px;
  margin-top: 80px;
}
.footer-section .first-column-link {
  padding-left: 40px;
}
.footer-section .second-column-link {
  padding-left: 22px;
}
.footer-section .third-column-link {
  padding-left: 35px;
}
.footer-section .footer-links h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.003em;
  color: #F5F5F5;
  margin-bottom: 24px;
}
.footer-section .footer-links h6 a {
  color: #fff;
}
.footer-section .footer-links ul li {
  margin: 8px 0;
}
.footer-section .footer-links ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.003em;
  color: #B4B7C4;
}
.footer-section .footer-links ul li a:hover, .footer-section .footer-links ul li a:focus {
  color: #e6eaff;
}
.footer-section .footer-links ul li:first-child {
  margin-top: 0;
}
.footer-section .footer-links ul li:last-child {
  margin-bottom: 58px;
}
.footer-section .footer-contact-section .footer-logo {
  width: 282px;
  margin-bottom: 32px;
}
.footer-section .footer-contact-section .subscribe-div {
  position: relative;
  margin-bottom: 40px;
  max-width: 334px;
  width: 100%;
}
.footer-section .footer-contact-section .subscribe-div p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.003em;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.footer-section .footer-contact-section .subscribe-div .form-control {
  font-size: 14px;
  height: 48px;
  border-radius: 34px !important;
  position: relative;
  padding: 15px 130px 15px 15px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.003em;
  color: #ffffff99;
  background: #F6F6F61a;
  border: none !important;
}
.footer-section .footer-contact-section .subscribe-div .form-control:focus {
  box-shadow: none;
}
.footer-section .footer-contact-section .subscribe-div .subscribe-btn {
  max-width: 124px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  z-index: 99;
  letter-spacing: 0.003em;
}
.footer-section .footer-contact-section .contact-us-div h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.003em;
  color: #F5F5F5;
  margin-bottom: 18px;
}
.footer-section .footer-contact-section .contact-us-div .contact-us-inner li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer-section .footer-contact-section .contact-us-div .contact-us-inner li:last-child {
  margin-bottom: 0;
}
.footer-section .footer-contact-section .contact-us-div .contact-us-inner li .icon {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin-right: 12px;
}
.footer-section .footer-contact-section .contact-us-div .contact-us-inner li .icon img {
  width: 32px;
}
.footer-section .footer-contact-section .contact-us-div .contact-us-inner li .icon-content p {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.003em;
  color: #B4B7C3;
  margin-bottom: 6px;
}
.footer-section .footer-contact-section .contact-us-div .contact-us-inner li .icon-content h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.003em;
  color: #FFFFFF;
  margin-bottom: 0;
}
.footer-section .footer-contact-section .contact-us-div .contact-us-inner li .icon-content h6 a {
  color: #FFFFFF;
}
.footer-section .footer-contact-section .contact-us-div .contact-us-inner li .icon-content h6:hover a, .footer-section .footer-contact-section .contact-us-div .contact-us-inner li .icon-content h6:focus a {
  color: #FF7900;
  text-decoration: underline;
}
.footer-section .copyright-section {
  padding-top: 14px;
  padding-bottom: 31px;
  padding-left: 40px;
}
.footer-section .copyright-section .copyright-text p {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.003em;
  color: #E2E5EF;
  margin: 0;
}

/*  footer section ends here */
/* ###########################################################################
############################## media query started ###############################
###################################################################################### */
@media (min-width: 1441px) {
  .solutions-section .solution-bg-elements .element2 {
    left: -10%;
  }
  .solutions-section .solution-bg-elements .element3 {
    right: -10%;
  }
  .solutions-section .solution-bg-elements .element3 img {
    max-width: 800px;
  }

  .choose_plans-section .choose_plan-bg-element .element1 {
    right: -6%;
  }
}
@media (max-width: 1366px) {
  .banner-section .banner-inner {
    padding-top: 120px;
  }

  .section-padding {
    padding-top: 100px;
  }

  .solutions-section {
    padding-bottom: 100px;
  }

  .goals-section {
    padding-bottom: 100px;
  }

  .learn-more-section {
    padding-bottom: 100px;
  }
  .learn-more-section .learm-more-content {
    min-height: 745px;
  }

  .testimonial-section .testimonial-card-container .testimonial-card .testimonial-content {
    padding: 48px 50px;
  }
  .testimonial-section .testimonial-card-container .testimonial-card .testimonial-content .testimonial-upper p {
    font-size: 16px;
    line-height: 26px;
  }
  .testimonial-section .testimonial-card-container .testimonial-card .testimonial-content .testimonial-upper .profile-detail h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .header-bottom .navbar-bottom {
    padding: 15px 0;
  }
  .header-bottom .navbar-bottom .navbar-inner .navbar-nav .nav-item a {
    padding: 10px;
  }

  .matchmaking-experience-section .matchmaking-bg-elements .element-1 {
    top: 4%;
    right: -25%;
  }
}
@media (max-width: 1199px) {
  h1.section-title {
    font-size: 30px;
    line-height: 42px;
  }

  h2.section-title {
    font-size: 30px;
    line-height: 42px;
  }

  .section-head h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .btn-lg {
    height: 48px !important;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 30px;
  }

  .learn-more-section .learn-more-btn a {
    max-width: 276px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }

  .section-padding {
    padding-top: 50px;
  }

  .banner-section {
    max-height: unset;
    min-height: 645px;
  }
  .banner-section .banner-bg-elements .banner_element1 {
    position: absolute;
    bottom: -20%;
    right: -20%;
  }
  .banner-section .banner-bg-elements .banner_element1 img {
    opacity: 0.21;
  }
  .banner-section .banner-bg-elements .banner_element2 {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .banner-section .banner-bg-elements .banner_element2 img {
    opacity: 0.21;
  }
  .banner-section .banner-inner .banner-content {
    padding-top: 50px;
    padding-right: 15px;
  }
  .banner-section .banner-inner .banner-content h1 {
    margin-bottom: 24px;
  }
  .banner-section .banner-inner .banner-content .banner-btn {
    margin-bottom: 30px;
  }
  .banner-section .banner-inner .banner-image {
    margin-bottom: 145px;
    padding-top: 50px;
  }
  .banner-section .banner-inner .attend_event-banner .banner-bg-elements .banner_element1 {
    bottom: -75%;
  }
  .banner-section .banner-inner .attend_event-banner .banner-bg-elements .banner_element2 {
    bottom: -32%;
  }
  .banner-section .banner-inner .learn-more-section .learm-more-content {
    min-height: 648px;
  }
  .banner-section .banner-inner .virtual-meeting-section .meeting-image-container .reminder-card {
    max-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .banner-section .banner-inner .virtual-meeting-section .meeting-image-container .reminder-card .content h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .banner-section .banner-inner .virtual-meeting-section .meeting-image-container .reminder-card .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .banner-section .banner-inner .header-bottom .navbar-bottom .navbar-inner .navbar-nav .nav-item a {
    font-size: 12px;
  }
  .banner-section .banner-inner .upcoming_event-section .search-bar-container .icon-left .form-control {
    padding-left: 38px !important;
  }
  .banner-section .banner-inner .upcoming_event-section .event-tab-container .event-tab-inner .event-tabs .nav-item .event-tab-link {
    font-size: 16px;
  }
  .banner-section .banner-inner .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-timing .timing-text p {
    font-size: 15px;
  }
  .banner-section .banner-inner .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_attendes a {
    font-size: 12px;
  }
  .banner-section .banner-inner .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_attendes .attendes span, .banner-section .banner-inner .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_attendes .meetings span {
    width: 20px;
    height: 20px;
  }

  .contact_us-banner {
    min-height: 800px;
  }

  .solutions-section .title-section .section-head-content {
    font-size: 16px;
    padding-right: 0;
  }
  .solutions-section .solutions-left .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
  }
  .solutions-section .solutions-left .accordion .accordion-item .accordion-body {
    padding: 0px 20px 20px;
  }
  .solutions-section .solutions-left .accordion .accordion-item .accordion-body p {
    font-size: 12px;
  }
  .solutions-section .solutions-left .accordion .accordion-item .accordion-body .know-more-btn button {
    font-size: 14px;
    line-height: 30px;
  }
  .solutions-section .solutions-right .right-img-tag {
    padding: 15px;
  }
  .solutions-section .solutions-right .right-img-tag h5 {
    font-size: 16px;
    line-height: 80%;
  }
  .solutions-section .solutions-right .right-img-tag p {
    font-size: 12px;
  }

  .trusted-section .trusted-inner-section .trusted-left p {
    font-size: 16px;
    line-height: 26px;
  }
  .trusted-section .trusted-inner-section .trusted-right .card-container .card h2 {
    font-size: 32px;
    line-height: 100%;
  }

  .premium-access-section .premium-content .join_us-btn a {
    line-height: 32px;
  }

  .features-section .feature-content .features-btn a {
    line-height: 32px;
  }

  .event-section {
    padding: 0px 0px 80px;
  }

  .whitepaper-section {
    padding: 80px 0 0;
  }

  .privacy_policy-banner {
    min-height: 300px;
    max-height: unset;
  }
}
@media (max-width: 1024px) {
  .banner-section .banner-inner {
    padding-top: 80px;
  }
  .banner-section .banner-inner .banner-image {
    height: 342px;
  }

  .solutions-section .solutions-left {
    padding-left: 0px;
  }

  .trusted-section .trusted-inner-section .trusted-left {
    padding: 0 40px 0 0px;
  }
  .trusted-section .trusted-inner-section .trusted-right {
    padding-right: 0px;
  }
  .trusted-section .trusted-inner-section .trusted-right .card-container .card h2 {
    font-size: 40px;
  }
  .trusted-section .trusted-inner-section .trusted-partners {
    padding: 45px 40px 0;
  }

  .goals-section .event-list-container .event-list .event-item-card {
    font-size: 14px;
  }
  .goals-section .event-list-container .available-event-container {
    min-height: 584px;
  }
  .goals-section .event-list-container .available-event-container .available-event .event-content .event-img-container {
    margin-right: 18px;
  }
  .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-title h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-date, .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-site {
    padding-right: 18px;
  }
  .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-date span, .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-site span {
    font-size: 12px;
  }
  .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-site {
    padding-right: 0px;
  }
  .goals-section .event-list-container .available-event-container .available-event .event-content .event-button .btn {
    margin-bottom: 12px;
    margin-right: 0px;
  }
  .goals-section .matchmaking-container .matchmaking-inner .matchmaking-left-content {
    padding-top: 0px;
    padding-right: 0px;
  }
  .goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content {
    padding-right: 0px;
  }

  .premium-access-section {
    padding: 98px 0px 98px;
  }

  .footer-contact-section {
    margin-bottom: 25px;
  }

  .testimonial-section .owl-theme .owl-nav {
    bottom: 70px !important;
  }
  .testimonial-section .owl-dots {
    bottom: 130px !important;
  }
  .testimonial-section .testimonial-card-container .testimonial-card .testimonial-content {
    padding: 30px 50px 60px;
  }

  .virtual-event-section .virtual-event-left {
    padding-top: 0px;
  }
  .virtual-event-section .virtual-event-left p {
    font-size: 16px;
    line-height: 28px;
  }
  .virtual-event-section .virtual-event-left ul li span {
    font-size: 16px;
    line-height: 24px;
  }

  .suplier-diversity-section .suplier-right p {
    font-size: 16px;
    line-height: 28px;
  }
  .suplier-diversity-section .suplier-right ul li span {
    font-size: 16px;
    line-height: 24px;
  }

  .talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner {
    max-width: 425px;
  }
  .talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner .section-title {
    font-size: 30px;
    line-height: 40px;
  }
  .talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner p {
    font-size: 16px;
  }
  .talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner .talk_to_expert-btn {
    max-width: 278px;
  }
  .talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner .talk_to_expert-btn .btn {
    font-size: 16px;
  }

  .mbm_certification-section {
    padding: 80px 0 0;
  }

  .partnerships-section {
    padding: 98px 0px 98px;
  }

  .upcoming_event-section .add_event-button .btn {
    font-size: 16px;
  }

  .virtual-meeting-section .meeting-content p {
    font-size: 16px;
  }

  .learn-more-section .learm-more-content {
    min-height: 494px;
  }

  .trusted-partners {
    padding: 0px 45px;
  }

  .matchmaking-experience-section .matchmaking-experience-content .experience-card-container .card h2 {
    font-size: 30px;
  }
  .matchmaking-experience-section .matchmaking-experience-content .experience-card-container .card p {
    font-size: 14px;
    line-height: 22px;
  }

  .trade_association-section .trade_association-right p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .header-bottom {
    display: none;
  }

  .section-head h2 {
    font-size: 32px;
    line-height: 44px;
  }

  h1.section-title {
    font-size: 32px;
    line-height: 44px;
  }

  h2.section-title {
    font-size: 32px;
    line-height: 44px;
  }

  .banner-section .banner-bg-elements .banner_element1 {
    position: absolute;
    bottom: -8%;
    right: -55%;
  }
  .banner-section .banner-inner .banner-content {
    padding-right: 0;
  }

  .attend_event-banner .banner-bg-elements .banner_element1 {
    bottom: -75%;
    right: -45%;
  }

  .solutions-section .solution-bg-elements .element1 {
    position: absolute;
    top: -80px;
    right: -30px;
  }
  .solutions-section .solution-bg-elements .element1 img {
    max-width: 248px;
  }
  .solutions-section .solution-bg-elements .element3 {
    top: 950px;
    right: -34%;
  }
  .solutions-section .solution-bg-elements .element3 img {
    max-width: 660px;
  }
  .solutions-section .title-section .section-head-content {
    padding-left: 0;
    padding-right: 0;
  }
  .solutions-section .solutions-left {
    padding-right: 0px;
  }

  .trusted-section .trusted-inner-section .trusted-right {
    padding-left: 0px;
  }

  .goals-section .event-list-container {
    padding: 0;
  }
  .goals-section .event-list-container .event-list .event-item-card {
    padding: 16px 16px;
  }
  .goals-section .event-list-container .available-event-container {
    min-height: 440px;
  }
  .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-title h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-date, .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-site {
    padding-right: 18px;
  }

  .footer-section .first-column-link {
    padding-left: 0;
  }
  .footer-section .second-column-link {
    padding-left: 0;
  }
  .footer-section .third-column-link {
    padding-left: 0;
  }
  .footer-section .copyright-section {
    padding-left: 0;
  }

  .corporate-solution-section {
    padding-top: 60px;
  }

  .event-section .event-card-container .card {
    padding: 30px;
  }
  .event-section .event-card-container .card .card-content h4 {
    font-size: 24px;
  }
  .event-section .event-card-container .card .card-content p {
    font-size: 16px;
  }

  .virtual-meeting-section .meeting-image-container {
    margin-bottom: 15px;
  }
  .virtual-meeting-section .meeting-image-container img {
    max-width: unset;
  }

  .matchmaking-experience-section {
    min-height: unset;
    padding-bottom: 150px;
    padding-top: 50px;
  }
  .matchmaking-experience-section .matchmaking-experience-content {
    padding-bottom: 65px;
  }
  .matchmaking-experience-section .matchmaking-experience-content .experience-card-container .card {
    padding: 20px;
  }

  .testimonial-section {
    padding: 0px;
  }
  .testimonial-section .owl-dots {
    width: 94%;
    display: none;
  }
  .testimonial-section .owl-theme .owl-nav {
    bottom: unset !important;
    margin-bottom: 20px;
  }
  .testimonial-section .testimonial-bg-watermark {
    display: none;
  }
  .testimonial-section .testimonial-card-container {
    position: unset;
    top: 0;
    margin-top: -100px;
  }
  .testimonial-section .testimonial-card-container .testimonial-card .testimonial-content {
    padding: 20px;
  }

  .virtual-event-section {
    padding: 50px 0;
  }
  .virtual-event-section .virtual-event-left {
    margin-bottom: 15px;
  }
  .virtual-event-section .virtual-event-right {
    max-width: unset;
  }

  .suplier-diversity-section .suplier-left {
    max-width: unset;
  }

  .whitepaper-section .whitepaper-container .whitepaper-img img {
    max-width: 140px;
  }
  .whitepaper-section .whitepaper-container .whitepaper-content .section-title {
    margin-bottom: 10px;
  }

  .talk_to_expert-section .talk_to_expert-container .talk_to_expert-img img {
    max-height: 320px;
  }
  .talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner {
    padding: 15px;
  }
  .talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner .section-title {
    font-size: 24px;
    line-height: 32px;
  }
  .talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner p {
    font-size: 14px;
  }

  .government-banner {
    background-size: cover;
    background-position: right;
  }

  .trade_association-section {
    padding-top: 0px;
  }
  .trade_association-section .col-lg-6:first-of-type {
    order: 2;
  }
  .trade_association-section .trade_association-left {
    padding-right: 0px;
  }

  .import_export-matchmaking {
    padding-bottom: 0px;
  }

  .upcoming_event-section .add-event {
    margin-left: auto;
  }

  .choose_plans-section {
    padding: 80px 0 0;
  }
  .choose_plans-section .choose-plan-container .plan-card {
    margin-bottom: 30px;
  }
  .choose_plans-section .choose-plan-container .plan-card .choose-plan-btn a {
    font-size: 16px;
  }

  .event_management-virtual-meeting {
    padding-bottom: 0px;
  }
  .event_management-virtual-meeting .col-lg-6:first-of-type {
    order: 2;
  }

  .AI-Powered-matchmaking-section {
    padding: 0;
  }
  .AI-Powered-matchmaking-section .col-lg-6:first-of-type {
    order: 2;
  }

  .business-matchmaker-section {
    padding-bottom: 0px;
  }

  .event_management-feature-section .feature-content {
    padding-bottom: 80px;
  }

  .future_technology-section .product_overview-container .col-lg-6:first-of-type {
    order: 2;
  }
  .future_technology-section .product_overview-container .overview-image-container {
    max-width: unset;
    margin-bottom: 15px;
  }
  .future_technology-section .product_overview-container .product_overview-content p {
    font-size: 16px;
  }
  .future_technology-section .benefits-image-container {
    max-width: unset;
    margin-bottom: 15px;
  }
  .future_technology-section .benefits-container ul li span {
    font-size: 16px;
    line-height: 28px;
  }

  .vision-section .vision-left {
    max-width: unset;
  }

  .features-section {
    padding-top: 50px;
  }
  .features-section .feature-content {
    padding-bottom: 80px;
  }
  .features-section .feature-content .feature-card-container .card {
    padding: 20px;
  }
  .features-section .feature-content .feature-card-container .card h4 {
    font-size: 20px;
  }
  .features-section .feature-content .feature-card-container .card p {
    font-size: 14px;
    line-height: 24px;
  }
  .features-section .feature-content .feature-card-container .card .feature_description .text h4 {
    font-size: 20px;
  }
  .features-section .feature-content .feature-card-container .card .feature_description .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .features-section .feature-content .feature-card-container .card .feature_description .show-more-height {
    height: 138px;
  }

  .premium-access-section .premium-content .premium-content-list li {
    font-weight: 500;
  }

  .mbm_certification-section {
    padding: 50px 0 0;
  }

  .small_mid_feature-section {
    padding-bottom: 15px;
  }

  .business_intelligence-feature-section {
    padding-bottom: 0px;
  }

  .contact_form-section .contact-form .submit-btn-div {
    margin: 30px auto 0px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-inner .banner-content .banner-btn {
    min-width: 176px;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .banner-section .banner-inner .banner-image {
    height: 300px;
  }
  .banner-section .banner-inner .banner-image .perfect_match-card {
    width: 235px;
    left: 60px;
    bottom: -65px;
  }

  .attend_event-banner .banner-bg-elements .banner_element1 {
    bottom: -55%;
    right: -130%;
  }
  .attend_event-banner .banner-bg-elements .banner_element2 {
    bottom: -32%;
    left: -30%;
  }

  .corporation-banner {
    min-height: 600px;
  }
  .corporation-banner .banner-bg-elements .banner_element1 {
    bottom: -30%;
    right: -130%;
  }
  .corporation-banner .banner-bg-elements .banner_element2 {
    bottom: -30%;
    left: -35%;
  }

  .solutions-section .solution-bg-elements .element1 {
    position: absolute;
    top: -45px;
    right: -15px;
  }
  .solutions-section .solution-bg-elements .element1 img {
    max-width: 135px;
  }
  .solutions-section .solution-bg-elements .element2 {
    top: 650px;
    left: -50%;
  }
  .solutions-section .solution-bg-elements .element3 {
    top: 1075px;
    right: -60%;
  }
  .solutions-section .solution-bg-elements .element3 img {
    max-width: 480px;
  }
  .solutions-section .solutions-left {
    padding-right: 0px;
  }
  .solutions-section .solutions-right .right-img-tag {
    bottom: 0px;
    left: 28px;
    max-width: 300px;
  }

  .goals-section .event-list-container {
    padding: 0;
  }
  .goals-section .event-list-container .available-event-container .available-event .event-content {
    display: block;
  }
  .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-date, .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul .event-site {
    padding-right: 12px;
  }

  .trusted-section .trusted-inner-section .trusted-partners {
    padding: 45px 0px 0;
  }

  .footer-section .first-column-link {
    padding-left: 0;
  }
  .footer-section .second-column-link {
    padding-left: 0;
  }
  .footer-section .third-column-link {
    padding-left: 0;
  }
  .footer-section .copyright-section {
    padding-left: 0;
  }

  .features-section .feature-content {
    padding-bottom: 80px;
  }
  .features-section .feature-content .features-btn a {
    line-height: 26px;
  }

  .event-section .event-card-container {
    margin-bottom: 15px;
  }

  .virtual-meeting-section {
    padding: 50px 0;
  }
  .virtual-meeting-section .meeting-image-container .reminder-card {
    padding: 15px;
  }
  .virtual-meeting-section .meeting-image-container .reminder-card img {
    height: 35px;
    margin-right: 15px;
  }
  .virtual-meeting-section .meeting-image-container .reminder-card .content h6 {
    font-size: 16px;
    line-height: 18px;
  }
  .virtual-meeting-section .meeting-image-container .reminder-card .content p {
    font-size: 12px;
    line-height: 16px;
  }

  .whitepaper-section {
    padding: 50px 0 0;
  }
  .whitepaper-section .whitepaper-container {
    flex-direction: column;
  }
  .whitepaper-section .whitepaper-container .whitepaper-content .section-title {
    line-height: 40px;
    margin-bottom: 10px !important;
  }
  .whitepaper-section .whitepaper-container .whitepaper-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .talk_to_expert-section {
    padding: 50px 0 0;
  }
  .talk_to_expert-section .talk_to_expert-container {
    flex-direction: column;
  }
  .talk_to_expert-section .talk_to_expert-container .talk_to_expert-img {
    order: 2;
  }
  .talk_to_expert-section .talk_to_expert-container .talk_to_expert-img img {
    width: 100%;
  }
  .talk_to_expert-section .talk_to_expert-container .talk_to_expert-content {
    width: 100%;
  }

  .testimonial-section .testimonial-card-container .testimonial-card .testimonial-content .testimonial-upper h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .testimonial-section .testimonial-card-container .testimonial-card .testimonial-content .testimonial-upper p {
    font-size: 12px;
    line-height: 22px;
  }

  .trade_association-section {
    padding: 0 0 80px;
  }

  .choose_plans-section .choose-plan-container .plan-card .plan-content .plan-price h2 {
    margin-bottom: 18px;
  }

  .trusted-partners {
    padding: 0px;
  }

  .small_mid_feature-section .feature-content {
    padding-bottom: 0px;
  }

  .subscribe-section .subscribe-div p {
    font-size: 20px;
    line-height: 34px;
  }
  .subscribe-section .subscribe-div .form-control {
    height: 48px;
  }
  .subscribe-section .subscribe-div .subscribe-btn {
    max-width: 124px;
    height: 48px;
    font-size: 16px;
  }

  .upcoming_event-section .event-tab-bar {
    order: 2;
  }
  .upcoming_event-section .event-tab-bar .event-tab-container .event-tab-inner .event-tabs {
    justify-content: center;
  }
  .upcoming_event-section .add-event {
    margin: auto;
  }
  .upcoming_event-section .event-tab-container {
    margin-top: 15px;
  }
  .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-tag h6 {
    font-size: 12px;
  }
  .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-title {
    padding-bottom: 8px;
  }
  .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-title h4 {
    font-size: 14px;
    line-height: 20px;
    height: 45px;
  }
  .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-timing {
    padding-top: 8px;
  }
  .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event-timing p {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .timing-text p {
    font-size: 12px !important;
    margin-bottom: 8px;
  }
  .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .timing-text .event-time::before {
    top: 6px;
  }
  .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_attendes {
    padding: 8px 0 8px;
  }
  .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_attendes a {
    font-size: 12px;
  }
  .upcoming_event-section .event-tab-pannel .upcoming_event_list-container .upcoming_event .upcoming_event-card .upcoming_event-card-content .event_card-bottom a {
    font-size: 16px;
    font-weight: 600;
  }

  .host_event-feature-section .feature-content {
    padding-bottom: 0px;
  }

  .AI-Powered-matchmaking-section {
    padding: 0;
  }

  .event_management-virtual-meeting {
    padding-bottom: 0px;
  }

  .intelligence_tool_brand-section {
    padding: 50px 0 0;
  }
  .intelligence_tool_brand-section .intelligence-brand-title {
    margin-bottom: 30px;
  }

  .future_technology-section {
    padding: 50px 0;
  }

  .integration-banner .subscribe-div p {
    font-size: 20px;
    line-height: 34px;
  }
  .integration-banner .subscribe-div .form-control {
    height: 48px;
  }
  .integration-banner .subscribe-div .subscribe-btn {
    max-width: 130px;
    height: 48px;
    font-size: 14px;
  }

  .mbm_integrations-section .integrations-card-container .card .icon-div {
    width: 100px;
    height: 100px;
  }
  .mbm_integrations-section .integrations-card-container .card .integration-name {
    font-size: 20px;
    line-height: 24px;
  }
  .mbm_integrations-section .integrations-card-container .card .integration-type {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
  }

  .contact_form-section {
    padding: 50px 0;
  }
  .contact_form-section .contact_form-title {
    margin-bottom: 0px;
  }
}
@media (max-width: 580px) {
  h1 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
  }

  .section-head h2 {
    font-size: 24px;
    line-height: 34px;
  }

  h1.section-title {
    font-size: 24px;
    line-height: 36px;
  }

  h2.section-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }

  .btn-lg {
    height: 44px !important;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 30px;
  }

  .btn-md {
    height: 40px !important;
    font-size: 16px;
    line-height: 26px !important;
  }

  .section-padding {
    padding-top: 50px;
  }

  .trusted-partners .partners-logo-bg {
    width: 160px;
  }

  .banner-section .banner-inner .banner-image {
    height: 242px;
  }
  .banner-section .banner-inner .banner-content {
    padding-top: 30px;
    padding-right: 0px;
  }

  .solutions-section {
    padding-bottom: 50px;
  }
  .solutions-section .solution-bg-elements .element2 {
    top: 300px;
  }
  .solutions-section .title-section .section-head-content {
    font-size: 16px;
  }
  .solutions-section .solutions-left .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
  .solutions-section .solutions-left .accordion .accordion-item .accordion-body .know-more-btn button {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
  }
  .solutions-section .solutions-right {
    padding: 0;
  }

  .trusted-section .trusted-inner-section {
    padding-top: 50px;
  }
  .trusted-section .trusted-inner-section .trusted-left {
    padding: 0;
  }
  .trusted-section .trusted-inner-section .trusted-left p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .trusted-section .trusted-inner-section .trusted-right .card-container .card h2 {
    font-size: 30px;
  }
  .trusted-section .trusted-inner-section .trusted-right .card-container .card p {
    font-size: 16px;
  }

  .goals-section {
    padding-bottom: 50px;
  }
  .goals-section .event-list-container .event-list {
    margin-bottom: 44px;
  }
  .goals-section .event-list-container .available-event-container {
    min-height: 530px;
    background-size: contain;
    background-position: bottom;
    margin-bottom: 15px;
  }
  .goals-section .event-list-container .available-event-container .available-event {
    padding: 20px 15px;
  }
  .goals-section .event-list-container .available-event-container .available-event .event-content .event-img-container {
    margin-bottom: 20px;
  }
  .goals-section .matchmaking-container {
    background-size: cover;
  }
  .goals-section .matchmaking-container .matchmaking-inner .matchmaking-left-content p {
    font-size: 16px;
  }
  .goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card {
    margin-bottom: 15px;
  }
  .goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner h5 {
    font-size: 20px;
  }

  .premium-access-section {
    padding: 50px 0px 50px;
  }
  .premium-access-section .premium-content .section-head h2 {
    font-size: 20px;
  }
  .premium-access-section .premium-content p {
    font-size: 14px;
  }
  .premium-access-section .premium-content .join_us-btn a {
    line-height: 28px;
    max-width: 176px;
  }
  .premium-access-section .premium-content .premium-content-list {
    flex-direction: column;
    align-items: start;
  }
  .premium-access-section .premium-content .premium-content-list li {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
  }

  .learn-more-section {
    padding-bottom: 50px;
  }
  .learn-more-section .learm-more-content {
    min-height: 260px;
  }
  .learn-more-section .learm-more-content .content {
    max-width: 225px;
  }
  .learn-more-section .learm-more-content .content .title-tag span {
    font-size: 10px;
  }
  .learn-more-section .learm-more-content .content h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .learn-more-section .learm-more-content .content p {
    font-size: 12px;
    line-height: 16px;
  }
  .learn-more-section .learn-more-btn a {
    max-width: 176px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-section {
    margin-top: 50px;
    padding-top: 50px;
  }
  .footer-section .footer-links ul li {
    margin: 8px 0;
  }
  .footer-section .footer-links ul li:last-child {
    margin-bottom: 30px;
  }
  .footer-section .footer-links h6 {
    margin-bottom: 15px;
    font-weight: 600;
  }
  .footer-section .footer-contact-section {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .footer-section .footer-contact-section .footer-logo {
    width: 225px;
  }
  .footer-section .footer-contact-section .contact-us-div .contact-us-inner li .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .footer-section .footer-contact-section .contact-us-div .contact-us-inner li .icon img {
    width: 22px;
  }
  .footer-section .footer-contact-section .contact-us-div .contact-us-inner li .icon-content h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
  }
  .footer-section .footer-contact-section .subscribe-div .subscribe-btn {
    font-weight: 500;
  }

  .suplier-diversity-section {
    padding: 50px 0;
  }

  .event-section {
    padding: 50px 0;
  }

  .partnerships-section {
    padding: 50px 0px 50px;
  }
  .partnerships-section .partnerships-content .section-head h2 {
    font-size: 20px;
  }
  .partnerships-section .partnerships-content p {
    font-size: 14px;
  }
  .partnerships-section .partnerships-content .talk_expert-btn a {
    line-height: 28px;
  }

  .matchmaking-experience-section .matchmaking-experience-content .experience-card-container .card h2 {
    font-size: 36px;
  }
  .matchmaking-experience-section .matchmaking-experience-content .experience-card-container .card p {
    font-size: 16px;
    line-height: 24px;
  }

  .talk_to_expert-section .talk_to_expert-container .talk_to_expert-content .content-inner .talk_to_expert-btn .btn {
    line-height: inherit;
  }

  .mbm_certification-section .download-btn .btn {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }

  .upcoming_event-section {
    padding: 50px 0;
  }
  .upcoming_event-section .title-container {
    margin-bottom: 24px;
  }
  .upcoming_event-section .search-bar-container .search-bar .form-group .form-control {
    height: 40px;
  }
  .upcoming_event-section .search-bar-container .icon-left .icon-input {
    height: 40px;
  }
  .upcoming_event-section .add_event-button .btn {
    font-size: 14px;
  }
  .upcoming_event-section .event-tab-container .event-tab-inner .event-tabs {
    flex-wrap: nowrap;
  }
  .upcoming_event-section .event-tab-container .event-tab-inner .event-tabs .nav-item {
    padding: 0;
  }
  .upcoming_event-section .event-tab-container .event-tab-inner .event-tabs .nav-item .event-tab-link {
    font-size: 14px;
    padding: 8px;
  }
  .upcoming_event-section .event-tab-pannel .view-more-div .btn {
    font-size: 16px;
    line-height: inherit;
  }

  .choose_plans-section .choose-plan-container .plan-card {
    padding: 28px 24px;
  }
  .choose_plans-section .choose-plan-container .plan-card .plan-content .plan-title h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .choose_plans-section .choose-plan-container .plan-card .plan-content .plan-price h2 {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 36px;
  }
  .choose_plans-section .choose-plan-container .plan-card .plan-content .plan-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .choose_plans-section .choose-plan-container .plan-card .plan-content .plan-text ul li {
    font-size: 14px;
    line-height: 28px;
  }
  .choose_plans-section .choose-plan-container .plan-card .plan-content .plan-text ul li::before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 414px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 411px) {
  .banner-section .banner-inner .banner-image .perfect_match-card .card-inner .card-img {
    width: 40%;
  }
  .banner-section .banner-inner .banner-image .perfect_match-card .card-inner .card-content {
    width: 60%;
    padding: 12px 24px;
  }
  .banner-section .banner-inner .banner-image .perfect_match-card .card-inner .card-content h6 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
  }
  .banner-section .banner-inner .banner-image .perfect_match-card .card-inner .card-content p {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .banner-section .banner-inner .banner-image .perfect_match-card .card-inner .card-content .match-card-btn .btn {
    font-size: 10px;
    height: unset !important;
    padding: 4px;
  }

  .goals-section .event-list-container .available-event-container .available-event {
    margin-bottom: 30px;
  }
  .goals-section .event-list-container .available-event-container .available-event .event-content .event-content-text .event-bottom ul {
    display: grid;
  }
  .goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner {
    padding: 15px 15px 6px 15px;
  }
  .goals-section .matchmaking-container .matchmaking-inner .matchmaking-right-content .event-card .card-inner h5 {
    font-size: 18px;
  }

  .upcoming_event-section .search-bar-container .search-bar .form-group .form-control {
    font-size: 14px;
  }
  .upcoming_event-section .add_event-button .btn {
    font-size: 12px;
  }
  .upcoming_event-section .event-tab-container {
    margin-top: 0;
  }
  .upcoming_event-section .event-tab-container .event-tab-inner .event-tabs .nav-item .event-tab-link {
    font-size: 12px;
  }
  .upcoming_event-section .event-tab-pannel {
    padding-top: 18px;
  }
}
@media screen and (max-width: 320px) {
  .banner-section .banner-inner .banner-content h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-section .banner-inner .banner-image {
    margin-bottom: 115px;
  }
  .banner-section .banner-inner .banner-image .perfect_match-card {
    bottom: -70px;
  }
  .banner-section .banner-inner .banner-image .perfect_match-card .card-inner .card-img {
    width: 40%;
  }
  .banner-section .banner-inner .banner-image .perfect_match-card .card-inner .card-content {
    width: 60%;
    padding: 4px 15px;
  }

  .virtual-meeting-section .meeting-image-container .reminder-card {
    left: 8px;
    bottom: 10px;
  }
  .virtual-meeting-section .meeting-image-container .reminder-card .content h6 {
    font-size: 14px;
  }

  .upcoming_event-section .event-tab-container .event-tab-inner .event-tabs .nav-item .event-tab-link {
    font-size: 12px;
    padding: 4px;
  }

  .contact_form-section .contact-form .form-floating label {
    font-size: 12px;
  }
}
/* Portrait */
.scrollTop {
  position: fixed;
  right: 10%;
  bottom: 10px;
  z-index: 999;
  background-color: #000;
  padding: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}/*# sourceMappingURL=custom.css.map */

/* .elfsight-widget-wrapper {
    margin-top: 20px;
    margin-left: 20px;
    font-weight: bold;
}

@media (max-width: 480px) {
    .elfsight-widget-wrapper {
        display: inline-block;
        margin-left: 40px;
    }
} */

.elfsight-widget-wrapper {
    /* margin-top: 20px; */
    margin-left: 20px;
    font-weight: bold;
    background-color: rgb(255, 121, 0); /* Bright orange */
    /* padding: 10px 16px; */
    border-radius: 20px;
    color: #fff;
    max-width: 280px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* @media (max-width: 480px) {
    .elfsight-widget-wrapper {
        display: block;
        margin: 20px auto;
        background-color: rgb(255, 121, 0);
    }
} */
@media (max-width: 1080px) {
    .elfsight-widget-wrapper {
        margin: 16px;
        margin-left: 35px;
        width: 50%;
        max-width: 320px;
        display: flex;
        /* border-radius: 20px; */
        justify-content: center;
        align-items: center;
    }

    .elfsight-widget-wrapper iframe {
        width: 100% !important;
        min-height: 40px;
    }
}