﻿

/* Global Styles */

html,
body {
    height: 100%;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index:1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
 
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-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 */
.close {
    position: absolute;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


.valmiki
{

    margin:0 auto;
    height:100%;
    width:100%;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-family: 'Questrial', sans-serif;
    -moz-box-shadow: 0px 0px 20px #ffffff;
    -webkit-box-shadow: 0px 0px 20px #ffffff;
    box-shadow: 0px 0px 20px #ffffff;
    border-radius: 20px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    text-align: justify;
  
}
.vslide
{
    position: absolute;
    width:250px;
    height: 501px;
    color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    background-repeat: no-repeat;
    top:93px;
    font-family: 'Questrial', sans-serif;
    margin-left:290px;
     background-color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.w3-content
{
max-width:400px;
margin:auto;
}
.w3-btn-floating:disabled,.w3-btn-floating-large:disabled{cursor:not-allowed;opacity:0.3}
.w3-btn.w3-disabled *,.w3-btn-block.w3-disabled,.w3-btn-floating.w3-disabled *,.w3-btn:disabled *,.w3-btn-floating:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn-block.w3-disabled:hover,.w3-btn:disabled:hover,.w3-btn-floating.w3-disabled:hover,.w3-btn-floating:disabled:hover,
.w3-btn-floating-large.w3-disabled:hover,.w3-btn-floating-large:disabled:hover{box-shadow:none}
.w3-btn:hover,.w3-btn-block:hover,.w3-btn-floating:hover,.w3-btn-floating-large:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn-block{width:100%}
.w3-btn,.w3-btn-floating,.w3-btn-floating-large,.w3-closenav,.w3-opennav{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-btn-floating,.w3-btn-floating-large{display:inline-block;text-align:center;color:#fff;background-color:#000;position:relative;overflow:hidden;z-index:1;padding:0;border-radius:50%;cursor:pointer;font-size:24px}
.w3-btn-floating{width:40px;height:40px;line-height:40px}
.w3-btn-floating-large{width:56px;height:56px;line-height:56px}
div.img {
    margin: 5px;
    border: 3px solid black;
    float: left;
    width:400px;
     height:200px;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.mpage
{
   
   width: 100%;
    height: 100%;
    margin: 0 auto;
   padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: justify;
  
   
}

body {
    padding-top: 50px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

 .navbar-brand {
    float: left;
    height: 50px;
    padding: 2px 15px !important;
    font-size: 18px;
    line-height: 20px;
}
/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 20px 15px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}



.tabb
{
    padding-right: 0px !important;
    padding-left: 0px !important;
   border:1px solid #eee;
   margin-top:10px;
   
    }
.tabheadr
{
    text-align:center;
     border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    }
   .tabheadr  h2 
   {
    background:#d6e9c6;
    margin-top: 0px;
    margin-bottom: 10px;
    padding:5px;
}
.row {
    margin-right: 15px;
    margin-left: 15px;
}
.tab
{
    margin-top: 0px;
    margin-bottom: 0px;
    }
    
    .bottompnal{
     margin-top:-100px;
       }
       
  .h2, h2 {
    font-size: 20px;
    font-weight :bold ;
}
 .pnal-Gallery
   {
  padding-top:0%;
  padding-bottom:0px;
  border-radius:10px;
  box-shadow:0px 0px 10px #fff;
  background:rgba(0,0,0,0.6); 
  height:auto;
  color:#fff;
       }
 .img-circle {
    border-radius: 10px 10px 10px 10px !important;
}
   .pnal
   {
  padding-top:0%;
  padding-bottom:5%;
  border-radius:10px;
  box-shadow:0px 0px 10px #fff;
  background:rgba(0,0,0,0.6); 
  height:160px;
  color:#fff;
       }
       .pnal p
       {
           padding:5px;
           }
   .pnal h2
   {
       text-align:center;
       }         
    .pnalleft{margin-top:3%;} 
    
    .navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
    font-weight: 800;
}
.menu-form
{
    margin-bottom:5px;
    }
.carousel-caption {
    right: 0%;
    left: 0%;
    padding-bottom: 0px;
}
.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
     background: rgba(0,0,0,0.8);
    width:100%;
    border-radius:0px 0px 10px 10px;
}
.carousel-caption h3
{
    margin-bottom:0PX;
    margin-top:0PX;
    }
    hr
    {
         margin-top:1px !important;
        }
    /* Footer Styles */

footer {
   margin: 0px 0;
  background-color: #222;
  color:#fff;
  text-align:center;
  padding:15px;
}
.bottom-lnk ul
{
    
    }
    .bottom-lnk ul a
{
    color:#000;
    }
    .bottom-lnk ul li
{
    display: none;
    border-bottom:1px #000;
    border-bottom-style:dotted;
    }
      
        
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px)
{
.navbar-nav>li>a {
    padding-top: 23px;
    padding-bottom: 23px;
}
}
@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

}
@media(min-width:1200px) {
 .bottompnal{
     margin-top:-180px !important;
       }
       
}