/**
* Template Name: MyResume - v2.1.0
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background-color:rgba(25,26,27,1);
    background: url(../images/header/default.jpg) center no-repeat;
    background-size: cover;
	background-attachment:fixed;
    position: relative;
	
}

a {
  color: #f26522;
}

a:hover {
  color: rgba(242, 101, 34, .85);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
      font-weight: 700;
}

	
.h1, h1 {
    font-size: 3.2rem;
}

.h2, h2 {
    font-size: 3rem;
}

.h3, h3 {
    font-size: 2.1rem;
}

.h4, h4 {
    font-size: 1.75rem;
}

.h5, h5 {
    font-size: 1.45rem;
}

.h6, h6 {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 200;
    letter-spacing: 10px;
    padding-left: 5px;
}


p {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-weight: 300;
	font-size: 1.05rem;
	line-height:1.4;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
}

.lead strong {
    font-weight: 700;
}

hr {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.25);
}

img {
    height:auto;
	max-width:100%;
}

.list-columns-3 {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.jumbotron {
    padding: 3rem 2rem 2rem;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #f26522;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #0678e3;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(39,40,41, 1);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f26522;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/* ANIMAATIOT 
-------------------------------------------------------------- */




/* VIIVE */

.delay-0 {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.delay-01 {
  -webkit-animation-delay: .1s !important;
  animation-delay: .1s !important;
}

.delay-02 {
  -webkit-animation-delay: .2s !important;
  animation-delay: .2s !important;
}

.delay-03 {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important;
}

.delay-04 {
  -webkit-animation-delay: .4s !important;
  animation-delay: .4s !important;
}

.delay-05 {
  -webkit-animation-delay: .5s !important;
  animation-delay: .5s !important;
}

.delay-06 {
  -webkit-animation-delay: .6s !important;
  animation-delay: .6s !important;
}

.delay-09 {
  -webkit-animation-delay: .9s !important;
  animation-delay: .9s !important;
}

.delay-12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.delay-15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.delay-18 {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.delay-21 {
  -webkit-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}

.delay-24 {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}

.delay-27 {
  -webkit-animation-delay: 2.70s !important;
  animation-delay: 2.7s !important;
}

.delay-30 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# MENU
--------------------------------------------------------------*/

#fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 8997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
      padding: 0 0 0 15px;
    overflow-y: auto;
    width: 200px;
}


@media (max-width: 992px) {


  #fixed-menu {
    width: 100%;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -100%;
  }
  
  .mobile-nav-active #fixed-menu {
    width: 100%;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: 0px;
  }
  
}


/*--------------------------------------------------------------
# FullPage js custom
--------------------------------------------------------------*/

#fp-nav.fp-right {
   display:none;
}

.fp-slides {
    z-index: 2;
}

.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: transparent;
    color: rgba(74, 75, 75, 1);
    line-height: 70px;
    padding: 5px 0 !important;
    top: calc(50% - 30px);
    border-radius: 40px;
	
    border-width: none;
    border-color: none;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	
}

.fp-controlArrow:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: " ";
    font-size: 80px;
    height: 70px;
    line-height: 80px;
}


.fp-controlArrow.fp-prev {
    left: 220px;
}

.fp-prev:before {
   content: "\f104";
}

.fp-next:before {
   content: "\f105";
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
    display: inline-block;
    align-items: center;
    color: #fff;
    padding: 0;
    margin-bottom: 8px;
    transition: 0.3s;
    line-height: 56px;
    font-size: 15px;
    border-radius: 50px;
    background: rgba(242, 243, 245, .2);
    height: 56px;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
}
.nav-menu a i {
    font-size: 19px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    display: inline-block;
    align-items: center;
    text-align: center;
    float: left;
    margin: 0;
    position: relative;
	transition: 0.3s;
}
.nav-menu a:hover i,
.nav-menu li:hover a i,
.nav-menu li.active a i {
    font-size: 26px;
}

.nav-menu a span {
  padding: 0 28px 0 0;
  color: #f26522;
}

@media (min-width: 992px) {
  .nav-menu a {
    width: 56px;
  }
  .nav-menu a span {
    display: none;
    color: #fff;
	  width: calc(100% - 56px);
	text-align:center;
  }
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
  background: #f26522;
}

.nav-menu a:hover span, 
.nav-menu .active > a span, 
.nav-menu li:hover > a span {
  color: #fff;
}

.nav-menu a:hover, 
.nav-menu li:hover > a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span, 
.nav-menu li:hover > a span {
  display: inline-block;
}


.nav-menu a:hover span, 
.nav-menu li:hover > a span {
  display: inline-block;
}



.nav-menu li.active a {
  background: #f26522;
    width: 100%;
  
}

.nav-menu li.active a i {
  background: #f26522;
  border-radius:50px;
}


.nav-menu li.active a span {
  display: inline-block;
    padding: 0 28px 0 0;

  width: calc(100% - 56px);
  color: #fff;
}



/* Mobile Navigation */


#mobile-nav {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    right: auto;
    width: auto;
    display: none;
	transition: all 0.5s;
}

@media (max-width: 992px) {
	
#mobile-nav {
	display: inline-block;
}

}

.mobile-nav-toggle {
	color:#fff;
	background-color: #f26522;
    font-weight: 300;
    padding: 10px 10px;
    font-size: 25px;
    line-height: 36px;
    border-radius: 0px;
	border:none;
	outline:none;
	width:56px;
	height:56px;
	cursor: pointer;
	text-align:center;
}

.mobile-nav-toggle i {
  color: #e2e2e2;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active #mobile-nav {
   left: calc(100% - 56px);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------

  background: url("../images/hero-bg.jpg") top right no-repeat;

*/



#hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  
}

#hero p {
  color: #f26522;
  margin: 15px 0 0 0;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight:300;
}

#hero p span {
  color: #f26522;
  letter-spacing: 1px;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #e2e2e2;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #f26522;
}

@media (max-width: 992px) {
  #hero {
    text-align: center;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

#mm-logo {
    display: block;
    position: relative;
    height: auto;
    width: 380px;
    margin: 0px auto 30px;
	    max-width: 100%;
}

#mm-logo .logo-icon {
    display: inline-block; 
    max-width:100% ;
    max-height: 100%;

    position: relative;
}


/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/


.text-primary {
    color: rgba(242, 101, 34, 1)!important;
}

.border-primary {
    border-color: rgba(242, 101, 34, 1)!important;
}

.bg-primary {
    background-color: rgba(242, 101, 34, 1)!important;
}

.bg-dark {
    background-color: rgba(74, 75, 75, 1) !important;
}

.bg-default {
    background-color: rgba(255, 255, 255, .2) !important;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn {
    font-weight: 400;
    padding: 10px 28px;
    font-size: 15px;
    line-height: 36px;
    border-radius: 28px;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.btn:hover, .btn:focus, .btn:active, .btn.active, .open>.dropdown-toggle.btn {
     -webkit-animation: pulse 0.5s;
    animation: pulse 0.5s;   
}



/* Default */

.btn-default {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .2);
}

.btn-default.focus,
.btn-default:hover,
.btn-default:focus,
.btn-default:focus:hover {
    color: #fff;
    background-color: rgba(74, 75, 75, 1) !important;
    border-color: rgba(74, 75, 75, 1) !important;
	box-shadow:none !important;
}


/* Primary */

.btn-primary {
    color: #fff;
    background-color: rgba(242, 101, 34, 1);
    border-color: rgba(242, 101, 34, 1);
}

.btn-primary.focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:hover {
    color: #fff;
    background-color: rgba(242, 101, 34, .85) !important;
    border-color: rgba(242, 101, 34, .85) !important;
	box-shadow:none !important;
}

/* dark */



.btn-dark {
    color: #fff;
    background-color: rgba(74, 75, 75, 1);
    border-color: rgba(74, 75, 75, 1);
}

.btn-dark.focus,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:focus:hover {
    color: #fff;
    background-color:rgba(74, 75, 75, .85) !important;
    border-color:rgba(74, 75, 75, .85) !important;
	box-shadow:none !important;
}

/* circle */

.btn-circle {
	padding:10px 10px !important;
	width:56px !important;
}



.btn-circle-lg {
	padding:27px 10px 23px !important;
	width:80px !important;
	height:80px !important;
	line-height:30px !important;
	text-align:center;
	border-radius:40px;
}

.btn-circle i {
	font-size:17px;
}

.btn-circle-lg i {
	font-size:28px;
}


/* Button scroll */


.btn-scroll {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.btn-scroll i {
    position: relative;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    height: 44px;
    width: 28px;
    line-height: 54px;
    border-radius: 30px;
    border: 2px solid #f26522;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}

.btn-scroll i:after {
    content: "";
    position: absolute;
    top: 22px;
    left: 11px;
    border-radius: 2px;
    z-index: -1;
    bottom: 0px;
    transition: all .2s;
    height: 10px;
    width: 3px;
    background: #fff;
}


.particles-wrapper {
    position: absolute;
    top: 0;
    left: 0;
	width:100%;
	height:100%;
	overflow:hidden;
} 

#particles-js {
	height:1200px;
}

.particles-js-canvas-el {
	width:auto !important;
	height:100% !important;
}

/*--------------------------------------------------------------
# SVG Blocks
--------------------------------------------------------------*/



/* fillit */


.fill-white {
	fill: #ffffff !important;
}


/* Curv */

.curv-img {
    position: absolute;
    width: 100%;
    bottom: -1px;
    z-index: 1;
}
.curv-img svg {
    display: block;
}

.section-home .curv-img svg path {
	fill: rgba(255, 255, 255, 1) !important;
}


.section-abaut .curv-img svg path {
	fill: rgba(25, 26, 27, 1) !important;
}


.section-services .curv-img svg path {
	fill: rgba(255, 255, 255, 1) !important;
}

.section-portfolio .curv-img svg path {
	fill: rgba(242, 101, 34, 1) !important;
}


.clip-img {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
    position: relative;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-inner,
.section-header {
	padding: 90px 0;
	max-width:100%;
	overflow:hidden;
	position:relative;
}

.section-header {
	padding: 90px 0 0;
}

.fp-slides .section-inner {
	padding: 30px 0 90px;
}

.fp-slides .fp-tableCell {
    vertical-align: top;
}

section {
  padding: 0 0;
  overflow: hidden;
}

.section {
  padding: 0 0;
  overflow: hidden;
}

.section:before {
  content: "";
  background: rgba(25,26,27,.85);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index:-1;
}


.section-footer {
    bottom: 30px;
    padding: 0;
    position: absolute;
    width: 100%;
}

.title-block {
  text-align: center;
  padding-bottom: 10px;
}

.title-block h2 {
  text-transform: unset;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
  color: #e2e2e2;
}

.title-block h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.title-block h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f26522;
  bottom: 1px;
  left: calc(50% - 20px);
}

.title-block span {
  display:block;
  margin:0 0 10px;
  text-transform:uppercase;
  font-size:13px;
  font-weight:200;
  letter-spacing:10px;
  padding-left:5px;
}

/*--------------------------------------------------------------
# Värit
--------------------------------------------------------------*/

 .text-dark {
  color: rgba(25, 26, 27,1) !important;
}



/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

 .section-home svg path {
  fill: rgba(242, 101, 34,1) !important;
}

.section-home:before {
  background: rgba(25,26,27,1);
  background-image:linear-gradient(rgba(25,26,27,1) 0%, rgba(25,26,27,.95) 40%, rgba(25,26,27,.9) 70%, rgba(25,26,27,1) 100%);
}
 

.section-home .section-inner {
	padding-bottom:110px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

/* ### FULLPAGE SCROLL ### */

.section-abaut {
	color:rgba(25,26,27,1) !important;
}

/* #valkea

.section-abaut:before {
  background: rgba(255,255,255,1);
}

 */
 
 .section-abaut {
  background-image:linear-gradient(rgba(255, 255, 255,1) 0%, rgba(255, 255, 255,.85) 20%, rgba(255, 255, 255,.85) 80%, rgba(255, 255, 255,1) 100%);
}
 
 .section-abaut:before {
  background: rgba(242, 101, 34,0);
  
}

.section-abaut .content h3 {
  font-weight: 700;
  font-size: 26px;
  color:rgba(242, 101, 34, 1);
}

.fp-viewing-tietoa .nav-menu a {
    color: #fff;
	background: rgba(25,26,27,.33);
}


.fp-viewing-tietoa .title-block h2::before {
    background: rgba(25,26,27,.33);
}


.section-abaut .title-block h2 {
  color: rgba(242, 101, 34, 1);
}

.section-abaut .content ul {
  list-style: none;
  padding: 0;
}

.section-abaut .content ul li {
  padding-bottom: 10px;
}

.section-abaut .content ul i {
  font-size: 20px;
  padding-right: 2px;
  color: #f26522;
}

.section-abaut .content p:last-child {
  margin-bottom: 0;
}




/* SKILLS - progress bar */

.section-abaut .progress {
  height: 50px;
  display: block;
  background: none;
}

.section-abaut .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #45505b;
}

.section-abaut .progress .skill .val {
  float: right;
  font-style: normal;
}

.section-abaut .progress-bar-wrap {
  background: #f2f3f5;
}

.section-abaut .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #0563bb;
}



/* SKILLS - chart */

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}


/* MY SKILLS */

.skills-item {
	text-align:center;
}

.skills-title {
    letter-spacing: 6px;
    padding-left: 3px;
}




/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.facts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #f26522;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}

.facts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #011426;
}

.facts .count-box p {
  padding: 0;
  margin: 0;
  color:#011426;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}



/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #e2e2e2;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #f26522;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #f26522;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #f26522;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio-subheader {
	font-family: "Open Sans", sans-serif;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 10px;
    padding-left: 5px;
}

.portfolio-jumbotron {
    margin-right: -7rem;
	
    background-image: linear-gradient(98deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 93%, rgb(0 0 0 / 45%) 100%); 
	
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    visibility: hidden;
}

.portfolio-jumbotron:before {
    content: " ";
    right: 0;
    position: absolute;
    top: 0;
    left: auto;
    width: 30px;
    bottom: 33%;
    background-image: linear-gradient(85deg, rgba(0, 0, 0, 0) 49%, rgb(0 0 0 / 55%) 90%);
    z-index: 0;
}

.portfolio-header {
	font-size: 2.25rem;
}



.portfolio-jumbotron.animated {
	visibility:visible;
} 

.portfolio-jumbotron .btn {
    visibility: hidden;
}


.portfolio-jumbotron.animated .btn {
    visibility: visible;
}


.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
	z-index:2;
    position: absolute;
    top: -60px;
    width: 100%;
    text-align: center;
}

.porfolio-carousel.owl-carousel .owl-nav .owl-next, 
.porfolio-carousel.owl-carousel .owl-nav .owl-prev  {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: transparent;
    color: rgba(25, 26, 27,1);
    line-height: 70px;
    position: absolute;
    padding: 5px 0 !important;
    top: calc(50% - 30px);
	border-radius:40px;
	border:1px solid transparent;
	
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.porfolio-carousel.owl-carousel .owl-nav .owl-prev {
    left: -60px;
}

.porfolio-carousel.owl-carousel .owl-nav .owl-next {
    right: -60px;
}

.porfolio-carousel.owl-carousel .owl-nav span {
	display:none !important;
}

.porfolio-carousel.owl-carousel .owl-nav button:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	content: " ";
	content: "\f105";
    font-size: 80px;
    height: 70px;
    line-height: 80px;
	
}

.porfolio-carousel.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}

.porfolio-carousel.owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}


.porfolio-carousel.owl-carousel .owl-nav button:hover,
.porfolio-carousel.owl-carousel .owl-nav button:focus {
	outline:none;
	border:1px solid transparent;  
}

.porfolio-carousel.owl-carousel .owl-nav button:hover {
	outline:none;
	border:1px solid transparent;
	background-color:transparent;
	color:rgba(242, 101, 34, .85);
	-webkit-animation: pulse 0.5s;
    animation: pulse 0.5s;   
}

/* kuva modali */

.vbox-container {
    display: inline-block;
}

.vbox-content {
    background: rgba(255, 255, 255, 1);
	height: 100%;
}


.vbox-container img {
    max-width: 100%;
    height: auto;
    max-height: calc(100% - 100px);
    box-shadow: none;
    margin-top: 50px;
}

.animated-row .animate {
	visibility:hidden;
}

.animated-row .animated {
	visibility:visible;
}

.section-portfolio {
    background-image: linear-gradient(rgba(255, 255, 255,1) 0%, rgba(255, 255, 255,.85) 20%, rgba(255, 255, 255,.85) 80%, rgba(255, 255, 255,1) 100%);
}

.section-portfolio:before {
  content: "";
  background: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index:-1;
  color:#000;
}

.section-portfolio .title-block h2 {
	color:rgba(25, 26, 27,1);
}

body .nav-menu a {
    color: #fff;
	background: rgba(25,26,27,.33);
}

.fp-viewing-aloitus .nav-menu a,
.fp-viewing-palvelut .nav-menu a {
    color: #fff;
	background: rgba(242, 243, 245, .2);
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #f26522;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #e2e2e2;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #e2e2e2;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #e2e2e2;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.section-services:before {
  content: "";
  background: rgba(25, 26, 27,0);
  background-image: linear-gradient(rgba(25, 26, 27, 1) 0%, rgba(25, 26, 27, .9) 20%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index:-1;
}


.section-services {
	color:rgba(255,255,255,1) !important;
}

.section-services .title-block h2 {
    color: rgba(242, 101, 34, 1);
}


.services-cards .card {
    background-color: rgba(255, 255, 255, .075);
    border-radius: 0;
    border: 0;
	min-height:210px;
}

.services-cards .card p {
	font-size:.93rem;
}

.services-cards .card-title {
    margin-bottom: 0.35rem;
	font-size:1.3rem;
}


.services-box {
    text-align: center;
	padding:20px;
}

.services-icon  {
    font-size: 31px;
    height: 110px;
    width: 110px;
    line-height: 98px;
    border: 6px solid #f26522;
    border-radius: 55px;
    background-color: rgba(242, 101, 34, 0);
    color: #fff;
    display: inline-block;
    align-items: center;
    text-align: center;
    margin: 0 0 20px;
    transition: 0.3s;
}


/*

.services-icon  {
    font-size: 30px;
    height: 90px;
    width: 90px;
    line-height: 84px;
    border: 2px solid #f26522;
    border-radius: 45px;
    background-color: rgba(242, 101, 34, 1);
    color: #fff;
    display: inline-block;
    align-items: center;
    text-align: center;
    margin: 0 0 20px;
    transition: 0.3s;
}

*/

.services-image {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 35px;
}

.services-image img {
    border-radius: 50%;
    max-width: 270px;
    border: 5px solid #f26522;
}


.list-unstyled {
	padding-left:30px;
}


.list-unstyled li i {
	margin-left:-30px;
}




/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #90c8fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #f26522 !important;
}



@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-box {
}

.contact-image {
    width: 320px;
    height: 320px;
    display: inline-block;
    border: none;
    border-radius: 50%;
	overflow:hidden;
}

#ajax-contact {
    position: relative;
}

#ajax-contact .btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#form-messages {
	border-radius:14px;
	display:none;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0.7rem 1.5rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(255,255,255,.2);
    background-clip: padding-box;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #fff !important;
	outline:none !important;
	box-shadow:none !important;
}

.bg-dark.form-control:focus {
    background-color: rgba(25,26,27,.33) !important;
}


.form-group .input-field:first-child .form-control {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.form-group .input-field:last-child .form-control {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

textarea.form-control {
    height: 90px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, .66) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, .66) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, .66) !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, .66) !important;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


.section-contact:before {
  content: "";
  background: rgba(242, 101, 34, 0);
   background-image: linear-gradient(rgba(242, 101, 34, 1) 0%, rgba(242, 101, 34, .9) 20%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index:-1;
  color:#000;
}


.fp-viewing-yhteys .nav-menu li.active a {
    background: rgb(74 75 75);
    width: 100%;
}


.fp-viewing-yhteys .title-block h2::after {
    background: rgba(74, 75, 75, 1) ;
}


.fp-viewing-yhteys .nav-menu a:hover, 
.fp-viewing-yhteys .nav-menu .active > a, 
.fp-viewing-yhteys .nav-menu li:hover > a {
    color: #fff;
    background: rgb(74 75 75);
}

.fp-viewing-yhteys .nav-menu li.active a i {
    background: rgb(74 75 75);
    border-radius: 50px;
}


.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #f26522;
  float: left;
  width: 44px;
  height: 44px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #e2e2e2;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #728394;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #f26522;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #f26522;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0678e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px 0;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #f26522 !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f7f8f9;
  color: #e2e2e2;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f26522;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}




/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/


.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(255,255,255,1);
}

.modal-content {
    border: 1px solid rgba(0,0,0,0);
    border-radius: 0rem;
    outline: 0;
}

.modal-header {
    padding: 1rem 1rem;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-body {
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top:none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
} 
