.d-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.d-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.d-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.d-grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.d-grid.cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.bordered .d-grid > * {
  border: 1px solid #6D6D6D;
  padding: 20px;
}
.equal-height .d-grid {
  grid-auto-rows: 1fr;
}
.gap-large .d-grid {
  grid-column-gap: 60px;
}
.elementor-icon-list-items {
}
.elementor-icon-list-items .elementor-icon-list-item {
  align-items: flex-start !important;
}
@media only screen and (max-width: 848px) {
  .d-grid.cols-3,
  .d-grid.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .d-grid.cols-3,
  .d-grid.cols-4,
  .d-grid.cols-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .order-start
  {
    order: -1;
  }
}

.icon-box-style img
{
  max-height: 66px !important; 
}
.text-name
{
  font-size: 35px;
  font-weight: 700;
  margin-right: 15px;
}
.mb0 .elementor-widget-container
{
  margin-bottom: 0 !important;
}

.growth-service .achievement-item
{
  padding: 50px 40px 15px;
  border:1px solid #E2E2E2;;
  border-radius: 12px;
}
.growth-service .achievement-item .image{
  margin-bottom: 15px;
  min-height: 81px;
}
.checkbox-list ul
{
  list-style: none;
  padding-left: 0;
}
.checkbox-list ul li
{
  position: relative;
  padding-left: 36px;
  padding-bottom: 10px;
}
.checkbox-list ul li:before
{
  position: absolute;
  content: '\f14a';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #288afc;
}

.serviceIconBox .elementor-widget-image-box, .serviceIconBox .elementor-widget-image-box .elementor-widget-container
{
  height: 100%;
}

.bg-white .elementor-widget-wrap
{
  background-color: #FFF;
}

.mfp-close {
  max-width: 30px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  outline: none !important;
}
.wrapper-video-link {
  cursor: pointer;
}

.image-featured img {
  min-height: 262px;
  max-height: 262px;
}

.sticky-header {
  transition: opacity 0.5s ease;
}
.hide-sticky {
/*  opacity: 0;*/
  z-index: 0;
}

/*Gallery*/
.gallery-item1{
  border: 1px solid #a19f9f;
  padding: 50px;
}


.gallery-item1 .image-item img{
/*  width: 80%;*/
  height: 450px;
  object-fit: contain;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 20px;
}



.thumbnail-item1{
  margin-top: 10px;
}

.thumbnail-item1 .image{
  margin: 10px;
}

.thumbnail-item1 .image img{
  height: 170px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 20px;
}

.slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff !important;
    font-size: 24px;
    z-index: 9;
    cursor: pointer;
    background: #3F3B3A;
    border-radius: 100px;
}

.slick-arrow.slick-prev {
    left: 20px;
}

.slick-arrow.slick-next {
    right: 20px;
}

.slick-arrow i{
  margin-top: 7px;
}

/*@media screen and (min-width: 499px){
  .lock .slick-track{
    transform: none !important;
  }
}*/

@media screen and (max-width: 499px){
  .gallery-item1 .image-item img{
    height: 300px;
    width: 100%;
  }

  .thumbnail-item1 .image img{
    width: 100%;
  }

  .gallery-item1{
    padding: 20px;
  }

  .gallery-item1 .slick-arrow.slick-prev{
    left: 0;
  }

  .gallery-item1 .slick-arrow.slick-next{
    right: 0;
  }
}

/*Gallery*/