#menu-header #menu-item-20987,
#menu-header #menu-item-19188,
#menu-header #menu-item-26783 {
	display: none;
}

/*!
Theme Name: nscad
Theme URI: http://underscores.me/
Author: Tag Advertising
Author URI: https://tag-advertising.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nscad
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nscad is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

.alignright {
	float: right;
}

img.alignright {
	margin: 2% 0 2% 2%;
}

.alignleft {
	float: left;
}

img.alignleft {
	margin: 2% 2% 2% 0;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* NAVIGATION */
main {
	margin-top: -1px;
}

#top-menu .elementor-nav-menu--main ul li ul li a {
	background: rgba(0, 0, 0, .71);
}

#top-menu .elementor-nav-menu--main ul {
	background: none;
}

#menu-header {
	text-align: right;
}

#menu-header #menu-main-menu {
	position: relative;
	display: inline-block;
}

#menu-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-header li ul {
	display: none;
	width: calc(100% + 281px);
	/* top: 36px; */
	top: 59px;
	background: rgba(0, 0, 0, .71);
	left: -181px;
	position: absolute;
}

#menu-header li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	cursor: pointer;
}

#menu-header li a {
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding: 22px;
	cursor: pointer;
}

#menu-header li:hover a,
#menu-header li.active>a {
	background: rgba(2, 179, 149, 0.50);
}

/*#menu-header li:hover ul {*/
/*	display: block;*/
/*}*/

#menu-header li.active>ul {
	display: block;
}

#menu-header li:hover ul ul {
	display: none;
}

#menu-header li li a {
	padding-left: 72px;
	/* width: 544px; */
	width: 100%;
	text-align: left;
}

#menu-header li li ul {
	display: none;
	/* left: 544px; */
	left: calc(100% / 3);
	background: none;
	top: 0;
	height: 100%;
}

.menu-description {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	color: #fff;
}

#menu-header li li:hover a,
#menu-header li:hover li:hover a {
	font-weight: 800;
	background: rgba(2, 179, 149, 0.50);
}

#menu-header li:hover li a {
	background: unset;
}

#menu-header li li:hover ul a {
	font-weight: 400;
}

#menu-header li li:hover ul {
	/* display: block; */
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	flex-direction: column;
}

#menu-header li li li {
	/* width: 392px; */
	width: 49%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

#menu-header li li li a {
	width: 392px;
}

#menu-header li li {
	display: block;
	/* width: 544px; */
	width: calc(100% / 3);
}

/* ALVARO STYLES START */

/* Top navigation menu styles */

#menu-header li li a {
	height: auto;
	line-height: 31px;
	padding: 10px 22px 10px 60px;
}

#menu-header li:hover li:hover ul {
	background: rgba(2, 179, 149, 0.50);
}

#menu-header li:hover li:hover li a {
	background: unset;
	font-weight: 400;
}

#menu-header li:hover li:hover li a:hover {
	background: rgba(2, 179, 149, 0.50);
	font-weight: 800;
}

#menu-header li li ul {
	min-height: 100%;
	height: unset;
	/* width: 392px; */
	width: calc(200% / 3);
	max-height: calc(100vh - 200px);
}

/* Alumni carousel styles */

.alumni-carousel .slick-track {
	height: 880px;
	color: #fff;
	font-family: "Open Sans", Sans-serif;
}

.alumni-carousel .alumni-element {
	position: relative;
}

.alumni-carousel .alumni-element .alumni-background-overlay {
	width: 100%;
	height: 100%;
	background-color: transparent;
	opacity: 0.75;
}

.alumni-carousel .alumni-element .alumni-background-overlay.bg1 {
	background-image: linear-gradient(180deg, #39006A 0%, #00A7FF 100%);
}

.alumni-carousel .alumni-element .alumni-background-overlay.bg2 {
	background-image: linear-gradient(180deg, #FF7600 0%, #B100B1 100%);
}

.alumni-carousel .alumni-element .alumni-background-overlay.bg3 {
	background-image: linear-gradient(180deg, #1E7C1E 0%, #F5FF00 100%);
}

.alumni-carousel .alumni-element .alumni-background-overlay.bg4 {
	background-image: linear-gradient(180deg, #FF50E4 0%, #19DCFF 100%);
}



.alumni-carousel .slick-arrow {
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	letter-spacing: 4px;
	color: #fff;
	position: absolute;
	top: 184px;
	z-index: 100;
}

.alumni-carousel .slick-arrow.slick-prev {
	left: 60px;
}

.alumni-carousel .slick-arrow.slick-next {
	right: 60px;
}


/* NSCAD NEWS BLOCK */

.news-block .news-element {
	width: calc(100% / 4);
	display: inline-block;
	color: #FFFFFF;
}

.news-block .news-title-wrapper {
	height: 245px;
	box-sizing: border-box;
	padding: 50px 50px 50px 50px;
	font-family: "Open Sans", Sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 40px;
	position: relative;
}

.news-block .news-title,
.news-block .news-content {
	position: relative;
	z-index: 100;
}

.news-block .news-content-wrapper {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	box-sizing: border-box;
	padding: 50px 80px 50px 50px;
	height: auto;
	position: relative;
}

.news-block .bg1 {
	background-color: transparent;
	background-image: linear-gradient(45deg, #7A00BA 0%, #4EA0FF 100%);
	opacity: 0.65;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-block .bg2 {
	background-color: transparent;
	background-image: linear-gradient(45deg, #B100B1 0%, #FF7600 100%);
	opacity: 0.65;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-block .bg3 {
	background-color: transparent;
	background-image: linear-gradient(45deg, #1E7C1E 0%, #DDE600 100%);
	opacity: 0.65;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-block .bg4 {
	background-color: transparent;
	background-image: linear-gradient(45deg, #0095A8 0%, #60E300 100%);
	opacity: 0.65;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-block .newsbg {
	/* style to remove the opacity from the content part of the news */
	opacity: 1;
}

/* Featured courses carousel styles */
.featured-courses-carousel {
	display: flex;
	flex-wrap: wrap;
}

.featured-courses-carousel .slick-track {
	height: 880px;
	color: #fff;
	font-family: "Open Sans", Sans-serif;
}

.featured-courses-carousel .featured-courses-element {
	flex: 0 0 25%;
	max-width: 25%;
	min-height: 880px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.featured-courses-carousel .featured-courses-element .featured-courses-content-wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	box-sizing: border-box;
	padding: 90px 55px 60px 55px;
	z-index: 1;
}

.featured-courses-carousel .featured-courses-element .featured-courses-background-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	opacity: 0.75;
}

.featured-courses-carousel .featured-courses-element .featured-courses-background-overlay.bg1 {
	background-image: linear-gradient(180deg, #39006A 0%, #00A7FF 100%);
}

.featured-courses-carousel .featured-courses-element .featured-courses-background-overlay.bg2 {
	background-image: linear-gradient(180deg, #0095A8 0%, #60E300 100%);
}

.featured-courses-carousel .featured-courses-element .featured-courses-background-overlay.bg3 {
	background-image: linear-gradient(180deg, #FF7600 0%, #B100B1 100%);
}

.featured-courses-carousel .featured-courses-element .featured-courses-background-overlay.bg4 {
	background-image: linear-gradient(180deg, #FF50E4 0%, #19DCFF 100%);
}

.featured-courses-carousel .featured-courses-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 100px;
}

.featured-courses-carousel .featured-courses-degree {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 193px 0;
}

.featured-courses-carousel .featured-courses-content {
	flex-grow: 1;
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: right;

	color: #ffffff;
}

.featured-courses-carousel .featured-courses-text {
	font-family: "Open Sans", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 8px;
	position: absolute;
	bottom: 77px;
	left: 34px;
}

.featured-courses-carousel .slick-arrow {
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	letter-spacing: 4px;
	color: #fff;
	position: absolute;
	top: 184px;
	z-index: 100;
}

.featured-courses-carousel .slick-arrow.slick-prev {
	left: 60px;
}

.featured-courses-carousel .slick-arrow.slick-next {
	right: 60px;
}

.featured-courses-carousel .featured-courses-link {
	text-align: right;
}

.featured-courses-carousel .featured-courses-link a {
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
}

.featured p {
	margin: 0;
}

.featured-courses {
	position: relative;
}

.featured-courses:before {
	/*content: '';*/
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: -100px;
	max-width: 795px;
	max-height: 520px;
	background-image: url("./images/about-bg.svg");
	z-index: -1;
}

/* ALVARO STYLES END */

/* Media Queries
--------------------------------------------- */

.h1title {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 70px;
	line-height: 80px;
	letter-spacing: 20px;
}


/*New Styles */

/*Header*/
header .header__section {
	position: absolute;
	width: 100%;
	z-index: 3;
}

body:not(.page-id-26332) header .elementor-widget-wrap.elementor-element-populated:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: transparent;
	background-image: linear-gradient(180deg, #000000AB 0%, #FFFFFF00 100%);
	backdrop-filter: blur(30px);
}

.header__col.header__col_left {
	flex: 0 0 432px;
	max-width: 432px;
}

.header__col.header__col_right {
	flex: 0 0 calc(100% - 432px);
	max-width: calc(100% - 432px);
}

.header__nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 10px;
}

.nscad-navigator {
	margin-left: 15px;
}

.nscad-navigator__wrapper {
	display: flex;
}

.nscad-navigator__text {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: right;
	color: #ffffff;
}

.nscad-navigator__icon {
	margin-left: 10px;
}

.hamburger-btn {
	display: none;
}

/*.header__banner {
	display: none;
}*/

header__banner.active {
	display: block;
}

.mobile_menu {
	display: none;
}

.mobile_menu.active {
	display: block;
}

.mobile_menu nav {
	overflow: auto;
}

.overflowhidden {
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}

header .banner-btn {
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
}

/*Search form*/
.elementor-search-form--button-type-text .elementor-search-form__container:not(.elementor-search-form--full-screen) {
	position: relative;
	max-width: 450px;
	background: transparent;
	margin-left: auto;
	margin-right: 125px;
}

.elementor-search-form--button-type-text .elementor-search-form__container:not(.elementor-search-form--full-screen):before {
	content: '';
	position: absolute;
	left: 11px;
	top: 50%;
	width: 16px;
	height: 16px;
	background-image: url("./images/search-icon.svg");
	transform: translateY(-50%);
}

body .elementor-search-form--button-type-text .elementor-search-form__input {
	color: #ffffff !important;
	border-radius: 27px;
	background-color: rgba(255, 255, 255, 0.25) !important;
	padding-left: 35px !important;
}

body .elementor-search-form--button-type-text .elementor-search-form__input::placeholder {
	color: #ffffff !important;
	opacity: 1 !important;
}

body .elementor-search-form--button-type-text .elementor-search-form__submit {
	width: 102px;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 27px;
	margin-left: 15px;
	cursor: pointer;
}

body .elementor-search-form--button-type-text .elementor-search-form__submit:hover {
	border: 1px solid #fff;
	border-radius: 27px;
}

/*Social Menu*/
body .social__container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 373px !important;
	height: 870px;
	transform: translateY(100%);
	padding-top: 260px;
	padding-left: 108px;
}

.social__container:after {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 100%;
	height: 100%;
	background: #F6F5F3;
	clip-path: polygon(100% 0, 0 0, 0 90%);
}

.social {
	position: relative;
	z-index: 1;
}

.social .nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social a {
	font-size: 0;
}

.social__icon {
	margin: 25px 0;
}

.social__icon a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
}

.social__icon a:before {
	content: '';
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.social__icon_instagram a:before {
	width: 18px;
	height: 18px;
	background-image: url("./images/instagram.svg");
}

.social__icon_twitter a:before {
	width: 18px;
	height: 15px;
	background-image: url("./images/twitter.svg");
}

.social__icon_facebook a:before {
	width: 9px;
	height: 18px;
	background-image: url("./images/facebook.svg");
}

/*Hero*/
.hero-section {
	height: 1001px;
	z-index: 2;
}

.hero-section>.elementor-container {
	height: 100%;
}

.hero__search .elementor-search-form__submit {
	display: none;
}

.hero__search .elementor-search-form__container {
	margin-right: 0 !important;
}

body .hero__search .elementor-search-form__input {
	background-color: rgba(255, 255, 255, 0.4) !important;
	padding-left: 64px !important;
}

.hero__search .elementor-search-form__container:not(.elementor-search-form--full-screen) {
	max-width: 620px;
}

.hero__search .elementor-search-form__container:not(.elementor-search-form--full-screen):before {
	left: 20px;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
}

body .text_shadow {
	position: absolute;
	top: -23%;
	left: -51%;
	z-index: 2;
}

/*About Section*/
.about-section {
	position: relative;
}

.about-section:before {
	/*content: '';*/
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	max-width: 795px;
	background-image: url("./images/about-bg.svg");
	z-index: -1;
}

.about-section .text-shadow {
	position: absolute;
	top: 15%;
	left: -22%;
}

.about-section p {
	margin-top: 0;
}

/*Color Section*/
.color-section__column {
	height: 1001px;
}

/*Featured Section*/
.featured__section {
	position: relative;
}

.featured__section:after {
	/*content: '';*/
	width: 100%;
	height: 100%;
	position: absolute;
	left: 267px;
	top: 0;
	max-width: 795px;
	max-height: 397px;
	background-image: url("./images/about-bg.svg");
	z-index: -1;
}

.featured__title p {
	margin: 0;
}

.featured__section .text-shadow {
	position: absolute;
	right: -12%;
	bottom: -15%;
	width: auto !important;
}

/*Alumni Carousel*/
.alumni-carousel {
	display: flex;
	flex-wrap: wrap;
}

.alumni-element {
	height: 880px;
	flex: 0 0 25%;
	max-width: 25%;
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
}

.alumni-content-wrapper {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 45px 55px 35px 45px;
}

.alumni-footer {
	display: flex;
	align-items: end;
	justify-content: space-between;
	flex-grow: 1;
	margin-top: 163px;
}

.alumni-title {
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 6px;
}

.alumni-degree {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	margin-top: 15px;
}

.alumni-text {
	flex-grow: 0;
	transform-origin: 0 0;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 8px;
	transform: rotate(-90deg);
	margin-bottom: -25px;
}

.alumni-content {
	align-self: flex-start;
	flex: 0 0 237px;
	max-width: 237px;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: right;
}

/*Events*/
.events .text-shadow {
	position: absolute;
	left: 3.5%;
	bottom: -7%;
}

.nscad-events-block {
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
}

.nscad-events-block img {
	width: 100%;
	height: 100%;
	display: block;
}

.nscad-events-block .nscad-event-image {
	width: 480px;
	height: 478px;
}

.nscad-events-block .nscad-event-content-wrapper {
	padding: 50px 50px 50px 50px;
	width: 76.83%;
	min-height: 420px;
	box-sizing: border-box;
	color: #fff;
	position: absolute;
	top: 131px;
	left: 127px;
	z-index: 100;
}

.nscad-events-block .nscad-event-content-wrapper.bg1 {
	background-color: transparent;
	background-image: linear-gradient(210deg, #4EA0FF 0%, #7A00BA 100%);
}

.nscad-events-block .nscad-event-content-wrapper.bg2 {
	background-color: transparent;
	background-image: linear-gradient(210deg, #FF7600 0%, #B100B1 100%);
}

.nscad-events-block .nscad-event-content-wrapper.bg3 {
	background-color: transparent;
	background-image: linear-gradient(210deg, #DDE600 0%, #1E7C1E 100%);
}

.nscad-events-block .nscad-event-title {
	font-weight: bold;
	font-family: "Open Sans", Sans-serif;
	font-size: 25px;
	line-height: 40px;
}

.nscad-events-block .nscad-event-content {
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	line-height: 26px;
	margin-top: 16px;
}

.nscad-events-block .nscad-event-element {
	width: 33.33%;
	width: calc(100% / 3);
	display: inline-block;
	position: relative;
}

.elementor-sticky--active {
	z-index: 999 !important;
}

.elementor-sticky--active .social__container {
	display: none;
}

.mobile-devider {
	display: none;
}

/*Footer*/
.footer__social ul {
	flex-direction: column;
	gap: 32px;
}

.footer__social .footer__icon {
	width: 18px;
	height: 18px;
}

.footer__icon a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 0;
	padding: 0 !important;
}

.footer__icon a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("./images/white-social-icons.svg");
	opacity: 1 !important;
}

.footer__icon_instagram a:before {
	background-position-y: 0;
}

.footer__icon_twitter a:before {
	background-position-y: -62px;
}

.footer__icon_behance a:before {
	background-position-y: -124px;
}

.footer__icon_facebook a:before {
	background-position-y: 18px;
}

.footer__text {
	margin-left: 25px;
}

.footer__text h6 {
	font-size: 20px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 30px;
}

.footer__text a {
	color: #ffffff;
}

.ready__section>* {
	margin-left: 0 !important;
}

#footer-button {
	width: 100%;
	max-width: 206px;
	min-height: 55px;
}

#footer-button .elementor-button-content-wrapper {
	align-items: center;
}

#footer-button .elementor-button-text {
	flex-grow: 0;
	margin-top: 6px;
}

#footer-button .elementor-button-icon {
	display: flex;
}

#footer-button .elementor-button-icon svg {
	width: 30px;
	height: 30px;
}

.text-shadow-footer {
	width: auto !important;
	position: absolute !important;
	right: 0;
	top: 0;
	transform: rotate(90deg) translateX(50%);
}

.hero__section {
	min-height: 589px;
}

.color-text p,
.color-text h3 {
	margin-top: 0;
}

.color-text p:last-child {
	margin-bottom: 0;
}

.color-text h3 {
	margin-bottom: 0;
}

.btn-center {
	align-items: center;
}

.text-gradient__column {
	width: 505px !important;
	margin-left: -130px;
}

.hero__slider-section {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
}

.hero__slider .swiper-slide-inner,
.hero__slider .swiper-slide-image {
	height: 1001px;
}

.hero__slider .swiper-slide-image {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.hero__slider .eicon-chevron-left,
.hero__slider .eicon-chevron-right {
	font-size: 16px;
}

.hero__slider .eicon-chevron-left:before {
	content: '\e8bf';
}

.hero__slider .eicon-chevron-right:before {
	content: '\e8c0';
}

.hero__slider .elementor-screen-only {
	position: static;
	height: auto;
	width: auto;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	clip: inherit;
	overflow: visible;
}

.elementor-swiper-button-container {
	display: flex;
	align-items: center;
	width: 220px;
	position: absolute;
	bottom: 26px;
	left: 98px;
	z-index: 2;
}

.hero__slider .elementor-swiper-button {
	display: none;
	flex: 0 0 50%;
	position: static;
	align-items: center;
	gap: 5px;
	transform: none;
}

.hero__slider .elementor-swiper-button-next {
	flex-direction: row-reverse;
}

.hero__slider .elementor-swiper-button-prev .elementor-screen-only {
	width: 39px;
	overflow: hidden;
}

.social__container:after {
	display: none;
}

body .social__container {
	padding-top: 130px;
}

#menu-social-menu li a:before {
	filter: brightness(0) invert(1);
}

.nscad-events-block .nscad-event-content-wrapper a {
	color: #fff;
}

/*Media*/
@media (max-width: 1920px) {
	.featured-courses-carousel .featured-courses-title {
		margin-bottom: 25px;
	}

	.featured-courses-carousel .featured-courses-element .featured-courses-content-wrapper {
		padding: 50px;
	}
}

@media (max-width: 1650px) {
	.nscad-events-block {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.nscad-events-block>* {
		flex: 0 0 500px;
		max-width: 500px;

	}

	.nscad-events-block .nscad-event-content-wrapper {
		padding: 35px;
		width: 300px;
		min-height: 300px;
	}

	.nscad-events-block .nscad-event-content {
		font-size: 14px;
		line-height: 24px;
	}

	.nscad-events-block .nscad-event-title {
		font-size: 18px;
		font-weight: 400;
		line-height: 26px;
	}

	.nscad-events-block .nscad-event-image {
		width: 400px;
		height: 400px;
	}

	.events-btn {
		margin-top: 160px !important;
		padding: 10px;
	}

	.about-section .text-shadow {
		left: 0;
		top: 20%;
	}

	.news-block .news-content-wrapper {
		height: auto;
		padding: 50px;
	}

	.featured-courses-carousel .featured-courses-element {
		flex: 0 0 50%;
		max-width: 50%;
		height: auto;
	}

}

@media (max-width: 1500px) {
	#menu-header li a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nscad-events-block>* {
		flex: 0 0 450px;
		max-width: 450px;
	}

	.nscad-events-block .nscad-event-image {
		width: 400px;
		height: 400px;
	}
}

@media (max-width: 1400px) {
	#menu-header li a {
		padding-left: 7px;
		padding-right: 7px;
	}

	.header__col.header__col_left {
		flex: 0 0 400px;
		max-width: 400px;
	}

	.header__col.header__col_right {
		flex: 0 0 calc(100% - 400px);
		max-width: calc(100% - 400px);
	}

	.nscad-events-block>* {
		flex: 0 0 430px;
		max-width: 430px;
	}
}

@media (max-width: 1300px) {
	#menu-header li a {
		padding-left: 5px;
		padding-right: 5px;
	}

	.header__col.header__col_left {
		flex: 0 0 370px;
		max-width: 370px;
	}

	.header__col.header__col_right {
		flex: 0 0 calc(100% - 370px);
		max-width: calc(100% - 370px);
	}

	body .social__container {
		width: 370px !important;
	}

	.nscad-events-block {
		flex-direction: column;
		align-items: center;
	}

	.nscad-event-element:not(:last-child) {
		margin-bottom: 152px;
	}

	.more-btns__group>* {
		display: flex;
		flex-direction: column;
		align-content: flex-end;
		justify-content: flex-end;
	}

	.more-btns__group .elementor-widget-wrap.elementor-element-populated>* {
		position: static !important;
	}

	.more-btns__group .elementor-widget-wrap.elementor-element-populated>*:not(:last-child) {
		margin-bottom: 15px;
	}

	.more-btns__group a {
		width: 220px !important;
		padding: 15.5px 20px !important;
	}

	.more-btns__group a .elementor-button-content-wrapper {
		display: flex;
		align-items: center;
	}

	.more-btns__group i {
		font-size: 24px;
	}

	.more-btns__group .elementor-button-icon.elementor-align-icon-right {
		margin-left: 0 !important;
	}

	.news-block .news-title-wrapper,
	.news-block .news-content-wrapper {
		padding: 25px;
	}
}

@media (max-width: 1200px) {
	.header__col.header__col_left {
		flex: 0 0 200px;
		max-width: 200px;
	}

	.header__col.header__col_right {
		flex: 0 0 calc(100% - 200px);
		max-width: calc(100% - 200px);
	}

	.header__col_left>.elementor-widget-wrap {
		justify-content: center;
	}

	.header__logo>.elementor-widget-container {
		margin-left: 0 !important;
	}

	body .social__container {
		width: 200px !important;
	}

	.nscad-events-block>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.alumni-carousel>*,
	.news-element {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.news-block {
		display: flex;
		flex-wrap: wrap;
	}

	body .social__container {
		padding-top: 200px;
		padding-left: 50px;
	}

	.hero__title h2 {
		font-size: 32px !important;
		line-height: 40px !important;
		letter-spacing: 15px !important;
	}

	.hero-section .elementor-section>* {
		justify-content: flex-end;
	}

	.hero-section .text_shadow {
		left: -100%;
	}
}

@media(max-width: 1024px) {
	#menu-header li a {
		font-size: 14px;
		line-height: 14px;
	}

	.nscad-navigator {
		margin-left: 5px;
	}
}

@media(max-width: 992px) {
	.header__col.header__col_left {
		flex: 0 0 160px;
		max-width: 160px;
	}

	.header__col.header__col_right {
		flex: 0 0 calc(100% - 160px);
		max-width: calc(100% - 160px);
	}

	.header__col_left>.elementor-widget-wrap {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	body .social__container {
		width: 160px !important;
	}
}

@media (max-width: 900px) {
	.footer__text{
		margin: 0;
	}

	#menu-header #menu-item-20987,
	#menu-header #menu-item-19188 {
		display: initial;
	}

	.header__col.header__col_left {
		flex: 0 0 220px;
		max-width: 220px;
	}

	.header__col.header__col_right {
		flex: 0 0 calc(100% - 220px);
		max-width: calc(100% - 220px);
		padding-right: 32px;

	}

	.header__col_left>* {
		background-image: url("./images/bg-header.svg") !important;
		 /* 		background-image: url("./images/bg-header-orange.svg") !important; */
		padding: 22px 0 !important;
	}

	.hamburger-btn {
		display: block;
	}

	.header__search,
	.header__menu {
		display: none;
	}

	.header__logo>* {
		margin-left: 42px !important;
	}

	header .header__logo img {
		max-width: 93px;
	}

	header .banner-btn {
		display: none;
	}

	body .social__container {
		width: 187px !important;
		height: 434px;
		padding-left: 36px;
		padding-top: 60px;
	}

	.about-section .text-shadow {
		display: none;
	}

	.alumni-element {
		background-size: cover;
		background-position: center;
	}

	.alumni-carousel>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.hero-section {
		height: 905px;
	}

	.hero__search .elementor-search-form__container:not(.elementor-search-form--full-screen) {
		min-height: 37px !important;
	}

	.hero__search .elementor-search-form__container:not(.elementor-search-form--full-screen):before {
		width: 20.43px;
		height: 20.43px;
		opacity: .4;
	}

	.hero__title h2 {
		max-width: 333px;
		font-size: 30px !important;
		font-weight: 400 !important;
		letter-spacing: 10px !important;
		line-height: 40px !important;
		margin-left: auto;
		margin-right: -10px;
	}

	.hero__title h2 br {
		display: none;
	}

	.mobile-devider {
		display: inline-block !important;
	}

	.hero-section .text_shadow {
		left: -2%;
		top: -37%;
		overflow: hidden;
	}

	.about-title {
		margin-top: 0 !important;
	}

	.color-section__column {
		height: auto;
	}

	.alumni-element {
		height: 768px;
	}

	.nscad-events-block .nscad-event-element {
		width: 100%;
		max-width: 400px;
	}

	.ncad-news>*,
	.featured-section>* {
		background: none !important;
	}

	.featured-section p {
		margin: 0;
	}

	.footer__social ul {
		flex-direction: row;
	}

	.footer__menu ul {
		width: 100%;
		justify-content: space-between !important;
	}

	#footer-button {
		max-width: 245px;
		min-height: 65px;
	}

	#footer-button .elementor-button-text {
		flex-grow: 0;
		margin-top: 6px;
	}

	#footer-button .elementor-button-icon {
		display: flex;
	}

	#footer-button .elementor-button-icon svg {
		width: 30px;
		height: 30px;
	}

	.text-shadow-footer {
		width: auto !important;
		position: absolute !important;
		right: 0;
		top: 0;
		transform: rotate(90deg) translateX(50%);
	}
}

@media (max-width: 768px) {

	.news-element,
	.featured-courses-carousel .featured-courses-element {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.hero-section .text_shadow {
		top: -30%;
	}

	.alumni-element {
		height: 576px;
	}
}

@media (max-width: 576px) {

	img.alignright,
	img.alignleft {
		float: unset;
		margin: 2% 0;
	}

	.hero-section .text_shadow {
		top: -25%;
	}

	.alumni-element {
		height: 480px;
	}

	.nscad-events-block .nscad-event-image {
		width: 306px;
		height: 306px;
	}

	.nscad-event-element:not(:last-child) {
		margin-bottom: 275px;
	}

	.events-btn {
		margin-top: 267px !important;
	}

	.nscad-events-block .nscad-event-content-wrapper {
		width: 270px !important;
		left: 70px;
	}
}

@media (max-width: 480px) {
	.hero-section .text_shadow {
		top: -20%;
		left: -5%;
	}

	.alumni-element {
		height: 390px;
	}
}

@media (max-width: 400px) {
	.hero-section {
		overflow: hidden;
	}

	.hero__title>*,
	.hero__text>* {
		margin-bottom: 25px !important;
	}

	.hero__title h2 {
		font-size: 22px !important;
		letter-spacing: 5px !important;
		line-height: 26px !important;
		margin-left: auto;
		margin-right: -5px;
	}

	.social__container:after {
		clip-path: polygon(100% 0, 0 0, 0 80%);
	}

	.alumni-element {
		height: 320px;
	}

	.nscad-events-block .nscad-event-content-wrapper {
		left: 45px;
	}
}