/*
    Template Name   : Divcon – Personal Responsive Template v1.0 .
    Template URI    : http://divcon.eb2a.com
    Description     : Personal .
    Author          : Mohamed Alaa Abas
    Author URI      : https://themeforest.net/user/mohamedb 
    Author Facebook : https://www.facebook.com/profile.php?id=100004522147924 
    Author Email    : mohamed_ll14@yahoo.com .

Table of contents]

1. Header
	1.1 Navigation / nav

2. Home Page Background

3. About
	3.1. About Me
	3.2. Download CV

4. Service 
  
5. Portfolio
	4.1. Project Details
6. Work For Company 

7. Footer 

**/
*{
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*--------------------------------------------
              Body And Scroll Design
---------------------------------------------*/
@font-face {
    font-family: 'Halo Handletter';
    src: url('/fonts/HaloHandletter.otf'),
         url('/fonts/HaloHandletter.eot') format('embedded-opentype');
}

body{
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
/* Scroll */
body::-webkit-scrollbar {
    width: .8em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
} 
body::-webkit-scrollbar-thumb {
  background-color: #777;
  outline: 1px solid #333;
}
/* End Scroll */
/*--------------------------------------------
              Start Navbar
---------------------------------------------*/

/* start navbar for bootstrap*/
.navbar-default{
    /* navbar color */
    background: transparent;
    border: none;
    padding: 25px 0 10px 0;
    margin-bottom: 0;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
/* start navbar color for name project */
.navbar-default .navbar-brand {
    color: #fff;
    font-family: 'Halo Handletter';
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 1px;
}
/* end navbar color for name project */
.navbar-default .navbar-nav  li:last-of-type{
    padding-right: 40px;
}
/* color a */
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: capitalize;
}
/* link when Hover  */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus 
{   /* navbar when active, hover and foucus */
    color: #DDD;
    border-bottom: 2px solid #0ff;
}
/* end navbar for bootstrap*/
.navscroll{
    background: #333;
    padding: 4px;
    top: 0;
    margin-top: 0px;
}
/*---------------------------------------------
                End Navbar
-----------------------------------------------*/

/*---------------------------------------------
               Start Home Page 
-----------------------------------------------*/
.homepage{
    background-color: #333;
    color: #fff;
    overflow: hidden;
    background-image: url('/images/audio-device-macro-55800.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.homepage .cover{
    height: 100%;
    width: 100%;
    background: rgba(51, 51, 51, 0.47);
}
.homepage .row h4{
    letter-spacing: 5px;
    line-height: 1.3;
    color: #EEE; 
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.homepage .container{
    height: 100%;
    padding-top: 180px;
}
.homepage  .container .row{
    padding-bottom: 5px;
}
.container h1{
    line-height: 1.1;
    margin: 0;
    padding: 10px;
    color: white;
    font-size: 50px;
    font-weight: 300;
}
.list-group{
    text-align: center;
}
.list-group a i{
   padding: 10px;
   color: #DDD;
}
.list-group a:hover{
   text-decoration: none;
}
.list-group a i:hover{
   color: #9d9d9d;
}
.main-audio-player{
   display: block;
   margin: 0px auto;
}
.main-audio-player-button{
   display: block;
   margin: 0px auto;
   width: 75px;
   cursor: pointer;
}
@keyframes loadingAnimation{
    0%    {transform:rotate(0deg);}
    25%   {transform:rotate(90deg);}
    50%   {transform:rotate(180deg);}
    75%   {transform:rotate(270deg);}
    100%  {transform:rotate(360deg);}
}
.main-audio-player-loading{
   animation-name: loadingAnimation;
   animation-duration: 1.5s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   animation-direction: reverse;
}
/* -----------------------------------------------
               End Home Page
--------------------------------------------------*/

/*------------------------------------------------
              start about Page 
--------------------------------------------------*/
.about {
    display:table;
    width:100%;
    height:100%;   
}
.about .container {
    margin:auto;
}
.about .container-pragraph {
    margin: 0 10%;
}
.text-box img {
    width: 200px;
}
.text-box  .sub-p {
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro', sans-serif;
}
.text-box  .sub-p strong {
    font-size: 24px
}
.first {
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}
.text-box h5 {
    margin-top: -2px;
    margin-bottom: 30px;    
}
.btncover {
    margin-top: 25px;
}
.text-center .btn-pr {
    background: #2c2c2c;
    color: #fff;
    padding: 8px 20px;
    margin-bottom: 15px;
    font-size: 15px;
    margin-left: 10px;
}
.btn-pr {
    background: #2c2c2c;
    color: #fff;
    padding: 8px 20px;
}
.line-break {
    content:url('/images/line-break.png');
    height: 60px;
    margin: auto;
    display: block;
}
.about .row >div{
    margin-bottom: 15px;
    margin-top: 15px;
}
.about .row >div img{
    margin: 15px auto;
}
.portfolio .row >div{
    margin-bottom: 15px;
    margin-top: 15px;
}
.portfolio .row >div img{
    margin: 15px auto;
}

hr {
    background: url('/images/line-break.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 60px;
    border: 0;
    position: relative;
}
hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #d7d7d7;
    height: 2px;
    top: 26px;
}
hr:before {
    left: 0;
    right: 50%;
    margin-right: 80px;
}
hr:after {
    right: 0;
    left: 50%;
    margin-left: 80px;
}
/*--------------------------------------------------
               End about Page
----------------------------------------------------*/

/*---------------------------------------------------
               Start Service
-----------------------------------------------------*/
/* Width For After In Service*/
.service .container h2:after{
    padding-right: 145px;
}
.service .row > div{
    margin-bottom: 40px;
}
.service .row h2 strong{
    font-size: 24px;
    letter-spacing: 20px
}
.service .row h4{
    font-size: 16px;
}
.service i{
    color: #555;
    margin-bottom: 15px;
}
/*----------------------------------------------------
                  End Service
------------------------------------------------------*/

/*----------------------------------------------------
                  Start Portfolio 
------------------------------------------------------*/
.portfolio{
    height: auto;
    background: #fff;
}
/* Width For After In Portfolio*/
.portfolio .container h2:after{
    padding-right: 206px;
}
.transformT .img{
    margin:15px auto;
    overflow:hidden;
}
.transformT img{
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.transformT:hover img{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*------------------------------------------------------
                End Portfolio
--------------------------------------------------------*/

/*------------------------------------------------------
               Start Work For Company
--------------------------------------------------------*/
.work{
     box-shadow: 0 0 25px rgba(130, 128, 128, 0.69);
}
.work .row >div{
    margin-bottom: 15px;
    margin-top: 15px;
}
.work .row >div img{
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    margin: 15px auto;
}
.work .row >div img:hover{
    -webkit-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out;
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    cursor: pointer;
}
/*------------------------------------------------------
              End Work For Company 
--------------------------------------------------------*/

/*------------------------------------------------------
                Start Contact
--------------------------------------------------------*/
/* Width For After In Contact*/
.contact  h2:after{
    padding-right: 205px;
}
.contact form .btn-pr{
    background: #2c2c2c;
    color: #fff;
    padding: 10px 56px;
    font-size: 18px;
}
.linkicon{
    float: right;
    margin-right: 11%;
}
/* bootstrap Contact */
.form-control {
    resize: none;
    height: 53px;
    background-color: #eee;
    margin-bottom: 25px;
}
.error, .success {
    padding-bottom: 30px;
    font-size: 18px;
}
.error {
    color: #ff4d4d;
}
.success {
    color: #00bd9b;
}
/*-------------------------------------------------------
                 End Contact 
--------------------------------------------------------*/

/*------------------------------------------------------
                 Start footer
--------------------------------------------------------*/
footer{
    background: #333;
    color: #fff;
    padding: 76px 0;
}
footer p{
    font-size: 15px;
    max-width: 62%;
    text-align: center;
    margin: 0 auto;
    color: #eee;
}
footer p span {
    color:#f9f9f9;
    text-decoration:underline;
}
footer p span:hover {
    color:#DDD;
    cursor: pointer;
}
.icon-top{
    position: fixed;
    top: 90%;
    color: rgb(173, 171, 171);
    font-size: 20px;
    right: 10px;
    background: rgba(51, 51, 51, 0.62);
    display: none;
}
.icon-top:hover{
    color: rgb(173, 171, 171);
}
/*-------------------------------------------------------
                  End footer
--------------------------------------------------------*/

/*------------------------------------------------------
                Start General
--------------------------------------------------------*/
.about,
.portfolio, 
.contact,
.service{
    padding-top: 76px;
    padding-bottom: 76px;
}
.portfolio, 
.contact{
    background: #F1F1F1;
}
p{
    font-size: 16px;
    color: #434343;
    line-height: 35px;
    letter-spacing: 1px;
}
.sub-text{
    color: #434343;
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
}
h4{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}
/* All Title For Site  */
.row{
    padding: 20px 0px;
}
.about .container  h2 ,
.service .container h2 ,
.portfolio .container h2,
.contact  h2{
    font-size: 28px;
    letter-spacing: 10px;
    margin: 15px 0px 65px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
}
.service .container h2:after,
.portfolio .container h2:after,
.contact  h2:after{
    display: table;
    content: "";
    border: 2px solid rgba(0, 0, 0, .25);
    margin-top: 10px;
}
.contact form .btn-pr:hover,
.btn-pr:hover{
    background: rgba(255, 255, 255, 0.44);
    color: #333;
    border: 1px solid #333;
}
/*-----------------------------------------------------------
                        End General 
------------------------------------------------------------- */

/*------------------------------------------------------------
                        Start Loading 
--------------------------------------------------------------*/
.loading-scroll-hiden{
    overflow-y: hidden;
}
.loading{
    background: #444;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.spinner {
    width: 55px;
    height: 55px;
    position: relative;
    margin: 217px auto;
    margin-top: 25%;
    overflow: hidden;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  background: #DDD;    
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
/*
@-webkit-keyframes sk-bounce {
  0%, 100% { 
      -webkit-transform: scale(0.0); 
              transform: scale(0.0); 
  } 50% { 
            -webkit-transform: scale(1.0); 
                    transform: scale(1.0);
  }
}*/
@keyframes sk-bounce {
  0%, 100% { 
      -webkit-transform: scale(0.0); 
              transform: scale(0.0);
  } 50% { 
    -webkit-transform: scale(1.0); 
            transform: scale(1.0);
  }
}
/* media Query */
@media (max-width:700px){
   .spinner {
     margin-top: 45%;
   }
}
/*-------------------------------------------------------------
                      End Loading
---------------------------------------------------------------*/

/* Playlist */
.containerPlayer {
    display: block;
    margin: 0px auto;
    min-width: 275px;
    width: 80%;
    
}

#listContainer { width: 100%; background-color:#fafafa;  }
#listContainer ul, li { list-style: none; }
#listContainer ul { background-color: #fafafa; clear: both; cursor: pointer; padding-left: 0px; margin-bottom: 0px;  }
#listContainer li { padding:10px; }
#listContainer li:nth-child(even) { background-color:#efefef; }
#listContainer li:hover, #listContainer li:nth-child(even):hover { background-color:#462f49; }
#listContainer li:hover a { color:#ffffff }
#listContainer li a { text-decoration: none; color:#5d30d4; }
#listContainer li.activeAudio { background-color:#5c47ca; }
#listContainer li.activeAudio a { color:#ffffff; }
#controlContainer { padding-top: 10px; }

/* Player Controls */
#playerContainer { width: 100%; height:140px; background-color:#333333;  }
.controls { padding-left: 0px; width: 150px; display:block; margin: 0px auto; }
.controls li:first{margin-right:10px}
.controls li { display:inline; width:50px; text-align:center; margin-top:8px; margin-left:10px }

.controls li a { display:inline-block; }
.playAudio,.play { background: url('/images/audio_icons.png') no-repeat -2px -35px; width: 32px; height: 32px; margin:auto; }
.pauseAudio { background: url('/images/audio_icons.png') no-repeat -36px -35px; width: 32px; height: 32px; margin:auto; }
.shuffle { background: url('/images/audio_icons.png') no-repeat -28px -96px; width: 32px; height: 32px; margin:auto; }
.shuffleActive, .shuffle:hover { background: url('/images/audio_icons.png') no-repeat -28px -71px; width: 32px; height: 32px; margin:auto; }
.left { background: url('/images/audio_icons.png') no-repeat -60px -99px; width: 24px; height: 24px; margin:auto; margin-top:4px; opacity:0.4; }
.left:not(.disabled):hover { opacity:1; }
.left.disabled, .right.disabled { opacity:0.4; cursor:default; }
.right { background: url('/images/audio_icons.png') no-repeat -88px -75px; width: 24px; height: 24px; margin:auto; margin-top:4px; opacity:0.4; }
.right:not(.disabled):hover { opacity:1; }
.repeat { background: url('/images/audio_icons.png') no-repeat -4px -103px; width: 21px; height: 21px; margin:auto; margin-top:7px; }
.repeat:hover, .repeat.loopActive { background: url('/images/audio_icons.png') no-repeat -4px -79px; }
.volume { width: 20px; height: 20px; margin-left:5px; margin-right:5px; float:left; background: url('/images/audio_icons.png') no-repeat; }
.volume1 { background-position: -5px -150px; }
.volume2 { background-position: -5px -198px; }
.volume3 { background-position: -5px -246px; }
.mute { background-position: -34px -127px; }
.progress { clear:both; height:4px; background-color:#666666; width:100%; cursor:pointer; position:relative; }
.progress .updateProgress { width:0px; background-color:#5c47ca; height:100%; float:left; position:relative; }
.volumeControl { position: relative; margin: 8px auto; width: 250px; }
.volumeControl .updateProgress { display:inline-block; vertical-align:middle; margin-top:2px; }
.volumeControl input[type="range"] { -webkit-appearance: none; -moz-appearance: none; background-color: #5c47ca; height: 2px; width: 220px; display: inline; }
.volumeControl input[type=range]::-webkit-slider-thumb {
    border: 2px solid #5d30d4;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #5c47ca;
    cursor: pointer;
    -webkit-appearance: none;
}
.audioDetails { clear:both; color:#ffffff; font-size:12px; padding:5px; }
.audioTime { display: inline-block; text-align: right; float: right; }
.songPlay { display:inline-block; }
.seekableTrack { width: 0%; background-color:#666666; height: 4px; position: absolute; z-index: 0; display: block; }
.seekableTrack, .progress .updateProgress { -webkit-transition: width 0.6s ease; -moz-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; }
