.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
background:#fff;
margin-top:6%;
box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
}

.hovereffect .overlay {
width:100%;
height:84%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.4);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
}

.hovereffect .overlay-monuments {
height:77%;
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

/*.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}*/

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.1);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
Close


.grid_1{
width:32%;
}

.name-heading{
color: #396fa3;
   font-size: 18px;
   
    background: #FFF; 
    text-align: center;
    
    font-family: raleway;
    padding-top: 6%;

}

.name-heading:hover{text-decoration: none!important;}

.photo-bg{
background:#ECECEC; padding-bottom: 1%;}

.air-info {
    float: left;
    text-align: right;
    font-size: 15px;
    /* font-weight: BOLD; */
    margin-top: 12px;
    /* font-family: 'Merienda', cursive; */
    color: #A7A5A5;
    padding-bottom: 2px;
}

.logo-margin {
    width: auto;
    margin-top: 18px;
}

.images-align {
    float: left;
    margin-left: 7%;
    margin-right: 4%;
}

.contact-no {
    font-size: 17px;
}


/*footer classes*/


.footer_list_head {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
    color: #E6CCB9;
}



.footer_list_pannel li a {
    color: #E6CCB9;
    font-size: 12px;
    line-height: 15px;
}

ul.footer_list_pannel {
    line-height: 20px;
    border-right: 1px solid #675546;
    height: 185px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.travel_footer {
    float: left;
    width: 100%;
    background: #564639;
    height: auto;
    border-top: 1px solid #544539;
    border-bottom: 1px solid #544539;
    padding: 15px 0 5px 0px;
}

.col-lg-12.text-center.share-link {
    display: none;
}

.visitors-counts {
    width: 58%;
    margin: 0 auto;
    margin-bottom: 5px;
    color: #F5E528;
    font-size: 22px;
}

.white-border-box {
    background: #fff;
    height: 110px;
    border-radius: 5px;
    text-align: center;
    padding-top: 3px;
    width: 100%;
    float: left;
}

.white-border-box img {
    text-align: center;
}

.whatsapp-pannel {
    margin: 0 auto;
    width: 100%;
}

.whatsapp-pannel span {
    font-size: 17px;
    float: left;
    width: 34%;
}

.whatsapp-pannel span+span {
    font-size: 20px;
    float: left;
    width: 65%;
    margin-top: 20px;
    font-family: sans-serif;
    line-height: 30px;
}

.travel_footer_inside {
    width: 100%;
    margin: 0 auto;
}


