/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 02 2023 | 23:56:20 */
 .arrow-img {
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;
      }
      @keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      @-webkit-keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }

header#site-header, footer#site-footer {
    display: none;
}
.custom-img-box h3.elementor-image-box-title {
    display: inline-block;
    background: white;
    padding: 8px 25px;
    border-left: 4px solid #edbd00;
    box-shadow: 0px 3px 17px lightgrey;
    margin-left: 40px;
	position:relative;
	z-index:2;
}
.custom-img-box .elementor-image-box-content {
    margin-top: -40px;
}
.custom-img-box img {
    margin-bottom: -40px;
	transition: 0.2s all ease-in-out;
	width: 770px;
	height: 370px;
	overflow: hidden !important;
}
.custom-img-box h3.elementor-image-box-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EDBD00;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    z-index: -1;
}
.custom-img-box .elementor-image-box-wrapper:hover  h3.elementor-image-box-title:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.custom-img-box .elementor-image-box-wrapper:hover img{
	transform: scale(1.1);
}
.custom-img-box{
	overflow: hidden !important;
}
.custom-img-box figure.elementor-image-box-img{
	height: 370px !important;
	overflow: hidden !important;
}

.custom-img-box2 figure.elementor-image-box-img {
    height: 234px !important;
}
.custom-img-box2 img{
	object-fit: cover !important;
}
.custom-img-box3 figure.elementor-image-box-img, .custom-img-box3 img {
    height: 648px !important;
}
.custom-carousel h5.jet-carousel__item-title {
    padding: 15px;
    background: white;
	border-left: 3px solid #EDBD00;
    box-shadow: 0px 0px 10px #b7b7bbbd;
    width: 80%;
    margin-top: -30px;
    margin-right: -10px;
    float: right;
}
.custom-col:after {
    background: #EDBD00;
    position: absolute;
    width: 500px;
    height: 480px;
    z-index: 0 !important;
    left: 0;
    content: "";
    top: -20%;
    bottom: 0;
}
.custom-tour h4 a {
    display: inline-block !important;
    background: #EDBD00;
    padding: 6px 20px;
    box-shadow: 0px 0px 10px #d3d3d394;
    font-size: 17px !important;
    font-weight: 700 !important;
}
.custom-tour h4 {
    margin-top: -18px;
}
.custom-tour .jet-title-fields__item.jet-title-fields__item-price {
    font-size: 27px;
    font-weight: 600;
}

.customlist span {
    background: #ddddddb3;
    padding: 4px 10px;
    line-height: 2.3em;
    margin-right: 3px;
    color: #000000c7;
    font-weight: 700;
}
.custom-terms ul {
    padding: 0px 20px !important;
}
.mobilemenu ul li:last-child a {
    background: #edbd00;
    display: inline;
    color: black !important;
    margin-left: 10px;
    position: relative;
    top: 20px;
    border-radius: 5px;
}