.bannerimage {
    position: relative;
    margin-top: 87px;
}

.bannerinfo {
    position: absolute;
    top: 45%;
    left: 1%;
    padding: 10px 15px;
    transform: translateY(-50%);
    color: #fff;
    background-color: #0000007e;
}

.bannerinfo h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'optima-bold';
    position: relative;
}

.bannerinfo h2::after {
    content: '';
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.bannerinfo a {
    background-color: #fff;
    color: #000;
    display: block;
    width: 170px;
    padding: 10px 30px;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    text-decoration: none;
}

.ourjourney {
    position: relative;
    background-color: #a37a3d;
    margin-top: 0px;
    padding-bottom: 60px;
}

.ourjourney h2 {
    color: #fff;
}

.ojitemslist {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    gap: 50px;
}

.ojitem {
    width: 100%;
    border: 0 solid Red;
    display: flex ;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
}

.ojitem.slick-slide.slick-active {
    border-left: thin solid #8f682f;
}

.ojitem img {
    height: 60px;
    width: 60px;
}

.ojitem h2 {
    font-family: 'optima-bold';
    font-size: 25px;
    text-align: center;
}

.ojitem p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.ojitem svg {
    width: 80%;
    height: 80%;
}

.ojitemsPrev,
.ojitemsNext {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
    display: none;
}

.ojitemsPrev img,
.ojitemsNext img {
    width: 20px;
}

.ojitemsNext {
    left: auto;
    right: -35px;
}

.ojitemsPrev {
    left: -35px;
    right: auto;
}

.ojinfo {
    margin-top: 10px;
    color: #fff;
    text-align: center;
}
.ojitemsPrev,
.ojitemsNext,
.ojitemsPrev img,
.ojitemsNext img {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.slick-arrow {
    display: none !important;
}


.luxurydetails {
    padding-bottom: 0;
}

.luxurydetails a {
    color: #aa863f;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #aa863f;
    padding: 10px 15px;
}

.luxurydetails a img {
    width: 20px;
}
.awardscontainers {
    display: flex;
    align-items: center;
    gap: 50px;
    overflow: hidden;
    border: 0 solid red;
    width: 100%;
    height: 500px;
}

.slider {
    position: absolute;
    width: 100vw;
    height: 100vh;
    perspective: 300px;
    perspective-origin: 50% 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.awardcard {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 300px;
    border-radius: 0;
    transform: translate3d(-50%, -50%, 0);
    background: #000;
    display: flex;
}

.maindivp {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    padding: 60px 40px;
}

.containerpartner {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}

.row {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: nowrap;
}

.row img {
    width: 150px;
    height: auto;
    color: #3a3939;
}

.awardcard img {
    position: absolute;
    opacity: 1;
    width: 100px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.awardcard p {
    color: #fff;
}

.awardcard .logo {
    left: -50%;
    width: 300px;
}

.copy {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translate3d(-50%, -50%, 0);
    width: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border: 0 solid red;
    background: #fff;
}

h1 {
    position: relative;
    text-align: left;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -.05em;
    text-transform: uppercase;
    color: #000;
}

h1 span {
    position: relative;
    display: inline-block;
}

.awardleft {
    position: relative;
    width: 50%;
    border: 1px solid #fff;
    height: 100%;
}

.awardinfoslider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.awardinfo {
    position: absolute;
    top: 50%;
    left: 70%;
    width: 100%;
    height: auto;
    border-radius: 0;
    transform: translate3d(-50%, -50%, 0);
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.awardinfo img {
    width: 300px;
    opacity: 1;
}

.awardright {
    position: relative;
    width: 50%;
    border: 0 solid blue;
    height: 100%;
}

.awardnavcontainer2 {
    display: none;
}

.awardnavcontainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
}

.awardnavcontainer .awardprev,
.awardnavcontainer .awardnext {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 0 solid #000;
    place-content: center;
    text-align: center;
}

.awardnavcontainer img {
    width: 22px;
}

.custpara {
    padding-top: 30px;
}

.voiceoftrustheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.voiceoftrustheader h2 {
    margin-bottom: 0;
}
.videoslide {
    position: relative;
}

.videoslide .videocontainer iframe {
    display: none;
}

.videoslide.active {
    transform: scale(1.1);
    z-index: 9999999999999;
    border: 1px solid #fff;
    background-color: #fff;
    margin-top: 25px;
}

.videoslide.active img {
    display: none;
}

.videocontainer .thumb {
    border: 0 solid red;
}

.videoslide.active .videocontainer iframe {
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    border: 0 solid red;
}

.videoslide.active .videocontainer .play {
    display: none;
}

.videocaption h4 {
    font-family: 'optima-bold';
    font-size: 16.5px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}

.videocaption p {
    font-family: 'optima-medium';
    font-size: 12px;
    text-align: center;
}

.videocontainer {
    position: relative;
    cursor: pointer;
    width: 100%;
    aspect-ratio: 16/9;
    transform: scale(1);
    z-index: 1;
    border: 0 solid #fff;
}

.videocontainer .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    z-index: 9999999999999;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    border: 0;
}

.sliderssection {
    width: 100%;
    margin: 0 auto;
}

.videoslider .slick-track {
    display: flex !important;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.videoslider {
    width: 100%;
    margin: 0 auto;
}

.videoslide {
    margin-right: 30px;
}

.videoslider .slick-list {
    margin-right: -30px;
}

.vdPrev,
.vdNext {
    position: absolute;
    top: 43%;
    right: -25px;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    border: 0 solid #fff;
    background-color: #ffffff73;
    padding: 10px;
}

.vdPrev img,
.vdNext img {
    width: 20px;
}

.vdNext {
    left: auto;
    right: -50px;
}

.vdPrev {
    left: -50px;
    right: auto;
}

.containerawd {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}

.achievement {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #d1b38b;
    z-index: 1;
    position: relative;
}

.containerawd {
    display: inline;
}

.year {
    font-size: 2em;
    font-weight: 700;
    color: #a37a3d;
    flex: 1;
    font-family: 'optima-regular';
    padding-left: 30px;
    z-index: 1;
}

.details {
    flex: 5;
    padding-left: 20px;
    z-index: 1;
}

.details h2 {
    font-size: 1.5em;
    margin: 0;
    font-family: 'optima-regular';
}

.details p {
    margin: 5px 0 0;
}

.arrow {
    font-size: 1.5em;
    color: #000;
    flex: .5;
    text-align: right;
}

.achievement:first-child .arrow {
    color: #fff;
}

.achievement:hover {
    background-color: #a37a3d;
}

.achievement:hover .year {
    color: #fff;
}

.achievement:hover .details p {
    color: #fff;
}

.achievement:hover .details h2 {
    color: #fff;
}

.achievement:hover svg path {
    fill: #fff;
}

.trophy {
    flex: 1;
    text-align: right;
}

.trophy img {
    max-width: 100px;
    height: auto;
    z-index: -1;
}

.awardpic {
    display: none;
}

.achievement:hover .awardpic {
    display: block;
    position: absolute;
    border: 1px solid #a37a3d;
    right: 9%;
    top: 50%;
    z-index: 1.0E+36;
    transform: translateY(-50%);
}
.view-more a img {
    width: 32px;
}

.awardarrow {
    flex: 1;
    width: 6%;
    text-align: right;
    padding-right: 30px;
}

.achievement .awardarrow img {
    width: 32px;
}

.footbut {
    display: flex;
    align-items: center;
    display: inline;
    justify-content: space-between;
}

.view-more {
    flex: 1;
    text-align: center;
    padding: 20px 0;
    font-size: 1.2em;
    color: #a67c52;
    border-bottom: 1px solid #d1b38b;
}

.view-more a img {
    width: 32px;
}

.awardarrowview {
    position: absolute;
    max-width: fit-content;
    margin-left: 600px;
    margin-right: auto;
    width: 6%;
    margin-top: -24px;
}

.locationmap .mob {
    display: none;
}

.locationmap .desk {
    display: block;
}

.view-more a {
    text-decoration: none;
    color: #a67c52;
}

.gptwdesk {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 60px;
}

.gptwmob {
    display: none;
    width: 100%;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.image-wrapper img {
    display: block;
    height: auto;
}

.image-wrapper .color {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.image-wrapper:hover .color {
    opacity: 1;
}

.image-wrapper:hover .blackwhite {
    opacity: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .bannerimage {
        margin-top: 71px;
    }

    .achievement {
        flex-direction: column;
        align-items: flex-start;
    }

    .trophy {
        text-align: left;
        margin-top: 10px;
    }

    .arrow {
        text-align: left;
        margin-top: 10px;
    }

    .locationmap .mob {
        display: block;
    }

    .locationmap .desk {
        display: none;
    }

    .gptwdesk {
        display: none;
    }

    .gptwmob {
        display: block;
    }

    .year {
        padding-left: 21px;
    }

    .details h2 {
        padding-top: 15px;
    }
}
.videoselect_wrap {
    display: block;
    width: 125px;
    margin: 0 auto;
    position: relative;
    user-select: none;
}

.videoselect_wrap .vddefault_option {
    background: #fff;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    list-style-type: none;
    border: 1px solid #aa863f;
}

.videoselect_wrap .vddefault_option li {
    padding: 10px 20px;
}

.videoselect_wrap .select_ul {
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
    display: none;
    list-style-type: none;
    border: 1px solid #000;
    z-index: 99;
}

.videoselect_wrap .select_ul li {
    padding: 10px 20px;
    cursor: pointer;
}

.videoselect_wrap .select_ul li:hover {
    background-color: #f7f7f6;
}

.videoselect_wrap .option {
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoselect_wrap .option p {
    color: #aa863f;
    font-size: 18px;
}

.videoselect_wrap.active .select_ul {
    display: block;
}

.videoselect_wrap.active .default_option:before {
    top: 22px;
    transform: rotate(-225deg);
}

.iconslist {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 50px;
    margin-top: 30px;
}

.applinks {
    display: flex;
    align-items: center;
    gap: 15px;
}

.applinks img {
    width: 180px;
}

.applogo {
    width: 140px;
    display: flex;
    height: 140px;
    align-items: center;
    justify-content: center;
    border: 2px solid #e3e4e4;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 12px 12px 20px;
}

.applogo img {
    width: 100px;
    height: auto;
}

.getsmartcontainer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
}

.getsmartcontainer .mobilescreen {
    width: 520px;
    position: relative;
}

.ourpartners {
    padding: 50px 0 0;
}

.divider img {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.dividerr img {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 76px;
    padding-bottom: 22px;
}

.dividerwork {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
.faqs h2 img {
    width: 30px;
    transition: all .4s ease-in-out;
    margin-top: -3px;
}

.faqs h2.active img {
    transform: rotate(180deg);
}

.faqs h2 {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.displayfaq {
    display: block !important;
    transition: all .4s ease-in-out;
}

.faqs .card-header img {
    width: 15px;
}

.faqs .faqaccordian {
    max-width: 100%;
    display: none;
    margin: 30px auto 0;
}

.faqs .faqaccordian .card {
    width: 100%;
    border: 0 solid #fff;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 15px;
}

.faqs .faqaccordian .card:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.faqs .faqaccordian .card .card-header h3 {
    cursor: pointer;
    color: var(--headblue);
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    padding-right: 30px;
}

.faqs .faqaccordian .card .card-header {
    position: relative;
    background-color: transparent;
    border: 1px solid #c9c7c7;
}

.faqs .faqaccordian .card .card-header.active {
    background-color: transparent;
    border: 1px solid #957128;
    color: #957128;
}

.faqs .faqaccordian .card .card-header img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.faqs .faqaccordian .card .card-body {
    padding: 10px 40px 0 5px;
}

.faqs .faqaccordian .card .card-body {
    display: none;
}

.faqs .faqaccordian .card:nth-child(1) .card-body {
    display: block;
}

.faqs .faqaccordian .card .card-body p {
    margin: 0;
    text-align: justify;
}

.faqs .faqaccordian .card .card-header:nth-child(1) .card-body {
    padding-top: 0;
}

/* GET IN TOUCH POPUP */
.getintouch {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f7f7f6;
    width: 100%;
    height: 100%;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.btngetintouch {
    background-color: #aa863f;
    color: #fff;
    padding: 7px 20px;
    border-radius: 0;
    font-size: 19px;
    width: 175px;
    letter-spacing: 2px;
    border: 0;
    outline: 0;
    height: calc(1.5em + .75rem + 5px);
    margin: 20px auto 40px;
    cursor: pointer;
}

.getintouch .close {
    font-size: 2rem;
    font-family: 'optima-regular';
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 17px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 1rem;
}

.getintouchform form {
    margin-top: 30px;
}

.getintouchform .form-control {
    padding: .35rem;
    background-color: transparent;
    font-size: 15px;
    border: 0;
    color: #000 !important;
    height: calc(1.5em + .75rem + 15px);
    border-radius: 2px;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    font-family: inherit;
}

.getintouchform .form-control::placeholder {
    color: #000 !important;
    font-size: 15px;
    text-transform: uppercase;
}

.getintouchform :-ms-input-placeholder {
    color: #000 !important;
    font-size: 15px;
    text-transform: uppercase;
}

.getintouchform ::-ms-input-placeholder {
    color: #000 !important;
    font-size: 15px;
    text-transform: uppercase;
}

.getintouchform button {
    background-color: #000;
    color: #fff;
    padding: 7px 10px;
    border-radius: 0;
    font-size: 19px;
    width: 190px;
    letter-spacing: 2px;
    border: 0;
    outline: 0;
    height: calc(1.5em + .75rem + 5px);
    cursor: pointer;
}
/* THANK YOU POPUP */

.popthankyou {
    display: none;
    width: 40%;
    height: auto;
    padding: 30px 5px;
    background-color: #f7f7f6;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 99999999;
}

.popthankyou .close {
    font-size: 2rem;
    font-family: 'optima-regular';
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 17px;
    cursor: pointer;
}

.popthankyou h2 {
    font-family: 'optima-regular';
    max-width: fit-content;
    margin: 10px auto;
    display: block;
    padding-bottom: 20px;
}

.popthankyou img {
    width: 300px;
    margin: 0 auto;
    display: block;
}

/* ANIMATION */

.mayonanimation {
    position: relative;
}

.mayon_animate {
    opacity: 0;
}

.mayon1 {
    position: absolute;
    top: -5%;
    left: -2%;
}

.mayon1 img {
    width: 40%;
}

.mayon2 {
    position: absolute;
    top: 15%;
    right: -2%;
}

.mayon2 img {
    width: 100%;
}

.mayon3 {
    position: absolute;
    top: 35%;
    left: -3%;
}

.mayon3 img {
    width: 70%;
}

.mayon4 {
    position: absolute;
    top: 30%;
    right: -2%;
}

.mayon4 img {
    width: 100%;
}

.mayon5 {
    position: absolute;
    top: 8%;
    left: -3%;
}

.mayon5 img {
    width: 100%;
}

.parentdivmayon {
    width: 45vw;
    height: 55vw;
    position: relative;
    border: 0 solid black;
}

.mayonmain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    z-index: 1;
}
/* -------------------- BANNER VIDEO FIX -------------------- */
.banner-video-desktop {
    display: block !important;
}

.banner-video-mobile {
    display: none !important;
}

@media (max-width: 767px) {
    .banner-video-desktop {
        display: none !important;
    }
    .banner-video-mobile {
        display: block !important;
    }
}


/* -------------------- VIDEO SECTION FIX -------------------- */
.video-desktop {
    display: block !important;
}

.video-mobile {
    display: none !important;
}

@media (max-width: 767px) {
    .video-desktop {
        display: none !important;
    }
    .video-mobile {
        display: block !important;
    }
}


/* ANIMATION END */
