/*CSS Ducoment By ARVAN */
@import url("css/bootstrap-rtl.min.css");
@import url("../../../tools/fonts/fontawesome/font.css");  
@font-face{
	font-family:'IRsans';
	src:url(fonts/IranianSans-Light.eot);
	src:url(fonts/IranianSans-Light.eot?#iefix) format('embedded-opentype'),
	url(fonts/IranianSans-Light.woff) format('woff'),
	url(fonts/IranianSans-Light.ttf) format('truetype');
    font-weight: normal;
	font-style: normal;
	}
@font-face{
	font-family:'IRsan-B';
	src:url('fonts/IRANSansWeb(FaNum)_Bold.eot');
	src:url('fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
	url('fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
	font-weight:500
	}
/*
@font-face{
	font-family:'IRsans';
	src:url(fonts/iranSans/IranianSans-Light.eot);
	src:url(fonts/IranianSans-Light.eot?#iefix) format('embedded-opentype'),
	url(fonts/IranianSans-Light.woff) format('woff'),
	url(fonts/IranianSans-Light.ttf) format('truetype');
    font-weight: normal;
	font-style: normal;
	}
*/
:focus {
	outline: 0;
}
::selection {
	background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
	background: rgba(0, 0, 0, 0.1);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'IRsans', tahoma, arial, Helvetica;
	font-weight: normal;	
}
* {
    margin: 0;
    padding: 0;  
    box-sizing: border-box;
}
html,body {
	min-height: 100%; 
    -webkit-text-size-adjust: 100%;
}
body {
	font: 14px/27px 'IRsans', tahoma, arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	direction: rtl;
	overflow-x: hidden;	
	cursor: default;
}
img {
    border: 0;
    /*max-width: 100%;*/
    height: auto;
}
a {
    text-decoration: none !important;
    color: inherit;
    cursor: pointer;
/*    color: #000;*/
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

a:hover, a:focus, a:active{
    color:#dd0000;
}

menu,nav,i {
    /*list-style: none;*/
	display:block;
}

.scDiv li {
	margin-right:30px
}

input[type=text],input[type=submit],input[type=reset],input[type=button],input[type=password],input[type=email],textarea,select,option,button {
    font: 13px/27px 'IRsans', tahoma, arial, Helvetica;
    color: #003957;
    height: 35px;
    border: 1px solid #abaaa8;
    transition: all 0.9s;
    margin-bottom: 2px;
    vertical-align: top;
    border-radius: 0px;
    background: #ecf0f1;
    transition: All 0.5s ease-in-out;
    padding: 1px 10px 4px;
}
input[type=text],input[type=password] ,input[type=email]{    
	border: 1px solid #abaaa8;
}
input:hover,input:focus,textarea:hover,select:hover,textarea:focus,select:focus {
    border: 1px solid #e7ad82;
}
input[type=submit],input[type=reset],input[type=button] {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #ff6c00;
    /*background: linear-gradient(#f6cf4a,#f6cf4a);*/
    color: #fff;
    border: none;
    font-size: 14.5px;
    text-align: center;
    padding: 6px 25px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    transition: All 0.5s ease-in-out;
    height: auto;
}
input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover {
	background: #cf5800;
}

select {
    background-color: #ecf0f1;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 10px 5px 35px;
}
option {
    border: none;
    text-align: right;
    direction: rtl;
}
:focus {
    outline: none;
}
.clear{
	clear:both;
}
/*---------------------------------------------------------------------------------------------------------------------*/
.inner {
    width: 1200px;
    margin: 0px auto;
	position:relative;
}
.main {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
	position:relative;
}
.main-2 {
	width: 1000px;
    margin: 0px auto;
    overflow: hidden;
	position:relative;
}
.inner-2 {
    width: 1000px;
    margin: 0px auto;
	position:relative;
}
.menu-icons-px {
    background: url(../images/menu-icons-px.png) no-repeat center center;
    display: block;
}
top, header,banner,main,news,project,address,sc,i {display: block;}
/*---------------------------------------------------------------------------*/
header {
	position:absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index:4;
    background: rgba(255,255,255,0.85);
    height: 130px;
	z-index:1000;
}
.logo {
    width: 380px;
    height: 140px;
    float: right;
	margin:0px 0px;
	display:inline-block;
	vertical-align:top;
    transition: all 0.4s,
}
.flag {
    width: 380px;
    height: 130px;
    float: left;
	margin:0px 0px;
	display:inline-block;
	vertical-align:top;
}
.shoar{
    position: absolute;
    left: 250px;
    top: 90px;
    color: #0355a6;
    background: #eee;
    padding: 3px 20px 4px;
    border-radius: 15px;
    background: linear-gradient(to right ,rgba(247, 247, 247, 0), rgba(228, 242, 255, 0.61));
}

nav{
/*	background: rgba(3,67,131,0.9);*/
	background: rgba(3,54,131,0.9);
    height: 55px;
    color: #d9e0e3;
    top: 130px;
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    margin: 0 auto;
	z-index:999; 
}
.menu{
	float:right;
    margin-right: 18px
}
.menu ul li{
	/*display: inline-block;
    margin: 17px 0px 12px;
    color: #d9e0e3;
    line-height: 17px;
    padding: 0px 15px;
    border-left: 1px solid #d9e0e3;
    transition: all 0.333s;*/
}
.menu ul li:hover,.menu ul li:active{
	color: #ffa515
}
.menuHidden {
	float: right;
    display: none;
    background-position: -137px 2px;
    width: 31px;
    height: 30px;
    cursor: pointer;
    margin: 15px 0px 15px 5px;
    background-color: #01376c;
    border-radius: 4px;
    color: #009cff;
    transition: all 0.333s;
}
.menuHidden:hover{
    background-position: -161px 2px;
}
.menuHide, .resMenu{
    background: rgba(3,54,131,0.96);
    color: #fff !important;
	font-family: 'IRsans', tahoma, arial, Helvetica;
    font-size: 13.5px;
	line-height:25px;
    position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 22222222;
    display: none;
    overflow: scroll;
}
.menuHide ul{
    margin-top: 80px;
}
.menuHide ul li{
    display: block;
    color: #fff;
    transition: all 0.1s;
    text-align: center; 
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
     cursor: pointer;
}
.menuHide ul li:hover{
    color: #bf8a2f;   
}
.menuHide ul li a{
   color: #fff;
}
.menuHide ul li a:hover{
    color: #bf8a2f;   
}
.menuHide .menu ul li{
	cursor:pointer
}
.menuHide .subMenuUl{
	display:none;
	margin-top:80px;
}
.close{ 
    width: 25px;
    height: 25px;
    background-position: -90px 0px;
    float: left;
    position: absolute;
    top:30px;
    left: 30px;
    cursor: pointer;
}
.backDiv{
	width: 25px;
    height: 25px;
    background-position: -215px 0px;
	position:absolute;
    float: right;
    position: absolute;
    top:30px;
    right: 30px;
    cursor: pointer;
}

.navTools{
   padding: 12px 25px; 
    float: left;
    direction:ltr;
}
.navTools ul li{
    display: inline-block;
/*    background: #01376c;*/
    background: #01246c;
    border-radius: 4px;
    color: #009cff;
    padding: 0px 8px;
    vertical-align: top;
    line-height: 30px;
    height: 29px;
}
.topIcon{
	width: 20px;
	height: 20px;
	float:left;
}
.srch {	background-position:-48px -21px;}
.user {	background-position:-29px -21px;}
#srch{direction: rtl}
#srch span{ 
    padding: 0 5px 0px 20px;
    font-size: 12px;
}

.search-box {
	width: 100%;
    background: rgba(11, 71, 141, 0.8);
    display: none;
    top: 185px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2000;
}
.search-box form{
	text-align: center;
	padding: 25px 0;
}
.search-box input[type=text] {
    width: 380px;
}
.search-box input[type=submit] {
    width: 45px;
    background-image:  url(../images/srch-w.png);
	background-repeat:no-repeat;
	background-position:center;
    background-color: #009cff
 }

.login-box {
    position: absolute;
    left: 0px;
    top: 55px;
    z-index: 201;
    background: rgba(11, 71, 141, 0.8);
    padding: 25px 15px;
    display: none;
}
.login-box input {
    width: 140px;
    color: #666;
    position: relative;
    display: inline-block;
    float: right;
    margin: 0px 1px;
	border:none;
}
.login-box .loginButt {
    width: 40px;
    display: inline-block;
    background-image: url(../images/tik.png);
	background-repeat:no-repeat;
	background-position:center;
    /* background-color: #01376c;  */
    background-color: #f4ba01; 
    height: 35px;
}
.login-box .loginButt:hover {
    background-image: url(../images/tik.png);
	background-repeat:no-repeat;
	background-position:center;
    background-color: #37af00; 
}

.login-box div {
    display: inline-block;
}
.login-box div.userReg {
    width: 140px;
}
.login-box a {    
    line-height: 25px;
    color: #fff;
}

slider{position: relative;}
#slider2_container:after{
    content: '';
    background: url(../images/niroo.png) no-repeat bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    /* height: 190px; */
    height: 25%;
    width: 100%;
    bottom: -2px;
    right: 0;
    left:0;
}
.captionBox{
    position:absolute;bottom:200px;right:0px;width:100%;height:100%;overflow:hidden;
}
.sliderCaption-1{
    position:absolute;bottom:0px;right:15%;width:auto;height:auto;font-size:13px; color:#fff; 
    padding: 15px 30px 20px 60px;
    background-color: rgba(8, 71, 164, 0.7);
    background-clip: padding-box;
    border: 1px solid #0093ffcc;
}
.sliderCaption-1 p{
    font-size: 12px;
    text-shadow: 0 1px 0px #000;
    line-height: 25px
}
.sliderCaption-1 a{
    font-size: 11px;
    line-height: 25px;
    color: darkorange;
}
.moreSliderInfo{
    width: auto;
    background: rgba(255, 190, 5, 0.54);
    background-clip: padding-box;
    border: 1px solid rgba(186, 99, 26, 0.31);
/*    background-blend-mode: multiply;*/
/*    mix-blend-mode: multiply;*/
    transition: 0.4s ease-in-out;
    padding: 20px 60px;
    position: absolute;
    bottom:200px;
    left: 50%;
    font-size: 16px;
}

main{
    position:relative;
    padding:30px 0px;
}
.serviceDiv, newsDiv{
    display: block;
    overflow: hidden;
}
.newsBox, .tenderBox{
	width: 385px;
	display:inline-block;
	vertical-align:top;	
	overflow:hidden;
	float:left;
}
.lastNews{
    margin-left: 400px;
}

news{
    padding: 0px 0px;   
    overflow: hidden;
}
.newsItem{
	border:1px solid #dfe0e1;
    padding: 25px;
    overflow: hidden;
	height:205px;
}
.newsItem img{
    width:200px;
    height: 150px;
    float: left;    
}
.lastNewsDate{position: absolute;right:2px;top:2px; background:#eaebeb;padding: 1px 10px;}
.newsCnt{
    margin-left: 220px;
    padding-top: 15px;
}
.newsCnt h1{
    font-size: 14.5px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.newsCnt h3{
    font-size: 12px;
    color: #1f1f1fb5;
}
.newsCnt p{
   color: #555555;
   margin-top: 6px;
   height: 49px;
   overflow: hidden;
   line-height:23px;
}
.moreNewsInfo{
    color: #ff0000;
    float: left;
    margin: 0px 0px;
}
.arrow-news{
    width: 20px;
    height: 20px;
    float: right;
    background-position: -140px -23px;    
}

.moreNews{
    display: block;
    color: #03427f;
    border-bottom: 1px solid #b1c0ca;
    line-height: 40px;
    text-align: left;
    margin-bottom: 1px;
}
.newsUL{}
.newsUL li{
    line-height: 26px;
    height: 65px;
    overflow: hidden;
    background: #fff;
    padding: 5px 15px
}
.newsUL li:nth-child(odd){
    background: #e3eaef;
}

.serviceDiv{
    margin-top: 40px;    
}
.siteTopSrv{
    margin-top: -150px;
    margin-left: 100px;
    margin-bottom: 60px;
    min-height: 60px; 
}
.siteTopSrv .siteTopSrvIcon {
    width: 110px;
    height: 110px;
    text-align: center;
    background-color: #ffc100;
    border: 6px solid rgba(16, 61, 129, 0.38);     
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    transform: scale(1,1);
    padding:25px 12px;
}
.siteTopSrv .siteSrvUl li:hover  .siteTopSrvIcon{
    border: 6px solid rgba(16, 61, 129, 0.7);     
}
.siteTopSrv .siteSrvUl li {
    width: 15%; 
}
.siteSrv{
    margin-top: 50px;
    margin-left: 400px;
}
.siteSrvUl{
    width: 100%;
}
.siteSrvUl li{
    width: 19%;
    display: inline-block; 
    vertical-align: top;
	text-align:center
}
.siteSrvIcon{
    width: 85px;
    height: 85px;
    text-align: center;
/*    background-color: #0355a6;*/
    background-color: #0c45a7;
    border: 6px solid rgba(113, 168, 209, 0.4);
    border-radius: 50%;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    transform: scale(1,1);
	padding:12px
}
#siteSrvIcon1{background-position: 9px -83px;}
#siteSrvIcon2{background-position: -51px -85px;}
#siteSrvIcon3{background-position: -113px -85px;}
#siteSrvIcon4{background-position: -173px -85px;}
#siteSrvIcon5{background-position: -235px -85px;}
.siteSrvUl li h4{
    font-size: 13px;
    color: #024587;
    text-shadow: 0px 0px 0px #000;
    line-height: 24px;
    text-align: center;
    padding: 10px 15px;
}
.siteSrvUl li:hover .siteSrvIcon{
    transform: scale(0.9,0.9);
    border: 6px solid rgba(14, 152, 254, 0.53);
/*    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);*/
}

.siteSrvUl li:hover .siteSrvIcon{
    transform: scale(0.9,0.9);
    border: 6px solid rgba(14, 152, 254, 0.53);
/*    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);*/
}

.tenderBox {
    min-height: 255px;
    /*background: #003970;*/
    background: #003170;
    position: relative;
}
.tenderBox:before{
    content: '';
    background: #f6ba00;
    height: 110px;
    width: 100%;
    transform: skewY(-15deg);
    position: absolute;
    top: -57px;    
}
.tenderBoxTlt{
    background: rgba(255,255,255,1);
    height: 90px;
    width: 90px;
    border: 6px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 60px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #054d94;
    padding: 22px 0px;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    transform: scale(1,1);
    line-height: 18px;
}
.tenderItem{
    padding: 130px 25px 0px;
    color: #d8e2ed;
    height: auto;
    overflow: hidden;
}
.tenderItem p, .tenderItem a{
    line-height: 22px;
    font-size: 12.5px;
    color: #d8e2ed;
}

.tenderBoxFooter{border-bottom: 1px solid #678098;}
.moreTender{
    display: block;
    color: #d8e2ed;
    /* border-top: 1px solid #678098; */
    line-height: 42px;
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0 20px 3px;
}

.moreTenderC{
    display: block;
    color: #d8e2ed;
    /* border-top: 1px solid #678098; */
    line-height: 42px;
    text-align: left;
    position: absolute;
    bottom: 0px;
    right: 0;
    padding: 0 20px 3px;
}

.serviceDiv .owl-dots{float:right !important}

banner{	    
    background:  url(../images/data/m-banner-1.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
    background-position: 50% 50%;
    position: relative;
    padding: 17% 0px 23%;
}
banner:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: url(../images/triangle.png) no-repeat;
    height: 180px;
    width: 100%;
    background-size: contain;
    z-index: 2;
}
banner:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../images/triangle.png) no-repeat;
    transform: rotate(180deg);
    height: 180px;
    width: 100%;
    background-size: contain;
    z-index: 2;
}

.overlay {
    background:radial-gradient(#01133f 50%,#0355a6);
    opacity:0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 0px;
    color: #fff;
}
.moreProInfo{
    height: auto;
    width: 600px;
    background: rgba(9, 20, 53, 0.24);
    background-clip: padding-box;
    border: 1px solid rgba(58, 100, 162, 0.56);
    box-shadow: 0px 0px 95px rgba(255, 255, 255, 0.31);
/*    background-blend-mode: multiply;*/
/*    mix-blend-mode: multiply;*/
    transition: 0.4s ease-in-out;
    border-radius: 5px;
    padding: 30px 60px;
    margin:  0 auto;
    position: absolute;
    right: 0;
    left: 0;
}
.moreProInfo:hover{
    opacity: 1;
}
.moreInfoIcon{
    width: 30px;
    height: 35px;
    float: right;
    background-position: -70px -50px;          
}
.moreProInfo h5{
    font-size: 17px;
    color: #83b7ea;
    text-shadow: 0 2px 0 #000;
    line-height: 30px;
    margin-right: 40px
}

project{
    padding: 0px 0px 40px;
}
.projectBoxTlt{
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}
#prjTab>ul{border-bottom:1px solid #d2d2d2;margin: 10px 150px;position: relative;text-align: center; margin-bottom: 30px;}
#prjTab>ul li{display:inline-block;color:#000;font-size:14px;line-height: 32px;padding: 3px 10px 2px;background: #dedddd;border-radius: 5px 5px 0px 0px; width: 160px;border-bottom: 5px solid #e1e1e199;background-clip: padding-box; cursor:pointer}
#prjTab>ul li.selected {color:#000;font-size:14.5px;background: #f6ba01;border-bottom: 5px solid #f6ba0180;background-clip: padding-box;}
.tabContent{text-align: center;}
.prjTabCnt{position:relative; padding-bottom: 30px;}

.prjItem{
	position:relative;
    background: #dedddd;
    display: inline-block;   
    width: 280px;
    margin:5px;
}
.prjImg{
	height: 205px;
    width: 280px;
    overflow: hidden;
}
.prjImg img{
	height: 205px;
    width: 280px;
    outline: 1px solid #afafaf;
    outline-offset: -10px;
    transition: all 0.3s ease-in-out;
    transform: scale(1,1);
}
.prjItem:hover .prjImg img{
	transform: scale(1.1,1.1);
    outline: 1px solid #afafaf;
    outline-offset: -30px;
}
.prjItem h2{
	font-size:14.5px;
	color:#0c508f;
	height:45px;
    line-height: 43px;
	overflow:hidden;
    border-bottom: 1px solid #eee;
}
.prjItem p{
	font-size:12.5px;
	line-height: 21px;
	height:115px;
	overflow:hidden;
    padding: 10px 15px 20px;
}
.morePrj{
	color: #0355a6;
    position: absolute;
    bottom: 1px;
    right: 20px;
    right: 0;
    left: 0;
    font-size: 16px;
}
project .owl-theme .owl-nav.disabled + .owl-dots {

    margin-top: 0px !important;
    padding-right: 10px;

}
project .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #0355a6;
    border-radius: 0px;
}
project .owl-theme .owl-dots .owl-dot.active span, 
project .owl-theme .owl-dots .owl-dot:hover span {
    background: #0355a6;
    opacity: 1;

}

.otherLink{
/*	background:#013b74;	*/
	background:#013374;	
    padding: 20px 0px;
}
.owl-link{
	
}
.linkItem{
	width:200px;
	height:120px;
	margin: 10px auto;    
    position: relative;   
    overflow: hidden;
}
.linkItem:before{
    content: '';
    background: #0355a6;
    height: 100px;
    width: 100%;
    transform: skewY(-15deg);
    position: absolute;
    top: -28px;    
}
.linkItem img{
    width: 200px;
    height: 75px;
    margin-top: 45px;
}
.linkItem h4{
    color: #fff;
    position: absolute;
    height: 25px;
    text-align: center;
    overflow: hidden;
    top: 15px;
    right: 10px;
    left: 10px;
}
.linkArrow{
    position: absolute;
    width: 40px;
    height: 35px;
    background-position: -100px -50px;
    right: 0;
    left: 0;
    top: 52px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
.linkItem:hover .linkArrow{
    transform: rotate(-180deg);
}

contacts{
	display:block;
/*	background:#023364;*/
	background:#002e6b;
	padding:45px 0px;
}
.btmMenu{
	width:70%;
	display:inline-block;
}
.btmUL{}
.btmUL li{
	display:inline-block;
	vertical-align:top;
	margin-left:35px;
	text-align: right;
}
contacts h3{
	font-size:14px;
	line-height:26px;
	font-weight:normal;
	color: #faa500;
	margin:10px 0px;
}
.btmMenuUL li{
	display:block;
	color:#fff;
	font-size:13px;
	margin-bottom:3px;
	width:100%;    
}
.btmMenuUL li a{
    color:#fff;
    font-size:13px;
}
.btmMenuUL li:hover, .btmMenuUL li:hover a{
	color:#f18126;
}
.leftBtmBox{
    float: left;
    width:29%;
    padding-right:30px;
     position: relative;
	display:inline-block;
	vertical-align:top;		
    border-right: 1px solid #2f7bc7;
}
.infoUL{
   
}
.infoUL li {
    width: 100%;
    overflow: hidden;
	margin-bottom:6px;
	font: 13px/21px 'IRsans',tahoma;
	color:#fff;
}
.owl-adv{
    padding: 15px;
    border-bottom: 1px solid #2f7bc7;
}

.amar{
	float:left;
	width:24%;
	display:inline-block;
	vertical-align:top;
	color:#fff;
}
.amarIcon{
	width:30px;
	height:30px;
	float:right;
	display:block;
	margin-left:7px;
	margin-top: -5px;
	background-position:-215px -25px;
}
.adad{
	float:left;
	text-align:left;
}

footer {
    width: 100%;
    position: relative;
    display: block;
/*	background-color:#002855;*/
	background-color:#01285d;
	border-top:1px solid #094283;
}
.footerText {
    position: relative;
    padding: 30px 0px 40px;
    color: #759dc5;
	position:relative;
}
.footerText a {
	color: #759dc5;
}
.footerText a:hover{
	color: #fff;
}
.one {
    text-align: center;
    font-size: 12.5px;
	line-height: 26px;
	display:block;
}
.two {
    text-align: center;
    font-family:  arial;
    font-size: 13px;
	margin: 0 auto;
	line-height: 22px;
	display:block;
	direction:ltr;
}
.ftrArvan {
    position: relative;
}
.ftrArvan:hover .oneArvan,.ftrArvan:hover .twoArvan,.ftrArvan:hover .threeArvan ,.ftrArvan:hover .fourArvan ,.ftrArvan:hover .fiveArvan ,.ftrArvan:hover .sixArvan {
    opacity: 1;
    -webkit-transform: translate(0px, -2px);
    -moz-transform: translate(0px, -10px);
    -o-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -2px);
}
.oneArvan {
    background: url(../images/a1.png) no-repeat;
    width: 27px;
    height: 19px;
    position: absolute;
    opacity: 0;
	right: -3px;
	top: -5px;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.twoArvan {
    background: url(../images/a2.png) no-repeat;
    width: 12px;
    height: 9px;
    position: absolute;
    opacity: 0;
	right: -7px;
	top: -3px;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.threeArvan {
    background: url(../images/a3.png) no-repeat;
    width: 7px;
    height: 5px;
    position: absolute;
    opacity: 0;
	right: -6px;
	top: -5px;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fourArvan {
    background: url(../images/a4.png) no-repeat;
    width: 10px;
    height: 17px;
    position: absolute;
    opacity: 0;
	right: -4px;
	top: -16px;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fiveArvan {
    background: url(../images/a5.png) no-repeat;
    width: 6px;
    height: 13px;
    position: absolute;
    opacity: 0;
	right: 28px;
	top: 4px;
	right: 5px;
	top: -12px;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sixArvan {
    background: url(../images/a6.png) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    opacity: 0;
	right: 31px;
	top: 7px;
	right: 8px;
	top: -9px;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------------------------------------------------------*/
.scDiv{
	min-height:550px;
    position: relative;
    padding: 0px 0px 20px;
    margin-top: 200px;
}
/*------------------------------------start jssor---------------------------------------*/
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/*jssor slider bullet skin 052 css*/
.jssorb052 .i {position:absolute;cursor:pointer;}
.jssorb052 .i .b {fill:#000;fill-opacity:0.3;}
.jssorb052 .i:hover .b {fill-opacity:.7;}
.jssorb052 .iav .b {fill-opacity: 1;}
.jssorb052 .i.idn {opacity:.3;}

/*jssor slider arrow skin 053 css*/
.jssora053 {display:block;position:absolute;cursor:pointer;}
.jssora053 .a {fill:none;stroke:#fff;stroke-width:640;stroke-miterlimit:10;}
.jssora053:hover {opacity:.8;}
.jssora053.jssora053dn {opacity:.5;}
.jssora053.jssora053ds {opacity:.3;pointer-events:none;}


/* Start Public CSS ---------------------------------------------  */
.seoTag{}
.navigator{margin:10px 0px 30px;}
.comp_tools{text-align:left;overflow:hidden}
#printForm{display:inline-block}

.error{color:red}

.pager{margin-top:10px;border:0px solid}

/* ---------------- Exports CSS -------------*/
.exMainDiv{
	direction:rtl;
	text-align:right;
	border:0px solid;
	margin:30px 20px 0px 20px
}
.exHeader{border:0px solid;margin:20px 10px 0px 10px}
.exFooter{border:0px solid;margin:20px 10px 0px 10px}

/* ------------------------------- Comment -----------------------------*/
.comment-list {padding: 0;margin: 0;}
.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}
.comment-list li .vcard {
    width: 80px;
    float: right;
}
.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
    font-size: 20px;
    color: #000;
}
.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
}
.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.comment-list li .vcard img {
    border-radius: 50%;
}
.comment-form-wrap {
    clear: both;
}
.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}


.captcha{overflow:hidden;display:inline-block;margin-top:10px;width:100%}
.captcha label{float:right}
.captcha span{width:100px;padding:4px;display:block;	float:right}
.captcha input{
	width:80px;
	padding:2px;
	float:right;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#4D4D4E;
	direction:ltr
}
.captcha .captchaCode{float:right}


span.link a {
	font-size:150%;
	color: #000000;
	text-decoration:none;
}


#submit.loading {background:url("../images/spinner.gif") no-repeat center;}
/* -------------------------- End of Comment ---------------------------*/

/* -------------------------- Start Send Friend ---------------------------*/
#frirndBox{}
#frirndBox input[type=text]{width:90%}
#frirndBox textarea{width:90%}
/* -------------------------- End Send Friend ---------------------------*/


/*  ---------------- Rating  -------------------------            */

.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

    .rateit .rateit-range {
        position: relative;
        display: -moz-inline-box;
        display: inline-block;
        background: url(star.gif);
        height: 16px;
        outline: none;
    }

        .rateit .rateit-range * {
            display: block;
        }

    /* for IE 6 */
    * html .rateit, * html .rateit .rateit-range {
        display: inline;
    }

        /* for IE 7 */
        * + html .rateit, * + html .rateit .rateit-range {
            display: inline;
        }

            .rateit .rateit-hover, .rateit .rateit-selected {
                position: absolute;
                left: 0;
                top: 0;
                width: 0;
            }

            .rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
                left: auto;
                right: 0;
            }

            .rateit .rateit-hover {
                background: url(star.gif) left -32px;
                color: rgb(239, 197, 41);
            }

            .rateit .rateit-hover-rtl {
                background-position: right -32px;
            }

            .rateit .rateit-selected {
                background: url(star.gif) left -16px;
                color: rgb(191,66,66);
            }

            .rateit .rateit-selected-rtl {
                background-position: right -16px;
            }

            .rateit .rateit-preset {
                background: url(star.gif) left -48px;
                color: rgb(239, 107, 34);
            }

            .rateit .rateit-preset-rtl {
                background: url(star.gif) right -48px;
            }

            .rateit button.rateit-reset {
                background: url(delete.gif) 0 0;
                width: 16px;
                height: 16px;
                display: -moz-inline-box;
                display: inline-block;
                float: left;
                outline: none;
                border: none;
                padding: 0;
            }

            .rateit .rateit-reset span {
                display: none;
            }

            .rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
                background-position: 0 -16px;
            }


.rateit-font {
    font-size: 20px;
    line-height: 1.3em;
}

    .rateit-font .rateit-range {
        background: none;
        height: auto;
    }

    .rateit-font .rateit-empty {
        color: #ccc;
    }

    .rateit-font .rateit-range > div, .rateit-font .rateit-range > span {
        background: none;
        overflow: hidden;
        cursor: default;
    }

.rateit.rateit-font .rateit-reset {
    font-size: inherit;
    background: none;
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.2em;
    background: gray;
    border-radius: 50%;
    position: relative;
}

    .rateit.rateit-font .rateit-reset span {
        display: block;
        font-weight: bold;
        color: white;
        height: calc(50% - 0.045em);
        top: 0;
        position: absolute;
        border-bottom: 0.09em solid white;
        width: 72%;
        margin-left: 14%;
    }


.rateit.rateit-font .rateit-reset:hover, .rateit.rateit-font button.rateit-reset:focus {
    background: #e6574b; /* Old browsers */
    background: radial-gradient(ellipse at center, #e6574b 55%,#f6836b 77%,#f9d3cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: 0 0;
}
/* ----------------------------- Paging ---------------------------*/
.select_paginate{width:50px;}
a.paginate {padding: 2px 6px 2px 6px;text-decoration: none;color: #000080;}
a.paginate:hover {background-color: #000080;	color: #FFF;text-decoration: underline;}
a.current {
	/*border: 1px solid #000080;*/
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#000080;
	color: #FFF;
	text-decoration: none;
}
span.inactive {
	/*border: 1px solid #999;*/
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}
.clear{clear:both;} 

label.formError{ color:#F00; margin-right:4px}
input.formError, select.formError, textarea.formError{ border-color:#F00; color:#F00}

:required{border-right:3px solid #f00;}
.toolsIcon input[type=button]{background:none}

.scDiv h1:first-child{ font-size: 1.3rem; color: #17a2b8}
.scDiv .tools > *{ font-size: 1.2rem; color: darkgray; margin: 0px 5px; display: inline-block}
.scDiv .tools > *:hover{ color: #0056b3}

/* new */
form thumb{ width:124px; height:124px; border:1px solid #d8d8d8; float:right; margin-left:4px; border-radius:4px; position: relative}
form thumb div{ width:118px; height:118px; border-radius:4px; overflow:hidden; background-size: contain; background-repeat: no-repeat; background-position: center; margin: 2px}
form thumb .fileDel{bottom: 2px; left: 2px; position: absolute; width: 20px; height: 20px;
background: url(../images/delete-a.png) no-repeat;}

/* search */
.gsc-search-box  .gsc-input{background:none !important}

@media print
{    
	body{background:#FFF; background-image : none;}
	.noPrint{display:none}
	.exHeader{border:0px solid;margin:0px;}
	.exFooter{border:0px solid;margin:0px;}
	h1:first-child{ font-size: 1.3rem; color: #17a2b8}
}

/* End Public CSS ---------------------------------------------  */


#goTop {
    background: url(../images/up_arrow.png) no-repeat;
    width: 50px;
    height: 50px;
    position: fixed;
    right:2%;
    bottom: 100px;
    opacity: 0;
    z-index: 123456;
}

@media screen and (max-width: 1250px) {
    .main,.inner{
        width: 1100px;
    }	
     banner{	    
        padding: 17% 0px 26%;
    }
    #prjTab > ul {
        margin: 10px 10px;
    }
}
@media screen and (max-width: 1200px) {
    .menu ul{display:none;}
	.menuHidden{display:block;}	
}
@media screen and (max-width: 1100px) {
	.main,.inner {
        width: 98%;
    }   
}	
	
@media screen and (max-width: 900px) {	
    .logo {
        width: 310px;
        height: auto;
        margin: 27px 0px 0px;
    }
    .siteSrvUl {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .newsBox {
        width: 80%;
        display: block;
        float: none;
        margin: 0 auto 10px;
    }
    .tenderBox {
        display: block;
        float: none;
        margin: 0 auto 10px;
    }
    .lastNews {         
        margin: 00px auto;
        width: 80%;
    }
    .serviceDiv {
        margin-top: 10px;
    }
    .siteSrv {
        margin-top: 35px;
        margin-left: 00px;
    }
    .shoar{display: none}
     nav{
        height: 40px;
    }
    .menuHidden {
        margin: 6px -10px 4px;
    }
    .navTools {
        padding: 5px 0px 5px 10px;
    }
     .lastNews {
        height: 240px;
    }
    .btmMenu {
        width: 100%;
        display: block;
    }
    .leftBtmBox {
        float: none;
        width: 100%;
        padding-right: 0px;
        display: block;
        border-top: 1px solid #2f7bc7;
        border-right: none;
    }
     contacts {
        padding: 15px 15px;
    }
    
}
@media screen and (max-width:800px) {
    .flag{display: none}
    .newsBox, .lastNews {
        width: 96%;
    }
    header {
        height: 100px;
        position: relative;
    }
    .logo{
        margin-top: -4px;
        width: 300px;
        height: auto;
        margin: 0px 0px;
    }
    .logo img{
        max-width: 100% !important;
    }
    nav{
        top:100px !important;
        position: absolute !important;
    }
    .search-box {
        top: 140px;
    }
    .gsc-control-cse {
        width: 85% !important;
    }
    .login-box {
        top: 40px;
        padding: 15px 15px;
      }
      .login-box input{
          margin-bottom: 2px;
      }
    .moreProInfo {
        height: auto;
        width: 96%;
        background: rgba(9, 25, 53, 0.57);
        padding: 20px 20px;
        margin: 0 auto;
        position: relative;
    }
    .overlay, banner:after, banner:before{
        display: none;
    }
    banner {
        padding: 40px 20px;
    }
    project {
        padding: 30px 0px;
    }
	
	.scDiv{margin-top:60px}
   
   
}
@media screen and (max-width: 600px) {
    .siteSrvUl li {
        width: 32%;
        margin-bottom: 20px;
    }
    main{
        padding: 0px
    }
    .moreProInfo {
        padding: 15px 15px;
    }
    .moreProInfo h5 {
        font-size: 15px;
        line-height: 25px;
    }
    .newsCnt h1 {
        font-size: 14px;
        min-height: 75px;
    }
    .newsCnt p{
        display: none
    }
    .newsItem img {
        width: 150px;
        height: auto;
        float: left;
    }
    .newsCnt {
        margin-left: 155px;
        padding-top: 15px;
    }
    .newsItem {
        padding: 25px 15px 15px;
        min-height: 155px;
        height: auto
    }
    .lastNews {
        height: 185px;
    }
    .lastNews .owl-nav {
        top: 155px;
    }
	
	.scDiv img{ max-width: 100%; height: auto; width: auto\9; vertical-align:middle}
    .scDiv .video embed,.scDiv  .video object,.scDiv  .video iframe{ width: 100%; height: auto}    
}
@media screen and (max-width: 420px) {
    #prjTab > ul li {
        width: 100%;
    }
    .siteSrvUl li {
        width: 48.5%;
    }
    .tenderBox {
        width: 96%;
    }
    .tenderItem {
        padding: 125px 25px 0px;
        height: 192px;
        overflow: hidden;
    }
    .tenderBox .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 30px;
    }
}

/* userCartable */
.userCartable{ padding-top:30px}

.userCartable a{
	color:#4e4e4e; 
}
.userCartable a:hover{
	color:#EE0209; 
}
.userCartable #sideBar{
	width:235px;
	background:#ededed;
	float:right;
	overflow:hidden;
	border-radius:8px;
}
.userCartable #sideBar ul{
	/*margin:0px 5px*/
}
.userCartable #sideBar li{
	width: 100%;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #e4e4e4;
    color: #4e4e4e;
    overflow: hidden;
    line-height: 30px;
    height: 35px;
	list-style:none
}
.userCartable #sideBar a:first-child li{
    border-top: none;
}
.userCartable #sideBar a li{color:#4e4e4e; }

.userCartable #sideBar a li:hover{ color:#EE0209; }

.userCartable #mainBody{
	margin-right:250px;
	min-height:400px;
	background:#f2f2f2;
	padding:10px;
	border-radius:5px;
	border-top:10px solid #357fb1
}
.userCartable #avator{
	width:72px;
	height:72px;
	border-radius:50%;
	border:1px solid #dbdbdb;
	overflow:hidden;
	float:left;
	margin-top:-50px;
	margin-left:20px;
	z-index:10
}

.userCartable #mainBody #welcome{
	padding:10px 10px 20px 0px;
}
/* END userCartable */

.ui-datepicker .ui-datepicker-header{background-color: #375ca6;}
.ui-datepicker table{ font-family: 'sans';}


#topNews{
    background: rgba(246, 173, 0, 0.85);
    color: #fff;
    position: absolute;
    top: 185px;
    z-index: 12;
    padding: 0px 40px;
    right: 0;
    left: 0;
    line-height: 40px
}
#topNews a{
    color: #fff;
    font-size: 16px;
}
#topNews a:hover{
    color: #1f4ba1;
}