/*** Our Projects**/

.Ourprojects
{
  padding-bottom: 0px;
}

.prohead
{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.prohead h2
{
  margin-bottom: 0px;
}

.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;
}

.pronav img
{
  width:13px;
}


.select_wrap{
  display: block;
  width: 300px;
  margin: 0px auto 0px auto;
  position: relative;
  user-select: none;
}

.select_wrap .default_option{
    background: #fff;
    border-radius: 0px;
    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: 0px;
    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{
  color:#aa863f;
  font-size: 15px;
  text-transform: uppercase;
}

.select_wrap.active .select_ul{
  display: block;
}

.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:1px solid #aa863f;
  border-right:0px solid #aa863f;
  border-left:0px solid #aa863f;
  padding: 25px 0px 25px 0px;
  border: 0px solid#aa863f;
}

/* .mainprojectcontainer .mainproject:nth-child(1)
{
  border:1px solid #aa863f;
  border-left:0px solid #aa863f;
  padding: 25px 25px 25px 0px;
} */

.edititonlogoo{
  position: absolute;
  width: 150px;
  height: 85px;
  margin-left: -151px;
  z-index: 3;
  background-color: #aa863f;
}



.provideo
{
  width:100%;
  /* height:321px; */

}

.goldarrow{
  width:20px;
  display: inline-block !important;
}

img{
  display: unset;
}


.mainproject
{
  /* border:1px solid #aa863f;
  flex:1 1 0; */
  /* border: 1px solid #aa863f;
    border-right: 0px solid #aa863f;
    border-left: 0px solid #aa863f; */
    padding: 25px 0px 25px 0px;
}
.mainproject h4
{
  padding: 0px;
  margin: 0px;
  font-family: 'optima-regular';
  font-size: 25px;
  margin-bottom: 20px;
  letter-spacing: normal;
  color: #aa863f;
  text-transform: uppercase;
}

.mainproject p
{
  margin-bottom: 20px;
  
}

.mainproject a
{
  color: #ffffff;
    /* font-weight: 600; */
    position: absolute;
    text-decoration: none;
    /* margin-top: 15px; */
    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: white;
  font-size: 14px;
  width: 145px;
  text-align: center;
}

.provideocontainer img.prologo
{
  position: absolute;
    width: 150px;
    height: auto;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: #aa863f;
    padding: 5px;
}

.provideocontainer .vdplay
{
  width: 64px;
    height: 64px;
    position: absolute;
    right: 40px;
    bottom: -22px;
    /* border: 1px solid red; */
    cursor: pointer;
}


.knowmoremob a{
  display: none;
}

/* .mainprojectitem
{
  border:1px solid #aa863f;
  border-left:0px solid #aa863f;
  padding: 25px 25px 25px 25px;
} */

/* .mainprojectslider .slick-slide.slick-active:first-of-type
{
  border:1px solid #aa863f;
  border-left:1px solid #aa863f;
  padding: 25px 25px 25px 25px;
 
}

.mainprojectslider .slick-slide.slick-active:last-of-type
{
  border:1px solid #aa863f;
  border-left:0px solid #aa863f;
  border-right:0px solid #aa863f;
  padding: 25px 0px 25px 25px;

 
} */

/*** Our Projects Ends **/


@media screen and (max-width:1600px) {

 

}


@media (max-width: 768px) {

  /* .mainprojectslider .slick-list
  {
    margin: 5px;
    padding: 1px;
  } */

 .mainproject  a {
    display: none;
  }

  .mainproject {
      padding: 25px 25px 25px 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;
  }

  .provideocontainer img.prologo{
    display: none;
  }

  /* .mainprojectslider .slick-slide.slick-active:last-of-type
  {
    padding: 25px 25px 25px 25px;
    border: 1px solid #aa863f;
  }

  .mainprojectslider .slick-slide.slick-active:first-of-type
{
  padding: 25px 25px 25px 25px;
    border: 1px solid #aa863f;
 
} */

  
    
}

