/* About us */
.about-us{
	margin-top:-120px;
	padding-bottom:50px;
}
.about-us .img-cover{
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}
.about-box {
    border: 4px solid #eeeeee;
    padding: 20px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about-box:hover {
	border: 4px solid #999999;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/* Div Set Img And Content Center */
.img-cover{
    object-fit: cover;
	width:100%;
}
.display-tbl{
	display:table;
}
.display-tbl-sl{
	display:table-cell;
	vertical-align: middle;
}
/* Gallery Filter */
.gallery-box{
	margin-bottom:30px;
}
.filters{
	margin:0;
	padding:0;
}
.filters li{
	margin-left:5px;
	margin-right:5px;
}
/* Box  */
.box-info.overlay{
	position:absolute;
	width:100%;
	bottom:0;
	height:auto;
	top:auto;
	padding:30px;
	color:#fff;
}
.media-icon{
	padding:0;
	margin:0;
}
.media-icon li{
	display:inline-block;
}
.media-icon li a {
    width: 28px;
    height: 28px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.2);
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
}
.box-info.hover{
	opacity:0;
	transition:all 0.5s;
	bottom:-50%;
}
.content-box:hover .box-info.hover{
	opacity:1;
	bottom:0%;
}
.box-inner{
	overflow:hidden;
}
.box-inner > img{
	width:100%	
}
/* Blog */
.card-content{
	background-color:#fff;
	border: 1px solid rgb(235, 235, 235);
    padding: 20px;
}
.card-meta{
	margin:0 0 15px 0 ;
	padding:0;
}
.card-meta li{
	display:inline-block;
	margin-right:10px;
}
.card-meta li i{
	margin-right:5px;
}
.card-meta li a{
	color:#000;
}
.box-services{
	display:table;
}
.box-services-content{
	display:table-cell;
	vertical-align: middle;
}
/* Form Css */
.form-control:focus {
	box-shadow:none;
}
.book-ticket {
    border: 1px solid #eeeeee;
    position: sticky;
    top: 120px;
}
/* gallery box */
.gallery-box .box-info.overlay {
	padding: 15px 20px;
}
.gallery-box a{
	color:#fff;
}
.mfp-box{
	cursor: url(../images/arrow.png), pointer;
}
.gallery-box a {
    color: #ffffff;
}

.scrollTop{
    background: #000000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 40px;
    bottom: 20px;
    color: #ffffff;
    height: 40px;
    position: fixed;
    right: 20px;
    width: 40px;
	z-index:999;
	display: none;
	
}
.scrollTop i{
	line-height:40px;
	padding-bottom: 2px;
}
.image-item{
	margin-bottom:0;
}
/* about us */
.about-info h2{
	font-size:50px;
	line-height:70px;
	margin-top:50px;
}
.about-info p{
	font-size:16px;
	line-height:28px;
}
.gallery-slider .mfp-box{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.gallery-slider .mfp-box:hover{
	opacity:0.8;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/* Counter  */
.counter-style-1 [class*="col-"]{
	position:relative;
	z-index: 1;
	
}
.counter-style-1 .icon{
	position:absolute;
	width:100%;
	font-size:150px;
	line-height:150px;
	opacity: 0.08;
	top: -25px;
	left: 0;
	z-index: -1;
}
.counter-style-1 h2{
	font-size:60px;
	line-height:60px;
}


/* table */
.pricingtable-price,
.pricingtable-features li:nth-child(2n),
.pricingtable-footer{
	background-color:#fff;
	color:#444444;
}
.pricingtable-inner{
	text-align:left;
	
}
.pricingtable-bx{
	font-weight: 700;
	font-size:80px;
	color:#444444;
}
.pricingtable-type {
    font-size: 14px;
	font-weight: 800;
	color:#444444;
}
.pricingtable-price p{
	font-size:13px;
	color:#444444;
}
.pricingtable-features .fa-check{
	color:#25D25E;
}
.pricingtable-features .fa-close{
	color:#FF0000;
}
.pricingtable-price{
	padding:40px 20px;
}
.pricingtable-features{
	padding:0;
	margin:0;
}
.pricingtable-features li:first-child{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pricingtable-features li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding:15px;
	font-size: 15px;
}
.pricingtable-inner{
	border: 5px solid rgba(0, 0, 0, 0.1);
	text-align:center;
	transition:all 0.5s;
}
.pricingtable-footer{
	padding:15px;
}

.pricingtable-inner.active,
.pricingtable-inner:hover{
	border: 5px solid rgba(0, 0, 0, 0.7);
	transition:all 0.5s;
	
}
.register-now [class*="col-"]{
	padding-left: 8px;
    padding-right: 8px;
}
.register-now .row{
	margin-left: -8px;
    margin-right: -8px;
}
.team-box img{
	width:100%;
}
@media only screen and (max-width: 1200px) {
	.about-us{
		margin-top:0;
		padding-top:30px;
		padding-bottom:30px
	}
	.about-info h2 {
		font-size: 35px;
		line-height: 45px;
		margin-top: 20px;
	}
	.about-info .m-t60{
		margin-top:20px;
	}
}
@media only screen and (max-width: 991px) {
	.counter-style-1 .icon{
		font-size: 100px;
	}
	.pricingtable-bx{
		 font-size: 40px;
	}
}
@media only screen and (max-width: 767px) {
	
	.about-us .display-tbl{
		margin-top:50px;
	}
	
}
/* Google Recaptcha */
.g-recaptcha{
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    -moz-transform:scale(0.77);
    -o-transform:scale(0.77);
    
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -o-transform-origin:0 0;
}

#rc-imageselect {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    -moz-transform:scale(0.77);
    -o-transform:scale(0.77);
    
    transform-origin:0 0;
    -o-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -moz-transform:scale(0.77);
        -o-transform:scale(0.77);
        -webkit-transform:scale(0.77);
        
        transform-origin:0 0;
        -moz-transform-origin:0 0;
        -o-transform-origin:0 0;
        -webkit-transform-origin:0 0;
    
    }
}
/* Google Recaptcha */