.btn {
	position: relative;
	display: inline-block;
	text-align: center;
	outline: 0;
	overflow: hidden;
	letter-spacing: .05em;
	text-transform: uppercase;
	border-radius: 5px;
	transition: all .3s ease;
	border: 0;
	padding: 0;
	vertical-align: unset;
	font-size: unset
}

.btn:focus {
	outline: 0;
	box-shadow: none
}

.btn-curve {
	position: absolute;
	right: -15px;
	top: 0;
	width: 26px;
	height: 100%;
	opacity: .2;
	z-index: 0;
	transform: skewX(-22deg);
	transition: all .5s ease;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px
}

.btn-title {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	padding: 19px 50px 16px;
	z-index: 1
}

.btn-color {
	background-color: #ffaa17;
	color: #222429
}

.btn-color:hover {
	color: #fff;
	background-color: #ffaa17
}

.btn-color .btn-curve {
	background-color: #222429
}

.btn-black {
	background-color: #222429;
	color: #fff
}

.btn-black:hover {
	color: #222429
}

.btn-black .btn-curve {
	background-color: #fff
}

.btn:hover .btn-curve {
	opacity: 1;
	right: 0;
	width: 100%;
	transform: skewX(0)
}

.overflow-hidden {
	overflow: hidden
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth
}

* ::selection {
	background-color: #ffaa17;
	color: #fff
}

li,
ul {
	list-style: none;
	margin: 0
}

p {
	line-height: 1.8em;
	margin: 0 0 20px
}

a {
	position: relative;
	text-decoration: none;
	color: #ffaa17;
	cursor: pointer;
	transition: all .3s ease
}

a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #ffaa17;
	transform: scaleX(0);
	transition: all .3s ease
}

a:hover {
	text-decoration: none
}

a:hover::before {
	transform: scale(1)
}

img {
	display: block;
	width: 100%
}

body {
	margin: 0;
	font-family: Roboto Condensed, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.8em;
	color: #686a6f;
	text-align: left;
	background-color: #fff;
	-webkit-font-smoothing: antialiased
}

.wrapper {
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: 400;
	margin: 0 0 20px;
	background: 0 0;
	line-height: 1.25em;
	color: #222429
}

h1 {
	font-size: 140px
}

h2 {
	font-size: 70px
}

h3 {
	font-size: 60px
}

h4 {
	font-size: 40px
}

h5 {
	font-size: 30px
}

h6 {
	font-size: 26px
}

button,
input,
textarea {
	border: none
}

button:focus,
input:focus,
textarea:focus {
	outline: 0;
	box-shadow: none
}

.header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
	background: 0 0;
	transition: all .3s ease
}

.header.w-0 {
	width: 0
}

.header__menu {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header__menu-logo {
	visibility: visible;
	opacity: 1
}

.header__menu-logo a img {
	height: 30px;
	width: auto
}

.header__menu-button {
	position: relative;
	display: none;
	line-height: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	padding: 17px 0;
	transition: .5s
}

@media only screen and (max-width:992px) {
	.header__menu-button {
		display: inline-block
	}
}

.header__menu-button .bar {
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	margin: 5px 0;
	transition: .6s
}

.header__menu-button:hover .bar {
	background-color: #ffaa17
}

.header__menu-list {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-grow: 0;
	flex-basis: auto;
	width: auto;
	background-color: transparent
}

@media only screen and (max-width:991px) {
	.header__menu-list {
		display: block;
		position: fixed;
		top: 0;
		left: -300px;
		padding-bottom: 100px;
		width: 300px;
		height: 100%;
		background: #171717;
		transition: .7s;
		z-index: 99999;
		overflow-y: scroll
	}
}

.header__menu-list::-webkit-scrollbar {
	width: 6px;
	background-color: #ffaa17
}

.header__menu-list::-webkit-scrollbar-thumb {
	background-color: #ffaa17
}

.header__menu-list::-webkit-scrollbar-track {
	background-color: #515a4e
}

.header__menu-list.show {
	left: 0
}

.header__menu-list .list__item {
	position: relative;
	margin-left: 40px;
	padding: 20px 0
}

@media only screen and (max-width:991px) {
	.header__menu-list .list__item {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #ddd;
		background: #171717
	}
}

.header__menu-list .list__item:nth-child(1),
.header__menu-list .list__item:nth-child(2) {
	margin-left: 0
}

.header__menu-list .list__item.active>a {
	color: #ffaa17
}

.header__menu-list .list__item.active>a::before {
	transform: scale(1)
}

@media only screen and (max-width:991px) {
	.header__menu-list .list__item.active>a::before {
		display: none
	}
}

.header__menu-list .list__item-logo {
	margin: 25px 22px 25px 35px;
	display: none
}

@media only screen and (max-width:991px) {
	.header__menu-list .list__item-logo {
		display: inline-block
	}
}

.header__menu-list .list__item-logo img {
	height: 30px;
	width: auto
}

.header__menu-list .list__item-link {
	display: inline-block;
	position: relative;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	text-transform: lowercase;
	color: #fff;
	letter-spacing: .03em;
	cursor: pointer;
	padding: 10px 0;
	white-space: nowrap;
	transition: all .3s ease
}

.header__menu-list .list__item-link:hover {
	color: #ffaa17
}

@media only screen and (max-width:991px) {
	.header__menu-list .list__item-link:hover::before {
		display: none
	}
}

@media only screen and (max-width:991px) {
	.header__menu-list .list__item-link {
		padding: 0 22px 0 35px;
		line-height: 50px;
		width: 100%
	}
}

@media only screen and (min-width:992px) {
	.header__menu-list .list__item-icon {
		display: none
	}
}

.header__menu-list .list__item-icon i {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	color: #fff;
	opacity: 1;
	visibility: visible;
	transition: all ease .5s
}

.header__menu-list .list__item-icon .fa-minus {
	opacity: 0;
	visibility: hidden;
	color: #ffaa17
}

.header__menu-list .list__item-icon .show {
	opacity: 1;
	visibility: visible
}

.header__menu-list .list__item-icon .hide {
	opacity: 0;
	visibility: hidden
}

.header__menu-list .list__item .submenu {
	z-index: 999;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 20px 0 15px;
	border-radius: 5px;
	transition: all .5s ease;
	transform: translateY(20px);
	min-width: 200px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	background-color: #fff
}

@media only screen and (max-width:991px) {
	.header__menu-list .list__item .submenu {
		position: static;
		width: 100%;
		top: auto;
		left: 0;
		max-height: 0;
		overflow: hidden;
		right: auto;
		transform: translateY(0);
		transition: all .5s ease;
		box-shadow: none;
		background-color: #171717;
		min-width: 250px;
		visibility: visible;
		opacity: 1;
		padding: 0;
		border-radius: 0
	}
}

.header__menu-list .list__item .submenu__drop {
	margin-bottom: 5px;
	padding: 0 25px;
	width: 100%;
	position: relative;
	cursor: pointer;
	transition: all .5s ease
}

@media only screen and (max-width:991px) {
	.header__menu-list .list__item .submenu__drop {
		margin-bottom: 0;
		padding: 0;
		border-top: 1px solid rgba(255, 255, 255, .07)
	}
}

.header__menu-list .list__item .submenu__drop.active {
	background: #ffaa17
}

.header__menu-list .list__item .submenu__drop.active>a {
	color: #fff
}

.header__menu-list .list__item .submenu__drop.active>a::before {
	transform: scale(1)
}

@media only screen and (max-width:991px) {
	.header__menu-list .list__item .submenu__drop.active>a::before {
		display: none
	}
}

.header__menu-list .list__item .submenu__drop-link {
	color: #363636;
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .03em;
	padding: 5px 0
}

@media only screen and (max-width:991px) {
	.header__menu-list .list__item .submenu__drop-link {
		color: #fff;
		line-height: 50px;
		padding: 0 22px 0 40px
	}
}

.header__menu-list .list__item .submenu__drop:hover {
	background-color: #ffaa17
}

.header__menu-list .list__item .submenu__drop:hover a {
	color: #fff
}

.header__menu-list .list__item .submenu.show {
	max-height: 200vh;
	transition: all 2s ease
}

.header__menu-list .list__item-form {
	position: relative;
	margin: 32px 22px 35px
}

.header__menu-list .list__item-form .form__search {
	padding-right: 48px;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 25px;
	background-color: #171717;
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	outline: 0
}

.header__menu-list .list__item-form .form__search:focus {
	box-shadow: none;
	outline: 0;
	border-color: #ffaa17
}

.header__menu-list .list__item-form .form__submit {
	position: absolute;
	right: 15px;
	top: 8px;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #171717;
	padding: 0;
	border: 0;
	overflow: hidden
}

.header__menu-list .list__item-form .form__submit:focus {
	outline: 0;
	box-shadow: none
}

.header__menu-list .list__item-form .form__submit i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff
}

.header__menu-list .list__item-form .form__submit i:hover {
	color: #ffaa17
}

.header__menu-list .list__item:hover .submenu {
	transform: translateY(0);
	visibility: visible;
	opacity: 1
}

@media only screen and (max-width:991px) {
	.header__menu-list .list__item:hover .submenu {
		transform: translateY(0)
	}
}

.header__menu-call {
	position: relative
}

@media only screen and (max-width:991px) {
	.header__menu-call {
		display: none
	}
}

.header__menu-call .call__link {
	position: relative;
	display: block;
	padding-top: 4px;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding-left: 60px;
	color: #fff
}

.header__menu-call .call__link-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 42px;
	background: url(../images/layouts/header-icon.png) left center no-repeat
}

.header__menu-call .call__link-text {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px
}

.header__menu-call .call__link-number {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px
}

.header__menu-call .call__link:hover .call__link-number {
	color: #ffaa17
}

.overlay-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	z-index: 999;
	opacity: 0;
	visibility: hidden
}

.overlay-header.active {
	opacity: 1;
	visibility: visible
}

@media only screen and (max-width:424px) {
	.overlay-header span {
		display: none
	}
}

.overlay-header span i {
	position: absolute;
	right: 25px;
	top: 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
	cursor: pointer
}

.overlay-header span i:hover {
	color: #ffaa17
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08);
	transform: none;
	background-color: #171717;
	animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
	transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

.accordion-menu {
	display: inline-flex
}

@media only screen and (max-width:991px) {
	.accordion-menu {
		margin-left: auto
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		transform: translateZ(0)
	}
}

.footer {
	position: relative;
	color: #fff;
	background: #222429 url(../images/layouts/footer.png) center top no-repeat
}

.footer .footerTop {
	position: relative;
	padding: 170px 0 70px
}

.footer .footerTop__logo {
	position: relative;
	margin-bottom: 35px
}

.footer .footerTop__logo-image {
	margin-bottom: 25px;
	cursor: pointer
}

.footer .footerTop__logo-image a img {
	height: 34px;
	width: auto
}

.footer .footerTop__logo-text {
	position: relative;
	display: block;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: .1em;
	margin: 0 0 30px
}

.footer .footerTop__logo-icon {
	position: relative;
	display: flex;
	align-items: center
}

.footer .footerTop__logo-icon .icon__link {
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	width: 44px;
	height: 44px;
	line-height: 48px;
	background: #1c1e22;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-right: 10px
}

.footer .footerTop__logo-icon .icon__link::before {
	display: none
}

.footer .footerTop__logo-icon .icon__link:hover {
	background: #ffaa17;
	color: #fff
}

.footer .footerTop__explore {
	position: relative;
	margin-bottom: 35px
}

.footer .footerTop__explore h6 {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-bottom: 30px
}

.footer .footerTop__explore ul li {
	position: relative;
	margin-bottom: 3px
}

.footer .footerTop__explore ul li a {
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	letter-spacing: .07em;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.footer .footerTop__explore ul li a::before {
	transform-origin: left
}

.footer .footerTop__contact {
	position: relative;
	margin-bottom: 35px
}

.footer .footerTop__contact h6 {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-bottom: 30px
}

.footer .footerTop__contact-list .list__item {
	position: relative;
	display: block;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: .1em;
	padding-left: 30px;
	margin-bottom: 5px
}

.footer .footerTop__contact-list .list__item i {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
	font-size: 16px;
	color: #ffaa17
}

.footer .footerTop__contact-list .list__item a {
	position: relative;
	color: #fff;
	line-height: 28px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.footer .footerTop__contact-list .list__item a::before {
	transform-origin: left
}

.footer .footerTop__newsletter {
	position: relative;
	margin-bottom: 35px
}

.footer .footerTop__newsletter h6 {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-bottom: 30px
}

.footer .footerTop__newsletter-form {
	position: relative
}

.footer .footerTop__newsletter-form form .form-group {
	position: relative;
	margin: 0
}

.footer .footerTop__newsletter-form form .form-group input {
	position: relative;
	width: 100%;
	line-height: 30px;
	padding: 20px 60px 20px 25px;
	height: 70px;
	display: block;
	font-size: 18px;
	background: #1c1e22;
	font-weight: 300;
	letter-spacing: .07em;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #1c1e22;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.footer .footerTop__newsletter-form form .form-group button {
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 44px;
	height: 44px;
	background: #ffaa17;
	color: #222429;
	border-radius: 50%;
	transition: all .3s ease;
	cursor: pointer;
	border: none
}

.footer .footerTop__newsletter-form form .form-group button i {
	font-size: 14px;
	vertical-align: middle
}

.footer .footerTop__newsletter-form form .form-group button:hover {
	color: #ffaa17;
	background: #fff
}

.footer .footerTop__newsletter-text {
	position: relative;
	display: block;
	font-weight: 300;
	line-height: 1.5em;
	font-size: 18px;
	letter-spacing: .1em;
	margin: 25px 0 0
}

.footer .footerBottom {
	position: relative;
	text-align: center
}

.footer .footerBottom__content {
	position: relative;
	display: block;
	padding: 35px 0;
	line-height: 30px;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer .footerBottom__content-copyright {
	position: relative;
	font-weight: 300;
	line-height: 1.5em;
	font-size: 18px;
	letter-spacing: .1em
}

.back-to-top {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 30px;
	z-index: 666;
	transition: all .3s ease-out 0s
}

.back-to-top a {
	display: inline-block;
	color: #222429;
	background-color: #ffaa17;
	height: 44px;
	width: 44px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	border-radius: 50%
}

.back-to-top a::before {
	display: none
}

.back-to-top a:hover {
	color: #fff;
	background-color: #222429
}

.testimonials {
	position: relative;
	padding: 120px 0;
	background: #fff url(../images/layouts/background.png) left top repeat;
	overflow: hidden
}

.testimonials .title {
	margin-bottom: 40px
}

.testimonials .title br {
	display: none
}

.testimonials .title__text {
	padding: 0
}

.testimonials__item {
	position: relative;
	display: block;
	padding: 60px 60px 50px;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	margin: 10px 0
}

@media only screen and (max-width:575px) {
	.testimonials__item {
		padding: 50px 25px 40px
	}
}

.testimonials__item-icon {
	position: absolute;
	right: 50px;
	top: 60px;
	font-weight: 700;
	font-size: 100px;
	line-height: 1em;
	color: #ffaa17;
	transition: all .5s ease
}

@media only screen and (max-width:575px) {
	.testimonials__item-icon {
		right: 30px;
		top: 50px
	}
}

@media only screen and (max-width:479px) {
	.testimonials__item-icon {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		margin: 0 0 -10px;
		line-height: 1em;
		display: block
	}
}

.testimonials__item-info {
	position: relative;
	padding-left: 100px;
	padding-top: 16px;
	min-height: 70px;
	margin-bottom: 35px
}

.testimonials__item-info .info__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden
}

.testimonials__item-info .info__image a img {
	display: block;
	width: 100%;
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	border-radius: 7px;
	transition: all .5s ease
}

.testimonials__item-info .info__name {
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222429;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .05em
}

.testimonials__item-info .info__position {
	display: block;
	font-size: 16px;
	color: #ffaa17;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .05em;
	transition: all .5s ease
}

.testimonials__item-text {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.7em;
	font-weight: 300;
	letter-spacing: .1em;
	color: #686a6f;
	transition: all .5s ease;
	padding: 0 0
}

.testimonials__item:hover {
	background: #ffaa17
}

.testimonials__item:hover .testimonials__item-icon {
	color: #222429
}

.testimonials__item:hover .testimonials__item-info .info__image a img {
	filter: grayscale(0)
}

.testimonials__item:hover .testimonials__item-info .info__position {
	color: #222429
}

.testimonials__item:hover .testimonials__item-text {
	color: #222429
}

.testimonials .owl-theme .owl-dots {
	position: absolute;
	top: -70px;
	width: 1170px;
	left: 50%;
	margin-left: -585px;
	text-align: right
}

@media only screen and (max-width:1199px) {
	.testimonials .owl-theme .owl-dots {
		width: 100%;
		margin: 0;
		left: 0
	}
}

.testimonials .owl-theme .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px
}

.testimonials .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	background: #d3d3d4;
	border: 2px solid #d3d3d4;
	border-radius: 50%
}

.testimonials .owl-theme .owl-dots .owl-dot.active span {
	background: #fff;
	border-color: #ffaa17
}

.testimonials .owl-carousel .owl-dots.disabled {
	display: block
}

@media only screen and (max-width:575px) {
	.testimonials .owl-carousel .owl-dots.disabled {
		display: none
	}
}

.services {
	position: relative;
	padding: 120px 0 90px;
	background: #222429 url(../images/layouts/services-background.png) center top repeat;
	color: #fff
}

@media only screen and (max-width:991px) {
	.services {
		padding: 90px 0 60px
	}
}

.services .title {
	margin-bottom: 30px
}

.services .title h2 {
	color: #fff
}

.services .title__text {
	color: #fff
}

.services__box {
	position: relative;
	margin-bottom: 30px;
	counter-increment: slides-num
}

.services__box-item {
	position: relative;
	display: block;
	padding: 50px 45px;
	background: #1c1e22;
	min-height: 100%;
	border-radius: 7px;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.services__box-item::before {
	content: "0" counter(slides-num) "";
	position: absolute;
	left: 45px;
	top: 50px;
	font-size: 50px;
	line-height: 1em;
	color: #fff;
	opacity: .3
}

.services__box-item .item__curve {
	position: absolute;
	right: -70px;
	bottom: 0;
	width: 100px;
	height: 80%;
	background: #222429;
	opacity: .2;
	z-index: 0;
	transform: skewX(0) scaleX(0);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.services__box-item .item__icon {
	position: absolute;
	right: 45px;
	top: 50px;
	color: #ffaa17;
	font-size: 64px;
	line-height: 1em;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.services__box-item h6 {
	position: relative;
	margin: 0;
	margin-top: 90px;
	font-size: 20px;
	text-transform: lowercase;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.1em
}

.services__box-item h6 a {
	color: #fff;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.services__box-item h6 a::before {
	transform: scale(0, 1);
	transform-origin: right center;
	transition: transform .25s cubic-bezier(.37, .31, .2, .85)
}

.services__box-item h6 a:hover::before {
	border-color: #222429;
	transform-origin: left center;
	transform: scale(1, 1)
}

.services__box-item:hover {
	background: #ffaa17
}

.services__box-item:hover::before {
	color: #222429
}

.services__box-item:hover .item__curve {
	transform: skewX(-35deg) scaleX(1)
}

.services__box-item:hover .item__icon {
	color: #222429
}

.services__box-item:hover h6 a {
	color: #222429
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
	margin: 0
}

.title {
	position: relative;
	margin-bottom: 50px
}

.title h2 {
	position: relative;
	display: block;
	font-size: 70px;
	line-height: .9em;
	text-transform: lowercase;
	color: #222429;
	font-weight: 400;
	margin-bottom: 0
}

@media only screen and (max-width:1199px) {
	.title h2 {
		font-size: 60px;
		line-height: 1em
	}
}

@media only screen and (max-width:991px) {
	.title h2 {
		font-size: 50px;
		line-height: 1.05em
	}
}

@media only screen and (max-width:767px) {
	.title h2 {
		font-size: 42px;
		line-height: 1.15em
	}
}

@media only screen and (max-width:575px) {
	.title h2 {
		font-size: 36px;
		line-height: 1.15em
	}
}

@media only screen and (max-width:767px) {
	.title h2 br {
		display: none
	}
}

.title h2 .dot {
	display: inline-block;
	color: #ffaa17;
	padding-left: 7px
}

.title__text {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.7em;
	font-weight: 300;
	letter-spacing: .1em;
	color: #686a6f;
	padding: 30px 0 0
}

.about {
	position: relative;
	padding: 120px 0 90px;
	background: #fff
}

@media only screen and (max-width:991px) {
	.about {
		padding: 90px 0 60px
	}
}

.about::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -410px;
	width: 50%;
	height: 100%;
	background: #f4f5f8
}

@media only screen and (max-width:575px) {
	.about::before {
		display: none
	}
}

.about__image {
	position: relative;
	margin-bottom: 30px
}

@media only screen and (max-width:1199px) {
	.about__image {
		margin-bottom: 50px
	}
}

.about__image::before {
	content: "";
	position: absolute;
	left: 0;
	width: 15px;
	height: 280px;
	background: #ffaa17;
	border-radius: 8px
}

@media only screen and (max-width:575px) {
	.about__image::before {
		display: none
	}
}

.about__image-item {
	position: relative;
	display: block;
	border-radius: 7px;
	overflow: hidden
}

.about__image-item:nth-child(1) {
	margin-left: 110px
}

.about__image-item:nth-child(2) {
	margin-right: 140px;
	margin-top: -170px
}

@media only screen and (max-width:479px) {

	.about__image-item:nth-child(1),
	.about__image-item:nth-child(2) {
		margin: 0 0 10px;
		width: 100%
	}
}

.about__image-item img {
	display: block;
	width: 100%;
	border-radius: 7px;
	filter: grayscale(100%);
	transition: all .7s ease
}

.about__image-item:hover img {
	transform: scale(1.1);
	filter: grayscale(0)
}

.about__content {
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 30px
}

@media only screen and (max-width:1199px) {
	.about__content {
		padding-left: 0
	}
}

.about__content .title {
	margin-bottom: 35px
}

.about__content .title__text {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 0;
	color: #ffaa17
}

.about__content-text {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7em;
	letter-spacing: .02em
}

.about__content-text p {
	line-height: 1.7em;
	letter-spacing: .1em;
	margin-bottom: 32px
}

.about__content-list {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7em;
	letter-spacing: .02em;
	display: flex;
	align-items: center
}

@media only screen and (max-width:575px) {
	.about__content-list {
		flex-direction: column;
		align-items: flex-start
	}
}

.about__content-list ul {
	position: relative
}

.about__content-list ul li {
	position: relative;
	line-height: 1.7em;
	letter-spacing: .1em;
	margin-bottom: 10px;
	padding-left: 35px
}

.about__content-list ul li i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ffaa17;
	font-weight: 400
}

.about__content-list .since {
	position: relative;
	margin-left: 82px;
	margin-top: 10px
}

@media only screen and (max-width:575px) {
	.about__content-list .since {
		margin-left: 40px;
		margin-top: 20px
	}
}

.about__content-list .since::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	width: 80px;
	height: 80px;
	background: #e8e9e9;
	border-radius: 50%
}

.about__content-list .since::after {
	content: "";
	position: absolute;
	left: -42px;
	top: 0;
	bottom: 0;
	border-left: 2px solid #ffaa17
}

.about__content-list .since .txt {
	position: relative;
	display: block;
	padding: 21px 5px;
	width: 90px;
	height: 90px;
	line-height: 24px;
	text-align: center;
	background: #222429;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50%;
	transition: all .5s ease
}

.about__content-list .since .txt:hover {
	background: #ffaa17
}

.about__content-button {
	margin-top: 30px
}

.facts {
	position: relative;
	padding: 0 0 290px;
	background: #1c1e22;
	color: #fff;
	z-index: 2
}

@media only screen and (max-width:991px) {
	.facts {
		padding-top: 90px;
		padding-bottom: 20px
	}
}

.facts__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	filter: grayscale(100%);
	opacity: .3;
	background: url(../images/layouts/facts-background.jpg)
}

.facts__box {
	position: relative;
	text-align: center;
	margin-bottom: 70px
}

.facts__box-item {
	position: relative;
	padding: 120px 0 0
}

@media only screen and (max-width:991px) {
	.facts__box-item {
		padding-top: 0
	}
}

.facts__box-item::before {
	position: absolute;
	content: "";
	left: -15px;
	right: -15px;
	top: 0;
	min-width: 100%;
	border-top: 4px solid #ffaa17;
	transform: scaleX(0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.facts__box-item::after {
	position: absolute;
	content: "";
	right: -15px;
	top: 0;
	bottom: 7px;
	border-right: 1px solid rgba(255, 255, 255, .15)
}

@media only screen and (max-width:767px) {
	.facts__box-item::after {
		display: none
	}
}

.facts__box-item .item__content {
	position: relative;
	text-align: center
}

.facts__box-item .item__content-counter {
	position: relative;
	font-weight: 400;
	font-size: 80px;
	line-height: 1em;
	letter-spacing: 0;
	display: block
}

@media only screen and (max-width:767px) {
	.facts__box-item .item__content-counter {
		font-size: 64px;
		line-height: 1em
	}
}

.facts__box-item .item__content-title {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase
}

.facts__box:hover .facts__box-item::before {
	transform: scaleX(1)
}

.team {
	position: relative;
	z-index: 2;
	padding-bottom: 90px
}

@media only screen and (max-width:991px) {
	.team {
		padding-bottom: 60px
	}
}

.team-about {
	padding-top: 120px
}

@media only screen and (max-width:991px) {
	.team-about {
		padding-top: 90px
	}
}

.team .title {
	text-align: center
}

.team .title br {
	display: none
}

.team .title__text {
	padding: 0
}

.team__box {
	position: relative;
	margin-bottom: 30px
}

@media only screen and (max-width:575px) {
	.team__box {
		padding: 0 15px
	}
}

.team__box-item {
	position: relative;
	display: block;
	text-align: center
}

.team__box-item .item__image {
	position: relative;
	display: block;
	overflow: hidden
}

.team__box-item .item__image a::before {
	display: none
}

.team__box-item .item__image a img {
	display: block;
	width: 100%;
	filter: grayscale(100%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 7px
}

.team__box-item .item__image-social {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	padding: 0 5px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.team__box-item .item__image-social li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px
}

.team__box-item .item__image-social li a {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	background: #fff;
	color: #222429;
	border-radius: 50%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.team__box-item .item__image-social li a::before {
	display: none
}

.team__box-item .item__image-social li a:hover {
	background: #ffaa17;
	color: #fff
}

.team__box-item .item__image-social li a i {
	vertical-align: middle;
	line-height: 44px
}

.team__box-item .item__info {
	position: relative;
	display: block;
	padding: 30px 0 0
}

.team__box-item .item__info h5 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.05em;
	font-weight: 400;
	margin: 0
}

.team__box-item .item__info h5 a {
	color: #222429
}

.team__box-item .item__info-position {
	position: relative;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-weight: 400;
	color: #686a6f;
	padding-top: 5px
}

.team__box-item:hover .item__image a img {
	filter: grayscale(0)
}

.team__box-item:hover .item__image-social {
	opacity: 1;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.owl-team.owl-carousel .owl-dots.disabled {
	display: block
}

.owl-team.owl-theme .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px
}

.owl-team.owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	background: #d3d3d4;
	border: 2px solid #d3d3d4;
	border-radius: 50%
}

.owl-team.owl-theme .owl-dots .owl-dot.active span {
	background: #fff;
	border-color: #ffaa17
}

.parallax {
	position: relative;
	padding: 120px 0;
	background: #1c1e22;
	text-align: center;
	color: #fff;
	z-index: 1
}

@media only screen and (max-width:991px) {
	.parallax {
		padding: 80px 0
	}
}

.parallax__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	filter: grayscale(100%);
	opacity: .3
}

.parallax__content-icon {
	position: relative;
	display: block;
	width: 114px;
	height: 114px;
	line-height: 114px;
	text-align: center;
	color: #222429;
	font-size: 54px;
	border-radius: 50%;
	margin: 0 auto 50px
}

.parallax__content-icon::before {
	content: "";
	position: absolute;
	left: -7px;
	top: 0;
	display: block;
	width: 80px;
	height: 80px;
	background: #fff;
	opacity: .3;
	border-radius: 50%
}

.parallax__content-icon::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #ffaa17;
	z-index: 1;
	border-radius: 50%
}

.parallax__content-icon span {
	position: relative;
	z-index: 2
}

.parallax__content h2 {
	position: relative;
	display: block;
	font-size: 70px;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0
}

@media only screen and (max-width:1199px) {
	.parallax__content h2 {
		font-size: 60px
	}
}

@media only screen and (max-width:991px) {
	.parallax__content h2 {
		font-size: 48px
	}
}

@media only screen and (max-width:767px) {
	.parallax__content h2 {
		font-size: 42px
	}
}

@media only screen and (max-width:575px) {
	.parallax__content h2 {
		font-size: 32px;
		line-height: 1.1em
	}
}

.parallax__content h2 span {
	color: #ffaa17
}

.sponsors {
	position: relative;
	padding: 100px 0;
	background: #fff
}

@media only screen and (max-width:991px) {
	.sponsors {
		padding: 70px 0
	}
}

.sponsors__item {
	position: relative;
	text-align: center
}

.sponsors__item-image {
	position: relative;
	display: inline-block
}

.sponsors__item-image a img {
	display: block;
	width: 100%;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	opacity: .2
}

.sponsors__item-image:hover a img {
	opacity: 1
}

.agency {
	position: relative;
	padding: 120px 0 80px;
	background: #fff url(../images/layouts/background.png) left top repeat
}

@media only screen and (max-width:991px) {
	.agency {
		padding: 90px 0 50px
	}
}

.agency .title {
	margin-bottom: 40px
}

.agency .title__text {
	padding: 0
}

.agency__inner {
	position: relative;
	display: block;
	padding-right: 50px;
	margin-bottom: 30px
}

@media only screen and (max-width:1199px) {
	.agency__inner {
		padding-right: 0
	}
}

.agency__inner-tab .tab__content {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	color: #686a6f;
	line-height: 1.7em;
	letter-spacing: 2px;
	padding: 15px;
	background: #f4f5f8
}

.agency__content {
	position: relative;
	margin-bottom: 30px;
	display: block
}

.agency__content-text {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	color: #686a6f;
	line-height: 1.7em;
	letter-spacing: 1px;
	margin-bottom: 50px
}

.agency__content-block {
	position: relative;
	display: block;
	padding-left: 268px;
	min-height: 248px;
	padding-top: 20px
}

@media only screen and (max-width:575px) {
	.agency__content-block {
		padding-left: 0;
		padding-top: 0
	}
}

.agency__content-block .block__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 242px;
	border-radius: 50%;
	overflow: hidden
}

@media only screen and (max-width:575px) {
	.agency__content-block .block__image {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		margin: 0 0 30px
	}
}

.agency__content-block .block__image img {
	display: block;
	width: 100%;
	filter: grayscale(100%);
	border-radius: 50%;
	transition: all .7s ease
}

.agency__content-block .block__image:hover img {
	transform: scale(1.1);
	filter: grayscale(0)
}

.agency__content-block .block__list {
	position: relative;
	top: -5px;
	display: block;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: .1em;
	margin-bottom: 0;
	font-size: 20px;
	color: #686a6f
}

.agency__content-block .block__list li {
	position: relative;
	line-height: 1.7em;
	margin-bottom: 12px;
	padding-left: 30px;
	font-weight: 300;
	color: #686a6f;
	white-space: nowrap
}

.agency__content-block .block__list li i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ffaa17;
	font-weight: 400
}

.agency .nav-tabs {
	border: 0
}

.agency .nav-link {
	border: 0;
	display: block;
	padding: 4px 31px;
	margin-right: 5px;
	cursor: pointer;
	background: #f4f5f8;
	font-weight: 500;
	transition: background .2s ease;
	font-size: 18px;
	text-transform: uppercase;
	color: #222;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 10px
}

@media only screen and (max-width:767px) {
	.agency .nav-link {
		width: 100%;
		margin-right: 0
	}
}

.agency .nav-link.active {
	background: #ffaa17;
	color: #fff
}

.news {
	position: relative;
	padding: 120px 0 70px
}

@media only screen and (max-width:991px) {
	.news {
		padding: 90px 0 40px
	}
}

.news .title {
	text-align: center
}

.news .title br {
	display: none
}

.news .title__text {
	padding: 0
}

.news__item {
	position: relative;
	display: block;
	margin-bottom: 30px;
	text-align: center
}

.news__item-image {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 7px
}

.news__item-image a img {
	display: block;
	width: 100%;
	filter: grayscale(100%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 7px
}

.news__item-content {
	position: relative;
	padding: 0 20px 0
}

.news__item-content .content__meta {
	position: relative;
	top: -27px;
	margin: 0 10px -3px
}

.news__item-content .content__meta ul {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 5px 0;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .05)
}

.news__item-content .content__meta ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px;
	font-size: 16px;
	letter-spacing: .1em;
	text-transform: uppercase
}

.news__item-content .content__meta ul li i {
	position: relative;
	top: -2px;
	color: #ffaa17;
	font-size: 14px;
	padding-right: 3px;
	vertical-align: middle
}

.news__item-content h5 {
	text-transform: uppercase;
	font-size: 34px;
	color: #222429;
	margin-bottom: 35px
}

.news__item-content h5 a {
	color: #222429
}

.news__item-content h5 a::before {
	display: none
}

.news__item-content h5 a:hover {
	color: #ffaa17;
	text-decoration: underline
}

.news__item-content .content__text {
	position: relative;
	top: -5px;
	color: #686a6f;
	display: block;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: .1em
}

.news__item-content .content__button {
	position: relative;
	margin-top: 20px
}

.news__item-content .content__button a {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #d3d3d4;
	border-radius: 50%;
	transition: all .3s ease
}

.news__item-content .content__button a::before {
	display: none
}

.news__item-content .content__button a:hover {
	background: #ffaa17
}

.news__item-content .content__button a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.news__item:hover .news__item-image a img {
	transform: scale(1.1);
	filter: grayscale(0)
}

.action {
	position: relative;
	padding: 0;
	z-index: 1
}

@media only screen and (max-width:991px) {
	.action {
		text-align: center
	}
}

.action-two {
	position: relative;
	padding: 120px 0 90px;
	background-color: #2a2c30;
	background: #ffaa17;
	background-image: url(../images/layouts/background-2.png);
	color: #fff;
	z-index: 1
}

.action-two .action__content {
	margin-top: 0;
	bottom: 0;
	padding: 0;
	border-radius: 0;
	background: 0 0
}

.action-two .action__content-shape-1,
.action-two .action__content-shape-2 {
	display: none
}

.action__content {
	position: relative;
	display: block;
	padding: 95px 95px 68px;
	background: #ffaa17;
	color: #222429;
	border-radius: 7px;
	overflow: hidden;
	bottom: -60px;
	margin-top: -60px
}

@media only screen and (max-width:991px) {
	.action__content {
		padding: 70px 20px 60px
	}
}

.action__content-shape-1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 340px;
	max-width: 100%;
	height: 100%;
	background: url(../images/layouts/shape-1.png) right top no-repeat;
	z-index: 1
}

.action__content-shape-2 {
	position: absolute;
	right: 170px;
	top: 0;
	width: 410px;
	height: 54px;
	background: url(../images/layouts/shape-2.png) right top no-repeat;
	z-index: 0
}

.action__content h2 {
	position: relative;
	float: left;
	display: block;
	font-size: 60px;
	line-height: .85em;
	text-transform: uppercase;
	color: var(--thm-black);
	font-weight: 500;
	margin: 0 0 25px;
	z-index: 3
}

@media only screen and (max-width:1199px) {
	.action__content h2 {
		font-size: 48px;
		line-height: 1em
	}
}

@media only screen and (max-width:991px) {
	.action__content h2 {
		width: 100%;
		margin-bottom: 10px
	}
}

@media only screen and (max-width:767px) {
	.action__content h2 {
		font-size: 36px
	}
}

@media only screen and (max-width:479px) {
	.action__content h2 {
		font-size: 32px
	}
}

.action__content-button {
	position: relative;
	float: right;
	padding-top: 12px;
	z-index: 3
}

@media only screen and (max-width:991px) {
	.action__content-button {
		width: 100%;
		padding: 20px 0 0
	}
}

.action__content-button a::before {
	display: none
}

.action .action-full {
	padding: 120px 0 90px;
	background: #ffaa17;
	background-image: url(../images/layouts/action.png)
}

@media only screen and (max-width:991px) {
	.action .action-full {
		padding: 80px 0 70px
	}
}

.action .action-full .action__content {
	position: relative;
	display: block;
	padding: 0;
	border-radius: 0;
	margin-top: 0;
	bottom: 0
}

.banner {
	position: relative;
	padding: 0;
	color: #fff;
	background: #222429;
	height: 500px
}

@media only screen and (max-width:1199px) {
	.banner {
		height: 480px
	}
}

@media only screen and (max-width:991px) {
	.banner {
		height: 350px
	}
}

@media only screen and (max-width:767px) {
	.banner {
		height: 330px
	}
}

.banner__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	filter: grayscale(100%)
}

.banner__shape-3 {
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	max-width: 100%;
	height: 100%;
	background: url(../images/layouts/shape-3.png) right bottom no-repeat;
	z-index: 1
}

@media only screen and (max-width:991px) {
	.banner__shape-3 {
		display: none
	}
}

.banner__shape-4 {
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	max-width: 100%;
	height: 100%;
	background: url(../images/layouts/shape-4.png) right top no-repeat;
	z-index: 1
}

@media only screen and (max-width:991px) {
	.banner__shape-4 {
		display: none
	}
}

.banner__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0)
}

.banner__inner-content {
	position: relative;
	text-align: center
}

.banner__inner-content h1 {
	position: relative;
	font-size: 100px;
	color: #fff;
	line-height: .9em;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0
}

@media only screen and (max-width:1199px) {
	.banner__inner-content h1 {
		font-size: 70px;
		line-height: 1em
	}
}

@media only screen and (max-width:991px) {
	.banner__inner-content h1 {
		font-size: 60px;
		line-height: 1.05em
	}
}

@media only screen and (max-width:767px) {
	.banner__inner-content h1 {
		font-size: 48px
	}
}

@media only screen and (max-width:575px) {
	.banner__inner-content h1 {
		font-size: 48px;
		line-height: 1.1em
	}
}

@media only screen and (max-width:479px) {
	.banner__inner-content h1 {
		font-size: 42px;
		white-space: nowrap
	}
}

.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0
}

.breadcrumb-item {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase
}

.breadcrumb-item.active {
	color: #ffaa17
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #ccd6f6;
	content: "-";
	padding: 0 10px
}

.breadcrumb-item a {
	color: #fff
}

.breadcrumb-item a::before {
	transform-origin: left
}

.gallery {
	position: relative;
	padding: 120px 0 90px
}

@media only screen and (max-width:991px) {
	.gallery {
		padding: 90px 0 60px
	}
}

.gallery .title {
	margin-bottom: 50px
}

@media only screen and (max-width:991px) {
	.gallery .title {
		margin-bottom: 40px
	}
}

.gallery .title br {
	display: none
}

.gallery .title__text {
	padding: 0
}

.gallery__nav {
	display: flex;
	justify-content: space-between
}

@media only screen and (max-width:991px) {
	.gallery__nav {
		flex-direction: column;
		justify-content: center;
		text-align: center
	}
}

.gallery__nav-list {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 50px
}

@media only screen and (max-width:991px) {
	.gallery__nav-list {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center
	}
}

.gallery__nav-list .list__item {
	position: relative;
	display: inline-block
}

.gallery__nav-list .list__item-link {
	color: #686a6f;
	font-weight: 300;
	font-size: 24px;
	line-height: 40px;
	vertical-align: top;
	padding: 0 0;
	cursor: pointer;
	margin: 0 0 10px 30px;
	text-transform: lowercase;
	letter-spacing: 1px;
	background: 0 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media only screen and (max-width:991px) {
	.gallery__nav-list .list__item-link {
		margin: 0 15px 10px
	}
}

@media only screen and (max-width:575px) {
	.gallery__nav-list .list__item-link {
		margin: 0 10px 15px
	}
}

.gallery__nav-list .list__item-link:hover {
	color: #222429;
	font-weight: 400;
	padding-right: 20px
}

.gallery__nav-list .list__item-link.active {
	color: #222429;
	font-weight: 400;
	padding-right: 20px
}

.gallery__nav-list .list__item-link.active::before {
	transform: scale(1)
}

.gallery__box {
	position: relative;
	margin-bottom: 30px;
	border-radius: 7px;
	overflow: hidden
}

.gallery__box-image {
	position: relative;
	border-radius: 7px
}

.gallery__box-image img {
	display: block;
	width: 100%;
	height: auto;
	filter: grayscale(100%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 7px
}

.gallery__box-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.gallery__box-overlay::before {
	display: none
}

.gallery__box-content {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.gallery__box-content .content__inner {
	position: relative;
	display: block;
	padding: 25px 35px;
	background: #222429;
	border-radius: 7px
}

.gallery__box-content .content__inner-subtitle {
	position: relative;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400
}

.gallery__box-content .content__inner-subtitle span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 48px
}

.gallery__box-content .content__inner-subtitle span::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 38px;
	border-bottom: 2px solid #ffaa17
}

.gallery__box-content .content__inner-title {
	position: relative;
	display: block
}

.gallery__box-content .content__inner-title h5 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 0
}

.gallery__box-content .content__inner-title h5 a {
	color: #fff
}

.gallery__box:hover .gallery__box-image img {
	filter: grayscale(0)
}

.gallery__box:hover .gallery__box-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
/** * * * */
.slider {
	position: relative;
	z-index: 1
}

.slider__base {
	position: absolute;
	left: 50px;
	top: 50px;
	bottom: 50px;
	color: #fff;
	font-size: 16px;
	text-transform: lowercase;
	line-height: 24px;
	letter-spacing: .1em;
	font-weight: 500;
	z-index: 10
}

@media only screen and (max-width:991px) {
	.slider__base {
		display: none
	}
}

.slider__base-inner {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 730px;
	height: 24px;
	transform-origin: left bottom;
	transform: rotate(-90deg)
}

.slider__base-inner .inner__hour {
	position: absolute;
	right: 0;
	top: 0
}

.slider__base-inner .inner__hour ul {
	display: flex;
	align-items: center
}

.slider__base-inner .inner__hour ul li {
	margin-left: 35px
}

.slider__base-inner .inner__social {
	position: absolute;
	left: 0;
	top: 0
}

.slider__base-inner .inner__social ul {
	display: flex;
	align-items: center
}

.slider__base-inner .inner__social ul li {
	margin-right: 35px
}

.slider__base-inner .inner__social ul li a {
	display: block;
	color: #fff
}

.slider__base-inner .inner__social ul li a:hover {
	color: #ffaa17
}

.slider__carousel {
	position: relative;
	z-index: 1
}

.slider__carousel-item {
	position: relative;
	display: block;
	background-color: #222429;
	color: #fff;
	overflow: hidden
}

.slider__carousel-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222429;
	opacity: .6;
	z-index: 1
}

.slider__carousel-item .item__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	filter: grayscale(100%)
}

.slider__carousel-item .item__line {
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	max-width: 100%;
	height: 100%;
	background: url(../images/home/line.png) left top no-repeat;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

@media only screen and (max-width:767px) {
	.slider__carousel-item .item__line {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.slider__carousel-item .item__curve {
		display: none
	}
}

.slider__carousel-item .item__curve-bottom {
	position: absolute;
	right: 0;
	top: 0;
	width: 655px;
	max-width: 100%;
	height: 100%;
	background: url(../images/home/curve-bottom.png) right bottom no-repeat;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateX(700px);
	-moz-transform: translateX(700px);
	-ms-transform: translateX(700px);
	-o-transform: translateX(700px);
	transform: translateX(700px)
}

.slider__carousel-item .item__curve-top {
	position: absolute;
	right: 0;
	top: 0;
	width: 164px;
	max-width: 100%;
	height: 100%;
	background: url(../images/home/curve-top.png) right top no-repeat;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	-ms-transform: translateX(200px);
	-o-transform: translateX(200px);
	transform: translateX(200px)
}

.slider__carousel-item .item__content {
	display: flex;
	align-items: center;
	height: 950px;
	position: relative;
	z-index: 11
}

@media only screen and (max-width:991px) {
	.slider__carousel-item .item__content {
		height: 800px
	}
}

@media only screen and (max-width:767px) {
	.slider__carousel-item .item__content {
		height: 600px;
		justify-content: center;
		text-align: center
	}
}

.slider__carousel-item .item__content-box .box__subtitle {
	display: block;
	font-size: 24px;
	line-height: 1.5em;
	color: #fff;
	font-weight: 400;
	text-transform: lowercase;
	letter-spacing: .05em;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px)
}

.slider__carousel-item .item__content-box h1 {
	display: block;
	font-size: 100px;
	line-height: .85em;
	color: #fff;
	font-weight: 600;
	opacity: 0;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px)
}

@media only screen and (max-width:1199px) {
	.slider__carousel-item .item__content-box h1 {
		font-size: 90px
	}
}

@media only screen and (max-width:991px) {
	.slider__carousel-item .item__content-box h1 {
		font-size: 70px;
		line-height: 1em
	}
}

@media only screen and (max-width:767px) {
	.slider__carousel-item .item__content-box h1 {
		font-size: 50px
	}
}

@media only screen and (max-width:575px) {
	.slider__carousel-item .item__content-box h1 {
		font-size: 36px
	}
}

@media only screen and (max-width:991px) {
	.slider__carousel-item .item__content-box h1 br {
		display: none
	}
}

.slider__carousel-item .item__content-box .box__button {
	position: relative;
	display: block;
	padding-top: 50px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px)
}

@media only screen and (max-width:991px) {
	.slider__carousel-item .item__content-box .box__button {
		padding-top: 30px
	}
}

.owl-slider .owl-item.active .slider__carousel-item .item__image {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 7s linear;
	-moz-transition: all 7s linear;
	-ms-transition: all 7s linear;
	-o-transition: all 7s linear;
	transition: all 7s linear
}

.owl-slider .owl-item.active .slider__carousel-item .item__line {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

.owl-slider .owl-item.active .slider__carousel-item .item__curve-bottom {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.3s;
	-moz-transition-delay: 1.3s;
	-ms-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	transition-delay: 1.3s
}

.owl-slider .owl-item.active .slider__carousel-item .item__curve-top {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.8s;
	-moz-transition-delay: 1.8s;
	-ms-transition-delay: 1.8s;
	-o-transition-delay: 1.8s;
	transition-delay: 1.8s
}

.owl-slider .owl-item.active .slider__carousel-item .item__content-box .box__subtitle {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-ms-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}

.owl-slider .owl-item.active .slider__carousel-item .item__content-box h1 {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1.3s;
	-moz-transition-delay: 1.3s;
	-ms-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	transition-delay: 1.3s
}

.owl-slider .owl-item.active .slider__carousel-item .item__content-box .box__button {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: 1.8s;
	-moz-transition-delay: 1.8s;
	-ms-transition-delay: 1.8s;
	-o-transition-delay: 1.8s;
	transition-delay: 1.8s
}

.owl-slider .owl-nav {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	width: 1200px;
	height: 110px;
	text-align: right
}

.owl-slider .owl-theme .owl-nav [class*=owl-] {
	margin: 0;
	border-radius: 50%
}

.owl-slider.owl-carousel .owl-nav .owl-next,
.owl-slider.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #fff;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	opacity: .2;
	border-radius: 50%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.owl-slider.owl-carousel .owl-nav .owl-next i,
.owl-slider.owl-carousel .owl-nav .owl-prev i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.owl-slider.owl-carousel .owl-nav .owl-next {
	top: auto;
	bottom: 0
}

.owl-slider.owl-theme .owl-nav [class*=owl-]:hover {
	color: #fff;
	background-color: #ffaa17
}

.live {
	position: relative;
	padding: 120px 0 0;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

@media only screen and (max-width:991px) {
	.live {
		padding-top: 90px
	}
}

.live .title {
	text-align: center
}

.live .title br {
	display: none
}

.live .title__text {
	padding: 0
}

.live__content {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: -120px;
	z-index: 1
}

.live__content-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: url(../images/home/live.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	filter: grayscale(100%);
	transition: all .7s ease
}

.live__content-inner {
	position: relative;
	padding: 20px 0
}

.live__content-inner .inner__box {
	position: relative;
	display: block;
	margin-left: auto;
	right: -25px;
	width: 490px;
	height: 490px;
	border-radius: 50%
}

@media only screen and (max-width:767px) {
	.live__content-inner .inner__box {
		height: auto;
		width: 100%;
		right: 0;
		padding: 20px 20px
	}
}

.live__content-inner .inner__box::before {
	content: "";
	position: absolute;
	left: -65px;
	top: -45px;
	width: 490px;
	height: 490px;
	background: #222429;
	opacity: .2;
	border-radius: 50%
}

@media only screen and (max-width:767px) {
	.live__content-inner .inner__box::before {
		left: -5px;
		top: -5px;
		right: -5px;
		bottom: -5px;
		width: auto;
		height: auto;
		border-radius: 10px
	}
}

.live__content-inner .inner__box-content {
	position: relative;
	display: block;
	width: 490px;
	height: 490px;
	padding: 190px 80px 50px 70px;
	background: #ffaa17;
	border-radius: 50%
}

@media only screen and (max-width:991px) {
	.live__content-inner .inner__box-content {
		padding-top: 210px
	}
}

@media only screen and (max-width:767px) {
	.live__content-inner .inner__box-content {
		position: relative;
		display: block;
		padding: 70px 30px 50px;
		text-align: center;
		height: auto;
		width: 100%;
		border-radius: 10px
	}
}

.live__content-inner .inner__box-content .content__video {
	position: absolute;
	left: 55px;
	top: 25px;
	width: 84px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

@media only screen and (max-width:767px) {
	.live__content-inner .inner__box-content .content__video {
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto 50px
	}
}

.live__content-inner .inner__box-content .content__video-link::before {
	display: none
}

.live__content-inner .inner__box-content .content__video-link .link__icon {
	position: relative;
	display: block;
	width: 84px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #222429;
	border-radius: 50%;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.live__content-inner .inner__box-content .content__video-link .link__icon::before {
	content: "";
	position: absolute;
	left: -8px;
	top: -8px;
	right: -8px;
	bottom: -8px;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 50%
}

.live__content-inner .inner__box-content .content__video-link .link__icon .ripple {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite
}

.live__content-inner .inner__box-content .content__video-link .link__icon .ripple::after,
.live__content-inner .inner__box-content .content__video-link .link__icon .ripple::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite
}

.live__content-inner .inner__box-content .content__video-link .link__icon .ripple::before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute
}

.live__content-inner .inner__box-content .content__video-link .link__icon .ripple::after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute
}

.live__content-inner .inner__box-content .content__video-link:hover .link__icon {
	color: #ffaa17;
	background: #fff
}

.live__content-inner .inner__box-content .content__title {
	position: relative
}

.live__content-inner .inner__box-content .content__title h3 {
	text-transform: uppercase;
	line-height: 1em
}

@media only screen and (max-width:991px) {
	.live__content-inner .inner__box-content .content__title h3 {
		font-size: 48px
	}
}

@media only screen and (max-width:575px) {
	.live__content-inner .inner__box-content .content__title h3 {
		font-size: 32px
	}
}

.live__content-inner .inner__box-content .content__link {
	position: relative;
	text-align: right
}

@media only screen and (max-width:767px) {
	.live__content-inner .inner__box-content .content__link {
		text-align: center
	}
}

.live__content-inner .inner__box-content .content__link a {
	position: relative;
	display: inline-block;
	padding-bottom: 2px;
	vertical-align: top;
	color: #222429;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	line-height: 1.25em
}

.live__content-inner .inner__box-content .content__link a::before {
	border-color: #222429;
	transform: scaleX(1)
}

.live__content-inner .inner__box-content .content__link a:hover {
	color: #fff
}

.live__content-inner .inner__box-content .content__link a:hover::before {
	border-color: #fff
}

.live__content:hover .live__content-image {
	transform: scale(1.1)
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

.platforms {
	position: relative;
	padding: 240px 0 90px;
	background: #fff url(../images/layouts/background.png) left top repeat
}

@media only screen and (max-width:991px) {
	.platforms {
		padding: 210px 0 60px
	}
}

.platforms__inner {
	position: relative;
	margin-bottom: 30px
}

@media only screen and (max-width:991px) {
	.platforms__inner {
		margin-bottom: 50px
	}
}

.platforms__inner .title__text {
	padding: 0
}

.platforms__inner-content {
	position: relative;
	display: block;
	padding-left: 230px;
	min-height: 117px;
	margin-bottom: 40px
}

@media only screen and (max-width:575px) {
	.platforms__inner-content {
		padding-left: 0;
		padding-top: 0
	}
}

.platforms__inner-content .content__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px
}

@media only screen and (max-width:575px) {
	.platforms__inner-content .content__image {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
		margin: 0 0 30px
	}
}

.platforms__inner-content .content__image img {
	display: block;
	width: 100%;
	filter: grayscale(100%);
	border-radius: 7px
}

.platforms__inner-content .content__text {
	position: relative;
	top: -5px;
	display: block;
	line-height: 1.7em;
	letter-spacing: .1em;
	margin-bottom: 32px
}

.platforms__inner-progress {
	position: relative;
	display: block;
	width: 100%
}

.platforms__inner-progress .progress__title {
	position: relative;
	font-size: 20px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px
}

.platforms__inner-progress .progress__bar {
	position: relative;
	width: 100%;
	height: 7px;
	background: #fff;
	border-radius: 4px
}

.platforms__inner-progress .progress__bar-item {
	width: 100%;
	background-color: #e0e0e0;
	padding: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2)
}

.platforms__inner-progress .progress__bar-item .item__fill {
	display: block;
	height: 7px;
	background-color: #ffaa17;
	border-radius: 3px;
	animation: fill 3s ease forwards
}

.platforms__accordion .card {
	margin-top: 10px;
	padding: 10px;
	background: #fff;
	border: 0
}

.platforms__accordion .card-header {
	background-color: #fff;
	display: block;
	cursor: pointer;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	padding: 7px;
	border-bottom: 0
}

.platforms__accordion .card-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ffaa17
}

.platforms__accordion .card-link::before {
	display: none
}

.platforms__accordion .card-link i {
	font-size: 16px
}

.platforms__accordion .card-link .fa-plus {
	display: none
}

.platforms__accordion .card-link.collapsed {
	color: #444
}

.platforms__accordion .card-link.collapsed .fa-plus {
	display: block
}

.platforms__accordion .card-link.collapsed .fa-minus {
	display: none
}

.platforms__accordion .card-body {
	font-size: 18px;
	padding: 7px;
	line-height: 1.5;
	margin: 0;
	color: #444
}

@keyframes fill {
	0% {
		width: 0%
	}

	100% {
		width: 70%
	}
}

.trusted {
	position: relative;
	padding: 0 0 70px;
	background: 0 0;
	z-index: 2
}

@media only screen and (max-width:991px) {
	.trusted {
		padding-bottom: 40px
	}
}

.trusted__outer {
	position: relative;
	margin-top: -240px
}

@media only screen and (max-width:991px) {
	.trusted__outer {
		margin-top: 80px
	}
}

.trusted .left-col {
	position: relative;
	padding: 0 4px;
	margin-bottom: 30px
}

.trusted .right-col {
	position: relative;
	padding: 0 4px;
	margin-bottom: 30px;
	z-index: 3
}

.trusted__inner {
	position: relative;
	display: block
}

.trusted__inner-title {
	position: relative;
	padding: 75px 50px 20px;
	min-height: 240px;
	background: #ffaa17;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #222429;
	border-radius: 7px 7px 0 0;
	text-align: center
}

@media only screen and (max-width:991px) {
	.trusted__inner-title {
		padding: 50px 30px;
		min-height: 0
	}
}

@media only screen and (max-width:575px) {
	.trusted__inner-title {
		padding: 40px 20px;
		font-size: 30px
	}
}

.trusted__inner-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -39px;
	width: 50px;
	height: 40px;
	background: url(../images/home/curve-down-left.png) left top no-repeat
}

.trusted__inner-list {
	position: relative
}

.trusted__inner-list .list__item {
	position: relative;
	display: block;
	padding: 55px 0;
	padding-left: 90px;
	min-height: 170px;
	border-bottom: 1px solid #e9ebee
}

@media only screen and (max-width:479px) {
	.trusted__inner-list .list__item {
		padding-left: 0;
		text-align: center
	}
}

.trusted__inner-list .list__item-count {
	position: absolute;
	left: 0;
	top: 55px;
	width: 60px;
	height: 60px;
	text-align: center;
	background: rgba(255, 170, 23, .2);
	padding: 10px;
	line-height: 45px;
	font-size: 30px;
	letter-spacing: 1px;
	color: #ffaa17;
	text-transform: uppercase;
	border-radius: 50%;
	transition: all .5s ease
}

@media only screen and (max-width:479px) {
	.trusted__inner-list .list__item-count {
		position: relative;
		display: block;
		left: 0;
		top: 0;
		margin: 0 auto 30px
	}
}

.trusted__inner-list .list__item h5 {
	font-weight: 400;
	margin: 0;
	line-height: 1.15em;
	color: #222429;
	margin-bottom: 10px
}

@media only screen and (max-width:479px) {
	.trusted__inner-list .list__item h5 {
		font-size: 24px
	}
}

.trusted__inner-list .list__item-text {
	font-weight: 400;
	font-size: 20px;
	letter-spacing: .1em;
	color: #686a6f;
	text-transform: uppercase;
	line-height: 1.25em
}

.trusted__inner-list .list__item:hover .list__item-count {
	color: #fff;
	background: #222429
}

.trusted__content {
	position: relative;
	display: block;
	min-height: 260px;
	padding: 115px 0 0 110px;
	background: #fff;
	border-radius: 7px 0 0 0
}

@media only screen and (max-width:1199px) {
	.trusted__content {
		padding-top: 70px;
		padding-left: 30px
	}
}

@media only screen and (max-width:991px) {
	.trusted__content {
		padding-top: 0;
		padding-left: 0
	}
}

.trusted__content::before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: -1px;
	width: 2000px;
	height: 100%;
	background: #fff
}

.trusted__content-block {
	position: relative;
	display: block;
	padding-left: 280px;
	min-height: 170px
}

@media only screen and (max-width:575px) {
	.trusted__content-block {
		padding-left: 0;
		padding-top: 0
	}
}

.trusted__content-block .block__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	overflow: hidden;
	border-radius: 7px
}

@media only screen and (max-width:575px) {
	.trusted__content-block .block__image {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		margin: 0 0 30px
	}
}

.trusted__content-block .block__image img {
	display: block;
	width: 100%;
	filter: grayscale(100%);
	border-radius: 7px;
	transition: all .7s ease
}

.trusted__content-block .block__image:hover img {
	filter: grayscale(0);
	transform: scale(1.1)
}

.trusted__content-block .block__list {
	position: relative;
	top: -5px;
	display: block;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: .1em
}

.trusted__content-block .block__list-item {
	position: relative;
	line-height: 1.7em;
	margin-bottom: 12px;
	padding-left: 30px;
	font-weight: 300;
	white-space: nowrap
}

@media only screen and (max-width:1199px) {
	.trusted__content-block .block__list-item {
		white-space: unset
	}
}

.trusted__content-block .block__list-item i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ffaa17;
	font-weight: 400
}

.discover {
	position: relative;
	padding: 120px 0 90px;
	background: #fff
}

@media only screen and (max-width:991px) {
	.discover {
		padding: 90px 0 60px
	}
}

.discover__box {
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 30px
}

@media only screen and (max-width:575px) {
	.discover__box {
		padding-left: 0
	}
}

.discover__box-image {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 7px
}

.discover__box-image img {
	display: block;
	width: 100%;
	filter: grayscale(100%);
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	border-radius: 7px
}

.discover__box-inner {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	max-width: 330px
}

@media only screen and (max-width:575px) {
	.discover__box-inner {
		position: absolute;
		left: 20px;
		bottom: 20px;
		right: 20px;
		max-width: 100%;
		width: auto
	}
}

.discover__box-inner .inner__content {
	position: relative;
	display: block;
	padding: 40px 80px 36px 40px;
	background: #ffaa17;
	border-radius: 7px
}

@media only screen and (max-width:575px) {
	.discover__box-inner .inner__content {
		padding: 30px 80px 30px 20px
	}
}

.discover__box-inner .inner__content h5 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	color: #222429;
	line-height: 1em;
	margin: 0
}

@media only screen and (max-width:575px) {
	.discover__box-inner .inner__content h5 {
		font-size: 24px
	}
}

.discover__box-inner .inner__content-button {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px
}

.discover__box-inner .inner__content-button a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 20px;
	background: #222429;
	color: #fff;
	line-height: 55px;
	border-radius: 50%;
	text-align: center;
	transition: all .5s ease
}

.discover__box-inner .inner__content-button a::before {
	display: none
}

.discover__box-inner .inner__content-button a:hover {
	background: #fff;
	color: #ffaa17
}

.discover__box:hover .discover__box-image img {
	transform: scale(1.1);
	filter: grayscale(0)
}

.facts-about {
	background: #222429;
	padding-bottom: 50px
}

.facts-about .facts__background {
	display: none
}

.blog {
	position: relative;
	padding: 120px 0 90px
}

@media only screen and (max-width:991px) {
	.blog {
		padding: 90px 0 60px
	}
}

.blog__item {
	position: relative;
	margin-bottom: 40px
}

.blog__item-image {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 7px
}

.blog__item-image a img {
	display: block;
	width: 100%;
	filter: grayscale(100%);
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	border-radius: 7px
}

.blog__item-image .video {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	font-size: 24px;
	color: #222429;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	z-index: 3
}

.blog__item-image .video::before {
	display: none
}

.blog__item-image .video__icon {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 24px;
	color: #222429;
	background: #ffaa17;
	border-radius: 50%;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.blog__item-image .video:hover .video__icon {
	background: #222429;
	color: #ffaa17
}

.blog__item-content {
	position: relative;
	margin-top: 30px
}

.blog__item-content .content__meta {
	position: relative;
	display: block
}

.blog__item-content .content__meta li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 5px 0;
	font-size: 16px;
	letter-spacing: .07em;
	text-transform: uppercase
}

.blog__item-content .content__meta li i {
	position: relative;
	top: -2px;
	color: #ffaa17;
	font-size: 14px;
	padding-right: 3px;
	vertical-align: middle
}

.blog__item-content h4 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.1em;
	color: #222429;
	margin-bottom: 30px
}

@media only screen and (max-width:767px) {
	.blog__item-content h4 {
		font-size: 32px
	}
}

.blog__item-content h4 a {
	color: #222429
}

.blog__item-content h4 a:hover {
	color: #ffaa17
}

.blog__item-content .content__text {
	position: relative;
	top: -5px;
	display: block;
	font-weight: 300;
	line-height: 1.6em;
	letter-spacing: .1em
}

.blog__item-content .content__button {
	position: relative;
	margin-top: 20px
}

.blog__item-content .content__button a {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	color: #222429;
	letter-spacing: 1px
}

.blog__item-content .content__button a::before {
	transform: scale(1)
}

.blog__item-content .content__button a:hover {
	color: #ffaa17
}

.blog__item-content .content__button a:hover::before {
	border-color: #222429
}

.blog__item:hover .blog__item-image a img {
	filter: grayscale(0)
}

.blog__quote {
	position: relative;
	display: block;
	padding: 50px 50px 40px;
	background: #f4f5f8;
	border-radius: 7px;
	margin-bottom: 30px
}

.blog__quote-icon {
	position: relative;
	display: block;
	top: 30px;
	font-weight: 400;
	font-size: 150px;
	line-height: .4em;
	color: #ffaa17;
	margin-bottom: 10px
}

.blog__quote-icon-link {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 40px;
	line-height: 1em;
	color: #ffaa17;
	margin-bottom: 15px
}

.blog__quote-text {
	position: relative;
	top: -5px;
	display: block;
	font-weight: 300;
	line-height: 1.6em;
	letter-spacing: .1em;
	margin: 0
}

.blog__quote-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.blog__quote-link::before {
	display: none
}

.blog__quote h4 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.1em;
	color: #222429;
	font-weight: 400;
	margin-bottom: 0
}

@media only screen and (max-width:767px) {
	.blog__quote h4 {
		font-size: 32px
	}
}

.blog__quote h4 a {
	color: #222429
}

.blog__quote h4 a::before {
	display: none
}

.blog__button {
	position: relative;
	margin-top: 20px
}

.blog__sidebar {
	position: relative;
	margin-bottom: 30px
}

@media only screen and (max-width:991px) {
	.blog__sidebar {
		margin-top: 30px
	}
}

.blog__sidebar .widget {
	position: relative;
	display: block;
	padding: 45px 45px;
	background: #f4f5f8;
	margin-bottom: 30px;
	border-radius: 7px
}

@media only screen and (max-width:575px) {
	.blog__sidebar .widget {
		padding: 40px 25px
	}
}

.blog__sidebar .widget__title {
	position: relative;
	margin-bottom: 20px
}

.blog__sidebar .widget__title h4 {
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 1.1em;
	color: #222429;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .01em;
	margin-bottom: 0
}

.blog__sidebar-search {
	position: relative;
	display: block;
	padding: 0;
	border-radius: 7px;
	margin-bottom: 30px
}

.blog__sidebar-search .form-group {
	position: relative;
	margin: 0
}

.blog__sidebar-search .form-group input {
	position: relative;
	line-height: 40px;
	padding: 19px 80px 19px 35px;
	background: #ffaa17;
	color: #222429;
	display: block;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	width: 100%;
	height: 80px;
	border: 1px solid #ffaa17;
	border-radius: 7px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.blog__sidebar-search .form-group input:focus {
	border-color: #222429
}

.blog__sidebar-search .form-group input:focus+button {
	color: #222429
}

.blog__sidebar-search .form-group button {
	position: absolute;
	right: 20px;
	top: 0;
	height: 80px;
	width: 60px;
	line-height: 80px;
	display: block;
	font-size: 24px;
	color: #848484;
	background: 0 0;
	font-weight: 400
}

.blog__sidebar-posts .posts__content {
	position: relative;
	font-size: 20px;
	color: #686a6f;
	padding: 7px 0 0 85px;
	min-height: 62px;
	margin-bottom: 30px
}

.blog__sidebar-posts .posts__content:last-child {
	margin-bottom: 0
}

.blog__sidebar-posts .posts__content-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 62px;
	height: 62px;
	border-radius: 50%
}

.blog__sidebar-posts .posts__content-image img {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 50%;
	filter: grayscale(100%);
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease
}

.blog__sidebar-posts .posts__content h5 {
	font-size: 20px;
	line-height: 1.3em;
	color: #686a6f;
	font-weight: 300;
	text-transform: capitalize;
	margin: 0;
	letter-spacing: .07em;
	max-width: 170px
}

.blog__sidebar-posts .posts__content h5 a {
	color: #686a6f
}

.blog__sidebar-posts .posts__content h5 a::before {
	display: none
}

.blog__sidebar-posts .posts__content:hover .posts__content-image img {
	filter: grayscale(0)
}

.blog__sidebar-posts .posts__content:hover h5 a {
	color: #222429
}

.blog__sidebar-categories ul {
	position: relative
}

.blog__sidebar-categories ul li {
	position: relative;
	line-height: 30px;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #686a6f;
	font-weight: 300;
	margin-bottom: 15px
}

.blog__sidebar-categories ul li.active a {
	color: #222429;
	font-weight: 400
}

.blog__sidebar-categories ul li a {
	position: relative;
	display: block;
	line-height: 30px;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #686a6f;
	font-weight: 300;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1
}

.blog__sidebar-categories ul li a::before {
	transform-origin: left
}

.blog__sidebar-categories ul li a:hover {
	color: #222429
}

.blog__sidebar-categories ul li a i {
	position: absolute;
	right: 0;
	top: -1px;
	opacity: 1;
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
	z-index: 1
}

.blog__sidebar-tags .tags__list {
	padding-right: 20px
}

.blog__sidebar-tags .tags__list a {
	position: relative;
	display: inline-block;
	line-height: 1.45em;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #686a6f;
	letter-spacing: .09em;
	text-transform: capitalize;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.blog__sidebar-tags .tags__list a::before {
	display: none
}

.blog__sidebar-tags .tags__list a:hover {
	color: #222429;
	font-weight: 400
}

.blog__sidebar-comments .comments__content {
	position: relative;
	font-size: 20px;
	color: #686a6f;
	padding: 0 0 0 70px;
	min-height: 48px;
	margin-bottom: 30px
}

.blog__sidebar-comments .comments__content:last-child {
	margin-bottom: 0
}

.blog__sidebar-comments .comments__content-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	font-size: 20px;
	line-height: 54px;
	background-color: #222429;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.blog__sidebar-comments .comments__content-text {
	font-size: 20px;
	line-height: 24px;
	color: #686a6f;
	font-weight: 300;
	letter-spacing: .07em;
	text-transform: capitalize;
	margin: 0
}

.blog__sidebar-comments .comments__content-text a {
	color: #686a6f
}

.blog__sidebar-comments .comments__content-text a::before {
	display: none
}

.blog__sidebar-comments .comments__content:hover .comments__content-icon {
	background: #ffaa17
}

.blog__sidebar-comments .comments__content:hover .comments__content-text a {
	color: #222429
}

.contact {
	position: relative;
	padding: 120px 0 90px;
	background: #fff
}

@media only screen and (max-width:991px) {
	.contact {
		padding: 90px 0 60px
	}
}

.contact .title {
	text-align: center
}

.contact .title br {
	display: none
}

.contact .title__text {
	padding: 0
}

.contact__info {
	position: relative;
	margin-bottom: 90px
}

@media only screen and (max-width:991px) {
	.contact__info {
		margin-bottom: 60px
	}
}

.contact__info-item {
	position: relative;
	display: block;
	height: 100%;
	min-height: 100%;
	padding: 45px 45px 40px;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.contact__info-item h5 {
	font-size: 24px;
	text-transform: uppercase;
	color: #222429;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.1em;
	margin: 0
}

.contact__info-item .item__text {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.7em;
	font-weight: 300;
	letter-spacing: .1em;
	color: #686a6f;
	padding: 30px 0 0;
	z-index: 1
}

.contact__info-item .item__text ul li {
	white-space: nowrap
}

.contact__info-item .item__text ul li a {
	color: #686a6f
}

.contact__info-item .item__text ul li a::before {
	display: none
}

.contact__info-item:hover {
	background: #222429
}

.contact__info-item:hover h5 {
	color: #fff
}

.contact__info-item:hover .item__text {
	color: #fff
}

.contact__info-item:hover .item__text ul li a {
	color: #fff
}

.contact__map {
	position: relative;
	display: block;
	margin: 0 0 120px;
	border-radius: 7px;
	overflow: hidden
}

@media only screen and (max-width:991px) {
	.contact__map {
		margin-bottom: 60px
	}
}

.contact__map iframe {
	position: relative;
	display: block;
	width: 100%;
	height: 450px
}

.contact__form {
	position: relative;
	display: block;
	max-width: 770px;
	margin: 0 auto;
	text-align: center
}

.contact__form form .form-group {
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px
}

.contact__form form .form-group input,
.contact__form form .form-group textarea {
	position: relative;
	display: block;
	height: 70px;
	width: 100%;
	font-size: 18px;
	color: #222429;
	line-height: 40px;
	font-weight: 400;
	padding: 14px 30px;
	letter-spacing: .02em;
	background-color: #f4f5f8;
	border: 1px solid #f4f5f8;
	border-radius: 7px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.contact__form form .form-group textarea {
	height: 220px;
	resize: none
}

.service {
	position: relative;
	padding: 120px 0 90px;
	background: #fff
}

@media only screen and (max-width:991px) {
	.service {
		padding: 90px 0 60px
	}
}

.service__item {
	position: relative;
	display: block;
	padding: 50px 45px 40px;
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	margin-bottom: 30px
}

.service__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .04);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.service__item-curve {
	position: absolute;
	right: -70px;
	bottom: -10px;
	width: 120px;
	height: 120px;
	background: #fff;
	opacity: .1;
	z-index: 0;
	transform: skewX(0) scaleX(0);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.service__item-icon {
	position: relative;
	display: block;
	color: #ffaa17;
	font-size: 64px;
	line-height: 1em;
	margin-bottom: 20px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.service__item h5 {
	font-size: 30px;
	text-transform: uppercase;
	color: #222429;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.1em;
	margin: 0
}

.service__item h5 a {
	color: #222429
}

.service__item h5 a::before {
	display: none
}

.service__item-text {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.7em;
	font-weight: 300;
	letter-spacing: .1em;
	color: #686a6f;
	padding: 30px 0 0;
	z-index: 1
}

.service__item-button {
	position: absolute;
	right: 3px;
	bottom: 8px;
	width: 30px;
	height: 30px;
	z-index: 1
}

.service__item-button a {
	position: relative;
	line-height: 30px;
	font-size: 20px;
	color: #fff
}

.service__item-button a::before {
	display: none
}

.service__item:hover::before {
	background: #222429;
	bottom: -10px
}

.service__item:hover .service__item-curve {
	transform: skewX(-45deg) scaleX(1)
}

.service__item:hover .service__item-text {
	color: #fff
}

.service__item:hover h5 a {
	color: #fff
}

.work {
	position: relative;
	padding: 120px 0 80px
}

@media only screen and (max-width:991px) {
	.work {
		padding: 90px 0 50px
	}
}

.work__tab .tab__image {
	position: relative;
	display: block;
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 30px
}

.work__tab .tab__image img {
	display: block;
	width: 100%;
	filter: grayscale(100%);
	border-radius: 7px;
	transition: all .7s ease
}

.work__tab .tab__image:hover img {
	filter: grayscale(0);
	transform: scale(1.1)
}

.work__tab .tab__content {
	position: relative;
	padding-left: 30px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7em;
	letter-spacing: .1em
}

@media only screen and (max-width:1199px) {
	.work__tab .tab__content {
		padding-left: 0
	}
}

.work__tab .tab__content p {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7em;
	letter-spacing: 2px;
	margin-bottom: 30px
}

.work__tab .tab__content p.color {
	color: #ffaa17
}

.work__tab .tab__content ul {
	position: relative
}

.work__tab .tab__content ul li {
	position: relative;
	line-height: 1.7em;
	margin-bottom: 8px;
	padding-left: 30px;
	font-weight: 300
}

.work__tab .tab__content ul li i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ffaa17;
	font-weight: 400
}

.work .title {
	text-align: center
}

.work .title br {
	display: none
}

.work .title__text {
	padding: 0
}

.work .nav {
	justify-content: space-between
}

@media only screen and (max-width:1199px) {
	.work .nav {
		justify-content: unset
	}
}

.work .nav-tabs {
	border: 0
}

.work .nav-link {
	border: 0;
	display: block;
	padding: 20px 111px;
	cursor: pointer;
	background: #f4f5f8;
	font-weight: 500;
	transition: background .2s ease;
	font-size: 22px;
	text-transform: uppercase;
	color: #222;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 10px
}

@media only screen and (max-width:1199px) {
	.work .nav-link {
		width: 100%;
		margin-right: 0;
		padding: 10px 35px
	}
}

.work .nav-link:last-child {
	margin-right: 0
}

.work .nav-link.active {
	background: #ffaa17;
	color: #fff
}

.work .tab-content {
	background: #f4f5f8;
	padding: 30px
}

.error {
	position: relative;
	background: #fff;
	padding: 120px 0
}

.error__content {
	position: relative;
	text-align: center
}

.error__content-image {
	position: relative;
	line-height: .7em;
	font-size: 340px;
	color: #ffaa17;
	font-weight: 400;
	letter-spacing: 15px;
	line-height: 1em
}

.error__content-image img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	width: auto
}

.error__content h2 {
	font-weight: 400;
	color: #222429;
	line-height: 1em;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: .005em
}

@media only screen and (max-width:991px) {
	.error__content h2 {
		font-size: 48px
	}
}

@media only screen and (max-width:767px) {
	.error__content h2 {
		font-size: 32px
	}
}

.error__content-text {
	position: relative;
	display: block;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: .1em
}

.error__content-form {
	position: relative;
	max-width: 520px;
	margin: 50px auto 0
}

.error__content-form form {
	position: relative
}

.error__content-form form .form-group {
	position: relative;
	margin: 0
}

.error__content-form form .form-group input {
	position: relative;
	width: 100%;
	line-height: 30px;
	padding: 20px 60px 20px 30px;
	height: 70px;
	display: block;
	font-size: 20px;
	background: #f4f5f8;
	font-weight: 300;
	letter-spacing: .07em;
	color: #686a6f;
	border-radius: 7px;
	border: 1px solid #f4f5f8;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.error__content-form form .form-group button {
	position: absolute;
	right: 25px;
	top: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background: 0 0;
	color: #686a6f
}

.error__content-form form .form-group button i {
	vertical-align: middle
}

.error__content-button {
	position: relative;
	margin-top: 30px
}

.teamMembers {
	position: relative;
	padding: 120px 0 90px;
	background: 0 0;
	z-index: 2
}

.blogDetails {
	position: relative;
	padding: 120px 0 90px
}

@media only screen and (max-width:991px) {
	.blogDetails {
		padding: 90px 0 60px
	}
}

.blogDetails__item {
	position: relative
}

.blogDetails__item-image {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 7px
}

.blogDetails__item-image a img {
	display: block;
	width: 100%;
	filter: grayscale(100%);
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	border-radius: 7px
}

.blogDetails__item-image:hover a img {
	filter: grayscale(0)
}

.blogDetails__item-content {
	position: relative;
	margin-top: 30px
}

.blogDetails__item-content .content__meta {
	position: relative;
	display: block
}

.blogDetails__item-content .content__meta li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 5px 0;
	font-size: 16px;
	letter-spacing: .07em;
	text-transform: uppercase
}

.blogDetails__item-content .content__meta li i {
	position: relative;
	top: -2px;
	color: #ffaa17;
	font-size: 14px;
	padding-right: 3px;
	vertical-align: middle
}

.blogDetails__item-content h4 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.1em;
	color: #222429;
	margin-bottom: 30px
}

@media only screen and (max-width:767px) {
	.blogDetails__item-content h4 {
		font-size: 32px
	}
}

.blogDetails__item-content .content__text {
	position: relative;
	display: block;
	font-weight: 300;
	line-height: 1.6em;
	letter-spacing: .1em
}

.blogDetails__item-content .content__text p {
	position: relative;
	line-height: 1.6em;
	margin-bottom: 35px
}

.blogDetails__info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 28px 0 0;
	border-top: 1px solid #e9ebee;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: .05em;
	margin-bottom: 30px
}

.blogDetails__info-cate,
.blogDetails__info-tags {
	position: relative;
	display: flex;
	align-items: baseline
}

.blogDetails__info-cate .cate-title,
.blogDetails__info-cate .tags__title,
.blogDetails__info-tags .cate-title,
.blogDetails__info-tags .tags__title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	margin-right: 5px
}

.blogDetails__info-cate a,
.blogDetails__info-tags a {
	color: #686a6f
}

.blogDetails__info-cate a::before,
.blogDetails__info-tags a::before {
	display: none
}

.blogDetails__info-cate a:hover,
.blogDetails__info-tags a:hover {
	color: #222429
}

.blogDetails__posts {
	position: relative;
	margin-bottom: 20px
}

.blogDetails__posts-content {
	position: relative;
	display: block;
	padding: 55px 50px;
	background: #f4f5f8;
	height: 100%;
	min-height: 100%;
	border-radius: 7px;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease
}

.blogDetails__posts-content h4 {
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.1em;
	color: #222429;
	margin-bottom: 0
}

@media only screen and (max-width:575px) {
	.blogDetails__posts-content h4 {
		font-size: 26px
	}
}

.blogDetails__posts-content .content__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.blogDetails__posts-content .content__link::before {
	display: none
}

.blogDetails__posts-content:hover {
	background: #ffaa17
}

.blogDetails__posts-content:hover h4 {
	color: #fff
}

.blogDetails__comments {
	position: relative;
	margin-bottom: 70px
}

.blogDetails__comments-title {
	position: relative;
	margin-bottom: 40px
}

.blogDetails__comments-title h3 {
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #222429;
	margin: 0
}

@media only screen and (max-width:767px) {
	.blogDetails__comments-title h3 {
		font-size: 32px
	}
}

.blogDetails__comments-box {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e9ebee
}

@media only screen and (max-width:575px) {
	.blogDetails__comments-box {
		margin-bottom: 40px;
		padding-bottom: 35px
	}
}

.blogDetails__comments-box .box__item {
	position: relative;
	min-height: 90px;
	padding-left: 130px
}

@media only screen and (max-width:575px) {
	.blogDetails__comments-box .box__item {
		padding-left: 0
	}
}

.blogDetails__comments-box .box__item-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 20px;
	overflow: hidden
}

@media only screen and (max-width:575px) {
	.blogDetails__comments-box .box__item-image {
		position: relative;
		left: 0;
		top: 0;
		margin: 0 0 30px
	}
}

.blogDetails__comments-box .box__item-image img {
	width: 90px;
	height: 90px;
	display: block;
	border-radius: 50%;
	filter: grayscale(100%);
	transition: all .7s ease
}

.blogDetails__comments-box .box__item-info {
	position: relative;
	margin-bottom: 25px;
	line-height: 24px
}

.blogDetails__comments-box .box__item-info .info__name {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: .02em;
	color: #222429;
	text-transform: uppercase
}

.blogDetails__comments-box .box__item-info .info__date {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: .1em;
	font-weight: 300;
	color: #ffaa17
}

.blogDetails__comments-box .box__item-text {
	position: relative;
	display: block;
	color: #686a6f;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: .1em;
	margin-bottom: 30px
}

.blogDetails__comments-box .box__item-button {
	position: relative;
	display: block
}

.blogDetails__comments-box .box__item-button .btn-title {
	padding: 6px 30px 4px;
	line-height: 30px
}

.blogDetails__comments-box .box__item:hover .box__item-image img {
	filter: grayscale(0)
}

.blogDetails__leave {
	position: relative
}

.blogDetails__leave-title {
	position: relative;
	margin-bottom: 40px
}

.blogDetails__leave-title h3 {
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #222429;
	margin: 0
}

@media only screen and (max-width:767px) {
	.blogDetails__leave-title h3 {
		font-size: 32px
	}
}

.blogDetails__leave-form form .form-group {
	padding: 0 10px;
	margin-bottom: 20px
}

.blogDetails__leave-form form .form-group input,
.blogDetails__leave-form form .form-group textarea {
	position: relative;
	display: block;
	height: 70px;
	width: 100%;
	font-size: 18px;
	color: #222429;
	line-height: 40px;
	font-weight: 400;
	padding: 14px 30px;
	letter-spacing: .02em;
	background-color: #f4f5f8;
	border: 1px solid #f4f5f8;
	border-radius: 7px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.blogDetails__leave-form form .form-group textarea {
	height: 220px;
	resize: none
}

.portfolioDetails {
	position: relative
}

.portfolioDetails__content {
	position: relative;
	padding: 120px 0 80px
}

@media only screen and (max-width:991px) {
	.portfolioDetails__content {
		padding: 90px 0 50px
	}
}

.portfolioDetails__content-image {
	position: relative;
	display: block;
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 30px
}

.portfolioDetails__content-image a::before {
	display: none
}

.portfolioDetails__content-image a img {
	display: block;
	width: 100%;
	filter: grayscale(100%);
	border-radius: 7px;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease
}

.portfolioDetails__content-image:hover a img {
	filter: grayscale(0);
	transform: scale(1.1)
}

.portfolioDetails__content-inner {
	position: relative;
	display: block;
	font-weight: 300;
	line-height: 1.5em;
	font-size: 20px;
	letter-spacing: .1em
}

.portfolioDetails__content-inner h5 {
	font-size: 30px;
	letter-spacing: .005em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.1em;
	margin-bottom: 20px
}

.portfolioDetails__content-inner p {
	line-height: 1.8em;
	margin-bottom: 25px
}

.portfolioDetails__content-inner ul {
	position: relative
}

.portfolioDetails__content-inner ul li {
	position: relative;
	line-height: 26px;
	margin-bottom: 30px
}

.portfolioDetails__content-inner ul li strong {
	font-size: 24px;
	letter-spacing: .01em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1em
}

.portfolioDetails__control {
	position: relative;
	padding: 50px 0;
	border-top: 1px solid #e9ebee;
	border-bottom: 1px solid #e9ebee;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.portfolioDetails__control-next,
.portfolioDetails__control-prev {
	position: relative;
	line-height: 30px;
	font-size: 24px;
	color: #222429;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-weight: 400
}

.portfolioDetails__control-next a,
.portfolioDetails__control-prev a {
	display: block;
	line-height: 30px;
	font-size: 24px;
	color: #222429;
	font-weight: 400
}

.portfolioDetails__control-next a i,
.portfolioDetails__control-prev a i {
	position: relative;
	vertical-align: top;
	line-height: 30px;
	font-size: 18px
}

.portfolioDetails__control-next a:hover,
.portfolioDetails__control-prev a:hover {
	color: #ffaa17
}

.similar {
	position: relative;
	padding: 120px 0 90px
}

@media only screen and (max-width:991px) {
	.similar {
		padding: 90px 0 60px
	}
}

.similar .title {
	text-align: center
}

.similar .title br {
	display: none
}

.similar .title__text {
	padding: 0
}

.blogGrid {
	position: relative;
	padding: 120px 0 90px
}

@media only screen and (max-width:991px) {
	.blogGrid {
		padding: 90px 0 60px
	}
}
/** * * * */
.slider2 {
	position: relative;
	z-index: 1
}

.slider2__base {
	position: absolute;
	left: 50px;
	top: 50px;
	bottom: 50px;
	color: #fff;
	font-size: 16px;
	text-transform: lowercase;
	line-height: 24px;
	letter-spacing: .1em;
	font-weight: 500;
	z-index: 10
}

@media only screen and (max-width:991px) {
	.slider2__base {
		display: none
	}
}

.slider2__base-inner {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 730px;
	height: 24px;
	transform-origin: left bottom;
	transform: rotate(-90deg)
}

.slider2__base-inner .inner__hour {
	position: absolute;
	right: 0;
	top: 0
}

.slider2__base-inner .inner__hour ul {
	display: flex;
	align-items: center
}

.slider2__base-inner .inner__hour ul li {
	margin-left: 35px
}

.slider2__base-inner .inner__social {
	position: absolute;
	left: 0;
	top: 0
}

.slider2__base-inner .inner__social ul {
	display: flex;
	align-items: center
}

.slider2__base-inner .inner__social ul li {
	margin-right: 35px
}

.slider2__base-inner .inner__social ul li a {
	display: block;
	color: #fff
}

.slider2__base-inner .inner__social ul li a:hover {
	color: #ffaa17
}

.slider2__carousel {
	position: relative;
	z-index: 1
}

.slider2__carousel-item {
	position: relative;
	display: block;
	background-color: #222429;
	color: #fff;
	overflow: hidden
}

.slider2__carousel-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: #222429; */
	opacity: 0;
	z-index: 1
}

.slider2__carousel-item .item__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}

.slider2__carousel-item .item__line {
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	max-width: 100%;
	height: 100%;
	background: url(../images/home/line.png) left top no-repeat;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

@media only screen and (max-width:767px) {
	.slider2__carousel-item .item__line {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.slider2__carousel-item .item__curve {
		display: none
	}
}

.slider2__carousel-item .item__curve-bottom {
	position: absolute;
	right: 0;
	top: 0;
	width: 655px;
	max-width: 100%;
	height: 100%;
	background: url(../images/home/curve-bottom.png) right bottom no-repeat;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateX(700px);
	-moz-transform: translateX(700px);
	-ms-transform: translateX(700px);
	-o-transform: translateX(700px);
	transform: translateX(700px)
}

.slider2__carousel-item .item__curve-top {
	position: absolute;
	right: 0;
	top: 0;
	width: 164px;
	max-width: 100%;
	height: 100%;
	background: url(../images/home/curve-top.png) right top no-repeat;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	-ms-transform: translateX(200px);
	-o-transform: translateX(200px);
	transform: translateX(200px)
}

.slider2__carousel-item .item__content {
	display: flex;
	align-items: center;
	height: 950px;
	position: relative;
	z-index: 11
}

@media only screen and (max-width:991px) {
	.slider2__carousel-item .item__content {
		height: 800px
	}
}

@media only screen and (max-width:767px) {
	.slider2__carousel-item .item__content {
		height: 600px;
		justify-content: center;
		text-align: center
	}
}

.slider2__carousel-item .item__content-box .box__subtitle {
	display: block;
	font-size: 24px;
	line-height: 1.5em;
	color: #fff;
	font-weight: 400;
	text-transform: lowercase;
	letter-spacing: .05em;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px)
}


.slider2__carousel-item .item__content-box h1 {
	display: block;
	font-size: 100px;
	line-height: .85em;
	color: #fff;
	font-weight: 600;
	opacity: 0;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px)
}

@media only screen and (max-width:1199px) {
	.slider2__carousel-item .item__content-box h1 {
		font-size: 90px
	}
}

@media only screen and (max-width:991px) {
	.slider2__carousel-item .item__content-box h1 {
		font-size: 70px;
		line-height: 1em
	}
}

@media only screen and (max-width:767px) {
	.slider2__carousel-item .item__content-box h1 {
		font-size: 50px
	}
}

@media only screen and (max-width:575px) {
	.slider2__carousel-item .item__content-box h1 {
		font-size: 36px
	}
}

@media only screen and (max-width:991px) {
	.slider2__carousel-item .item__content-box h1 br {
		display: none
	}
}

.slider2__carousel-item .item__content-box .box__button {
	position: relative;
	display: block;
	padding-top: 50px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px)
}

@media only screen and (max-width:991px) {
	.slider2__carousel-item .item__content-box .box__button {
		padding-top: 30px
	}
}

