
.header-logo{
    max-width: 200px;
    display: block;
}
.offcanvas__logo{
    width: 200px;
}
.offcanvas__logo img{
    width: 100%;
}
.header-logo img{
    width: 100%;
}
.logo-img{
    max-width: 200px;
    display: block;
}
.logo-img img{
    width: 100%;
}
.header-main .main-menu ul li .submenu{
    min-width: 280px;
}
.about-wrapper .about-content .about-author{
    margin-top: 50px;
}
.service-section::before,.project-section::before{
    content: unset;
}
.service-section{
    background-color: #f7f7f7;
}
.mt-30{
    margin-top: 30px;
}
.hero-1 .hero-content{
    padding-top: 250px;
    padding-bottom: 250px;
}
.contact-map{
    margin-top: 60px;
    width: 100%;
    height: 500px;
}
.mb-40{
    margin-bottom: 40px;
}
.single-cate{
    border-bottom: 1px solid var(--border);
    margin-bottom: 60px;
}
.widget_categories.on-hide{
    display: none;
}
.single-shop-items{
    border: 1px solid var(--border);
}
.news-item{
    display: flex;
    padding: 15px;
    border: 1px solid var(--border);
}
.news-item .news-content{
    padding-left: 20px;
    width: 100%;
    overflow: hidden;
}
.news-item .news-content h2{
    font-size: 32px;
    overflow: hidden;
    width: 100%;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}
.news-item .news-content .news-p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-item .time{
    color: rgba(0, 0, 0, .8);
    padding: 20px;
    margin-left: 15px;
    width: 110px;
    height: 110px;
    font-weight: bold;
    position: relative;
  }
  .news-item .time::after{
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    right: 0;
    top: 0px;
    width: 1px;
    height: 100px;
  }
  .news-item .time .day{
    font-size: 20px;
    width: 100%;
    font-weight: normal;
  }
  .news-item .time .year{
    font-size: 24px;
    width: 100%;
    font-weight: normal;
  }
@media screen and (max-width:400px){
	.news-item{
		padding: 5px;
	}
	.news-item .time{
		width: 100%;
		margin: 0;
	}
	.news-item .news-content{
		max-width: 80%;
	}
	.news-item .news-content a{
		font-size: 16px;
	}
}
.shop-details-wrapper .shop-details-image{
    border: 1px solid var(--border);
}
.description-list li div{
    font-size: 16px;
    text-transform: capitalize;
    color: var(--header);
    font-weight: 600;
}
.description-list li div>div {
    font-size: 16px;
    display: inline-block;
    color: var(--text);
    font-weight: 400;
    padding-left: 8px;
    text-transform: none;
}
.product-details-content h2{
    border-bottom: 1px solid var(--border);
    margin-bottom: 40px;
}
.widget_categories ul li a span{
    width: 40px;
    line-height: 50px;
}
.news-area .main-sidebar .single-sidebar-widget ul > li a{
    font-size: 16px;
}
@media screen and (max-width:1600px) {
    .news-area .main-sidebar .single-sidebar-widget ul > li a{
        font-size: 14px;
    }
}
.single-cate h3{
    font-size: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.service-card-items .icon{
    line-height: 120px;
}
.service-card-items .icon img{
    width: 60px;
    transition: all 0.4s ease-in-out;
}
.service-card-items:hover .icon img {
    filter:  brightness(0) invert(1);
    position: relative;
    z-index: 9;
}
.single-contact-card .bottom-part .info{
    padding-left: 90px;
}
.footer-bg{
    background-color: #1d2088;
}
.hero-content h1{
    font-size: 110px;
}

.theme-btn{
    background-color:#1d2088;
}
/* .header-top{
    background-color:#1d2088;
} */
.header-button .theme-btn,.hero-button .theme-btn,.cta-button .theme-btn{
    background-color: var(--theme);
}
.array-button .array-prev{
    color: var(--theme);
}
.array-button .array-prev:hover{
    background-color:#1d2088;
}

.shop-button .theme-btn.header-color-2{
    background-color:#1d2088;
}
.service-card-items .icon::before{
    background-color:#1d2088;
}

.header-main .main-menu ul li a{
    font-size: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a,
.footer-widgets-wrapper .single-footer-widget .footer-content h6 a,
.footer-widgets-wrapper .single-footer-widget .footer-content p,
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input{
    color: #fff;
}

