#photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 4;
  -webkit-column-gap:   0px;
  -moz-column-count:    4;
  -moz-column-gap:      0px;
  column-count:         4;
  column-gap:           0px;  
}

.tgmenu__navbar-wrap ul li:hover>.sub-menu, .tgmenu__navbar-wrap ul li:hover>.sub-menu li:hover>.sub-menu {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}
#photos img:hover{
  opacity: .7;
}
@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

.footer__social-two .list-wrap {
    align-items: center;
    display: flex;
    gap: 0px;
    justify-content: center;
}

.all_services__area-six {

    color: var(--tg-color-white-default);
    padding: 48px 0;
    text-align: center;
}

@media (max-width: 991.98px) {
    .request-bg {
        padding: 1px 0;
    }
}
.request-bg {
    background-position: 50%;
   
    overflow: hidden;
    padding: 50px 0 71px;
    position: relative;
    z-index: 1;
}
.tgmenu__action ul .header-btn .btn {
    /* color: #0e0e0e; */
    color: #e7e4e4;
    font-size: 14px;
}
.tgmenu__action ul li a {
    color: var(--tg-theme-secondary);
    font-size: 14px;
}
.border-btn {
    /* background: #ffc107; */
    background: rgb(30, 29, 29);
  
    /* border: 1px solid var(--tg-theme-secondary); */
    /* color: var(--tg-theme-secondary); */
    color: #fff;
    padding: 17px 24px;
}



.choose__box .icon {
    align-items: center;
    background: var(--tg-color-yellow-light);
    border-radius: 10px;
    color: var(--tg-theme-primary);
    display: flex;
    font-size: 40px;
    height: 80px;
    justify-content: center;
    line-height: 4;
    margin-bottom: 8px;
    width: 131px;
}

.tgmenu__nav .logo a img {
    max-height: 84px;
}

 /* project homepage css start */

  /* Home Section */
  .home-section-project {
    padding: 50px 0;
    background-color: #f9f9f9;
  }

  /* Container */
  .container-pr {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }

  /* Title-pr */
  .title-pr {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bolder;
  }

  /* Navbar Container */
  .navbar-container {
    text-align: center;
  }

  /* Navbar */
  .navbar-pr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* Filter Tabs (Buttons) */
  .ftab {
    background-color: #f9f9f9;
    color: black;
    border: 1px solid black;
    border-radius: 14px;
    padding: 10px 15px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
  }

  .ftab {
    background-color: #f9f9f9;
    color: black;
    border: 1px solid black;
    border-radius: 14px;
    padding: 10px 15px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
  }

  /* Hover Effect for Buttons */
  .ftab:hover {
    background-color: #0056b3;
    color: black;
  }


  /* project homepage css end */
.ecommerce.tg-header__top {
    display: none !important;
}

h3 strong{
  font-size:38px
}

/* our stories page css */
.custom-mb{
   margin-bottom: -40px !important;
}

.testimonial__item-two{
  height: 300px;
}
#list-photo{
  margin-bottom:50px;
}

.offCanvas__social-icon a {
    margin-inline-end: 8px;
}

.consulting-content .content-right .title {

    font-size: 30px;
    margin-bottom: 15px;
}
  
 .consulting-content .content-right p {

   margin-bottom: 0;
}



.shortcode-content-feature-list .feature-icon img, .shortcode-content-feature-list .feature-icon svg.icon {
    border: unset;
    height: 77px;
    position: unset;
    transition: all .4s ease-out 0s;
    width: 90px;
}

.mw-460 {
    max-width: 460px;
    font-size: 27px;
}

.shortcode-instruction-steps .card-step .card-icon {
height: 85px;
width: 86px;
}

.consulting-img {
    flex: 0 0 auto;
    width: 500px;
}

.consulting-inner-wrap {
     background: #ffff; 
    border-radius: 15px;
    display: flex
;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

img.image_rcs {
    border-radius: 0 15px 15px 0;
    height: 494px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 400px;
}
p.para {
    color: black !important;
}

  .border-btn1 {
        display: inline-block;
      background-color: #28a745;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      padding: 14px 32px;
      border: none;
      border-radius: 8px;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .border-btn1:hover {
       background-color: #218838;
      transform: translateY(-2px);
    }

    .border-btn1 span {
      margin-left: 10px;
      font-size: 20px;
      vertical-align: middle;
    }


/* From Uiverse.io by cssbuttons-io */ 
.btnn {
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2.5em;
  display: inline-block;
  cursor: pointer;
  border-radius: 6em;
  transition: all 0.2s;
  border: none;
  font-family: inherit;
  font-weight: 500;
  /* color: black; */
  background-color: white;
  margin-top: -100px;
}

.btnn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btnn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btnn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.btnn::after {
  background-color: #fff;
}

.btnn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}