.navbar-bg{
    background-color: #000;
}
.banner-block{
display:  inline-block;
background: rgb(214, 211, 211)
}
.text-white{
    color: #fff !important;
}
#performance{   
    background: #fff;
    padding-top: 90px;
    padding-bottom: 72px;
    overflow: hidden;
}

#portfolio{
    background: #2B2B2B;
    padding-top: 96px;
    padding-bottom: 66px;
    overflow: hidden;
}

#history{
    background: #85999c;
    padding-top: 96px;
    padding-bottom: 66px;
    overflow: hidden;
}

#skill{
    background: #63bb7d;
    padding-top: 96px;
    padding-bottom: 66px;
    overflow: hidden;
}

#portfolio .profile-pic {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

#history .profile-pic {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 100%;
}

#skill .pic-skill {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
    padding-left: 30%;
    padding-top: 3%;
    padding-right: 30%;
}
.modalDialog_stu{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
    padding-left: 15%;
    padding-right: 15%;

}
.modalDialog_res {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
    padding-left: 0;
    padding-top:0;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog_stu:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog_res:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    max-width: 800px;
    width: 90%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: transparent;
}
.modalDialog_stu > div {
    max-width: 800px;
    width: 90%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: transparent;
}
.modalDialog_res > div {
    max-width: 800px;
    width: 90%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: white;
}
.close {
    font-family: Arial, Helvetica, sans-serif;
    background: #fa0404;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: 590px;
    text-align: center;
    top: 160px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
}
.close:hover {
    background: #fa3f6f;
}

.close_res {
    font-family: Arial, Helvetica, sans-serif;
    background: #fa0404;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
}
.close_res:hover {
    background: #fa3f6f;
}

.close_gal {
    font-family: Arial, Helvetica, sans-serif;
    background: #fa0404;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: 590px;
    text-align: center;
    top: 160px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
}
.close_gal:hover {
    background: #fa3f6f;
}

.text-black{
    color: #000 !important;
}

#entertain {
    background: #ebeeee;
    padding-top: 90px;
    padding-bottom: 60px;
}

#entertain h1 {
    font: 200%/24px 'opensans-semibold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 48px;
    color: #95A3A3;
}
p{
 color: #000000;
}

a{
    color: #0a41bd;
}
a:hover{
   color: #000;
}

.embed-youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.embed-youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.embed-youtube .embed-youtube-play {
    width: 68px;
    height: 48px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.embed-youtube .embed-youtube-play:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.embed-youtube img,
.embed-youtube .embed-youtube-play {
    cursor: pointer;
}
.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    position: absolute;
}
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.embed-youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.embed-youtube .embed-youtube-play:hover {
    background-color: #f00;
}

.line3,
.double-line {
	clear: both;
	position: relative;
	/* width: 20%; */
	margin: 4px 0 20px;
    /* border-bottom: 3px solid#EEE; */
}



h4.new{
    /* margin-left: 2%;
    margin-top: 2%; */
    padding-top: 90px;
}

/* h1.text-white-gallery{
    margin-left: 10%;
} */

#ebook{
    background: #42423f;
    padding-top: 96px;
    padding-bottom: 66px;
    overflow: hidden;
}
.cv1{
    color: black;
    line-height: 18px;
    
}
/* p.book{
    text-align: initial;
    font-size: 105%;
} */

.text-white{
    padding-left: 50%;
}

.text-four{
    color: #fff !important;
}

.text-add{
    color: #fff !important;
}

.text-port{
    color: #fff !important;
}

.text-student{
    color: #fff !important;
}

.text-gallery{
    color: #fff !important;
}

.picture-his{
    padding-left: 20%;
}

.studentc1{
    padding-left: 10%;
    padding-right: 10%;
}