



/**** Banner slider */

.bannerimage
{
  position:relative;
  margin-top: 87px;
}


.bannerinfo
{
  position: absolute;
    top: 45%;
    left: 1%;
    padding: 10px 15px;
    transform: translateY(-50%);
    color: #fff;
    /* width: 51%; */
    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;
  /* margin-top: 15px; */
  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;
}



/*** Our Journey  **/
.ourjourney
{
  position: relative;
  background-color:#a37a3d ;
  margin-top: 5px;
  padding-bottom: 60px;
}

.ourjourney h2
{
  color:#fff;
}
.ojitemslist
{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    gap: 50px;

}

.ojitem.portfolio{
 
}

.ojitem
{
  width: 100%;
  border: 0px solid Red;
  display: flex!important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
    /* border: 1px solid #ccc;
    border-radius: 5px; */
}


.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;
}

.ojitemsPrev img, .ojitemsNext img {
  width: 20px;
}

.ojitemsNext {
  left: auto;
  right: -35px;
}
.ojitemsPrev {
  left: -35px;
  right: auto;
}

/* .vertical-line1{
  border-left: thin solid #8f682f;
  margin-left: -50px;
} */

/* .vertical-line2{
  border-left: thin solid #8f682f;
  margin-left: -60px;
} */

/* .vertical-line3{
  border-left: thin solid #8f682f;
  margin-left: -35px;
} */

.ojinfo{
  margin-top: 10px;
  color: white;
  text-align: center;
}


/* .ojinfo
{
  margin-top:10px;
  display: none;
  opacity: 0;
  transition: all 0.5s ease-in-out;
} */

/* .vertical-line{
  width: 1px;
  height: 350px;
  background-color: #474444;
} */

/* .ojreveal{
  position:absolute;
  opacity: 0;
  align-items: center;
      flex-direction: column;
      justify-content: center;
      padding: 15px;
      place-content: center;
      text-align: center;
  left:50%;
  top:25%;
  transform: translate(-50%,-50%);
  width: 300px;
  height: 300px;
    background-color: #fff;

    transition: opacity 0.5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  }
  

.ojitem:hover  .ojreveal
{
  opacity: 1;
} */

/* .vertical-line{
  position: absolute;
  width: 3px;
  left:0px;
  top:0px;
  border-right: 1px solid #0c0b0b;

} */

/* .ojitem:hover  .ojinfo
{
  display: block;
  opacity: 1;

}  */

/* .ojitem:hover  
{
  color:#fff;
  background-color:#aa863e;
}  */

/* .ojitem:hover svg 
{
  width:48%;
  width:48%;
}  */

/* .ojitem:hover svg .cls-1
{
  fill:#fff;
}  */

/* .ojitem:nth-child(3):hover svg
{
  width:35%;
  width:35%;
} */



/* .ojreveal h2
{
  font-family: 'optima-bold';
  font-size:40px;
}


.ojreveal p
{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  
} */


/*** Our Journey Ends **/



/*** luxurydetails **/

.luxurydetails
{
  padding-bottom: 0px;
}

.luxurydetails a
{
  color: #aa863f;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  /* padding-top: 20px; */
  margin-top: 15px;
  /* margin: 0px auto; */
  display: inline-block;
  /* width: 122px; */
  border: 1px solid #aa863f;
  padding: 10px 15px;
}

.luxurydetails a img
{
  width:20px;
}


/* .luxurydetails a::after
{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: -5px;
  left: 0;
     
} */

/*** luxurydetails Ends **/




/*** Awards ***/







.awardscontainers
{
  display: flex;
    align-items: center;
    gap: 50px;
    overflow: hidden;
    border: 0px solid red;
    width:100%;
    height:500px;
}



  
  .slider{
    position: absolute;
    /* top: 15vh; */
    width: 100vw;
    height: 100vh;
    /* overflow: hidden; */
    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:0px;
    /* overflow:hidden; */
    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
}

/* .row div:hover img{
background-color: #e7e79e;
} */


  .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: 0px solid red;
    background: #fff;
  }
  
  h1
  {
    position: relative;
    text-align: left;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -0.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;
    /* top: 15vh; */
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    /* perspective: 444px; */
    /* perspective-origin: 50% 100%; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .awardinfo{
    position: absolute;
    top: 50%;
    left: 70%;
    width: 100%;
    height: auto;
    border-radius: 0px;
    /* overflow: hidden; */
    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:0px solid blue;
    height: 100%;
  }

  .awardnavcontainer2{
    display: none;
  }

  .awardnavcontainer
  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    margin: 0px auto;
    bottom: 0;
    position: absolute;
  }

.awardnavcontainer .awardprev, .awardnavcontainer .awardnext
{
  cursor: pointer;
  width:50px;
  height:50px;
  border:0px solid #000;
  place-content: center;
  text-align: center;
}

.awardnavcontainer img
{
  width:22px;
}



/*** Awards Ends***/







/*** voiceoftrust  **/

.voiceoftrust
{

}


.custpara
{
  padding-top:30px;
}


.voiceoftrustheader
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.voiceoftrustheader h2
{
  margin-bottom: 0px;
}



.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:0px solid red;
}

.videoslide.active .videocontainer iframe
{
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    /* overflow: hidden; */
    padding: 0;
  object-fit: cover;

  border:0px 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: 0px;

}

.videocaption p
{
  font-family: 'optima-medium';
    font-size: 12px;
    text-align: center;
}

.videocontainer
{
  position:relative;
  cursor: pointer;
  width: 100%; 
	width: 100%;
	aspect-ratio: 16/9;

  transform: scale(1);
      z-index:1; border:0px 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: 0px;
    border: 0px;
}

/* .videocontainer.active
{
  overflow: hidden;
} */



/* 
.videocontainer.active iframe
{
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;

    padding: 0;
}

.videocontainer.active .play
{
  display: none;
} */


.sliderssection
{
  width:100%;
  margin:0px auto;

}

.videoslider .slick-track{display: flex !important;
  align-items: center;
  width:100%;height:100%;
 padding-top:20px;
 padding-bottom: 20px;
  
  }


 

  .videoslider
  {
    width:100%;
    margin:0px auto;
  }
  
.videoslide
{
  /* margin:20px; */
  margin-right:30px;
}

.videoslider .slick-list {
  margin-right:-30px;
}
  /* .videoslider .slick-slide{height: inherit !important;margin-left:10px;margin-right:10px;border:1px solid #fff;}
  .videoslider .slick-list {margin-left:-10px;margin-right:-10px;position: unset !important;
    overflow:unset !important;
  }  */


    /* .videoslider .slick-slide.slick-active.slick-center
    {
      transform: scale(1.2);
      z-index:9999999999999; border:1px solid #fff;
    } */
  
  /* .videoslider .slick-slide .videocontainer
  {
    transform: scale(1);
    transition: scale 1s ease-in-out;
    transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;z-index:1;position: relative;border:0px solid #fff;
    width:100%;
  }

  .videoslider .slick-slide.slick-active.slick-center:hover .videocontainer
  {
    -moz-transform:scale(1.1);-webkit-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.15);z-index:9999999999999; border:1px solid #fff
  } */

  .vdPrev, .vdNext {
    position: absolute;
    top: 43%;
    right: -25px;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    border: 0px 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;
}
/* .achievement:first-child {
    background-color: #a37a3d;
    color: #fff;
}
.achievement:first-child .year {
    color: #fff;
} */

.containerawd{
  display: inline;
}

.year {
    font-size: 2em;
    font-weight: bold;
    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{
  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: 0.5;
    text-align: right;
}
.achievement:first-child .arrow {
    color: #fff;
}

.achievement:hover{
    background-color:#a37a3d ;
}

.achievement:hover .year{
    color:white;
}

.achievement:hover .details p{
  color:white;
}

.achievement:hover .details h2{
  color:white;
}

.achievement:hover svg path{
  fill:white;
}


.trophy {
    flex: 1;
    text-align: right;
}

.awardpic{
  display: none; 
}

.achievement:hover .awardpic{
  display: block;
  position: absolute;
  border: 1px solid#a37a3d;
  right:9%;
  top:50%;
  z-index:999999999999999999999999999999999999;
  transform: translateY(-50%);
}

.trophy img {
    max-width: 100px;
    height: auto;
    z-index: -1;
}

.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;
}

/* .view-more a:hover {
    text-decoration: underline;
} */
@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: 0px auto 0px auto;
    position: relative;
    user-select: none;

  }

  .videoselect_wrap .vddefault_option{
    background: #fff;
    border-radius: 0px;
    position: relative;
    cursor: pointer;
    list-style-type: none;
    border: 1px solid #aa863f;
    
  }

  .videoselect_wrap .vddefault_option li{
      padding: 10px 20px;
     
  }





  /* .videoselect_wrap .vddefault_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);
    text-align: center;
  } */

  .videoselect_wrap .select_ul{
    position: absolute;
      top: 43px;
      left: 0;
      width: 100%;
      background: #fff;
      border-radius: 0px;
      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 .select_ul li:first-child:hover{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ccc;
  }

  .videoselect_wrap .select_ul li:last-child:hover{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  } */

  

  .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);
  }


/*** voiceoftrust Ends **/







/***  Get Smart ***/

.getsmart
{
  /* background-image: url('../images/mob/mobile-bg.png');
  background-repeat: no-repeat; */
}

.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;
  /* margin-left: 60%; */
}


.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;
}

/* .getsmart .gsheader p
{

} */

/***  Get Smart Ends ***/




/*** Our Partners ***/

.ourpartners
{
  /* box-shadow: 0px 13px 7px rgba(0, 0, 0,0.08), 0px -6px 10px rgba(0, 0, 0, 0.15); */
  padding: 50px 0px 0px 0px;
}

/* .partnerslidernav
{
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.partnerslidernav .psprev, .partnerslidernav .psnext
{
  width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partnerslidernav img
{
  width:20px;
}

.partnerslider img
{
  object-fit: cover;
}

.partnerslider .slick-track{display: flex !important;
align-items: center;
}

.partnerslider .slick-slide{height: inherit !important;margin-left:20px;margin-right:20px;}
.partnerslider .slick-list {margin-left:-20px;margin-right:-20px;}  */

/***  Our Partners Ends ***/




/*** FAQs   ***/

.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 0px auto;
}

.faqs .faqaccordian .card {
  /* float: left; */
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 15px;
}

.faqs .faqaccordian .card:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.faqs .faqaccordian .card .card-header h3 {
  cursor: pointer;
  color: var(--headblue);
  position: relative;
  margin: 0;
  padding: 0px;
  /* text-transform: uppercase; */
  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 {
  position: relative;
  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 0px 5px;
}

.faqs .faqaccordian .card .card-body {
  display: none;
}

/*open one card by default*/
.faqs .faqaccordian .card:nth-child(1) .card-body {
  display: block;
}

.faqs .faqaccordian .card .card-body p {
  margin: 0px;
  text-align: justify;
}

.faqs .faqaccordian .card .card-header:nth-child(1) .card-body {
  padding-top: 0px;
}



/*** FAQs Ends ***/


/*** Get In Touch  ***/

.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: 0px;
  font-size: 19px;
  width: 175px;
  letter-spacing: 2px;
  border: 0px;
  outline: 0;
  height: calc(1.5em + .75rem + 5px);
  margin: 20px auto 40px auto;
  /* display: block;*/
}


.getintouch .close
{
    font-size: 2rem;
    font-family: 'optima-regular';
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 17px;
    cursor: pointer;
}

.getintouchform form
{margin-top:30px;}

.getintouchform .form-control {
  padding: 0.35rem 0.35rem;
  background-color: transparent;
  font-size: 15px;
  border: 0px;
  color: #000 !important;
  height: calc(1.5em + .75rem + 15px);
  border-radius: 2px;
  /* box-shadow: 0 0 9px 1px hsl(0deg 0% 0% / 10%); */

  border-bottom: 1px solid #ccc;
}

.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: 0px;
    font-size: 19px;
    width: 190px;
    letter-spacing: 2px;
    border: 0px;
    outline: 0;
    height: calc(1.5em + .75rem + 5px);
}

/*** Get In Touch Ends  ***/



/* Our Partner Section */
.carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;

  margin: 0 auto;
  max-width: 100%;
}


.carousel-section {
  width: 100%;
  margin-top: 10px;
  height: 50vh;
  padding: 20px 10px;
}

.carousel .slick-track {
  padding-top: 25px;
  padding-bottom: 25px;
}


.carousel  .box{

  margin: 0px 25px;
  background-color: transparent;
  border: 2px rgba(55, 51, 51, 0.2) ;
  box-shadow: 0 4px 10px 0 rgba(55, 51, 51, 0.2);

  border-radius: 10px; 
  /* font-size: 10px; */
  text-align: center;
}
.carousel-text {
  display: none;
  margin-top: 20px;
  /* font-size: 13px; */
  text-align: center;
  /* line-height: 14px; */
}

.carousel  .slick-center .carousel-text {
  display: block;
}
.carousel  .slick-slider{
  margin: 30px;
}

.carousel  .slick-slide:not(.slick-center) .carousel-text {
  display: none;
}


.carousel img {
  width: 80%;
  height: auto;
  /* max-width: 190px;  */
  margin: 0 auto;
  opacity: 0.3; 
 
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  
  padding: 10px 30px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  */
  border-radius: 10px; 
}

.carousel  .slick-slide {
  display: flex;
  gap: 50px;
  /* justify-content: center; */
  align-items: center;
  padding: 20px; 
}

.carousel  .slick-center img {
  opacity: 1;
  /* transform: scale(1.2); */
}

.carousel  .slick-center {
  height: 461px !important;;
  
}


.carousel .slick-prev, .carousel .slick-next {
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  bottom: -20px;
  font-size: 0;  
  border: none; 
  text-indent: -9999px;
  overflow: hidden;
}



.carousel .slick-prev {
  background-color: transparent;
  background-image: url('../images/arrow-left.png');
  left: 53%;
  transform: translateX(-60px);
}


.carousel .slick-next {
  background-color: transparent;
  background-image: url('../images/arrow-right.png'); 
  right: 53%;
  transform: translateX(60px);
}

.carousel .slick-prev:before, .carousel .slick-next:before {
  content: none !important;
}
.carousel  .slick-cloned:not:active {
  overflow: hidden;

  display: none;

}

/* Our Partner Section */



.mobpartners{
  display: none;
}

.map-container {
  position: relative;
  display: inline-block;
}

.clickable-circle {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  cursor: pointer;
}

.clickable-circle:hover {
  background: rgba(255, 255, 255, 0.4);
}

.clickable-circle .tooltip {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  border-radius: 4px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: opacity 0.3s;
  font-size: 14px;
  z-index: 10;
}

.clickable-circle:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.clickable-circle.right-tooltip .tooltip {
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  margin-left: 10px; 
}




/*** Media Queries  ***/

@media screen and (max-width:1920px) {



}

@media screen and (max-width:1600px) {

  .projectleft {
      width: 50%;
      padding-left: 12rem;
  }

}

@media screen and (max-width:1440px) {

}

@media screen and (max-width:1280px) {

}

@media (max-width: 1440px) {


}

@media (max-width: 1367px) {


}

@media (max-width: 1280px) and (max-height: 800px) {



}



@media (max-width: 768px) {

.maindivp{
  display: none;
}


.mobpartners{
  display: block;
  background-color: #f4f4f4;
}

  .bannerinfo {
    position: absolute;
        top: 50%;
        left: 1%;
        /* right: 10%; */
        transform: translateY(-50%);
        color: #fff;
        width: 77%;
        padding: 4px 15px;
        line-height: normal;
        margin-top: 50px;
}

.locationmap h2{
  margin-top: 50px !important;
}

.divider img{
  width: 100%;
}

.faqs h2{
  margin-top: 2px;
}

.dividerr img{
  width: 100%;
  padding-top: 45px;
  padding-bottom: 0px;
}

.bannerinfo h2
{
  font-size: 17px;
}

.bannerinfo p
{
  font-size: 15px;
  
}


.bannerinfo a {
  font-size: 13px;
  width: 140px;
    padding: 10px 20px;
}

.awardpic{
  display: none; 
}

.achievement:hover .awardpic{
  display: none;
  position: absolute;
  border: 1px solid#a37a3d;
  right:9%;
  top:50%;
  z-index:999999999999999999999999999999999999;
  transform: translateY(-50%);
}


.achievement:hover{
  background-color:#ffffff ;
}

.achievement:hover .year{
  color:#a37a3d;
}

.achievement:hover .details p{
color:rgb(7, 7, 7);
}

.achievement:hover .details h2{
color:rgb(0, 0, 0);
}

.achievement:hover svg path{
fill:rgb(0, 0, 0);
}




.getsmart {
  background-image: url('../images/mob/mobile-bg.png');
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: top center;
  background-size: cover;
}

.applogo {
  margin-left: 0%;
}

  .getsmartcontainer {
      gap: 50px;
      flex-direction: column;
  }

  .getsmartcontainer .mobilescreen {
      width: 100%;
      margin: 0px auto;
  }

  .iconslist {
    align-items: center;
  }

  .applogo {
    margin-right: 0px;
  }

  .applinks {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0px auto;
    justify-content: center;
}

  .applinks img {
    width: 150px;
  }

  
  .vertical-line1{
    border:0px;
    margin:0px;
  }
  
  .vertical-line2{
    border:0px;
    margin:0px;
  }

  .vertical-line3{
    border:0px;
    margin:0px;
  }



  .videoselect_wrap {
      margin: 15px auto 0px auto;
  }

  /* .videoslider .slick-list{padding:0 25% 0 0 !important;} */


  .videoslide.active 
  {
    transform: scale(1);
        z-index:9999999999999; border:0px solid #fff;
        background-color:#fff;
        margin-top:0px;
  }

.ojitemslist {
  /* display:grid;
  grid-template-columns: 1fr 1fr;
  gap:1px; */

  /* align-items: center;
  justify-content: center; */
  width: 70%;
  margin: 0px auto;
}

.ojitem.slick-slide
{
  border: 0px solid #8f682f!important;
}


/* .ourjourney::after
{
  position: absolute;
        content: '';
        width: 100%;
        height: 100px;
        background-color: transparent;
        left: 0;
        bottom: 30%;
        box-shadow: 0px 14px 30px #cccccc4f;
        z-index: -1;
} */

/* .ojitemslist .slick-track{display: flex !important;
  align-items: center;justify-content: center;
  }
  
  .ojitemslist .slick-slide{margin-left: 15px;
    margin-right: 15px;}
  .ojitemslist .slick-list {padding-top:20px; padding-bottom:20px;}  */

/* .ojitem
{
  display: flex !important;
  align-items: center;
  justify-content: center;
   margin-left: 70px;
   padding: 1px;

  height: 220px !important;

  background-color: #a37a3d;
  color:#fff;

    
} */

.ojitem {
  width: 100%;
  border: 0px solid Red;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px;
}

.ojitem img
{
     display:none; 
}

.ojitem:nth-child(1)
{
  border-right:1px solid #c3af93;
}

.ojitem:nth-child(3)
{
  border-top:1px solid #c3af93;
  border-right:1px solid #c3af93;
}

.ojitem:nth-child(4)
{
  border-top:1px solid #c3af93;
}

.ojitem h2 {
  font-size: 25px;
  text-align: center;
}

.textalingH{
  /* margin-left: 53px; */
  text-align: center;
}

.ojitem p {
  font-size: 13px;
  text-align: center;
}

.ojinfo {
  margin-top: 10px;
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

.ojitemsPrev, .ojitemsNext {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}

.ojitemsPrev img, .ojitemsNext img {
  width: 20px;
}

.ojitemsNext {
  left: auto;
  right: -35px;
}
.ojitemsPrev {
  left: -35px;
  right: auto;
}

.projectbigimage
{
  display:none;
}

.ourpartners {
  padding: 10px 0px 0px 0px;
}

/* .partnerslider .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

    .partnerslider img {
      width: 200px !important;
        height: auto !important;
        margin: 0px auto;
    } */


    .prohead {
        flex-direction: column;
        gap:30px;
    }
    .pronav
    {display: none!important;}

    /* Our Partner Section */

    .carousel-section{
      height: 100%;
      margin-top: 0px;
      padding: 40px 10px;
    }
    .carousel img {
        width: 100%;
        height: auto;
    }

    .carousel .slick-prev, .carousel .slick-next {
      width: 20px;
      height: 20px;
        bottom: -30px;  
    }

    .carousel .slick-prev {
      left: 50%;  
      transform: translateX(-50px);
  }

  .carousel .slick-next {
      right: 50%;
      transform: translateX(50px);
  }
  .Ourpartners h1, .Ourpartners p{
      margin-top: 30px;
      text-align: center;
  }

  .carousel .box {
      margin: 0px 15px;
  }

  .carousel.slick-slider {
      margin: 0px;
  }

  .carousel .slick-slide {
      display: flex;
      gap: 50px;
      align-items: center;
      padding: 0px 10px;
  }

  .carousel .carousel-text {
      margin-top: 10px;
  }

    /* Our Partner Section */



    .awardscontainers {
      height: 570px;
      flex-direction: column-reverse;
      gap: 0px;
    }

    .slider {
      position: absolute;
        /* top: 15vh; */
        width: 100vw;
        height: 100vh;
        /* overflow: hidden; */
        perspective: 190px;
        perspective-origin: 70% 100%;
        left: 74%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .awardnavcontainer 
    {
      display: none;
    }

    .awardnavcontainer2{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 80px;
      margin: 0px auto;
      bottom: 0;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }

    .awardcard {
      width: 180px;
      height: 220px;
    }

    .awardcard img {
      width: 80px;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .awardleft {
        position: relative;
        width: 100%;
        border: 1px solid #fff;
        height: 100%;
    }

    .awardright {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .awardinfo {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      border-radius: 0px;
      /* overflow: hidden; */
      transform: translate3d(-50%, -50%, 0);
      background: #fff;
      display: flex;
      flex-direction: column;
      gap: 15px;
      align-items: center;
      opacity: 0;
  }

    .awardinfo img {
      width: 300px;
        opacity: 1;
    }

    .awardnavcontainer
    {
      display: none;
    }

    .tabbuttons
    {display: none;}


    .select_wrap{
      display: block;
      width: 165px;
      margin: 15px auto 0px auto;
      position: relative;
      user-select: none;
    }
  
    .select_wrap .default_option{
      background: #aa863f;
      border-radius: 0px;
      position: relative;
      cursor: pointer;
      list-style-type: none;
    }
  
    .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 #fff #fff;
      transform: rotate(-45deg);
    }
  
    .select_wrap .select_ul{
      position: absolute;
        top: 43px;
        left: 0;
        width: 100%;
        background: #aa863f;
        border-radius: 0px;
        display: none;
        list-style-type: none;
        z-index: 99;
    }
  
    .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: #aa863f;
    }
  
    .select_wrap .option{
      display: flex;
      align-items: center;
    }
  
  
    .select_wrap .option p{
      color:#fff;
      font-size: 15px;
      text-transform: uppercase;
    }
  
    .select_wrap.active .select_ul{
      display: block;
    }
    
    .select_wrap.active .default_option:before{
      top: 22px;
      transform: rotate(-225deg);
    }

    .projectcontainer {
        flex-direction: column;
    }

    .projectleft {
        width: 100%;
        padding-top: 20px;
        padding-left: 70px;
        padding-right: 10px;
    }

    .projectleft h2
    {
      font-size:25px;
    }

    .projectright {
        width: 100%;
    }

    .projectbox {
      position: relative;
      top: 0%;
      width: 90%;
      background-color: #000;
      padding: 15px;
      left: 0%;
      transform: translate(0%, 0%);
      margin: 0px auto;
    }

    .voiceoftrustheader {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: column;
  }

  /* .luxurydetails a {
      padding-top: 20px;
  } */

    /* .videoslide {
        margin: 0px;
    } */

    .videocaption h4 {
      font-family: 'optima-bold';
      font-size: 17px;
      text-align: center;
      margin-top: 15px;
      margin-bottom: 0px;
  }

  .vdPrev, .vdNext {
      position: absolute;
      top: 101%;
      /* transform: translateY(220px); */
      /* transform: translateY(-50%); */
      z-index: 9;
      cursor: pointer;
      border: 0px solid #fff;
      background-color: #ffffff73;
      padding: 10px;
      height: 40px;
  }

.vdNext {
  left: auto;
  right: 35%;
}

.vdPrev {
  left: 35%;
  right: auto;
}
    





}


@media (max-width: 600px) {



}

@media (max-width: 492px) {

  /* .bannerinfo {
    
      margin-top: 35px;
  } */

  .divider img{
    width:100%
  }

  /* .ojitemslist {
      width: 71%;
  } */

 

  /* .slider {
        position: absolute;
        width: 100vw;
        height: 50vh;
        perspective: 350px;
        perspective-origin: 100% 50%;
        left: 65%;
        top: 55%;
        transform: translate(-50%, -50%);
} */

.awardcard {
  width: 210px;
  height: 260px;
}

}


/* @media (max-width: 480px) {
  .carousel img {
      width: 100%;
      height: auto;
  }

  .slick-prev, .slick-next {
      width: 25px;
      height: 25px;
      bottom: -20px; 
  }

  .slick-prev {
      left: 50%;
      transform: translateX(-40px);
  }

  .slick-next {
      right: 50%;
      transform: translateX(40px);
  }

} */


@media (max-width: 428px) {

  .ojitemslist {
      width: 70%;
  }

  /* .ojitem {
      height: 230px !important;
  } */

  .awardcard {
      width: 200px;
      height: 250px;
  }

  .slider {
    position: absolute;
        /* top: 15vh; */
        width: 100vw;
        height: 50vh;
        /* overflow: hidden; */
        perspective: 225px;
        perspective-origin: 70% 50%;
        left: 67%;
        top: 55%;
        transform: translate(-50%, -50%);
  }
  

}


@media (max-width: 393px) {

  /* .ojitemslist {
      width: 80%;
  }

  .ojitem {
      height: 233px !important;
  }
   */

   .ojitem {
    padding: 5px;
}

}

@media (max-width: 386px) {

  /* .ojitemslist {
      width: 85%;
  }

  .ojitem {
    height: 244px !important;
  } */

  .slider {
    position: absolute;
        /* top: 15vh; */
        width: 100vw;
        height: 50vh;
        /* overflow: hidden; */
        perspective: 320px;
        perspective-origin: 50% 50%;
        left: 62%;
        top: 55%;
        transform: translate(-50%, -50%);
}
  
}


@media (max-width: 385px) and (max-height: 725px) {

  /* .ojitemslist {
      width: 85%;
  }

  .ojitem {
    height: 244px !important;
  } */
}






@media (max-width: 376px) {

  .ojitem {
    padding: 5px;
}

  .slider {
    position: absolute;
        /* top: 15vh; */
        width: 100vw;
        height: 50vh;
        /* overflow: hidden; */
        perspective: 320px;
        perspective-origin: 50% 50%;
        left: 62%;
        top: 55%;
        transform: translate(-50%, -50%);
}

}



@media (max-width: 376px) and (max-height: 544px) {

  .ojitem {
      padding: 5px;
  }

}

@media (max-width: 376px)  {

  .ojitem {
      padding: 5px;
  }

}


@media (max-width: 360px) {

  .ojitem {
      padding: 0px;
  }

  /* .ojitemslist {
      width: 90%;
  }

  .ojitem {
      height: 238px !important;
  } */

  .ojitemsNext {
      left: auto;
      right: -20px;
  }

  .ojitemsPrev {
      left: -20px;
      right: auto;
  }

  .slider {
    position: absolute;
        width: 100vw;
        height: 50vh;
        perspective: 300px;
        perspective-origin: 50% 50%;
        left: 63%;
        top: 55%;
        transform: translate(-50%, -50%);
}


}

@media (max-width: 320px) {

  /* .ojitem {
      height: 202px !important;
  } */

  .ojitem h2 {
      font-size: 25px;
      text-align: center;
  }

}


