body {
    margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
a,a:hover,a:focus {
	color: inherit;
	text-decoration: none
}
.container-fluid{
    background: #fff;
}
.section-header{
    background-color: #008073;
    color: #fff;
    font-size: 4rem;
    font-weight: 200;
    line-height: 75px;
}
.section-content{
    padding: 32px 0;
    display: flex;
    align-items: center;
    min-height: 400px;
}
.section-subtitle{
    font-size: 17px;
    color: #161616;
}
.section-subtitle-line{
    border-bottom: 2px solid #008073;
    position: relative;
}
.section-subtitle-line:after{
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #008073;
    position: absolute;
    top: -10px;
    right: 0;
}
/*Home section*/
.home-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-container{
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    background: transparent;
}
.home-container .center{
    margin: 0 auto;
}
.home-container .block{
    display: block;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 24px 16px;
    margin-bottom: 30px;
}
.home-container .block .svg{
    fill: #fff;
    margin-right: 10px;
}
.home-container .block .nav-txt{
    vertical-align: text-bottom;
}
.home-container a.block:hover{
    background: rgba(0, 0, 0, 0.6);
}
.home-container .about h2{
    font-size: 50px;
}
/*About me section*/
.about-container .about-desc{
    font-size: 25px;
    color: #111111;
    font-weight: 300;
}
.about-container .about-desc>p{
    margin-top: 0;
}
.about-container .profile-image{
    margin-bottom: 15px;
}
.about-container .about-title{
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.about-container .about-subtitle{
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
}
/*Skill section*/
.skill-level{
    width: 100%;
    display: none;
}
.skill-level tr{
    border-bottom: 10px solid #fff;
}
.skill-level tr td{
    height: 30px;
    line-height: 30px;
}
.skill-level .show-skill-dial{
    text-align: right;
}
.skill-level .show-skill-dial svg{
    fill: #008073;
    cursor: pointer;
}
.skill-level .show-skill-dial svg:hover{
    fill: #fff;
    background: #008073;
    border-radius: 50%;
}
.skill-level .skill-name{
    background: #04dfc9;
    color: #fff;
    width: 80px;
    padding-left: 10px;
}
.skill-level .skill-level-bar{
    position: relative;
    padding-right: 40px;
}
.skill-level .skill-level-bar .skill-bar-bg{
    background: #dfdfdf;
    height: 100%;
}
.skill-level .skill-level-bar .skill-bar{
    background:#373f3e;
    position: absolute;
    height: 100%;
    top: 0;
}
.skill-level .skill-level-bar .skill-number{
    position: absolute;
    right: 0;
    top: 0;
}
/*Work section*/
.work-container .work-role{
    font-size: 20px;
    color: #161616;
    margin: 10px 0 5px 0;
}
.work-container .work-company{
    font-size: 16px;
    color: #585858;
    margin: 0;
    font-weight: 300;
}
.work-container .work-related-skills{
    margin: 15px 0;
}
.work-container .work-related-skills>li{
    font-size: 15px;
    color: #454545;
}
.work-container .work-related-skills>li::before{
    content: ". "
}
/*Personal container*/
.personal-container .iot-mqtt-panel-slider-container{
    text-align: center;
}
.personal-container .iot-mqtt-panel-slider.fc{
    margin: 0;
}
.personal-container .iot-mqtt-panel-slider.fc .fc-controls,
.personal-container .iot-mqtt-panel-slider.fc .fc-pagination{
    display: none;
}
.personal-container p{
    font-size: 20px;
    color: #111111;
    font-weight: 300;
}
.personal-container p a{
    font-style: italic;
    font-weight: 500;
}
/*Contact form*/
.contact-container .contact-form{
    margin-bottom: 25px;
}
.contact-container .contact-title{
    font-size: 17px;
    color: #161616;
}
.contact-container .contact-form input,
.contact-container .contact-form textarea{
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
    outline-width: 0;
}
.contact-container .contact-submit{
    color: #161616;    
    background: none;
    border: 2px solid #ccc;
    padding: 5px 30px;
}
.contact-container .contact-submit:hover{
    color: #fff;
    background-color: #008073;
    border-color: #008073;
}
.contact-container .contact-submit:disabled{
    color: #161616;    
    background: none;
    border: 2px solid #ccc;
    opacity: 0.5;
}
.toast-notification .message{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 100%;
    padding: 0 15px;
    color: #fff;
    font-weight: 200;
    line-height: 75px;
    font-size: 3rem;
    width: 100%;
}
.toast-notification .message.success{
    background: #367C22;
}
.toast-notification .message.error{
    background: #ED3324;
}
/*Desktop nav*/
.desktop-nav{
    position: absolute;
}
.desktop-nav .nav-item-list{
    border: 1px solid #ccc;
    padding: 0;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 5px 8px 0 rgba(0,0,0,.14), 0 1px 14px 0 rgba(0,0,0,.12);
    background: #fff;
}
.desktop-nav .nav-tiem{
    position: relative;
}
.desktop-nav .nav-tiem>a{
    display: block;
}
.desktop-nav .nav-tiem .nav-icon>svg{
    border-right: 1px solid #fc0;
    padding: 5px;
    position: absolute;
    height: 41px;
    width: 35px;
}
.desktop-nav .nav-tiem .nav-title{
    display: block;
    padding: 0 5px;
    margin-left: 35px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    color: #666;
}
.desktop-nav .nav-tiem:last-of-type .nav-title{
    border-bottom: none;
}
.desktop-nav .nav-tiem.active{
    background-color: #dfdfdf;
}
.desktop-nav .nav-tiem.active .nav-icon>svg{
    height: 92px;
    border-right: 3px solid #fc0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.desktop-nav .nav-tiem.active:first-of-type .nav-icon>svg{
    border-top: 0;
    height: 91px;
}
.desktop-nav .nav-tiem.active .nav-title{
    line-height: 90px;
    margin-top: -1px;
    border-top: 1px solid #ccc;
}
.desktop-nav .nav-tiem.active:first-of-type .nav-title{
    margin-top: 0;
    border-top: 0;
}
/*Mobile nav*/
.mobile-nav .mobile-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #008073;
    color: #fff;
}
.mobile-nav .mobile-header .menu-btn{
    padding-left: 15px;
    cursor: pointer;
}
.mobile-nav .mobile-header .menu-btn img{
    visibility: hidden;
}
.mobile-nav .mobile-header .menu-btn svg{
    fill: #fff;
    width: 35px;
    height: 35px;
    margin-bottom: -8px;
}
.mobile-nav .mobile-header .current-section{
    font-size: 3rem;
    font-weight: 200;
    line-height: 75px;
    padding-left: 20px;
}
.mobile-nav .pushy{
    background: #008073;
    color: #fff;
}
.mobile-nav .pushy .menu-logo{
    text-align: center;
}
.mobile-nav .pushy .menu-logo>img{
    width: 110px;
    height: 110px;
    margin-top: 20px;
}
.mobile-nav .pushy .menu-logo>p{
    font-size: 22px;
    font-weight: 300;
    margin-top: 10px;
}
.mobile-nav .pushy .pushy-link{
    background: #999;
    border-bottom: 1px solid #666;
}
.mobile-nav .pushy .pushy-link:first-of-type{
    border-top: 1px solid #666;
}
.mobile-nav .pushy .pushy-link.active{
    opacity: 0.6;
}
.mobile-nav .pushy a{
    padding: 5px 5px;
}
.mobile-nav .pushy .nav-title{
    vertical-align: text-bottom;
    line-height: 30px;
    margin-left: 10px;
    color: #fff;
}
.mobile-nav .pushy .nav-icon svg{
    fill: #fff;
}