
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background-image: url(../images/Header-bg-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 70px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
  }
  #topbar .contact-info i {
    font-style: normal;
    color: #fff;
    font-size:18px;
    font-weight: 800;
  }
  #topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 15px;
    color: #fff;
    font-size:18px;
    font-weight: 700;
  }
  #topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
  }
  #topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
  }
  .srivaru-logo img{
    max-width: 300px;
}
  /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.varu-header .bg-light{
    background: transparent !important;
}
.varu-header{
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.16);
}
.varu-header .navbar-collapse{
    justify-content: center;
}
.varu-header .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
}
.varu-header .navbar-light .navbar-nav .nav-link:hover{
    color: #CE5F0A !important;
    font-weight: 800;
}
.varu-header  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #CE5F0A !important;
    font-weight: 800;
}
  .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #CE5F0A;
    font-weight: 700;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: transparent!important;
  color:#000!important
}
@media (max-width:1200px){ 
}
@media (max-width:992px){
.srivaru-logo img {
  max-width: 250px;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  font-size: 15px;
}
.varu-header .navbar-light .navbar-nav .nav-link {
  font-size: 16px;
}
#topbar .contact-info i {
  display: none!important;
  }
}
@media (max-width:768px){
#topbar {
  height: 120px;
}
#topbar .contact-info i {
display: none!important;
}
.srivaru-logo img {
  max-width: 350px;
  margin-top: 1rem;
}
}
@media (max-width:577px){
.srivaru-logo img {
  max-width: 300px;
}
#topbar {
  height: 85px;
}
.varu-header .navbar {
  justify-content: flex-end;
}

}
