:root{
    --primary:#0361ab;
    --primary-hover:#1080e1;
}

.silder-one .dz-slide-item {
    background-size: cover;
    

}

.quick-contact img {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    z-index: 9;
}

.silder-one p {
    color:white;
    font-size: 15px;
    
}

.silder-one h1,.silder-one h6{
    color:white;
    
} 

.tab-content{
    font-size: 18px;
}

.icon-content{
    font-size: 15px;
}

.testimonial-2{
    flex-direction: column;
    text-align: center;
    height: 280px;
    border-radius: 12px;
}

.testimonial-2 .testimonial-pic:after{
    content: none;
}

.testimonial-name{
    margin-top:10px;
}

.testimonial-2 .testimonial-pic{
    margin-right: 0;
    width:100%;
}

.testimonial-pic img{
    height: 180px;
    width:100%;
    object-fit: cover;

}
.lightgallery{
    display: flex;
}

footer img{
    height:100px;
}

.widget_about{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 20px;
    gap:10px;
}
.widget_categories{
    margin-left: 20px;
}

footer i[class^="flaticon-"]:before{
    font-size: 30px;
    margin-right: 15px;
   
}

.widget_getintuch ul li i{
    position: unset;
}

.widget_getintuch li{
    margin-bottom: 0;
}

.lightimg img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.icon-bx-wraper.style-5 p{
    font-size: 15px;
}

.inner-content .subtitle{
    color:white;
    
}

.overlay-primary-middle:before, .overlay-white-middle:before, .overlay-gradient-middle:before, .overlay-black-middle:before {
    opacity: 0.4;
}

 .team{
   font-size: 20px;
   text-align: center;
}

.overlay-primary-dark:before, .overlay-white-dark:before, .overlay-gradient-dark:before, .overlay-black-dark:before {
    opacity: 0.4;
}

.clients-section-1 .swiper-container-pointer-events {
    height:150px;
}

.widget_getintuch ul li {
    padding-left: 0;
    margin-bottom: 0;
}

#about-btn{
    margin-top: 30px;
}

.DZ-bt-buy-now.DZ-theme-btn,.DZ-bt-support-now.DZ-theme-btn{
    display: none;
}

.header-nav .nav > li > a{
    font-size: 18px;
}

#expertise-section h3:hover{
  color:var(--primary)
}

#expertise-section p{
    font-size: 18px;
}

#expertise-section li{
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  max-width: 800px;
  margin: 20px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 
}

#breadcrumb a{
    color:var(--primary);
}

#breadcrumb a:hover{
    color: var(--primary-hover);
}

.show-more{
  display: flex;
  justify-content: center;
}
a{
    color:#777777;
}

.clients-section-1{
   background-size: cover;
   background-color:#f8f8f8;  
}

.testimonial-1{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}




@media only screen and (max-width: 767px) {
    .testimonial-2 .testimonial-pic {
      
        margin-right: 0;
    }

     #about img{
        height:100px;
        width:100px;
        object-fit: cover;
    }
    
	.lightimg img {
		height: 150px;
		width: 100%;
		object-fit: cover;
	}
	.widget.widget_gallery,
	.lightgallery .mb-4{
        margin-bottom: 10px!important;
    }
}

@media only screen and (max-width:1024px){



    .testimonial-2{
        height:270px;
    }
   
    .testimonial-2 .testimonial-pic {
        min-width: 100px;
       
    }

}


