@import url(animate.css);


a {
    text-decoration: none;
}




::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #0F1E18;
}

::selection {
    background-color: #295744;
    color: #fff;
}

-webkit-::selection {
    background-color: #295744;
    color: #fff;
}

::-moz-selection {
    background-color: #295744;
    color: #fff;
}





.padLR40 {
    width: 200px;
}

.alpha {
    padding: 0 !important;
}

.bita {
    margin: 0 !important;
}

.padT60 {
    padding-top: 60px;
}

.marT100 {
    margin-top: -162px;
}

.autoMR {
    margin: 0 auto;
}

.pad50 {
    padding: 120px 15px 0;
}

.padLR {
    padding: 0 15px !important;
}

.padT40 {
    padding-top: 30px !important;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}






.btn.black {
    background-color: #333;
}

.btn:focus,
.btn:hover {
    color: #fff;
    background-color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.btn.black:focus,
.btn.black:hover {
    background-color: #cc9f6b;
}

.btn .icon-next {
    position: relative;
    top: -.1em;
    margin-left: .6em;
    vertical-align: middle;
}

.btn-gray {
    background-color: #f2f2f2;
    color: #a7a7a7;
}

.btn-shadow-1 {
    box-shadow: 0 15px 34px rgba(0, 0, 0, .18);
}

.icon-next {
    display: inline-block;
    width: .94em;
    height: .75em;
    background: url(../img/img-icon/next.png) 0 0 no-repeat;
    background-size: .94em .75em;
}

.loader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #fff;
    text-align: center;
}

.loader .page-lines .line {
    background-color: #ededed;
}

.loader-brand {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c5a47e;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1;
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1;
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.layout {
    position: relative;
    overflow: hidden;
}

.text-primary {
    color: #c5a47e;
}

.page-lines {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-lines .col-line {
    padding: 0;
}

.page-lines .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 50000px;
    background-color: #f4f4f4;
}

.page-lines .col-line:last-child .line:last-child {
    left: auto;
    right: 0;
}

.row-base {
    margin-top: -3em;
}

.col-base {
    margin-top: 2em;
}


.fade-title-left,
.fade-title-right {
    font-family: gothmmed;
    font-weight: 700;
    font-size: 140px;
    line-height: 1;
    color: #000;
    position: absolute;
    left: 150px;
    top: 50px;
    opacity: .035;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fade-title-right {
    left: 100%;
}

.header-inner .vertical-panel-content {
    bottom: auto;
    top: 12.2vmin;
}

.brand-panel {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 250px;
    height: 250px;
    padding: 4.8vmin 2em 4.8vmin;
    background-color: rgba(246, 245, 243, .7);
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.brand {
    display: inline-block;
    font-family: 'Proxima Nova Rg';
    font-weight: 700;
    font-size: 4vmin;
    line-height: 10px;
    color: #3d3d3d;
}

.brand:focus,
.brand:hover {
    color: #3d3d3d;
    text-decoration: none;
}

.header-home .brand-panel img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -83px;
}

.brand-name {
    position: absolute;
    z-index: -1;
    bottom: -.4em;
    right: -.37em;
    font-family: 'Proxima Nova Rg';
    font-weight: 700;
    font-size: 8.75em;
    line-height: 10px;
    opacity: .05;
}

.slide-number {
    margin-top: 8vmin;
}

.slide-number .current-number {
    font-size: 8vmin;
    letter-spacing: .1em;
    line-height: 1;
}

.slide-number sup {
    display: inline-block;
    position: relative;
    top: -3px;
    font-size: 2vmin;
    letter-spacing: .1em;
    color: #3d3d3d;
    vertical-align: top;
    margin-left: .46em;
}

.slide-number sup .delimiter {
    display: inline-block;
    margin-right: .4em;
}

.header-phone {
    font-weight: 300;
    font-size: .81em;
    letter-spacing: .32em;
    position: absolute;
    z-index: 3;
    color: #fff;
    left: 50vmin;
    top: 5.9vmin;
}

@media (max-width:480px) {
    .header-phone {
        display: none;
    }
    .homeh2 {
        font-size: 27px;
    }
    .homeproject-color h3 {
        font-size: 35px;
    }
    .homeproject-blank h3 {
        font-size: 35px;
    }
}




.project-title-info p {
    font-size: 14px;
    font-weight: 100;
    padding-top: 15px;
    letter-spacing: 0;
    text-transform: initial;
}


.main {
    position: relative;
    overflow: hidden;
    min-height: 420px;
}

.main-inner {
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 50vmin 0 12vmin;
}

.main-inner:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #171717;
    opacity: .6;
}

.main-contacts,
.main-projects {
    padding: 34.2vmin 0 34vmin;
}

.main-project {
    padding: 33.7vmin 0 11vmin;
    background-size: cover;
    background-position: center 0;
}

.main-contacts:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, .95) 0, rgba(39, 39, 39, .95) 26%, rgba(39, 39, 39, .6) 100%);
    background: linear-gradient(to top, rgba(39, 39, 39, .95) 0, rgba(39, 39, 39, .95) 26%, rgba(39, 39, 39, .6) 100%);
}

.main-header {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: right;
    padding-left: 38.5vmin;
}

.main-header h1 {
    color: #fff;
    margin: 0;
    margin-right: -10px;
    font-size: 62px;
    font-weight: 600;
    letter-spacing: 8px;
}

.main-inner .page-lines {
    z-index: 1;
    opacity: .15;
}

.main-inner .page-lines .line {
    border-color: #fff;
}

.main-blog .page-lines,
.main-contacts .page-lines,
.main-project .page-lines,
.main-projects .page-lines {
    opacity: .08;
}

.rev_slider {
    color: #fff;
    min-height: 420px;
}

.rev_slider .btn {
    -webkit-transition: background-color .3s ease-out !important;
    transition: background-color .3s ease-out !important;
    font-size: 18px;
    font-weight: 700;
}

.tp-caption {
    padding: 0 20px;
    text-align: right;
}

.arrow-left,
.arrow-right {
    position: absolute;
    z-index: 4;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 22px;
    top: 30%;
}

.arrow-left {
    left: 22vmin;
}

.arrow-right {
    right: 15px;
}

.arrow-left:after,
.arrow-right:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    font-size: 22px;
    line-height: 1;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: #fff;
}

.arrow-left:after {
    content: 'Prev';
}

.arrow-right:before {
    content: 'Next';
}

.arrow-left:before,
.arrow-right:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.3em;
    height: 1em;
    opacity: .25;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.arrow-left:hover:before,
.arrow-right:hover:after {
    opacity: 1;
}

.arrow-left:before {
    background: url(../slider-img/left-arrow1.svg) 0 0 no-repeat;
    background-size: 1.2em .8em;
    margin-right: .4em;
    margin-top: .3em;
}

.arrow-right:after {
    background: url(../slider-img/right-arrow1.svg) 0 0 no-repeat;
    background-size: 1.2em .8em;
    margin-left: .72em;
    margin-left: .2em;
    margin-top: .3em;
}

.slide-title {
    text-transform: uppercase;
    letter-spacing: 10px;
}

.slide-subtitle {
    font-weight: 700;
    line-height: 1.7;
    margin-right: -7px;
}

@media (min-width:768px) {
    
    .filmsdata {
        width: 100% !important;
        height: 300px;
    }
    .col-service {
        padding: 0 2.1em;
    }
    .arrow-left {
        top: 52%;
        bottom: auto;
    }
    .arrow-right {
        left: 28vmin;
        right: auto;
        margin-left: 6em;
        top: 52%;
        bottom: auto;
    }
    
    
}

@media (min-width:992px) {
   
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-left-md {
        text-align: left;
    }
    .navbar-mobile {
        position: absolute;
        left: -50000px;
        top: -50000px;
    }
    .col-about-img {
        padding-left: 0;
        left: -5px;
    }
    .col-about-img img {
        max-width: calc(100% +0);
    }
    .col-project-img {
        padding: 0;
        left: 15px;
    }
    .col-project-img img {
        max-width: 90%;
    }
    .project-details-item:nth-child(odd) .project-details-img {
        padding-left: 15px;
        padding-right: 15px;
    }
    .project-details-item:nth-child(even) .project-details-img {
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-primary {
        padding-right: 2.2em;
    }
    .col-secondary {
        margin-top: 10.62em;
        margin-left: -5px;
        padding: 0 10px 0 0;
    }
    .row-field {
        margin-left: -15px;
    }
    .col-map {
        position: static;
        height: 100%;
    }
}

@media (min-width:1200px) {
    html {
        font-size: 100%;
    }
    .main-header {
        padding-left: 0;
    }
    .project-details-info {
        width: 42%;
    }
}

@media (max-height:480px) {
    .arrow-left {
        top: 43.5vmin;
        bottom: auto;
    }
    .arrow-right {
        left: 28vmin;
        right: auto;
        margin-left: 5em;
        top: 43.5vmin;
        bottom: auto;
    }
}




@media (max-width:991px) {
    .homeprojectmargin {
        margin: 20px auto 0;
    }
    .btn {
        padding: 12px 30px;
    }
    .rev_slider .btn {
        font-size: 16px;
    }
    
    .text-parallax-content {
        font-size: 300px;
    }
    .main-header h1 {
        font-size: 50px;
    }
    
}

@media (max-width:767px) {
    .homeprojectmargin {
        margin: 20px auto 0;
    }
    
    .pad50 {
        padding: 20px 15px 0;
    }
    .project-details-img .detail-btn .btn {
        width: 155px;
    }
    .fade-title-left,
    .fade-title-right {
        font-size: 80px;
    }
   
    .project-details-img .detail-btn {
        position: relative;
        margin: 10px 0;
    }
    .brand-panel {
        width: 130px;
        height: 130px;
        padding: 10px;
    }
    .brand-panel img {
        width: 100%;
    }
    .arrow-left,
    .arrow-right {
        font-size: 16px;
        top: inherit;
        bottom: 10px;
    }
    .arrow-left:after,
    .arrow-right:before {
        font-size: 16px;
    }
    .btn {
        padding: 8px 20px;
    }
    .rev_slider .btn {
        font-size: 14px;
    }
    .slide-title {
        font-size: 20px !important;
    }
    
    .text-parallax-content {
        font-size: 120px;
        line-height: 120px;
    }
    .experience-info {
        font-size: 22px;
    }
    .h3,
    h3 {
        font-size: 18px;
    }
    .col-about-title {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }
    .col-address {
        font-size: 14px;
    }
    .slide-subtitle{
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) translateX(0px) !important;
        font-size: 11px !important;
    }
}

.tp-bgimg{
    background-color: red !important;
}

