.header-style-2 #main-nav > ul > li > a, .header-style-2 #site-header .header-search-icon {
    line-height: 66px !important;
}
#site-header.is-fixed.is-small .header-search-icon, #site-header.is-fixed.is-small .nav-top-cart-wrapper .nav-cart-trigger, #site-header.is-fixed.is-small #main-nav > ul > li > a {
    line-height: 40px !important;
}
#site-header
{
    background-color: #eec918;
    color: #fff !important;
}

#main-nav > ul > li > a
{
    /*color: #fff !important; */
}
#main-nav > ul > li > a:hover
{
    color: #fff !important; 
}
#main-nav .sub-menu
{
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
#main-nav .sub-menu li.menu-item a:hover{
    background: #eec918;
    color: #232438;
    padding-left:5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
div#copyright
{
    text-align: center;
}
#footer
{
    background:#232f3e !important;
}
#bottom
{
    background: #1b2430 !important;
}
#footer-widgets .widget.widget_lastest ul li
{
    margin-top:0px !important;
}
.text-btm-links{
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.about-dmi-content {
  font-size: 18px;
  color: #232438;
  background: #fff;
  border-radius: 8px;
  padding: 24px 28px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

/* Tablet */
@media (max-width: 768px) {
  .about-dmi-content {
    font-size: 16px;
    padding: 18px 15px;
  }
}

/* Mobile phones */
@media (max-width: 480px) {
  .about-dmi-content {
    font-size: 15px;
    padding: 12px 8px;
  }
}
