@font-face {
	font-family: 'almoni-dl';
	font-weight: 300;
	/*(light)*/
	font-style: normal;
	src: url("fonts/almoni-neue-light-aaa.eot");
	src: url("fonts/almoni-neue-light-aaa.eot") format("embedded-opentype"), url("fonts/almoni-neue-light-aaa.woff") format("woff"), url("fonts/almoni-neue-light-aaa.woff2") format("woff2");
}
@font-face {
	font-family: 'almoni-dl';
	font-weight: 400;
	/*(regular)*/
	font-style: normal;
	src: url("fonts/almoni-neue-regular-aaa.eot");
	src: url("fonts/almoni-neue-regular-aaa.eot") format("embedded-opentype"), url("fonts/almoni-neue-regular-aaa.woff") format("woff"), url("fonts/almoni-neue-regular-aaa.woff2") format("woff2");
}
@font-face {
	font-family: 'almoni-dl';
	font-weight: 500;
	/*(medium)*/
	font-style: normal;
	src: url("fonts/almoni-neue-medium-aaa.eot");
	src: url("fonts/almoni-neue-medium-aaa.eot") format("embedded-opentype"), url("fonts/almoni-neue-medium-aaa.woff") format("woff"), url("fonts/almoni-neue-medium-aaa.woff2") format("woff2");
}
@font-face {
	font-family: 'almoni-dl';
	font-weight: 700;
	/*(bold)*/
font-style: normal;
	src: url("fonts/almoni-neue-bold-aaa.eot");
	src: url("fonts/almoni-neue-bold-aaa.eot") format("embedded-opentype"), url("fonts/almoni-neue-bold-aaa.woff") format("woff"), url("fonts/almoni-neue-bold-aaa.woff2") format("woff2");
}
@font-face {
	font-family: 'almoni-dl';
	font-weight: 900;
	/*(ultrablack)*/
	font-style: normal;
	src: url("fonts/almoni-neue-ultrablack-aaa.eot");
	src: url("fonts/almoni-neue-ultrablack-aaa.eot") format("embedded-opentype"), url("fonts/almoni-neue-ultrablack-aaa.woff") format("woff"), url("fonts/almoni-neue-ultrablack-aaa.woff2") format("woff2");
}
a, a:hover {
	text-decoration:none;
}
body {
	font-family: 'almoni-dl';
	background-color:#FFF;
	overflow-x: hidden;
	width: 1px;
	direction: rtl;
	min-width: 100%;
 *width: 100%;
}
header {
	width: 100%;
	z-index: 9;
	background-image:url('../images/header.png');
	background-color: transparent;
	padding-top:0.3rem;
}
.nav-bg {
	font-size: 14px;
	padding: 0.5rem 13px;
	height:5rem;
	position:relative;
}
.logo{	
	background-image:url('../images/logo.svg');
	background-repeat: no-repeat;
    width: 180px;
    height: 210px;
    position: absolute;
    left: 1.7rem;
    top: 25px;
}
.nav-link {
	color:#fff !important;
	font-weight:400;
	font-size:19.2px;
	padding:0 20px !important; /* used important to overright main css*/
	line-height:60px;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #334D6E;
	overflow-x: hidden;
	transition: 0.5s;
}
.nav-side-menu {
	overflow: auto;
	font-family: verdana;
	font-size: 12px;
	font-weight: 200;
	position: fixed;
	top: 0px;
	display:none;
	width: 300px;
	height: 100%;
	color: #fff;
}
.previous,.previous:hover {
	width: 110px;
	line-height: 42px;
	background-color: #949494;
	color:#fff;
	font-size:20px;
	font-weight:600;
	text-align:center;
	margin:0 15px;
	background-image:url('../images/double-right.svg');
	background-repeat:no-repeat;
	background-position: right 15px center;
	background-size:17%;
	padding-right:25px;
}
.arrow-col {
	max-width:135px;
	min-width:135px;
	padding-left:0;
}
.number {
	width: 15px;
	height: 42px;
	font-size: 30px;
	font-weight: 600;
	text-align: right;
	color: #858585;
}
.number.active {
	color: #474b4c;
}
.arrow {
	background-image:url('../images/right-arrow.svg');
	background-repeat:no-repeat;
	background-position: right 15px center;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	background-size:70px;
	display:inline-block;
	width:100%;
	max-width:90px;
	height:45px;
}
.main-heading {
	font-weight: 600;
	font-size:30px;
	color: #474b4c;
	line-height:42px;
}
.heading-1 {
	font-weight: 600;
	font-size:23px;
	color: #474b4c;
	line-height:27px;
	width:100%;
}
.heading-2 {
	font-weight: 600;
	font-size:19px;
	color: #474b4c;
	line-height:22px;
}
.heading-3 {
	font-weight: 600;
	font-size:17px;
	color: #474b4c;
	line-height:22px;
}
.heading-4 {
	font-weight: 600;
	font-size:15px;
	color: #474b4c;
	line-height:22px;
}
.paragraph {
	font-size:15px;
	font-weight:400;
	line-height:23px;
	color: #474b4c;
	padding:0;
}
.para{
	font-size:13.5px;
	font-weight: bold;
	line-height:23px;
	color: #000000;
	margin-top:10px;
}
label {
	font-size:15px;
	font-weight:400;
	line-height:23px;
	color: #474b4c;
}
.my-col .form-group {
	width:75%;
	margin:15px 0;
}
.my-col-1 .form-group {
	width:85%;
	margin:15px 0;
}
.border-right {
	border: solid 1px #cdcdcd;
}
.percent-result {
	min-width: 180px;
	min-height: 65px;
	padding:10px;
	background-color: #ebebeb;
}
.btn-black, .btn-black:hover, .btn-black:focus {
	background-color: #000000;
	color:#fff;
	border-radius:0;
	font-size:16px;
	font-weight:600;
}
.form-control{	
	border-radius:3px;
}
.my-btn,.my-btn:hover,.my-btn:focus{
	background-color:#fff;
	border: solid 1px #979797;
	display:inline-block;
	color:#474b4c;
	line-height:25px;
	font-size:19px;
	font-weight:600;
	padding:5px;
}
.my-btn i{
	font-size:14px;
}
.my-btn.btn{
	font-size:16px;
	font-weight:600;
	border-radius:0;
	color:#000000;
	border: solid 1px #000000;
}
.black-border{
	border-bottom:2px solid #474b4c;
}
.width-100{
	width:100%;
}
footer {
	background-color:#222222;
	min-height:75px;
	color:#fff;
	padding-top:10px;
	font-size:15px;
}
footer .nav li a {
    line-height: 30px;
    font-size: 15px;
    color: #51545f;
	padding:0 10px !important;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
	margin:10px 0;
}
footer a:hover {
	color:#fff;
}
footer img {
	max-width:80%;
	float:right;
}
footer ul {
	padding-left:20px;
}
.left-0 {
	left:0;
}
.right-0 {
	right:0;
}
ul, li {
	list-style: none;
	float: right;
}
.no-pad {
	padding:0;
}
.no-pl {
	padding-left:0;
}
.no-pr {
	padding-right:0 !important;
}
.plr-15 {
	padding:0 15px;
}
.plr-30{
	padding:0 30px;
}
.pl-50{
	padding-left:50px;
}
.ptb-15 {
	padding:15px 0;
}
.no-margin {
	margin:0;
}
.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-50 {
	margin-top: 50px;
}
.mr-15 {
	margin-right:15px;
}
.lh{
	line-height:38px;
}
