
    .photoviewer-modal {
      background-color: transparent;
      border: none;
      border-radius: 0;
      box-shadow: 0 0 6px 2px rgba(0, 0, 0, .3);
    }

    .photoviewer-header .photoviewer-toolbar {
      background-color: rgba(0, 0, 0, .5);
    }

    .photoviewer-stage {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, .85);
      border: none;
    }

    .photoviewer-footer .photoviewer-toolbar {
      background-color: rgba(0, 0, 0, .5);
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }

    .photoviewer-header,
    .photoviewer-footer {
      border-radius: 0;
      pointer-events: none;
    }

    .photoviewer-title {
      color: #ccc;
    }

    .photoviewer-button {
      color: #ccc;
      pointer-events: auto;
    }

    .photoviewer-header .photoviewer-button:hover,
    .photoviewer-footer .photoviewer-button:hover {
      color: white;
    }
    	.img_style {
		    border: 1px solid;
		    border-radius: 5px;
		    background-color: rgba(0, 0, 0, 0.3);
		}
        #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modall {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modall-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#captionn {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modall-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.closee {
  position: absolute;
  top: 30px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closee:hover,
.closee:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.ifb {
	width: 250px;
	height: 350px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modall-content {
    width: 100%;
  }
  .ifb {
  	width: 10%;
  }
}

	.p-head {
			background-color: #05579E;
			color: #fff;
		}
		.p-close {
			color: #fff;
		}
		.pbtn {
			margin-top: 0.5%;
    		height: 40px;
		}
	
				.fvigit {
						  border: 3px solid #EF110D;
						  border-radius: 10px;
						  background: rgba(239, 17, 13, 0.2);
						  padding: 0px 0px 0px 0px;
						}
				#demo-content {
						}
				.sidebar-contact{
				  position:fixed;
				  top:65%;
				  left:-350px;
				  transform:translateY(-50%);
				  width:350px;
				  height:auto;
				  padding:40px;
				  background:#fff;
				  box-shadow: 0 20px 50px rgba(0,0,0,.5);
				  box-sizing:border-box;
				  transition:0.5s;
				}
				.sidebar-contact.active{
				  left:0;
				}
				.sidebar-contact input,
				.sidebar-contact textarea{
				  width:100%;
				  height:36px;
				  padding:5px;
				  margin-bottom:10px;
				  box-sizing:border-box;
				  border:1px solid rgba(0,0,0,.5);
				  outline:none;
				}
				.sidebar-contact h2{
				  margin:0 0 20px;
				  padding:0;
				}
				.sidebar-contact textarea{
				  height:60px;
				  resize:none;
				}
				.sidebar-contact input[type="submit"]{
				  background:#00bcd4;
				  color:#fff;
				  cursor:pointer;
				  border:none;
				  font-size:18px;
				}
				.toggle{
				  position:absolute;
				  height:48px;
				  width:48px;
				  text-align:center;
				  cursor:pointer;
				  background:#f00;
				  top:0;
				  right:-48px;
				  line-height:48px;
				}
				.toggle:before{
				  content:'\f003';
				  font-family:fontAwesome;
				  font-size:18px;
				  color:#fff;
				}
				.toggle.active:before{
				  content:'\f00d';
				}
		@media(max-width:768px)
			{
			  .sidebar-contact{
			    width:100%;
			    height:100%;
			    left:-100%;
			  }
			  .sidebar-contact .toggle{
			    top:65%;
			    transform:translateY(-50%);
			    transition:0.5s;
			  }
			  .sidebar-contact.active .toggle
			  {
			    top:0;
			    right:0;
			    transform:translateY(0);
			  }
			  .scroll{
			    width:100%;
			    height:100%;
			    overflow-y:auto;
			  }
			  .content{
			    padding:50px 50px;
			  }
			}

	 .awesome {
      color:#313131;
      -webkit-animation:colorchange 1s infinite alternate;
      
      
    }

    @-webkit-keyframes colorchange {
      0% {
        
        color: #000000;
      }
    
      100% {
        
        color: #fff;
      }
    }
 
	#modalOverlay {
			position: fixed;
			top: 0%;
			left: 0;
			background: rgba(0, 0, 0, 0.5);
			z-index: 99999;
			height: 100%;
			width: 100%;
			transition: all 0.5s ease;
	}
.modalPopup {
            background: rgb(154,197,198);background: linear-gradient(0deg, rgba(154,197,198,1) 0%, rgba(255,255,255,1) 100%);
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 50%;
			padding: 0 0 10px;
			-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			-moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			 -webkit-transition: background 2s ease-out;
  -moz-transition: background 2s ease-out;
  -o-transition: background 2s ease-out;
  transition: background 2s ease-out;
}

.modalContent {
    
}
.headerBar {
		width: 100%;
		background: #edcb04;
		margin: 0;
	  text-align: center;
	}
.headerBar img {
		margin: 1em .7em;
	}
h1 {
  margin-bottom: .2em;
  font-size: 26px;
  text-transform: capitalize;
}
p {margin: .75em 0 1.5em;}
.buttonStyle {
    width: 20%;
    height: 40px;
    margin: 10px auto 0 auto;
    background: #5D9E62;
    color: #fff;
}
/*   This is the styling for the signup form submit button hover state  */
.buttonStyle:hover {
    background: #40c348;
    color: #fff;
    box-shadow:none;
    cursor: pointer;
}
.returnToProfile {text-align: center; margin:3em;}
.returnToProfile a, .returnToProfile a:visited {color: #ddd;}
.returnToProfile a:hover {color: #fff;}

/*Left Side Buttons Start*/
  .sticky-left-container{
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -158px;
    top:40%;
    width: 200px;
    z-index:2;
  }
  .sticky-left li{
    list-style-type: none;
    background-color: none;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer; 
  }
  .sticky-left li:hover{
    margin-right: -150px;
    background:#333;
    border-radius: 25px 25px 25px 0;
  }
  .sticky-left li img{
    float: right;
    border-radius:50%; 
    margin: 5px 5px;
    margin-left: 10px;
  }
  .sticky-left li p{
    padding: 0px;
    float:right;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
  }
/*Left Side Buttons End*/

  
