h1,
h2,
h3 {
    margin: 0 0 15px;
    letter-spacing: .5px;
}

.home-background p,
.nav .nav-item,
.section-title,
h4 {
    text-transform: uppercase;
}

.hire-background,
.image-title,
.nav,
.skills-background,
.social a {
    text-align: center;
}

body,
html {
    height: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    color: #464646;
    font: 300 13px 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4 {
    color: #141414;
}

h1 {
    font: 400 32px 'Open Sans', sans-serif;
}

h2 {
    font: 600 20px 'Open Sans', sans-serif;
}

h3 {
    font: 400 18px 'Open Sans', sans-serif;
}

.home-background p,
.nav .nav-item,
.section-title,
h4 {
    letter-spacing: 1px;
}

h4 {
    margin: 0 0 10px;
    font: 600 13px 'Open Sans', sans-serif;
}

a:hover {
    text-decoration: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0;
}

.container-fluid,
.row,
li,
p,
ul {
    margin: 0;
    padding: 0;
}

p {
    line-height: 23px;
}

img {
    width: 100%;
    height: auto;
}

li {
    list-style-type: none;
}

.section-background {
    background: #fff;
    padding: 80px 50px;
}

.dark-layer,
.white-layer {
    width: 100%;
    height: 100%;
}

.white-layer {
    background: rgba(255, 255, 255, .9);
}

.dark-layer {
    background: rgba(0, 0, 0, .5);
}

.section-title {
    position: relative;
    margin: 0 0 45px;
}

.section-title::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: -5px;
    left: 0;
    background: #141414;
    height: 1px;
}

.owl-dots {
    margin-top: 20px;
}

.owl-dot {
    position: relative;
    display: inline-block;
    background: 0 0;
    width: 7px;
    height: 7px;
    border: 1px solid #141414;
    border-radius: 50%;
    margin: 0 10px;
}

.lines,
.toggle-btn {
    margin: 0;
    padding: 0;
}

.owl-dot.active,
.owl-dot:focus,
.owl-dot:hover {
    background: #141414;
}

.toggle-btn {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background: #fff;
    width: 60px;
    height: 60px;
    border: none;
    line-height: 60px;
    cursor: pointer;
    -webkit-transition: linear .2s;
    transition: linear .2s;
}

.lines,
.lines::after,
.lines::before {
    display: inline-block;
    background: #141414;
    width: 20px;
    height: 2px;
}

.lines {
    position: relative;
    vertical-align: middle;
}

.lines::after,
.lines::before {
    position: absolute;
    content: '';
    left: 0;
    -webkit-transition: linear .2s;
    transition: linear .2s;
}

.lines::before {
    top: 5px;
}

.lines::after {
    top: -5px;
}

.toggle-close,
.toggle-close .lines {
    background: 0 0;
}

.toggle-close .lines::after,
.toggle-close .lines::before {
    top: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.toggle-close .lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.toggle-close .lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background: #fff;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
}

.show-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.nav {
    display: block;
}

.nav .nav-item {
    line-height: 20px;
    font-weight: 600;
}

.nav .nav-item .nav-link {
    position: relative;
    padding: 0;
    color: #141414;
}

.nav .nav-item .nav-link:focus,
.nav .nav-item .nav-link:hover {
    background: 0 0;
    text-decoration: none;
}

.fill {
    min-height: 100%;
    height: 100%;
}
@media(max-width:768px){
    
.fill {
    min-height: 170%;
    height: 100%;
}
}

.home-background {
    position: relative;
    top: 0;
    left: 0;
    background: url(../images/background.jpg) top center no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.home-box {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    color: #fff;
}

.home-box div:first-child {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}

.home-box img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .5);
}

.home-background h1 {
    margin-top: 30px;
    color: #fff;
}

.home-background p {
    color: rgba(255, 255, 255, .5);
    font-weight: 400;
    line-height: 1.2;
}

.social {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.social li {
    display: inline-block;
    padding-right: 10px;
}

.resume-box,
.social li:last-child {
    padding: 0;
}

.social a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .3);
    -webkit-transition: linear .2s;
    transition: linear .2s;
}

.social i {
    font-size: 14px;
    line-height: 30px;
}

.social a:last-child {
    margin: 0;
}

.social a:hover {
    color: #fff;
}

.resume-box li {
    margin-bottom: 30px;
}

.resume-box li:last-child {
    margin: 0;
}

.resume-box h4 {
    margin-top: 0;
}

.resume-box span {
    color: #b4b4b4;
    font-weight: 400;
    font-style: italic;
}

.skills-background {
    background: url(../images/skills-bg-img.jpg) center center no-repeat;
    background-size: cover;
    padding: 0;
}

.skills-background .row {
    padding: 0 15px;
}

.skill-bar input[type=text] {
    font: 300 20px "Open Sans", sans-serif;
    letter-spacing: 1px;
}

.skill-bar h4 {
    margin: 15px 0 0;
    color: #fff;
    font-weight: 400;
    line-height: 13px;
}

.hire-background a,
.image-title a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hire-background {
    background: url(../images/bg-img.jpg) center center no-repeat;
    background-size: cover;
    padding: 0;
}

.hire-background h3 {
    margin-bottom: 25px;
}

.hire-background a {
    background: #141414;
    padding: 15px 30px;
    color: #fff;
    -webkit-transition: linear .1s;
    transition: linear .1s;
}

.hire-background a:hover {
    background: #323232;
}

.portfolio-content {
    position: relative;
    padding: 0;
}

.image-layer {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
}

.image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
}

.image-title div,
.image-title h3 {
    transform: translateY(4px);
    opacity: 0;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
}

.image-title h3 {
    color: #fff;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.image-title div {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.image-title a {
    position: relative;
    padding: 1px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .5);
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
}

.portfolio-content:focus .image-layer,
.portfolio-content:hover .image-layer {
    opacity: 1;
    background: rgba(0, 0, 0, .5);
}

.popup-box,
.portfolio-content .owl-dot.active,
.portfolio-content .owl-dot:focus,
.portfolio-content .owl-dot:hover {
    background: #fff;
}

.portfolio-content:hover .image-title div,
.portfolio-content:hover .image-title h3 {
    transform: translateY(0);
    opacity: 1;
}

.image-title a:hover {
    color: #fff;
}

.portfolio-content .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.portfolio-content .owl-dot {
    border-color: #fff;
}

.mfp-bg,
.mfp-container {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
}

.mfp-container {
    padding: 0 20px;
}

.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-removing .mfp-container,
.mfp-removing.mfp-bg {
    opacity: 0;
}

.popup-box {
    position: relative;
    width: auto;
    max-width: 640px;
    margin: 0 auto;
}

.popup-content {
    padding: 30px;
}

button.mfp-close {
    display: block;
    top: -44px;
    opacity: 1;
    width: auto;
    height: auto;
    line-height: auto;
    font-size: 24px;
    -webkit-transition: linear .1s;
    transition: linear .1s;
}

.client-box,
.contact-form button {
    display: inline-block;
}

.mfp-close-btn-in .mfp-close {
    color: rgba(255, 255, 255, .7);
}

button.mfp-close:hover {
    top: -44px;
    opacity: 1;
    color: #fff;
}

.service-box {
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px;
    text-align: left;
}

.service-box:last-child {
    margin: 0;
}

.service-box div:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #dcdcdc;
    text-align: center;
    border-radius: 50%;
}

.service-box i {
    color: #141414;
    font-size: 18px;
    line-height: 50px;
}

.facts-background {
    background: url(../images/facts-bg-img.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0;
}

.facts-background .row {
    padding: 0 15px;
}

.fact-box {
    padding: 10px 15px;
    border-right: 1px solid #fff;
}

.fact-box:last-child {
    border: none;
}

.fact-box p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
}

.fact-box h4 {
    margin: 15px 0 0;
    color: #fff;
    font-weight: 400;
    line-height: 23px;
}

.testimonial-box {
    margin-bottom: 20px;
}

.testimonial-box:last-child {
    margin: 0;
}

.testimonial-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonial-box p {
    position: relative;
}

.testimonial-box p::after {
    position: absolute;
    content: "\f10e";
    right: 0;
    bottom: 0;
    color: #dcdcdc;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 13px;
}

.info i,
.info li {
    height: 36px;
    line-height: 36px;
}

.testimonial-box h4 {
    margin: 10px 0 0;
}

.clients-background {
    background: url(../images/bg-img.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0;
}

.clients-background .white-layer {
    padding: 0 50px;
}

.client-box img {
    width: auto;
    max-width: 150px;
}

.clients-background .owl-theme .owl-controls .owl-buttons div,
.clients-background .owl-theme .owl-controls .owl-page span {
    background: #141414;
}

.info {
    padding: 0 0 30px;
}

.info li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 46px;
    font-weight: 400;
}

.input-style,
.text-style {
    margin-bottom: 20px;
}

.info i {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    border: 1px solid #dcdcdc;
    color: #141414;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
}

.text-style {
    width: 100%;
}

input,
textarea {
    background: #f0f0f0;
    width: 100%;
    padding: 15px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    border-left: none;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
}

textarea {
    height: 150px;
}

.contact-form button {
    background: #141414;
    padding: 15px 30px;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: linear .1s;
    transition: linear .1s;
}

#error,
#success {
    display: none;
    padding-top: 20px;
}

.contact-form button:hover {
    background: #323232;
    color: #fff;
}

.submit-result {
    width: 100%;
}

#success {
    color: #419873;
}

#error {
    color: red;
}

.google-maps {
    padding: 0;
}

#map-canvas {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer-background {
    background: #141414;
    padding: 50px;
    color: #fff;
}

.footer-background a {
    color: #fff;
}

.footer-left {
    padding: 0;
    text-align: left;
}

.footer-left i {
    padding: 3px;
}

.footer-right {
    padding: 0;
    text-align: right;
}

.footer-right a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .3);
    text-align: center;
    -webkit-transition: linear .2s;
    transition: linear .2s;
}

.footer-right a:last-child {
    margin: 0;
}

.footer-right i {
    line-height: 30px;
    font-size: 14px;
}

.footer-right a:hover {
    color: #fff;
}

.h2customize {
    color: rgba(255, 255, 255, .5);
    font-weight: 400;
    line-height: 1.2;
}