body {
    background-color: #f5f5f5;
    color: #4e4e4e
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e1e
}

a {
    color: #1e1e1e;
    transition: all .5s ease-in-out
}

a:hover {
    color: #0078ff;
    text-decoration: none;
    transition: all .5s ease-in-out
}

.p-r {
    position: relative
}

.color-a {
    color: #0078ff
}

.color-d {
    color: #f5f5f5
}

.color-text-a {
    color: #4e4e4e
}

.box-shadow,
.card-blog,
.paralax-mf,
.service-box,
.work-box {
    box-shadow: 0 13px 8px -10px rgba(0, 0, 0, .1)
}

.box-shadow-a,
.button:hover {
    box-shadow: 0 0 0 4px #cde1f8
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-6 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.1
}

.avatar {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    overflow: hidden
}

.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center
}

.overlay-mf {
    background-color: #0078ff
}

.overlay-mf {
    position: justify-content-end;
    align-self: auto;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .7
}

.paralax-mf {
    position: relative;
    padding: 8rem 0
}

.display-table {
    width: 100%;
    height: 100%;
    display: table
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.sect-4 {
    padding: 4rem 0
}

.sect-pt4 {
    padding-top: 4rem
}

.sect-mt4 {
    margin-top: 4rem
}

.title-s {
    font-weight: 600;
    color: #1e1e1e;
    font-size: 1.1rem
}

.title-box {
    margin-bottom: 4rem
}

.title-a {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase
}

.subtitle-a {
    color: #4e4e4e
}

.line-mf {
    width: 40px;
    height: 5px;
    background-color: #0078ff;
    margin: 0 auto
}

.title-box-2 {
    margin-bottom: 3rem
}

.title-left {
    font-size: 2rem;
    position: relative
}

.title-left:before {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #0078ff;
    width: 100px;
    bottom: -12px
}

.box-pl2 {
    padding-left: 2rem
}

.box-shadow-full {
    padding: 3rem 1.25rem;
    position: relative;
    background-color: #fff;
    margin-bottom: 3rem;
    z-index: 2;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2)
}

.socials {
    padding: 1.5rem 0
}

.socials ul li {
    display: inline-block
}

.socials .ico-circle {
    height: 40px;
    width: 40px;
    font-size: 1.7rem;
    border-radius: 50%;
    line-height: 1.4;
    margin: 0 15px 0 0;
    box-shadow: 0 0 0 3px #0078ff;
    transition: all .5s ease
}

.socials .ico-circle:hover {
    background-color: #0078ff;
    color: #fff;
    box-shadow: 0 0 0 3px #cde1f8;
    transition: all .5s ease
}

.list-ico,
.post-meta ul,
.socials ul,
.ul-resect,
.widget-sidebar .list-sidebar,
.widget-tags ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.list-ico {
    line-height: 2
}

.list-ico span {
    color: #0078ff;
    margin-right: 10px
}

.ico-circle {
    height: 100px;
    width: 100px;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 1.55;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 0 10px #0078ff;
    display: block
}

.navbar-b {
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-top: 1.563rem;
    padding-bottom: 1.563rem
}

.navbar-b.navbar-reduce {
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06)
}

.navbar-b.navbar-reduce .nav-item,
.navbar-b.navbar-trans .nav-item {
    position: relative;
    padding-right: 10px;
    padding-left: 0
}

.navbar-b.navbar-reduce .nav-link,
.navbar-b.navbar-trans .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

.navbar-b.navbar-reduce .nav-link:before,
.navbar-b.navbar-trans .nav-link:before {
    content: '';
    position: absolute;
    margin-left: 0;
    width: 0%;
    bottom: 0;
    left: 0;
    height: 2px;
    transition: all .5s ease
}

.navbar-b.navbar-reduce .nav-link:hover,
.navbar-b.navbar-trans .nav-link:hover {
    color: #1b1b1b
}

.navbar-b.navbar-reduce .nav-link:hover:before,
.navbar-b.navbar-trans .nav-link:hover:before {
    width: 35px
}

.navbar-b.navbar-reduce .active>.nav-link:before,
.navbar-b.navbar-reduce .nav-link.active:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .show>.nav-link:before,
.navbar-b.navbar-trans .active>.nav-link:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .show>.nav-link:before {
    width: 35px
}

.navbar-b.navbar-trans .nav-link:before {
    background-color: #fff
}

.navbar-b.navbar-trans .nav-link:hover {
    color: #fff
}

.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.active,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .show>.nav-link {
    color: #fff
}

.navbar-b.navbar-reduce {
    transition: all .5s ease-in-out;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar-b.navbar-reduce .nav-link {
    color: #0078ff
}

.navbar-b.navbar-reduce .nav-link:before {
    background-color: #0078ff
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #0078ff
}

.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.active,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .show>.nav-link {
    color: #0078ff
}

.navbar-b.navbar-reduce .navbar-brand {
    color: #0078ff
}

.navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #1b1b1b
}

.navbar-b .navbar-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600
}

.intro {
    height: 100vh;
    position: relative;
    color: #fff
}

.intro .intro-content {
    text-align: center;
    position: absolute
}

.intro .overlay-itro {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .9
}

.intro .intro-title {
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    text-align: center
}

.intro .intro-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center
}

.intro .text-slider-items {
    display: none
}

.intro-single {
    height: 350px
}

.intro-single .intro-content {
    margin-top: 30px
}

.intro-single .intro-title {
    text-transform: uppercase;
    font-size: 3rem
}

.intro-single .breadcrumb {
    background-color: transparent;
    color: #0078ff
}

.intro-single .breadcrumb .breadcrumb-item:before {
    color: #cde1f8
}

.intro-single .breadcrumb .breadcrumb-item.active {
    color: #cde1f8
}

.intro-single .breadcrumb a {
    color: #fff
}

.about-mf .box-shadow-full {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.about-mf .about-img {
    margin-bottom: 2rem
}

.about-mf .about-img img {
    margin-left: 10px
}

.skill-mf span {
    color: #4e4e4e
}

.skill-mf .progress {
    background-color: #cde1f8;
    margin: .5rem 0 1.2rem 0;
    border-radius: 0;
    height: .7rem
}

.skill-mf .progress .progress-bar {
    height: .7rem;
    background-color: #0078ff
}

.cd-container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    background: #ffffff;
    padding: 0 10%;
    border-radius: 2px;
}

.cd-container::after {
    content: '';
    display: table;
    clear: both
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em
}

#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 4px;
    background: #7e57c2
}

@media only screen and (min-width:1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both
}

.cd-timeline-block:first-child {
    margin-top: 0
}

.cd-timeline-block:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:1170px) {
    .cd-timeline-block {
        margin: 4em 0
    }
    .cd-timeline-block:first-child {
        margin-top: 0
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0
    }
}

.cd-timeline-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #7e57c2, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05)
}

.cd-timeline-img {
    background: #0078ff
}

@media only screen and (min-width:1170px) {
    .cd-timeline-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden
    }
}

.cd-timeline-content {
    position: relative;
    margin: 3rem;
    background: #0078ff;
    border-radius: 2px;
    padding: 1em;
    z-index: 2;
    padding: 5px 10px;
    color: #eaeef3;
    font-size: 12px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 2px
}

.timeline-content-info-date,
.timeline-content-info-title {
    width: calc(50% - 2px);
    display: inline-block
}

@media (max-width:500px) {
    .timeline-content-info-date,
    .timeline-content-info-title {
        display: block;
        width: 100%
    }
}

.cd-timeline-content h2 {
    color: rgba(255, 255, 255, .9);
    margin-top: 0;
    margin-bottom: 5px
}

.cd-timeline-content .cd-date,
.cd-timeline-content p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-size: .9125rem
}

.cd-timeline-content .cd-date {
    display: inline-block
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #333c42
}

@media only screen and (min-width:768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem
    }
    .cd-timeline-content .cd-date,
    .cd-timeline-content .cd-read-more {
        font-size: 14px;
        font-size: .875rem
    }
}

@media only screen and (min-width:1170px) {
    .cd-timeline-content {
        color: #fff;
        margin-left: 0;
        padding: 1.6em;
        width: 36%;
        margin: 0 5%
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #333c42
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #333c42
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right
    }
}

.service-box {
    background-color: #fff;
    padding: 2.5rem 1.3rem;
    border-radius: 1rem;
    margin-bottom: 3rem
}

.service-box:hover .ico-circle {
    transition: all .5s ease;
    color: #fff;
    background-color: #0078ff;
    box-shadow: 0 0 0 10px #cde1f8
}

.service-box .service-ico {
    margin-bottom: 1rem;
    color: #1e1e1e
}

.service-box .ico-circle {
    transition: all .5s ease;
    font-size: 4rem
}

.service-box .s-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    padding: .4rem 0
}

.service-box .s-description {
    color: #4e4e4e
}

.button {
    display: inline-block;
    padding: .3rem .6rem;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    border-radius: .3rem;
    border: 1px solid transparent;
    transition: all .5s ease;
    cursor: pointer
}

.button:focus {
    outline: 0
}

.button:hover {
    background-color: #0062d3;
    color: #fff;
    transition: all .5s ease
}

.button-a {
    background-color: #0078ff;
    color: #fff;
    border-color: #cde1f8
}

.button-rouded {
    border-radius: 5rem
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

@media (min-width:767px) {
    .about-mf .box-pl2 {
        margin-top: 3rem;
        padding-left: 0rem
    }
    .contact-mf .box-pl2 {
        margin-top: 3rem;
        padding-left: 0rem
    }
}

@media (min-width:768px) {
    .box-shadow-full {
        padding: 3rem
    }
    .navbar-b.navbar-reduce .nav-item,
    .navbar-b.navbar-trans .nav-item {
        padding-left: 10px
    }
    .navbar-b.navbar-reduce .nav-link:before,
    .navbar-b.navbar-trans .nav-link:before {
        margin-left: 18px
    }
    .intro .intro-title {
        font-size: 4.5rem
    }
    .intro .intro-subtitle {
        font-size: 2.5rem
    }
    .intro-single .intro-title {
        font-size: 3.5rem
    }
    .form-comments,
    .post-box,
    .widget-sidebar {
        padding: 3rem
    }
}

@media (max-width:1024px) {
    .bg-image {
        background-attachment: scroll
    }
}