﻿/*--------------------------------------- bootstrap carousel ------------------------------*/


#myCarousell{
    z-index: -1;
}


.carousel-indicators li {
width: 2px !important;
	height: 40px;
	transform: scaleY(0.42);
	transform-origin: top;
	transition: all .3s ease-out;
	padding: 0;
	background: #3d434f;
	margin: 0 8px;
}
.carousel-indicators .active,
.carousel-indicators li:hover {
	transform: scaleY(1);
}
.carousel-caption {
	top: 31%;
	left: -31%;
}
.carousel-control-prev,
.carousel-control-next {
	display: none;
}
/*--------------------------------- intro section-----------------------------------------*/

.emami_servises {
	padding: 70px 0 30px;
}
.emami_section {
	width: 100%;
}
.emami_intro {
	width: 100%;
	background: #fdce99;
}
.emami_intro .content {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	text-align: right;
	padding: 30px 0 40px;
}
.emami_intro .content .left {
	width: 50%;
	padding-left: 0;
	position: relative;
	/* opacity: 0; */
	/* visibility: hidden; */
	/* top: 20px; */
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.emami_intro .content .left {
	/* opacity: 1; */
	/* visibility: visible; */
	/* top: 0px; */
}
.emami_intro .name {
	display: inline-block;
	margin-bottom: 16px;
	color: #ff4522;
	font-weight: 500;
}
.kura_tm_all_wrap[data-color="orange"] .emami_intro .name {
	color: #ff4522;
}
.emami_intro .job {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.4;
	/* text-transform: uppercase; */
	margin-bottom: 25px;
	color: #171717;
}
.emami_intro .services {
	width: 100%;
	height: auto;
	clear: both;
	/* float: left; */
	margin-bottom: 35px;
}
.emami_intro .services ul {
	margin: 0px;
	list-style-type: none;
}
.emami_intro .services ul li {
	width: 100%;
	float: left;
	margin: 0px;
}
.emami_intro .services ul li a {
	text-decoration: none;
	color: #000;
	font-size: 17px;
	display: inline-block;
	padding: 8px 0px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.emami_intro .services ul li .image {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -111;
}
.emami_intro .services ul li .svg {
	position: relative;
	top: 2px;
	width: 17px;
	height: 17px;
	right: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	transform: rotate(180deg);
}
.emami_intro .services ul li:hover a {
	opacity: .8;
}
.emami_intro .services ul li:hover .svg {
	transform: rotate(210deg);
	fill: #00ffb3;
}
.emami_intro .popup_informations {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -11;
	display: none;
}
.emami_intro .short_info {
	width: 100%;
	height: auto;
	clear: both;
	/* float: left; */
}
.emami_intro .short_info ul {
	margin: 0px;
	list-style-type: none;
}
.emami_intro .short_info ul li {
	margin: 0;
	display: inline-block;
}
.emami_intro .short_info ul li .list_inner {
	display: flex;
	align-items: center;
}
.emami_intro .short_info ul li div {
	font-size: 45px;
	font-weight: 600;
	color: #171717;
	margin: 0;
}
.emami_intro .short_info ul li span {
	padding: 0 15px;
	display: inline-block;
	line-height: 1.4;
	position: relative;
	top: -3px;
	font-size: 14px;
	font-weight: 500;
}
.emami_intro .short_info ul li span:first-child {
	padding-right: 0;
}
.emami_intro .content .right {
	width: 50%;
	text-align: right;
	padding-right: 200px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	top: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.emami_intro .content .right {
	opacity: 1;
	visibility: visible;
	top: 0px;
}
.emami_intro .content .right .image {
	position: relative;
}
.emami_intro .content .right .image img {
	min-width: 100%;
	position: relative;
	opacity: 0;
}
.emami_intro .content .right .image .main {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: rotate(0deg);
	z-index: 2;
	border-radius: 10px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background-image: url('/FileManager/SaeidEmami/emmai-saeid.jpg');
}
.emami_intro .content .right .image .main {
	transform: rotate(7deg);
}
.emami_intro .content .right .image .shape {
	position: absolute;
	top: 23px;
	bottom: 0;
	left: -95px;
	width: 90%;
	background-color: #00ffb3;
	transform: rotate(0deg);
	z-index: 1;
	border-radius: 10px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.emami_intro .content .right .image .shape {
	transform: rotate(-6deg);
}
.kura_tm_all_wrap[data-color="orange"] .emami_intro .content .right .image .shape {
	background-color: #ff4522;
}
/* .emami_intro .down {
	position: absolute;
	right: 0px;
	bottom: 8%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
} */

/* .emami_intro .down {
	opacity: 1;
	visibility: visible;
	/* bottom: 0; */

/* 	cursor: pointer; */

/* margin-top: 100px; */

/* }  */

/* .emami_intro .down a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.emami_intro .down .svg {
	width: 40px;
	height: 40px;
	animation: scroll ease 2s infinite;
} */

@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(20px);
	}
}
.emami_intro .heading-title,
.heading-title {
	display: inline-block;
	line-height: 1.3em;
	position: relative;
	color: #3D434F;
	font-size: 1.7rem;
}
.emami_intro .heading-title {
	font-size: 15px;
}
.link--with-decoration {
	position: relative;
	line-height: 1;
	display: inline-block;
	z-index: 1;
}
.heading-title .link--with-decoration {
	font-size: inherit;
}
.link--with-decoration:after {
	content: "";
	display: block;
	border-radius: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	position: absolute;
	transition: all .15s ease;
	z-index: -1;
	background-color: #00ffb3;
	width: calc(100% + 5%);
	height: 35%;
	opacity: 1;
}
.heading-title:after {
	content: ".";
	font-size: inherit;
	color: #00ffb3;
	width: 0;
	display: inline-block;
	position: relative;
}
.link--with-decoration:hover {
	color: #666d7a;
}
.link--with-decoration:hover:after {
	bottom: -7px;
	height: 5px;
}
blockquote {
	margin: 0;
	padding: 18px 0 0;
	position: relative;
	font-style: italic;
	font-weight: 700;
	/* border-radius: 30px; */
	overflow: hidden;
	/* background: url('/FileManager/background/body-bg.png'); */
}
blockquote:before {
	/*content: "";*/
	width: 30px;
	height: 40px;
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	background: url(/FileManager/Icons/quote-icon.svg) 50% 50% no-repeat;
	background-size: contain;
	z-index: 1;
	transform: rotate(180deg);
}
blockquote p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6em;
	color: #171717;
	z-index: 2;
	position: relative;
	padding-right: 15px;
}
blockquote h6 {
	font-style: normal;
	font-size: 16px;
}
h6,
.h6 {
	margin: 0.4em 0;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 700;
	color: #3D434F;
	letter-spacing: -0.02em;
}
blockquote h6 span {
	color: #666d7a;
	display: block;
	font-weight: 400;
}
/*--------------------------------- services  -----------------------------------------*/

.service_box {
	position: relative;
	padding: 30px 35px;
	background-color: #fff;
	box-shadow: 5px 0 60px 0 rgb(61 67 79 / 8%);
	border-radius: 40px;
	text-align: center;
}
.service_box .image {
	margin-bottom: 25px;
	text-align: center;
}
.service_box .image img {
	width: 80px;
	height: 80px;
}
.service_box .content {
	text-align: center;
}
.service_box .content div {
	color: #171717;
	font-weight: 500;
	font-size: 1.2rem;
	text-align: center;
}
/*--------------------------------- academy -----------------------------------------*/

.emami_academy {
	padding: 70px 0;
}
.newsarticle{
	background: #fefbf3; 
}
/*---------------------------------  -----------------------------------------*/

/*---------------------------------  -----------------------------------------*/

.list_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.list_inner .emami_full_link {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 5;
}
.list_inner .image {
	position: relative;
}
.list_inner .image img {
	position: relative;
	min-width: 100%;
	opacity: 0;
}
.list_inner .image .main {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 40px;
}
.list_inner .overlay {
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 40px;
	right: 40px;
	background-color: rgb(255 255 255 / 95%);
	border-radius: 40px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.list_inner .svg {
	position: absolute;
	top: 40px;
	right: 50px;
	width: 50px;
	height: 50px;
	z-index: 2;
	transform: rotate(-50deg);
	color: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.list_inner .details {
	position: absolute;
	z-index: 2;
	bottom: 41px;
	right: 57px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.list_inner .details div {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 4px;
	color: #171717;
	text-align: right;
}
.list_inner .details span {
	font-size: 13px;
}
.list_inner .hidden_content {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -11;
}
.list_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.list_inner:hover .overlay,
.list_inner:hover .svg,
.list_inner:hover .svg,
.list_inner:hover .details {
	opacity: 1;
	visibility: visible;
}
.NewsPost {
border-radius: 50px;
    box-shadow: 60px 0 100px rgb(61 67 79 / 5%);
    transition: all .3s ease;
    margin-bottom: 40px;
    position: relative;
    background-color: #fff;
    max-width: 100%;
    border: 4px solid black;
    height: 365px;
    margin: 5px 10px;
}
.NewsPost:hover {
	/*  background-color: transparent; */
	border-color: #3D434F;
	box-shadow: inset 3px 5px 0 0 #00ffb3, 3px 5px 0 0 #00ffb3;
}
.NewsPost .thumbnail img {
    border-radius: 40px 40px 0 0;
    padding: 14px;
    height: 220px;
    object-fit: cover;
}
.post_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
}
.news_section .left {
	/* width: 50%; */
	position: relative;
}
.news_section {
	padding-bottom: 70px;
}
.news_section p {
	font-size: 16px;
	text-align: justify;
	margin-bottom: 10px;
}
.news_section .left .left_inner {
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
}
.news_section .left .image {
	position: relative;
	min-width: 75%;
}
.news_section .left .image img {
	position: relative;
	min-width: 100%;
	opacity: 0;
}
.news_section .left .image .main {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 40px;
	background-image: url('/FileManager/banner/ERP-7.jpg');
}
.news_section .left .details {
	position: relative;
	min-width: 40%;
	right: -55px;
	margin-top: 55px;
	background-color: #00ffb3;
	padding: 30px 15px;
	z-index: 1;
	border-radius: 40px;
}
.news_section .left .details p {
	font-size: 16px;
	color: #171717;
	font-weight: 600;
	text-align: center;
}
.moretext {
	display: none;
}
/*-------------------- speeches ---------------------*/

.gallery-item {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-item .inner-box {
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	cursor: pointer;
	margin: 0 5px;
}
.gallery-item .inner-box .image {
	position: relative;
	border-radius: 7px;
	margin-top: 0;
	margin-bottom: 0;
}
.gallery-item .inner-box .image img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 300ms ease;
	border-radius: 40px;
}
.gallery-item a.overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.gallery-item .cap-box {
position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    color: #3d434f;
    opacity: 0;
    transform: translateY(200px);
    transition: all 500ms ease;
    top: 2%;
}
.gallery-item .cap-box .cap-inner {
position: relative;
    display: block;
    padding: 25px 35px;
    background: #fefbf3d9;
    border-radius: 40px;
    text-align: right;
    height: 100%;
}
.gallery-item .cap-box .cat {
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	margin-bottom: 10px;
}
.gallery-item .cap-box .cat span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 48px;
	letter-spacing: .7px;
}
.gallery-item .cap-box .cat span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 38px;
	border-bottom: 2px solid #00ffb3;
}
.gallery-item .cap-box .title {
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.gallery-item .cap-box h5 {
	font-size: 15px;
	letter-spacing: .2px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5;
}
.gallery-item .cap-box h5 a {
	color: #3D434F;
}
.gallery-item .cap-box .content .contacts .contacts-title,
.gallery-item .cap-box .content .time .time-title {
	color: #3D434F;
	font-weight: 600;
}
.gallery-item .cap-box .content .contacts,
.gallery-item .cap-box .content .time {
	margin-bottom: 15px;
}
.gallery-item .cap-box .content {} .gallery-item .inner-box:hover .image img {
	-webkit-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
}
.gallery-item .inner-box .cap-box {
	opacity: 1;
	transform: translateY(0px);
}
.gallery-item .inner-box:hover .image img {
	-webkit-filter: brightness(1.4);
	-ms-filter: brightness(1.4);
	-moz-filter: brightness(1.4);
	filter: brightness(1.4);
}
.speeches .card a {
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
	-o-transition: all 150ms ease 0s;
	-ms-transition: all 150ms ease 0s;
	transition: all 150ms ease 0s;
}
.a_btn {
	display: flex;
	justify-content: center;
}
/*--------------------- response --------------------*/

@media(max-width:1440px){

.emami_intro .content .right .image .shape {
	left: -15px;
}
}
@media(max-width:1200px){

.emami_intro .job {
	font-size: 30px;
}
}
@media (max-width: 991px) {
	.emami_intro .job {
		font-size:25px;
	}
	.emami_intro .services ul li a {
		font-size: 13px;
	}
	.emami_intro .content .left {
		padding-left: 10px;
	}
	.emami_intro .content .right {
		padding-right: 40px;
	}
	.emami_intro .heading-title {
		font-size: 12px;
	}
	.emami_intro .content .right .image .shape {
		left: -15px;
	}
	.emami_intro .short_info ul li span {
		padding: 2px;
	}
	.service_box,
	.list_inner {
		margin-bottom: 15px;
	}
	.service_box .content div {
		font-size: 1.2rem;
	}
	.list_inner .details {
		inline-size: 190px;
		overflow-wrap: break-word;
	}
}
@media (max-width: 741px) {
	.emami_intro .short_info ul li div {
		font-size:30px;
	}
	.emami_intro .content {
		flex-direction: column-reverse;
	}
	.emami_intro .content .right,
	.emami_intro .content .left {
		padding: 0;
	}
	.emami_intro .content .right .image .shape {
		top: 0;
	}
	.emami_intro .content .left {
		margin-top: 50px;
		width: 100%;
	}
	.emami_intro .down {
		bottom: 80px;
	}
}
@media(max-width:575px){

.news_section .left .left_inner {
	flex-direction:column;
	align-items:center;
}
.news_section .left .details {
	right:0;
	margin-top:-55px;
}
}
@media (max-width: 300px) {
	.copyright-wrapper {
		/* flex-direction: column; */
		flex-wrap:wrap;
		justify-content:start;
	}
	.sub-footer span {
		font-size:12px;
		text-align:right;
		margin-bottom:10px;
	}
	.logo-design.logo-design-semami {
		margin:0;
	}
	.emami_intro .heading-title,
	.heading-title {
		font-size:1.5rem;
	}
	.list_inner .details {
		inline-size:120px;
	}
	.list_inner .details div {
		font-size:15px;
	}
}