﻿@font-face {
        font-family: PA-Nasim;
        src: url(../fonts/BBCNasim.otf);
        src: url(../fonts/BBCNasim.ttf) format('truetype');
        font-size: 18px;
    }

@font-face {
    font-family: 'PA-BYekan';
    src:url('../fonts/BYekan.eot') format('eot'),    
          url('../fonts/BYekan.woff') format('woff'),
          url('../fonts/BYekan.ttf') format('truetype'); 

}
@font-face {
    font-family: 'Bardiya';
    src:url('./fonts/BBardiya.eot') format('eot'),    
          url('./fonts/BBardiya.woff') format('woff'),
          url('./fonts/BBardiya.ttf') format('truetype'); 

}

@font-face{font-family:XSANS;font-style:normal;font-weight:400;src:url(../fonts/XTX-FNT-XEROSANS-BOLD.woff) format("woff")}
@font-face{font-family:XSANS;font-style:normal;font-weight:700;src:url(../fonts/XTX-FNT-XEROSANS-BLACK.woff) format("woff")}

body {

    font-family: 'PA-BYekan',PA-Nasim,Tahoma,Arial;
}

.btn,th,.navbar-header,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
   font-family: XSANS,'Bardiya',Tahoma,Arial,'Times New Roman';
}
/*h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
   font-family: 'PA-BYekan',PA-Nasim,Tahoma,Arial;
}*/

.navbar-default .nav li a {
  font-size: 18px;
}
#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
    }

.roll {
      background: url('../Images/roll-right.png') no-repeat right,url('../Images/roll-left.png') no-repeat left,url('../Images/roll-repeat.png') repeat-x center;
  padding-top: 40px;
  padding-right: 60px;
  font-size: x-large;
  font-weight:bold;
  /*color: #2D2D2D;*/
  color:#f6c04c;
  text-shadow: 1px 1px 1px #989898;
  width: 100%;
  height: 145px;
}

.fieldOfWork{
    padding:5px;
    margin:5px;
    background-color:#3D74B9;
    color:#fff;
    text-shadow:2px 2px 2px #000;
    width:100%;
    text-align:center;
    overflow:hidden;
    border-right:5px solid #EF7F1A;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.fieldOfWork:hover{
    padding:5px;
    /*background-color:#0e6a9b;*/
    color:#fff;
    text-shadow:2px 2px 2px #555;
    cursor:pointer;
    border-right:25px solid #EF7F1A;
}

.inverse-direction{
    direction:ltr;
}