@font-face {
	font-family: 'radman';
	src: url('../fonts/BNazanin+Regular.eot');
	src: local('BNazanin+Regular'), url('../fonts/BNazanin+Regular.woff') format('woff'), url('../fonts/BNazanin+Regular.ttf') format('truetype'), url('../fonts/BNazanin+Regular.svg') format('svg');
}
* {
	font-family: radman;
	word-wrap: break-word;
}
.maxW{
	max-width: 1200px;
	margin: auto;
}
body {
	margin: 0;
	direction: rtl;
	background: rgb(1,40,100); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(1,40,100,1) 0%, rgba(34,99,197,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(1,40,100,1) 0%,rgba(34,99,197,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(1,40,100,1) 0%,rgba(34,99,197,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012864', endColorstr='#2263c5',GradientType=1 ); /* IE6-9 */
}
a{
	text-decoration: none;
	color: #fff;
}
a:hover{
	text-decoration: none;
	color: ddd;
}

#color{
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	background-color:rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left:0;
	}
.row {
	margin-right: 0;
	margin-left: 0;
}
#page1 {
	width: 100%;
	height: auto;
	position: relative;
}
#page2 {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 40px;
}
#page3 {
	width: 100%;
	height: auto;
	background-color: #e1e1e1;
	position: relative;
}
.moving-text{
	width: 100%;
	height: 30px;
	position: fixed;
	top: 0;
	right: 0;
	overflow: hidden;
}
.moving-text h2{
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 margin: 0;
	 line-height: 1.5;
     font-size: 20px;
     color: #fff;
	 text-align: right;
	 -moz-transform:translateX(0%);
	 -webkit-transform:translateX(0%);	
	 transform:translateX(0%);
	 -moz-animation: example2 15s linear infinite;
	 -webkit-animation: example2 15s linear infinite;
	 animation: example2 15s linear infinite;
}
@-moz-keyframes example2 {
	 0%   { -moz-transform: translateX(-100%); }
	 100% { -moz-transform: translateX(100%); }
}
@-webkit-keyframes example2 {
	 0%   { -webkit-transform: translateX(-100%); }
	 100% { -webkit-transform: translateX(100%); }
}
@keyframes example2 {
	 0%   { 
		 -moz-transform: translateX(-100%); /* Firefox bug fix */
		 -webkit-transform: translateX(-100%); /* Firefox bug fix */
		 transform: translateX(-100%); 		
	 }
	 100% { 
		 -moz-transform: translateX(100%); /* Firefox bug fix */
		 -webkit-transform: translateX(100%); /* Firefox bug fix */
		 transform: translateX(100%); 
	 }
}
#menu {
	margin-top: 30px;
	width: 100%;
	height: 90px;
	position: fixed;
    top: 0;
	background: url('../images/menu-back.jpg') repeat-x;
	background-size: contain;
	border-bottom: .1px solid #ddd;
	border-top: .1px solid #ddd;
	-webkit-box-shadow: -11px 18px 17px 0px rgba(0,0,0,0.66);
	-moz-box-shadow: -11px 18px 17px 0px rgba(0,0,0,0.66);
	box-shadow: -11px 18px 17px 0px rgba(0,0,0,0.66);
	z-index: 99;
}
#menu #dropdown-Cmenu{
	position: absolute;
	top: 90px;
	right:0;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: auto;
	z-index: 9;
	opacity: 0;
	display: none;
	overflow:hidden;
	overflow-y: auto;
	padding-top: 10px;
	border-radius:0 0 6px 6px;
	-webkit-box-shadow: 0px 1px 11px 1px rgba(224,224,224,1);
    -moz-box-shadow: 0px 1px 11px 1px rgba(224,224,224,1);
    box-shadow: 0px 1px 11px 1px rgba(224,224,224,1);
	
	}
#menu #dropdown-Cmenu a{
	padding: 30px 0;
	color:#fff;
	
}
#menu #dropdown-Cmenu ul{
	position: relative;
    top: 0;
    padding: 0;
    margin: 0;
}
#menu #dropdown-Cmenu ul li{
    height: 25px;
    margin: 10px 10px;
    font-size: 18px;
	
}
#menu #dropdown-Cmenu ul li a{
    
	position: relative;  
	top: 0px;
	transition: all .5s;
}
#menu #dropdown-Cmenu a:hover{
	 color: #6e6e6e;
	 position: relative;  
	top: -5px;
}
#menu #closeMenu{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	right: 0;
	display: none;
	background-color: rgba(0,0,0,0.5);
	
}
#dropdown-Cmenu a{
	cursor: pointer;
}
/*#menu .menuBar{
	position:relative;}*/
#menu .menuBar ul {
	color: #fff;
	position: absolute;
	font-size: 20px;
	padding: 0;
	top: 30px;
}
#menu .menuBar ul li {
	display: block;
	float: right;
	margin: 20px;
	cursor: pointer;
	position: relative;  
	top: 0px;
	transition: all .5s;
}
#menu .menuBar ul li:hover {
	color: #c9c9c9;
	position: relative;  
	top: -5px;
}

#menu ul li ul {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
	margin-top:25px;
	right: 0px;
	
}

#menu ul li:hover ul {
    display: block;
}
#menu .logo {
	position: absolute;
	left: 70px;
	top: -30px;
}
#menu .logo img {
	width: 150px;
}
#menu .menuSmall{
	display: none;
	}
#menu .menuSmallBar {
	width: 40px;
	height: 40px;
	background-color: #5bc0de;
	border: 1px solid #FFF;
	border-radius: 5px;
	position: relative;
	display: none;
	top:10px;
	right:20px;
	cursor:pointer;
	
}
#menu .menuSmallBar .lineMenu{
	border:1px solid #fff;
	margin: 5px;
	}
#menu .menuSmallBar .lineMenu:first-child{
	margin-top: 7px;
	}
#menu .glyphicon{
	font-size:36px;
	color: #fff;
	display: none;
	margin: 5px 20px ;
	margin-bottom:30px;
	cursor:pointer;
	z-index:99;
	}


#page1 .row {
	margin-top: 150px;
}
#page1 .slideShow {
	width: 100%;
	height: 408px;
	border: 2px solid #ddd;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
#page1 .slideShow .image {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
}

#page1 .slideShowLeft {
	width: 49%;
	height: 200px;
	/*background-color: #D01E21;*/
	border: 2px solid #ddd;
	border-radius: 5px;
	margin: 2px;
	position: relative;
	overflow: hidden;
}
#page1 .slideShowLeft .image {
	transition: all .5s;
	width: 100%;
	height: 200px;
	background-size: 100%;
	background-position:center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#page1 .slideShowLeft:hover .image {
	width: 120%;
	left: -10%;
}
#page1 .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}
#page2 .mainPage {
	width: 100%;
	min-height: 200px;
	height:auto;
	position: relative;
}
#page2 .menuSmall {
	width: 150px;
	height: 40px;
	float: right;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #5bc0de;
	overflow: hidden;
	border: 1px solid #FFF;
	border-radius: 5px;
	position: relative;
	display: none;
	padding-left: 10px;
}
#page2 .menuSmall label {
	position: absolute;
	top: -100%;
	font-size: 26px;
	color: #fff;
	width: 100%;
	text-align: left;
    padding-left: 10px;
}
#page2 .menuSmall .next {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 9;
	border-left: 1px solid #fff;
	width: 40px;
	height: 20px;
	color: #fff;
	text-align: center;
}
#page2 .menuSmall .prev {
	position: absolute;
	right: 0;
	top: 20px;
	cursor: pointer;
	z-index: 9;
	border-left: 1px solid #fff;
	width: 40px;
	height: 20px;
	color: #fff;
	text-align: center;
}
#page2 .headerPage {
	width: 100%;
	height: 39px;
	position: relative;
}
#page2 ul {
	list-style: none;
	margin: 0;
	width: 100%;
}
#page2 ul li {
	float: right;
	padding: 0;
	cursor: pointer;
	width: 148px;
	height: 35px;
	background-image: url('../images/tab1.png');
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: -20px;
	color: #fff;
	font-size: 20px;
}
#page2 ul li:first-child {
	margin-right: 5px;
	background-image: url('../images/tab2.png');
}
#page2 .bodyPage {
	background-color: #ccc;
	width: 100%;
	min-height: 200px;
	position: relative;
	border: 2px solid #ddd;
	border-radius: 15px;
	margin-top: -5px;
}

#page2 .contentPage {
	position: absolute;
	top: 0px;
	opacity: 0;
	width: 100%;
    padding: 20px;
    text-align: center;
	transition: all 1s;
}
#page2 .contentPage.active {
	opacity: 1;
	position: relative;
}
#page2 .contentPage.notActive {
	opacity: 0;
	
}
#page2 .headerPage2 {
	display: none;
}
#page2 .tabPage:hover {
	width: 148px;
	height: 35px;
	background-image: url('../images/tab2.png');
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 2px;
}
#page2 .imagePage {

}
#page2 .img {
	float: left;
	margin: 0 9%;
	margin-top: 30px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 15%;
	height: 270px;
	transition: all .5s;
}
#page2 .img1 {
	background-image: url('../images/news.png');
}
#page2 .img1:hover, #page2 .img2:hover, #page2 .img3:hover {
	margin-top: 20px;
}
#page2 .img2 {
	background-image: url('../images/service.png');
}
#page2 .img3 {
	background-image: url('../images/products.png');
}
#page2 .product2{
	width: 100%;
	height:auto;
	z-index: 99;
}
#page2 .product2 #moveProduct{
	position:relative;
	background-color: #ddd;
	height: 140px;
	margin: 15px auto;
	border: 2px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.parent-pro{
	position: absolute;
	top:0;
    left: -100%;
    width: 100%;
    height: 100%;
}
.parent-pro#parent-pro1{
    left: 0%;
}
.pro{
	width:24%;
	height:140px;
	float:right;
	margin:0 .5%;
	z-index: 10;
	position: relative;	
	background-size: 100%;
	background-position:center center;
	background-repeat: no-repeat;
}
#moveCustomer{
	position: relative;
	width: 100%;
	background-color: #ddd;
	height: 150px;
	margin: 15px auto;
	border: 2px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.parent-c{
	position: absolute;
	top:0;
    left: -100%;
    width: 100%;
    height: 100%;
}
.parent-c#parent-c1{
    left: 0%;
}
#moveCustomer .no-active{
	top: -196px;
	right: 100%;
	
}
#moveRezayat{
	position: relative;
	width: 100%;
	background-color: #ddd;
	height: 150px;
	margin: 15px auto;
	border: 2px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.parent-sat{
	position: absolute;
	top:0;
    left: -100%;
    width: 100%;
    height: 100%;
}
.parent-sat .pro{
	cursor: pointer;
}
.parent-sat#parent-sat1{
    left: 0%;
}
#moveRezayat .no-active{
	top: -196px;
	right: 100%;
	
}
#page3 .aboutUs, .page3{
	width: 100%;
	height: auto;
	background-color: #e1e1e1;
	
	direction: rtl;
	padding: 10px;
	margin-bottom: 60px;
}
#page3 .aboutUs{
	margin-bottom: 0px;
}
#page3 .aboutUs h1 {
	color: #2353A7;
	font-weight: bold;
}
#page3 .aboutUs p {
	font-weight: bold;
	font-size: 18px;
	text-align: justify;
}
#page1 .page3 .row{
	margin-top: 0;
}
.page3 .contactUs {
	width: 100%;
	height: auto;
	margin-top: 100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#012864+0,2263c5+100 */
	background: rgb(1,40,100); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(1,40,100,1) 0%, rgba(34,99,197,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(1,40,100,1) 0%,rgba(34,99,197,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(1,40,100,1) 0%,rgba(34,99,197,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012864', endColorstr='#2263c5',GradientType=1 ); /* IE6-9 */
	border: 2px solid #133F8C;
	border-radius: 5px;
	position: relative;
	direction: rtl;
	margin-bottom: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.page3 .contactUs h1 {
	position: absolute;
	top: -70px;
	z-index: 20;
	color: #2353A7;
	font-weight: bold;
}
.page3 .map {
	height: 320px;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #fff;
	border-radius: 6px;
}
.page3 .textP {
	color: #fff;
	font-size: 18px;
}
.page3 .textP .col-md-2 {
	width: 100%;
	margin-top: 15px;
}
.page3 .textP .col-md-2:last-child {
	margin-bottom: 25px;
}
.page3 .textP .col-md-2 .glyphicon {
	float: right;
	margin-left: 15px;
}
.page3 .col-md-1.social .col-md-12 {
	padding: 0;
}
.page3 .col-md-1.social .col-md-12 img {
	cursor: pointer;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	margin-top: 5px;
}
.page3 .col-md-1.social .col-md-12 img:hover {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
}
.formEstelam .input-group{
	margin-bottom: 20px;
	width: 100%;
	
}
.formEstelam .input-group .input-group-addon{
	width: 150px;
}
.formEstelam .category{
	width: 100%;
}
.formEstekhdam .input-group{
	margin-bottom: 20px;
	width: 100%;
	
}
.formEstekhdam .input-group .input-group-addon{
	width: 150px;
}
.formEstekhdam .category{
	width: 100%;
}
.formOzviyzt .input-group{
	margin-bottom: 20px;
	width: 100%;
	
}
.formOzviyzt .input-group .input-group-addon{
	width: 150px;
}
.formOzviyzt .category{
	width: 100%;
}

.paragraf{
	width:93%;
	font-weight: 50px;
	text-decoration: rtl;
	text-align: justify;
	font-size: 20px;
}
.kindImagePar{
	height: 170px;
	border:1px solid #fff;
	border-radius: 0 4px 4px 0; 
    border-left:none;
    margin-bottom:5px;
    padding: 0;
    overflow: hidden;
    background-color: #fdfdfd;
}
.kindImage{
	width:100%;
	height: 170px;
    background-size: 100%;
    background-position:center center; 
    background-repeat: no-repeat;
    position:absolute;
    top:0;
    left:0;
    transition: all .5s;
}
.kindImage:hover{
	width: 120%;
	left: -10%;
}
.proImage{
	height: 150px;
	border:1px solid #fff;
    border-bottom:none;
    border-left:none;
    background-size: cover; 
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.75);
    z-index: 9;
}
.prob{
	border:1px solid #fff;
	border-radius: 4px 4px 0 0;
	color: #fff;
	border-bottom: none;
	padding: 10px;
}
.para{
	 background-color: #104674;
	 height: 170px; 
	 border: 1px solid #fff; 
	 border-radius: 4px 0 0 4px;
	 overflow: hidden;
	 overflow-y: auto;
}
.parap{
	 background-color: #104674;
	 height: 150px; 
	 border: 1px solid #fff; 
	 border-bottom:none;
	 border-right:none;
	 overflow: none;
	 overflow-y: auto;
	 
	 
}
.linkParap{
	 height: 50px; 
	 border: 1px solid #fff; 
	 border-radius: 0 0 4px 4px;
	 border-top:none;
	 margin-bottom: 15px;
	 padding: 5px 25px;
}

.donImage{
	
	height: 170px;
	border:1px solid #fff;
	border-radius: 0 4px 0 0; 
    border-left:none;
    background-size: cover; 
    background-repeat: no-repeat;
    border-bottom: none;
}
.parad{
	 background-color: #104674;
	 height: 170px; 
	 border: 1px solid #fff; 
	 border-radius: 4px 0 0 0;
	 border-bottom: none;
	 overflow: hidden;
	 overflow-y: scroll;
	 
}
.para,.parap,.parad p{
	color: #ddd; 
	padding: 5px; 
	font-size: 20px; 
	text-align: justify;
}
.linkparad{
	
	border: 1px solid #fff; 
	border-radius: 0 0 4px 0;
	border-top:none;
	padding: 5px;
	 
}
.linkparad a{
	float: left;
	margin-left: 15px;
}
.brand-menu{
	width: 100%;
	padding: 10px 5px 0px 5px;
	margin-bottom:30px;
	border-bottom: 1px solid #FFFFFF;

}
.brand-menu ul li{
	text-decoration: none;
	list-style: none;
	cursor: pointer;
	float: left;
	color: #fff;
	margin: 8px 15px;
	transition: all .1s;
}
.brand-menu ul li#B-0{
	color: #2370ff;
}
.brand-menu ul li:hover{
	margin-top: 5px;
}
/*--footer--*/
.footer{
	position:relative;
	bottom:0px;
	width: 100%;
}
.footer-down{
	background-color: #222222;
	padding:10px 25px;
	text-align:center;
	box-shadow: inset 0px 20px 50px 1px #000;
}
.footer-down .copy{
	color:#F9F9F9;
	line-height:15px;	
}

.footer-down .copy h1{
	font-size:12px;
	margin:2px;
	font-weight: normal;
}

.footer-down .copy h2{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:10px;
	margin:2px;
}

.footer-down a{
	color:#fff;
	float:left;
	margin-top:-30px;
	font-size: 14px;
	text-decoration: none;
}

.footer-down a .Davat{
	visibility: visible;
  	opacity: 1;
  	transition: visibility 0s, opacity 1s linear;	
}

.footer-down a .Savat{
	position:absolute;
	left:25px;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 1s linear;	
}

.footer-down a:hover .Davat{
	
	visibility: hidden;
  	opacity: 0;
}

.footer-down a:hover .Savat{
	
	visibility: visible;
  	opacity: 1;
}
.o-wrapper{transition:transform .3s}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
@media only screen and (max-width: 991px) {
	#page1 .slideShowLeft {
		display: none;
	}
	#page2 .tabPage {
		display: none;
	}
	#page2 .menuSmall {
		display: block;
	}
	#page3 .col-md-1.social .col-md-12 {
		float: left;
	}
	#page3 .col-md-1.social {
		margin: auto;
		max-width: 330px;
	}
	#menu .menuBar{
		display:none;
		}
	#menu .menuSmallBar{
	display: block;
	}
	#menu .glyphicon{
		display: block;
		}
	#menu .menuBar ul li {
		float: none;
	}
	#menu #dropdown-Cmenu{
		height: 100%;
		right: 200px;
		top: 0px;
	}
}

@media only screen and (max-width: 500px) {
	#page1 .slideShow {
		display: none;
	}
	

}