
.design-services_mod .info .title{
    width: 100%;
    font-size: 58px;
    font-weight: 500;
    color: #f5f5f7;
    letter-spacing: 0.4px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.design-services_mod .img-box-mob {
    display: none;
}

.design-services_mod .info p {
    width: 100%;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 50px;
    font-family: 'Avenir Next LT Pro';
    font-weight: 400;
}

.design-services_mod .image-showcase-wrapper {
    height: calc(100vh - 115px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.design-services_mod .image-showcase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    z-index: 100;
    position: relative;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 5%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 5%);
}

.design-services_mod .image-showcase .show-image.interior {
    z-index: 2;
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
    cursor: default;
}

.design-services_mod .image-showcase .show-image {
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.vision_mission .img_wrap{
    max-width: 50px;
    /* height: 70px; */
    margin-inline: auto;
    img{
        width: 100%;
    }
}
.vision_mission .title{
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    color: #f5f5f7;
    letter-spacing: 0.4px;
    line-height: 1.2;
    /* margin-bottom: 30px; */
}

.team ul.team-list.hide_first li:first-child{
    visibility: hidden;
}

.add_grid_here{
    display: grid;
    align-items: center;
}
.interior-design_icons .info > ul{
    display: grid !important;
    grid-template-columns: repeat(2,1fr);
    column-gap: 170px;
}

.service_page.interior-design_icons .info > ul{
    grid-template-columns: repeat(1,1fr);
}


.interior-design_icons .info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.interior-design_icons .info .title {
    width: 100%;
    font-size: 58px;
    font-weight: 500;
    color: #f5f5f7;
    letter-spacing: 0.4px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.interior-design_icons .info .img-box-mob {
    display: none;
}

.interior-design_icons .info p {
    width: 100%;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 50px;
    font-family: 'Avenir Next LT Pro';
    font-weight: 400;
}

.interior-design_icons .info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.interior-design_icons .info ul li {
    width: 100%;
    margin-bottom: 30px;
}

.interior-design_icons .step-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.interior-design_icons .step-icon img {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 15px;
}

.interior-design_icons .step-icon .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.scroll-info .swiper-pagination{
    display: flex;
    justify-content: start;
    position: relative;
    column-gap: 0;
    margin-left: 20px;
    bottom: 40px;
}
.scroll-info .swiper-pagination-bullet{
    background: #fff;
    opacity: 0.5;
    margin: 0 !important;
    margin-inline: 5px !important;
}
.scroll-info .swiper-pagination-bullet-active{
    opacity: 1;
}
.banner .video{
    pointer-events: all;
}
.loader .progress-line{
    background: #000;
}

.interior-design_icons .step-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
}
.interior-design_icons .step-icon .flex-1 p {
    font-size: 16px;
    margin-bottom: 0;
    opacity: 0.8;
}
.home-projects.project_list_custom .projects-list{
    grid-template-columns: repeat(2,1fr);
}

.project_wrap{
    grid-gap: 40px;
    justify-content: center;
    max-width: 881px;
    margin: auto;
}
.project_wrap .projects-list{
    margin: unset;
}
.project_wrap .awards_block{
    margin-right: unset;
    width: 33%;
}
.project_wrap .awards_block li,
.project_wrap .awards_block li > a,
.project_wrap .awards_block li > a,
.project_wrap .awards_block li > a .card-img{
    height: 100%;
}

.project_wrap .h_100 li,
.project_wrap .h_100 li > a,
.project_wrap .h_100 li > a,
.project_wrap .h_100 li > a .card-img{
    height: 100%;
}

.custom_team .team-list{
    display: grid;
}


/* NEw  */
.custom_team .team_row_wrap{
    display: grid;
    row-gap: 100px;
}
.custom_team .flip_row{
    flex-direction: row-reverse;
}
.custom_team .img_info_wrap{
    max-width: 272px;
    margin-left: auto;
    position: relative;
}
.custom_team .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 6%);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 6%);
    /* max-height: 400px; */
}
.custom_team .img-box img {
    width: 100%;
}
.custom_team .info-box {
    position: absolute;
    bottom: 40px;
    left: -20px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.custom_team li .info-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.custom_team .team_desc {
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 40px 60px 40px 40px;
    pointer-events: none;
}

.custom_team .member-info p {
    font-size: 20px;
    color: #fff;
    padding-right: 20px;
}

.custom_team .info-box .name {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
    color: #F5F5F7;
    margin-bottom: 0;
}

.custom_team .info-box .designation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    color: #ADADAD;
    margin-bottom: 0;
}
.custom_team .info-box .designation::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
}
.filter_here img{
   filter: grayscale(1);
}

.contact-us .additional-address{
    margin-top:25px;
    line-height: 1.6 ;
}
.divide_content{
    column-count: 2;
    column-gap: 50px;
}

.logo_slider .swiper-slide .info{
    /* width: 300px; */
    /* margin-inline: auto; */
}
.logo_slider .swiper-slide .right{
    /* width: fit-content; */
}
.logo_slider .swiper-slide .right img{
    /* width: 50%; */
}
.logo_slider .swiper-wrapper{
    align-items: center;
}
.footer__space{
    margin-top:10px;
}