.owl-dots {
  position: absolute;
  left: 50%;
  /* Move 50% from left */
  bottom: -50px;
  /* Move 10px from bottom */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.owl-dots .owl-dot {
  padding: 0;
  border: none;
  background-color: transparent;
}

.owl-dots .owl-dot:focus {
  outline: none;
}

.owl-dots .active span {
  background-color: #E9B852 !important;
  width: 30px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.exp-image-1 div:nth-child(1) {
  position: relative;
}

.exp-image-1 div:nth-child(1) img {
  border-radius: 10px;
  width: 360px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.exp-image-1 div:nth-child(1)::before {
  content: '';
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #cccccc30;
  z-index: -1;
  left: -20px;
  border-radius: 10px;
  top: 20px;
}

.exp-image-1 div:nth-child(2) {
  position: relative;
  margin-top: 20px;
  margin-left: auto;
}

.exp-image-1 div:nth-child(2) img {
  border-radius: 10px;
  width: 200px;
  height: 133px;
  -o-object-fit: cover;
     object-fit: cover;
}

.exp-image-1 div:nth-child(2)::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 133px;
  background-color: #cccccc30;
  z-index: -1;
  right: 20px;
  border-radius: 10px;
  top: 20px;
}

.exp-image-2 {
  margin-left: 20px;
}

.exp-image-2 div:nth-child(1) {
  position: relative;
}

.exp-image-2 div:nth-child(1) img {
  border-radius: 10px;
  width: 160px;
  height: 107px;
  -o-object-fit: cover;
     object-fit: cover;
}

.exp-image-2 div:nth-child(1)::before {
  content: '';
  position: absolute;
  width: 160px;
  height: 100%;
  background-color: #cccccc30;
  z-index: -1;
  right: 30px;
  border-radius: 10px;
  bottom: 20px;
}

.exp-image-2 div:nth-child(2) {
  position: relative;
  margin-top: 20px;
  margin-left: auto;
}

.exp-image-2 div:nth-child(2) img {
  border-radius: 10px;
  width: 210px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

.exp-image-2 div:nth-child(2)::before {
  content: '';
  position: absolute;
  width: 210px;
  height: 260px;
  background-color: #cccccc30;
  z-index: -1;
  right: -20px;
  border-radius: 10px;
  bottom: -20px;
}

.item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: header;
}

.item1 img {
  max-height: 270px !important;
}

.item2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: menu;
}

.item3 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: main;
}

.item4 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: right;
}

.item5 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: footer;
}

.item6 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: footer2;
}

.grid-exp {
  display: -ms-grid;
  display: grid;
      grid-template-areas: 'header header main' 'header header right' 'menu footer footer2';
  grid-gap: 10px;
}

.grid-exp .gallery-item {
  position: relative;
}

.grid-exp .gallery-item img {
  max-height: 130px;
  min-height: 130px;
}

.grid-exp .gallery-item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  background-color: #af213080;
}

.grid-exp .gallery-item:hover {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.grid-exp .gallery-item:hover::before {
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.item3,
.item4,
.item0 {
  max-height: 267px;
  overflow: hidden;
  position: relative;
}

.item3 img,
.item4 img,
.item0 img {
  height: 130px !important;
  -webkit-transition: .3s;
  transition: .3s;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
/*# sourceMappingURL=home.css.map */