/*.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}*/
@font-face {
  font-family: 'Khalid Art bold';
  src: url('../../assets/fixed/fonts/Khalid Art bold.ttf');
}
 @font-face {
  font-family: 'Adobe Arabic';
  src: url('../../assets/fixed/fonts/AdobeArabic-Regular.otf');
}
    .pageTitle {
            font-family: Khalid Art bold;
            font-size: 35px;
            color: white;
            position: fixed;
            z-index: 999;
            left: -20%;
            top: 3%;
            width: 100%;
         direction:rtl;
         
        }

     .pageNo {
            font-family: Khalid Art bold;
            font-size: 40px;
            color: white;
            position: fixed;
            z-index: 999;
            left: 8.5%;
            top:93.3%;
            width: 10%;
        }
            .pageNo2 {
            font-family: Khalid Art bold;
            font-size: 32px;
            color: white;
            position: fixed;
            z-index: 999;
            left: 8.5%;
            top:95%;
            width: 10%;
        }
            .pageTitle > .span2 {
    color: yellow;
   
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    filter: alpha(opacity=50);
    opacity: .7;
}

#loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #ff5b0c;
    border-bottom: 5px solid #ff5b0c;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top:50%;
    left:50%;

}
.dropdown-menu {
    width: 100%;
    position: absolute;
    top: 10px;
    left: -2px;
    z-index: -3;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0;
    margin: 24px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
     font-family: 'Adobe Arabic';
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: pre-wrap;
    font-size:31px;
      direction:rtl;
  text-decoration: none;
  background-color: #f5f5f5;
    cursor:pointer;

}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.carousel-control.right, .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.fa-arrow-circle-o-left, .fa-arrow-circle-o-right {
    color: red;
}

.full {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px; margin: 0px; border: none; width: inherit; height: inherit;
}

.container {
    padding: 25px;
}
.page {
    padding:0px;margin:0px;
   
   
}
iframe {
    padding: 0px; margin: 0px; border: none; 
    width: inherit; height: inherit;
   
}
.pageNo {
   
     /*position: relative;
  
     background-color:transparent;
    
  left:107px;top:-50px;
     font-size:40px;*/
     /*text-align:center;
     vertical-align:middle;*/
     /*color:white;*/
     /*height: 55px; width: 55px;*/
}
.innerContent {
    position: relative;
    left: 2.5%; 
    /*right: 10px;*/
     top: 22%;
    
       padding:0px;margin:0px;
    

}
.album {
    width:870px;
    height:505px;
}
.videos {
    left: 2.6%; 
    top: 24%;
     position: fixed;
    width:870px;
     height:515px;
}

.videos >video {
  width:inherit;
  height:inherit;

}

   /*@keyframes pulse {
            0% {
                transform: scale(1, 1);
            }

            50% {
                transform: scale(1.1, 1.1);
            }

            100% {
                transform: scale(1, 1);
            }
        }
   @keyframes pulse_Heart {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.08); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}


   @-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}


   @-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}*/
        /*#topTitle {
            animation: pulse2 2s linear infinite;

           
        }*/

        section {
  margin: 0 0 20px 0;
  text-align: center;
}
section:last-child {
  margin-bottom: 0;
}
section >img {
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

    .cmn-t-pulse {
 
 
  -webkit-animation: pulse 1s ease infinite;
  -moz-animation: pulse 1s ease infinite;
  -ms-animation: pulse 1s ease infinite;
  -o-animation: pulse 1s ease infinite;
  animation: pulse 1s ease infinite;
}
.cmn-t-pulse:hover {
  color: #fff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }

  25% {
    -moz-transform: scale(1.1);
  }

  50% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }

  25% {
    -ms-transform: scale(1.1);
  }

  50% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }

  25% {
    -o-transform: scale(1.1);
  }

  50% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
