/*
|
| About Styles CSS
|
*/
html,
body,
header,
#intro {
    height: 50vh;
}

li {
    margin-left: 3em;
}

#intro {
    background-position: bottom center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-nav-collapse {
    background-color: #1a1c20;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background-color: #24355C;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background-color: #24355C;
    }
}

#typed {
    color: #fff;
}

.typed-cursor {
    color: #bce9ff;
}

.contact-page-icon {
    color: #ffffff;
    background: #ffffff;
    border-style: solid;
    border-width: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 500px;
    font-size: 24px;
    display: inline-block;
}

.contact-page-icon-low {
    color: #ffffff;
    background: #ffffff;
    border-color: #333333;
    border-width: 1px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 500px;
    font-size: 16px;
    display: inline-block;
}

.cont_first {
    padding-bottom: 30px !important;
}

.shortcode-single-image-wrap.aligncenter, .shortcode-single-image-wrap.alignnone {
    margin-left: auto !important;
    margin-right: auto !important;
}

.shortcode-single-image-wrap {
    margin-bottom: 0;
    max-width: 100%;
}

.alignnone {
    float: none;
    margin: 61px auto -71px;
}

.alignnone .shortcode-single-image {
    text-align: center;
}

.photos {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    background-image: url('../img/about/about.jpg');
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 3px 0px #0000008f;
}

.sub-heading {
    color: #1ebbf0 !important;
    background: -webkit-linear-gradient(left, #1ebbf0 30%, #39dfaa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 auto;
}

.sub-extra {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
    font-weight: 700;
}

.about-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px 0;
    padding: 0;
    clear: none;
    color: #333;
}

.about-text {
    font: normal 14px/25px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #85868c;
    text-align: justify;
}

.content-padding {
    /*padding-left: 25px;
    padding-right: 25px;*/
}

.skill-label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-size: 13px;
    line-height: 23px;
}

.vc_single_bar {
    border-radius: 1px;
    height: 13px;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f7f7f7;
    position: relative;
}

.vc_bar {
    background: #1ebbf0;
    background: -webkit-linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
    background: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
    color: #fff;
    border-radius: 1px;
    animation: none;
}

.vc_single_bar .vc_bar {
    display: block;
    position: absolute;
    height: 100%;
    background-color: #e0e0e0;
    width: 0%;
    top: 0;
    left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
}


.uavc-list-icon-wrapper.ult-adjust-bottom-margin {
    margin-bottom: 35px;
}


.uavc-icons, .uavc-icons *, .uavc-list-icon, .uavc-list-icon * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uavc-list-icon ul:last-child {
    margin: 0 !important;
}

.uavc-list-icon ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px !important;
    position: relative !important;
}

.uavc-list-icon li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    clear: both !important;
    line-height: 1.6em;
    overflow: visible;
}

.uavc-list-content {
    display: table;
    width: 100%;
    margin-bottom: 7px;
}

.uavc-list-content .aio-icon {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.aio-icon, .vc_row .aio-icon {
    display: inline-block;
    font-size: 32px;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2em;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.aio-icon i {
    line-height: inherit;
    font-size: inherit;
}

.uavc-list-desc {
    font-size: 18px;
    line-height: 28px;
}

.uavc-list-content span.uavc-list-desc {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
}

.aio-icon.none {
    background: none !important;
    color: #333333;
    border-color: #333333;
    border-width: 1px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 500px;
    font-size: 20px;
    display: inline-block;
}

.font-style-contact {
    font-family:'Roboto';
    font-weight:700;
    color:#333333;
}

.about-widget a {
    color: #333333;
    border: 1px solid #333333;
}

.about-widget a:hover {
    border: none;
}
