/* ====================================>>
    Theme Name: Sadaf Azin Arad
    Employer Programming: Sadaf Azin Arad Communication Company
    Web URI: https://www.sadafazinarad.ir/



   ====================================>> */


/* ====================================>>
    Font & * & Html & Body & ...
   ====================================>> */
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url('IRANSansWeb_Bold.eot');
  src: url('IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
  url('IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
  url('IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  url('IRANSansWeb_Bold.ttf') format('truetype');
}

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

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

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

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

body {
  font-family: 'IRANSans' , Tahoma ,  Arial, sans-serif  !important;
  font-size: 14px !important;
  color: #333 !important;
  background-color: #f5f5f5 !important;
}

a {
  text-decoration: none !important;
}

.circle-tile {
  margin-bottom: 15px;
  text-align: center;
}

.circle-tile-heading {
  position: relative;
  border: 3px solid #f5f5f5;
  border-radius: 100%;
  color: #FFFFFF;
  height: 80px;
  margin: 0 auto -40px;
  transition: all 0.3s ease-in-out 0s;
  width: 80px;
}

.circle-tile-content {
  padding-top: 50px;
}

.circle-tile-number {
  font-size: 26px;
  font-weight: 700;
  padding: 5px 0 15px;
}

.circle-tile-number a,
.circle-tile-number a:hover,
.circle-tile-number a:focus,
.circle-tile-number a:active {
  color: #FFF;
}

.circle-tile-footer {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 5px;
  transition: all 0.3s ease-in-out 0s;
}

.circle-tile-footer:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.circle-tile-heading.dark-grean:hover {
  background-color: #13103a;
}

.circle-tile-heading.green:hover {
  background-color: #138F77;
}

.circle-tile-heading.red:hover {
  background-color: #CF4435;
}

.dark-grean {
  background-color: #13103a;
}

.green {
  background-color: #85c226;
}

.red {
  background-color: #E74C3C;
}

.text-faded {
  color: #FFF;
}

.icon {
  display: block;
  background-size: 60px 60px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
}

.icon-plan {
  background: url("images/plan.png");
}

.icon-volume {
  background: url("images/volume.png");
}

.icon-date {
  background: url("images/data.png");
}

.icon-activity {
  background: url("activity.png");
}

.logo-footer {
    display: block;
    background: url(logo-footer.png);
    width: 210px;
    height: 39px;
    background-repeat: no-repeat;
    margin: 10px auto;
}

.message h4 {
  line-height: normal;
  text-align: justify;
}

ins {
    color: #13103a;
    text-decoration: none;
}