@charset "utf-8";
/* CSS Document */

.ContSection{
	position: relative;
	width: 99%;
	height: 100vh;
	margin: 2px auto;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 5px;
	border: 0px solid #000;
	z-index: 100;
}
.ContCirclesInLine{
	width: 500px;
	border: 1px solid #999;
	border-radius: 5px;
	margin: 1px auto;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.LeftSection{
	height: 100%;
	width: 50%;
	border-radius: 5px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
}
.RightSection{
	position: relative;
	height: 100%;
	width: 50%;
	border-radius: 5px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items:center;
	flex-wrap: wrap;
	border: 1px solid #000;
	overflow: hidden;
}

.ContSectionTitle{
	position: relative;
	width: 80%;
	border: 0px solid #000;
	margin: 5px auto 0px auto;
	background-color: transparent;
	padding: 5px;
}
.SectionTitle{
	position: relative;
	width: 100%;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	border: 5px solid #FFF;
	padding: 10px;
	background-color: #83837C;
	z-index: 10;
	text-align: center;
}
.LeftShadow{
	position: absolute;
	background-color: #000;
	width: 150px;
	height: 30px;
	right: 10%;
	bottom: 20%;
	transform-origin: left;
	transform: skewY(5deg);
	z-index: 8;
	filter: blur(10px);
}
.RightShadow{
	position: absolute;
	background-color: #000;
	width: 150px;
	height: 30px;
	left: 10%;
	bottom: 20%;
	transform-origin: right;
	transform: skewY(-5deg);
	z-index: 9;
	filter: blur(10px);
}
.RowSection{
	position: relative;
	padding: 5px 15px;
	color: #fff;
	text-shadow: 0px 0px 2px #000;
	border-radius: 5px;
	margin: 2px auto;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	border: 0px solid #000;
	z-index: 4;
	/*background: linear-gradient(transparent,#CED0A8,transparent)*/
}
/* left space */
.ContSpace{
	position: relative;
	min-height: 600px;
	width: 100%;
	margin: 2px auto;
	border-radius: 5px;
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row-reverse;
	border: 0px solid #000;
}
.LeftSpace{
	position: relative;
	min-height: 600px;
	width: 80%;
	border-radius: 5px;
	border: 0px solid #000;
	float: left;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}
.RightSpace{
	position: relative;
	min-height: 600px;
	width: 20%;
	padding: 5px;
	border-radius: 5px;
	border: 0px solid #000;
	float: right;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}
/* right space */



.RowSection .Glow1{
	position: absolute;
	width: 80%;
	height: 100%;
	background-color: #DE2124;
	z-index: 5;
	border-radius: 50%;
	filter: blur(15px);
	opacity: 0;
	transition: all 0.5s;
}
.RowSection .Glow2{
	position: absolute;
	width: 80%;
	height: 100%;
	background-color: #DE2124;
	z-index: 6;
	border-radius: 50%;
	filter: blur(40px);
	opacity: 0;
	transition: all 0.3s ease;
}
.RowSection:hover .Glow1, .RowSection:hover .Glow2{
	opacity: 1;
}
.LinkSection{
	width: 200px;
	height: 40px;
	border: 0px solid #000;
	z-index: 7;
}
.SectionSubject{
	padding: 10px;
	margin: 5px auto 0;
	border-radius: 0px;
	line-height: 27px;
	width: 100%;
	min-height: 340px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	border: 0px solid #000;
	text-shadow: 0px 0px 5px #000;
	direction: rtl;
	z-index: 20;
}

.BanksSection{
	width: 99%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px solid #000;
	margin: 2px auto;
	flex-wrap: wrap;
}
.ContText{
	position: relative;
	width: 80%;
	border: 0px solid #000;
	direction: rtl;
	/*display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;*/
	text-align: center;
	margin: 0px auto;
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
}
.ContBanks{
	width: 150px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-shadow: 0px 0px 5px 0px #000;
	margin: 5px;
	direction: rtl;
}
.ContBankImage{
	position: relative;
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.ContBankImage img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0%;
	z-index: 100;
	transition: all 0.4s;
	border: 2px solid #222;
	background: #fff;
}
.ContBankImage:hover img{
	position: absolute;
	width: 130%;
	height: 130%;
	left: -15%;
	top: -15%;
	box-shadow: 0px 0px 5px 0px #000;
	z-index: 200;
}
.ContBankRow{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.BasicForm{
	width: 60%;
	margin: 50px auto;
	border-radius: 3px;
	padding: 5px;
	border: 1px solid #000;	
	font-size: 16px;
	font-weight: bold;
	z-index: 1000;
	background-color: #F8F8F8;
	box-shadow: 1px 1px 5px 0 #000;
}
.BasicRow{
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: row-reverse;
	border: 1px solid #000;
	margin: 1px auto;
}
.FormContImages{
	position: absolute;
	width: 200%;
	top: -60px;
	left: -50px;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	padding: 10px;
	border: 1px solid #000;
	z-index: 2000;
	background-color: #F8F8F8;
	box-shadow: 1px 1px 5px 0 #000;
}
.ClossBox{
	position: absolute;
	top: -25px;
	right: -25px;
	width: 25px;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: #000;
}
.ClossBox:hover{
	text-decoration: underline;
}
.ContCapture{
	width: 150px;
	height: 200px;
	margin: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	border: 1px solid #000;
}
.ContImg{
	width: 100%;
	height: 170px;
	border: 1px solid #000;
}
.ImgInCapture{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ContPargraph{
	width: 100%;
	height: 30px;
}
.ContImgeInLeftSide{
	position: absolute;
	top: -80px;
	left: -160px;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	border: 1px solid #000;
}
.ImageInLeftSide{
	width: 150px;
	height: 200px;
	border: 1px solid #000;
}
.ContMainPage{
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding: 30px;
	margin: 2px auto;
	border: 0px solid #000;
	display: flex;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	border-radius: 20px;
}
.ContCircle{
	position: relative;
	width: 200px;
	height: 200px;
	border-radius:50%;
	border: 1px solid #000;
	margin: 2px;
	overflow: hidden;
	box-shadow: 1px 1px 10px 0px #000;
	z-index: 30;
}

.ContCircle .sh1{
	position: absolute;
	width: 100px;
	height: 400px;
	top: -100px;
	left: 100px;
	transform: rotate(45deg) translateX(-200px);
	transition: all 0.9s linear;
	background: linear-gradient(to left,transparent,#FFF,transparent);
	z-index: 40;
	opacity: 0.5;
}
.ContCircle:hover .sh1{
	transform: rotate(45deg) translateX(200px);
}
.GoOther{
	position: absolute;
	width: 70px;
	height: 40px;
	top: -30px;
	left: -25px;
	padding: 3px;
	border: 1px solid #333;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 5px 0px #000;
}