﻿@charset "utf-8";

/*======================================

 [ -Main Stylesheet-
  Theme: Outdoor
  Version: 1.0
  Last change: 28/09/2015 ]
  	+++Fonts +++
	++++General Styles++++
	++++Typography ++++
	++++Page preload ++++
	++++Content Styles ++++
	++++Section  ++++
	++++Fixed title ++++
	++++Separator ++++
	++++Links  ++++
	++++Video+++++
	++++Home  +++++
	++++Item hover  ++++
	++++Header  ++++
	++++Navigation ++++
	++++About ++++
	++++Services++++
	++++Facts  ++++
	++++Team++++
	++++Testimonials ++++
	++++Footer ++++
	++++Portfolio++++
	++++Share ++++
	++++Contacts++++
	++++Blog ++++
	++++Css-animation ++++
	++++Responsive++++
*/
/*-------------Import fonts ---------------------------------------*/
@import url("~/Content/font/primary-iran-yekan.css");
@import url("~/Content/font/secondary-iran-yekan.css");

/*-------------General Style---------------------------------------*/
html {
    overflow-x: hidden !important;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    background: #f9f9f9;
    height: 100%;
    text-align: center;
    font-family: "primary-font", "segoe ui", "tahoma";
    direction: rtl;
}

.ltr-text {
    display: inline-block;
    direction: ltr;
}

.primary-font {
    font-family: "primary-font", "segoe ui", "tahoma" !important;
}

.secondary-font {
    font-family: "secondary-font", "primary-font", "segoe ui", "tahoma" !important;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.cdc {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fa {
    vertical-align: middle;
}

/*--------------Typography--------------------------------------*/
h1 {
    font-size: 4.46666666667em;
    font-weight: 400;
    line-height: 1.17em;
}

h2 {
    font-size: 3.2em;
    font-weight: 700;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 0.9em;
    font-weight: 300;
}

h5 {
    font-size: 0.8em;
    font-weight: 300;
}

h6 {
    font-size: 0.6em;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.85;
    font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

p {
    text-align: right;
    font-size: 14px;
    line-height: 2;
    padding-bottom: 10px;
}

blockquote {
    float: right;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-right: 15px solid #eee;
}

    blockquote p {
        color: #494949;
    }

a,
a:hover,
a:focus {
    color: #000;
}

/* ---------Page preload--------------------------------------*/
.loader {
    position: fixed;
    top: 50%;
    right: 50%;
    width: 50px;
    height: 50px;
    z-index: 100;
    font-size: 24px;
    line-height: 50px;
    margin-right: -25px;
    margin-top: -25px;
    color: #000;
    opacity: 0.8;
}

.cn-loader {
    top: 10px !important;
    right: 0;
    font-size: 18px;
    margin: 0 !important;
}

.fa-spin {
    -webkit-animation: spin 0.5s infinite linear;
    -moz-animation: spin 0.5s infinite linear;
    -o-animation: spin 0.5s infinite linear;
    animation: spin 0.5s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

/* ---------Content Styles--------------------------------------*/
#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

#wrapper {
    height: 100%;
    margin-right: 0;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}

.left-decor,
.right-decor,
.fixed-wrap:before,
.fixed-wrap:after {
    position: fixed;
    width: 50px;
    height: 100%;
    background: #fff;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

.fixed-wrap:before,
.fixed-wrap:after {
    content: '';
    z-index: 3;
}

.left-decor,
.fixed-wrap:before {
    right: 0;
}

.right-decor,
.fixed-wrap:after {
    left: 0;
}

    .left-decor:before,
    .right-decor:before,
    .left-decor:after,
    .right-decor:after {
        content: '';
        position: absolute;
        width: 30px;
        right: 10px;
        height: 1px;
        background: #eee;
    }

    .left-decor:before,
    .right-decor:before {
        top: 70px;
    }

    .left-decor:after,
    .right-decor:after {
        bottom: 50px;
    }

.content-holder {
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 0 0 0 0;
}

.container {
    max-width: 1024px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.content {
    width: 100%;
    position: relative;
    z-index: 2;
    float: right;
}

.mr-con {
    top: -50px;
}

.full-height {
    height: 100%;
}

.wrapper-inner {
    float: right;
    width: 70%;
    position: relative;
    background: #fff;
    padding: 150px 0;
    z-index: 3;
    opacity: 0;
}

.full-width-wrap {
    width: 100%;
}

    .full-width-wrap:before {
        content: '';
        position: absolute;
        left: 0;
        width: 30%;
        background: #fff;
        top: -70px;
        height: 70px;
    }

.body-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: #f4f4f4;
    z-index: 2;
}

.bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.full-height-parallax {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.respimg {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 2;
}

/* ---------Section --------------------------------------*/
section {
    float: right;
    width: 100%;
    position: relative;
    padding: 90px 0;
    background: linear-gradient(4deg, #445464, #bdc3c7);
}

.small-container {
    max-width: 650px;
}

.parallax-section {
    float: right;
    width: 100%;
    padding: 250px 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

    .parallax-section div.overlay {
        opacity: 0.3 !important;
    }

.sect-scroll {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: -20px;
    color: #fff !important;
    z-index: 5;
    font-size: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .sect-scroll:before {
        content: '';
        position: absolute;
        top: -10px;
        right: 50%;
        margin-right: -30px;
        width: 60px;
        background: #fff;
        height: 1px;
        opacity: 0.6;
    }

    .sect-scroll:hover {
        opacity: 0.6;
    }

.subtitle {
    color: #fff;
    font-size: 16px;
    padding-top: 12px;
    opacity: 0.8;
    line-height: 1.85;
    font-family: inherit;
}

.parallax-section .bg {
    width: 110%;
    height: 110%;
}

.parallax-section h2 {
    color: #fff;
    font-size: 42px;
}

.align-text {
    text-align: right;
}

.no-border {
    border: none !important;
}

.no-padding {
    padding: 0 !important;
}

/* ---------Fixed title --------------------------------------*/
.fixed-title {
    position: fixed;
    width: 180px;
    height: 50px;
    top: 50%;
    margin-top: 115px;
    font-size: 14px;
    margin-right: -50px;
    text-align: center;
    cursor: default;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    z-index: 12;
}

    .fixed-title span,
    .fixed-title a {
        position: relative;
        z-index: 3;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
        color: #fff;
        margin-top: 14px;
        display: inline-block;
    }

    .fixed-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
        width: 100%;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        -ms-transition: all 100ms linear;
        transition: all 100ms linear;
        height: 50px;
        background: #292929;
        pointer-events: none;
    }

    .fixed-title:hover:after {
        height: 0;
    }

    .fixed-title:hover span,
    .fixed-title a {
        color: #000;
    }

/* ---------Separator --------------------------------------*/
.separator {
    margin: 0 auto;
    width: 70px;
    height: 4px;
    background: #fff;
    margin: 10px auto 10px;
}

.bl-sep {
    background: #000;
}

.separator-image {
    background: none;
    width: auto;
}

/* --------- Links  --------------------------------------*/
.btn {
    display: inline-block;
    padding: 14px 35px 13px 35px;
    line-height: 1;
    font-weight: bold;
    font-size: 13px;
    margin: 20px auto;
    color: #000 !important;
    border: 2px solid #000;
    position: relative;
}

.anim-button {
    overflow: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    outline: none;
    width: auto;
}

    .anim-button i {
        top: -100%;
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        line-height: 40px;
        text-align: center !important;
        font-size: 16px;
    }

.wt-btn {
    color: #fff !important;
    border: 2px solid #fff;
}

.anim-button i,
.anim-button span {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.anim-button span {
    float: right;
    width: 100%;
    position: relative;
    top: 0;
}

.anim-button:hover span {
    top: 100px;
}

.anim-button:hover i {
    top: 0;
}

/* --------- Video --------------------------------------*/
.resp-video {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

    .resp-video video {
        min-width: 100%;
    }

.media-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .media-container video {
        position: absolute;
        top: 50%;
        right: 50%;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        z-index: 0;
    }

.video-mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* --------- Home  --------------------------------------*/
.full-height-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.big-index {
    z-index: 6;
    overflow: hidden;
}

.hero-title {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    z-index: 5;
}

.hero-logo {
    margin: 0 auto 10px;
    max-width: 200px;
    position: relative;
}

    .hero-logo:before,
    .hero-logo:after {
        content: '';
        position: absolute;
        top: 50%;
        width: 70px;
        height: 3px;
        background: #fff;
        opacity: 0.6;
    }

    .hero-logo:before {
        right: -150px;
    }

    .hero-logo:after {
        left: -150px;
    }

    .hero-logo img {
        width: 100%;
        height: auto;
    }

.hero-title h3 {
    color: #fff !important;
    opacity: 0.8;
}

.hero-title h2,
.hero-title a {
    color: #fff;
}

.hero-link {
    margin-top: 30px;
    font-size: 16px;
    display: inline-table;
    padding: 10px 26px;
    min-width: 150px;
    border: 1px solid rgba(255, 255, 255, 0.51);
}

    .hero-link:hover {
        text-decoration: underline;
    }

.parallax-nav.swiper-nav-holder {
    z-index: 6;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
}

    .parallax-nav.swiper-nav-holder .arrow-left {
        left: 32px !important;
        color: #fff;
        position: absolute;
        font-size: 18px;
    }

    .parallax-nav.swiper-nav-holder .arrow-right {
        color: #fff;
        right: 32px !important;
        position: absolute;
        font-size: 18px;
    }

.hs {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 30px;
    z-index: 20;
    height: 64px;
    margin-top: -32px;
}

    .hs a {
        position: relative;
        float: right;
        width: 100%;
        height: 30px;
        font-size: 19px;
        margin-bottom: 4px;
        color: #000;
    }

.slideshow-holder,
.slideshow-item,
.slideshow-item .item {
    float: right;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

    .slideshow-item .item {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .slideshow-holder .overlay {
        opacity: 0.4;
        z-index: 3;
    }

.slide-title-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.slide-title {
    top: 50%;
    position: relative;
    z-index: 5;
}

    .slide-title .separator-image {
        padding: 10px 0;
    }

    .slide-title .subtitle {
        position: relative;
        display: inline-block;
        padding-top: 0;
    }

        .slide-title .subtitle:before {
            content: '';
            position: absolute;
            top: -42px;
            right: 50%;
            margin-right: -25px;
            height: 25px;
            width: 50px;
            border-radius: 90px 90px 0 0;
            -moz-border-radius: 90px 90px 0 0;
            -webkit-border-radius: 90px 90px 0 0;
            border: 2px solid #fff;
            border-bottom: none;
        }

.swiper-slide .overlay {
    opacity: 0.3;
}

.slide-title h3 {
    font-size: 40px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 12px;
    color: #fff;
    display: inline-table;
    font-weight: 700;
}

    .slide-title h3:before,
    .slide-title h3:after,
    .hero-text-holder:before,
    .hero-text-holder:after {
        content: '';
        position: absolute;
        top: 50%;
        width: 50px;
        height: 1px;
        /*background: #fff;*/
        opacity: 0.6;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .slide-title h3:before,
    .hero-text-holder:before {
        right: -70px;
    }

    .slide-title h3:after,
    .hero-text-holder:after {
        left: -70px;
    }

    .slide-title h3:hover:before,
    .slide-title h3:hover:after {
        width: 100%;
    }

.slide-title h4 {
    font-size: 14px;
    font-family: inherit;
    position: relative;
    margin: 7px 0 10px 0;
    width: 100%;
    color: #fff;
}

    .slide-title h3 a,
    .slide-title h4 a {
        color: #fff;
        text-decoration: none;
    }

        .slide-title h4 a:hover,
        .slide-title h4 a:hover i {
            text-decoration: underline;
        }

    .slide-title h4 a {
        padding-left: 0;
    }

.single-title h3 {
    position: relative;
    opacity: 1;
    top: 0;
}

.single-title .slide-title {
    position: relative;
    right: -50px;
}

.zoomimage {
    position: absolute;
    top: 70px;
    left: 70px;
    cursor: pointer;
    z-index: 25;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.91);
}

    .zoomimage i {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        line-height: 30px;
        color: #fff;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .zoomimage:hover i {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .zoomimage img {
        width: 30px;
        height: 30px;
        opacity: 0;
        position: relative;
        z-index: 2;
    }

.hero-grid {
    float: right;
    width: 50%;
    height: 50%;
    position: relative;
    direction: ltr;
}

    .hero-grid .overlay {
        z-index: 2;
        opacity: 0.3;
    }

.hero-slider,
.hero-slider .item {
    float: right;
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-text-holder {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 10px auto 12px;
    max-width: 450px;
}

    .hero-text-holder .item {
        float: right;
        width: 100%;
        overflow: hidden;
        font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
        line-height: 1.85;
        font-weight: 700;
    }

/*------item hover ------------------------------------------------*/
.box-item {
    float: right;
    width: 100%;
}

.vertical-gallery .box-item {
    margin-bottom: 10px;
}

.box-item a {
    float: right;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .box-item a img {
        position: relative;
        z-index: 1;
        -webkit-transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0ms;
        -moz-transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0ms;
        transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    }

    .box-item a .overlay {
        opacity: 0;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .box-item a:hover .overlay {
        opacity: 0.3;
    }

    .box-item a:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }

/*------ Header  ------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    height: 70px;
    line-height: 70px;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    background-color: rgba(0, 0, 0, 29%);
    color: white;
}

.header-inner {
    float: right;
    width: 100%;
    padding: 0 50px;
    padding-top: 10px;
    position: relative;
}

.logo-holder {
    position: absolute;
    top: 10px;
    right: 50px;
    width: 100%;
    height: 50px;
}

    .logo-holder a img {
        float: right;
        width: auto;
        height: 100%;
    }

/*------ navigation  ------------------------------------------------*/
.nav-holder {
    float: left;
    position: relative;
    display: block;
}

nav {
    position: relative;
    float: right;
    width: 100%;
    top: 8px;
}

    nav li {
        float: right;
        position: relative;
    }

        nav li ul {
            margin: 30px 0 0 0;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            min-width: 150px;
            top: 38px;
            right: 0;
            z-index: 1;
            background: #fff;
            transition: all .2s ease-in-out;
        }

        nav li:hover > ul {
            opacity: 1;
            visibility: visible;
            margin: 0;
        }

        nav li ul li ul {
            top: 0;
            right: -100%;
        }

        nav li ul li:hover > ul {
            opacity: 1;
            visibility: visible;
            left: 100%;
        }

        nav li ul li {
            float: none;
            display: block;
            border: 0;
        }

            nav li ul li:after {
                content: '';
                display: block;
                clear: both;
            }

        nav li a {
            float: right;
            padding: 10px 22px;
            line-height: 1;
            font-size: 13px;
            color: #fff;
            top: 0;
            position: relative;
            -webkit-transition: all 100ms linear;
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -ms-transition: all 100ms linear;
            transition: all 100ms linear;
        }

            nav li a.act-link:before {
                content: '';
                position: absolute;
                bottom: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background: #f5f5f5;
                -webkit-transition: all 200ms linear;
                -moz-transition: all 200ms linear;
                -o-transition: all 200ms linear;
                -ms-transition: all 200ms linear;
                transition: all 200ms linear;
                z-index: -1;
            }

            nav li a.act-link:hover {
                color: #000;
            }

            nav li a:hover {
                color: #ccc;
            }

            nav li a.act-link:hover:before {
                height: 0;
            }

        nav li ul a:before {
            display: none;
        }

        nav li ul a.act-link {
            color: #000;
            font-weight: 700;
        }

.nav-button-holder {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0 5px 0 0;
    padding-right: 22px;
    display: none;
}

.nav-button {
    float: left;
    width: 30px;
    height: 24px;
    position: relative;
    margin-top: 9px;
    cursor: pointer;
}

    .nav-button span {
        float: right;
        width: 100%;
        height: 4px;
        background: #000;
        margin-bottom: 2px;
        position: relative;
    }

/*------ about -------------------------------------------------*/
.scroll-page-nav {
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 13;
    width: 50px;
}

    .scroll-page-nav li {
        width: 100%;
        float: right;
        margin-bottom: 4px;
    }

    .scroll-page-nav a {
        display: inline-table;
        width: 7px;
        height: 7px;
        border: 1px solid #666;
        border-radius: 100%;
    }

        .scroll-page-nav a.act-link {
            background: #666;
        }

.fixed-wrap {
    position: fixed;
}

.custom-inner {
    float: right;
    width: 100%;
    padding: 150px 0 70px 0;
    position: relative;
    z-index: 5;
}

    .custom-inner .container {
        max-width: 1250px;
    }

    .custom-inner p,
    .custom-inner h2 {
        color: #fff;
        text-align: right;
        margin-top: 5px;
    }

    .custom-inner h3 {
        float: right;
        width: 100%;
        margin: 10px 0 20px 0;
        text-align: right;
    }

    .custom-inner.error-page.display-centered {
        padding: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .custom-inner.error-page p,
    .custom-inner.error-page h2 {
        text-align: center !important;
    }

    .custom-inner.error-page h2 {
        font-size: 180px;
        line-height: 1;
        margin-top: -20px;
    }

    .custom-inner.error-page h3 {
        color: #fff;
        font-size: 22px;
        text-align: center;
        font-family: inherit;
    }

    .custom-inner .separator {
        float: right;
    }

    .custom-inner.error-page .separator {
        float: none;
    }

.content-link {
    float: right;
    font-size: 18px;
    margin-top: 30px;
    color: #fff;
}

    .content-link:hover {
        text-decoration: underline;
    }

.content-logo {
    margin-bottom: 20px;
    opacity: 0.8;
}

.signature {
    float: right;
    width: 100%;
    margin-top: 20px;
}

    .signature img {
        float: right;
    }

.section-columns {
    padding: 50px 0 0 0;
}

    .section-columns:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        background: #fff;
        height: 50px;
        z-index: 20;
    }

.section-columns-text {
    float: left;
    width: 60%;
    position: relative;
    background: #292929;
    padding: 50px 0;
}

    .section-columns-text .custom-inner {
        padding: 30px 0;
    }

.section-columns-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
}

/* --------- Services  --------------------------------------*/
.servicses-holder {
    float: right;
    width: 100%;
}

    .servicses-holder li {
        width: 50%;
        float: right;
        padding: 20px 60px 20px 20px;
        position: relative;
        cursor: crosshair;
    }

        .servicses-holder li i {
            position: absolute;
            top: 22px;
            right: 0;
            color: #ccc;
            font-size: 22px;
        }

        .servicses-holder li h4 {
            text-align: right;
            font-size: 16px;
            color: #fff;
            padding-bottom: 10px;
            margin-top: 0;
            font-weight: 700;
        }

        .servicses-holder li span {
            float: right;
            color: #fff;
            width: 100%;
            font-size: 16px;
            text-align: right;
            padding: 12px 0 20px 0;
            opacity: 0.8;
            border-bottom: 1px solid #eee;
        }

.order-holder {
    float: right;
    width: 100%;
    position: relative;
    padding: 30px 0;
    background: #fff;
}

    .order-holder h3 {
        font-size: 29px;
        position: relative;
        margin: 15px 0 0 0;
        padding-left: 80px;
        font-weight: 700;
    }

        .order-holder h3:before {
            content: '';
            position: absolute;
            left: 60px;
            top: 2px;
            width: 1px;
            height: 50px;
            background: #eee;
        }

/*------facts  -------------------------------------------------*/
.inline-facts {
    float: right;
    width: 25%;
    padding: 40px 0;
    position: relative;
    background: #fff;
}

    .inline-facts:before {
        content: '';
        position: absolute;
        top: 10%;
        left: 1px;
        width: 1px;
        height: 80%;
        background: #eee;
    }

    .inline-facts:last-child:before {
        display: none;
    }

    .inline-facts i {
        position: relative;
        color: #ccc;
        font-size: 24px;
        opacity: 0.4;
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .inline-facts .num {
        font-size: 34px;
        color: #000;
    }

    .inline-facts h6 {
        font-size: 14px;
        padding-top: 10px;
        color: #666;
        font-family: inherit;
        margin-top: 2px;
    }

        .inline-facts h6 a {
            color: #666;
        }

            .inline-facts h6 a:hover {
                text-decoration: underline;
            }

/*------ Team  ------------------------------------------------*/
.team-holder {
    float: right;
    width: 100%;
    margin-top: 50px;
}

    .team-holder li {
        float: right;
        width: 33.3333%;
        padding: 20px 0 20px 20px;
    }

.team-box {
    float: right;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.team-info {
    float: right;
    width: 100%;
    margin-top: 20px;
}

    .team-info h4 {
        font-family: inherit;
        font-size: 13px;
    }

    .team-info h3 {
        font-size: 19px;
        font-family: inherit;
        padding-bottom: 4px;
    }

.team-photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: right;
}

.team-box .overlay {
    opacity: 0;
    z-index: 2;
    background: #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.team-box:hover .overlay {
    opacity: 0.5;
}

.team-social {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    z-index: 3;
    display: none;
}

    .team-social li {
        float: none !important;
        display: inline-block !important;
        padding: 6px;
        width: auto !important;
    }

        .team-social li a {
            color: #fff;
            font-size: 16px;
            position: relative;
            top: 50px;
            opacity: 0;
        }

.small-padding {
    padding: 110px 0;
}

.small-padding2 {
    padding: 30px 0 80px;
}

/* --------- Testimonials --------------------------------------*/
.testi-item {
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
}

    .testi-item h3 {
        font-size: 15px;
        padding: 20px 0;
        color: #fff;
        font-family: inherit;
    }

    .testi-item p {
        text-align: center;
        font-size: 16px;
        padding: 10px 0;
        color: #fff;
    }

.white-bg {
    background: #fff;
}

.testimonials-slider-holder {
    float: right;
    width: 100%;
    position: relative;
}

    .testimonials-slider-holder .customNavigation a {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        line-height: 20px;
        font-size: 19px;
        cursor: pointer;
        color: #fff;
        z-index: 30;
    }

        .testimonials-slider-holder .customNavigation a.next-slide {
            left: 0;
        }

        .testimonials-slider-holder .customNavigation a.prev-slide {
            right: 0;
        }

.testi-item a {
    display: inline-table;
    margin-top: 30px;
    font-size: 13px;
    color: #fff;
    position: relative;
}

    .testi-item a:hover {
        text-decoration: underline;
    }

/*------ footer -------------------------------------------------*/
footer {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 29%);
    color: white;
    z-index: 15;
    padding: 0 50px;
    line-height: 50px;
}

.footer-social {
    float: left;
}

    .footer-social li {
        float: right;
    }

        .footer-social li a {
            padding: 0 8px;
            font-size: 10px;
            color: #fff;
        }

.policy-box {
    float: right;
    font-size: 13px;
    color: #666;
}

    .policy-box span {
        float: right;
    }

    .policy-box ul {
        position: relative;
        float: right;
        margin-right: 10px;
    }

        .policy-box ul li {
            float: right;
        }

        .policy-box ul:before {
            content: '';
            position: absolute;
            top: 16px;
            right: -2px;
            background: #eee;
            width: 2px;
            height: 20px;
        }

        .policy-box ul li a,
        .policy-box ul li span {
            padding: 0 10px;
            color: #fff;
        }

            .policy-box ul li a:hover {
                text-decoration: underline;
            }

.to-top {
    position: absolute;
    top: -40px;
    left: 50px;
    opacity: 0;
    width: 40px;
    height: 40px;
    margin-top: -12px;
    line-height: 38px;
    cursor: pointer;
    font-size: 20px;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.81);
    color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.vistotop {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}

.to-top:hover {
    opacity: 0.8;
}

/*-- portfolio ------------------*/
.gallery-items {
    float: right;
    width: 97%;
    padding-bottom: 50px;
}

.grid-item-holder {
    float: right;
    width: 100%;
    height: auto;
    position: relative;
}

.hid-port-info .grid-item-holder {
    overflow: hidden;
}

.grid-big-pad .grid-item-holder {
    padding: 20px 20px 0;
}

.grid-small-pad .grid-item-holder {
    padding: 10px;
}

.gallery-item,
.grid-sizer {
    width: 20%;
    position: relative;
}

.gallery-item-second,
.grid-sizer-second {
    width: 50%;
}

.gallery-item-three,
.grid-sizer-three {
    width: 75%;
}

.gallery-item img,
.grid-sizer img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.content-column .gallery-item {
    padding: 1px;
}

.content-column {
    padding-bottom: 50px;
}

.four-coulms .gallery-item,
.four-coulms .grid-sizer {
    width: 25%;
}

.three-coulms .gallery-item,
.three-coulms .grid-sizer {
    width: 33.33333%;
}

.three-coulms .gallery-item-second {
    width: 66.66666%;
}

.gallery-item .overlay {
    z-index: 2;
    opacity: 0;
}

.grid-item {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10px;
}

.grid-small-pad .gallery-item .grid-item {
    width: calc(100% - 20px);
    right: 10px;
}

.grid-item-holder:hover .overlay {
    opacity: 0.7 !important;
}

.grid-item h3 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    float: right;
    width: 100%;
    color: #fff;
    margin-top: 0;
}

    .grid-item h3 a {
        color: #fff;
    }

.grid-item span {
    width: 100%;
    float: right;
    font-size: 14px;
    opacity: 0.6;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #fff;
}

.grid-item:before,
.grid-item:after {
    content: '';
    position: absolute;
    right: 50%;
    background: rgba(255, 255, 255, 0.51);
    width: 1px;
    height: 0;
}

.grid-item:before,
.grid-item:after {
    bottom: -50px;
}

.grid-item:after {
    top: -50px;
}

.grid-item h3,
.grid-item span {
    opacity: 0;
}

.vis-port-info {
    padding-bottom: 0;
}

    .vis-port-info .grid-item {
        position: relative;
        float: right;
        top: 0;
        margin-top: 0 !important;
        color: #000;
        padding: 15px 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }

        .vis-port-info .grid-item h3 a,
        .vis-port-info .grid-item span {
            color: #000;
        }

        .vis-port-info .grid-item span {
            font-size: 14px;
            padding-top: 10px;
            color: #666;
            display: block;
            position: relative;
        }

            .vis-port-info .grid-item span:before {
                position: absolute;
                content: '';
                width: 50px;
                height: 1px;
                background: #000;
                right: 50%;
                margin-right: -25px;
                top: 2px;
            }

        .vis-port-info .grid-item:before,
        .vis-port-info .grid-item:after {
            display: none;
        }

        .vis-port-info .grid-item h3,
        .vis-port-info .grid-item span {
            opacity: 1;
        }

        .vis-port-info .grid-item h3 {
            margin-bottom: 3px;
        }

        .vis-port-info .grid-item span {
            padding-top: 14px;
        }

.grid-item-holder:hover .grid-item h3,
.grid-item-holder:hover .grid-item span,
.port-desc-holder:hover .grid-item span,
.port-desc-holder:hover .grid-item h3,
.horizontal_item:hover .grid-item span,
.horizontal_item:hover .grid-item h3 {
    opacity: 1;
}

.grid-item-holder:hover .grid-item:before,
.grid-item-holder:hover .grid-item:after,
.port-desc-holder:hover .grid-item:before,
.port-desc-holder:hover .grid-item:after,
.horizontal_item:hover .grid-item:after,
.horizontal_item:hover .grid-item:before {
    height: 40px;
}

.st-3 .grid-item-holder a img,
.gallery-item img,
.grid-sizer img,
.grid-item:after,
.grid-item:before,
.grid-item h3,
.grid-item span {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.fixed-filter {
    position: fixed;
    right: 80px;
    bottom: 80px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.51);
    padding: 15px 20px;
}

.vis-filter {
    float: right;
    width: 100%;
    padding: 0 50px;
    position: relative;
}

    .fixed-filter a,
    .vis-filter a {
        float: right;
        margin-left: 8px;
        font-size: 12px;
        color: #fff;
    }

    .vis-filter a {
        float: none;
        display: inline-block;
    }

        .fixed-filter a.gallery-filter-active,
        .vis-filter a.gallery-filter-active,
        .inline-filters a.gallery-filter-active {
            text-decoration: underline;
        }

.inline-filters {
    float: right;
    width: 100%;
    padding: 30px 0;
    margin: 20px 0 0;
    position: relative;
}

    .inline-filters:before {
        content: '';
        position: absolute;
        top: 10px;
        height: 1px;
        background: #ccc;
        right: 50%;
        width: 120px;
        margin-right: -60px;
    }

    .inline-filters a {
        display: inline-block;
        padding: 10px 18px;
        font-size: 13px;
        color: #666;
        margin: 0 5px;
    }

.gallery_horizontal {
    float: right;
    width: 100%;
    position: relative;
}

    .gallery_horizontal .owl-item img {
        width: auto;
        position: relative;
        z-index: 1;
    }

.gallery_horizontal {
    position: relative;
}

    .zoomimage img,
    .gallery_horizontal .owl-item .zoomimage img {
        width: 30px;
        height: 30px !important;
        opacity: 0;
        position: relative;
        z-index: 2;
    }

.horizontal_item {
    position: relative;
}

.portfolio_item,
.horizontal_item,
.swiper-slide {
    cursor: e-resize;
}

    .horizontal_item .port-desc-holder {
        top: 50%;
        height: auto !important;
    }

.resize-carousel-holder {
    float: right;
    width: 100%;
    height: 100%;
    position: relative;
}

    .resize-carousel-holder .customNavigation {
        position: absolute;
        top: 50%;
        left: -45px;
        width: 40px;
        z-index: 5;
        height: 80px;
        margin-top: -40px;
    }

        .resize-carousel-holder .customNavigation:before,
        .resize-carousel-holder .customNavigation:after,
        .hs:before,
        .hs:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background: #eee;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            -ms-transition: all 200ms linear;
            transition: all 200ms linear;
        }

        .resize-carousel-holder .customNavigation:before,
        .hs:before {
            top: -10px;
            right: 0;
        }

        .resize-carousel-holder .customNavigation:after,
        .hs:after {
            bottom: -10px;
            left: 0;
        }

        .resize-carousel-holder .customNavigation:hover:before,
        .resize-carousel-holder .customNavigation:hover:after,
        .hs:hover:before,
        .hs:hover:after {
            width: 0;
        }

        .resize-carousel-holder .customNavigation a {
            float: right;
            width: 40px;
            height: 40px;
            line-height: 37px;
            font-size: 19px;
            cursor: pointer;
        }

.vis-info {
    padding-right: 350px;
}

.fixed-info-container {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 50px;
    height: 100%;
    width: 350px;
    background: #f9f9f9;
    padding: 120px 30px 80px 30px;
    overflow: auto;
}

.hidden-column {
    right: -450px;
    opacity: 0;
}

.show-hid-content {
    position: absolute;
    top: 32px;
    right: 32px;
    background: rgba(0, 0, 0, 0.61);
    color: #fff;
    z-index: 4;
    font-size: 14px;
    cursor: pointer;
    padding: 12px 42px;
}

    .show-hid-content i {
        position: absolute;
        top: 15px;
        left: 20px;
        font-size: 14px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.ishid i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fw-info-container {
    float: right;
    max-width: 1450px !important;
    position: relative;
    background: #fff;
    padding: 100px 50px 90px;
}

    .fixed-info-container h3,
    .fixed-info-container h4,
    .fw-info-container h3,
    .fw-info-container h4 {
        float: right;
        text-align: right;
        font-size: 25px;
        width: 100%;
        color: #292929;
        margin-top: 20px;
        font-weight: 700;
    }

.fixed-info-container h3 {
    margin-top: 0;
}

.fixed-info-container.hidden-column h3 {
    margin-top: 50px;
}

.fixed-info-container h4,
.fw-info-container h4 {
    font-size: 15px;
}

.fixed-info-container .separator,
.fw-info-container .separator {
    float: right;
    width: 110px;
    height: 3px;
    background: #000;
    margin: 20px 0 20px;
    position: relative;
}

.project-details {
    float: right;
    width: 100%;
    text-align: right;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

    .project-details li {
        float: right;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
    }

        .project-details li i {
            position: absolute;
            top: 18px;
            right: 0;
            width: 40px;
            font-size: 14px;
            color: #000;
        }

.pd-holder {
    float: right;
    width: 100%;
    padding-right: 40px;
}

    .pd-holder h5 {
        text-align: right;
        font-size: 14px;
        padding-top: 12px;
        font-family: inherit;
        margin: 0;
    }

        .pd-holder h5 a {
            opacity: 0.8;
        }

.project-details li a:hover {
    text-decoration: underline;
}

.project-nav {
    float: right;
    width: 100%;
    margin-top: 30px;
}

    .project-nav ul li {
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ccc;
        margin-left: 40px;
    }

        .project-nav ul li a {
            font-size: 18px;
            color: #292929;
        }

.content-nav {
    float: right;
    width: 100%;
    padding: 20px 0;
    position: relative;
}

    .content-nav ul {
        position: relative;
        right: 0;
    }

    .content-nav li {
        float: right;
        margin-left: 10px;
    }

        .content-nav li a {
            font-size: 28px;
        }

        .content-nav li span {
            line-height: 44px;
        }

.p-all {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 18px;
}

.content-nav a {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.content-nav li a span {
    padding-left: 20px;
    font-size: 18px;
    position: relative;
    top: -2px;
}

.content-nav a:hover {
    opacity: 0.6;
}

.p_horizontal_wrap {
    float: right;
    width: 100%;
    position: relative;
    background: #fff;
    height: 100%;
    direction: ltr;
}

#portfolio_horizontal_container {
    height: 100%;
    float: left;
    width: 100%;
    position: relative;
    touch-action: manipulation;
}

    #portfolio_horizontal_container .portfolio_item {
        width: auto;
        height: 100%;
        float: right;
        padding: 0 10px;
        overflow: hidden;
        position: relative;
    }

        #portfolio_horizontal_container .portfolio_item img {
            float: right;
            width: auto;
            height: 100%;
        }

.port-subtitle-holder {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
}

.port-subtitle {
    float: right;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    text-align: right;
}

    .port-subtitle h3 {
        font-size: 22px;
        margin-top: 0;
        font-weight: 700;
    }

        .port-subtitle h3 a {
            color: inherit !important;
        }

            .port-subtitle h3 a:hover {
                text-decoration: none;
            }

    .port-subtitle span {
        float: right;
        width: 100%;
        font-size: 12px;
        padding-top: 6px;
        position: relative;
        right: -10px;
        margin-bottom: 5px;
    }

        .port-subtitle span a {
            padding: 0 10px;
            color: #ccc;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            transition: all 300ms linear;
        }

            .port-subtitle span a:hover,
            .port-subtitle h3:hover {
                color: #000;
                text-decoration: underline;
            }

.port-desc-holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    z-index: 20;
}

.port-desc {
    position: relative;
    float: right;
    width: 100%;
    height: 100%;
}

.port-desc-holder .grid-item span {
    font-size: 18px;
    margin-bottom: 12px;
}

.port-desc-holder .grid-item h3 {
    font-size: 30px;
    margin-top: 0;
}

    .port-desc-holder .grid-item h3:hover {
        opacity: 0.8;
    }

.port-desc .overlay,
.horizontal_item .overlay {
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.port-desc-holder:hover .overlay,
.horizontal_item:hover .overlay {
    opacity: 0.6;
}

.count-folio {
    position: fixed;
    top: 50%;
    left: 16px;
    z-index: 10;
    font-size: 18px;
}

.num-album {
    position: relative;
    padding-bottom: 28px;
}

    .num-album:before {
        content: "/";
        position: absolute;
        bottom: -2px;
        color: #ccc;
        right: 2px;
    }

.all-album {
    padding-top: 8px;
}

.column-filter {
    position: fixed;
    top: 90px;
    right: 80px;
    z-index: 23;
    width: 150px;
}

.filter-button {
    position: relative;
    float: right;
    margin-bottom: 20px;
    background: rgba(51, 51, 51, 0.61);
    color: #fff;
    width: 100%;
    padding: 12px 0;
    cursor: pointer;
    font-size: 13px;
}

    .filter-button i {
        position: absolute;
        left: 20px;
        top: 15px;
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        -ms-transition: all 500ms linear;
        transition: all 500ms linear;
    }

.roticon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hid-filter {
    float: right;
    width: 100%;
    background: rgba(51, 51, 51, 0.61);
    padding: 20px 0;
    display: none;
}

    .hid-filter a {
        color: #fff;
        float: right;
        width: 100%;
        padding: 6px 10px;
        font-size: 13px;
    }

.gallery-filter_active {
    text-decoration: underline;
}

.bg-slider {
    z-index: 1;
}

.fw-info-container,
.project-nav {
    float: right;
    position: relative;
    width: 100%;
}

.fw-info-container {
    margin-top: 50px;
    bottom: 0;
}

.show-info {
    position: absolute;
    bottom: 50px;
    right: 55px;
    width: 80%;
    z-index: 35;
}

    .show-info span {
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        float: right;
    }

.tooltip-info {
    height: auto;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-indent: 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0.91);
    bottom: 0;
    opacity: 0;
    right: 0;
    margin-bottom: 30px;
    visibility: hidden;
    pointer-events: none;
    z-index: 16;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .tooltip-info p {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .tooltip-info h5 {
        font-size: 16px;
        margin-top: 10px;
        padding: 5px 0;
        position: relative;
        text-align: right;
        font-weight: 700;
    }

.show-info:hover .tooltip-info {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

figure {
    direction: ltr;
}

    figure img {
        cursor: zoom-out;
    }

.sections-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 57%;
    height: 100%;
    background: #fff;
    z-index: 1;
}

.project-box,
.vertical-gallery {
    float: right;
    width: 100%;
    padding: 0 20px;
}

.project-box {
    margin-bottom: 40px;
}

    .project-box .project-box {
        margin-bottom: 0;
    }

    .project-box h3 {
        float: right;
        width: 100%;
        text-align: right;
        padding-bottom: 20px;
        margin-top: 0;
        font-size: 24px;
        color: #666;
        font-weight: 700;
    }

    .project-box .project-details {
        margin-top: -15px;
    }

.column-container {
    max-width: 1500px;
}

.custom-slider-holder {
    float: right;
    width: 100%;
    position: relative;
}

    .custom-slider-holder.with-bottom-space {
        margin-bottom: 30px;
    }

    .custom-slider-holder .owl-controls {
        display: none;
    }

    .custom-slider-holder .customNavigation {
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        height: 40px;
        margin-top: -20px;
    }

    .custom-slider-holder .item {
        position: relative;
    }

    .custom-slider-holder a.next-slide,
    .custom-slider-holder a.prev-slide {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.21);
        z-index: 5;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #fff;
        line-height: 38px;
        font-size: 18px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .custom-slider-holder a.prev-slide {
        right: 10px;
    }

    .custom-slider-holder a.next-slide {
        left: 10px;
    }

    .custom-slider-holder .customNavigation a:hover {
        background: rgba(255, 255, 255, 1);
        color: #000;
    }

.two-columns-box .box-item {
    width: 50%;
    padding: 0 7.5px;
}

/*------ share------------------------------------------------*/
.show-share {
    float: left;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    top: -10px;
    padding: 0 10px;
}

    .show-share:before,
    .show-share:after {
        content: '';
        position: absolute;
        top: 20px;
        right: -14px;
        width: 2px;
        height: 30px;
    }

.isShare:after {
    height: 0;
}

.show-share:before {
    background: #eee;
    z-index: 1;
}

.show-share:after {
    z-index: 2;
    background: #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.share-container {
    position: fixed;
    z-index: 20;
    left: 64px;
    top: 74px;
    width: 30px;
    visibility: hidden;
}

.visshare {
    visibility: visible;
}

.share-icon {
    height: 40px;
    width: 40px;
    float: right;
    margin-bottom: 1px;
    position: relative;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 40px;
    background: #fff;
    color: #000;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .share-icon:hover {
        opacity: 0.6 !important;
    }

    .share-icon:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
    }

.share-icon-digg:before {
    content: "\f1a6";
}

.share-icon-email:before {
    content: "\f003";
}

.share-icon-flickr:before {
    content: "\f16e";
}

.share-icon-foursquare:before {
    content: "\f180";
}

.share-icon-rss:before {
    content: "\f09e";
}

.share-icon-facebook:before {
    content: "\f09a";
}

.share-icon-twitter:before {
    content: "\f099";
}

.share-icon-tumblr:before {
    content: "\f173";
}

.share-icon-linkedin:before {
    content: "\f08c";
}

.share-icon-vimeo:before {
    content: "\f194";
}

.share-icon-instagram:before {
    content: "\f16d";
}

.share-icon-pinterest:before {
    content: "\f0d2";
}

.share-icon-googleplus:before {
    content: "\f0d5";
}

.share-icon-in1:before {
    content: "\f08c";
}

.share-icon-stumbleupon:before {
    content: "\f1a4";
}

/*------ Contacts ------------------------------------------------*/
.contact-inner .container {
    max-width: 900px;
}

.contact-inner .row {
    padding-top: 60px;
}

.contact-inner p {
    text-align: right;
    font-size: 14px;
}

.contact-list {
    float: right;
    width: 100%;
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
}

    .contact-list:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 2px;
        background: #fff;
    }

.no-dec:before {
    display: none;
}

.contact-list li {
    float: right;
    width: 100%;
    padding: 6px 0;
    text-align: right;
}

    .contact-list li a,
    .contact-list li span {
        color: #fff;
        font-size: 16px;
        line-height: 1.85;
    }

        .contact-list li a:hover {
            text-decoration: underline;
        }

#contact-form {
    text-align: center !important;
    max-width: 600px;
    float: right;
    width: 100%;
}

    #contact-form input[type="text"],
    #contact-form input[type="email"],
    #contact-form textarea {
        color: #fff;
        font-size: 12px;
        padding: 15px 0;
        width: 100%;
        padding-right: 10px;
        background: none;
        background: rgba(255, 255, 255, 0.2);
        margin-bottom: 20px;
        border: 0;
        border: 1px solid #fff;
        position: relative;
        text-align: right;
    }

    #contact-form form > *::placeholder {
        color: #fff;
        opacity: 1;
    }

    #contact-form form > *:-ms-input-placeholder {
        color: #fff;
    }

    #contact-form form > *::-ms-input-placeholder {
        color: #fff;
    }

    #contact-form input[type=text]:focus,
    #contact-form textarea:focus,
    input[type=email]:focus {
        color: #fff;
    }

    #contact-form textarea {
        height: 162px;
        resize: none;
        line-height: 2;
    }

    #contact-form input[type="submit"],
    .controls button {
        background: none;
        border: none;
        border-radius: 0;
        padding: 14px 20px;
        line-height: 14px;
        cursor: pointer;
        font-size: 13px;
        color: #fff;
        -webkit-appearance: none;
        float: left;
        background: rgba(49, 49, 49, 1);
    }

        #contact-form input[type="submit"]:hover,
        .controls button {
            background: rgba(49, 49, 49, 0.8);
        }

#message {
    line-height: 1.85;
}

    #message .error_message,
    #message .success_message {
        text-align: center;
        padding-bottom: 30px;
        font-size: 15px;
        color: #fff;
    }

    #message fieldset {
        border: none;
        color: #fff;
    }

.flat-form {
    border-top: 50px solid #fff;
}

    .flat-form #contact-form {
        max-width: 650px;
        margin: 70px auto 50px;
        float: none;
    }

        .flat-form #contact-form input[type="text"],
        .flat-form #contact-form input[type="email"],
        .flat-form #contact-form textarea {
            color: #000;
            font-size: 13px;
            padding: 15px 0;
            width: 100%;
            padding-right: 10px;
            background: #fff;
            margin-bottom: 20px;
            border: 0;
            border: 1px solid #eee;
            position: relative;
        }

        .flat-form #contact-form .TextBoxName,
        .flat-form #contact-form .TextBoxEmail,
        .flat-form #contact-form #TextBoxTextarea {
            color: #000;
            font-size: 13px;
            padding: 15px 0;
            width: 100%;
            padding-right: 10px;
            background: #fff;
            margin-bottom: 20px;
            border: 0;
            border: 1px solid #eee;
            position: relative;
        }

        .flat-form #contact-form form > *::placeholder {
            color: #999;
            opacity: 1;
        }

        .flat-form #contact-form form > *:-ms-input-placeholder {
            color: #999;
        }

        .flat-form #contact-form form > *::-ms-input-placeholder {
            color: #999;
        }

        .flat-form #contact-form input[type="submit"] {
            float: none;
            margin: 20px auto;
        }

.validation-message {
    color: #ff0000;
    font-family: "tahoma";
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-size: 100%;
}

.flat-form #message .error_message {
    color: red;
}

.flat-form #message .success_message {
    color: #000;
}

.flat-form p {
    color: #666;
    text-align: center;
}

.flat-form #message fieldset {
    color: #000;
}

.map-box {
    float: right;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.map-holder {
    position: absolute;
    width: 100%;
    height: 550px;
    top: -50px;
    right: 0;
    z-index: 10;
}

#map-canvas {
    float: right;
    width: 100%;
    height: 550px;
    position: relative;
}

    #map-canvas iframe {
        width: 100%;
        height: 100%;
        vertical-align: top;
    }

/* ------blog------------------------------------------------------------ */
.blg-nav {
    margin-top: -20px;
    margin-bottom: 20px;
}

.waimg {
    float: right;
    margin-bottom: 20px;
}

article {
    float: right;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
}

    article .btn {
        float: right;
    }

.post-author {
    margin-bottom: 40px;
    margin-top: 10px;
    float: right;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.author-img {
    float: right;
    width: 15%;
}

.author-content {
    float: right;
    width: 85%;
    padding-right: 10px;
}

.author-img img {
    border-radius: 100%;
    float: right;
    max-width: 100%;
}

.author-content h5 {
    font-size: 14px;
    margin-bottom: 14px;
    color: #000;
    display: block;
    float: right;
    font-family: inherit;
    margin-top: 0;
}

.author-content p {
    margin-bottom: 8px;
    float: right;
    width: 100%;
}

.widget {
    float: right;
    width: 100%;
    margin-bottom: 40px;
    text-align: right;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}

    .widget h3 {
        float: right;
        width: 100%;
        position: relative;
        font-size: 20px;
        color: #666;
        padding-bottom: 20px;
        font-weight: 700;
    }

.widget-posts li {
    padding: 12px 0;
}

.widget-posts-img {
    float: right;
    width: 30%;
}

.widget-comments-img img {
    border-radius: 100%;
}

.widget-posts-descr {
    float: right;
    width: 70%;
    padding-right: 10px;
}

    .widget-posts-descr a {
        font-size: 14px;
        color: #666;
    }

.widget-posts-date {
    float: right;
    width: 100%;
    margin-top: 10px;
    color: #666;
    font-size: 13px;
}

.searh-holder {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.searh-inner {
    float: right;
    width: 100%;
    position: relative;
}

    .searh-inner button {
        width: 40px;
    }

.search {
    border: 1px solid rgba(0, 0, 0, .07);
    float: right;
    background: #fff;
    border-radius: 0;
    position: relative;
    outline: none;
    padding: 0px 10px 0px 0px;
    width: 100%;
    height: 40px;
    color: #000;
    -webkit-appearance: none;
    font-size: 13px;
}

.search-submit {
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 28%;
    height: 40px;
}

.trnsp-search {
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    background: rgba(255, 255, 255, 0.21);
}

.trnsp_btn {
    border-radius: 6px 0 0 6px;
}

    .trnsp_btn i {
        color: #fff !important;
    }

.search-submit:hover i {
    opacity: 0.5;
}

.tagcloud li {
    display: inline-block;
    line-height: 33px;
    margin-bottom: 6px;
}

    .tagcloud li a {
        padding: 6px 10px;
        margin-left: 2px;
        background: #292929;
        color: #fff;
    }

        .tagcloud li a:hover {
            background: #fff;
            color: #292929;
        }

.cat-item {
    padding-bottom: 8px;
    margin-bottom: 15px;
}

    .cat-item a {
        font-size: 14px;
        color: #666;
    }

    .cat-item a,
    .tagcloud li a {
        font-weight: 400;
        font-size: 13px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

.sinnle-post h2 {
    float: right;
    font-size: 32px;
    text-align: right;
    width: 100%;
}

.blog-title,
.blog-text {
    float: right;
    width: 100%;
    padding: 20px 0;
}

.blog-text {
    padding: 0;
    padding-bottom: 20px;
}

.blog-title li {
    float: right;
    text-align: right;
    margin-bottom: 10px;
    color: #666;
    font-size: 13px;
    margin-left: 4px;
}

.blog-title a {
    color: #666;
}

.blog-text {
    margin-top: 10px;
    position: relative;
}

.sinnle-post .blog-text {
    max-width: 900px;
}

.blog-text h3,
.comment-form-holder h3,
.comments-holder h3,
.project-details h3 {
    font-size: 16px;
    text-align: right;
    margin-bottom: 10px;
    font-weight: 700;
}

.blog-text h3 {
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
}

.comments-holder h3 span {
    font-weight: 400;
}

.project-details h3 {
    padding: 20px 0 15px;
}

.blog-media {
    float: right;
    width: 100%;
    position: relative;
}

.blog-text p {
    font-size: 14px;
    padding-top: 10px;
}

.pagination-blog {
    margin-top: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .07);
    float: right;
    width: 100%;
    margin: 15px 0;
}

    .pagination-blog ul {
        float: right;
        margin: 20px 0 30px;
        border: 1px solid rgba(0, 0, 0, .07);
    }

    .pagination-blog a {
        float: right;
        padding: 12px 18px;
        position: relative;
        font-size: 13px;
        color: #666;
        border-left: 1px solid rgba(0, 0, 0, .07);
    }

        .pagination-blog a.current-page,
        .pagination-blog a:hover {
            color: #fff;
            background: #000;
        }

.sidebar {
    float: right;
    width: 100%;
    padding: 0 30px 0 0;
}

.sinnle-post p {
    font-size: 16px;
}

.sinnle-post .blog-text h3 {
    margin-bottom: 30px;
}

.commentlist {
    text-align: right;
    float: right;
    margin: 30px 0px;
    max-width: 900px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.comment-form-holder {
    max-width: 400px;
    float: right;
    width: 100%;
}

#comments {
    text-align: right;
    padding-top: 10px;
    max-width: 800px;
}

#comments-title,
#reply-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.comment {
    float: right;
}

.comment-body {
    position: relative;
    margin-right: 70px;
    padding-top: 30px;
}

.comment-author {
    position: absolute;
    top: 30px;
    right: -66px;
}

    .comment-author img {
        border-radius: 100%;
    }

.comment .children {
    margin-right: 70px;
}

.fn {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

.comment-meta,
.comment-meta a {
    font-size: 13px;
    color: #494949;
    padding-bottom: 10px;
}

    .comment-meta h6 {
        font-family: inherit;
    }

#respond {
    margin-top: 40px;
    float: right;
    width: 100%;
}

#reply-title {
    padding-bottom: 30px;
    margin-bottom: 5px;
}

#commentform {
    float: right;
    width: 100%;
}

.comment-notes {
    margin-top: 10px;
    color: #a4a4a3;
}

.control-group label {
    margin-right: 10px;
    font-weight: 300;
    float: right;
    position: relative;
    top: 24px;
    padding-top: 0 !important;
}

.control-group .controls input {
    margin-top: 15px;
    border: none;
    outline: none;
    height: 35px;
    background: #eee;
    color: #444;
    text-decoration: none;
    border: 1px solid #ccc;
    float: right;
    max-width: 265px;
    width: calc(100% - 70px);
    padding: 0 15px;
    text-align: right;
}

.control-group .controls textarea {
    float: right;
    margin-top: 15px;
    border: none;
    outline: none;
    width: 100%;
    background: #eee;
    padding: 15px;
    color: #444;
    resize: vertical;
    text-decoration: none;
    border: 1px solid #ccc;
    line-height: 1.85;
    text-align: right;
}

.controls button {
    margin-top: 30px;
}

/*------ css-animation - ------------------------------------------------*/
.transition {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

.transition2 {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.transition3 {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.fl-l {
    float: right;
}

/*------  Responsive ------------------------------------------------------*/
@media only screen and (max-width: 1036px) {
    #main {
        height: 100%;
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        z-index: 2;
        opacity: 0;
        -webkit-overflow-scrolling: touch;
    }

    .inline-facts h6 {
        float: none;
        font-size: 16px;
        text-align: center;
    }

    .num {
        float: none;
        text-align: center;
    }

    .nav-button-holder {
        display: block;
    }

    .nav-holder {
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 60%);
        padding: 30px 0 25px;
        display: none;
        overflow: auto;
        max-height: 500px;
        -webkit-overflow-scrolling: touch;
    }

        .nav-holder nav {
            overflow: hidden;
        }

    nav ul li a {
        cursor: pointer;
        float: right;
        width: 100%;
    }

    nav ul li,
    nav ul li ul li,
    nav li ul li > ul {
        float: right;
        width: 100%;
        margin-bottom: 10px;
        text-align: right;
        right: 0;
        opacity: 1;
        left: 0;
    }

    nav li ul {
        margin: 0;
        padding-right: 20px;
        opacity: 1;
        visibility: hidden;
        position: relative;
        width: 100%;
        display: none;
        top: 0;
        right: 0;
        z-index: 1;
        border-bottom: none;
    }

    nav li:hover > ul {
        display: inline;
    }

    nav li ul li:hover > ul {
        display: inline;
    }

    .slide-title-holder {
        width: 100%;
    }

    .slide-title {
        top: 45%;
        float: none;
        margin: 0 auto;
        border-left: none;
        padding: 50px 50px 0 50px;
    }

        .slide-title h3 {
            font-size: 22px;
        }

        .slide-title h4 {
            font-size: 12px
        }

    .page-title {
        padding-bottom: 20px;
    }

        .page-title h2 {
            font-size: 30px;
        }

    section {
        padding: 30px 0;
    }

    .gallery-item {
        width: 50% !important;
    }

    .fixed-column {
        float: right;
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        right: 0;
        top: 0;
    }

    .media-container {
        float: right;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .colum-w {
        padding-top: 0 !important
    }

    .fw .zoomimage {
        top: 150px;
    }

    .fixed-info-container {
        position: relative;
        top: 0;
        right: 0 !important;
        opacity: 1;
        height: auto;
        width: 100%;
        float: right;
        padding: 50px 30px 10px;
        overflow: auto;
    }

    .vis-info {
        padding-right: 0;
    }

    .swiper-carousel {
        margin-top: 20px;
        padding-bottom: 50px;
    }

    .horizontal_item {
        margin: 20px 20px 0;
        cursor: default;
    }

        .horizontal_item:last-child {
            margin-bottom: 70px;
        }

        .horizontal_item img {
            width: 100%;
            height: auto !important;
        }

    .show-hid-content {
        display: none;
    }

    .section-columns-text {
        width: 100%;
    }

    .section-columns-img {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        padding: 150px 0;
    }

    .nav-button {
        margin-top: 17px;
    }

    .sidebar {
        padding: 0;
    }

    .resize-carousel-holder .customNavigation {
        display: none;
    }

    .testi-item p {
        padding-right: 40px;
        padding-left: 40px;
    }

    .vis-port-info {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .order-holder h3 {
        padding-left: 0;
    }

        .order-holder h3:before {
            display: none;
        }

    .order-holder .btn {
        float: none;
    }

    .sections-bg {
        width: 100%;
    }

    .sidebar {
        margin-top: 50px;
    }

    #contact-form {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 756px) {
    #portfolio_horizontal_container {
        height: auto !important;
    }

        #portfolio_horizontal_container .portfolio_item {
            width: 100% !important;
            height: auto !important;
            padding: 0 10px;
            overflow: hidden;
            position: relative;
        }

            #portfolio_horizontal_container .portfolio_item img {
                width: 100% !important;
                height: auto !important;
            }

    .port-subtitle-holder {
        position: relative;
        float: right;
        width: 100%;
        padding: 0;
    }

    .content-holder {
        padding: 70px 0 50px 0;
    }

    .footer-social {
        margin: 0 auto;
        float: none;
    }

        .footer-social li {
            display: inline-block;
            float: none;
        }

    .parallax-section {
        padding: 150px 0;
    }

    .inline-facts {
        width: 50%;
    }

    .to-top {
        left: 20px;
    }

    .logo-holder {
        right: 10px;
    }

    .scroll-page-nav {
        width: 30px;
    }

    .column-filter {
        top: 74px;
        right: 14px;
    }

    .count-folio,
    .full-height-wrap:before,
    .full-height-wrap:after,
    .left-decor,
    .right-decor,
    .fixed-wrap:before,
    .fixed-wrap:after,
    .policy-box,
    .portfolio_item .port-desc-holder {
        display: none;
    }

    .custom-inner {
        padding: 100px 0 70px 0;
    }

        .custom-inner.error-page h2 {
            font-size: 90px;
            margin-top: 0;
        }

    .header-inner {
        float: right;
        width: 100%;
        padding: 0 10px;
        padding-top: 10px;
        position: relative;
    }

    .gallery-item {
        width: 50%;
    }

    .port-subtitle {
        padding-bottom: 40px;
    }

        .port-subtitle h3 {
            font-size: 18px;
        }

    .p_horizontal_wrap {
        height: 100% !important;
    }

    .swiper-nav-holder.hs {
        display: none;
    }
}

@media only screen and (max-width: 540px) {
    .page-title h2 {
        font-size: 20px;
    }

    .team-holder li {
        float: right;
        width: 100%;
        padding: 20px 0;
    }

    .gallery-item {
        width: 100% !important;
    }

    .grid-small-pad .grid-item-holder,
    .grid-big-pad .grid-item-holder {
        padding: 20px 0 0 !important;
    }

    .grid-small-pad .gallery-item:first-child .grid-item-holder,
    .grid-big-pad .gallery-item:first-child .grid-item-holder {
        padding: 0 !important;
    }

    .grid-small-pad .gallery-item .grid-item {
        width: 100%;
        right: 0;
    }

    .servicses-holder li,
    .inline-facts {
        width: 100%;
    }

    .gallery-item {
        width: 100%;
    }

    .zoomimage {
        top: 35px;
        left: 35px;
    }

    .testi-item p {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 14px;
    }

    .custom-inner.aboutme-inner {
        padding-top: 50px;
    }

    .port-desc-holder .grid-item h3 {
        font-size: 22px;
    }

    .port-desc-holder .grid-item span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .hero-text-holder .item {
        font-size: 30px;
    }

    .subtitle {
        font-size: 15px;
    }

    .show-info {
        bottom: 27px;
        right: 33px;
    }

    .swiper-carousel .show-info {
        bottom: 35px;
        right: 37px;
    }

    .portfolio-top .show-info {
        bottom: 50px;
        right: 37px;
    }

    .tooltip-info {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
    }
}

.scroll-to-fixed-fixed {
    bottom: 50px;
    overflow: auto;
    margin-left: -4% !important;
    padding-left: 4%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@media only screen and (min-width: 1735px) {
    .scroll-to-fixed-fixed {
        margin-left: calc(-50vw + 799px) !important;
        padding-left: calc(50vw - 799px);
    }
}

@media only screen and (min-width: 2000px) {
    .sections-bg {
        width: 56%;
    }
}

@media only screen and (min-width: 2400px) {
    .sections-bg {
        width: 55%;
    }
}

@media only screen and (min-width: 2800px) {
    .sections-bg {
        width: 54%;
    }
}
