@charset "utf-8";
/* CSS Document */

body {
font-family: 'Roboto', sans-serif;   
margin: 0 auto;
color: #555555;    
text-decoration: none;
max-width: 450px;
text-align: center;
box-shadow: 1px 2px 15px rgba(72, 72, 72, 0.2);

}


#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: scroll; /* 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;
  top: 15px;
  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%;
  }
}



.vjAkhuContainer {


padding-left: 20px;
padding-right: 20px;

}


a {text-decoration: none;}



.vjCover {
    background-color: #39F;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    height: 200px;
    z-index: -1;
	text-align:center;
 }

.vjCoverwhite {
    background-color:white;
    margin:20px;
    border-radius: 10px;
    box-shadow: 1px 2px 15px rgba(72, 72, 72, 0.2);
    z-index: 99;
    margin-top: -100px;    
	 border-top: 100px solid #39F;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      height: 0;
	
	text-align:center;
  
 }


.leadbriefcasetext {
    font-size: 22px;
   font-weight: 600;
    color: white;
    letter-spacing: 0.7px;
    margin-left: 20px;
    margin-right: 20px;
    margin: 12px;
    
    
}

.vjUserPhoto{
    width: 100px;
    height:100px;
    border-radius: 50%;
    border: 1px solid white;
    background-color: white;
    box-shadow: 1px 2px 20px rgba(72, 72, 72, 0.2);
}

h1 {
   font-size: 20px;
   font-weight: 500;
    color: #444444;
    letter-spacing: 0.6px;
    margin-left: 20px;
    margin-top: 12px;
    margin-right: 20px;
}




.vjProfession{
    color:#666666;
    margin-top:-5px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.4px;
   }

.vjCTAheading {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    border-left: 5px solid #28A499;
    padding-left: 10px;
    line-height: 38px;
    background-color:white;
    color: #666666;
    letter-spacing: 0.4px;  
    margin-bottom: 25px;
    margin-top:25px;
    
        
    }

.vjCTAinfobox{
 display: inline-block;
 width: 40px;
 margin-top: 15px;
}

.vjctamaintext{
    color: #2C2C2C;
	text-decoration:none;
    font-size: 15px;    
}

.vjCTAimage {
    display:block;
    vertical-align: middle;
    text-align:center;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(72, 72, 72, 0.2);
    border-radius: 100px;
    margin-bottom: 10px;
    color:white;
    background-color: #5151FF;
    border: 2px solid white;
	padding-top:0px;
    width:40px;
    height:40px;
}


.vjShareContainer{
display:inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px; 
    margin:2px;
background-color: #39F;
    box-shadow: 1px 1px 5px rgba(72, 72, 72, 0.2);
    border-radius: 35px;
    border: 2px solid white;
    margin-bottom: 10px;
}

.vjsocialLink {

        color: white;
 vertical-align: middle;
    font-size: 18px;
        line-height: 35px;
    
}




.vjcopyrightcontainer {
	text-decoration: none;
    height:20px;
    background-color:#39F;
    min-width:100%;
    margin: 0;
    padding-top:3px;
    padding-bottom:3px;
        color:white;
    line-height: 20px;
    font-size: 11px;
    letter-spacing: 0.5px;
    
}


.vjNoDecoration{
        color:#ffffff;
		text-decoration:none;
    }


.vjcopyrights {
    

    color:white;
    text-decoration: none;
    line-height: 20px;
    font-size: 11px;
    letter-spacing: 0.5px;
    
}



.vjFooterBranding {
    
    height:80px;
    background-image:url(vjimages/coverbg.png);
    width:100%;
}




.vjGolIcon {

color: white;
vertical-align: middle;
font-size: 18px;
}

    

.vjFooterSignup {

    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
    border-radius: 2px;
    background-color:#28A499;
    color: white;
    box-shadow: 1px 2px 10px rgba(107, 128, 168, 0.2);
    letter-spacing: 0.4px;
    border: 2px solid white;
    width: 110px;
}






.vjJagya5 {
    padding-top: 5px;
}
.vjJagya10 {
    padding-top: 10px;
}
.vjJagya15 {
    padding-top: 15px;
}
.vjJagya20 {
    padding-top: 20px;
}
.vjJagya30 {
    padding-top: 30px;
}
.vjJagya40 {
    padding-top: 40px;
}




.vjfloatBottomRightBttn{
        position:fixed;
        bottom:0;
        width:80px;
        height:30px;
        bottom:20px;
        right:20px;
        background-color:#e2927c;
        color:#FFF;
        border-radius:50px;
        border:2px solid white;
        text-align:center;
        line-height:30px;
        font-size:12px;
        box-shadow: 1px 2px 10px rgba(107, 128, 168, 0.2);
    }

#F5F9FF
#FA74A9
#252932
#6B80A8
#F74302
#F7647C

#28a499

.gallery-images{
padding: 100px 0px;
}
.gallery-images .single-gallery {
margin-bottom: 30px;
}
.gallery-images .single-gallery figure {
overflow: hidden;
position: relative;
}
.gallery-images .single-gallery figure:before {
position: absolute;
left: 0px;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
content: '';
-webkit-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
z-index: 1;
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
.gallery-images .single-gallery figure a {
display: block;
}
.gallery-images .single-gallery figure a img {
width: 100%;
}
.gallery-images .single-gallery figure figcaption {
position: absolute;
width: 100%;
text-align: center;
left: 0px;
top: 50%;
-webkit-transform: translateY(-50%) scale(1.1);
transform: translateY(-50%) scale(1.1);
-webkit-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
opacity: 0;
visibility: hidden;
z-index: 2;
}
.gallery-images .single-gallery figure figcaption i {
color: #ffffff;
font-size: 30px;
margin-bottom: 15px;
}
.gallery-images .single-gallery figure figcaption h4 {
color: #ffffff;
font-size: 20px;
font-weight: 600;
}
.gallery-images .single-gallery figure figcaption h4 span {
color: #f15b5c;
}
.gallery-images .single-gallery figure figcaption h3 {
color: #ffffff;
font-size: 14px;
font-weight: 500;
}
.gallery-images .single-gallery figure figcaption h3 span {
color: #37b721;
}
.gallery-images .single-gallery:hover figcaption {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
}
.gallery-images .single-gallery:hover figure:before {
left: 0px;
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
transform: scale(1);
}
