@font-face {
	font-family: 'IRANSans-web';
        src: url('../fonts/IRANSans-web.eot');
 
	src: url('../fonts/IRANSans-web.eot?#iefix') format('eot'),  /* IE6–8 */
url('../fonts/IRANSans-web.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
url('../fonts/IRANSans-web.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('../fonts/IRANSans-web.ttf') format('ttf');  
	font-weight: normal;
}

.ltr {
	direction:ltr;
}
.rtl {
	direction:rtl;
}
.justify{
	text-align: justify;
}
.center{
	text-align: center;
}
.clear {
	clear: both;
}
.hand {
	cursor: pointer;
}

.rounded {
	border-radius: 1000px !important; width:40px;
}

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	height: 100%;
	width: 100%;
	font-weight: normal;
	padding: 0px;
	font-size: 14px;
	font-family: 'IRANSans-web', sans-serif;
}


.divider_div{
	height:80px;
}
.main {
		margin-top: 140px;
}


.navbar-nav {
	margin-top:-20px;
}

@media (max-width: 767px) {
.navbar-nav {
	margin-top:10px;
}
}


.tittle {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}




/*
#navbar li {
	float:right;
	display: inline-block;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#navbar li a {
	display: inline-block;
	color: #5b5b5b;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

*/


#navbar:after, #navbar ul:after {
	content: '';
	display: block;
	clear: both;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#navbar > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 50%;
	bottom: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #c74d46;
	margin-right: -13px;
	color: #c74d46;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	
}

@media (min-width: 767px) {

#navbar > ul > li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 50%;
	bottom: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #c74d46;
	margin-right: -13px;
	color: #c74d46;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
}

.navbar-nav li > a {
	padding: 20px 8px;
}

.navbar{
	z-index:999999;
	background:#FFF;

}

.navbar-brand{
	width:278px;
	height:90px;
	background: url(../images/logo.png) top center  no-repeat;
}


@media (max-width: 1200px) {
.navbar-brand{
	width:200px;
	height:90px;
	background: url(../images/logo2.png) top center  no-repeat;
}
.navbar-nav li > a {
	padding: 20px 5px;
}
}

@media (max-width: 990px) {
.navbar-brand{
	width:113px;
	height:83px;
	background: url(../images/logo3.png) top center  no-repeat;
	}

	.navbar-nav li > a {
		padding: 20px 5px;
	}	
}

@media (max-width: 767px) {
.navbar-brand{
	width:218px;
	height:80px;
	background: url(../images/logo4.png) top center  no-repeat;
	}

	.navbar-nav li > a {
		padding: 5px 5px;
	}	
}

.collapsed{
	border:1px #000;
}
.icon-bar{
	background:#000;
}

@media (max-width: 767px) {
.navbar-collapse{
	background:#000
}
}



/*=======================================================
			SLIDER
========================================================*/

.poster-main  ul { list-style: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix { zoom: 1; }


.poster-main {
  width: 700px;
  height: 500px;
  position: relative;
  margin: 0 auto;
}

.poster-main a, .poster-main img { display: block; }

.poster-main .poster-list {
  width: 700px;
  height: 500px;
}

.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.poster-main .poster-prev-btn {
  left: 0;
  background: url(../images/left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
  right: 0;
  background: url(../images/right.png) no-repeat center center;
}

@media (max-width: 1024px) {
.slide{
	display:none;
}
}

.flexslider{
	direction:ltr;
}
@media (min-width: 1025px) {
.flexslider{
	display:none;
}
}

/*=======================================================
			about services
========================================================*/
.parallax {
    background-attachment: fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 0;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;    
    overflow: hidden;    
}

#about{
	margin: 50px 0 0 0;
}

#about_services {
	margin: 20px 0 0 0;
	padding: 20px;
	background-image: url(../images/cretive-bg.jpg);
}


.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color:#fff;
  text-align:center;
  width: 135px;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  background-color: #9e2f3a;
  color:#fff;
  }


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #9e2f3a;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.tab-pane{
color:#fff;
text-shadow: 5px 5px 5px #000000;
}

.tab-content{
background: url(../images/about_bg.png);
min-height:200px;
padding:0 30px 20px 30px;
}

/*=======================================================
			Team
========================================================*/
.button-group > button {
	margin:5px 0 5px 0;
}


.team_img {
	width:260px;
	height:300px;
	margin-bottom: 30px;
	position: relative;
	float: right;
	overflow: hidden;
}
.team_img img {
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;	
	height: 100%;
	width: 100%;
}
.hover_div , .hover_div_noimage {
	background: none repeat scroll 0 0 rgba(222, 180, 120, .9);
	border: 1px solid transparent;
	border-radius: 3px;
	bottom: 60px;
	height: 180px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 180px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.hover_heading {
	float: right;
	margin-top: 60px;
	padding-left: 0;
	transform: rotate(-135deg);
	width: 80%;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.hover_heading h2 {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
.hover_heading h3 {
	font-size: 11px;
	font-weight: 700;
	color: #825409;
	text-transform: uppercase;
	padding-top: 8px;
	text-align: center;
}
.team_img:hover .hover_div {
	bottom: -160px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}

.team_img:hover .hover_div_noimage {
	bottom: 10px;
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}

.team_img:hover img {
	height: 120%;
	width: 120%;
}



/*=======================================================
			insurance
========================================================*/

.insurance {
	margin: 20px 0 0 0;
	padding: 20px;
	background-image: url(../images/client-bg.jpg);
}

.insurance h1{
	color:#fff;
	text-shadow: 5px 5px 5px #000000;
}

.insurance p{
	color:#fff;
	text-shadow: 5px 5px 5px #000000;
	text-align:center;
	font-size:12pt;
}


.insurance img{
    background-color:rgba(255, 255, 255, 0.25);
    height: 145px;
    width: 145px;
    border-radius:50%;
	margin-bottom:20px;
	
    -webkit-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

.insurance img:hover{
    background-color:rgba(255, 255, 255, 0.85);
    height: 160px;
    width: 160px;
	margin-bottom:5px;
}

.insurance a:hover{
text-decoration:none
}

.inslogo{
	text-align:center;
}

.modal-body p {
	text-align:justify;
	text-shadow: none;
	color:#000;
	font-size:10pt;
}

/*=======================================================
			Services
========================================================*/

.services {
	margin: 20px 0 0 0;
	padding: 50px;
	background-image: url(../images/services-bg.png);
}

.services img{
    width: 68px;
    height: 66px;
	margin-bottom:20px;
	
    -webkit-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}


.services a:hover{
text-decoration:none
}

.serviceslogo{
	width:138px;
	height:138px;
	text-align:center;
	background-image: url(../images/services_icon_bg.png);
	padding-top:33px;

}

.services p{
	text-align:center;
	font-size:12pt;
}
/*=======================================================
			Album
========================================================*/


.lozi{
	margin:45px;
	padding:0px;
	width:200px;
	height:200px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	overflow:hidden;
	transition:all 0.5s;	
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.lozi img{
	position:absolute;
	width:200px;
	height:200px;
	
	transform:rotate(-45deg) scale(1.4,1.4);
	-webkit-transform:rotate(-45deg) scale(1.4,1.4);
	-moz-transform:rotate(-45deg) scale(1.4,1.4);
	-ms-transform:rotate(-45deg) scale(1.4,1.4);
	-o-transform:rotate(-45deg) scale(1.4,1.4);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}


.lozi .des {
	display: inline-block;
	width: 80%;
	padding: 5px;
	position: relative;
	z-index: 6;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 45px;
	color: #fff;
}


.over {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

.lozi:hover .over{
	margin-right:95%;
}

@media (max-width: 767px) {
.over {
	display: none;
}

.lozi{
	margin-top:90px;
	}
}


/*=======================================================
			Article
========================================================*/

.article {
	padding: 50px 0 20px 0;
	background-image: url(../images/article-bg.jpg);
}

.article h1, .article h3{
	text-align:center;
	color:#fff;
	text-shadow: 5px 5px 5px #000000;
	
}

.article h3{
	font-size:14pt;
}
.article .articlelogo:hover h3{
	color:#000;
	text-shadow: none;
}

.article p{
	color:#000;
	text-align:justify;
	font-size:10pt;
}


.article img{
    height: 145px;
    width: 145px;
    border-radius:50%;
	margin-bottom:20px;
	
    -webkit-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

.article .articlelogo:hover img{
    height: 160px;
    width: 160px;
	margin-bottom:5px;
}

.article a:hover{
text-decoration:none
}

.articlelogo{
	margin:5px 0 0 0;
	text-align:center;
    background-color:rgba(255, 255, 255, 0.3);
    border-radius:10px;
	padding:5px;
    -webkit-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
	height:400px
}

.articlelogo:hover{
    background-color:rgba(255, 255, 255, 0.8);
}


/*=======================================================
			Education
========================================================*/

.edu {
	padding: 50px 0 20px 0;
	background-image: url(../images/edu-bg.jpg);
}

.edu h1, .edu h3, .edu h4{
	text-align:center;
	color:#fff;
	text-shadow: 5px 5px 5px #000000;
}

.edu p{
	color:#000;
	text-align:center;
	font-size:10pt;
}


.edu img{
    max-width:100%;
    border-radius:20px;
	margin-bottom:20px;

    -webkit-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(2,136,124,0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

.edu img:hover{
    border-radius:10px;
	margin-bottom:10px;
}

.edu a:hover{
text-decoration:none
}



/*=======================================================
			Education
========================================================*/
#contact{
	background-color:#efece7;
}

.contact h3{
	text-align:center;
}

.contact p{
	text-align:justify;
}

.contact strong{
	color:#9e2f3a;
}

.widget_text {
	font-size:12pt;
}

#map {
     width: 100%;
     height: 400px;
	 margin:20px 0 20px 0;
	}


/*=======================================================
			Education
========================================================*/
.post {
	font-size:14px;
    border-radius: 25px 25px 25px 25px;
    background: rgba(255,255,255,0.7);
    border: 10px solid rgba(50,0,0,0.1);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	top: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	margin-bottom:100px;
	padding:15px;
}
	
.post img{
	max-width:100%;
    border-radius: 25px 25px 25px 25px;
    margin: 10px 5px;
    background: rgba(255,255,255,0.7);
    border: 5px solid rgba(50,0,0,0.1);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	padding:5px;
}

.post img:hover {
    border: 5px solid rgba(0,0,0,0.3);
}	

.post h1{
	font-size:18pt;
	text-align:center;
}



/*=======================================================
			survey
========================================================*/
.userpanel{
	box-shadow: 0px 20px 20px #888888;
	border-radius: 10px;
}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}