﻿body {
font-family: 'Open Sans', sans-serif;
}

img {
border: 0px none;
outline: 0px none;
}

.section-padding {
padding-top: 60px;
padding-bottom: 60px;
}
.pos-section {
position: relative;
overflow: hidden;
}

.bg-overlay {
background-color: #434343
}

overlay-dark, .overlay-dark20, .overlay-dark30, .overlay-dark40, .overlay-dark60, .overlay-dark80, .overlay-dark90, .overlay-light, .overlay-light80 {
position: relative;
z-index: 1;
}

.overlay-dark:before, .overlay-dark20:before, .overlay-dark30:before, .overlay-dark40:before, .overlay-dark60:before, .overlay-dark80:before, .overlay-dark90:before, .overlay-light:before, .overlay-light80:before {
left: 0;
top: 0;
position: absolute;
width: 100%;
height: 100%;
content: "";
z-index: -1;
}

.overlay-dark:before {
background-color: rgba(34,34,34,0.85);
}

.overlay-dark20:before {
background-color: rgba(34,34,34,0.2);
}

.overlay-dark30:before {
background-color: rgba(34,34,34,0.3);
}

.overlay-dark40:before {
background-color: rgba(34,34,34,0.4);
}

.overlay-dark60:before {
background-color: rgba(34,34,34,0.6);
}

.overlay-dark80:before {
background-color: rgba(34,34,34,0.8);
}

.overlay-dark90:before {
background-color: rgba(34,34,34,0.9);
}


.overlay-light:before {
background-color: rgba(255,255,255,0.4);
}

.overlay-light80:before {
background-color: rgba(255,255,255,0.8);
}

.page-triangle::before {
background-color: inherit;
top: -100px;
}

.page-triangle::before {
content: "";
height: 100px;
left: 50%;
pointer-events: none;
position: absolute;
transform: translateX(-50%) rotate(45deg);
-moz-transform: translateX(-50%) rotate(45deg);
-ms-transform: translateX(-50%) rotate(45deg);
-o-transform: translateX(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) rotate(45deg);
width: 100px;
z-index: 39;
}



/* Heading */
h1, h2, h3, h4, h5, h6 {
color: #222;
font-weight: 300;
margin-top: 0px;
line-height: 1.5;
margin-bottom: 15px;
}

h1 {
font-size: 44px;
}

h2 {
font-size: 32px;
}

h3 {
font-size: 26px;
}

h4 {
font-size: 22px;
}

h5 {
font-size: 18px;
}

h6 {
font-size: 16px;
}


.navbar .nav-link {
    transition: color 0.2s ease-in-out;
}

.navbar-dark .nav-link {
    color: #ffffff !important;
    text-shadow: 2px 2px #000;
}

.navbar-light .nav-link {
    color: #000 !important;
    text-shadow: 2px 2px #fff;
}

    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #fff;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
        color: #000;
        outline: none;
        font-weight: 500;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
    }

::placeholder{text-transform:uppercase}

input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="radio"]:hover, input[type="checkbox"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
border: 1px solid rgba(0, 0, 0, 0.2);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
border: 1px solid rgba(0, 0, 0, 0.7);
color: #333;
}

input.input-sm, .input-sm {
padding-top: 11px;
padding-bottom: 11px;
}

input.input-md, .input-md {
padding-top: 13px;
padding-bottom: 13px;
}

input.input-lg, .input-lg {
padding-top: 15px;
padding-bottom: 15px;
}

input.input-xlg, .input-xlg {
padding-top: 17px;
padding-bottom: 17px;
}

textarea {
height: 120px;
font-size: 13px !important;
}

label {
color: #333;
font-size: 12px;
margin-bottom: 10px;
padding-right: 3px;
font-weight: 600;
letter-spacing: 1px;
margin-top: 6px;
font-family: 'Raleway', sans-serif;
}

.input-fancy {
border-top: none !important;
border-left: none !important;
border-right: none !important;
}

.form-full {
width: 100%;
}

.form-full-height {
height: 100%;
}

.form-field-wrapper {
margin-bottom: 20px;
position: relative;
}

form .error {
border-color: #e1534f;
}

form label.error {
margin-bottom: 0px;
margin-top: 3px;
color: #e1534f;
font-size: 12px;
font-weight: 400;
}



footer .social {
list-style: outside none none;
padding: 0;
}

footer .social li {
display: inline-block;
list-style: outside none none;
margin: 0 8px;
}

footer .social li a {
border: 1px solid #222;
display: block;
font-size: 14px;
height: 30px;
line-height: 28px;
text-align: center;
width: 30px;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}

footer .social li a i, footer .social li a span {
transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}

footer .social li a:hover {
background: #222 none repeat scroll 0 0;
color: #fff;
}



#footer-text span {
padding-left: 7px !important;
padding-right: 7px !important;
}

img {
max-width: 100%;
height: auto;
border: none !important;
}

@media (max-width:767px) {
#footer-text span {
padding-left: 0;
padding-right: 0;
height: 0;
font-size: 0;
display: block;
}

#footer-text span:after, #footer-text span:before {
content: "\0020";
display: block;
height: 0;
visibility: hidden;
}
}

.columns {
-webkit-column-width: 200px;
-webkit-column-count: 4;
-webkit-column-gap: 20px;
-moz-column-width: 200px;
-moz-column-count: 4;
-moz-column-gap: 20px;
column-width: 200px;
column-count: 4;
column-gap: 20px;
text-align: left;
list-style: none;
padding-left: 0;
margin-left: 0;
}

.columns li {
padding-left: 30px;
}






.portfolio-box {
position: relative;
overflow: hidden;
}

.portfolio-box a{
display: block;
}

.portfolio-box .portfolio-image-wrap {
display: block;
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}

.portfolio-box .portfolio-image-wrap img {
width: 100%;
}

.portfolio-box:hover .portfolio-image-wrap {
transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
width: 100%;
}

.portfolio-box .portfolio-caption-mask {
background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
height: 100%;
left: 0;
opacity: 0;
overflow: hidden;
position: absolute;
top: 0;
visibility: hidden;
width: 100%;
transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
z-index: 9;
}

.portfolio-box:hover .portfolio-caption-mask {
opacity: 1;
visibility: visible;
}

.portfolio-box .portfolio-caption-mask .portfolio-caption-text {
bottom: -60px;
left: 0;
opacity: 0;
padding-left: 30px;
padding-right: 30px;
position: absolute;
text-align: left;
transition: all 0.5s ease-in-out 0s;
}

.portfolio-box:hover .portfolio-caption-mask .portfolio-caption-text {
bottom: 30px;
opacity: 1;
}



.portfolio-box .portfolio-caption-mask h1, .portfolio-box .portfolio-caption-mask h2, .portfolio-box .portfolio-caption-mask h3, .portfolio-box .portfolio-caption-mask h4, .portfolio-box .portfolio-caption-mask h5, .portfolio-box .portfolio-caption-mask h6 {
color: #fff;
margin-bottom: 5px;
}

.portfolio-box .portfolio-caption-mask p {
margin-bottom: 0px;
color: #fff;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
}


.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    opacity: .95;
}


.circle-hold {
    position: relative;
    margin: 0 auto 20px;
    width: 110px;
    height: 110px;
    background-color: rgb(248, 249, 250);
    border-radius: 50%;
}

    .circle-hold > i {
        color: #434343;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-top: -30px;
        margin-left: -30px;
        font-size: 52px;
        text-align: center;
    }