* {
    font-family: "IRANSans", "B Nazanin";
    box-sizing: border-box; 
}
img {
    border: 0;
    height: 600px;
    width: 150px;
}
p{
    font-size: 20px;
}
body {
    background-color: #efeff1 ;
}

a{
    color: #0a0a0a;
}
a:hover{
    color: orange;
}
ul, ol, li{
    list-style: none;
    margin: 2px;
    padding: 2px;
}
.row{
    padding: 0;
    margin: 0;
}
.container{
    padding-bottom: 5px;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.modal-dialog img
{
    height: 1000px;
    width: 600px;
}

.row{
    padding: 0;
    margin: 0;
}
.modal-dialog {
    width:70%;
}
.thumbnail {
    margin-bottom:6px;
}

.about-us{
	padding-top: 80px;
    padding-right: 10%;
    padding-left: 10%;
}
.about-us .box{
    background: #fff;
    border-radius: 3px 3px 0 0;
    padding: 15px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
}
.about-us .inner-box{
    background: #fff;
    padding: 15px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.09);
    height: 400px;
}
.about-us .eftekharat a{
    text-decoration: none;
}
.about-us .eftekharat img{
    margin-bottom: 30px;
}
.about-us h3{
    border-bottom: 2px solid #bbb;
    padding-bottom: 17px;
}
.about-us ul li{
	padding: 10px;
	border-right: 4px solid #eaeaea;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
    font-size: 20px;
}
.about-us p.persons{
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
}
.about-us ul.experience li:hover{
	background: #f0f0f0;
	transition: 0.5s;
}
.about-us .breadcrumb{
    background: #fff;
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.09);
}
.about-us .breadcrumb a{
    text-decoration: none;
    color: #337ab7;
}
.about-us .breadcrumb a:hover{
    color: #000;
}


#footer {
    border-top: 5px solid #CDB380;
    background: #323847 none repeat scroll 0% 0%;
    padding-top: 30px;
    margin-top: 60px;
    clear: both;
    color: #323847;
    display: block;
}

#footer .widgettitle {
    margin: 0px;
    padding: 0px 0px 15px;
    border-bottom: medium none;
}
#footer h4 {
    color: #FFF;
}

#footer ul {
    list-style: outside none none;
}

#footer li {
    padding: 7px 0px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    margin: 0px;
}

#footer li a {
    color: #DDD;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}