/* custom link theme start */
.thumb_item,
.snip,
.scale_thumbs {
  display: block;
  position: relative;
  overflow: hidden;
}

.snip h3 {
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1px;
  color: #282f3b;
}

.snip p {
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
  color: #495057;
}

div[class*=custom_link_section]:not(.owl_custom) .column {
  margin-bottom: 1.5rem;
}

div[class*=custom_link_section] img,
div[class*=custom_link_section] .img-fluid {
  margin-bottom: 0;
}

/* custom link theme end */
/* custom link section 1 start */
.custom_link_section_1 .scale_thumbs,
.custom_link_section_1 .scale_thumbs::before,
.custom_link_section_1 .scale_thumbs::after,
.custom_link_section_1 .scale_thumbs *,
.custom_link_section_1 .scale_thumbs *::before,
.custom_link_section_1 .scale_thumbs *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_link_section_1 .scale_thumbs {
  text-align: center;
}

.custom_link_section_1 .scale_thumbs .thumb_pop_info h4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #ffffff;
  line-height: 1.5;
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
}

.custom_link_section_1 .scale_thumbs .thumb_pop_info {
  position: absolute;
  display: block;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1rem;
  width: 100%;
  bottom: -3.45rem;
}

.custom_link_section_1 .scale_thumbs .thumb_pop_info .thumb_desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1.5;
  font-size: 0.9em;
  color: #ffffff;
  margin: 0;
}

.custom_link_section_1 .scale_thumbs:hover .thumb_pop_info {
  bottom: 0;
}

.custom_link_section_1 .scale_thumbs:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* custom link section 1 end */
/* custom link section 2 start */
.custom_link_section_2 .thumb_item,
.custom_link_section_2 .thumb_item::before,
.custom_link_section_2 .thumb_item::after,
.custom_link_section_2 .thumb_item *,
.custom_link_section_2 .thumb_item *::before,
.custom_link_section_2 .thumb_item *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_link_section_2 .thumb_item {
  text-align: center;
}

.custom_link_section_2 .thumb_item .thumb_pop_info {
  position: absolute;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #282f3b;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  padding: 0 1.5rem;
  opacity: 0;
  -webkit-transform: translate(-50%, calc(-50% + 15px));
          transform: translate(-50%, calc(-50% + 15px));
  z-index: 2;
}

.custom_link_section_2 .thumb_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  opacity: 0;
  z-index: 1;
}

.custom_link_section_2 .thumb_item:hover::after {
  opacity: 100%;
}

.custom_link_section_2 a.thumb_item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.custom_link_section_2 .thumb_item .thumb_pop_info .thumb_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom_link_section_2 .thumb_item:hover .thumb_pop_info {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 100%;
}

/* custom link section 2 end */
/* custom link section 3 start */
.custom_link_section_3 .thumb_item,
.custom_link_section_3 .thumb_item::before,
.custom_link_section_3 .thumb_item::after,
.custom_link_section_3 .thumb_item *,
.custom_link_section_3 .thumb_item *::before,
.custom_link_section_3 .thumb_item *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_link_section_3 .thumb_item {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  height: 100%;
  border-radius: 10px;
}

.custom_link_section_3 .thumb_item .thumb_img_field {
  position: relative;
  display: block;
  overflow: hidden;
}

.custom_link_section_3 .thumb_item .thumb_img_field::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  z-index: 1;
}

.custom_link_section_3 .thumb_item h4 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.4;
  color: #282f3b;
}

.custom_link_section_3 .thumb_desc {
  font-size: 0.9em;
  overflow: hidden;
  color: #495057;
  line-height: 1.5;
  height: unset;
  letter-spacing: 1px;
}

.custom_link_section_3 .thumb_item .thumb_pop_info {
  padding: 1.2rem;
}

.custom_link_section_3 .thumb_item:hover .scale_thumbs img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.custom_link_section_3 .thumb_item:hover .thumb_img_field::before {
  background-color: rgba(0, 0, 0, 0.6);
}

/* custom link section 3 end */
/* custom link section 4 start */
.custom_link_section_4 .thumb_item,
.custom_link_section_4 .thumb_item::before,
.custom_link_section_4 .thumb_item::after,
.custom_link_section_4 .thumb_item *,
.custom_link_section_4 .thumb_item *::before,
.custom_link_section_4 .thumb_item *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_link_section_4 .thumb_item .thumb_pop_info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  opacity: 0;
}

.custom_link_section_4 .thumb_item:hover .thumb_pop_info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 100%;
}

.custom_link_section_4 .thumb_item.scale_thumbs:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* custom link section 4 end */
/* custom link section 5 start */
.custom_link_section_5 .snip,
.custom_link_section_5 .snip::before,
.custom_link_section_5 .snip::after,
.custom_link_section_5 .snip *,
.custom_link_section_5 .snip *::before,
.custom_link_section_5 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.custom_link_section_5 .snip::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.custom_link_section_5 .snip figcaption {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  padding: 2rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.custom_link_section_5 .snip figcaption::before,
.custom_link_section_5 .snip figcaption::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #282f3b;
  opacity: 0;
}

.custom_link_section_5 .snip figcaption::before {
  width: 0;
  height: 1px;
}

.custom_link_section_5 .snip figcaption::after {
  height: 0;
  width: 1px;
}

.custom_link_section_5 .snip h3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin: 0;
  opacity: 0;
}

.custom_link_section_5 .snip p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  opacity: 0;
  margin-top: 10px;
}

.custom_link_section_5 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_5 .snip:hover::before {
  opacity: 100%;
}

.custom_link_section_5 .snip:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.custom_link_section_5 .snip:hover figcaption::before,
.custom_link_section_5 .snip:hover figcaption::after {
  opacity: 100%;
}

.custom_link_section_5 .snip:hover figcaption::before {
  width: 40px;
}

.custom_link_section_5 .snip:hover figcaption::after {
  height: 40px;
}

.custom_link_section_5 .snip:hover h3,
.custom_link_section_5 .snip:hover p {
  opacity: 100%;
}

.custom_link_section_5 .snip:hover h3 {
  -webkit-transition-delay: 0.03s;
          transition-delay: 0.03s;
}

.custom_link_section_5 .snip:hover p {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

/* custom link section 5 end */
/* custom link section 6 start */
.custom_link_section_6 .snip,
.custom_link_section_6 .snip::before,
.custom_link_section_6 .snip::after,
.custom_link_section_6 .snip *,
.custom_link_section_6 .snip *::before,
.custom_link_section_6 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom_link_section_6 .snip {
  text-align: left;
}

.custom_link_section_6 .snip::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.custom_link_section_6 .snip::after {
  content: "";
  position: absolute;
  display: block;
  border: 3px solid #282f3b;
  height: 80%;
  width: 88%;
  top: 30%;
  left: 30%;
  opacity: 0;
  z-index: 2;
}

.custom_link_section_6 .snip figcaption {
  position: absolute;
  top: 30%;
  left: 30%;
  padding: 1.2rem;
  height: 80%;
  width: 88%;
  opacity: 0;
  z-index: 3;
}

.custom_link_section_6 .snip h3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.custom_link_section_6 .snip p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: auto;
}

.custom_link_section_6 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_6 .snip:hover::before {
  opacity: 100%;
}

.custom_link_section_6 .snip:hover figcaption {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 100%;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.custom_link_section_6 .snip:hover::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 90%;
}

/* custom link section 6 end */
/* custom link section 7 start */
.custom_link_section_7 .snip,
.custom_link_section_7 .snip::before,
.custom_link_section_7 .snip::after,
.custom_link_section_7 .snip *,
.custom_link_section_7 .snip *::before,
.custom_link_section_7 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.custom_link_section_7 .snip {
  text-align: center;
}

.custom_link_section_7 .snip::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.custom_link_section_7 .snip figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.custom_link_section_7 .snip figcaption::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  background-color: #ffffff;
  opacity: 0;
}

.custom_link_section_7 .snip h3,
.custom_link_section_7 .snip p {
  margin: 0 0 5px;
  opacity: 0;
}

.custom_link_section_7 .snip h3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-transform: translate3d(0%, 20px, 0);
          transform: translate3d(0%, 20px, 0);
}

.custom_link_section_7 .snip p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-transform: translate3d(0%, 10px, 0);
          transform: translate3d(0%, 10px, 0);
}

.custom_link_section_7 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_7 .snip:hover::before {
  opacity: 100%;
}

.custom_link_section_7 .snip:hover figcaption h3 {
  opacity: 100%;
  -webkit-transform: translate3d(0%, 0%, 0);
          transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.03s;
          transition-delay: 0.03s;
}

.custom_link_section_7 .snip:hover figcaption p {
  opacity: 90%;
  -webkit-transform: translate3d(0%, 0%, 0);
          transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}

.custom_link_section_7 .snip:hover figcaption::before {
  top: 1rem;
  bottom: 1rem;
  opacity: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/* custom link section 7 end */
/* custom link section 8 start */
.custom_link_section_8 .snip,
.custom_link_section_8 .snip::before,
.custom_link_section_8 .snip::after,
.custom_link_section_8 .snip *,
.custom_link_section_8 .snip *::before,
.custom_link_section_8 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.custom_link_section_8 .snip {
  text-align: left;
}

.custom_link_section_8 .snip::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.custom_link_section_8 .snip figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3rem;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.custom_link_section_8 .snip figcaption::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  opacity: 0;
  border-left: 4px solid rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.custom_link_section_8 .snip h3,
.custom_link_section_8 .snip p {
  margin: 0 0 5px;
  opacity: 0;
}

.custom_link_section_8 .snip h3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-transform: translate3d(30px, 0%, 0);
          transform: translate3d(30px, 0%, 0);
  -webkit-transition-delay: 0.03s;
          transition-delay: 0.03s;
}

.custom_link_section_8 .snip p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-transform: translate3d(30px, 0, 0);
          transform: translate3d(30px, 0, 0);
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.custom_link_section_8 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_8 .snip:hover::before {
  opacity: 100%;
}

.custom_link_section_8 .snip:hover figcaption h3 {
  opacity: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.custom_link_section_8 .snip:hover figcaption p {
  opacity: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.custom_link_section_8 .snip:hover figcaption::before {
  background-color: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 100%;
}

/* custom link section 8 end */
/* custom link section 9 start */
.custom_link_section_9 .snip,
.custom_link_section_9 .snip::before,
.custom_link_section_9 .snip::after,
.custom_link_section_9 .snip *,
.custom_link_section_9 .snip *::before,
.custom_link_section_9 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.custom_link_section_9 .snip {
  text-align: center;
}

.custom_link_section_9 .snip::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.custom_link_section_9 .snip figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  line-height: 1rem;
  -webkit-transform: translateX(-75%) rotate(-180deg);
          transform: translateX(-75%) rotate(-180deg);
  z-index: 2;
}

.custom_link_section_9 .snip figcaption::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.custom_link_section_9 .snip h3 {
  display: -webkit-box;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
  padding: 0 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.custom_link_section_9 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_9 .snip:hover::before {
  opacity: 100%;
}

.custom_link_section_9 .snip:hover figcaption {
  -webkit-transform: translate(0px) rotate(0deg);
          transform: translate(0px) rotate(0deg);
  opacity: 100%;
}

/* custom link section 9 end */
/* custom link section 10 start */
.custom_link_section_10 .snip,
.custom_link_section_10 .snip::before,
.custom_link_section_10 .snip::after,
.custom_link_section_10 .snip *,
.custom_link_section_10 .snip *::before,
.custom_link_section_10 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.custom_link_section_10 .snip::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.custom_link_section_10 .snip figcaption {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.custom_link_section_10 .snip h3,
.custom_link_section_10 .snip p {
  margin: 0;
  width: 100%;
}

.custom_link_section_10 .snip h3 {
  position: absolute;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #ffffff;
  bottom: 100%;
  font-weight: 400;
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.custom_link_section_10 .snip p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  padding: 0 1rem;
  margin: 1rem 0;
  color: #ffffff;
}

.custom_link_section_10 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_10 .snip:hover img {
  opacity: 0.4;
}

.custom_link_section_10 .snip:hover figcaption {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.custom_link_section_10 .snip:hover::before {
  opacity: 100%;
}

/* custom link section 10 end */
/* custom link section 11 start */
.custom_link_section_11 .snip,
.custom_link_section_11 .snip::before,
.custom_link_section_11 .snip::after,
.custom_link_section_11 .snip *,
.custom_link_section_11 .snip *::before,
.custom_link_section_11 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_link_section_11 .snip {
  text-align: left;
}

.custom_link_section_11 .snip::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.custom_link_section_11 .snip figcaption {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 20px;
  z-index: 2;
}

.custom_link_section_11 .snip figcaption h3,
.custom_link_section_11 .snip figcaption p {
  margin: 0 0 8px;
  opacity: 0;
  color: #ffffff;
}

.custom_link_section_11 .snip figcaption h3 {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  bottom: -10px;
}

.custom_link_section_11 .snip figcaption p {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  bottom: -10px;
}

.custom_link_section_11 .snip figcaption::before,
.custom_link_section_11 .snip figcaption::after,
.custom_link_section_11 .snip figcaption div::before,
.custom_link_section_11 .snip figcaption div::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #ffffff;
}

.custom_link_section_11 .snip figcaption::before,
.custom_link_section_11 .snip figcaption::after {
  width: 0;
  height: 1px;
}

.custom_link_section_11 .snip figcaption div::before,
.custom_link_section_11 .snip figcaption div::after {
  width: 1px;
  height: 0;
}

.custom_link_section_11 .snip figcaption::before,
.custom_link_section_11 .snip figcaption div::before {
  left: 0;
  top: 0;
}

.custom_link_section_11 .snip figcaption::after,
.custom_link_section_11 .snip figcaption div::after {
  bottom: 0;
  right: 0;
}

.custom_link_section_11 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_11 .snip:hover::before {
  opacity: 100%;
}

.custom_link_section_11 .snip:hover img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.custom_link_section_11 .snip:hover figcaption h3 {
  opacity: 100%;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
  bottom: 0;
}

.custom_link_section_11 .snip:hover figcaption p {
  opacity: 100%;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  bottom: 0;
}

.custom_link_section_11 .snip:hover figcaption::before,
.custom_link_section_11 .snip:hover figcaption::after {
  width: 100%;
}

.custom_link_section_11 .snip:hover figcaption div::before,
.custom_link_section_11 .snip:hover figcaption div::after {
  height: 100%;
}

/* custom link section 11 end */
/* custom link section 12 start */
.custom_link_section_12 .snip,
.custom_link_section_12 .snip::before,
.custom_link_section_12 .snip::after,
.custom_link_section_12 .snip *,
.custom_link_section_12 .snip *::before,
.custom_link_section_12 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom_link_section_12 .snip {
  text-align: left;
}

.custom_link_section_12 .snip img {
  position: relative;
}

.custom_link_section_12 .snip img:first-of-type {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.custom_link_section_12 .snip img:nth-of-type(2) {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 1;
  background-color: #e9ecef;
}

.custom_link_section_12 .snip figcaption {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18px;
}

.custom_link_section_12 .snip figcaption h3,
.custom_link_section_12 .snip figcaption p {
  margin: 0 0 5px;
  color: #ffffff;
}

.custom_link_section_12 .snip figcaption h3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 10px;
}

.custom_link_section_12 .snip figcaption p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.custom_link_section_12 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_12 .snip:hover img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* custom link section 12 end */
/* custom link section 13 start */
.custom_link_section_13 .snip,
.custom_link_section_13 .snip::before,
.custom_link_section_13 .snip::after,
.custom_link_section_13 .snip *,
.custom_link_section_13 .snip *::before,
.custom_link_section_13 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom_link_section_13 .snip {
  text-align: center;
}

.custom_link_section_13 .snip::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 100%;
  z-index: 1;
}

.custom_link_section_13 .snip figcaption {
  position: absolute;
  top: 50%;
  left: 7%;
  right: 7%;
  bottom: 50%;
  border-style: solid;
  border-color: transparent;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  z-index: 2;
}

.custom_link_section_13 .snip .heading {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.custom_link_section_13 .snip h3 {
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
  max-width: 180px;
  height: 1.5rem;
}

.custom_link_section_13 .snip h3::before,
.custom_link_section_13 .snip h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  background: #ffffff;
  top: 50%;
}

.custom_link_section_13 .snip h3::before {
  left: -1000%;
}

.custom_link_section_13 .snip h3::after {
  right: -1000%;
}

.custom_link_section_13 .snip p {
  position: absolute;
  display: -webkit-box;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #ffffff;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(calc(-50% + 10px));
          transform: translateY(calc(-50% + 10px));
}

.custom_link_section_13 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_13 .snip:hover img {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.custom_link_section_13 .snip:hover figcaption {
  top: 2rem;
  bottom: 1.5rem;
  border-color: #ffffff;
}

.custom_link_section_13 .snip:hover p {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 100%;
}

.custom_link_section_13 .snip:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

/* custom link section 13 end */
/* custom link section 14 start */
.custom_link_section_14 .snip,
.custom_link_section_14 .snip::before,
.custom_link_section_14 .snip::after,
.custom_link_section_14 .snip *,
.custom_link_section_14 .snip *::before,
.custom_link_section_14 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom_link_section_14 .snip h3 {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  z-index: 1;
  text-align: right;
  margin: 0;
  padding: 15px 15px 35px 15px;
  font-size: 1.15rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 25px));
}

.custom_link_section_14 .snip figcaption {
  position: absolute;
  padding: 35px 15px 15px 15px;
  width: 100%;
  z-index: 2;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(calc(100% + 40px));
          transform: translateY(calc(100% + 40px));
  clip-path: polygon(0 0, 100% calc(0% + 25px), 100% 100%, 0% 100%);
}

.custom_link_section_14 .snip p {
  display: -webkit-box;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin: 0;
  padding: 0;
}

.custom_link_section_14 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_14 .snip:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.custom_link_section_14 .snip:hover h3,
.custom_link_section_14 .snip:hover figcaption {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* custom link section 14 end */
/* custom link section 15 start */
.custom_link_section_15 .snip,
.custom_link_section_15 .snip::before,
.custom_link_section_15 .snip::after,
.custom_link_section_15 .snip *,
.custom_link_section_15 .snip *::before,
.custom_link_section_15 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.custom_link_section_15 .snip {
  text-align: left;
}

.custom_link_section_15 .snip::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.custom_link_section_15 .snip figcaption {
  position: absolute;
  height: 3rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2;
}

.custom_link_section_15 .snip h3 {
  color: #ffffff;
  margin: 0.6rem;
  padding: 0;
  font-size: 1.15rem;
  white-space: nowrap;
  overflow: hidden;
}

.custom_link_section_15 .snip p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin: 0.6rem;
  padding: 0;
  line-height: 1.6;
  color: #ffffff;
}

.custom_link_section_15 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_15 .snip:hover::before {
  opacity: 100%;
}

.custom_link_section_15 .snip:hover figcaption {
  height: 80%;
}

/* custom link section 15 end */
/* custom link section 16 start */
.custom_link_section_16 .snip,
.custom_link_section_16 .snip::before,
.custom_link_section_16 .snip::after,
.custom_link_section_16 .snip *,
.custom_link_section_16 .snip *::before,
.custom_link_section_16 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_link_section_16 .snip {
  text-align: left;
}

.custom_link_section_16 .snip figcaption,
.custom_link_section_16 .snip .image {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.custom_link_section_16 .snip .image img {
  position: absolute;
  top: 0;
}

.custom_link_section_16 .snip figcaption {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  padding: 1rem;
}

.custom_link_section_16 .snip h3,
.custom_link_section_16 .snip p {
  margin: 0;
  color: #ffffff;
}

.custom_link_section_16 .snip h3 {
  display: -webkit-box;
  font-size: 1.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 0.5rem;
}

.custom_link_section_16 .snip p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  opacity: 0;
}

.custom_link_section_16 .snip .read-more {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  line-height: 1;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 1rem;
  color: #ffffff;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.custom_link_section_16 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_16 .snip:hover .read-more,
.custom_link_section_16 .snip:hover figcaption {
  opacity: 100%;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.custom_link_section_16 .snip:hover figcaption,
.custom_link_section_16 .snip:hover .image {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.custom_link_section_16 .snip:hover figcaption {
  height: 80%;
}

.custom_link_section_16 .snip:hover p {
  opacity: 100%;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

/* custom link section 16 end */
/* custom link section 17 start */
.custom_link_section_17 .snip,
.custom_link_section_17 .snip::before,
.custom_link_section_17 .snip::after,
.custom_link_section_17 .snip *,
.custom_link_section_17 .snip *::before,
.custom_link_section_17 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom_link_section_17 .snip {
  text-align: center;
}

.custom_link_section_17 .snip::before {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 100%;
  z-index: 1;
}

.custom_link_section_17 .snip::after {
  content: "";
  background-color: #2196F3;
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.custom_link_section_17 .snip figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.custom_link_section_17 .snip h3,
.custom_link_section_17 .snip p {
  margin: 0;
  width: 100%;
}

.custom_link_section_17 .snip h3 {
  position: relative;
  display: -webkit-box;
  font-size: 1.15rem;
  color: #ffffff;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  border: unset;
  margin-bottom: 1.4rem;
  padding: 0 10px 0 10px;
}

.custom_link_section_17 .snip figcaption::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: calc(100% - 3rem);
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 4rem;
}

.custom_link_section_17 .snip p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  color: #ffffff;
}

.custom_link_section_17 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_17 .snip:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.custom_link_section_17 .snip:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.custom_link_section_17 .snip:hover::after {
  width: 100%;
}

/* custom link section 17 end */
/* custom link section 18 start */
.custom_link_section_18 .snip,
.custom_link_section_18 .snip::before,
.custom_link_section_18 .snip::after,
.custom_link_section_18 .snip *,
.custom_link_section_18 .snip *::before,
.custom_link_section_18 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.custom_link_section_18 .snip {
  text-align: center;
}

.custom_link_section_18 .snip::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.custom_link_section_18 .snip figcaption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.8em 1rem;
  height: 3.1rem;
  overflow: hidden;
  z-index: 2;
}

.custom_link_section_18 .snip h3 {
  position: relative;
  display: -webkit-box;
  padding: 0;
  margin: 0 0 0.5rem 0;
  color: #ffffff;
  font-size: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  border: unset;
}

.custom_link_section_18 .snip p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  padding: unset;
  opacity: 0;
  color: #ffffff;
}

.custom_link_section_18 .snip figcaption::before,
.custom_link_section_18 .snip figcaption::after {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 0;
  height: 2px;
}

.custom_link_section_18 .snip figcaption::before {
  left: 0;
  top: 0;
}

.custom_link_section_18 .snip figcaption::after {
  bottom: 0;
  right: 0;
}

.custom_link_section_18 .snip a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.custom_link_section_18 .snip:hover::before {
  opacity: 100%;
}

.custom_link_section_18 .snip:hover figcaption {
  height: calc(100% - 3rem);
}

.custom_link_section_18 .snip:hover p {
  opacity: 100%;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.custom_link_section_18 .snip:hover figcaption::before,
.custom_link_section_18 .snip:hover figcaption::after {
  width: 100%;
}

/* custom link section 18 end */
/* custom link section 19 start */
.custom_link_section_19 .snip,
.custom_link_section_19 .snip::before,
.custom_link_section_19 .snip::after,
.custom_link_section_19 .snip *,
.custom_link_section_19 .snip *::before,
.custom_link_section_19 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.custom_link_section_19 .snip figcaption {
  padding: 15px 0 0 0;
}

.custom_link_section_19 .snip .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.custom_link_section_19 .snip .image a {
  display: block;
}

.custom_link_section_19 .snip .image a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.custom_link_section_19 .snip:hover .image a::before {
  opacity: 100%;
}

.custom_link_section_19 .snip .image img {
  margin-bottom: 0;
}

.custom_link_section_19 .snip:hover .image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.custom_link_section_19 .snip h3 {
  margin: 0 0 10px 0;
}

.section-dark .custom_link_section_19 .snip p {
  color: #ffffff;
}

.custom_link_section_19 .snip .readmore {
  margin: 15px 0 0 0;
}

/* custom link section 19 end */
/* custom link section 20 start */
.custom_link_section_20 .snip,
.custom_link_section_20 .snip::before,
.custom_link_section_20 .snip::after,
.custom_link_section_20 .snip *,
.custom_link_section_20 .snip *::before,
.custom_link_section_20 .snip *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.custom_link_section_20 .snip .image {
  position: relative;
  overflow: hidden;
}

.custom_link_section_20 .snip .image a {
  display: block;
}

.custom_link_section_20 .snip .image a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.custom_link_section_20 .snip .image img {
  margin-bottom: 0;
}

.custom_link_section_20 .snip:hover .image a::before {
  opacity: 100%;
}

.custom_link_section_20 .snip:hover .image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

/* custom link section 20 end */
/* custom link section responsive start */
@media (min-width: 992px) {
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .scale_thumbs .thumb_pop_info,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .scale_thumbs .thumb_pop_info,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .scale_thumbs .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .scale_thumbs .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .scale_thumbs .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .scale_thumbs .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .scale_thumbs .thumb_pop_info,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .scale_thumbs .thumb_pop_info,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .scale_thumbs .thumb_pop_info,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .scale_thumbs .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .scale_thumbs .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .scale_thumbs .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .scale_thumbs .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .scale_thumbs .thumb_pop_info {
    display: none;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .scale_thumbs::before,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .scale_thumbs::before,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .scale_thumbs::before,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .scale_thumbs::before,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .scale_thumbs::before,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .scale_thumbs::before,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .scale_thumbs::before,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .scale_thumbs::before,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .scale_thumbs::before,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .scale_thumbs::before,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .scale_thumbs::before,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .scale_thumbs::before,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .scale_thumbs::before,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .scale_thumbs::before {
    display: none;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .scale_thumbs::after,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .scale_thumbs::after,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .scale_thumbs::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .scale_thumbs::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .scale_thumbs::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .scale_thumbs::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .scale_thumbs::after,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .scale_thumbs::after,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .scale_thumbs::after,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .scale_thumbs::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .scale_thumbs::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .scale_thumbs::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .scale_thumbs::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .scale_thumbs::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #282f3b;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: none;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .scale_thumbs:hover::after,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .scale_thumbs:hover::after,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .scale_thumbs:hover::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .scale_thumbs:hover::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .scale_thumbs:hover::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .scale_thumbs:hover::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .scale_thumbs:hover::after,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .scale_thumbs:hover::after,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .scale_thumbs:hover::after,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .scale_thumbs:hover::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .scale_thumbs:hover::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .scale_thumbs:hover::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .scale_thumbs:hover::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .scale_thumbs:hover::after {
    opacity: 0.3;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .thumb_pop_info,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .thumb_pop_info,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .thumb_pop_info,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .thumb_pop_info,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .thumb_pop_info,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .thumb_pop_info,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .thumb_pop_info {
    display: none;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .thumb_item,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .thumb_item,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .thumb_item,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .thumb_item,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .thumb_item,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .thumb_item,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .thumb_item,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .thumb_item,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .thumb_item,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .thumb_item,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .thumb_item,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .thumb_item,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .thumb_item,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .thumb_item {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .snip::before,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .snip::before,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .snip::before,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .snip::before,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .snip::before,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .snip::before,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .snip::before,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .snip::before,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .snip::before,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .snip::before,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .snip::before,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .snip::before,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .snip::before,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .snip::before {
    display: none;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .snip figcaption,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .snip figcaption,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .snip figcaption,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .snip figcaption,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .snip figcaption,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .snip figcaption,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .snip figcaption,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .snip figcaption,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .snip figcaption,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .snip figcaption,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .snip figcaption,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .snip figcaption,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .snip figcaption,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .snip figcaption {
    display: none;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .snip,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .snip,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .snip,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .snip,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .snip,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .snip,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .snip,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .snip,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .snip,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .snip,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .snip,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .snip,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .snip,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .snip {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .snip .image,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .snip .image,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .snip .image,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .snip .image,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .snip .image,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .snip .image,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .snip .image,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .snip .image,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .snip .image,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .snip .image,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .snip .image,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .snip .image,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .snip .image,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .snip .image {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    bottom: 0;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .snip img,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .snip img,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .snip img,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .snip img,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .snip img,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .snip img,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .snip img,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .snip img,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .snip img,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .snip img,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .snip img,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .snip img,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .snip img,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .snip img {
    opacity: 100%;
    bottom: unset;
    -webkit-filter: unset;
            filter: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .snip a,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .snip a,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .snip a,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .snip a,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .snip a,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .snip a,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .snip a,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .snip a,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .snip a,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .snip a,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .snip a,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .snip a,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .snip a,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .snip a {
    z-index: 4;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .snip::after,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .snip::after,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .snip::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .snip::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .snip::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .snip::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .snip::after,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .snip::after,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .snip::after,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .snip::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .snip::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .snip::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .snip::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .snip::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #282f3b;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: none;
    z-index: 1;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .snip:hover::after,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .snip:hover::after,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .snip:hover::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .snip:hover::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .snip:hover::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .snip:hover::after,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .snip:hover::after,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .snip:hover::after,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .snip:hover::after,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .snip:hover::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .snip:hover::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .snip:hover::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .snip:hover::after,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .snip:hover::after {
    opacity: 0.3;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .snip:hover img,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .snip:hover img,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .snip:hover img,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .snip:hover img,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .snip:hover img,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .snip:hover img,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .snip:hover img,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .snip:hover img,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .snip:hover img,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .snip:hover img,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .snip:hover img,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .snip:hover img,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .snip:hover img,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .snip:hover img {
    opacity: 100%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: none;
            filter: none;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .snip h3,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .snip h3,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .snip h3,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .snip h3,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .snip h3,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .snip h3,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .snip h3,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .snip h3,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .snip h3,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .snip h3,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .snip h3,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .snip h3,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .snip h3,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .snip h3 {
    display: none;
  }
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="4"] .snip .read-more,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="5"] .snip .read-more,
  .col-lg-6 div[class*=custom_link_section] div[data-owl-items*="6"] .snip .read-more,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="3"] .snip .read-more,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="4"] .snip .read-more,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="5"] .snip .read-more,
  .col-lg-4 div[class*=custom_link_section] div[data-owl-items*="6"] .snip .read-more,
  .col-lg-6 div[class*=custom_link_section] .row-cols-4 .snip .read-more,
  .col-lg-6 div[class*=custom_link_section] .row-cols-5 .snip .read-more,
  .col-lg-6 div[class*=custom_link_section] .row-cols-6 .snip .read-more,
  .col-lg-4 div[class*=custom_link_section] .row-cols-3 .snip .read-more,
  .col-lg-4 div[class*=custom_link_section] .row-cols-4 .snip .read-more,
  .col-lg-4 div[class*=custom_link_section] .row-cols-5 .snip .read-more,
  .col-lg-4 div[class*=custom_link_section] .row-cols-6 .snip .read-more {
    display: none;
  }
  .col-lg-6 div[class*=custom_link_section_19] div[data-owl-items*="4"] .snip .image,
  .col-lg-6 div[class*=custom_link_section_19] div[data-owl-items*="5"] .snip .image,
  .col-lg-6 div[class*=custom_link_section_19] div[data-owl-items*="6"] .snip .image,
  .col-lg-4 div[class*=custom_link_section_19] div[data-owl-items*="3"] .snip .image,
  .col-lg-4 div[class*=custom_link_section_19] div[data-owl-items*="4"] .snip .image,
  .col-lg-4 div[class*=custom_link_section_19] div[data-owl-items*="5"] .snip .image,
  .col-lg-4 div[class*=custom_link_section_19] div[data-owl-items*="6"] .snip .image,
  .col-lg-6 div[class*=custom_link_section_19] .row-cols-4 .snip .image,
  .col-lg-6 div[class*=custom_link_section_19] .row-cols-5 .snip .image,
  .col-lg-6 div[class*=custom_link_section_19] .row-cols-6 .snip .image,
  .col-lg-4 div[class*=custom_link_section_19] .row-cols-3 .snip .image,
  .col-lg-4 div[class*=custom_link_section_19] .row-cols-4 .snip .image,
  .col-lg-4 div[class*=custom_link_section_19] .row-cols-5 .snip .image,
  .col-lg-4 div[class*=custom_link_section_19] .row-cols-6 .snip .image,
  .col-lg-6 div[class*=custom_link_section_20] div[data-owl-items*="4"] .snip .image,
  .col-lg-6 div[class*=custom_link_section_20] div[data-owl-items*="5"] .snip .image,
  .col-lg-6 div[class*=custom_link_section_20] div[data-owl-items*="6"] .snip .image,
  .col-lg-4 div[class*=custom_link_section_20] div[data-owl-items*="3"] .snip .image,
  .col-lg-4 div[class*=custom_link_section_20] div[data-owl-items*="4"] .snip .image,
  .col-lg-4 div[class*=custom_link_section_20] div[data-owl-items*="5"] .snip .image,
  .col-lg-4 div[class*=custom_link_section_20] div[data-owl-items*="6"] .snip .image,
  .col-lg-6 div[class*=custom_link_section_20] .row-cols-4 .snip .image,
  .col-lg-6 div[class*=custom_link_section_20] .row-cols-5 .snip .image,
  .col-lg-6 div[class*=custom_link_section_20] .row-cols-6 .snip .image,
  .col-lg-4 div[class*=custom_link_section_20] .row-cols-3 .snip .image,
  .col-lg-4 div[class*=custom_link_section_20] .row-cols-4 .snip .image,
  .col-lg-4 div[class*=custom_link_section_20] .row-cols-5 .snip .image,
  .col-lg-4 div[class*=custom_link_section_20] .row-cols-6 .snip .image {
    z-index: 5;
  }
  .col-lg-6 div[class*=custom_link_section_19] div[data-owl-items*="4"] .snip:hover .image img,
  .col-lg-6 div[class*=custom_link_section_19] div[data-owl-items*="5"] .snip:hover .image img,
  .col-lg-6 div[class*=custom_link_section_19] div[data-owl-items*="6"] .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_19] div[data-owl-items*="3"] .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_19] div[data-owl-items*="4"] .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_19] div[data-owl-items*="5"] .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_19] div[data-owl-items*="6"] .snip:hover .image img,
  .col-lg-6 div[class*=custom_link_section_19] .row-cols-4 .snip:hover .image img,
  .col-lg-6 div[class*=custom_link_section_19] .row-cols-5 .snip:hover .image img,
  .col-lg-6 div[class*=custom_link_section_19] .row-cols-6 .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_19] .row-cols-3 .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_19] .row-cols-4 .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_19] .row-cols-5 .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_19] .row-cols-6 .snip:hover .image img,
  .col-lg-6 div[class*=custom_link_section_20] div[data-owl-items*="4"] .snip:hover .image img,
  .col-lg-6 div[class*=custom_link_section_20] div[data-owl-items*="5"] .snip:hover .image img,
  .col-lg-6 div[class*=custom_link_section_20] div[data-owl-items*="6"] .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_20] div[data-owl-items*="3"] .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_20] div[data-owl-items*="4"] .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_20] div[data-owl-items*="5"] .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_20] div[data-owl-items*="6"] .snip:hover .image img,
  .col-lg-6 div[class*=custom_link_section_20] .row-cols-4 .snip:hover .image img,
  .col-lg-6 div[class*=custom_link_section_20] .row-cols-5 .snip:hover .image img,
  .col-lg-6 div[class*=custom_link_section_20] .row-cols-6 .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_20] .row-cols-3 .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_20] .row-cols-4 .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_20] .row-cols-5 .snip:hover .image img,
  .col-lg-4 div[class*=custom_link_section_20] .row-cols-6 .snip:hover .image img {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .col-lg-6 div[class*=custom_link_section] .column {
    width: 100%;
  }
}
/* custom link section responsive end */