@font-face {
    font-family: 'IRANNormal';
    src: url('fonts/IRAN-moslemebrahimi.ttf') format('truetype');
    src: url('fonts/IRAN-moslemebrahimi.eot'),
         url('fonts/IRAN-moslemebrahimi.eot?#iefix') format('embedded-opentype'),
         url('fonts/IRAN-moslemebrahimi.woff') format('woff'),
         url('fonts/IRAN-moslemebrahimi.svg#IRANNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}  

/*
Commercial Font - (C) Moslem Ebrahimi - http://www.moslemebrahimi.com/ 
*/
@font-face {
    font-family: 'IRANKharazmi';
    src: url('fonts/IRANKharazmi.ttf') format('truetype');
    src: url('fonts/IRANKharazmi.eot'),
         url('fonts/IRANKharazmi.eot?#iefix') format('embedded-opentype'),
         url('fonts/IRANKharazmi.woff') format('woff'),
         url('fonts/IRANKharazmi.svg#IRANKharazmi') format('svg');
    font-weight: normal;
    font-style: normal;
}  


body, h1, h2, h3, h4, h5, h6{ 
	font-family: 'IRANNormal', 'Tahoma', sans-serif !important; 
}

.navbar { 
    background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, red, #3A43C2); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, red, #3A43C2); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, red, #3A43C2); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, red, #3A43C2); /* Standard syntax */  
}

.dropdown-menu {
    background: white !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}




.navbar li a {
    font-family: 'B Titr';
}











.footer-w3l {
    background: #1565C0;
    padding: 5em 0;
}
.footer-grid h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: .5em;
}
.footer-grid p {
    font-size: .96em;
    color: #eee;
    line-height: 1.8em;
}
.footer-grid ul li a {
    font-size: .96em;
    color: #eee;
    line-height: 2em;
	text-decoration:none;
}
.footer-grid i {
    font-size: 1em;
    color: #fff;
    margin-right: 11px;
    line-height: 2em;
    border-radius: 48px;
    border: 1px solid #F19E1F;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
.footer-grid ul li  {
    list-style: none;
}
.footer-grid ul li a:hover {
    color: #F39911;
}
.footer-grid p a {
    color: #eee;
}
.social-icon {
    margin-top: 1.8em;
}
.social-icon a i {
    width: 32px;
    height: 32px;
    background:#F19E1F url(../images/img-sprite.png) no-repeat 0px 0px;
    display: inline-block;
	margin:0 0.2em;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	    border-radius: 16px;
}
.social-icon i.icon:hover {
  background: #AF1D0D   url(../images/img-sprite.png) no-repeat 0px 0px;
      border-radius: 0px;
	      transform: rotate(25deg);
}
.social-icon i.icon {
    background-position: 0px 0px;
}
.social-icon i.icon1 {
    background-position: -32px 0px;
}
.social-icon i.icon1:hover {
  background: #AF1D0D   url(../images/img-sprite.png) no-repeat -32px 0px;
      border-radius: 0px;
	      transform: rotate(25deg);
}
.social-icon i.icon2 {
    background-position: -64px 0px;
}
.social-icon i.icon2:hover {
  background: #AF1D0D   url(../images/img-sprite.png) no-repeat -64px 0px;
      border-radius: 0px;
	      transform: rotate(25deg);
}
.social-icon i.icon3 {
    background-position: -96px 0px;
}
.social-icon i.icon3:hover {
  background: #AF1D0D   url(../images/img-sprite.png) no-repeat -96px 0px;
      border-radius: 0px;
	      transform: rotate(25deg);
}  