:root {
    --primary-color: #e50027;
    --secondary-color: #ededed;
    --primary-dark-color: #ad1f23;
}
body
{
    background: #fff!important;
}
.bg-white {
    background-color: #fff!important;
    padding-bottom: 20px!important;
}
.project-title
{
    padding-right: 50px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
}
.project-title h1 {
    display: inline-block;
    margin-bottom: 0;
}
.gear-icon {
    width: 32px;
    margin-top: 2px;
}
.project-title h5 {
    display: inline-block;
    position: absolute;
    color: #adabab;
    font-size: 13px;
    margin-right: 10px;
    top: 20px;
    margin-bottom: 0;
}
.project-title .summary-price {
    display: inline-block;
    position: absolute;
    color: #686868;
    font-size: 15px;
    margin-right: 10px;
    bottom: 0;
    margin-bottom: 0;
    font-weight: 500;
}
.product-slider {
    height: 350px;
    display: flex;
    flex-direction: row;
    padding-right: 15px;
}
.box-static {
    height: 350px;
    width: 2.3%;
    position: absolute;
}
.box-static::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--primary-color);
    width: 13px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-right: auto;
}
.product-slider .gallery-top {
    width: 80%;
    margin-left: 15px;
}
.product-slider .gallery-top::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: 6;
    background: linear-gradient(
            90deg, rgba(0, 0, 0, .7) 0%, rgba(255, 255, 255, 0) 100%);
}
.product-slider .gallery-top::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: 6;
    background: linear-gradient(
            -90deg, rgba(0, 0, 0, .7) 0%, rgba(255, 255, 255, 0) 100%);
}
.product-slider .swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-right: auto;
}
.product-slider .gallery-thumbs {
    box-sizing: border-box;
    position: relative;
    left: 0;
    text-align: left;
    width: 115px;
    margin-right: 0px;
}
.product-slider .swiper-container-free-mode > .swiper-wrapper {
    display: flex;
    flex-direction: column;
    float: left;
    text-align: left;
    margin-left: auto;
    width: 120px;
}
.product-slider .swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product-slider .gallery-thumbs .swiper-slide {
    width: 90% !important;
    height: 100px !important;
    opacity: 1;
    float: left;
    text-align: left;
    margin-bottom: 13px;
    margin-right: 7px;
}
.nano-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
}
.nano-list .nano-item {
    display: inline-block;
    background-color: var(--secondary-color);
    border-radius: 30px;
    height: auto;
    padding: 2px;
    margin-top: 5px !important;
}
.nano-list .nano-item a {
    color: #747474;
    font-weight: 500;
    padding: 3px 8px;
}
.nano-list .nano-item .icon {
    width: 20px;
}
.box-2 {
    margin-top: 30px!important;
    padding-right: 40px;
}
ul.nav {
    padding-right: 7px;
    position: relative;
}
.box-2 .box-header {
    color: var(--primary-color);
}
.box-2 .box-header h3 {
}
.box-2 .box-content {
    background-color: var(--secondary-color);
    color: #484444;
    padding: 30px 30px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}
.box-2 .box-content::before {
    content: '';
    width: 10px;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.box-2 .box-content > p {
    margin-bottom: 0;
    line-height: 30px!important;
}

.list-2 {
    list-style: none;
    position: relative;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 255px;
    padding-right: 25px;
}
@media(max-width: 992px)
{
    .list-2
    {
        height: 510px;
    }
}
@media(max-width: 768px)
{
    .list-2
    {
        height: auto;
    }
}
.list-2 .list-item {
    position: relative;
    padding: 5px 0;
    opacity: .4;
}
.list-2 .list-item.active {
    opacity: 1;
}
.list-2 .list-item::before {
    content: '';
    width: 11px;
    height: 11px;
    background-color: transparent;
    position: absolute;
    right: -18px;
    top: 10px;
    bottom: 0;
    margin: auto;
    border-radius: 32px;
}
.list-2 .list-item.active::before {
    background-color: var(--primary-color);
}
.list-item .icon {
    width: 25px;
}
.list-item .title {
    font-size: 17px;
    position: relative;
    bottom: -5px;
    padding-right: 13px;
    font-weight: 500;
}

.py-5
{
    padding-top: 30px;
    padding-bottom: 30px;
}
.px-2
{
    padding-right: 10px;
    padding-left: 10px;
}
.tab-content>.active h3,
.tab-content>.active h5
{
    display: inline-block!important;
}