/* ----------------------------------
Vivid
Version: 1.0
Author: BootEx
Author URL: http://www.ahadhossain.com

-------------------------------------

Table of contents

  @-> Main Styles
  @-> Navigation
  @-> Intro 
  @-> About 
  @-> Service
  @-> Resume
  @-> Portfolio
  @-> Review
  @-> Contact
  @-> Footer
  @-> Responsive

*/


/******************************************************************
	
	
	@ Item          REFRAME - Personal One Page HTML Template
	@ Version       1.1
	@ Author		Avanzare
	@ Website		http://themeforest.net/user/avanzare 
	

 ******************************************************************


	-----------------------------
	----- TABLE OF CONTENTS -----
	-----------------------------
	
	--  1. Typography
    --  2. Basics
	--  3. Forms
	--  4. Loading Screen
	--  5. UI Components
	--  6. Menu
	--  7. Ultility
	--  8. Skeleton Components
    --  9. Background Components
    --  10. Plugins
 
 
 ******************************************************************/



/** 1. TYPOGRAPHY
*******************************************************************/

html {
	font-size: 10px;
	font-size: calc(100vw / 192);
}

@media(max-width: 800px) {

	html {
		font-size: 8px;
	}
}

@media(max-width: 500px) {

	html {
		font-size: 6px;
	}
}

body {
	font-size: 1.4rem;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #fff;
	/*background: #212121;*/
	-webkit-font-smoothing: antialiased;
}

	body.cursor-hidden::-webkit-scrollbar {
		display: none;
	}

	body.cursor-hidden {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: -0.005em;
	line-height: 1.1em;
	margin-top: 0em;
	margin-bottom: 0;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}

h1 {
	font-size: 10rem;
	line-height: 1em;
	font-weight: 200;
}

h2 {
	font-size: 6.5rem;
	font-weight: 200;
}

h3 {
	font-size: 5rem;
}

h4 {
	font-size: 4rem;
}

h5 {
	font-size: 3.4rem;
	line-height: 1.18em;
}

h6 {
	font-size: 3rem;
	font-weight: 500;
}

p {
	font-size: 3.4rem;
	line-height: 1.4em;
	letter-spacing: -0.005em;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0rem;
	color: #7c7c7c;
	font-family: 'Source Sans Pro', sans-serif;
}

	p.small {
		font-size: 2.1rem;
		line-height: 1.48em;
		letter-spacing: 0;
		font-weight: 400;
	}


	p.tag {
		font-size: 1.3rem;
		letter-spacing: 0.14em;
		font-weight: 700;
		color: #fff;
	}

a,
a:hover,
a:focus {
	cursor: pointer;
	-webkit-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	text-decoration: none;
	outline: none !important;
	outline-color: unset !important;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
}

span {
	color: #7c7c7c;
}

::-moz-selection {
	background: none;
	color: #fdc60c;
}

::selection {
	background: none;
	color: #fdc60c;
}

::-moz-selection {
	background: none;
	color: #fdc60c;
}



/** 2. Basics
*****************************************************************/

img, svg {
	vertical-align: middle;
}

button {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	border: none;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 3.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.4em;
	font-weight: 300;
	letter-spacing: -0.005em;
	font-family: inherit;
	padding: 0;
	margin: 0;
	height: 8.7rem;
}

	button.button-filled {
		background: #161616;
		padding: 0 4.5rem;
		border-radius: 200px;
	}

	button.button-border {
		border: 0.1rem solid #fff;
		border-radius: 200px;
		padding: 0 4.5rem;
	}

		button.button-filled span.icon,
		button.button-border span.icon {
			font-size: 2.1rem;
			color: #fff;
		}


	button .button-text {
		font-size: 3.4rem;
		color: #fff;
	}

ul.default-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

	ul.default-list li {
		font-size: 2.1rem;
		line-height: 6.5rem;
	}

ul.icon-list span,
ul.icon-list p {
	display: inline-block;
}

ul.icon-list span {
	margin-right: 1.8rem;
}

ul.icon-list.icon-filled span {
	background: #181818;
	width: 5rem;
	height: 5rem;
	border-radius: 100%;
	text-align: center;
	line-height: 5rem;
}

table {
	width: 100%;
	border-collapse: collapse;
}

	table tr {
		position: relative;
	}

	table th {
		text-align: left;
		margin-bottom: 1rem;
	}

	table tbody tr {
		border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
	}

	table tbody td {
		padding: 4rem 0 2.2rem;
		position: relative;
	}

	table tbody tr:first-child td {
		padding-top: 3rem;
	}

html.no-cursor {
	cursor: none !important;
}

	html.no-cursor *:hover {
		cursor: none !important;
	}

.embed-wrapper {
	position: relative;
	float: none;
	clear: both;
	width: 100%;
	height: 0;
	padding-bottom: 56%;
}

	.embed-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

canvas {
	position: fixed;
	z-index: -1;
}

.mobile br {
	display: none;
}



/** 3. Forms
*****************************************************************/

form {
	position: relative;
}

input,
textarea {
	display: block;
	width: 100%;
	background: none;
	border: none;
	border-bottom: 0.1rem solid #fff;
	font-size: 3.4rem;
	letter-spacing: -0.005em;
	line-height: 1.4em;
	font-weight: 300;
	border-radius: 0;
	padding: 0;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

input {
	padding-bottom: 2rem;
}

textarea {
	height: 14rem;
}

	input:focus,
	textarea:focus {
		outline: none;
	}

	input.error,
	textarea.error {
		border-color: #ff5252;
	}

form ::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

form ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

form :-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

form ::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

form ::placeholder {
	color: #fff;
	opacity: 1;
}

form .hpc {
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
	z-index: -999;
	position: absolute;
	display: none;
}

form .button-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

form .success-box {
	position: absolute;
	z-index: -100;
	background: #181818;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

form.success .success-box {
	z-index: 100;
	opacity: 1;
	pointer-events: all;
}

form .success-box p {
	color: #37dd5e;
}

form .success-box .icon-button {
	color: #37dd5e;
	border-color: #37dd5e;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px #161616 inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}



/** 4. Loading Screen
*****************************************************************/

.loading-screen {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 200;
	left: 0;
	background: #161616;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	will-change: transform;
}

	.loading-screen .inner {
		overflow: hidden;
	}

	.loading-screen .text-box {
		overflow: hidden;
		margin-bottom: .6rem;
	}

	.loading-screen .line-frame {
		overflow: hidden;
		height: 1px;
		width: 100%;
		position: relative;
	}

	.loading-screen .line {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background: rgba(255,255,255,.6);
		-webkit-animation-name: loader_animation;
		animation-name: loader_animation;
		will-change: transform;
		-webkit-animation-duration: 2s;
		animation-duration: 2s;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-play-state: running;
		animation-play-state: running;
		-webkit-animation-timing-function: cubic-bezier(.4,.1,.2,1);
		animation-timing-function: cubic-bezier(.4,.1,.2,1);
	}

@-webkit-keyframes loader_animation {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	48% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	52% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

@keyframes loader_animation {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	48% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	52% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}



/** 5. UI Components
*****************************************************************/

.scroll-bar {
	position: fixed;
	top: 0;
	z-index: 11;
	right: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 2px;
	height: 100%;
	border: none;
	background: rgba(255, 255, 255, 0.2);
}

	.scroll-bar .inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		border-radius: 30px;
		height: 10%;
		background: #fff;
	}

.scroll-progress {
	position: fixed;
	top: 0;
	z-index: 11;
	right: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 2px;
	height: 100%;
	border: none;
	background: rgba(255, 255, 255, 0.2);
}

	.scroll-progress .inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		background: #fff;
	}

.c_cursor_outer {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	border-radius: 100%;
	pointer-events: none;
	overflow: hidden;
}

	.c_cursor_outer .bg {
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		border: 1px solid #e3af00;
		z-index: 1000;
		border-radius: 100%;
		pointer-events: none;
	}

	.c_cursor_outer .circle {
		width: 0;
		height: 0;
		position: absolute;
		border: 1px solid #e3af00;
		z-index: 1000;
		top: 50%;
		left: 50%;
		opacity: 0;
		background: none;
		border-radius: 100%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		pointer-events: none;
	}

.c_cursor_inner {
	width: 6px;
	height: 6px;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background: #e3af00;
	border-radius: 100%;
	pointer-events: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

	.c_cursor_inner,
	.c_cursor_outer {
		display: none;
	}
}

.provoke-scroll-bottom {
	position: fixed;
	right: 6rem;
	bottom: 9rem;
	width: 1px;
	opacity: 0;
	z-index: 3;
	pointer-events: none;
	-webkit-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}

	.provoke-scroll-bottom.is-active {
		opacity: 1;
	}

	.provoke-scroll-bottom .fill {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 5rem;
		background: rgba(255,255,255,.2);
	}

		.provoke-scroll-bottom .fill .inner {
			position: absolute;
			width: 100%;
			height: 100%;
			background: #fff;
		}

	.provoke-scroll-bottom .text {
		position: relative;
		margin-top: 1rem;
	}

	.provoke-scroll-bottom p {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
	}


/* Mobile */

.mobile .c_cursor_inner,
.mobile .c_cursor_outer {
	display: none;
	opacity: 0;
	width: 0;
	height: 0;
}



/** 6. Menu
*******************************************************************/

.m-menu-button {
	position: fixed;
	right: 6rem;
	top: 6rem;
	z-index: 60;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.m-menu-button:after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		border-radius: 100%;
		width: 7rem;
		height: 7rem;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.m-menu-button .burger .line {
		height: 0.1rem !important;
		width: 2.6rem;
		display: block;
		margin-bottom: 0.7rem;
		background: #fff;
		-webkit-transition: .25s ease;
		-o-transition: .25s ease;
		transition: .25s ease;
	}

	.m-menu-button:hover .burger .line {
		background: #e3af00;
	}

	.m-menu-button .burger .line:last-child {
		margin-bottom: 0rem;
	}

.m-menu {
	position: fixed;
	right: 0;
	width: 24%;
	z-index: 10;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #181818;
}

.mobile .m-menu {
	width: 76%;
}

.m-menu .m-menu-inner {
	position: relative;
	width: 80%;
	height: 80%;
	left: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.m-menu .head {
	overflow: hidden;
}

.m-menu .m-menu-inner .main-items {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.m-menu .m-menu-inner .main-items > li {
		margin: 1.1rem 0;
		padding: 0;
		overflow: hidden;
	}

.mobile .m-menu .m-menu-inner .main-items > li {
	margin: 1.6rem 0;
}

.m-menu .m-menu-inner .main-items > li:first-child {
	margin-top: 0;
}

.m-menu .m-menu-inner .main-items > li:last-child {
	margin-bottom: 1.3rem;
}

.m-menu .m-menu-inner .main-items > li p {
	display: inline-block;
	letter-spacing: 0;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.m-menu .m-menu-inner .main-items > li span {
	display: inline-block;
	color: #7c7c7c;
	font-size: 2.1rem;
	border-radius: 100%;
	padding-right: 2.6rem;
	height: 4.8rem;
	position: relative;
	text-align: center;
	line-height: 5rem;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.m-menu .m-menu-inner .main-items > li a.is-active span,
.m-menu .m-menu-inner .main-items > li a:hover span {
	color: #fff;
}

	.m-menu .m-menu-inner .main-items > li a.is-active span:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		border-radius: 100%;
		z-index: -2;
		top: 0;
	}

.m-menu .m-menu-inner .main-items > li a {
	display: block;
	color: #fff;
}

.m-menu .m-menu-inner .main-items li:hover p,
.m-menu .m-menu-inner .main-items a.is-active p {
	color: #fdc60c;
}

.m-menu .m-menu-inner .social-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.m-menu .m-menu-inner .social-items > * {
		margin-right: 2rem;
		margin-bottom: 0;
	}

	.m-menu .m-menu-inner .social-items .item {
		overflow: hidden;
	}

	.m-menu .m-menu-inner .social-items a {
		width: 3.6rem;
		height: 3.6rem;
		line-height: 3.6rem;
		text-align: center;
		font-size: 2rem;
		display: block;
	}

		.m-menu .m-menu-inner .social-items a:hover span {
			color: #fdc60c;
		}

.menu-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: -100;
	background: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



/** 7. Ultility
*****************************************************************/

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.color-white {
	color: #fff;
}

.text-center {
	text-align: center;
}

.text-start {
	text-align: start;
}

.text-end {
	text-align: end;
}

.text-bold {
	font-weight: bold;
}

.text-italic {
	font-style: italic;
}

.text-underline {
	text-decoration: underline;
}

.text-linetrough {
	text-decoration: line-through;
}

.text-highlight {
	background: rgba(0, 0, 0, 0.25);
	padding: 0 .6rem;
}

.flex-break {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	height: 0;
	margin: 0 !important;
}


/** Margin **/

.m-b-0 {
	margin-bottom: 0rem !important
}

.m-b-0-5 {
	margin-bottom: 0.5rem !important
}

.m-b-1 {
	margin-bottom: 1rem !important
}

.m-b-1-5 {
	margin-bottom: 1.5rem !important
}

.m-b-2 {
	margin-bottom: 2rem !important
}

.m-b-2-5 {
	margin-bottom: 2.5rem !important
}

.m-b-3 {
	margin-bottom: 3rem !important
}

.m-b-4 {
	margin-bottom: 4rem !important
}

.m-b-5 {
	margin-bottom: 5rem !important
}

.m-b-6 {
	margin-bottom: 6rem !important
}

.m-b-7 {
	margin-bottom: 7rem !important
}

.m-b-8 {
	margin-bottom: 8rem !important
}

.m-b-9 {
	margin-bottom: 9rem !important
}

.m-b-10 {
	margin-bottom: 10rem !important
}

.m-t-0 {
	margin-top: 0rem !important
}

.m-t-0-5 {
	margin-top: 0.5rem !important
}

.m-t-1 {
	margin-top: 1rem !important
}

.m-t-1-5 {
	margin-top: 1.5rem !important
}

.m-t-2 {
	margin-top: 2rem !important
}

.m-t-2-5 {
	margin-top: 2.5rem !important
}

.m-t-3 {
	margin-top: 3rem !important
}

.m-t-4 {
	margin-top: 4rem !important
}

.m-t-5 {
	margin-top: 5rem !important
}

.m-t-6 {
	margin-top: 6rem !important
}

.m-t-7 {
	margin-top: 7rem !important
}

.m-t-8 {
	margin-top: 8rem !important
}

.m-t-9 {
	margin-top: 9rem !important
}

.m-t-10 {
	margin-top: 10rem !important
}

.m-r-0 {
	margin-right: 0rem !important
}

.m-r-0-5 {
	margin-right: 0.5rem !important
}

.m-r-1 {
	margin-right: 1rem !important
}

.m-r-1-5 {
	margin-right: 1.5rem !important
}

.m-r-2 {
	margin-right: 2rem !important
}

.m-r-2-5 {
	margin-right: 2.5rem !important
}

.m-r-3 {
	margin-right: 3rem !important
}

.m-r-4 {
	margin-right: 4rem !important
}

.m-r-5 {
	margin-right: 5rem !important
}

.m-r-6 {
	margin-right: 6rem !important
}

.m-r-7 {
	margin-right: 7rem !important
}

.m-r-8 {
	margin-right: 8rem !important
}

.m-r-9 {
	margin-right: 9rem !important
}

.m-r-10 {
	margin-right: 10rem !important
}

.m-l-0 {
	margin-left: 0rem !important
}

.m-l-0-5 {
	margin-left: 0.5rem !important
}

.m-l-1 {
	margin-left: 1rem !important
}

.m-l-1-5 {
	margin-left: 1.5rem !important
}

.m-l-2 {
	margin-left: 2rem !important
}

.m-l-2-5 {
	margin-left: 2.5rem !important
}

.m-l-3 {
	margin-left: 3rem !important
}

.m-l-4 {
	margin-left: 4rem !important
}

.m-l-5 {
	margin-left: 5rem !important
}

.m-l-6 {
	margin-left: 6rem !important
}

.m-l-7 {
	margin-left: 7rem !important
}

.m-l-8 {
	margin-left: 8rem !important
}

.m-l-9 {
	margin-left: 9rem !important
}

.m-l-10 {
	margin-left: 10rem !important
}



/** 8. Skeleton Components
*****************************************************************/

#main {
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
	height: 100vh;
	overflow: hidden;
}

.right-content {
	position: fixed;
	width: 100%;
	overflow: auto;
	height: 100%;
}

	.right-content .inner-content {
		position: relative;
		width: 50%;
		left: 50%;
	}

_:-ms-fullscreen, :root .right-content .inner-content {
	position: fixed;
}

.left-content {
	position: fixed;
	height: 100%;
	width: 50%;
	top: 0%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	-webkit-perspective: 38rem;
	perspective: 38rem;
}

	.left-content .inner-content {
		position: relative;
		width: 26vw;
		height: 32vw;
		-webkit-transform: rotateY(5deg);
		transform: rotateY(5deg);
	}

		.left-content .inner-content .picture-box {
			position: absolute;
			height: 100%;
			width: 100%;
			left: 0;
			overflow: hidden;
			top: 0;
		}

		.left-content .inner-content .picture {
			background-size: cover;
			background-position: center center;
			background-repeat: no-repeat;
			position: absolute;
			height: 100%;
			width: 100%;
			left: 0;
			top: 0px;
		}

		.left-content .inner-content canvas {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 1px;
			z-index: 3;
			left: 0;
		}

		.left-content .inner-content .frame {
			position: absolute;
			height: 100%;
			width: 100%;
			top: 0;
			left: 0;
			z-index: -2;
			border: 1px solid #fff;
		}

			.left-content .inner-content .frame.frame-1 {
				opacity: 0.25;
				-webkit-transform: translate(-2rem,2rem);
				-ms-transform: translate(-2rem,2rem);
				transform: translate(-2rem,2rem);
			}

			.left-content .inner-content .frame.frame-2 {
				opacity: 0.15;
				-webkit-transform: translate(-4rem,4rem);
				-ms-transform: translate(-4rem,4rem);
				transform: translate(-4rem,4rem);
			}

			.left-content .inner-content .frame.frame-3 {
				opacity: 0.05;
				-webkit-transform: translate(-6rem,6rem);
				-ms-transform: translate(-6rem,6rem);
				transform: translate(-6rem,6rem);
			}

		.left-content .inner-content .name {
			position: absolute;
			left: 4rem;
			bottom: 3rem;
			z-index: 10;
		}

			.left-content .inner-content .name p {
				letter-spacing: 0.02em;
				font-weight: 300;
			}

			.left-content .inner-content .name .seperator-line {
				margin-top: 0.6rem;
			}

.section-container {
	max-width: 70rem;
}

	.section-container .section {
		position: relative;
		width: 100%;
	}

		.section-container .section.height-100 {
			min-height: 100vh;
		}

		.section-container .section.y-center {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}

_:-ms-fullscreen, :root .section-container .section.y-center .container {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-container .section .container {
	display: block;
	width: 100%;
}


/* Mobile Mode */

.mobile .left-content {
	width: 100%;
}

	.mobile .left-content .inner-content {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

		.mobile .left-content .inner-content .frame {
			display: none !important;
		}

.mobile .right-content .inner-content {
	padding-top: 100vh;
	position: relative;
	width: 80%;
	left: 10%;
}

.mobile .left-content .inner-content:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: -15;
	background: rgba(0, 0, 0, 1);
	width: 100%;
	height: 100%;
}

.mobile .left-content .inner-content .name {
	left: 50%;
	bottom: 50%;
	-webkit-transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}

	.mobile .left-content .inner-content .name p {
		font-size: 4rem;
	}

.mobile .left-content .inner-content .picture-box {
	opacity: 0.7;
}

.mobile .section-container {
	max-width: 60rem;
	margin: 0 auto;
}



/** 9. Background Components
*******************************************************************/

.bg-bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
	z-index: -1;
}

	.bg-bubbles.white {
		opacity: .1;
	}

	.bg-bubbles li {
		position: absolute;
		list-style: none;
		display: block;
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.15);
		bottom: -160px;
		-webkit-animation: square 25s infinite;
		animation: square 25s infinite;
		-webkit-transition-timing-function: linear;
		-o-transition-timing-function: linear;
		transition-timing-function: linear;
	}

	.bg-bubbles.white li {
		background-color: rgba(255, 255, 255, 0.15);
	}

	.bg-bubbles li:nth-child(1) {
		left: 10%;
	}

	.bg-bubbles li:nth-child(2) {
		left: 20%;
		width: 80px;
		height: 80px;
		-webkit-animation-delay: 2s;
		animation-delay: 2s;
		-webkit-animation-duration: 17s;
		animation-duration: 17s;
	}

	.bg-bubbles li:nth-child(3) {
		left: 25%;
		-webkit-animation-delay: 4s;
		animation-delay: 4s;
	}

	.bg-bubbles li:nth-child(4) {
		left: 40%;
		width: 60px;
		height: 60px;
		-webkit-animation-duration: 22s;
		animation-duration: 22s;
		background-color: rgba(0, 0, 0, 0.25);
	}

	.bg-bubbles.white li:nth-child(4) {
		background-color: rgba(255, 255, 255, 0.25);
	}

	.bg-bubbles li:nth-child(5) {
		left: 70%;
	}

	.bg-bubbles li:nth-child(6) {
		left: 80%;
		width: 120px;
		height: 120px;
		-webkit-animation-delay: 3s;
		animation-delay: 3s;
		background-color: rgba(0, 0, 0, 0.2);
	}

	.bg-bubbles.white li:nth-child(6) {
		background-color: rgba(255, 255, 255, 0.2);
	}

	.bg-bubbles li:nth-child(7) {
		left: 32%;
		width: 160px;
		height: 160px;
		-webkit-animation-delay: 7s;
		animation-delay: 7s;
	}

	.bg-bubbles li:nth-child(8) {
		left: 55%;
		width: 20px;
		height: 20px;
		-webkit-animation-delay: 15s;
		animation-delay: 15s;
		-webkit-animation-duration: 40s;
		animation-duration: 40s;
	}

	.bg-bubbles li:nth-child(9) {
		left: 25%;
		width: 10px;
		height: 10px;
		-webkit-animation-delay: 2s;
		animation-delay: 2s;
		-webkit-animation-duration: 40s;
		animation-duration: 40s;
		background-color: rgba(0, 0, 0, 0.3);
	}

	.bg-bubbles.white li:nth-child(9) {
		background-color: rgba(255, 255, 255, 0.3);
	}

	.bg-bubbles li:nth-child(10) {
		left: 90%;
		width: 160px;
		height: 160px;
		-webkit-animation-delay: 11s;
		animation-delay: 11s;
	}

@-webkit-keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-700px) rotate(600deg);
		transform: translateY(-700px) rotate(600deg);
	}
}

@keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-700px) rotate(600deg);
		transform: translateY(-700px) rotate(600deg);
	}
}

.bg-color {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	z-index: -6;
	left: 0;
}

#main > canvas {
	z-index: -5;
	top: 0;
	left: 0;
}



/** 10. Plugins
*******************************************************************/

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

	.slick-list.dragging {
		cursor: pointer;
		cursor: -webkit-grabbing;
		cursor: grabbing;
	}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	.slick-track:before,
	.slick-track:after {
		display: table;
		content: '';
	}

	.slick-track:after {
		clear: both;
	}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-slider .item:focus {
	outline: none !important;
}

.slick-dots {
	position: absolute;
	bottom: -8rem;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

	.slick-dots li {
		width: 16px;
		height: 16px;
		border-radius: 100%;
		display: inline-block;
		margin: 0 6px;
		position: relative;
		cursor: pointer;
	}

		.slick-dots li:after {
			cursor: pointer;
			content: "";
			position: absolute;
			width: 4px;
			height: 4px;
			left: 50%;
			top: 50%;
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			border-radius: 100%;
			background: rgba(255,255,255,.5);
			-webkit-transition: .15s ease;
			-o-transition: .15s ease;
			transition: .15s ease;
			opacity: 1;
		}

		.slick-dots li.slick-active,
		.slick-dots li:hover {
			border: 1px solid rgb(255 255 255 / 60%);
		}

			.slick-dots li.slick-active:after,
			.slick-dots li:hover:after {
				background: rgba(255,255,255,0);
			}

		.slick-dots li button {
			display: none;
		}


/* Panel */

.open-options-panel {
	position: fixed;
	left: 0;
	top: 10rem;
	cursor: pointer;
	z-index: 10;
	background: #272727;
	width: 5rem;
	line-height: 5rem;
	text-align: center;
	height: 5rem;
	color: #fff;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

	.open-options-panel:hover {
		width: 6.5rem;
	}

	.open-options-panel span {
		font-size: 1.7rem;
		opacity: .7;
		-webkit-transition: .2s ease;
		-o-transition: .2s ease;
		transition: .2s ease;
		color: #fff;
		line-height: inherit;
	}

.options-panel {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -10000;
	width: 100%;
	height: 100%;
}

	.options-panel .close-button {
		cursor: pointer;
		position: absolute;
		left: 6rem;
		top: 6rem;
		z-index: 11111;
		font-size: 2.1rem;
		color: #fff;
		opacity: 0.7;
	}

		.options-panel .close-button:after {
			content: "";
			cursor: pointer;
			position: absolute;
			left: 50%;
			top: 50%;
			width: 10rem;
			border-radius: 100%;
			z-index: -2;
			height: 10rem;
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
		}

	.options-panel .panel {
		position: absolute;
		max-width: 61.8%;
		top: 0;
		right: 0;
		opacity: 0;
		overflow: auto;
		height: 100%;
		padding: 12rem 16rem;
		z-index: 10;
		background: #272727;
	}

	.options-panel .panel-overlay {
		position: absolute;
		background: #212121;
		opacity: 0.96;
		width: 100%;
		height: 100%;
		left: 0;
		cursor: pointer;
		top: 0;
		z-index: 5;
	}

	.options-panel .headline p {
		color: #fff;
		display: inline-block;
	}

	.options-panel .options {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 2.5rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 1rem;
	}

		.options-panel .options .option {
			cursor: pointer;
		}

		.options-panel .options .color {
			border-radius: 100%;
			height: 5rem;
			overflow: hidden;
			position: relative;
			-webkit-transition: .15s;
			-o-transition: .15s;
			transition: .15s;
			border: 1px solid rgba(255,255,255,.0);
			width: 5rem;
		}

			.options-panel .options .color.active {
				border-color: #fff;
			}

			.options-panel .options .color .bg {
				position: absolute;
				left: 50%;
				top: 50%;
				-webkit-transform: translate(-50%,-50%);
				-ms-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
				width: 3.2rem;
				border-radius: 100%;
				height: 3.2rem;
			}

	.options-panel .button {
		border: 1px solid rgba(255, 255, 255, 0);
		height: 5rem;
		border-radius: 10rem;
		line-height: 5rem;
		padding: 0 2.6rem;
	}

		.options-panel .button.active {
			border-color: #fff;
			height: 5rem;
			border-radius: 10rem;
			line-height: 5rem;
			padding: 0 2.6rem;
		}

		.options-panel .button p {
			color: #fff;
			line-height: inherit;
		}


/* Lightbox */

.goverlay {
	background: rgba(22, 22, 22, 0.95) !important;
}

.gslide-media {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.gslide-image img {
	max-height: 86vh;
}

.glightbox-container {
	z-index: 500 !important;
}

	.glightbox-container .gprev,
	.glightbox-container .gclose,
	.glightbox-container .gnext {
		z-index: 40 !important;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.glightbox-container .gnext {
		-webkit-transition: .2s ease;
		-o-transition: .2s ease;
		transition: .2s ease;
		position: fixed;
		padding: 0 !important;
		top: 50%;
		right: 6rem;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: unset !important;
		height: unset !important;
		background-color: rgba(0,0,0,0) !important;
		opacity: 1 !important;
		display: block;
	}

	.glightbox-container .gprev {
		-webkit-transition: .2s ease;
		-o-transition: .2s ease;
		transition: .2s ease;
		position: fixed;
		padding: 0 !important;
		top: 50%;
		left: 6rem;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: unset !important;
		height: unset !important;
		background-color: rgba(0,0,0,0) !important;
		opacity: 1 !important;
		display: block;
	}

	.glightbox-container .gclose {
		-webkit-transition: .2s ease;
		-o-transition: .2s ease;
		padding: 0 !important;
		transition: .2s ease;
		opacity: 1 !important;
		width: unset !important;
		height: unset !important;
		top: 6rem !important;
		left: 6rem !important;
		right: unset !important;
		position: fixed;
		display: block;
		background-color: rgba(0,0,0,0) !important;
	}

	.glightbox-container .gbtn span {
		vertical-align: middle;
		display: inline-block;
		-webkit-transition: .2s ease;
		-o-transition: .2s ease;
		transition: .2s ease;
		font-size: 2.1rem;
	}

	.glightbox-container .gbtn:focus-visible {
		outline: none !important;
	}

	.glightbox-container .gbtn:hover span {
		color: #fdc60c;
	}

	.glightbox-container .gbtn span:after {
		position: absolute;
		content: "";
		width: 10rem;
		height: 10rem;
		border-radius: 100%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.glightbox-closing .gclose,
	.glightbox-closing .gnext,
	.glightbox-closing .gprev,
	.glightbox-closing .info-button,
	.glightbox-container .gnext.disabled,
	.glightbox-container .gprev.disabled {
		opacity: 0 !important;
	}

	.glightbox-container .info-button {
		position: fixed;
		top: 5rem;
		cursor: pointer;
		z-index: 100;
		right: 5rem;
	}

	.glightbox-container .info {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 90;
		bottom: 0;
		width: 61.8%;
		background: #212121;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: translateX(-100%);
	}


	.glightbox-container .info-overlay {
		position: fixed;
		left: 100%;
		width: 100%;
		height: 100%;
		cursor: pointer;
		top: 0;
		z-index: 80;
		opacity: 0;
		background: rgba(24, 24, 24, 0.4);
	}

	.glightbox-container .info .info-container {
		max-width: 76rem;
		padding: 0 6rem;
		opacity: 0;
		transition: .3s ease-in-out;
	}

@media (max-width: 810px) {

	.glightbox-container .info {
		width: 100%;
	}
}








/*--------------------
	Main Styles
----------------------*/
html,
body {
	height: 100%;
}

body {
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin: 0;
	font-weight: 700;
	color: #222;
}

p {
	font-size: 14px;
	color: #989898;
	line-height: 24px;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-title {
	text-align: center;
	margin-bottom: 70px;
}

.section-title h2 {
	font-size: 36px;
	font-weight: 700;
	text-transform: capitalize;
	color: #000;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
}

.site-btn {
	font-size: 12px;
	background: #298ef6;
	border: none;
	color: #fff;
	padding: 14px 30px;
	border-radius: 50px;
	min-width: 160px;
	cursor: pointer;
}

/* Image Popup */
.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Preloder */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*--------------------
	Navigation
----------------------*/
.nav-toggle {
	position: fixed;
	display: block;
	width: 30px;
	height: 60px;
	right: 50px;
	top: 50px;
	z-index: 99;
	text-align: right;
	cursor: pointer;
}

.nav-toggle span {
	display: block;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.nav-toggle span:nth-child(1),
.nav-toggle span:nth-child(2),
.nav-toggle span:nth-child(3) {
	width: 100%;
	height: 4px;
	background: #fff;
	margin-bottom: 5px;
	float: right;
}

.nav-toggle span:nth-child(3) {
	width: 70%;
}

.nav-toggle:hover span:nth-child(3) {
	width: 100%;
}

.nav-toggle.sticky span {
	background: #000;
}

.nav-section {
	overflow: hidden;
	position: fixed;
	width: 0;
	height: 100%;
	right: 0;
	top: 0;
	padding-top: 10%;
	background: #fff;
	z-index: 999;
	-webkit-transition: all 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.4s;
	-o-transition: all 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.4s;
	transition: all 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.4s;
}

.nav-section.active {
	width: 40%;
	-webkit-box-shadow: 0 0 100px rgba(72, 72, 72, 0.15);
	        box-shadow: 0 0 100px rgba(72, 72, 72, 0.15);
	-webkit-transition: all 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	-o-transition: all 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	transition: all 0.5s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
}

.nav-section.active .main-manu {
	top: 0;
	opacity: 1;
	-webkit-transition: all 0.4s ease 0.5s;
	-o-transition: all 0.4s ease 0.5s;
	transition: all 0.4s ease 0.5s;
}

.nav-section.active .social-links,
.nav-section.active .close-nav {
	opacity: 1;
	-webkit-transition: all 0.4s ease 0.5s;
	-o-transition: all 0.4s ease 0.5s;
	transition: all 0.4s ease 0.5s;
}

.close-nav {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 1px solid #999;
	color: #999;
	font-weight: 300;
	font-size: 22px;
	text-align: center;
	border-radius: 50px;
	padding-top: 4px;
	top: 20px;
	cursor: pointer;
	right: 20px;
	opacity: 0;
	z-index: 99999;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.main-manu {
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
	opacity: 0;
	top: 80px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.main-manu ul {
	height: 250px;
	overflow-y: auto;
	list-style: none;
}

.main-manu a {
	font-size: 35px;
	font-weight: 600;
	color: #444;
	display: block;
	margin-bottom: 5px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.main-manu a:after {
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #444;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: -1;
}

.main-manu li.current a:after {
	opacity: 1;
	width: 35px;
}

.social-links {
	position: absolute;
	bottom: 50px;
	left: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.social-links a {
	font-size: 25px;
	color: #999;
	margin-right: 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.social-links a:hover {
	color: #222;
}

/*--------------------
	Intro Section
----------------------*/
.intro-section {
	height: 100%;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.intro-section:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.7;
}

.intro-content {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	z-index: 1;
}

.intro-content .intro-inner {
	display: table-cell;
	vertical-align: middle;
}

.intro-content h2 {
	color: #fff;
	font-weight: 300;
	font-size: 80px;
	margin-bottom: 10px;
}

.intro-content h2 span {
	font-weight: 700;
	color: #fff;
	background-image: url("../img/text-bg.jpg");
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-position: center center;
	background-size: cover;
	text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.1);
}

.intro-content h3 {
	color: #919191;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 6px;
}

#particles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/*--------------------
	About Section
----------------------*/
.about-section {
	background-image: url("../img/overlay.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.about-text h1 {
	margin-bottom: 40px;
	font-weight: 600;
}

.about-text h3 {
	font-weight: 400;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	font-style: italic;
}

.about-text p {
	margin-bottom: 30px;
}

.about-text p span {
	color: #298ef6;
}

/*--------------------
	Service Section
----------------------*/
.service-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
	height: 300px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.service-box:hover .service-content {
	opacity: 1;
}

.service-box:hover .service-icon {
	opacity: 0;
	top: 0;
}

.service-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	font-size: 30px;
	text-align: center;
	background: #fff;
	display: block;
	line-height: 30px;
	color: #333;
	padding-top: 26px;
	border-radius: 100px;
	-webkit-box-shadow: 3px 4px 30px rgba(0, 0, 0, 0.25);
	        box-shadow: 3px 4px 30px rgba(0, 0, 0, 0.25);
	opacity: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.service-content {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 0.95);
	padding: 20px;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.service-content .service-inner {
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
	position: relative;
}

.service-content h2 {
	font-weight: 600;
	font-size: 25px;
	color: #fff;
	margin-bottom: 20px;
}

.service-content p {
	color: #fff;
}

.service-content:after {
	position: absolute;
	content: '';
	width: 120%;
	height: 120%;
	left: -10%;
	top: -10%;
	background-image: url("../img/service-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
	-webkit-filter: blur(16px);
	        filter: blur(16px);
}

.bg-1 {
	background-image: url("../img/service-bg.jpg");
}

/*--------------------
	Resume Section
----------------------*/
.resume-section {
	background: #f2f2f2;
}

.resume-item {
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: -1px 3px 30px rgba(0, 0, 0, 0.08);
	        box-shadow: -1px 3px 30px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	position: relative;
}

.resume-item:last-child {
	margin-bottom: 0;
}

.resume-item:last-child:after {
	display: none;
}

.resume-item:after {
	position: absolute;
	content: "";
	height: 30px;
	border-right: 2px dashed #ddd;
	top: 100%;
	left: 25px;
}

.resume-item h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.resume-item h3 {
	font-size: 12px;
	margin-bottom: 10px;
	color: #298ef6;
	font-weight: 600;
	text-transform: uppercase;
}

.resume-item p {
	margin-bottom: 0;
}

/*-----------------------
	Portfolio Section
-------------------------*/
.portfolio-filter {
	list-style: none;
	margin-bottom: 40px;
}

.portfolio-filter li {
	display: inline-block;
	margin: 0 5px;
	font-size: 13px;
	padding: 3px 0;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.portfolio-filter li.active {
	background: #f2f2f2;
	padding: 3px 12px;
	border-radius: 20px;
}

.isotope_items {
	margin-bottom: -30px;
}

.portfolio-item {
	height: 350px;
	background-position: center top;
	margin-bottom: 30px;
	display: block;
	position: relative;
}

.portfolio-item:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.portfolio-item .portfolio-text {
	position: absolute;
	left: 50px;
	bottom: 50px;
	z-index: 2;
}

.portfolio-item .portfolio-text h2 {
	font-size: 27px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
	position: relative;
	left: 40px;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.portfolio-item .portfolio-text p {
	font-size: 12px;
	color: #fff;
	position: relative;
	left: 60px;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.portfolio-item .portfolio-text p:after {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	left: 0;
	top: 12px;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.portfolio-item:hover:after {
	opacity: 0.5;
}

.portfolio-item:hover .portfolio-text h2,
.portfolio-item:hover .portfolio-text p {
	left: 0;
	opacity: 1;
}

.portfolio-item:hover .portfolio-text p:after {
	width: 40px;
	left: -50px;
}


/*-----------------------
	Testimonial Section
-------------------------*/
.testimonial-section {
	background-image: url("../img/test-bg.png");
	background-size: cover;
	background-position: top center;
	background-color: #298ef6;
}

.single-testimonial {
	padding-top: 50px;
}

.single-testimonial .qut {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 80px;
	line-height: 80px;
}

.single-testimonial p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7;
	margin-bottom: 40px;
	font-style: italic;
}

.single-testimonial h2 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
}

.single-testimonial span {
	font-size: 13px;
	color: #fff;
}

.test-slider .owl-nav {
	padding-top: 40px;
	text-align: right;
}

.test-slider .owl-nav .owl-prev,
.test-slider .owl-nav .owl-next {
	width: 80px;
	height: 40px;
	background: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	padding-top: 8px;
	border-radius: 50px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.test-slider .owl-nav .owl-prev:hover,
.test-slider .owl-nav .owl-next:hover {
	background: #222;
	color: #fff;
}

/*-----------------------
	Contact Section
-------------------------*/
.contact-info {
	list-style: none;
}

.contact-info li {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
	-webkit-box-shadow: 8px 11px 40px rgba(88, 86, 86, 0.11);
	        box-shadow: 8px 11px 40px rgba(88, 86, 86, 0.11);
}

.contact-info li h3 {
	font-size: 17px;
	margin-bottom: 10px;
}

.contact-info li p {
	margin-bottom: 0;
}

.con-info {
	padding: 0 50px;
	text-align: center;
	margin-bottom: 80px;
}

.con-info .subtitle {
	font-size: 12px;
	margin-bottom: 15px;
}

.con-info h2 {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
}

.contact-form input {
	font-size: 12px;
	width: 100%;
	margin-bottom: 30px;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #ebebeb;
	background: #f6f8f9;
}

.contact-form textarea {
	font-size: 12px;
	width: 100%;
	height: 140px;
	padding: 15px;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	background: #f6f8f9;
}

.contact-form #send-form.done {
	background: #0fa049;
	border-color: #0fa049;
	color: #fff;
}

.contact-form #send-form.error {
	background: #e20808;
	border-color: #e20808;
	color: #fff;
}

/*--------------------
	Footer Section
----------------------*/
.footer-section {
	background: #000;
}

.footer-section .social {
	text-align: center;
	margin-bottom: 30px;
}

.footer-section .social a {
	font-size: 11px;
	color: #f9f9f9;
	display: inline-block;
	margin: 0 10px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.footer-section .social a:hover {
	color: #444;
}

.copyright {
	text-align: center;
	font-size: 12px;
	color: #444;
	line-height: 2;
}

/*--------------------
	Responsive
----------------------*/

/* Medium screen : 992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-section.active {
		width: 50%;
	}
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nav-section.active {
		width: 70%;
	}
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	.nav-section.active {
		width: 100%;
	}
	.intro-content h2 {
		font-size: 65px;
	}
	.intro-content h3 {
		font-size: 15px;
	}
}

/* small Mobile :320px. */
@media only screen and (max-width: 479px) {
	.main-manu {
		padding-left: 50px;
		padding-right: 50px;
	}
	.main-manu a {
		font-size: 25px;
	}
	.social-links {
		left: 50px;
	}
	.social-links a {
		font-size: 18px;
		margin-right: 15px;
	}
	.intro-content h2 {
		font-size: 40px;
	}
	.intro-content h3 {
		font-size: 14px;
	}
}