@font-face {
    font-family: 'iransans';
    src: url('../font/iransans.eot');
    src: url('../font/iransans.eot?#iefix') format('embedded-opentype'),
    url('../font/iransans.woff') format('woff'),
    url('../font/iransans.ttf') format('truetype'),
    url('../font/iransans.svg#BVahidBold') format('svg');

}
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: iransans, sans-serif; letter-spacing: 0px; font-size: 17px; color: #8d8f90; font-weight: 400; line-height: 32px; background-color: #edefef; }
h1, h2, h3, h4, h5, h6 { color: #25292a; margin: 0px 0px 10px 0px; font-family: iransans, sans-serif; font-weight: 700; letter-spacing: -1px; line-height: 1; }
h1 {  font-family: iransans;font-size: 34px; }
h2 { font-family: iransans; font-size: 28px; line-height: 38px; }
h3 {  font-family: iransans;font-size: 22px; line-height: 32px; }
h4 {  font-family: iransans;font-size: 20px; }
h5 {  font-family: iransans;font-size: 17px; }
h6 { font-family: iransans; font-size: 12px; }
p { margin: 0 0 20px; line-height: 1.7; }
p:last-child { margin: 0px; }
ul, ol { }
a {  font-family: iransans;text-decoration: none; color: #8d8f90; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #f85759; }



.page-header { background: url(../img/header.jpg)no-repeat; position: relative; background-size: cover; }
.page-caption { padding-top: 170px; padding-bottom: 174px; }
.page-title { font-size: 46px; line-height: 1; color: #fff; font-weight: 600; text-align: center; }

.card-section { position: relative; bottom: 60px; }
.card-block { padding: 80px; }
.section-title { margin-bottom: 60px; }

html body{background-color: #e6e6e6;font-family: iransans;}
.arialrounde{
    font-family: iransans;
    background-color: #e6e6e6;
      margin: 0;
      padding: 0;
    }

#contact2{
    letter-spacing:3px;
}

.mainnavbar
{
    border-bottom:1px solid #eeeeee;

}
.navbar-default
{
    background-color: transparent;
    border-color:transparent;
  
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
{
    color :#ffffff;
    text-align : right;
    background-color: transparent;
}

.navbar-nav
{
	
    padding-top: 5px;
}
.navbar-default .navbar-nav >li>a:hover, .navnar-default .navbar-nav >li> a:focus
{
	border:3px solid #fff;
	border-radius : 100px;
	color :#fff;
    font-size:14px;
    text-align : right;
    margin-top:5px;
    padding-top: 5px;
    outline:none;
}

.navbar{
    min-height:inherit;
    margin-bottom:0px;
}

.navbar-brand
{
    color:#fff;

}
.navbar-default .navbar-brand
{
    color:#e43c5c;
}

.navbar-default .navbar-nav >li >a{
    color:#ffffff;
    font-weight: 600;
    text-align : right;
    margin:0 10px;
    padding-bottom: 5px;
    font-size:14px;
}




/* ignore the code below */


.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
      text-align : right;
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
      text-align : right;
  font-size:25px;
}

a:hover {
  color: lightgreen;
}