  /*------------------------------------*\
      #UTILITY-CLASSES
  \*------------------------------------*/
  .container {
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  @media (min-width: 960px) {
    .container {
      max-width: 1440px;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@200;300&display=swap');

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
}
.page-template-template-bxponential h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
.page-template-template-bxponential h2 {
    font-family: 'Inter', sans-serif;
    font-size: 55px;
    font-weight: bold; 
    margin: 0;
}
h3 {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 500; 
    line-height: 1;
    margin: 0;
}
h4 {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: bold; 
    line-height: 1;  
}
.landing-page-header-wrapper {
    position: absolute;
    top: 70px;
    width: 100%;
}
.landing-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.landing-page-header .logo-wrapper img {
    width: 180px;
    height: 80px;
}
.btn-general {
    display: inline-block;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    width: 280px;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}
.btn-general-blue {
    background: rgb(0,164,206);
    background: linear-gradient(90deg, rgba(0,164,206,1) 0%, rgba(110,192,87,1) 100%);
}
.btn-general-orange {
    background: linear-gradient(38deg, rgba(255,0,255,1) 0%, rgba(252,76,2,1) 100%);
}
.banner-section {
    background-image: url(../assets/images/banner-bg.png);
    padding-top: 250px;
    padding-bottom: 380px;
}
.banner-section-content-wrapper {
    display: flex;
    justify-content: space-between;
}
.banner-content-block {
    margin-top: 30px;
}
.banner-content-block h1,
.banner-content-block h3 {
    color: #ffffff;
}
.banner-content-btn-wrapper {
    margin-top: 45px;
}
.banner-content-btn-wrapper .btn-general-blue {
    margin-left: 10px;
}
.banner-video-block {
    position: relative;
}
.banner-video-block .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.join-us-section {
    background-image: url(../assets/images/bg-with-curve.png);
    z-index: 2;
    position: relative;
    margin-top: -380px;
    padding-top: 130px;
    background-size: cover;   
}
.join-us-section-inner-wrapper {
    display: flex;
    justify-content: space-between;
}
.join-us-img {
    width: 320px;
}
.join-us-text {
    max-width: 1035px;
    padding-top:220px;
    color: #ffffff;
    text-transform: uppercase;
}
.join-us-text span {
    color: black;
}
.special-offers-section {
    background-image: url(../assets/images/offers-bg.png);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-template-template-bxponential .special-offers-section-inner-wrapper h2 {
   color: #0092bc; 
   text-align: center;
}
.special-offers-section-inner-wrapper p {
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    margin-bottom: 60px;
}
.special-offers-section-inner-wrapper p span {
    font-weight: bold;
}
.form-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
input {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    border: none;
    width: 270px;
}
.submit-btn {
    background: linear-gradient(38deg, rgba(255,0,255,1) 0%, rgba(252,76,2,1) 100%);
    border: none; 
}
.speakers-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-template-template-bxponential .speakers-section h2 {
    color: #0092bc; 
    text-align: center;  
}
.speakers-section .speakers-section-text {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    margin-bottom: 60px;
}
.speakers-section .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 37px;
}
.speakers-section .grid .grid_col {
    width: 23%;
}
.speakers-card {
    background: url(../assets/images/card-bg.png);
    background-size: cover;
    text-align: center;
    padding: 40px 24px 60px 24px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.speaker-name {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin: 50px 0 5px 0;
}
.speaker-designation {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #ffffff;
    margin: 0;
}
/* accordion section starts*/
/* accordion style starts*/
.accordion__header {
	padding: 30px 50px;
	background-image: linear-gradient(to right, #05a5c8, #6dc058);
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.accordion__header > * {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}
.accordion__header.is-active {
	
}

.accordion__toggle {
	margin-left: 10px;
	height: 3px;
	background-color: #ffffff;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 2px;
}

.accordion__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: #ffffff;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
}

.is-active .accordion__toggle {
	background-color: #fff;
}
.is-active .accordion__toggle::before {
	display: none;
}


.accordion__body {
    background-image: url(../assets/images/bg-black-transparent.png);
	display: none;
	padding: 46px;
	border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to right,  #05a5c8, #6dc058);
    border-top: 0;
}
.accordion__body.is-active {
	display: block;
}
/* accordion style ends*/

.xponential-section {
   background: url(../assets/images/xponential-bg.png); 
   background-size: 100%;
   padding: 80px 0 670px 0;
}
.accordion__header h4 {
    color: #ffffff;
    font-size: 30px;
}
.accordion-grid-section .grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 90px;
}
.xponential-section .grid_col {
    width: 33%;
    text-align: center;
}
.gradient-txt {
    font-size: 28px;
    background: -webkit-linear-gradient(#05a5c8, #6dc058);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin: 0;
    margin-top: 20px;
}
.card-transparent-txt {
    font-size: 19px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 auto;
    max-width: 320px;
    padding-top: 15px;
}
.card-heading-txt {
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 auto;
}
.card-txt {
    font-size: 19px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 30px 0;
}
.img-block {
    text-align: center;
    margin-top: -550px;
}
.img-block-txt {
    max-width: 1370px;
    text-align: center;
    margin: auto;
}
.xponential-growth-video-block {
    display: flex;
    justify-content: space-between;
    margin: 120px auto;
}
.xponential-growth-text-wrapper .heading {
    font-size: 52px;
    font-weight: bold;
    color: #0092bc;
    margin: 0;
}
.xponential-growth-text-wrapper .text {
    font-size: 20px;
    font-weight: 400;
}
.xponential-growth-text-wrapper .sub-heading {
    font-size: 30px;
    font-weight: bold;
    max-width: 590px;
    margin-bottom: 30px;
}
.ceremony-info-section {
    background:url(../assets/images/greeen-gradient-bg.png);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 370px;
}


/* accordion */
.ceremony-info-inner-wrapper .accordion__header{
    background-image: none;
    background-color: #ffffff;
    color: black;
}
.ceremony-info-inner-wrapper .accordion__header.is-active {
    background-image: none;
    background-color: #ffffff;
    color: black;
}
.ceremony-info-inner-wrapper .accordion__toggle {
    background-color: black;
}
.ceremony-info-inner-wrapper .accordion__toggle::before {
    background-color: black;
}
.ceremony-info-inner-wrapper .is-active .accordion__toggle {
    background-color: black;
}
.ceremony-info-inner-wrapper .accordion__body {
    border-image-source: none;
    border-color: #ffffff; 
}
.ceremony-info-inner-wrapper .accordion__header h4 {
    color: black;
}
.ceremony-curve-section {
    background-image: url(../assets/images/Conference-Image-curve.png);
    background-size: cover;
    padding-top: 370px;
    padding-bottom: 100px;
    margin-top: -370px;
}
.page-template-template-bxponential .ceremony-curve-section h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
}
.gradient-txt-icon p {
    font-size: 80px;
    font-weight: 200;
    background: -webkit-linear-gradient(#05a5c8, #6dc058);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    margin-left: 20px;
}
.gradient-txt-icon p span {
    font-size: 50px;
}
.ceremony-curve-section hr {
    border-color: #4e5a61;
    margin: 17px 0 26px 0;
    width: 300px;
}
.ceremony-curve-section-info-txt {
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
}
.gradient-txt-icon {
    display: flex;
    align-items: center;
}
.ceremony-curve-section .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 90px;
}
.ceremony-curve-section .grid .grid-col {
    width: 33%;
}
.gradient-txt-icon {
    background: -webkit-linear-gradient(#05a5c8, #6dc058);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.awards-section {
    background-image: url(../assets/images/bg.png);
    background-size: cover; 
    padding: 75px 0 100px 0;
    border-bottom: 12px solid #ffffff;
}
.awards-section-inner-wrapper {
    text-align: center;
}
.page-template-template-bxponential .awards-section-inner-wrapper h2 {
    color: #0092bc;
    margin-bottom: 20px;
}
.awards-section-text {
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
}
.awards-section-inner-wrapper .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 90px;
}
.awards-section-inner-wrapper .grid_col{
    width: 48%;
    text-align: center;
}
.awards-card-wrapper {
    background-image: url(../assets/images/card-bg-2.png);
    background-size: cover;
    padding: 80px 50px;
    height: 423px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.awards-card-wrapper .awards-card-title {
    color: #ffffff;
    line-height: normal;
    margin-bottom: 21px;
    text-shadow: 1px 2px rgb(71 71 71 / 36%);
    font-size:55px;
}
.awards-card-wrapper .awards-card-sub-title {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}
.awards-card-wrapper .awards-card-txt {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
.awards-section .btn-general-orange {
    width: auto;
    margin-top: 90px;
}
.judge-industries-section {
    background-image: url(../assets/images/bg-green.png);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.judge-industries-section-inner-wrapper {
    color: #ffffff;
    text-align: center;
}
.judge-industries-section-inner-wrapper p {
    font-size: 35px;
    font-weight: 400;
}
.judge-industries-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 35px;
    background-color: #ffffff;
    border-radius: 15px;
}
.judge-industries-card p{
    margin: 0;
    color: #0092bc;
    font-size: 22px;
    font-weight: bold;
}
.owl-carousel .owl-item .judge-industries-card img {    
    width: 90px;
    height: 90px;
}
.judge-industries-owl-carousel {
    margin-top: 90px;
}
.owl-theme.judge-industries-owl-carousel .owl-dots .owl-dot span {
    background: #e7f5f2;
}
.owl-theme.judge-industries-owl-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:linear-gradient(38deg, rgba(255,0,255,1) 0%, rgba(252,76,2,1) 100%);
}
.owl-theme.judge-industries-owl-carousel .owl-dots {
    margin-top: 65px!important;
}



.gallery-container {
    width: 100%;
    margin: 0 auto;
}
.gallery-main .gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
.gallery-main .gallery-card {
    color: #252a32;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.gallery-main .gallery-card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #fff;
}
.gallery-main .gallery-card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-btn {
    text-align: center;
    margin-top: 80px;
}
.gallery-section {
    padding: 110px 0;
}
@media only screen and (max-width: 600px) {
    .gallery-main .gallery-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
   }
}


.partnership-section {
    background-color: #f8f8f8;
    padding: 110px 0;
}
.page-template-template-bxponential .partnership-section h2 {
    color: #0092bc;
    text-align: center;
}
.partnership-section h4 {
    font-weight: 400;
    text-align: center;
    margin: 10px 0 80px 0;
}
.partnership-section .grid {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.partnership-section .grid_col {
    width: 48%;
}
.partnership-card-wrapper {
    background-image: url(../assets/images/partnership-card-bg.png);
    background-size: cover;
    padding: 50px;
    min-height: 670px;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}
.partnership-card-title {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}
.partnership-card-list {
    list-style-image: url(../assets/images/list-icon.png);
    padding-left: 25px;
}
.partnership-card-list li {
    font-size: 25px;
    font-weight: 400;
    padding-left: 15px;
    padding-bottom: 10px;
}
.partnership-card-btn {
    position: absolute;
    bottom: 50px;
}
.partnership-card-btn .btn-general {
    width: 240px;
}
.our-partners-section {
    padding: 110px 0;
}
.page-template-template-bxponential .our-partners-section h2{
    color: #0092bc;
    text-align: center;
}
.banner-img-block .gradient-txt {
    font-size: 50px !important;
}
.banner-content-block-gradient-txt {
    font-size: 110px;
}
.x-text {
    display: flex;

}