@font-face {
    font-family: 'Helvetica';
    src: url("../fonts/helveticaneuelt.ttf");
}

body{
    font-family: 'Helvetica';
    /*    background-image: url('../images/back-img.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    direction: rtl;
    background-color: #F6F6F6;
}
h1,h2,h3,h4,p,span,a,label{
    font-family: 'Helvetica';
}
h1{
    font-size: 38px;
}

.footer-copy p{
    margin: 0;
}

/** Created by dan on 08/12/2016. DanialSabagh.com | All Rights Reserved. Version 1.1 - 31/08/2017 - 24p**/
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700');

.lightMusicPlayer {
    width: 300px;
    height: 300px;
    border: 1px solid #000;
    position: fixed;
    background-size: cover !important;
    color: #fff;
    font-family: 'Lato', sans-serif;
    margin: 10px 0 10px 0;
    bottom: 20px;
    left:20px;
    z-index: 100;

}

.lightMusicPlayer2 {
    width: 560px;
    height: 315px;
    
    border: 1px solid #000;
    position: fixed;
    background-size: cover !important;
    color: #fff;
    font-family: 'Lato', sans-serif;
    margin: 10px 0 10px 0;
    top: 20px;
    left:20px;
    z-index: 100;

}


.close{
    font-size: 11px;
    line-height: 1.5;
    color: #6895bf;
    text-shadow: 0 1px 0 #fff;
    background: #fff;
    padding: 4px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    position: absolute;

    top: -25px;
    right: -26px;
    border: 2px solid #fff;
    margin: 10px;
    background-clip: content-box;

    z-index: 2;
    opacity: 1;
}


.lightMusicPlayer > .backG{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}


.lightMusicPlayer > .branding {
    width: 45px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size:25px;
    text-align: right;

}
.lightMusicPlayer > .branding a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.lightMusicPlayer > .plybtn {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 90px;
}

.lightMusicPlayer > .titleholder {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 65px;
    left: 15px;
    font-size: 20px;
    white-space: nowrap;
}

.lightMusicPlayer > .timing {
    width: 120px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    left: 15px;
    font-size: 45px;
    font-weight: 100;
}

.lightMusicPlayer > .artistholder {
    width: 160px;
    height: 16px;
    position: absolute;
    bottom: 10px;
    right: 5px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.lightMusicPlayer > .seekbar {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
}

.lightMusicPlayer > .seekbar > .played {
    width: 0;
    height: 100%;
    background: rgba(147, 0, 49, 1);
}


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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lightMusicPlayer .icon-music:before {
    content: "\e905";
}
.lightMusicPlayer .icon-apple:before {
    content: "\e903";
}
.lightMusicPlayer .icon-spotify:before {
    content: "\e904";
}
.lightMusicPlayer .icon-soundcloud:before {
    content: "\e900";
}
.lightMusicPlayer .icon-pause:before {
    content: "\e901";
}
.lightMusicPlayer .icon-play:before {
    content: "\e902";
}
.lightMusicPlayer .icon-soundcloud:hover{
    color:#ff3a00;
}
.lightMusicPlayer .icon-spotify:hover{
    color:#1DB954;
}
.lightMusicPlayer .icon-apple:hover{
    color: silver;
}
.lightMusicPlayer .icon-music:hover{
    color: #404040;
}
/** LIVE **/
.lightMusicPlayer > .live{
    margin-left:5px;
    font-size: 20px;
    font-weight: 300;
}
.lightMusicPlayer > .live::before{
    content: "";
    width: 8px;
    height:8px;
    background: red;
    border-radius: 50%;
    animation: blinker 1.5s linear infinite;
    position: absolute;
    margin:9px 0 0 -10px;
}

@keyframes blinker {
    from { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    to { opacity: 0; }
}
@-webkit-keyframes blinker {
    from { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    to { opacity: 0; }
}
@-moz-keyframes blinker {
    from { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    to { opacity: 0; }
}
@-ms-keyframes blinker {
    from { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    to { opacity: 0; }
}
/* END OF Live */
.lightMusicPlayer  .not-active {
    pointer-events: none;
    cursor: default;
}
.lightMusicPlayer{
    -webkit-user-select: none;
    -html-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}
@media screen and (max-device-width: 300px){
    lightMusicPlayer{
        width:100%;
    }
}


.live{
    cursor: pointer;
}
.logo{
    background: #fff;
    padding-bottom: 0px;
    padding-top: 0px;
    border-radius: 0 0 10px 10px;
    padding: 27px 15px;
}
.section-back-img-title{
    height: 500px;
    text-align: center;
    color: #fff;
    background-image: url('../images/top-image.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 180px;
}
.section-back-img-title h1{
    margin-bottom: 20px;
}
.section-back-img-title .row{
    width: 100%;
}
.icon-live h2{
    color: #11a8f4;
    font-size: 1.8em;
}
.icon-live img{
    margin-left: 15px;
    max-width: 60px;
}
.hertz p{
    direction: rtl;
}
.index-share-btn{
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 99999;
    right: 0;
}
.index-share-btn ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
li.contactus-btn-top {
    font-size: 17px;
    transform: rotate(-90deg);
    margin: auto;
    margin-top: 40px;
}
.form-header{
    background-color: #005494;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
}
.form-header h1{
    font-size: 25px;
    font-weight: bold;
}
.form-data-body {
    background-color: #FFFFFF;
    padding: 20px;
}
.form-data-body .form-control{
    border-radius: 10px;
    border-color: #DADADA;
}
.btn-default{
    border-radius: 20px;
    background-color: #00ADEE;
    color: #fff;
    padding: 5px 70px;
    padding-top: 0;
}
.form-data-body textarea{
    resize: none;
}
.form-footer-all-data ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-footer-all-data {
    text-align: center;
    /* border-top: 1px solid #D9D3D3; */
    margin: 30px 0;
height: 33vh;
    
}
.form-footer-all-data li {
    display: inline;
/*    padding-left: 20px;*/
}
.form-footer-all-data h1{
    font-size: 25px;
    color: #201D1D;
    margin: 20px 0;
}
.form-footer-all-data a:hover{
    color: transparent;
}
footer{
    background-color: #252525;
    color: #fff;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}
.footer-menu li a{
    color: #fff;
    font-size: 18px;
}
.footer-menu ul{
    padding: 0;
    margin: 0;
}
.footer-menu ul li{
    list-style: none;
    display: inline;
    padding-left: 30px;
}
.footer-social ul{
    padding: 0;
    margin: 0;
    direction: ltr;
}
.footer-social ul li{
    list-style: none;
    display: inline;
    padding-left: 30px;
}
.footer-copy{
    color: #fff;
}
.footer-copy p a{
    color: #fff;
}
.footer-logo {
    margin: 20px 0;
}
.image-upload > input
{
    display: none;
}

.image-upload img
{
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 5px;
}
.image-upload {
    border: 1px solid #DADADA;
    padding: .075rem .75rem;

    border-radius: 10px;
}
.image-upload label{
    width: 100%;
    position: relative;
    color: #252525;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #252525 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #252525 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #252525 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #252525 !important;
}
.first-top {
    position: absolute;
    right: 0;
    width: 100%;
}
/*right box*/
.news-box {
    position: absolute;
    width: 650px;
    /*    bottom: 211px;*/
    right: -600px;
    transition: 1s;
    z-index: 555;
}
.btn-div {
    background: #00C2F2;
    width: 50px;
    height: 200px;
    cursor: pointer;
    float: left;
    /*    margin-top: 62px;*/
    margin-top: 0;
    transition: 1s;
}
.fa-div {
    height: 20%;
}
.tit-div {
    height: 80%;
}
.fa-btn {
    color: #fff;
    font-size: 25px;
    margin: auto;
    padding-left: 11px;
    padding-top: 13px;
}
.btn-div h2 {
    font-size: 17px;
    color: #fff;
    transform: rotate(270deg);
    margin: auto;
    margin-top: 33px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rightNews {
    right: -360px !important;
}
.right-btn-slide-data{
    text-align: left;
    background-color: #fff;
    color: #252525;
    position: absolute;
    width: 100%;
    right: -50px;
    overflow: hidden;
    top: 0;
    height: 200px;
    padding: 8px 20px;
}
/*end right box*/
.right-btn-slide-data img{
    float: left;
    margin-top: 7px;
}
.right-btn-slide-data p{
    padding-left: 25px;
    margin: 0;
    margin-bottom: 10px;
    color: #252525;
    font-size: 13px;
    direction: ltr;
}
.right-btn-slide-data p a{
    color: #252525;
}
@media (max-width: 992px) {
    .form-footer-all-data li img{
        margin-top: 20px;
    }
    .footer-menu ul li{
        padding-left: 10px;
    }
    .footer-menu li a{
        font-size: 16px;
    }
    .footer-menu {
        margin-bottom: 30px;
    }
    .section-back-img-title{
        padding-top: 110px;
    }
    .index-share-btn li img{
        max-width: 35px;
    }
    .index-share-btn{
        top: 100px;
        display: none;
    }
    .btn-div{
        height: 130px;
        margin-top: 0px;
        width: 35px;
    }
    .btn-div h2{
        font-size: 16px;
        margin-top: 10px;
    }
    .footer-copy{
        text-align: center !important;
    }
    .right-btn-slide-data{
        top:0;
    }
    .right-btn-slide-data{
        height: 210px;
    }
    .news-box{
        right: -615px;
    }
    .btn-div.btn-div-after{
        margin-left: 15px;
        height: 210px;
    }
    .form-header h1{
        font-size: 20px;
    }
    .index-form-submit-data{
        padding: 0 10px;
    }
    .form-footer-all-data h1{
        /* font-size: 20px; */
    }
    .form-data-body .text-left{
        text-align: center !important;
    }
}
@media (max-width: 1200px) {
    body{
        height: 100vh;
    }
    .section-back-img-title{
        height: 380px;
    }
}

@media (min-height: 900px){
    footer{
  
    position: absolute;
    bottom: 0;

}
}
