* {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-size: 100%
}

:root {
	--theme-color: #ed6221;
	--theme-color-two: #ffbf00;
	--theme-color-three: #d40032;
	--theme-color-four: #02c06d;
	--theme-color-five: #18bec2;
	--dark-color: #302c51;
	--dark-color-two: #302c51;
	--rubik: 'Rubik', sans-serif;
	--prata: 'Prata', serif;
	--anim-menu-btn-size: 30px;
	--anim-menu-btn-icon-size: 28px;
	--anim-menu-btn-icon-stroke: 2px;
	--fs-search-btn-size: 3em;
	--fs-search-border-bottom-width: 2px
}

body {
	font-size: 15px;
	line-height: 28px;
	color: #302c51;
	font-weight: 400;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: var(--rubik)
}

a {
	text-decoration: none;
	cursor: pointer;
	color: var(--theme-color)
}

a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: 400;
	margin: 0;
	background: 0 0;
	line-height: 1.2em;
	font-family: var(--rubik)
}

textarea {
	overflow: hidden
}

button {
	outline: 0!important;
	cursor: pointer
}

.text {
	font-size: 15px;
	line-height: 28px;
	color: #858585;
	font-weight: 400;
	margin: 0
}

::-webkit-input-placeholder {
	color: inherit
}

::-moz-input-placeholder {
	color: inherit
}

::-ms-input-placeholder {
	color: inherit
}

.auto-container {
	position: static;
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto
}

.small-container {
	position: relative;
	max-width: 1050px;
	padding: 0 15px;
	margin: 0 auto
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9
}

.owl-carousel .owl-item img {
	width: auto
}

li,
ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.mx-90 {
	margin: 0 90px
}

.mb-30 {
	margin-bottom: 30px!important
}

.mb-40 {
	margin-bottom: 40px!important
}

.mb-50 {
	margin-bottom: 50px!important
}

.mb-60 {
	margin-bottom: 60px!important
}

.mt-20 {
	margin-top: 20px!important
}

.mt-30 {
	margin-top: 30px!important
}

.mt-60 {
	margin-top: 60px!important
}

.pb-60 {
	padding-bottom: 60px!important
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: 0!important;
	outline-offset: 0
}

.btn-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: transparent;
	border-color: transparent
}

.bootstrap-select .dropdown-menu li a.active {
	background: #02c06d;
	color: #fff
}

.bootstrap-select .dropdown-menu li a.active span {
	color: #fff
}

@media only screen and (min-width:1200px) {
	.pl-lg-50 {
		padding-left: 50px
	}
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.btn-style-one {
	position: relative;
	line-height: 24px;
	background: 0 0;
	color: var(--theme-color);
	font-size: 13px;
	font-weight: 500;
	border-radius: 29px;
	padding: 15px 48px;
	border: 2px solid var(--theme-color);
	text-transform: uppercase;
	overflow: hidden
}

.btn-style-one:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .7;
	background-color: var(--theme-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-one:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--theme-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-one span {
	position: relative;
	z-index: 10
}

.btn-style-one:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-one:hover:after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-one:hover {
	color: #fff
}

.btn-style-two {
	position: relative;
	line-height: 24px;
	background: var(--theme-color);
	color: #fff;
	font-size: 18px;
	border-radius: 6px;
	padding: 15px 20px;
	text-transform: capitalize;
	overflow: hidden;
	-webkit-box-shadow: 0 20px 20px 0 rgba(237, 98, 33, .2);
	box-shadow: 0 20px 20px 0 rgba(237, 98, 33, .2);
	width: 100%
}

.btn-style-two:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--dark-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-two span {
	position: relative;
	z-index: 10
}

.btn-style-two i {
	position: relative;
	margin-right: 10px;
	z-index: 1;
	font-size: 14px
}

.btn-style-two:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.btn-style-two:hover:after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-two:hover {
	color: #fff
}

.btn-style-three {
	position: relative;
	line-height: 24px;
	background: var(--dark-color);
	color: #fff;
	font-size: 18px;
	border-radius: 6px;
	padding: 15px 20px;
	text-transform: capitalize;
	overflow: hidden;
	-webkit-box-shadow: 0 20px 20px 0 rgba(48, 44, 81, .2);
	box-shadow: 0 20px 20px 0 rgba(48, 44, 81, .2);
	width: 100%
}

.btn-style-three:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--theme-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-three span {
	position: relative;
	z-index: 10
}

.btn-style-three i {
	position: relative;
	margin-right: 10px;
	z-index: 1;
	font-size: 14px
}

.btn-style-three:hover::before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.btn-style-three:hover::after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-three:hover {
	color: #fff
}

.btn-style-four {
	position: relative;
	line-height: 24px;
	background: var(--theme-color-two);
	color: var(--dark-color-two);
	font-size: 13px;
	font-weight: 500;
	border-radius: 6px;
	padding: 8px 35px;
	text-transform: uppercase;
	overflow: hidden
}

.btn-style-four:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--dark-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

.btn-style-four span {
	position: relative;
	z-index: 10
}

.btn-style-four:hover::before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-four:hover {
	color: #fff
}

.btn-style-five {
	position: relative;
	line-height: 24px;
	background: var(--theme-color-two);
	color: var(--dark-color-two);
	font-size: 13px;
	font-weight: 500;
	border-radius: 6px;
	padding: 16px 40px;
	text-transform: uppercase;
	overflow: hidden
}

.btn-style-five:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--dark-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-five span {
	position: relative;
	z-index: 10
}

.btn-style-five:hover::before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.btn-style-five:hover::after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-five:hover {
	color: #fff
}

.btn-style-six {
	position: relative;
	line-height: 24px;
	background: 0 0;
	color: var(--theme-color);
	font-size: 13px;
	font-weight: 500;
	border-radius: 29px;
	padding: 15px 48px;
	border: 2px solid var(--theme-color);
	text-transform: uppercase;
	overflow: hidden
}

.btn-style-six:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .7;
	background-color: var(--theme-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

.btn-style-six:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--theme-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

.btn-style-six span {
	position: relative;
	z-index: 10
}

.btn-style-six:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-six:hover:after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-six:hover {
	color: #fff
}

.btn-style-seven {
	position: relative;
	line-height: 24px;
	background: 0 0;
	color: var(--theme-color-two);
	font-size: 13px;
	font-weight: 500;
	border-radius: 6px;
	padding: 6px 29px;
	border: 2px solid var(--theme-color-two);
	text-transform: uppercase;
	overflow: hidden
}

.btn-style-seven:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .7;
	background-color: var(--theme-color-two);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-seven:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--theme-color-two);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-seven span {
	position: relative;
	z-index: 10
}

.btn-style-seven:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-seven:hover:after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-seven:hover {
	color: #fff
}

.btn-style-eight {
	position: relative;
	line-height: 24px;
	background: 0 0;
	color: var(--dark-color);
	font-size: 13px;
	font-weight: 500;
	border-radius: 6px;
	padding: 8px 30px;
	background: var(--theme-color-two);
	text-transform: uppercase;
	overflow: hidden
}

.btn-style-eight:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .7;
	background-color: var(--theme-color-two);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-eight:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: var(--dark-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-eight span {
	position: relative;
	z-index: 10
}

.btn-style-eight:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-eight:hover:after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-eight:hover {
	color: #fff
}

.btn-style-nine {
	position: relative;
	background: var(--theme-color-three);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 31px 30px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease
}

.btn-style-nine:hover {
	color: #fff;
	background: var(--dark-color)
}

.btn-style-nine span {
	margin-right: 8px
}

.btn-style-ten {
	position: relative;
	line-height: 24px;
	background: 0 0;
	color: var(--theme-color-three);
	font-size: 13px;
	font-weight: 500;
	padding: 16px 45px;
	background: #fff;
	text-transform: uppercase;
	overflow: hidden
}

.btn-style-ten:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	background-color: #ee0a3f;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

.btn-style-ten:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--theme-color-three);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

.btn-style-ten span {
	position: relative;
	z-index: 10
}

.btn-style-ten:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-ten:hover:after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-ten:hover {
	color: #fff
}

.btn-style-eleven {
	position: relative;
	line-height: 24px;
	background: 0 0;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 16px 45px;
	background: var(--theme-color-three);
	text-transform: uppercase;
	overflow: hidden
}

.btn-style-eleven:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .5;
	background-color: var(--theme-color-three);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

.btn-style-eleven:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}

.btn-style-eleven span {
	position: relative;
	z-index: 10
}

.btn-style-eleven:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-eleven:hover:after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-eleven:hover {
	color: var(--theme-color-three)
}

.btn-style-twelve {
	position: relative;
	line-height: 24px;
	background: 0 0;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 15px 48px;
	border: 2px solid var(--theme-color-three);
	text-transform: uppercase;
	overflow: hidden
}

.btn-style-twelve:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .7;
	background-color: var(--theme-color-three);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-twelve:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--theme-color-three);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-twelve span {
	position: relative;
	z-index: 10
}

.btn-style-twelve:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-twelve:hover:after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-twelve:hover {
	color: #fff
}

.btn-style-thirteen {
	position: relative;
	line-height: 24px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border-radius: 25px;
	padding: 13px 48px;
	background: var(--theme-color);
	text-transform: uppercase;
	overflow: hidden
}

.btn-style-thirteen:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .7;
	background-color: var(--theme-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-thirteen:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #302c51;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-thirteen span {
	position: relative;
	z-index: 10
}

.btn-style-thirteen:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-thirteen:hover:after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-thirteen:hover {
	color: #fff
}

.btn-style-fourteen {
	position: relative;
	line-height: 24px;
	background: var(--theme-color-four);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border-radius: 6px;
	padding: 16px 40px;
	text-transform: uppercase;
	overflow: hidden
}

.btn-style-fourteen:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--dark-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-fourteen span {
	position: relative;
	z-index: 10
}

.btn-style-fourteen i {
	margin-right: 5px
}

.btn-style-fourteen:hover::before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-fourteen:hover::after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-fourteen:hover {
	color: #fff
}

.btn-style-fifteen {
	position: relative;
	line-height: 24px;
	background: #fff;
	color: var(--dark-color);
	font-size: 13px;
	font-weight: 500;
	border-radius: 6px;
	padding: 16px 40px;
	text-transform: uppercase;
	overflow: hidden
}

.btn-style-fifteen:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--dark-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-fifteen span {
	position: relative;
	z-index: 10
}

.btn-style-fifteen i {
	margin-right: 5px
}

.btn-style-fifteen:hover::before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-fifteen:hover::after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-fifteen:hover {
	color: #fff
}

.btn-style-sixteen {
	position: relative;
	line-height: 24px;
	background: 0 0;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border-radius: 29px;
	padding: 15px 48px;
	border: 2px solid #fff;
	text-transform: uppercase;
	overflow: hidden
}

.btn-style-sixteen:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .7;
	background-color: var(--theme-color-five);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-sixteen:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--theme-color-five);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.btn-style-sixteen span {
	position: relative;
	z-index: 10
}

.btn-style-sixteen:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-sixteen:hover:after {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.btn-style-sixteen:hover {
	border-color: var(--theme-color-five);
	color: #fff
}

.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	-o-transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
	transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
	transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: hidden
}

.cursor {
	visibility: visible
}

.cursor.active {
	opacity: .5;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.cursor.hovered {
	opacity: .08
}

.cursor-follower {
	position: absolute;
	background-color: rgba(255, 255, 255, .3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	-o-transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
	transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
	transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden
}

.cursor-follower {
	visibility: visible
}

.cursor-follower.active {
	opacity: .7;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.cursor-follower.hovered {
	opacity: .08
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.list-style-one {
	position: relative
}

.list-style-one li {
	position: relative;
	font-size: 16px;
	color: #919191;
	line-height: 26px;
	font-weight: 400;
	padding-left: 30px;
	margin-bottom: 15px
}

.list-style-one li a {
	color: #919191;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.list-style-one li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 26px;
	color: #e1e6e3;
	content: "\f06c";
	font-family: Fontawesome
}

.list-style-one li a:hover {
	color: var(--theme-color);
	text-shadow: 0 0 1px var(--theme-color)
}

.list-style-two {
	position: relative;
	display: block;
	margin-bottom: 30px
}

.list-style-two li {
	position: relative;
	font-size: 14px;
	line-height: 25px;
	color: #777;
	font-weight: 400;
	padding-left: 20px
}

.list-style-two li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 25px;
	color: #4ee0b0;
	font-weight: 400;
	font-family: Fontawesome;
	content: "\f138"
}

.list-style-three {
	position: relative;
	display: block;
	margin-bottom: 30px
}

.list-style-three li {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	padding-left: 25px;
	margin-bottom: 10px
}

.list-style-three li a {
	color: #333
}

.list-style-three li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	color: #fe6699;
	font-weight: 300;
	font-family: Fontawesome;
	content: "\f18e"
}

.theme-color {
	color: var(--theme-color)
}

.theme-color-two {
	color: var(--theme-color-two)
}

.theme-color-three {
	color: var(--theme-color-three)
}

.theme-color-four {
	color: var(--theme-color-four)
}

.theme-color-five {
	color: var(--theme-color-five)
}

.theme-bg {
	background-color: var(--theme-color)
}

.dark-bg {
	background-color: var(--dark-color)
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg)
}

.preloader.style-two {
	background-image: url(../images/icons/preloader-2.svg)
}

.preloader.style-three {
	background-image: url(../images/icons/preloader-3.svg)
}

.preloader.style-four {
	background-image: url(../images/icons/preloader-4.svg)
}

.preloader.style-five {
	background-image: url(../images/icons/preloader-5.svg)
}

.loader-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999
}

.loader-wrap .layer-one {
	position: absolute;
	left: 0;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden
}

.loader-wrap .layer-two {
	position: absolute;
	left: 33.3333%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden
}

.loader-wrap .layer-three {
	position: absolute;
	left: 66.6666%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden
}

.loader-wrap .layer .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #222
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto
}



.gallery-section {
	position: relative;
	background: #d40032
}

.gallery-section .wrapper-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.gallery-section .content-column {
	position: relative;
	padding: 100px 60px 45px;
	width: 25%
}

.gallery-section .content-column h5 {
	color: #ffff
}

.gallery-section .content-column .link-btn {
	text-align: right
}

.gallery-section .content-column .link-btn a {
	background: 0 0;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase
}

.gallery-section .content-column .link-btn a span {
	margin-right: 10px
}

.gallery-section .portfolio-column {
	position: relative;
	width: 75%;
	overflow: hidden
}

.gallery-block-one .inner-box {
	position: relative
}

.gallery-block-one .image {
	position: relative;
	overflow: hidden
}

.gallery-block-one .image img {
	width: 100%
}

.gallery-block-one .overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gallery-block-one .overlay:before {
	position: absolute;
	content: '';
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 0%;
	opacity: .85;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease
}

.gallery-block-one .inner-box:hover .overlay:before {
	height: 100%
}

.gallery-block-one h4 {
	position: relative;
	font-size: 20px;
	color: #fff;
	margin-bottom: 35px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s
}

.gallery-block-one .inner-box:hover h4 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px)
}

.gallery-block-one h4 a {
	color: #fff
}

.gallery-block-one .zoom-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease
}

.gallery-block-one .inner-box:hover .zoom-btn {
	opacity: 1;
	visibility: visible
}

.gallery-block-one .zoom-btn:before {
	position: absolute;
	content: '';
	background: var(--theme-color-three);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .8s ease;
	-o-transition: .8s ease;
	transition: .8s ease;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	border-radius: 50%;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

.gallery-block-one .inner-box:hover .zoom-btn:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.gallery-block-one .zoom-btn span {
	position: relative
}

.gallery-section .owl-nav-style-three .owl-nav {
	z-index: 0;
	height: 0
}

.gallery-section .owl-nav-style-three .owl-nav .owl-prev {
	left: -55px;
	background: #fff;
	border-color: #fff;
	height: 110px;
	width: 110px;
	line-height: 110px;
	text-align: right;
	padding-right: 25px;
	font-size: 35px
}

.gallery-section .owl-nav-style-three .owl-nav .owl-next {
	right: -55px;
	background: #fff;
	border-color: #fff;
	height: 110px;
	width: 110px;
	line-height: 110px;
	text-align: left;
	padding-left: 25px;
	font-size: 35px
}

.gallery-section .owl-nav-style-three .owl-nav .owl-next:hover,
.gallery-section .owl-nav-style-three .owl-nav .owl-prev:hover {
	color: var(--theme-color-three);
	border-color: #fff
}


.gallery-section-two {
	position: relative;
	background: var(--theme-color-four)
}

.gallery-section-two .wrapper-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gallery-section-two .wrapper-box>div {
	width: 25%
}

.gallery-block-two {
	position: relative;
	padding: 0
}

.gallery-block-two .inner-box {
	position: relative
}

.gallery-block-two .image img {
	width: 100%
}

.gallery-block-two .image::before {
	background: var(--dark-color);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.gallery-block-two:hover .image::before {
	opacity: .95
}

.gallery-block-two .image {
	position: relative;
	overflow: hidden;
	margin: 0
}

.gallery-block-two .image img {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease
}

.gallery-block-two:hover .image img {
	-webkit-transform: translateX(0) translateY(-90px) scale(1);
	-ms-transform: translateX(0) translateY(-90px) scale(1);
	transform: translateX(0) translateY(-90px) scale(1)
}

.gallery-block-two .overlay a {
	background: #fff;
	border-radius: 50%;
	color: #8a8a8a;
	font-size: 20px;
	height: 56px;
	margin: 0 5px;
	line-height: 56px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0) translateY(-30%) scale(.5);
	-ms-transform: translateX(0) translateY(-30%) scale(.5);
	transform: translateX(0) translateY(-30%) scale(.5);
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	width: 56px
}

.gallery-block-two .overlay a:hover {
	background: var(--theme-color-four);
	color: #fff
}

.gallery-block-two:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0) scale(1);
	-ms-transform: translateX(0) translateY(0) scale(1);
	transform: translateX(0) translateY(0) scale(1)
}

.gallery-block-two .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	margin-top: -46.5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	z-index: 10
}

.gallery-block-two:hover .overlay {
	opacity: 1
}

.gallery-block-two .caption-title {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 12;
	background-color: var(--theme-color-four);
	width: 100%;
	padding: 21px 30px 26px;
	text-align: center
}

.gallery-block-two:hover .caption-title {
	opacity: 1
}

.gallery-block-two .caption-title h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.gallery-block-two .caption-title h4 a {
	color: #fff
}

.gallery-block-two:hover .caption-title h4,
.gallery-block-two:hover .caption-title span {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.gallery-block-two .caption-title span {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	text-transform: capitalize
}

.gallery-block-two .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 6px solid #fff;
	z-index: 99;
	pointer-events: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0
}

.gallery-block-two .inner-box:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #02c06d;
	z-index: 99;
	pointer-events: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0
}

.gallery-block-two .inner-box:hover:after,
.gallery-block-two .inner-box:hover:before {
	opacity: 1
}

.gallery-section-two .content-column {
	padding: 0 30px;
	padding-left: 60px
}

.gallery-section-two .content-column h5 {
	color: #fff
}

.gallery-section-two .content-column a {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase
}

.gallery-section-two .content-column a span {
	margin-right: 5px
}


.filters {
	position: relative
}

.filters ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.filters li {
	border: 1px solid #eaeaea;
	border-right: 0;
	padding: 15px 40px;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: .9s ease;
	-o-transition: .9s ease;
	transition: .9s ease
}

.filters li .count {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0
}

.filters li:last-child {
	border-right: 1px solid #eaeaea;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.filters li:first-child {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px
}

.filters li.active {
	background: var(--theme-color-five);
	border-color: var(--theme-color-five);
	color: #fff
}

.gallery-section-three {
	position: relative;
	padding: 70px 0 80px
}

.gallery-block-three {
	position: relative;
	padding: 0 15px
}

.gallery-block-three .inner-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.gallery-block-three .inner-box:hover {
	-webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .25);
	-webkit-transform: perspective(80px) rotateX(1deg);
	transform: perspective(80px) rotateX(1deg)
}

.gallery-block-three .image img {
	width: 100%
}

.gallery-block-three .image::before {
	background: #242424;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.gallery-block-three:hover .image::before {
	opacity: .95
}

.gallery-block-three .image {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: 6px
}

.gallery-block-three .image img {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease
}

.gallery-block-three:hover .image img {
	-webkit-transform: translateX(0) translateY(0) scale(1);
	-ms-transform: translateX(0) translateY(0) scale(1);
	transform: translateX(0) translateY(0) scale(1)
}

.gallery-block-three .overlay a {
	background: 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 72px;
	width: 72px;
	margin: 0 5px;
	line-height: 68px;
	border: 2px solid #fff;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0) translateY(-30%) scale(.5);
	-ms-transform: translateX(0) translateY(-30%) scale(.5);
	transform: translateX(0) translateY(-30%) scale(.5);
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.gallery-block-three .overlay a:hover {
	background: var(--theme-color-five);
	border-color: var(--theme-color-five);
	color: #fff
}

.gallery-block-three:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0) scale(1);
	-ms-transform: translateX(0) translateY(0) scale(1);
	transform: translateX(0) translateY(0) scale(1)
}

.gallery-block-three .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	z-index: 10
}

.gallery-block-three:hover .overlay {
	opacity: 1
}

.gallery-block-three .caption-title {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 12;
	width: 100%;
	padding: 21px 30px 26px
}

.gallery-block-three:hover .caption-title {
	opacity: 1
}

.gallery-block-three .caption-title h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.gallery-block-three .caption-title h4 a {
	color: #fff
}

.gallery-block-three:hover .caption-title h4,
.gallery-block-three:hover .caption-title h5 {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.gallery-block-three .caption-title h5 {
	color: var(--theme-color-five);
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	text-transform: capitalize
}

.gallery-section-four {
	position: relative;
	padding: 110px 0 80px
}

.gallery-section-four .gallery-block-three .image::before {
	background: var(--dark-color)
}

.gallery-section-four .gallery-block-three .caption-title h5 {
	color: var(--theme-color)
}

.gallery-section-four .gallery-block-three .overlay a:hover {
	background: var(--theme-color);
	border-color: var(--theme-color)
}

.gallery-section-five {
	position: relative;
	padding: 110px 0 80px
}

.gallery-section-five .filters li.active {
	background: var(--theme-color);
	border-color: var(--theme-color)
}

.gallery-block-four {
	position: relative;
	padding: 0 15px
}

.gallery-block-four .inner-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.gallery-block-four .image {
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.gallery-block-four .inner-box:hover .image {
	-webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .25);
	-webkit-transform: perspective(80px) rotateX(1deg);
	transform: perspective(80px) rotateX(1deg)
}

.gallery-block-four .image img {
	width: 100%
}

.gallery-block-four .image::before {
	background: var(--dark-color);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.gallery-block-four:hover .image::before {
	opacity: .95
}

.gallery-block-four .image {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: 6px
}

.gallery-block-four .image img {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease
}

.gallery-block-four:hover .image img {
	-webkit-transform: translateX(0) translateY(0) scale(1);
	-ms-transform: translateX(0) translateY(0) scale(1);
	transform: translateX(0) translateY(0) scale(1)
}

.gallery-block-four .overlay a {
	background: 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 72px;
	width: 72px;
	margin: 0 5px;
	line-height: 68px;
	border: 2px solid #fff;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0) translateY(-30%) scale(.5);
	-ms-transform: translateX(0) translateY(-30%) scale(.5);
	transform: translateX(0) translateY(-30%) scale(.5);
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.gallery-block-four .overlay a:hover {
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff
}

.gallery-block-four:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0) scale(1);
	-ms-transform: translateX(0) translateY(0) scale(1);
	transform: translateX(0) translateY(0) scale(1)
}

.gallery-block-four .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	z-index: 10
}

.gallery-block-four:hover .overlay {
	opacity: 1
}

.gallery-block-four .caption-title {
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 12;
	width: 100%;
	padding: 21px 30px 26px;
	text-align: center
}

.gallery-block-four .caption-title h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.gallery-block-four .caption-title h4 a {
	color: var(--dark-color)
}

.gallery-block-four .caption-title h5 {
	color: var(--theme-color);
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	text-transform: capitalize
}

.gallery-section-six {
	position: relative;
	padding: 110px 0 80px
}

.gallery-section-six .gallery-block-three .inner-box:hover {
	-webkit-transform: perspective(0) rotateX(0);
	transform: perspective(0) rotateX(0)
}

.gallery-section-six .gallery-block-three .image::before {
	background: var(--dark-color)
}

.gallery-section-six .gallery-block-three .caption-title h5 {
	color: var(--theme-color)
}

.gallery-section-six .gallery-block-three .overlay a:hover {
	background: var(--theme-color);
	border-color: var(--theme-color)
}

.gallery-block-five {
	position: relative;
	padding: 0 15px
}

.gallery-block-five .inner-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.gallery-block-five .inner-box:hover {
	-webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .25)
}

.gallery-block-five .image img {
	width: 100%
}

.gallery-block-five .image::before {
	background: var(--dark-color);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.gallery-block-five:hover .image::before {
	opacity: .95
}

.gallery-block-five .image {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: 6px
}

.gallery-block-five .image img {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease
}

.gallery-block-five:hover .image img {
	-webkit-transform: translateX(0) translateY(0) scale(1);
	-ms-transform: translateX(0) translateY(0) scale(1);
	transform: translateX(0) translateY(0) scale(1)
}

.gallery-block-five .overlay a {
	background: 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 72px;
	width: 72px;
	margin: 0 5px;
	line-height: 68px;
	border: 2px solid #fff;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0) translateY(-30%) scale(.5);
	-ms-transform: translateX(0) translateY(-30%) scale(.5);
	transform: translateX(0) translateY(-30%) scale(.5);
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.gallery-block-five .overlay a:hover {
	background: var(--theme-color-five);
	border-color: var(--theme-color-five);
	color: #fff
}

.gallery-block-five:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0) scale(1);
	-ms-transform: translateX(0) translateY(0) scale(1);
	transform: translateX(0) translateY(0) scale(1)
}

.gallery-block-five .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	z-index: 10
}

.gallery-block-five:hover .overlay {
	opacity: 1
}

.gallery-block-five .caption-title {
	bottom: 30px;
	left: 30px;
	position: absolute;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 12
}

.gallery-block-five .caption-title h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.gallery-block-five .caption-title h4 a {
	color: var(--dark-color);
	padding: 19px 30px;
	display: inline-block;
	border-radius: 6px;
	background: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.gallery-block-five .caption-title h4 a span {
	position: absolute;
	background: var(--theme-color);
	color: #fff;
	padding: 19px 6px;
	width: 50px;
	display: inline-block;
	text-align: center;
	top: 0;
	right: -50px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0
}

.gallery-block-five .inner-box:hover .caption-title h4 a span {
	opacity: 1
}

.gallery-block-five .inner-box:hover .caption-title h4 a {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
