/* ...........Typology CSS.............. */
.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

/**********Project**************/
.proj-loc .fa {
    color: #005c76;
    width: 20px;
}

.carpet-area {
    display: inline-block;
}

.border-tb {
    border-top: 1px solid #005c76;
    border-bottom: 1px solid #005c76;
    padding: 20px 0 !important;
}

.project-image,
.project-image-wrapper,
.read-more-wrap {
    position: relative;
}

.project-image {
    display: inline-block;
}

.project-image-wrapper {
    padding: 0 30px;
}

.proj-title {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background-color: #005c76;
    font-size: 18px;
    color: #fff;
    padding: 6px;
    font-weight: 600;
    z-index: 3;
}

.border-effect {
    position: absolute;
    content: '';
    border: 1px solid #005c76;
    width: 100%;
    height: 100%;
    top: -20px;
    right: -20px;
}

.project-content {
    padding-left: 15px;
}

.bl-effect {
    position: absolute;
    content: '';
    border-top: 1px solid #005c76;
    width: 100%;
    height: 100%;
    top: 23px;
    left: 0;
}

.image-wrap img {
    position: relative;
    z-index: 2;
}

.btn-right {
    position: relative;
    display: inline-block;
    z-index: 1;
    padding-left: 15px;
}

.btneffect-title {
    font-size: 20px;
    display: inline-block;
    background: #fff;
    color: #005c76;
    padding: 10px 30px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
}

.btneffect-title::after {
    position: absolute;
    content: '';
    border-top: 1px solid #fff;
    width: 100%;
    height: 100%;
    top: 24px;
    right: auto;
}

.btn-grp a:first-child {
    margin-right: 20px;
    margin: 0;
    text-align: center;
}

.read-more-wrap .btn-right {
    background: #fff;
}

.custom_link {
    text-decoration: none !important;
    display: flex;
    background-color: #005c76;
    color: #fff;
    width: 155px;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
}

.custom_link:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    background: #343434;
    z-index: 2;
    height: 100%;
    transition: ease all .5s;
}

.custom_link:hover:after, .custom_link:focus:after {
    width: 100%;
    right: initial;
    left: 0;
}

.custom_link:hover, .custom_link:focus {
    color: #fff;
}

.custom_link span {
    display: flex;
    padding: 5px 9px;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 3;
}

.custom_link:hover i, .custom_link:focus i {
    margin-left: 20px;
    transition: ease all .5s;
}

.custom_link i {
    position: relative;
    top: 2px;
    margin-left: 10px;
    transition: ease all .5s;
}

.grey_bg {
    background: #ebebeb;
}

.faqs_accord .accordion-item {
    border-radius: 0;
    border: none;
    border-top: 1px solid #ddd;
}

.faqs_accord .accordion-item .accordion-button {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}

.faqs_accord .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.faqs_accord .accordion-item:last-child {
    border-bottom: 1px solid #ddd;
}

.faqs_accord .accordion-item .accordion-body {
    background: #f7f7f7;
    margin-bottom: 20px;
}

.faqs_accord .accordion-button::after {
    filter: invert(1);
}

.faqs {
    background: #2b3d2d;
}

.faqs .sec_tittle {
    font-size: 3rem;
    background: linear-gradient(90deg, #c39f75 0%, #8b673d 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'dm serif display', serif;
}

@media (max-width: 1200px) {
    .project-content {
        padding-top: 30px;
        padding-left: 0px;
    }

}

 