﻿.home-service .homeservice-list .homeservice-item .icon{position:relative;display:flex;justify-content:center;align-items:center}
.home-service .homeservice-list .homeservice-item .icon::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 20px);height:calc(100% - 20px);background:var(--color);border-radius:50%;transition:all .3s ease;z-index:1}
.home-service .homeservice-list .homeservice-item:hover .icon::before{width:calc(100% - 10px);height:calc(100% - 10px)}
.home-service .homeservice-list .homeservice-item .icon img{position:relative;width:50px;z-index:2}
.home-projects .homeprojects-right #project-r{padding:0;}
.home-projects .homeprojects-right #project-r .swiper-slide{height:auto;}
.home-projects .homeprojects-right .swiper-slide a{height:100%;}
.home-projects .homeprojects-right .swiper-slide a img{width:100%;height:100%;display:block;object-fit:cover;}
.home-projects .homeprojects-left p{margin-top:20px;line-height:1.9;}
@media (max-width:1500px){.home-projects .homeprojects-left p{margin-top:12px;line-height:1.7}
.home-projects .home-more{margin-top:30px}}
@media (max-width:1350px){.home-projects .homeprojects-left p{margin-top:10px;line-height:1.6}
.home-projects .home-more{margin-top:20px}}
@media (max-width:1280px){.home-projects .homeprojects-left{padding-right:0}}