
.project-section .main-head{text-align: center;padding: 20px 0px;}
.project-section .main-head .heading{text-transform: uppercase;color:#4b3527;font-weight: 600;}
.project-section .main-head .heading::after{content:'';position: relative;display: block;width: 60%;height: 1px;background-color: #4b3527;float: none;margin:0 auto;}
.project-section .main-head .heading::before{content:'';position: relative;display: block;width: 25%;height: 3px;background-color: #4b3527;float: none;margin:0 auto;bottom: -46px;transform:translateX(1px);transition: all 1s ease-in-out;}
.project-section .main-head .heading:hover::before{transform:translateX(1px);width:60%;}
.project-section .projects{padding: 50px 0px;}
.project-section .project{padding-bottom: 30px;}
.project-section .project .proj-desc{display: flex;}
.project-section .project .proj-desc .proj-img{width: 100%;height: auto;}
.project-section .project .proj-desc .client-img{width: 75px;height: 75px;border-radius: 50%;margin:5px 10px;}
.project-section .project .proj-desc .desc{padding-top:10px;}
.project-section .project .proj-desc .desc .name{font-weight: 600;font-size: 18px;}
.project-section .project .proj-desc .desc .name::after{content:'';position: relative;width: 100%;height: 1px;background-color: #4b3527;display: block;margin: 4px 0px;}
.project-section .project .proj-desc .desc .name::before{content:'';position: relative;width: 20%;height: 3px;background-color: #4b3527;display: block;bottom:-30px;transform:translateX(1px);transition:all 1s ease-in-out;}
.project-section .project:hover .proj-desc .desc .name::before{transform:translateX(1px);width:100%; }
.imgSlider img{width:100%;}
.slick-lightbox .slick-next{right:15px!important;}
.slick-lightbox .slick-prev{left:15px!important;z-index:9;}
@media only screen and (max-width: 768px){
.project-section .main-head .heading{font-size:18px;}
.project-section .projects{padding: 20px 0px;}
.project-section .main-head{padding:20px 0px;}
}