@import "https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700|Roboto:300,400,500,700,900&amp;display=swap";
#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #007bff;
    color: #ced4da;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: poppins, sans-serif;
    color: #ced4da;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600
}

@media(max-width:565px) {
    .section-heading {
        font-size: 40px!important
    }
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background-color: #0a0a0a!important;
    color: #ced4da!important;
    font-family: roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625em;
    position: relative
}

.navbar {
    background-color: #0a0a0a!important
}

.nav {
    background-color: #0a0a0a!important;
    margin: 0
}

.nav-link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    color: #ced4da!important;
    font-weight: 500!important
}

.nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #007bff;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.nav-link:hover:before,
.nav-link:focus:before,
.nav-link:active:before {
    right: 0
}

p {
    text-align: justify;
    text-justify: inter-word
}

.container {
    overflow: auto
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center
}

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

.social-links li {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.social-links li:hover,
.social-links li:focus,
.social-links li:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

.link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.link:hover,
.link:focus,
.link:active {
    color: #ced4da
}

.link:hover:before,
.link:focus:before,
.link:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.social-links li {
    list-style: none;
    display: inline-block
}

.social-links li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    color: #007bff;
    border-radius: 50%;
    position: relative
}

.social-links li a svg {
    fill: #007bff
}

.social-links li a svg:hover {
    fill: #ced4da!important;
    transition: all .3s!important
}

.social-links li a svg,
.social-links li a ion-icon,
.social-links li a img,
.social-links li a i {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s
}

.social-links li a:hover {
    color: #ced4da;
    transition: all .3s
}

.status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    padding-left: 1rem;
    margin-top: 0
}

.status__message .h5 {
    margin-left: 15px
}

.status__light {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.status__light__ring {
    position: absolute;
    width: 25px;
    height: 25px;
    -webkit-animation: pulsate 2s ease-out;
    animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border: 3px solid #90ee90;
    border-radius: 30px
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

.status__light__led {
    position: absolute;
    width: 13px;
    height: 13px;
    background: #90ee90;
    border-radius: 100%
}

.arrow-link {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 700;
    display: inline-block;
    background-color: transparent;
    white-space: nowrap
}

.arrow-link:after {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    bottom: 2px;
    margin-left: 15px;
    content: "";
    background: url(../assets/arrow.png) no-repeat center;
    background-size: 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle
}

.arrow-link:hover:after {
    -webkit-transform: translateX(7px);
    transform: translateX(7px)
}

.tech-icon {
    height: 28px
}

.wrap {
    padding: 0
}

@media(max-width:767.98px) {
    .wrap {
        margin-top: 40px
    }
}

@media(min-width:768px) {
    .wrap .about-desc {
        position: relative
    }
}

.wrap .about-desc .bold-text {
    position: absolute;
    top: -80px;
    left: 10px;
    right: 0;
    bottom: 0;
    font-weight: 700!important;
    color: #ced4da!important;
    opacity: .05;
    text-transform: uppercase
}

@media(min-width:992px) {
    .wrap .about-desc .bold-text {
        font-size: 6em
    }
}

@media(max-width:991px) {
    .wrap .about-desc .bold-text {
        display: none
    }
}

.progress-style {
    width: 400px
}

@media(max-width:412px) {
    .progress-style {
        width: 300px
    }
}

.interests .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    transition: ease-in-out .3s;
    border-radius: 5px
}

.interests .icon-box .tech-icon,
.interests .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1
}

.interests .icon-box h3 {
    font-weight: 300;
    margin: 0;
    padding: 0;
    padding-left: .5rem;
    line-height: 1;
    font-size: 20px;
    color: #ced4da
}

.interests .icon-box:hover {
    background: rgba(122, 122, 122, .12)
}

.bg-text {
    position: absolute;
    margin-bottom: -1em;
    top: -80px;
    left: 10px;
    right: 0;
    bottom: 0;
    font-weight: 700!important;
    color: #ced4da!important;
    opacity: .05;
    text-transform: uppercase
}

@media(min-width:992px) {
    .bg-text {
        font-size: 6em
    }
}

@media(max-width:991.98px) {
    .bg-text {
        display: none
    }
}

@media(max-width:767.98px) {
    .bg-text {
        display: none
    }
}

@media(min-width:768px) {
    .bg-text {
        position: relative
    }
}

.profile-text {
    font-weight: 300
}

@media(max-width:768px) {
    .profile-text {
        font-size: 20px!important
    }
}

@media(min-width:768px) {
    .blog-entry {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .blog-entry {
        margin-bottom: 30px
    }
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 500
}

.blog-entry .text .heading a {
    color: #111
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
    color: #2f89fc
}

.blog-entry .meta>div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 15px
}

.blog-entry .meta>div a {
    font-size: 15px;
    color: #8c8c8c
}