@font-face {
  font-family: 'Rubik-Bold';
  src: url('../fonts/Rubik-Bold/Rubik-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Rubik-Bold/Rubik-Bold.woff') format('woff'),
       url('../fonts/Rubik-bold/Rubik-Bold.ttf')  format('truetype'),
       url('../fonts/Rubik-Bold/Rubik-Bold.svg#Rubik-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik-LightItalic';
  src: url('../fonts/Rubik-LightItalic/Rubik-LightItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Rubik-LightItalic/Rubik-LightItalic.woff') format('woff'),
       url('../fonts/Rubik-LightItalic/Rubik-LightItalic.ttf')  format('truetype'),
       url('../fonts/Rubik-LightItalic/Rubik-LightItalic.svg#Rubik-LightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik-Regular';
  src: url('../fonts/Rubik-Regular/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Rubik-Regular/Rubik-Regular.woff') format('woff'),
       url('../fonts/Rubik-Regular/Rubik-Regular.ttf')  format('truetype'),
       url('../fonts/Rubik-Regular/Rubik-Regular.svg#Rubik-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1{
  font-family: 'Rubik-Bold';
}
p{
  font-family: 'Rubik-LightItalic';
  color:#b7b7b7;
 
}
.wilayat-anchor h1{
  color:#ed1c24;
  font-family:'Rubik-Bold';
  
}


.nopadding{
  padding-left: 0px;
  padding-right:0px;
}
.nopadding-left{
  padding-left:0px;
}
.nopadding-right{
  padding-right:0px;
}
.carousel-caption p{
  color:white;
}
.logo{
  float:right;
  padding-bottom:50px;
}
.image-height img{
 // height:750px!important;
}
.carousel-caption{
  text-align:left;
  left:0!important;
  right:0!important;
  padding-left: 15px;
}
.splash-text{
  padding:50px 30px 30px;
}
.wilayat-anchor{
  padding:0px 0px 15px 45px;
  border:3px solid #ed1c24;
}
.wilayat-anchor:hover{
  background:#ed1c24;
   
}
.wilayat-anchor:hover a {
  color:white;
   
}
.wilayat-anchor:hover h1 {
  color:white;
   
}
a{
  text-decoration:none!important;
}
.wilayat-anchor h1{
  color:#ed1c24;
  font-family:'Rubik-Bold'!important;
  font-size:40px;
}
.svg-icon{
padding-left:10px;margin-top:47px;
}

/*************************************************************/
/**************        RESPONSIVE STYLES            *********/
/***********************************************************/
/**************(min-width: 240px) and (max-width:320px)************************/
@media (min-width: 240px) and (max-width: 320px) {

  .image-height img {  height:auto!important; }

}

@media (min-width: 321px) and (max-width:480px)
{
  .image-height img {  height:auto!important; }
  
}

@media (min-width: 481px) and (max-width: 750px) 
{
   .image-height img {  height:auto!important; }
}
