.logo_header
{
  width:200px;
}
.bg-black
{
 background:black!important;   
}
.white-color
{
 color: white!important;
}
.banner-vector
{
    max-width:640px;
    width:100%;
}
  .dropdown:hover>.dropdown-menu {
  display: block;
  min-width:500px;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown>.dropdown-toggle:focus, dropdown>.dropdown-toggle:hover {
    color: #fa6742!important;
}
div#banner-area
{
    height:200px;
}
.main-title
{
    color:white;
}
@media screen and (max-width: 1200px) and (min-width:776px) {
  .banner-title {
    font-size: 40px!important;
  
  }
}
@media screen and (max-width:776px)  {
  .banner-title {
    font-size: 30px!important;
   text-align: center;
  }
}