/*
Theme Name: Twenty Twenty One Child
Template: twentytwentyone
Author: admin
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.2.1616222866
Updated: 2021-03-20 06:47:46
Text Domain:  twentytwentyone-child
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

@font-face {
	font-family: 'Graphik-Regular';
	src: url('font-family/Graphik-Regular.eot');
	src: url('font-family/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
		url('font-family/Graphik-Regular.woff2') format('woff2'),
		url('font-family/Graphik-Regular.woff') format('woff'),
		url('font-family/Graphik-Regular.ttf') format('truetype'),
		url('font-family/Graphik-Regular.svg#Graphik-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik-Light';
	src: url('font-family/Graphik-Light.eot');
	src: url('font-family/Graphik-Light.eot?#iefix') format('embedded-opentype'),
		url('font-family/Graphik-Light.woff2') format('woff2'),
		url('font-family/Graphik-Light.woff') format('woff'),
		url('font-family/Graphik-Light.ttf') format('truetype'),
		url('font-family/Graphik-Light.svg#Graphik-Light') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik-Medium';
	src: url('font-family/Graphik-Medium.eot');
	src: url('font-family/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
		url('font-family/Graphik-Medium.woff2') format('woff2'),
		url('font-family/Graphik-Medium.woff') format('woff'),
		url('font-family/Graphik-Medium.ttf') format('truetype'),
		url('font-family/Graphik-Medium.svg#Graphik-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik-Semibold';
	src: url('font-family/Graphik-Semibold.eot');
	src: url('font-family/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
		url('font-family/Graphik-Semibold.woff2') format('woff2'),
		url('font-family/Graphik-Semibold.woff') format('woff'),
		url('font-family/Graphik-Semibold.ttf') format('truetype'),
		url('font-family/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik-Bold';
	src: url('font-family/Graphik-Bold.eot');
	src: url('font-family/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
		url('font-family/Graphik-Bold.woff2') format('woff2'),
		url('font-family/Graphik-Bold.woff') format('woff'),
		url('font-family/Graphik-Bold.ttf') format('truetype'),
		url('font-family/Graphik-Bold.svg#Graphik-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html body {
	font-family: 'Graphik-Regular';
	overflow-x: hidden;
}

body.custom-background {
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
}

.home-slider-sec .home-slider h2 {
	color: #FFAF29;
	font-size: 51px;
	font-family: 'Graphik-Bold';
	line-height: 1.14;
	padding-left: 80px;
	margin-bottom: 40px;
	opacity: 0;
}

.home-slider-sec .home-slider p {
	padding-left: 80px;
	font-size: 22px;
	color: rgba(255, 255, 255, 0.6);
}

.home-slider-sec .home-slider a {
	font-family: 'Graphik-Bold';
	font-size: 14px;
	line-height: 20px;
	padding-left: 80px;
	display: flex;
	justify-content: flex-start;
}

/* Modale Css Start */
.btn-close {
	color: #aaaaaa;
	font-size: 20px;
	text-decoration: none;
	padding: 10px;
	position: absolute;
	right: 7px;
	top: 0;
}

.btn-close:hover {
	color: #919191;
}

.modale:before {
	content: "";
	display: none;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.opened:before {
	display: block;
}

.opened .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 0;
}

.modal-dialog {
	background: #fefefe;
	/*border: #333333 solid 0px;*/
	border-radius: 5px;
	margin-left: -200px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: -100%;
	z-index: 11;
	width: 360px;
	/*box-shadow:0 5px 10px rgba(0,0,0,0.3);*/
	-webkit-transform: translate(0, -500%);
	-ms-transform: translate(0, -500%);
	transform: translate(0, -500%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal-body {
	padding: 20px;
}

.details-section {
	margin: auto;
	width: 100%;
	max-width: 900px;
}

.details-section ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

h2.sub-heading {
	margin-bottom: 30px;
}

.course_single .pagination {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	border: none;
}

.course_single .pagination {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	border: none;
	display: block;
}

.row.categoty-text {
	margin-bottom: 80px;
}

.event-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}

.event-pagination ul li {
	display: inline-block;
}

.event-content {
	margin-top: 15px;
}

.text-title {
	text-transform: uppercase;
}

.um-profile-edit.um-profile-headericon {
	display: none;
}

.single-event-back.wave-back {
	position: absolute;
	left: 63px;
	bottom: 77px;
	background: #fff;
	padding: 5px 10px 0 !important;
}

/*.modal-body input{
	width:200px;
	padding:8px;
	border:1px solid #ddd;
	color:#888;
	outline:0;
	font-size:14px;
	font-weight:bold
	}*/
.modal-header,
.modal-footer {
	padding: 10px 20px;
}

.modal-header {
	border-bottom: #eeeeee solid 1px;
}

.modal-header h2 {
	font-size: 20px;
}

/* Modale Css Ends */


.home .header-container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	background: #001130;
}

.footer-project-text {
	margin-top: 60px;
}

.custom-container {
	max-width: 1170px;
	width: 90%;
	margin: 0 auto;
}

.home .menu-container li a {
	color: #fff;
}

.home .menu-container li.current-menu-item a {
	font-family: 'Graphik-Bold';
	color: #fff;
}

.menu-container li a {
	color: #767676;
	text-decoration: none;
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 14px;
	padding: 0 10px;
	margin: 0 10px;
}

.menu-container li.current-menu-item a {
	color: #fff !important;
	font-weight: 600;
}

.header-container .vertical-align-table .header {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

.menu-container nav li {
	float: left;
	list-style: none;
}

.header-container .vertical-align-table .header .menu-container {
	display: flex;
}

.header-container .vertical-align-table .header nav {
	display: flex;
	align-items: center;
}

.inner-topbar {
	background-size: cover !important;
	min-height: 210px;
	display: flex;
	background-repeat: no-repeat !important;
	align-items: flex-end;
}

.inner-topbar h2 {
	color: rgba(0, 17, 48, 0.3);
	background: #fff;
	display: inline-block;
	font-size: 50px;
	padding: 0 15px;
}

.home-slider-sec {
	display: flex;
	padding: 200px 0;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.logo img {
	max-width: 266px;
}

.home-slider-sec .home-slider {
	flex: 0 0 65%;
	max-width: 65%;
	position: relative;
}

.home-slider-sec .home-slider-img {
	flex: 0 0 35%;
	max-width: 35%;
}

/* .home-slider-sec .home-slider button {
	background-color: rgba(255, 255, 255, 0.3) !important;
	padding: 0;
	width: 2px;
	height: 40px;
} */

.home-slider-sec .home-slider .slick-dots li {
	background-color: rgba(255, 255, 255, 0.3) !important;
	padding: 0;
	width: 2px;
	height: 40px;
	margin: 0;
}

.home-slider-sec .home-slider .slick-dots li.slick-active {
	background-color: #ffaf29 !important;
}

.home-slider-sec .home-slider li button::before {
	display: none;
}

.home-slider-sec .home-slider .slick-dots {
	top: 0;
	left: 0;
	right: auto;
	width: auto;
	display: flex;
	flex-direction: column;
}

.home-slider-sec .home-slider .slick-dots li button {
	background: transparent;
	height: 40px;
	vertical-align: middle;
	/* clear: both;
	display: block;
	height: auto; */
}

.home-slider-sec .home-slider .slick-dots li.slick-active button {
	font-size: 11px;
	line-height: 11px;
}

.section1 {
	background: url("images/sec1back.png") no-repeat center;
	background-color: #001232;
	background-size: cover;
	padding: 90px 0;
}

.section1 .section-mission {
	padding: 40px;
	background: #1a2945;
	margin-bottom: 90px;
}

.section1 .section-mission h3 {
	font-family: 'Graphik-Regular';
	color: #fff;
	font-size: 24px;
}

.section1 .sec1 {
	background: #1a2945;
	padding: 40px;
	position: relative;
}

.section1 .sec1 .sec1-text {
	font-family: 'Graphik-Regular';
	color: #fff;
	font-size: 36px;
	margin-bottom: 50px;
	display: none;
}

.section1 .sec1 .sec1-text span {
	color: rgba(255, 255, 255, 0.6);
}

.section1 .sec1 .sec1-text a {
	color: #ffaf29;
	font-size: 18px;
	font-family: 'Graphik-Bold';
	text-decoration: underline;
}

.section1 .sec1 .sec-flex {
	display: flex;
	justify-content: space-between;
}
.section1 .sec1 .sec1-left{
	flex: 1 1 50%;
}

.section1 .sec1 .sec1-left h3 {
	color: #ffaf29;
	font-family: 'Graphik-Bold';
	font-size: 36px;
}

.section1 .sec1 .sec1-left h3 span {
	font-family: 'Graphik-Regular';
	color: #fff;
	font-size: 26px;
}

.section1 .sec1 .sec1-left p {
	font-family: 'Graphik-Regular' !important;
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.6);
	margin: 0;
}

.section1 .sec1 .sec1-right {
	display: flex;
	flex: 1 1 50%;
}

.section1 .sec1 .sec1-right a {
	color: #fff;
	text-decoration: none;
	font-family: 'Graphik-Bold';
	font-size: 24px;
}

.section1 .sec1 .sec1-right .sec1url {
	/* border-left: 1px solid #fff; */
	/* padding-left: 55px; */
	margin-left: 50px;
	position: relative;
}

.section1 .sec1 .sec1-right .sec1url:hover {
	margin-left: 40px;
}

@media (max-width:768px) {
	.section1 .sec1 .sec1-right .sec1url {
		margin: 0 !important;
	}
}

.section1 .sec1 .sec1-right .sec1url a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 6px;
	background-image: url("images/arrow_home.svg");
	background-size: 24px auto;
	background-position: center right;
	margin-right: 20px;
}

.section1 .sec1 .sec1-right .sec1url:hover a::before,
.section1 .sec1 .sec1-right .sec1url a:hover::before {
	width: 24px;
}

.section1 .sec1 .sec1-right .sec1url a,
.section1 .sec1 .sec1-right .sec1url a .backGradient {
	font-size: 36px;
}

.section1 .sec1 .sec1-right .sec1url a:hover .backGradient {
	background: #FFAF29;
}

.courses-section {
	margin-top: 90px;
}

.courses-section .courses-section-inner {
	display: flex;
	justify-content: space-between;
}

.courses-section h2 {
	color: #fff;
	font-family: 'Graphik-Bold';
	font-size: 32px;
	margin-bottom: 30px;
}

.courses-section .courses-sec {
	flex: 0 0 49%;
	max-width: 49%;
	padding: 45px;
	background: #1a2945;
}

.courses-section .courses-sec h2 {
	font-family: 'Graphik-Medium';
	color: #ffaf29;
	font-size: 30px;
	margin-top: 30px;
}

.courses-section .courses-sec .entry-content {
	margin: 15px auto;
	color: #fff;
	line-height: 24px;
	font-family: 'Graphik-Regular';
	font-size: 14px;
}

.courses-section .courses-sec .view-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 29px 0 0 0;
}

.courses-section .courses-sec .view-more a {
	font-family: 'Graphik-Bold';
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	width: 185px;
	height: 50px;
	padding: 15px 61px 17px 62px;
	display: inline-block;
	background-image: linear-gradient(105deg, #ffb128 -16%, #8500e8 167%);
	transition: all 1s ease;
}

.courses-section .courses-sec .view-more .tag {
	font-family: 'Graphik-Bold';
	padding: 8px 12px;
	background-color: #ffaf29;
	color: #ffffff;
	font-size: 12px;
}

.upcorevent .courses-thumb img {
	min-height: 220px;
	height: 220px !important;
}

.courses-section .courses-sec .view-more a:hover {
	transform: scale(1.1);
}

.section2 h2 {
	color: #fff;
	font-family: 'Graphik-Bold';
	font-size: 32px;
}

.section2 {
	background: #001130;
	overflow-x: hidden;
	padding: 160px 0 20px 0;
	margin-top: -130px;
}

.section2 .upcorevent .slick-list {
	overflow: visible;
	margin-left: -15px;
}

.section2 .upcorevent p {
	color: #ffffff;
}

.section2 .upcorevent .slick-prev,
.section2 .upcorevent .slick-next {
	display: none !important;
}

.section2 .upcorevent .courses-sec .tags-area {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

.section2 .upcorevent .courses-sec .tags-area .tag {
	font-family: 'Graphik-Bold';
	padding: 8px 12px;
	background-color: #000;
	color: #ffffff;
	font-size: 12px;
}

.section2 .courses-sec h2 {
	margin-bottom: 0;
}

.section2 .courses-sec h2 a {
	color: #000;
	text-decoration: none;
	font-size: 25px;
	font-family: 'Graphik-Medium';
	/* height: 80px; */
	display: block;
	padding: 0 20px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.section2 .courses-sec {
	background: #ffaf29;
	padding: 30px;
	position: relative;
}

.section2 .courses-sec:hover::before {

	position: absolute;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	content: "";
	background: #ffaf29;
	z-index: -1;

}

.section2 .slick-track .slick-slide {
	margin: 0 15px;
}

.section2 .courses-date {
	color: #fff;
	margin: 20px auto auto;
	font-family: 'Graphik-Bold';
	font-size: 14px;
	padding: 20px;
	display: flex;
}

.section2 .courses-date::before {
	content: "";
	background: #fff;
	height: 1px;
	width: 30px;
	display: block;
	position: relative;
	top: 10px;
	left: -50px;
}

.section2 .courses-date img {
	position: relative;
	top: -10px;
	right: -30px;
	margin: 0 0 0 auto;
}

.section3 {
	background: #001130;
	padding: 90px 0 0;
}

.section3 .sec3con {
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 90px 20px;
}

.section3 .sec3con:hover {
	background: rgba(255, 255, 255, 0.4);
}

.section3 .sec3con:hover p,
.seciton3 .sec3con:hover input {
	color: #fff;
}

.section3 .sec3con:hover input::-webkit-input-placeholder {
	color: #fff;
}

.section3 .sec3con:hover input::-moz-placeholder {
	color: #fff;
}

.section3 .sec3con:hover input::-ms-input-placeholder {
	color: #fff;
}

.section3 .sec3con:hover input:-moz-placeholder {
	color: #fff;
}

.section3 .sec3con .sec3con-inner {
	max-width: 940px;
	margin: 0 auto;
}

.section3 .sec3con .sec3con-inner h2 {
	color: #fff;
	font-family: 'Graphik-Bold';
	font-size: 30px;
}

.section3 .sec3con .sec3con-inner #mc4wp-form-1 {
	position: relative;
}

.section3 .sec3con input[type="email"] {
	width: 100%;
	background: none;
	border: 0;
	border-bottom: 1px solid #fff;
	box-shadow: none;
}

.section3 .sec3con input[type="submit"] {
	background: url("images/sendx.png") no-repeat !important;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	position: absolute;
	top: 0;
	right: 0;
	background-size: 20px !important;
	background-position: right center !important;
	padding-left: 0 !important;
	padding-right: 35px !important;
	color: #fff;
	border: 0;
	font-family: 'Graphik-Medium';
	text-transform: uppercase;
	font-size: 16px;
}

.home footer#colophon {
	background: #001130;
}

footer#colophon {
	background: #fff;
	width: 100%;
	max-width: 100%;
	padding: 90px 0 0 0;
}

footer#colophon .site-container {
	margin: 0;
}

.home footer#colophon h2.widget-title {
	color: #FFF;
}

footer#colophon h2.widget-title {
	color: #001130;
	text-transform: uppercase;
}

.menu-main-navigation-container ul {
	padding: 0;
}

.menu-main-navigation-container li {
	list-style: none;
}

.menu-main-navigation-container li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

footer#colophon .footer-nav {
	display: flex;
}

footer#colophon .footer-nav nav>ul {
	padding-left: 16px;
}

.home footer#colophon .footer-nav li a {
	color: rgba(255, 255, 255, 0.6);
}

.home footer#colophon .footer-nav li a:hover {
	color: #FFF;
}

footer#colophon .footer-nav li::marker {
	color: rgba(255, 255, 255, 0.6);
}

footer#colophon .footer-nav li a {
	color: rgba(16, 16, 16, 0.6);
	text-decoration: none;
	font-size: 14px;
	font-family: 'Graphik-Regular';
	line-height: 23px;
	justify-content: flex-start;
}

footer#colophon .footer-social li a {
	color: #001130;
	font-size: 16px;
}

footer#colophon .footer-nav .footerbx {
	flex: 0 0 20%;
	max-width: 20%;
	display: flex;
	flex-wrap: wrap;
}

.footer-contactus a {
	clear: both;
	display: block;
	margin: 0;
	padding: 10px 14px 10px 14px;
	background-image: linear-gradient(103deg, #ffb128 -16%, #8500e8 167%);
	color: #fff;
	text-decoration: none;
	font-family: 'Graphik-Bold';
	font-size: 14px;
	width: 180px;
	height: auto;
	float: right;
	text-decoration: none !important;
	right: -55px;
	position: relative;
}

.footer-contactus a:hover {
	background-image: linear-gradient(103deg, #8500e8 -16%, #ffb128 167%);
	color: #fff;
}

.footer-contactus a img {
	width: 24px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

.footer-social {
	display: flex;
	align-items: end;
}

.footer-social ul {
	display: flex;
	margin: 0 auto;
	justify-content: left;
	padding-left: 50px;
}

.footer-social ul li {
	list-style: none !important;
}

.site-footer .container {
	max-width: 1200px;
	margin: auto;
}

footer#colophon .footer-nav li {
	list-style: initial;
	margin-right: 20px;
}

.copyright-section {
	display: flex;
	justify-content: space-between;
}

.copyright-left img {
	width: 50px;
	margin-right: 15px;
}

.copyright-left {
	display: flex;
	flex: 0 0 50%;
	max-width: 50%;
}


.home .copyright-section p {
	color: rgba(255, 255, 255, 0.6);
}

.copyright-section p {
	color: #262626;
	font-family: 'Graphik-Regular';
	font-size: 14px;
	line-height: 21px;
}

.copyright-section {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin-top: 15px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.copyright-right {
	display: flex;
	align-items: center;
}

.copyright-right img {
	width: 70px;
	margin-left: 50px;
}

.copyright-text p {
	margin: 0;
}

body:not(.home) .copyright-section {
	border-color: rgba(0, 17, 48, 0.15);
}

body:not(.home) .footer-project-text h3 {
	color: #707070;
}

.main-container {
	margin-top: 80px;
}

.section2.course-inner {
	margin: 90px auto auto;
	padding: 90px 0;
}

.section2.course-inner .slick-track {
	float: left;
}


.custom-col-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.custom-col-row .custom-col-5 {
	max-width: 45%;
	flex: 0 0 45%;
}

.custom-col-row .custom-col-7 {
	max-width: 55%;
	flex: 0 0 55%;
}

.our-vision-left p {
	font-family: 'Graphik-Medium';
	font-size: 21px;
	color: rgba(0, 17, 48, 0.5);
	line-height: 31px;
	margin-bottom: 60px;
}

.descripton-sec .bar {
	width: 90px;
	display: block;
	height: 1px;
	background: rgba(0, 17, 48, 0.3);
	margin-right: 30px;
	margin-top: 10px;
}

.our-vision-right h2 {
	font-family: 'Graphik-Bold';
	font-size: 36px;
	color: #000000;
	margin-bottom: 30px;
}

.our-vision-right p {
	color: #000;
	font-size: 17px;
	margin-bottom: 60px;
}

.our-vision-left {
	padding-right: 90px;
}

.our-vision-right h4 {
	margin-bottom: 30px;
	font-family: 'Graphik-Medium';
	font-size: 21px;
}

.sub-menu-toggle {
	display: none;
}

.menu-container nav li .sub-menu {
	position: absolute;
	background: #1a2945;
	padding: 0;
	width: 260px;
	display: none;
	z-index: 9999;
}

.menu-container nav li .sub-menu li {
	width: 100%;
	display: block;
}

.menu-container nav li .sub-menu li a {
	display: block;
	padding: 17px 16px;
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid #47536a;
	margin-left: 0;
}

.menu-container nav li:hover .sub-menu {
	display: block;
}

.inner-pagination {
	display: flex;
	justify-content: space-between;
	border-top: 2px dashed rgba(0, 17, 48, 0.2);
	border-bottom: 1px solid #262626;
	width: 100%;
	padding: 33px 0;
}

.inner-pagination-faq {
	margin-top: 90px;
}

.inner-pagination .next {
	margin-left: auto;
}

.inner-pagination .prev a {
	background: url("images/prev-icon.png") no-repeat left center / 20px;
	padding-right: 0;
	padding-left: 53px;
	color: rgba(0, 0, 0, 0.7);
}

.inner-pagination .next a {
	background: url("images/next-icon.png") no-repeat right center / 20px;
	color: rgba(0, 0, 0, 0.7);
}

.inner-pagination a {
	font-family: 'Graphik-Regular';
	text-decoration: none;
	font-size: 14px;
	padding-right: 53px;
}

.inner-pagination a span {
	font-family: 'Graphik-Bold';
	margin-right: 0;
}

.custom-col-row .custom-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}


.custom-col-row .custom-col-4 {
	flex: 0 0 30%;
	max-width: 30%;
}

.custom-col-row .custom-col-8 {
	flex: 0 0 70%;
	max-width: 70%;
}

.memorandum h2 {
	font-family: 'Graphik-Bold';
	font-size: 36px;
	color: #000;
	letter-spacing: 0.25px;
	margin-bottom: 60px;
}

.descripton-sec:first-child h2 {
	border-top: 0;
	padding-top: 0;
}

.descripton-sec h2 {
	border-top: 1px solid #47536a;
	padding-top: 60px;
}


.memorandum h4 {
	color: #8703e3;
	font-size: 18px;
	font-family: 'Graphik-Bold';
}

.memorandum .subheading {
	color: #3c3c3b;
	font-family: 'Graphik-Regular';
	font-weight: 400;
}


.memorandum p {
	color: #3c3c3b;
	font-family: 'Graphik-Regular';
	font-size: 14px;
}

.memorandum ol {
	padding-left: 15px;
	margin-bottom: 30px;
}

.memorandum ul li,
.memorandum ol li {
	color: #000;
	font-family: 'Graphik-Regular';
	font-size: 14px;
}

.descripton-sec {
	margin-bottom: 60px;
	clear: both;
}


.descripton-sec .custom-col-7::before {
	content: "";
	background: url("images/icons-arrow-go.png") no-repeat center;
	width: 14px;
	height: 6px;
	display: block;
	float: left;
	margin-left: -60px;
	margin-top: 10px;

}

.custom-col-row .custom-col-5 .descripton-left {
	padding-right: 60px;
}

.custom-col-row .custom-col-5 .descripton-left {
	padding-left: 120px;
	margin-top: -10px;
}

.mamber-carousel {
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 30px;
}

.member-sec {
	position: relative;
}

.member-sec img {
	margin: auto;
}

.member-sec .member-sec-hover {
	width: 250px;
	margin: 10px auto auto -84px;
	padding: 10px;
	border-radius: 4px;
	background-color: #1a1a1a;
	text-align: center;
	position: relative;
	opacity: 0;
}

.member-sec:hover .member-sec-hover {
	opacity: 1;
}

.member-sec .member-sec-hover::before {
	content: "";
	width: 10px;
	height: 10px;
	margin: 0 auto 0 auto;
	background-color: #1a1a1a;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	bottom: auto;
	transform: rotate(45deg);
}

.member-sec .member-sec-hover .member-name {
	color: #fff;
	font-family: 'Graphik-Regular';
	font-size: 12px;
}

.member-sec .member-sec-hover .member-email {
	color: rgba(255, 255, 255, 0.6);
	font-size: 10px;
	text-align: center;
}

.mamber-carousel .slick-slide {
	margin-right: 30px;
}



.mamber-carousel .slick-prev {
	right: 0;
	left: auto;
}

.mamber-carousel .slick-next.slick-arrow::before,
.mamber-carousel .slick-prev.slick-arrow::before {
	display: none;
}

.mamber-carousel .slick-prev.slick-arrow {
	background: url("images/car-prev.png") no-repeat center / 14px 6px;
	background-color: transparent !important;
	right: 30px;
	top: 40px;
}

.mamber-carousel .slick-next.slick-arrow {
	background: url("images/car-next.png") no-repeat center / 14px 6px;
	background-color: transparent !important;
	right: 0;
	top: 40px;
}

.page-template-template-members .mamber-carousel .slick-prev.slick-arrow,
.page-template-template-members .mamber-carousel .slick-next.slick-arrow {
	top: 20px;
}

.mamber-carousel.slick-initialized.slick-slider .slick-list {
	right: 50px;
	margin-left: 50px;
}

.mamber-carousel .slick-disabled {
	opacity: 0.3;
}

/*#defaultCanvas0 {
	position: absolute;
	top: 170px !important;
	left: auto;
	right: -150px;
	width: 1200px !important;
	height: auto !important;
	}*/

#defaultCanvas0 {
	position: absolute;
	top: 170px !important;
	left: auto;
	right: 0;
	max-width: 1200px !important;
	height: auto !important;
	width: 100% !important;
}



/* 23.03.2021 */
/*.home .menu-container ul ul li a { color: #001130; }*/
.header-right {
	display: flex;
	align-items: center;
}

.search_icon {
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 44px;
	text-align: center;
	background-color: #FFAF29;
}

.search_icon a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px;
	background-color: #001130 !important;
	;
}

.search_icon i {
	color: #001130 !important;
}

/* .search_icon a:hover {
	background-image: linear-gradient(to right, #ffb128, #8500e8 100%);
} */

.search_modale {
	display: none;
	overflow: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}

.search_modale::before {
	/* background-color: rgba(0, 17, 48, 0.9); */
	background-color: #fff;
}

.search_modale .modal-dialog {
	margin: auto;
	pointer-events: inherit;
	max-width: 100%;
	position: relative;
	left: 0;
	transform: translate(0, 0);
	width: 100%;
	background-color: transparent;
}

.search_modale>.custom-container {
	z-index: 999;
	position: relative;
}

.search_modale .modal-header {
	padding: 20px 0;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.close_icon a.btn-close {
	position: relative;
	right: 0;
	padding: 0;
	font-size: 13px;
	font-family: 'Graphik-Regular';
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: 0.4px;
	color: rgba(255, 255, 255, 0.56);
	text-decoration: none;
	font-size: 0px;
}

.close_icon a.btn-close span {
	color: #ffaf29;
	font-size: 29px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	/* top: -3px; */
	/* margin: 0 0 0 10px; */

	color: #001130 !important;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 44px;
	text-align: center;
	background-color: #FFAF29;

}

.modale.opened {
	display: block;
}

.search_body>h2 {
	text-align: left;
	font-family: 'Graphik-Bold';
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.25px;
	/* color: #ffffff; */
	color: #000;
}

.search_modale .modal-body {
	margin: 98px auto 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1050px;
}

.search_body form {
	position: relative;
	margin: 25px 0 50px 0;
}

.search_body form>input {
	width: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	font-family: 'Graphik-Medium';
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.41;
	letter-spacing: 0.15px;
	color: rgba(255, 255, 255, 0.4);
	height: 60px;
	/* border-bottom: 1px solid #ffffff; */
	border-bottom: 1px solid #000;
}

.search_body form>input:focus {
	outline: none;
}

.search_body .search_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 120px;
}

.search_body .search_btn input {
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 2;
	opacity: 0;
	padding: 0;
	border: none;
}

.search_body .search_btn label {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-transform: uppercase;
	font-family: 'Graphik-Bold';
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 60px;
	letter-spacing: 1.25px;
	text-align: right;
	/* color: #ffffff; */
	background: linear-gradient(134deg, #FFB128 0%, #8500E8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.search_body .search_btn label i {
	margin: 0 0 0 15px;
	/* background-image: linear-gradient(to right, #ffb128, #8500e8 100%); */
	background: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Phd Studies Start */
.page-template-template-phd_studies canvas#defaultCanvas0 {
	display: none;
}

.page-template-template-phd_studies .inner-topbar {
	display: none;
}

.lines_banner {
	position: relative;
	float: left;
	margin-bottom: 50px;
}

.dg.ac {
	display: none !important;
}

.lines_banner .banner_dis {
	background: #fff;
	max-width: none;
	width: 100%;
	margin: 0 auto;
	position: relative;
	left: 0;
	right: 0;
	/*bottom: 27px;*/
	float: left;
}

.dis_container {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 27px;
	max-width: 1170px;
	width: 90%;
}

.lines_banner .banner_dis canvas {
	width: 100%;
	height: 200px !important;
	float: left;
}

div#demo {
	margin-top: 0;
	margin-bottom: 0;
}

/*div#demo p {
		position: absolute;
		left: 50px;
		top: 45px;
		max-width: 450px;
		text-align: left;
		}*/
.lines_banner .banner_dis p {
	display: inline-block;
	font-family: 'Graphik-Light';
	font-size: 50px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.35px;
	color: #A5AAB3;
	background-color: #ffffff;
	text-align: center;
	line-height: 58px;
	padding: 0 10px;
	margin-bottom: 0;
}

.paragraph_row {
	font-size: 0;
	margin: 0 -30px;
	padding: 80px 0;
}

.paragraph_row .col50 {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 0 30px;
}

.paragraph_row p {
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.41;
	letter-spacing: 0.15px;
	color: rgba(0, 17, 48, 0.5);
	font-family: 'DM Sans', sans-serif;
	margin: 0;
}

.subjects_row {
	font-size: 0;
	margin: 0 -30px;
}

.subjects_row .col50 {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px 60px 30px;
}

.subject_col {
	padding: 35px 30px;
}

.subject_col.ai-core {
	background-color: #F19C3F;
}

.subject_col.ai-special {
	background-color: #DF835A;
}

.subject_col h2 {
	font-family: 'Graphik-Bold';
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.25px;
	color: #ffffff;
	padding: 0 0 0 30px;
	border-left: 1px solid #ffffff;
	margin: 0 0 80px 0;
}

.subjects_list ul {
	padding: 0;
	margin: 0;
}

.subjects_list ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px 0;
}

.subjects_list ul li a {
	display: flex;
	width: 100%;
	text-decoration: none;
	justify-content: space-between;
	align-items: center;
}

.subjects_list h6 {
	font-family: 'Graphik-Medium';
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.48;
	letter-spacing: 0.15px;
	color: #ffffff;
	margin-bottom: 0;
}

.subjects_list h6 span {
	color: rgba(255, 255, 255, 0.6);
	display: block;
}

.subjects_list .accordion-header {
	align-items: flex-start;
}

.subjects_list .accordion-header .icon_plus {
	display: block;
}

.subjects_list .accordion-header.active .icon_plus {
	display: none;
}

.subjects_list .accordion-header .minus_icon {
	display: none;
}

.subjects_list .accordion-header.active .minus_icon {
	display: block;
}


.subjects_list .accordion-content {
	display: none;
}

.subjects_list .accordion-content li {
	display: block;
	border: 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 1);
	padding: 8px 0;
}

.subjects_list .accordion-content li:last-child {
	border: 0;
}

.subjects_list .num {
	margin-right: 10px;
}

.subjects_list .subjects_list_text .course-text {
	font-family: 'Graphik-Regular';
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.48;
	letter-spacing: 0.15px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0;
	margin-left: 25px;
}

.course_count {
	font-family: 'Graphik-Medium';
	font-size: 11px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
	letter-spacing: 1.5px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	height: 16px;
}

.course_count img {
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.other_offers {
	padding: 0 0 50px 0;
	margin: 145px 0 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.other_offers h2 {
	font-family: 'Graphik-Medium';
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.25px;
	color: #000000;
	margin: 0 0 20px 0;
	display: inline-block;
	position: relative;
}

.offers_row {
	font-size: 0;
	margin: 0 -15px;
}

.offers_col {
	background-color: #f6f6f6;
	height: 100%;
}

.offers_row .col33 {
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
}

.offer_img {
	padding: 30px;
}

.offer_dis {
	position: relative;
	margin: 12px 0 0 0;
	display: inline-block;
	width: 100%;
}

.offer_dis h2 {
	font-family: 'Graphik-Medium';
	font-size: 30px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.21px;
	color: #000000;
	width: 100%;
	max-width: 260px;
	margin: auto auto 27px auto;
	display: block;
	position: relative;
}

.offer_dis::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	height: 1px;
	background-color: #ffaf29;
	width: 30px;
}

.offer_dis h2 img {
	position: absolute;
	right: -15px;
}

.other_offers .custom-container {
	position: relative;
	top: -55px;
}

/* 24.03.2021 */
.tax-course_cat .inner-topbar {
	display: none;
}

.dropdown_menu {
	/*display: none;*/
	padding: 0;
	list-style: none;
}

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

.dropdown_toggle {
	display: flex;
	cursor: pointer;
	padding: 15px 11px 15px 0;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 17, 48, 0.1);
}

.dropdown_toggle strong,
.dropdown_toggle strong a {
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #1a1a1a;
	text-transform: uppercase;
	font-family: 'DM Sans', sans-serif;
	display: inline-block;
	width: 100%;
	max-width: calc(100% - 14px);
}

.dropdown_toggle strong a:hover {
	text-decoration: none;
}

.sidebar {
	display: inline-block;
	width: 100%;
	max-width: 330px;
}

.inner-content.right {
	width: 100%;
	max-width: calc(100% - 336px);
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 100px;
}

.plus_icon {
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 0;
	position: relative;
	text-align: center;
	width: 14px;
	height: 14px;
}

.plus_icon a {
	display: inline-block;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	top: 0;
}

.plus_icon a span {
	position: absolute;
	background-color: #000000;
}

.plus_icon a span:first-child {
	height: 100%;
	width: 2px;
	left: 50%;
	transform: translateX(-50%);
}

.plus_icon a span:last-child {
	width: 100%;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
}

.open .plus_icon a span:first-child {
	opacity: 0;
}

ul.resource-nav li,
ul.dropdown_menu li {
	line-height: 0;
	padding: 18px 15px 18px 10px;
	border-bottom: 1px solid rgba(0, 17, 48, 0.1);
}

.nav-menu .dropdown_toggle strong a,
ul.resource-nav li a,
ul.dropdown_menu li a {
	text-decoration: none;
	font-family: 'Graphik-Regular';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #001130;
	position: relative;
	display: inline-block;
	width: 100%;
}

ul.resource-nav li a img,
ul.dropdown_menu li a img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.nav-menu .dropdown_toggle.open,
ul.resource-nav li.active_nav {
	background: #f2f3f4;
}

.nav-menu .dropdown_toggle.open a,
ul.resource-nav li.active_nav a {
	color: #001130;
	font-family: 'Graphik-Bold';
}

.nav-menu>li .dropdown_menu {
	margin: 0 0 30px 0;
}

.inner-content.right>h2 {
	font-family: 'Graphik-Bold';
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.25px;
	color: #000000;
	margin: 0 0 43px 0;
}

.posts_layout_row {
	margin: 0 -15px;
	font-size: 0;
}

.posts_layout_row .col50 {
	width: 50%;
	display: inline-block;
	padding: 0 15px 30px 15px;
}

.post_card {
	background-color: #f19c3f;
}

.post_card .post_img {
	padding: 30px;
}

.post_dis {
	position: relative;
	/*margin: 30px 0 0 0;*/
	display: inline-block;
	width: 100%;
}

.post_dis h2 {
	font-family: 'Graphik-Medium';
	font-size: 21px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.15px;
	color: #ffffff;
	width: 100%;
	max-width: 260px;
	margin: auto auto 33px auto;
	display: block;
	position: relative;
}

.post_dis h2 a {
	color: #ffffff;
	text-decoration: none;
}

.post_dis::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	height: 1px;
	background-color: #ffffff;
	width: 30px;
}

.post_dis img {
	position: absolute;
	right: -15px;
	top: 15px;
}

.course_single {
	padding: 90px 0;
}

ul.dropdown_menu li.active {
	background-color: #f2f3f4;
}

ul.dropdown_menu li.active a {
	font-family: 'Graphik-Bold';
}

.page-template-template-resource .inner-topbar {
	display: none;
}

/* AIDA News Page Css Start */
.page-template-template-aida_news .inner-topbar {
	display: none;
}

.posts_layout_row .col33 {
	width: 33.33333%;
	display: inline-block;
	vertical-align: top;
	padding: 15px 15px;
}

.news_listing {
	padding: 65px 0;
}

.news_listing .post_dis h2 {
	max-width: 100%;
	margin: 10px auto 15px auto;
}

.news_listing .inner_dis {
	max-width: 260px;
	margin: auto auto 30px auto;
}

.news_listing .post_card {
	background-color: #f6f6f6;
	margin: 0 0 50px 0;
}

.news_listing .post_dis::before {
	background-color: #101010;
	top: 7px;
}

.date strong {
	color: #ffaf29;
	font-family: 'Graphik-Bold';
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: 0.25px;
}

.news_listing .post_dis h2 a {
	color: #000000;
}

.news_listing .post_dis p {
	font-family: 'Graphik-Regular';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: 0.41px;
	color: #000000;
}

.news_listing .post_dis img {
	display: none;
}

.tag_readmore {
	display: flex;
	margin: 30px 0 0 0;
	justify-content: space-between;
}

.tag_readmore a {
	font-family: 'Graphik-Medium';
	font-size: 11px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
	letter-spacing: 1.5px;
	color: #8703e3;
	text-decoration: none;
	text-transform: uppercase;
}

.tag_readmore .read_more a img {
	display: inline-block;
	position: relative;
	top: -3px;
	right: 0;
	margin: 0 0 0 6px;
}

/* Default Pagination Css Start */
.default_pagination {
	text-align: center;
}

.default_pagination ul {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.default_pagination ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.default_pagination ul li a {
	font-family: 'Graphik-Regular';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.4px;
	text-align: center;
	color: #1a1a1a;
	text-decoration: none;
	display: inline-block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.default_pagination ul li.active a,
.default_pagination ul li a:hover {
	background-color: #8703e3;
	color: #ffffff;
}

.default_pagination ul li.prev a:hover,
.default_pagination ul li.next a:hover {
	background-color: transparent;
}

.default_pagination ul li a img {
	position: relative;
	top: -3px;
}

/* 25.03.2021 */
.page-template-template-contact_us .inner-topbar {
	display: none;
}

.left_border_heading h2 {
	font-family: 'Graphik-Bold';
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.53px;
	color: #8703e3;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0;
	width: 100%;
	max-width: calc(100% - 95px);
	padding: 0 0 0 25px;
}

.left_border_heading {
	position: relative;
}

.left_border_heading::before {
	content: "";
	height: 1px;
	width: 100%;
	max-width: 90px;
	display: inline-block;
	vertical-align: middle;
	background-color: #b2b7c0;
}

.contact_inner {
	font-size: 0;
}

.contact_inner .left_sec {
	width: 100%;
	max-width: calc(100% - 690px);
	display: inline-block;
	vertical-align: top;
}

.contact_inner .right_sec {
	width: 100%;
	max-width: 690px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.strong_a_h6 {
	margin: 0 0 30px 0;
}

.strong_a_h6 strong,
.strong_a_h6 a,
.strong_a_h6 h6 {
	margin: 0;
	font-family: 'Graphik-Regular';
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.41px;
	display: inline-block;
	width: 100%;
}

.strong_a_h6 strong {
	font-family: 'Graphik-Bold';
}

.strong_a_h6 a {
	text-decoration: underline;
	color: #8703e3;
}

.right_icon {
	position: absolute;
	left: -45px;
	top: 6px;
}

.default_form .input_row label {
	margin: 0 0 10px 0;
	font-family: 'Graphik-medium';
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #101010;
}

.default_form .input_row span.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}

.default_form .input_row.col50 {
	max-width: 450px;
}

.default_form .input_row input,
.default_form .input_row textarea {
	padding: 12px 16px;
	border: solid 1px #b2b7c0;
	background-color: #ffffff;
	height: auto;
	font-family: 'Graphik-Regular';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: 0.41px;
	color: rgba(60, 60, 59, 0.6);
	width: 100%;
	max-width: 690px;
	margin: 0;
}

.default_form .input_row {
	margin: 0 0 30px 0;
}

.default_form .submit {
	margin: 0;
}

.default_form .submit input {
	width: 185px;
	height: 50px;
	margin: 10px 0 0 0;
	padding: 15px 42px 17px 43px;
	background-image: linear-gradient(105deg, #ffb128 -16%, #8500e8 167%);
	font-size: 14px;
	font-family: 'Graphik-Bold';
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	border: none;
}

.contactUs_sec {
	padding: 80px 0 90px 0;
}

.strong_a_h6 a:hover {
	color: #8703e3;
	text-decoration: none;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
}

.wpcf7-response-output {
	display: none;
}

.events_top {
	display: flex;
	margin: 0 0 35px 0;
	align-items: center;
	justify-content: space-between;
}

.events_top>h2 {
	font-family: 'Graphik-Bold';
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.25px;
	color: #000000;
	margin: 0;
}

.events_cat ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.events_cat ul li {
	display: inline-block;
	vertical-align: middle;
}

.events_cat ul li a {
	text-decoration: none;
	margin: 0 8px;
	font-family: 'Graphik-Regular';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #767676;
}

.events_cat ul li.active a {
	font-weight: bold;
	font-family: 'Graphik-bold';
	color: #262626;
}

.events_row {
	margin: 0 -15px;
	font-size: 0;
}

.events_col50 {
	padding: 15px 15px;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.events_resources .event_img img {
	height: 200px;
	object-fit: cover;
}

.events_resources .event_dis {
	height: 120px;
}

.event {
	background-color: #ffaf29;
}

.event_dis {
	padding: 20px;
}

.event_dis h2 {
	margin: 0 0 15px 0;
	font-family: 'Graphik-medium';
	font-size: 21px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.15px;
	color: #ffffff;
}

.event_dis .bottom {
	display: inline-block;
	width: 100%;
}

.event_dis .date {
	padding: 5px 10px 4px 10px;
	background-color: #000000;
	display: inline-block;
	margin: 0 20px 0 0;
	max-width: 117px;
	width: 100%;
}

.event_dis .date span {
	color: #ffffff;
	font-family: 'Graphik-Medium';
	font-size: 11px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
	letter-spacing: 1.5px;
	display: block;
	text-transform: uppercase;
}

.event_dis .date strong {
	font-family: 'Graphik-Medium';
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: 0.25px;
	color: #ffffff;
}

.event_dis .location {
	display: inline-block;
	width: 100%;
	max-width: calc(100% - 150px);
	vertical-align: top;
	border-top: 1px solid #ffffff;
}

.event_dis .location span {
	display: inline-block;
	font-family: 'Graphik-Medium';
	font-size: 11px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
	letter-spacing: 1.5px;
	color: #ffffff;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}

.event_dis .location strong {
	font-family: 'Graphik-Medium';
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: 0.25px;
	color: #ffffff;
	display: block;
}

.page-template-template-activities .inner-topbar {
	display: none;
}

.event>a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
}

.event>a:hover {
	text-decoration: none;
}

.default_pagination ul li.active:hover a {
	cursor: inherit;
	color: #ffffff;
}

.default_pagination {
	margin: 50px 0 0 0;
}

.tag_readmore a:hover {
	color: #8703e3;
}

ul.sf-menu {
	padding: 0;
	margin: 0;
}

.menu_mobile {
	display: none;
}

.menu_bar_icon {
	display: none;
}

.header-container {
	position: relative;
	background: #fff;
}

.user_icon_div {
	position: absolute;
	right: 95px;
	background-color: #1a2945;
	padding: 10px 20px;
	top: 105px;
	border-radius: 5px;
	width: 300px;
	z-index: 999999;
}

.logged-in .user_icon_div {
	width: 200px;
}

.cookies-settings br {
	display: none;
}

.cookies__title {
	padding-bottom: 20px;
}

.cookies-settings input[type="radio"]+label {
	font-family: 'Graphik-Medium';
}

.cookies-message,
.cookies-settings .cookie-info {
	font-family: 'Graphik-Regular';
	font-size: 14px;
	padding-left: 40px;
}

.cookies-message b {
	font-family: 'Graphik-Medium';
	font-size: 16px;
	font-weight: 500;
}


.cookies-settings .cookie-info .logged-in .user_icon_div>a {
	background-image: linear-gradient(102deg, #ffb128 -16%, #8500e8 167%);
	padding: 16px 20px !important;
	color: #fff;
	text-decoration: none;
	font-family: 'Graphik-Bold';
	font-weight: normal;
	margin: 0 auto;
	display: table;
	text-align: center;
}

.user_icon_div .um-field h3 {
	color: #ffaf29;
	font-family: 'Graphik-Bold';
	font-size: 14px;
}

.user_icon_div .um-field-label label {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 14px !important;
}

.user_icon_div .um .um-form .um-field-area input {
	background: #47536a;
	border-color: #47536a !important;
	height: 45px !important;
}

.user_icon_div .um .um-form input#um-submit-btn {
	background-image: linear-gradient(102deg, #ffb128 -16%, #8500e8 167%);
	border-radius: 0 !important;
	font-family: 'Graphik-Bold';
	font-size: 14px;
}

.user_icon_div .um .um-form .um-col-alt-b a.um-link-alt {
	font-family: 'Graphik-Regular';
	color: rgba(255, 255, 255, 0.7) !important;
	text-align: left;
	text-decoration: underline !important;
	font-size: 14px;
}

.header-right .user_icon {
	margin-left: 40px;
}

.header-right .user_icon i {
	color: #262626;
}

.home .header-right .user_icon i {
	color: #fff;
}

.header-right .user_icon i.fa-caret-down {
	margin-left: 10px;
}

.header-right .user_icon a.user-expand i {
	color: #ffaf29;
}

.row.single_event_header .single-event-title h2 {
	background: none;
}

.row.single_event_header .single-event-title h2 {
	font-family: 'Graphik-Light';
}

.footer-project-text h3 {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	font-family: 'Graphik-Regular';
}

.footer-project-logo {
	width: 100%;
	display: flex;
}

.footer-project-logo ul {
	padding: 0;
	display: flex;
}

.footer-project-logo ul li {
	list-style: none;
	display: flex;
	margin-right: 30px;
}

.footer-project-logo ul li:last-child {
	margin-right: 0;
}

.footer-project-logo ul li a {
	display: flex;
	align-items: center;
}

.section2 .upcorevent {
	/*padding-left: 110px;*/
}


button.enroll-button {
	background-image: linear-gradient(103deg, #ffb128 -16%, #8500e8 167%);
	margin: 60px auto 0;
	display: block;
	text-decoration: none;
	font-family: 'Graphik-Bold';
	font-size: 18px;
	border: 0;
	padding: 15px 50px;
	text-transform: uppercase;
}




/*Login/Register*/
.page-template-template-register .inner-topbar,
.page-template-template-login .inner-topbar {
	display: none;
}

/* .aida_form {
	max-width: 500px;
	margin: 80px auto auto;
} */
.aida_form {

	/* background-image: url(images/bg-new.png); */
	/* background-size: auto 1050px; */
	min-height: 1050px;
	position: relative;

}

@media screen and (min-width: 768px) {
	.aida_form {
		min-height: 750px;
	}
}

@media screen and (min-width: 1201px) {
	.aida_form {
		min-height: 1050px;
	}
}


@media screen and (max-width: 767px) {
	.aida_form {
		min-height: 1px;
	}

	.aida_form .imgBG {
		display: none;
	}
}


.aida_form .imgBG {
	position: absolute;
	/* left: 20%; */
	left: 0;
	top: 50%;
	transform: translate(-20%, -50%);
	z-index: -1;
}

.aida_form .um-292.um {
	max-width: 100%;
}

.aida_form .um-col-1 {
	display: flex;
	justify-content: space-between;
}

.aida_form .um-field {
	width: 45%;
}

.aida_form .um-field-block {
	display: none;
}

.aida_form .um-field-c {
	margin-left: auto;
}

.aida_form .um-center {
	margin-top: 12px;
}

.aida_form .um-col-alt-b {
	width: 45%;
	margin-left: auto;
}

.aida_form .um-col-alt-b a {
	text-align: left;
}

.aida_form .um-clear {
	display: none;
}

.aida_form h4 {
	font-family: 'Graphik-Medium';
	font-weight: 500;
	font-size: 21px;
	color: rgba(0, 17, 48, 0.5);
	letter-spacing: 0.15px;
	line-height: 1.48;
}

.aida_form .form-nav ul {
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.aida_form .form-nav ul li {
	list-style: none;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: center;
	border-bottom: 1px solid #aeb3bc;
	position: relative;
}

.aida_form .form-nav ul li:first-child::after {
	content: "or";
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	left: auto;
	margin: auto;
	display: flex;
	align-items: center;
	font-family: 'Graphik-Regular';
	font-size: 16px;
	color: #001130;
	letter-spacing: 0.11px;
}

.aida_form .form-nav ul li a {
	color: #001130;
	font-family: 'Graphik-Medium';
	font-size: 21px;
	font-weight: 500;
	line-height: 1.48;
	letter-spacing: 0.15px;
	display: block;
	text-decoration: none;
	position: relative;
	padding: 12px 0;
}

.aida_form .form-nav ul li:hover a:after,
.aida_form .form-nav ul li a.active-nav:after {
	content: "";
	background: #8703e3;
	height: 2px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
}

.aida_form .form-nav ul li:hover a,
.aida_form .form-nav ul li a.active-nav {
	color: #8703e3;
}

.aida_form .um-field-label .um-field-label-icon {
	display: none;
}

.aida_form .um-field-label label {
	font-family: 'Graphik-Semibold';
	font-size: 16px !important;
	color: #101010;
	line-height: 1.5 !important;
	font-weight: normal;
}

.aida_form form .um-field-label {
	margin-top: 20px;
}

.aida_form form .um-field-area input {
	height: 48px !important;
	border: 1px solid #b2b7c0 !important;
	transition: all 0.3s ease;
}

.aida_form .um-form form .um-field-area input:focus,
.aida_form .um-form form .um-field-area textarea:focus {
	border-color: #000 !important;
}

.aida_form form #um-submit-btn {
	background-image: linear-gradient(105deg, #ffb128 -16%, #8500e8 167%);
	padding: 15px 72px 17px 74px !important;
	width: auto;
	border-radius: 0 !important;
	font-family: 'Graphik-Bold';
	font-size: 14px;
}

.aida_form .um-form form .um-field-radio.active:not(.um-field-radio-state-disabled) i {
	color: #8703e3;
}

.aida_form .um-field-checkbox:hover i,
.aida_form .um-field-radio:hover i,
.aida_form .um-field-checkbox-state i,
.aida_form .um-field-radio-state i {
	color: #560290;
}

.aida_form form #um-submit-btn:hover {
	color: #fff;
}

.aida_form form .um-field-area .um-field-radio {
	width: auto;
	float: left;
	margin-right: 20px;
}

.aida_form__register .um-col-1 {
	flex-wrap: wrap;
}

.aida_form__register .um-field {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	justify-content: flex-start;
}


/**/


.details-section h2.sub-heading {
	font-family: 'Graphik-Bold';
	font-size: 36px;
	letter-spacing: 0.25px;
}

.single-course h2.sub-heading {
	font-family: 'Graphik-Bold';
	font-size: 36px;
}

.single-course .details-section .col-md-8 {
	padding: 0;
}

.single-course .details-section {
	padding: 20px;
	max-width: 930px;
	margin: 0 auto;
}

.single-course-content li,
.single-course .details-section,
.single-course .details-section p {
	font-family: 'Graphik-Regular';
	color: #000000;
	font-size: 17px;
	letter-spacing: 0.5px;
}

.details-section ul {
	padding-left: 10px;
}

.single-course-content ul {
	padding-left: 10px;
	margin-left: 15px;
}

.single-course-content li {
	list-style: disc;
	padding-left: 20px;
}

.single-course .single-course-content a {
	color: #8703e3;
}

.single-course .details-section .enroll-button-login {
	padding: 15px 61px 17px 62px;
	background-image: linear-gradient(101deg, #ffb128 -16%, #8500e8 167%);
	border: 0;
}


.single-course .section2.course-inner {
	background: none;
	padding: 0;
}

.single-course .section2.course-inner .wrapper {
	background: url("images/carousel-bk.svg") no-repeat center / cover;
	padding-bottom: 82px;
}

.single-course .section2.course-inner h2 {
	color: #000;
}

.page-template-template-account .profile-pic {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}

.page-template-template-account .um-profile-photo {
	width: 90px;
}

.page-template-template-account .profile-pic .um-header {
	margin-right: 30px;
	padding: 0;
	border: 0;
}

.page-template-template-account .profile-pic .user-info h6 {
	font-family: 'Graphik-Bold';
	letter-spacing: 0.41px;
	font-size: 14px;
}

.page-template-template-account .profile-pic .user-info a {
	font-family: 'Graphik-Bold';
	color: #8703e3;
	text-decoration: underline;
}

.account-nav {
	max-width: 270px;
}

.account-nav ul {
	padding: 0;
}

.account-nav ul li {
	list-style: none;
	border-bottom: 1px solid rgba(0, 17, 48, 0.1);
}

.account-nav ul li:first-child {
	border-top: 1px solid rgba(0, 17, 48, 0.1);
}

.account-nav ul li a {
	background: url("images/icons-arrow-submenu.svg") no-repeat right 15px center;
	display: block;
	font-family: 'Graphik-Regular';
	color: #001130;
	font-size: 14px;
	padding: 17px 0 17px 10px;
}

.um-profile-body .um-field-label label {
	color: #101010;
	font-family: 'Graphik-Semibold';
	font-size: 16px !important;
	font-weight: normal;
	margin-bottom: 0;
}

.um-profile-body .um-field-area input {
	width: 100%;
	max-width: 450px;
	border: 1px solid #b2b7c0;
}

.um-profile-body .um-field-area input:focus {
	outline: none;
}

.um-profile-body .um-col-alt input.um-button[type="submit"],
.um-profile-body .um-col-alt a.um-button {
	background-image: linear-gradient(105deg, #ffb128 -16%, #8500e8 167%);
	border-radius: 0 !important;
	float: left;
	font-size: 18px;
	font-family: 'Graphik-Bold';
}

.remove_account a {
	font-family: 'Graphik-Bold';
	font-size: 14px;
	color: #8703e3;
	display: flex;
	justify-items: center;
	margin-top: 40px;
	text-decoration: underline;
}

.remove_account a img {
	margin-left: 10px;
}

.mycourses-row {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #aeb3bc;
	padding-top: 20px;
}

.mycourses-row:last-child {
	border-bottom: 1px solid #aeb3bc;
}

.mycourses-row .mycourses-img {
	flex: 0 0 20%;
	max-width: 20%;
}

.mycourses-row .mycourses-img>img {
	height: auto !important;
	width: 100%;
	max-width: 180px !important;
}

.mycourses-row .mycourses-content {
	max-width: 60%;
	flex: 0 0 60%;
}

.mycourses-row .mycourses-status {
	flex: 0 0 20%;
	max-width: 20%;
}

.mycourses-row .mycourses-content h2 {
	font-family: 'Graphik-Medium';
	font-size: 18px;
}

.mycourses-row .mycourses-status .btn {
	color: #ffffff;
	font-family: 'Graphik-Medium';
	font-size: 10px;
	letter-spacing: 1.36px;
	text-transform: uppercase;
	border-radius: 20px;
	padding: 6px 20px;
	line-height: 16px;
	float: right;
}

.mycourses-bx {
	display: flex;
	justify-content: flex-start;
}

.mycourses-bx .date-section {
	margin-right: 56px;
}

.mycourses-row .mycourses-status .btn.pending_approval {
	background: #b6469d;
}

.mycourses-row .mycourses-status .btn.enrollment_submitted {
	background: #61bf9b;
}

.mycourses-row .mycourses-status .btn.approved_with_grade {
	background: #ffaf29;
}

.mycourses-row .mycourses-status .btn.participated {
	background: #a1a5a4;
}

.mycourses-content-inner {
	padding: 0 20px;
}

.lecturer .lecturer_sec {
	display: block;
}

.lecturer .lecturer_sec,
.mycourses-bx .dates {
	font-family: 'Graphik-Regular';
	font-size: 14px;
}

.lecturer .lecturer_sec a {
	color: #8703e3;
	text-decoration: underline;
}

.resource_section .posts_layout_row {
	display: flex;
	justify-content: flex-start;
}

.resource_section .posts_layout_row .col50 {
	display: flex;
}

.page-template-template-shortcourse .header-container {
	/*display: none; */
}

.short_courses .paragraph_row {
	max-width: 1000px;
	margin: 0 auto;
}

.short_courses .paragraph_row p {
	font-size: 16px;
}

.short_courses .post_card {
	background: #ffaf29;
}

.input_row.privacy_policy input[type="checkbox"] {
	width: 20px;
	padding: 0;
	height: 20px;
	margin-right: 10px;
}

.input_row.privacy_policy .wpcf7-list-item.first.last .wpcf7-list-item-label {
	display: none;
}

.input_row.privacy_policy br {
	display: none;
}

.input_row.privacy_policy .wpcf7-form-control-wrap.checkbox-300 {
	width: auto;
}

.input_row.privacy_policy label a {
	width: auto;
	display: inline;
	margin-left: 0px;
}



ul.resource-nav li.has-child ul {
	padding: 0;
	display: none;
}

ul.resource-nav li.has-child ul li {
	list-style: none;
	border: 0;
}

ul.resource-nav li.has-child ul li {
	padding-bottom: 0;
	border-bottom: 0;
}

ul.resource-nav li.has-child a {
	position: relative;
}

ul.resource-nav li.has-child ul {
	padding: 0;
	display: none;
}

ul.resource-nav li.has-child a span {
	width: 50px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}

.single-events .section2 {
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.inner_body {
	width: 100%;
}

html body {
	padding: 0;
	min-height: inherit;
	display: block;
}

.member-sec .member-box:hover {
	background: rgb(255, 177, 40);
	background: -moz-linear-gradient(0deg, rgb(255, 177, 40) 30%, rgb(133, 0, 232) 70%);
	background: -webkit-linear-gradient(0deg, rgb(255, 177, 40) 30%, rgb(133, 0, 232) 70%);
	background: -o-linear-gradient(0deg, rgb(255, 177, 40) 30%, rgb(133, 0, 232) 70%);
	background: -ms-linear-gradient(0deg, rgb(255, 177, 40) 30%, rgb(133, 0, 232) 70%);
	background: linear-gradient(90deg, rgb(255, 177, 40) 30%, rgb(133, 0, 232) 70%);
	padding: 5px;
	border-radius: 100%;

}

.row {
	width: 100%;
}

.nav-menu .dropdown_toggle strong a img {
	float: right;
}

.event-content a {
	color: #8703e3;
	text-align: left;
	width: auto;
	margin: auto;
	display: block;
}

.event-banner img {
	width: 100%;
}

.event-pic img {
	width: 90px;
}

.event-pic {
	margin-bottom: 50px;
}

.single-events .inner-topbar {
	background-color: #f6f6f6 !important;
}

.single-events .inner-topbar h2 {
	background: none;
	font-family: 'Graphik-Light';
	margin-bottom: 0;
}

.single-event-back img {
	margin-right: 20px;
}

.single-event-back h5 a {
	font-family: 'Graphik-Bold';
	font-size: 14px;
	display: flex;
	align-items: center;
	color: #000;
	text-decoration: none;
	justify-content: flex-start;
}

.row.single_event_header {
	align-items: center;
	margin-bottom: 40px;
}

.single-events .details-section h2.sub-heading span {
	font-family: 'Graphik-Light';
	clear: both;
	display: block;
}

.single-events .details-section {
	margin-top: 80px;
}

.single-events .details-section h2 {
	font-size: 28px;
}

.event-left-info h5 {
	font-family: 'Graphik-Bold';
	font-size: 14px;
}

.event-left-info p {
	font-size: 14px;
}

.single-event-car.section2 {
	padding-top: 0;
	margin-top: 0;
}


.single-events .details-section .col-md-1 .fa.fa-long-arrow-right {
	float: none;
	margin: 6px auto auto;
	display: table;
}

.single-event-car.section2 .upcorevent-sec.container {
	position: relative;
}

.section2 .upcorevent-sec .upcorevent-sec-wrapper {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.section2 .upcorevent-sec .btn-wrap {
	display: flex;
	align-items: center;
	margin-left: 20px;
	margin-right: 40px;
}

.section2 .upcorevent-sec .btn-wrap .prev-btn {
	cursor: pointer;
	transform: rotate(180deg);
}

.section2 .upcorevent-sec .btn-wrap .next-btn {
	cursor: pointer;
}

.section2 .upcorevent-sec .btn-wrap .prev-btn img,
.section2 .upcorevent-sec .btn-wrap .next-btn img {
	width: 40px;
}

.single-event-car-title {
	margin-top: 50px;
}

.single-event-car-title h2 {
	font-family: 'Graphik-Bold';
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.25px;
	color: #000000;
	margin: 0 0 20px 0;
	display: inline-block;
	position: relative;
}

.single-event-car.section2 .courses-sec h2 a {
	font-size: 21px;
	color: #fff;
}


.subjects_sec .col50.subjects-left {
	padding-left: 130px;
}

.subjects_sec .col50.subjects-right {
	padding-right: 130px;
}

.subjects_sec .paragraph_row p {
	font-size: 15px;
}

.member-box {
	padding: 5px;
	width: 85px;
	height: 85px;
	border-radius: 100%;
}

.member-box img {
	border-radius: 100%;
	display: inline-block;
	width: 75px;
	height: 75px;
	object-fit: cover;
	object-position: top;
}

.member-box img {
	border-radius: 100%;
}

#searchform input {
	/* color: #fff; */
	color: #000;
}

.search-results .page-header h1.page-title {
	font-size: 36px;
	letter-spacing: 0.25px;
	color: #000000;
	font-weight: bold;
	font-family: 'Graphik-Bold';
	margin: 0;
}

.search-results .search-result-count {
	text-align: center;
	margin-top: 30px;
	font-size: 24px;
	margin-bottom: 30px;
}

.search-results header.page-header {
	display: inline-block;
	width: 100%;
	padding: 70px 0 40px 0;
	border: none;
}

.search-page {
	margin: 0 0 150px 0;
}

.search-page>.search-form {
	width: 100%;
	max-width: 100%;
	height: 66px;
	border-bottom: 1px solid #000000;
}

.search-page form.search-form {
	width: 100%;
	height: 100%;
	max-width: 100%;
	position: relative;
}

.search-page .search-field {
	margin: 0;
	height: auto;
	border: none;
	padding: 0;
	background-color: transparent;
	font-family: Graphik-Medium;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.41;
	letter-spacing: 0.15px;
	color: rgba(0, 0, 0, 0.4);
	text-transform: capitalize;
}

.search-page input.search-submit {
	margin: 0;
	border: none;
	padding: 0;
	height: 100%;
	font-family: 'Graphik-Bold';
	font-size: 15px;
	font-weight: bold;
	background-color: transparent !important;
	text-transform: uppercase;
	color: #000000 !important;
	letter-spacing: 1.25px;
	width: 100%;
	max-width: 110px;
	text-align: left;
}

.search-page .search-content {
	margin: 80px 0 0 0;
	padding: 0 100px;
}

@media screen and (max-width: 1050px) {
	.search-page .search-content {
		padding: 0;
	}
}

.search-page .title h3 {
	margin: 0 0 30px 0;
	font-size: 0;
}

.search-page .post {
	margin: 0 0 50px 0;
}

.search-page .title h3 a {
	margin: 0;
	text-decoration: none;
	display: inline-block;
	font-family: 'Graphik-Bold';
	font-size: 25px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}

.search-page form.search-form::after {
	content: "\f002";
	position: absolute;
	right: 0;
	top: 46%;
	transform: translateY(-50%);
	font-family: 'FontAwesome';
	background-image: linear-gradient(to right, #ffb128, #8500e8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
}

.search.pagination {
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
}

.search.pagination .current {
	display: inline-block;
	min-width: 32px;
	text-align: center;
	min-height: 32px;
	line-height: 32px;
	font-family: 'Graphik-Regular';
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.4px;
	color: #ffffff;
	border-radius: 4px;
	background-color: #8703e3;
}

.search.pagination a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #8703e3;
}

.search.pagination a {
	display: inline-block;
	margin: 0;
	width: auto;
	min-width: 32px;
	text-align: center;
	min-height: 32px;
	line-height: 32px;
	font-family: 'Graphik-Regular';
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.4px;
	color: #1a1a1a;
	border-radius: 4px;
}

.search-page form.search-form input:focus {
	outline: none;
}

.search.pagination a.next,
.search.pagination a.prev {
	font-size: 0;
	margin: 0 0 0 8px;
	position: relative;
}

.search.pagination a.prev {
	margin: 0 8px 0 0;
}

.search.pagination a.next:hover,
.search.pagination a.prev:hover {
	background-color: transparent;
}

.search.pagination a.next::after,
.search.pagination a.prev::after {
	content: "\f178";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #000000;
}

.search.pagination a.prev::after {
	content: "\f177";
}

.search-results .search-result-count {
	text-align: center;
	margin-top: 30px;
	font-size: 24px;
}

.search-page .description {
	font-family: 'Graphik-Regular';
	font-size: 14px;
	line-height: 1.57;
	letter-spacing: 0.41px;
	color: #000000;
}

.searching-box header.entry-header {
	max-width: 500px;
	margin: 0 auto;
	background: #ffaf29;
	padding: 15px;
}

.searching-box header.entry-header figure.post-thumbnail img {
	max-width: 100% !important;
	height: auto !important;
	margin-top: 0;
}

.searching-box header.entry-header h2.entry-title {
	margin: 0;
	font-size: 21px;
	font-family: 'Graphik-Medium';
	text-align: center;
}

.search-results .lines_banner {
	margin-bottom: 0;
}

.search-results .entry-content {
	text-align: center;
}

.search-results .pagination .nav-links a.page-numbers {
	width: auto;
}

.search-results .navigation.pagination {
	width: 100%;
}

.search-results .navigation.pagination .nav-links {
	width: 100%;
}

.search-results .navigation.pagination .nav-links a,
.search-results .navigation.pagination .nav-links .page-numbers {
	font-family: 'Graphik-Regular';
	font-size: 18px;
}

.search-results .navigation.pagination .nav-links .page-numbers.current {
	color: #8703e3;
}






.acc {
	margin: 40px auto 50px auto;
}

.acc__card {
	position: relative;
	margin-bottom: 0;
}

.acc__title {
	background: #ffffff;
	color: #212121;
	cursor: pointer;
	display: block;
	padding: 20px 20px;
	position: relative;
	text-align: left;
	font-family: 'Graphik-Semibold';
	font-size: 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}

.acc__title.active {
	background-color: #eeeeee;
	border-color: #eeeeee;
}

.acc__title::after {
	position: absolute;
	right: 30px;
	content: "\f178";
	top: 50%;
	font-family: 'FontAwesome';
	transform: translateY(-50%) rotate(90deg);
	transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
	transform: translateY(-50%) rotate(0deg);
}

.acc__panel {
	background: #fff;
	color: #212121;
	display: none;
	margin: 0;
	padding: 2em;
	text-align: left;
	border: 1px solid #eee;
}

.accordion_title {
	margin-top: 60px;
}

.accordion_title h2 {
	font-family: 'Graphik-Semibold';
	margin-bottom: 30px;
}

.single.single-course .details-section {
	margin-top: 60px;
}


.logged-in .user_icon_div .my_account_btn {
	background-image: linear-gradient(102deg, #ffb128 -16%, #8500e8 167%);
	border-radius: 0 !important;
	font-family: 'Graphik-Bold';
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 16px 20px !important;
	text-align: center;
	text-decoration: none;
}

.logged-in .user_icon_div .my_account_btn:hover {
	background-image: linear-gradient(102deg, #8500e8 -16%, #ffb128 167%);
}

.home .header-right .search_icon i {
	color: #fff;
}

.home .header-right .search_icon a {
	background-color: #ffff;
}

.project-section h2.sub-heading {
	font-family: 'Graphik-Bold';
}

.project img {
	width: 100%;
}

.video_img a {
	display: block;
}

.video_popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 999;
}

.video_popup iframe {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 20%;
}

.close-popup {
	position: absolute;
	right: 100px;
	top: 100px;
	z-index: 999;
}

.close-popup a i {
	color: #fff;
	font-size: 30px;
}

.section1 .sec1 .sec1-right a:hover img {
	left: 10px;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

}

.courses-thumb {
	overflow: hidden;
	position: relative;
}

.courses-thumb img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.courses-thumb img:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.courses-tag {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #192945;
	padding: 14px;
	padding-left: 0;
	font-size: 14px;
	line-height: 15px;
	color: #FFF;
	font-family: 'Graphik-Bold';
}

.activities-tag {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #FFAF29;
	padding: 14px;
	padding-left: 0;
	font-size: 14px;
	line-height: 15px;
	color: #FFF;
	font-family: 'Graphik-Bold';
}

.event-tag {
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: #000000;
	padding: 14px;
	font-size: 13px;
	line-height: 14px;
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 4px;
	font-family: 'Graphik-Bold';
}

.menu-container .sub-menu li.menu-item-has-children {
	position: relative;
}

.menu-container .sub-menu .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.menu-container .sub-menu .sub-menu li.menu-item {
	background-color: #1a2945;
}

.menu-container .sub-menu li.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.menu-container .sub-menu .sub-menu li.menu-item a {
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid #47536a;
}

.menu-container .sub-menu li.menu-item-has-children::after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, 0.7);
	font-size: 10px;
}

.um-register .um-center {
	text-align: left;
}

.um-register .aida_form form #um-submit-btn {
	padding: 17px 0px !important;
}

.courses-thumb img {
	max-width: 100% !important;
	max-height: 230px;
	object-fit: cover;
}

.single.single-course .inner-topbar,
.page-template-template-course-detail-new .inner-topbar {
	background: #f6f6f6 !important;
}

.date-section h4 {
	font-family: 'Graphik-Bold';
	font-size: 14px;
}

.single-course .details-section .left-header-top {
	margin-top: 30px;
}

.single-course .details-section .left-header-top p {
	font-size: 14px;
}

.single-course .details-section .left-header-top strong {
	font-family: 'Graphik-Bold';
	font-weight: normal;
}

.label_btn {
	margin-top: 40px;
	margin-bottom: 40px;
}

.site-container a {
	display: initial;
	color: #8703e3;
	font-size: 14px;
	text-decoration: none;
}

.course_label h5 {
	font-family: 'Graphik-Medium';
	font-size: 11px;
	text-transform: uppercase;
}

.single-course .details-section .course_content a,
.single-course .details-section .course_content p {
	font-size: 14px;
	line-height: 22px;
}

.enrolled_btn button:hover {
	color: #fff;
	text-decoration: none;

}


.single-course .details-section li {
	list-style: disc;
	margin-bottom: 10px;
	font-family: 'Graphik-Regular';
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.5px;
	padding-left: 10px;
}

.site-container a {
	display: initial;
}

.offer_dis a:last-child {
	font-family: 'Graphik-bold';
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.47;
	letter-spacing: 0.25px;
	color: #ffaf29;
	text-decoration: none;
	width: 100%;
	max-width: 260px;
	margin: auto auto 90px auto;
	display: block;
}

.offer_dis a:hover {
	text-decoration: none;
	color: #ffaf29;
}

/* #reject-cookie {
	border-radius: 0;
	background-image: linear-gradient(103deg, #ffb128 -16%, #8500e8 167%);
}

#reject-cookie:hover {
	background: #c82f3c !important;
	border: 0;
	color: #fff;
} */

body .user_icon a {
	text-decoration: none;
}

.blck_hov:hover {
	background: #fff;
	color: #333 !important;
}

.um-profile-photo-overlay-s i {
	display: none !important;
}

.orb-canvas {
	opacity: 0.3;
}

.um-register .um-field-area {
	overflow: hidden !important;
}

.aida_form .um-register .um-field-area {    
	overflow: visible !important;
}

.menu-container nav li .sub-menu li a:hover {
	color: #ffaf29;
	font-weight: bold;
}

.menu-container nav li .sub-menu li a:active {
	color: #fff;
	font-weight: bold;
}

.post_img img {
	height: 220px !important;
	object-fit: cover;
	max-width: 100% !important;
}

.short_courses .post_dis h2 {
	max-width: calc(100% - 100px);
}

.posts_layout_row .post_card {
	width: 100%;
}

.page-template-template .project-section a::before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	background: url("images/external_link.png") no-repeat center;
	margin-right: 5px;
}

.page-template-template .project-section a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.page-template-template .project-section a:hover {
	color: #8703e3;
}

.course_single .short-course {
	background: #ffaf29;
	margin-bottom: 30px;
}

.course_single .short-course .thumbnail {
	padding: 30px;
}

.course_single .short-course .thumbnail img {
	height: 218px !important;
	object-fit: cover;
}

.course_single .short-course h2 {
	height: 28px;
	line-height: 21px;
}

.course_single .short-course h2 a {
	display: block;
	line-height: 21px;
}


.pagination .page-numbers {
	color: #1a1a1a;
	font-family: 'Graphik-Regular';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
	background: #8703e3;
	color: #fff;
}

.single.single-course .details-section .enrolled_btn a {
	display: flex;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	width: 175px;
	height: 65px;
	background: #000;
}

.single.single-course .details-section .enrolled_btn a.blck_hov:hover {
	background: #fff;
	color: #000000 !important;
	border: 3px solid #000;
	font-size: 20px !important;
	font-weight: 500 !important;
	text-decoration: none;
}

.content-paragraph {
	margin-bottom: 30px;
}

/* Media Queries Start */
@media screen and (max-width: 1300px) {
	.lines_banner .banner_dis {
		bottom: 0;
	}

	.lines_banner .banner_dis p {
		font-size: 30px;
		line-height: 43px;
	}

	.post_dis {
		padding: 0 30px;
	}

	.post_dis::before {
		width: 25px;
	}

	.site-footer .container {
		max-width: 1200px;
		width: 93%;
	}

	.footer-contactus a {
		right: -33px;
	}

	.footer-social ul {
		padding-left: 30px;
	}
}

@media screen and (max-width: 1140px) {
	.footer-contactus a {
		right: 0;
	}

	.descripton-sec .bar {
		width: 50px;
	}

	.custom-col-row .custom-col-5 .descripton-left {
		padding-left: 60px;
	}
}

@media screen and (max-width: 1024px) {
	footer#colophon .footer-nav {
		flex-wrap: wrap;
	}

	footer#colophon .footer-nav .footerbx {
		flex: 0 0 25%;
		max-width: 25%;
	}

	footer#colophon .footer-nav .footerbx:last-child {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer-contactus,
	.footer-social {
		display: block;
		width: 100%;
	}

	.footer-contactus>a {
		margin: auto;
		float: none;
	}

	.footer-social ul {
		padding: 30px 0 0 0;
		text-align: center;
		justify-content: center;
	}

	.copyright-section {
		margin-top: 40px;
		padding-top: 40px;
		padding-bottom: 0;
	}

	.mamber-carousel .slick-next.slick-arrow,
	.mamber-carousel .slick-prev.slick-arrow {
		top: 30px;
	}

	.section1 .sec1 .sec-flex {
		display: block;
	}

}

@media screen and (max-width: 991px) {
	.home .header-right a img {
		filter: invert(1);
	}

	.home .search_icon>a {
		background-color: #ffffff;
	}

	.user_icon,
	.menu_bar_icon {
		display: inline-block;
	}

	.posts_layout_row .col33 {
		width: 50%;
	}

	.news_listing {
		padding: 35px 0;
	}

	.news_listing .post_card {
		margin: 0;
	}

	.header-container .vertical-align-table .header .menu-container {
		display: none;
	}

	.header-right {
		margin-left: auto;
	}

	.menu_bar_icon {
		max-width: 44px;
		width: 100%;
	}

	.user_icon {
		margin: 0 10px;
	}

	.search_icon>a {
		height: 44px;
		width: 44px;
		display: inline-block;
		text-align: center;
		line-height: 44px;
		font-size: 18px;
		background-image: inherit;
		background-color: #000000;
	}

	.menu_mobile {
		z-index: 99;
		position: fixed;
		left: 0;
		right: 0;
		margin: auto;
		top: 0;
		bottom: 0;
		background-color: #ffffff;
	}

	.mobile_header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.mobile_menu_header {
		padding: 25px 0;
	}

	.mobile_nav .menu_ul {
		list-style: none;
		margin: 0 -15px;
		padding: 0;
	}

	ul.menu_ul ul.sub-menu {
		padding: 0;
		background-color: #1a2945;
		display: none;
	}

	.menu_mobile .custom-container {
		max-width: 100%;
		width: 100%;
		padding: 0 15px;
	}

	ul.menu_ul li {
		position: relative;
		border-bottom: 1px solid rgba(0, 17, 48, 0.1);
	}

	ul.menu_ul li>a {
		width: 100%;
		padding: 18px 20px;
		display: inline-block;
		text-decoration: none;
		font-family: 'Graphik-Bold';
		font-size: 14px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #262626;
	}

	ul.menu_ul li.menu-item-has-children button.sub-menu-toggle {
		display: inline-block;
		padding: 0;
		border: none;
		background-color: transparent;
		width: 14px;
		height: 14px;
		overflow: hidden;
		top: 0;
		vertical-align: top;
		top: 18px;
		position: absolute;
		right: 15px;
	}

	ul.menu_ul li.menu-item-has-children>a {
		max-width: calc(100% - 36px);
	}

	ul.menu_ul ul.sub-menu li>a {
		font-family: 'Graphik-Regular';
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		color: rgba(255, 255, 255, 0.7);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	button.sub-menu-toggle span.icon-plus {
		display: inline-block;
		height: 2px;
		width: 14px;
		background-color: #000000;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 6px;
	}

	button.sub-menu-toggle span.icon-minus {
		width: 2px;
		height: 100%;
		top: 50%;
		transform: translateY(-50%);
		background-color: #000000;
		left: 0;
		right: 0px;
		margin: auto;
		display: block;
		position: absolute;
	}

	button.sub-menu-toggle.open span.icon-minus {
		opacity: 0;
	}

	.mobile_header .close_icon {
		margin: 0 -8px 0 0;
	}

	.section1 .sec1 .sec1-right .sec1url {
		padding-left: 0;
	}

	.home .section2 {
		margin-top: 0;
	}

	.section1 .sec1 .sec1-right a {
		font-size: 30px;
		position: relative;
		padding: 14px 0 14px 54px;
		display: inline-block;
		width: 100%;
	}

	.section1 .sec1 .sec1-left h3 {
		font-size: 30px;
		line-height: normal;
	}

	.section1 .sec1 .sec1-left h3 span {
		font-size: 20px;
	}

	.section2 .courses-sec h2 a {
		font-size: 22px;
	}

	.section2 {
		padding: 30px 0;
	}

	.section2 .courses-sec {
		padding: 20px;
	}

	.home-slider-sec {
		padding: 430px 0 40px 0;
	}

	.home-slider-sec .home-slider h2 {
		font-size: 28px;
	}

	.section1 .sec1 .sec1-left {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.section1 .sec1 {
		flex-wrap: wrap;
	}

	.section1 .sec1 .sec1-right .sec1url:first-child {
		border-left: 0;
		padding-right: 0;
		margin-left: 0;
	}

	.inner-pagination-faq {
		margin-top: 20px;
	}

	.inner-content.right {
		width: 100%;
		max-width: auto;
		padding: 0;
		max-width: fit-content;
		display: block;
	}

	.events_resources .event_dis {
		padding: 10px;
		height: 120px;
	}

	.events_resources .event_dis h2 {
		font-size: 15px;
	}

	.content-paragraph {
		margin-bottom: 20px;
	}

	.listUl ul {
		flex-direction: column;
	}

	.listUl ul li {
		flex: 1 1 100% !important;
		border-right: none !important;
		margin-bottom: 24px;
		margin-right: 0 !important;
	}

	.section1 .sec1 .sec1-text {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.search-results .page-header h1.page-title {
		font-size: 26px;
	}

	.search-page .post {
		margin: 0 0 30px 0;
	}

	.search-page .search-content {
		margin: 60px 0 0 0;
	}

	.search-results header.page-header {
		padding: 50px 0 40px 0;
	}

	.search-page .search-field {
		font-size: 15px;
		max-width: calc(100% - 95px);
	}

	.search-page input.search-submit {
		max-width: 80px;
	}

	.search-page .title h3 a {
		font-size: 18px;
	}

	.search-page .title h3 {
		margin: 0 0 10px 0;
	}

	footer#colophon .footer-nav .footerbx {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: center;
		text-align: center;
	}

	footer#colophon .footer-nav li {
		margin-right: 0;
	}

	footer#colophon h2.widget-title {
		text-transform: uppercase;
		margin: 10px 0 18px 0;
	}

	footer#colophon {
		padding: 50px 0 0 0;
	}

	footer#colophon .footer-nav {
		display: block;
	}

	.footer-contactus {
		text-align: left;
		margin: 30px 0 0 0;
	}

	.footer-social ul {
		padding: 50px 0 0 0;
	}

	.footer-social ul li {
		padding: 0 10px;
	}

	footer#colophon .footer-social ul li a {
		font-size: 23px;
	}

	.copyright-section {
		margin-top: 45px;
		padding-top: 30px;
		border-top: 1px solid #d9dce0;
		flex-wrap: wrap;
		justify-content: center;
		display: block;
		text-align: center;
	}

	.copyright-left>div {
		width: 100%;
		max-width: 65px;
		display: inline-block;
		vertical-align: top;
	}

	.copyright-left>p {
		width: 100%;
		max-width: calc(100% - 70px);
		display: inline-block;
		text-align: left;
	}

	.copyright-right {
		display: block;
	}

	.copyright-right>div {
		display: block;
		width: 100%;
	}

	.copyright-left {
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.copyright-right img {
		margin-left: 10px;
	}

	.lines_banner {
		min-height: 134px;
		background-color: #f6f6f6;
	}

	.lines_banner img {
		display: none;
	}

	.search_body>h2 {
		font-size: 26px;
	}

	.search_body form>input {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.12px;
	}

	.search_body .search_btn label {
		font-size: 13px;
	}

	.search_body .search_btn {
		max-width: 85px;
	}

	.search_body .search_btn label i {
		margin: 0 0 0 4px;
	}

	.section1 {
		padding: 30px 0 30px 0;
	}

	.section2 .slick-track .slick-slide {
		margin: 0 5px;
	}

	.courses-section {
		margin-top: 50px;
	}

	.section3 {
		padding: 20px 0 0;
	}

	.section1 .sec1 {
		padding: 30px 20px 30px 20px;
		flex-wrap: wrap;
	}

	.sec1-left {
		width: 100%;
		flex: 0 0 100%;
	}

	.section1 .sec1 .sec1-right {
		display: flex;
		flex: 0 0 100%;
		width: 100%;
		flex-wrap: wrap;
		margin: 28px 0 0 0;
	}

	.section1 .sec1 .sec1-right .sec1url {
		padding: 0;
		border-left: none;
		margin: 0;
		flex: 0 0 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.4);
	}

	.section1 .sec1 .sec1-left h3 span {
		display: block;
	}

	.section1 .sec1 .sec1-right a::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 44px;
		height: 44px;
		background-image: url('images/icons-arrow-go-right.png');
	}

	.footer-project-logo ul {
		flex-wrap: wrap;
	}

	.mycourses-row {
		flex-wrap: wrap;
	}

	.mycourses-row .mycourses-status,
	.mycourses-row .mycourses-img {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.mycourses-row .mycourses-content {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.mycourses-content-inner {
		padding: 0;
		margin: 20px auto;
	}

	.mycourses-row .mycourses-status .btn {
		float: left;
	}

	.mycourses-row {
		padding-bottom: 20px;
	}

	.home footer#colophon .footer-nav li a {
		justify-content: center;
	}

	.section1 .sec1 .sec1-right a::before {
		display: none;
	}

	.event-left-info {
		display: flex;
		padding: 0;
	}

	.event-pic {
		margin-right: 20px;
	}

	.single-event-back a {
		justify-content: left;
	}

	.single-event-title {
		display: none;
	}

	.single-events .details-section .col-md-1 .fa.fa-long-arrow-right {
		display: none;
	}

	.single-events .details-section .col-md-3.text-title {
		margin-top: 30px;
	}

	.paragraph_row .col50 {
		width: 100%;
	}

	.subjects_sec .col50.subjects-right,
	.subjects_sec .col50.subjects-left {
		padding: 0;
	}

	.subjects_sec .col50.subjects-right {
		margin-top: 30px;
	}

	.subjects_row .col50 {
		width: 100%;
	}

	.paragraph_row {
		display: none;
	}

	.getcertificate {
		margin-top: 0px !important;
		margin-left: 20px;
	}

}

@media screen and (min-width: 640px) and (max-width: 991px) {

	.user_icon_div {
		right: 90px;
	}
}


@media screen and (max-width: 640px) {
	.header-right {
		margin: 0 -15px 0 auto;
	}

	.logo {
		max-width: 140px;
		width: 100%;
	}

	.logo img {
		max-width: 166px;
	}

	.user_icon {
		margin: 0;
	}

	.logo a {
		display: inline-block;
		width: 100%;
	}

	.posts_layout_row .col33 {
		width: 100%;
	}

	.post_card .post_img {
		text-align: center;
	}

	.news_listing .post_card {
		max-width: 450px;
		margin: auto;
	}

	.courses-section .courses-section-inner {
		display: block;
	}

	.courses-section .courses-sec {
		padding: 20px;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 20px 0;
	}

	.courses-section {
		flex-wrap: wrap;
	}

	.courses-section .courses-sec h2 {
		margin-top: 15px;
		margin-bottom: 0;
	}

	.courses-section .courses-sec .entry-content {
		margin: 10px auto;
		display: inline-block;
		width: 100%;
	}

	.courses-sec .view-more {
		display: inline-block;
	}

	.courses-section .courses-sec .view-more a {
		display: inline-block;
		margin: 20px 0 0 0;
	}

	.section2 h2 {
		font-size: 30px;
	}

	.section2 {
		padding: 0 0 30px 0;
	}

	.section3 .sec3con {
		padding: 20px 20px;
	}

	.section3 .sec3con input[type="submit"] {
		position: relative;
		padding: 0;
		margin: 30px 0 12px 0;
	}

	.home-slider-sec .home-slider {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.home-slider-sec .home-slider h2,
	.home-slider-sec .home-slider p,
	.home-slider-sec .home-slider a {
		padding-left: 25px;
	}

	.home-slider-sec .home-slider-img {
		flex: 0 0 0;
		max-width: 0%;
	}

	.footer-project-logo ul li {
		width: 100%;
		margin: 20px auto;
	}

	.custom-col-row .custom-col-5 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.custom-col-row .custom-col-7 {
		max-width: 90%;
		flex: 0 0 90%;
		padding-left: 30px;
		position: relative;
	}

	.custom-col-row .custom-col-5 .descripton-left {
		padding-right: 0;
	}

	.descripton-sec .custom-col-7::before {
		display: none;
	}

	.inner-pagination .next a,
	.inner-pagination .prev a {
		font-size: 0;
		padding-left: 30px;
	}

	.inner-pagination a span {
		font-size: 14px;
	}

	.inner-pagination a {
		padding-left: 50px;
		padding-right: 50px;
	}

	.mamber-carousel .slick-next.slick-arrow,
	.mamber-carousel .slick-prev.slick-arrow {
		display: none !important;
	}

	.mamber-carousel.slick-initialized.slick-slider .slick-list {
		right: 0;
		margin-left: 0;
	}

	.custom-col-row .custom-col-7 {
		max-width: 100%;
		flex: 0 0 100%;
		padding-left: 0;
	}

	.descripton-sec .bar {
		width: 10px;
		margin-right: 0;
	}

	.custom-col-row .custom-col-5 .descripton-left {
		padding-left: 0;
	}

	.descripton-sec .bar {
		margin-left: -22px;
	}

	.descripton-sec .bar {
		width: 20px;
	}

	.custom-col-row .custom-col-5 .descripton-left {
		padding-left: 10px;
	}

	.memorandum p {
		margin: 0;
		padding: 0 0 0 10px;
	}

	.descripton-sec {
		margin-bottom: 0;
	}

	.user_icon_div {
		right: 40px;
		top: 90px;
	}

	.user_icon_div a {
		color: #ffffff;
		display: inline-block;
		width: 100%;
	}

	.section1 .section-mission h3 {
		font-size: 18px;
	}

	.section1 .section-mission {
		margin-bottom: 50px;
	}

	.section2 .upcorevent-sec .upcorevent-sec-wrapper {
		display: block;
	}

	.section2 .upcorevent-sec .upcorevent-sec-wrapper .btn-wrap {
		margin-left: 0;
	}
}

/*foget password css*/
.tab-page {
	max-width: 450px;
	margin: 0 auto;
}

.tab-page h4 {
	text-align: center;
	color: #8703e3;
	font-family: 'Graphik-Regular';
	font-weight: 600 !important;
	line-height: 1.48;
	padding: 80px 0 10px 0;
	border-bottom: 3px solid;
}

.um.um-password.um-um_password_id {
	max-width: 450px;
	margin: 0 auto;
	min-height: 500px;
}

.um-center {
	text-align: left !important;
}

.um-center input[type=submit] {
	background: linear-gradient(105deg, #ffb128 -16%, #8500e8 167%) !important;
	border-radius: 0px !important;
	min-width: 185px !important;
	min-height: 50px !important;
	font-size: 14px !important;
	font-family: 'Graphik-Bold' !important;
}

.um-center input[type=submit]:hover {
	background-image: linear-gradient(103deg, #8500e8 -16%, #ffb128 167%) !important;
	color: #fff;
}

.um-field.um-field-block.um-field-type_block {
	padding: 0px;
}

.um-field-block {
	padding: 35px 0px;
}

.um-field-block>div {
	font-size: 17px;
	color: rgba(0, 17, 48, 0.5);
	text-align: left !important;
}

.um-field-area .um-form-field {
	border: 1px solid #b2b7c0 !important;
	min-height: 48px !important;
}

.um-field-error {
	background: linear-gradient(45deg, #ef9a42, #b7499a) !important;
}

.um-field-arrow {
	color: #ee9845 !important;
}

.wpcf7-not-valid-tip {
	background: linear-gradient(45deg, #ef9a42, #b7499a) !important;
	margin: 12px 0 0 0;
	padding: 12px;
	color: #fff;
	border-radius: 3px;
	position: relative;
}

.wpcf7-not-valid-tip::before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background: #ee9845;
	position: absolute;
	transform: rotate(45deg);
	top: -5px;
}

.input_row.privacy_policy span.wpcf7-not-valid-tip {
	position: absolute;
	width: 300px;
	top: 18px;
}

.page-template-template-contact_us .invalid .wpcf7-response-output {
	display: inline-block !important;
	font-size: 18px !important;
}

.page-template-template-contact_us .sent .wpcf7-response-output {
	display: inline-block !important;
	font-size: 18px !important;
}

/*new css*/
.page-template-template-contact_us .invalid .wpcf7-response-output {
	display: inline-block !important;
	font-size: 14px !important;
	background: linear-gradient(45deg, #ef9a42, #b7499a) !important;
	margin: 12px 0 0 0;
	padding: 12px;
	color: #fff;
	border-radius: 3px;
	border: none;
}

.page-template-template-contact_us .sent .wpcf7-response-output {
	display: inline-block !important;
	font-size: 14px !important;
	background: #46b450 !important;
	margin: 12px 0 0 0;
	padding: 12px;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	border: none;
	outline: none;
}

.video_img {
	position: relative;
}

.single-resources .play-button.lazyloaded {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50px;
	object-fit: cover;
}

.page-template-template-contact_us .invalid .wpcf7-response-output {
	display: inline-block !important;
	font-size: 13px !important;
	background: linear-gradient(45deg, #ef9a42, #b7499a) !important;
	margin: 12px 0 0 0;
	padding: 12px;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	border: none;
	outline: none;
}

.page-template-template-contact_us .sent .wpcf7-response-output {
	display: inline-block !important;
	font-size: 13px !important;
	background: linear-gradient(45deg, #ef9a42, #b7499a) !important;
	margin: 12px 0 0 0;
	padding: 12px;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	border: none;
	outline: none;
}

.remove_account p a img {
	width: 14px;
}

.remove_account p a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.equl_img .offers_row img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}

#loading_div {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff url('assets/loader.gif') no-repeat center center;
	z-index: 9999;
}

.page-template-template-course-type .offer_img {
	height: 260px;
}

.equl_img .offers_row h2 img {
	position: absolute;
	top: 0;
	display: block;
	width: 12px;
	height: auto;
	object-fit: contain;
}

.date-format {
	font-family: 'Graphik-Medium';
	font-size: 21px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.15px;
	color: #ffffff;
	width: calc(100% - 100px);
	margin: auto;
	display: block;
	position: relative;
}

.pagination span.current,
.pagination a:hover {
	background-color: #8703e3;
	color: #ffffff;
}

.pagination a,
.pagination span {
	font-family: 'Graphik-Regular';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.4px;
	text-align: center;
	color: #1a1a1a;
	text-decoration: none;
	display: inline-block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px;
	transition: all 0.3s ease;
	margin-right: 2px;
}

.page-template-template.page-template-template-course-type.pagination,
.pagination {
	justify-content: center !important;
	border: none !important;
}

.locatin_50 span {
	float: left;
}

.locatin_50 strong {
	margin-top: 4px;
	float: left;
	font-size: 13px !important;
}

/* #um_field_291_first_name {
	width: 50%;
	float: left;
} */

/* #um_field_291_last_name {
	width: 48%;
	float: right;
} */

#um_field_291_user_email,
#um_field_291_gender {
	clear: both;
}

div#um_field_291_university_name .um-field-area {
	overflow: visible !important;
}

.um-field-lecturer_university.show,
.um-field-institution_name.show,
.um-field-organization.show {
	display: block !important;
}

.um-field-lecturer_university.hide,
.um-field-institution_name.hide,
.um-field-organization.hide {
	display: none !important;
}

a.um-button.um-btn-auto-width {
	height: auto !important;
}

.hide {
	display: none !important;
}

.um-text-university-name.description {
	padding: 25px 0 0 0;
}

.archive-search-form form.search-form-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
	height: 66px;
	border-bottom: 1px solid #000000;
	width: 100%;
	max-width: 100%;
	position: relative;
}

.archive-search-form form.search-form-inner input.search-input {
	border: 0;
	margin: 0;
	height: auto;
	padding: 0;
	background-color: transparent;
	font-family: Graphik-Medium;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.41;
	letter-spacing: 0.15px;
	color: rgba(0, 0, 0, 0.4);
	text-transform: capitalize;
	width: 90%;
}

.archive-search-form form.search-form-inner input.btn-search {
	margin: 0;
	border: none;
	padding: 0;
	height: 100%;
	font-family: 'Graphik-Bold';
	font-size: 15px;
	font-weight: bold;
	background-color: transparent !important;
	text-transform: uppercase;
	color: #000000 !important;
	letter-spacing: 1.25px;
	width: 100%;
	max-width: 110px;
	text-align: left;
}

.archive-search-form form.search-form-inner input.btn-search:focus,
.archive-search-form form.search-form-inner input.search-input:focus {
	outline: 0;
}

.archive-search-form form.search-form-inner::after {
	content: "\f002";
	position: absolute;
	right: 0;
	top: 46%;
	transform: translateY(-50%);
	font-family: 'FontAwesome';
	background-image: linear-gradient(to right, #ffb128, #8500e8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
}


.header404 {
	position: relative;
}

.header404 .img_content {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	max-width: 1170px;
	width: 90%;
}

.header404 .img_content p {
	font-family: "Graphik-Regular";
	font-size: 46px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.35px;
	color: #A5AAB3;
	background-color: #ffffff;
	display: inline-block;
	text-align: center;
	line-height: 58px;
	margin: 0 0 27px 0;
	max-width: 870px;
	height: 58px;
	width: 100%;
	padding: 0;
}

.header-logo img {
	margin: 20px 0
}

.level-container {
	width: 50%
}

.level-container span {
	color: #8703e3;
	font-family: "Graphik-Bold";
	margin-left: 10px;
}

.certificate hr {
	margin-top: 40px;
	margin-bottom: 70px;
}

.getcertificate {
	margin-top: 20px;
}

.offer_phd .offer_content {
	width: 100%;
	max-width: 260px;
	margin: 0 auto 30px auto;
	display: block;
	position: relative;
}

.offer_phd .offer_content h2 {
	max-width: 100%;
	margin: 0;
}

.offer_phd .offer_content .offer_subtitle {
	font-family: "Graphik-Regular";
	color: rgba(0, 17, 48, 0.4);
	font-size: 25px;
}

.offer_phd .offer_arrow {
	position: absolute;
	top: 10px;
	display: block;
	height: auto !important;
	width: auto !important;
	object-fit: contain;
	right: 30px;
}

.offer_phd .offer_numbers {
	color: #FFAF29;
	font-family: 'Graphik-Semibold';
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.25px;
	font-weight: 600;
	width: 100%;
	max-width: 260px;
	margin: 0 auto 36px auto;
}

.other_offers.section2 {
	background: transparent !important;
}

.other_offers.section2 .custom-container {
	top: 0;
}

.other_offers.section2 .slick-track {
	display: flex !important;
}

.other_offers.section2 .slick-slide {
	height: inherit !important;
}

.other_offers.section2 .slick-slide>div {
	height: 100%;
}

.other_offers.section2 .slick-slide .col33 {
	height: 100%;
	padding: 0;
}

.other_offers.section2 .slick-slide .col33 a {
	display: block;
	height: 100%;
}

.detail-course {
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: 10% bottom;
}

.detail-course .sub-heading {
	font-family: 'Graphik-Medium';
	font-weight: 600;
	font-size: 35px;
	line-height: 38px;
	letter-spacing: 0.25px;
	color: #000000;
	margin: 60px 0;
}

.detail-course .course-detail-topic-title {
	font-family: 'Graphik-Medium';
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.411765px;
	color: #000000;
	margin-bottom: 10px;
}

.detail-course .course-detail-topic-text {
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.411765px;
	color: #000000;
}

.detail-course .course-detail-top-text {
	font-family: 'Graphik-Medium';
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: rgba(0, 17, 48, 0.5);
	letter-spacing: 0.15px;
	margin-bottom: 30px;
}

.detail-course img {
	width: 100%;
	height: auto;
}

.detail-course .course-detail-topic {
	display: flex;
	justify-content: space-between;
}

.detail-course .course-detail-topic span {
	font-family: 'Graphik-Medium';
	font-weight: 500;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #000000;
}

.detail-course .course-detail-topic img {
	display: block;
	height: auto !important;
	width: auto !important;
	object-fit: contain;
}

.course-detail-content {
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #000000;
	margin-bottom: 60px;
}

.course-detail-content b,
.course-detail-content strong {
	font-family: 'Graphik-SemiBold';
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	color: #000000;
}

.course-detail-content ul {
	font-family: 'Graphik-Regular';
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #000000;
	padding-left: 15px;
}

.course-detail-content .course-detail-content-title {
	font-family: 'Graphik-SemiBold';
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	color: #000000;
	margin-bottom: 20px;
}

.course-detail-others {
	background: transparent !important;
}

.course-detail-others .courses-thumb {
	position: relative;
}

.course-detail-others .courses-thumb .courses-tag {
	background-color: #FFAF29;
	padding: 14px 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFF;
	font-family: 'Graphik-SemiBold';
	font-weight: 600;
	font-size: 14px;
	line-height: 15px;
}

.course-detail-others .courses-sec h2 a {
	color: #000 !important;
	font-size: 25px !important;
	height: auto;
}

.course-detail-others .courses-date {
	display: block;
	position: relative;
}

.course-detail-others .courses-date img {
	position: absolute;
	top: 10px;
	right: -15px;
}

.course-pagination {
	margin-top: 100px;
}

@media screen and (max-width: 991px) {
	.course-pagination {
		margin-top: 60px;
	}

	.detail-course .sub-heading {
		margin: 40px 0;
		font-size: 30px;
	}

	.detail-course .course-detail-top-text {
		margin-top: 30px;
	}

	.detail-course .course-detail-topic {
		margin-bottom: 25px;
	}

	.single-event-car-title h2 {
		font-size: 30px;
	}

	.detail-course {
		background-image: none !important;
	}

	.other_offers {
		margin: 50px 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	.pdh-curriculum .paragraph_row {
		display: block;
		margin: 0;
	}

	.aida_form .um-col-1 {
		flex-direction: column;
	}

	.aida_form .um-field,
	.aida_form .um-col-alt-b {
		width: 100%;
	}
}


/* Alterações */
.backGradient {
	background: linear-gradient(134deg, #FFB128 0%, #8500E8 100%);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.section2 h2.h2_edited,
.courses-section .h2_edited {
	font-family: 'Graphik-Regular' !important;
	color: #707A8B;
	display: flex;
	text-transform: uppercase;
}

.section2 h2.h2_edited img,
.courses-section .h2_edited img {
	width: 32px;
	margin-right: 8px;
}

.listUl {
	display: none;
}
.listUl ul {
	display: flex;
	padding-left: 16px;
	margin-bottom: 80px;
}

.listUl ul li {
	flex: 1 1 33%;
	color: rgba(255, 255, 255, 0.6);
	padding-right: 24px;
	border-right: 1px solid #D9D9D9;
	margin-right: 40px;
	font-size: 18px;
	line-height: 25px;
}

.listUl ul li::marker {
	color: #FFAF29;
}

.listUl ul li:last-child {
	border-right: none;
}

.listUl ul li a {
	height: auto;
	display: inline-flex;
	justify-content: flex-start;
	margin-top: 8px;
	font-family: 'Graphik-Bold';
}

.detailsCourse {
	position: relative;
}

.detailsCourse .imgBG {
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translate(-20%, -50%);
}

.detailsCourse .descripton-left {
	display: flex;
	align-items: center;
	padding-right: 40px;
}

.detailsCourse .descripton-left__edited {
	flex-direction: column;
	align-items: flex-start;
}

.detailsCourse .descripton-left__edited h4 {
	margin-left: 0 !important;
}

.detailsCourse .descripton-left h4 {
	font-size: 11px;
	line-height: 16px;
	font-family: 'Graphik-SemiBold';
	margin-left: 16px;
	margin-right: 24px;
}

.detailsCourse .descripton-left p {
	font-family: 'Graphik-Regular';
}

.detailsCourse .descripton-left i {
	position: absolute;
	top: 0;
	right: 24px;
}

.single-course .detailsCourse p {
	font-size: 14px !important;
	line-height: 22px;
	font-family: 'Graphik-Bold';
}

.detailsCourse p.pTop {
	font-family: 'Graphik-Medium';
	color: rgba(0, 17, 48, 0.8);
	margin-bottom: 40px;
}

.divRadios {
	margin-bottom: 16px;
}

.divRadios label {
	/* color: #fff; */
	color: #000;
}

.divRadios div {
	margin-right: 24px;
}

.divRadios input[type=radio] {
	/* border-color: #FFF; */
	border-color: #000;
	background: transparent;
}

.divRadios input[type=radio]:after {
	background: #8703E3;
}

.divRadios input[type=radio]:checked {
	/* border-color: #FFF; */
	border-color: #000;
}

.divRadios input[type=radio]:checked:focus {
	/* outline-color: #FFF; */
	outline-color: #000;
}

@media screen and (max-width: 767px) {
	.detailsCourse .descripton-left {
		margin-bottom: 24px;
	}

	.detailsCourse .descripton-left i {
		display: none;
	}
}




/* animate css*/

:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce),
print {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important
	}

	.animate__animated[class*=Out] {
		opacity: 0
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

.select2.select2-container .select2-selection {
	line-height: 48px;
	height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
}

.select2.select2-container .select2-selection .select2-selection__arrow:before {
	line-height: 48px;
}


.section-education .inner-content.right {
	max-width: 100%;
	padding: 0;
}

.section-education .events_top>h2 {
	margin-bottom: 80px;
}

.section-education .events_top {
	display: block;
}

.section-education .section2 {
	background: transparent;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-top: 90px;
}

/* Style custom select */
.custom-select-option {
	position: relative;
}

/* Let's get this party started */
.custom-select-option::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.custom-select-option::-webkit-scrollbar-track {
	border-left: 1px solid #eee;
	background: rgba(0, 0, 0, 0.05);
}

/* Handle */
.custom-select-option::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.25);
}

.custom-select-option select {
	display: block;
	/*hide original SELECT element:*/
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
}

.custom-select-option label {
	color: #101010;
	font-family: 'Graphik-Medium';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.select-selected {
	height: 48px;
	font-size: 14px;
	padding: 0 14px;
	border-radius: 0;
	border: 1px solid #B2B7C0;
	;
	position: relative;
	background-color: #FFF;
	line-height: 48px;
	color: rgba(60, 60, 59, 0.60);
	cursor: pointer;
	vertical-align: middle;
}

.select-selected::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -2px);
	border: 4px solid transparent;
	border-color: #000 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #000 transparent;
	transform: translate(0, -6px);
}

.select-selected.select-arrow-active {
	background-color: rgba(255, 175, 41, 0.14);
	color: rgba(60, 60, 59, 0.60);
}

.select-items div {
	font-size: 14px;
	background-color: #1A2945;
	height: 52px;
	padding: 0 12px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.70);
	color: rgba(255, 255, 255, 0.70);
	line-height: 52px;
	cursor: pointer;
	vertical-align: middle;
}

.select-items div:last-child {
	border-bottom: none;
}

.select-items div:hover {
	color: #ffaf29;
}

.select-items {
	max-height: 250px;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 99;
	overflow: auto;
	margin-top: -1px;
	border-radius: 0;
	border: none;
	background-color: #FF0;
}

.select-hide {
	display: none;
}

/* Styles PHD Educational Resources */

.educational-resources.list {
	padding-bottom: 90px;
}

.educational-resources .view-more {
	margin-top: 32px;
}

.educational-resources .view-more a {
	font-family: 'Graphik-Bold';
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	height: 50px;
	padding: 15px 61px 17px 62px;
	display: unset;
	background-image: linear-gradient(105deg, #ffb128 -16%, #8500e8 167%);
	transition: all 1s ease;
}

.educational-resources .view-more a:hover {
	transform: scale(1.1);
}

.educational-resources h2 {
	font-size: 2.25rem;
	padding-top: 40px;
}

.header-education {
	position: relative;
}

.header-education .img-note {
	position: absolute;
	bottom: -60px;
	right: 250px;
}

.educational-resources .filters .filter select {
	width: 100%;
	border-width: 1px;
	border-color: #B2B7C0;
}

.educational-resources .filters {
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: 60px;
	margin-top: 60px;
	margin-bottom: 90px;
	width: 100%;
}

.educational-resources .grid-list-filters {
	display: grid;
	grid-template-columns: repeat(3, 33%);
	gap: 40px;
}

.educational-resources .grid-list-filters .box-grid {
	background-color: #FFAF29;
	border-radius: 4px;
	transition: 0.3s linear;
	;
}

.educational-resources .grid-list-filters .box-grid:hover {
	transition: 0.3s linear;
	transform: scale(1.05)
}

.educational-resources .grid-list-filters .box-grid .image {
	position: relative;
}

.educational-resources .grid-list-filters .box-grid .image img {
	padding: 30px 30px 0 30px;
	width: 100%;
}

.educational-resources .grid-list-filters .box-grid span.format {
	color: #fff;
	background: #FFAF29;
	padding: 14px 16px 14px 0;
	position: absolute;
	left: 29px;
	bottom: -1px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}

.educational-resources .grid-list-filters .box-grid .date {
	padding: 0 30px 0 60px;
	display: flex;
	margin-top: 30px;
	margin-bottom: 20px;
	justify-content: space-between;
	position: relative;
}

.educational-resources .grid-list-filters .box-grid .date::before {
	content: '';
	background-image: url(images/line.png);
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 8px;
}

.educational-resources .grid-list-filters .box-grid .date img {
	object-fit: contain;
}

.educational-resources .grid-list-filters .box-grid .date span {
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
}

.educational-resources .grid-list-filters .box-grid .title {
	padding: 0 30px 30px 60px;
}

.educational-resources .grid-list-filters .box-grid .title h3 {
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.208px;
}

.educational-resources .grid-list-filters .box-grid .title h3 a {
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	font-style: normal;
	text-decoration: none;
	font-size: 25px;
}

.inner-topbar {
	background-color: #f6f6f6 !important;
}

.internal-education {
	padding: 80px 0;
}

.internal-education h2 {
	font-size: 2.25rem;
	font-weight: 700;
	text-align: center;
}

.internal-education .box-module {
	margin-top: 60px;
	display: grid;
	grid-template-columns: 300px auto;
	gap: 60px;
}

.internal-education .box-module .col1 {
	display: flex;
	justify-content: space-between;
}

.internal-education .box-module .image span {
	color: #000;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.internal-education .box-module .image svg {
	margin-right: 10px;
}

.internal-education .ico-arrow img {
	margin-top: 10px;
}

.internal-education .box-module .content {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	/* 22.4px */
	letter-spacing: 0.412px;
	padding-top: 10px;
}

.internal-education .box-module .content.ct-grid p {
	margin: 0;
	display: flex;
	align-items: center;
}

.internal-education .content.ct-grid {
	display: grid;
	grid-template-columns: repeat(4, 25%);
}

.internal-education .content.ct-grid .grid-box a {
	display: -webkit-box;
	gap: 15px;
	color: #000;
	text-decoration: none;
}

.internal-education img.imgBG {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(25%, 40%);
	z-index: -1;
}

.search-form-resources{
	width: calc(100% - 260px);
	margin: auto;
	margin-bottom: 80px;
}
.search-form-resources p{
	font-size: 24px;
	line-height: 26px;
	color: #000;
	font-family: 'Graphik-Bold';
}
.search-form-resources .search-form-inner input.search-input{
	width: 75% !important;
}
.search-form-resources .search-form-inner::after{
	background-image: none !important;
	-webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}
.search-form-resources .search-form-inner input.btn-search{
	background: linear-gradient(to right, #ffb128, #8500e8 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.search-form-resources .search-form-inner input.btn-search:hover{
    -webkit-text-fill-color: #ffb128 !important;
}

/* New Homepage */
.section2-home, .section2-lectures, .section2-resources, .section-testimonals{
	margin-top: 0;
}
.section2-home .divViewAll a:hover, 
.section2-lectures .divViewAll a:hover, 
.section2-resources .divViewAll a:hover, 
.section-testimonals .divViewAll a:hover{
	text-decoration: none;
}
.section2-home .divViewAll a:hover .backGradient, 
.section2-lectures .divViewAll a:hover .backGradient, 
.section2-resources .divViewAll a:hover .backGradient, 
.section-testimonals .divViewAll a:hover .backGradient{
	background: #FFB128;
}


.section2 .h2_edited{
	margin-bottom: 60px;
}
.section1-noBG{
	background: none;
	background-color: #001232;
}
.who-aida-for{
	padding-bottom: 120px;
	background-color: #001232;
}
.who-aida-for h2{
	font-family: 'Graphik-Regular' !important;
    color: #707A8B;
    text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 60px;
}
.allBlocks{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allBlocks div{
	flex: 1 1 23%;
	max-width: 23%;
	padding: 32px;
	border: 1px solid #FFAF29;
	align-self: stretch;
}
.allBlocks div h3{
	font-family: 'Graphik-Regular' !important;
	font-size: 24px;
	line-height: 28px;
	color: #FFAF29;
	margin-top: 24px;
	margin-bottom: 24px;
	min-height: 60px;
}
.allBlocks div p{
	font-family: 'Graphik-Regular' !important;
	font-size: 16px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0;
}

.filtersCarousel{
	margin-left: auto;
	min-width: max-content;
}
.filtersCarousel button{
	background-color: transparent !important;
    color: #707A8B !important;
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
	margin-left: 48px;
	transition: all 0.3s ease-in-out;
}
.filtersCarousel button:hover{
	color: #FFF !important;
}
.filtersCarousel button.active{
    border-color: #FFF;
	color: #FFF !important;
	font-weight: 600;
}

.divViewAll{
	display: flex;
	justify-content: flex-end;
	margin-top: 70px;
}
.divViewAll a{
	width: max-content;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Graphik-Semibold';
}
.allDivs{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.allDivs > div{
	flex: 1 1 23%;
	max-width: 23%;
	border-right: 1px solid #3D4A62;
	padding-right: 24px;
	align-self: stretch;
}
.allDivs > div:last-child{
	border-right: none;
}
.allDivs img{
	margin-bottom: 24px;
}

.divOffer{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.divOffer > div{
	flex: 1 1 23%;
	max-width: 23%;
	position: relative;
	align-self: stretch;
}
.divOffer__top,
.divOffer__bottom{
	padding: 32px;
	position: relative;
}
.divOffer__top{
	height: 128px;
}
.divOffer__bottom{
	height: calc(100% - 128px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.divOffer > div::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #FFAF29;
}
.divOffer__top::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFAF29;
}
.divOffer div h3{
	color: #001130;
	font-size: 24px;
	line-height: 28px;
	position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.divOffer div p{
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	line-height: 26px;
}
.divOffer div a{
	display: block;
	height: max-content;
}
.divOffer div a:hover{
	text-decoration: none;
}
.divOffer div a:hover .backGradient{
	background: #FFB128;
}
.divOffer > div:hover::before{
	left: -20px;
	top: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
}
.divOffer > div:hover .divOffer__top::before{
	left: -20px;
	top: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
}


.section2-resources .courses-sec{
	background-color: #C9627E;
}
.section2-resources .courses-sec:hover::before{
	background: #C9627E;
}
.section2-resources .event-tag{
	border-color: #C9627E;
    color: #C9627E;
}
.section2-resources .activities-tag{
	background-color: #C9627E;
}

.section2-lectures .courses-sec{
	background-color: #9F70DB;
}
.section2-lectures .courses-sec:hover::before{
	background: #9F70DB;
}
.section2-lectures .event-tag{
	border-color: #9F70DB;
    color: #9F70DB;
}
.section2-lectures .activities-tag{
	background-color: #9F70DB;
}

.section-testimonals .h2_edited{
	margin-bottom: 60px;
}
.section-testimonals .divInfoTest span{
	font-size: 60px;
	line-height: 66px;
	font-family: 'Graphik-Regular';
	color: #FFAF29;
	margin-right: 16px;
	display: inline-block;
}
.section-testimonals .divInfoTest .testimonal{
	font-size: 20px;
	line-height: 28px;
	font-family: 'Graphik-Regular';
	color: #FFAF29;
	margin-bottom: 24px;
}
.section-testimonals .divInfoTest .author,
.section-testimonals .divInfoTest .company{
	font-size: 16px;
	line-height: 24px;
	font-family: 'Graphik-Regular';
	color: #FFF;
	margin-bottom: 0;
}
.section-testimonals .divInfoTest .company{
	color: rgba(255, 255, 255, 0.6);
}

.backLink{
	margin-bottom: 40px;
}
.backLink a{
	font-family: 'Graphik-Bold';
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
	width: max-content;
}
.backLink a:hover{
    text-decoration: none;
	color: #000;
}
.backLink a img{
	margin-right: 20px;
}



.aida-members__div{
	border: 1px solid #FFAF29;
	padding: 60px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.aida-members__div h2{
	color: #ffaf29;
    font-family: 'Graphik-Bold';
    font-size: 36px;
	margin-right: 30px;
}
.aida-members__div h2 span{
	font-family: 'Graphik-Regular';
    color: #fff;
    font-size: 26px;
	opacity: 0.6;
}
.aida-members__div a{
	font-family: 'Graphik-Bold';
	font-size: 18px;
	line-height: 22px;
	width: 100%;
    display: flex;
    max-width: max-content;
}

.info-top{
	border: 1px solid #8703E3;
	background: #8703E30A;
	padding: 24px;
	margin-bottom: 60px;
}
.info-top p{
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	color: #001130;
	font-family: 'DM Sans', sans-serif;
}
.info-top p a{
	color: #8703E3;
	text-decoration: underline;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	font-family: 'DM Sans', sans-serif;
}
.info-top p a:hover{
	text-decoration: none;
}

.aida_form.aida_form__register a.um-button{
	background: #8703E3;
    border-radius: 0 !important;
    box-shadow: none;
}
.um-modal-header, div.um-modal .upload, a.um-button{
	background: #8703E3;
}



@media screen and (max-width: 1200px) {
	.internal-education .content.ct-grid {
		grid-template-columns: repeat(2, 50%);
		gap: 20px;
	}

	.internal-education img.imgBG {
		transform: translate(0%, 40%);
	}

	.header-education .img-note {
		bottom: -30px;
		right: 0;
	}
}

@media screen and (min-width: 1024px) {
	#defaultCanvas0{
		right: -200px;
	}
}

@media screen and (max-width: 980px) {
	.educational-resources .filters {
		grid-template-columns: auto auto;
	}

	.header-education .img-note {
		position: relative;
	}
	.allBlocks div,
	.allDivs > div,
	.divOffer > div{
		flex: 1 1 50%;
		max-width: 45%;
		margin-bottom: 40px;
		border-right: none;
	}
	.aida-members__div{
		display: block;
	}
	.aida-members__div h2{
		margin-bottom: 32px;
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.educational-resources .grid-list-filters {
		grid-template-columns: auto auto;
	}

	.internal-education .box-module {
		grid-template-columns: 100%;
		gap: 20px;
	}

	.internal-education img.imgBG {
		display: none;
	}
	.allBlocks div,
	.allDivs > div,
	.divOffer > div{
		flex: 1 1 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.search-form-resources{
		width: 100%;
	}
	.search-form-resources .search-form-inner input.search-input{
		width: 55% !important;
	}
}

@media screen and (max-width: 570px) {
	.internal-education .content.ct-grid {
		grid-template-columns: repeat(1, 100%);
	}

	.educational-resources .grid-list-filters {
		grid-template-columns: auto;
	}

	.educational-resources .filters {
		grid-template-columns: auto;
		gap: 30px;
	}

	.educational-resources .grid-list-filters .box-grid .title h3 {
		line-height: 23px;
	}

	.educational-resources .grid-list-filters .box-grid .title h3 a {
		font-size: 20px;
	}

	.internal-education h2,
	.educational-resources h2 {
		font-size: 1.7rem;
	}
}