.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: 38px;
    color: #365069 !important;
    font-size: 24px;
    z-index: 9;
    cursor: pointer;
    background: #fff;
    border: 1px solid #365069;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
    border-radius: 100px;
}
.gallery-row {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.gallery-row .title-gallery {
  text-align: center;
}

.gallery-row .title-gallery h2 {
  color: #2B4296;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
}

.single-gallery-post {
  padding: 70px 0;
}

.single-gallery-post .gallery-top {
  max-width: 970px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.single-gallery-post .gallery-single-page .slick-arrow:hover {
  background: #5BBAF9;

}

.single-gallery-post .gallery-single-page .slick-arrow:hover i {
  color: #fff;
}

.single-gallery-post .gallery-single-page .slick-prev {
  left: -70px;
}

.single-gallery-post .gallery-single-page .slick-next {
  right: -70px;
}

.single-gallery-post .gallery-single-page .item-gallery {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 58%;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}

.single-gallery-post .gallery-single-page .item-gallery img {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  cursor: pointer;
}

.single-gallery-post .gallery-thumbnail-item .item {
  padding: 10px;
}

.single-gallery-post .gallery-thumbnail-item .item-gallery {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 58%;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}

.single-gallery-post .gallery-thumbnail-item .item-gallery img {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  cursor: pointer;
}
.back-page{
  padding-left: 50px;
  padding-top: 15px;
}
.back-page a{
  display: flex;
  align-items: center;
  color: #0167AB;
  text-decoration: underline;
}
.back-page a img{
  padding-right: 10px;
}
.single-service1 h4{
  color: #0D2884;
  font-size: 22px;
  font-weight: 700;
    margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.elementor-location-footer .elementor-icon-list-text {
  color: #fff;
}
@media(max-width: 1300px){
  .single-gallery-post .gallery-single-page .slick-prev{
    left: 0;
  }
  .single-gallery-post .gallery-single-page .slick-next {
    right: 0px;
}
.back-page {
    padding-left: 25px;
}
}
@media(max-width: 767px){
  .gallery-row .title-gallery h2 {
    margin-bottom: 20px;
}
.single-gallery-post {
    padding: 30px 0;
}
.single-gallery-post .col{
  padding: 0;
}
.single-gallery-post .gallery-top {
    padding-bottom: 10px;
}
.back-page {
    padding-left: 5px;
}
.slick-arrow {
    width: 32px;
    height: 32px;
    line-height: 29px;
}
.single-service1 h4 {
    font-size: 20px;
}
}