/*------------------------------------------------------------------

Table of contents

1. Preloader
	-Logo UI
2. Navigation
3. Primary
	- Padding
	- Margin
	- Background Style
	- Title Text
		- Left
		- Center
		- Pricing	
4. About
5. FAQ
6. Img Comp
7. Home
	- Home Text
8. Quotes
9. Portfolio
10. Services 
11. Contact
12. Contact Form
13. Footer
14. Tooltip
15. Media Queries

-------------------------------------------------------------------*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);
@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=devanagari,latin-ext';

/* Preloader */

.preload * {
	opacity: 0;
}

body.royal_preloader {
	background: none;
	visibility: hidden;
}

/* Logo UI */

.logo-ui {
	position: absolute;
	width: 80px;
	height: 80px;
	z-index: 10000;
	top: 6px;
	background: url('../images/uifunction-logo-black.svg') no-repeat center center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink .logo-ui {
	width: 60px;
	height: 60px;
	left: 10px;
	top: 10px;
	background: url('../images/uifunction-logo-white.svg') no-repeat center center;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0);
	}

	100% {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes rotate {
	0% {
		-ms-transform: rotate(0);
	}

	100% {
		-ms-transform: rotate(360deg);
	}
}

@-o-keyframes rotate {
	0% {
		-o-transform: rotate(0);
	}

	100% {
		-o-transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(2);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes scale {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}

	50% {
		-moz-transform: scale(2);
		opacity: 0.5;
	}

	100% {
		-moz-transform: scale(1);
		opacity: 1;
	}
}

@-ms-keyframes scale {
	0% {
		-ms-transform: scale(0);
		opacity: 0;
	}

	50% {
		-ms-transform: scale(2);
		opacity: 0.5;
	}

	100% {
		-ms-transform: scale(1);
		opacity: 1;
	}
}

@-o-keyframes scale {
	0% {
		-o-transform: scale(0);
		opacity: 0;
	}

	50% {
		-o-transform: scale(2);
		opacity: 0;
	}

	100% {
		-o-transform: scale(1);
		opacity: 1;
	}
}

@keyframes scale {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	50% {
		transform: scale(2);
		opacity: 0.5;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}



/* #Navigation
================================================== */


#menu-wrap {
	position: fixed;
	padding-bottom: 10px;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
}

#menu-wrap .container .columns {
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu-back {
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

nav .home-li {
	margin-right: auto;
}

.cbp-af-header {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
	background: rgba(0, 0, 0, .93);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink .logo {
	width: 86px;
	height: 16px;
	top: 32px;
	background: url('../images/logo-light.png') no-repeat center center;
	background-size: 86px 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
	color: #fff;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
	position: relative;
	display: inline-block;
	background: url('../images/line-light.png') 0 14px no-repeat;
	background-size: 15px 10px;
	padding-left: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
	margin-top: 1px;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
	background: none;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child {
	background: none;
}

ul.slimmenu li ul li a {
	color: #000;
}

ul.slimmenu li ul li a:hover {}

ul.slimmenu li ul li {
	background: none;
	padding-left: 0;
}

ul.slimmenu li ul {
	background: #212121;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.menu-collapser {
	position: relative;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.collapse-button {
	position: absolute;
	right: 8px;
	top: 60%;
	width: 40px;
	background-image: linear-gradient(to bottom, #151515, #040404);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	color: #000;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	padding: 7px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font-size: 14px;
	text-align: center;

	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.collapse-button:hover,
.collapse-button:focus {
	background-image: none;
	background-color: #040404;
	color: #FFF;
}

.collapse-button .icon-bar {
	background-color: #fff;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
}

ul.slimmenu {
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	margin-top: 23px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

ul.slimmenu li {
	position: relative;
	display: inline-block;
	background: url('../images/line.png') 0 14px no-repeat;
	background-size: 15px 10px;
	padding-left: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

ul.slimmenu>li {}

ul.slimmenu>li:first-child {
	border-left: 0
}

ul.slimmenu>li:last-child {
	margin-right: 0
}

ul.slimmenu li a {
	display: block;
	color: #212121;
	padding: 10px 0px;
	cursor: pointer;
	margin: 0px 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	font-size: 11px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

ul.slimmenu li a:hover {
	text-decoration: none;
}

ul.slimmenu li {}

ul.slimmenu li:first-child {
	background: none;
}

ul.slimmenu li .sub-collapser {
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 100%;
	z-index: 999;
	cursor: pointer;
}

ul.slimmenu li .sub-collapser:before {
	display: none;
}

ul.slimmenu li .sub-collapser>i {
	display: none;
}

ul.slimmenu li ul {
	margin: 0;
	list-style-type: none;
}

ul.slimmenu li ul a {
	font-size: 10px;
}

ul.slimmenu li ul li:first-child {
	background: none;
}

ul.slimmenu li ul li {
	background: none;
	padding-left: 0;
}

ul.slimmenu li>ul {
	display: none;
	position: absolute;
	text-align: left;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 140%;
}

ul.slimmenu li>ul>li ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 100%;
}

ul.slimmenu.collapsed {
	padding: 0;
	margin: 0;
}

ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li .sub-collapser {
	height: 40px;
}

ul.slimmenu.collapsed li>ul {
	display: none;
	position: static;
}

.logo-img {
	width: 100%;
}


/* #Primary
================================================== */

.section {
	position: relative;
	width: 100%;
}

.full-height {
	height: 80vh;
}



/* Padding */

.padding-top-bottom {
	padding-top: 120px;
	padding-bottom: 120px;
}

.padding-top {
	padding-top: 80px;
}

.padding-bottom {
	padding-bottom: 120px;
}

.padding-bottom-s {
	padding-bottom: 2rem;
}

.padding-top-bottom-small {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.padding-top-bottom-xs {
	padding-top: 24px;
	padding-bottom: 24px;
}

.padding-top-small {
	padding-top: 70px;
}

.padding-bottom-small {
	padding-bottom: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1320px) {}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.padding-top {
		padding-top: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.padding-top {
		padding-top: 20px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.padding-top {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.padding-top {
		padding-top: 20px;
	}


}



/* Image Tracking */

.section-img-tracking {
    width: 100%;
    overflow-x: hidden;
    padding: 4rem 0;
    background-color: #fff;
}

#image-track {
	display: flex;
	gap: 1rem;
	padding: 0 2rem;
	width: max-content;
	padding-left: 100px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

#image-track::-webkit-scrollbar {
	height: 8px;
}

#image-track::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 4px;
}

#image-track {
	scrollbar-width: thin;
	scrollbar-color: #ccc transparent;
}

.image {
	width: 400px;
	height: 400px;
	object-fit: cover;
	border-radius: 12px;
	flex-shrink: 0;
}




/* Section Center*/

.section-center {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	padding: 120px 12px;
	box-sizing: border-box;

}

@media only screen and (min-width: 1200px) and (max-width: 1320px) {}

@media only screen and (min-width: 960px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.section-center {
		padding: 100px 12px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.section-center {
		padding: 36px 12px;
	}
}

@media only screen and (max-width: 480px) {
	.section-center {
		padding: 24px 12px;
	}
}



/* Margin*/
.margin-left-right {
	margin: auto auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1320px) {
	.margin-left-right {
		margin: auto 80px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.margin-left-right {
		margin: auto 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.margin-left-right {
		margin: auto 64px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.margin-left-right {
		margin: auto 48px;
	}
}

@media only screen and (max-width: 480px) {
	.margin-left-right {
		margin: auto 12px;
	}
}



/* Background Style */

.back-dark {
	background-color: #212121;
}

.back-dark3 {
	background-color: #303030;
}

.back-dark2 {
	background-color: #181818;
}

.back-dark1 {
	background-color: #060606;
}

.back-black {
	background-color: #000000;
}

.back-white {
	background-color: #ffffff;
}

.back-white1 {
	background-color: #fefefe;
}

.back-white2 {
	background-color: #fcfcfc;
}

.back-gray {
	background-color: #f9f9f9;
}


/* #Title Text
================================================== */

.title-text {
	position: relative;
	width: 100%;
	padding-bottom: 4rem;
}

/* Title Text Left */

.title-text.left p {
	position: relative;
	text-align: left;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #27272a;
}

.title-text.left p span {
	position: relative;
	padding-left: 80px;
}

.title-text.left p span:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	top: 9px;
	left: 16px;
	background-color: #27272a;
}

.title-text.left h3 {
	position: relative;
	text-align: left;
	font-size: 36px;
	line-height: 52px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	width: 100%;
	max-width: 520px;
	color: #18181b;
}

.title-text.left h5 {
	position: relative;
	text-align: left;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	width: 100%;
	max-width: 520px;
	color: #18181b;
}


.title-text h2 {
	font-size: 32px;
	line-height: 44px;
	font-family: 'Inter', sans-serif;
	text-align: center;
	width: 100%;
	color: #18181b;
}

/* Title Text Center */

.center {
	text-align: center;
}

.title-text.center p {
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	text-align: center;
	padding-top: 64px;
	padding-bottom: 64px;
	color: #18181b;
	margin: 0 auto;
}

.title-text.center p span {
	position: relative;
	padding-left: 80px;
}

.title-text.center p span:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	top: 9px;
	left: 16px;
	background-color: #27272a;

}

.title-text.center h3 {
	position: relative;
	text-align: center;
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	width: 100%;
	color: #18181b;
}

.title-text.center h5 {
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	width: 100%;
	color: #18181b;
	margin-top: 16px;
}


/* Pricing Text */

.pricing-text h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	text-align: left;
	color: #18181b;
}

.offers {
	margin-top: 2rem;
	margin-bottom: 4rem;
}

.offer {
	display: block;
	font-size: 20px;
	line-height: 40px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	color: #18181b;
	padding: 6px 0;
	text-align: left;
}

.pricing-right {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

.pricing-right img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	border-radius: 20px;
}

.pricing-caption {
	margin-top: 12px;
	font-size: 30px;
	font-weight: 500;
	color: #18181b;
	text-align: center;
}


.small-super {
	font-size: 16px;
	vertical-align: super;
}


@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.title-text.left h3 {
		font-size: 24px;
		line-height: 32px;
		max-width: none;
	}

	.title-text h2 {
		font-size: 24px;
		line-height: 38px;
	}

	.title-text.center h3 {
		font-size: 24px;
		line-height: 38px;
	}

	.pricing-text h3 {
		font-size: 24px;
		line-height: 38px;
	}

	.offer {
		font-size: 16px;
		line-height: 32px;
		padding: 6px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	.title-text.left h3 {
		font-size: 24px;
		line-height: 32px;
		max-width: none;
	}

	.title-text h2 {
		font-size: 24px;
		line-height: 38px;
	}

	.title-text.center h3 {
		font-size: 24px;
		line-height: 38px;
	}

	.pricing-text h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.offer {
		font-size: 16px;
		line-height: 32px;
		padding: 6px 0;
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	.title-text.left h3 {
		font-size: 24px;
		line-height: 38px;
		max-width: none;
	}

	.title-text h2 {
		font-size: 22px;
		line-height: 38px;
	}

	.title-text.center h3 {
		font-size: 22px;
		line-height: 38px;
	}

	.pricing-text h3 {
		font-size: 22px;
		line-height: 38px;
	}

	.offer {
		font-size: 16px;
		line-height: 32px;
		padding: 6px 0;
	}
}

@media only screen and (max-width: 480px) {
	.title-text.left h3 {
		font-size: 22px;
		line-height: 32px;
		max-width: none;
	}

	.title-text h2 {
		font-size: 22px;
		line-height: 38px;
	}

	.title-text.center h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.pricing-text h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.offer {
		font-size: 14px;
		line-height: 24px;
		padding: 6px 0;
	}
}


/* Grid - Why Section*/


.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 16px;
	justify-content: center;
}

.grid-card {
	transition: transform .4s ease-in-out;
}


.grid-card:hover {
	transform: rotate(-4deg);
}


/* Grid - Components Section*/

.grid-components {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 16px;
	justify-content: center;
}

.component-box {
	position: relative;
	float: left;
	border-radius: 20px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 1%;
	-webkit-transform: translate3d(1px, 0, 0);
	transform: translate3d(1px, 0, 0);
}

.component-box .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #212121;
	opacity: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.component-box:hover .mask {
	opacity: .9;
}

.component-box h3 {
	position: absolute;
	left: 25px;
	bottom: 40px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	z-index: 3;
	letter-spacing: -1px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.component-box:hover h3 {
	left: 40px;
	opacity: 1;
}

.component-box img {
	width: 100%;
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.component-box:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}




/* #About
================================================== */

.about-wrap {
	position: relative;
	width: 100%;
	padding: 24px;
	box-sizing: border-box;
	border-radius: 16px;
	border-style: dashed;
	border-color: #9747FF;
	background-color: white;
	border-width: 2px;
}

.about-content {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.about-icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 1rem;
}

.about-icon-s {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 6px;
	margin-bottom: 6px;
}

.about-icon-s img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.about-icon-s p {
	font-family: 'Inter', sans-serif;
	color: #9747FF;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
}

.about-text {
	flex: 1;
}

.about-wrap h5 {
	font-family: 'Inter', sans-serif;
	color: #27272a;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	padding-bottom: 12px;
}

.about-wrap p {
	font-family: 'Inter', sans-serif;
	color: #18181b;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	text-align: left;
}


@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.about-wrap h5 {
		font-size: 20px;
		line-height: 36px;
		padding-bottom: 8px;
	}

	.about-wrap p {
		font-size: 16px;
		line-height: 28px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.about-wrap {
		padding: 12px;
	}

	.about-wrap h5 {
		font-size: 20px;
		line-height: 36px;
		padding-bottom: 8px;
	}

	.about-wrap p {
		font-size: 16px;
		line-height: 28px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (max-width: 480px) {}


/* #FAQ
================================================== */

.question {
	position: relative;
	width: 100%;
	margin-bottom: 16px;
	padding: 24px;
}

.question h5 {
	font-family: 'Inter', sans-serif;
	color: #18181b;
	text-align: left;
	font-size: 20px;
	line-height: 36px;
	padding-bottom: 12px;
	color: #27272a;
}

.question p {
	font-family: 'Inter', sans-serif;
	color: #27272a;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	text-align: left;
	color: #18181b;
}



@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.question {
		position: relative;
		width: 94%;
		margin-bottom: 12px;
		padding: 12px;
	}

	.question h5 {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 12px;
	}

	.question p {
		font-size: 14px;
		line-height: 24px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.question {
		position: relative;
		width: 80%;
		margin-bottom: 16px;
		padding: 16px;
	}

	.question h5 {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 12px;
	}

	.question p {
		font-size: 14px;
		line-height: 24px;
	}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.question {
		position: relative;
		width: 100%;
		margin-bottom: 16px;
		padding: 16px;
	}

	.question h5 {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 12px;
	}

	.question p {
		font-size: 12px;
		line-height: 24px;
	}

}

@media only screen and (max-width: 480px) {
	.question {
		position: relative;
		width: 100%;
		margin-bottom: 12px;
		padding: 8px;
	}

	.question h5 {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 12px;
	}

	.question p {
		font-size: 10px;
		line-height: 24px;
	}

}


/* #Img Comp
==n================================================ */

.img-comp {
	max-width: 90%;
	max-height: 100%;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: auto;
	right: 0;
	top: 0;
	-o-object-fit: contain;
	object-fit: contain;
	margin-left: 5%;
	margin-left: 5%;
}


/* #Home
================================================== */

/* Home Text*/

.hero-section {
	margin: 0 auto;
	padding: 160px 200px 80px 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hero-texts {
	position: relative;
}

.hero-title-text {
	font-family: "Funnel Display", sans-serif;
	position: relative;
	font-size: 120px;
	line-height: 120px;
	font-weight: 800;
	text-align: center;
	padding-bottom: 16px;
	background: radial-gradient(circle, #00000f, #768ab4, #020a2c);
	background-clip: text;
	color: transparent;
	animation: aurora 10s linear infinite;
	background-size: 200% 200%;
}

.hero-subtext {
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.hero-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	flex-wrap: nowrap;
}

.hero-buttons a {
	text-align: center;
	min-width: 180px;
}


@keyframes aurora {
	0% {
		background-position: 0% 0%;
	}

	50% {
		background-position: 100% 100%;
	}

	100% {
		background-position: 0% 0%;
	}
}


@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.hero-section {
		padding: 120px 200px 40px 200px;
	}

	.hero-title-text {
		font-size: 76px;
		line-height: 88px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.hero-section {
		padding: 160px 120px 40px 120px;
	}

	.hero-title-text {
		font-size: 64px;
		line-height: 72px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.hero-section {
		padding: 160px 60px 40px 60px;
	}

	.hero-title-text {
		font-size: 64px;
		line-height: 72px;
	}

	.hero-subtext {
		font-size: 18px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 480px) {
	.hero-section {
		padding: 160px 12px 24px 12px;
	}

	.hero-title-text {
		font-size: 48px;
		line-height: 56px;
	}

	.hero-subtext {
		font-size: 16px;
		line-height: 24px;
	}
}


/* #Quotes
================================================== */

#owl-sep-1 {
	position: relative;
	width: 100%;
	max-width: 900px;
	display: block;
}

#owl-sep-1 .item {
	position: relative;
	width: 100%;
	margin-left: 0 auto;
	z-index: 2;
	display: block;
}

.quote {
	position: relative;
	padding-left: 40px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	padding-bottom: 50px;
	background-image: url('../images/qu.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 18px 11px;
}

.quote h4 {
	text-align: left;
	font-style: italic;
	font-size: 22px;
	line-height: 34px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 300;
	width: 100%;
}

#owl-sep-1.owl-theme .owl-controls {
	position: absolute;
	left: 0;
	text-align: left;
	bottom: 0;
	z-index: 100;
	width: 100%;
	z-index: 20;
}

#owl-sep-1.owl-theme .owl-controls .owl-page span {
	background: #f9f9f9;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

#owl-sep-1.owl-theme .owl-controls .owl-page span:hover {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

#owl-sep-1.owl-theme .owl-controls .owl-page.active span {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.parallax-5 {
	background: url('../images/parallax-5.jpg') repeat fixed;
	background-size: 500px 441px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

.parallax-6 {
	background: url('../images/parallax-6.jpg') repeat fixed;
	background-size: 450px 450px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}



/* #Portfolio
================================================== */


#projects-grid {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1270px;
	overflow: hidden;
	padding-top: 10px;
}

#projects-grid:after {
	content: '';
	display: block;
	clear: both;
}

.portfolio-box-1 {
	position: relative;
	float: left;
	width: 22%;
	border-radius: 20px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 1%;
	-webkit-transform: translate3d(1px, 0, 0);
	transform: translate3d(1px, 0, 0);
}

.portfolio-box-1 .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #212121;
	opacity: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.portfolio-box-1:hover .mask {
	opacity: .9;
}

.portfolio-box-1 h3 {
	position: absolute;
	left: 25px;
	bottom: 40px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	z-index: 3;
	letter-spacing: -1px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio-box-1:hover h3 {
	left: 40px;
	opacity: 1;
}

.portfolio-box-1 img {
	width: 100%;
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio-box-1:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}


@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.portfolio-box-1 h3 {
		left: 20px;
		bottom: 36px;
		font-size: 20px;
		line-height: 24px;
	}

	.portfolio-box-1:hover h3 {
		left: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.portfolio-box-1 h3 {
		left: 18px;
		bottom: 32px;
		font-size: 18px;
		line-height: 24px;
	}

	.portfolio-box-1:hover h3 {
		left: 24px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.portfolio-box-1 h3 {
		left: 14px;
		bottom: 24px;
		font-size: 14px;
		line-height: 20px;
	}

	.portfolio-box-1:hover h3 {
		left: 18px;
	}
}

@media only screen and (max-width: 480px) {
	.portfolio-box-1 h3 {
		left: 10px;
		bottom: 20px;
		font-size: 10px;
		line-height: 14px;
	}

	.portfolio-box-1:hover h3 {
		left: 14px;
	}
}


.footer-logo {
	width: 80px;
	height: 80px;
	margin-bottom: 12px;
}

.footer-text {
	font-size: 24px;
	font-weight: 400;
	color: #18181b;
	text-align: center;
	margin-bottom: 12px;
	font-family: 'Inter', sans-serif;
}


#portfolio-filter {
	position: relative;
}

#filter {
	position: relative;
	width: 100%;
}

#filter li {
	display: inline-block;
	text-align: center;
}

#filter:after {
	content: '';
	display: block;
	clear: both;
}

#filter li a {
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 5px 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	text-align: center;
	outline: none;
	color: #fff;
	border-radius: 3px;
	background-color: #212121;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

#filter li .current {}

#filter li a:hover {}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}




/* #Services
================================================== */

.services-wrap {
	position: relative;
	padding: 60px;
}

.services-wrap h5 {
	text-align: left;
	padding-bottom: 20px;
}

.services-wrap .icon-ser {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	opacity: .2;
}

.pricing-wrap {
	position: relative;
	width: 100%;
}

.pricing-wrap:after {
	content: '';
	display: block;
	clear: both;
}


.pricing-box {
	position: relative;
	width: 36%;
	float: none;
	display: inline-block;
	padding: 48px;
	padding-bottom: 36px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 1px rgba(0, 0, 0, .14);
	border-radius: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	will-change: transform;
}


.pricing-box:hover {
	transform: scale(1.03);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}


.pricing-box .price {
	position: relative;
	text-align: left;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 48px;
	font-weight: 500;
	line-height: 38px;
	color: #212121;
	padding-bottom: 20px;
}

.pricing-box .price .small {
	font-size: 32px;
	line-height: 40px;
}

.pricing-box .price .small-text {
	font-size: 16px;
	line-height: 46px;
	color: #27272a;
}

.pricing-box .price .small-super {
	vertical-align: super;
	font-size: 20px;
}

.pricing-box .offers {
	position: relative;
	text-align: left;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #212121;
	padding-bottom: 12px;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.pricing-box {
		width: 40%;
	}

	.pricing-box .price {
		font-size: 44px;
		line-height: 38px;
		color: #212121;
		padding-bottom: 16px;
	}

	.pricing-box .price .small {
		font-size: 28px;
		line-height: 32px;
	}

	.pricing-box .price .small-text {
		font-size: 14px;
		line-height: 46px;
		color: #27272a;
	}

	.pricing-box .price .small-super {
		vertical-align: super;
		font-size: 16px;
	}

	.pricing-box .offers {
		font-size: 14px;
		line-height: 32px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.pricing-box {
		width: 60%;
	}

	.pricing-box .price {
		font-size: 32px;
		line-height: 38px;
		color: #212121;
		padding-bottom: 12px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.pricing-box {
		width: 90%;
	}

	.pricing-box .price {
		font-size: 32px;
		line-height: 38px;
		color: #212121;
		padding-bottom: 12px;
	}
}

@media only screen and (max-width: 480px) {
	.pricing-box {
		width: 100%;
	}

	.pricing-box .price {
		font-size: 32px;
		line-height: 38px;
		color: #212121;
		padding-bottom: 12px;
	}

	.pricing-box .price .small {
		font-size: 14px;
		line-height: 20px;
	}

	.pricing-box .price .small-text {
		font-size: 14px;
		line-height: 46px;
		color: #27272a;
	}

	.pricing-box .price .small-super {
		vertical-align: super;
		font-size: 12px;
	}

	.pricing-box .offers {
		font-size: 12px;
		line-height: 16px;
	}
}




/* #Contact
================================================== */

.contact-full-wrap {
	position: relative;
	width: 100%;
	z-index: 10;
}

.contact-full-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.contact-half-wrap {
	position: relative;
	width: 50%;
	display: inline-block;
	float: left;
	height: 100vh;
}

.con-soc-links {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.con-soc-links a {
	display: inline-block;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-align: center;
	letter-spacing: 2px;
	font-style: italic;
	padding-bottom: 14px;
	padding-top: 4px;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.con-soc-links a:hover {
	font-size: 11px;
}

.con-soc-links a span {
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
}

.con-soc-links a span:before {
	position: absolute;
	content: '';
	bottom: -20px;
	border-radius: 3px;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: -1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.con-soc-links a:hover span:before {
	bottom: -7px;
	height: 30px;
}


.contact-det-wrap {
	position: relative;
	width: 100%;
	display: block;
}

.contact-det-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.contact-det {
	position: relative;
	width: 33.33333%;
	display: inline-block;
	float: left;
	padding: 70px;
	z-index: 3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px -15px 18px rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact-det:hover {
	z-index: 4;
	-webkit-transform: scale(1.05) translateY(-100px);
	-moz-transform: scale(1.05) translateY(-100px);
	-ms-transform: scale(1.05) translateY(-100px);
	-o-transform: scale(1.05) translateY(-100px);
	transform: scale(1.05) translateY(-100px);
}

.contact-det:nth-of-type(1) {
	background-color: #242424;
}

.contact-det:nth-of-type(2) {
	background-color: #171717;
}

.contact-det:nth-of-type(3) {
	background-color: #101010;
}

.contact-det p {
	position: relative;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #fff;
	padding-bottom: 30px;
}

.contact-det h6 {
	text-align: left;
	padding-top: 6px;
	font-style: italic;
	width: 100%;
	font-weight: 300;
	color: #f1f1f1;
	letter-spacing: 1px;
}

.contact-det p span {
	padding-left: 80px;
}

.contact-det p:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	top: 7px;
	left: 34px;
	background-color: #fff;
}


/* #Contact Form
================================================== */

#ajax-form {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #101010;
	margin: 0 auto;
}

#ajax-form label {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 30px;
}

#ajax-form input {
	position: relative;
	width: calc(100% - 40px);
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 15px;
	background: transparent;
	border: none;
	color: #737373;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}

#ajax-form textarea {
	width: calc(100% - 40px);
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 24px;
	background: transparent;
	height: 100px;
	border: none;
	color: #737373;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}

#ajax-form textarea,
#ajax-form input {
	border-bottom: 1px solid rgba(100, 100, 100, .2);
}

.error {
	font: 11px/22px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: none;
	color: #636363;
}

#ajaxsuccess {
	background: #f2f2f2;
	color: #101010;
	font: 20px/60px 'Open Sans', sans-serif;
	height: 60px;
	display: none;
	padding-left: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.text-align-center {
	text-align: center;
	padding-top: 10px;
}

#ajax-form textarea:active,
#ajax-form input:active {
	color: #101010;
}

#ajax-form textarea:active,
#ajax-form input:hover {
	color: #101010;
}

#ajax-form textarea:focus,
#ajax-form input:focus {
	outline: none !important;
}

#ajax-form input:-ms-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form input::-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form input:-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form input::-webkit-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form textarea:-ms-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form textarea::-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form textarea:-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form textarea::-webkit-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form button {
	background: #323232;
	color: #fff;
	font-size: 13px;
	padding: 13px 25px;
	max-width: 150px;
}

#ajax-form button:hover {
	color: #fff;
}

#ajax-form button:focus,
#ajax-form button:active {
	border: none;
	outline: none;
}


.button-effect {
	min-width: 150px;
	max-width: 200px;
	display: block;
	margin: 0 auto;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.button-effect:focus {
	outline: none;
}

.button-effect>span {
	vertical-align: middle;
}

.button--moema {
	padding: 16px 30px;
	border-radius: 50px;
	text-align: center;
	background: #fff;
	letter-spacing: 2px;
	color: #000;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.button--moema::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}

.button--moema:hover {
	-webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
	transition: background-color 0.3s 0s, color 0.3s 0s;
	color: #fff;
	-webkit-animation: anim-moema-1 0.6s forwards;
	animation: anim-moema-1 0.6s forwards;
}

.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.6s 0.5s forwards;
	animation: anim-moema-2 0.6s 0.5s forwards;
}

@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}

	85% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}

	85% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}


/* #Footer
================================================== */

.footer-top {
	position: relative;
}

.footer-top:after {
	content: '';
	display: block;
	clear: both;
}

.footer-top img {
	width: 120px;
	display: block;
}

.overflow-hidden {
	overflow: hidden;
}

.social-footer {
	position: relative;
	display: block;
	float: right;
}

.list-social-footer li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	background: #323232;
	border-radius: 50%;
	margin-left: 4px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.list-social-footer li.icon-footer a {
	font-family: 'FontAwesome';
	font-size: 13px;
	line-height: 30px;
	width: 30px;
	color: #fff;
	opacity: 1;
	margin: 0;
	padding: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.list-social-footer li:hover {}

.list-social-footer li:hover.icon-footer a {}


.footer-line {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
}

.arrow-up-footer {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	background-image: url('../images/up-arrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px 12px;
}

.left-footer {
	text-align: left;
}


.left-footer p {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #f4f4f4;
	letter-spacing: 1px;
}

.right-footer p {
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	color: #f4f4f4;
	letter-spacing: 1px;
}

.right-footer a {
	color: white;
	font-weight: 600;
}

@media only screen and (max-width: 768px) {

	.right-footer,
	.left-footer {
		text-align: center;
	}

	.right-footer p,
	.left-footer p {
		text-align: center;
	}
}



/* #Tooltip
================================================== */

.tipper {
	height: 1px;
	left: -99999px;
	position: absolute;
	pointer-events: none;
	top: -99999px;
	width: 1px;
	z-index: 100000;
}

.tipper .tipper-content {
	background: rgba(20, 20, 20, 0.85);
	font-weight: 400;
	letter-spacing: 1px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	font-family: 'Open Sans';
	font-size: 9px;
	margin: 0;
	padding: 6px 20px;
	position: relative;
	white-space: nowrap;
}

.tipper .tipper-caret {
	background: url('../images/tipper-icon.png') no-repeat;
	display: block;
	height: 11px;
	position: absolute;
	width: 100%;
}

.tipper.right .tipper-content {
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
}

.tipper.right .tipper-caret {
	background-position: left center;
	left: -5px;
	top: 0;
}

.tipper.left .tipper-content {
	box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25);
}

.tipper.left .tipper-caret {
	background-position: right center;
	right: -5px;
	top: 0;
}

.tipper.top .tipper-caret,
.tipper.bottom .tipper-caret {
	display: block;
	float: none;
	height: 5px;
	width: 12px;
	margin-left: -6px;
}

.tipper.top .tipper-content {
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
}

.tipper.top .tipper-caret {
	background-position: center bottom;
	bottom: -5px;
	left: 0;
	text-align: center;
}

.tipper.bottom .tipper-content {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.tipper.bottom .tipper-caret {
	background-position: center top;
	top: -5px;
	left: 0;
}

/* #Media Queries
================================================== */

.logo {
	width: 80px;
	height: 15px;
	left: 10px;
	top: 30px;
	background: url('../images/logo.png') no-repeat center center;
	background-size: 80px 15px;
}

.cbp-af-header.cbp-af-header-shrink .logo {
	width: 80px;
	height: 15px;
	left: 10px;
	top: 30px;
	background: url('../images/logo-light.png') no-repeat center center;
	background-size: 80px 15px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
	border-bottom: none;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
	border-bottom: none;
	background: none;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
	background: none;
}

ul.slimmenu li a {
	border-bottom: none;
}

ul.slimmenu li a:hover {
	border: none;
	background: none;
}

ul.slimmenu li {
	background: none;
}

ul.slimmenu li>ul {
	width: 100%;
	text-align: right;
}


.quote {
	padding-left: 0;
	padding-bottom: 0;
	background-image: none;
}

.quote:before {
	display: none;
}

.translate-right,
.translate-left {
	padding: 0;
	padding-bottom: 45px;
	margin-top: 20px;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.journal-wrap img,
.journal-wrap-right img {
	width: 100%;
	float: none;
}

.journal-det,
.journal-det-right {
	position: relative;
	width: 100%;
	top: auto;
	right: auto;
	left: auto;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 40px;
	background: none;
	text-align: left;
}

.journal-det-right h6 {
	text-align: left;
}

.journal-det-right h5 {
	text-align: left;
}

.journal-det-right .link {
	text-align: left;
	float: left;
}

.contact-det-wrap {
	padding-top: 120px;
	padding-bottom: 50px;
}

.contact-det {
	width: 100%;
	padding: 40px;
	box-shadow: 0px -15px 18px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.contact-det:hover {
	z-index: 4;
	-webkit-transform: scale(1.05) translateY(0);
	-moz-transform: scale(1.05) translateY(0);
	-ms-transform: scale(1.05) translateY(0);
	-o-transform: scale(1.05) translateY(0);
	transform: scale(1.05) translateY(0);
}


@media only screen and (max-width: 1000px) {
	.portfolio-box-1 {
		width: 50%;
	}

	.about-wrap .about-icon {
		font-size: 24px;
		line-height: 24px;
	}

	#royal_preloader.royal_preloader_number .royal_preloader_percentage {
		width: 200px;
		padding-left: 70px;
		height: 200px;
		margin-top: -100px;
		line-height: 200px;
		font-size: 140px;
	}

	#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
		padding-left: 20px;
		font-size: 35px;
	}

	.contact-half-wrap {
		width: 100%;
		height: 50vh;
	}

	#google-container {
		height: 50vh;
	}
}

@media only screen and (max-width: 800px) {



	@media only screen and (min-width: 1200px) and (max-width: 1319px) {}

	@media only screen and (min-width: 960px) and (max-width: 1199px) {}

	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.right-footer p,
		.left-footer p {
			text-align: center;
		}

		.footer-top {
			position: relative;
			text-align: center;
			margin: 0 auto;
		}

		.footer-top img {
			text-align: center;
			margin: 0 auto;
		}

		.social-footer {
			text-align: center;
			margin: 0 auto;
			float: none;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		.list-social-footer li {
			margin-left: 2px;
			margin-right: 2px;
		}
	}

	@media only screen and (min-width: 320px) and (max-width: 479px) {

		.right-footer p,
		.left-footer p {
			text-align: center;
		}

		.footer-top {
			position: relative;
			text-align: center;
			margin: 0 auto;
		}

		.footer-top img {
			text-align: center;
			margin: 0 auto;
		}

		.social-footer {
			text-align: center;
			margin: 0 auto;
			float: none;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		.list-social-footer li {
			margin-left: 2px;
			margin-right: 2px;
		}
	}

	@media only screen and (max-width: 319px) {

		.right-footer p,
		.left-footer p {
			text-align: center;
		}

		.footer-top {
			position: relative;
			text-align: center;
			margin: 0 auto;
		}

		.footer-top img {
			text-align: center;
			margin: 0 auto;
		}

		.social-footer {
			text-align: center;
			margin: 0 auto;
			float: none;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		.list-social-footer li {
			margin-left: 2px;
			margin-right: 2px;
		}
	}
}