@font-face {
    font-family: "iran_sans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
	url("../fonts/IRANSansWeb.woff") format("woff"),
	url("../fonts/IRANSansWeb.ttf") format("truetype");
}
body{
	font-family:'iran_sans';
	margin:0;
	padding:0;
	direction:rtl;
	color:#373737;
	background-color:#ededed;
}
.row{
    width:100%;
    clear:both;
    font-size:0 !important;
}
.row img{
    max-width:100%;
    margin:auto;
}
html, 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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,span{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: initial;
  font: inherit;
  vertical-align: baseline;
}
strong{
    font-weight:bold;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul ,li {
  font-size:13.5px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin: auto !important;
    border-color: transparent;
}
p{
    font-size:13.5px;
    margin:10px 0px;
	text-align:justify;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  table-layout:fixed;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}
h6{
	font-size:12.5px;
}
h5{
	font-size:14.5px;
}
h4{
	font-size:16.5px;
}
h3{
	font-size:18.5px;
}
h2{
	font-size:19.5px;
}
h1{
	font-size:22px;
}
button, input, textarea {
    display: inline-block;
    outline: none;
    color: inherit;
    overflow: visible;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], select, textarea {
    font-family: 'iran_sans';
    letter-spacing: 0;
    color: #777;
    padding: 8px 20px;
    background-color: white;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: inherit;
    width: 100%;
    margin-bottom: 22px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
}

legend {
    margin-bottom: 40px;
    font-size: 22px;
}
fieldset {
    border: none;
    border-top: 1px solid gray;
}
.control-group {
    margin-bottom: 2px;
    font-size: initial;
}
.form-horizontal .control-label, .control-label {
    float: right;
    width: 100%;
    max-width: 200px;
    padding-top: 5px;
    text-align: right;
    font-size: initial;
}
.control-group .controls {
    margin-bottom: 5px;
}
.input-xlarge {
    background-color: #fff !important;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    width: 100% !important;
    max-width: 500px;
	border-radius:15px;
}
.input-xlarge[disabled] {
    background-color: #c1c1c133 !important;
    cursor: not-allowed;
    color: #a5a5a5;
}
.ErrorMSG {
    background-color: #ffdbdb;
    color: #ba0c0cb3;
    padding: 15px;
    width: 90%;
    border: 1px solid #e68888b3;
    border-radius: 5px;
    margin: auto;
    margin-bottom: auto;
    box-sizing: border-box;
    font-size: 13.5px;
    margin-bottom: 10px;
}
.SuccessMSG{
    background-color: #ddffd3;
    color: #5bac4bb3;
    padding: 15px;
    width: 90%;
    border: 1px solid #5bac4bb3;
    border-radius: 5px;
    margin-bottom: 10px;
    margin:auto;
    box-sizing:border-box;
    font-size:13.5px;
}
.form-horizontal textarea {
    width: 100% !important;
    max-width: 500px;
    background-color: #fff !important;
    font-family: iran_sans !important;
    border: 1px solid #dcdcdc;
}
.btn-info, .btn-primary {
    background-color: #58c9f3;
    border-color: #58c9f3;
    color: #FFF;
    font-family: 'iran_sans';
}
a {
    outline: 0;
    text-decoration: none;
}
hr{
    border: 0;
    border-bottom: 1px solid #b3b3b3;
}
.clearfix{
	clear:both;
}
.rd-navbar-nav ul{
	list-style:none;
}
.rd-navbar-nav-no-margin{
	margin:0px;
}
.btn-search{
	display: inline-block;
	-webkit-appearance: none;
	outline: none;
	color: inherit;
	overflow: visible;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	cursor: pointer;
	transition: .3s all ease;
	border:none;
}

.brand-name{
	text-decoration:none;
}
.forms {
    max-width:500px;
    margin:auto;
}
.page-content{
	min-height:500px;
}
.rd-navbar-fixed .clientarea {
    display:none;
}
.clientarea{
	display: table-cell;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	text-align: center;
	position:relative;
	vertical-align: middle;
}
.clientarea div:first-child{
	color:gray;
	font-size:12px;
	text-decoration:none;
	min-width: 120px;
	display: block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-touch-callout : none
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}
.clientarea i{
	background: radial-gradient(#1068aa,#104e7d, white) !important;
	border-radius: 50px;
	width: 17px;
	padding: 7px;
	color: white;
	font-size: 18px;
	border: none;
	margin-left:5px;
}
.tiny-window{
	position: absolute;
	width: 200px;
	top: 73px;
	box-shadow:0px 11px 10px #0000004d;
	background-color: white;
	display:none;
	left:0;
	padding:15px;
	box-sizing:border-box;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: 1px solid #c1c1c1;
}
.tiny-window > ul {
	padding: 0;
	list-style: none;
	text-align: right;
	margin:0;
}
.tiny-window > ul > li{
	background-color: #c1c1c180;
	margin-bottom: 5px;
	font-size: 12px;
	border-radius:20px;
}
.tiny-window a {
    display:block;
}
.tiny-window > ul > li > a > i{
	margin-left:3px;
	text-align: center;
	font-size: 16px;
}
.slide-box{
	font-size: 0;
	width: 100%;
	max-width:1180px;
	margin: auto;
	margin-bottom:25px;
}
.slide-box > div{
	box-sizing: border-box;
}
.left-btn {
    padding: 7px 10px;
    text-align: center;
    color: white;
    background: linear-gradient(to right, rgba(20, 6, 116, 0.8) , #0064d5) !important;
    border-radius: 10px;
    margin-bottom: 19px;
    font-size: 15px;
}
.tp-bgimg {
    background-position:left center !important;
}
.site-line{
	max-width:1180px;
	margin:auto;
	padding:20px 0px;
    
}
.service-item{
	min-height:150px;
	border-radius:15px;
	background-color:white;
	margin-bottom:25px;
}
.service-item h5{
	margin-top:20px;
}
.service-item:hover  a{
	transition:400ms;
}
.service-item:hover img{
	box-shadow:0px 0px 10px gray;
	transition:400ms;
}
.service-item > div{
	display:table-cell;
	padding:15px;
	box-sizing:border-box;
	vertical-align:top;
}
.service-item  h5{
	color:#1d0c90;
}
.service-item  h6{
	color:#373737;
	font-weight:normal;
}
.service-item a{
	transition:400ms;
	color:var(--theme-color);
}
.service-item > div > img{
	max-width:100%;
	height:auto;
	padding:10px;
	border-radius:10px;
	transition:400ms;
	max-height: 100px;
}
.blue-gradiant{
	background:linear-gradient(to right, rgba(73, 57, 177, 0.60) , #4939b1) !important;
}
.orange-gradiant{
	background:linear-gradient(to right, rgba(227, 162, 30, 0.6) , #e61710) !important;
}
.green-gradiant{
	background:linear-gradient(to right, rgba(165, 243, 93, 0.6) , #2f8315) !important;
}
.white-row{
	background-color:white;
}
.section-info{
	margin:20px auto;
	text-align: right;
    color: #333;
    vertical-align: bottom;
	display:table !important;
}
.section-info > div{
	font-size:20px;
	color:var(--theme-color);
	display:table-cell;
	
}
.section-info > a{
	color: var(--theme-color);
	font-size:12.5px;
	display:table-cell;
	text-align:left;
}
.section-info > div > i, .section-info > a > i{
	margin:0px 5px;
}
.news-item{
	border-radius:5px 5px 20px 20px;
	background-color:white;
	display:inline-block;
	width:100%;
	margin-bottom:25px;
}
.news-item:hover{
	box-shadow:0px 0px 10px #cfcfcf;
	transition:200ms;
}
.news-item img{
	position:relative;
	max-width:100%;
	border-radius:5px 5px 0px 0px;
	margin:auto;
}
.news-item > div:nth-child(2){
	border-collapse:collapse;
	padding:5px 10px;
}
.news-item > div:last-child  h4{
	color:var(--theme-color);
}
.news-item > div:last-child span{
	font-size:11px;
	margin-right:5px;
    color:#373737;
}
.news-item > div:last-child i {
    color:#373737;
}
.links {
	margin:20px 0;
}
.links > a{
	border:1px solid white;
	border-radius:5px;
	text-decoration:none;
	padding:3px 5px;
	font-size:14px;
	color:white;
	margin-bottom:7px;
	display:inline-block;
}
.links > a:hover{
	background-color:var(--theme-color);
}
.s-links {
	list-style:none;
	padding:0 5px 0px 0px;
}
.s-links a{
	color:white;
	line-height:33px;
}
.footer{
	width:100%;
	box-sizing:border-box;
	text-align:right;
	padding:20px 40px 10px 40px;
	color:white;
	background-color:#373737;
}
.footer > div{
	text-align:right;
	direction:rtl;
    vertical-align:top;
    margin-top:40px;
	color:white;
}
.footer > div:last-child > p{
	text-align:justify;
	font-size:13.5px;
}
.footer-title{
	color: white;
	font-size: 17px;
	font-weight: bold;
	background-color: #c1c1c120;
	border-radius: 9px;
	padding: 5px 10px;
	border-collapse: collapse;
}
.footer-address{
	list-style: none;
	padding: 0;
}
.footer-address > li{
	padding:5px;
}
.footer-address > li:before{
	color:var(--theme-color);
	font-size:28px;
	font-family:'FontAwesome';
	margin-left:15px;
	float:right;
	line-height: 18px;
}
.footer-address > li:nth-child(1):before{
	content:'\f041';
}
.footer-address > li:nth-child(2):before{
	content:'\f095';
}
.footer-address > li:nth-child(3):before{
	content:'\f0e0';
}
.footer-address p{
    margin:0;
}
.foot-social{
    text-align: center;
    font-size: 20px;
    border-top: 1px solid #8d8d8d;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.foot-social > ul{
	padding:0;
}
.foot-social > ul > li {
	display:inline-block;
}
.foot-social > ul > li > a{
	font-size: 20px;
	border-radius: 50px;
	width: 20px;
	padding: 7px;
	text-align: center;
	color:var(--theme-color);
    box-shadow: 0px 0px 5px #fffc;
    background-color: white;
}
.foot-social > ul > li > a:hover{
	color:white !important;
    transition:200ms;
    background-color:var(--theme-color);
}
.foot-social .fa-twitter {
    color:#5da9dd !important;
}
.foot-social .fa-google-plus {
    color:#dc5043 !important;
}
.foot-social .fa-facebook {
    color:#4867aa !important;
}
.foot-social .fa-telegram {
    color:#2da5d9 !important;
}
.foot-social .fa-instagram {
    color:white !important;
    background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.footer-copyright{
	margin-bottom:0px;
}
.copyright{
	margin-top:10px;
	direction:ltr;
	font-size:14px;
	color:white;
}
.copyright > a{
	text-decoration:none;
	color:var(--theme-color);
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal h4{
	text-align:center;
	margin:0px;
	color:white;
}
.modal h5{
	color:#373737;
}
.modal p{
	color:gray;
	font-size:11px;
}
.modal input{
	margin-bottom:0px;
}
/* Modal Content */
.modal-content {
	direction:rtl;
    position: relative;
    margin: auto;
    padding: 0;
    max-width:400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
	border-radius:5px;
	margin-top:85px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
	float: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
	opacity: .7;
}

.modal-header {
	background: linear-gradient(to right, rgb(163, 151, 242) , #4939b1);
    color: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
	min-height: 16.428571429px;
    padding: 15px;
	box-sizing: border-box;
	border-bottom:1px solid #ccc;
}

.modal-body {padding: 2px 16px;background-color:white;}

.modal-footer {
    padding: 15px 16px;
    background-color: white;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top:1px solid #ccc;
	text-align:center;
	font-size:13px;
}
 /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.login-options{
	font-size:0;
}
.login-options > div{
	display:inline-block;
	width:50%;
}
.login-options > div  > div{
	font-size:12px;
	text-align:left;
	color:var(--theme-color);
	cursor:pointer;
}
.login-btn {
	background:#4939b1;
	color:white;
	padding:5px 10px;
	width:100%;
	border-radius:20px;
	font-family:'iran_sans';
	margin-bottom:5px !important;
	font-size:15px;
	cursor:pointer;
}
.login-btn[disabled] {
    background:#afacc2;
}
.text-center {
    text-align:center;
}
.comp-reg{
	background:linear-gradient(to right, rgba(227, 162, 30, 0.6) , #e61710,rgba(227, 162, 30, 0.6)) !important;
	color:white;
	padding:5px 10px;
	width:100%;
	border-radius:20px;
	font-family:'iran_sans';
	margin-bottom:5px !important;
	font-size:15px;
	cursor:pointer;
}
.reg-link{
	color:var(--theme-color);
	cursor:pointer;
}
.panel {
    width: 100%;
	border-radius:4px;
	background-color:white;
	margin-bottom:25px;
	border-radius: 10px;
	box-shadow:0px 4px 5px 0px rgba(0, 0, 0, 0.03);
}
.panel > div{
	border:none;
}
.panel > div > div:first-child{
	padding: 10px 10px 0px 10px;
	width: 100%;
	box-sizing: border-box;
	margin:0;
}
.panel > div > div:first-child > h1{
	color:var(--theme-color);
	font-weight: 500;
	font-size: 18px;
	margin:0;
	padding: 9px 5px;
}
.panel > div > div:first-child > h1:before{
	margin-left:10px;
	font-family:'FontAwesome';
	content:"\f0f6";
	color:var(--theme-color);
	font-size: 21px;
	vertical-align: middle;
}
.panel > div > div:last-child > article{
	padding:10px 15px;
	text-align:justify;
    box-sizing:border-box;
}
.panel > article h1,
.panel > article h2,
.panel > article h3,
.panel > article h4,
.panel > article h5,
.panel > article h6{
	border-bottom:2px solid var(--theme-color);
	color: var(--theme-color);
	padding-bottom: 5px;
	display: table;
}
.panel img{
	max-width:100%;
	margin:auto;
	display:block;
    border-radius:5px;
}
.right-items > div > div{
	margin-bottom:0;
}
.right-items >div:last-child .service-item{
	font-size:0px;
	border-bottom: 1px solid #c1c1c1;
	border-radius: 0;
}
.right-items >div:last-child .service-item > a{
	display:inline-block;
	width:50%;
}
.right-items >div:last-child >.service-item:last-child{
	border:none;
}
.aside-header > h5{
	font-weight:normal;
	border-bottom:2px solid var(--theme-color);
	color:var(--theme-color);
	padding: 9px 5px;
}
.aside-header > h5:before{
	font-family:'FontAwesome';
	content: "\f022";
	color:var(--theme-color);
	margin-left:15px;
	font-size: 21px;
	vertical-align: middle;
}
.footer-address .telbox{
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 2px 10px 2px 25px;
    position: relative;
}
.footer-address .telbox > a{
    color:white;
    text-decoration:none;
}
.footer-address .telbox a:before{
    font-family: 'FontAwesome';
    font-size: 19px;
    color: var(--theme-color);
    content: '\f095';
    top: 5px;
    position: absolute;
    left: 5px;
}
.CompanyInfo .telbox > a , .search-result .telbox > a{
    border:1px solid #c1c1c140;
    padding:5px;
    border-radius:4px;
    margin-left:5px;
}
.share-box {
    width: 100%;
    text-align: right;
    font-size: 14.5px;
    font-family: 'iran_sans';
    border-top: 1px solid #adabab;
    margin-top: 10px;
    padding:15px;
    box-sizing:border-box;
}
.share-items {
    font-size: 21.5px !important;
    color: white;
    text-align: center;
    width:40px;
    height:40px;
    vertical-align:middle;
    box-sizing: border-box;
    line-height:40px !important;
    text-decoration:none;
    cursor:pointer;
}
.share-items:hover{
    background-color:#cd2122;
}
.share-items-fb {
    background-color: #3b5a9a;
}

.share-items-twitter {
    background-color: #1aa9e1;
}

.share-items-linkin {
    background-color: #0073b2;
}

.share-items-telegram {
    background-color: #0073b2;
}
.share-items-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    font-size:35.5px;
    border-radius:5px;
}
.share-items-google {
    background-color: #dd4b39;
}
#msgbox {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1000; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
    font-family: "iran_sans" !important;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#msgbox.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
   However, delay the fade out process for 2.5 seconds */
   -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
   animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
.LoadingUpdateBox {
    width: 100%;
    height: 100%;
    position:relative;
    position: absolute;
    background: black;
    opacity: 0.4;
    z-index: 55;
    text-align: center;
    vertical-align:central;
    right:0;
    left:0;
}
.article-cat{
	list-style:none;
	direction:rtl;
	text-align:right;
	font-family:'iran_sans' !important;
	padding:0;
    width:100%;
    max-width:900px;
    margin:auto;
}
.article-cat > li{
	background-color:white;
	border: 1px solid #E9E9E9;
	margin-bottom:10px;
	cursor:pointer;
	box-sizing:border-box;
	position:relative;
	display:table;
	width:100%;
    border-radius:15px;
}
.article-cat > li:hover{
	-moz-transition:all 200ms linear 0s;
	-webkit-transition:all 200ms linear 0s;
	-o-transition:all 200ms linear 0s;
	-ms-transition:all 200ms linear 0s;
	box-shadow:0px 0px 3px #ccc;
}
.right-box{
	display:inline-block;
	width:150px;
}
.right-box> img{
	width:150px;
	height:150px;
    border-bottom-right-radius:15px;
    border-top-right-radius:15px;
}
.left-box{
	display:table-cell;
	vertical-align:top;
    width:100%;
}
.article-cat .owl-art-desc > p{
    min-height:75px;
}
.owl-articles{
	text-align:right;
	width:95%;
	margin:auto;
	max-width:350px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-sizing:border-box;
}
.owl-art-title > h5{
	font-size:15.5px;
	margin:0px;
    padding:2px 5px;
    box-sizing:border-box;
    color:var(--theme-color) !important;
}
.owl-info-date{
	border-top:1px solid #dadada;
	text-align:right;
	font-size:12px;
	color:gray;
	direction:ltr;
	margin-bottom:5px;
    padding:2px 5px;
    box-sizing:border-box;
}
.owl-info-date a{
	background-color:var(--theme-color);
	color:white;
	width:70px;
	padding:5px;
	text-align:center;
	float:left;
	transition: .3s all ease;
	border:1px solid var(--theme-color);
	cursor:pointer;
}
.owl-info-date a:hover{
	transition: .3s all ease;
	color:var(--theme-color);
	background-color:white;
}
.owl-art-desc{
	direction:rtl;
	text-align:justify;
}
.news-side {
    background-color:white;
	padding:10px 0px !important;
    display:table;
    width:100%;
    border-bottom: 1px solid #c1c1c1;
    box-sizing:border-box;
}
.news-side > a{
    width:40%;
    display:table-cell;
    vertical-align: middle;
}
.news-side > a > img {
    max-width:100%;
    border-radius:5px;
}
.news-side > div {
    width:60%;
    display:table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.news-side > div a {
    color:var(--theme-color);
}
.news-side > div > div {
    font-size:10px;
    text-align:left;
    color:gray;
}
.news-side p {
    font-size:12px;
    margin-top:2px;
}
.news-side h5 {
    margin-bottom:0;
}
.right-items .news-side:last-child {
    border:none;
}
.news-side i {
    margin-left:3px;
}
.rd-navbar-fixed .top-bar1 {
    display:none;
}
.top-bar1 {
    background-color: #08497a;
    height: 40px;
}
.top-bar2 {
    max-width: 1100px;
    margin: auto;
    vertical-align: middle;
    font-size: 0;
}
.top-right {
    width:50%;
    text-align:right;
    font-size:12px;
    display:inline-block;
    color:white;
}
.top-left {
    width:50%;
    text-align:left;
    color:white;
    display:inline-block;
}
.top-left > ul {
    padding:0;
    margin:0;
}
.top-left > ul > li {
    display:inline-block;
}
.icon-gray-darker{
	padding:9px;
	box-sizing:border-box;
	text-decoration:none !important;
	transition: .3s all ease;
	outline:0;
	cursor:pointer;
}
.icon-gray-darker:hover{
	text-decoration:none;
	color:#f40100;
	transition: .3s all ease;
}
.search-side {
    background: linear-gradient(to right, #58c9f3 , #448dbc) !important;
    text-align: center;
    display: table;
    padding: 18px 18px;
    box-sizing: border-box;
}
.search-item1 {
    width:40%;
    display:inline-block;
}
.search-item2 {
    width:20%;
    display:inline-block;
}
.search-side input,.search-side select {
    border-radius:0px;
    margin:0;
}
.search-side .btn {
    width: 100%;
    background-color: #ffd68a;
    color: #373737;
    padding: 10px;
    vertical-align: sub;
    border: none;
}
.search-result {
    width: 100%;
    margin-top: 25px;
    border: 1px solid #c1c1c1;
    border-collapse: collapse;
    text-align: center;
}
.search-result tr {
}
.search-result td,.search-result th {
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    padding:3px 0px;
}
.alert {
    padding: 15px;
    margin:20px auto;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.linksr img {
    max-width:100%;
    border-radius:0px;
    margin-bottom:5px;
}
.CompanyInfo {
    width:100%;
    border:1px solid #c1c1c1;
}
.CompanyInfo tr:nth-child(2n) {
    background-color:#e7e6e6;
}
.CompanyInfo tr > td:first-child {
    width:100px;
}
.CompanyInfo tr > td {
    padding:5px 8px;
}
.table-parent{
    overflow-x:auto;
}
.cTable {
    width:100%;
    border:1px solid #c1c1c1;
    text-align:center;
    min-width:700px;
}
.cTable tr:nth-child(2n) {
    background-color:#e7e6e6;
}
.cTable tr > td:first-child {
    width:100px;
}
.cTable tr > td {
    padding:5px 8px;
}
.cTable th{
    background:#ded3d3;
    font-weight:bold;
    padding:20px 0px;
}
.cTable tr{
    border-bottom:1px solid #c1c1c1;
}
.cTable tbody > tr > td{
    border-left:1px solid #c1c1c1;
}
.cTable p{
    text-align:center;
}
.profile-box img {
    max-height:195px;
}
 /* Extra small devices (phones, 250px and down) */
@media only screen and (max-width: 250px) {
	.service-item > div,.right-items .service-item > a{
		display:block;
		text-align:center;
		width:100%;
	}
    
}
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.footer {
        padding:30px 0px 10px 0px;
    }
	.main-right, .main, .left {
		width: 100%;
		padding: 10px 0;
	}
    .top-slc {
        text-align:right !important;
        margin-bottom:5px !important;
    }
    .search-item1, .search-item2 {
        display:block;
        width:100%;
    }
    .search-result thead {
        display:none;
    }
    .search-result tr {
        border-bottom:1px solid #c1c1c1;
    }
    .search-result td {
        display: block;
        width: 100%;
        border: none;
    }
    .profile-box {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 768px) {
	.right, .main-right, .main, .left {
		width: 100%;
		padding: 10px 0;
	}
}
@media only screen and (max-width: 992px) {
    .child-content .site-line{
        display: flex;
        flex-direction: column-reverse;
    }
    .col-lg-8 {
        padding:0px 20px;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
} 
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-ssm-1,
.col-ssm-10,
.col-ssm-11,
.col-ssm-12,
.col-ssm-2,
.col-ssm-3,
.col-ssm-4,
.col-ssm-5,
.col-ssm-6,
.col-ssm-7,
.col-ssm-8,
.col-ssm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9
{
    position: relative;
    width: 100%;
    min-height: 1px;
    display:inline-block;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing:border-box;
    font-size:initial;
	vertical-align:top;
}
@media (min-width:400px) {
    .col-ssm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-ssm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-ssm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-ssm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-ssm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-ssm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-ssm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-ssm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-ssm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-ssm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-ssm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-ssm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width:600px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}