.logo
{
    margin-top: -13px;
}
.sliderImage
{
    height:585px !important;
}
@media (max-width: 576px) { 
    
    .sliderImage
    {
        height:250px !important;
    }
    
}
.about_us_back
{
    background-image: url(../img/bg_about.png);
    height: 220px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
.about_head
{
    line-height: 220px;
    vertical-align: middle;
    align-content: center;
    text-align: center;
    color: white;
    font-size: 4vw;
    font-weight: bold;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

@media only screen and (max-width: 600px)  
{
    .about_us_back
        {
            background-image: url(../img/bg_about.png);
            height: 150px;
            width: 100%;
            background-size: cover;
            background-attachment: fixed;
        }
        .about_head
        {
            line-height: 150px;
            vertical-align: middle;
            align-content: center;
            text-align: center;
            color: white;
            font-size: 8vw;
            font-weight: bold;
        }
}
.font-bold
{
    font-weight: bold;
}
.red_text
{
    color: red;
}
.ass_head
{
    font-weight: bold;
    
}
.ass_text
{
    font-weight: bold;
    font-size: 14px;
    
}


.for_form
{
   
  position: fixed;
  display: none;
  background: #C52222;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  left: 15px;
  bottom: 15px;
  transition: background 0.5s;

    /*animation: blink-animation 1s steps(10, start) infinite;
  -webkit-animation: blink-animation 1s steps(10, start) infinite;*/
    
}

.toptext
{
  animation: blink-animation 1s steps(10, start) infinite;
  -webkit-animation: blink-animation 1s steps(10, start) infinite;
    color:red;
    font-size: 21px;
    align-content: center;
    
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}