body {
    background-color: #f5f5f5;
}
h1, h2 {
    letter-spacing: 1px;
}
h3, h4 {
    margin: 0 0 10px;
}
a{
	color:#232323;
}
a:hover{
	color:#969494;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline-offset: 0px;
}
.btn {
    border-radius: 50px;
    font-family: Titillium Web;
}
.widget{
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    min-height: 318px;
    padding: 26px;
}

.nav-extra {
    float: right;
}

.greynum {
    color: rgba(0, 0, 0, 0.36);
    float: left;
    line-height: 28px
}
.sidebarWrapper {
	background: #141414;
	text-align: center;
	height: 100%;
}
.toggle-btn {
    background: #141414 none repeat scroll 0 0;
    text-align: center;
}
.submit-style:focus, .toggle-btn:focus, a, a:focus, a:hover {
    outline: 0 none;
}
.blog-post::after, .lines::after, .lines::before, .skill-outer h4 span::before, .testimonial-content h4 span::before {
    content: "";
}
.footer-background, .imageHover, .popup-box h3, .sidebarWrapper, .social-media, .toggle-btn {
    text-align: center;
}
body {
    color: #3c3c3c;
    font: 300 14px open sans,sans-serif;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
    color: #232323;
	font-family: 'Titillium Web', sans-serif;
}
h1 {
    font: 900 24px/36px "Titillium Web",serif;
    margin: 0 0 15px;
}
h2 {
    font: 200 38px "Titillium Web",serif;
}
h3 {
    font: 900 16px "Titillium Web",serif;
    letter-spacing: 1.5px;
}
.portfolio-filter ul li, .sidebar .nav li, h4 {
    letter-spacing: 1px;
    text-transform: uppercase;
}
h4 {
    font: 900 13px "Titillium Web",serif;
}
p {
    line-height: 24px;
    margin: 0;
}
a, a:focus, a:hover {
    text-decoration: none;
}
.row, li, ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
.section-title {
    margin-bottom: 50px;
}
.section-title h2::after {
   background: #141414 none repeat scroll 0 0;
    content: "";
    display: table;
    height: 2px;
    left: 28px;
    position: absolute;
    width: 40px;
}
.section-title span {
    color: #969696;
    font: 500 14px open sans,sans-serif;
    padding-right: 10px;
}
.sidebar {
    padding: 0;
    position: relative;
    top: 0;
}
.sidebarWrapper {
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 27px 0 0;
}

.user-pic {
    border-radius: 140px;
    width: 60%;
}
.sidebar .nav {
    padding: 20px 30px;
	background: #fff none repeat scroll 0 0;
    padding: 20px 30px;
}
.toggle-btn {
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    margin: 0;
    width: 100%;
    z-index: 998;
}
.fixed {
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.3);
    left: 30px;
    position: fixed;
    right: 30px;
    top: 0;
    width: auto;
}
.lines, .lines::after, .lines::before {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    width: 20px;
}
.lines {
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
}
.lines::after, .lines::before {
    left: 0;
    position: absolute;
    transition: all 0.2s linear 0s;
}
.sidebar .nav li a, .social-media ul li a {
    transition: all 0.1s linear 0s;
}
.lines::before {
    top: 5px;
}
.lines::after {
    top: -5px;
}
.toggle-close .lines {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.toggle-close .lines::after, .toggle-close .lines::before {
    top: 0;
    transform-origin: 50% 50% 0;
}
.toggle-close .lines::before {
    transform: rotate3d(0, 0, 1, 45deg);
}
.toggle-close .lines::after {
    transform: rotate3d(0, 0, 1, -45deg);
}
.sidebar .nav li {
    font: 900 13px "Titillium Web",serif;
    padding: 10px 0;
}
.sidebar .nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #232323;
    display: inline-block;
    padding: 0;
    transition: all 0.1s linear 0s;
}
.sidebar .nav li a:hover, .sidebar .nav li.active a {
    color: #b4abb6;
    opacity: unset;
}

.about-background {
    margin-bottom: -50px;
    padding: 25px 0 0;
}
.aboutWrapper {
    padding: 0;
}
.signature {
    text-align: center;
	padding: 50px 0 12px;
}
.signature .img-responsive {
    margin: auto;
}
.skills {
    margin-top: 37px;
    width: 100%;
}
.skill-outer {
    margin-bottom: 50px;
}

.skill-outer h4 span {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #a0a0a0;
    font: 600 13px open sans,sans-serif;
    margin-left: 10px;
    padding: 2px 6px;
    position: relative;
}
.skill-outer h4 span::before {
    right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.imageWrapper, .progress-bar {
    position: relative;
}
.progress, .progress-bar {
    box-shadow: none;
    height: 6px;
}
.progress {
    background: #d2d2d2 none repeat scroll 0 0;
    border-radius: 15px;
    margin: 0;
}
.progress-bar {
    background: #606060 none repeat scroll 0 0;
}
.services-background {
    margin-bottom: -30px;
    padding: 100px 0 0;
}
.servicesWrapper {
    padding: 0;
}
.service-box {
    margin-bottom: 30px;
}
.service-box div:first-child {
    float: left;
    width: 36px;
}
.service-box i {
    font-size: 36px;
}
.service-box div:last-child {
    padding-left: 66px;
}
.portfolio-background {
    padding: 100px 0 0;
}
.portfolio-background .section-title {
	display: inline-table;
	width: 100%;
}
.portfolio-background .section-title h2 {
    margin: 0;
}
.portfolioWrapper {
    padding: 0;
}
.portfolioWrapper img {
    width: 100%;
	transition: all 300ms ease-in-out 0s;
}
.portfolioWrapper .imageHover:hover {
    transform: scale(1.1);
    z-index: 999;
}
.portfolio-filter {
    margin-top: 25px;
}
.portfolio-filter ul li {
    display: inline-block;
    transition: all 0.1s linear 0s;
}
.imageHover span, .resume-box span {
    font-style: italic;
}
.portfolio-filter ul li:hover {
    border-color: #141414;
    cursor: pointer;
}
.portfolio-filter ul li.active {
    border-color: #141414;
}
#mix-container {
    margin: -3px;
}
#mix-container .mix {
    display: none;
    padding: 3px;
}
.imageHover, .imageHover div {
    position: absolute;
    width: 100%;
}
.imageHover {
    background: rgba(0, 0, 0, 0.756) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
}

.imageHover div {
    top: 50%;
    transform: translate(0px, -50%);
}
.imageHover h3 {
    color: #fff;
}
.imageWrapper:hover .imageHover {
    opacity: 1;
    visibility: visible;
}
button.mfp-close {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff !important;
    height: 60px;
    line-height: 60px;
    opacity: 1;
    transition: all 0.1s linear 0s;
    width: 60px;
}
.blog-post a, .submit-style {
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.1s linear 0s;
}
button.mfp-close:hover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    opacity: 1;
}
.popup-box {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 640px;
    position: relative;
    width: auto;
}
.popup-box div {
    padding: 30px;
}
.popup-box img {
    width: 100%;
}
.popup-box a{
    margin: 5px auto 10px auto;
    text-align: center;
    width: 80px;
    height: 50px;
}
.popup-box i{
    text-align: center;
    font-size:30px;
    margin: 5px;
}
.box{
    text-align: center;
    padding: 0;
    margin: 0;
    height: 100px;
    margin-top: 20px;
    word-spacing: 10px;
    overflow: hidden;
}
.resume-background {
    padding: 100px 0 0;
}
.resumeWrapper {
    padding: 0;
}
.resume-box {
    margin-bottom: 30px;
}
.resume-box:last-child {
    margin: 0;
}
.resume-box div:first-child {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    color: #606060;
    float: left;
    font-size: 29px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
}
.resume-box div:last-child {
    padding-left: 130px;
}
.resume-box span {
    color: #a0a0a0;
    display: block;
    font-weight: 500;
    padding-bottom: 5px;
}
.blog-background {
    padding: 100px 0 0;
}
.blogWrapper {
    padding: 0;
}
.blog-img {
    position: relative;
}
.post-ver-date {
    bottom: 13px;
    color: #fff;
    left: 15px;
    position: absolute;
    z-index: 9999;
}
.blog-dis > h3 {
    margin: 15px 0 9px;
}
.blog-post.row, .copyright .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.blog-post {
    margin-bottom: 50px;
}
.blog-post:last-child {
    margin: 0;
}
.blog-post img {
    width: 100%;
}
.blog-post h3 {
    font-size: 20px;
}
.blog-post a {
    margin-top: 25px;
    transition: all 0.1s linear 0s;
}
.blog-post a:focus, .blog-post a:hover {
    border-color: #141414;
}
.testimonial-background {
    padding: 100px 0 0;
}
.testimonialWrapper {
    padding: 0;
}

.testimonial-author {
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
}
.testimonial-content p {
    font-style: italic;
}
.testimonial-content h4 {
    margin: 10px 0 0;
}
.testimonial {
    margin: 0 0 30px;
    padding-right: 30px;
}
.testimonial .testimonial_photo {
    border-radius: 50%;
    float: left;
    height: 70px;
    margin: 0;
    width: 70px;
}
.testimonial .testimonial_content {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(232, 232, 232);
    border-radius: 23px;
    padding: 13px 19px 15px 60px;
    position: relative;
}
.testimonial .testimonial_content p {
    margin: 9px 0;
}
.testimonial .testimonial_content_inner::before {
    color: rgb(170, 170, 170);
    content: "“";
    font-size: 82px;
    left: 21px;
    position: absolute;
    top: -12px;
}
.testimonial .testimonial_author {
    padding: 22px 0 0 13px;
}
.testimonial h3.testimonial_name {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin: 17px 0 0;
}
.testimonial .testimonial_position {
    font-size: 11px;
    margin: -1px 0 0;
}
.testimonial h3.testimonial_name, .testimonial .testimonial_position {
    margin-left: 81px;
}
.testimonial .testimonial_content::after, .testimonial .testimonial_content::before {
    border: medium solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.testimonial .testimonial_content::after {
    border-style: solid;
    border-top: 8px solid rgb(255, 255, 255);
    border-width: 8px;
    content: "";
    left: 37px;
    position: absolute;
}
.testimonial .testimonial_content::before {
    border-style: solid;
    border-top: 10px solid rgb(232, 232, 232);
    border-width: 10px;
    content: "";
    left: 35px;
    position: absolute;
}

.submit-style, .testimonial-box .owl-theme .owl-nav {
    margin-top: 30px;
}
.testimonial-content h4 span::before {
    background: #d2d2d2 none repeat scroll 0 0;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
.testimonial-box .owl-theme .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #141414;
    margin: 0 7px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .submit-style {
    background: #141414 none repeat scroll 0 0;
}
.contact-background {
    padding: 100px 0 0;
}
.contact-form, .contact-info, .contactWrapper {
    padding: 0;
}
.input-style input, .text-style textarea {
    background: transparent none repeat scroll 0 0;
    color: #3c3c3c;
    outline: 0 none;
    padding: 11px 0;
    width: 100%;
}
.input-style div {
    margin-bottom: 20px;
}
#submit {
    margin: 15px 0 3px;
}
textarea {
    height: 120px;
}
:-moz-placeholder {
    color: #3c3c3c;
    letter-spacing: 0.5px;
}
*::-moz-placeholder {
    color: #3c3c3c;
    letter-spacing: 0.5px;
}
.submit-style {
    border: medium none;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font: italic 900 13px "Titillium Web",serif;
    padding: 10px 25px;
    transition: all 0.1s linear 0s;
}
.submit-style:hover {
    background: #323232 none repeat scroll 0 0;
}
#error, #success {
    display: none;
    margin-top: 50px;
}
#success {
    color: #419873;
}
#error {
    color: red;
}
.google-maps {
    margin: 51px 0 0;
}
.contact-info ul li {
    margin-bottom: 15px;
}
/* .footer-background {
    
} */
.footer-background ul {
    margin-top: 30px;
}
.footer-background ul li {
    display: inline-block;
}
.footer-background ul li a {
    background: #141414 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font: italic 900 13px "Titillium Web",serif;
    letter-spacing: 1px;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 0.1s linear 0s;
}
.footer-background ul li a:focus, .footer-background ul li a:hover {
    background: #323232 none repeat scroll 0 0;
}

.top-br, .left-br, .bottom-br, .right-br {
    background: rgb(31, 31, 31) none repeat scroll 0 0;
    position: fixed;
    z-index: 9;
}
.right-br {
    height: 100%;
    right: 0;
    top: 0;
    width: 30px;
}

.left-br {
    height: 100%;
    left: 0;
    top: 0;
    width: 30px;
}
.fixed-left-contact {
    height: 100%;
    left: 0;
    position: fixed;
    width: 30px;
    z-index: 100;
}
.fixed-left-contact p {
    left: -46px;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    transform: rotate(-90deg);
}
.fixed-right-socials {
	bottom: 0;
	position: fixed;
	right: 3px;
	top: 13%;
	z-index: 9;
}
.fixed-right-socials ul {
    list-style: outside none none;
    padding: 0;
}
.fixed-right-socials li {
    margin: 9px 0;
}
.bg-color {
    background: #232323 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-weight: unset;
    line-height: 58px;
    padding: 0 12px;
    position: relative;
    text-transform: uppercase;
}

.copyright {   
    font-size: 13px;
    padding: 30px 0;
}
.red {
    color: #f00;
    display: inline-block;
    padding: 0 4px;
}
.sosialbar {
    font-size: 20px;
    word-spacing: 10px;
    color:white;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, .form-control[type="text"]:focus, .form-control[type="password"]:focus, .form-control[type="email"]:focus, .form-control[type="tel"]:focus, .form-control[contenteditable]:focus {
    box-shadow: 0 -2px 0 #141414 inset;
}
