﻿

body {
  font-family: 'Vazir FD';
  font-size: 10pt;
  direction: rtl; }

a {
  text-decoration: none !important; }

p {
  margin: 15px 0px; }

h1 {
  font-weight: bold;
  color: #551a8b;
  font-size: 18px;
  margin: 0;
  padding: 0;
  display: inline-block; }

h2 {
  font-weight: bold;
  font-size: 1.5em; }

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold; }

h4 {
  display: block;
  font-size: 1em;
  font-weight: bold; }

.header {
    min-height: 50px;
    /*background: #545454;
    color: #fff;*/
    
}

.social-icons {
  margin: 0px;
  margin-left: 15px;
  padding: 0px;
  display: inline-block; }
  .social-icons li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px; }
    .social-icons li a {
      color: #fff; }
      .social-icons li a:hover {
        color: red;
        cursor: pointer; }

.footer-contact-us {
  margin: 0px;
  margin-left: 15px;
  padding: 0px;
  display: inline-block; }
  .footer-contact-us li {
    list-style: none;
    padding: 5px 15px; }
    .footer-contact-us li span {
      padding-right: 15px; }
    .footer-contact-us li:hover {
      color: red; }

.social-icons-footer {
  padding: 15px;
  display: block;
  margin: 0 auto;
  text-align: center; }
  .social-icons-footer li {
    background: #fff;
    color: #545454;
    border-radius: 50%;
    list-style: none;
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    line-height: 48px;
    margin-right: 5px; }
    .social-icons-footer li a {
      color: #000; }
      .social-icons-footer li a:hover {
        color: red;
        cursor: pointer; }

.footer-logo {
  width: 256px;
  height: 256px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-top: 15px; }
  .footer-logo img {
    width: 256px;
    height: 265px; }
