@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	line-height: 1.231;
	background-color: #FFF;
	/*font-family: 'simpler';*/
	/*font-family: 'Assistant', sans-serif;*/
	font-family: 'Assistant', sans-serif;
}
.slideshow_contact_list_button:hover {
    background-image: url('../images/System/phone.png');
}
.location_section_top {
    background-image: url('../images/System/grey_texture.jpg');
    background-repeat:repeat;
}
.fsBorderRadius50 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.evedge_vision_item:hover {
	border: 1px solid #1f1a6b;
	background-color:#f9f9f9;
}

.fS_light {
	font-weight: 300;
}
.fS_regular {
	font-weight: 400;
}
.fS_semi_bold {
	font-weight: 600;
}
.fS_bold {
	font-weight: 700;
}
.fS_ex_bold {
	font-weight: 800;
}
.fS_center {
	text-align: center;
	direction:rtl;
}
.fS_right {
	text-align: right;
	direction:rtl;
}
.fS_margin_bottom {
	margin-bottom: 10px;
}
.fS_green {
    color:#d71921;
}
.fS_red {
    color:#d71921;
}
.fS_light_green {
    color:#03542b;
}
.fS_white {
	color: #fff;
}
.fS_orange {
	color: #e89829;
}
.fS_blue {
	color: #1f1a6b;
}
.fS_black {
	color: #252525;
}
.fsTransition {
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.fsTransition_fast {
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
.fsShadow {
	-webkit-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	-moz-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
}
.fsBorderRadius {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fsBorderRadiusBig {
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.overlay {
	background-color: rgba(231,102,127,0.95);
}
/*.sectionActive {
	color: #d71921 !important;
}*/
.web_btn {
    width: 140px;
    float: right;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding: 8px 40px 8px 10px;
    margin-left:calc(50% - 95px);
    margin-right:calc(50% - 95px);
    background-color: #d71921;
    background-position: calc(100% - 10px) center;
    background-image: url('../images/System/phone_btn.png');
    background-repeat: no-repeat;
    margin-top:25px;
    border-bottom: 3px solid #1f1a6b;
    text-decoration:none;
}
.web_btn:hover {
    color: #fff;
    background-color: #1f1a6b;
    border-bottom: 3px solid #d71921;
}
.slideshow_caption .btn {
	color: #fff;
	border-bottom: 3px solid #fff;
	background-color: #d71921;
	text-decoration:none;
}
.slideshow_caption .btn:hover {
	color: #fff;
	border-bottom: 3px solid #fff;
	background-color: #1f1a6b;
}
.about_sub_title 
{
    direction:rtl;
    }
body, button, input, select, textarea {
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
}
img, object, embed {
	max-width: 100%;
	width: 100%;
}
.ie6 img {
	width: 100%;
}
img.floatIMG {
	float: left;
	padding-right: 1em;
}
/*.owl-theme .owl-controls .owl-buttons .owl-prev {
	display:none;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
display:none;
}*/
.fS_shadow_container {
    box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
}
@keyframes floating {
0% {
-webkit-transform:translateY(0%);
transform:translateY(0%)
}
50% {
-webkit-transform:translateY(30%);
transform:translateY(30%)
}
100% {
-webkit-transform:translateY(0%);
transform:translateY(0%)
}
}
@-webkit-keyframes floating {
0% {
-webkit-transform:translateY(0%)
}
50% {
-webkit-transform:translateY(30%)
}
100% {
-webkit-transform:translateY(0%)
}
}
label {
	cursor: pointer;
}
legend {
	border: 0;
	margin-left: -7px;
	padding: 0;
}
select {
	direction: ltr;
	font-size: 16px;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
}
table button, table input {
	overflow: auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	height: 18px;
	width: 18px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
}
input[type="checkbox:focus"] {
	box-sizing: border-box;
	height: 18px;
	width: 18px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
	width: 100%;
	float: right;
	padding-right: 15px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: visible;
	text-align: right;
	direction: rtl;
	font-size: 18px;
	line-height: 2.2em;
	box-sizing: border-box;
	display: inline-block;
	font-family: 'Assistant', sans-serif;
}
input:focus {
	width: 100%;
}
*:focus {
	outline: none;
	text-decoration: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 opacity: 1;
}
textarea {
	width: 100%;
	float: right;
	padding-right: 10px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: visible;
	text-align: right;
	direction: rtl;
	font-size: 18px;
	line-height: 1.6em;
	box-sizing: border-box;
	display: inline-block;
	font-family: 'Assistant', sans-serif;
}
textarea:focus {
	width: 100%;
	float: right;
	padding-right: 10px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: visible;
	text-align: right;
	direction: rtl;
	font-size: 18px;
	line-height: 1.6em;
	box-sizing: border-box;
	display: inline-block;
	font-family: 'Assistant', sans-serif;
}
/* css for fusion effects & style
========================================================== */
/*.sectionActive {
    color:#4db7e5 !important;
}*/
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.fsTransition {
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.fsTransition_fast {
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
.fsShadow {
	-webkit-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	-moz-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
}
.fsBorderRadius {
	border-radius: 4px;
}
.fsBorderRadiusBig {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.overlay {
	background-color: rgba(231,102,127,0.95);
}
/*.slideshow_caption .btn {
    color:#4d4d4e;
    background: #fe8370;
    background: -moz-linear-gradient(left, #fe8370 0%, #ff6e95 100%); 
    background: -webkit-linear-gradient(left, #fe8370 0%,#ff6e95 100%);
    background: linear-gradient(to right, #fe8370 0%,#ff6e95 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8370', endColorstr='#ff6e95',GradientType=1 ); 
}
.slideshow_caption .btn:hover {
    color:#fff;
    background: #fe8370;
    background: -moz-linear-gradient(left, #fe8370 33%, #ff6e95 70%); 
    background: -webkit-linear-gradient(left, #fe8370 33%,#ff6e95 70%);
    background: linear-gradient(to right, #fe8370 33%,#ff6e95 70%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8370', endColorstr='#ff6e95',GradientType=1 ); 
}*/
.banner_home_content_btn {
	color:#fff;
	background-color:#e7667f;
}
.banner_home_content_btn:hover {
	color:#e7667f;
	background-color:#fff;
}
.tabs_content_left_btn {
	color:#e7667f;
	background-color:transparent;
	border: 1px solid #e7667f;
}
.tabs_content_left_btn:hover {
	color:#fff;
	background-color:#e7667f;
}
.tabs_content_left_btn_new {
	color:#fff;
	background-color:transparent;
	border: 1px solid #fff;
}
.tabs_content_left_btn_new:hover {
	color:#e7667f;
	background-color:#fff;
	border: 1px solid #e7667f;
}
article, aside, details, figcaption, figure, footer, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
display: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	font-size: 16px;
	font-weight: 400;
	color: #604c42;
	text-align: right;
	float: right;
	width: 100%;
	margin-bottom: 40px;
	line-height: 1.7em;
	letter-spacing: 1.3px;
	direction: ltr;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
 @media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a, a:active {
	text-decoration: underline;
	color: #000;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
.parallax_about h1 a {
	font-size: 15px;
	color: #3AB6AE;
}
