.form-filter {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center
}

.form-filter select {
    margin-bottom: 1em;
    border: none;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #000;
    font-weight: 500
}

.form-filter select:focus {
    box-shadow: none
}

.form-filter .field {
    flex: 0 0 33.333333%;
    max-width: 25%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.row-filter-project {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    width: 100%;
    min-height: 300px
}

.box-detail {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px
}

.box-detail .post-image {
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

.box-detail img {
    max-height: 100%
}

.box-detail .header-info,.box-detail .project-info p {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.box-detail .header-info h4 {
    margin-bottom: 0
}

.box-detail .header-info {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000
}

.no-result p {
    font-size: 30px
}

.filter-pLoading,.no-result {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;
    transform-origin: 40px 40px
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d6d6d6;
    margin: -4px 0 0 -4px
}

.lds-roller div:nth-child(1) {
    animation-delay: -36ms
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px
}

.lds-roller div:nth-child(2) {
    animation-delay: -72ms
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.lds-roller div:nth-child(3) {
    animation-delay: -108ms
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.lds-roller div:nth-child(4) {
    animation-delay: -144ms
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.lds-roller div:nth-child(5) {
    animation-delay: -.18s
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.lds-roller div:nth-child(6) {
    animation-delay: -216ms
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.lds-roller div:nth-child(7) {
    animation-delay: -252ms
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.lds-roller div:nth-child(8) {
    animation-delay: -288ms
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@keyframes lds-roller {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.shortcode_filter_project h2 {
    text-align: center
}

.box-result-filter {
    min-height: 496px;
    position: relative
}

#filterProject {
    margin-bottom: 40px
}

.dropbtnFilter {
    color: #000;
    text-align: center!important;
    margin: 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #000!important;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    border-radius: 0;
    min-height: 2.2em;
    padding: 5px 18px;
    )
    }

.dropdownFilter {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left
}

.dropdownFilter:after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: 0
}

.dropdownContent {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    border: 1px solid #f5f5f5
}

.dropdownContent li {
    color: #000;
    padding: 9px 18px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin: 0!important;
    transition: .3s all
}

.dropdownContent li:not(:last-child) {
    border-bottom: 1px solid #dedbdb
}

.dropdownContent li.active,.dropdownContent li:hover {
    background-color: #e4e4e4;
    font-weight: 500
}

.dropdownFilter .dropdownContent.show {
    display: block
}

.dropdownFilter .overlay-f {
    position: absolute
}

.filter-paging ul.pagination li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0
}

.filter-paging ul.pagination li a,.filter-paging ul.pagination li.active {
    padding: 5px 10px;
    display: block;
    font-size: 16px
}

.filter-paging ul.pagination li a {
    color: #000
}

@media only screen and (max-width: 1200px) {
    .form-filter .field {
        max-width:33.3333%
    }
}

@media only screen and (max-width: 767px) {
    .row-filter-project {
        display:block;
        margin: 0
    }

    .box-detail {
        max-width: 100%;
        flex: 1;
        width: 100%
    }

    .form-filter {
        display: block
    }

    .form-filter .field {
        max-width: 100%;
        flex: 1;
        width: 100%;
        margin-bottom: 15px;
        padding: 0 10px;
    }
}

.header-info p {
    margin-bottom: 0;
    min-width: 35%;
    text-align: right;
}

.box-result-filter.loading:after {
    content: "";
    background: rgb(255 255 255 / 62%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.box-result-filter.loading .filter-pLoading {
    z-index: 11;
    top: auto;
    bottom: 40vh;
}

.lds-roller {
    left: -15px;
}

.dropdownFilter.active {
    background: black;
    color: white;
}

.dropdownFilter.active .dropbtnFilter {
    color: white;
}
.projects-item:before {
    background: #000;
    content: '';
    opacity: 0.3;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
.projects-item {
    position: relative;
    overflow: hidden;
}
.projects-item img {
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-filter: brightness(100%);
        width: 100%;
    }
    .projects-item .con {
    padding: 9px 9px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 2;
}
.projects-item .con .category {
color: #c5a47e;
font-size: 13px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 5px;
letter-spacing: 5px;
}
.projects-item .con h5 {font-size: 14px;color: #fff;margin-bottom: 0;text-transform: uppercase;}
.projects-item .con h5 a{
color: white;
}
.position-re{
    position: relative!important;
}
.iconform {
    position: absolute;
    top: 8px;
    width: 20px;
}
.mt--50 {
    margin-top: 25px !important;
}
                           .feedback .owl-carousel .owl-stage-outer{
                              overflow: visible!important;
                           }
                           .sigle-testimonials-one {
    padding: 50px 26px;
    border: 1px solid #E3E3E3;
    max-width: max-content;
    position: relative;
}
.sigle-testimonials-one .top-quote {
    position: absolute;
    top: -28px;
    left: 43px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    padding: 7px;
    align-items: center;
    justify-content: center;
}
.sigle-testimonials-one p {
    margin-bottom: 0;
    color: #4f696b;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: -0.36px;
    max-width: 98%;
}
.sigle-testimonials-one .author-area {
    position: absolute;
    display: flex;
    align-items: center;
    right: 50px;
    bottom: -40px;
    padding: 8px 14px;
    border-radius: 5px;
    background: #ffffff;
    gap: 15px;
    border: 1px solid #00000042;
}
.sigle-testimonials-one::after {
    position: absolute;
    content: "";
    right: -30px;
    bottom: -30px;
    height: 100%;
    width: 40px;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.sigle-testimonials-one .author-area .thumbnail img {
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #E3E3E3;
    width: 60px;
    height: 60px;
}
.sigle-testimonials-one .author-area .info .title {
    margin-bottom: 5px;
}
.sigle-testimonials-one .author-area .info span {
    color: #7D7D7D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
button.owl-next {
    position: absolute;
    right: -13px;
    top: 30%;
    width: 30px;
    height: 30px;
    /* background: black!important; */
    margin: 0;
}
button.owl-prev {
    position: absolute;
    left: -13px;
    top: 30%;
    width: 30px;
    height: 30px;
    /* background: black!important; */
    margin: 0;
}
button.owl-next span{
    font-size: 50px;
}
button.owl-prev span{
    font-size: 50px;
}

.buoc10 button.owl-next {
    position: absolute;
    right: -13px;
    top: 40.8%;
    width: 30px;

    height: 30px;
    /* background: black!important; */
    margin: 0;
}
.buoc10 button.owl-prev {
    position: absolute;
    left: -13px;
    top: 40.8%;
    width: 30px;
    height: 30px;
    /* background: black!important; */
    margin: 0;
}
.qodef-e-item {
    padding: 0 calc(30px/2);
 }
.qodef-e-item {
    flex: 1;
 }
 .qodef-e-item,.qodef-e-item-inner {
    position: relative;
 }
 .qodef-e-line-holder {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 103%;
    height: 1px;
 }
 .qodef-e-line {
    background-color: #20355675;
 }

 .qodef-e-line {
    height: 100%;
 }
 .qodef-e-line {
    display: block;
    /* background-color: #ebebeb; */
 }
  .qodef-e-item-inner {
 flex-direction: column;
}

.qodef-e-item-inner {
 display: flex;
 flex-direction: column-reverse;
 align-items: center;
 justify-content: center;
 text-align: center;
}
.qodef-e-point-holder {
    top: 50%;
    left: 50%;
 }
.qodef-e-point-holder {
    position: absolute;
    color: #fff;
    font-size: 1em;
    width: 2em;
    height: 2em;
    transform: translate(-50%,-50%);
 }
  .qodef-e-point {
    background-color: #203556;
 }
 .qodef-e-point {
    background-color: #4f696b;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
 }
 .qodef-e-top-holder {
    display: flex;
    align-items: flex-start;
    padding: 14% 0 0;
 }
  .qodef-e-title {
    color: #203556;
    font-size: 18px;
    font-weight: 500;
 }

 .qodef-e-title {
    margin: 0 0 0.85em;
 }
 .qodef-e-content-holder {
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 0 0 14%;
}
.qodef-e-item.qodef-reverse .qodef-e-top-holder {
align-items: flex-end;
padding: 0 0 14%;
}
.qodef-e-text {
margin: 0;
}
.qodef-e-item.qodef-reverse .qodef-e-content-holder {
justify-content: flex-start;
padding: 10% 0 0;
}