.di-branded-landing-page .branded-landing-page-content {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
/*.branded-landing-page {
  background: #000000;
}*/

#global5ghub .w-100,#global5gcontact .w-100 {
  width: 100% !important;
}

#global5ghub .carousel-lists {
  display: flex;
  justify-content: center;
}

#global5ghub .color-white,#global5gcontact .color-white  {
  color: white !important;
}

#global5ghub .color-blue,#global5gcontact .color-blue  {
  color: #00A3E0 !important;
}

#global5ghub,#global5gcontact {
  background: #000000;
  color: #ffffff;
  max-width: 1304px;
  margin: 0 auto;
  font-size: 16px;
  padding: 0 15px;
}

#global5ghub #banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
}

#global5ghub #banner .banner{
  position: relative;  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5rem 1rem 5.75rem !important;
}

#global5ghub #banner .banner .dots {
  display: flex;
  position: absolute;
  bottom: 1rem;
  right: 0rem;
}

#global5ghub #banner .dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #c5c5c5;
  margin-right: 1rem;
}

#global5ghub #banner .dot:last-child{
  margin-right: 0;
}

#global5ghub #banner .banner-logo {
  width: 500px;
  height: 500px;
  /* background: #c5c5c5; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../assets/Deloitte_5G_Hero-01.png") no-repeat;
  background-position: center;
  background-size: contain;
}

#global5ghub #banner .banner-logo .banner-content {
  margin-top: 250px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 4rem;
  text-align: center;
  height: 50%;
}

#global5ghub #banner .banner-logo .banner-content p {
  color: #ffffff;
  margin: 0;
}

#global5ghub #intro {
  display: flex;
  flex-direction: column;
}

#global5ghub .intro-text p {
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
}

#global5ghub .intro-text{
  margin-top: 2rem;
  margin-bottom: 5.5rem;
}

#global5ghub .scroll-buttons {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

#global5ghub .scroll-buttons > div {
  flex: 1;
  margin-right: 1.5rem;
}

#global5ghub .scroll-buttons > div:last-child {
  margin-right: 0;
}

#global5ghub .scroll-buttons button {
  padding: 1rem 2rem;
  background: #26890D;
  border: 1px solid #26890D;
  width: 100%;
  color: #ffffff;
  transition: all 0.5s ease-in;
}

#global5ghub .scroll-buttons button:hover {
  background: #ffffff;
  color: #26890D;
  transition: all 0.5s ease-in;
}

#global5ghub #outbox .callout-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4rem;
  position: relative;
  z-index: 0;
}


#global5ghub #outbox .callout-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;  
  background: rgba(0, 0, 0, 0.63) !important;
  display: block;
  width: 100%;
  z-index: -1;
}

#global5ghub #outbox .callout-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../assets/Group\ 98.png") no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  z-index: -2;
}

#global5ghub #outbox .callout-box .callout-text {
  width: 70%;
  text-align: center;
  color: #ffffff;
}

#global5ghub #outbox .header {
  margin: 4rem 0 2.75rem;
}

#global5ghub #outbox .header p {
  color: #ffffff;
}

#global5ghub #feature{
  margin-top: 4.875rem;
}

#global5ghub #feature .feature-content {
  margin-bottom: 2.5rem;
}

#global5ghub #feature .feature-content p {
  color: #ffffff;
}

#global5ghub .thumbnailCarousel-container {
  overflow: hidden;
}

#global5ghub .swiper-slide .card {
  background: #26890d;
}

#global5ghub .swiper-slide .card-body {
  padding: 2rem;
  background: #444444;
}

#global5ghub .swiper-slide .card-body .card-heading {
  margin-bottom: 3.5rem !important;
}

#global5ghub .swiper-slide .card-body .card-text {
  margin-bottom: 1rem !important;
}

#global5ghub .swiper-slide .card .card-label {
  background: #26890d;
  padding: 0.25rem 2rem;
}

#global5ghub #feature {
  margin-bottom: 3rem;
}

#global5ghub .swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  background: url("../assets/next.svg") no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(-180deg);
  left: -40px;
}

#global5ghub .swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  background: url("../assets/next.svg") no-repeat;
  background-position: center;
  background-size: cover;
  right: -40px;
}

#global5ghub .swiper-button-next::after,
#global5ghub .swiper-button-prev::after {
  content: "";
  display: none !important;
}

#global5ghub .swiper-pagination-bullet {
  background: #777777 !important;
  opacity: 1 !important;
  width: 12px;
  height: 12px;
  margin-right: 0.2rem;
}

#global5ghub .swiper-pagination-bullet-active {
  background: #ffffff !important;
}

#global5ghub #swipe-controls-section {
  display: flex !important;
  justify-content: center;
  margin-top: 1rem;
  visibility: visible;
}

#global5ghub #swipe-controls-section.visible{
  visibility: hidden;
}

#global5ghub .swiper-wrapper.cards-center{
  display: flex;
  justify-content: center;
}

#global5ghub .categories-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

#global5ghub .categories-list p {
  margin: 0 !important;
}

#global5ghub .categories-list select {
  background: #000000;
  border: 2px solid white;
  border-radius: 2px;
  color: white;
  min-width: 300px;
  margin-left: 1rem;
  font-size: 18px;
  padding: 0.25rem 0.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../assets/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) center;
}




#global5gcontact #event .event-header{
    margin-bottom: 2rem;
    margin-top: 2.5rem;
}

#global5gcontact .accordian .accordian-tab {
  background: #26890D;
  cursor: pointer;
  width: 100%;
  padding: 0.75rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem !important;
  position: relative;
  border-radius: 3px;
}

#global5gcontact .accordian .accordian-tab::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.25rem;
    width: 30px;
    height: 30px;
    background: url('../assets/plus.svg') no-repeat;
    background-position: center;
    background-size: contain;
}

#global5gcontact .accordian.active .accordian-tab::before{
    background: url('../assets/minus.svg') no-repeat; 
    background-position: center;
    background-size: contain;
    
}

#global5gcontact .accordian .accordian-tab p,
#global5gcontact .accordian .accordian-content li {
  margin: 0 !important;
}


#global5gcontact .accordian .accordian-content p{
  width: calc(100% - 60px);
}

#global5gcontact .accordian .accordian-content li{
    cursor: pointer !important;
}

#global5gcontact .accordian .accordian-content{
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

#global5gcontact .accordian.active .accordian-content{
  max-height: 1000px;
  transition: all 0.5s ease-in-out;  
  padding-bottom: 1.25rem;
}

#global5gcontact .accordian .accordian-image {
  overflow: hidden;
}

#global5gcontact .accordian ul{
    list-style: disc;
    list-style-position: inside;
}

#global5gcontact .accordian .accordian-heading{
    margin-bottom: 1.5rem !important;
}

#global5gcontact #contactUs .contact-buttons{
    display: flex;
}

#global5gcontact #contactUs .contact-buttons button{
    background: #26890D !important;
    border: 1px solid #26890D;
    color: #ffffff;
    min-width: 210px;
    display: flex;justify-content: center;
    padding: 1rem;
    margin-right: 2rem;
    transition: all 0.5s ease-in-out;
}

#global5gcontact #contactUs .contact-buttons button:hover{
  background: #ffffff !important;
  color: #26890D;
  transition: all 0.5s ease-in-out;
}

#global5gcontact #contactUs{
    margin-top: 2.5rem !important;
}

#global5gcontact #contactUs .leader-image{
    width: 164px;height: 164px;
    overflow: hidden;
    margin-bottom: 1rem;
}

#global5gcontact #contactUs .contact-leader{
    width: 200px !important;
}

#global5gcontact #contactUs .leadership p{
    margin: 2.5rem 0;
}