
.btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    letter-spacing:2px;

}

.para {
  color: #858082;
  text-align: center;
}

.text{

    color:#920405;

}

.bg2{
  background-color:orangered;
}

.bg-clr{
    background-color: #033C52;
}

.rounded {
    border-radius: 20px!important;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 160px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  
}
.carousel-caption h1{
    font-size: 80px;
    font-weight: 900;
}

.carousel-caption h1{
 
  position: relative;
  animation-name: example;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes example {
  0%   {left:0px; top:600px;}
  25%  {left:0px; top:0px;}
  50%  {left:0px; top:0px;}
  75%  {left:0px; top:0px;}
  100% {left:0px; bottom:0px;}
}

.carousel-caption span{
 
  position: relative;
  animation-name: example;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes example {
  0%   {left:0px; top:600px;}
  25%  {left:0px; top:0px;}
  50%  {left:0px; top:0px;}
  75%  {left:0px; top:0px;}
  100% {left:0px; bottom:0px;}
}

.carousel-caption span{
     font-size: 20px;
    font-weight: 900;
}

  .header-top .top-btn2 {
    padding: 14px 10px;
    background: #920405;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0px;
  }
  
  .header-top .top-btn2:hover {
    background: #920405;
  }
  
  .header-top .header-top-right a {
    margin-left: 0px;
  }
  
  .header-top .header-top-info a {
    margin-right: 0px;
    color: #000;
  }
  
  .header-top .header-top-info a i {
    color: #920405;
  }
  
  .header-top .btn {
    font-size: 12px !important;
    margin-right: 0px;
  }

  
   @media only screen and (max-width:600px) {

      .carousel-inner img {
    width: 100%;
    height: 600px;
}

    .carousel-caption {
        position: absolute;
        right: 2px;
        bottom: 20px;
        left: 2px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
      
    }
    .carousel-caption h1{
      font-size: 40px;
      font-weight: 900;
  }
  .carousel-caption span{
       font-size: 20px;
      font-weight: 900;
  }
  
    .gallrydiv_2 {
    width:100%;
    height:100%;
    border: 15px solid white;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}

.fbpost{
     width:100%;
    height: 100%;
    border: 5px solid white;
    border-radius: 10px;
    background: white;
    overflow: hidden;
    
}
  
  }

  
