@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700;800;900&display=swap');
html,
body {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 200;
	color: #0a121d;
	line-height: 26px;
	background-color: #fff;
}


.pad-100{
    padding-top:100px;
    padding-bottom:100px;
}
.years{
font-size: 50px;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.abtimgsec p{
 font-size: 25px;
     line-height: 1.5;
     font-weight: 200;
 }

 .abtsec2 h2{
 position: relative;
     font-size: 30px;
     font-weight: 600;
     margin-bottom: 12px;
     text-transform: uppercase;
 }

 .abtbox{
 display: flex;
     border: 1px solid #ddd;
     padding: 20px;
     margin-top: 10px;
 }
 .abtbox:hover{
    border-left:3px solid #392013;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.10);

 }
 .abtboxicon{
     font-size: 45px;
     width: 15%;
    text-align:center;
    vertical-align: center;
    margin-top: 20px;
 }
  .abtbox:hover .abtboxicon{
    position: relative;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        transform: rotate(360deg);
        color:#fff;
  }
  .abtbox:hover{
    background-color: #D66042;
    color: #fff;
  }
  .abtboxcontent{
    width:80%;
  }

  .inner-header .nav-item {
    margin-right:20px;
   }
   .inner-header .nav-item .nav-link{
     color:#fff;
   }
   .navbar-nav{
     margin-right: 50px;
     margin-top: 15px;
     margin-bottom: 15px;
   }
   .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
       background-color: #C8B13F;
       color:#0a121d;
   padding:6px 12px;
   border-radius:5px;
   }
   .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
       color: #fff;
   }
   
.headbar {
    display: flex;
  }
  
  .headbar1 {
    padding: 10px;
    width: 100%;
    display: flex;
  }
  
  /* header.heade1 {
    background-color: #fff;
    padding: 0px;
  } */
  
  .heade1 .nav-link {
    color: #163056;
  }
  .dropdown-toggle {
    white-space: nowrap;
  }
  .dropdown-toggle::after {
    vertical-align: middle;
  }
  
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }
  
  
  
  
  .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
  }
  
  .dropdown-menu li {
    border-bottom: 1px solid #eceff1;
  }
  
  .dropdown-item {
    white-space: normal!important;
  }
  
  .dropdown-menu {
    min-width: 13rem;
    padding: 0;
    font-size: 16px;
    margin-left: -55px;
  }
  
  .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #163056;
  }
  
  .dropdown-toggle::after {
    vertical-align: middle;
  } 

  .header-content{
      top: 35%;
    color: #fff;
    z-index: 9999;
    width: 400px;
   margin: 0 auto;
      width: 500px;
      /* height: 500px; */
  }
  .box-section{
    background-color: #fff;
    color:#0a121d;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .mainslider img{
height: 100vh;
object-fit: cover;
  }
  .carousel-item.active .header-content{
      margin-right: -100px;
      width: 50%;
      margin: 0 auto;
  }
  .uniquebox{
        background-color: #fff;
    box-shadow: 0 1px 1px 1px rgb(62 62 62 / 10%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0 16px;
    padding: 60px 25px 60px ;
    z-index: 99;
    text-align: center;
    position: relative;
    border-radius: 4px;
  }

  .uniquebox h4{
    color: #D66042;
    font-size: 20px;
  }

  .uniquebox img{
    font-size: 45px;
    color: #392013;
    margin-bottom: 25px;
  }
  .negativemargin{
    margin-top: -100px;
  }
  .logobox{
      width:170px;
      flex: none;
      margin-left: 20px;
      color: #fff;
      position: absolute;
      top: 0;
      /* background-color: #fff; */
      padding: 5px;
      /* box-shadow: 0 0 10px rgb(0 0 0 / 50%); */
      /* border-bottom-left-radius: 5px; */
      /* border-bottom-right-radius: 5px; */
  }





















  .activehead {
    background-color: #eceff1;
    height: 80px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
 
  /* .heading{
    height: 800px;
    max-width: 500px;
  } */
  .heading {
    /* margin: 80px 0 0 80px; */
    display: flex;
    flex-direction: column;
    font-weight: 400;
    position: absolute;
    top: 0%;
    color: #0a121d;
    height:100vh;
    width: 550px;
    left: 0%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    /* text-shadow: 0px 0px 7px rgb(0 0 0 / 50%); */
    }
    .textquote{
      padding:45% 50px;
    }
    .textquote::before{
      content: "";
    display: block;
    border-left: 3px solid #0a121d;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    width: 1px;
    margin-bottom: 20px;
    }
    .textquote::after{
      content: "";
    display: block;
    border-left: 3px solid #0a121d;
    height: 70px;
    margin: 20px auto;
    text-align: center;
    width: 1px;
    margin-bottom: 20px;
    }
  .textquote > div {
    overflow: hidden;
    /* overflow-x:auto; */
  }
  .textquote > div > p {
  
    /* width: ; */
    /* white-space: nowrap; */
    margin: 0;
    line-height: 117%;
  }
  
  .green {
    color: #32c267;
  }
  
  div.textquote > div {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  div.textquote > div:nth-child(2) > p {
    -webkit-animation-delay: 1.05s;
            animation-delay: 1.05s;
  }
  
  div.textquote > div {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  div.textquote > div:nth-child(3) > p {
    -webkit-animation-delay: 0.075s;
            animation-delay: 0.075s;
  }
  
  .slide-up {
    -webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
            animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
  }
  
  @-webkit-keyframes slide-up {
    0% {
      transform: translateY(100px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  @keyframes slide-up {
    0% {
      transform: translateY(100px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .letters{
    font-size: 45px;
    font-weight: 700;
  }

  .testimonial-block .inner-box .quote-icon {
    position: relative;
    left: 1px;
    color: #D66042;
    font-size: 60px;
    line-height: 1em;
}
.testimonial-block {
  position: relative;
}
.testimonial-block .inner-box {
  position: relative;
}
.testimonial-block .inner-box h2 {
  position: relative;
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3em;
  margin-top: 40px;
  margin-bottom: 55px;
  /* font-family: var(--secondary-font); */
}

.testimonial-block .inner-box p {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 80px;
}

.testimonial-block .inner-box .category {
  position: relative;
  color: #666;
  font-size: 14px;
}
.testimonial-block .inner-box .category span {
  position: relative;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}



.marketsection {
background-image: -webkit-linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.7)), url(../images/pattern-1.png);
    position: relative;
    padding-top: 80px;
    padding-bottom: 120px;
    background-position: right bottom 220%;
    background-repeat: no-repeat;
}

.bg-shade{
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  height: 100vh;
  top: 0;
}








.projectdiv{
  margin-bottom:50px;
  position:relative;
}
.projectcontent{
margin-top:30px;
}
.viewbtn{
  background-color: #EAAC52;
      color: #fff;
      text-decoration: none;
      padding: 7px 15px;
      border-radius: 5px;
      /* margin-top: 30px; */
      font-weight: 400;
      font-size: 16px;
}

.tag {
  position: absolute;
  left: 0;
  top: 3px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  background-color: #933722;
  writing-mode: vertical-lr;
 /* transform: rotate(180deg); */
  text-orientation: sideways;
  font-size: 28px;
  padding: 25px 0px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
  opacity: 1;
  height: 250px;
  font-weight: 500;
  /* margin-left: 30px; */
}
.tag::after {
    position: absolute;
        left: 0;
        bottom: -250px;
        width: 100%;
        transform: rotate(0deg);
        height: 100%;
        border-left: 36px solid transparent;
        border-right: 36px solid transparent;
        border-top: 20px solid #933722;
        content: '';
        /* box-shadow: 0px 0px 7px rgba(0,0,0,0.5); */
}

 .tag1 {
         position: absolute;
         left: 0;
         top: 0;
         color: #fff;
         font-weight: 700;
         font-size: 12px;
         text-transform: uppercase;
         width: 130px;
         height: 35px;
         line-height: 36px;
         text-align: center;
         background-color:#D66042;
  }
  .tag1:after {
      position: absolute;
          left: 0;
          bottom: -34px;
          width: 100%;
          height: 100%;
          border-left: 65px solid transparent;
          border-right: 65px solid transparent;
          border-top: 20px solid #D66042;
          content: '';
  }

















  
  .bg-cont{
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url(../images/bgplot.jpg);
        height: 65vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
       }
       .bannertitle{
           margin-top:18%
       }
       .mar-t{
       margin-top:-100px;
       }
       .formdiv{
           background-color:#fff;
           padding:50px 30px;
   
       }
       .formdiv h4{
       color:#59371B;
       }
       .contdetaildiv{
        background-color:#E6AA58;
        padding:50px 30px;
        color:#fff;
       }
       .float-right{
       float:right;}
   
       .box-shaw{
           box-shadow:0 0 10px rgba(0,0,0,0.3)
       }
   
       .sendbtn {
          background-color: #D06044;
              color: #fff;
              border-radius: 20px;
              padding: 7px 25px;
       }
       .sendbtn:hover{
           color:#fff;
       }
       .formdiv .form-control {
           border: 0;
           border-bottom: 1px solid #ddd;
       }
       .contdetaildiv ul{
           margin:0;
           padding:0;
       }
       .contdetaildiv ul li{
           list-style-type:none;
           padding-bottom:15px;
           display:flex;
       }
       .contdetaildiv ul li a {
           color:#fff;
           text-decoration:none;
       }
       .contdetaildiv ul li .ic{
           color:#fff;
           margin-right:15px
       }
   
       .list2 li {
        list-style-type: none;
            display: inline-flex!important;
            background: rgba(255,255,255,0.5);
            border-radius: 50%;
            width: 40px;
            height: 40px;
            text-align: center;
            margin: 0 auto;
            padding: 9px 12px;
            margin-right: 8px;
            margin-top: 15px;
       }
   
      .bg-foot {
               background-image: -webkit-linear-gradient( rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(../images/footer-bg1.jpg);
               background-position: center;
               background-repeat: no-repeat;
               background-size: cover;
               color: #fff;
           }
             .footlogo{
                 width:200px;
                 height:200px;
                 padding:30px;
             }

          .list3 li {
            list-style-type: none;
                display: inline-flex!important;
                margin: 0 auto;
                float:right;
                padding: 9px 12px;
                margin-left: 8px;
                margin-top: 15px;
           }
           .list3 li a{
           color:#fff;
           }
           .list4{
           padding:0;
           margin:0;
           }
           .list4 li {
           list-style-type: none;
           padding-bottom:10px;
           display:flex;
   font-weight: 500;

           }
             .list4 li a{
                          color:#fff;
                          text-decoration:none;

                       }
   
            .ic1{
            margin-right:10px;}
   
            .hrline{
               background-color:#fff;
            }
            .text-r{
               text-align:right;
            }
            .link{
            color:#E6AA58;
                    text-decoration:none;
            }
            .link:hover{
               color:#E6AA58;
            }


            .project1-img{
              /* background-image: url(../images/p2.jpg);
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat;
              padding: 20px; */
            }


   
            


















































.ltn__upcoming-project-item{
  background-color: #fff;
  padding: 10px;
}
.ltn__upcoming-project-img img{
height: 70vh;
}
.ltn__upcoming-project-img{
height: 550px;
overflow: hidden;
}

.section-bg-1{
  background-color: #eceff1;
  padding: 18px;
}





.bg-projects{
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  padding: 100px;
}   

.white-color{
  color: #fff;
}
.btn-effect-1{
  border: 1px solid #666;
  margin-top: 15px;
}
.section-bg-1 h1{
  font-size:30px;
  margin-top: 15px;
  /* color: #933722; */
}





.red{
  color:#933722;
}
.orange{
  color: #D06044;
}
.downloadbro{
background-color:#933722;
    color: #fff;
}
.downloadbro {
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--ltn__heading-font);
    padding: 17px 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    margin-right: 15px;
    text-decoration: none;
    margin-top: 30px;
}
.downloadbro:hover{
color: #fff;
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-effect-1:hover::after {
  width: 100%;
}

.btn-effect-1::after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.completed-projects {
  padding: 15px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
  background-color: #fff;
  margin-bottom: 50px;
  border-radius: 5px;
  margin-top: 40px;
}
.completed-projects .search-by-place-info {
  padding: 30px 5px 10px;
}
.search-by-place-info a{
  text-decoration: none;
}

.viewproperty{
  color: #163056;
  font-size: 18px;
  font-weight: 400;
}

.search-by-place-img{
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}



.search-by-place-img1{
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.boxtext{
  width: 600px;
  margin: auto;
}










.testimonials.grid .item {
  position: relative;
  margin: 10px 20px;
}
.testimonials.grid .item .cont p {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #333;
}

.testimonials.grid .item .cont {
  padding: 50px 40px 40px;
  border: 10px solid #f7f7f7;
  border-top: 0;
  position: relative;
}


.testimonials.grid .item .quote-icon {
  position: absolute;
  top: -20px;
  right: 12%;
  width: 10%;
  z-index: 2;
}
.testimonials.grid .item .quote-icon img{
display: block;
}
.testimonials.grid .item .cont::before {
  width: 5%;
  right: 0;
}
.testimonials.grid .item .cont::after, .testimonials.grid .item .cont::before {
  content: '';
  position: absolute;
  height: 10px;
  background: #f7f7f7;
  top: 0;
}
.testimonials.grid .item .info {
  margin-top: 30px;
  padding-left: 30px;
  position: relative;
}
.testimonials.grid .item .info .author {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  display: table-cell;
}
.testimonials.grid .item .info::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid #f7f7f7;
  border-right: 30px solid transparent;
  position: absolute;
  left: 100px;
  top: -30px;
}


.testimonials.grid .item .info h6 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 16px;
}
.testimonials.grid .item .cont:after {
  width: 75%;
  left: 0;
}
.testimonials.grid .item .cont:after, .testimonials.grid .item .cont:before {
  content: '';
  position: absolute;
  height: 10px;
  background: #f7f7f7;
  top: 0;
}
/* .testimonials.grid .item:hover {
background-color: #eceff1;
color: #fff;
} */

.product-badge li:first-child {
  margin-top: 0;
}

.product-badge li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  background-color: #933722;
  color: #fff;
  padding: 3px 15px 3px;
  text-transform: uppercase;
  line-height: 25px;
}
.product-badge {
  position: absolute;
  top: 15px;
  right: 18px;
}
.product-badge ul {
  margin: 0;
  padding: 0;
}
.approach-box{
  margin-bottom: 50px;
  width: 90%;
  margin: 0 auto;
}
.approach-box p{
 font-size: 16px;
 font-weight: 400;
}
.approach-box h4{
  font-size: 20px;
  color: #933722;
 }
 .pad-b-100{
   padding-bottom: 100px;
 }
 .img-test{
   position: absolute;
   bottom: 5px;
   right: 5px;
   width: 60px;
 }










/* about */

.img1{
    position: relative;
    margin-left: 35px;
}
.img2{
    position: absolute;
    bottom: 100px;
    left: -25px;

}
.play {
    position: absolute;
    top: 41%;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    left: 43%;
    /* right: 50%; */
    bottom: 0;
    padding: 14px 18px;
    font-size: 20px;
    color: #D66042;
}



.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #EAAC52;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.abttitle1{
   background-color: rgba(208,96,68,0.1);
       padding: 5px 20px;
       color: #D06044;
       font-size: 16px;
       font-weight: 300;
       border-radius: 30px;
}
.abttitle2{
    font-size: 44px;
        font-weight: 700;
        line-height: 1.3;
        margin-top:20px;
        margin-bottom:20px;
}
.listabt{
    padding:0;
    margin:0;
}
.listabt li{
   width: 50%;
       float: left;
       list-style: none;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
       -ms-flex-align: center;
       align-items: center;
       padding-right: 20px;
       margin-bottom:20px;
}
.ic{
    background-color: rgba(208,96,68,0.1);
    width: 50px!important;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    margin-right:15px;
}
.ic img {
    width:24px;
}

.abtqoutediv{
    background-color: rgba(208,96,68,0.1);
    padding: 20px;
    margin-top: 30px;
    border-left: 4px solid rgba(208,96,68,1);
}
.readbtn{
    background-color: #933722;
        color: #fff;
        text-decoration: none;
        padding: 10px 30px;
        /* margin-top: 50px; */
        font-size: 20px;
        font-weight: 300;
}
.readbtn:hover{
    color:#fff;
}
.mb-40{
    margin-bottom:40px;
}

.abtbanner{
    padding-top: 200px;
    position: relative;
}
.abtbanner h1{
font-size: 36px;
line-height:1.6;
color:#381F12;
}

.about-section .section-title {
    z-index: 1;
    margin-bottom: 0px;
    padding: 0px 0px 30px;
}
.section-title {
    text-align: left;
    position: relative;
}
.small-line {
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.small-line:after {
    top: 13px;
    content: '';
    height: 2px;
    width: 100px;
    right: -120px;
    position: absolute;
    background-color: #040404;
}
.section-title h2 {
     font-size: 36px;
     font-weight: 700;
     text-transform: capitalize;
     line-height: normal;
     margin-top: 20px;
     margin-bottom: 30px;
     color:#d66042;
}
.about-section .about-contant {
    padding: 30px 150px 30px 0px;
}
.block {
    width: 100%;
    height: 100%;
    display: block;
}
 .about-video {
   width: 555px;
       height: 472px;
       display: block;
       overflow: hidden;
       position: relative;
 }
.play1{
    position: absolute;
    top: 45%;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    left: 45%;
    /* right: 50%; */
    bottom: 0;
    padding: 14px 18px;
    font-size: 20px;
    color: #D66042;
}

.years{
font-size: 50px;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color:#E6AA55;
}
.bg-count h5{
color:#381F12;
}

.w-20{
width:20%;
}

.leftline{
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    border-left: 2px solid;
    border-color: #eaac52;
    padding-left: 10px;
}
.white{
color: #fff!important;
}
.prohigh{
background-image: -webkit-linear-gradient( rgba(95,110,53,0.7), rgba(95,110,53,0.7) ),url(../images/bgplot.jpg);
    background-position: center;
    color: #fff!important;
    background-repeat: no-repeat;
    background-size: cover;
}
.highdiv{
    display:flex;
    border:2px solid #fff;
    border-radius:10px;
    padding:10px;
    margin-top:30px;
}
.highdiv .highcontent{
margin: auto 15px;
    font-size: 18px;
    font-weight: 500;
}
.highimg img{
    width:50px;
}
.highdiv:hover{
    background-color:#933722;
}


/*multiple carousel*/
  .slider {
      position: relative;
      overflow: hidden;
    }

    .slider__wrapper {
      display: flex;
      transition: transform 0.6s ease;
    }

    .slider__item {
      flex: 0 0 25%;
      max-width: 25%;
    }

    .slider__control {
      position: absolute;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      height: 50px;
      transform: translateY(-25%);
      background: rgba(0, 0, 0, .5);
    }

    .slider__control:hover,
    .slider__control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9;
    }

    .slider__control_left {
      left: 0;
    }

    .slider__control_right {
      right: 0;
    }

    .slider__control::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }

    .slider__control_left::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }

    .slider__control_right::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }

    .slider__item>div {
      line-height: 250px;
      font-size: 100px;
      text-align: center;
    }




    .slider__item h5{
      margin: auto;
          /* text-align: center; */
          color: #fff;
          font-size: 30px;
          position: absolute;
          /* top: 0; */
          bottom: 0;
          width: 200px;
          height: 40px;
          /* left: 0; */
          font-size: 20px;
          right: 0;
          text-align: center;
          background: rgba(0,0,0,0.5);
          line-height: 1.5;
    }

   .projectwalk ul{
    border:0
   }
   .projectwalk .nav li{
     border: 0;
     background: #eceff1;
     line-height: 2;
     border-radius: 100px;
     margin: 10px;
     font-weight: 500;
 }
                   .projectwalk .nav li a{
                          color:#EAAC52;
                           border: 0;
                                     border-radius: 100px;
                                     padding: 5px 50px;
                          }

   .projectwalk li .nav-link.active {
       background-color: #EAAC52;
           border: 0;
           border-radius: 100px;
           padding: 5px 50px;
           color:#fff;
   }
   .projectwalk .nav li:hover>a{
    background-color: #EAAC52;
    color:#fff;
   }





/*gallery lightbox */

.photo-gallery {
  color:#313437;
  background-color:#fff;
}


@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  position:relative;
}
.photo-gallery .item img{

height:250px;
}




/*blueimp gallery  */

.blueimp-gallery>.slides>.slide>.slide-content{
    max-height:70%!important;
}
.links#links{
width: 768px;
    margin: 0 auto;
}
.new-articles li {
    list-style-type: none;
    width: 100%;
    margin: 15px 10px 10px;
    float: left;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 4px;
    height: 400px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    display: flex;
}
.new-articles {
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: center; */
}
.new-articles li img {
	object-fit: cover;
    width: 100vw;
    height: -webkit-fill-available;

}

.brdimg{
    border: 12px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.img2 img{
    border-radius:5px;
}

.cancel-video {
  right: 0;
  float: right;
  position: absolute;
  background: #fff;
  /* border: none; */
  width: 30px;
  border-radius: 50%;
  height: 30px;
  top: 2px;
  z-index: 999;
}
.video-modal .modal-header {
  padding: 0;
  border-bottom: none!important;
}
.video-modal {
  background: none;
  padding: 0;
}
.video-modal.modal-content {
  background: none;
  border: none!important;
}