.ptb-100{
    padding: 90px 0;
}
.bg-third{
    background: #fff9f7;
}
.primary-btn{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    background: var(--primary);
    color: #fff;
    border-radius: 0px;
    text-align: center;
    padding: 14.5px 39px;
    text-transform: capitalize;
}

.primary-btn:hover{
    transform: translateY(-5px);
    color: var(--secondary);
}
.line-clamp-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.footer-links.social-links{
    display: flex;
}
.footer-links.social-links li{
    padding-right: 15px;
}
.footer-links.social-links li a{
    color: #5d5d66;
}
.footer-bottom .copyright a{
    color: var(--secondary);
} 
.footer-bottom .copyright a:hover{
    color: var(--primary);
} 
.bg-color{
    background-color: #fff7f7;
}
.shop-block-one .inner-box .image-box img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.clients-style-three .owl-carousel .owl-nav {
    display: none !important;
}
.clients-style-three .logo{
	padding: 10px 15px;
    border: 1px solid var(--primary);
}
.clients-style-three .logo img{
    display: block;
    width: 150px;
    height: 47px;
    object-fit: contain;
    filter: grayscale(100%);
}
/* Office Location */
.office-location {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(5,5,16,1) 0%, rgba(7,134,125,1) 100%);
}

.locations .sec-title {
    margin-bottom: 30px;
}

.locations .world-map {
    position: relative;
    padding: 20px;
    min-height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.locations .world-map ul li {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    list-style: none;
    color: #fff;
}

.locations .world-map ul li.bd {
    top: 49%;
    right: 22%;
}

.locations .world-map ul li.usa {
    top: 40%;
    left: 25%;
}

.locations .world-map ul li i {
    font-size: 8px;
    color: #ee752d;
}

.location-card {
    padding: 20px;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.location-card h4,
.location-card p, .location-card a {
    color: #fff;
}
.category .project-block-one .inner-box .image-box img{
    height: 455px;
}
.main-footer .footer-top .links-widget .widget-content ul li{
	display: flex;
}
.main-footer .footer-top .links-widget .widget-content ul li i{
	color: var(--secondary);
    font-size: 24px;
    margin-right: 15px;
}
@media only screen and (max-width: 991px){
    .right-content{
        display: none !important;
    }
    .industries-section .content-box{
        min-height: auto;
    }
    .category .project-block-one .inner-box .image-box img{
        height: auto;
    }
}