/* New Careers Page Styling */

.hero-banner-section.career-hero-banner h1{
	max-width:670px;
}

.careers-bullet-points-list ul li span.elementor-icon-list-icon{
	line-height:1.7;
}
.careers-cta-title h2{
	max-width:900px;
	margin:0 auto;
}
.careers-cta-paragraph p{
	max-width:850px;
	margin:0 auto;
}
.careers-culture-title h2{
	max-width:765px;
}

.employees-wrapper>.elementor-container>.elementor-row{
	justify-content:center;
}
@media(min-width:768px){
	.employees-wrapper .employee-column{
		-webkit-transition-property: background,border,-webkit-box-shadow;
		transition-property: background,border,-webkit-box-shadow;
		-o-transition-property: background,border,box-shadow;
		transition-property: background,border,box-shadow;
		transition-property: background,border,box-shadow,-webkit-box-shadow;
		-webkit-transition-duration: .25s;
		-o-transition-duration: .25s;
		transition-duration: .25s;
	}
	.employees-wrapper .employee-column:hover{
		background-color:#fff;
		border-radius:4px;
		box-shadow:0 0 10px 10px rgb(0 0 0 / 5%);
		-moz-box-shadow: 0 0 10px 10px rgb(0 0 0 / 5%);
    	-webkit-box-shadow: 0 0 10px 10px rgb(0 0 0 / 5%);
	}
	.career-grow-img{
		min-height:297px;
	}
}
@media(min-width:992px){
	.employee-info .elementor-widget-container p.elementor-heading-title {
		min-height: 110px;
	}
	.career-grow-img{
		min-height:330px;
	}
}

.mins-marign-b-10 {
	margin-bottom: -10px !important;
}
.marign-b-10 {
	margin-bottom: 10px !important;
}
.marign-b-0 {
	margin-bottom: 0 !important;
}
.max-width-450 {
	max-width: 450px;
}

.heading-top-border,.journey-border-heading {
	position: relative;
}

.heading-top-border:before,.journey-border-heading:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 73px;
	background: #F48245;
	content: '';
}
.journey-border-heading:before{
	top: 2;
	height:55px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px){
	.journey-wrapper-section>.elementor-container>.elementor-row{
		flex-wrap:wrap;
	}
	.journey-wrapper-section>.elementor-container>.elementor-row>.elementor-column{
		width:100%;
	}
	.journey-wrapper-section .journey-content-column>.elementor-column-wrap{
		margin:0 !important;
	}
	.journey-wrapper-section .journey-content-column{
		order:0;
		margin:0 0 10px;
	}
	.journey-wrapper-section .journey-video-column{
		order:1;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1100px){
	.journey-wrapper-section .journey-content-column>.elementor-column-wrap h2{
		font-size:42px !important;
	}
	.journey-wrapper-section .journey-content-column>.elementor-column-wrap p{
		font-size:16px !important;
	}
}
.about-expertise-wrap>.elementor-container>.elementor-row{
	flex-wrap:wrap;
	line-height:25px;
	margin: 0 0 10px;
	font-size:18px;
}
.about-expertise-wrap>.elementor-container>.elementor-row>.elementor-column{
		width:100%;
		margin: 0 0 20px;
	}
@media(min-width:1024px){
	.about-expertise-wrap>.elementor-container>.elementor-row{
		flex-wrap:nowrap;
		line-height:28px;
		margin: 0 0 35px;
	}
	.about-expertise-wrap>.elementor-container>.elementor-row>.elementor-column{
		width:auto;
		margin: 0;
	}
	.about-expertise-wrap>.elementor-container>.elementor-row>.elementor-column.middle-col{
		padding:0 20px;
		margin:0 20px;
		border-left:4px solid #404040;
		border-right:4px solid #404040;
	}
}
.about-expertise-col .btn-underline-primary{
	line-height:1;
}
.about-oppurtunities-para{
	max-width:900px;
}

.youtube-video-custom{
	box-shadow:0 0px 10px 6px rgb(0 0 0 / 15%);
		-moz-box-shadow: 0 0px 10px 6px rgb(0 0 0 / 15%);
	   -webkit-box-shadow: 0 0px 10px 6px rgb(0 0 0 / 15%);
}
.youtube-video-custom .eicon-play{
	display:block;
	opacity:1;
}

.youtube-video-custom .eicon-play:before{
	content: "";
	display:block;
	width: 45px;
	padding-bottom:71%;
	background-image: url(/wp-content/uploads/2023/01/yt-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}
@media(min-width:768px){
	.youtube-video-custom .eicon-play:before{
		width: 68px;
	}
}

/* .leadership-section>.elementor-container>.elementor-row{
	justify-content:center;
}

@media(min-width:768px){
	.leadership-section>.elementor-container>.elementor-row .team-col{
		width:40%;
		margin:0 30px;
	}
}
@media(min-width:992px){
	.leadership-section>.elementor-container>.elementor-row .team-col{
		width:32%;
		margin:0 45px;
	}
}

.leadership-section .icon-linkedin{
	color: #77808B;
	margin-left: 5px;
}
.leadership-section a:hover,.leadership-section a:hover .icon-linkedin{
	color:var(--primary) !important;
} */


/* Podcast Main Page Styling */


.podcast-main-heading h1{
	position:relative;
	margin-left:33px;
}

.podcast-main-heading h1::before{
	content:"";
	position:absolute;
	left:-33px;
	top:-3px;
	bottom:-3px;
	width:14px;
	background:var(--primary-light);
}


.podcasts-distributor .distributor-img{
	width:28px !important;
	margin-right:18px;
}
.podcasts-distributor .distributor-img.pandora-img{
	width:23px !important;
}
.podcasts-distributor .distributor-img.stitcher-img{
	width:43px !important;
	margin-right:0px;
}
.podcasts-distributor .distributor-img .elementor-image a,.podcasts-distributor .distributor-img .elementor-image img{
	display:block;
}


/* @media(max-width:399px){
	.elementor-column.podcasts-distributor{
		width:300px !important;
	}
	.elementor-column.podcasts-distributor>.elementor-column-wrap{
		padding:20px 0 0 !important;
	}
}
@media(max-width:350px){
	.elementor-column.podcasts-distributor{
		width:280px !important;
	}
} */

@media(min-width:768px){
	.all-podcasts .elementor-grid{
		grid-column-gap: 25px !important;
	}
}
@media(min-width:992px){
	.all-podcasts .elementor-grid{
		grid-column-gap: 0px !important;
	}
}

/* .all-podcasts .elementor-posts .elementor-post {
	display:none;
}
.all-podcasts .elementor-posts .elementor-post.show {
	display: block;
} */

@media (max-width:767px){
	.all-podcasts .elementor-posts .elementor-post:nth-child(odd) {
		position:relative;
	}

	.all-podcasts .elementor-posts .elementor-post:nth-child(odd)::before{
		content:"";
		position:absolute;
		top:0px;
		bottom:0px;
		right:-9999px;
		left:-9999px;
		background-color:#F2F3F5;
		z-index:-1;
	}
}

@media (min-width:992px){
	.all-podcasts .elementor-posts .elementor-post:nth-child(odd) {
		position:relative;
	}

	.all-podcasts .elementor-posts .elementor-post:nth-child(odd)::before{
		content:"";
		position:absolute;
		top:0px;
		bottom:0px;
		right:-9999px;
		left:-9999px;
		background-color:#F2F3F5;
		z-index:-1;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.all-podcasts .elementor-posts .elementor-post:nth-child(4n+1) {
		position:relative;
	}

	.all-podcasts .elementor-posts .elementor-post:nth-child(4n+1)::before{
		content:"";
		position:absolute;
		top:0px;
		bottom:0px;
		right:-9999px;
		left:-9999px;
		background-color:#F2F3F5;
		z-index:-1;
	}
	
}


.all-podcasts .elementor-posts-container.elementor-posts .elementor-post .podcast-feature-img .elementor-image a{
	display:block;
	position:absolute;
	top: 0;
    left: 0;
	right:0;
	bottom:0;
	margin:2px;
}
.all-podcasts .elementor-posts-container.elementor-posts .elementor-post .podcast-feature-img .elementor-image{
	position:relative;
	overflow:hidden;
	padding-bottom:60%;
	min-height:1px;
	margin:-2px;
}
.all-podcasts .elementor-posts-container.elementor-posts .elementor-post .podcast-feature-img .elementor-image img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

section.podcast-episode-wrapper>.elementor-container>.elementor-row{
	align-items:center;
}
section.podcast-episode-wrapper>.elementor-container>.elementor-row>.podcast-feature-img-col{
	align-self:flex-start;
}
.podcast-episode-wrapper .podcast-tiles-summary p::after{
	content:" [...]";
}

/* #podcastBtnMore .elementor-button-wrapper{
	margin:0 0 50px;
}
 */
#podcastBtnMore{
    margin: -1px 20px 0 20px;
}
#podcastBtnMore.odd{
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
/* #podcastBtnMore.finish .elementor-button-wrapper{
    margin: -1px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	#podcastBtnMore .elementor-button-wrapper{
		margin:20px 0 50px;
	}
} */

.episode-sharing-icons .addtoany_list{
	display:flex;
	align-items:flex-end;
}
.episode-sharing-icons .addtoany_list>a{
	display:block;
	margin-right:10px;
	font-size:20px;
}
.episode-sharing-icons .addtoany_list>a img{
	display:none;
}
.episode-sharing-icons .addtoany_list>a::before{
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.episode-sharing-icons .addtoany_list>a.a2a_button_linkedin::before{
	content:"\e90b";
	font-size:22px;
}
.episode-sharing-icons .addtoany_list>a.a2a_button_facebook::before{
	content:"\e908";
	font-size:25px;
}
.episode-sharing-icons .addtoany_list>a.a2a_button_twitter::before{
	content:"\e90f";
	font-size:23px;
	margin:0 -4px;
}


.guest-section .guest-details ul{
	list-style:none;
	margin:0 0 15px -40px;
	padding:0;
	overflow:hidden;
	font-size:18px;
	line-height:28px;
	letter-spacing:0.1px;
}

@media (min-width: 1367px) {
	.guest-section .guest-details ul{
		font-size:20px;
		line-height:34px;
	}
}

.guest-section .guest-details ul li{
	padding-left:40px;
	position:relative;
	margin:0 0 15px;
}
.guest-section .guest-details ul li:last-child::after{
	content:"";
	position:absolute;
	left:40px;
	right:0;
	bottom:-15px;
	height:1px;
	background-color:rgba(0, 0, 0, 0.3);
}

.guest-section .guest-details ul li::before{
	content:"";
    width: 28px;
    height: 28px;
    background-image: url(/wp-content/uploads/2022/09/List-checkmark.png);
    background-repeat: no-repeat;
    background-size: contain;
	position:absolute;
	top:3px;
	left:0;
}
.guest-section .guest-details p{
	font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
}
@media (min-width: 1367px) {
	.guest-section .guest-details p{
		font-size: 20px;
   		line-height: 34px;
	}
}
.guest-section .guest-details p:last-child{
	margin:0;
}

.guest-section .guest-details p a{
	display:inline-block;
	margin-right:15px;
}
a.guest-linkedin-profile img{
	display:inline-block;
}

.podcast-episode-content h2{
	font-size:24px;
	line-height:1.5;
	margin:0 0 20px;
	font-weight:400;
}
.podcast-episode-content h3{
	font-size:19px;
	line-height:1.6;
	margin:0 0 15px;
	font-weight:300;
}
.podcast-episode-content p,.podcast-episode-content ul ,.podcast-episode-content ol {
  	font-size: 18px;
	line-height:1.7;
  	margin:0 0 20px;
}


.podcast-episode-content p + h2{
	padding-top:10px;
}

@media(min-width:768px){
	.podcast-episode-content h2{
		font-size:32px;
	}
	.podcast-episode-content h3{
		font-size:24px;
	}
}

@media (min-width: 1367px) {

	.podcast-episode-content p,.podcast-episode-content ul ,.podcast-episode-content ol{
		font-size: 20px;
	}
}
.podcast-episode-content img{
	margin-bottom:20px;
}
.podcast-episode-content p img{
	margin-bottom:0;
}

@media(min-width:768px){
	.more-podcast-episodes .elementor-grid{
		grid-row-gap: 20px !important;
	}
}

.more-podcast-episodes .elementor-posts-container.elementor-posts .elementor-post .elementor-image{
	position:relative;
	overflow:hidden;
	padding-bottom:60%;
	min-height:1px;
}
.more-podcast-episodes .elementor-posts-container.elementor-posts .elementor-post .elementor-image img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.more-podcast-episodes .elementor-posts .elementor-posts-nothing-found::after{
	content:"No More Episodes";
}

/* Podcast Episode 14 Heading font size */

@media(min-width:992px){
	body>div.post-20406.podcast h1.elementor-heading-title{
		font-size:38px !important;
	}
}

/* Podcast Episode 48 Heading font size */

@media(min-width:992px){
	body>div.post-26454.podcast h1.elementor-heading-title{
		font-size:37px !important;
	}
}

/* Podcast Episode 55 Heading font size */

@media(min-width:992px){
	body>div.post-27779.podcast h1.elementor-heading-title{
		font-size:38px !important;
	}
}

/* Podcast Episode 80 Gust image styling*/
body>div.post-34505.podcast .guest-section .elementor-image img{
	border:none;
	border-radius:0px;
}


/* MWC Page Styling */

.mwc-home .mwc-feature-video video {
	height:100.5% !important;
}

.mwc-expertise-heading h2{
	position:relative;
	margin-left:25px;
}

.mwc-expertise-heading h2::before{
	content:"";
	position:absolute;
	left:-25px;
	top:-8px;
	bottom:-8px;
	width:15px;
	background:var(--primary-light);
}

@media(min-width:768px){
	.mwc-expertise-paragraph{
		max-width:440px;
	}
}
.mwc-tiles-wrapper>.elementor-container>.elementor-row,.leadership-tiles-wrapper>.elementor-container>.elementor-row{
	flex-wrap:wrap;
	justify-content:center;
}
.mwc-tiles-wrapper>.elementor-container>.elementor-row .mwc-tiles,.leadership-tiles-wrapper>.elementor-container>.elementor-row .leadership-tiles{
	width:100%;
	box-shadow:0 4px 4px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px 4px 6px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 4px 4px 6px rgba(0, 0, 0, 0.05);
	border-radius:4px;
	margin: 15px 20px;
}

@media(min-width:768px){
	.mwc-tiles-wrapper>.elementor-container>.elementor-row .mwc-tiles,.leadership-tiles-wrapper>.elementor-container>.elementor-row .leadership-tiles{
		width:calc(50% - 40px);
	}
}
@media(min-width:992px){

	.mwc-tiles-wrapper>.elementor-container>.elementor-row .mwc-tiles,.leadership-tiles-wrapper>.elementor-container>.elementor-row .leadership-tiles{
		width:calc(33.333% - 40px);
	}
}

.mwc-tiles-wrapper .mwc-tiles .elementor-image,.leadership-tiles-wrapper .leadership-tiles .elementor-image{
	position:relative;
	overflow:hidden;
	padding-bottom:63%;
	min-height:1px;
}
.mwc-tiles-wrapper .mwc-tiles .elementor-image img, .leadership-tiles-wrapper .leadership-tiles .elementor-image img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.mwc-tiles-wrapper .mwc-tiles-link{
	position:static;
	margin:0 !important;
}
.mwc-tiles-wrapper .mwc-tiles-link a{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:transparent;
	border:none;
	border-radius:0;
	z-index:1;
}
.mwc-tiles-wrapper .mwc-tiles-link a .elementor-button-text{
	position: absolute;
	  width: 1px;
	  height: 1px;
	  padding: 0;
	  overflow: hidden;
	  clip: rect(0, 0, 0, 0);
	  white-space: nowrap;
	  border: 0;
	color:#000;
}

.leadership-tiles .leadership-phone p,.leadership-tiles .leadership-email p{
	display:inline-block;
	position:relative;
	padding:0 0 0 28px;
}
.leadership-tiles .leadership-phone p::before,.leadership-tiles .leadership-email p::before{
	content: "";
    width: 18px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
	background-position:center;
    position: absolute;
    top: 0px;
    left: 0px;
}
.leadership-tiles .leadership-phone p::before{
	background-image: url(/wp-content/uploads/2023/02/phone-icon.png);
}
.leadership-tiles .leadership-email p::before{
	background-image: url(/wp-content/uploads/2023/02/email-icon.png);
}

header a.mwc-cta{
	display:none;
	border:2px solid var(--primary-light);
	border-radius:4px;
	padding:5px 20px;
	font-weight:500;
	font-size:13px;
	line-height:22px;
	color:var(--black1);
}
@media(min-width:768px){
	header a.mwc-cta{
		font-size:15px;
		padding:9px 27px;
	}
}
header a.mwc-cta:hover{
	background-color:var(--primary-light);
	color:white;
}




/* Webinar Page Styling */

a.para-web-link{
	color:#F18345 !important;
	text-decoration:underline !important;
}

a.para-web-link:hover{
	color:var(--primary) !important;
	text-decoration:underline !important;
}

/* Webinar 2 Styling */

@media(min-width:768px){
	.webinar-stats-column>.elementor-container{
		margin: 0 -15px !important;
	}
}
ul.orange-bullets li::marker,ul.orange-bullets li span.orange-text{
	color:#F18345;
}

/* Webinar 3 Styling */

.webinar3-icon-title-column>.elementor-column-wrap>.elementor-widget-wrap{
	display:flex;
	align-items:center;
	flex-wrap:nowrap;
}
.webinar3-icon-title-column>.elementor-column-wrap>.elementor-widget-wrap .img-widget{
	flex-shrink:0;
	margin-right:10px;
	width:30px;
}
.webinar3-icon-title-column>.elementor-column-wrap>.elementor-widget-wrap .img-widget img{
	display:block;
}
.webinar3-icon-title-column>.elementor-column-wrap>.elementor-widget-wrap .text-widget{
	width:calc(100% - 40px);
}

/* Webinar 4 Styling */

.webinar4-icon-list .elementor-icon-list-icon{
	padding-top:1px;
}

.webinar4-icon-list .elementor-icon-list-icon svg{
	display:block;
}

/* Webinar 6 Styling */

.webinar6-main-title h1{
	max-width:800px;
}

h1 span.webinar-6-title-small{
	font-size:23px;
	display:inline-block;
}
h1 span.webinar-6-title-small-perspective{
	font-size:14px;
	line-height:1;
}
@media(min-width:768px){
	h1 span.webinar-6-title-small{
		font-size:32px;
	}
	h1 span.webinar-6-title-small-perspective{
		font-size:28px;
	}
}
@media(min-width:992px){
	h1 span.webinar-6-title-small{
		font-size:40px;
	}
	h1 span.webinar-6-title-small-perspective{
		font-size:40px;
	}
}


/* Webinar 7 Styling */

.webinar7-main-title h1{
	max-width:750px;
}

.webinar7-icon-list .elementor-icon-list-icon{
	padding-top:5px;
}

.webinar7-icon-list .elementor-icon-list-icon svg{
	display:block;
}
.webinar7-icon-list strong{
	font-weight:900;
}
@media (min-width: 992px){
	.webinar7-guest-bio{
		max-width:615px !important;
	}
}

/* Webinar 8 Styling */

.webinar8-banner-section{
	position:relative;
}

.webinar8-banner-section>.elementor-container,.webinar8-banner-section .webinar8-design-element-column,.webinar8-banner-section .webinar8-design-element-column>.elementor-column-wrap,.webinar8-banner-section .webinar8-design-element-column>.elementor-column-wrap>.elementor-widget-wrap{
	position:initial !important;
}
.webinar8-banner-design-element{
	position:absolute !important;
	top:51%;
	transform:translatey(-50%);
	width:320px !important;
	right:-230px;
}

@media(min-width:366px){
	.webinar8-banner-design-element{
		top:58%;
	}
}
@media(min-width:768px){
	.webinar8-banner-design-element{
		top:52%;
		right:-200px;
		width:400px !important;
	}
}
@media(min-width:992px){
	.webinar8-banner-design-element{
		right:-187.5px;
		width:500px !important;
	}
	.webinar8-guest-bio{
		max-width:650px !important;
	}
}
@media(max-width:767px){
	.webinar8-subTitle h2{
		max-width:263px;
	}
}

.webinar8-panelist-section-wrapper>.elementor-container{
	padding:0 10px;
}
.webinar8-panelist-section-wrapper>.elementor-container>.elementor-row{
	flex-wrap:wrap;
}

.webinar8-panelist-section-wrapper .webinar8-panelist-col{
		width:100% !important;
		max-width:275px;
		margin:0px 30px 25px 0px;
}

@media(min-width:768px){
	.webinar8-panelist-section-wrapper .webinar8-panelist-col{
		width:50% !important;
		margin: 0 48px 40px 0;
	}
}
@media(min-width:992px){
	.webinar8-panelist-section-wrapper .webinar8-panelist-col{
		width:33% !important;
	}
}
@media(min-width:1200px){
	.webinar8-panelist-section-wrapper .webinar8-panelist-col{
		margin: 0 70px 40px 0;
	}
}
@media(min-width:1440px){
	.webinar8-panelist-section-wrapper .webinar8-panelist-col{
		margin: 0 80px 40px 0;
	}
}

.webinar8-panelist-section-wrapper .webinar8-panelist-col .webinar8-panelist-img{
	padding:10px;
	border-radius:10px;
	margin-bottom:20px !important;
	box-shadow:0 0px 40px 12px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0px 40px 12px rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: 0 0px 40px 12px rgba(0, 0, 0, 0.05);
	
}
.webinar8-register-heading{
	max-width:900px;
}
.perspective-webinar8-image-mobile{
	display:none !important;
}
@media(max-width:600px){
	.perspective-webinar8-image-desktop{
		display:none !important;
	}
	.perspective-webinar8-image-mobile{
		display:block !important;
	}
}

/* Webinar 9 Styling */

@media(min-width:992px){
	.webinar9-guest-bio{
		max-width:650px !important;
	}
}

.webinar9-divider{
	max-width:970px;
}


/* Webinar Perspective Section Styling */

/* .webinar-section-perspective .perspective-expert-title h4{
	margin:0 -7.5px;
}
@media(min-width:768px){
	.webinar-section-perspective .perspective-expert-title h4{
		margin:0 -9.5px;
	}
}
@media(min-width:992px){
	.webinar-section-perspective .perspective-expert-title h4{
		margin:0;
	}
} */


@media(max-width:767px){
	.webinar-section-perspective .btn-underline-primary a.elementor-button-link{
		padding-left:20px !important;
		border-bottom-width:3px;
	}
	.webinar-section-perspective .btn-underline-primary a.elementor-button-link::before{
		font-size:10px;
	}
	.webinar-section-perspective .btn-underline-primary a.elementor-button-link::after{
		height:3px;
		bottom:-3px;
	}
}


/* Collision Page Styling */

@media(min-width:992px){
	.collision-form-column{
		overflow:hidden;
	}
	.collision-form-column::before{
		content:"";
		position:absolute;
		top:100px;
		left:-6px;
		border-left:8px dashed #00000020;
		bottom:10px;

	}
}

/* AI Webinar Page Styling */
.ai-webinar-secondary-heading .underline-text{
	text-decoration:underline;
	text-decoration-color:#f87733;
}

.ai-webinar-badges li.elementor-icon-list-item{
	padding:5px 15px;
	background-color:#f87733;
	border-radius:4px;
}
@media(min-width:992px){
	.ai-webinar-badges li.elementor-icon-list-item{
		padding:7px 20px;
	}
}

.ai-webinar-form-wrapper1>.elementor-column-wrap{
    -webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
}

.why-attend-section span.word-bg-black {
	background-color:black;
	color:white;
	display:inline-block;
	padding:0 7px;
	margin-left:-7px;
}
.why-attend-section .why-attend-image{
	position:relative;
}
.why-attend-section .why-attend-image::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#f87733;
	transform: rotate(4deg);
	z-index:-1;
}

.attend-benefits-section span.word-bg-orange,.who-attend-section span.word-bg-orange{
	background-color:#FF813E;
	color:white;
	display:inline-block;
	padding:0 7px;
	margin-left:-7px;
	margin-right:-7px;
}

.attend-benefits-section .attend-benefits-col-wrapper>.elementor-container>.elementor-row {
	justify-content:flex-start;
}


@media(min-width:992px){
	.attend-benefits-section .attend-benefits-col-wrapper>.elementor-container>.elementor-row {
		flex-wrap:wrap;
	}
	.attend-benefits-section .attend-benefits-col-wrapper .attend-benefit-col{
		width:33%;
	}

}

.ai-webinar-speaker-image{
	position:relative;
}

.ai-webinar-speaker-image::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#f87733;
	transform: rotate(-4deg);
	z-index:-1;
}
.ai-driven-webinar-form-title.hides{
	display:none !important;
}
