.single-description {
  padding: 50px 15px;
}

.single-description .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  padding: 15px 0px;
}
.block-description{
  padding: 25px 0;
}
.block-description p{
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #4a5359;
}
.single-description .block-title img {
  margin-right: 10px;
}

.single-description .block-title h2 {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #4A5359;
}

.single-description .block-content ul {
  list-style: none;
  position: relative;
  margin-left: 20px;
}

.single-description .block-content ul li {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #4A5359;
  padding-left: 20px;
  margin-bottom: 10px;
}

.single-description .block-content ul li:before {
  content: "\25CF";
  color: #00C1EA;
  position: absolute;
  left: 0;
  font-size: 20px;
}

.single-description .content-bg {
  padding: 5px;
}

.single-description .content-bg .bg {
  display: block;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  max-width: 100%;
  width: 100%;
  margin: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
}

.single-description .content-bg .mini-bg {
  height:60px;
  cursor:pointer;
}
.single-description .content-bg .grand-img{
  height:225px;
}
@media only screen and (max-width: 992px) {
  .single-description .block-title {
    text-align: center;
    display: block;
  }
}
/*# sourceMappingURL=single-description.css.map */









li {
  list-style: none;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.item-list .list .modal-trigger img {
  max-width: 100%;
  height: auto;
}

.modal-wrap {
  position: fixed;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
}
.modal-wrap.show {
  top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}
.modal-wrap .overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  cursor: pointer;
  z-index: 10000;
}
.modal-wrap .modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  z-index: 10001;
  transition: opacity 0.3s linear 0.5s, visibility 0.3s linear 0.5s;
  transform: translate(-50%, -50%);
}
.modal-wrap .modal-inner.show {
  opacity: 1;
  visibility: visible;
}
.modal-wrap .modal-inner .modal-close {
  position: absolute;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .item-list {
    justify-content: space-between;
    padding: 0 2.6%;
    margin-top: 5px;
  }
  .item-list .list {
    width: 48%;
    margin-top: 15px;
  }
  .item-list .list .modal-trigger {
    padding: 5.8%;
  }
  .item-list .list .modal-trigger .img {
    width: 100%;
    height: 88px;
  }

  .modal-wrap .modal-inner {
    width: 90%;
  }
  .modal-wrap .modal-inner .img-area {
    height: 200px;
  }
  .modal-wrap .modal-inner .note {
    font-size: 10px;
  }
  .modal-wrap .modal-inner .modal-close {
    top: -32px;
    right: 0;
  }
  .modal-wrap .modal-inner .modal-close .icon {
    width: 24px;
  }
}
@media screen and (min-width: 768px) {
  .item-list {
    display: flex;
    justify-content: space-between;
  }
  .item-list .list {
    width: 30%;
  }
  .item-list .list .modal-trigger .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .item-list .list .modal-trigger:hover {
    opacity: 0.7;
  }

  .modal-wrap .modal-inner {
    max-width: 500px;
  }
  .modal-wrap .modal-inner .img-area {
    height: 500px;
  }
  .modal-wrap .modal-inner .img-area .base-img {
    max-width: initial;
    height: 100%;
  }
  .modal-wrap .modal-inner .modal-close {
    top: -50px;
    right: 0;
  }
  .modal-wrap .modal-inner .modal-close img {
    max-width: 85%;
  }
}













.zoomImg{
  height:700px !important;
  width:700px !important;
  cursor: move;
  transition:opacity .3s cubic-bezier(.25,.5,.5,.9) .1s;
}
.zoomImg:hover{
  cursor: move;
}
.img-area:hover{
  cursor: move;
}

.img-area{
  cursor: move;
}