*
{
padding:0px;
margin:0px;
box-sizing:border-box
font-family: 'Roboto', sans-serif;
}
a
{
text-decoration: none;
color: #333;
}
.para
{
font-size: 12px;
font-weight: light
}
.bg-grey {
    padding: 50px 0;
}
header
{
position: relative;
}
li:hover,
a:hover
{
background-color: unset !important;
}
.bg-dark {
    background-color: #000000 !important;
}
.bg_dark
{
background-color: #000000!important;
}
.font-nato
{
font-family: 'Noto Serif', serif;
}
.slider-text
{
font-size:80px;
font-family: system-ui;

}
.main-slider .carousel-caption
{
bottom:115px;
}
.link
{
color: #c10b0b;
}
.home-contact
{
background-image: url('../images/contact-images.jpg');
background-position:70% 50% 50%;
background-size: cover;
height: 100vh;
right: 0;
background-repeat: no-repeat;
}
.home-contact::before
{
content: "";
position: absolute;
background-color: #0000008a;
height: 100vh;
left: 0;
right: 0;
top: 0;
}
.home-contact .z-index
{
z-index: 9;
}
.offcanvas-header
{
background-color: 
}
.sidebar-contact {
    position: fixed;
    top:40%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 7px 20px 8px 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 10;
}
.toggle {
    position: absolute;
    text-align: center;
    cursor: pointer;
    background: #99fe00;
    top: 0;
    left: -35px;
    width: 35px;
    margin-top: 21%;
    float: left;
    height: 160px;
    border-radius: 4px 0 0 4px;
    padding: 12px 6pX;
}
.toggle h2 {
    writing-mode: tb-rl!important;
    -webkit-transform: rotate( 180deg );
    -moz-transform: rotate(180deg)!important;
    -o-transform: rotate(180deg)!important;
    white-space: nowrap;
    display: block;
    padding: 5px;
    color: #000;
    font-weight: 800;
    font-size: 17px;
    background-color: transparent;
}

.scroll p {
    font-size: 12px;
}
.sidebar-contact.active {
    right: 0;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .offcanvas-start
{
width:87%;
}
  .offcanvas-start ul li a
  {
  	font-size: 12px;
  }
   .offcanvas-start button.fa-close
   {
   position: absolute;
   right: 10px;
   }
   .main-slider .carousel-caption 
   {
   	bottom: 19px !important;
   }
   .slider-text
   {
   font-size: 17px;
   }
   .toggle {
    top: 73px;
  }
  .sidebar-contact.active
  {
  width: 80%;
  }
  .blink{
  font-size: 15px !important;
}
#wa-widget-send-button {
    width: 77% !important;
}
}

.blink{
  color:red;
  font-weight: bold;
  animation:blink_animation .5s infinite;
}
@keyframes blink_animation {
    50%   {color:red;}      
    100% {color:#99fe00}
}


  @media (max-width: 768px){
.sidebar-contact .toggle {
    top: 0%;
    transform: translateY(-50%);
    transition: 0.5s;
    height: 137px;
}
.toggle
{
    position: absolute;
    text-align: center;
    cursor: pointer;
    background: #99fe00;
    top: 0;
    left: -24px;
    width: 24px;
    margin-top: 34%;
    float: left;
    height: 99px;
    border-radius: 4px 0 0 4px;
    padding: 7px 1px;
}
}

@media only screen and (max-width: 600px){
.wa-chat-box {
    width: auto  !important;
    position: fixed !important;
    right: unset !important;
}

}