body {
    background: #fff;
    line-height: 1.8;
    font-size: 12px;
    color: #787878;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

footer {
    direction: ltr !important;
}

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

iframe {
    border: 0;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.navbar-toggle .icon-bar {
    display: block;
    border-radius: 0;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

.navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}


.projectOptions {
    background: #ffffff !important;
    border: 0;
    width: 85%;
    display: block;
    margin: auto;
    height: 45px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 14px;
    color: #5f5f5f;
    border-radius: 2px;
    padding-right: 8px;
    padding-left: 8px;
    outline: none;
    direction: rtl;
    margin-top: 7px;
}

@media(max-width:992px) {
    .projectOptions {
        background: #ffffff !important;
        border: 0;
        width: 85%;
        display: block;
        margin: auto;
        height: 45px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
        color: #5f5f5f;
        border-radius: 2px;
        padding-right: 8px;
        padding-left: 8px;
        outline: none;
        direction: rtl;
        margin-top: 7px;
    }
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 991px) {
    .my-col-sm-offset-1 {
        margin-right: 3.333333%
    }
}



.sidebar {
    position: fixed;
    width: 230px;
    background-color: #010001;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px 0px 0px 0px;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .sidebar a {
        color: rgba(255, 255, 255, .7);
    }

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

    .sidebar .copyright {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 15px 30px;
        font-size: 11px;
    }

    .sidebar .social-icons a {
        font-size: 23px;
        margin-right: 22px;
    }

.wrapper {
    position: relative;
    margin-left: 230px;
    background-color: #e8e8e8
}

@media (max-width:991px) {
    .sidebar {
        position: fixed;
        z-index: 99999;
        height: auto;
        width: 100%;
        padding: 0;
    }

        .sidebar:after {
            content: normal;
        }

        .sidebar .copyright {
            display: none;
        }

    .wrapper {
        margin-left: 0; /*padding-top:70px;*/
    }

    .margin-top-70 {
        margin-top: 70px;
    }
}

.container-custom {
    max-width: 1170px;
    margin: 0 auto;
}

a {
    color: #111;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
        color: #d0a933;
    }

p a {
    color: #d0a933;
}

    p a:hover {
        text-decoration: underline
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    color: #111;
    margin: 0 0 10px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 22px;
    font-weight: bold
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p, ul, ol {
    margin: 0 0 30px;
    line-height: 20px;
}

pre {
    border: 0;
    line-height: 1.9;
    font-size: 12px;
    padding: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

blockquote {
    border: 0;
    font-family: Georgia, sans-serif;
    text-align: center;
    font-style: italic;
    font-size: 18px;
    color: #111;
    padding: 0;
    margin: 0;
}

    blockquote:before {
        display: block;
        content: "\f10d";
        margin: 0 0 30px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 24px;
        color: #BBB;
        -webkit-font-smoothing: antialiased;
        text-rendering: auto;
        opacity: 0.3;
    }

    blockquote cite {
        display: block;
        font-size: 17px;
        color: #BBB;
        margin: 30px 0;
    }

.lead {
    line-height: 1.8;
    font-size: 18px;
}

.font-alt {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.font-serif {
    font-family: Georgia, sans-serif;
    font-style: italic;
}

.text-light {
    color: #fff !important;
}

    .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
        color: #fff !important;
    }

    .text-light a {
        color: rgba(255, 255, 255, 0.7);
    }

        .text-light a:hover {
            color: #fff;
        }

.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-loader-home {
    background: #010001;
    background-size: 6% !important;
}

.loader {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    background-color: transparent; /*border:5px solid #ECEFF1;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

    .loader:after {
        position: absolute; /*content:"";*/
        top: 0px;
        left: 0px;
        width: 40px;
        height: 40px;
        padding: 2px;
        border-width: 2px;
        border-style: solid;
        border-color: #111 transparent transparent transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        animation: ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
        -webkit-animation: ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
    }

@keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes ringrotate {
    0% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

.form-control {
    direction: rtl;
    background: #f5f5f5;
    border: 0;
    height: 40px;
    padding: 13px 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    color: #111;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #CACACA;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

.comments-form .control-label {
    font-weight: 400;
    font-size: 12px;
    color: #BBB;
}

@media (min-width:768px) {
    .comments-form .control-label {
        padding-top: 12px;
    }
}

.btn {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 11px;
    padding: 9px 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: 0;
    }

.btn-dark, .btn-dark:focus {
    background: rgba(17, 17, 17, 1);
    color: #fff;
}

    .btn-dark:hover {
        background: rgba(17, 17, 17, 0.8);
        color: #fff;
    }

.btn.btn-round {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.btn.btn-circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.btn.btn-lg {
    letter-spacing: 3px;
    font-size: 12px;
    padding: 12px 45px;
}

.btn.btn-sm {
    letter-spacing: 1px;
    font-size: 10px;
    padding: 6px 25px;
}

.btn.btn-xs {
    letter-spacing: 1px;
    font-size: 9px;
    padding: 4px 19px;
}

.progress {
    overflow: visible;
    height: 4px;
}

.progress-bar {
    position: relative;
    background: #111;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.progress-title {
    font-size: 12px;
    margin: 0 0 12px;
}

.progress-bar > span {
    position: absolute;
    background: #111;
    padding: 2px 10px;
    top: -12px;
    right: 0;
    font-size: 11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.progress-bar.progress-bar-success {
    background-color: #5cb85c;
}

    .progress-bar.progress-bar-success > span {
        background-color: #5cb85c;
    }

.progress-bar.progress-bar-info {
    background-color: #5bc0de;
}

    .progress-bar.progress-bar-info > span {
        background-color: #5bc0de;
    }

.progress-bar.progress-bar-warning {
    background-color: #f0ad4e;
}

    .progress-bar.progress-bar-warning > span {
        background-color: #f0ad4e;
    }

.progress-bar.progress-bar-danger {
    background-color: #d9534f;
}

    .progress-bar.progress-bar-danger > span {
        background-color: #d9534f;
    }

.counter {
    text-align: center;
}

.counter-icon {
    line-height: 1;
    font-size: 42px;
}

.counter-title {
    font-weight: 700;
    font-size: 28px;
    margin: 40px 0 20px;
}

.counter-content p {
    font-size: 14px;
    margin: 0;
}

.client-item {
    opacity: 0.7;
    -webkit-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
}

    .client-item:hover {
        opacity: 1;
    }

.iconbox {
    text-align: center;
    margin: 40px 0;
}

.iconbox-icon {
    font-size: 48px;
    color: #111;
    margin: 0 0 20px;
}

.iconbox-title {
    font-size: 13px;
    margin: 0 0 20px;
}

.iconbox-left {
    position: relative;
    padding-left: 70px;
    text-align: left;
    margin: 40px 0;
}

    .iconbox-left .iconbox-icon {
        position: absolute;
        height: 40px;
        width: 40px;
        left: 0;
        top: 0;
        text-align: center;
        line-height: 40px;
        font-size: 28px;
    }

.team-item {
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .team-item.js-fade {
        opacity: 0.5;
    }

.team-inner {
    padding: 15px 0 0;
}

.team-name {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: bold;
}

.team-role {
    font-size: 14px;
    color: #999;
}

.moreProjectsTitle {
    margin-top: 30px;
    text-align: center;
}

.testimonial cite {
    color: #BBB;
    font-size: 13px;
    font-style: normal;
    letter-spacing: 4px;
    margin: 0 auto;
    text-transform: uppercase;
    display: block;
}

    .testimonial cite img {
        border-radius: 100%;
        display: block;
        height: 65px;
        margin: 40px auto 20px;
        width: auto;
    }

.owl-theme .owl-controls {
    margin-top: 40px;
    text-align: center;
}

    .owl-theme .owl-controls .owl-buttons div {
        background: #fff;
    }

.pagination > li > a, .pagination > li > span {
    background: #f5f5f5;
    border: 0;
    color: #111;
    padding: 9px 14px;
    margin: 0 5px 0 0;
}

.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
}

    .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #111;
        color: #fff;
    }

.tags a {
    position: relative;
    background: #f5f5f5;
    display: inline-block;
    padding: 6px 20px 5px 10px;
    margin: 0px 15px 10px 0;
    font-size: 11px;
    -webkit-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

    .tags a:before {
        border-top: 13px solid rgba(0, 0, 0, 0);
        border-left: 9px solid #f5f5f5;
        border-bottom: 13px solid rgba(0, 0, 0, 0);
        position: absolute;
        content: "";
        right: -9px;
        top: 2px;
        height: 0;
        width: 0;
        -webkit-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
        -moz-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
        -o-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
        transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
    }

    .tags a:after {
        background: #fff;
        position: absolute;
        display: block;
        content: "";
        right: 4px;
        top: 12px;
        height: 4px;
        width: 4px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

    .tags a:hover {
        background: #eee;
    }

        .tags a:hover:before {
            border-left-color: #eee;
        }

.nav-tabs {
    border-color: #eee;
}

    .nav-tabs > li > a {
        font-weight: 400;
        font-size: 13px;
        color: #111;
        -webkit-border-radius: 2px 2px 0 0;
        -moz-border-radius: 2px 2px 0 0;
        -o-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-color: #eee;
        border-bottom: 1px solid transparent;
        color: #111;
    }

.tab-content {
    padding: 15px 0;
}

.panel-title, .panel-title a {
    font-weight: 400;
    font-size: 13px;
    color: #111;
}

.panel-group {
    border: 1px solid #eee;
    border-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    .panel-group .panel {
        border-radius: 0;
    }

.panel {
    border: 0;
    border-bottom: 1px solid #eee;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-color: #eee;
}

.panel-heading {
    padding: 15px 20px;
}

.panel-default > .panel-heading {
    background: transparent;
    border-color: #eee;
}

.panel-heading a {
    position: relative;
    display: block;
}

    .panel-heading a:after {
        position: absolute;
        content: "\f068";
        top: 50%;
        right: 0px;
        margin-top: -5px;
        font-family: "FontAwesome";
        font-size: 11px;
        line-height: 1;
    }

    .panel-heading a.collapsed:after {
        content: "\f067";
    }

.panel-title {
    font-size: 12px;
}

.panel-group .panel + .panel {
    border-top: 0;
    margin-top: 0;
}

.panel-arrow .panel-heading a:after {
    content: "\f106";
}

.panel-arrow .panel-heading a.collapsed:after {
    content: "\f107";
}

.gallery {
    margin-left: -10%;
    margin-right: -10%;
    margin-bottom: 30px;
}

.gallery-item {
    margin: 0 0 15px;
}

.gallery .gallery-caption {
    background-color: rgba(255, 255, 255, .96);
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin-right: 30px;
    padding: 8px 12px;
    text-align: left;
    font-size: 11px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    opacity: 0;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.slider {
    margin-bottom: 30px;
}

    .slider.owl-theme .owl-controls {
        margin: 0;
    }

    .slider .owl-buttons {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

    .slider .owl-controls .owl-buttons .owl-prev, .slider .owl-controls .owl-buttons .owl-next {
        -webkit-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
        -moz-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
        -o-transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
        transition: all 0.125s cubic-bezier(0.3, 0.1, 0.58, 1);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        padding: 6px 15px;
        margin: 0;
        filter: Alpha(Opacity=100);
        opacity: 1;
        color: #111;
    }

        .slider .owl-controls .owl-buttons .owl-prev:hover, .slider .owl-controls .owl-buttons .owl-next:hover {
            background: #f5f5f5;
        }

    .slider .owl-controls .owl-buttons .owl-prev {
        border-right: 1px solid #eee;
        padding-right: 16px;
    }

.owl-wrapper-outer {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.slides-container .hero-caption {
    padding-right: 250px;
}

@media (max-width:991px) {
    .slides-container .hero-caption {
        padding-right: 0;
    }
}

.navbar-custom {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

    .navbar-custom .navbar-brand {
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        float: left;
        height: 70px;
        padding-top: 0;
        padding-bottom: 0;
        letter-spacing: 5px;
        font-weight: 400;
        font-size: 23px;
        color: #fff;
    }

#custom-collapse > ul > li > a {
    font-size: 16px;
    padding-left: 35px;
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
}

.navbar-custom li > a, .navbar-custom .dropdown-menu li > a {
    text-transform: none;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: white;
}

.navbar-custom .nav > li > a:hover, .navbar-custom .nav > li > a:focus, .navbar-custom .nav .open > a, .navbar-custom .nav .open > a:hover, .navbar-custom .nav .open > a:focus, .navbar-custom .dropdown-menu > li > a:hover, .navbar-custom .dropdown-menu > li > a:focus {
    background-image: url('../../../img/bg-ectiv-menu.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: #111111;
    font-weight: bold;
}

.navbar-custom .dropdown-menu {
    background: rgba(26, 26, 26, .9);
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: right !important;
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #fff;
    width: 35px;
    height: 2px;
}

.navbar-custom .navbar-toggle {
    padding: 0;
    margin: 27px 15px 0 0;
}

.navbar-custom .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-custom .navbar-collapse {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

@media (min-width:992px) {
    .navbar-custom .navbar-header {
        float: none;
        margin: 0 0 160px;
    }

    .navbar-custom .navbar-nav {
        float: none;
    }

        .navbar-custom .navbar-nav li {
            float: none;
            position: relative;
        }

            .navbar-custom .navbar-nav li:not(:last-child):after {
                bottom: -1px;
                right: 22px;
                width: 80%;
                height: 1px;
                content: ' ';
                background: #303030;
                position: absolute;
            }

    .navbar-custom li > a, .navbar-custom .dropdown-menu li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar-custom .nav > li > a:hover, .navbar-custom .nav > li > a:focus, .navbar-custom .nav .open > a, .navbar-custom .nav .open > a:hover, .navbar-custom .nav .open > a:focus, .navbar-custom .dropdown-menu > li > a:hover, .navbar-custom .dropdown-menu > li > a:focus {
        background-image: url('../../../img/bg-ectiv-menu.png') !important;
        background-size: cover;
        background-repeat: no-repeat;
        color: #111111;
        font-weight: bold;
    }

    .navbar-custom li.dropdown > a:after {
        display: none !important;
        position: absolute;
        display: block;
        left: 35px;
        top: 50%;
        margin-top: -6px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 10px;
        content: "\f107";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .navbar-custom .dropdown-menu {
        top: 4px;
        right: 100%;
        min-width: 200px;
    }

    .navbar-custom .navbar-collapse {
        display: block;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width:991px) {
    .navbar-custom li > a {
        -webkit-box-shadow: inset 0 1px 0 rgba(241, 201, 66, 0.23);
        -moz-box-shadow: inset 0 1px 0 rgba(241, 201, 66, 0.23);
        -o-box-shadow: inset 0 1px 0 rgba(241, 201, 66, 0.23);
        box-shadow: inset 0 1px 0 rgba(241, 201, 66, 0.23);
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > li > a, .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav > li > .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.module-hero { /*position:relative;*/
    overflow: hidden; /*background-attachment:fixed;*/
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
}

.hero-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.hero-subtitle {
    font-size: 16px;
    margin: 0 0 40px;
}

.module-hero h1, .module-hero h2, .module-hero h3, .module-hero h4, .module-hero h5, .module-hero h6 {
    line-height: 1.4;
    margin: 0 0 20px;
}

.module-hero h1 { /*letter-spacing:20px;*/
    font-weight: 300;
    font-size: 34px;
}

.module-hero h2 {
    letter-spacing: 6px;
    font-weight: 300;
    font-size: 26px;
}

.module-hero h3 {
    letter-spacing: 9px;
    font-size: 28px;
}

.module-hero h4 {
    letter-spacing: 10px;
    font-size: 18px;
}

.module-hero h5 {
    letter-spacing: 8px;
    font-size: 14px;
}

.module-hero h6 {
    letter-spacing: 6px;
    font-size: 12px;
}

@media (max-width:767px) {
    .module-hero h1 {
        font-size: 38px;
    }

    .module-hero h2 {
        font-size: 30px;
    }

    .module-hero h3 {
        letter-spacing: 12px;
        font-size: 22px;
    }
}

@media (max-width:667px) {
    .module-hero h1 {
        letter-spacing: 10px;
        font-size: 30px;
    }

    .module-hero h2 {
        letter-spacing: 8px;
        font-size: 22px;
    }

    .module-hero h3 {
        letter-spacing: 6px;
        font-size: 18px;
    }

    .module-hero h4 {
        letter-spacing: 4px;
        font-size: 16px;
    }

    .module-hero h5 {
        letter-spacing: 2px;
        font-size: 14px;
    }

    .module-hero h6 {
        letter-spacing: 2px;
        font-size: 12px;
    }
}

.module, .module-sm, .module-xs {
    background-color: #e8e8e8;
    background-attachment: fixed;
    padding: 50px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.module-project {
    padding: 30px 0 0 0;
}

.module.bg-slider {
    margin-top: 75px;
}

.module.nambers {
    padding: 110px 0
}

.module-mor-article {
    padding: 0 0 50px 0
}

.module-xs {
    padding: 35px 0;
}

.module-title {
    letter-spacing: 4px;
    text-align: center;
    line-height: 1.4;
    font-weight: 300;
    font-size: 26px;
}

.module-subtitle {
    font-family: Georgia, serif;
    text-align: center;
    font-style: italic;
    line-height: 1.8;
    font-weight: 400;
    font-size: 14px;
    color: #636363;
}

.module-title, .module-subtitle {
    margin: 0 0 35px;
}

    .module-title + .module-subtitle {
        margin-top: -70px;
    }

.bg-gray {
    background-color: #e8e8e8
}

.bg-film:before, .bg-dark-30:before, .bg-dark-60:before, .bg-dark-90:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}
/*.bg-dark-30:before{background:rgba(34, 34, 34, 0.52);content:"";left:0;top:0;}*/
.bg-dark-60:before {
    background: rgba(34, 34, 34, 0.6);
    content: "";
    left: 0;
    top: 0;
}

.bg-dark-90:before {
    background: rgba(34, 34, 34, 0.9);
    content: "";
    left: 0;
    top: 0;
}

.bg-film:before {
    background-image: url(../images/dot.gif);
    opacity: 0.15;
    content: "";
    left: 0;
    top: 0;
}

.bg-film, .bg-dark-30, .bg-dark-60, .bg-dark-90 {
    color: #fff;
}

    .bg-film h1, .bg-film h2, .bg-film h3, .bg-film h4, .bg-film h5, .bg-film h6, .bg-film .module-subtitle, .bg-dark-30 h1, .bg-dark-30 h2, .bg-dark-30 h3, .bg-dark-30 h4, .bg-dark-30 h5, .bg-dark-30 h6, .bg-dark-30 .module-subtitle, .bg-dark-60 h1, .bg-dark-60 h2, .bg-dark-60 h3, .bg-dark-60 h4, .bg-dark-60 h5, .bg-dark-60 h6, .bg-dark-60 .module-subtitle, .bg-dark-90 h1, .bg-dark-90 h2, .bg-dark-90 h3, .bg-dark-90 h4, .bg-dark-90 h5, .bg-dark-90 h6, .bg-dark-90 .module-subtitle {
        color: white;
        text-shadow: 0px 0px 1px #464343;
    }

.module-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
}

#map1 {
    height: 100% !important;
    width: 100%;
}

#map2 {
    height: 100% !important;
    width: 100%;
}

.divider {
    border-color: #f5f5f5;
    margin: 0;
}

@media (max-width:1199px) {
    .module, .module-sm, .module-xs, .footer {
    }
}

.post { /*margin-bottom:60px;*/
}

.post-header {
    margin: 40px 0 30px;
}

.post-content {
    padding-bottom: 20px;
}

.post-title, .post-title a {
    font-weight: 700;
    font-size: 16px;
    color: #111;
    margin: 0 0 10px;
}

.post h1:first-child, .post h2:first-child, .post h3:first-child, .post h4:first-child, .post h5:first-child, .post h6:first-child {
    margin-top: 0px;
}

.post h1 {
    font-size: 30px;
    font-weight: bold;
}

    .post h1:before {
        top: -5px;
        left: 15px;
        width: 50px;
        height: 1.5px;
        content: ' ';
        background: #c8a330;
        position: absolute;
    }

.post h2 {
    font-size: 20px;
}

    .post h2:before {
        top: -5px;
        left: 15px;
        width: 50px;
        height: 1.5px;
        content: ' ';
        background: #c8a330;
        position: absolute;
    }

.post p > img, .post-thumbnail img {
    width: 120%;
    max-width: none;
    margin-left: -10%;
    margin-right: -10%;
    height: auto !important;
}

.post .slider img {
    margin-left: 0;
    margin-right: 0;
}

.post .slider.owl-carousel {
    width: 100%
}

.post .fluid-width-video-wrapper { /*width:120%;margin-left:-10%;margin-right:-10%;*/
}

.post .gallery {
    margin-left: -10%;
    margin-right: -10%;
}

.post pre {
    margin: 40px -10% 40px;
}

.post blockquote {
    margin: 60px -10%;
}

@media (max-width:991px) {
    .post p > img, .post-thumbnail img, .post .slider.owl-carousel, .post .fluid-width-video-wrapper {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .post pre, .post .gallery, .post blockquote {
        margin-left: 0;
        margin-right: 0;
    }
}

.post-navigation {
    display: block;
    background-color: rgba(34, 34, 34, 0.5);
    text-align: center;
    padding: 140px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .post-navigation:hover {
        background-color: rgba(34, 34, 34, 0.7);
    }

.post-navigation {
    color: #fff;
}

    .post-navigation h1, .post-navigation h2, .post-navigation h3, .post-navigation h4, .post-navigation h5, .post-navigation h6 {
        color: #fff !important;
    }

.post-nav-title {
    letter-spacing: 6px;
    font-size: 32px;
    margin-bottom: 0;
}

.post-nav-subtitle {
    font-size: 13px;
}

.comment-avatar {
    float: left;
    max-width: 50px;
}

    .comment-avatar img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

.comment-content {
    margin: 0 0 40px 70px;
    padding: 0 0 25px;
}

.comment-author {
    font-size: 11px;
    margin: 0 0 20px;
}

    .comment-author a {
        color: #111;
    }

.comment-meta {
    font-size: 10px;
}

.post-author {
    margin: 80px 0 0;
}

.comment-title, .comment-form-title, .post-author-title {
    font-size: 15px;
    margin: 0 0 20px;
}

.comments + .comment-form {
    margin: 70px 0 0;
}

@media (min-width:768px) {
    .comment .comment {
        margin-left: 50px;
    }
}

.top-FilterInProjects h1 {
    width: 55%;
    float: left;
}

.filters {
    text-align: center;
    list-style: none;
    padding: 0;
    width: 45%;
    float: right;
    line-height: 25px;
}

    .filters li {
        display: inline-block;
        margin: 10px 0 0 0;
        position: relative;
    }

        .filters li > a {
            border: 2px solid transparent;
            font-size: 18px;
            color: #111;
            padding: 5px 7px;
            font-weight: bold;
        }

@media(max-width:450px) {
    .filters li > a {
        font-size: 15px;
    }
}

.filters li > a.current {
    color: #dab337;
    font-weight: bold;
}

.filters li > a:hover {
    color: #dab337;
    font-weight: bold;
}

.filters li:not(:last-child):before {
    top: 4px;
    right: -3px;
    width: 1px;
    height: 20px;
    content: ' ';
    background: #a4a3a3;
    position: absolute;
}

.works-grid-wrapper { /*margin-left:-8px;margin-right:-8px;*/
    padding: 8px 0;
}

.work-item {
    position: relative;
    overflow: hidden;
    width: 33.3333%;
}

.work-grid-3 .work-item {
    width: 33.3333%;
}

@media(min-width:767px) {
    .my-work-grid-3 .work-item {
        width: 33.3333%;
    }
}

.projects .work-item {
    border: 2px solid rgba(255, 255, 255, .96);
}

.work-wrapper {
    position: relative;
}

.work-item .work-thumbnail:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item:hover .work-thumbnail:after { /*background:rgba(255, 255, 255, 0.8);*/
}

.work-item img {
    height: auto;
    width: 100%;
}





@media(min-width:1465px) {
    .work-caption {
        position: absolute;
        bottom: -64px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-item:hover .work-caption {
        bottom: 0;
        opacity: 1;
    }
}

@media(max-width:1465px) {
    .work-caption {
        position: absolute;
        bottom: -64px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-item:hover .work-caption {
        bottom: 0;
        opacity: 1;
    }
}

@media(max-width:1320px) {
    .work-caption {
        position: absolute;
        bottom: -79px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-item:hover .work-caption {
        bottom: 0;
        opacity: 1;
    }
}



@media(max-width:767px) {
    .work-caption {
        position: absolute;
        bottom: -63px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-item:hover .work-caption {
        bottom: 0;
        opacity: 1;
    }
}


@media(max-width:365px) {
    .work-caption {
        position: absolute;
        bottom: -40px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-item:hover .work-caption {
        bottom: 0;
        opacity: 1;
    }
}


.work-caption .work-title {
    /*font-size: 20px;*/
    font-size: 140%;
    color: white;
    margin: 0;
    padding: 10px 0 5px 0;
}

.work-caption .work-category {
    color: white;
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 16px;
}

.work-caption .to-Projects {
    color: white;
    background-color: #c8a330;
    padding: 2px 7px;
    font-size: 14px;
}

    .work-caption .to-Projects label {
        margin-bottom: 10px;
    }

/*.work-title{  direction: rtl;font-size:14px;margin:20px 0 15px 0;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px);-webkit-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;-moz-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;-o-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;}*/
/*.work-item:hover .work-title{-webkit-transition-delay:.2s;-moz-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s;}*/
/*.work-category{font-weight:400;font-size:12px;opacity:0;margin:0;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;-moz-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;-o-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;}*/
/*.work-category a{color:#999;}*/
/*.work-item:hover .work-category{-webkit-transition-delay:.3s;-moz-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s;}*/
.work-item:hover .work-title, .work-item:hover .work-category {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.work-link {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 3;
}

@media (max-width:1200px) {
    .work-item {
        width: 50%;
    }
}

@media (max-width:767px) {
    .work-item, .works-grid-3 .work-item {
        width: 100%;
    }
}

.mor-articles .work-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    z-index: 1;
    opacity: 1;
    background-color: rgba(5, 4, 5, 0.58);
    /*background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(1%,rgba(0,0,0,0)),color-stop(50%,rgba(0,0,0,.91)),color-stop(100%,rgba(0,0,0,.91)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.91) 50%,rgba(0,0,0,.91) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.91) 50%,rgba(0,0,0,.91) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.91) 50%,rgba(0,0,0,.91) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.91) 50%,rgba(0,0,0,.91) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#e8000000',GradientType=0);*/


    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

    .mor-articles .work-caption .work-title {
        padding: 5px 0 0 0;
    }

    .mor-articles .work-caption .work-category {
        line-height: 12px;
        margin-top: 1px;
        margin-bottom: 5px;
    }

.portfolio-post blockquote {
    text-align: left;
    font-size: 22px;
    margin: 0 0 30px;
}

    .portfolio-post blockquote:before {
        content: none;
    }

.footer {
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFFFFF;
}

.contact-info {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

    .contact-info li {
        display: inline-block;
        margin: 5px 15px;
    }

.to-top-link {
    position: fixed;
    bottom: 45px;
    right: 4%;
    width: 40px;
    height: 40px;
    background-color: #000;
    opacity: .6;
    text-align: center;
    line-height: 40px;
    margin-left: -20px;
    border-radius: 3px;
    z-index: 99;
}

@media(min-width:991px) {
    .to-top-link {
        margin-left: 210px;
    }
}

.to-top-link i {
    font-size: 18.5px;
    line-height: 40px;
    color: white;
}

.to-top-link:hover {
    background: #111;
    color: #fff;
}

.multi-columns-row .first-in-row {
    clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: left;
}

.multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: left;
}

.multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: left;
}

.multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: left;
}

.multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: left;
}

@media (min-width:768px) {
    .multi-columns-row .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width:992px) {
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width:1200px) {
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }
}

.container-fluid {
    padding: 0;
}

@media(min-width:450px) {
    .img-name {
        font-size: 42px;
        margin-bottom: 0;
        text-align: center;
        position: absolute;
        top: 180px;
        right: 0;
        padding: 10px 35% 13px 60px;
        background-color: rgba(17, 17, 17, 0.70);
        line-height: 45px;
        z-index: 9;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: shake;
        animation-name: shake;
    }
}

@media(max-width:450px) {
    .img-name {
        font-size: 25px !important;
        margin-bottom: 0;
        text-align: center;
        position: absolute;
        top: 130px;
        right: 0;
        padding: 4px 8% 9px 40px;
        background-color: rgba(17, 17, 17, 0.70);
        line-height: 45px;
        z-index: 9;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: shake;
        animation-name: shake;
        letter-spacing: 0 !important
    }

    .footer p {
        font-size: 11px !important;
    }
}

@media(max-width:450px) {
    .img-name-home {
        font-size: 20px !important;
        margin-bottom: 0;
        text-align: center;
        position: absolute;
        top: 130px;
        right: 0;
        padding: 2px 25px 5px 7%;
        background-color: rgba(17, 17, 17, 0.70);
        line-height: 45px;
        z-index: 9;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: shake;
        animation-name: shake;
        letter-spacing: 0 !important
    }
}

.btn-u {
    direction: ltr;
}

#custom-collapse > ul > li.dropdown.active > ul > li.active > a {
    color: #111;
    background-image: url('/img/bg-ectiv-menu.png');
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: bold;
}

#custom-collapse > ul > li.dropdown > ul > li > a {
    padding-left: 55px;
    text-align: left;
}

.module.nambers:before {
    background: rgba(34, 34, 34, 0.31);
    content: "";
    left: 0;
    top: 0;
}

.module.nambers .counter {
}

    .module.nambers .counter .counter-header h4 {
        font-size: 40px;
    }

    .module.nambers .counter .counter-header p {
        font-size: 40px;
    }

    .module.nambers .counter .kav {
        height: 1px;
        width: 85px;
        background-color: #c39e2e;
        display: block;
        bottom: 32px;
        right: 88px;
        margin: auto;
    }

    .module.nambers .counter .counter-content h6 {
        font-size: 22px;
        margin-top: 10px;
    }



@media (min-width: 768px) {
    .img-home-Management {
        width: 19%;
        float: left;
        min-height: 250px;
        padding: 5px 5px 0 5px;
    }
}

.img-home-Management {
    background-color: white;
    margin-left: 5px;
    margin-bottom: 5px;
}

.bg-Management {
    background-color: #E4E4E6;
}

.a-top-border {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
}

    .a-top-border .kav {
        height: 1px;
        width: 50px;
        background-color: #c39e2e;
        display: block;
        position: absolute;
        top: 8px;
        left: 0px;
    }

    .a-top-border a {
        font-size: 23px;
        font-weight: bold;
    }

        .a-top-border a span {
            color: #d0a933;
            font-size: 28px;
            font-weight: normal;
        }

.h1-top-border {
    position: relative;
    margin-bottom: 20px;
}

    .h1-top-border .kav {
        height: 1px;
        width: 50px;
        background-color: #c39e2e;
        display: block;
        position: absolute;
        top: -6px;
        left: 0px;
    }

    .h1-top-border h1 {
        font-size: 23px;
        font-weight: bold;
        text-align: left;
    }

.h2-top-border {
    position: relative;
    margin-bottom: 30px;
}

    .h2-top-border .kav {
        height: 1px;
        width: 50px;
        background-color: #c39e2e;
        display: block;
        position: absolute;
        top: -6px;
        left: 0px;
    }

    .h2-top-border h2 {
        font-size: 23px;
        font-weight: bold;
        text-align: left;
    }

    .h2-top-border.pnimi h2 {
        font-size: 20px;
    }

.bg-slider {
    background-size: cover;
    background-attachment: inherit;
}

    .bg-slider h2 {
        color: white;
        margin-bottom: 30px;
    }

@media(max-width:767px) {
    .bg-slider .my-btn-prev {
        display: none;
    }

    .bg-slider .my-btn-next {
        display: none;
    }
}

.bg-slider .my-btn-prev {
    color: #ffffff;
    padding: 0 5px;
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: -40px;
    width: 4%;
    height: 200px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
}

.bg-slider .my-btn-next {
    color: #ffffff;
    padding: 0 5px;
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: -40px;
    width: 4%;
    height: 200px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
}

.bg-slider .owl-btn i {
    margin-top: 70px;
}

.owl-carousel.owl-loaded {
    display: block;
    direction: rtl;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

    .owl-carousel.owl-rtl .owl-item .item {
        height: 250px;
    }

        .owl-carousel.owl-rtl .owl-item .item a {
            position: relative;
            margin: 10px;
            height: 250px;
            display: block;
            background-color: rgba(214, 211, 214, 0.29);
        }

            .owl-carousel.owl-rtl .owl-item .item a .img {
                width: 100%;
                height: 70px;
                background-color: white;
            }

                .owl-carousel.owl-rtl .owl-item .item a .img img {
                    display: block;
                    margin: auto;
                    max-height: 100%;
                }

            .owl-carousel.owl-rtl .owl-item .item a p {
                color: white;
                margin: 0;
                padding: 11px;
                font-size: 14px;
                line-height: 17px;
            }

            .owl-carousel.owl-rtl .owl-item .item a span {
                color: white;
                font-size: 12px;
                position: absolute;
                right: 15px;
                bottom: 13px;
                direction: ltr;
            }

.urban-renewal h2 {
    margin-bottom: 30px;
}

.urban-renewal p {
    font-size: 16px;
    line-height: 19px;
}

.update-buyers span {
    display: block;
    margin-bottom: 15px;
    color: #a2a2a2;
}

.update-buyers input[type=password] {
    border: none;
    background: #e0e0e0 !important;
    float: left;
    padding-left: 10px;
}

.update-buyers .big-btn-users {
    position: relative;
    /*display: inline-block;*/
    cursor: pointer;
    width: 138px;
    float: left;
    margin-left: 10px;
}

@media(max-width:335px) {
    .update-buyers .big-btn-users {
        margin-left: 0;
        margin-top: 10px;
    }
}

.update-buyers .big-btn-users img {
    position: absolute;
    left: 8% !important;
    top: 6px;
    width: 21px;
}

.update-buyers input[type=submit] {
    background-color: #b6932b;
    color: white;
    border: none;
    position: relative;
}

.update-buyers .alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-top: 30px;
    font-size: 15px;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
}

.top-tat-header {
    padding-bottom: 9px;
    margin-top: -78px;
}

    .top-tat-header .top-menu {
        background-color: rgba(17, 17, 17, 0.82);
        padding-top: 10px;
    }

    .top-tat-header h1 {
        font-size: 24px;
        margin-bottom: 15px;
        letter-spacing: 0;
        color: white;
    }

        .top-tat-header h1:before {
            top: 0;
            left: 15px;
            width: 50px;
            height: 1.5px;
            content: ' ';
            background: #c8a330;
            position: absolute;
        }

    .top-tat-header .project-nav {
        margin: 2px 0 0 0;
        clear: both;
        white-space: nowrap;
        float: left;
        padding: 0;
    }

        .top-tat-header .project-nav li {
            display: inline-block;
        }

            .top-tat-header .project-nav li:not(:first-child) {
                margin-right: -4px;
            }

            .top-tat-header .project-nav li a {
                padding: 3px 18px;
                color: #dddcdc;
                display: inline-block;
                position: relative;
                cursor: pointer;
                font-size: 14px;
            }

@media(max-width:1155px) {
    .top-tat-header .project-nav li a {
        padding: 3px 8px;
    }

    .top-tat-header .social-icons-project li {
        padding: 0 1px !important;
    }
}

@media(max-width:767px) {

    .top-tat-header .project-nav li a {
        padding: 3px 18px;
    }

    .top-tat-header .social-icons-project li {
        padding: 0 3px;
    }
}

.top-tat-header .project-nav li:hover {
    background: #c8a330 !important;
}

    .top-tat-header .project-nav li:hover a {
        color: black;
        font-weight: bold;
    }

.top-tat-header .project-nav li a.current {
    background: #c8a330 !important;
    color: black;
    font-weight: bold;
}

    .top-tat-header .project-nav li a.current:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        border-top: 8px solid #ccc;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        margin-left: -8px;
    }

    .top-tat-header .project-nav li a.current:after {
        border-top-color: #c8a330;
    }



.top-tat-header .social-icons-project {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

    .top-tat-header .social-icons-project li {
        padding: 0 3px;
        display: inline-block;
    }

        .top-tat-header .social-icons-project li a {
            color: #bbb;
            font-size: 13px;
        }

            .top-tat-header .social-icons-project li a i {
                color: #fff;
                width: 25px;
                height: 25px;
                padding: 6px;
                font-size: 12px;
                text-align: center;
                line-height: normal;
                display: inline-block;
                border: 1px solid #fff;
                border-radius: 50% !important;
            }

.top-tat-header.fixed {
    position: fixed;
    top: 78px;
    z-index: 99;
    width: 100%;
    padding-right: 230px;
}

.top-tat-header.fixed-mobile {
    position: fixed;
    top: 144px;
    z-index: 99;
    width: 100%;
}

@media(max-width:767px) {
    .mobile-Version {
        display: none;
    }
}

.project-form {
    width: 230px;
    direction: rtl;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 0;
    z-index: 1;
    text-align: left;
    margin-top: -10px;
}

    .project-form .formforpage {
        background-color: #e1dfdf;
    }

    .project-form .formforpage-title {
        line-height: 22px;
        font-size: 17px;
        background-image: url('/img/bg-ectiv-menu.png');
        text-align: center;
        padding: 18px 10px 7px 10px;
        color: white;
        letter-spacing: 0.5px;
    }

        .project-form .formforpage-title h2 {
            line-height: 22px !important;
            font-size: 17px !important;
            text-align: center;
            color: white;
            letter-spacing: 0.5px;
        }

    .project-form input[type=text] {
        width: 85%;
        display: block;
        margin: auto;
        margin-top: 8px;
        font-size: 14px;
        border: none !important;
        padding: 6px 0 6px 10px;
        color: black;
        direction: ltr;
    }

    .project-form textarea {
        width: 85%;
        display: block;
        margin: auto;
        margin-top: 8px;
        font-size: 14px;
        border: none !important;
        padding: 6px 0 6px 10px;
        color: black;
        resize: none;
        direction: ltr;
    }

    .project-form input[type=submit] {
        width: 93%;
        display: block;
        border: none !important;
        background-color: #b6932b;
        margin: auto;
        position: relative;
        color: white;
        direction: ltr;
    }

    .project-form .big-btn-side {
        border: none !important;
        position: relative;
        height: 30px;
        margin: 10px;
    }

        .project-form .big-btn-side img {
            position: absolute;
            right: 40% !important;
            top: 10px;
            width: 30px;
        }

.Content-toggle {
    padding-bottom: 5px;
}

.project-form .close-form-side {
    background-image: url('/img/closed.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
}

    .project-form .close-form-side span {
        color: white;
        font-size: 10px;
        display: block;
        width: 20px;
        margin: auto;
        line-height: 13px;
        letter-spacing: 1px;
    }
.mobileFormSection {
    display: none;
}

@media(max-width:450px) {
    .mobileFormSection {
        display: block;
    }
    .projectDivurCheckbox{
        padding-left:30px;
    }
    .checkbox-isDivur-txt {
        margin-top: 2px!important;
    }

    .project-form {
        width: 100%;
        direction: rtl;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        /* left: 0; */
        right: 42px;
        z-index: 1;
        text-align: right;
        margin-top: 3px;
        padding: 20px;
    }

        .project-form .formforpage-title {
            line-height: 22px;
            font-size: 17px;
            background-image: none !important;
            text-align: center;
            padding: 25px 42px 17px 42px;
            color: #000 !important;
            letter-spacing: 0.5px;
        }

    .mobileFormSection {
        padding-top: 10px;
    }

    .project-form .formforpage {
        padding: 0px 0px 15px 0px;
    }
}

@media(max-width:450px) {
    .top-tat-header .project-nav li a {
        padding: 3px 10px;
    }

    .post h1 {
        font-size: 21px !important;
    }
}



.gm-style-iw {
    right: 0 !important;
}

.my-details-map img {
    width: 150px;
    float: right;
    margin: 10px;
}

.my-details-map h2 {
    font-size: 22px;
    margin-top: 10px;
    display: inline-table;
    white-space: nowrap;
}

.my-details-map h3 {
    display: block;
    font-size: 16px;
    text-align: right;
}

.my-details-map .kav {
    height: 1px;
    width: 40%;
    background-color: #c39e2e;
    display: block;
    bottom: 32px;
    right: 88px;
    margin: auto;
    margin-right: 200px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.my-details-map span {
    text-align: right;
    direction: rtl;
    display: block;
    font-size: 17px;
}

.serbar {
    padding-bottom: 20px;
}

.footer .details {
    display: block;
    margin-bottom: 7px;
}

@media(max-width:450px) {
    .item-communication, .item-madia {
        width: 50%;
        float: right;
        padding: 0;
    }

        .item-communication a, .item-madia a {
            margin: 2px !important;
        }

        .item-communication p {
            max-height: 30px;
            overflow: hidden;
        }
}


.item-communication:hover a {
    box-shadow: 0px 0px 0px 1px #f5d86d;
}

.item-communication a {
    position: relative;
    margin: 10px;
    height: 250px;
    display: block;
    background-color: rgba(1, 0, 1, 0.12);
    overflow: hidden;
    direction: rtl;
}

    .item-communication a:hover {
        /*box-shadow: 0px 0 5px 1px #ececec;*/
    }


.item-communication .img {
    width: 100%;
    height: 70px;
    background-color: white;
    border: 1px solid #f5d86d;
}

    .item-communication .img img {
        display: block;
        margin: auto;
        max-height: 100%;
    }

.item-communication label {
    cursor: pointer;
    padding: 11px 11px 0 11px;
    margin: 0;
    line-height: 16px;
}


.item-communication p {
    color: #010001;
    margin: 0;
    padding: 0 11px 11px 11px;
    font-size: 14px;
    line-height: 17px;
}

.item-communication span {
    color: #010001;
    font-size: 12px;
    position: absolute;
    left: 15px;
    bottom: 13px;
}


.item-madia:hover a {
    box-shadow: 0px 0px 0px 1px #f5d86d;
}


.item-madia a {
    position: relative;
    margin: 10px;
    min-height: 320px;
    display: block;
    background-color: rgba(1, 0, 1, 0.12);
    direction: rtl;
}

    .item-madia a:hover {
        /*box-shadow: 0px 0 5px 1px #ececec;*/
    }

.item-madia .img {
    width: 100%;
    background-color: white;
    border: 1px solid #f5d86d;
    height: 150px;
    position: relative;
}

@media(max-width:771px) {
    .item-madia .img {
        height: auto;
    }
}

.item-madia .img .img-Video {
    display: block;
    margin: auto;
    height: 100%;
    width: 100%;
}

.item-madia .img .VideoPlay {
    position: absolute;
    right: 40%;
    top: 40%;
}

.item-madia label {
    cursor: pointer;
    padding: 11px 11px 11PX 11px;
    margin: 0;
    line-height: 16px;
}


.item-madia p {
    color: #010001;
    margin: 0;
    padding: 0 11px 11px 11px;
    font-size: 14px;
    line-height: 17px;
}

.item-madia span {
    color: white;
    font-size: 12px;
    position: absolute;
    left: 15px;
    bottom: 13px;
}

.mfp-iframe body {
    overflow: hidden !important;
}

.FilterInProjects {
}

    .FilterInProjects.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        padding-left: 230px;
        padding-top: 30px;
        background-color: #efefef;
    }

    .FilterInProjects.fixed-mobile {
        position: fixed;
        top: 70px;
        left: 0;
        z-index: 99;
        width: 100%;
        padding-top: 30px;
        background-color: #efefef;
    }

@media(max-width:991px) {
    .top-FilterInProjects {
        height: 92px;
    }
}

@media(min-width:991px) {
    .top-FilterInProjects {
        height: 60px;
    }
}

.small-dialog {
    background: white;
    padding: 20px 30px;
    max-width: 360px;
    margin: 40px auto;
    position: relative;
    text-align: center;
}

    .small-dialog h4 {
        font-weight: bold;
        font-size: 20px;
        direction: ltr;
    }

    .small-dialog p {
        margin-bottom: 5px;
        direction: ltr;
    }

.login-customers select {
    display: block;
    margin-bottom: 10px;
    float: right;
    direction: rtl;
    width: 300px;
    height: 38px;
}

.login-customers input {
    display: block;
    margin-bottom: 10px;
    float: right;
    width: 300px;
    text-align: center;
}

    .login-customers input[type=submit] {
        display: block;
        background-size: contain;
        background-image: url(/img/bg-btn.png);
        width: 300px;
        float: right;
    }

.login-customers .big-btn {
    width: 300px;
    float: right;
    margin-top: 5px !important;
}

    .login-customers .big-btn img {
        width: 30px;
    }

.toasty_toastMsg .toasty_title {
    direction: ltr;
    text-align: left !important;
}

.toasty_title, .toasty_toastMsg .toasty_message {
    direction: ltr;
    text-align: left;
}

.toasty_toastMsg .toasty_message {
    font-size: 16PX;
}

.toasty_msgContainer.br {
    left: 0;
    bottom: 0;
}

@media(min-width:991px) {
    .toasty_msgContainer.br {
        margin-left: 230px;
    }
}


.projects .work-item i {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    color: #fff;
    width: 22px;
    height: 22px;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    display: inline-block;
}
.popupInput {
    direction: ltr;
}
.nameProject{
    direction:ltr!important;
}
.phon {
    color: #dab237;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 45px;
    font-size: 18px;
    letter-spacing: 1px;
    /*direction: rtl;*/
}

    .phon a {
        color: #dab237;
    }

.txt-phon {
    color: #dab237;
    text-align: center;
    position: absolute;
    width: 80%;
    bottom: 85px;
    font-size: 18px;
    letter-spacing: 1px;
}

.phonMail {
    bottom: 15px;
}

a.btn-u {
    width: 125px;
    margin-bottom: 10px;
}


.nameLayout::placeholder {
    color: #000 !important;
}

.phoneLayout::placeholder {
    color: #000 !important;
}

.emailLayout::placeholder {
    color: #000 !important;
}

.nameSideDark::placeholder {
    color: #fff !important; /* Set the desired placeholder color */
}

.nameSideDark {
    background-color: #000 !important
}

    .nameSideDark.not-valid:focus::placeholder {
        color: #000 !important; /* Set the desired placeholder color */
    }

    .nameSideDark.not-valid::placeholder {
        color: #000 !important; /* Set the desired placeholder color */
    }


.phoneSideDark::placeholder {
    color: #fff !important; /* Set the desired placeholder color */
}

.phoneSideDark {
    background-color: #000 !important
}

    .phoneSideDark.not-valid:focus::placeholder {
        color: #000 !important; /* Set the desired placeholder color */
    }

    .phoneSideDark.not-valid::placeholder {
        color: #000 !important; /* Set the desired placeholder color */
    }

.emailSideDark::placeholder {
    color: #fff !important; /* Set the desired placeholder color */
}

.emailSideDark {
    background-color: #000 !important
}

    .emailSideDark.not-valid:focus::placeholder {
        color: #000 !important; /* Set the desired placeholder color */
    }

    .emailSideDark.not-valid::placeholder {
        color: #000 !important; /* Set the desired placeholder color */
    }

.messageSideDark::placeholder {
    color: #fff !important; /* Set the desired placeholder color */
}

.messageSideDark {
    background-color: #000 !important
}

    .messageSideDark.not-valid:focus::placeholder {
        color: #000 !important; /* Set the desired placeholder color */
    }

    .messageSideDark.not-valid::placeholder {
        color: #000 !important; /* Set the desired placeholder color */
    }



.passwordInputDark::placeholder {
    color: #fff !important; /* Set the desired placeholder color */
}

.passwordInputDark {
    background-color: #000 !important
}

    .passwordInputDark.not-valid:focus::placeholder {
        color: #000 !important; /* Set the desired placeholder color */
    }

    .passwordInputDark.not-valid::placeholder {
        color: #000 !important; /* Set the desired placeholder color */
    }



.login-customers-select-dark::placeholder {
    color: #fff !important; /* Set the desired placeholder color */
}

.login-customers-select-dark {
    background-color: #000 !important
}

    .login-customers-select-dark.not-valid:focus::placeholder {
        color: #000 !important; /* Set the desired placeholder color */
    }

    .login-customers-select-dark.not-valid::placeholder {
        color: #000 !important; /* Set the desired placeholder color */
    }

    .login-customers-select-dark.not-valid {
        color: #000 !important; /* Set the desired placeholder color */
    }

@media(max-width:1460px) {
    .checkbox-isDivur-txt {
        font-size: 11px;
        float: left;
        margin-top: 10px;
        margin-left: 5px;
    }

    .checkbox-isDivur {
        width: auto !important;
        float: left;
        margin-top: 4px !important;
    }
}

@media(min-width:1460px) {
    .checkbox-isDivur-txt {
        font-size: 11px;
        float: left;
        margin-top: 10px;
        margin-left: 5px;
    }

    .checkbox-isDivur {
        width: auto !important;
        float: left;
        margin-top: 1px !important;
    }
}

.bg-form input {
    direction: ltr !important;
}

@media(min-width:1465px) {
    .work-caption-More {
        position: absolute;
        bottom: -31px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-caption {
        position: absolute;
        bottom: -64px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-item:hover .work-caption, .work-item:hover .work-caption-More {
        bottom: 0;
        opacity: 1;
    }
}

@media(max-width:1465px) {

    .work-caption-More {
        position: absolute;
        bottom: -31px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-caption {
        position: absolute;
        bottom: -64px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-item:hover .work-caption, .work-item:hover .work-caption-More {
        bottom: 0;
        opacity: 1;
    }
}

@media(max-width:1320px) {
    .work-caption-More {
        position: absolute;
        bottom: -32px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-caption {
        position: absolute;
        bottom: -79px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-item:hover .work-caption, .work-item:hover .work-caption-More {
        bottom: 0;
        opacity: 1;
    }
}



@media(max-width:767px) {

    .work-caption-More {
        position: absolute;
        bottom: -32px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-caption {
        position: absolute;
        bottom: -63px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-item:hover .work-caption, .work-item:hover .work-caption-More {
        bottom: 0;
        opacity: 1;
    }
}


@media(max-width:450px) {


    .work-caption-More {
        position: absolute;
        bottom: 0;
        width: 98%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

        .work-caption-More .work-title {
            font-size: 110% !important;
        }


        .work-caption-More .work-category {
            display: none !important;
        }
}


@media(max-width:365px) {


    .work-caption {
        position: absolute;
        bottom: -40px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        z-index: 1;
        opacity: 1;
        background-color: rgba(5, 4, 5, 0.58);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .work-item:hover .work-caption {
        bottom: 0;
        opacity: 1;
    }
}

.work-caption .work-title, .work-caption-More .work-title {
    /*font-size: 20px;*/
    font-size: 140%;
    color: white;
    margin: 0;
    padding: 10px 0 5px 0;
}

.work-caption .work-category, .work-caption-More .work-category {
    color: white;
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 16px;
    min-height: 16px;
}

@media(max-width:991px) {
    .btn-u {
        padding: 7px 11px;
        font-size: 13px;
    }

    .icos {
        padding-left: 5px;
        padding-right: 0;
    }
}
