/************************************************************************* Defaults */
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.locked {
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a {
	color: inherit;
}
b {
	font-weight: 600;
}


/************************************************************************* Text Editor */
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}


/************************************************************************* Scrolling Headings */
.scrolling-headings .elementor-widget-container {
	overflow: hidden;
	height: 50px !important;
	position: relative;
}
.scrolling-headings ul li {
	height: 50px;
}


/************************************************************************* Horizontal Scroller */
.scroll-features {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
}

.scroll-features > div {
	flex: none !important;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
/*     width: 30vw; */
    display: flex;
}


/************************************************************************* Lines */
.lines-horizontal .elementor-widget-divider .elementor-divider-separator {
	width: 0;
}




.autoflow .swiper {
	overflow: visible;
}


.elementor-custom-embed-play:before {
	content: 'watch video';
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
	opacity: 1 !important;
    filter: none !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 12px;
    font-weight: 500;
}




.shape2 {
	display: flex;
    justify-content: end !important;
}
.shape3 {
	display: flex;
    justify-content: end !important;
}






.no-padding form input,
.no-padding form select {
	padding-left: 0 !important;
}
form button[type="submit"] {
	margin-top: 30px;
}

form .course {
	color: #000;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin: 13px 0 0 0;
}





@media screen and (max-width: 1024px) {

	    
			

}



@media screen and (max-width: 768px) {



	form .course {
	    margin: 0;
	}
	
    

}