@font-face {
    font-family: "IranSans";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/IRANSansWeb_Bold.woff2") format("woff2"),url("../fonts/IRANSansWeb_Bold.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "IranSans";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/IRANSansWeb_Light.woff2") format("woff2"),url("../fonts/IRANSansWeb_Light.ttf") format("truetype");
  }
  
  @font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Bold.woff2?v=1.1.0") format("woff2");
    font-weight: bold;
    font-style: normal
  }
  
  @font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Light.woff2?v=1.1.0") format("woff2");
    font-weight: 300;
    font-style: normal
  }
  h1, h2, h3 ,h4, p, small, blockquote, li, label,
  a, button, .btn, span, form, input, thead, tbody, .form-group, div, placeholder  {
    font-family: 'IranSans' !important;
    font-weight: normal;
    font-style: normal;
    direction: rtl;
    letter-spacing: 0;
  }

  .text-bold {
    font-weight: bold;
  }

  .btn {
    font-weight: bold;
    font-size: 16px;
    border-radius: 15px;
  }

  .callout .my-auto {
    margin-top: -50px !important;
  }

  .callout img {
    padding: 10px;
  }

  .callout h1 {
    font-size: 70px;
  }
  
  .portfolio-item .caption .caption-content {
    text-align: right;
    margin-bottom: 1.2rem;
    margin-right: 1.2rem;
    text-shadow: 0px 0px 5 #000;
    color: #000;
  }

  .portfolio-item .caption .caption-content h2 {
    font-size: 22px;
    font-weight: bold;
    /* text-shadow: 0px 0px 5 #000; */
  }

  .portfolio-item .caption {
     /*background-color: rgba(238, 185, 30, 0.8) !important;*/
  }

  .portfolio-item {
    min-height:100%;
    height: 450px;
    width: 100%;
    display: block;
  }

  .portfolio-item:hover {
    /* color: #155d74a3; */
  }

  .portfolio-item:hover .caption {
    -webkit-clip-path: none;
    clip-path: none;
    background-color: rgba(29,128,159,.4);
  }

  .sidebar-nav .js-scroll-trigger {
    text-align: right;
  }