@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir.eot');
    src: url('fonts/Vazir.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir.woff2') format('woff2'),
         url('fonts/Vazir.woff') format('woff'),
         url('fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Bold.eot');
    src: url('fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Bold.woff2') format('woff2'),
         url('fonts/Vazir-Bold.woff') format('woff'),
         url('fonts/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Black.eot');
    src: url('fonts/Vazir-Black.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Black.woff2') format('woff2'),
         url('fonts/Vazir-Black.woff') format('woff'),
         url('fonts/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Medium.eot');
    src: url('fonts/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Medium.woff2') format('woff2'),
         url('fonts/Vazir-Medium.woff') format('woff'),
         url('fonts/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Light.eot');
    src: url('fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Light.woff2') format('woff2'),
         url('fonts/Vazir-Light.woff') format('woff'),
         url('fonts/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Thin.eot');
    src: url('fonts/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Thin.woff2') format('woff2'),
         url('fonts/Vazir-Thin.woff') format('woff'),
         url('fonts/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Carousel styling */
#hero-carousel > #introCarousel,
#hero-carousel > .carousel-inner,
#hero-carousel > .carousel-item,
#hero-carousel > .carousel-item.active {
height: 100vh;
}

.carousel-item:nth-child(1) {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.carousel-item:nth-child(2) {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.carousel-item:nth-child(3) {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

/* Height for devices larger than 576px */
@media (max-width: 1200px) {
.logofeiz{
   display: none !important;
}
}
@media (min-width: 992px) {
#introCarousel {
  margin-top: -58.59px;
}
}

.navbar .nav-link {
color: #fff !important;
}
body,h1,h2,h3,p,a,span,li{
 font-family: Vazir !important;
}
.justify-content-between {
   justify-content: space-around !important;
}
.textsummary{

white-space: nowrap;

overflow: hidden;

text-overflow: ellipsis;

}
.header .logo img{
 max-height: 90px !important;

}
.hero .carousel-container{
 padding: 0 !important;
}
.imghero{
 position:absolute;min-width: 100%;min-height: 100%;opacity: 30%;
}
.imgherocaption{
 position: absolute;
 top: 170px;
}
@media (min-width: 1200px) {
   .heroh2{
     font-size: 60px;
 }
 .herop{
     font-size: 20px;
 }
}
@media (max-width: 1200px) {
  .imgherocaption{
      margin: 0 auto;
      display: table;
    }
   .heroh2{
     font-size: 40px;
 }
 .herop{
     font-size: 20px;
 }
}
