.mainproject h4,.select_wrap .option p {
    color: #aa863f;
    text-transform: uppercase
}

.Ourprojects {
    padding-bottom: 0
}

.prohead {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.prohead h2 {
    margin-bottom: 0
}

.prooptionbar {
    display: flex;
    gap: 15px;
    align-items: center
}

.pronav {
    display: flex;
    gap: 10px;
    margin-top: 0
}

.pronavleft,.pronavright {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #aa863f;
    cursor: pointer
}

.select_wrap,.select_wrap.active .select_ul {
    display: block
}

.pronav img {
    width: 13px
}

.select_wrap {
    width: 300px;
    margin: 0 auto;
    position: relative;
    user-select: none
}

.edititonlogoo,.provideocontainer img.prologo {
    width: 150px;
    z-index: 3;
    background-color: #aa863f
}

.select_wrap .default_option {
    background: #fff;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    list-style-type: none;
    border: 1px solid #aa863f
}

.select_wrap .default_option li {
    padding: 10px 20px
}

.select_wrap .default_option:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 18px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #aa863f #aa863f;
    transform: rotate(-45deg)
}

.select_wrap .select_ul {
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
    display: none;
    list-style-type: none;
    z-index: 999;
    border: 1px solid #aa863f
}

.select_wrap .select_ul li {
    padding: 10px 20px;
    cursor: pointer
}

.select_wrap .select_ul li:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.select_wrap .select_ul li:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.select_wrap .select_ul li:hover {
    background: #ccc
}

.select_wrap .option {
    display: flex;
    align-items: center
}

.select_wrap .option p {
    font-size: 15px
}

.select_wrap.active .default_option:before {
    top: 20px;
    transform: rotate(-225deg)
}

.mainprojectcontainer {
    display: block;
    margin-top: 30px
}

.mainprojectslider {
    margin-top: 30px;
    position: relative
}

.mainprojectcontainer .mainproject {
    border: 0;
    border-right: 0px solid #aa863f;
    border-left: 0 solid #aa863f;
    padding: 25px 0
}

.edititonlogoo {
    position: absolute;
    height: 85px;
    margin-left: -151px
}

.provideo {
    width: 100%
}

.goldarrow {
    width: 20px;
    display: inline-block!important
}

img {
    display: unset
}

.mainproject {
    padding: 25px 0
}

.mainproject h4 {
    padding: 0;
    margin: 0 0 20px;
    font-family: optima-regular;
    font-size: 25px;
    letter-spacing: normal
}

.mainproject p {
    margin-bottom: 20px
}

.mainproject a {
    color: #fff;
    position: absolute;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #aa863f;
    padding: 10px 15px;
    text-transform: capitalize;
    letter-spacing: 2px;
    background-color: #00000083;
    top: 90%;
    left: 10%;
    transform: translate(-50%,-50%)
}

.provideocontainer {
    position: relative
}

.overlay-textpro {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    margin: 10px;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    width: 145px;
    text-align: center
}

.provideocontainer img.prologo {
    position: absolute;
    height: auto;
    top: 0;
    right: 0;
    padding: 5px
}

.provideocontainer .vdplay {
    width: 64px;
    height: 64px;
    position: absolute;
    right: 40px;
    bottom: -22px;
    cursor: pointer
}

.knowmoremob a {
    display: none
}

@media (max-width: 768px) {
    .mainproject a,.provideocontainer img.prologo {
        display:none
    }

    .mainproject {
        padding: 25px;
        border: 1px solid #aa863f;
        margin-left: 10px;
        margin-right: 10px
    }

    .knowmoremob a {
        position: relative;
        display: inline-block;
        border: 1px solid #aa863f;
        padding: 7px 10px;
        text-transform: capitalize;
        letter-spacing: 2px;
        background-color: #fff;
        color: #aa863f;
        margin-top: 15px;
        left: 0;
        top: 0;
        transform: unset
    }
}
