.location-time .book-now{color: #FFF !important;background: transparent;padding-left: 40px;padding-right: 40px;}
.location-time .book-now:hover{color: #FFF !important;background:#213159;border-color:#213159;}
.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 61%;
    background-color: #000;
    left: 0;
    z-index: -1;
}
.instafeed-box.overlay:before{
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 31, 32, 0.75)), to(rgba(35, 31, 32, 0.75))) ;
    background: -o-linear-gradient(bottom, rgba(35, 31, 32, 0.75), rgba(35, 31, 32, 0.75));
    background: linear-gradient(0deg, rgba(35, 31, 32, 0.75), rgba(35, 31, 32, 0.75)) ;
    -webkit-transition-duration: .85s;
    -o-transition-duration: .85s;
       transition-duration: .85s ;
    -webkit-transition-property: all;
    -o-transition-property: all ;
    transition-property: all ;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1) ;
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
       transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-timing-function: cubic-bezier(.65,.05,.36,1);
    -o-transition-timing-function: cubic-bezier(.65,.05,.36,1);
       transition-timing-function: cubic-bezier(.65,.05,.36,1);
    z-index: 1;
    opacity: 0;
}
.instafeed .social-icon li a {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    text-align: center;
    background-color: #AB0634;
    border: 1px solid #AB0634;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.instafeed .social-icon li a svg{
    display: block;
    margin: auto;
    height: 100%;
}
.instafeed .social-icon li{
    margin: 0 5px;
}
.instafeed {
    padding: 110px 0 60px;
}
.instafeed  .overlay {
    position: relative;
    z-index: 1;
}
.instafeed-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 25px 15px 20px;
    z-index: 1;
}
.instafeed-content img{
    margin: 0 auto;
}
.instafeed-content .desc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.instafeed-content .share-icon p {
    display: flex;
    align-items: center;
}
.instafeed .social-icon li a:hover{
    background-color: transparent;
}
.instafeed .social-icon li a:hover svg path{
    fill: #AB0634;
}

.instafeed-content p {
    font-size: 15px;
    color: #fff;
    line-height: 145.5%;
}
.instafeed-content span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
	margin-top:6px;
}
.instafeed-box .img-wrapper{
    min-height: 300px;
	position: relative;
    padding-top: 100%;
}
.instafeed-box .img-wrapper img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
}
.instafeed-box .fa.fa-facebook{color:#FFF;font-size:25px;}
.instafeed-box.overlay:hover::before{
    opacity: 1;
}
.instafeed-content > div{
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
       transition-duration: .6s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
       transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-timing-function: cubic-bezier(.39,.57,.56,1);
    -o-transition-timing-function: cubic-bezier(.39,.57,.56,1);
       transition-timing-function: cubic-bezier(.39,.57,.56,1);
    -webkit-transform: translateY(2rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
        -ms-transform: translateY(2rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
            transform: translateY(2rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    opacity: 0;
}
.instafeed-box:hover .instafeed-content > div{
    -webkit-transform: translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
        -ms-transform: translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
            transform: translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    opacity: 1;
}
.instafeed-box .instafeed-content > div:nth-child(1){ -webkit-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s;}
.instafeed-box .instafeed-content > div:nth-child(2){-webkit-transition-delay: .3s;-o-transition-delay: .3s;transition-delay: .3s;}
.instafeed-box .instafeed-content > div:nth-child(3){-webkit-transition-delay: .2s;-o-transition-delay: .2s;transition-delay: .2s;}
.instafeed-box .instafeed-content > div:nth-child(4){-webkit-transition-delay: .1s;-o-transition-delay: .1s;transition-delay: .1s;}
.instafeed-box:hover .instafeed-content > div:nth-child(4){ -webkit-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s;}
.instafeed-box:hover .instafeed-content > div:nth-child(3){-webkit-transition-delay: .3s;-o-transition-delay: .3s;transition-delay: .3s;}
.instafeed-box:hover .instafeed-content > div:nth-child(2){-webkit-transition-delay: .2s;-o-transition-delay: .2s;transition-delay: .2s;}
.instafeed-box:hover .instafeed-content > div:nth-child(1){-webkit-transition-delay: .1s;-o-transition-delay: .1s;transition-delay: .1s;}
.instafeed-slider .slick-arrow {
	position: absolute;
	right: 70px;
	left: auto;
	z-index: 1;
	top: -50px;
	cursor:pointer;
}
.instafeed-slider .slick-arrow.slick-next{
	right: 30px;
}
.instafeed.overlay:before{
    height: 64%;
    background-color: #EAE6DD;
}
.instafeed .section-header {
    padding-left: 18.5%;
}
.instafeed-slider .slick-slide{
    padding: 0 15px;
}
.instafeed-slider .slick-list{
    margin: 0 -100px 0 -15px;
}
.instafeed-content .share-icon svg{
	width:20px;
}
.instafeed-content .share-icon svg path{
	fill:#FFF;
}
.web-form .inner-container h1.heading{color:#213159;}
#tour-detail .form-outer button#booking-submit-btn{
	background: #213159;
    color: #FFF !important;
}
#tour-detail .form-outer button#booking-submit-btn:hover{
	color: #d31448 !important; 
	background:#FFF;
}
@media (max-width: 1450px) {.instafeed-box .img-wrapper{min-height:250px;}  }
@media (max-width: 992px) {  }
@media (max-width: 768px) {  }
@media (max-width: 576px) { .instafeed-box .img-wrapper{min-height:180px;}  }