html, body {margin: 0px; padding: 0px; position: relative; font-size: 1rem; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;}
html {height: 100vh; min-height: 100vh; background: rgba(250, 250, 250, 0.1);}
body {
	display: flex; flex-direction: column; min-height: 100vh; position: relative;
	background: url('./images/back.png') repeat;
	-webkit-font-smoothing: antialiased; text-rendering: optimizelegibility;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.main {min-height: 100vh; overflow: hidden;}
.fh-div {
	border-bottom: 1px solid rgba(168, 236, 247, 0.5); min-height: 100vh; display: flex; align-items: center; position: relative;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 60%, rgba(0,0,0,0.05) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 60%,rgba(0,0,0,0.05) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 60%,rgba(0,0,0,0.05) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}
.min-back {
	background: -moz-linear-gradient(right, #343a40 50%, #80cdfb 50%);
	background: -webkit-linear-gradient(right, #343a40 50%, #80cdfb 50%);
	background: linear-gradient(to left, #343a40 50%, #80cdfb 50%);
}
.grad-back {
	background: -moz-linear-gradient(bottom, #000000 0%, #343a40 30%, #343a40 100%);
	background: -webkit-linear-gradient(bottom, #000000 0%, #343a40 30%, #343a40 100%);
	background: linear-gradient(to top, #000000 0%, #343a40 30%, #343a40 100%);
}
.grad-back p, .grad-back ul {color: #918778!important;}
#home h1, .carousel li {color: #646C70;}
header {
	border-bottom: 1px solid #000000; position: fixed!important;
    top: 0; left: 0; width: 100%; z-index: 100; opacity: 1.0;
	-webkit-transition: top 1s ease-in-out, opacity 2s ease-in-out;
	-moz-transition: top 1s ease-in-out, opacity 2s ease-in-out;
	-o-transition: top 1s ease-in-out, opacity 2s ease-in-out;
	-ms-transition: top 1s ease-in-out, opacity 2s ease-in-out;
	transition: top 1s ease-in-out, opacity 2s ease-in-out;
}
header h4, h3, i {color: #80cdfb;}
.carousel li, #pricing h4, #testimonials h4, #testimonials h3 i, #work h4, h5 {color: rgba(128, 205, 251, 1.0);}
.btn-secondary {
	background: #80cdfb; color: #343a40;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
.btn-secondary i {color: #343a40;}
.btn-secondary:hover {background: #343a40; color: #80cdfb;}
.btn-secondary:hover i {color: #80cdfb;}
header .navbar-brand, a, header a, header i, header button i, .carousel-control-prev i, .carousel-control-next i {color: #80cdfb;}
header .navbar-brand:hover, a:hover, header a:hover, header button i:hover {color: #80cdfb;}
header .fa-angle-down {
	position: absolute; left: 0px; top: 0px; opacity: 1.0;
	animation-name: menu-icon-up; animation-duration: 1s; animation-iteration-count: 1; animation-fill-mode: forwards; animation-timing-function: ease-in-out;
	-webkit-transition: transform 1s ease-in-out; -moz-transition: transform 1s ease-in-out; -o-transition: transform 1s ease-in-out; -ms-transition: transform 1s ease-in-out; transition: transform 1s ease-in-out;
}
header .collapsed .fa-angle-down {
	position: absolute; left: 0px; top: 0px; opacity: 1.0;
	animation-name: menu-icon-down; animation-duration: 1s; animation-iteration-count: 1; animation-fill-mode: forwards; animation-timing-function: ease-in-out;
	-webkit-transition: transform 1s ease-in-out; -moz-transition: transform 1s ease-in-out; -o-transition: transform 1s ease-in-out; -ms-transition: transform 1s ease-in-out; transition: transform 1s ease-in-out;
}
header .collapsed .fa-angle-down:hover:after {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
header .fa-angle-down:hover:after {top: 24px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
@keyframes menu-icon-up {
	0% {top: 0px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
	40% {top: 30px; opacity: 0.0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
	60% {top: 30px;  opacity: 0.0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
	100% {top: 0px; opacity: 1.0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
}
@keyframes menu-icon-down {
	0% {top: 0px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
	40% {top: -50px; opacity: 0.0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
	60% {top: -50px;  opacity: 0.0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
	100% {top: 0px; opacity: 1.0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
}
header button:focus {outline: none;}
header #navbarHeader {
	border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}
.carousel-control-prev i:hover, .carousel-control-next i:hover {color: #343a40;}
.modal i, .modal .modal-title {color: #343a40;}
.no-border {border: 0; box-shadow: none;}

input[type=range] {background: transparent; width: 360px; position: relative;}
input[type=range]::-webkit-slider-runnable-track {background-color: #343a40;}
input[type=range]:focus::-webkit-slider-runnable-track {background-color:  #343a40;}
input[type=range]::-moz-range-track {background-color:  #343a40;}
input[type=range]::-ms-track {background-color:  #343a40;}
input[type=range]::-ms-fill-lower {background-color: rgba(128, 205, 251, 0.125);}
input[type=range]:focus::-ms-fill-lower {background-color: rgba(128, 205, 251, 0.125);}
input[type=range]::-ms-fill-upper {background-color: rgba(128, 205, 251, 0.125);}
input[type=range]:focus::-ms-fill-upper {background-color: rgba(128, 205, 251, 0.125);}
input[type=range]::-webkit-slider-thumb {-webkit-appearance: none; appearance: none; background: #80cdfb; cursor: pointer;}
input[type=range]::-moz-range-thumb {-webkit-appearance: none; appearance: none; background: #80cdfb; cursor: pointer;}

#home .container .lead {
	color: #ffffff; display: inline-block; font-weight: bold; background: rgba(232,75,75,1);
	background: -moz-linear-gradient(left, #343a40 50%, #80cdfb 50%);
	background: -webkit-gradient(left top, right top, color-stop(50%, #343a40 50%), color-stop(50%, #80cdfb));
	background: -webkit-linear-gradient(left, #343a40 50%, #80cdfb 50%);
	background: -o-linear-gradient(left, #343a40 50%, #80cdfb 50%);
	background: -ms-linear-gradient(left, #343a40 50%, #80cdfb 50%);
	background: linear-gradient(to right, #343a40 50%, #80cdfb 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343a40', endColorstr='#80cdfb', GradientType=1 );
     -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
#home h1 a ul {
	display: inline-block; padding: 0px; margin: 0px; font-weight: 1000; font-family: "Impact";
	letter-spacing: 0px; list-style: none; list-style-type: none; font-size: 0px; opacity: 1.0;
	-webkit-transition: padding 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transition: padding 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-o-transition: padding 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-ms-transition: padding 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transition: padding 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#home h1 a ul li {display: inline-block; font-size: 8rem; padding: 0px; margin: 0px 4px; list-style-type: none; letter-spacing: 0px;}
#home h1 a .logo-min {color: #343a40;}
#home h1 a .logo-min li:last-child {margin-right: -19px;}
#home h1 a .logo-ena li:fiest-child {margin-left: -19px;}
#home h1 a .logo-ena {color: #80cdfb;}
#home h1 a .logo-ena li:last-child {color: #80cdfb; font-size: 2rem;}
#home .btn-group .btn-secondary:first-child {background: #343a40; color: #80cdfb;}
#home .btn-group .btn-secondary:hover:first-child {background: #80cdfb; color: #343a40;}

.jumbotron-heading a {border: none;}

#about #about-row {
	-webkit-perspective: 1000px; perspective: 1000px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; position: relative;
}
#about #about-col {
	position: relative; background: transparent; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);  overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
	-webkit-transform-style: preserve-3d; transform-style: preserve-3d;
	animation-name: card-rotate-out; animation-duration: 1s; animation-iteration-count: 1; animation-fill-mode: forwards; animation-timing-function: ease-out;
}
#about .front {
	border: 0px solid rgba(0, 0, 0, 0.1);
}
#about .card {
	padding: 0px; background: transparent; -webkit-transform-style: preserve-3d; transform-style: preserve-3d;
}
#about .front .card {
	margin: 0px 0px!important; border: 0;
}
#about #about-row #about-col .row {
	opacity: 1.0;
	-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
}
#about #about-row #about-col .col-2 {padding: 0px;}
#about .card h1, #about .card h4, #about .card .card-body, #about .card .card-text, #about .card h2 {padding: 0px; margin: 0px;}
#about .card h1 {margin-top: 10px;}
#about .card h1, #about .card h2 {transform: translatez(30px) scale(1.0);}
#about .card .card-body {margin: 8px 0px; transform: translatez(10px) scale(1.0); -webkit-transform-style: preserve-3d; transform-style: preserve-3d;}
#about .card h4 {margin-bottom: 8px; transform: translatez(20px) scale(1.0);}
#about .card p {transform: translatez(10px) scale(1.0);}
#about .card i {margin-right: 10px;}
#about .svg-con-left svg, #about .svg-con-right svg {position: absolute; text-align: center; vertical-align: middle; margin: auto;}
#about .svg-con-left .gear {
	position: relative;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
	animation-name: gear-rotating-left; animation-duration: 8s; animation-iteration-count: infinite; animation-timing-function: linear;
}
#about .svg-con-right .gear {
	position: relative;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
	animation-name: gear-rotating-right; animation-duration: 8s; animation-iteration-count: infinite; animation-timing-function: linear;
	-webkit-transform: rotate(-25deg); transform: rotate(-25deg);
}
@keyframes gear-rotating-left {
	0% {-webkit-transform: rotate(0deg); transform: rotate(0deg);}
	100% {-webkit-transform: rotate(180deg); transform: rotate(180deg);}
}
@keyframes gear-rotating-right {
	0% {-webkit-transform: rotate(-25deg); transform: rotate(-25deg);}
	100% {-webkit-transform: rotate(-205deg); transform: rotate(-205deg);}
}
#about .svg-div {-webkit-transform: translatez(30px) scale(1.0); transform: translatez(30px) scale(1.0); -webkit-transform-style: preserve-3d; transform-style: preserve-3d;}
 
#skills ul {list-style: none; list-style-type: none; padding: 0px; margin: 6px 0px; font-size: 0px;}
#skills ul:first-child {border-bottom: 1px solid rgba(250, 250, 250, 0.1);}
#skills ul:nth-child(4) {border-top: 1px solid rgba(250, 250, 250, 0.1);}
#skills ul li.nostyle {list-style-type: none;}
#skills ul li {
	display: inline-block; color: rgba(128, 205, 251, 0.6); width: 8.33%; padding: 0px 6px; margin: 0px; vertical-align: middle;
	text-align: right; border-right: 1px solid rgba(250, 250, 250, 0.1); font-size: 1rem; list-style-type: none!important; list-style:none!important;
}
#skills ul li:first-child {border-left: 0;}
#skills ul li:last-child {border-left: 0;}
#skills .list-skills {
	list-style: none; margin: 0px; line-height: 0px; font-size: 0px; height: 400px;
	display: inline-flex; flex-direction: column; justify-content: space-between; align-items: start; align-content: center; width: 6%;
}
#skills .list-skills li {
	border: 0; height: 36px; padding: 0px; overflow: hidden; font-size: 0.6rem; letter-spacing: 0px; line-height: 36px; text-align: left; width: 80px;
}
#skills .skill {
	list-style: none; padding: 0px; margin: 0px 0px 0px 8.33%; border: 1px solid rgba(250, 250, 250, 0.1); overflow: hidden;
	-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; width: 83.33%; height: 400px;
	background-size: 10% 48px; background-image: linear-gradient(to right, rgba(250, 250, 250, 0.1) 1px, rgba(0, 0, 0, 0.1) 1px);
	display: inline-flex; flex-direction: column; justify-content: space-between; align-items: start; align-content: center;
}
#skills .skill li {
	padding: 0px; margin: 0px; border: 2px dashed rgba(250, 250, 250, 0.1); cursor: pointer; overflow: hidden;
	text-transform: uppercase; vertical-align: middle; opacity: 0.7;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; left: 10%; top: 0px; height: 36px;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, padding 1.5s ease-in-out, top 0.5s ease-in-out, border 2.0s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, padding 1.5s ease-in-out, top 0.5s ease-in-out, border 2.0s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, padding 1.5s ease-in-out, top 0.5s ease-in-out, border 2.0s ease-in-out, opacity 0.3s ease-in-out;
	-ms-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, padding 1.5s ease-in-out, top 0.5s ease-in-out, border 2.0s ease-in-out, opacity 0.3s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out, padding 1.5s ease-in-out, top 0.5s ease-in-out, border 2.0s ease-in-out, opacity 0.3s ease-in-out;
}
#skills .skill li i {
	text-align: center; vertical-align: middle; line-height: 36px; float: left; padding: 0px 0px; opacity: 1.0;
	font-size: 1.0rem; display: inline-block; height: 36px; width: 36px;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
#skills .skill li h5 {
	font-size: 0.8rem; letter-spacing: 2px; text-align: center; line-height: 36px; height: 36px; opacity: 1.0;
	padding: 0px; margin: 0px; vertical-align: middle;
	-webkit-transition: font-size 0.3s ease-in-out;
	-moz-transition: font-size 0.3s ease-in-out;
	-o-transition: font-size 0.3s ease-in-out;
	-ms-transition: font-size 0.3s ease-in-out;
	transition: font-size 0.3s ease-in-out;
}
#skills .skill li p {
	padding: 480px 48px 0px 48px; margin: 0px; text-align: left; font-size: 1rem; text-align: justify; text-transform: none; display: block; line-height: 1.4rem;
	-webkit-transition: padding 1.5s ease-in-out;
	-moz-transition: padding 1.5s ease-in-out;
	-o-transition: padding 1.5s ease-in-out;
	-ms-transition: padding 1.5s ease-in-out;
	transition: padding 1.5s ease-in-out;
}
#skills .skill li:nth-child(1), #skills .list-skills li:nth-child(1), #skills .skill li:nth-child(1) div {width: 100%; top: 38px; background-color: #de4923;}
#skills .skill li:nth-child(1) h5, #skills .skill li:nth-child(1) p {color: #000!important;}
#skills .skill li:nth-child(1) i {color: #de4923; background-color: #fff;}
#skills .skill li:nth-child(2), #skills .list-skills li:nth-child(2), #skills .skill li:nth-child(2) div {width: 80%; top: 85px; background-color: #254bde;}
#skills .skill li:nth-child(2) h5, #skills .skill li:nth-child(2) p {color: #000!important;}
#skills .skill li:nth-child(2) i {color: #254bde; background-color: #fff;}
#skills .skill li:nth-child(3), #skills .list-skills li:nth-child(3), #skills .skill li:nth-child(3) div {width: 50%; top: 132px; background-color: #f0d91d;}
#skills .skill li:nth-child(3) h5, #skills .skill li:nth-child(3) p {color: #000!important;}
#skills .skill li:nth-child(3) i {color: #f0d91d; background-color: #000;}
#skills .skill li:nth-child(4), #skills .list-skills li:nth-child(4), #skills .skill li:nth-child(4) div {width: 10%; top: 179px; background-color: #0868a9;}
#skills .skill li:nth-child(4) h5, #skills .skill li:nth-child(4) p {color: #15192a!important;}
#skills .skill li:nth-child(4) i {color: #15192a; background-color: #fff;}
#skills .skill li:nth-child(5), #skills .list-skills li:nth-child(5), #skills .skill li:nth-child(5) div {width: 50%; top: 226px; background-color: #777bb3;}
#skills .skill li:nth-child(5) h5, #skills .skill li:nth-child(5) p {color: #000!important;}
#skills .skill li:nth-child(5) i {color: #000; background-color: #777bb3;}
#skills .skill li:nth-child(6), #skills .list-skills li:nth-child(6), #skills .skill li:nth-child(6) div {width: 40%; top: 273px; background-color: #1964a1;}
#skills .skill li:nth-child(6) h5, #skills .skill li:nth-child(6) p {color: #00b0f0!important;}
#skills .skill li:nth-child(6) i {color: #00b0f0; background-color: #fff;}
#skills .skill li:nth-child(7), #skills .list-skills li:nth-child(7), #skills .skill li:nth-child(7) div {width: 100%; top: 320px; background-color: #22213b;}
#skills .skill li:nth-child(7) h5, #skills .skill li:nth-child(7) p {color: #31c5f0!important;}
#skills .skill li:nth-child(8), #skills .list-skills li:nth-child(8), #skills .skill li:nth-child(8) div {width: 40%; top: 367px; background-color: #26160e;}
#skills .skill li:nth-child(8) h5, #skills .skill li:nth-child(8) p {color: #f57c20!important;}
#skills .skill li:nth-child(7) i, #skills .skill li:nth-child(8) i {background-color: #fff; color: #ff0000;}
#skills .skill li:nth-child(9), #skills .list-skills li:nth-child(9), #skills .skill li:nth-child(9) div {width: 40%; top: 414px; background-color: #343a40;}
#skills .skill li:nth-child(10), #skills .list-skills li:nth-child(10), #skills .skill li:nth-child(10) div {width: 30%; top: 461px; background-color: #343a40;}
#skills .skill li:nth-child(9) i, #skills .skill li:nth-child(10) i {background-color: #fff; color: #80cdfb;}
#skills .skill li div {
	position: absolute; z-index: 100; left: 9%; top: 36px; height: 0px; width: 0px!important; margin: 0px; opacity: 0; overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
#skills .list-skills li {background: transparent!important; width: 96px!important;}
#skills .skill li:hover {opacity: 1.0;}
notinsue #skills .skill li:hover p {padding: 48px 0px 0px 0px;}
notinsue #skills .skill li:hover h5 {font-size: 2rem; line-height: 48px;}
notinsue #skills .skill li:hover i {font-size: 2rem; height: 48px; width: 48px; line-height: 48px; text-align: center;}
#skills .skill li:hover div {
	top: 38px; height: 400px; border: 2px solid rgba(250, 250, 250, 0.1); height: 400px; width: 100%!important; left: 0;
	-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; opacity: 1.0;
}
#skills .skill li:hover h5, #skills .skill li:hover i {opacity: 0.0;}
#skills .skill li:hover div h5 {opacity: 1.0;}
#skills .skill li:hover div i {opacity: 1.0;}

#work .carousel .carousel-indicators {position: relative; background: transparent; z-index: 0;}
#work .carousel .carousel-indicators li {cursor: pointer; width: 351px; height: 100%; margin-right: 0.8%;}
#work .carousel .carousel-indicators li:last-child {margin-right: 0px;}
#work .carousel-indicators li {
	border: 1px solid rgba(168, 236, 247, 0.5); padding: 1px; vertical-align: middle;
	-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem;
}
#work .carousel-indicators li:hover {border: 1px solid #9e9e9e;}
#work .carousel-indicators .active {border: 1px solid #80cdfb;}
#work .carousel .carousel-inner {font-weight: 300!important; font-size: 15px; line-height: 22.5px;}
#work .carousel .carousel-inner img, #work .carousel-item-body {
	-webkit-border-radius: 0.5rem; -moz-border-radius: 0.5rem; border-radius: 0.5rem; padding: 0px;
}
#work .carousel img {display: block;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);}
#work .carousel .btn-group {position: relative; bottom: 0px;}
#work .carousel-control-prev, #work .carousel-control-next {color: #80cdfb; top: auto; bottom: auto; cursor: pointer; opacity: 1.0;}
#work .carousel .carousel-item-body {height: 332px;}
#work .carousel .carousel-item h4, #work .carousel .carousel-item p, #work .carousel .carousel-item ul li, #work .btn-group {border-bottom: 0px solid rgba(0, 0, 0, 0.2); padding: 4px 0px; margin: 0px;}
#work .carousel .carousel-inner .carousel-item p {color: #9e9e9e; text-align: justify;}
#work .carousel .carousel-inner .carousel-item ul li {background: transparent;}
#work .btn-group {border: 0;}

#logo #logocontainer {
	height: 300px; width: 100%; -webkit-perspective: 544; -webkit-perspective-origin: 50% 50%; border: 4px solid #80cdfb; margin: 0px; padding: 0px; background-color: #343a40;
	-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem;
}
#logo #stage {
	width: 100%; height: 100%;
	-webkit-transition: -webkit-transform 2s; -moz-transition: -moz-transform 2s; -o-transition: -o-transform 2s; transition: transform 2s;
	-webkit-transform-style: preserve-3d, translateZ(-200px); -moz-transform-style: preserve-3d, translateZ(-200px); -o-transform-style: preserve-3d, translateZ(-200px); transform-style: preserve-3d, translateZ(-200px);
}
#logo #shape {
	position: relative; margin: auto; height: 140px; width: 140px; top: 26%; border: 0px solid #000;
	-webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.5s; -moz-transition: -moz-transform 0.5s; -o-transition: -o-transform 0.5s; transition: transform 0.5s;
}
#logo .plane {
	position: absolute; height: 140px; width: 140px; border: 0px solid #000; padding: 0px; top: 0px; left: 0px;
	-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem;
	background: transparent; text-align: center;
	-webkit-transition: -webkit-transform 0.5s, opacity 2s; -moz-transition: -moz-transform 0.5s, opacity 2s; -o-transition: -o-transform 0.5s, opacity 2s; transition: transform 0.5s, opacity 2s;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
#logo #shape {
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}
#logo .ring > .one {-webkit-transform: translateZ(380px);}
#logo .ring > .two {-webkit-transform: rotateY(20deg) translateZ(380px);}
#logo .ring > .three {-webkit-transform: rotateY(40deg) translateZ(380px);}
#logo .ring > .four {-webkit-transform: rotateY(60deg) translateZ(380px);}
#logo .ring > .five {-webkit-transform: rotateY(80deg) translateZ(380px);}
#logo .ring > .six {-webkit-transform: rotateY(100deg) translateZ(380px);}
#logo .ring > .seven {-webkit-transform: rotateY(120deg) translateZ(380px);}
#logo .ring > .eight {-webkit-transform: rotateY(140deg) translateZ(380px);}
#logo .ring > .nine {-webkit-transform: rotateY(160deg) translateZ(380px);}
#logo .ring > .ten {-webkit-transform: rotateY(180deg) translateZ(380px);}
#logo .ring > .eleven {-webkit-transform: rotateY(200deg) translateZ(380px);}
#logo .ring > .twelve {-webkit-transform: rotateY(220deg) translateZ(380px);}
#logo .ring > .thirteen {-webkit-transform: rotateY(240deg) translateZ(380px);}
#logo .ring > .fourteen {-webkit-transform: rotateY(260deg) translateZ(380px);}
#logo .ring > .fifteen {-webkit-transform: rotateY(280deg) translateZ(380px);}
#logo .ring > .sixteen {-webkit-transform: rotateY(300deg) translateZ(380px);}
#logo .ring > .seventeen {-webkit-transform: rotateY(320deg) translateZ(380px);}
#logo .ring > .eighteen {-webkit-transform: rotateY(340deg) translateZ(380px);}
#logo .case {
	text-align: center; padding: 10px; margin: 8px 10px 0px 10px; bottom: 0; left: 0px; background: #fff;
	-webkit-transition: border 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out, box-shadow 0.5s ease-in-out, margin 0.5s ease-in-out, background 0.5s ease-in-out, padding 1.5s ease-in-out;
	-moz-transition: border 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out, box-shadow 0.5s ease-in-out, margin 0.5s ease-in-out, background 0.5s ease-in-out, padding 1.5s ease-in-out;
	-o-transition: border 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out, box-shadow 0.5s ease-in-out, margin 0.5s ease-in-out, background 0.5s ease-in-out, padding 1.5s ease-in-out;
	-ms-transition: border 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out, box-shadow 0.5s ease-in-out, margin 0.5s ease-in-out, background 0.5s ease-in-out, padding 1.5s ease-in-out;
	transition: border 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out, box-shadow 0.5s ease-in-out, margin 0.5s ease-in-out, background 0.5s ease-in-out, padding 1.5s ease-in-out;
	-webkit-box-shadow: 0 8px 10px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 10px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.19);
	border: 1px solid rgba(52, 58, 64, 0.4); cursor: pointer; overflow: hidden;
	-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem;
}
#logo img {padding: 0px; margin: 0px auto; width: 100%; border: 0px solid #343a40; background: #fff; bottom: 0; left: 0; right: 0;}
#logo .case button {
	width: 88%; height: 88%; position: absolute; top: -0px; right: 0; bottom: 0; left: 0; opacity: 0.0; border: 0px; margin: auto; padding: 0px; color: #343a40;
	-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; cursor: pointer; background: transparent;  border: 0px solid #000;
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
}
#logo .case button i {color: #80cdfb; margin: 0px auto; padding: 0px; top: 10px; left: 10px; position: absolute;}
#logo .plane:hover {height: 160px; width: 160px; z-index: 400; top: -10px; left: -10px; margin: auto; padding: 0px;}
#logo .plane:hover .case {
	border: 1px solid #80cdfb; margin-top: 10px; padding: 4px;
	-webkit-box-shadow: 0 8px 10px 0 rgba(0,0,0,0.0), 0 6px 10px 0 rgba(0,0,0,0.0);
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.0), 0 0px 0px 0 rgba(0,0,0,0.0);
	background: #fff;
}
#logo .plane:hover .case button {opacity: 0.6;}
#logo .case button:hover, #logo .case button:focus, #logo .case button:active {border: 0px; background: transparent; outline: none;}
#logo .logo-prev, #logo .logo-next {background: transparent; margin: 0px; padding: 0px; border: 0px; cursor: pointer; display: inline-block;}

#process .process-row {position: relative; height: 280px; border: 0px solid #000;}
#process #mask-b {
	position: absolute; z-index: 40; height: 34px; width: 102%; background-color: #343a40; bottom: 0px; left: -10px;
	border-bottom: 0; border-top: 2px solid rgba(0, 0, 0, 0.25);
	border-left: 1px solid rgba(0, 0, 0, 0.25); border-right: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: 0 -5px 5px -5px #000; -webkit-box-shadow: 0 -5px 5px -5px #000;
	-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem;
}
#process .process-col {position: relative;}
#process .card-n {
	top: 0; left: 0px; position: absolute;
	width: calc(100% - 170px); width: -o-calc(100% - 170px); width: -webkit-calc(100% - 170px); width: -moz-calc(100% - 170px);
	margin: 0px; padding: 4px 24px 4px 34px; height: 32px; overflow: hidden; cursor: pointer;
	background: rgba(49,55,61,1);
	background: -moz-linear-gradient(315deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: -webkit-linear-gradient(315deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: linear-gradient(315deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	border: 1px solid rgba(250, 250, 250, 0.1); border-bottom: 0;
	-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
	-webkit-transition: border 1s ease-in-out, top 0.5s ease-in-out, height: 0.5s ease-in-out, padding 1.5s ease-in-out, left 0.5s ease-in-out, width 0.5s ease-in-out;
	-moz-transition: border 1s ease-in-out, top 0.5s ease-in-out, height 0.5s ease-in-out, padding 1.5s ease-in-out, left 0.5s ease-in-out, width 0.5s ease-in-out;
	-o-transition: border 1s ease-in-out, top 0.5s ease-in-out, height 0.5s ease-in-out, padding 1.5s ease-in-out, left 0.5s ease-in-out, width 0.5s ease-in-out;
	-ms-transition: border 1s ease-in-out, top 0.5s ease-in-out, height 0.5s ease-in-out, padding 1.5s ease-in-out, left 0.5s ease-in-out, width 0.5s ease-in-out;
	transition: border 1s ease-in-out, top 0.5s ease-in-out, height 0.5s ease-in-out, padding 1.5s ease-in-out, left 0.5s ease-in-out, width 0.5s ease-in-out;
}
#process .card-n:nth-child(1) {top: 55px; left: 5px; height: 192px; z-index: 1;}
#process .card-n:nth-child(2) {top: 87px; left: 37px; height: 160px; z-index: 2;}
#process .card-n:nth-child(3) {top: 119px; left: 69px; height: 128px; z-index: 3;}
#process .card-n:nth-child(4) {top: 151px; left: 101px; height: 96px; z-index: 4;}
#process .card-n:nth-child(5) {top: 183px; left: 133px; height: 64px; z-index: 5;}
#process .card-n:nth-child(6) {top: 215px; left: 165px; height: 32px; z-index: 6;}
#process .card-n h6 {
	padding: 0px 0px 24px 0px; margin: 0px; background: none; border: 0; text-decoration: none;
	text-align: left; display: block; float: left; width: 60%; color: rgba(128, 205, 251, 0.7);
	-webkit-transition: all 2.0s ease-in-out; -moz-transition: all 2.0s ease-in-out; -o-transition: all 2.0s ease-in-out; -ms-transition: all 2.0s ease-in-out; transition: all 2.0s ease-in-out;
}
#process .card-n .card-b {position: relative; display: block;}
#process .card-n .card-t {margin: 0px 0px 24px 0px; display: inline-block; text-align: left; position: relative; width: 100%;}
#process .card-n .card-i {
	color: rgba(128, 205, 251, 0.7);
	font-size: 0.7rem; text-align: center; font-family: 'Slabo 12px', serif; line-height: 20px;
	vertical-align: middle; padding: 0px; width: 20px; height: 20px; border: 1px solid rgba(128, 205, 251, 0.7);
	display: inline-block; float: right; margin: 0px;
	text-shadow: 1px 1px 2px #000000; -webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem;
	-webkit-transition: all 2.0s ease-in-out; -moz-transition: all 2.0s ease-in-out; -o-transition: all 2.0s ease-in-out; -ms-transition: all 2.0s ease-in-out; transition: all 2.0s ease-in-out;
}
#process .card-n .card-l {
	color: #918778; position: relative;
	font-size: 2rem; text-align: center; font-family: 'Slabo 27px', serif; line-height: 60px;
	vertical-align: middle; padding: 0px; width: 60px; height: 60px;
	display: inline-block; float: left; margin: 0px 24px 0px 12px; border: 1px solid #918778;
	text-shadow: 1px 1px 2px #000000; -webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-transition: all 1.0s ease-in-out; -moz-transition: all 1.0s ease-in-out; -o-transition: all 1.0s ease-in-out; -ms-transition: all 1.0s ease-in-out; transition: all 1.0s ease-in-out;
}
#process .card-n p {text-align: justify; font-size: 0.9rem;}
#process .card-n p, #process .card-n ul {padding-bottom: 0px; margin-bottom: 0px; letter-spacing: 1px;}
#process .card-n ul {list-style: none; display: inline-block; padding: 0px; font-size: 0.80rem;}
#process .card-n ul li {color: #918778!important; margin-left: 500px;}
#process .card-n .first-ul li:nth-child(1) {-webkit-transition: margin-left 0.15s ease-in-out; -moz-transition: margin-left 0.15s ease-in-out; -o-transition: margin-left 0.15s ease-in-out; -ms-transition: margin-left 0.15s ease-in-out; transition: margin-left 0.15s ease-in-out;}
#process .card-n .first-ul li:nth-child(2) {-webkit-transition: margin-left 0.2s ease-in-out; -moz-transition: margin-left 0.2s ease-in-out; -o-transition: margin-left 0.2s ease-in-out; -ms-transition: margin-left 0.2s ease-in-out; transition: margin-left 0.2s ease-in-out;}
#process .card-n .first-ul li:nth-child(3) {-webkit-transition: margin-left 0.25s ease-in-out; -moz-transition: margin-left 0.25s ease-in-out; -o-transition: margin-left 0.25s ease-in-out; -ms-transition: margin-left 0.25s ease-in-out; transition: margin-left 0.25s ease-in-out;}
#process .card-n .second-ul li:nth-child(1) {-webkit-transition: margin-left 0.3s ease-in-out; -moz-transition: margin-left 0.3s ease-in-out; -o-transition: margin-left 0.3s ease-in-out; -ms-transition: margin-left 0.3s ease-in-out; transition: margin-left 0.3s ease-in-out;}
#process .card-n .second-ul li:nth-child(2) {-webkit-transition: margin-left 0.35s ease-in-out; -moz-transition: margin-left 0.35s ease-in-out; -o-transition: margin-left 0.35s ease-in-out; -ms-transition: margin-left 0.35s ease-in-out; transition: margin-left 0.35s ease-in-out;}
#process .card-n .second-ul li:nth-child(3) {-webkit-transition: margin-left 0.4s ease-in-out; -moz-transition: margin-left 0.4s ease-in-out; -o-transition: margin-left 0.4s ease-in-out; -ms-transition: margin-left 0.4s ease-in-out; transition: margin-left 0.4s ease-in-out;}
#process .card-n:hover {border: 1px solid #000; border-bottom: 0; padding: 24px; width: 100%; left: 0px;}
#process .card-n:hover:nth-child(1) {
	top: -192px; height: 438px;
	background: -moz-linear-gradient(310deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: -webkit-linear-gradient(310deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: linear-gradient(310deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
}
#process .card-n:hover:nth-child(2) {
	top: -160px; height: 406px;
	background: -moz-linear-gradient(312deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: -webkit-linear-gradient(312deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: linear-gradient(312deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
}
#process .card-n:hover:nth-child(3) {
	top: -128px; height: 374px;
	background: -moz-linear-gradient(314deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: -webkit-linear-gradient(314deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: linear-gradient(314deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
}
#process .card-n:hover:nth-child(4) {
	top: -96px; height: 352px;
	background: -moz-linear-gradient(316deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: -webkit-linear-gradient(316deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: linear-gradient(316deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
}
#process .card-n:hover:nth-child(5) {
	top: -64px; height: 320px;
	background: -moz-linear-gradient(318deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: -webkit-linear-gradient(318deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: linear-gradient(318deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
}
#process .card-n:hover:nth-child(6) {
	top: -32px; height: 278px;
	background: -moz-linear-gradient(322deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: -webkit-linear-gradient(322deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: linear-gradient(322deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
}
#process .card-n:hover .card-l {margin: 0px 24px 0px 0px;}
#process .card-n:hover h6 {color: #80cdfb;}
#process .card-n:hover .card-i {color: #80cdfb; border: 1px solid #80cdfb;}
#process .card-n:hover li {margin-left: 0px;}
#process .first-ul {margin-right: 24px;}

#process ol {
	position: relative; padding: 13px 0px; padding-inline-start: 0px; display: flex; -ms-flex-pack: center; justify-content: center;
    padding-left: 0; list-style: none; border: 0px solid #fff; overflow: hidden; height: 76px; width: 372px;
}
#process ol li {
	text-indent: 0px;	
	color: #343a40; cursor: pointer; background-color: rgba(128, 205, 251, 0.8); position: relative; z-index: 2;
	font-size: 1rem; text-align: center; font-family: 'Slabo 12px', serif; line-height: 48px;
	vertical-align: middle; margin-right: 10px; width: 48px; height: 48px;
	display: inline-block; border: 2px solid rgba(250, 250, 250, 0.1);
	-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem;
	-webkit-box-shadow: 0 8px 10px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.2); box-shadow: 0 8px 10px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
#process ol li:nth-child(6) {margin-right: 0px;}
#process ol li:hover {background-color: rgba(
	128, 205, 251, 1.0); color: #000; border: 2px solid rgba(0, 0, 0, 1.0);
	-webkit-border-radius: 0.5rem; -moz-border-radius: 0.5rem; border-radius: 0.5rem;
}

#process .carousel-indicators li:after {content: none; display: none;}
#process ol .active, #process .carousel-indicators li:active {background-color: rgba(250, 250, 250, 0.3); color: #343a40;}

#testimonials {color: #ffffff;}
#testimonials .card, #contact .card {background: none; border: none; border-radius: 0.5rem;}
.fa-chevron-circle-down, .fa-chevron-circle-up, .fa-chevron-circle-left, .fa-chevron-circle-right {
	border: 2px solid rgba(0,0,0,0.1);  border-radius: 100%; -webkit-border-radius: 100%;  -moz-border-radius: 100%;
	padding: 2px; background: rgba(250, 250, 250, 1); color: #80cdfb;
}
.nextpage:hover i, .top:hover i, .fa-chevron-circle-left:hover, .fa-chevron-circle-right:hover {border: 2px solid #000; background: #fff; color: #343a40;}
.nextpage:hover i {
    -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -o-animation-play-state: paused; animation-play-state: paused;
	-webkit-animation: none; animation: none;
}
.nextpage i {position: relative; animation-name: c-down; animation-duration: 3s; animation-iteration-count: infinite;}
@keyframes c-down {
	0%, 23%, 50%, 70%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	10%, 13% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-60px,0);
		transform: translate3d(0,-60px,0);
	}
	40% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}
	60% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}
.nextpage {
	position: absolute; bottom: 0px; left: 0; right: 0; background: rgba(0, 0, 0, 0.05); border-top: 1px solid rgba(168, 236, 247, 0.1);
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
.nextpage:hover {background: rgba(0, 0, 0, 0.6);}
.grad-back .nextpage:hover {background: rgba(0, 0, 0, 1.0); border-top: 1px solid #000;}

#testimonials .test-row h3 {animation-name: c-quote; animation-duration: 3s; animation-iteration-count: infinite;}
#testimonials .test-row .fa-quote-left {
	padding-right: 12px;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
#testimonials .test-row {
	background-color: rgba(0, 0, 0, 0.2); padding: 30px; border: 1px solid rgba(0, 0, 0, 0.2); position: relative; overflow: visible;
	-webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out;
	-ms-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
	-webkit-perspective: 40em; -moz-perspective: 40em; -ms-perspective: 40em; perspective: 40em;
	-webkit-perspective-origin: 50% 50%; -moz-perspective-origin: 50% 50%; -ms-perspective-origin: 50% 50%; perspective-origin: 50% 50%;
	transform-style: preserve-3d;
}
#testimonials .test-row:hover {background-color: rgba(255, 255, 255, 0.8); border: 1px solid #000;}
#testimonials .test-row:hover img {border: 10px solid rgba(255, 255, 255, 0.8);}
#testimonials .test-row .col-md-4:first-child {padding-left: 0;}
#testimonials .test-row .col-md-4:last-child {padding-right: 0;}
@keyframes c-quote {
	0%, 20%, 50%, 100% {opacity: 1;}
	10%, 40% {opacity: 0.25;}
}

#pricing .card:hover, #testimonials .card:hover {border: 1px solid #000;}

#testimonials .card {
	background: rgb(58,65,72);
	background: -moz-linear-gradient(306deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: -webkit-linear-gradient(306deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	background: linear-gradient(306deg, rgba(51,57,63,1) 50%, rgba(49,55,61,1) 50%);
	border: 1px solid  rgba(0, 0, 0, 0);
	-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
#testimonials .card p {font-size: 1rem; text-align: justify; text-justify: inter-word;}
#testimonials .card h4 {-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
#testimonials .card:hover img{margin: 8px 0px!important; opacity: 1.0;}
#testimonials .card:hover h4{margin: 16px!important; font-size: 2.0rem;}
#testimonials .card:hover .fa-quote-left {padding-right: 24px;}
#testimonials img {
	-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; width: 200px; text-align: center; border: 10px solid rgba(0, 0, 0, 0.2); opacity: 0.8;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
	margin: 24px 0px;
}

#contact #contact-row {
	-webkit-perspective: 1000px; perspective: 1000px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; position: relative;
}
#contact .contact-row .col-inter  {
	display: inline-block; margin: 0px;  max-width: 50%; border: 0px solid #000; width: 100%; background: rgba(0, 0, 0, 0.005); border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; padding: 4px 0px;
}
#contact .contact-row .col-links {
	 perspective-origin: right; padding-right: 2px;
	-webkit-transform: translatez(30px) scale(1.0) rotateY(-22.5deg) translatex(10px) translatey(20px); transform: translatez(30px) scale(1.0) rotateY(-22.5deg) translatex(10px) translatey(20px);
}
#contact .contact-row .col-inter:hover {border: 1px solid rgba(0, 0, 0, 0.025); background: rgba(0, 0, 0, 0.0);}
#contact .contact-row .col-inputs {
	perspective-origin: left; padding-left: 2px;
	-webkit-transform: translatez(30px) scale(1.0) rotateY(22.5deg) translatex(-10px) translatey(20px); transform: translatez(30px) scale(1.0) rotateY(22.5deg) translatex(-10px) translatey(20px);
}
.contact-input li a {-ms-flex: 1 1 auto; flex: 1 1 auto;	padding: 0.5rem .75rem;}
.contact-input li a, .contact-input li i {display: inline-block; font-size: 1.2rem;}
.contact-input li label{box-sizing: border-box; padding: 0px;}
.contact-input {list-style: none; padding: 0px; margin: 0px;}
.contact-input li {display: block; padding: 0px; margin: 0px 0px 0px 0px;}
#contact .form-group i {
	border: 1px solid #ced4da; padding: 0.7rem 0.5rem .675rem 0.5rem; float: left; height: 48px; line-height: 1.5rem;
    text-align: center; color: #80cdfb; background: #fefefe; width: 50px; font-size: 1.5rem; position: fixed;
	-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; z-index: 2;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
.contact-input li i {
	-webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem; float: right; right: 0px;
}
#contact .contact-input .form-group {}
#contact .form-group {margin-bottom: 4px;}
#contact form .form-group input {height: 3rem;}
#contact form .form-group #hear {height: 3rem;}
#contact .form-group {
	overflow: hidden; cursor: pointer; height: 48px; width: 100%; border: 0px solid #000; padding: 0px;	
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
#contact .form-group .contact_msg {z-index: 1; margin: 0px; padding: 4px; height: 48px; padding-left: 60px; width: 100%:}
#contact .form-group button {float: left; padding: 0px; z-index: 2; position: fixed; left: 2px; top: 4px;}
#contact .form-group input, #contact .form-group select, #contact .form-group textarea {
	margin: 0px 00px 0px -00px; z-index: 1; border: 1px solid #ced4da; border-left: 0px; -webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem;
	border-top-left-radius: 0; border-bottom-left-radius: 0; height: 48px; padding-left: 60px; width: 100%:
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
#contact .form-group a {
	margin: 0px -00px 0px 00px; z-index: 1; border: 1px solid #ced4da; border-right: 0px; -webkit-border-radius: 0.25rem; -moz-border-radius: 0.25rem; border-radius: 0.25rem;
	border-top-right-radius: 0; border-bottom-right-radius: 0; white-space: nowrap; height: 48px; width: 100%; font-size: .875rem; line-height: 32px; background: #fff; color: #343a40;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
#contact .form-group:hover a, #contact .form-group:hover input, #contact .form-group:hover select, #contact .form-group:hover textarea {margin: 0px;}
#contact .form-group a {padding-left: 24px;}
#contact .contact-input .form-group:hover i {border-top-left-radius: 0; border-bottom-left-radius: 0;}
#contact form .form-group:hover i {border-top-right-radius: 0; border-bottom-right-radius: 0;}
#contact .form-group:hover i {border: 1px solid #bec4ca; color: #343a40; background: #fff;}
#contact .form-group a span {
	padding: 0px; margin: 0px;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
#contact .form-group a span:first-child {margin-right: 160px; float: left;}
#contact .form-group a span:last-child {float: right; padding-right: 50px}
#contact .form-group:hover a span:first-child {margin-left: 0px;}
#contact .form-group:hover a span:last-child {margin-left: 0px;}

footer .top {border-bottom: 1px solid #000;}
footer {border-top: 1px solid #000000;}
footer p {color: #80cdfb;}

#list {position: fixed; top: 0; right: 0; border: 0; border-radius: 0; margin: auto 1px; height: 100%; background: transparent; z-index: 40;}
#list .navlist {text-align: right; padding: 4px;}
#list .navlist li {
	cursor: pointer; opacity: 1.0; left: 0px; display: block; width: auto; border:0 px solid #000; padding: 0px; margin: 0px;
	-webkit-transition: all 1.0s ease-in-out; -moz-transition: all 1.0s ease-in-out; -o-transition: all 1.0s ease-in-out; -ms-transition: all 1.0s ease-in-out;	transition: all 1.0s ease-in-out;
}
#list .navlist a {
	margin: 5px 0px; font-size: 0.8rem; line-height: 0.8rem;
	color: #80cdfb; padding: 2px; overflow: hidden;
	-webkit-transition: all 1.0s ease-in-out; -moz-transition: all 1.0s ease-in-out; -o-transition: all 1.0s ease-in-out; -ms-transition: all 1.0s ease-in-out;	transition: all 1.0s ease-in-out;
}
#list .navlist a span {
	margin: 0px; padding: 0px; color: #80cdfb; text-align: right; font-weight: bold; opacity: 0.0; text-transform: uppercase; font-size: 0.8rem; line-height: 1.1rem; width: 0px; border: 0px solid #000;
	display: inline-block; vertical-align: middle; letter-spacing: 0px;
	-webkit-transition: all 1.0s ease-in-out, width 0.5s ease-in-out; -moz-transition: all 1.0s ease-in-out, width 0.5s ease-in-out;
	-o-transition: all 1.0s ease-in-out, width 0.5s ease-in-out; -ms-transition: all 1.0s ease-in-out, width 0.5s ease-in-out; transition: all 1.0s ease-in-out, width 0.5s ease-in-out;
}
#list .navlist a i {padding: 0px; margin: 0px; vertical-align: middle; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; padding: 2px; border: 1px solid #343a40;}
#list .navlist .active {background: transparent;}
#list .navlist li:hover a i, #list .navlist .active i {background: #fff; border: 1px solid #80cdfb; color: #343a40;}
#list .navlist li:hover span, #list .navlist .active span {width: 104px; opacity: 1.0;}

/*  Ripple */
.btn {overflow:hidden; min-width: 140px;}

.ripple {
  width: 0; height: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.4);
  transform: scale(0); position: absolute; opacity: 1;
}
.rippleEffect {animation: rippleDrop 0.6s linear;}

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

@media (min-width: 280px) {
	header .navbar-brand img {width: 240px;}
	#home h1 a ul li {font-size: 6rem;}
	#home h1 a .logo-min li:first-child {padding-left: 16px;}
	#home .lead {font-size: 1rem;}
	#about #about-row h1 {font-size: 1.4rem;}
	#about #about-row h2 {font-size: 1.2rem;}
	#about #about-row h4 {font-size: 1.0rem;}
	#about #about-row p {font-size: 0.8rem;}
	#work .carousel-control-prev, #work .carousel-control-next {bottom: 400px;}
	#work .carousel {min-height: 580px;}
	#logo #logocontainer {width: 100%; background-color: transparent; border: 0px; -webkit-perspective: 1500; overflow: hidden;}
	#skills .list-skills li {font-size: 0.4rem;}
	#skills .skill li {left: 11.5%;}
	#skills .skill li:hover div {padding: 24px;}
	#skills .skill li:hover div p {padding: 24px 0px 0px 0px;}
	#skills .skill li:hover div h5 {font-size: 1.0rem; line-height: 48px;}
	#testimonials .col-md-4{padding: 15px 0px;}
	#testimonials .test-row .col-md-4:first-child {padding-top: 0;}
	#testimonials .test-row .col-md-4:last-child {padding-bottom: 0;}
}
@media (min-width: 360px) {
	#skills .list-skills li {font-size: 0.4rem;}
	#skills .skill li {left: 11.5%;}
	#skills .skill li i {font-size: 1.6rem; height: 36px; width: 36px; line-height: 36px;}
	#skills .skill li:hover div {padding: 12px;}
	#skills .skill li:hover div p {padding: 8px 0px 0px 0px; font-size: 0.8rem; letter-spacing: 0px;}
	#skills .skill li:hover div h5 {font-size: 1.0rem; line-height: 24px; height: 24px;}
	#skills .skill li:hover div i {font-size: 1.0rem; height: 24px; width: 24px; line-height: 24px;}
}
@media (min-width: 576px) {
	#home h1 a ul li {font-size: 8rem;}
	#home h1 a .logo-min li:first-child {padding-left: 8px;}
	#home .lead {font-size: 1rem;}
	#about #about-row h1 {font-size: 2.5rem;}
	#about #about-row h2 {font-size: 2rem;}
	#about #about-row h4 {font-size: 1.5rem;}
	#about #about-row p {font-size: 1rem;}
	#work .carousel {min-height: 580px;}
	#logo #logocontainer {width: 100%; -webkit-perspective: 1200; overflow: hidden;}
	#skills .list-skills li {font-size: 0.6rem;}
	#skills .skill li {left: 11%;}
	#skills .skill li i {font-size: 1.6rem; height: 36px; width: 36px; line-height: 36px;}
	#skills .skill li:hover div {padding: 24px;}
	#skills .skill li:hover div p {padding: 24px 0px 0px 0px;}
	#skills .skill li:hover div h5 {font-size: 1.2rem; line-height: 48px;}
	#skills .skill li:hover div i {font-size: 2rem; height: 48px; width: 48px; line-height: 48px;}
	#testimonials .col-md-4{padding: 15px 0px;}
	#testimonials .test-row .col-md-4:first-child {padding-top: 0;}
	#testimonials .test-row .col-md-4:last-child {padding-bottom: 0;}
}
@media (min-width: 768px) {
	#home h1 a ul li {font-size: 8rem;}
	#home .lead {font-size: 1.25rem;}
	#work .carousel-control-prev, #work .carousel-control-next {bottom: 80px;}
	#work .carousel {min-height: 580px;}
	#logo #logocontainer {width: 100%; border: 0px solid #80cdfb; background-color: transparent; -webkit-perspective: 1200;}
	#skills .list-skills li {font-size: 0.8rem;}
	#skills .skill li {left: 10.5%;}
	#skills .skill li:hover div p {padding: 48px 0px 0px 0px;}
	#skills .skill li:hover div h5 {font-size: 2rem; line-height: 48px;}
	#testimonials .col-md-4{padding: 0px 15px;}
	#testimonials .test-row .col-md-4:first-child {padding-left: 0;}
	#testimonials .test-row .col-md-4:last-child {padding-right: 0;}
}
@media (min-width: 992px) {
	#home h1 a ul li {font-size: 8rem;}
	#logo #logocontainer {width: 100%; border: 8px solid #80cdfb; background-color: #343a40; -webkit-perspective: 700; overflow: visible;}
	#skills .list-skills li {font-size: 0.8rem;}
	#skills .skill li {left: 9.6%;}
}
@media (min-width: 1200px) {
	#logo #logocontainer {width: 100%; border: 8px solid #80cdfb; background-color: #343a40; -webkit-perspective: 544; overflow: visible;}
}