body {
    background: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    overflow-x: hidden;
    color: #333333;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
}

h1 {
    font-size: 3rem;
    margin-bottom: 0;
}

h2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
}

h3 {
    font-size: 1.75rem;
    line-height: 2.5rem;
}

h4 {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 2rem auto;
}

p,
ul,
ol {
    color: #333;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
}

strong {
    font-weight: 400;
}

.navbar {
    margin: 1rem 0;
}

.navbar-brand.logo {
    display: flex;
    align-items: center;
}

.navbar-brand.logo img {
    width: 30px;
    display: inline-block;
    margin-right: 0.5rem;
}

.navbar-brand.logo span {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -2px;
    color:#333;
}

.lefty {
    text-align: left !important;
}

.righty {
    text-align: right !important;
}

.gray {
    background-color: #f9f9f9;
}

.btn-success:focus {
    background-color: #000;
    border-color: transparent;
}


.btn {
    border: 1px solid #555555;
    border-radius: 4px;
    margin: 1rem auto 4rem;
    padding: 0.5rem 1em;
    font-size: 1.5rem;
    color: #555555;
    display: block;
    width: 160px;
}

.btn:hover {
    border-color: #d31675;
    color: #d31675;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.avatar {
    border-radius: 50%;
    width: 350px;
    height: 350px;
}

.bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 40rem;
    border-radius: 16px;
}

footer {
    padding: 1.5rem 0;
}

footer li .fa {
    font-size: 2rem;
    color: #d31675;
}

footer img {
    width: 30px;
    display: inline-block;
    margin-right: 0.5rem;
}

footer span {
    font-size: 1rem;
    font-weight: 400;
}

/*---------------------------------------
    General               
-----------------------------------------*/

html {
    -webkit-font-smoothing: antialiased;
}

a {
    color: #4d638c;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    color: #4d638c;
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#portfolio,
#about,
#blog,
#contact,
#single-project,
#blog-single-post {
    padding: 0 1rem;
    padding: 0;
}

.section-title {
    position: relative;
    padding-bottom: 2rem;
    text-align: center;
}

.section-title h3 {
    color: #555;
    font-weight: 400;
    letter-spacing: 4px;
}

.caseStudy a {
    display: block;
    font-weight: 500;
    margin-bottom: 1rem;
}

.caseStudy a:hover {
    color: #d31675;
}

/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-wordpress.sk-spinner {
    background-color: #bdc3c7;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: relative;
    -webkit-animation: sk-innerCircle 1s linear infinite;
    animation: sk-innerCircle 1s linear infinite;
}

.sk-spinner-wordpress .sk-inner-circle {
    display: block;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 8px;
    top: 5px;
    left: 5px;
}

@-webkit-keyframes sk-innerCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-innerCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*---------------------------------------
    Main Navigation             
-----------------------------------------*/

.navbar-default {
    background: #ffffff;
    padding: 1rem 0;
    border: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}



.navbar-default .navbar-brand {
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-brand .fa {
    color: #000;
    font-size: 42px;
}

.navbar-default .navbar-nav li a {
    color: #333;
    font-size: 1.25rem;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.navbar-default .navbar-nav > li a:hover {
    color: #d31675 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav .active > a {
    color: #d31675;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #d31675;
    font-weight: 500;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #bdc3c7;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}



/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#home hr {
    width: 82px;
    margin-top: 32px;
}

/*---------------------------------------
   About section              
-----------------------------------------*/

#about .text-center {
    padding-bottom: 42px;
}

#about .col-md-8 {}

#about .col-md-8 img {
    padding-right: 22px;
    padding-bottom: 22px;
}

#about hr {
    width: 100px;
    margin-top: 42px;
    margin-bottom: 42px;
}

#about ul {
    padding-left: 22px;
}

#about ul li {
    color: #777;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
}

#about ul.client li,
#about ol.client li {
    color: #333;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75rem;
}



/*---------------------------------------
   Portfolio section              
-----------------------------------------*/

#portfolio small {
    color: #f0f0f0;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}

.portfolio-thumb h3 {
    font-weight: 500;
}

#portfolio .portfolio-thumb {
    position: relative;
    padding: 0;
    margin-bottom: 2rem;
}

#portfolio .portfolio-thumb .portfolio-overlay {
    position: absolute;
    background: #222;
    color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: top;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    border-radius: 16px;
}

#portfolio .portfolio-item {
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
    opacity: 0.9;
}



/*---------------------------------------
   Single Project section              
-----------------------------------------*/

#single-project {
    text-align: center;
}

#single-project .col-md-12,
#single-project .col-md-6,
#single-project .col-md-4 {
    padding-left: 0px;
    padding-bottom: 22px;
}

#single-project .col-md-12 {
    padding-top: 42px;
}

#single-project .text-center strong {
    display: block;
    padding-top: 12px;
}

#single-project a {
    color: #555;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 14px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/

#contact .col-md-6,
#contact .col-md-12 {
    padding-left: 0px;
}

#contact .form-control {
    border: 1px solid #f0f0f0;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
    border-color: #d31675;
}

#contact input,
#contact select {
    height: 50px;
}

#contact input[type="submit"] {
    background: #222;
    border-radius: 100px;
    border: none;
    color: #ffffff;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
    background: #000;
}



/*---------------------------------------
   Blog section              
-----------------------------------------*/

.blog-post-thumb {
    border-bottom: 1px solid #f0f0f0;
    padding-top: 32px;
    padding-bottom: 62px;
    margin-bottom: 32px;
}

.blog-post-thumb:last-child {
    border-bottom: 0px;
    padding-bottom: 32px;
    margin-bottom: 0px;
}

.blog-post-image {
    padding-bottom: 18px;
    width: 100%;
}

.blog-post-title a {
    color: #555;
}

.blog-post-title a:hover {
    color: #000;
}

.blog-post-format {
    padding-bottom: 22px;
}

.blog-post-format span {
    letter-spacing: 0.5px;
    padding-right: 12px;
}

.blog-post-format span a {
    color: #333;
}

.blog-post-format span img {
    display: inline-block;
    width: 42px;
    margin-right: 4px;
}

.blog-post-des blockquote {
    margin: 22px;
}

.blog-post-des .btn {
    border-radius: 100px;
    color: #777;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 14px 28px;
    margin-top: 26px;
    transition: all 0.4s ease-in-out;
}

.blog-post-des .btn:hover {
    background: #000;
    border-color: transparent;
    color: #ffffff;
}

.blog-author {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 42px;
    margin-bottom: 42px;
}

.blog-author .media img {
    display: inline-block;
    width: 90px;
    margin-right: 12px;
}

.blog-author .media a,
.blog-comment .media h3 {
    color: #444;
    font-size: 18px;
    letter-spacing: 1px;
}

.blog-comment {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 32px;
    margin-bottom: 42px;
}

.blog-comment .media:nth-child(3) {
    padding-top: 18px;
}

.blog-comment .media img {
    width: 80px;
    margin-right: 12px;
}

.blog-comment .media h3 {
    display: inline-block;
    padding-right: 14px;
}

.blog-comment h3,
.blog-comment-form h3 {
    padding-bottom: 18px;
}

.blog-comment-form .col-md-4 {
    padding-left: 0px;
}

.blog-comment-form .form-control {
    box-shadow: none;
    border: 1px solid #f0f0f0;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.blog-comment-form .form-control:hover {
    border-color: #777;
}

.blog-comment-form input {
    height: 45px;
}

.blog-comment-form input[type="submit"] {
    background: #222;
    border-radius: 100px;
    border: none;
    color: #ffffff;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}

.blog-comment-form input[type="submit"]:hover {
    background: #000;
    border-color: transparent;
}



/*---------------------------------------
   Blog Single Post section              
-----------------------------------------*/

#blog-single-post .blog-post-des h3 {
    padding-top: 16px;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    border-top: 1px solid #dddddd;
    padding: 1.5rem 0px;
    position: relative;
    background-color: #f0f0f0;
}

footer .col-md-3 .fa {
    font-size: 42px;
}

footer a {
    color: #555;
}

footer hr {
    border-color: #ffffff;
    margin-top: 42px;
    margin-bottom: 22px;
}

footer .footer-copyright {
    padding-top: 16px;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li img {
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    margin: 1rem 0.5rem;
    fill: #555555;
    width: 24px;
}

.social-icon li img:hover {
    transform: scale(1.5);
    fill: #bb0000;
}


.paddingRight {
    padding-right: 4rem
}

.aside {
    background-color: #f9f9f9;
    padding: 0 2rem;
    border-radius: 0.5rem;
}

#home {
    margin-top: 1rem;
    margin-bottom: 2rem;
}



.flex {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.top {
    justify-content: flex-start;
}

.center {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.shadow {
    box-shadow: 0 4px 12px 0 rgba(200, 200, 200, 0.5);
}

.section_heading {
    background-color: #f9f9f9;
    padding: 1rem;
    margin-bottom: 1rem;
}

.employer {
    font-weight: 400;
    display: block;
    font-size: 1.25rem;
}

.date {
    color: #777;
    display: block;
    margin-bottom: 0.5rem;
}

.title {
    font-weight: 400;
    display: block;
    font-size: 1.25rem;
}

.client_heading {
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.client_name {
    display: block;
    font-size: 1.35rem;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.client_location {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

#about h2 {
    margin-bottom: 0.5rem;
}

#about .content .col-xs-12.col-md-8 {
    margin-bottom: 2rem;
}

.bg_project {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
}

.tools {
    width: 3rem;
    height: auto;
    display: inline-block;
    margin: 0.5rem 1rem 0.5rem 0;
    border-radius: 0.25rem;
}

.ptb50 {
    padding-top: 5rem;
    padding-bottom: 0rem;
}

.ptb44 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.ptb04 {
    padding-top: 0rem;
    padding-bottom: 4rem;
}

.ptb40 {
    padding-top: 4rem;
    padding-bottom: 0rem;
}

.ptb46 {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.ptb48 {
    padding-top: 4rem;
    padding-bottom: 8rem;
}

.link {
    font-weight: 400;
    display: block;
    margin-bottom: 4rem;
}

.link:hover {
    color: #d31675;
}

.stretchAll {
    flex-direction: row;
    margin-bottom: 5rem;
}

    #home .intro {
        margin: 0 0 1.5rem 0;
        font-size: 2rem;
        padding: 1rem 2em;
        line-height: 2.75rem;
        font-weight: 300;
    }
    .desc {
        text-align: left;
        padding: 1rem;
        font-weight: 300;
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 0 2rem;
    }

    #experience img {
        width:100%;
    }

    #NotMobile {
        display:block;
    }
    #MobileOnly {
        display:none;
    }

/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media (max-width: 1023px) {
    .bg {
        height: 24rem;
    }

    .paddingRight {
        padding-right: 15px;
    }

    #home {
        margin-top: 0;
        margin-bottom: 0;
    }

    .bg_project {
        height: 30vh;
    }

    .ptb04 {
        padding-top: 0rem;
        padding-bottom: 4rem;
    }
    #home .intro {
        margin:0.5rem;
        font-size: 2.25rem;
        padding: 2rem;
        line-height: 3rem;
        font-weight: 300;
    }
    
    #experience img {
        width:50%;
    }
    
    .avatar {
        border-radius: 50%;
        width: 280px;
        height: 280px;
    }
}

@media (max-width: 767px) {

    h1 {}

    h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 2rem;
        font-weight: 400;
    }

    h3 {
        font-size: 18px;
        line-height: 28px;
        padding: 0 2rem;
    }

    .section-title h2 {
        font-size: 22px;
        line-height: 35px;
    }

    .navbar-default {
        margin-top: 0px;
        text-align: center;
        margin-bottom: 0;
    }

    #about .col-md-8 img {
        padding-right: 0px;
    }

    #blog-single-post .blog-post-title h2 {
        font-size: 29px;
        line-height: 40px;
    }

    footer {
        text-align: center;
    }

    footer .col-md-4 {
        padding-top: 42px;
    }

    .bg {
        height: 15rem;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        box-shadow: 0 4px 8px 0 rgba(200, 200, 200, 0.5);
    }

    .bg_project {
        height: 30vh;
    }

    .ptb50 {
        padding-top: 4rem;
        padding-bottom: 1rem;
    }

    .ptb04 {
        padding-bottom: 2rem;
    }

    .ptb46 {
        padding-top: 1rem;
        padding-bottom: 3rem;
    }

    .ptb48 {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }

    .tools {
        width: 3rem;
    }
    
    #home .intro {
        margin: 0 0 1.5rem 0;
        font-size: 1.5rem;
        padding: 0.5rem;
        line-height: 2rem;
        font-weight: 300;
    }
    .desc {
        text-align: left;
        padding: 1rem;
        font-weight:300;
        margin: 0;
    }
    #NotMobile {
        display:block;
    }
    #MobileOnly {
        display:none;
    }
}

@media (max-width: 768px) {
    .stretchAll {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    #home .intro {
        margin: 0 0 1.5rem 0;
        font-size: 1.5rem;
        padding: 0.75em;
        line-height: 2.25rem;
        font-weight: 300;
    }
    .desc {
        text-align: left;
        padding: 1rem;
        font-weight:300;
        margin: 0 ;
    }
    #NotMobile {
        display:none;
    }
    #MobileOnly {
        display:block;
    }
}
