@import url('fontawesome-all.css');
@import url('owl.css');
@import url('simple-line-icons.css');
@import url('themify-icons.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('custom-animate.css');



.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}



/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	background: #edf0f5;
	padding: 140px 0px 0px;
	overflow: hidden;
}

.gallery-section .dotted-pattern-3{
	right: -60px;
	top: -90px;
}

.gallery-section .tri-pattern-3{
	right: 90px;
	top: 30px;
}

.gallery-section .sec-title{
	max-width: 650px;
}

.gallery-block{
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .gallery-block{
	margin: 0;
}

.gallery-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.masonry-item.gallery-block .inner-box:hover{
	box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.25);
}

.gallery-block .image_g{
	position: relative;
	display: block;
}

.gallery-block .image_g img{
	position: relative;
	width: 100%;
	transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
}

.gallery-block:hover .image_g img{
	transform: scale(1.1);
}

.gallery-block .overlink{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: rgba(0,0,0,0.70);
	opacity: 0;
	visibility: hidden;
	transform: scale(2);
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	z-index: 2;
}

.gallery-block:hover .overlink{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.gallery-block .overlink .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	text-align: center;
}

.gallery-section .owl-theme .owl-dots{
	display: none;
}

.gallery-section .owl-theme .owl-nav{
	position: absolute;
	left: 50%;
	top: -80px;
	width: 1170px;
	margin-left: -585px;
	text-align: right;
}

.gallery-section .owl-theme .owl-nav .owl-next,
.gallery-section .owl-theme .owl-nav .owl-prev{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	font-size: 20px;
	font-weight: 700;
	color: rgba(0,0,0,0.30);
}

.gallery-section .owl-theme .owl-nav .owl-next:hover,
.gallery-section .owl-theme .owl-nav .owl-prev:hover{
	color: rgba(0,0,0,0.90);
}



/*=== Filter Gallery ===*/

.filter-gallery .filters{
	position: relative;
	text-align: center;
	margin-bottom:50px;
}

.filter-gallery .filters .filter-tabs{
	position:relative;
	display: block;
}

.filter-gallery .filters li{
	position:relative;
	display: inline-block;
	font-size:18px;
	line-height:24px;
	padding:0px 0px;
	cursor:pointer;
	color:#517874;
	font-weight:600;
	margin: 0 15px 10px;
	text-transform: capitalize;
	letter-spacing: 0px;
	background: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.filter-gallery .filters .filter.active,
.filter-gallery .filters .filter.current{
	color: #18373b;
}

.mix{
	display: none;
}

.offer-block-two{
	position: relative;
	margin-bottom: 30px;
}

.offer-block-two .inner-box{
	position: relative;
	display: block;
}

.offer-block-two .image_g-box{
	position: relative;
	display: block;
	background: #171b27;
	overflow: hidden;
}

.offer-block-two .image_g-box img{
	display: block;
	width: 100%;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.offer-block-two:hover .image_g-box img{
	opacity: 0.70;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.offer-block-two .image_g-box .image_g-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.offer-block-two .lower-box{
	position: relative;
	display: block;
	padding: 35px 35px 45px;
	background: #ffffff;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.07);
}

.offer-block-two:hover .lower-box{
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15);
}

.offer-block-two .lower-box h4{
	position: relative;
	margin-bottom: 20px;
}

.offer-block-two .lower-box .pricing{
	position: relative;
	line-height: 24px;
	margin-bottom: 10px;
}

.offer-block-two .lower-box .pricing .price{
	position: relative;
	display: block;
	color: #8e949f;
	text-transform: uppercase;
	font-weight: 500;
}

.offer-block-two .lower-box .pricing .price span{
	color: #1b1c1e;
}

.offer-block-two .lower-box .text{
	position: relative;
	display: block;
	color: #9b9fa6;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 30px;
}

.offer-block-two .lower-box .link-box{
	position: relative;
	display: block;
}

.offer-block-two .lower-box .link-box .theme-btn{
	display: block;
}


/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section-two{
	position:relative;
	padding: 100px 0px 110px;
}

.gallery-section-two .title-box{
	position: relative;
	text-align: center;
	margin-bottom: 25px;
}

.gallery-section-two .title-box h2{
	font-size: 48px;
	text-transform: capitalize;
	margin: 0;
}

.gallery-item{
	position: relative;
	margin-bottom: 30px;
}

.gallery-item .gallery-block{
	margin: 0;
}

