.solution-slide {
    position: relative;
}
.menusolution {
    margin-bottom: 9px;
}
a.wholesolutionlink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
	text-indent:-9999px;
	color: transparent;
}
a.allsolutioncta {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
	text-indent:-9999px;
	color: transparent;
}
.gradient_border_container {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: 80px;
  padding: 1em;
  box-shadow: 0 0 0 1px transparent;
  background-clip: padding-box;
  transition: box-shadow 0.3s ease;
}

.gradient_border_container::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, #0066CD 0%, #0AF 54.62%, #2641C0 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  transition: padding 0.3s ease;
}

.gradient_border_container:hover::before {
  padding: 3px;
}
.nomarginbottom p {
	margin-bottom: 0px;
} 
span.bluebold {
    color: #2F388D;
    font-style: italic;
	font-family: Polysans Bold;
    font-weight: 700;
}
span.normalbold {
    font-style: italic;
    font-weight: 700;
	font-family: Polysans Bold;
}
.notopmargin h1, .notopmargin h2, .notopmargin h3, .notopmargin h4, .notopmargin h5, .notopmargin h6 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.actionvideo:hover:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255, 0.5);
    content: '';
    border-radius: 40px 40px 40px 40px;
    z-index: 9;
}
.playactionvideo {
    transition: 0.3s;
}
.actionvideo:hover .playactionvideo {
    transform: scale(1.15);
}
.realstrongwhite strong {
	color: #ffffff !important;
}
.realsec.whitetheme .e-n-tabs-heading::before {
	color: #ffffff !important;
}
span.slide-count {
    border-radius: 100px;
    border: 2px solid var(--Color, #030832);
    width: 100px;
    padding: 10px;
    color: #030832;
    text-align: center;
    font-family: PolySans;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    display: inline-block;
}
button.owl-next-custom {
    background: transparent;
    border: 0px;
    padding: 0px;
    margin-left: 30px;
}
.related-header h2 {
    margin: 0px !important;
}
.related-header h2 {
    color: var(--Color, #030832);
    font-family: PolySans;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 55px;
}
.related-header h2 span {
    font-weight: bold;
	font-style: italic;
	color: #2F388D; font-family:polysans bold
}
.related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}
.solution-thumb img {
    border-radius: 100px !important;
    margin-bottom: 20px;
}
.solution-slide h3 {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    color: var(--Color, #030832);
    font-family: Polysans Bold;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: 35px;
}
p.solution-excerpt {
    color: var(--Color, #030832);
    font-family: PolySans;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
}
a.solution-button {
    color: var(--Dark-Blue, #2F388D);
    font-family: Polysans Bold;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 35px;
}
a.solution-button img {
    width: 15px !important;
    display: inline-block !important;
    margin-left: 10px;
    transition: 0.3s;
}
.solution-slide:hover .solution-thumb img {
	opacity: 0.5
}
.solution-slide:hover a.solution-button img {
    margin-left: 20px;
}
.menusolution {
background: #FFF;
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}
.solution-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 88px;
    justify-content: flex-start;
}

.solution-card,
.solution-cta-card {
    flex: 1 1 calc((100% - 176px) / 3); 
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.solution-cta-content h3 {
    color: #FFF;
    font-family: PolySans;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 30px;
}
.solution-cta-content h3 span {
	font-style: italic;
	font-weight: 700;
	font-family: Polysans Bold;
}
a.solution-cta-button {
    border-radius: 100px;
    border: 2px solid #0066CD;
    background: #F2F9FD;
    display: flex;
    height: 75px;
    padding: 18px 30px 21px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #030832;
    text-align: center;
    font-family: Polysans Bold;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
}
a.solution-cta-button:hover, .solution-cta-card:hover a.solution-cta-button {
    background: #BFE4F6 !important;
}
.solution-cta-card {
    background-color: #030832;
    background-image: url(/wp-content/uploads/2025/06/Mask-group.png);
    border-radius: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 53px;
    position: relative;
    transition: .3s;
}
.solution-cta-card:hover {
    transform: translatey(-20px);
}
.lightbluespan {
	font-style: italic;
	font-weight: 700;
	font-family: Polysans Bold;
	color: #BFE4F6;
}
.afterarrow:after {
    background: var(--Dark-Blue, #2F388D);
    content: '';
    width: 60px;
    height: 60px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    right: -14px;
    top: 44%;
    position: absolute;
}
.arrowright p.elementor-icon-box-description {
    max-width: 95%;
}
.beforeborder>.e-con-inner {
	position: relative;
}
.beforeborder>.e-con-inner:after {
	content: '';
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #0066CD 0%, #0AF 54.62%, #2641C0 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	display: block !important
}
.downloadsolutions label {
	color: #ffffff;
}
.downloadsolutions br {
    display: none !important;
}
.downloadsolutions .wpcf7 input.wpcf7-form-control:not([type=submit]), .downloadsolutions .wpcf7 textarea.wpcf7-form-control {
    margin-top: 10px !important;
}
.downloadsolutions span.checkbox-label-text {
    color: #ffffff;
}
.downloadsolutions .checkbox-label-text a {
    color: #ffffff;
}
.downloadsolutions .wpcf7 input.wpcf7-form-control:not([type=submit]).wpcf7-phonetext {
	margin-top: 0px !important;
}
span.wpcf7-form-control-wrap[data-name="phones"] {
    margin-top: 10px;
}
.downloadsolutions .columnfull {
    margin-bottom: 20px !important;
}
.downloadsolutions input[type="submit"] {
    color: #030832;
    text-align: center;
    font-family: Polysans Bold;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    border-radius: 100px;
    border: 2px solid #0066CD;
    background: #F2F9FD;
    display: flex;
    width: 100%;
    height: 75px;
    padding: 0px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
	margin-top: 26px !important;
}
.downloadsolutions input[type="submit"]:hover {
	background: #BFE4F6 !important;
}
.downloadsolutions .columnfull.lastcols2 {
    margin-bottom: 30px !important;
}
.downloadsolutions {
    padding-bottom: 54px !important;
}
.custombookimage img {
    height: 100px !important;
    object-fit: cover;
    margin-left: 26px;
}
.downloadsolutions .intl-tel-input .country-list .country-name, .downloadsolutions .intl-tel-input .country-list .flag-box {
	color: #000000;
}
ul#event-type-filter {
    display: flex;
    list-style: none;
    padding-left: 0px;
    grid-column-gap: 10px;
    margin: 0px;
}
.projecttoprow {
    margin-bottom: 70px;
}
ul#event-type-filter li a:hover {
	background: #BFE4F6 !important;
}
ul#event-type-filter li a {
    color: var(--Color, #030832);
    font-family: PolySans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    border-radius: 100px;
    border: 1px solid #0066CD;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
span.event-type {
    color: #030832;
    font-family: PolySans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    border-radius: 100px;
    background: #BFE4F6;
    display: inline-block;
    padding: 10px 20px;
    align-items: center;
}
.wecats {
    display: flex;
    align-items: center;
    gap: 25px;
}
.watchtime {
    color: var(--Color, #030832);
    font-family: PolySans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.series-thumb {
    margin-bottom: 20px;
    position: relative;
}
.wecats {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}
img.playicon {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100% !important;
    max-width: 100px !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
	transition: .3s;
}
.allitems {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}
.webinar-allseries-item {
    position: relative;
    width: calc(50% - 35px);
}button#load-more_webinarall {
    color: var(--Color, #030832);
    text-align: center;
    font-family: Polysans Bold;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    border-radius: 100px;
    border: 2px solid #0066CD;
    display: flex;
    height: 75px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    box-shadow: none;
    width: 260px;
    line-height: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}
.featured-webinar-item {
    display: flex;
    gap: 80px;
}
.featuredlabel {
    color: var(--Dark-Blue, #2F388D);
    font-family: 'Polysans Bold';
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 35px;
    display: flex;
    gap: 10px;
    align-items: center;
	margin-bottom: 55px;
}
.featuredinfo .watchtime {
    margin-bottom: 25px;
}
.featuredinfo h3 {
    color: var(--Color, #030832);
    font-family: 'Polysans Bold';
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
}
.series_desc h3 {
    color: var(--Color, #030832);
    font-family: PolySans;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 19px;
}
.eventlastrow a {
    color: var(--Dark-Blue, #2F388D);
    font-family: 'Polysans Bold';
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 35px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.addeddate {
    color: var(--Dark-Blue, #2F388D);
    font-family: PolySans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}
.eventlastrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
a.alllink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.webinar-allseries-item {
    position: relative;
}
a.alllink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    text-indent: -9999px;
    color: transparent !important;
}
.featuredinfo {
    width: 35%;
}
.featured-webinar-item .series-thumb {
    width: 68%;
	height: 100%;
}
.bethefirst .es-form-field-container input[type="email"] {
    margin-top: 0px;
}
.bethefirst .es-form-field-container input[type="submit"] {
    padding: 20px;
    color: #FFF;
    text-align: center;
    font-family: 'Polysans Bold';
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 55px;
    border-radius: 100px;
    background: #2F388D;
    height: 55px;
    padding: 0px;
    min-width: 129px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.bethefirst .es-form-field-container input[type="submit"]:hover {
    background: #030832;
}
.bethefirst .es-form-field-container input[type="email"] {
    margin-top: 0px;
    height: 65px;
}

.bethefirst form[data-form-id="1"] .es-form-field-container .gjs-row {
    margin-bottom: 0px !important;
}
.watch_webinar_top .series-thumb:hover .playicon, .featured-webinar-item .series-thumb:hover .playicon, .webinar-allseries-item:has(a.alllink:hover) .series-thumb .playicon {
    transform: scale(1.15);
}
.featmeta {
    display: flex;
    gap: 30px;
	flex-wrap: wrap;
}
.watch_webinar_top .series-thumb:hover img:not(.playicon), .featured-webinar-item .series-thumb:hover img:not(.playicon), .webinar-allseries-item:has(a.alllink:hover) .series-thumb img:not(.playicon) {
    opacity: 0.5;
}
.featuredinfo .eventlastrow a:hover, .webinar-allseries-item:has(a.alllink:hover) .eventlastrow a {
    gap: 20px;
}

button#load-more_webinarall:hover {
    border-width: 3px;
}
.webinarfaq .e-n-accordion details:first-child summary {
    padding-top: 0px !important;
}
.webinarfaq .e-n-accordion details:last-child {
 /*   border-bottom: 0px !important;*/
}
.watch_webinar_top h1 {
    color: #030832;
    text-align: center;
    font-family: PolySans Bold;
    font-size: 45px;
    font-style: italic;
    font-weight: 700;
    line-height: 60px;
    max-width: 922px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.watch_webinar_top .series-thumb {
    margin-bottom: 50px;
}
.video-stage-item img.playicon {
    max-width: 70px !important;
}
.video-stage-title {
    color: var(--Color, #030832);
    font-family: PolySans;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 10px;
}
.video-stage-speaker {
    color: var(--Color, #030832);
    font-family: 'Polysans Bold';
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 35px;
}
.video-stages-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}
.video-stage-item {
	width: calc(25% - 30px);
}
.webinarmeta {
    display: flex;
    gap: 13px;
}
.webinarmeta .watchtime {
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid #0066CD;
}
.webinarmeta .watchtime img {
    max-height: 20px;
}
body.page-id-4468 .webinarmeta {
    justify-content: center;
}
.solution-thumb img {
    width: 100%;
}
.video-stage-item .series-thumb:hover img:not(.playicon) {
    opacity: 0.5;
}
.customfullwidth img {
    width: 100%;
}
.makeenquiry a {
    width: 100% !important;
}
body.page-id-4118 .custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before, body.single-webinar-events .custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: #BFE4F6;
    border-radius: 50%;
}
.singlesolutionhead>.e-con-inner {
	margin-top: 61px;
}
	.fullheightproduct div, .fullheightproduct img {
    height: 100%;
    object-fit: cover;
}
.term-static-icon img {
    width: 50px !important;
}
.secondary-solution-carousel .solution-slide {
    padding: 25px;
	padding-top: 70px !important;
    text-align: center;
}
.term-static-icon, .term-static-icon img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.term-static-icon {
    margin-bottom: 30px;
}
.related-solutions-wrapper button {
    background: transparent;
}
.related-solutions-wrapper:has(.secondary-solution-carousel) .related-header {
    justify-content: center;
}
.term-thumb img {
    height: 250px !important;
    object-fit: contain;
}
.term-desc {
    color: #030832;
    text-align: center;
    font-family: PolySans;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
}
a.alltermlink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    color: transparent !important;
}
.downloadsolutions .intl-tel-input .selected-flag .iti-arrow {
	top: 47%;
    right: 10px;
}
.downloadsolutions .intl-tel-input .selected-flag {
	padding-left: 30px;
}
p.solution-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1500px) {
    .fullheightproduct img {
        margin-left: 100px;
    }
}
@media (min-width: 1200px) {
	.newlinespan {
	display: block;
}
    .fullheightproduct img {
        margin-left: 80px;
    }
	a.solution-button {
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
}
	/*.webinar-allseries-item {
    display: flex;
    flex-direction: column;
}
.series_desc {
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    line-height: 1;
}
.eventlastrow {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
} */
}

@media (min-width:768px) {
.webinar-allseries-item {
    display: flex;
    flex-direction: column;
}
.series_desc {
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    line-height: 1;
}
	.eventlastrow {
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        line-height: 1;
    }
}


@media (max-width: 990px) {
	.related-header {
		flex-direction: column;
	}
}
@media (max-width: 1024px) {
	.secondary-solution-carousel .solution-slide {
    padding: 30px 40px 21px 40px !important;
}
.term-desc {
    font-size: 16px;
    line-height: 30px;
}
.solution-slide h3 {
    margin-bottom: 10px !important;
    font-size: 18px !important;
    line-height: 30px;
}
.term-thumb img {
    height: 207px !important;
    object-fit: contain;
    margin-top: 20px;
}
.term-static-icon {
    margin-bottom: 0;
}
.video-stage-item {
        width: calc(50% - 15px);
    }
	.solution-grid-wrapper {
    gap: 40px;
}
	.featured-webinar-item {
		flex-direction: column;
		gap: 50px;
	}
	.featured-webinar-item>div {
    width: 100% !important;
}
}
@media (max-width: 1200px) and (min-width: 1024px) {
	.solution-slide h3 {
		min-height: 70px !important;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.series_desc {
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    line-height: 1;
}
.eventlastrow {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
}
.webinar-allseries-item {
    display: flex;
    flex-direction: column;
}
		.bluegraygrad .gradient_border_container {
    min-height: 106px;
    display: flex;
    justify-content: center;
}
.bluegraygrad h2 {
	font-size: 35px !important;
}
	.solution-slide h3 {
    min-height: 60px;
}
.term-thumb img {
        height: 150px !important;
}
}

@media (max-width: 768px) {
	.solutioncatform textarea {
		height: 125px !important;
	}
	.fullheightproduct div, .fullheightproduct img {
    height: 300px;
    object-fit: cover;
    margin: 0px !important;
}

	.video-stage-item { width: calc(50% - 15px); }
	.solution-cta-card {
    padding: 50px 30px;
}
.allitems {
    flex-direction: column;
    gap: 50px;
}
.webinar-allseries-item {
    width: 100%;
}
}
@media (max-width: 480px) {
	.video-stage-item { width: 100%; }
}
@media (max-width: 1024px) {
    .solution-card,
    .solution-cta-card {
        flex: 1 1 calc((100% - 88px) / 2);
    }
}

@media (max-width: 880px) {
	.mobilefullwidth {
		width: 100% !important;
	}
	.bethefirst .es-form-field-container input[type="submit"] {
    position: inherit;
    margin-top: 30px;
    width: 100%;
}
	.webinarmeta {
		flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	ul#event-type-filter {
		flex-wrap: wrap;
		gap: 30px;
	}
	.webinarmeta {
		flex-wrap: wrap;
	}
    .solution-card,
    .solution-cta-card {
        flex: 1 1 100%; 
    }
	.solution-grid-wrapper {
		gap: 40px;
	}
}
