/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

  @font-face {
    font-family:vazir;;
    src: url(font/Vazir-Bold-FD.woff);
  }

*{
  font-family:'vazir';
}


  body {
  
    font-family:'vazir';
    color: #5a5a5a;
  }
  
  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {


  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,0.7);
width: 100%
  }
  .carousel-caption2 {
    bottom: 0;
    z-index: 10;
    padding: 2% 2% 0 2%;
  }
  .carousel-caption2 >h4{
    font-size: 20px;
  }


  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: auto;
  }
  .carousel-item > img {

    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
  }
      
    
    
    
    

    .carousel-item img {
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .active {
    display:block !important;
    }
      .carousel-caption p {
      padding:5px;
      }
    
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .roundicon-img .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .roundicon-img .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  

  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
  }
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      font-size: 1.1rem;
      line-height: 1.4;
      padding: 5px 0;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  