/*====back-btn======*/
.dtl-back-btn {
    padding: 50px 0;
}
.dtl-back-btn .share-btn {
    width: 58px;
    height: 58px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dtl-back-btn .share-btn img {
    width: 25px;
}
.dtl-back-btn .common-btn {
    max-width: 310px;
}
/*====slider======*/
.car-slide-content {
    padding:30px 25px;
    background: #0f0f0f;
    width: 100%;
}
.car-slide-content h5, .car-slide-content h6{
    font-family: 'NunitoSansRegular';
    color: #fdfdfd;
}
.car-slide-content h2, .car-slide-content h4{
    font-family: 'SuiGenerisLight';
    color: #fdfdfd;
}
.car-slide-content h2{
    font-size: 36px;
    margin-bottom: 10px;
}
.car-slide-content hr {
    border-top: 2px solid #fff;
    margin: 40px 0;
}
.car-slide-content h3{
    font-family: 'NunitoSansRegular';
    font-size: 28px;
    color: #fdfdfd;
    margin-bottom: 10px;
}
.car-slide-content h5 {
    font-size: 23px;
}
.car-slide-content h6 {
    font-size: 18px;
    color: #878585;
    margin-bottom: 5px;
}
.car-slide-content ul{
    margin: 0;
}
.car-slide-content li{
    padding-top: 40px;
}
.car-slide-content .common-btn{
    margin-top: 45px;
}
.car-slide-content .col-md-6 .common-btn{
    max-width: 100%;
}
.detail-car-slider .form-styl{
    padding: 20px 0;
}
.detail-car-slider .form-styl:focus {
    color: #fff;
    background-color:transparent;
}
.detail-car-slider textarea.form-styl{
    padding-top: 0;
}
.detail-car-slider .form-area{
    padding: 0 15px;
}
.car-slide-content .color-btn{
    background: #f5343e;
    border-color: #f5343e;
}
.car-slide-content .color-btn:hover{
    background: #fff;
    border-color: #fff;
}
.slider-btn-wrap{
    max-width: 490px;
    width: 100%;
}
.detail-car-slider .swiper-button-next {
    right:30px;
}
.detail-car-slider .swiper-button-prev {
    left: 30px;
}
/*========gallery=========*/
.detail-pg-gallery-block{
    margin: 60px 0;
}
.detail-pg-gallery-block h2{
    font-size: 36px;
}
.detail-pg-gallery-block h2, .detail-pg-gallery-block .more-image-btn{
    font-family: 'SuiGenerisLight';
}
.detail-pg-gallery-block .more-image-btn{
    cursor: pointer;
}
.detail-pg-gallery-block .col-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
/*=====tab====*/
.new-detail-tab .each-tab-content {
    margin-bottom: 200px;
}
.new-detail-tab{
    padding-bottom: 0;
}
/************customization************/
.customization-sec{
    padding-bottom:10%;
}
.customization-sec .service-list-bnr-btm-content p{
    margin-top:15px;
}
.customization-sec .service-list-bnr-btm-content, .each-custom-block{
    margin-bottom:40px;
}
.each-custom-block h6{
    color:#fff;
    margin-top: 30px;
}
.each-custom-block p{
    font-size: 18px;
    font-family: 'SuiGenerisLight';
}
.each-custom-block hr{
    border-top: 2px solid #fff;
    margin: 25px 0 15px;
}
/**************team************/
.team-banner .each-banner-image img, .each-member img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.team-member{
    padding: 100px 0 160px;
}
.team-member h2, .each-member{
    margin-bottom:30px;
}
.each-member{
    position:relative;
}
.each-member:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    content: '';
    background-image: url(../images/bg-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0;
}
.each-member:hover img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.each-member:hover:before{
    opacity: 1;
} 
.member-dtl{
    position: absolute;
    bottom: 20px;
    left: 0;
    padding-left: 20px;
    z-index: 2;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.member-dtl h5{
    font-family: 'NunitoSansSemiBold';
    letter-spacing: 0.75px;
} 
.member-dtl p{
    font-family: 'NunitoSansSemiBold';
    letter-spacing: 0.2px;
    line-height: 24px;
    font-size: 15px;
    margin: 6px 0 0;
} 
.each-member:hover .member-dtl{
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}