/*  UI Design by Shabdiz . 2016 . ShabdizCO. http://shabdiz.org/ */


/*------------------------SLIDE SHOW----------------------*/
#slideshow{
	background-color:#323232;
	z-index:900 !important;
	position:relative;
	margin-top: 60px;
}
.down-box{
	width:50px;
	height:50px;
	background-image:url(../images/menubg.png);
	position:absolute;
	left: 50%;
    transform: translate(-50%, 0%);
	z-index:910;
	margin-top:-25px;
	text-align:center;
	padding-top:8px;
}
.down-box i{
	color:#FFFFFF;
	font-size:45px;
}
.slide1h2b{
	font-size:40px;
	font-family:'iransans';
	top:45% !important;
	position:relative !important;
	text-align:center;
	font-weight:500;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

/*-----------------INTRO BOX--------------------*/
#intro-box{
	padding-top:70px;
	padding-bottom:80px;
	background-image: url(../images/paper.jpg);
}
.ibox{
	padding-top:0px;
}
.ibox h1{
	font-size:28px;
	font-weight:bold;
	color:#304073;
	margin-bottom: 15px;
}
.ibox p{
	line-height:25px;
	text-align: justify;
	margin-bottom: 15px;
}
.qr{
	margin-top: -15px;
	max-width: 80px !important;
}
.appdl2{
	max-width: 150px !important;
	margin: 0 auto !important;
	display: block !important; 
	margin-bottom: 15px !important;
}

/*-----------------THREE BOX--------------------*/
#three-box{
	padding-top:70px;
	padding-bottom:80px;
	background-color:#fff;
	background-image: url(../images/paper.jpg);
}
.tbox{
	min-height:150px;
	text-align:center;
}
.tbox h1{
	font-size:20px;
	font-weight:bold;
	color:#169cb0;
}
.tbox p{
	line-height:25px;
}
.tbox img{
	max-width:130px;
}

/*-----------------OFFER--------------------*/
#offer{
	padding-top:40px;
	padding-bottom:50px;
	background-color:#fff;
}
#offer h1{
	font-size:23px;
	font-weight:bold;
	color:#169cb0;
	text-align:center;
	padding:0px !important;
}
#offer .divide{
	width:200px;
	height:2px;
	background-color:#169cb0;
	margin:0 auto;
	margin-bottom:50px;
	padding:0px !important;
}

/*-----------------SLOGAN--------------------*/
#slogan{
	width:auto;
	padding:50px;
	background-color:#169cb0;
	background-image:url(../images/pattern.jpg);
	background-size:cover;
	text-align:center;
}
#slogan h1{
	font-size:35px;
	color:#fff;
	font-weight:bold;
}


/*-----------------NEWS 2--------------------*/
#news2{
	width:auto;
	height:auto;
	background: transparent;
	padding-top:50px;
	padding-bottom:0px;
	background-image:url(../images/news2bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.right-side{
	min-height:500px;
	padding-top: 40px;
}
.right-side h1{
	font-size:23px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:0px !important;
}
#news2 .divide{
	width:150px;
	height:2px;
	background-color:#fff;
	margin:0 auto;
	margin-bottom:15px;
	padding:0px !important;
}
.news2-archive{
	text-align:center;
	display:block;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:30px;
	color: #4c4c4c;
	width:150px;
	font-weight:500;
}
.news2-archive i{
	font-size:16px;
}
.left-side{
	min-height:500px;
	margin-top:70px;
}
.left-side img{
	width:100%;
}
.news2{
	min-height:400px;
	background-color:#FFFFFF;
	margin-top:30px;
	margin-bottom: 20px;
	position:relative;
}
.date2{
	position:absolute;
	top:0px;
	right:0px;
	font-size:12px;
	font-weight:normal !important;
	color:#FFFFFF !important;
	background-image:url(../images/datebg.png);
	height:25px;
}
.news2 h2{
	font-size:14px;
	font-weight:bold;
	color:#169CB0;
	padding:10px;
	margin-top:0px;
	padding-bottom:0px;
}
.news2 p{
	text-align:justify;
	padding:10px;
	padding-top:0px;
	line-height:23px;
	padding-bottom: 30px;
}
.news2-more{
	position:absolute;
	right:10px;
	bottom:10px;
}
.news2-img-container{
	overflow:hidden;
	height:165px;
}
.news2 img{
	width:100%;
	height:165px;
	transition:all .3s;
}
.news2:hover img{
	transform:scale(1.2,1.2) rotate(3deg);
	transition:all .3s;
	opacity:.7;
}
#map-canvas
{
  width: auto;
  height: 500px;
  padding-left: 0px;
  padding-right: 0px;
}

.news2-container{
	direction: rtl !important;
}


.nav-tabs > li > a{
	color: #169cb0 !important;
	transition: .3s;
	border-radius: 0px !important;
}
.nav-tabs > li > a:hover{
	color: #F78131 !important;
	transition: .3s;
}
.panel-container{
	margin-top: -95px;
	z-index: 990;
	position: relative;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	padding-bottom: 30px;
}



/*-----------------MAP--------------------*/
#map{
	width:100%;
	height:800px;
       
}

.card-raised
{
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.45) !important;
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.45) !important;
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.45) !important;
}

.marginb:focus{
  box-shadow: none !important;
}

.marginb{
  margin-bottom: 20px !important;
}

#loading-waitmap{
    display:block;
    text-align: center;
    margin-top: 20px;
}
