﻿
/* ReSharper disable UnknownCssVendorExtension */

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/	
@media (max-width: 991px) {
	header.mobile-nav {
		/* we want the logo on left always: */
		direction: ltr;
	}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (max-width: 1200px) {
	.container {
		/* max-width: 100%;*/
		max-width: 92%; /*Amer*/
	}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/	
/*@media (min-width: 769px) {*/ /*Amer*/
@media (min-width: 768px) {
	.mobile-nav, .nav-drill {
		display: none;
	}

	.mobile-view {
		display: none;
	}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*@media (max-width: 768px) {*/ /*Amer*/
@media (max-width: 767px) {
	body {
		min-height: 100vh;
		min-height: -webkit-fill-available;
	}

	html {
		height: -webkit-fill-available;
	}

	header.mobile-nav {
		display: flex;
		justify-content: space-between;
		
	}

	.navbar {
		display: none;
	}

	.hero-banner {
		/* height: 100vh; */
		/* width: 100%; */
		padding: 20px 10px 50px;
		display: flex;
		align-items: center;
	}

	.hero-text, .hero-text h1 {
		color: #fff;
		font-size: 32px;
		line-height: 1.4;
	}

		.hero-text p {
			margin: 20px 0 20px;
			font-size: 14px;
		}

	.home-contact {
		flex-direction: column;
	}

	.home-form {
		flex: 0 0 100%;
		padding: 20px 15px;
	}

	/* Amer: 2022-01-20
	.con-info {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}
	*/

	.bna-items {
		grid-column: auto !important;
		grid-row: auto !important;
	}

	.bna-grid {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
	}

	.bna-items h3 {
		font-size: 18px;
		font-weight: 700;
		color: #fff;
	}

	.bna-items a {
		position: relative;
		display: block;
	}

		.bna-items a .bna-details {
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 15px 25px;
			z-index: 2;
		}

		.bna-items a p {
			display: none;
		}

	.bna-items a, .bna-items a {
		display: block !important;
	}

	.bna-items .bna-image:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 50%;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	}

	.splited-title {
		flex-direction: column;
	}

	img.quote {
		width: 100%;
		left: 0;
	}

	.macbook {
		transform: scale(1);
	}

	.section-title .title {
		font-size: 24px;
	}

	.sub {
		font-size: 14px;
	}

	.course-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.btn {
		padding: 10px 18px;
		font-size: 14px;
	}

	.partner-section {
		padding: 40px 0 10px;
	}

	.section-title {
		margin-bottom: 25px !important;
	}

	.marketing-section {
		padding: 20px 0 50px;
	}

	.video-object {
		/*display: none !important;*/
	}

	.macbook {
		transform: scale(1);
		margin-top: 15px;
	}

	.text-section .sub {
		margin: 15px 0 25px;
	}

	.testimonial-section {
		padding: 30px 0;
		position: relative;
		background: #f2f6fb;
	}

	img.quote {
		width: 40%;
		left: auto;
		right: 20px;
		top: 0;
		height: auto;
	}

	.testimonial-home {
		background: #fff;
		padding: 20px 20px;
		margin-top: 20px;
		border-radius: 8px;
		box-shadow: 0 10px 20px rgba(216,224,241,0.7);
	}

		.testimonial-home p {
			font-size: 14px;
		}

	.testimonial-author {
		margin-top: 10px;
	}

		.testimonial-author img {
			width: 40px;
			height: 40px;
		}

	.test-title h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.brochure-box {
		border: 1px solid #eee;
		overflow: hidden;
		padding: 0 0 0;
		display: block;
	}

	.brochure-image {
		flex: 0 0 100%;
		width: 100%;
		transform: translateX(-10px);
	}

		.brochure-image img {
			width: 70%;
			margin: 25px auto 0;
		}

	.brochure-text strong {
		font-size: 14px;
		margin-bottom: 0;
		border: 0;
	}

	.brochure-text .btn.w-icon {
		padding: 10px 10px;
		border-radius: 0;
		width: 100%;
		justify-content: center;
	}

	.btn.w-icon span {
		margin-left: 10px;
		width: 22px;
		height: 22px;
	}

	.brochure-section .row {
		margin-right: -8px;
		margin-left: -8px;
	}

		.brochure-section .row .col-md-6 {
			flex: 0 0 50%;
			width: 50%;
			padding: 0 7px;
		}

	.brochure-section {
		padding: 50px 0 50px;
	}

	.client-section {
		padding: 50px 0;
	}

	.client-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
	}

	.right-split {
		margin: 0 0 30px;
		width: 100%;
	}

	.custom-tab .nav-tabs .nav-item {
		flex: 1;
		text-align: center;
	}

	.bna-section {
		padding: 40px 0;
	}

	footer .row:not(.bottom-footer) .col-md-2 {
		flex: 0 0 50%;
		margin: 10px 0;
	}

	footer .row:not(.bottom-footer) .col-md-4 {
		margin: 25px 0 0;
	}

	footer {
		padding: 30px 0 60px;
	}

	.bottom-footer {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-top: 30px;
	}

	.social-icons {
		justify-content: center;
		margin-bottom: 20px;
	}

	/* Amer: 2022-01-20
	.scrolltop {
		right: 15px;
		bottom: 60px;
	}
	*/

	body.ar .scrolltop {
		left: 15px;
		right: auto;
	}
	/* Removed because we want the logo on left always:
	body.ar .mobnav-right {
		margin-right: auto;
		margin-left: inherit;
	}
	body.ar .navbar-brand {
		margin-right: 0;
		margin-left: 1rem;
	}
	*/

	body.ar .mob-search > span {
		right: 25px;
		left: auto;
	}

	body.ar .mob-search input {
		padding: 0 42px 0 0;
	}

	body.ar .close-searchmob {
		padding: 0 10px 0 0;
	}

	

	body.ar .nav-drill {
		transform: translateX(-100%);
	}

		body.ar .nav-drill .nav-link svg {
			margin-right: 0;
			margin-left: 14px;
		}

		body.ar .nav-drill .nav-expand-link::after {
			margin-left: inherit;
			margin-right: auto;
			transform: scale(-1);
		}

	body.ar.nav-is-toggled .nav-drill {
		transform: translateX(0);
		opacity: 1;
	}

	body.ar .nav-drill .nav-expand-content .nav-back-link::before {
		margin-left: 10px;
		margin-right: 0;
		transform: scale(-1);
	}

	body.ar img.quote {
		left: 20px;
		right: auto;
	}

	
	.courses-list .course-grid {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
	}
	

	.courses-filter {
		position: fixed;
		z-index: 100;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		transition: 0.45s;
		opacity: 0;
		transform: translateX(-100%);
		z-index: 9999;
		flex: 1;
		padding: 20px;
		overflow: hidden;
	}

	.courses-filter {
		display: flex !important;
		flex-direction: column;
	}

		.courses-filter.show {
			transform: translateX(0);
			opacity: 1;
		}

	.sidebar-filter {
		position: static;
		flex: 1;
		overflow-y: auto;
	}

	.cta {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 40px 0;
	}

		.cta h2 {
			margin: 0 0 20px;
			font-size: 20px;
		}

		.cta .btn {
			padding: 10px 18px;
			font-size: 14px;
		}

	.filter-block .accordion-content {
		max-height: none;
	}

	.filter-title {
		font-size: 20px;
		font-weight: 600;
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;
		margin-bottom: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.filter-action {
		padding-top: 20px;
		display: flex;
	}

		.filter-action .btn {
			flex: 1;
		}

			.filter-action .btn:first-child {
				margin-right: 5px;
			}

			.filter-action .btn:last-child {
				margin-left: 5px;
			}

	.clearfilter {
		display: none;
	}

	.filter-tool-right > span {
		display: none;
	}

	.view-toolbar {
		margin-left: 10px;
	}

	.course-grid.list-view .course-list .course-image {
		width: 100px;
		height: 100px
	}

	.course-grid.list-view .course-list {
		box-shadow: none !important;
		border-bottom: 1px solid #ddd;
		border-radius: 0;
	}

		.course-grid.list-view .course-list .cld-i {
			padding-top: 0;
		}

	.course-grid.list-view .course-list-details {
		padding-right: 0;
	}

	.cld-title, span.cld-price {
		font-size: 14px;
	}

	.cld-dec {
		font-size: 13px;
	}

	.course-grid.list-view .cld-ft {
		padding: 0;
		border: 0;
	}

	.course-grid.list-view .cld-dec {
		margin-bottom: 6px;
	}

	.course-grid.list-view .course-image img {
		border-radius: 6px;
	}

	.closefilter {
		display: flex;
	}

	.courcedetail-banner .page-breadcrumb {
		display: none;
	}

	.courcedetail-banner {
		padding-top: 0;
		color: #000;
		padding-bottom: 10px;
	}

		.courcedetail-banner .container {
			background: #fff;
		}

	.coursedetails-image {
		position: relative;
		width: 100%;
		padding-top: 40%;
		opacity: 0.4;
	}

	.course-content h1 {
		color: #000;
		font-size: 26px;
		line-height: 1.4;
		margin: 15px 0;
	}

	.course-content .cld-price {
		font-size: 22px;
		font-weight: 600;
		color: var(--sc);
	}

	ul.course-info {
		flex-direction: column;
		align-items: flex-start;
		margin: 15px 0;
		border-bottom: 1px solid #ddd;
		order: 3;
	}

		ul.course-info li {
			color: #000;
			width: 100%;
			display: flex;
			font-size: 14px;
			padding: 10px 0;
			border-top: 1px solid #ddd;
			border-radius: 0;
		}

			ul.course-info li:not(:first-child) {
				margin: 0;
			}

			ul.course-info li strong {
				margin-left: auto;
				white-space: nowrap;
			}

	.course-content {
		display: flex;
		flex-direction: column;
	}

	.course-banner-bottom {
		order: 2;
		justify-content: space-between;
	}

	.content-column {
		padding: 0;
	}

	.lineTab .nav-tabs .nav-item {
		flex: 1;
	}

	.lineTab .nav-tabs .nav-link {
		font-size: 16px;
		text-align: center;
	}

	.content-column p, ul.tickList li, .richText ul li{
		/*font-size: 14px;*/
	}

	.content-column h5 {
		font-size: 18px;
	}

	ul.tickList li:before {
		width: 20px;
		height: 20px;
	}

	ul.tickList li {
		margin-bottom: 10px;
	}

	.box {
		padding: 20px 0px;
	}

	.enrollButton {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 998;
		width: 100%;
		border-radius: 0;
		font-size: 17px;
		padding: 13px;
		border-radius: 0 !important;
	}

	.course-share {
		display: none;
	}

	.course-ratings span {
		display: none;
	}

	.course-ratings .ratings-stars {
		/*width: 20px;*/
		background-size: 100px auto;
		margin: 0;
	}

	.course-ratings strong {
		margin-right: 0;
	}

	.course-banner-bottom > div + div {
		margin: 0;
		padding: 0;
		border: 0;
	}

	.course-content span.strike {
		color: #929292;
	}

	.course-sidebar {
		position: fixed;
		z-index: 9999999;
		background: #fff;
		margin: 0;
		width: 100%;
		left: 0;
		height: 100%;
		top: 0;
		transform: translateY(120%);
		transition: ease all 0.5s;
	}

		.course-sidebar.show {
			transform: translateY(0);
		}

	.sidebar-inner {
		box-shadow: none;
		height: 100%;
		overflow-y: auto;
		padding: 30px;
	}

		.sidebar-inner h5 {
			position: static;
			transform: none;
			background: transparent;
			border-radius: 0;
			color: #000;
			padding: 0;
			font-size: 30px;
			margin-bottom: 40px;
			display: flex;
			justify-content: space-between;
		}

	body.ar ul.course-info li strong {
		margin-left: 10px;
		margin-right: auto;
	}

	body.ar ul.course-info li:not(:first-child) {
		margin-left: 0;
		margin-right: 0;
	}

	.bSlider-content {
		flex-direction: column-reverse;
	}

	.slider-blogs .carousel-item {
		height: 100%;
		padding: 20px 0 80px;
	}

	.bSlider-content .bSlider-caption {
		flex: 1;
		margin-top: 20px;
	}

	.bSlider-caption h5 {
		font-size: 26px;
	}

	.bSlider-content .bSlider-image img {
		border-radius: 10px;
	}

	.web-view {
		display: none;
	}

	.bna-grid.list-view .bna-items a {
		display: grid !important;
		align-items: flex-start;
		grid-gap: 15px;
		grid-template-columns: 30% 1fr;
	}

	.bna-grid.list-view .bna-image {
		flex: 0 0 100%;
		width: 100%;
	}

	.bna-grid.list-view .bna-items h3 {
		font-size: 15px;
		margin-bottom: 3px;
	}

	.bna-grid.list-view .bna-items p {
		display: -webkit-box;
		font-size: 13px;
		-webkit-line-clamp: 2;
		margin-top: 0;
	}

	.bna-grid.list-view .bna-items + .bna-items {
		margin-top: 15px;
	}

	.blog-details {
		padding: 2rem 0;
	}

	.blog-title_inner h1 {
		font-size: 24px;
	}

	.blog-title_inner span {
		font-size: 14px;
	}

	.line-left-blog {
		margin: 0 40px 0 0;
	}

		.line-left-blog::after {
			height: 4px;
			width: 4px;
			right: -20px;
		}

	.blog-title_inner {
		margin-bottom: 1.4rem;
	}

	.cover-blog {
		margin-bottom: 2rem;
	}

	.blog-details h2 {
		font-size: 20px;
	}

	.top-banner {
		padding: 40px 0;
	}

		.top-banner h1 {
			font-size: 24px;
		}

	.path a {
		font-size: 13px !important;
	}

	.quick-contact {
		flex-direction: column;
	}

		.quick-contact img {
			display: none;
		}

	.git-links {
		margin-bottom: 40px;
	}

	.con-info a b {
		font-size: 13px;
	}

	.git-links .con-info a svg {
		width: 15px;
	}

	.con-info a div {
		margin-left: 10px;
	}

	.git-links .con-info a {
		padding: 10px 10px;
	}

	.contact-container h3 {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.quick-contact p {
		font-size: 14px;
	}

	.contact-container form {
		padding: 25px;
	}

	.access-inner {
		width: 100%;
		padding-bottom: 10px;
	}

	.access-wrapper .top-banner {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.top-banner h5 {
		font-size: 14px;
	}

	.custom-checkbox label {
		display: block;
	}

	.client-items {
		padding: 7px;
	}

	.nav-tabs.tabs-left.sideways {
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
		top: 66px;
	}

		.nav-tabs.tabs-left.sideways::-webkit-scrollbar {
			display: none;
		}

	.nav-tabs.tabs-left.sideways {
		-ms-overflow-style: none;
		/* ReSharper disable once CssNotResolved */
		scrollbar-width: none;
	}

	body.ar .filter-toggle {
		padding: 8px 10px 11px 10px;
	}

	body.ar .view-toolbar {
		margin-left: 0;
		margin-right: 10px;
	}

	body.ar .courses-filter {
		padding: 20px;
	}

	body.ar .filter-action .btn:first-child {
		margin-right: 0;
		margin-left: 5px;
	}

	body.ar .filter-action .btn:last-child {
		margin-left: 0;
		margin-right: 5px;
	}

	body.ar .course-list-details {
		padding: 2px 15px 10px !important;
	}

	.cms-wrapper ul {
		margin: 0 0 30px 0px;
	}

	.section-90 {
		padding: 40px 0;
	}

	p.lg {
		font-size: 14px;
		line-height: 1.8;
		text-align: justify;
	}

	.accreditations-wrapper {
		padding: 30px 0;
	}

	.accred-details {
		margin-top: 30px;
	}

	.blog-list, .story-details-grid, .three-grid.watanway, .three-grid, .webinar-features-grid, .consultancy-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.testimonial-author.story-flex {
		flex-direction: column;
		grid-gap: 30px;
	}

	.social-icons img {
		width: 16px;
	}

	img.slide-profile {
		float: none;
		width: 100%;
		max-width: none;
		margin: 0 0 20px;
	}

	.about-header {
		margin: 0;
		padding: 20px 0;
		flex-direction: column;
		background: transparent;
		backdrop-filter: none;
	}

		.about-header h3 {
			padding: 0;
			border: 0 !important;
			margin: 0 0 10px !important;
		}

		.about-header h1 {
			font-size: 20px;
			line-height: 1.6;
		}

	.story-section {
		background: #efeeec;
		padding: 40px 0 20px;
	}

	.misc-wrapper {
		padding: 0px 0 50px;
	}

	.team-item {
		padding: 20px 20px;
	}

	.team-content {
		flex-direction: column !important;
		text-align: center;
		align-items: center;
	}

	.team-img {
		margin: 0 0 20px !important;
	}

	.team-item:nth-child(even) .team-inner {
		text-align: center !important;
	}

	.teammembers-hero-title {
		color: #000;
		position: static;
		width: 100%;
		text-align: center;
		padding: 15px 0 10px;
	}

		.teammembers-hero-title h1 {
			color: #000;
			font-size: 28px;
		}

		.teammembers-hero-title p {
			font-size: 16px;
		}

	.list-view .webinar-row {
		flex-direction: column !important;
	}

	.list-view .mt-list {
		margin: 0;
	}

	.blog-list.webinar-blog.list-view {
		padding: 0;
	}

	.list-view .blog-item:nth-child(n + 2) .w-row {
		margin-top: 0;
	}

	.webinar-top-section {
		padding-top: 0;
		padding-bottom: 90px;
	}

	.webinar-hero-content h1 {
		font-size: 28px;
	}

	.webinar-hero-content p {
		font-size: 16px;
		margin-top: 25px;
	}

	.webinar-hero-content {
		padding: 30px 0 0;
	}

	.webinar-schedule {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
		margin: 40px 0;
	}

	.dtr-icon-box-icon svg {
		width: 30px;
		height: 30px;
	}

	.dtr-icon-box-text span {
		font-size: 16px;
	}

	.webinar-top-section .row + .row {
		margin-top: 30px;
	}

	.webinar-features-grid {
		grid-gap: 10px;
		margin: 20px 0 0;
	}

	.uc-shape-devider {
		/*width: 200%;*/
		display: none;
		left: auto;
		right: 0;
	}

	.webinar-event-left {
		padding: 0;
	}

	#countdown ul {
		grid-gap: 7px;
	}

		#countdown ul li {
			font-size: 11px;
		}

			#countdown ul li span {
				font-size: 26px;
			}

	ul.timeline {
		margin: 40px 0 0;
	}

	.webinar-host .section-title h6 {
		font-size: 16px;
	}

	.webinar-host .section-title {
		padding: 20px;
	}

		.webinar-host .section-title .title {
			margin: 20px 0 0px;
			font-size: 26px;
		}

	.blog-details p {
		text-align: justify;
	}

	.top-banner.about {
		height: 140px;
	}

	.team-slider-content {
		position: static;
		border-radius: 0;
		opacity: 1;
		transform: none;
	}

	.team-scroller .swiper-button-next, .team-scroller .swiper-button-prev {
		height: 27px;
		opacity: 1;
	}

	.team-slider {
		margin-bottom: 50px;
	}

	.blog-list {
		padding: 0;
	}

	.consultancy-section-main::after {
		width: 100%;
		height: 200px;
		bottom: 0;
		top: auto;
	}

	.consultancy-img {
		margin-top: -100px;
	}

	body.ar .consultancy-top a.btn.btn-primary {
		float: left;
	}

	body.ar .consultancy-img {
		margin-top: -60px;
	}

	.bg-pattern-r-t-p, .bg-pattern-l-b, .bg-pattern-r-b {
		max-width: 68%;
	}

	.bg-pattern-r-t-p {
		top: 0;
	}

	.courcedetail-banner.top-banner {
		padding: 0;
		margin-bottom: 40px;
	}

	.client-slider {
		margin: 0 20px;
	}

	.team-detail-wrapper {
		flex-direction: column;
	}

	.team-media {
		margin: 0 -15px;
	}

	.user-quote {
		font-size: 18px;
		padding: 30px 20px;
		bottom: 0;
		position: relative;
		transform: none;
		width: 100%;
		left: 0;
	}

	.team-info-inner {
		padding: 30px 0;
	}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* ReSharper restore UnknownCssVendorExtension */