@charset "UTF-8";

/*************** Stert Comments ******************/
.edNews__commentPendingApproval,
.edNews_errorMessage {
	position: absolute;
	top: 105%;
	right: 0;
	transition: all ease-in-out 0.3s;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	display: block;
}

.edNews__commentPendingApproval.show,
.edNews_errorMessage.show {
	max-height: 3rem;
	opacity: 1;
	padding: 0.2rem 0.87rem;
	color: var(--White);
	border-radius: 0.4rem;
	z-index: 1;
}

.edNews__commentsWrapper .btn-submit {
	color: var(--White);
	transition: all ease-in-out 0.3s;
	cursor: pointer;
	font-weight: bold;
}

.edNews__commentsWrapper .btn-submit:hover {
	background: var(--accent-color4);
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea) {
	outline: unset !important;
	padding: 1rem;
	width: -webkit-fill-available;
	background-color: var(--lsilver);
	transition: all ease-in-out 0.3s;
	border: 0.1em solid var(--silverLight);
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea)::placeholder {
	text-align: right !important;
	font-family: IranSite;
	color: var(--Silver-Secondary-Color);
	transition: all ease-in-out 0.3s;
}

input:where([type="email"], [type="cell"]) {
	direction: ltr;
}

.edNews__commentsWrapper .form-group label {
	padding: 0.4rem 0;
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea):focus {
	border-color: var(--Accent-Color);
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea):focus::placeholder {
	letter-spacing: -0.05rem;
	font-size: 0.9rem;
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 0.2em;
	gap: 1rem;
}

.edNews__commentsWrapper .GDPR input[type=checkbox] {
	display: none;
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:before {
	content: "✔";
	border: 0.1em solid var(--Black-Color);
	border-radius: 0.2em;
	display: flex;
	color: transparent;
	transition: 0.2s;
	padding: 0 0.5em;
	border: 0.1rem solid var(--blgnav);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:active:before {
	transform: scale(0);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:checked+label:before {
	background-color: #3cb371;
	border-color: #3cb371;
	color: var(--White);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:disabled+label:before {
	transform: scale(1);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:checked:disabled+label:before {
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
}

.edNews__commentsCommentFormWrapper .edNews__replyingToMessage {
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.3s;
}

.edNews__commentsCommentFormWrapper.edNews__replyingToComment .edNews__replyingToMessage {
	opacity: 1;
	visibility: visible;
}

.edNews__commentsCollapseWrapper {
	width: 100%;
}

.edNews_commentDetails .media-body {
	flex: 1 0 80%;
	border: 0.1rem solid var(--silverLight);
	border-radius: calc(var(--b-rasiud)*2);
}

.edNews__commentVoting_upvote .fa-thumbs-o-up:before {
	color: green;
	font-size: 1.5rem;
}

.edNews__commentVoting_downvote .fa-thumbs-o-down:before {
	color: red;
	font-size: 1.5rem;
}

.edNews_commentActions span {
	color: var(--accent-color1);
}

.edNews_numberVotes {
	color: var(--accent-color1);
}

.edNews_loadMoreTriggerWrapper {
	display: flex;
	justify-content: center;
}

.edNews_loadMoreTriggerWrapper button {
	background: var(--accent-color3);
	border: 1px solid var(--accent-color2);
	padding: 1rem;
	margin-bottom: 2rem;
	cursor: pointer;
}

.edNews_loadMoreTriggerWrapper .loadingOverlay {
	display: none;
}

.edNews_loadMoreTriggerWrapper.loading,
.edNews__editingComment .edNews__editCommentContainer {
	display: block;
}

.edNews_loadMoreTriggerWrapper.hide,
.edNews__editCommentContainer {
	display: none;
}

.edNews_userAvatar img {
	width: 2.85rem;
	height: 2.85rem;
	border-radius: var(--b-radius);
}

.edn_recentCommentContainer {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.ItemTitleComment svg {
	width: 1.5rem;
}

.edNews__commentContent {
	font-size: 1rem;
}

.edNews_commentDate {
	font-size: 0.8rem;
	padding-top: 6px;
}

.edNews__childCommentsContainer {
	margin-bottom: 0.6rem;
	margin-right: 2rem;
}

.edNews__childCommentsContainer .edNews__itemCommentContainer {
	/* margin-right: 2rem; */
	border-top: 0.1rem solid var(--dark-gray);
}

.edNews_adminEdit .btn-submit {
	background: transparent !important;
	color: var(--accent-color);
}

.edNews_adminEdit .btn-submit .edNews__editComment,
.edNews_adminEdit .btn-submit .edNews__deleteComment {
	display: none;
}

div#edNewsComment3424_2219_3 {
	border-bottom: 0.1em solid var(--accent-color2);
}

/********************** End Comments ***********************/
.puzzle-sec .items {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.puzzle-sec .items .item {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-12);
	height: 100%;
	width: 100%;
}

.puzzle-sec .items .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.puzzle-sec .items .item img:hover {
	transform: scale(1.05);
}

.puzzle-sec .items .item .txt-holder {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 0.57rem;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	left: 1rem;
	color: White;
	margin: auto 0.01rem;
}

.puzzle-sec .items .item .txt-holder .title {
	display: inline-block;
	padding: 0.87rem;
	color: White;
	background-color: var(--system-blue-15);
	font-size: 1.14rem;
}

.puzzle-sec .items .item .txt-holder .title:hover {
	background-color: var(--system-blue-14);
}

.puzzle-sec .items .item .txt-holder .date {
	display: inline-block;
	padding: 0.1rem;
	color: White;
	background-color: var(--system-blue-15);
}

.puzzle-sec .items .item .txt-holder .date:hover {
	background-color: var(--system-blue-14);
}

.puzzle-mobile-sec .item {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-12);
	aspect-ratio: 2/1.5;
	width: 100%;
}

.puzzle-mobile-sec .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.puzzle-mobile-sec .item img:hover {
	transform: scale(1.05);
}

.puzzle-mobile-sec .item .txt-holder {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 0.57rem;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	left: 1rem;
	color: White;
	margin: auto 0.01rem;
}

.puzzle-mobile-sec .item .txt-holder .title {
	display: inline-block;
	padding: 0.87rem;
	color: White;
	background-color: var(--system-blue-15);
	font-size: 1.14rem;
}

.puzzle-mobile-sec .item .txt-holder .title:hover {
	background-color: var(--system-blue-14);
}

.puzzle-mobile-sec .item .txt-holder .date {
	display: inline-block;
	padding: 0.1rem;
	color: White;
	background-color: var(--system-blue-15);
}

.puzzle-mobile-sec .item .txt-holder .date:hover {
	background-color: var(--system-blue-14);
}

.blog-related-articles .related-item {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.blog-related-articles .related-item .img-box-related-blog {
	flex-shrink: 0;
}

.blog-related-articles .related-item .img-box-related-blog img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-related-articles .related-item .txt-holder-related-blog .title {
	display: block;
	color: var(--system-blue-5);
	font-size: 1.14rem;
}

.blog-related-articles .related-item .txt-holder-related-blog .date {
	display: inline-block;
	color: var(--text-color-4);
}

.home-related-articles .items {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.home-related-articles .items .item {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-12);
	height: 100%;
	width: 100%;
}

.home-related-articles .items .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.home-related-articles .items .item img:hover {
	transform: scale(1.05);
}

.home-related-articles .items .item .txt-holder {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 0.57rem;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	left: 1rem;
	color: White;
	margin: auto 0.01rem;
}

.home-related-articles .items .item .txt-holder .title {
	display: inline-block;
	padding: 0.87rem;
	color: White;
	background-color: var(--system-blue-15);
	font-size: 1.14rem;
}

.home-related-articles .items .item .txt-holder .title:hover {
	background-color: var(--system-blue-14);
}

.home-related-articles .items .item .txt-holder .date {
	display: inline-block;
	padding: 0.1rem;
	color: White;
	background-color: var(--system-blue-15);
}

.home-related-articles .items .item .txt-holder .date:hover {
	background-color: var(--system-blue-14);
}

/*****************************************************************************container item******************************************************************************************************************/
.con-grid {
	background-color: var(--system-blue-12);
	padding: 0.75rem;
	border-radius: var(--radius-12);
	box-shadow: 4px 4px 4px var(--dark-6);
}

.container-items {
	display: flex;
	border-radius: var(--radius-12);
	width: 100%;
	gap: 4rem;
	justify-content: space-between;
}

.container-items .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 1rem;
}

.container-items .item img {
	border-radius: var(--radius-8);
	object-fit: cover;
	right: 1rem;
	max-width: 100%;
	width: calc(50% - 0.57rem);
}

.container-items .item .txt-holder {
	width: calc(50% - 0.57rem);
	max-width: 100%;
	flex-shrink: 0;
}

.container-items .item .txt-holder a {
	color: var(--system-blue-5);
	font-size: 1.2rem;
	font-weight: 700;
}

@media (max-width: 480px) {
	.container-items .item {
		flex-direction: column-reverse;
	}

	.container-items .item img {
		border-radius: var(--radius-8);
		right: 1rem;
		max-width: 100%;
		width: calc(100% - 0.57rem);
	}

	.container-items .item .txt-holder {
		width: calc(100% - 0.57rem);
		max-width: 100%;
		flex-shrink: 0;
		margin: 0.57rem;
	}

	.container-items .item .txt-holder a {
		color: var(--system-blue-5);
		font-size: 1.2rem;
		font-weight: 700;
	}
}




/************************************************************************************  txt-holder-lastnews  *******************************************************************/
.items {
	width: 100%;
	position: relative;
}

.items .item {
	color: var(--text-color-7);
	display: block;
}

.items img {
	border-radius: var(--radius-12);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.items img:hover {
	transform: scale(1.01);
}

.items .txt-holder-lastnews {
	position: absolute;
	bottom: 2rem;
	width: 100%;
	padding: 1rem;
	color: White;
}

.items .txt-holder-lastnews .title {
	font-size: 1.14rem;
	margin-bottom: 1rem;
	color: var(--bg-ff);
}

.items .txt-holder-lastnews .date {
	margin-bottom: 1rem;
	line-height: 1.5;
	color: var(--bg-ff);
}

/************************************************************ last news wrapper  ******************************************************************************/
.last-news-wrapper .last-news-item {
	display: flex;
	align-items: center;
	margin-top: 1rem;
}

.last-news-wrapper .last-news-item:first-child {
	margin-top: 0;
	padding-bottom: 0;
}

.last-news-wrapper .last-news-item .img-box img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.last-news-wrapper .last-news-item .txt-holder {
	width: 100%;
	padding: 1rem;
	justify-content: right;
}

.last-news-wrapper .last-news-item .txt-holder .date {
	display: block;
	width: 100%;
	font-size: 1rem;
	color: var(--text-color-7);
}

.last-news-wrapper .last-news-item .txt-holder .title {
	color: var(--system-blue-7);
	font-size: 1.14rem;
	font-weight: 700;
}

/************************************************************ news-related ******************************************************************************/
.home-related-articles .related-item {
	display: flex;
	align-items: center;
	margin-top: 1rem;
}

.home-related-articles .related-item:first-child {
	padding-bottom: 0;
}

.home-related-articles .related-item .img-box-related img {
	object-fit: cover;
	border-radius: var(--radius-12);
	transition: 0.3s;
}

.home-related-articles .related-item .img-box-related img:hover {
	transform: scale(1.02);
}

.home-related-articles .related-item .txt-holder-related {
	width: 100%;
	padding: 1rem;
	justify-content: right;
}

.home-related-articles .related-item .txt-holder-related .date {
	display: block;
	width: 100%;
	font-size: 1.1rem;
	color: var(--text-color-7);
}

.home-related-articles .related-item .txt-holder-related .title {
	color: var(--system-blue-7);
	font-size: 1.14rem;
	font-weight: 700;
}


/***************************************************** footer ***********************************************************************************************/
.btn-footer svg {
	max-width: 1.5rem;
	max-height: 1.5rem;
	vertical-align: middle;
}



.footer-links-col ul:first-child {
	list-style: none !important;
}

.footer-links-col ul:first-child>li>a {
	display: block;
	font-size: 1.28rem;
	color: var(--Black);
	color: var(--system-blue-6);
}

.footer-links-col ul ul {
	margin: 0;
	padding-right: 1.2rem;
}

.footer-links-col ul ul>li>a {
	color: var(--system-blue-11);
}



/************************************************************* footer-info-box*******************************************************************************************************/
.footer-info-box {
	display: inline !important;
	flex-direction: column !important;
	align-items: center;
}

.footer-info-box .sep {
	margin: 0rem 1rem !important;
}

/*********************************************** blogs-page ******************************************************************************/
.container-blog .blog-item {
	display: flex;
	align-items: center;
	border-bottom: solid 1px #bdbdbdaa;
	margin-bottom: 1rem;
	vertical-align: middle;
	justify-content: space-between;
	padding: 0.75rem;
}

.container-blog .blog-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.container-blog .blog-item .img-box-blog {
	flex-shrink: 0;
	justify-content: end;
}

.container-blog .blog-item .img-box-blog img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.container-blog .blog-item .blog-caption {
	display: flex;
	flex-direction: row;
	align-items: center !important;
}

.container-blog .blog-item .blog-caption .txt-holder-blog {
	width: 100%;
	padding: 1rem;
	justify-content: left;
	line-height: 3rem;
}

.container-blog .blog-item .blog-caption .txt-holder-blog .Summary-blog {
	line-height: 3;
	width: 100%;
	font-size: 1.3rem;
	color: var(--text-color-7);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.container-blog .blog-item .blog-caption .txt-holder-blog .title {
	color: var(--system-blue-5);
	font-size: 1.55rem;
	font-weight: 700;
}

.container-blog .blog-item .blog-caption .date-blog {
	color: var(--system-blue-11);
	align-items: center !important;
}

@media (max-width: 576px) {

	.container-blog .blog-item .blog-caption .date-blog,
	.container-blog .blog-item .blog-caption .category,
	.container-blog .blog-item .blog-caption p {
		display: none;
	}

	.container-blog .blog-item .blog-caption .title {
		font-size: 1rem !important;
	}

	.container-blog .blog-item .img-box-blog {
		text-align: left;
	}

	.container-blog .blog-item .img-box-blog img {
		object-fit: cover;
		border-radius: var(--radius-12);
		transition: 0.3s;
		border-radius: 0.5rem;
		width: 60%;
		height: auto;
	}
}

@media (max-width: 480px) {
	.container-blog .blog-item .img-box-blog {
		text-align: left;
		width: 30% !important;
	}

	.container-blog .blog-item .img-box-blog img {
		object-fit: cover;
		width: 100%;
		height: auto;
	}

	.container-blog .blog-item .blog-caption {
		width: 70% !important;
	}
}



/***********************************************************tab blog*********************************************************************************************/
.eds_template_TemplatedMenu_CategoriesMenu {
	display: flex;
	gap: 4rem;
	list-style: none !important;
	padding: 0.57rem;
	border-bottom: 3px solid var(--text-bg-light-3);
}

.eds_template_TemplatedMenu_CategoriesMenu .item {
	color: var(--text-color-8);
	font-size: 14px;
	font-weight: bold;
	line-height: 3rem;
	padding-bottom: 1.2rem;
}

.eds_template_TemplatedMenu_CategoriesMenu .item:hover {
	color: var(--system-blue-13);
	border-bottom: 2px solid var(--system-blue-13);
}

@media (max-width: 480px) {
	.eds_template_TemplatedMenu_CategoriesMenu {
		display: flex !important;
		gap: 1rem !important;
		overflow-x: auto !important;
		white-space: nowrap !important;
		padding: 0.37rem !important;
		border-bottom: 2px solid var(--text-bg-light-3) !important;
	}

	.eds_template_TemplatedMenu_CategoriesMenu .item {
		flex: 0 0 auto;
		font-size: 1rem !important;
		padding-bottom: 0;
		line-height: 3rem;
	}

	.eds_template_TemplatedMenu_CategoriesMenu .item:active {
		color: var(--system-blue-13) !important;
		border-bottom: 2px solid var(--system-blue-13) !important;
	}
}

/***************** Start Article List *******************/
.article-details p {
	color: var(--system-blue-16) !important;
	font-size: 1.3rem;
	line-height: 3rem;
	font-weight: 500;
	word-wrap: break-word;
}

.article-details .content-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	height: 100%;
}

.article-details .content-wrapper .img-box-cover {
	flex-shrink: 0;
}

.article-details .content-wrapper .img-box-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-details .content-wrapper .custom-breadcumb a {
	color: var(--White);
	font-size: 1rem;
}

.article-details .content-wrapper .text-holder-detail {
	vertical-align: middle;
	padding-bottom: 0.75rem;
	z-index: 1;
}

.article-details .content-wrapper .text-holder-detail .title {
	font-size: 2.85rem;
	font-weight: bold;
	color: var(--system-blue-16);
	line-height: 2;
	margin: 1rem auto;
	vertical-align: middle;
}

.article-details .content-wrapper .text-holder-detail .category-label {
	vertical-align: middle;
}

.article-details .content-wrapper .text-holder-detail .category-label a,
.article-details .content-wrapper .text-holder-detail .category-label a:link {
	color: var(--system-blue-13);
	font-weight: bold;
	font-size: 1rem;
}

.article-details .content-wrapper .text-holder-detail .summary {
	font-size: 1.3rem;
	color: var(--system-blue-16);
	margin-top: 0.9rem;
	font-weight: 500;
	line-height: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.article-details .content-wrapper .text-holder-detail .summary p {
	margin: 0;
}

.article-details .desc h1,
.article-details .desc h2,
.article-details .desc h3,
.article-details .desc h4,
.article-details .desc h5,
.article-details .desc h6 {
	font-size: 1.7rem !important;
	font-weight: bold;
	margin: 1.07rem 0;
	color: var(--system-blue-13);
}

.article-details .desc p {
	color: var(--system-blue-13);
}

.article-details .desc ul {
	padding: 1rem;
	font-size: 1.3rem;
	list-style: disc;
	padding-inline-start: 2rem;
}

.article-details .content-box .article-info .item {
	border-left: solid 1px var(--accent-color);
	margin-bottom: 0.7rem;
	text-align: right !important;
}

.article-details .content-box .article-info .item span {
	display: inline-block;
	margin-left: 1rem;
	color: var(--text-color-5);
	line-height: 1rem;
}

.article-details .content-box .article-info .item:last-child {
	border: none;
}

.article-details .sidebar .article-heading-holder {
	position: sticky;
	top: 10rem;
	border-radius: 1.53rem;
	background-color: var(--bg-1);
	overflow: hidden;
	padding: 2rem;
}

.article-details .sidebar .article-heading-holder .main-title {
	display: block;
	align-items: center;
	justify-content: start;
	font-size: 1.1rem;
	color: var(--Black);
	margin-bottom: 1.2rem;
}

.article-details .sidebar .article-heading-holder .article-heading {
	list-style: none;
}

.article-details .sidebar .article-heading-holder .article-heading li a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0 0;
	margin-bottom: 1.2rem;
	color: var(--texture-color-4);
}

.article-details .sidebar .article-heading-holder .article-heading li a:before {
	content: "";
	width: 0.3rem;
	height: 0.3rem;
	background-color: var(--texture-color-4);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.article-details .sidebar .article-heading-holder .article-heading li a .title {
	font-size: 1rem;
	font-weight: normal;
	margin: 0;
}

.article-details .sidebar .article-heading-holder .article-heading li.active a {
	color: var(--texture-color-1);
}

.article-details .sidebar .article-heading-holder .article-heading li.active a:before {
	background-color: var(--accent-color);
}

@media (max-width: 990px) {
	.article-details .text-holder-detail .title {
		font-size: 1.75rem !important;
	}

	.article-details .text-holder-detail .summary {
		font-size: 1.1rem !important;
	}
}

@media (max-width: 768px) {
	.article-details .img-box-cover {
		margin-bottom: 2rem;
	}

	.article-details .content-wrapper {
		flex-direction: column-reverse;
	}

	.article-details .content-wrapper .text-holder-detail .title {
		font-size: 1.5rem !important;
	}

	.article-details .content-wrapper .text-holder-detail .summary {
		font-size: 1rem !important;
	}

	.article-details .content-wrapper .text-holder-detail .summary p {
		font-size: 1rem !important;
	}
}

@media (max-width: 480px) {
	.article-details .content-wrapper .text-holder-detail {
		position: relative;
		margin-top: 1rem;
		padding: 0;
	}

	.article-details .content-wrapper .text-holder-detail .title {
		font-size: 1.2rem !important;
	}

	.article-details .content-wrapper .text-holder-detail .summary {
		font-size: 1.1rem !important;
		margin-bottom: 1rem;
	}

	.article-details .content-wrapper .img-box-cover {
		flex-shrink: 0;
	}
}

/*************************************************** edn_article_gallery***********************************************/
.edn_article_gallery ul {
	margin: 2rem 0;
	list-style: none;
}

.edn_article_gallery ul li {
	text-align: center;
	display: inline;
	align-items: center;
}

.edn_article_gallery ul li img {
	border-radius: var(--radius-12);
}

/*************************************************** edn_relatedArticles***********************************************/
.edn_relatedArticles h2 span {
	border-bottom: 4px solid var(--system-blue-3);
	line-height: 3 !important;
	margin-bottom: 1rem !important;
}

.edn_relatedArticles h2 span ul {
	list-style: none;
}

.edn_relatedArticles {
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
}

.edn_relatedArticles ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.edn_relatedArticles li {
	position: relative;
	height: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.edn_relatedArticles li img {
	object-fit: cover;
	width: 100%;
	display: block;
	border-radius: var(--radius-12);
}

.edn_relatedArticles li span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
	background: var(--system-blue-14);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	border-radius: var(--radius-12);

}

.edn_relatedArticles li a span {
	font-size: 1.2rem;
	font-weight: 700;
	width: 100%;
}

.admin_action {
	background-color: var(--system-blue-4);
	padding: 0.57rem;
	border-radius: var(--radius-12);
}

.edn_articleDocuments {
	padding: 2rem;
	background: #edf4fd5c;
	border-radius: var(--radius-12);
	line-height: 5;
	margin-top: 1rem;
	border: 1px solid var(--dark-8);
}

.edn_articleDocuments ul {
	list-style: none;
}

.edn_articleDocuments li {
	font-size: 1rem;
	line-height: 2;
}

.edn_articleDocuments h2 span {
	font-size: 1.3rem;
}

/***************** End Article List *******************/
/*************** Stert Comments ******************/
.comments-list {
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	-ms-border-radius: 0.4rem;
	-o-border-radius: 0.4rem;
}

.frame-bordered-title-container {
	border: solid 1px var(--text-color-9) !important;
	padding: 1rem;
	border-radius: var(--radius-12);
	box-shadow: -1px 1px 2px 1px var(--dark-8);
}

.comments-form .sec-title {
	display: block;
	color: var(--Black);
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

.comments-form .field-holder {
	position: relative;
	display: flex;
	align-items: start;
	justify-content: start;
	flex-direction: column;
	gap: 0.5rem;
}

.comments-form .field-holder .form-control-label {
	display: block;
	font-weight: normal;
	color: var(--dark-0);
}

.comments-form .field-holder .form-control-label .star {
	color: var(--system-red-2);
}

.comments-form .field-holder .form-control {
	width: 100%;
	height: 3.84rem;
	border: none !important;
	outline: none;
	font-size: 1rem;
	padding: 0.5rem 0;
	resize: none;
	text-align: right;
	border: solid 0.05rem var(--text-color-9) !important;
	background-color: White;
	border-radius: var(--radius-12);
	padding: 0.9rem 1.15rem;
	-moz-border-radius: 1.15rem;
	-ms-border-radius: 1.15rem;
	-o-border-radius: 1.15rem;
	box-shadow: inset 0px 0px 3px #f8f5f5fc;
}

.comments-form .field-holder .form-control::placeholder {
	color: #959595;
	font-size: 1rem;
	font-weight: normal;
}

.comments-form .field-holder .form-control:disabled {
	background-color: transparent;
}

.comments-form .field-holder textarea {
	min-height: 11.3rem;
}

.comments-form .rating-in-comment .caption {
	color: var(--Black);
}

.comments-form .submit-btn {
	font-size: 1rem;
	color: var(--White);
	border: none;
	padding: 0.3rem 1.5rem;
	border-radius: 0.4rem;
	background-color: var(--system-blue-1);
	cursor: pointer;
}

.comments-list {
	margin: 2rem 0;
}

.comments-list .avatar {
	width: 3.07rem;
	min-width: 3.07rem;
	height: 3.07rem;
	background-color: var(--accent-color);
	border-radius: 0.6rem;
	margin: 0.3rem 0 0 1rem;
	-webkit-border-radius: 0.6rem;
	-moz-border-radius: 0.6rem;
	-ms-border-radius: 0.6rem;
	-o-border-radius: 0.6rem;
}

.comments-list .avatar svg {
	width: 2rem;
	stroke: var(--White);
	fill: none;
}

.comments-list .comment-head {
	position: relative;
	width: 100%;
	min-height: 3.9rem;
	padding: 0.4rem 1rem;
	background-color: var(--bg-2);
	border-radius: 0.4rem;
	border: solid 1px var(--texture-color-7);
}

.comments-list .comment-head:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	width: 8px;
	aspect-ratio: 1/2;
	clip-path: polygon(0px 0, 100% 50%, 0 100%);
	background: var(--texture-color-7);
}

.comments-list .comment-head .date .item {
	font-size: 0.8rem;
	color: var(--Black);
}

.comments-list .comment-head .date .item svg {
	width: 1.25rem;
	height: 1.25rem;
	margin-left: 0.5rem;
	fill: var(--accent-color);
}

.comments-list .comment-head .date .item:nth-child(2n) {
	margin-right: 0;
	padding-right: 1rem;
	border-right: solid 1px var(--texture-color-7);
}

.comments-list .comment-head .date .item:nth-child(2n) svg {
	fill: none;
	stroke: var(--accent-color);
}

.comments-list .author {
	font-size: 1rem;
	font-weight: bold;
	color: var(--Black);
}

@media (max-width: 760px) {
	.comments-list {
		display: block !important;
		height: auto;
	}

	.comments-list .date {
		flex-direction: column;
	}
}

.comment-body {
	padding: 1rem;
}

.comment-body .comment-content {
	font-size: 1rem;
	color: var(--Black);
}

.comment-body .edNews__replyComment {
	cursor: pointer;
}

.comment-body .action-btns svg {
	cursor: pointer;
}

.comment-body .action-btns .like .like-couner {
	color: var(--Black);
	margin-top: -3px;
	margin-left: 2px;
}

@media (max-width: 760px) {
	.comment-body {
		display: block !important;
		height: auto;
	}
}

.edNews__commentsCommentFormWrapper .field-holder {
	margin-bottom: 1rem !important;
}

/********************** End Comments ***********************/
/***************** header *******************/
.floating-active {
	background-color: var(--Primary-Main-Color) !important;
}

/****************************** news-slider-section ******************************/
.news-slider-section {
	padding: 5rem 1rem;
	position: relative;
}

.news-slider-section .news-slider {
	height: 35.8rem;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	vertical-align: middle;
	position: relative;
	direction: rtl;

}

.news-slider-section .news-slider .vertical-slider-wrapper {
	height: 18.75rem;
	margin: auto 0 0 26px;
	width: 50%;
}


@media (max-width:480px) {
	.news-slider-section .news-slider .vertical-slider-wrapper {
		margin: 0 !important;
		height: 10.75rem;
	}

	.news-slider-section .news-slider {
		height: 21rem;
	}
}

@media (max-width:990px) {
	.news-slider-section .news-slider {
		height: 21rem;
	}
}

.news-slider-section .news-slider .slide-item-vertical {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 0.57rem;
	width: 100%;
	vertical-align: middle;
	flex-direction: row;
	align-items: center;
	height: 100%;
}

.news-slider-section .news-slider .slide-item-vertical:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	align-items: center;
}
@media (max-width:480px) {
	.news-slider-section .news-slider .slide-item-vertical:last-child {
		transform: translateY(-28px);
	}
}

.news-slider-section .news-slider .slide-item-vertical .txt-holder .Summary {
	font-size: 1.57rem;
	color: var(--text-color-7);
	line-height: 3;
}

.news-slider-section .news-slider .slide-item-vertical .txt-holder-service {
	width: calc(100% - 4rem);
	justify-content: center;
	flex-wrap: nowrap;
	height: 100%;
	direction: ltr;

}

.rtl .news-slider-section .news-slider .slide-item-vertical .txt-holder-service {
	direction: rtl;
	transform: translateY(-8px);
}

.news-slider-section .news-slider .slide-item-vertical .txt-holder-service .title {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
	color: var(--Primary-Main-Color);
	width: 100%;
	text-decoration: none;
	display: none;
}

.rtl .news-slider-section .news-slider .slide-item-vertical .txt-holder-service .title {
	display: block;
}

.news-slider-section .news-slider .slide-item-vertical .txt-holder-service .Summary {
	font-size: 1rem;
	color: var(--text-color-2);
	line-height: 2;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	color: var(--text-color-2);
	display: -webkit-box !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;

}

.news-slider-section .news-slider .slide-item-vertical .txt-holder-service .Summary p {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	color: var(--text-color-2);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
}

.news-slider-section .news-slider .slide-item-vertical .txt-holder-service a {
	color: var(--system-blue-5);
	font-size: 1.55rem;
	font-weight: 700;
}

.news-slider-section .news-slider .slide-item-vertical .text-subtitle {
	display: inline;
	flex-direction: row;
	align-items: end;
	left: 0;
}

.news-slider-section .news-slider .slide-item-vertical .text-subtitle .subtitle {
	text-align-last: left !important;
	border-bottom: 1px solid var(--Primary-Main-Color);
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
}

.news-slider-section .news-slider .slide-item-vertical .icon-container {
	width: 3.19rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: self-start;

}

.news-slider-section .news-slider .slide-item-vertical .icon-container img {
	width: 100%;
	aspect-ratio: 1;
}

.news-slider-section .news-slider .slide-item-vertical .img-box {
	flex-shrink: 0;
}

.news-slider-section .news-slider .slide-item-vertical .img-box img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.news-slider-section .news-slider .arrow-handler {
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 999;
	flex-wrap: nowrap;
	justify-content: end;
	align-self: center;
	margin-top: 12rem;
}

.news-slider-section .news-slider .arrow-handler .arrow-up,
.news-slider-section .news-slider .arrow-handler .arrow-down {
	display: flex;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0.32813rem 0.45313rem;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.news-slider-section .news-slider .arrow-handler .arrow-up svg,
.news-slider-section .news-slider .arrow-handler .arrow-down svg {
	width: 20px;
	height: 20px;
}

.news-slider-section .news-slider .custom-pagination {
	position: relative;
	width: 29.5rem;
	gap: 0.2rem;
	z-index: 900;
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 11rem;
}

.news-slider-section .news-slider .custom-pagination .custom-bullet {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	background: url(/portals/0/images/polygun-bullet.png) no-repeat bottom center;
	background-size: cover !important;
	aspect-ratio: 2/0.7;
	flex-shrink: 0;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	cursor: pointer;
	z-index: 4;
	margin: -9% auto;
}

.news-slider-section .news-slider .custom-pagination .custom-bullet:nth-child(-n+6) {
	margin: -15% auto;
}

.news-slider-section .news-slider .custom-pagination .custom-bullet.active {
	background: url(/portals/0/images/polygun-bullet-active.png) no-repeat bottom center;
	margin: -7% auto;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	transform: translate3d(0px, -100%, 0);
}

.news-slider-section .btn-download {
	background-color: var(--bg-ff);
	position: absolute;
	transform: translateY(-50%) !important;
	background-color: var(4);
	color: var(--bg-ff);
	border: none;
	cursor: pointer;
	border-radius: 4px;
	font-size: 1rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
	width: 3.25rem;
	height: 3.25rem;
	display: inline;
}

.news-slider-section .btn-holder {
	position: absolute;
}

.news-slider-section .btn-holder .request-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.57rem;
	height: 4rem;
	padding: 1.1rem 1.2rem;
	background: var(--Primary-Main-Color);
	border-radius: var(--radius-8);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	-webkit-border-radius: var(--radius-8);
	-moz-border-radius: var(--radius-8);
	-ms-border-radius: var(--radius-8);
	-o-border-radius: var(--radius-8);
}

.news-slider-section .btn-holder .request-link .caption {
	color: var(--White);
	font-size: 1rem;
}

.news-slider-section .btn-holder .request-link:hover .layer-1 {
	width: 100%;
	background-color: transparent;
}

.news-slider-section .btn-holder .request-link:hover .layer-2 {
	top: 9px;
	right: 9px;
	width: 4px;
	opacity: 1;
}

.news-slider-section .btn-holder .request-link:hover .layer-3 {
	top: 4px;
	right: 4px;
	width: 14px;
	opacity: 1;
}

.news-slider-section .btn-holder .view-service {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	border-radius: var(--radius-8);
	text-decoration: none;
	-webkit-border-radius: var(--radius-8);
	-moz-border-radius: var(--radius-8);
	-ms-border-radius: var(--radius-8);
	-o-border-radius: var(--radius-8);
}

.news-slider-section .btn-holder .view-service .icon-box {
	width: 4rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-slider-section .btn-holder .view-service .icon-box svg {
	width: 1.87rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-slider-section .btn-holder .view-service .caption {
	display: block;
	width: 0;
	overflow: hidden;
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	opacity: 0;
	white-space: nowrap;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-style: normal;
	font-weight: 200;
}

.news-slider-section .btn-holder .view-service:hover .icon-box svg {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.news-slider-section .btn-holder .view-service:hover .caption {
	width: 7.5rem;
	opacity: 1;
}

.btn-holder-page {

	justify-content: end;
	flex-wrap: nowrap;
	display: inline-flex;
}
@media (max-width:480px) {
	.btn-holder-page {
		transform: translateY(62px);
	}
}


.rtl .btn-holder-page {
	display: flex;

}

.home-anhcor-next-section {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-decoration: none;
	flex-direction: column-reverse;
	gap: 1rem;
}

.home-anhcor-next-section .box-icon {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
}

.home-anhcor-next-section .box-icon svg {
	width: 1.87rem;

}

.btn-holder-page .home-anhcor-next-section .icon-box svg {
	width: 1.87rem;
	height: 1.87rem;
}

.home-anhcor-next-section .txt-btn {
	display: block;
	width: 0;
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	white-space: nowrap;
	font-style: normal;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;

}

.rtl .home-anhcor-next-section .txt-btn {
	margin-bottom: 3.8rem;
}

.news-slider-section .btn-holder-item {
	position: absolute;
}

.news-slider-section .btn-holder-item .view-service-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	border-radius: var(--radius-8);
	text-decoration: none;
	-webkit-border-radius: var(--radius-8);
	-moz-border-radius: var(--radius-8);
	-ms-border-radius: var(--radius-8);
	-o-border-radius: var(--radius-8);
}

.news-slider-section .btn-holder-item .view-service-item .icon-box-item {
	width: 4rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-slider-section .btn-holder-item .view-service-item .icon-box-item svg {
	width: 1.87rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-slider-section .btn-holder-item .view-service-item .view-service-txt {
	display: block;
	width: 0;
	overflow: hidden;
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	opacity: 0;
	white-space: nowrap;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 200% */
}

.rtl .news-slider-section .btn-holder-item .view-service-item .view-service-txt {
	font-size: 0.85714rem;
}

.news-slider-section .btn-holder-item .view-service-item:hover .icon-box-item svg {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.news-slider-section .btn-holder-item .view-service-item:hover .view-service-txt {
	width: 7.5rem;
	opacity: 1;
}


@media (max-width: 990px) {
	.news-slider-section .news-slider {
		flex-wrap: nowrap;
		padding: 0;
	}

	.news-slider-section .news-slider .vertical-slider-wrapper {
		width: 100%;
	}

	.news-slider-section .news-slider .custom-pagination {
		display: none;
	}

	.news-slider-section .news-slider .arrow-handler {
		margin-top: 2rem;

	}

}




/*********************************** blogs ******************************************/
.section-values {
	padding-bottom: 5rem !important;
}

.home-news {
	padding: 0;
}

.home-news .title-section-blog {
	text-align: center;
}

.home-news .title-section-blog .title-section {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem;
}

.home-news .blog_container {
	margin-bottom: 5rem;
	direction: rtl;
}

.home-news .blog_container .item-col {
	padding: 0.57rem;
}

.home-news .blog_container .blog-card,
.home-news .blog_container .blogCard-special {
	border-radius: var(--radius-12);
	position: relative;
	overflow: hidden;
	height: 100%;
	aspect-ratio: 1;
	display: block;

}



.home-news .blog_container .blog-card .title-blog,
.home-news .blog_container .blogCard-special .title-blog {
	display: inline-block;
	color: White;
	font-size: 1rem;
	line-height: 2;
	direction: ltr;
}

.rtl .home-news .blog_container .blog-card .title-blog,
.rtl .home-news .blog_container .blogCard-special .title-blog {
	direction: rtl;

}


.home-news .blog_container .blog-card .title-blog .title,
.home-news .blog_container .blogCard-special .title-blog .title {
	color: var(--bg-ff) !important;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: opacity 0.3s ease, transform 0.3s ease;
	opacity: 1;
	transform: translateY(10px);
	visibility: visible;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
}

.home-news .blog_container .blog-card .title-blog .summary,
.home-news .blog_container .blogCard-special .title-blog .summary {
	display: none;
	opacity: 0;

	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: opacity 0.6s ease, visibility 0.6s ease;
	font-size: 1rem;
	font-style: normal;
	font-weight: 100;
	line-height: 1.75rem;
}

.rtl .home-news .blog_container .blog-card .title-blog .summary,
.rtl .home-news .blog_container .blogCard-special .title-blog .summary {}

.home-news .blog_container .blog-card .img-box,
.home-news .blog_container .blogCard-special .img-box {
	height: 100%;
	width: 100%;
}

.home-news .blog_container .blog-card .img-box img,
.home-news .blog_container .blogCard-special .img-box img {
	border-radius: var(--radius-12);
	object-fit: cover;
	transition: 0.3s;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.home-news .blog_container .blog-card .txt-holder,
.home-news .blog_container .blogCard-special .txt-holder {
	display: flex;
	flex-direction: column;
	bottom: 1rem;
	line-height: 1;
	position: absolute;
	justify-content: start;
	align-items: start;
	gap: 0.57rem;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	left: 1rem;
	color: White;
	margin: auto 0.01rem;
	direction: ltr;
}


.rtl .home-news .blog_container .blog-card .txt-holder,
.rtl .home-news .blog_container .blogCard-special .txt-holder {
	left: 0 !important;
	direction: rtl;
}

.home-news .blog_container .blog-card .txt-holder .cat-label a,
.home-news .blog_container .blogCard-special .txt-holder .cat-label a {
	display: flex;
	color: White;
	margin: 1rem 0.9rem;
	text-align: right;
	font-size: 0.85714rem;
	font-weight: 700;
	pointer-events: none;
}

.home-news .blog_container .blog-card .txt-holder .category-holder,
.home-news .blog_container .blogCard-special .txt-holder .category-holder {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	direction: rtl;
}

.home-news .blog_container .blog-card .txt-holder .category-holder .btn-holder-item,
.home-news .blog_container .blogCard-special .txt-holder .category-holder .btn-holder-item {
	background-color: var(--bg-ff);
	border-radius: var(--radius-8);
	display: inline-flex;
	width: 7.83rem;
	flex-shrink: 0;
}

.home-news .blog_container .blog-card .txt-holder .category-holder .btn-holder-item .view-service-item,
.home-news .blog_container .blogCard-special .txt-holder .category-holder .btn-holder-item .view-service-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--radius-8);
	text-decoration: none;
	-webkit-border-radius: var(--radius-8);
	-moz-border-radius: var(--radius-8);
	-ms-border-radius: var(--radius-8);
	-o-border-radius: var(--radius-8);
	vertical-align: middle;
	padding: 0.75rem;
}

.home-news .blog_container .blog-card .txt-holder .category-holder .btn-holder-item .view-service-item .icon-box-item,
.home-news .blog_container .blogCard-special .txt-holder .category-holder .btn-holder-item .view-service-item .icon-box-item {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-news .blog_container .blog-card .txt-holder .category-holder .btn-holder-item .view-service-item .icon-box-item svg,
.home-news .blog_container .blogCard-special .txt-holder .category-holder .btn-holder-item .view-service-item .icon-box-item svg {
	width: 1.5rem;
	height: 1.5rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.home-news .blog_container .blog-card .txt-holder .category-holder .btn-holder-item .view-service-item .view-service-txt,
.home-news .blog_container .blogCard-special .txt-holder .category-holder .btn-holder-item .view-service-item .view-service-txt {
	display: block;
	width: 0;
	overflow: hidden;
	color: var(--Primary-Main-Color);
	font-size: 0.85714rem;
	;
	opacity: 0;
	white-space: nowrap;
	align-items: center;
	align-self: center;
	padding: 0.2rem;
	font-weight: 400;
}

.home-news .blog_container .blog-card .txt-holder .category-holder .btn-holder-item .view-service-item .view-service-txt,
.home-news .blog_container .blogCard-special .txt-holder .category-holder .btn-holder-item .view-service-item .view-service-txt {
	width: 7.5rem;
	opacity: 1;
}

.home-news .blog_container .blog-card .date-Author,
.home-news .blog_container .blogCard-special .date-Author {
	align-items: center;
	position: absolute;
	top: 1rem;
	justify-content: start;
	display: flex;
	right: 10%;
	display: inline-flex;
	border-radius: var(--radius-12);
	flex-shrink: 0;
	background-color: var(--Primary-Main-Color);

	padding: 0.57rem;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.rtl .home-news .blog_container .blog-card .date-Author,
.rtl .home-news .blog_container .blogCard-special .date-Author {
	width: 80%;
}


.home-news .blog_container .blog-card .date-Author .Author-blog,
.home-news .blog_container .blog-card .date-Author .date-blog,
.home-news .blog_container .blogCard-special .date-Author .Author-blog,
.home-news .blog_container .blogCard-special .date-Author .date-blog {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
	color: White;
}

.home-news .blog_container .blog-card .date-Author .svg-icon,
.home-news .blog_container .blogCard-special .date-Author .svg-icon {
	width: 2rem !important;
	height: 1.25rem !important;
}

.home-news .blog_container .blog-card:hover .img-box img {
	transform: scale(1.05);
}

.home-news .blog_container .blog-card:hover .date-Author {
	display: block;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	opacity: 1;
	visibility: visible;
	align-items: center;
	position: absolute;
	top: 1rem;
	justify-content: start;
	display: flex;

}

.home-news .blog_container .blog-card:hover .title,
.home-news .blog_container .blogCard-special:hover .title {
	transform: translateY(0);
	visibility: visible;

}

.home-news .blog_container .blog-card:hover .summary,
.home-news .blog_container .blogCard-special:hover .summary {
	visibility: visible;
	opacity: 1;

}

.home-news .blog_container .blogCard-special .title-blog {
	display: inline-block;
	color: White;
	font-size: 1rem;
	line-height: 2;
}


.home-news .blog_container .blogCard-special .title-blog .title {
	color: var(--bg-ff) !important;
	display: block;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem;
	font-size: 1.14286rem;
}

.home-news .blog_container .blogCard-special .title-blog .summary {
	display: none;
	opacity: 0;
	font-size: 1rem;

	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.home-news .blog_container .blogCard-special .img-box-special {
	height: 100%;
	width: 100%;
	border-radius: var(--radius-12);
}

.rtl .home-news .blog_container .blogCard-special .img-box-special {
	width: 110%;
}

.home-news .blog_container .blogCard-special .img-box-special img:hover {
	height: 100%;
	width: 100%;
}

.home-news .blog_container .blogCard-special .img-box-special img {
	border-radius: var(--radius-12);
	object-fit: cover;
	transition: 0.3s;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	position: absolute;
}

.rtl .home-news .blog_container .blogCard-special .img-box-special img {
	width: 107%;
}

.home-news .blog_container .blogCard-special .txt-holder {
	display: flex;
	flex-direction: column;
	bottom: 1rem;
	line-height: 1;
	position: absolute;
	justify-content: start;
	align-items: start;
	gap: 0.57rem;
	position: absolute;
	bottom: 1rem;
	right: 2rem;
	left: 2rem;
	color: White;
	margin: auto 0.01rem;
}

.home-news .blog_container .blogCard-special .txt-holder .cat-label a {
	display: flex;
	color: White;
	margin: 1rem 0.9rem;
	text-align: right;
	font-size: 0.85714rem;
	font-weight: 700;
}

.home-news .blog_container .blogCard-special .txt-holder .category-holder {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	direction: rtl;

}

.home-news .blog_container .blogCard-special .txt-holder .category-holder .btn-holder-item {
	background-color: var(--bg-ff);
	border-radius: var(--radius-8);
	display: inline-flex;
	width: 8.83rem;
	height: 3rem;
	flex-shrink: 0;
	align-items: center;
}

.home-news .blog_container .blogCard-special .txt-holder .category-holder .btn-holder-last-news {
	width: 6.83rem;
}

.home-news .blog_container .blogCard-special .txt-holder .category-holder .btn-holder-item .view-service-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--radius-8);
	text-decoration: none;
	-webkit-border-radius: var(--radius-8);
	-moz-border-radius: var(--radius-8);
	-ms-border-radius: var(--radius-8);
	-o-border-radius: var(--radius-8);
	vertical-align: middle;
	padding: 0.5rem;
	pointer-events: none;
}

.home-news .blog_container .blogCard-special .txt-holder .category-holder .btn-holder-item .view-service-item .icon-box-item {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-news .blog_container .blogCard-special .txt-holder .category-holder .btn-holder-item .view-service-item .icon-box-item svg {
	width: 1.5rem;
	height: 1.5rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.home-news .blog_container .blogCard-special .txt-holder .category-holder .btn-holder-item .view-service-item .view-service-txt {
	display: block;
	width: 0;
	overflow: hidden;
	color: var(--Primary-Main-Color);
	font-size: 0.85714rem;
	opacity: 0;
	white-space: nowrap;
	align-items: center;
	align-self: center;
	padding: 0.2rem;
}

.home-news .blog_container .blogCard-special .txt-holder .category-holder .btn-holder-item .view-service-item .view-service-txt {
	width: 7.5rem;
	opacity: 1;
}

.home-news .blog_container .blogCard-special .date-Author-special {

	top: 0rem;

}


.home-news .blog_container .blogCard-special .date-Author-special-blog-page {
	align-items: center;
	position: absolute;
	top: 0rem;
	justify-content: start;
	display: flex;
	display: inline-flex;
	flex-shrink: 0;
	padding: 1rem;
	background-color: var(--Primary-Main-Color);
	width: 100%;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
	right: 1.57rem;
	left: 1rem;
	border-radius: 1rem 1rem 0 0;
}

.rtl .home-news .blog_container .blogCard-special .date-Author-special-blog-page {
	left: 1.5rem;
	right: 1rem;
}

.home-news .blog_container .blogCard-special .date-Author-special .Author-blog,
.home-news .blog_container .blogCard-special .date-Author-special .date-blog {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
	color: White;
}

.home-news .blog_container .blogCard-special .date-Author-special .svg-icon {
	width: 2rem !important;
	height: 1.25rem !important;
}

/* .home-news .blog_container .blogCard-special .img-box-special:hover img {*/
.home-news .blog_container .blogCard-special:hover .img-box-special img {

	transform: scale(0.98);
	transform-origin: center center;


}

.home-news .blog_container .blogCard-special:hover .date-Author-special {
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	opacity: 1;
	visibility: visible;
	display: flex;

}

.home-news .blog_container .blogCard-special:hover .summary {
	opacity: 1;
	visibility: visible;
}

/********************************** section-about ************************************/
.section-about {}

.item-col-about {
	display: flex;
	justify-content: space-between;
}

.about-card {
	display: flex;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	gap: 1rem;
	justify-content: space-between;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.about-card .txt-holder-about {
	position: relative;
}

.about-card .txt-holder-about .title-about {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem;
}

.about-card .txt-holder-about .subtitle-about {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem;
	color: Black;
}

.about-card .txt-holder-about .summary-about {
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	line-height: 2rem;
	color: var(--dark-0);
	padding-left: 1rem;
}

.about-card .btn-holder-about {
	position: relative;
	display: flex;
	gap: 1rem;
}


.btn-holder-about-fa {
	display: none;
}

.rtl .btn-holder-about-en {
	display: none;
}


.about-card .btn-holder-about .btn-about {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.75rem;
	padding: 0.1rem 0;
	background: var(--system-blue-0);
	border-radius: var(--radius-8);
	text-decoration: none;
}

.about-card .btn-holder-about .btn-about .icon-box-about {
	width: 3rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-card .btn-holder-about .btn-about .icon-box-about svg {
	width: 1.25rem !important;
	height: 1.25rem !important;
	transition: all 0.3s ease;
}

.about-card .btn-holder-about .btn-about .txt-btn-about {
	display: block;
	width: 0;
	overflow: hidden;
	color: var(--bg-ff);
	opacity: 0;
	white-space: nowrap;
	transition: all 0.3s ease;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200 !important;
	line-height: 1.75rem;
}

.about-card .btn-holder-about .btn-about:hover .txt-btn-about {
	width: 4.5rem;
	opacity: 1;
}

.about-card .btn-holder-about .btn-about:hover {
	background: linear-gradient(98deg, #0063F7 33.78%, #00A5F7 99.76%);
}

.about-card .btn-holder-about .btn-contact {
	position: static;
	display: flex;
	align-items: center;
	justify-content: start;
	height: 2.75rem;
	padding: 0.1rem 0;
	background: var(--stroke-orange-0);
	border-radius: var(--radius-8);
	text-decoration: none;
}

.about-card .btn-holder-about .btn-contact .icon-box-about {
	width: 3rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-card .btn-holder-about .btn-contact .icon-box-about svg {
	width: 1.25rem !important;
	height: 1.25rem !important;
	transition: all 0.3s ease;
}

.about-card .btn-holder-about .btn-contact .txt-btn-about {
	display: block;
	width: 0;
	overflow: hidden;
	color: var(--bg-ff);
	opacity: 0;
	white-space: nowrap;
	transition: all 0.3s ease;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200 !important;
	line-height: 1.75rem;
}

.about-card .btn-holder-about .btn-contact:hover .txt-btn-about {
	width: 5rem;
	opacity: 1;
}

.about-card .btn-holder-about .btn-contact:hover {
	background: linear-gradient(98deg, #F80 33.78%, #FDAF56 99.76%);
}

/************************************* slider-about **********************************/
.facility-container .slider-about-item {
	position: relative;
	background-color: var(--text-bg-light-3);
	height: 9rem;
	border: 1px solid var(--Secendry-Subtle);
	border-radius: var(--radius-12);
	margin-top: 3rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


.facility-container .slider-about-item.active {
	opacity: 0.3;
	margin-bottom: -10rem;


}



.facility-container .slider-about-item.final-card.active {
	position: relative;
	z-index: 20;
	opacity: 1;
	background-color: var(--system-blue-0);
	transition: all 0.5s ease;

}

.slider-about-item.final-card {
	position: relative;
	width: 100%;
	overflow: hidden;

}

.overlay-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 41, 61, 0.85);
	pointer-events: none;
	z-index: 2;
}

.slider-about-item.final-card video {
	position: relative;
	z-index: 1;
}

.caption-item {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.video-content {
	position: absolute;
	right: 2rem;
	color: white;
	text-align: center;
	z-index: 2;
	justify-content: start;
	vertical-align: middle;
	top: 20%;
}

.video-content :first-child {
	font-size: 3rem;
	font-weight: 900;
	line-height: 0.9;
}

.history {
	font-size: 1rem;
	font-weight: 200;
	font-style: normal;
}

.btn-holder-video {
	position: absolute;
	color: white;
	text-align: end;
	z-index: 2;
	justify-content: end;
	vertical-align: middle;
	top: 67%;
	left: 1rem;
	transform: translateY(-50%);
}

.view-about-us {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	border-radius: var(--radius-8);
	text-decoration: none;
	background-color: #fff;
	width: 4rem;
	overflow: hidden;
	transition: width 0.6s ease;
	transform-origin: left center;
}

.view-about-us:hover {
	width: 12rem;
}

.icon-box-video {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	position: relative;
	border-radius: var(--radius-8);

}

.caption-video {
	display: block;
	width: 0;
	overflow: hidden;
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	opacity: 0;
	white-space: nowrap;
	transition: width 0.3s ease, opacity 0.3s ease;
	font-style: normal;
	/* margin-left: 0.5rem; */
}

.view-about-us:hover .caption-video {
	width: auto;
	opacity: 1;
}


.caption-video {
	display: block;
	width: 3;
	overflow: hidden;
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	opacity: 0;
	white-space: nowrap;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-style: normal;
	position: relative;



}

.view-about-us:hover {
	width: 10rem;
}

.view-about-us:hover .caption-video {
	width: auto;
	opacity: 1;

}

.view-about-us:hover svg {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);

}



.video-content button {
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.8);
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	margin-top: 10px;
	z-index: 2;

}


.facility-container .slider-about-item {
	opacity: 1;
	pointer-events: auto;
	transition: all 0.5s ease;
}

.facility-container.final-active .slider-about-item:not(.final-card) {
	opacity: 0;
	pointer-events: none;
	transform: translateY(4rem);
	transition: all 0.5s ease;
}


.facility-container .slider-about-item .item-card {
	position: absolute;
}

.facility-container .slider-about-item .item-card .icon-container-about {
	width: 3rem;
	height: 3rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	transform: translateY(-24px);
	margin-left: 1rem;
}

.rtl .facility-container .slider-about-item .item-card .icon-container-about {
	margin-right: 1rem;
}


.facility-container .slider-about-item .item-card .txt-holder-about {
	padding: 0 0.57rem;
}

.facility-container .slider-about-item .item-card .txt-holder-about .title-about {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
	color: var(--Primary-Main-Color);
	width: 100%;
	text-decoration: none;
}

.facility-container .slider-about-item .item-card .txt-holder-about .Summary-about {
	font-size: 0.875rem;
	color: var(--text-color-2);
	line-height: 2;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.facility-container .slider-about-item .item-card .txt-holder-about .Summary-about p {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--text-color-2);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
	margin: 0;
}

/********************************** about-main ************************************/
.logo-about {
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	flex-wrap: wrap;
}

.img-logo {

	object-fit: cover;
}

@media (max-width:768px) {
	.img-logo {
		width: 100%;
	}
}

.section-about-main {
	margin-top: 6rem;
}

.item-col-about-main {
	justify-content: space-between;
	position: relative;
}

.item-col-about-main-Mission {
	display: flex;
	justify-content: space-between;
	position: relative;
}


.img-box-special-about-Mission p {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
	gap: 1rem;
}

.img-box-special-about-Mission img {
	border-radius: 0 0 4rem 0;
	width: 100%;
	height: 100%;
}

.about-card-main {
	display: flex;
	margin: 0 !important;
	overflow: hidden;
	gap: 1rem;
	justify-content: space-between;
	vertical-align: middle;
	display: flex;
	align-items: center;
	height: 100%;
	text-align: left;
}

.rtl .about-card-main {
	text-align: right;
}

.about-card-Mission {
	background-color: var(--text-bg-light-1);
	border-radius: 0 4.75rem;

	position: absolute;
	margin: 0 !important;
	gap: 1rem;
	vertical-align: middle;
	align-items: center;
	right: 44% !important;
	top: 47% !important;
	width: 50%;
	padding: 3rem;

}

.summary-about-main-Mission p {
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	line-height: 2rem;

}

.summary-about-main-Mission-2 {
	color: white;
}

.view-mission-txt {
	color: white !important;
	align-self: center;

}

.about-card-Mission-2 {
	background-color: var(--Secendry-Main-Color);
}


.about-card-main-Mission img {
	object-fit: cover;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	border-radius: 3.75rem 0;
	position: relative;
}

@media (max-width:480px) {

	.about-card-main-Mission {
		display: none;
	}
}

@media (max-width:768px) {

	.about-card-main-Mission {
		display: none;
	}
}

.caption-mission {
	position: absolute;
	bottom: 6rem;
	left: 57%;
	text-align: left;
	direction: ltr;
}

.caption-mission .title-on-img {
	font-size: 3.75rem;
	font-style: bold;
	font-weight: 900;
	line-height: 4.625rem;
	color: white;
	text-align: left;
	direction: ltr;
}

.caption-mission .subtitle-on-img {
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 100;
	line-height: 1.375rem;
	color: white;
	text-align: left;
	direction: ltr;
	position: absolute;
}

.about-card-main .txt-holder-about-main {
	position: relative;
}

.about-card-main .txt-holder-about-main .title-about-main {
	font-size: 1.28571rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.57143rem;
	direction: rtl;
}

.about-card-main .txt-holder-about-main .subtitle-about-main {
	font-size: 1.14286rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.28571rem;
	color: Black;
}

.summary-about-main {
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	line-height: 2rem;
	color: var(--dark-0);
}

.summary-bold {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
	color: var(--Primary-Main-Color);
}

.about-card-main .txt-holder-about-main .summary-about {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
	color: var(--Primary-Main-Color);
}

.about-card-main .txt-holder-about-main {
	position: relative;
	display: flex;
	gap: 1rem;
}

.about-card-main .txt-holder-about-main .btn-about {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.75rem;
	padding: 0.1rem 0;
	background: var(--system-blue-0);
	border-radius: var(--radius-8);
	text-decoration: none;
}

.about-card-main .txt-holder-about-main .btn-about .icon-box-about {
	width: 3rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-card-main .txt-holder-about-main .btn-about .icon-box-about svg {
	width: 1.25rem !important;
	height: 1.25rem !important;
	transition: all 0.3s ease;
}

.about-card-main .txt-holder-about-main .btn-about .txt-btn-about {
	display: block;
	width: 0;
	overflow: hidden;
	color: var(--bg-ff);
	opacity: 0;
	white-space: nowrap;
	transition: all 0.3s ease;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200 !important;
	line-height: 1.75rem;
}

.about-card-main .txt-holder-about-main .btn-about:hover .txt-btn-about {
	width: 4.5rem;
	opacity: 1;
}

.about-card-main .txt-holder-about-main .btn-about:hover {
	background: linear-gradient(98deg, #0063F7 33.78%, #00A5F7 99.76%);
}

.about-card-main .txt-holder-about-main .btn-contact {
	position: static;
	display: flex;
	align-items: center;
	justify-content: start;
	height: 2.75rem;
	padding: 0.1rem 0;
	background: var(--stroke-orange-0);
	border-radius: var(--radius-8);
	text-decoration: none;
}

.about-card-main .txt-holder-about-main .btn-contact .icon-box-about {
	width: 3rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-card-main .txt-holder-about-main .btn-contact .icon-box-about svg {
	width: 1.25rem !important;
	height: 1.25rem !important;
	transition: all 0.3s ease;
}

.about-card-main .txt-holder-about-main .btn-contact .txt-btn-about {
	display: block;
	width: 0;
	overflow: hidden;
	color: var(--bg-ff);
	opacity: 0;
	white-space: nowrap;
	transition: all 0.3s ease;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200 !important;
	line-height: 1.75rem;
}


.about-card-main .txt-holder-about-main .btn-contact:hover .txt-btn-about {
	width: 5rem;
	opacity: 1;
}

.about-card-main .txt-holder-about-main .btn-contact:hover {
	background: linear-gradient(98deg, #F80 33.78%, #FDAF56 99.76%);
}


@media (max-width:768px) {
	.about-card-Mission {
		width: 100%;
		right: 0 !important;
		left: 0;
		position: unset;
		padding: 2rem;

	}

	.home-news {
		padding: 0 !important;
		transform: translateY(50px);
	}

}

@media (max-width:1240px) {
	.about-card-Mission {
		padding: 2rem !important;
	}
}

@media (max-width:980px) {
	.about-card-Mission {
		padding: 2rem !important;
	}
}

@media (max-width:780px) {
	.about-card-Mission {
		padding: 2rem !important;
		width: 100%;
	}
}

@media (max-width:480px) {
	.about-card-Mission {
		padding: 2rem !important;
		width: 100%;
	}
}

/************************************** card-value ************************************************/
.cards-values {
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: var(--Gray--50);
	border-radius: var(--Corner-Radius-16);
	padding: 0.5rem;
}

.card-body {
	flex: none !important;
}

.card {
	background-color: var(--text-bg-dark-0);
	color: white;
	padding: 20px;
	box-sizing: border-box;
	border-radius: var(--Corner-Radius-16);
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	min-height: 20rem;
	position: relative;
	overflow: hidden;
}

.card:hover {
	opacity: 0.8;
}


.card-title {
	color: #fff;
	font-size: 1.28571rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem;
}

.card-description {
	color: #fff;
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	line-height: 2rem;
}


.hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	pointer-events: none;
	border-radius: var(--Corner-Radius-16);
}

.card:hover .hover-overlay {
	opacity: 0.9;
}

/******************************************************************************/
.home-news-blog {
	padding-bottom: 3rem !important;
}

.content-wrapper-tab {
	display: none;

}

.edn__contentBlock_itemList li {
	cursor: pointer;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	color: var(--Secendry-Main-Color);
	white-space: nowrap;
}

.edn__contentBlock_active {
	color: var(--Primary-Main-Color) !important;
	font-weight: 700 !important;
	border-bottom: 2px solid var(--Primary-Main-Color);
	text-align: center;
}

.content-wrapper-tab.active {
	display: block;
	display: flex;
	transition: all 1s ease;


}


.edn__contentBlock_itemList {
	display: flex;
	justify-content: start;
	gap: 2rem;
	padding-right: 1rem;
	list-style: none;
	overflow: auto;
	border-bottom: 1px solid var(--Primary-Subtle);
}

.edn_widgetHeaderWrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: row;

}

.tab-articles {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	position: relative;
	overflow: hidden;
}


.text-holder-tab {
	align-self: center;
}

.card-title-tab,
.card-description-tab {
	color: black;
}

.card-title-tab {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
}

.card-description-tab {
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	line-height: 2rem;
	color: #1E1E1E;
}

.card-title-tab::after {
	content: "+";
	font-weight: normal;
	color: var(--Primary-Main-Color);
	user-select: none;
	font-size: 1.5rem;
	opacity: 1;
	vertical-align: middle;
	margin-right: 1rem;
}

.card-header-image img {
	object-fit: cover;
	aspect-ratio: 1;
	border-radius: var(--radius-12);
}

.btn-holder-item-tab {
	text-align: end;
	display: flex;
	justify-content: end;
	flex-direction: row;
}

.view-website {
	background-color: var(--Primary-Main-Color);
	padding: 0.5rem 1rem;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	border-radius: var(--radius-8);
	color: white !important;
}

.icon-box-item-tab svg {
	width: 1.25rem !important;
	height: 1.25rem !important;
	margin-left: 5px;
}

.view-website-txt {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
}

.btn-holder-item-tab {
	margin: 2rem auto;
}



.tabs-wrapper {
	padding: 2rem auto;

}

.group-tab-content {
	display: none;
	pointer-events: none;
	justify-content: space-between;
}



.group-tab-content.active {
	display: block;


}

.bullet-tab {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	background-color: var(--Primary-Main-Color);
	position: relative;
	top: 10%;

}

.bulletlayer-1.active {
	border: 1px solid var(--Primary-Main-Color) !important;
}

.bulletlayer-1 {
	padding: 10px;
	border-radius: 50%;
	animation: pulse-border 2s infinite;
	transition: transform 1s ease;
	width: 1.25rem;
	height: 1.25rem;

}

@keyframes pulse-border {
	0% {
		border: 1px solid transparent;

	}

	25% {
		border: 1px solid var(--Primary-Main-Color);
	}

	50% {
		border: 1px solid transparent;
	}

	100% {
		border: 1px solid transparent;
	}
}

.logo-tab {
	display: flex;
	position: relative;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 8.63394rem !important;
	height: 5.02463rem !important;
	cursor: pointer;
}

.logo-tab img {
	width: 100%;
	height: 100%;

}



@media (max-width: 480px) {
	.group-tab-content {
		position: relative !important;
		transform: none !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		justify-content: start;
	}
}




.page-title-bg {
	border-radius: 0 0 0 5rem !important;
}

.page-container,
.page-title {
	pointer-events: none !important
}

.sub-Expertise {
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 100;
	line-height: 3.375rem;
}

.span-txt {
	font-weight: 700 !important;
}

/*********************************slider-expertise ********************************************/

.Expertise-slider-section {}

.Expertise-slider-section .Expertise-slider {
	overflow: hidden;
	height: 100%;
}

.Expertise-slider-section .Expertise-slider .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;

}

.Expertise-slider-section .Expertise-slider .swiper-slide {
	box-sizing: border-box;

}

.Expertise-slider-section .slide-item-Expertise {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.Expertise-slider-section .slide-item-Expertise img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Expertise-slider-section .slide-item-Expertise {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-8);
	height: 100%;
	width: 100%;
}

.Expertise-slider-section .txt-holder-Expertise {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 0.57rem;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	left: 1rem;
	color: White;
	margin: auto 0.01rem;

}


.Expertise-slider-section .Expertise-slider .slide-item-Expertise {
	overflow: hidden;
	position: relative;

}


.Expertise-slider-section .Expertise-slider .slide-item-Expertise .txt-holder-Expertise {
	position: relative;
	bottom: 3rem;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0.5rem 1rem;
	color: white;
	text-align: center;
	text-align: center;
}

.Expertise-slider-section .title-Expertise-slide {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
	color: white !important;
	width: 100%;
	text-decoration: none;
	position: absolute;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	right: 0;

}

.Expertise-slider-section .swiper-nav {
	display: flex;
	flex-direction: row;
	z-index: 999;
	flex-wrap: nowrap;
	justify-content: end;
	align-self: flex-end;
}

.Expertise-slider-section .swiper-nav .right-btn,
.Expertise-slider-section .swiper-nav .left-btn {
	display: flex;
	padding: 0.32813rem 0.45313rem;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	color: var(--Primary-Main-Color);
}


.Expertise-slider-section .swiper-nav .right-btn svg,
.Expertise-slider-section .swiper-nav .left-btn svg {
	width: 3rem !important;
	height: 3rem !important;
	max-height: 3rem !important;
	max-width: 3rem !important;

}

.Expertise-slider-section .swiper-scrollbar-drag {
	background-color: var(--Primary-Main-Color);
	border-radius: 4px;
	height: 0.25rem;
}

.Expertise-slider-section .swiper-scrollbar {
	height: 0.25rem;
	background-color: var(--text-bg-light-1);
	margin: 1rem 0;
}

@media (max-width: 990px) {
	.Expertise-slider-section .Expertise-slider {
		flex-wrap: nowrap;
	}

	.Expertise-slider-section .title-Expertise-slide {
		font-size: 0.75rem;
		position: absolute;
		right: 0;
		left: 0;
	}

	.Expertise-slider-section .Expertise-slider .swiper-wrapper {
		width: auto;
	}

	.Expertise-slider-section .Expertise-slider .custom-pagination {
		display: none;
	}

	.Expertise-slider-section .Expertise-slider .arrow-handler-Expertise {
		display: flex;
		justify-content: end !important;
	}


}

.arrow-handler-Expertise .arrow-left svg,
.arrow-handler-Expertise svg {
	background-color: transparent !important;
	fill: transparent !important;
	stroke: var(--Primary-Main-Color) !important;
	width: 3rem !important;
	height: 3rem !important;
}

.arrow-handler-Expertise .arrow-left svg:hover {
	fill: var(--Primary-Main-Color) !important;
	stroke: #fff !important;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.arrow-handler-Expertise .arrow-right svg:hover {
	fill: var(--Primary-Main-Color) !important;
	stroke: #fff !important;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.description-expertise .text-description-expertise {
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	line-height: 2rem;
	color: var(--dark-0);
}

/******************************************* Certificate-swiper ******************************/

.Certificate-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.Certificate-section .Certificate-slider {
	height: 41rem;
	width: 100%;
}



.Certificate-section .Certificate-swiper-slide {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}



.Certificate-section .swiper-slide .holder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;

}

.Certificate-section .swiper-slide-active {
	/* width: calc((100% /7) * 2); */
	z-index: 1;
}

/*
.Certificate-swiper-slide {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
} */

.Certificate-section .swiper-slide-prev,
.Certificate-section .swiper-slide-next {
	.Certificate-swiper-slide {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
	}
}

.Certificate-section .swiper-slide-active .Certificate-swiper-slide {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.Certificate-section .Certificate-swiper-slide {
	background-color: var(--text-bg-light-1);
	aspect-ratio: 1;
	border-radius: var(--Corner-Radius-16);
	width: 100%;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}



.Certificate-section .Certificate-swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.txt-holder-Certificate {
	display: flex;
	flex-direction: row;
	align-items: start;
	gap: 0.57rem;
	position: absolute;
	top: 1rem;
	right: 1rem;
	left: 1rem;
	color: black;
	justify-content: space-between;
	align-items: center;

}

.description-holder {
	justify-content: start;
	align-items: start;
	transform: translate(30px, 30px);
	opacity: 0;
	transition: all 0.4s ease;
	position: absolute;
	display: flex;
	flex-direction: column;
	bottom: 0.5rem;
	padding: 0 1rem;
}

.Certificate-swiper-slide.active .description-holder {
	transform: translate(0, 0);
	opacity: 1;
}



.title-Certificate-slide {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
}

.plus-icon::after {
	content: "+";
	display: block;
	font-weight: 200;
	color: var(--Primary-Main-Color);
	user-select: none;
	font-size: 1.5rem;
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.7rem;
	text-align: center;
}



.description-certificate {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s ease;
	border-radius: 8px;
	font-size: 0.9rem;
	margin-top: 0.5rem;
}

.Certificate-swiper-slide.active .description-certificate {
	max-height: 200px;
	opacity: 1;
	transform: translateY(0);
	padding: 0.7rem;

}

.Certificate-slider {
	position: relative;
	z-index: 1;
}

.Certificate-slider::before,
.Certificate-slider::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80px;
	pointer-events: none;
	z-index: 2;
}

.description-holder .title-certificate {
	color: var(--Secendry-Darker);
	text-align: right;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
}

.description-holder .desc-certificate {
	color: var(--Secendry-Darker);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
}

.arrow-handler-Expertise {
	display: flex;
	justify-content: end;
	gap: 0.75rem;
	direction: rtl;
}

.rtl .arrow-handler-Expertise {}

.arrow-handler-Certificate {
	display: flex;
	justify-content: center;
	direction: rtl;

}

.Certificate-swiper-slide .description-holder {
	transform: translate(30px, 30px);
	opacity: 0;
	transition: all 0.4s ease;
}

.Certificate-swiper-slide.active .description-holder {
	transform: translate(0, 0);
	opacity: 1;
}

.Certificate-swiper-slide .description-certificate {
	max-height: 0;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s ease;
	padding: 0;
}

.Certificate-swiper-slide.active .description-certificate {
	max-height: 200px;
	opacity: 1;
	transform: translateY(0);
	padding: 0.7rem;
}



.Certificate-swiper-slide.active .plus-icon::after {
	transform: rotate(45deg);
	background-color: var(--Dark-Dark-5);
	border-radius: 50%;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: relative;
}

.Certificate-slider::before {
	left: 0;
	background: linear-gradient(270deg, rgba(245, 245, 245, 0.00) 0%, #F5F5F5 100%);
}

.Certificate-slider::after {
	right: 0;
	background: linear-gradient(90deg, rgba(245, 245, 245, 0.00) 0%, #F5F5F5 100%);
}

.arrow-handler-Certificate .arrow-left-Certificate svg,
.arrow-right-Certificate svg {
	background-color: transparent !important;
	fill: transparent !important;
	stroke: var(--Primary-Main-Color) !important;
}

.arrow-handler-Certificate .arrow-left-Certificate svg:hover {
	fill: var(--Primary-Main-Color) !important;
	stroke: #fff !important;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.arrow-handler-Certificate .arrow-right-Certificate svg:hover {
	fill: var(--Primary-Main-Color) !important;
	stroke: #fff !important;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.summary-expertise .text-summary-expertise {
	font-style: normal;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.28571rem;

}

/*********************************** training-swiper ************************************/

.title-section-training {
	color: var(--dark-0);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem;
	padding: 1rem 0;
	display: flex;
	justify-content: start;
	flex-direction: row;

}

.rtl .title-section-training {
	justify-content: end;
}

.rtl .title-section-training {
	justify-content: start;
}

.title-section-last-news {
	padding-right: 12rem;
}


.title-section-training::after {

	content: "+";
	font-weight: normal;
	color: var(--Primary-Main-Color);
	user-select: none;
	font-size: 1.5rem;
	opacity: 1;
	vertical-align: middle;
	margin-right: 1rem;

}

.training-swiper-slide {
	display: flex;
	justify-content: space-between;
	padding: var(--radius-8);
	width: 54.5rem;
	border-radius: var(--radius-12) !important;
	background-color: white;
}

.holder-training {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}



.holder-training .training-swiper-slide .img-box-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--radius-12);
}

.description-holder-training {
	padding: 0.5rem;
}


.description-holder-training .title-training {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
	color: var(--dark-0);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

}

.description-holder-training .desc-training {
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	line-height: 2.25rem;
	color: var(--dark-0);
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

}

.future-teacher {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	flex-wrap: wrap;
}

.description-holder-training .icon-teacher {
	line-height: 2;
	font-size: 0.875rem;
	display: flex;
	justify-content: start;
	flex-direction: row;
	gap: 2px;

}

.arrow-handler-Expertise .arrow-right.toosi,
.arrow-handler-Expertise .arrow-left.toosi {
	opacity: 0.5;
	cursor: not-allowed;
	filter: grayscale(60%);
	pointer-events: none;
}



.description-holder-training .icon-teacher svg {
	max-height: 1.5rem !important;
	max-width: 1.5rem !important;
}

.description-holder-training .icon-teacher .icon-teacher-name {
	color: var(--dark-0);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
}



.training-section .img-box-holder .btn-holder-training {
	align-items: center;
	width: 100%;
	background-color: var(--Primary-Main-Color);
	border-radius: var(--radius-12);
	text-align: center;
	vertical-align: middle;
	padding: 0.1rem;

}

.btn-item-training {
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 0.25rem;
}

.training-section .img-box-holder .btn-holder-training .btn-training-txt {
	color: white;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.75rem;
}

.holder-training .training-swiper-slide .img-box-holder {
	display: flex;
	justify-content: start;
	flex-direction: column;
	padding: 0.5rem;
	gap: 0.5rem;

}

.icon-box-item-training {
	align-self: center;
	line-height: 0;
}

/****************************************search box*********************************************/
.edncf_container {
	display: flex !important;
	justify-content: start !important;
	flex-wrap: wrap;
	gap: 1rem;
	padding-left: 1rem;
	align-items: left;

}

@media (max-width:480px) {
	.edncf_container {
		padding-left: 0;
		gap: 0;
		flex-direction: column;
		justify-content: start !important;
		align-items: left !important;
	}
}

.rtl .edncf_container {
	justify-content: start !important;
}

.rtl .edncf_container {
	padding-right: 1rem;
}

.edncf_CheckBoxListGroup {
	padding-right: 1rem;
}

.dnn_ctr10419_ViewEasyDNNNewsSearch_2_6_edncfcbl_0 {
	padding: 1rem !important;
}

.edncf_CheckBox {
	padding: 0 1rem;
}

#dnn_ctr13754_ViewEasyDNNNewsSearch__span6_edncfhider_13754 {
	padding-left: 2rem;
}

#dnn_ctr10419_ViewEasyDNNNewsSearch_2_6_edncfcbl_0,
#dnn_ctr10419_ViewEasyDNNNewsSearch_2_6_edncfcbl_1,
#dnn_ctr10419_ViewEasyDNNNewsSearch_2_6_edncfcbl_2 {
	margin: 1rem !important;
	padding: 1rem !important;
}

#dnn_ctr10419_ViewEasyDNNNewsSearch_2_6_edncflbl {
	color: var(--dark-0);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
}

.edncf_submitContainer {
	display: flex;
	justify-content: start;
	gap: 1rem;
}

.edncf_submit {


	border-radius: var(--radius-8);
	background-color: #3cb371;
	border-radius: 0.57143rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	height: 2.75rem;

}

.edncf_reset {
	background-color: var(--text-bg-red-1) !important;
	color: white !important;
	border-radius: var(--radius-8);
	gap: 1rem;
	position: relative;
	padding-left: 28px;
	background-color: var(--text-bg-red-1) !important;
	color: white;
	border-radius: var(--radius-8);
	padding: 0.5rem 1.75rem 0.5rem 1rem;
	height: 2.75rem;
}

.edncf_reset:before {
	content: "";
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="22" viewBox="0 0 20 22" fill="none"><path d="M3 7V17C3 19.2091 4.79086 21 7 21H13C15.2091 21 17 19.2091 17 17V7M12 10V16M8 10L8 16M14 4L12.5937 1.8906C12.2228 1.3342 11.5983 1 10.9296 1H9.07037C8.40166 1 7.7772 1.3342 7.40627 1.8906L6 4M14 4H6M14 4H19M6 4H1" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	;
	content: "";
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
	height: 1.5rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.edncf_submitContainer span {
	color: white !important;
}


#dnn_ctr10421_ViewEasyDNNNewsSearch_tbSearchText {
	width: 20rem;
	height: 2.75rem;
	padding: var(--Spacing-Spacing-8, 0.5rem);
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
	flex-shrink: 0;
	border: 0;
	border: 1px solid var(--text-background-light-light-1, #E9E9E9);
	border-radius: var(--radius-8);
}

#dnn_ctr10421_ViewEasyDNNNewsSearch_pnlSimpleSearch,
#dnn_ctr10421_ViewEasyDNNNewsSearch_pnlSimpleSearch {
	display: flex;
	justify-content: start;
}

/***************************** courses **********************************************/
.title-section-course {
	color: var(--dark-0);
	display: flex;
}

.title-section-course .title-text-bold {
	font-size: 1.25rem;
	font-weight: bold;
}

.title-section-course::after {

	content: "+";
	font-weight: normal;
	color: var(--Primary-Main-Color);
	user-select: none;
	font-size: 1.5rem;
	opacity: 1;
	vertical-align: middle;
	margin-right: 1rem;

}


.do_search {
	display: none;
}

#dnn_ctr10421_ViewEasyDNNNewsSearch_pnlSearchBoxValue {
	position: relative;
	display: inline-block;
}

#dnn_ctr10421_ViewEasyDNNNewsSearch_pnlSearchBoxValue input.acInput,
#dnn_ctr13753_ViewEasyDNNNewsSearch_pnlSimpleSearch input.acInput {
	padding-right: 2rem;
}

#dnn_ctr10421_ViewEasyDNNNewsSearch_pnlSearchBoxValue::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	width: 2rem;
	height: 1.5rem;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M18.4697 18.4697C18.7626 18.1768 19.2374 18.1768 19.5303 18.4697L21.5303 20.4697C21.8231 20.7626 21.8232 21.2374 21.5303 21.5303C21.2374 21.8232 20.7626 21.8231 20.4697 21.5303L18.4697 19.5303C18.1768 19.2374 18.1768 18.7626 18.4697 18.4697ZM10.5 0.25C16.1609 0.25 20.75 4.83908 20.75 10.5C20.75 16.1609 16.1609 20.75 10.5 20.75C4.83908 20.75 0.25 16.1609 0.25 10.5C0.25 4.83908 4.83908 0.25 10.5 0.25ZM10.5 1.75C5.66751 1.75 1.75 5.66751 1.75 10.5C1.75 15.3325 5.66751 19.25 10.5 19.25C15.3325 19.25 19.25 15.3325 19.25 10.5C19.25 5.66751 15.3325 1.75 10.5 1.75Z" fill="%23A4A4A4"/></svg>');
}

.rtl #dnn_ctr10421_ViewEasyDNNNewsSearch_pnlSearchBoxValue input.acInput {
	padding-right: 2rem;
}

.rtl #dnn_ctr10421_ViewEasyDNNNewsSearch_pnlSearchBoxValue::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	width: 2rem;
	height: 1.5rem;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M18.4697 18.4697C18.7626 18.1768 19.2374 18.1768 19.5303 18.4697L21.5303 20.4697C21.8231 20.7626 21.8232 21.2374 21.5303 21.5303C21.2374 21.8232 20.7626 21.8231 20.4697 21.5303L18.4697 19.5303C18.1768 19.2374 18.1768 18.7626 18.4697 18.4697ZM10.5 0.25C16.1609 0.25 20.75 4.83908 20.75 10.5C20.75 16.1609 16.1609 20.75 10.5 20.75C4.83908 20.75 0.25 16.1609 0.25 10.5C0.25 4.83908 4.83908 0.25 10.5 0.25ZM10.5 1.75C5.66751 1.75 1.75 5.66751 1.75 10.5C1.75 15.3325 5.66751 19.25 10.5 19.25C15.3325 19.25 19.25 15.3325 19.25 10.5C19.25 5.66751 15.3325 1.75 10.5 1.75Z" fill="%23A4A4A4"/></svg>');
}


.courses-section .courses-cards {
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: var(--Corner-Radius-16);
}

.courses-section .courses-cards .card-courses {
	flex: none !important;
	background-color: white;
	border-radius: var(--radius-12);
}



.courses-section .courses-cards .card-courses .img-box-courses img {
	border-radius: var(--radius-12);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-courses {


	color: var(--dark-0) !important;
	padding: 8px;
	border-radius: var(--Corner-Radius-12);
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	min-height: 20rem;
	position: relative;
	overflow: hidden;
}

.card-body-advantages .card-title-advantages {
	color: #fff;
	padding-top: 0.75rem;
	font-size: 1.14286rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.28571rem;
}

.card-body-advantages .desc-department {
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
	color: white;
	text-align: left;
}

.rtl .card-body-advantages .desc-department {
	text-align: right;
}

.description-holder-courses {
	width: 100%;
	text-align: right;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
	display: flex;
	flex-direction: column;
	padding: 8px;
	text-align: left;
}

.rtl .description-holder-courses {
	text-align: right;
}

.description-holder-courses .desc-courses {
	color: var(--dark-0) !important;
	width: 100%;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;
	line-height: 2.5rem;

}

.description-holder-courses .title-courses {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem;
}

.description-holder-courses svg {
	width: 1.5rem !important;
	height: 1.5rem !important;
}

.description-holder-courses .icon-detail {
	line-height: 3rem;
}

.courses-section .card-courses .btn-holder-courses {
	align-items: center;
	width: 100%;
	background-color: var(--Primary-Main-Color);
	border-radius: var(--radius-12);
	text-align: center;
	vertical-align: middle;
	padding: 1.25rem;
	bottom: 0;
	line-height: 0;
}



.courses-section .btn-holder-courses .btn-courses-txt {
	color: white !important;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
}

/**************************************************************************   article_pager  *****************************************************************************/

.article_pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
	direction: ltr;

	.page {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 2.60rem;
		background: transparent;
		border-radius: var(--radius-8);
		color: var(--Primary-Main-Color);
		aspect-ratio: 1;
		border: 1px solid var(--Primary-Main-Color);
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2rem;

		&.active {
			color: white;
			background-color: var(--Primary-Main-Color);
		}
	}

	.page:hover {
		background-color: var(--Primary-Main-Color);
		color: white;
	}
}


/**************************** section-advantages **********************************/
.cards-advantages {
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: var(--Corner-Radius-16);
	padding: 0.5rem;
}

.card-body-advantages {
	flex: none !important;
}

.card-advantages {
	color: white;
	padding: 3rem;
	box-sizing: border-box;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 0 4rem;
	background: linear-gradient(98deg, #0063F7 33.78%, #00A5F7 99.76%);
}

.icon-container-advantages {
	text-align: left;
}

.rtl .icon-container-advantages {
	text-align: right;
}

.card-title-advantages {
	text-align: left;
	line-height: 2rem;
}

.rtl .card-title-advantages {
	text-align: right;
}

/*********************** events-cards *************************************************/
.section-events .events-container {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-direction: row;

}

.section-events .events-container .events-cards {
	background-color: white;
	padding: 0.75rem;
	border-radius: var(--Corner-Radius-16);
	border: 1px solid var(--text-bg-light-1);
}


.section-events .events-container .events-cards .img-box-events img {
	border-radius: var(--radius-12) !important;

}

.section-events .events-container .events-cards .txt-holder-events {
	line-height: 2.5rem;
	margin-top: 1rem;
}

.section-events .events-container .events-cards .txt-holder-events .title-events {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	color: black;
}

.section-events .events-container .events-cards .btn-holder-event {
	display: flex;
	justify-content: space-between;
	gap: 2;
	flex-direction: row;
}

.section-events .events-container .events-cards .btn-holder-event .view-service-events {
	background: var(--Primary-Main-Color);
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	border-radius: var(--radius-8);
	padding: 0.10rem 0.5rem;
	align-items: center;
}

@media (max-width:768px) {
	.section-events .events-container {
		flex-wrap: wrap !important;
	}

}

.section-events .events-container .events-cards .btn-holder-event .view-service-events .view-events-txt {
	color: white;
	font-size: 0.85714rem;
	font-style: normal;
	font-weight: 400;
}

.section-events .events-container .events-cards .btn-holder-event .view-service-events .icon-box-events {
	margin-top: 0.7rem;

}

.section-events .events-container .events-cards .btn-holder-event .view-service-events .icon-box-events svg {
	width: 1.75rem;
	height: 1.75rem;
}


.section-events .events-container .events-cards .cat-label-events {
	color: var(--Secendry-Main-Color);
	font-style: normal;
	font-weight: 200;
	line-height: 3rem;
	width: 10%;
	padding: 0.25rem;
	margin: 1rem 0;
}

.section-events .events-container .events-cards .txt-holder-events .cat-label-events-medical {
	color: var(--Secendry-Main-Color);
	font-weight: 700;
	padding: 0.28571rem 0.85714rem !important;
	background-color: var(--text-bg-light-2);
	border-radius: var(--radius-8);
	display: inline-flex;
	font-size: 0.85714rem;
}

.title-blog {
	display: block;
}

.cat-label-events {
	background-color: var(--text-bg-light-2);
	padding: 0.75rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border-radius: var(--radius-8);
}

.section-events .events-container .events-cards .label-events-date {
	font-style: normal;
	font-weight: 700;
	color: var(--Primary-Main-Color);
}

/******************************* event grid ************************************************/
.section-values {
	padding-bottom: 5rem !important;
}

.grid-section {
	padding: 0;
}

.grid-section .title-section-blog {
	text-align: center;
}

.grid-section .title-section-blog .title-section {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem;
}

.grid-section .event-container-grid {
	margin-top: 1.5rem;

}

.event-container-grid .grid-section .item-col-grid {
	padding: 0.57rem;
	height: 100%;
}

.event-container-grid .grid-section .event-card-grid,
.event-container-grid .grid-section {
	border-radius: var(--radius-12);
	height: 100%;
	display: block;

}

.event-card-grid {
	background-color: white;
	padding: 0.75rem;
	border: 1px solid #E9E9E9;

}



.event-container-grid .grid-section .event-card-grid .title-blog,
.event-container-grid .grid-section .title-blog {
	display: inline-block;
	color: White;
	font-size: 1rem;
	line-height: 3;
}

.title-event-grid {
	color: var(--dark-0) !important;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: opacity 0.3s ease, transform 0.3s ease;
	opacity: 1;
	visibility: visible;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
}

.event-container-grid .grid-section .event-card-grid .title-blog .summary-event-grid,
.event-container-grid .grid-section .title-blog .summary-event-grid {
	display: none;
	opacity: 0;
	text-align: right;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: opacity 0.6s ease, visibility 0.6s ease;
	font-size: 1rem;
	font-style: normal;
	font-weight: 100;
	line-height: 1.75rem;
}

.event-container-grid .grid-section .event-card-grid .img-box-event-card,
.event-container-grid .grid-section .img-box-event-card {
	height: 100%;
	width: 100%;
}

.event-container-grid .grid-section .event-card-grid .img-box-event-card img,
.event-container-grid .grid-section .img-box-event-card img {
	border-radius: var(--radius-12);
	object-fit: cover;
	transition: 0.3s;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}



.event-container-grid .grid-section .event-card-grid .txt-holder-event-grid .cat-label-event-grid a,
.event-container-grid .grid-section .txt-holder-event-grid .cat-label-event-grid a {
	display: flex;
	color: White;
	margin: 1rem 0.9rem;
	text-align: right;
	font-size: 1rem;
}

.event-container-grid .grid-section .event-card-grid .txt-holder-event-grid .category-holder-event-grid,
.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid {
	display: inline-flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	width: 100%;
}

.event-container-grid .grid-section .event-card-grid .txt-holder-event-grid .btn-event-list {
	justify-content: space-between !important;
}

.event-container-grid .grid-section .event-card-grid .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid,
.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid {
	background-color: var(--bg-ff);
	border-radius: var(--radius-8);
	display: inline-flex;
	height: 3rem;
	flex-shrink: 0;
}

.event-container-grid .grid-section .event-card-grid .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid,
.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: var(--radius-8);
	text-decoration: none;
	-webkit-border-radius: var(--radius-8);
	-moz-border-radius: var(--radius-8);
	-ms-border-radius: var(--radius-8);
	-o-border-radius: var(--radius-8);
	vertical-align: middle;
	padding: 0.5rem 0.25rem;
	background-color: var(--Primary-Main-Color);
	text-align: center;
}

.event-container-grid .grid-section .event-card-grid .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .icon-box-event-grid,
.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .icon-box-event-grid {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;

}

.event-container-grid .grid-section .event-card-grid .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .icon-box-event-grid svg,
.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .icon-box-event-grid svg {
	width: 1.5rem;
	height: 1.5rem;

}

.event-container-grid .grid-section .event-card-grid .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .view-service-txt-event-grid,
.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .view-service-txt-event-grid {
	display: flex;
	width: 0;
	overflow: hidden;
	color: var(--Primary-Main-Color);
	font-size: 0.85714rem;
	opacity: 0;
	white-space: nowrap;
	align-items: center;
	align-self: center;
	padding: 0.2rem;
	font-weight: 400;
}

.event-container-grid .grid-section .event-card-grid .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .view-service-txt-event-grid,
.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .view-service-txt-event-grid {
	width: 7.5rem;
	opacity: 1;
}

.event-container-grid .grid-section .event-card-grid .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .txt-btn-download,
.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .txt-btn-download {
	/* width: 7.5rem; */
	color: white !important;
	padding: 0.57143rem;
}

.event-container-grid .grid-section .event-card-grid .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .view-service-txt-event-grid,
.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .btn-txt-event-list {
	width: 6rem !important;
}

.btn-new {
	color: white !important;
}

.event-container-grid .grid-section .event-card-grid .date-Author-event-grid,
.event-container-grid .grid-section .date-Author-event-grid {
	align-items: center;
	top: 1rem;
	justify-content: start;
	display: flex;
	right: 10%;
	display: inline-flex;
	border-radius: var(--radius-12);
	flex-shrink: 0;
	background-color: var(--Primary-Main-Color);
	width: 80%;
	padding: 0.57rem;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.event-container-grid .grid-section .event-card-grid .date-Author-event-grid .Author-event-grid,
.event-container-grid .grid-section .event-card-grid .date-Author-event-grid .date-blog-event-grid,
.event-container-grid .grid-section .date-Author-event-grid .Author-event-grid,
.event-container-grid .grid-section .date-Author-event-grid .date-blog-event-grid {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
	color: White;
}

.event-container-grid .grid-section .event-card-grid .date-Author-event-grid .svg-icon-event-grid,
.event-container-grid .grid-section .date-Author-event-grid .svg-icon-event-grid {
	width: 2rem !important;
	height: 1.25rem !important;
}

.event-container-grid .grid-section .title-blog .cat-label-events {
	background-color: var(--text-bg-light-2);
	padding: 0.25rem 0.5rem;
	border-radius: var(--radius-8);
	font-size: 0.85714rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem;
	color: var(--Primary-Main-Color);
	display: inline-flex;
	pointer-events: none;
}


.event-container-grid .grid-section .title-blog {
	display: inline-block;
	color: White;
	font-size: 1rem;
	line-height: 2;
}

.event-container-grid .grid-section .title-blog .title-event-grid {
	color: var(--dark-0) !important;
	/* display: block; */
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem;
}

.event-container-grid .grid-section .title-blog .summary-event-grid {
	display: none;
	opacity: 0;
	font-size: 1rem;
	text-align: right;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.event-container-grid .grid-section .img-box-event-card-special {
	height: 100%;
	width: 110%;
	border-radius: var(--radius-12);
}

.event-container-grid .grid-section .img-box-event-card-special img:hover {
	height: 100%;
	width: 100%;
}

.event-container-grid .grid-section .img-box-event-card-special img {
	border-radius: var(--radius-12);
	object-fit: cover;
	transition: 0.3s;
	height: 100%;
	width: 107%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


.event-container-grid .grid-section .txt-holder-event-grid {
	display: flex;
	flex-direction: column;

	line-height: 1;
	justify-content: start;
	align-items: start;
	gap: 1.5rem;


}


.event-container-grid .grid-section .txt-holder-event-grid .cat-label-event-grid a {
	display: flex;
	color: White;
	margin: 1rem 0.9rem;
	text-align: right;
	font-size: 1rem;
	font-weight: 700;
}

.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
}

.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid {
	background-color: var(--bg-ff);
	border-radius: var(--radius-8);
	display: inline-flex;
	height: 3rem;
	flex-shrink: 0;
}

.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--radius-8);
	text-decoration: none;
	-webkit-border-radius: var(--radius-8);
	-moz-border-radius: var(--radius-8);
	-ms-border-radius: var(--radius-8);
	-o-border-radius: var(--radius-8);
	vertical-align: middle;
	padding: 0.25rem 0.5rem
}

.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .icon-box-event-grid {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}



.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .view-service-txt-event-grid {
	display: block;
	width: 0;
	overflow: hidden;
	color: white !important;
	font-size: 1rem;
	opacity: 0;
	white-space: nowrap;
	align-items: center;
	align-self: center;
	padding: 0.2rem;
}

.event-container-grid .grid-section .txt-holder-event-grid .category-holder-event-grid .btn-holder-event-grid .view-service-event-grid .view-service-txt-event-grid {
	width: 6.5rem;
	opacity: 1;
}

.btn-new {
	width: 5.5rem;
}


.txt-holder-event-grid .readmorebtnnew {
	pointer-events: none;
}

.event-container-grid .grid-section .date-Author-event-grid {
	align-items: center;
	top: 0rem;
	justify-content: start;
	display: flex;
	display: inline-flex;
	flex-shrink: 0;
	padding: 1rem;
	background-color: var(--Primary-Main-Color);
	width: 98%;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
	right: 0.5rem;
	left: 0;
	border-radius: 1rem 1rem 0 0;
}


.event-container-grid .grid-section .date-Author-event-grid-special-blog-page {
	align-items: center;
	top: 0rem;
	justify-content: start;
	display: flex;
	display: inline-flex;
	flex-shrink: 0;
	padding: 1rem;
	background-color: var(--Primary-Main-Color);
	width: 100%;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
	right: 1rem;
	left: 0;
	border-radius: 1rem 1rem 0 0;
}

.event-container-grid .grid-section .date-Author-event-grid-special .Author-event-grid,
.event-container-grid .grid-section .date-Author-event-grid-special .date-blog-event-grid {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
	color: White;
}

.event-container-grid .grid-section .date-Author-event-grid-special .svg-icon-event-grid {
	width: 2rem !important;
	height: 1.25rem !important;
}

/* .event-container-grid .grid-section  .img-box-event-card-special:hover img {*/
.event-container-grid .grid-section .img-box-event-card-special img {

	transform: scale(0.98);
	transform-origin: center center;


}

.event-container-grid .grid-section .date-Author-event-grid-special {
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	opacity: 1;
	visibility: visible;
	display: flex;

}

.event-container-grid .grid-section .summary-event-grid {
	opacity: 1;
	visibility: visible;
}

.category-holder-event-grid {
	display: flex;
	justify-content: space-between;
	gap: 2;
	flex-direction: row;

}

.btn-holder-event-grid .view-service-events .view-service-txt-event-grid {
	background: var(--Primary-Main-Color);
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	border-radius: var(--radius-8);
	padding: 0.10rem 0.5rem;
	gap: 0.5rem;
	color: white;
}

.category-holder-event-grid .label-events-date-grid {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
	color: var(--Primary-Main-Color);
}

.label-events-aut-grid {
	display: inline-block;
	justify-content: start;
	align-items: center;

}

.btn-event-holder {
	align-self: end;
}

.location-event-handlr {
	flex-direction: column;
}

.Date-of-holding {
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
}

.svg-icon {
	max-height: 1.5rem !important;
	max-width: 1.5rem !important;
}

.summary-medical {
	font-size: 1rem;
	font-style: normal;
	font-weight: 100;
	line-height: 1.75rem;
	text-overflow: ellipsis;
	overflow: hidden;
	color: var(--dark-0);
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.label-events-aut-grid {
	display: inline;
	justify-content: flex-start;
	align-items: center;
	text-align: start;
	gap: 0.25rem;
}

.location-event-handlr {

	display: flex;
	/* flex-direction: row; */
	align-items: center;
	gap: 0.5rem;
}



/******************************* company cards ************************************/
.section-company {}

.section-company .cards-company {
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: var(--Corner-Radius-16);
	padding: 0.5rem;
}

.section-company .card-company {
	background-color: white;
	color: var(--dark-0);
	padding: 10px;
	box-sizing: border-box;
	border-radius: var(--Corner-Radius-16);
	text-align: right;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	min-height: 20rem;
	position: relative;
	overflow: hidden;

}

.section-company .cards-company .card-body-company {
	text-align: left;

}

.rtl .section-company .cards-company .card-body-company {
	text-align: right;

}

.section-company .cards-company .card-title-company {
	color: var(--dark-0);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
	text-align: right;
	line-height: 4rem;

}

.section-company .cards-company .card-description-company {
	color: var(--dark-0);
	font-size: 1rem;
	font-style: normal;
	text-align: left;
}

.rtl .section-company .cards-company .card-description-company {
	text-align: right;
}

.cards-company .card-company .box-company .img-box-company-border .container-bg-img image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.view-service-btn {
	display: flex;
	align-items: center;
	border-radius: 5px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 0.5rem;
}

.view-service-btn .btn-txt {
	color: white;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.71429rem;
}

.blue-btn {
	background-color: var(--Primary-Main-Color);
	cursor: pointer;

}

.gray-btn {
	background-color: var(--Secendry-Main-Color);

}

.icon-box-btn svg {
	vertical-align: middle;
}



/*************************************/
.container-right {
	margin-left: auto;
}


/********************************** btn holder ********************************/
.btn-holder-box {
	display: flex;

	align-items: end;

	justify-content: end;
	color: white;
	width: 100%;
	height: auto;
}

.btn-holder-box .btn-item-card {
	/* padding: 0.5rem 0.75rem; */
	gap: 0.25rem;
	border-radius: var(--radius-8);
	background-color: var(--Primary-Main-Color);
}

.view-service-btn {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	gap: 0.25rem;
}

.contact-us-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-us-item .address-info {
	color: var(--dark-0);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;

}

.contact-us-item .address-info p {
	font-size: 1rem;
	font-style: normal;
	font-weight: 100;
	line-height: 2rem;
	direction: ltr !important;
	text-align-last: left;
}

.address-info svg {
	max-width: 1.5rem !important;
	max-height: 1.5rem !important;
}

/******************************* departments ************************************/


.section-departments .cards-departments {
	flex-wrap: wrap;
	border-radius: var(--Corner-Radius-16);
	display: flex;
	justify-content: space-between;


}

.section-departments .cards-departments {
	display: flex;
	justify-content: space-between;
	flex-direction: row;

}

.section-departments .cards-departments .card-departments {
	display: flex;
	justify-content: space-between;
	background-color: white;
	flex-direction: row;
	padding: 1rem;
	border-radius: var(--radius-12);
	gap: 1rem;
	height: 20rem;
	direction: rtl;
	margin-top: 2rem !important;

}


.section-departments .cards-departments .item-departments {
	display: flex;
	align-items: center;
	justify-content: start;
	padding: 1rem 0;
	width: 100%;
	vertical-align: middle;
	flex-direction: row;
	align-items: center;
	height: 100%;
	background-color: white;
}

.section-departments .cards-departments .item-departments:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	align-items: center;
}

.section-departments .cards-departments .card-departments .item-img-departments {
	align-self: center;
}

.section-departments .cards-departments .card-departments .item-img-departments img {
	border-radius: var(--radius-24);
	vertical-align: middle;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-departments .cards-departments .item-departments .txt-holder .Summary-departments {
	font-size: 1.57rem;
	color: var(--text-color-7);
	line-height: 3;
}

.section-departments .cards-departments .item-departments .txt-holder-departments {
	width: calc(100% - 4rem);
	justify-content: center;
	flex-wrap: nowrap;
	height: 100%;
	text-align: left;
}

.rtl .section-departments .cards-departments .item-departments .txt-holder-departments {
	text-align: right;
}

.section-departments .cards-departments .item-departments .txt-holder-departments .title-departments {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
	color: var(--Primary-Main-Color);
	width: 100%;
	text-decoration: none;

}


.section-departments .cards-departments .item-departments .txt-holder-departments .Summary-departments {
	font-size: 1rem;
	color: var(--text-color-2);
	line-height: 2;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	color: var(--text-color-2);
	display: -webkit-box !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 0.875rem;
	text-align: left;
	direction: ltr;
}

.rtl .section-departments .cards-departments .item-departments .txt-holder-departments .Summary-departments {
	text-align: right;
	direction: rtl;
}

.section-departments .cards-departments .item-departments .txt-holder-departments .Summary-departments p {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	color: var(--text-color-2);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
}

.section-departments .cards-departments .item-departments .txt-holder-departments a {
	color: var(--system-blue-5);
	font-size: 1.55rem;
	font-weight: 700;
}

.section-departments .cards-departments .item-departments .text-subtitle-departments {
	display: inline;
	flex-direction: row;
	align-items: end;
	left: 0;
}

.section-departments .cards-departments .item-departments .text-subtitle-departments .subtitle-departments {
	text-align-last: left !important;
	border-bottom: 1px solid var(--Primary-Main-Color);
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
}

.section-departments .cards-departments .item-departments .icon-container-departments {
	width: 3.19rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: self-start;

}

.section-departments .cards-departments .item-departments .icon-container-departments img {
	width: 100%;
	aspect-ratio: 1;
}

.section-departments .cards-departments .item-departments .img-box {
	flex-shrink: 0;
}

.section-departments .cards-departments .item-departments .img-box img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.section-departments .cards-departments .arrow-handler {
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 999;
	flex-wrap: nowrap;
	justify-content: end;
	align-self: center;
	margin-top: 9rem;
}

.section-departments .cards-departments .arrow-handler .arrow-up,
.section-departments .cards-departments .arrow-handler .arrow-down {
	display: flex;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0.32813rem 0.45313rem;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.section-departments .cards-departments .arrow-handler .arrow-up svg,
.section-departments .cards-departments .arrow-handler .arrow-down svg {
	width: 20px;
	height: 20px;
}

.section-departments .cards-departments .custom-pagination {
	position: relative;
	width: 29.5rem;
	gap: 0.2rem;
	z-index: 900;
	display: flex;
	flex-direction: column-reverse;
}

.section-departments .cards-departments .custom-pagination .custom-bullet {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	background: url(/portals/0/images/polygun-bullet.png) no-repeat bottom center;
	background-size: cover !important;
	aspect-ratio: 2/0.7;
	flex-shrink: 0;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	cursor: pointer;
	z-index: 4;
	margin: -9% auto;
}

.section-departments .cards-departments .custom-pagination .custom-bullet:nth-child(-n+6) {
	margin: -15% auto;
}

.section-departments .cards-departments .custom-pagination .custom-bullet.active {
	background: url(/portals/0/images/polygun-bullet-active.png) no-repeat bottom center;
	margin: -7% auto;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	transform: translate3d(0px, -105%, 0);
}

.section-departments .btn-download {
	background-color: var(--bg-ff);
	position: absolute;
	transform: translateY(-50%) !important;
	background-color: var(4);
	color: var(--bg-ff);
	border: none;
	cursor: pointer;
	border-radius: 4px;
	font-size: 1rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
	width: 3.25rem;
	height: 3.25rem;
	display: inline;
}

.section-departments .btn-holder {
	position: absolute;
}

.section-departments .btn-holder .request-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.57rem;
	height: 4rem;
	padding: 1.1rem 1.2rem;
	background: var(--Primary-Main-Color);
	border-radius: var(--radius-8);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	-webkit-border-radius: var(--radius-8);
	-moz-border-radius: var(--radius-8);
	-ms-border-radius: var(--radius-8);
	-o-border-radius: var(--radius-8);
}

.section-departments .btn-holder .request-link .caption {
	color: var(--White);
	font-size: 1rem;
}

.section-departments .btn-holder .request-link:hover .layer-1 {
	width: 100%;
	background-color: transparent;
}

.section-departments .btn-holder .request-link:hover .layer-2 {
	top: 9px;
	right: 9px;
	width: 4px;
	opacity: 1;
}

.section-departments .btn-holder .request-link:hover .layer-3 {
	top: 4px;
	right: 4px;
	width: 14px;
	opacity: 1;
}

.section-departments .btn-holder .view-service {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	border-radius: var(--radius-8);
	text-decoration: none;
	-webkit-border-radius: var(--radius-8);
	-moz-border-radius: var(--radius-8);
	-ms-border-radius: var(--radius-8);
	-o-border-radius: var(--radius-8);
}

.section-departments .btn-holder .view-service .icon-box {
	width: 4rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-departments .btn-holder .view-service .icon-box svg {
	width: 1.87rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.section-departments .btn-holder .view-service .caption {
	display: block;
	width: 0;
	overflow: hidden;
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	opacity: 0;
	white-space: nowrap;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-style: normal;
	font-weight: 200;
}

.section-departments .btn-holder .view-service:hover .icon-box svg {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.section-departments .btn-holder .view-service:hover .caption {
	width: 7.5rem;
	opacity: 1;
}

.section-departments .btn-holder-page {
	position: absolute;
	left: 0;
	bottom: 1rem;
	width: 25% -10px;
	flex-wrap: nowrap;
}

.section-departments .next-section {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-decoration: none;
	flex-direction: column-reverse;
	gap: 1rem;
}

.section-departments .next-section .box-icon {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
}

.section-departments .next-section .box-icon svg {
	width: 1.87rem;
}

.container-border-departments {
	margin-left: 0.11rem;
}

.section-departments .next-section .txt-btn {
	display: block;
	width: 0;
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	white-space: nowrap;
	font-style: normal;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;
	margin-bottom: 3.5rem;
}

/* .section-departments .btn-holder-item {
	position: absolute;
} */
.txt-holder-departments {
	position: relative;
}

.btn-holder-departments {
	bottom: 0;
	position: absolute;
}

.section-departments .btn-holder-departments .view-service-departments {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--radius-8);
	text-decoration: none;
	-webkit-border-radius: var(--radius-8);
	-moz-border-radius: var(--radius-8);
	-ms-border-radius: var(--radius-8);
	-o-border-radius: var(--radius-8);
	padding: 0.75rem 0.5rem;
	width: 3.25rem;
	height: 3.25rem;
	background-color: var(--text-bg-light-3);
}

.section-departments .btn-holder-departments .view-service-departments:hover {

	width: 8.5rem;
}

.section-departments .btn-holder-departments .view-service-departments .icon-box-departments {
	width: 4rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-departments .btn-holder-departments .view-service-departments .icon-box-departments svg {
	width: 1.87rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.section-departments .btn-holder-departments .view-service-departments .view-service-txt-departments {
	display: block;
	width: 0;
	overflow: hidden;
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	opacity: 0;
	white-space: nowrap;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
	/* 200% */

}

.section-departments .btn-holder-departments .view-service-departments:hover .icon-box-departments svg {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.section-departments .btn-holder-departments .view-service-departments:hover .view-service-txt-departments {
	width: 7.5rem;
	opacity: 1;
}


@media (max-width: 1240px) {
	.section-departments .cards-departments {
		flex-wrap: wrap;

	}

	.section-departments .cards-departments .item-departments .icon-container-departments {

		display: none;
	}

	.section-departments .cards-departments .item-departments .text-subtitle-departments {
		display: none;
	}

	.btn-holder-departments {
		position: absolute;
		bottom: 10%;
	}

	.section-departments .cards-departments .item-departments .txt-holder-departments {
		position: relative;
	}

}

@media (max-width: 480px) {


	.section-departments .cards-departments .item-departments .text-subtitle-departments {
		display: none;
	}

	.section-departments .cards-departments .item-departments .icon-container-departments {

		display: none;
	}
}

/**************************** wrapper-department **********************************/
.cards-department-blue {

	border-radius: var(--Corner-Radius-16);
	padding: 0.5rem;

}

.items-department-blue {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;

}

.card-body-advantages {
	text-align: right;

	;
}

.card-blue-department {
	color: white;
	padding: 3rem 2rem 6rem 2rem;
	box-sizing: border-box;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 0 4rem;
	background: linear-gradient(98deg, #0063F7 33.78%, #00A5F7 99.76%);
}

.card-blue-department-2 {
	background-color: var(--system-blue-2) !important;
	color: white;
	padding: 3rem 2rem 6rem 2rem;
	box-sizing: border-box;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 4rem 0;
}

.card-blue-department-2 .card-department-2 .card-title-department-2,
.card-blue-department-2 .card-department-2 {
	color: black;
	text-align: left;
}

.card-blue-department-2 .card-department-2 .card-title-department-2 {
	font-size: 1.25rem;
}

.card-blue-department-2 .card-department-2 .desc-department-2 {
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
	color: var(--Primary-Lighter--);
}




.items-department-blue .card-blue-department .btn-holder-click {
	gap: 0.75rem;
}

.card-department-2 .btn-holder-click-2 {
	display: flex;
	justify-content: space-between;

}



.btn-holder-click-2:hover .btn-holder-circle-txt-2 {
	color: white;
	transition: color 0.3s ease;
}



.btn-holder-click:hover .btn-holder-circle-txt {
	color: var(--Primary-Main-Color);
}



.btn-holder-circle,
.btn-holder-circle-2 {
	width: 8rem;
	height: 3rem;
	border: 1px solid white;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	border-radius: 6.25rem;
	text-align: center;
	gap: 1rem;
	padding: 0.25rem;
	position: absolute;
	left: 3%;
	color: white !important;
	float: right;
}


.btn-holder-circle-2 {
	border: 1px solid black;

}

.btn-holder-circle:hover {
	background-color: white;
	color: var(--Primary-Main-Color) !important;
}

.btn-holder-circle-2:hover {
	background-color: black;

}

.icon-box-circle,
.icon-box-circle-2 {
	background-color: var(--text-bg-light-4);
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
}

.icon-box-circle-2 {
	background-color: black !important;
}

.icon-box-circle svg,
.icon-box-circle-2 svg {
	width: 1.5rem !important;
	height: 1.5rem !important;
	vertical-align: middle;
}

.btn-holder-circle-txt,
.btn-holder-circle-txt-2 {
	color: white;
}

@media (max-width:980px) {
	.items-department-blue {
		gap: 1rem !important;
	}
}

/************************************************************/

.header-title-section {
	margin-top: -220px;
	display: flex;
	justify-content: space-between;
	right: 13%;

}

.header-title-items .title-card-main .img-box-header-title img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 3.5rem !important;
}

.title-header-item {
	color: white;
	direction: ltr;
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 900;
	line-height: 5.625rem;
}

.subtitle-header-card {
	color: white;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 100;
	line-height: 3.375rem;
}

.title-header-card {
	direction: ltr;
}

/************************************* slider-mission **********************************/


.mission-container .slider-mission-item {
	position: relative;
	background-color: var(--text-bg-light-2);
	height: 11.4375rem;
	border: 1px solid var(--Secendry-Subtle);
	border-radius: var(--radius-12);
	margin-top: 3rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	padding: 1rem;
}

.txt-holder-mission .Title-mission {
	color: var(--dark-0);
	font-weight: bold;
	transform: translateY(6px);
}

.mission-container .slider-mission-item.active {
	opacity: 0.3;
	margin-bottom: -10rem;


}



.txt-right-mission {
	position: sticky;
	top: 50px;
	z-index: 10;
	padding: 6rem 0;
	display: flex;
	flex-direction: column;
	align-items: right;
	gap: 10px;


}

.title-section-mission {
	color: white;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem;
	padding: 0.75rem 0;
	display: flex;
	justify-content: start;
	flex-direction: row;
	top: 0;
	z-index: 2;
}

.title-section-mission::after {

	content: "+";
	font-weight: normal;
	color: var(--Primary-Main-Color);
	user-select: none;
	font-size: 1.5rem;
	opacity: 1;
	vertical-align: middle;
	margin-right: 1rem;

}




.slider-mission-item {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.6s ease-out;
}

.slider-mission-item.active {
	opacity: 1;
	transform: translateY(0);
}




.mission-container .slider-mission-item.final-card.active {
	position: relative;
	z-index: 20;
	opacity: 1;
	background-color: var(--system-blue-0);
	transition: all 0.5s ease;

}

.slider-mission-item .final-card {
	position: relative;
	width: 100%;
	overflow: hidden;

}

.final-card-mission {
	transform: translateY(30px);
	height: 11.4375rem;
	margin: 5rem 0;
}

.final-card-mission img {
	border-radius: var(--radius-12);
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.caption-item-mission .video-content-mission .txt-mission {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 200;
	line-height: 3rem;

}

.overlay-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 41, 61, 0.85);
	pointer-events: none;
	z-index: 2;
}

.slider-mission-item.final-card video {
	position: relative;
	z-index: 1;
}

.caption-item-mission {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.btn-holder-mission {
	background: var(--system-green-0);
	display: inline-flex;
	justify-content: space-between;
	flex-direction: row;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: var(--radius-56);
	gap: 0.25rem;
}

.icon-box-mission {
	padding-top: 0.25rem;
}

.title-about-main-Mission {

	text-align: left;
}

.rtl .title-about-main-Mission {
	color: black;
	text-align: right;
}

.title-about-main-Mission {
	color: white !important;
}

.title-about-main-Mission-black {
	color: var(--dark-0) !important;
}

.text-summary-mission {
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	line-height: 2rem;
	color: white;
}

.video-content-mission {
	position: absolute;

	color: white;
	text-align: center;
	z-index: 2;
	justify-content: end;
	vertical-align: middle;
	bottom: 1rem;
	left: 1rem;
}

.rtl .video-content-mission {
	right: 1rem;
}

.video-content-mission :first-child {
	font-size: 3rem;
	font-weight: 900;
	line-height: 0.9;
}

.history {
	font-size: 1rem;
	font-weight: 200;
	font-style: normal;
}

.btn-holder-video {
	position: absolute;
	color: white;
	text-align: end;
	z-index: 2;
	justify-content: end;
	vertical-align: middle;
	top: 67%;
	left: 1rem;
	transform: translateY(-50%);
}

.view-about-us {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	border-radius: var(--radius-8);
	text-decoration: none;
	background-color: #fff;
	width: 4rem;
	overflow: hidden;
	transition: width 0.6s ease;
	transform-origin: left center;
}

.view-about-us:hover {
	width: 12rem;
}

.icon-box-video {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	position: relative;
	border-radius: var(--radius-8);

}

.caption-video {
	display: block;
	width: 0;
	overflow: hidden;
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	opacity: 0;
	white-space: nowrap;
	transition: width 0.3s ease, opacity 0.3s ease;
	font-style: normal;
	/* margin-left: 0.5rem; */
}

.view-about-us:hover .caption-video {
	width: auto;
	opacity: 1;
}


.caption-video {
	display: block;
	width: 3;
	overflow: hidden;
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	opacity: 0;
	white-space: nowrap;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-style: normal;
	position: relative;



}

.view-about-us:hover {
	width: 10rem;
}

.view-about-us:hover .caption-video {
	width: auto;
	opacity: 1;

}

.view-about-us:hover svg {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);

}



.video-content-mission button {
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.8);
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	margin-top: 10px;
	z-index: 2;

}


.mission-container .slider-mission-item {
	opacity: 1;
	pointer-events: auto;
	transition: all 0.5s ease;

}

.mission-container.final-active .slider-mission-item:not(.final-card) {
	opacity: 0;
	pointer-events: none;
	transform: translateY(4rem);
	transition: all 0.5s ease;
}


.mission-container .slider-mission-item .item-card-mission {
	position: absolute;
}

.mission-container .slider-mission-item .item-card-mission .icon-container-mission {
	width: 3rem;
	height: 3rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;

}



.mission-container .slider-mission-item .item-card-mission .txt-holder-mission .title-about {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
	color: var(--Primary-Main-Color);
	width: 100%;
	text-decoration: none;
}

.mission-container .slider-mission-item .item-card-mission .txt-holder-mission .Summary-mission {
	font-size: 0.875rem;
	color: var(--text-color-2);
	line-height: 2;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mission-container .slider-mission-item .item-card-mission .txt-holder-mission .Summary-about p {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--text-color-2);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
	margin: 0;
}

/******************************* our team ************************************/


.title-section-our-team {
	color: var(--dark-0);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem;
	padding: 0.75rem 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	align-items: center;
}


.our-team-section .title-section-our-team .title-sec {
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 900;
	line-height: 5.625rem;
	color: var(--Secendry-Subtle);
}

.our-team-section .title-section-our-team .sub-sec {
	font-size: 1.5rem;
	font-style: bolder;
	font-weight: 700;
	line-height: 2.25rem;
	color: var(--Primary-Main-Color);
	display: flex;
	flex-direction: row;
}

.our-team-section .title-section-our-team .sum-sec {
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	line-height: 2rem;
	padding: 0.5rem;
}

.our-team-swiper-slide {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
	border-radius: 0 3.75rem;
	background-color: var(--Secendry-Lighter);
	border-radius: 0 3.75rem;

}

.holder-our-team {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}


.holder-our-team .our-team-swiper-slide .img-box-our-team img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--radius-24);
}



.description-our-team {
	padding: 0.5rem;
	padding-top: 2rem;
}


.description-our-team .our-team-title {
	font-size: 1rem;
	font-style: normal;
	font-weight: 900;
	line-height: 2rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: white;

}

.description-our-team .our-team-desc {
	font-size: 1rem;
	font-style: normal;
	font-weight: 100;
	line-height: 2rem;
	color: white;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 1.5rem;
}

.description-our-team .lbl-our-team {
	color: white !important;
	font-size: 1rem;
	font-style: bold;
	font-weight: 700;
	line-height: 1.5rem;
	position: absolute;
	bottom: 14%;
}



.our-team-section .img-box-our-team .btn-holder-our-team {
	align-items: center;
	width: 100%;
	background-color: var(--Primary-Main-Color);
	border-radius: var(--radius-12);
	text-align: center;
	vertical-align: middle;
	padding: 1.25rem;

}

.btn-item-our-team {
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.our-team-section .img-box-our-team .btn-holder-our-team .btn-training-txt {
	color: white;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
}

.holder-our-team .our-team-swiper-slide .img-box-our-team {
	display: flex;
	justify-content: start;
	flex-direction: column;
	padding: 0.5rem;
	gap: 0.5rem;
	width: 100% !important;
	height: 16rem !important;

	object-fit: cover;
}


/* .our-team-slider {
  display: flex;
  justify-content: center;
}

.our-team-slider .swiper-wrapper {
  justify-content: center;
  align-items: center;
}

  */
.swiper-slide-active .our-team-swiper-slide {
	background-color: var(--Primary-Main-Color);
	color: white !important;

}

.arrow-handler-our-team {
	justify-content: center !important;
}

/* @media (max-width:768px) {
	.our-team-swiper-slide .img-box-our-team{
		        max-height: 100% !important;
        max-width: 100%;
	}
		.our-team-swiper-slide .img-box-our-team img{
			width: 100%;
			height: 100%;
		}
} */

/*************************** job-opportunities **************************************/
.job-opportunities-section {
	padding-bottom: 3rem;
	flex-wrap: wrap;
	gap: 1rem;
}

.job-opportunities-section .single-card-job-opportunities {
	border-bottom: 1px solid var(--text-bg-light-0) !important;
	padding: 1rem 0.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
}

.job-opportunities-section .cards-job-opportunities:last-child .single-card-job-opportunities {
	border-bottom: none !important;
}


/* .job-opportunities-section .single-card-job-opportunities {
	border-bottom: 1px solid var(--text-bg-light-0) !important;
	padding: 1rem 0.25rem;
	display: flex;
	justify-content: space-between;
	    flex-wrap: wrap;
    gap: 1rem;
}

.cards-job-opportunities:last-child{
	 border-bottom: none !important;
}
.single-card-job-opportunities:last-child {
  border-bottom: none !important;
 } */


.border-job-opportunities {
	display: flex;
	align-items: center;
	font-size: 1rem;
	padding: 1rem 0;
}


.border-job-opportunities::after {
	content: "";
	height: 0.5px;
	background-color: var(--text-bg-light-0);
	flex-grow: 1;
	margin-right: 10px;
	display: block;
}

.border-job-opportunities .border-job-title {
	font-size: 1rem;
	font-style: bold;
	font-weight: 900;
	line-height: 1.5rem;
	color: var(--dark-0);
}



.job-opportunities-section .single-card-job-opportunities .job-opportunities-title {
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
}


.job-opportunities-section .single-card-job-opportunities .btn-job-opportunities {
	background: var(--Primary-Main-Color);
	display: flex;
	justify-content: center;
	flex-direction: row;
	border-radius: var(--radius-8);
	height: 3.5rem;
	gap: 0.5rem;
	align-items: center;
	padding: 0.5rem;
}

@media (max-width:768px) {
	.job-opportunities-section {
		flex-wrap: wrap !important;
	}

}

.job-opportunities-section .btn-job-opportunities .job-opportunities-txt {
	color: white;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
	transform: none;
}

.job-opportunities-section .btn-holder-event .btn-job-opportunities .icon-box-job-opportunities svg {
	width: 1.75rem;
	height: 1.75rem;

}

.single-card-job-opportunities .btn-job-opportunities .icon-box-job-opportunities svg {
	transform: rotate(180deg) !important;
	margin-top: 0.57rem;
}

.rtl .single-card-job-opportunities .btn-job-opportunities .icon-box-job-opportunities svg {
	transform: none !important;
	margin-top: 0.57rem;
}


/************************** detail-job ************************************/
.detail-job,
.detail-desc-job {
	background-color: white;
	border-radius: var(--radius-12);
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: start;
	padding: 2rem;
	gap: 1rem;

}

.detail-job-back {
	display: flex;
}

.detail-job .title-detail-job {
	color: var(--dark-0);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem;
}

.detail-job .description-detail-job {
	color: var(--dark-0);
}

.detail-job-back .svg-icon {
	max-height: 2rem !important;
	max-width: 2rem !important;

}

.detail-job-back svg {
	transform: rotate(180deg);
}

.rtl .detail-job-back svg {
	transform: none;
}

.future-corse {
	position: relative;
}

.future-corse .future-corse-item {
	left: 0;
	right: 0;
	transform: translateY(-21.57rem);
}

.btn-holder-request {
	display: flex;
	justify-content: end;
	flex-direction: row;
	gap: 1rem;

}

.btn-holder-request .btn-share,
.btn-send-email,
.btn-request {
	padding: 0.5rem 0.75rem;
	background-color: var(--Primary-Main-Color);
	display: flex;
	flex-direction: row;
	border-radius: var(--radius-8);
	height: 3rem;
	direction: rtl;
}

.btn-send-email {
	background-color: var(--system-blue-0);
}

.btn-request {
	background-color: var(--system-green-0);
	display: inline-flex;
}

.btn-request-text {
	color: white;
}

.detail-desc-job {
	margin-top: 1rem;
}

.detail-desc-job .title-detail-desc-job {
	color: var(--dark-0);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
}

.Features-con {
	width: 51rem;
}

.Features-user {
	display: flex;
	justify-content: start;
	flex-direction: row;
	border-bottom: 1px solid var(--text-bg-light-1);
	padding: 1rem 0;
	max-width: 100%;
	gap: 20rem;
	text-align: center;
	align-items: center;


}

.Features-user .Features-title {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
	color: var(--dark-0);
	width: 6rem;
	display: inline-flex;
	text-align: start;
}

@media (max-width:480px) {
	.Features-user {
		flex-direction: column;
		gap: 0.75rem;
		text-align: start;
	}

	.Features-con {
		width: 100%;
	}
}

@media (max-width:768px) {
	.Features-user {
		flex-direction: column;
		gap: 0.75rem;
		align-items: start;
	}

	.Features-con {
		width: 100%;
	}
}

.mobilemenu-main .gomenu li .arrows::after {
	display: none;
}

/*************************************************************************/
.text-phone {
	color: white !important;
	padding: 2px;
}

.content {
	flex-wrap: wrap;
}

/**************************************** banner-detail ************************************/
.public-page-head-img {
	border-radius: 0px !important;
	padding-bottom: 26rem !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 9rem;
	margin-top: 1rem;
	background-image: var(--bg-img);
	background-color: var(--accent-color);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 0 0 0 5.71rem;
	overflow: hidden;

}

.public-page-head-img .fa-title-course {
	display: block;
	font-size: 1.28571rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.57143rem;
	color: #fff;
	margin: 0;
}

.public-page-head-img .sub-corse-title {
	color: white;
	border-bottom: 4px solid white;
	padding-bottom: 4rem;
	width: 20%;
	text-align: center;
	font-size: 1.14286rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.28571rem;
}

/*******************************************************************************************/

.section-course-card {
	border-radius: var(--Corner-Radius-16);
	padding: 0.5rem;
}


.card-body-advantages {
	text-align: right;
	;
}

.container-border-course-2 {
	line-height: 3rem;
	text-align: right;
}

.item-course-card {
	color: white;
	padding: 3rem 2rem 6rem 2rem;
	box-sizing: border-box;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 4.28571rem 0;
	background: linear-gradient(98deg, #0063F7 33.78%, #00A5F7 99.76%);
}

.item-course-card-job,
.item-course-card-job-new {
	height: 39rem;
}


.item-course-card-job-new {
	height: 27rem !important;
}

.item-course-card-1 {
	color: white;
	padding: 3rem 2rem 6rem 2rem;
	box-sizing: border-box;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 38rem;
	overflow: hidden;
	border-radius: 0rem 4rem !important;
}

.item-course-card-2 {
	background-color: var(--system-blue-2) !important;
	color: var(--Primary-Main-Color);
	padding: 3rem 2rem 6rem 2rem;
	box-sizing: border-box;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	overflow: hidden;
	border-radius: 0rem 4rem !important;
}

.title-card-course-row-right {
	font-size: 1.14286rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.28571rem;
	color: white;
}

.title-card-course-3 {
	font-size: 1.14286rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.28571rem;
	color: var(--dark-0);
}

.title-card-course {
	font-size: 1.14286rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.28571rem;
}

.item-course-card-2 .card-department-2 .card-title-department-2,
.item-course-card-2 .card-department-2 {
	color: black;
}

.item-course-card-2 .card-department-2 .card-title-department-2 {
	font-size: 1.25rem;
}

.item-course-card-2 .card-department-2 .desc-department-2 {
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1.75rem;
	color: var(--Primary-Lighter--);
}

.detail-job-txt p,
.detail-job-txt li {
	color: var(--Primary-Main-Color) !important;

}

.detail-job-txt li {
	line-height: 3rem;
}


.items-course-card .item-course-card .btn-holder-click {
	display: flex;
	gap: 0.75rem;
}

.card-department-2 .btn-holder-click-2 {
	display: flex;
	justify-content: space-between;
	gap: 0.57rem;
}


.btn-holder-click-2:hover .btn-holder-circle-txt-2 {
	color: white;
	transition: color 0.3s ease;
}

.btn-holder-click:hover .btn-holder-circle-txt {
	color: var(--Primary-Main-Color);
}



.btn-holder-circle,
.btn-holder-circle-2 {
	width: 8rem;
	height: 3rem;
	border: 1px solid white;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	border-radius: 6.25rem;
	text-align: center;
	gap: 1rem;
	padding: 0.25rem;
	position: absolute;
	left: 70%;
	color: white !important;
	direction: ltr;

}

.rtl .btn-holder-circle,
.rtl .btn-holder-circle-2 {
	left: 3%;
	direction: rtl
}

.btn-holder-circle-2 {
	border: 1px solid black;

}

.btn-holder-circle:hover {
	background-color: white;
	color: var(--Primary-Main-Color) !important;
}

.btn-holder-circle-2:hover {
	background-color: black;

}

.icon-box-circle,
.icon-box-circle-2 {
	background-color: var(--text-bg-light-4);
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
}

.icon-box-circle-2 {
	background-color: black !important;
	transform: rotate(180deg);
}

.rtl .icon-box-circle-2 {
	background-color: black !important;
	transform: none !important;
}

.icon-box-circle {
	transform: rotate(180deg);
}

.rtl .icon-box-circle {
	transform: none;
}

.icon-box-circle svg,
.icon-box-circle-2 svg {
	width: 1.5rem !important;
	height: 1.5rem !important;
}

.btn-holder-circle-txt,
.btn-holder-circle-txt-2 {
	color: white;
}

.btn-holder-circle-txt-2 {
	color: black;
}

.corse-cars-box {
	display: flex;
	justify-content: start;
	gap: 1rem;
	flex-direction: column;

}


.container-bg-icon-right p,
.container-bg-icon-right li {
	color: white;
}

.container-bg-icon li {
	color: var(--Primary-Main-Color);
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;

}

.card-bottom-left,
.card-right-botton {
	border-radius: 4.28571rem 0 !important;
	height: 38.5rem !important;
}

.container-border-course {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-direction: row;
}

.img-box-course img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: var(--Corner-Radius-16);
}

/***********************************************************/


.items-course-card {
	.item-col {

		.corse-cars-box {
			width: 100%;
			height: 100%;
			background: var(--system-blue-2);
			padding: 2.29rem;


			* {
				color: var(--accent-color);
				font-weight: 200;
				text-align: left;
				direction: ltr;
			}

			p {
				margin: 0;
			}

			strong {
				font-weight: 700;
				margin-left: 0.57rem;
			}

			.card-title {
				font-size: 1.14286rem;
				font-weight: 700;
				margin-bottom: 1rem;
			}

			ul {
				list-style: none;

				li {
					display: flex;
					flex-wrap: wrap;
					gap: 0.57rem;

					&:before {
						content: "";
						display: inline-block;
						flex-shrink: 0;
						width: 3px;
						height: 3px;
						margin-top: .9rem;
						background: currentcolor;
						border-radius: 50%;
					}

					strong {
						margin: 0;
						line-height: 1.8;
					}
				}

				&.no-list-style {
					padding-right: 0;

					li:before {
						display: none;
					}
				}
			}

			&.right {
				background: linear-gradient(98deg, #0063F7 33.78%, #00A5F7 99.76%);

				* {
					color: #fff;
				}
			}

		}

		&:nth-child(1) {

			.corse-cars-box {
				border-radius: 4.28571rem 0 4.28571rem 0;
				-webkit-border-radius: 4.28571rem 0 4.28571rem 0;
				-moz-border-radius: 4.28571rem 0 4.28571rem 0;
				-ms-border-radius: 4.28571rem 0 4.28571rem 0;
				-o-border-radius: 4.28571rem 0 4.28571rem 0;
			}
		}

		&:nth-child(2) {
			.corse-cars-box {
				border-radius: 0 4.28571rem;
			}
		}

		&:nth-child(3) {
			.corse-cars-box {
				border-radius: 0 4.28571rem 0 4.28571rem;
				-webkit-border-radius: 0 4.28571rem 0 4.28571rem;
				-moz-border-radius: 0 4.28571rem 0 4.28571rem;
				-ms-border-radius: 0 4.28571rem 0 4.28571rem;
				-o-border-radius: 0 4.28571rem 0 4.28571rem;
			}
		}

		&:nth-child(4) {

			.corse-cars-box {
				border-radius: 4.28571rem 0 4.28571rem;
				-webkit-border-radius: 4.28571rem 0 4.28571rem;
				-moz-border-radius: 4.28571rem 0 4.28571rem;
				-ms-border-radius: 4.28571rem 0 4.28571rem;
				-o-border-radius: 4.28571rem 0 4.28571rem;
			}
		}
	}

}


/************************************************************************************/
#dnn_ctr13604_ViewEasyDNNNewsSearch_1004_1104_edncfddl,
#dnn_ctr13604_ViewEasyDNNNewsSearch_1004_1106_edncfddl,
#dnn_ctr13808_ViewEasyDNNNewsSearch_1004_1106_edncfddl,
#dnn_ctr13808_ViewEasyDNNNewsSearch_1004_1104_edncfddl {
	width: 19rem;
	height: 3rem;
	display: flex;
	height: 3.14286rem;
	padding: 0.57143rem !important;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
	border: 1px solid var(--text-bg-light-1) !important;
	border-radius: var(--radius-8);
	color: var(--text-bg-light-0) !important;
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	line-height: 2rem;
}

.edn_module_title span {
	display: none;
}

#dnn_ctr13606_ViewEasyDNNNewsSearch_tbSearchText,
#dnn_ctr13807_ViewEasyDNNNewsSearch_tbSearchText,
#dnn_ctr13753_ViewEasyDNNNewsSearch_tbSearchText {
	background-color: white;
	display: flex;
	height: 3.14286rem;
	padding: var(--Spacing-Spacing-8, 0.57143rem);
	flex-direction: column;
	align-items: flex-start;
	gap: 0.57143rem;
	flex: 1 0 0;
	border-radius: var(--radius-8);
	border: 1px solid var(--text-bg-light-1);
	width: 100%;
}

#column-414300 {
	direction: rtl;
}

/*****************************************************************/


.public-page-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 9rem;
	aspect-ratio: 5/0.92;
	background-image: var(--bg-img);
	background-color: var(--accent-color);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 0 0 0 5.71rem;
	overflow: hidden;

	.fa-title {
		display: block;
		font-size: 1.28rem;
		font-weight: 700;
		color: #fff;
		transform: translateY(-2rem);
		margin: 0;
	}

	.en-title {
		display: block;
		font-size: 2.57rem;
		font-weight: 200;
		color: var(--Primary-Lighter--);
		margin: 0;
	}
}

.page-head {
	min-height: 28.125rem;
	border-radius: 0 0 0 5rem;
	background: linear-gradient(88deg, #113663 0.95%, #1F2B48 15.36%, #1F2B48 77.18%, #113663 99.99%);
	margin-bottom: 6rem;

	.img-box {

		.swiper {
			width: 100%;
			transform: translateY(4.75rem);
			-webkit-transform: translateY(4.75rem);
			-moz-transform: translateY(4.75rem);
			-ms-transform: translateY(4.75rem);
			-o-transform: translateY(4.75rem);

			.swiper-slide {
				overflow: hidden;
				height: auto;
			}

			img,
			video {
				width: 100%;
				height: 100%;
				object-fit: cover;
				border-radius: 0 5rem;
			}
		}
	}

	.content-box {
		display: flex;
		flex-direction: column;
		/* align-items: end; */
		justify-content: flex-start;
		padding: 5rem 2rem 5rem 0.57rem;
		color: #fff;
		text-align: left;

		.department-logo {}

		.main-title {
			font-size: 3.75rem;
			font-weight: 900;
			color: #fff;
			line-height: 1.2;
		}

		.sub-title {
			font-size: 2.25rem;
			font-weight: 100;
			line-height: 1.2;
		}

		.btn-row {
			margin-top: 3.94rem;
			justify-content: start;

			.persian-title {
				font-size: 1.125rem;
				font-weight: 700;
			}

			.link-btn {
				display: flex;
				align-items: center;
				gap: 0.57rem;
				padding: 0.5rem 1rem;
				color: #fff;
				font-size: 0.875rem;
				font-weight: 700;
				background: var(--system-blue-0);
				border-radius: 0.5rem;
				-webkit-border-radius: 0.5rem;
				-moz-border-radius: 0.5rem;
				-ms-border-radius: 0.5rem;
				-o-border-radius: 0.5rem;

				svg {
					width: 1.25rem;
					height: 1.25rem;
				}
			}
		}
	}

	#video-container {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 100;
		transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;

		#intro-video {
			width: 100%;
			height: 100%;
			object-fit: cover;
			transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
		}

		&.ended {
			#intro-video {
				transform: translateY(4.75rem);
				border-radius: 0 5rem;
			}
		}
	}

	@media(max-width: 575px) {

		.content-box {
			padding-bottom: 0;
			margin-bottom: -3rem;
			padding-top: 2rem;
		}
	}
}

.dep-prod-list {
	margin-top: 3rem;
	margin-bottom: 4rem;
	position: relative;
	z-index: 10;

	.item-col {
		.prod-card {
			width: 100%;
			border-radius: var(--radius-12);
			border: solid 1px var(--Secendry-Subtle);
			background: var(--bg-f1);
			padding: 0.92rem;
			gap: 0.92rem;
			flex-wrap: nowrap;

			.img-box {
				position: relative;
				padding: 0;
				border-radius: var(--radius-12);
				-webkit-border-radius: var(--radius-12);
				-moz-border-radius: var(--radius-12);
				-ms-border-radius: var(--radius-12);
				-o-border-radius: var(--radius-12);
				aspect-ratio: 1;
				overflow: hidden;

				img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: cover;
				}

				.model {
					position: absolute;
					left: 0.57rem;
					bottom: 0.57rem;
					background: var(--accent-color);
					color: #fff;
					font-size: 0.92rem;
					padding: 0 0.8rem;
					border-radius: 1rem;

				}
			}

			.content-box {
				padding: 0;
				width: 100%;
				flex-shrink: 1;
				display: flex;
				flex-direction: column;
				justify-content: space-between;

				.title {
					* {
						font-size: 1rem;
						font-weight: 700;
						color: var(--text-bg-dark-0);
					}
				}

				.brand-name {
					display: block;
					font-size: 0.92rem;
					text-align: left;
					color: var(--text-bg-dark-4);
				}

				.Summary {
					.bordered-caption {
						display: flex;
						align-items: center;
						gap: 0.57rem;
						font-size: 1rem;
						color: var(--accent-color);
						white-space: nowrap;

						&:after {
							content: '';
							width: 100%;
							height: 1px;
							background: #C2C8D6;
						}
					}

					.text {
						font-size: 1rem;
					}
				}

				.view {
					display: flex;
					align-items: center;
					gap: 0.57rem;
					justify-content: end;

					gap-2 .label {
						font-size: 1rem;
					}

					svg {
						width: 1.6rem;
						height: 1.6rem;
						transform: rotate(270deg);
					}
				}
			}
		}
	}
}

.sticky-image-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	aspect-ratio: 8 / 1;
	min-height: fit-content;
	margin-bottom: 2rem;
}

.sticky-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;

	&.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
		margin: 0;
		filter: grayscale(1);
		opacity: 0.5;

	}
}

.sticky-target {
	position: relative;
	border-radius: var(--radius-12);
	overflow: hidden;
	-webkit-border-radius: var(--radius-12);
	-moz-border-radius: var(--radius-12);
	-ms-border-radius: var(--radius-12);
	-o-border-radius: var(--radius-12);

	>img {
		display: block;
		width: 100%;
	}

	.sticky-image {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

.department-desc-static {
	background: #fff;
	padding: 2.5rem 0;

	* {
		color: var(--text-color-1);
	}

	.desc-box {
		padding: 0.92rem;

		.title-row {
			display: flex;
			align-items: center;
			gap: 1rem;
			font-size: 1rem;
			font-weight: 700;
			padding: 0.4rem 0;
			color: var(--text-bg-dark-0);
			margin-bottom: 1rem;

			svg {
				stroke: var(--accent-color);
				fill: var(--accent-color);
			}
		}

		.text-row {
			font-size: 1rem;
			font-weight: 200;
			color: var(--text-bg-dark-0);

			ul {
				list-style: none;
				margin: 0.57rem 0;
				padding-right: 0.57rem;

				li {
					display: flex;
					gap: 0.57rem;

					&:before {
						content: "";
						display: block;
						flex-shrink: 0;
						width: 3px;
						height: 3px;
						margin-top: .9rem;
						background: currentcolor;
						border-radius: 50%;
					}
				}

				&.no-list-style {
					padding-right: 0;

					li:before {
						display: none;
					}
				}
			}
		}

		&.gray {
			min-height: 18rem;
			margin-bottom: 1rem;
			background-color: var(--text-color-1);
			border-radius: var(--radius-12);
			-webkit-border-radius: var(--radius-12);
			-moz-border-radius: var(--radius-12);
			-ms-border-radius: var(--radius-12);
			-o-border-radius: var(--radius-12);

			* {
				color: #fff;
			}
		}
	}
}

.blue-support-wrapper {
	padding: 2.5rem 0;
	background-color: #fff;

	.blue-support-box {
		background: var(--accent-color);
		border-radius: var(--Corner-Radius-16);
		-webkit-border-radius: var(--Corner-Radius-16);
		-moz-border-radius: var(--Corner-Radius-16);
		-ms-border-radius: var(--Corner-Radius-16);
		-o-border-radius: var(--Corner-Radius-16);
		padding: 1.9rem;
		color: #fff;

		.title {
			font-size: 1.2rem;
			margin-bottom: 0.4rem;
		}

		.subtitle {
			font-size: 1rem;
			font-weight: 200;

			a {
				font-weight: 700;
				font-size: 1rem;
				color: #fff;
			}
		}

		.content-row {
			margin-top: 2.15rem;

			.link-box {
				display: flex;
				align-items: center;
				justify-content: center;
				width: 10.46rem;
				height: 10.46rem;
				flex-shrink: 0;
				aspect-ratio: 1;
				border-radius: var(--Corner-Radius-16);
				-webkit-border-radius: var(--Corner-Radius-16);
				-moz-border-radius: var(--Corner-Radius-16);
				-ms-border-radius: var(--Corner-Radius-16);
				-o-border-radius: var(--Corner-Radius-16);
				background: var(--Primary-Darker);
				overflow: hidden;
				transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;

				svg {
					width: 3rem;
					max-width: 100%;
					max-height: 100%;
					stroke: var(--Primary-Subtle);
					fill: var(--Primary-Subtle);
				}

				&:first-child {
					margin-right: 1.14rem;
				}

				&:last-child {
					width: 0;
				}
			}

			.content {
				position: relative;
				display: flex;
				align-items: center;
				width: 100%;
				height: 10.46rem;
				font-size: 1.2rem;
				padding: 0 1.14rem;
				font-weight: 700;
				background: var(--Primary-Darker);
				border-radius: var(--Corner-Radius-16);
				-webkit-border-radius: var(--Corner-Radius-16);
				-moz-border-radius: var(--Corner-Radius-16);
				-ms-border-radius: var(--Corner-Radius-16);
				-o-border-radius: var(--Corner-Radius-16);

				&:after {
					content: "Contact Us";
					position: absolute;
					left: -8px;
					bottom: 0;
					font-size: 5vw;
					color: var(--accent-color);
					font-weight: 900;
					line-height: 0.4;
				}
			}
		}


		&.has-anm {
			&:hover {
				.content-row {
					.link-box {

						&:first-child {
							width: 0;
							margin-left: 0;
						}

						&:last-child {
							width: 10.46rem;
							margin-left: 1.14rem;
						}
					}
				}


				.rtl .content-row {
					.link-box {



						&:last-child {
							width: 10.46rem;
							margin-right: 1.14rem;
						}
					}
				}
			}
		}
	}

	@media(max-width:480px) {
		.blue-support-box {
			.content-row {
				.link-box {
					&:first-child {
						width: 3rem;
						margin-left: 0.87rem;
						padding: 0.5rem;
					}

					&:last-child {
						display: none;
					}
				}

				.content {
					&:after {
						font-size: 9vw;
					}
				}
			}
		}
	}
}

.intership-programs-page {
	.main-title {
		display: flex;
		flex-direction: column;
		line-height: 0.3;
		margin-bottom: 2.57rem;

		.en-title {
			font-size: 3.75rem;
			font-weight: 900;
			color: var(--Secendry-Subtle);
			line-height: 1;
		}

		.fa-title {
			font-size: 1.125rem;
			font-weight: 700;
			margin-top: -1rem;

			svg {
				width: 1.3rem;
				height: 1.3rem;
				fill: var(--text-bg-dark-0);
				stroke: var(--text-bg-dark-0);
			}
		}
	}

	.first-sec {
		margin: 2.5rem 0;
		direction: rtl;

		img {
			display: block;
			margin: auto;
		}

		.content-box {
			.title {
				font-size: 2.25rem;
				font-weight: 200;
				color: var(--Secendry-Main-Color);
				line-height: normal;
				text-align: left;

				strong {
					font-weight: 700;
					color: var(--accent-color);
				}
			}



			.desc {
				font-size: 0.875rem;
				font-weight: 200;
				margin: 1rem 0 1.56rem;
				color: var(--accent-color);
				text-align: left;
				direction: ltr;

				strong {
					font-weight: 700;
				}
			}

			.btn-row {
				.custom-btn {
					color: #fff;
					padding: 0.5rem 1rem;
					border-radius: var(--radius-56);
					-webkit-border-radius: var(--radius-56);
					-moz-border-radius: var(--radius-56);
					-ms-border-radius: var(--radius-56);
					-o-border-radius: var(--radius-56);

					svg {
						width: 1.25rem;
						height: 1.25rem;
						fill: #fff;
						stroke: #fff;
					}
				}
			}
		}
	}

	.facilities-sec {
		position: relative;
		margin: 2.5rem 0;
		padding: 10rem 0 1rem;
		overflow-x: hidden;
		direction: rtl;

		.circle {
			display: flex;
			align-items: center;
			justify-content: center;
			position: absolute;
			bottom: 0;
			left: -5%;
			width: 580px;
			max-width: 30%;
			aspect-ratio: 1;
			border: solid 2.57rem var(--accent-color);
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;

			&:after {
				content: '';
				display: block;
				width: 87%;
				aspect-ratio: 1;
				border: solid 2.57rem var(--accent-color);
				border-radius: 50%;
				z-index: 1;
			}
		}


		.container {
			width: 1728px;
		}

		img {
			display: block;
			margin: auto;
			border-radius: 3.75rem 0 3.75rem 0;
			-webkit-border-radius: 3.75rem 0 3.75rem 0;
			-moz-border-radius: 3.75rem 0 3.75rem 0;
			-ms-border-radius: 3.75rem 0 3.75rem 0;
			-o-border-radius: 3.75rem 0 3.75rem 0;
		}

		.content-box {
			padding-left: 4rem;
			direction: ltr;

			.title {
				font-size: 1.28rem;
				color: var(--accent-color);
				margin-bottom: 0.57rem;
				text-align: left;
			}

			.desc {
				font-size: 1rem;
				font-weight: 200;
				color: var(--text-bg-dark-0);
				margin: 0;
				direction: ltr;
				text-align: left;
			}

			.items-wrapper {
				margin-top: 3.25rem;
				direction: ltr;

				.item {
					width: calc((100% / 3) - 1rem);

					strong {
						font-size: 1rem;
						color: var(--system-red-2);
					}

					.txt {
						font-size: 1rem;
						font-weight: 200;
						color: var(--text-bg-dark-0);
					}
				}
			}
		}
	}

	.puzzle-sec {
		padding: 10.57rem 0 4.29rem;

		.half-col {}

		.item-card {
			position: relative;
			width: 100%;
			height: 100%;
			border-radius: var(--radius-36);
			overflow: hidden;

			img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

			.content-box {
				position: absolute;
				top: 0;
				right: 0;
				left: 0;
				padding: 1.14rem 1.43rem;

				.title {
					font-size: 1rem;
					color: #fff;
					font-weight: 700;
					text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
				}

				.desc {
					font-size: 1rem;
					color: #fff;
					font-weight: 200;
					text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
				}
			}
		}
	}

	.programs-list {

		.item-col {
			.item-card {
				position: relative;
				width: 100%;
				aspect-ratio: 1;
				border-radius: var(--radius-12);
				-webkit-border-radius: var(--radius-12);
				-moz-border-radius: var(--radius-12);
				-ms-border-radius: var(--radius-12);
				-o-border-radius: var(--radius-12);
				overflow: hidden;

				&:before {
					content: '';
					position: absolute;
					top: 40%;
					right: 0;
					bottom: 0;
					left: 0;
					opacity: 0.5;
					background: linear-gradient(180deg, transparent 0%, #000 100%);
					background-blend-mode: multiply;
					z-index: 10;
				}

				img {
					width: 100%;
					height: 100%;
					object-fit: cover;
				}

				.content-box {
					position: absolute;
					right: 0;
					bottom: 0;
					left: 0;
					z-index: 100;
					padding: 0.92rem;


					* {
						color: #fff;
						font-size: 1rem;
						direction: ltr;
					}

					.title {
						font-weight: 700;
					}

					.summary {
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 1;
						font-size: 0.875rem;
						font-weight: 200;
						width: 100%;
						height: 0;
						margin: 0;
						text-align: right;
						overflow: hidden;
						transition: all 0.3s ease;
						-webkit-transition: all 0.3s ease;
						-moz-transition: all 0.3s ease;
						-ms-transition: all 0.3s ease;
						-o-transition: all 0.3s ease;
						text-align: left;
					}

					.cat {
						font-weight: 200;
					}

					svg {
						width: 1.3rem;
						aspect-ratio: 1;
						fill: #fff;
						stroke: #fff;
					}

					.time {
						border-left: solid 1px #fff;
						padding-right: 0.57rem;
						line-height: normal;

						.label {
							font-weight: 200;
						}
					}

					.view {
						padding: 0.57rem;
						background-color: var(--accent-color);
						border-radius: var(--radius-8);
						-webkit-border-radius: var(--radius-8);
						-moz-border-radius: var(--radius-8);
						-ms-border-radius: var(--radius-8);
						-o-border-radius: var(--radius-8);

						.label {
							font-size: 0.92rem;
							white-space: nowrap;
						}

						svg {
							width: 1.3rem;
							aspect-ratio: 1;
							fill: #fff;
							stroke: #fff;
							transform: rotate(180deg);
						}
					}
				}

				&:hover {
					.content-box {
						.summary {
							height: 1.57rem;
						}
					}
				}
			}
		}
	}

	@media(max-width:990px) {
		.facilities-sec {
			padding-top: 5rem;

			.circle {
				max-width: 50%;
			}

			.content-box {
				padding-left: 0.57rem;
				margin-bottom: 4rem;
			}
		}

		.puzzle-sec {
			padding-top: 5rem;
		}
	}

	@media(max-width:570px) {
		.facilities-sec {
			.circle {
				border-width: 1.57rem;

				&:after {
					border-width: 1.57rem;
				}
			}

			.content-box {
				.items-wrapper {
					.item {
						width: calc((100% / 2) - 1rem);
					}
				}
			}
		}
	}

	@media(max-width:480px) {
		.programs-list {
			.item-col {
				.item-card {
					&:before {
						top: 0;
					}
				}
			}
		}
	}
}

.product-details {


	.page-breadcrumbs {
		z-index: 10;
		position: relative;

		* {
			color: #ffffff;
			font-size: 0.92rem;
		}
	}

	.product-page-head {
		position: relative;
		margin-bottom: 6rem;

		.bg {
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			border-radius: 0 0 0 5rem;
			background: linear-gradient(88deg, #113663 0.95%, #1F2B48 15.36%, #1F2B48 77.18%, #113663 99.99%);
			z-index: 1;
		}

		.wrapper {
			padding-top: 5.4rem;
		}

		.img-box {
			position: relative;
			z-index: 10;

			.product-slider {
				width: 100%;
				border-radius: 0 5rem;
				-webkit-border-radius: 0 5rem;
				-moz-border-radius: 0 5rem;
				-ms-border-radius: 0 5rem;
				-o-border-radius: 0 5rem;
				overflow: hidden;

				img {
					width: 100%;
					border-radius: 0 5rem;
				}
			}

			.nav-wrapper {
				position: absolute;
				bottom: 0;
				right: 0;
				left: 0;
				display: flex;
				align-items: center;
				justify-content: space-between;
				gap: 1rem;
				z-index: 1;
				padding: 2.29rem;
				direction: rtl;

				.arrow-btn {
					display: flex;
					align-items: center;
					justify-content: center;
					width: 3.42857rem;
					aspect-ratio: 1/1;
					border: solid 2px var(--accent-color);
					border-radius: 50%;
					cursor: pointer;

					svg {
						width: 1.14rem;
						height: 1.14rem;
						stroke: var(--accent-color);
					}

					&.prev {
						svg {
							transform: rotate(180deg);
							-webkit-transform: rotate(180deg);
							-moz-transform: rotate(180deg);
							-ms-transform: rotate(180deg);
							-o-transform: rotate(180deg);
						}
					}

					&.swiper-button-disabled {
						border-color: var(--Secendry-Subtle);
						cursor: default;

						svg {
							stroke: var(--Secendry-Subtle);
						}
					}
				}
			}
		}

		.content-box {
			position: relative;
			z-index: 10;
			display: flex;
			flex-direction: column;
			align-items: start;
			gap: 0.57rem;
			justify-content: space-between;
			padding: 0rem 2rem 5rem 0.57rem;
			color: #fff;
			text-align: right;
			height: max-content;

			.main-title {
				font-size: 3.75rem;
				font-weight: 900;
				color: #fff;
				line-height: 1.2;
				text-align: left;
			}

			.badge {
				background: var(--accent-color);
				color: #fff;
				font-size: 0.92rem;
				padding: 0 0.8rem;
				border-radius: 1rem;

				&.white {
					background: var(--White);
					color: var(--accent-color);
				}
			}

			.sub-title {
				font-size: 2.25rem;
				font-weight: 100;
				line-height: 1.2;
			}

			.data-row {
				color: var(--White);

				.label {
					svg {
						width: 1.2rem;
						height: 1.2rem;
						stroke: var(--White);
					}

					font-weight: 700;
				}

				.val {
					display: inline-block;
					font-weight: 200;
					text-align: left;
				}

				a {
					color: var(--White);
					font-weight: 200;
				}

			}

			.btn-row {

				.custom-btn {
					color: #fff;
					padding: 0.5rem 1rem;
					border-radius: var(--radius-56);
					-webkit-border-radius: var(--radius-56);
					-moz-border-radius: var(--radius-56);
					-ms-border-radius: var(--radius-56);
					-o-border-radius: var(--radius-56);

					svg {
						width: 1.25rem;
						height: 1.25rem;
						fill: #fff;
						stroke: #fff;
					}

					&:nth-child(2) {
						background-color: var(--text-bg-red-1);
					}

					&.custom-btn-website {
						background-color: white;
						color: var(--Primary-Main-Color);


					}
				}
			}
		}

		@media(max-width: 768px) {

			.content-box {
				padding-right: 0rem;
				padding-left: 0rem;
			}
		}
	}

	.anchor-menu {
		&.fixed {
			position: fixed;
			top: 0;
			right: 0;
			left: 0;
			z-index: 1000;
			background: #fff;
		}

		ul {
			display: flex;
			align-items: center;
			justify-content: start;
			flex-wrap: wrap;
			gap: 1.43rem;
			list-style: none;
			width: 100%;
			background: #fff;
			padding: 0.87rem;
			border-radius: var(--radius-24) var(--radius-24) 0 0;

			li {
				display: inline-block;
				vertical-align: middle;

				a {
					display: flex;
					align-items: center;
					gap: 1.14rem;
					font-weight: 700;
					font-size: 1rem;
					color: var(--text-bg-dark-0);
					white-space: nowrap;

					svg {
						width: 1.4rem;
						stroke: var(--accent-color);
					}
				}
			}
		}
	}

	.main-content-wrapper {
		background: #fff;
		padding: 2.64rem 0 1rem;



		.sec-title {
			display: flex;
			align-items: center;
			gap: 1.14rem;
			font-weight: 700;
			font-size: 1rem;
			color: var(--text-bg-dark-0);
			margin-bottom: 1.14rem;

			svg {
				width: 1.4rem;
				stroke: var(--accent-color);
			}
		}

		#description-sec {
			margin-bottom: 4.86rem;

			* {
				color: var(--text-bg-dark-0);
			}

			.desc {
				font-size: 1rem;
				font-weight: 200;
				text-align: justify;
				line-height: 2rem;
			}

			img {
				width: 100%;
				border-radius: var(--radius-12);
				-webkit-border-radius: var(--radius-12);
				-moz-border-radius: var(--radius-12);
				-ms-border-radius: var(--radius-12);
				-o-border-radius: var(--radius-12);
			}
		}

		#technical-info-sec {
			* {
				color: var(--text-bg-dark-0);
			}

			.technical-info-box {
				border-radius: var(--radius-8);
				-webkit-border-radius: var(--radius-8);
				-moz-border-radius: var(--radius-8);
				-ms-border-radius: var(--radius-8);
				-o-border-radius: var(--radius-8);
				border: solid 1px var(--Secendry-Subtle);
				background: var(--bg-f5);
				padding: 0.57rem 0.87rem;

				.item {
					display: flex;
					align-items: center;
					justify-content: space-between;
					gap: 1rem;
					padding: 1rem 0.25rem 0.57rem 0.25rem;
					border-bottom: solid 1px var(--Secendry-Subtle);

					&:last-child {
						border: none;
					}

					.label {
						font-size: 0.85714rem;
						font-weight: 700;
					}

					.val {
						font-size: 0.85714rem;
					}
				}
			}
		}

		#catalog-sec {
			margin-bottom: 2rem;

			.catalog-box {
				display: flex;
				flex-direction: column;
				gap: 0.57rem;
				padding: 1.43rem 0.87rem;
				border-radius: var(--radius-8);
				-webkit-border-radius: var(--radius-8);
				-moz-border-radius: var(--radius-8);
				-ms-border-radius: var(--radius-8);
				-o-border-radius: var(--radius-8);
				background-color: var(--accent-color);
				background-image: url('/portals/0/images/catalog-bg.jpg');
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;

				.txt {
					line-height: 2rem;
					font-weight: 200;
					color: #fff;

					strong {
						color: #fff;
					}
				}

				.custom-btn {
					width: fit-content;
					color: var(--accent-color);
					background-color: #fff;
					padding: 0.5rem 1rem;
					border-radius: var(--radius-8);
					-webkit-border-radius: var(--radius-8);
					-moz-border-radius: var(--radius-8);
					-ms-border-radius: var(--radius-8);
					-o-border-radius: var(--radius-8);

					svg {
						width: 1.25rem;
						height: 1.25rem;
						fill: var(--accent-color);
						stroke: var(--accent-color);
					}
				}
			}
		}

		#video-sec {
			video {
				width: 100%;
				border-radius: var(--radius-8);
				-webkit-border-radius: var(--radius-8);
				-moz-border-radius: var(--radius-8);
				-ms-border-radius: var(--radius-8);
				-o-border-radius: var(--radius-8);
			}
		}

		#related-sec {
			margin-top: 4.57rem;
		}
	}
}

.related-products {

	.prod-card {
		width: 100%;
		border-radius: var(--radius-12);
		border: solid 1px var(--Secendry-Subtle);
		background: var(--bg-f1);
		padding: 0.92rem;
		gap: 0.92rem;
		flex-wrap: nowrap;

		.img-box {
			position: relative;
			padding: 0;
			border-radius: var(--radius-12);
			-webkit-border-radius: var(--radius-12);
			-moz-border-radius: var(--radius-12);
			-ms-border-radius: var(--radius-12);
			-o-border-radius: var(--radius-12);
			aspect-ratio: 1;
			overflow: hidden;

			img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

			.model {
				position: absolute;
				left: 0.57rem;
				bottom: 0.57rem;
				background: var(--accent-color);
				color: #fff;
				font-size: 0.92rem;
				padding: 0 0.8rem;
				border-radius: 1rem;

			}
		}

		.content-box {
			padding: 0;
			width: 100%;
			flex-shrink: 1;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			direction: ltr;

			.title {
				* {
					font-size: 1rem;
					font-weight: 700;
					color: var(--text-bg-dark-0);
				}
			}

			.brand-name {
				display: block;
				font-size: 0.92rem;
				text-align: left;
				color: var(--text-bg-dark-4);
			}

			.Summary {
				.bordered-caption {
					display: flex;
					align-items: center;
					gap: 0.57rem;
					font-size: 1rem;
					color: var(--accent-color);
					white-space: nowrap;

					&:after {
						content: '';
						width: 100%;
						height: 1px;
						background: #C2C8D6;
					}
				}

				.text {
					font-size: 1rem;
				}
			}

			.view {
				display: flex;
				align-items: center;
				gap: 0.57rem;
				direction: rtl;

				gap-2 .label {
					font-size: 1rem;
				}

				svg {
					width: 1.6rem;
					height: 1.6rem;
					transform: rotate(-90deg);
				}
			}
		}
	}
}

svg {
	height: 1.87rem;
	width: 1.87rem;
}

/************************************* border-job-opportunities *******************************/
.edNews_additionalCards .node {
	list-style: none;
	padding: 0 6rem !important;
}

.rtl .content-box .title {
	text-align: right !important;
}

.rtl .intership-programs-page .first-sec .content-box .desc {
	text-align: right;
	direction: rtl;
}

.rtl .btn-holder-custom {
	direction: rtl;
}

.btn-holder-custom {
	direction: ltr;
}

.rtl .content-box .title {
	text-align: right;
}

.rtl .content-box .desc {
	direction: rtl !important;
	text-align: right;
}

.rtl .intership-programs-page .facilities-sec .content-box .items-wrapper {
	direction: rtl;
}

.rtl .intership-programs-page .programs-list .item-col .item-card .content-box .view svg {
	transform: none;
}

.rtl .dep-prod-list .item-col .prod-card .content-box .view {
	justify-content: start;
}

.rtl .blue-support-wrapper .blue-support-box .content-row .link-box {
	margin-left: 1.14rem;
}

.rtl .items-course-card .item-col .corse-cars-box * {
	text-align: right;
	direction: rtl;
}

.edncf_CheckBoxListName span {
	color: var(--dark-0);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
}

.rtl .product-details .product-page-head .content-box .main-title {
	text-align: right;
}

.rtl .product-details .product-page-head .content-box .data-row .val {
	text-align: right;
}

.rtl .related-products .prod-card .content-box .view {
	direction: rtl;
}

.rtl .related-products .prod-card .content-box .view svg {
	transform: rotate(90deg);
}

.content-box .header-data-wrapper .author-data {

	transform: translateY(15px);
}

.rtl .content-box .header-data-wrapper .author-data {
	transform: translateY(0);
}




.detail-article-events {

	.eventDetail-header {
		&::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 7%;
			z-index: 0;
			background-color: var(--Primary-Main-Color);
			text-align: center;
			align-content: center;
			border-radius: 0 0 0 6.15rem;
		}

		.page-breadcrumbs {
			color: var(--text-bg-light-4);
			position: relative;

			a {
				color: var(--text-bg-light-4);

			}

			.Boxed {
				white-space: nowrap;
				overflow: auto;
			}
		}
	}

	.summary-container {
		width: 84.15rem;
		margin: auto;
		max-width: 100%;
		position: relative;
		z-index: 1;
		margin-top: 6.3rem;

		.Title,
		.time-loc {
			text-align: center;
			color: var(--text-bg-light-4) !important;
			margin-bottom: 3rem;
		}

		.img-box {
			width: 84.15rem;
			max-width: 100%;
			aspect-ratio: 1 / 0.5;

			img {
				width: 100%;
				border-radius: var(--radius-12);
				object-fit: cover;
				height: 100%;
			}
		}

		.description {
			margin-top: 2.71rem;
		}
	}

	.link {
		svg {
			width: 1.5rem;
			height: 1.5rem;
			stroke: var(--text-bg-light-4);
		}

		span {
			color: var(--bg-ff);
			background-color: var(--Primary-Main-Color);
		}
	}

	.author {
		svg {
			fill: var(--text-bg-light-4);
			stroke: var(--Secendry-Main-Color);
			width: 1.5rem;
			height: 1.5rem;
		}
	}

	.title {
		color: #000;
		margin-bottom: 1.14rem;

		svg {
			width: 0.75rem;
			height: 0.75rem;
			stroke: var(--Primary-Main-Color);
		}
	}

	.information-items {
		margin-bottom: 5.13rem;

		.item {
			color: var(--bg-ff);
			padding: 2rem;
			flex: 1;


		}

		.right-item {

			border-radius: 0 3.75rem;
			background: linear-gradient(98deg, #0063F7 33.78%, #00A5F7 99.76%);

			svg {
				stroke: var(--text-bg-light-4);
			}
		}

		.left-item {
			color: var(--Primary-Darker);
			border-radius: 3.75rem 0;
			background: var(--system-blue-2);

			svg {
				stroke: var(--Primary-Darker);
			}
		}
	}

	.achivement-wrapper {
		margin-top: 1.63rem;
		background-color: var(--bg-ff);
		border-radius: var(--radius-24);
		padding: 1.92rem 1rem 6rem 1rem;
		margin-bottom: 3rem;

		.image-wrapper {
			margin-bottom: 4.15rem;
			--bs-gutter-y: 2.3rem;
			--bs-gutter-x: 1.5rem
		}

		.img-box-4 {
			width: 30.76rem;
			aspect-ratio: 1 / 1;
			max-width: 100%;
		}

		.img-box-8 {
			width: 65.84rem;
			aspect-ratio: 1/0.5;
			max-width: 100%;
		}

		img {
			object-fit: cover;
			width: 100%;
			height: 100%;
			border-radius: var(--radius-12);
		}

		.more-description {
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 15;
			overflow-y: auto;
			text-overflow: ellipsis;
		}

		.video-wrapper {
			position: relative;
			margin-top: 3.85rem;

			.video-box {
				width: 51.07rem;

				max-width: 100%;

				video {
					width: 100%;
					border-radius: 4.6rem 0;
				}
			}

			.video-description {
				width: 57.68rem;
				max-width: 100%;
				background-color: var(--text-bg-light-1);
				border-radius: 0 4.6rem;
				padding: 1.84rem;
				color: var(--text-bg-dark-1);
				position: absolute;
				bottom: 0;
				left: 0;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 6;
				overflow-y: auto;
				text-overflow: ellipsis;
			}

		}

		.Gallery-wrapper {
			.item {
				color: var(--text-bg-dark-0);
				border-radius: var(--Corner-Radius-16);
				border: 1px solid var(--text-bg-light-1);
				background-color: var(--text-bg-light-1);
				padding: 1.5rem;

				svg {
					stroke: var(--text-bg-dark-0);
					width: 1.5rem;
					height: 1.5rem;
				}
			}

			.img-box {
				width: 29.2rem;
				max-width: 100%;
				aspect-ratio: 1/0.9;

				img {
					width: 100%;
				}

				;
			}

			.gallery-swiper {
				.swiper-slide {
					transition: transform 0.3s ease, z-index 0.3s ease;
					z-index: 1;
					transform: scale(0.8);
					opacity: 0.5;
				}

				.swiper-slide-active {
					z-index: 10;
					transform: scale(1);
					opacity: 1;
				}

				.swiper-slide-prev,
				.swiper-slide-next {

					transform: scale(0.9);
					opacity: 1 !important;
				}

				.navigation-icons {
					margin-top: 5rem;

					.swiper-button-next,
					.swiper-button-prev {
						position: static !important;
						border: 1px solid var(--Primary-Main-Color);
						border-radius: 50%;
						width: 3rem;
						height: 3rem;
					}

					.swiper-button-next::after {
						content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'><path d='M7 13L1 7M1 7L7 1M1 7L17 7' stroke='%23354879' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
						display: inline-block;
						vertical-align: middle;
						line-height: 0;
					}

					.swiper-button-prev::after {
						content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'><path d='M11 13L17 7M17 7L11 1M17 7L1 7' stroke='%23354879' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
						display: inline-block;
						vertical-align: middle;
						line-height: 0;
					}
				}
			}
		}
	}

}

@media(max-width:1200px) {
	.edNews_article {
		& .achivement-wrapper {
			& .video-wrapper .video-description {
				position: static;

			}
		}
	}
}

@media(max-width:760px) {
	.detail-article-events {
		& .achivement-wrapper {
			.img-box-4 {
				width: 100%;
			}
		}
	}
}



/*******************Event Detail End****************/


/*******************Events Detail - Related Article Begin****************/
.related-articles-events {
	.edNews_cardList {
		display: flex;
		list-style: none;
		gap: 1.23rem;
		flex-wrap: wrap;

	}

	.event-item {
		width: calc((100% - 3.69rem) / 4);
		background: var(--text-bg-light-4);
		border: 1px solid var(--text-bg-light-1);
		border-radius: var(--Corner-Radius-16);
		padding: 0.75rem;

		.img-box {
			width: 22.53rem;
			max-width: 100%;
			aspect-ratio: 1/0.5;

			img {
				width: 100%;
				object-fit: cover;
				border-radius: var(--radius-12)
			}

			;
		}

		.eventDate {
			color: var(--Primary-Main-Color);
		}

		.load-more {
			background-color: var(--Primary-Main-Color);
			border-radius: var(--radius-8);
			padding: 0.3rem 0.6rem;
			color: var(--text-bg-light-4);

			svg {
				stroke: var(--text-bg-light-4);
				width: 1.84rem;
			}
		}

		.edNews_smallTitle {
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow-y: hidden;
			text-overflow: ellipsis;
		}
	}

	.categoryLabel {
		color: var(--Primary-Main-Color);
		background-color: var(--bg-f1);
		border-radius: var(--radius-8);
		display: inline-block;
	}
}

@media(max-width:990px) {
	.related-articles-events {
		.event-item {
			width: calc((100% - 2.46rem) / 3);
		}
	}
}

@media(max-width:670px) {
	.related-articles-events {
		.event-item {
			width: calc((100% - 1.23rem) / 2);
		}
	}
}

@media(max-width:390px) {
	.related-articles-events {
		.event-item {
			width: 100%;
		}
	}
}

@media (max-with:480px) {
	.caption-txt-event-cart{
	flex-direction: column !important;
    
}
}

/********************** Begin Comments کاملا در فایل mempjs.cssجایگذاری شود  ***********************/

.edNews__commentPendingApproval,
.edNews_errorMessage {
	position: absolute;
	top: 105%;
	right: 0;
	transition: all ease-in-out 0.3s;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	display: block;
}

.edNews__commentPendingApproval.show,
.edNews_errorMessage.show {
	max-height: 3rem;
	opacity: 1;
	padding: 0.2rem 0.87rem;
	color: var(--White);
	border-radius: 0.4rem;
	z-index: 1;
}


.edNews__commentsWrapper .btn-submit {
	color: var(--White);
	transition: all ease-in-out 0.3s;
	cursor: pointer;
	font-weight: bold;
}

.edNews__commentsWrapper .btn-submit:hover {
	background: var(--accent-color4);
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea) {
	outline: unset !important;
	padding: 1rem;
	width: -webkit-fill-available;
	background-color: var(--text-bg-light-4) !important;
	transition: all ease-in-out 0.3s;
	border: 0.1em solid var(--text-bg-light-1) !important;
	border-radius: var(--radius-12);
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea)::placeholder {
	text-align: right !important;
	font-family: IranSite;
	color: var(--Silver-Secondary-Color);
	transition: all ease-in-out 0.3s;
}

input:where([type="email"], [type="cell"]) {
	direction: ltr;
}

.edNews__commentsWrapper .form-group {
	position: relative;
}

.edNews__commentsWrapper .form-group label {
	position: absolute;
	padding: 0.4rem 0;
	top: 0;
	right: 1rem;
	color: var(--text-bg-dark-0);
	transition: all 0.3s ease;
	pointer-events: none;
	transform: translateY(8%);
	background-color: var(--text-bg-light-4);


}

.edNews__commentsWrapper .form-group .form-control:focus~label,
.edNews__commentsWrapper .form-group .form-control:not(:placeholder-shown)~label {

	transform: translateY(-60%);
}

.edNews__commentsWrapper .form-control:focus {
	box-shadow: none;
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea):focus {
	border-color: var(--Accent-Color);
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea):focus::placeholder {
	letter-spacing: -0.05rem;
	font-size: 0.9rem;
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 0.2em;
	gap: 1rem;
}

.edNews__commentsWrapper .GDPR input[type=checkbox] {
	display: none;
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:before {
	content: "✔";
	border: 0.1em solid var(--Black-Color);
	border-radius: 0.2em;
	display: flex;
	color: transparent;
	transition: 0.2s;
	padding: 0 0.5em;
	border: 0.1rem solid var(--blgnav);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:active:before {
	transform: scale(0);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:checked+label:before {
	background-color: #3cb371;
	border-color: #3cb371;
	color: var(--White);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:disabled+label:before {
	transform: scale(1);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:checked:disabled+label:before {
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
}

.edNews__commentsCommentFormWrapper .edNews__replyingToMessage {
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.3s;
}

.edNews__commentsCommentFormWrapper.edNews__replyingToComment .edNews__replyingToMessage {
	opacity: 1;
	visibility: visible;
}

.edNews__commentsCommentFormWrapper {
	background-color: var(--text-bg-light-4);
}

.edNews__commentsCollapseWrapper {
	display: flex;
	flex-direction: column-reverse;
	gap: 3.85rem;
	width: 100%;
}

.edNews_commentDetails .media-body {
	padding: 0.5rem;
	flex: 1 0 80%;
	border: 0.1rem solid var(--silverLight);
	border-radius: calc(var(--b-rasiud)*2);
}

.edNews__commentVoting_upvote .fa-thumbs-o-up:before {
	color: green;
	font-size: 1.5rem;
}

.edNews__commentVoting_downvote .fa-thumbs-o-down:before {
	color: red;
	font-size: 1.5rem;
}

.edNews_commentActions span {
	color: var(--accent-color1);
}

.edNews_numberVotes {
	color: var(--accent-color1);
}

.edNews_loadMoreTriggerWrapper {
	display: flex;
	justify-content: center;
}

.edNews_loadMoreTriggerWrapper button {
	background: var(--accent-color3);
	border: 1px solid var(--accent-color2);
	padding: 1rem;
	margin-bottom: 2rem;
	cursor: pointer;
}

.edNews_loadMoreTriggerWrapper .loadingOverlay {
	display: none;
}

.edNews_loadMoreTriggerWrapper.loading,
.edNews__editingComment .edNews__editCommentContainer {
	display: block;
}

.edNews_loadMoreTriggerWrapper.hide,
.edNews__editCommentContainer {
	display: none;
}

.edNews_userAvatar img {
	width: 2.85rem;
	height: 2.85rem;
	border-radius: var(--b-radius);
}

.edn_recentCommentContainer {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.ItemTitleComment svg {
	width: 1.5rem;
}

.edNews__commentContent {
	font-size: 1rem;
}

.edNews__commentContent p {
	margin: 0;
}

.edNews_commentDate {
	font-size: 0.8rem;
	padding-top: 6px;
}

.edNews__childCommentsContainer {
	margin-bottom: 0.6rem;
	margin-right: 2rem;
}

.edNews__childCommentsContainer .edNews__itemCommentContainer {
	/* margin-right: 2rem; */
	border-top: 0.1rem solid var(--dark-gray);
}


.edNews_adminEdit .btn-submit {
	background: transparent !important;
	color: var(--accent-color);
}

.edNews_adminEdit .btn-submit .edNews__editComment,
.edNews_adminEdit .btn-submit .edNews__deleteComment {
	display: none;
}

div#edNewsComment3424_2219_3 {
	border-bottom: 0.1em solid var(--accent-color2);
}

.edNews_addComment {

	.submit-btn {
		padding: 0.57rem 1.42rem;
		margin: 1.69rem 0;
		background-color: var(--system-green-0);
		border: none;
		border-radius: var(--radius-8);
		color: var(--text-bg-light-4);
		display: inline-block;
	}

}

.edNews__commentsListContainer {
	background-color: var(--text-bg-light-4);
	border-radius: var(--radius-12);
	padding: 0.5rem;
	border: 1px solid var(--text-bg-light-1);
}

.edNews__itemCommentContainer {
	border-bottom: 1px solid #DBDBDB;
}

.edNews__itemCommentContainer:last-child {
	border-bottom: none;
}

/********************** End Comments ***********************/

/*******************News Detail Begin****************/

.detail-article-news {

	.newsDetail-header {
		.wrapper {
			z-index: 1;
			position: relative;
			padding-top: 5.4rem;
		}

		.bg {
			z-index: 0;
			content: "";
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			background-color: var(--Primary-Main-Color);
			border-radius: 0 0 0 6.15rem;
		}
	}

	.img-box {
		width: 54.35rem;
		max-width: 100%;
		aspect-ratio: 1/0.7;

		img {
			width: 100%;
			height: 100%;
			border-radius: var(--Corner-Radius-16)
		}


	}

	.header-data-wrapper {
		gap: 6.71rem;
		display: flex;
		flex-direction: column;

		.title-data {

			.Title,
			.category a {

				color: var(--text-bg-light-4) !important;
			}
		}

		.author {
			a {
				color: rgba(0, 0, 0, 0.30) !important;
			}

			svg {
				stroke: var(--text-bg-dark-0);
				fill: var(--text-bg-light-4);
				width: 1.42rem;
			}
		}

		.link {
			margin-top: 1.5rem;

			svg {
				width: 1.71rem;
				height: 1.71rem;
				stroke: var(--text-bg-light-4);
			}

			span {
				color: var(--bg-ff);
				background-color: var(--Primary-Main-Color);
			}
		}
	}

	.in_article_image {
		margin: 1.64rem 0 2.92rem 0;

		img {
			border-radius: var(--Corner-Radius-16);
			width: 100%;
		}
	}

	.content {
		color: var(--text-bg-dark-0);
		margin-top: 2.92rem;
	}

	.article-heading-holder {
		padding: 0.57rem 0.28rem;
		background-color: var(--Primary-Darker);
		border-radius: var(--radius-8);
		color: var(--text-bg-light-4);

		.main-title {
			padding: 0.5rem;
		}

		.article-heading {

			&.hide {
				display: none;
			}

			li {
				font-weight: 200;
				padding: 0.5rem;

				a {
					color: var(--text-bg-light-4);
				}
			}
		}
	}

	.other-articles {
		padding: 0.25rem 0.5rem;
		border-radius: 0.5rem;
		background-color: var(--text-bg-light-4);
		margin: 0.5rem;

		.img-box {
			width: 5.5rem;
			max-width: 100%;
			aspect-ratio: 1/1;

			img {
				width: 100%;
				border-radius: 0.5rem;
			}
		}

		h2 {
			font-size: 0.875rem;
			margin-top: 0.25rem;
		}

		.content-box {
			padding: 0.5rem 0;
		}
	}

	.page-breadcrumbs {
		color: var(--text-bg-light-4);
		position: relative;
		white-space: nowrap;
		overflow: auto;

		a {
			color: var(--text-bg-light-4);

		}
	}
}



.detail-sidebar {
	margin-top: 2.92rem;
}

@media(max-width:768px) {
	.detail-article-news {
		.header-data-wrapper {
			gap: 0;
			margin: 1rem 0;

			.author-data {

				.author,
				.author a {
					color: var(--text-bg-light-4) !important;

					svg {
						fill: var(--text-bg-light-4);
						stroke: var(--text-bg-light-4);
					}
				}

				.link {
					span {
						color: var(--Primary-Main-Color);
						background-color: var(--bg-ff);


						svg {
							stroke: var(--Primary-Main-Color);
						}
					}

				}
			}
		}
	}
}

/*******************News Detail End****************/

/*******************News Detail Related Article Begin****************/

.related-articles-news {
	.title {
		margin-bottom: 1.14rem;

		svg {
			stroke: var(--Primary-Main-Color);
			width: 0.85rem;
			height: 0.85rem;
		}
	}

	.edNews_cardList {
		display: flex;
		list-style: none;
		gap: 1.14rem;
		flex-wrap: wrap;

	}

	.news-item {
		width: calc((100% - 3.69rem) / 4);
		border-radius: var(--Corner-Radius-16);

		.img-box {
			position: relative;
			width: 54.35rem;
			max-width: 100%;
			aspect-ratio: 1 / 1;
		}

		.content-box {
			position: absolute;
			bottom: 0;
			padding: 0.75rem;

			a {
				color: var(--text-bg-light-4);
			}

			.edNews_smallTitle {
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-line-clamp: 1;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				margin-bottom: 0.85rem;
			}

		}

		.load-more {
			display: flex;
			align-items: center;
			background-color: var(--text-bg-light-4);
			color: var(--Primary-Main-Color);
			border-radius: var(--radius-8);
			padding: 0.25rem 0.5rem;
			white-space: nowrap;

			svg {
				stroke: var(--Primary-Main-Color);
			}
		}

		.categoryLabel {
			color: var(--text-bg-light-4);
			white-space: nowrap;
			padding: 0 !important;
		}
	}



}

@media(max-width:990px) {
	.related-articles-news {
		.news-item {
			width: calc((100% - 2.46rem) / 3);
		}
	}
}

@media(max-width:670px) {
	.related-articles-news {
		.news-item {
			width: calc((100% - 1.23rem) / 2);
		}
	}
}

@media(max-width:390px) {
	.related-articles-news {
		.news-item {
			width: 100%;
		}
	}
}

/*******************News Detail Related Article End****************/

/******************* Customer Services Begin ***************/
.module-wrapper {
	background-color: var(--text-bg-light-4);
}

.customer-service {
	padding: 3rem 0;

	.title {
		color: var(--text-bg-dark-0);
		margin-bottom: 1rem;

		svg {
			width: 0.75rem;
			height: 0.75rem;
			stroke: var(--Primary-Main-Color);
		}
	}

	.faq-description {
		margin-top: 1rem;

		.Consultation-request {
			margin-top: 1.14rem;
			width: 40%;
			background-color: var(--system-red-2);
			border-radius: var(--radius-56);
			color: var(--text-bg-light-4);

			svg {
				width: 1.25rem;
				height: 1.25rem;
				fill: var(--text-bg-light-4);
			}
		}
	}

	.large-title {
		color: var(--Secendry-Subtle);
		font-size: 3.75rem;
		font-weight: 900;
		text-align: left;
		gap: 0;
		line-height: 1;
	}

	.accordion-panel {
		border-radius: var(--radius-12);
		border: 1px solid var(--text-bg-light-1);

		&.open {
			.acc-head {
				svg {
					transform: rotate(180deg);
					-webkit-transform: rotate(180deg);
				}
			}
		}

		.title {
			color: var(--text-bg-dark-0);

		}

		.acc-head {
			svg {
				stroke: var(--text-bg-dark-0);
				transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
			}
		}
	}
}

@media(max-width:460px) {
	.customer-service {
		& .faq-description {
			.Consultation-request {
				width: 50%;
			}
		}

		.large-title {
			font-size: 2rem;
		}

		.accordion-panel {
			.acc-head {
				.title {
					font-size: 1rem;
				}
			}
		}
	}
}


/******************* Customer Services End ***************/
.title-container {
	margin-bottom: 1.14rem;
}


@media (min-width: 1320px) {
	.container-fluid.container-left {
		margin-left: 0;
		padding-right: calc(50vw - 660px)
	}

	.container-fluid.container-right {
		margin-right: 0;
		padding-left: calc(50vw - 660px)
	}
}

/************************** rtl ****************************/
.rtl .btn-show-en {
	display: none;
}

.btn-show-fa {
	display: none;
}

.rtl .btn-show-fa {
	display: block;

}

.txt-show-fa {
	display: none;
}

.rtl .txt-show-fa {
	display: block;

}

.rtl .txt-show-en {
	display: none;
}

.link-btn-fa,
.link-txt-fa {
	display: none;
}

.rtl .link-btn-fa {
	display: flex;
}


.link-btn-en {
	display: flex;
}

.rtl .link-txt-en {
	display: none;
}

.rtl .link-txt-fa {
	display: block;
}

.link-btn-fa-phone {
	display: none;
}

.link-btn-en-phone {
	display: block;
}

.rtl .link-btn-en-phone {
	display: none;
}

.rtl .link-btn-fa-phone {
	display: block;
}

.rtl .content-box {

	/* align-items: end; */

}

.rtl .link-btn-en {
	display: none;
}

.rtl .content-box .btn-row {
	/* justify-content: space-between; */
}

.persian-name {
	display: none;
}

.rtl .persian-name {
	display: block;
}

.rtl .intership-programs-page .programs-list .item-col .item-card .content-box {
	direction: ltr;
}

.rtl .intership-programs-page .facilities-sec .content-box .desc {
	direction: ltr;
	text-align: right;
}

.rtl .related-products .prod-card .content-box {
	direction: rtl;
	flex-wrap: nowrap;

}

.rtl .intership-programs-page .programs-list .item-col .item-card .content-box * {
	direction: rtl;
}

.rtl .intership-programs-page .programs-list .item-col .item-card .content-box .time {
	border-right: solid 1px #fff;
	border-left: none;
}

.rtl .pagetitle-en {
	display: none;
}

.rtl .pagetitle-fa {
	display: block;
}

.pagetitle-fa {
	display: none;
}

.pagetitle-en {
	display: block;
}

.rtl .dep-prod-list .item-col .prod-card .content-box .view svg {
	transform: rotate(89deg);
}
