.second-logo .logo-title {
    font-weight: 600;
    font-family: none;
    font-size: 25px;
    color: #0092df;
}


@media (max-width: 575px) {
    .second-logo .logo-title {
        font-size: 19px;
    }
}

.header-contact-btn {
    color: #0092df;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #0092df;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: bold;
    background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;
    border-radius: 5px;
  }
  
  .header-contact-btn:hover {
    color: white;
  }
  
  .header-contact-btn::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #0092df;
    z-index: -1;
    transition: all 1s;
  }
  
  .header-contact-btn:hover::before {
    width: 160%;
  }

.header-area ul.nav {
    justify-content:center !important;
}


/*Featured Category*/

.featured-item .featured-category .featured-category-img {
    max-width: 100%;
    width: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    margin:10px auto;
    /*position: relative;*/
    /*left: 35px;*/
}

  /* footer logo */

  .about-widget .widget-logo img{
    max-width: 100%;
    width:200px
  }
  .widget-text .footer-title {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    font-family: none;
    text-align: start;
}

.upper-footer .footer-down .middle-right ul {
    list-style: none;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.upper-footer .middle-right ul li {
    position: relative;
}


.upper-footer .middle-right ul li a {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    color: #fff !important;
    position: relative;
}

.upper-footer .middle-right ul li a i {
    font-size: 20px;
    line-height: 30px;
    position: relative;
}

.horizontal-product-item-wrap .horizontal-product-item .product-image img {
    max-width:100%;
    width :120px;
}
 
 
/*.owl-stage {*/
/*	width:2600px !important;*/
/*}*/

/*.owl-stage .owl-item .horizontal-product-item{*/
/*    max-width:100%;*/
/*    width:350px;*/
/*}*/



/*index Carousel*/

.carousel-item-text {
    position: absolute;
    bottom: 200px;
}

.item-title {
    position: relative;
    left: 100px;
}

.item-title h2{   
    font-size: 55px;
    font-weight: bold;
    /*font-family: fantasy;*/
    color:#fff;
    
}



/*Product Page*/

.product-list-title{
    font-size:20px;
    
}
.product-info .product-span {
    font-size: 12px;
    font-weight: 400;
    color: #878787;
}



/*submenu dropdown*/


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}


/*about*/

.about-text .abt-feature li{
    list-style:disc !important;
}
