/*!
 * Navsacha raja 2018 (dxthakur)
 */
body {
  background: url('../vendor/42969363_1953453264739378_1808577850370949120.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
/* Style all font awesome icons */
.fa {
    padding: 18px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
}
/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
    background-color: white;
    color: #000;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

.top1 {
    height:390px;
    margin-top:10px;
    overflow: hidden;
}

.top1 img {
    height:100%;
}
.top1  {
    height : 500px;
}

.blockquote{
  background-color: rgba(255, 0, 0, 0.4);
  border-left: 10px solid #FFF;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
.blockquote ::before{
  content: none;
}
.txt1{
  color: #FFF;
}
.txt2{
  background-color: rgba(255, 0, 255, 0.4);
  color: #FFF;
}