/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/theme-profile/css/template-general-color/light.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/**
*	Ryan - Resume/CV/vCard Template (HTML)
*	Version: 2.0
*	Author: beshleyua
*	Author URL: http://themeforest.net/user/beshleyua
*	Copyright © Cvio by beshleyua. All Rights Reserved.
**/

/* TABLE OF CONTENTS
	1. Base
	2. Container
	3. Columns
	4. Preloader
	5. Typography
	6. Forms
	7. Alignments
	8. Animations
*/

/*
	1. Basic
*/

.page {
	position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
	color: #626262;
}

@media (max-width: 1023px) {
	.page {
		overflow: visible;
	}

}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*
	2. Container
*/
.container {
	margin: -250px 0 0 -240px;
	position: absolute;
	top: 44%;
	left: 50%;
	width: 480px;
	height: 550px;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.container.opened {
	transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	-moz-transform: translateX(-240px);
	-o-transform: translateX(-240px);
}

@media (max-width: 1072px) {
	.container {
		margin: -300px 0 0 -220px;
		width: 440px;
	}

	.container.opened {
		transform: translateX(-204px);
		-webkit-transform: translateX(-204px);
		-moz-transform: translateX(-204px);
		-o-transform: translateX(-204px);
	}

}

@media (max-width: 1023px) {
	.container {
		margin: 0 auto;
		position: relative;
		top: 83px;
		left: 0;
		width: auto;
		max-width: 540px;
		height: auto;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
	}

	.container.opened {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
	}

}

@media (max-width: 560px) {
	.container {
		margin: 0 5px;
		top: 78px;
		width: auto;
		max-width: 100%;
	}

}

.background {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*
	3. Columns
*/
.row {
	margin: 0 -20px;
	position: relative;
	font-size: 0;
}

.row .col {
	padding: 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.row .col .col {
	padding-bottom: 20px;
}

@media (min-width: 1024px) {
	.row .col.col-d-12 {
		width: 99.996%;
	}

	.row .col.col-d-11 {
		width: 91.663%;
	}

	.row .col.col-d-10 {
		width: 83.333%;
	}

	.row .col.col-d-9 {
		width: 74.997%;
	}

	.row .col.col-d-8 {
		width: 66.664%;
	}

	.row .col.col-d-7 {
		width: 58.331%;
	}

	.row .col.col-d-6 {
		width: 49.998%;
	}

	.row .col.col-d-5 {
		width: 41.665%;
	}

	.row .col.col-d-4 {
		width: 33.332%;
	}

	.row .col.col-d-3 {
		width: 24.999%;
	}

	.row .col.col-d-2 {
		width: 16.666%;
	}

	.row .col.col-d-1 {
		width: 8.333%;
	}

}

@media (max-width: 1023px) {
	.row .col.col-t-12 {
		width: 99.996%;
	}

	.row .col.col-t-11 {
		width: 91.663%;
	}

	.row .col.col-t-10 {
		width: 83.333%;
	}

	.row .col.col-t-9 {
		width: 74.997%;
	}

	.row .col.col-t-8 {
		width: 66.664%;
	}

	.row .col.col-t-7 {
		width: 58.331%;
	}

	.row .col.col-t-6 {
		width: 49.998%;
	}

	.row .col.col-t-5 {
		width: 41.665%;
	}

	.row .col.col-t-4 {
		width: 33.332%;
	}

	.row .col.col-t-3 {
		width: 24.999%;
	}

	.row .col.col-t-2 {
		width: 16.666%;
	}

	.row .col.col-t-1 {
		width: 8.333%;
	}

}

@media (max-width: 560px) {
	.row .col.col-m-12 {
		width: 99.996%;
	}

	.row .col.col-m-11 {
		width: 91.663%;
	}

	.row .col.col-m-10 {
		width: 83.333%;
	}

	.row .col.col-m-9 {
		width: 74.997%;
	}

	.row .col.col-m-8 {
		width: 66.664%;
	}

	.row .col.col-m-7 {
		width: 58.331%;
	}

	.row .col.col-m-6 {
		width: 49.998%;
	}

	.row .col.col-m-5 {
		width: 41.665%;
	}

	.row .col.col-m-4 {
		width: 33.332%;
	}

	.row .col.col-m-3 {
		width: 24.999%;
	}

	.row .col.col-m-2 {
		width: 16.666%;
	}

	.row .col.col-m-1 {
		width: 8.333%;
	}

}

.row:after {
	content: '';
	display: block;
	clear: both;
}

.border-line-v:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: radial-gradient(ellipse at top, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
}

.border-line-h:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: radial-gradient(ellipse at left, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
}

/*
	4. Preloader
*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #ffffff;
	z-index: 1000;
}

.preloader .spinner {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #78cc6d;
	opacity: 1;
	animation: sk-bounce 2s infinite ease-in-out;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}

.preloader .spinner .double-bounce2 {
	animation-delay: -1s;
	opacity: 0.1;
}


/* links, buttons */
.lnks {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 10;
}

.lnks:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: radial-gradient(ellipse at left, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
}

.lnk,
.button {
	position: relative;
	float: left;
	width: 50%;
	height: 70px;
	line-height: 70px;
	font-size: 12px;
	color: #171717;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
}

.lnk:before,
.button:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: radial-gradient(ellipse at top, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
}

.lnk .ion,
.button .ion,
.lnk .arrow,
.button .arrow {
	margin: 0 0 0 8px;
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.lnk .arrow,
.button .arrow {
	top: -1px;
	width: 14px;
	height: 2px;
}

.lnk .arrow:before,
.button .arrow:before,
.lnk .arrow:after,
.button .arrow:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #171717;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.lnk .arrow:after,
.button .arrow:after {
	left: auto;
	top: auto;
	right: 0;
	bottom: 3px;
	width: 8px;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.lnk .text,
.button .text {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.lnk:last-child:before,
.button:last-child:before {
	display: none;
}

.button {
	display: inline-block;
	float: none;
	width: auto;
}

a {
	color: #626262;
	text-decoration: none;
	opacity: 1;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #78cc6d;
}

/* lists */
ol,
ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0px;
}

li {
	margin-bottom: 0px;
}

/*
	7. Alignments
*/
.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}

.align-left {
	text-align: left !important;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.pull-none {
	float: none !important;
}

/* width */
.full-width {
	max-width: 100% !important;
	width: 100% !important;
}

.full-max-width {
	max-width: 100% !important;
	width: auto !important;
}

/* vertical align */
.centrize {
	display: table !important;
	table-layout: fixed !important;
	height: 100% !important;
	position: relative !important;
}

.vertical-center {
	display: table-cell !important;
	vertical-align: middle !important;
}

.vertical-top {
	display: table-cell !important;
	vertical-align: top !important;
}

.vertical-bottom {
	display: table-cell !important;
	vertical-align: bottom !important;
}

/* text formating */
.text-uppercase {
	text-transform: uppercase !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-regular {
	font-weight: 400 !important;
}

.text-bold {
	font-weight: 700 !important;
}

.text-italic {
	font-style: italic !important;
}

/* clearing */
.clear {
	clear: both;
}

/*
	8. Animations
*/
/* flip cards */
.FlipIn {
	backface-visibility: visible !important;
	animation-duration: 0.7s !important;
	animation-name: FlipIn;
}

@keyframes FlipIn {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}

	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		transform: perspective(400px);
	}

}

.FlipOut {
	animation-duration: 0.7s !important;
	backface-visibility: visible !important;
	animation-name: FlipOut;
}

@keyframes FlipOut {
	from {
		transform: perspective(400px);
	}

	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		opacity: 1;
	}

	to {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}

}

/* preloader */

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}

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

}

.card-started .profile {
	background: #ffffff;
}

.card-started .profile .slide:before,
.card-started .profile .slide:after {
	background: #ffffff;
}

.card-started .profile .title {
	color: #171717;
}

.card-started .profile .image img {
	border: 3px solid #ffffff;
}

.header .top-menu ul li a {
	color: #171717;
	background: #ffffff;
}

.card-inner {
	background: #ffffff;
}

.card-inner:before,
.card-inner:after {
	background: #ffffff;
}

.content .title{
	color: #171717;
}

.header .top-menu ul li a .icon{
	color: #171717;
}

.card-started .profile .social a .ion, .card-started .profile .social a .fab, .card-started .profile .social a .fas {
	color: #171717;
}

.info-list ul li strong {
	color: #171717;
}

.service-items .service-item .name {
	color: #171717;
}

.pricing-items .pricing-item .amount .number{
	color: #171717;
}

.pricing-items .pricing-item .amount .dollar,
.pricing-items .pricing-item .amount .period {
	color: #171717;
}

.pricing-items .pricing-item .feature-list ul li {
	color: #171717;
}

.pricing-items .pricing-item .feature-list ul li strong {
	color: #171717;
}

.fuct-items .fuct-item .name {
	color: #171717;
}

.resume-title .name,
.skill-title .name {
	color: #171717;
}

.resume-items .resume-item .name {
	color: #171717;
}

.box-item .desc .name {
	color: #171717;
}

.box-item .date {
	color: #171717;
	background: #ffffff;
}

.box-item .date strong {
	color: #171717;
}

.mfp-wrap.popup-box-inline .mfp-close {
	color: #171717;
}

.skills-list ul li .name {
	color: #171717;
}

.bg{
	background: #ffffff;
}

/*# sourceMappingURL=light.css.map*/