html {
    font-size: 100%
}

@media all and (max-width:768px) {
    html {
        font-size: 93.75%
    }
}

body {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .5px;
    color: #444;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #1b1b1b;
    font-variant-ligatures: common-ligatures;
    margin-top: .236em;
    margin-bottom: 21px;
    line-height: 1.17
}

h1,
.h1 {
    font-size: 40px
}

h2,
.h2 {
    font-size: 32px
}

h3,
.h3 {
    font-size: 28px
}

h4,
.h4 {
    font-size: 24px
}

h5,
.h5 {
    font-size: 20px
}

h6,
.h6 {
    font-size: 16px
}

.lead {
    line-height: 1.65;
    font-weight: 400;
    font-size: 20px
}

.h1-large {
    font-size: 60px
}

.font-regular {
    font-weight: 400
}

.font-bold {
    font-weight: 700
}

.ulclasses{
    width: 100%!important; 
    margin-left: 0px!important;
}

p,
ul,
ol,
pre,
table,
blockquote {
    margin-bottom: 1.3em
}

ul,
ol {
    list-style: none;
    line-height: 1.85714286em
}

ul.bullets {
    list-style: inside
}

ol {
    list-style-type: upper-roman;
    list-style-position: inside
}

blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0
}

strong {
    font-weight: 500
}

hr {
    margin: 1.85714286em 0;
    border-color: #fafafa
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none
}

a,
p a {
    color: #1b1b1b;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

a:hover,
a:focus,
.page-link:focus,
.page-link:hover {
    color: #5d5d5d;
    text-decoration: none
}

@media(min-width:1200px) {
    .container {
        width: 1300px
    }
}

blockquote,
.blockquote {
    margin: 2.5rem 0;
    font-style: italic;
    font-size: 1.7em;
    font-family: Georgia, times new roman, Times, serif;
    padding-left: 0;
    line-height: 1.556;
    color: #202020
}

.blockquote-reverse {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
    border-right: 0;
    border-left: 0
}

.blockquote-small {
    font-size: 1.4em
}

.blockquote-footer {
    background: 0 0;
    padding: 0
}

address {
    margin: 20px 0
}

textarea,
input[type],
.form-control {
    display: block;
    width: 100%;
    padding: .9rem 1.5rem;
    font-size: .8rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ececec;
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    font-size: .9rem;
    padding: 1.1rem 1.6rem
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control::placeholder {
    color: #999;
    opacity: 1
}

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

.full_wrapper {
    padding-right: 5%;
    padding-left: 5%
}

.box_layout_wrapper {
    padding: 0 3%
}

.relative {
    position: relative
}

footer {
    background: #fafafa
}

footer .widget-title {
    margin-bottom: .7em;
    letter-spacing: .03em
}

.footer_widgets {
    margin: 0;
    padding: 80px 0 40px
}

.footer_divider {
    margin-top: 30px;
    border-bottom: 1px solid #e9e9e9;
    clear: both
}

.footer_container {
    padding: 47px 0;
    background: #fff;
    font-size: 14px;
    font-weight: 400
}

.footer_container p {
    margin-bottom: 0
}

.footer_container .fa {
    font-size: 16px
}

.footer_container ul {
    margin: 0
}

.footer_nav {
    list-style: none;
    padding: 0
}

.footer_nav li {
    display: inline-block;
    padding-right: 25px
}

.footer_nav li:last-child {
    padding-right: 0
}

.footer_nav li a {
    color: #7d7d7d
}

.footer_nav li a:hover {
    color: #3d3d3d
}

.footer_nav li:last-child:after {
    content: ""
}

footer:not(.dark_bg) a {
    color: #1b1b1b
}

.dark_bg {
    background: #141414;
    color: #f1f1f1
}

.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg h5,
.dark_bg h6,
.dark_bg a,
.dark_bg .footer_nav li a {
    color: #f1f1f1
}

.dark_bg .footer_divider {
    border-color: #3c3c3c
}

.dark_bg .widget-title {
    color: #f1f1f1
}

@media only screen and (max-width:992px) {
    .footer_container {
        padding: 40px 0 25px
    }
    .footer_container,
    .footer_container .align-right {
        text-align: center !important
    }
    .footer_container .col-lg-4 {
        margin-bottom: 20px
    }
}

.bg_grey {
    background: #fafafa
}

.thirdhalf_height {
    min-height: 400px
}

.separator {
    width: 62px;
    height: 3px;
    background: #1b1b1b;
    margin-bottom: 20px
}

.left-dash {
    position: relative
}

.left-dash:before {
    content: '';
    position: absolute;
    left: -5rem;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
    margin-bottom: 0;
    height: 2px;
    width: 4rem;
    background: #1b1b1c;
    display: inline-block;
    vertical-align: middle
}

.right-dash {
    position: relative
}

.right-dash:before {
    content: '';
    position: absolute;
    right: -5rem;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
    margin-bottom: 0;
    height: 2px;
    width: 4rem;
    background: #1b1b1c;
    display: inline-block;
    vertical-align: middle
}

.align-center .separator {
    margin-left: auto;
    margin-right: auto
}

.align-right .separator {
    margin-left: auto
}

.view-more-rec {
    width: 130px;
    height: 40px;
    background-color: #0b0a0f;
    margin-bottom: 20px;
    border-radius: 2em;
    color: #fff
}

.box_shadow_1 {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.box_shadow_1:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.box_shadow_2 {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.box_shadow_3 {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.box_shadow_4 {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.box_shadow_5 {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}

.box_shadow_6 {
    -moz-box-shadow: rgba(0, 0, 0, .17) 0 14px 24px 0;
    -webkit-box-shadow: rgba(0, 0, 0, .17) 0 14px 24px 0;
    box-shadow: rgba(0, 0, 0, .17) 0 14px 24px 0
}

.divider {
    background: #dadada;
    width: 100%;
    height: 1px
}

.hero_title_container {
    min-height: 300px;
    background-color: #f4f4f4;
    background: url(../images/image-credit-nendo-43.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.hero_title_small h1 {
    font-size: 2.618em;
    font-weight: 500
}

.hero_title_small h1,
.hero_title_small h1 a {
    color: #0b0b0b
}

.hero_title_small p {
    color: #0b0b0b
}

@media(max-height:768px) and (max-width:1366px) {
    .hero_title_container {
        padding: 2rem 0
    }
    .hero_title_container .hero_title h1 {
        font-size: 2em
    }
}

@media only screen and (max-width:950px) {
    .hero_title_container {
        min-height: 380px
    }
}

@media only screen and (max-width:450px) {
    .hero_title_container {
        min-height: 450px
    }
    .hero_title_container .hero_box {
        width: 100% !important
    }
}

.etcodes_breadcrumb {
    padding: 2.9rem 80px;
    background: #f4f4f4;
    font-weight: 400
}

.breadcrumbs a:not(:first-child),
.breadcrumbs span:not(:first-child) {
    margin-left: .15rem
}

.breadcrumbs a:not(:last-child),
.breadcrumbs span:not(:last-child) {
    margin-right: .15rem
}

.breadcrumbs .separator {
    background: 0 0
}

.absolute_header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-top {
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in
}

.absolute_header.fixed-top {
    position: absolute;
    background: 0 0
}

.sticky_header_runing,
.absolute_header.fixed-top.sticky_header_runing {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1030;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    padding-top: 15px;
    padding-bottom: 15px
}

@media(min-width:768px) {
    .absolute_md_header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030
    }
}

.logo {
    width: 145px
}

.logo h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px
}

.logo,
.main-nav,
.searbar {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.bar-module {
    padding-left: 1.8em
}

.navbar {
    padding-top: 32px;
    padding-bottom: 32px
}

.navbar-nav>li:not(:last-child) {
    margin-right: 2em
}

.navbar-nav>li {
    position: relative
}

.navbar-nav>li,
.navbar-nav>li>a {
    font-size: 1em;
    line-height: 2.3em;
    font-weight: 500
}

.counter-shop-box {
    display: block;
    position: absolute;
    top: -15px;
    left: 4px;
    height: 23px;
    width: 23px;
    padding: 0 7px;
    line-height: 1.5em;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .25);
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .08);
    box-shadow: inset 0 1px rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .08);
    background: #0b0b0b
}

@media only screen and (max-width:992px) {
    .counter-shop-box {
        top: 10px;
        left: 22px
    }
}

.navbar .navbar-nav>li.current>a,
.navbar .sidebar-menu>li.current>a {
    position: relative
}

.navbar li>ul .current>a {
    color: #1b1b1b
}

.dropdown-menu {
    font-size: .92em;
    min-width: 200px;
    padding: 1rem 0;
    border: none;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
    border-radius: 0
}

.navbar-nav .show>.dropdown-menu {
    animation-name: dropdownNavEffect;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: dropdownNavEffect;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes dropdownNavEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes dropdownNavEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.navbar-nav>li>.dropdown-menu {
    margin: 1rem 0 0
}

.navbar-nav>li>.dropdown-menu li {
    margin-right: .8rem
}

.navbar-nav>li>.dropdown-menu li a {
    position: relative;
    text-transform: initial
}

.navbar-nav>li>.dropdown-menu .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-right: .3em solid transparent;
    border-left: .3em solid;
    right: .5rem;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute
}

.navbar-nav .dropdown-menu a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    line-height: 1.95em;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

@media(max-width:991px) {
    .navbar .navbar-nav>li.current>a:before {
        width: 50px;
        top: 27px
    }
}

@media(min-width:767px) {
    .navbar-nav .dropdown-menu .caret {
        transform: rotate(-90deg)
    }
}

@media(max-width:450px) {
    .navbar-toggleable-md>.container {
        width: 100%
    }
    .navbar-toggleable-md>.full-width-container {
        width: 100%
    }
}

.navbar.header-center {
    padding-top: 40px;
    padding-bottom: 40px
}

.navbar.header-center .row {
    width: 100%
}

.navbar.header-center .navbar-brand {
    width: 100%
}

.navbar.header-center .navbar-brand img {
    margin-left: auto;
    margin-right: auto
}

@media(min-width:992px) {
    .navbar.header-three.navbar-toggleable-md>.container,
    .navbar.header-three.navbar-toggleable-md>.full-width-container {
        display: block;
        text-align: center
    }
    .navbar.header-three.navbar-toggleable-md>.container .navbar-nav,
    .navbar.header-three.navbar-toggleable-md>.full-width-container .navbar-nav {
        margin-right: auto;
        margin-left: auto
    }
    .navbar.header-four.navbar-toggleable-md>.container,
    .navbar.header-four.navbar-toggleable-md>.full-width-container {
        display: block
    }
    .navbar.header-three.navbar-toggleable-md>.container .navbar-brand,
    .navbar.header-three.navbar-toggleable-md>.full-width-container .navbar-brand {
        margin: 15px auto 20px
    }
}

@media screen and (min-width:992px) {
    .mega_menu_holder {
        position: static !important
    }
    .mega_menu {
        width: 100%;
        padding: 2.5rem 0
    }
    .mega_menu_holder.show>.dropdown-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .header-center .mega_menu_holder.show>.dropdown-menu {
        width: 90vw
    }
    .mega_menu_holder .mega_menu .dropdown-menu {
        display: block;
        position: relative;
        top: 0;
        border: none;
        box-shadow: none
    }
    .mega_menu_holder .mega_menu>li>a {
        font-size: 1.035em;
        font-weight: 500
    }
    .mega_menu_holder .mega_menu>li:not(:first-child) {
        border-left: solid 1px #f0f0f0
    }
    .mega_menu_holder .mega_menu.dropdown-menu .dropdown-toggle::after {
        border: none
    }
}

.hamburger-menu-btn {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 53px;
    height: 53px;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background .3s;
    background-color: #252525
}

.navbar-toggler-right.hamburger-menu-btn {
    position: absolute;
    right: 1rem
}

.hamburger-menu-btn:focus {
    outline: none
}

.hamburger-menu-btn span {
    transition: background 0s .3s
}

.hamburger-menu-btn span::before,
.hamburger-menu-btn span::after {
    transition-duration: .3s, .3s;
    transition-delay: .3s, 0s
}

.hamburger-menu-btn span::before {
    transition-property: top, transform
}

.hamburger-menu-btn span::after {
    transition-property: bottom, transform
}

.hamburger-menu-btn span {
    display: block;
    position: absolute;
    top: 24px;
    left: 13px;
    right: 13px;
    height: 5px;
    background: #fff
}

.hamburger-menu-btn span::before,
.hamburger-menu-btn span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    content: ""
}

.hamburger-menu-btn span::before {
    top: -10px
}

.hamburger-menu-btn span::after {
    bottom: -10px
}

.hamburger-menu-btn.hamburger-circle {
    border-radius: 50%
}

.hamburger-menu-btn.hamburger-circle span {
    top: 25px;
    left: 16px;
    right: 16px;
    height: 3px
}

.hamburger-menu-btn.hamburger-circle span::before,
.hamburger-menu-btn.hamburger-circle span::after {
    height: 3px
}

.hamburger-menu-btn.hamburger-circle span::before {
    top: -7px
}

.hamburger-menu-btn.hamburger-circle span::after {
    bottom: -7px
}

.hamburger-menu-btn.for-fullscreen.is-active {
    position: fixed;
    right: 48px;
    top: 20px
}

.hamburger-menu-btn.is-active span {
    background: 0 0
}

.hamburger-menu-btn.is-active span::before {
    top: 0;
    transform: rotate(45deg)
}

.hamburger-menu-btn.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg)
}

.hamburger-menu-btn.is-active span::before,
.hamburger-menu-btn.is-active span::after {
    transition-delay: 0s, .3s
}

.fullscreen-menu-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 105;
    background: #141414;
    padding: 0 12%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility 0s .5s
}

.fullscreen-menu-holder.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s
}

.fullscreen-menu-holder .d-flex {
    padding: 100px 0
}

.fullscreen-menu-holder .sidebar-menu {
    min-width: 40%
}

.fullscreen-menu-holder .sidebar-menu>li {
    line-height: 1.024em;
    font-size: 3.125em;
    margin-bottom: .4206684rem;
    margin-top: .5793316rem;
    font-weight: 800
}

.fullscreen-menu-holder .sidebar-menu>li li,
.fullscreen-menu-holder .sidebar-menu>li li a {
    line-height: 1.024em;
    font-size: .8em;
    margin-bottom: .4206684rem;
    margin-top: .5793316rem;
    font-weight: 500
}

.fullscreen-menu-holder .sidebar-menu li>a>.fa-plus {
    margin-top: 1.1rem;
    font-size: .6em;
    line-height: 1.024em;
    font-weight: 300
}

.fullscreen-menu-holder .sidebar-menu>li a {
    color: #fff
}

.hamburger-menu-btn {
    z-index: 999
}

.fullscreen-menu-holder.is-active .sidebar-menu>li {
    -webkit-animation: text_up_animate .4s ease-out both .5s;
    -moz-animation: text_up_animate .4s ease-out both .5s;
    animation: text_up_animate .4s ease-out both .5s;
    animation-delay: 70ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(1) {
    animation-delay: 70ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(2) {
    animation-delay: 140ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(3) {
    animation-delay: 210ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(4) {
    animation-delay: 280ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(5) {
    animation-delay: 350ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(6) {
    animation-delay: 420ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(7) {
    animation-delay: 490ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(8) {
    animation-delay: 560ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(9) {
    animation-delay: 630ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(10) {
    animation-delay: 700ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(11) {
    animation-delay: 770ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(12) {
    animation-delay: 840ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(13) {
    animation-delay: 910ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(14) {
    animation-delay: 980ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(18) {
    animation-delay: 1050ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(16) {
    animation-delay: 1120ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(17) {
    animation-delay: 1190ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(18) {
    animation-delay: 1260ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(19) {
    animation-delay: 1330ms
}

.fullscreen-menu-holder.is-active .sidebar-menu>li:nth-child(20) {
    animation-delay: 1400ms
}

@-webkit-keyframes text_up_animate {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes text_up_animate {
    0% {
        opacity: 0;
        -moz-transform: translateY(60px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes text_up_animate {
    0% {
        opacity: 0;
        transform: translateY(60px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.sidebar-nav {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 300px;
    padding: 1rem 2.3rem;
    z-index: 999;
    background: #fff
}

.container-for-sidebar-menu {
    position: relative;
    min-height: 300px;
    margin: 0 0 0 300px
}

.sidebar-nav .navbar-brand {
    margin: 2rem 0 2.5rem;
    width: 100%
}

.sidebar-nav .navbar-nav>li,
.sidebar-nav .navbar-nav>li>a {
    display: block;
    color: #fff;
    font-size: 1.1em
}

.sidebar-nav .bar-module {
    padding-left: 0;
    position: absolute;
    bottom: 23px
}

.sidebar-menu {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0
}

.sidebar-menu>li {
    font-size: 1.1em;
    font-weight: 500;
    position: relative;
    margin: 0;
    padding: 0
}

.sidebar-menu>li>a {
    padding: .8rem 0;
    display: block;
    border-left: 3px solid transparent
}

.sidebar-menu>li>a>.fa {
    width: 20px
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
    color: #1b1b1b
}

.sidebar-menu>li .label,
.sidebar-menu>li .badge {
    margin-top: 3px;
    margin-right: 5px
}

.sidebar-menu li.sidebar-header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #f1f1f1;
    background: #1a2226
}

.sidebar-menu li>a>.fa-plus {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
    font-size: .9em;
    line-height: 1.4em;
    font-weight: 300
}

.sidebar-menu li.active>a>.fa-plus:before {
    content: "\f068"
}

.sidebar-menu li.active>.sidebar-submenu {
    display: block
}

.sidebar-menu a {
    text-decoration: none
}

.sidebar-menu .sidebar-submenu {
    display: none;
    list-style: none;
    padding: 0 0 .5rem .5rem;
    margin: 0 1px
}

.sidebar-menu .sidebar-submenu .sidebar-submenu {
    padding-left: 20px
}

.sidebar-menu .sidebar-submenu>li>a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px
}

.sidebar-menu .sidebar-submenu>li>a>.fa {
    width: 20px
}

.sidebar-menu .sidebar-submenu>li>a>.fa-angle-left,
.sidebar-menu .sidebar-submenu>li>a>.fa-angle-down {
    width: auto
}

.sidebar-menu .sidebar-submenu>li.active>a,
.sidebar-menu .sidebar-submenu>li>a:hover {
    color: #1b1b1b
}

@media only screen and (max-width:992px) {
    .navbar-nav {
        background: #fff;
        padding: 2rem;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
        -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08)
    }
    .header-center .navbar-nav {
        margin-bottom: 40px
    }
    .navbar-nav>li,
    .white_color .navbar-nav>li>a {
        color: #393939
    }
    .navbar-nav li:not(:last-child) a,
    .navbar-nav .dropdown-menu li:not(:last-child) a {
        position: relative;
        display: block;
        padding: .7rem 0;
        border-bottom: 1px solid #e4e4e4;
        color: #393939
    }
    .navbar-nav li a,
    .navbar-nav .dropdown-menu li a {
        padding: .7rem 0;
        position: relative;
        display: block
    }
    .dropdown-menu {
        box-shadow: none;
        -webkit-box-shadow: none
    }
    .navbar-nav>li>.dropdown-menu,
    .dropdown-menu {
        padding: 0;
        margin: 0 0 0 1rem
    }
    .navbar-nav .dropdown-divider {
        display: none
    }
    .fullscreen-menu-holder .sidebar-menu>li {
        line-height: 1.024em;
        font-size: 1.1em;
        font-weight: 500;
        margin-bottom: .4206684rem;
        margin-top: .5793316rem
    }
    .sidebar-menu .sidebar-submenu {
        padding: 0 0 0 .5rem
    }
    .fullscreen-menu-holder .sidebar-menu li>a>.fa-plus {
        margin-top: .15rem
    }
    .fullscreen-menu-holder .sidebar-menu>li li,
    .fullscreen-menu-holder .sidebar-menu>li li a {
        font-size: .99em
    }
    .sidebar-nav {
        position: fixed;
        left: 0;
        -moz-transition: all .5s cubic-bezier(.37, -.01, .22, 1);
        -o-transition: all .5s cubic-bezier(.37, -.01, .22, 1);
        -ms-transition: all .5s cubic-bezier(.37, -.01, .22, 1);
        -webkit-transition: all .5s cubic-bezier(.37, -.01, .22, 1);
        transition: all .5s cubic-bezier(.37, -.01, .22, 1);
        -moz-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
    .sidebar-nav.is-active {
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
        -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
        -moz-transform: translate(0%, 0);
        -o-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
    .container-for-sidebar-menu {
        margin: 0
    }
    .btn-for-mobile-top-right,
    .btn-for-mobile-top-right.is-active {
        visibility: visible;
        opacity: 1;
        display: block;
        position: absolute;
        top: 30px;
        right: 30px
    }
}

.single_work_header {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.single_work_header .single_bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.single_work_header .single_work_title {
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: 35%;
    width: 100%
}

.single_work_header .single_work_title h1 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    letter-spacing: 6px;
    line-height: 1.4em;
    text-transform: uppercase
}

.single_work_header .single_work_title h1 a {
    color: #fff
}

.single_work_header .single_work_title h5 {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 3px
}

.single_work_header .single_work_scroll {
    position: absolute;
    width: 100%;
    bottom: 3.5%;
    margin: 0 auto;
    text-align: center
}

.single_work_header .scroll_line {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 700
}

.single_work_header .scroll_line:before {
    background-color: #fff;
    content: "";
    display: block;
    width: 3px;
    height: 50px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    top: -75px;
    margin: 0 auto
}

.single_work_info {
    padding: 60px 0 40px
}

.single_work_content {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0
}

.single_work_wide_box {
    padding: 0 5%
}

.work_grey_container {
    background: #fafafa;
    padding: 5% 6%
}

.details_list {
    background: #fafafa;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 50px 40px
}

.work_nav {
    margin: 60px 5% 0;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    border-top: solid 1px #eee
}

.work_nav i {
    padding: 0 4px
}

.nav-btn {
    margin: 0;
    padding: 0;
    padding: 20px 0
}

.nav-btn .pre-btn {
    text-align: left
}

.nav-btn .next-post {
    text-align: right;
    float: right;
    text-align: right
}

@media only screen and (max-width:950px) {
    .single_work_header .single_work_title h1 {
        font-size: 18px;
        letter-spacing: 5px;
        margin-top: 15px;
        margin-bottom: 10px
    }
    .single_work_header .single_work_title h5 {
        letter-spacing: 3px;
        font-size: 12px
    }
    .single_work_header .single_work_title p {
        font-size: 14px;
        line-height: 25px;
        padding: 0 1%
    }
    .nav-btn .pre-btn,
    .nav-btn .next-post {
        text-align: center;
        float: none;
        display: block
    }
    .single_work_header {
        padding-top: 0
    }
}

.work_filter {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 35px
}

.work_filter li {
    display: inline-block;
    position: relative;
    padding: 0 15px
}

.work_filter li:first-child {
    padding-left: 0;
    margin-left: 0
}

.work_filter li span {
    cursor: pointer;
    font-weight: 700;
    color: #444
}

.work_filter span.filter_active {
    padding-bottom: 6px;
    border-bottom: solid 2px #0b0a0f
}

@media only screen and (max-width:450px) {
    .work_filter {
        margin-bottom: 20px
    }
    .work_filter li {
        display: block;
        position: relative;
        margin-left: 0;
        padding: 6px 0
    }
    .work_filter li:after {
        background: 0 0
    }
}

.work_item {
    position: relative;
    margin-bottom: 48px
}

.no-gutters .work_item {
    margin-bottom: 0
}

.large-gutters .work_item {
    margin-bottom: 50px
}

.work_item .work_img {
    position: relative;
    overflow: hidden
}

.work_item .work_item_title {
    margin-top: 1.8em;
    margin-bottom: .2em
}

.work_item .work_item_title h2 {
    font-size: 20px;
    margin-bottom: 12px
}

.work_item .work_item_meta {
    font-weight: 400;
    margin-bottom: 0
}

.work_item .work_title .work_categories {
    list-style: none
}

.work_item .work_title .work_categories li {
    display: inline-block;
    letter-spacing: 2px
}

.work_item .work_title .work_categories li:after {
    content: ','
}

.work_item .work_title .work_categories li:last-child:after {
    content: ''
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.compat-object-fit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center center
}

.default-carousel .bg-image {
    position: absolute;
    height: 100%;
    width: 100%
}

.default-carousel .carousel-item {
    background: #f8f8f8;
    overflow: hidden;
    position: relative;
    display: block
}

.carousel-item-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    z-index: 999
}

.top_40 {
    top: 40%
}

.carousel-item-info {
    margin-bottom: .8rem
}

.carousel-item-desc {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.default-carousel .carousel-item .bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.default-carousel .carousel-item .bg-image:after {
    content: '';
    height: 130%;
    width: 105%;
    border: solid 23px #fff;
    top: -18%;
    position: absolute;
    z-index: -1
}

@media only screen and (max-width:1024px) {
    .carousel-item-content h1,
    .carousel-item-content .h1 {
        font-size: 32px
    }
    .carousel-item-content .lead {
        font-size: 16px
    }
}

@media only screen and (max-width:500px) {
    .carousel-item-content h1,
    .carousel-item-content .h1 {
        font-size: 16px;
        margin-bottom: 15px
    }
    .carousel-item-content .btn {
        cursor: pointer;
        padding: .6rem 1rem;
        font-size: 14px
    }
}

.default-carousel-large-img .work-item-img {
    display: none
}

.default-carousel-large-img .work-item-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.default-carousel-large-img .work-item-content .container {
    width: 80%;
    margin: 0 auto
}

.multi-default-carousel .multi-work-item-content {
    text-align: center;
    padding: 1rem 1rem 3rem
}

.multi-default-carousel .work-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
    background-image: url(../images/pattern1.png)
}

.multi-default-carousel .multi-work-title h3 {
    font-size: 30px
}

.multi-work-meta {
    font-weight: 500;
    font-size: 1.2em;
    letter-spacing: .01em;
    color: #1b1b1b;
    margin: .9rem 0 1.2rem
}

.multi-work-item-desc {
    padding: 0 1.5rem
}

.active .multi-work-title {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.active .multi-work-meta {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.active .multi-work-item-desc {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.active .multi-work-item-load-btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.multi-default-carousel .owl-dots {
    bottom: 35px
}

@media only screen and (max-width:500px) {
    .multi-work-item-desc {
        display: none
    }
    .multi-default-carousel .owl-dots {
        bottom: -10px
    }
}

.horizontal-item {
    position: relative;
    overflow: hidden
}

.horizontal-item .loop-number {
    position: absolute;
    top: -5px;
    left: 29px;
    font-size: 24px;
    font-weight: 700
}

.horizontal-item .loop-number:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 30px;
    left: 17px;
    background: #1b1b1b;
    opacity: .4;
    width: 9px;
    height: 60px;
    transition: 1.3s
}

.first-active .horizontal-item .loop-number:after {
    opacity: .7;
    height: 80px
}

.horizontal-item-text {
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: 10;
    background: rgba(244, 244, 244, .95);
    width: 50%;
    padding: 2.5rem 3rem;
    opacity: 0
}

.horizontal-item-text .item-meta {
    font-weight: 500;
    font-size: 1.2em;
    letter-spacing: .01em;
    color: #1b1b1b;
    margin-bottom: 1rem
}

.first-active .horizontal-item-text {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.first-active .item-title {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.first-active .item-info {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.first-active .item-desc {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.first-active .item-load-btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.horizontal-item-img {
    width: 90%;
    margin-left: 10%
}

.horizontal-item-img {
    -webkit-transition: opacity 1.35s, -webkit-transform 1.35s;
    transition: opacity 1.35s, transform 1.35s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.first-active .horizontal-item-img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media only screen and (max-width:900px) {
    .horizontal-item-text {
        bottom: 8%;
        width: 70%
    }
    .horizontal-item-text .item-title h2 {
        font-size: 32px
    }
    .horizontal-item-text .item-meta {
        font-size: 1.1em
    }
}

@media only screen and (max-width:700px) {
    .horizontal-item-text {
        bottom: -1px;
        width: 100%;
        padding: 2rem 2rem 4.5rem
    }
    .horizontal-item-text .item-desc {
        display: none
    }
    .horizontal-item-text .item-title h2 {
        font-size: 28px
    }
    .horizontal-item-img {
        width: 100%;
        margin-left: 0
    }
}

.large-item-loop .row {
    margin-bottom: 5rem
}

.large-item-loop-text {
    margin-top: 4rem;
    padding: 0 5rem
}

.large-item-loop-meta {
    font-weight: 500;
    letter-spacing: .01em;
    color: #1b1b1b;
    margin-bottom: .5rem;
    z-index: 2
}

.large-item-loop-meta.left-dash:before {
    left: -11.6rem;
    width: 10rem;
    background: #c5ae72;
    z-index: 2
}

.large-item-loop-meta.right-dash:before {
    right: -11.6rem;
    width: 10rem;
    background: #c5ae72;
    z-index: 2
}

.large-item-loop-text .large-item-title {
    font-size: 26px
}

.large-item-loop-img img {
    padding: 0
}

@media only screen and (max-width:1200px) {
    .large-item-loop.px-6 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .large-item-loop-text {
        margin-top: 1rem;
        margin-bottom: 2rem
    }
    .large-item-loop-text.align-right {
        text-align: left !important
    }
    .large-item-loop-meta.right-dash:before {
        content: '';
        position: absolute;
        left: -5rem;
        top: 50%;
        transform: translate(0, -50%);
        margin-top: 0;
        margin-bottom: 0;
        height: 2px;
        width: 4rem;
        background: #1b1b1b;
        display: inline-block;
        vertical-align: middle
    }
}

.listed_work {
    margin: 0 -4rem
}

.listed_work .work_item {
    margin: 0 0 4rem;
    padding: 0 4rem
}

.listed_work .work_item:first-child {
    margin-top: 5em
}

.listed_work .work_item:nth-child(2) {
    margin-top: 2em
}

.listed_work .work_item .work_img {
    padding: 4rem 0 2rem 3rem
}

.listed_work .work_item .work_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: #45cb96
}

.listed_work .work_item .work_img .et-banner figure {
    background: 0 0
}

.listed_work .work_item .work_item_title {
    padding-left: 3rem
}

.listed_work .work_item .work_item_title h5 {
    position: relative
}

.listed_work .work_item .work_item_title h5:before {
    display: inline-block;
    content: "";
    position: absolute;
    background: #1b1b1b;
    height: 2px;
    width: 3rem;
    left: -4rem;
    bottom: 12px
}

.read_more {
    font-weight: 500;
    position: relative
}

.read_more {
    position: relative
}

.read_more:after,
.read_more:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 12%;
    height: 3px;
    background-color: #1b1b1b;
    -webkit-transition: .4s width;
    transition: .4s width
}

.read_more:hover:after {
    width: 100%;
    background-color: #1b1b1b
}

@media(max-height:768px) and (max-width:1366px) {
    .work-title h2 {
        font-size: 2.4em
    }
}

@media(max-height:610px) and (max-width:1350px) {
    .work-item-desc {
        display: none
    }
    .work-title h2 {
        line-height: 1.2em
    }
}

@media(max-height:768px) {
    .work-title h2 {
        font-size: 2.4em
    }
}

@media only screen and (max-width:1030px) {
    .default-carousel-large-img .work-item-text .work-title h2,
    .work-title h2 {
        font-size: 2.2em
    }
    .default-carousel-large-img .work-item-content .container {
        width: 80%;
        margin: 0 auto
    }
    .default-carousel-large-img .work-item-content .work-item-desc {
        display: none
    }
}

@media only screen and (max-width:950px) {
    .work-item-info {
        width: 100%;
        float: none
    }
    .work-item-text {
        padding-left: 0
    }
    .work-count {
        letter-spacing: 2px;
        font-weight: 700;
        font-size: 30px
    }
    .work-date {
        font-size: 14px;
        margin-bottom: 0
    }
    .work-activities {
        font-size: 14px;
        margin-bottom: 2px
    }
    .work-title {
        width: 100%;
        padding-left: 0
    }
    .default-carousel.default-carousel-large-img .work-item-content .container {
        width: 100%;
        margin: 0 auto;
        padding-right: 0;
        padding-left: 0
    }
    .default-carousel-large-img .work-item-content {
        top: 100%;
        left: 50%;
        transform: translate(-50%, -98%)
    }
    .default-carousel-large-img .work-item-text {
        padding: 3rem 4rem 4rem;
        background: rgba(255, 255, 255, .95)
    }
    .default-carousel .owl-nav {
        display: none
    }
}

@media only screen and (max-width:750px) {
    .work-item-desc {
        display: none
    }
    .default-carousel-large-img .work-item-text .work-title h2,
    .work-title h2 {
        font-size: 1.618em;
        line-height: 1.5em
    }
    .work-item-text .read_more {
        display: none
    }
}

@media only screen and (max-width:576px) {
    .default-carousel .work-item-content {
        position: relative
    }
    .default-carousel .work-item-content .row .col-sm-6 {
        position: initial
    }
    .default-carousel .work-item-text {
        position: absolute;
        bottom: 26px;
        z-index: 9;
        background: rgba(255, 255, 255, .99);
        padding: 2rem 2.5rem 4.5rem
    }
    .work-item-img {
        padding: 30px;
        margin: 1.6rem 0
    }
    .work-title h2 {
        font-size: 1.78571429em
    }
    .default-carousel-large-img .work-item-content {
        top: 105%;
        left: 50%;
        transform: translate(-50%, -100%)
    }
}

.large-img-text-container h2 {
    font-weight: 700;
    font-size: 2.618em;
    margin-bottom: .15em
}

.large-img-text-container .work-activities {
    margin-bottom: .8rem
}

@media only screen and (max-width:1367px) {
    .large-img-text-container .px-7 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .default-carousel-large-img .work-item-text .work-title h2 {
        font-size: 1.78571429em
    }
    .work-activities,
    .work-activities a {
        font-size: 1.1em
    }
    .default-carousel-large-img .work-item-desc {
        margin-top: 1.4rem
    }
}

@media only screen and (max-width:768px) {
    .large-img-text-container .row {
        margin-bottom: 3rem
    }
}

.parallax-section {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center
}

.parallax-item-text {
    background: rgba(244, 244, 244, .95);
    padding: 2.5rem 3rem;
    margin: 3rem
}

.parallax-item-title {
    font-size: 32px
}

.parallax-item-meta {
    font-weight: 500;
    font-size: 1.1em;
    letter-spacing: .01em;
    color: #1b1b1b;
    margin-bottom: 1rem
}

.parallax-item-load-btn {
    display: none
}

.shop-item-toolbar {
    margin-bottom: 40px;
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.shop-item-toolbar .items-ordering {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.shop-item-toolbar .item-result-count {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-weight: 400
}

ul.products {
    padding: 0
}

.products .product {
    margin-bottom: 60px
}

.products .product img {
    margin-bottom: 29px
}

.products .product h2 {
    font-size: 21px;
    margin-bottom: 11px
}

.products .product .price {
    display: block;
    margin-bottom: 9px
}

.products li .price {
    font-weight: 400
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 20px
}

.rating span.star {
    font-family: ionicons;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    cursor: pointer
}

.rating span.star:before {
    content: "\f3ae";
    padding-right: 0;
    color: #444
}

.rating span.star.star-rated:before {
    content: "\f2fc";
    padding-right: 0;
    color: #444
}

.rating>span:hover:before,
.rating>span:hover~span:before {
    content: "\f2fc";
    padding-right: 0;
    color: #444
}

.single-product-content {
    margin-top: 60px;
    margin-bottom: 20px
}

.single-product-content:after {
    content: '';
    display: block;
    clear: both
}

.single-product-image:after {
    content: "";
    clear: both;
    display: block
}

.single-product-images .product-images-gallery {
    margin: 0;
    padding: 0;
    width: 19.6%;
    float: left
}

.product-hero-image {
    width: 80.4%;
    padding-left: 15px;
    float: left
}

.single-product-images .product-images-gallery li {
    margin-bottom: 15px;
    width: 100%;
    display: block
}

.single-product-des {
    padding-top: 60px;
    padding-left: 80px
}

.single-product-des .product-title {
    font-size: 1.931em;
    margin-bottom: 5px
}

.single-product-des .single-product-cat {
    font-size: 14px;
    margin-bottom: 8px
}

.single-product-des .single-product-price {
    font-size: 1.68em;
    margin-bottom: 10px;
    font-weight: 400
}

.single-product-deta {
    margin-top: 25px
}

.single-product-des .single-product-rating {
    margin-bottom: 8px
}

.single-product-des .single-product-rating .rating {
    font-size: 13px
}

.product-options {
    margin-top: 30px
}

.single-product-des .product-options h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.single-product-des .product-options select {
    padding: 12px;
    width: 100%;
    margin-bottom: 13px
}

.add-to-cart-warp {
    margin: 40px 0
}

.single-product-des .quantity {
    position: relative;
    float: left;
    margin: 0 4px 0 0
}

.single-product-des .quantity .total-quantity {
    margin: 0;
    padding: 10px;
    text-align: center;
    border: none;
    font-size: 18px;
    width: 80px;
    border: solid 1px #ececec;
    border-radius: 0;
    background: #f9f9f9
}

.single-product-des .add-cart-btn {
    margin-left: .5rem;
    padding: .688rem 1.5rem;
    font-size: 1rem;
    border-radius: .1rem
}

.single-product-des .in-stock {
    float: right
}

.single-product-meta {
    color: #666;
    list-style: none;
    margin: 20px 0 30px;
    padding: 0
}

.single-product-meta .meta-name {
    margin-right: 4px;
    font-weight: 700;
    color: #777
}

.product-extra-info {
    margin-top: 40px
}

.related-products {
    margin-bottom: 70px
}

.related-products .btline-title {
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 14px
}

.related-products .products li {
    margin-bottom: 15px
}

@media only screen and (max-width:959px) {
    .products {
        margin-right: 0;
        margin-left: 0
    }
    .products li,
    .masonry_products li.large_width {
        float: left;
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 0 40px;
        position: relative
    }
}

@media only screen and (max-width:750px) {
    .single-product-des {
        padding-top: 20px;
        padding-left: 0
    }
}

@media only screen and (max-width:450px) {
    .products {
        margin-right: 0;
        margin-left: 0
    }
    .products {
        margin-right: 0;
        margin-left: 0
    }
    .products li,
    .masonry_products li.large_width {
        float: left;
        width: 100%;
        margin: 0 0 40px
    }
}

.blog_posts {
    width: 100%;
    margin: 40px 0
}

.stander_blog article {
    margin-bottom: 3.9rem
}

.stander_blog article .card {
    border: none
}

.stander_blog article .card-block {
    padding: 1.5rem 0 0
}

.stander_blog article .card-title {
    margin-bottom: 17px
}

.stander_blog article .card-post-meta-top {
    font-weight: 400;
    margin-bottom: 15px
}

.stander_blog article .card-post-meta-top span:not(:last-child),
.stander_blog article .card-post-meta-bottom span:not(:last-child) {
    margin-right: 5px
}

.stander_blog article .card-post-meta-top span:not(:last-child):after {
    content: "|";
    padding-left: 5px
}

.post_meta_category a:not(:last-child):after {
    content: ",";
    padding-right: 6px
}

.stander_blog article .card-post-meta-bottom {
    font-weight: 400
}

.stander_blog article .card-post-meta-bottom span:not(:last-child):after {
    content: "|";
    padding-left: 5px
}

.stander_blog_card article {
    margin-bottom: 50px
}

.stander_blog_card article .card {
    background-color: #fafafa
}

.stander_blog_card article .card-block {
    border-radius: .25rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1.4rem 1.4rem 1.5rem
}

.stander_blog_card article .card-post-meta-bottom {
    padding-top: 0
}

.stander_blog_card.blog-no-border article .card-block {
    border: none;
    border-radius: .25rem;
    padding: 1.3rem 0 0
}

.stander_blog_card.blog-no-border article .card-title {
    margin-bottom: 1rem
}

.stander_blog.blog-no-border article .card-post-meta-bottom {
    font-size: .95em;
    font-weight: 700;
    margin-top: -.3rem;
    padding-top: 0;
    border-top: none;
    color: #202020
}

.blog_carousel .card {
    border: none
}

.blog_carousel article .card-title {
    font-size: 1.5em;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.blog_carousel article .card-block {
    padding: 1.25rem 1.8rem
}

.owl-controls {
    margin-top: 0
}

.stander_blog_single_post {
    margin: 0
}

.stander_blog_single_post article {
    margin: 0 0 10px
}

.stander_blog_single_post article .card-title {
    margin-bottom: 1.3rem;
    margin-top: .3em
}

.stander_blog_single_post.stander_blog article .card-post-meta-top {
    margin-bottom: 25px
}

.stander_blog_single_post.stander_blog article .card-post-meta-bottom {
    margin-top: 50px
}

@media only screen and (max-width:1024px) {
    .stander_blog_center .post_meta_comments {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .blog_posts .card-post-meta-bottom .list-inline,
    .blog_posts .card-post-meta-bottom .post_read_more_btn {
        display: none
    }
    .blog_posts.stander_blog_center .card-post-meta-bottom .post_read_more_btn {
        display: inline-block
    }
    .stander_blog_center article .card-post-meta-bottom {
        text-align: center
    }
}

.blog_posts .single_post {
    margin: 0
}

.single_post .post_img {
    position: relative;
    margin-bottom: 20px;
    background: #8d8d8d;
    overflow: hidden
}

.post_info {
    padding-right: 10px;
    text-align: center
}

.blog_posts .single_post .post_info {
    text-align: center
}

.blog_posts .single_post .post_info a {
    color: #404040
}

.blog_posts .single_post .post_info .post_category {
    display: block;
    text-transform: uppercase
}

.post_meta {
    margin-bottom: 15px
}

.post_meta li {
    list-style: none;
    display: inline-block;
    padding-right: 15px
}

.post_info .post_category span,
.post_meta {
    font-weight: 500;
    font-size: 12px
}

.post_info .post_category span:after {
    content: ","
}

.post_info .post_category span:last-child:after {
    content: ""
}

.single_blog_post {
    margin: 60px 0 50px
}

.single_blog_post .post_title {
    font-weight: 700;
    font-size: 28px;
    margin-top: 50px;
    line-height: 1.5em;
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: 1px
}

.single_blog_post .post_title {
    color: #404040
}

.single_post .post_info {
    text-align: center
}

.single_blog_post .post_meta,
.single_blog_post .post_meta a {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 32px;
    letter-spacing: 1px;
    color: #555
}

.blog_posts .single_post .post_title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize
}

.blog_posts .single_post .post_title a {
    color: #404040
}

.single_post .post_content {
    margin-top: 20px
}

.blog_posts .single_post .post_content {
    margin-top: 0;
    margin-bottom: 15px
}

.blog-post-tags {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-post-tags li {
    display: inline-block;
    margin: 0 0 .3em 1em;
    padding: 0 10px 0 0
}

.blog-post-tags li a {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    background-color: #f1f1f1;
    border-radius: 0 3px 3px 0;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s
}

.blog-post-tags li a::before {
    position: absolute;
    top: 0;
    left: -15px;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent #f1f1f1 transparent transparent;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    -webkit-transition: .2s;
    transition: .2s
}

.blog-post-tags li a::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%
}

.blog-post-tags li span {
    display: block;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.blog-post-tags li a:hover {
    background-color: #555;
    color: #fff
}

.blog-post-tags li a:hover::before {
    border-right-color: #555
}

.blog_item_quote {
    text-align: center
}

.blog_item_quote blockquote {
    padding: 26px 25% 0;
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    font-weight: 800;
    border-left: 0;
    position: relative;
    font-style: normal
}

.blog_item_quote blockquote a {
    color: #6d6d6d
}

.blog_item_quote blockquote:before {
    content: '';
    height: 3px;
    width: 50px;
    background: #f5f5f5;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 1
}

.drop-caps {
    float: left;
    position: relative;
    top: 4px;
    margin-right: .3em;
    margin-bottom: .1em;
    padding-bottom: .1em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: .8em;
    font-family: Arial, sans-serif;
    padding: 8px 12px;
    font-size: 4em;
    color: #fff;
    background: #252525
}

.drop-caps.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 3em;
    line-height: 1.2em;
    text-align: center
}

.post-author {
    padding-bottom: 35px;
    margin-top: 25px
}

.post-author img {
    margin: 0 25px 10px 0;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%
}

.post-author h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px
}

.post-author p {
    color: #666
}

.comment-wrap {
    margin: 0 0 50px
}

.comment-wrap .comment-title,
.comment-form-warp .comment-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: .7rem;
    padding-bottom: .88rem;
    border-bottom: 1px solid #f4f4f4
}

.comment-form-warp .comment-title {
    border-bottom: none
}

.comment-wrap .comment-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.comment-wrap .comment-list li {
    padding: 2.5rem 0;
    margin-bottom: 1.5rem;
    position: relative;
    list-style: none;
    border-bottom: solid 1px #f4f4f4
}

.comment-wrap .comment-list li .avatar {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 2.3rem
}

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

.comment-wrap .comment-list li .comment-text {
    overflow: hidden
}

.comment-wrap .comment-list li .comment-text .comment-head {
    margin-bottom: 1.556rem
}

.comment-wrap .comment-list li .comment-text .name-n-time {
    float: left;
    display: block
}

.comment-wrap .comment-list ul {
    padding: 20px 0 15px 55px
}

.comment-wrap .comment-list ul li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 3px
}

.comment-wrap .comment-form-warp {
    margin-top: 42px
}

.comment-wrap .comment-form-warp .btline-title {
    margin-bottom: 37px
}

.comment-wrap .comment-author {
    font-weight: 500;
    font-size: 1.1em
}

.comment-form-warp .button {
    font-size: 14px;
    letter-spacing: 1px
}

.contact_form {
    padding-top: 4px
}

.contact_form input[type=text],
.contact_form textarea,
.comment-form-warp input[type=text],
.comment-form-warp textarea {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border: 0;
    border: 1px solid #f1f1f1;
    padding: 12px 22px;
    font-family: inherit;
    letter-spacing: 2px;
    font-size: 12px
}

.contact_form textarea {
    margin-bottom: 18px;
    height: 180px;
    max-width: 100%
}

.contact_form textarea:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none
}

input[type=submit] {
    width: inherit
}

form .send_button {
    margin-top: 10px;
    border: none;
    background: #37474f;
    color: #fff;
    border: solid 2px #37474f
}

.comment-form-warp form .send_button:hover,
form .send_button:hover {
    background: 0 0;
    color: #37474f
}

.contact_form .alert.alert-danger {
    margin-top: 20px;
    background: rgba(228, 25, 25, .75);
    color: #fff
}

.contact_form .alert.alert-success {
    margin-top: 20px;
    background: rgba(50, 178, 95, .75);
    color: #fff
}

.contact_form .has-error input[type=text],
.contact_form .has-error textarea {
    border-color: rgba(228, 25, 25, .75)
}

.contact_form .form-group {
    margin-bottom: 0
}

.sidebar {
    margin-top: 80px
}

.widget {
    margin-bottom: 50px
}

.widget.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget.widget_categories ul li {
    font-weight: 500;
    padding: .3rem 0
}

.widget.widget_categories ul li:first-child {
    padding-top: 0
}

.widget.widget_categories ul li:after {
    content: "\f178";
    font-family: fontawesome;
    float: right
}

.widget_nav_menu ul {
    margin: 0;
    padding: 0
}

.widget_nav_menu ul li {
    list-style: none;
    font-size: .95em;
    letter-spacing: .02em;
    padding: 1px 0
}

.circle-pagination>li>a,
.circle-pagination>li>span,
.circle-pagination .page-item:first-child .page-link,
.circle-pagination .page-item:last-child .page-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 2.8rem;
    height: 2.8rem;
    text-align: center;
    line-height: 2.8em;
    padding: 0;
    margin: 0 .3em;
    font-size: .95em
}

.pagination>li>a,
.pagination>li>span {
    color: #404040;
    background-color: transparent
}

.page-item .page-link {
    position: relative;
    display: block;
    padding: .4rem .5rem;
    margin-left: 10px;
    line-height: 1.25;
    background-color: transparent;
    border: none;
    font-weight: 500
}

.page-item.active .page-link {
    z-index: 2;
    color: #0b0b0b;
    background-color: transparent;
    border-color: #141414;
    border-bottom: 2px solid #0b0b0b;
    border-radius: .1rem
}

.reveal-title {
    font-size: 8.375em;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -6px;
    color: #ececec;
    margin-top: .01em;
    margin-bottom: .01em
}

.accordion .card {
    background: 0 0;
    border: none
}

.accordion .card-header {
    background: 0 0;
    border-bottom: 2px solid #ecf1f5;
    padding: 1.25rem .25rem
}

.accordion .card-block {
    padding: 23px 0 25px;
    border-bottom: 2px solid #ecf1f5
}

.accordion .card-header .accordion-mark .open {
    opacity: 0
}

.accordion .card-header .collapsed .accordion-mark .close {
    opacity: 0
}

.accordion .card-header .collapsed .accordion-mark .open {
    opacity: 1
}

.accordion .card-header h5 a:after {
    font-family: fontawesome;
    content: "\f068";
    float: right
}

.accordion .card-header h5 a.collapsed:after {
    content: "\f067"
}

.nav-tabs {
    margin-bottom: 1.85714286em;
    border-bottom: 0
}

.nav-tabs .nav-link {
    font-weight: 500
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #464a4c;
    padding-bottom: 6px;
    background-color: 0;
    border-color: rgba(255, 255, 255, .15);
    border-bottom: solid 2px #0b0a0f
}

.team-person {
    position: relative
}

.team-person .team-info-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 2.5rem
}

.team-person .team-info-holder:after {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1;
    text-align: center;
    width: 90%;
    height: 90%;
    background: #000;
    opacity: .4;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.90) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.90) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.90) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d5000000', GradientType=0)
}

.team-person .team-info-holder .team-info {
    position: absolute;
    bottom: 1rem;
    z-index: 999;
    color: #fff
}

.team-person .team-info-holder .team-name {
    color: #fff;
    line-height: 1.7em;
    margin-bottom: 0
}

.team-person .team-info-holder .team-role {
    color: #fff;
    font-weight: 500
}

.team-person .team-person-box-shadow {
    background: #e0ded9;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1
}

.simple-team-person .team-image {
    padding: 0 1rem;
    margin-bottom: 1.5rem
}

.simple-team-person .team-info-holder .team-name {
    font-weight: 500;
    margin-bottom: 0
}

.simple-team-person .team-info-holder .team-role {
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: .5rem
}

@media only screen and (max-width:740px) {
    .team-person-container {
        margin-left: 0
    }
    .team-person-container li {
        width: 50%;
        margin-left: 0
    }
    .team-person-container li:nth-child(even) {
        margin-top: 0;
        z-index: 999
    }
    .team-person {
        margin-bottom: 20px
    }
}

.testimonials {
    margin: 20px 0
}

.testimonials .testimonial {
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 300;
    letter-spacing: .5px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 8%;
    text-align: center
}

.testimonials .testimonial p {
    margin-bottom: 1rem
}

.testimonials .testimonial .client {
    font-size: .89em
}

.testimonials .testimonial .client .client-info,
.testimonials .testimonial .client .client-pic {
    display: inline-block;
    vertical-align: middle
}

.testimonials .testimonial .client .client-pic img {
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block
}

.testimonials .testimonial .client .client-info {
    letter-spacing: 0;
    font-weight: 500
}

.testimonial-style-two {
    text-align: center
}

.testimonial-style-two img {
    border-radius: 50%;
    max-width: 120px;
    margin: 0 auto 30px
}

.testimonials .owl-dots {
    position: absolute;
    bottom: -18%
}

.simple_testimonial {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px
}

.simple_testimonial_img {
    display: table-cell;
    vertical-align: top;
    float: none;
    width: 35%;
    padding-right: 20px
}

.simple_testimonial_content {
    display: table-cell;
    vertical-align: top;
    float: none;
    width: 65%;
    padding: 70px 0 0 8%
}

.simple_testimonial_quote {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: #555
}

.person_name h3 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px
}

.person_job h5 {
    letter-spacing: 1px;
    margin-top: 5px;
    font-size: 14px
}

.simple_testimonial_container .simple_testimonial:nth-child(even) .simple_testimonial_img {
    float: right
}

.simple_testimonial_container .simple_testimonial:nth-child(even) .simple_testimonial_content {
    float: left;
    padding-top: 80px;
    padding: 70px 8% 0 0
}

.clients-box {
    margin: 0;
    padding: 0;
    text-align: center
}

.clients-box li {
    list-style: none;
    width: 19.5%;
    padding: 3.5%;
    display: inline-block
}

@media only screen and (max-width:950px) {
    .clients-box li {
        list-style: none;
        width: 33.3333333%;
        float: left;
        position: relative
    }
}

@media only screen and (max-width:720px) {
    .clients-box li {
        list-style: none;
        width: 50%;
        float: left;
        position: relative
    }
}

.client-logo-list {
    margin: 0;
    padding: 0
}

.client-logo-list li {
    list-style: none;
    padding: 20px
}

.content_box {
    text-align: center
}

.content_box .content_number {
    font-size: 18px
}

.content_box .content_icon {
    font-size: 35px;
    margin-bottom: 1rem
}

.content_box .content_icon.circle_icon {
    text-align: center;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    line-height: 74px;
    background: #fafafa;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px
}

.content_box.align-left .content_icon.circle_icon {
    margin-left: 0
}

.content_box.align-right .content_icon.circle_icon {
    margin-right: 0
}

.content_box.content_box_align_right .content_icon.circle_icon {
    margin-left: 20px
}

.content_box_align_left {
    text-align: left
}

.content_box.content_box_align_left .content_icon.circle_icon {
    margin-right: 20px
}

.content_box.shield_bg {
    position: relative;
    padding: 55px 30px 0;
    border-top: 6px solid #e1e4e3;
    background-color: #f0f3f2;
    background-position: center top;
    margin-bottom: 100px;
    font-size: 13px
}

.content_box.shield_bg:after {
    content: '';
    position: absolute;
    bottom: -78px;
    left: 0;
    width: 100%;
    height: 50%;
    border-bottom: 85px solid #f0f3f2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.content_img {
    margin-bottom: 30px
}

.content_box_align_left .content_icon {
    float: left
}

.content_box_align_left .content_info {
    margin-left: 65px
}

.content_box_align_right {
    text-align: right
}

.content_box_align_right .content_icon {
    float: right
}

.content_box_align_right .content_info {
    margin-left: 0;
    margin-right: 65px
}

.content_box h3 {
    font-size: 21px;
    position: relative;
    margin-bottom: 20px
}

.content_info .read_more {
    font-weight: 500
}

@media only screen and (max-width:950px) {
    .content_box {
        margin-bottom: 30px
    }
    .content_shadow_text_box .content_img,
    .content_shadow_text_box .content_info {
        display: block;
        width: 100%;
        margin: 0
    }
    .text_half_overlay .content_info {
        margin: -115px 15px 0
    }
}

.video-container {
    background-size: cover;
    background-position: center center;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.play-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-play-trigger:hover .icon-play {
    color: #393939
}

@media only screen and (max-width:950px) {
    .big-font-title h1 {
        font-size: 36px;
        letter-spacing: 2px
    }
    .video-story-bio {
        width: 100%;
        font-size: 16px
    }
}

.container-services-sc {
    padding: 80px 0 40px
}

.counter_box {
    text-align: center;
    color: #333
}

.counter_box_icon {
    font-size: 32px;
    line-height: 32px;
    margin: 0 auto 22px;
    border-radius: 100%;
    text-align: center
}

.counter_box_number {
    font-size: 38px;
    line-height: 52px;
    font-weight: 500;
    margin-bottom: 22px
}

.counter_box_title h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media only screen and (max-width:950px) {
    .counter_box {
        margin-bottom: 40px
    }
}

.icons_list {
    margin: 0;
    padding: 0
}

.icons_list li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    padding: 0 7px
}

.icons_list.circle li {
    background-color: transparent;
    border: 2px solid #dbdbdb;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    -webkit-transition: background-color .15s ease-out, border-color .15s ease-out;
    -moz-transition: background-color .15s ease-out, border-color .15s ease-out;
    transition: background-color .15s ease-out, border-color .15s ease-out;
    margin: 0 6px 0 0;
    width: 32px;
    height: 32px;
    line-height: 29px;
    background-color: #444;
    border-color: #444;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.icons_list.circle li a {
    color: #fff
}

.icons_list.circle li:hover {
    background-color: #cbb198;
    border-color: #cbb198
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:768px) {
    .row-eq-height {
        display: block
    }
}

.form-group label {
    font-size: .9em
}

.form-fields-bg-alabaster input[type],
.form-fields-bg-alabaster textarea,
.form-fields-bg-alabaster select {
    background: #f8f8f8
}

.dark-form-fields textarea,
.dark-form-fields input[type],
.dark-form-fields .form-control {
    background-color: #f8f8f8;
    border-color: 0;
    color: #f1f1f1
}

.google_map {
    width: 100%;
    height: 536px
}

#gmap_canvas {
    width: 100%;
    height: 536px
}

.full_page_height_map.google_map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%
}

.full_page_height_map #gmap_canvas {
    height: 100%
}

@media only screen and (max-width:768px) {
    .full_page_height_map.google_map {
        position: relative
    }
}

#gmap_canvas img {
    max-width: none;
    background: 0 0
}

.parallax_bg {
    position: relative;
    width: 100%;
    overflow: hidden
}

.parallax_bg .parallax_bg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: -30px;
    left: 0
}

.parallax_bg .parallax_bg_content {
    height: 100%
}

.btn {
    cursor: pointer;
    padding: .85rem 1.5rem
}

.btn-lg {
    padding: 1rem 1.5rem;
    font-size: 1.1rem
}

.btn-default {
    color: #fff;
    background: #1b1b1b;
    border-color: #1b1b1b
}

.btn-default:hover {
    background: #292b2c;
    border-color: #292b2c;
    color: #f1f1f1
}

.btn-outline-pastel-red {
    color: #1b1b1b;
    background-image: none;
    background-color: transparent;
    border-color: #1b1b1b
}

.btn-outline-pastel-red:hover {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b
}

.btn-dark {
    color: #fff;
    background: #000;
    border-color: #000
}

.btn-dark:hover {
    background: #444;
    border-color: #444
}

.btn-outline-dark {
    color: #000;
    background-image: none;
    background-color: transparent;
    border-color: #000
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #444;
    border-color: #444
}

.btn-dark-light {
    color: #fff;
    background: #353535;
    border-color: #353535
}

.btn-dark-light:hover {
    background: #000;
    border-color: #000
}

.btn-eastBay {
    color: #fff;
    background: #414a75;
    border-color: #414a75
}

.btn-eastBay:hover {
    background: #47517f;
    border-color: #47517f;
    color: #fff
}

.btn-outline-dark-light {
    color: #353535;
    background-image: none;
    background-color: transparent;
    border-color: #353535
}

.btn-outline-dark-light:hover {
    color: #fff;
    background-color: #353535;
    border-color: #353535
}

.btn-white {
    color: #444;
    background: #fff;
    border-color: #fff
}

.btn-white:hover {
    background: #f1f1f1;
    border-color: #f1f1f1
}

.btn-outline-white {
    color: #fff;
    background-image: none;
    background-color: transparent;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #f1f1f1;
    border-color: #f1f1f1
}

.btn-radius-l {
    border-radius: 42px
}

.btn-bottom-line {
    font-weight: 500;
    padding-bottom: 6px;
    border-bottom: solid 2px #0b0a0f
}

.btn-black-round {
    color: #fff;
    border: 2px solid #0b0a0f;
    border-radius: 40px;
    background: #0b0a0f;
    transition: all .2s ease 0s
}

.btn-backdrop {
    position: relative;
    margin-top: 12px;
    display: inline-block;
    padding: 0 0 0 1.5rem;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .02em
}

.btn-backdrop:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -5px;
    left: 0;
    background: #1b1b1b;
    opacity: .3;
    width: 85%;
    height: 22px;
    transition: .4s width
}

.btn-backdrop:hover:before {
    width: 100%
}

.progress-bar-label {
    color: #141414
}

.progress {
    margin-bottom: 1rem;
    border-radius: 0
}

.progress-bar {
    height: 1.5rem;
    font-size: .85rem;
    line-height: 1.4rem
}

.progress.vertical {
    width: 60px;
    height: 100%;
    float: left;
    margin-right: 20px;
    position: relative
}

.progress.vertical .progress-bar {
    padding: 1.5rem 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height .6s ease;
    -o-transition: height .6s ease;
    transition: height .6s ease
}

.progress.vertical.from-top .progress-bar {
    position: relative
}

.instagram_feed {
    list-style: none;
    margin: 0;
    padding: 0
}

.instagram_feed li {
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.instagram_feed li:hover {
    opacity: .4
}

.pricing_item {
    display: inline-block;
    padding: 2.5rem .95rem 2.8rem;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fafafa;
    text-align: center
}

.pricing_item_title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .085em
}

.pricing_item_price {
    font-weight: 700;
    display: block;
    font-size: 3.4em;
    line-height: 1em;
    word-spacing: -.2em;
    color: #111
}

.pricing_item_price_info {
    display: block;
    margin-top: .4rem;
    margin-bottom: 2rem
}

.pricing_item_features_list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px
}

.pricing_item_features_list li {
    position: relative;
    display: table;
    margin: auto auto .5rem
}

.pricing_item_features_list li .fa {
    padding-right: .5rem
}

.countdown .countdown_value {
    display: inline-block;
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    text-align: center;
    padding-right: 50px
}

.countdown .countdown_lable {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500
}

#video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/Busy-People.jpg) no-repeat;
    background-size: cover;
    z-index: -100
}

.bgvid {
    position: absolute;
    background: linear-gradient( rgba(245, 245, 245, 0.85), rgba(245, 245, 245, 0.85));
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%
}

.fit iframe {
    border: none
}

.intro-scroll-tip {
    margin: 0 0 0 -50px;
    position: absolute;
    bottom: 80px;
    left: 100%;
    z-index: 9999
}

.intro-scroll-tip:before {
    display: block;
    position: absolute;
    bottom: -60px;
    left: -6px;
    width: 1px;
    height: 45px;
    background: #2f2f2f;
    content: ''
}

.intro-scroll-tip .tip {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    letter-spacing: -.03em
}

.divider {
    height: 1px;
    background-color: #eaeced
}

.owl-carousel .img_as_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.owl-carousel .slide_content {
    width: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.owl-carousel .slide_content.content_at_top_30 {
    top: 40%
}

.owl-carousel .slide_content.content_at_top {
    top: inherit;
    transform: translateY(0);
    top: 12%
}

.owl-carousel .slide_content.content_at_center {
    top: inherit;
    transform: translateY(-50%);
    top: 50%
}

.owl-carousel .slide_content.content_at_bottom {
    top: inherit;
    transform: translateY(0);
    bottom: 12%
}

.owl-carousel .slide_content.align-right {
    right: 10%;
    left: inherit
}

.owl-carousel .slide_content.align-left {
    left: 10%;
    right: inherit
}

.owl-carousel .slide_content .big_title {
    font-size: 64px;
    line-height: 1.3125em;
    letter-spacing: 3px;
    font-weight: 500
}

.owl-carousel .slide_content .title_uppercase {
    text-transform: uppercase
}

.owl-carousel .slide_content .title_bold {
    font-weight: 800
}

.owl-carousel .slide_content .big_description {
    font-size: 20px;
    line-height: 36px
}

.owl-carousel .item {
    position: relative
}

@media only screen and (max-width:1370px) {
    .owl-carousel .slide_content .big_title {
        font-size: 50px;
        line-height: 1.3125em;
        letter-spacing: 2px
    }
    .owl-carousel .slide_content .big_description {
        font-size: 19px;
        line-height: 30px
    }
}

@media only screen and (max-width:959px) {
    .owl-carousel .slide_content {
        width: 75%
    }
    .owl-carousel .slide_content .big_title {
        font-size: 36px;
        letter-spacing: 2px
    }
    .owl-carousel .slide_content .big_description {
        font-size: 16px;
        line-height: 28px
    }
    .simple_slider .owl-nav {
        display: none
    }
}

@media only screen and (max-width:450px) {
    .owl-carousel .slide_content {
        width: 93%
    }
    .owl-carousel .slide_content .big_title {
        font-size: 30px;
        letter-spacing: 2px;
        font-weight: 500
    }
    .owl-carousel .slide_content .big_description {
        font-size: 16px;
        line-height: 30px
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-wrapper,


.owl-carousel .owl-item img {
    display: block;
    margin: auto
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

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

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-controls {
    font-size: 14px;
    font-weight: 800;
    width: 100%;
    text-transform: uppercase
}

.owl-nav div {
    color: #fff;
    opacity: .9;
    cursor: pointer
}

.owl-nav div:after {
    content: '';
    height: 2px;
    width: 40px;
    background: #fff;
    top: 50%;
    margin-right: 6px;
    margin-top: -2px;
    position: absolute;
    z-index: 1
}

.owl-nav div.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 5%
}

.owl-nav div.owl-prev:after {
    left: 50px
}

.owl-nav div.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: 5%
}

.owl-nav div.owl-next:after {
    right: 50px
}

.default-carousel:hover .owl-nav div {
    opacity: 1
}

.owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 10px;
    z-index: 9999
}

.owl-dots .owl-dot {
    display: inline-block
}

.owl-dots .owl-dot span {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #d6d6d6;
    border: 2px solid #d6d6d6;
    -webkit-transition: background-color .2s ease-out, border .2s ease-out;
    -moz-transition: background-color .2s ease-out, border .2s ease-out;
    transition: background-color .2s ease-out, border .2s ease-out;
    box-sizing: border-box
}

.owl-dots .owl-dot span:hover r {
    background-color: #000;
    border-color: #000
}

.owl-dots .owl-dot.active span {
    background-color: #1d1d1d;
    border-color: #1d1d1d
}

.owl-bg-img {
    background-size: cover
}

.owl-nav.disabled {
    display: none
}

.min_height_750 {
    min-height: 750px
}

.bg_transparent {
    background: 0 0
}

.light_color h5,
.light_color h1,
.light_color p {
    color: #fff
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 500px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.image-source-link {
    color: #98c3d1
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

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

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-content-popup-block {
    background: #1d2120;
    color: #fff;
    text-align: left;
    max-width: 630px;
    margin: 40px auto;
    position: relative
}

.mfp-content-popup-block h1 {
    color: #fff;
    margin: 0;
    padding: 20px 40px;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 500;
    background: rgba(0, 0, 0, .5);
    border-radius: 3px 3px 0 0
}

.mfp-content-popup-block a {
    color: #fff
}

.mfp-content-popup-block .news_feed .send_button,
.mfp-content-popup-block .news_feed {
    color: #1d2120;
    background: #f1f1f1
}

.mfp_content {
    padding: 40px;
    margin: 0
}

.mfp_content .button {
    padding: .7em 2em
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

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

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.et-banner {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center
}

.et-banner figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    cursor: pointer
}

.et-banner figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: .1
}

.et-banner figure img {
    opacity: 1
}

.et-banner figure figcaption {
    padding: 2em;
    color: #1b1b1b;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.et-banner figure figcaption::before,
.et-banner figure figcaption::after {
    pointer-events: none
}

.et-banner figure figcaption,
.et-banner figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.et-banner figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.et-banner figure h2 {
    font-size: 20px;
    margin-bottom: 12px
}

.et-banner figure h2,
.et-banner figure .view_more_icon {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.et-banner figure .view_more_icon {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%
}

.et-banner figure:hover h2,
.et-banner figure:hover .view_more_icon {
    opacity: 1
}

.et-banner .figure_caption_container {
    display: table;
    height: 100%;
    width: 100%
}

.et-banner .figure_caption {
    display: table-cell;
    vertical-align: middle
}

figure.effect-slide-top {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: all .2s ease;
    -moz-transform: all .2s ease;
    -ms-transform: all .2s ease;
    -o-transform: all .2s ease;
    transform: all .2s ease
}

figure.effect-slide-top:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.et-banner figure.effect-banner {
    min-height: 60vh
}

.et-banner figure.effect-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.et-banner figure.effect-banner figcaption {
    padding: 60px 50px
}

figure.effect-banner .figure_caption {
    display: table-cell;
    vertical-align: bottom;
    text-align: left
}

.et-banner figure.effect-banner,
.et-banner figure.effect-banner .view_more_icon {
    opacity: 1;
    text-align: left
}

.et-banner figure.effect-banner h2,
.et-banner figure.effect-banner .view_more_icon,
.et-banner figure.effect-banner h2 a,
.et-banner figure.effect-banner .view_more_icon a {
    opacity: 1;
    background: #1d1d1d;
    color: #fff;
    font-size: 24px;
    display: initial;
    padding: 11px 30px
}

.et-banner figure.effect-banner p {
    display: none
}

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

figure.effect-lily figcaption {
    text-align: left
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

figure.effect-lily p {
    color: rgba(255, 255, 255, .8);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s
}

figure.effect-lily:hover img {
    opacity: .7
}

figure.effect-lily:hover p {
    opacity: 1
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-lily:hover p {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
}

figure.effect-sadie h2 {
    -webkit-transform: translate3d(0, 40px, 0) translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0) translate3d(0, 40px, 0)
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) translate3d(0, 0, 0)
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%)
}

figure.effect-roxy img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left
}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

figure.effect-roxy:hover img {
    opacity: .7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-default {
    text-align: left
}

figure.effect-default img {
    opacity: 1;
    -webkit-transition: opacity .55s;
    transition: opacity .55s
}

figure.effect-default:hover img {
    opacity: .1
}

.et-banner figure.effect-default .figure_caption {
    display: table-cell;
    vertical-align: top;
    padding-top: 19px;
    padding-left: 20px
}

figure.effect-default figcaption::before,
figure.effect-default figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .55s, -webkit-transform .55s;
    transition: opacity .55s, transform .55s
}

figure.effect-default h2 {
    -webkit-transition: opacity .55s, -webkit-transform .55s;
    transition: opacity .55s, transform .55s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

figure.effect-default p {
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity .55s, -webkit-transform .55s;
    transition: opacity .55s, transform .55s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

figure.effect-default:hover figcaption::before,
figure.effect-default:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

figure.effect-default:hover h2,
figure.effect-default:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-romeo img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1)
}

figure.effect-romeo:hover img {
    opacity: .6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: translate3d(1, 1, 1)
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

figure.effect-romeo:hover figcaption::before {
    opacity: .5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

figure.effect-romeo:hover figcaption::after {
    opacity: .5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

figure.effect-romeo h2,
figure.effect-romeo p {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

figure.effect-romeo h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0)
}

figure.effect-romeo p {
    padding: .25em 2em;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0)
}

figure.effect-romeo:hover h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0)
}

figure.effect-romeo:hover p {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0)
}

.et_three_col figure.effect-romeo h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -110%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -110%, 0)
}

.et_three_col figure.effect-romeo p {
    padding: .25em 2em;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 110%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 110%, 0)
}

.et_four_col figure.effect-romeo h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 0, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 0, 0)
}

figure.effect-layla {
    background: #18a367
}

figure.effect-layla img {
    opacity: .95
}

figure.effect-layla figcaption {
    padding: 3em
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

figure.effect-layla h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

figure.effect-layla p {
    padding: .5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

figure.effect-layla h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

figure.effect-layla:hover img {
    opacity: .7
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

figure.effect-honey {
    background: #4a3753
}

figure.effect-honey img {
    opacity: .9;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

figure.effect-honey:hover img {
    opacity: .5
}

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

figure.effect-honey h2 i {
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-honey p {
    display: none
}

figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%)
}

figure.effect-oscar img {
    opacity: 1;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(58, 52, 42, .7);
    -webkit-transition: background-color .35s;
    transition: background-color .35s
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: ''
}

figure.effect-oscar h2 {
    margin: 0 0 10px;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

figure.effect-oscar:hover figcaption {
    background-color: transparent
}

figure.effect-oscar:hover img {
    opacity: .4
}

figure.effect-marley figcaption {
    text-align: right
}

figure.effect-marley img {
    opacity: 1;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

figure.effect-marley:hover img {
    opacity: .8
}

figure.effect-marley h2,
figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0
}

figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

figure.effect-marley h2 {
    top: 30px;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

figure.effect-marley h2::after,
figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-milo {
    background: #2e5d5a
}

figure.effect-milo img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.effect-milo:hover img {
    opacity: .5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

figure.effect-milo h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em
}

figure.effect-milo p {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 5%;
    padding: 1em 1.2em;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-sarah {
    background: #42b078
}

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.effect-sarah:hover img {
    opacity: .4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-sarah figcaption {
    text-align: left
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: .5em 0
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1.2em 1em;
    height: inherit;
    background: rgba(29, 33, 32, .8);
    color: #3c4a50;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

figure.effect-zoe h2 {
    color: #fff;
    float: left
}

figure.effect-zoe img {
    opacity: 1;
    transition: opacity .35s
}

figure.effect-zoe:hover img {
    opacity: .7
}

figure.effect-zoe p {
    display: none
}

figure.effect-zoe h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0)
}

figure.effect-zoe h2 {
    display: inline-block
}

figure.effect-zoe:hover p.description {
    opacity: 1
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.et_three_col figure.effect-zoe h2 {
    font-size: 21px
}

.et_four_col figure.effect-zoe h2 {
    font-size: 18px
}

figure.effect-chico img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12)
}

figure.effect-chico:hover img {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1)
}

figure.effect-chico figcaption {
    padding: 3em
}

figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

figure.effect-chico h2 {
    padding: 0 0 18px
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 90%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.et_three_col figure.effect-chico h2 {
    padding-bottom: 10px
}

.et_four_col figure.effect-chico h2 {
    font-size: 21px
}

figure.effect-julia {
    background: #2f3238
}

figure.effect-julia img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.effect-julia figcaption {
    text-align: left
}

figure.effect-julia .figure_caption {
    vertical-align: top
}

figure.effect-julia h2 {
    position: relative;
    padding: .5em 0
}

figure.effect-julia p {
    display: inline-block;
    margin: 0 0 .25em;
    padding: .4em 1em;
    background: rgba(255, 255, 255, .9);
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0)
}

figure.effect-julia p:first-child {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

figure.effect-julia:hover img {
    opacity: .4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-goliath {
    background: rgba(29, 33, 32, .8)
}

figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.effect-goliath img {
    opacity: 1;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

figure.effect-goliath:hover img {
    opacity: .7
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px
}

figure.effect-goliath h2 {
    padding-bottom: 5px
}

figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0)
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.et_four_col figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.et_four_col figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

figure.effect-winston {
    background: #162633;
    text-align: left
}

figure.effect-winston img {
    -webkit-transition: opacity .45s;
    transition: opacity .45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.effect-winston figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/triangle.svg) no-repeat center center;
    background-size: 100% 100%;
    content: '';
    -webkit-transition: opacity .45s, -webkit-transform .45s;
    transition: opacity .45s, transform .45s;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

figure.effect-winston h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

figure.effect-winston p {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 7% 0;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

figure.effect-winston a:hover,
figure.effect-winston a:focus {
    color: #cc6055
}

figure.effect-winston:hover img {
    opacity: .6
}

figure.effect-winston:hover h2,
figure.effect-winston:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-winston:hover figcaption::before {
    opacity: .7;
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg)
}

figure.effect-selena img {
    opacity: .95;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

figure.effect-selena:hover img {
    opacity: .6;
    -webkit-transform: scale3d(.95, .95, 1);
    transform: scale3d(.95, .95, 1)
}

figure.effect-selena h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

figure.effect-selena p {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

figure.effect-selena:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-selena:hover p {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0)
}

figure.effect-apollo {
    background: #3498db
}

figure.effect-apollo img {
    opacity: .95;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1)
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

figure.effect-apollo h2 {
    text-align: left
}

figure.effect-apollo:hover img {
    opacity: .6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

figure.effect-jazz {
    background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
    background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%)
}

figure.effect-jazz img {
    opacity: .9
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

figure.effect-jazz .figure_caption {
    vertical-align: top
}

figure.effect-jazz h2,
figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
}

figure.effect-jazz h2 {
    padding-top: 15%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

figure.effect-jazz p {
    padding: .5em 2em;
    text-transform: none;
    font-size: .85em;
    opacity: 0
}

figure.effect-jazz:hover img {
    opacity: .7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1)
}

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1)
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

figure.effect-ming {
    background: #030c17
}

figure.effect-ming img {
    opacity: .9;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1)
}

figure.effect-ming h2 {
    margin: 0 0 10px;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

figure.effect-ming p {
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

figure.effect-ming:hover h2 {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

figure.effect-ming:hover figcaption {
    background-color: transparent
}

figure.effect-ming:hover img {
    opacity: .4
}

figure.effect-lexi {
    background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
    background: linear-gradient(-45deg, #000 0%, #fff 100%)
}

figure.effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: .9;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255, 255, 255, .2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

figure.effect-lexi:hover img {
    opacity: .6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-lexi h2 {
    text-align: left;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0)
}

figure.effect-lexi p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 1.5em 0;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0)
}

figure.effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media screen and (max-width:50em) {
    .et-banner figure {
        display: inline-block;
        float: none;
        margin: 0 auto;
        width: 100%
    }
}

.m-scene .scene-main {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.m-scene .scene-main--fade_In {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.m-scene .scene-main--fade_In_Down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.m-scene .scene-main--fade_In_left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.m-scene .scene-main--fade_In_Right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.m-scene .scene-main--fade_In_Up {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.m-scene .scene-main--delayed {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.m-scene.is-exiting .scene-main {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse
}

.m-scene.is-exiting .scene-main--delayed {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.m-scene.is-exiting .scene-main--noexiting {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse
}

@media screen and (min-width:768px) {
    .m-scene .scene-main--fade_Inright-wide {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight
    }
}

.is-loading,
.is-loading a {
    cursor: progress
}

form .loading-spinner {
    display: none
}

.submitting {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, .5)
}

.submitting .form-group {
    opacity: .4
}

form.submitting .loading-spinner {
    display: block
}

.loading-spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 1000ms linear infinite
}

.loading-spinner:after {
    position: relative;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #1b1b1b !important;
    border-left-color: #1b1b1b !important;
    border-radius: 50%
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.text_uppercase {
    text-transform: uppercase
}

.align-left {
    text-align: left !important
}

.align-center {
    text-align: center !important;
    margin-right: auto;
    margin-left: auto
}

.align-right {
    text-align: right !important
}

.align-justify {
    text-align: justify !important
}

.vertical_center {
    display: table;
    table-layout: fixed;
    width: 100%
}

.vertical_center_block {
    display: table-cell;
    vertical-align: middle;
    float: none
}

@media only screen and (max-width:959px) {
    .vertical_center {
        display: block
    }
    .vertical_center_block {
        display: block;
        float: none
    }
}

.large-gutters {
    margin-right: -25px;
    margin-left: -25px
}

.large-gutters>.col,
.large-gutters>[class*=col-] {
    padding-right: 25px;
    padding-left: 25px
}

.p-6 {
    padding: 6rem !important
}

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
}

.px-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important
}

.p-7 {
    padding: 8rem !important
}

.px-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !important
}

.pr-7 {
    padding-right: 8rem !important
}

.mx-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important
}

.mx-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important
}

.mx-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !important
}

@media(min-width:768px) {
    .mx-md-6 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }
}

@media(max-width:768px) {
    .bg-dark-md-down {
        background-color: #171717
    }
}

@media only screen and (max-width:576px) {
    .p-sm-5 {
        padding: 3rem !important
    }
}

@media only screen and (max-width:950px) {
    .p-md-5 {
        padding: 3rem !important
    }
    .pr-md-5 {
        padding-right: 3rem !important
    }
}

.height_10 {
    min-height: 10vh
}

.height_15 {
    min-height: 15vh
}

.height_20 {
    min-height: 20vh
}

.height_25 {
    min-height: 25vh
}

.height_30 {
    min-height: 30vh
}

.height_35 {
    min-height: 35vh
}

.height_40 {
    min-height: 40vh
}

.height_45 {
    min-height: 45vh
}

.height_50 {
    min-height: 50vh
}

.height_55 {
    min-height: 55vh
}

.height_60 {
    min-height: 60vh
}

.height_65 {
    min-height: 65vh
}

.height_70 {
    min-height: 70vh
}

.height_75 {
    min-height: 75vh
}

.height_80 {
    min-height: 80vh
}

.height_85 {
    min-height: 85vh
}

.height_90 {
    min-height: 90vh
}

.height_95 {
    min-height: 95vh
}

.height_100 {
    min-height: 100vh
}

.map_height_40 {
    height: 40vh
}

.map_height_100 {
    height: 100vh
}

.image-as-bg {
    width: 100%;
    object-fit: cover
}

.list-inline li {
    display: inline-block;
    padding: 0
}

.list-inline li:first-child {
    padding-left: 0
}

.list-inline li:not(:last-child) {
    margin-right: 1.85714286em
}

.list-circle i {
    color: #fff;
    background-color: #333;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.list-boxed i {
    color: #fff;
    background-color: #333;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em
}

.list-inline.list-circle li:not(:last-child) {
    margin-right: .8rem
}

.smiple-list {
    margin: 0;
    padding-left: 1rem
}

.smiple-list li {
    margin-bottom: .7rem;
    padding-left: .6rem
}

.smiple-list li .fa {
    padding-right: .8rem
}

.list-style-none {
    margin: 0;
    padding: 0
}

.list-style-none li {
    list-style: none;
    padding-left: 0
}

.text-white,
.text-link-white,
.text-link-white a,
.whole-container-text-white,
.whole-container-text-white a,
.whole-container-text-white h1,
.whole-container-text-white h2,
.whole-container-text-white h3,
.whole-container-text-white h4,
.whole-container-text-white h5,
.whole-container-text-white h6,
.whole-container-text-white .pricing_item_price,
.whole-container-text-white .fa,
.whole-container-text-white .counter_box {
    color: #fff
}

.white-bg {
    background: #fff
}

.white-border {
    border-color: #fff
}

.text-color-light-dark {
    color: #353535
}

.text-color-full-white {
    color: #fff
}

.text-color-full-white h3 {
    color: #fff
}

.bg-white {
    background: #fff
}

.bg-burlywood {
    background: #1b1b1b
}

.bg-blue {
    background: #2196f3
}

.bg-westar {
    background: #e0ded9
}

.bg-alabaster {
    background: #f4f4f4
}

.bg-alabaster-2 {
    background: #eae7e4
}

.bg-alabaster-light {
    background: rgba(244, 244, 244, .95)
}

.bg-turquoise {
    background: #08c6e8
}

.bg-purple {
    background: #5f69e7
}

.bg-purple2 {
    background: #648cff
}

.bg-wheat {
    background: #f5eaaf
}

.bg-grey {
    background-color: #f4f4f4
}

.bg-grey-darker {
    background-color: #141414
}

.bg-grey-light {
    background-color: #f0f0f0
}

.bg-grey-light-2 {
    background-color: #f8f8f8
}

.text-highlights-pastel-red {
    padding: 0 .2rem;
    color: #fff;
    background: #1b1b1b
}

@media only screen and (max-width:720px) {
    .no-bg-sm {
        background: 0 0 !important
    }
    .no-margin-sm {
        margin: 0 !important
    }
    .no-padding-sm {
        padding: 0 !important
    }
}

@media only screen and (max-width:992px) {
    .no-bg-up-md {
        background: 0 0 !important
    }
}

.wide_box_with_padding {
    padding-right: 3.5%;
    padding-left: 3.5%
}

.full-width-container {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3rem;
    padding-left: 3rem
}

@media(min-width:992px) {
    .navbar>.full-width-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.navbar>.full-width-container {
    padding-right: 0;
    padding-left: 0
}

.border-boxed-layout {
    border: solid 24px #ededed
}

.bg-img-1 {
    background: url(../images/image-credit-nendo-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-2 {
    background: url(../images/bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-3 {
    background: url(../images/image-credit-nendo-43.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-4 {
    background: url(../images/image-credit-nendo-54.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-5 {
    background: url(../images/image-credit-nendo-5.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-6 {
    background: transparent url(../images/image-credit-nendo-55.jpg) center center/auto no-repeat scroll
}

.bg-img-7 {
    background: url(../images/11.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-8 {
    background: url(../images/16.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-9 {
    background-image: url(../images/image-credit-nendo-39.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-10 {
    background: url(../images/image-credit-nendo-10.jpg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat
}

.bg-img-11 {
    background: url(../images/image-credit-nendo-38.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-12 {
    background: url(../images/image-credit-nendo-12.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-13 {
    background: url(../images/26.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-14 {
    background: url(../images/27.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-15 {
    background-image: url(../images/pattern1.png)
}

.bg-img-16 {
    background: url(../images/34.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-17 {
    background: url(../images/61.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-18 {
    background-image: url(../images/62.jpg)
}

.bg-img-19 {
    background-image: url(../images/63.jpg)
}

.bg-img-20 {
    background-image: url(../images/64.jpg)
}

.bg-img-21 {
    background-image: url(../images/image-credit-nendo-21.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-22 {
    background-image: url(../images/66.jpg)
}

.bg-img-23 {
    background-image: url(../images/67.jpg)
}

.bg-img-24 {
    background: url(../images/68.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-25 {
    background: url(../images/image-credit-nendo-25.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-26 {
    background: url(../images/image-credit-nendo-26.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-27 {
    background: url(../images/image-credit-nendo-27.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-28 {
    background: url(../images/70.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-29 {
    background: url(../images/72.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-30 {
    background: url(../images/pages/1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-31 {
    background: url(../images/pages/2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-32 {
    background: url(../images/pages/3.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-33 {
    background: url(../images/pages/4.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-img-34 {
    background: url(../images/image-credit-nendo-34.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-pattern-2 {
    background-image: url(../images/pattern2.png)
}

.b-60-alabaster {
    border: solid 60px #eae7e4
}

.br-12 {
    border-radius: 12px
}

.home_1_about_video {
    background: url(../images/h1/5.png);
    background-size: cover;
    margin: 120px 0 60px;
    padding: 0 0 80px
}

.home_1_about_video_bg {
    background: url(../images/h1/4.jpg);
    background-position: center center;
    background-size: cover;
    padding: 230px 0
}

.home-2-about-img-bg-container {
    background: url(../images/h2/1.jpg);
    background-size: cover;
    background-position: center center
}

.home-4-hero-container {
    background: url(../images/h4/1.jpg);
    background-size: cover;
    background-position: center center
}

.home-7-about-bg {
    background: url(../images/h7/1.jpg);
    background-size: cover;
    background-position: center center
}

.home-9-about-cont {
    background: url(../images/h9/1.jpg);
    background-size: cover;
    background-position: center center
}

.home-11-hero-container {
    background: url(../images/h11/4.png);
    background-size: cover;
    background-position: center center
}

.product-features-h11-container {
    background: url(../images/h11/5.png);
    background-position: center center;
    background-size: cover;
    padding: 60px 0
}

.about_us_container_bg {
    background: url(../images/pages/bg1.jpg);
    background-size: cover;
    background-position: center center
}

.page-about-us-2-main-bg {
    background: url(../images/pages/2.png);
    background-size: cover;
    background-position: center center
}

.page-about-us-2-main-text-cont {
    padding: 7.5rem 5rem
}

.page-about-us-2-story-container {
    background: url(../images/pages/3.png);
    background-position: center center;
    background-size: cover;
    margin: 40px 0 0;
    padding: 60px 0 100px
}

.page-about-us-2-story-container-2 {
    background: url(../images/pages/4.png);
    background-position: center center;
    background-size: cover;
    margin: 40px 0 0;
    padding: 60px 0 100px
}

.home_7_about_container {
    padding: 10px 0 0
}

.home_3_about_container {
    padding: 60px 0 80px
}

.home_1_content_cont {
    padding: 0 0 60px
}

.home_3_testimonials_cont {
    padding: 100px 0 90px
}

.home_1_clients_cont {
    padding: 100px 0 50px;
    background: #e0ded9
}

.portfolio_bg {
    background: url(../images/p8.jpg)
}

.p_right_left_10 {
    padding-right: 10%;
    padding-left: 10%
}

.padding_right_left_5 {
    padding-right: 5%;
    padding-left: 5%
}

.mt_10 {
    margin-top: 10px
}

.mt_15 {
    margin-top: 15px
}

.mt_20 {
    margin-top: 20px
}

.mt_25 {
    margin-top: 25px
}

.mt_30 {
    margin-top: 30px
}

.mt_35 {
    margin-top: 35px
}

.mt_40 {
    margin-top: 40px
}

.mt_45 {
    margin-top: 45px
}

.mt_50 {
    margin-top: 50px
}

.mt_60 {
    margin-top: 60px
}

.mt_70 {
    margin-top: 70px
}

.mt_80 {
    margin-top: 80px
}

.mt_90 {
    margin-top: 90px
}

.mt_100 {
    margin-top: 100px
}

.mt_120 {
    margin-top: 120px
}

.mt_150 {
    margin-top: 150px
}

.mt_160 {
    margin-top: 160px
}

.mt_180 {
    margin-top: 160px
}

.mt_200 {
    margin-top: 200px
}

.mt_260 {
    margin-top: 260px
}

.mb_5 {
    margin-bottom: 5px
}

.mb_10 {
    margin-bottom: 10px
}

.mb_15 {
    margin-bottom: 15px
}

.mb_25 {
    margin-bottom: 25px
}

.mb_20 {
    margin-bottom: 20px
}

.mb_30 {
    margin-bottom: 30px
}

.mb_40 {
    margin-bottom: 40px
}

.mb_35 {
    margin-bottom: 35px
}

.mb_50 {
    margin-bottom: 50px
}

.mb_55 {
    margin-bottom: 55px
}

.mb_60 {
    margin-bottom: 60px
}

.mb_65 {
    margin-bottom: 65px
}

.mb_70 {
    margin-bottom: 70px
}

.mb_80 {
    margin-bottom: 80px
}

.mb_90 {
    margin-bottom: 90px
}

.mb_100 {
    margin-bottom: 100px
}

.mb_120 {
    margin-bottom: 120px
}

.mb_200 {
    margin-bottom: 200px
}

.mb_280 {
    margin-bottom: 280px
}

.mb_300 {
    margin-bottom: 300px
}

.mb_350 {
    margin-bottom: 350px
}

.pt_10 {
    padding-top: 10px
}

.pt_15 {
    padding-top: 15px
}

.pt_20 {
    padding-top: 20px
}

.pt_25 {
    padding-top: 25px
}

.pt_30 {
    padding-top: 30px
}

.pt_35 {
    padding-top: 35px
}

.pt_40 {
    padding-top: 40px
}

.pt_50 {
    padding-top: 50px
}

.pt_60 {
    padding-top: 60px
}

.pt_70 {
    padding-top: 70px
}

.pt_80 {
    padding-top: 80px
}

.pt_90 {
    padding-top: 90px
}

.pt_100 {
    padding-top: 100px
}

.pt_120 {
    padding-top: 120px
}

.pt_130 {
    padding-top: 130px
}

.pt_150 {
    padding-top: 150px
}

.pt_180 {
    padding-top: 160px
}

.pt_200 {
    padding-top: 200px
}

.pb_5 {
    padding-bottom: 5px
}

.pb_10 {
    padding-bottom: 10px
}

.pb_15 {
    padding-bottom: 15px
}

.pb_25 {
    padding-bottom: 25px
}

.pb_20 {
    padding-bottom: 20px
}

.pb_30 {
    padding-bottom: 30px
}

.pb_40 {
    padding-bottom: 40px
}

.pb_35 {
    padding-bottom: 35px
}

.pb_50 {
    padding-bottom: 50px
}

.pb_55 {
    padding-bottom: 55px
}

.pb_60 {
    padding-bottom: 60px
}

.pb_70 {
    padding-bottom: 70px
}

.pb_80 {
    padding-bottom: 80px
}

.pb_90 {
    padding-bottom: 90px
}

.pb_100 {
    padding-bottom: 100px
}

.pb_120 {
    padding-bottom: 120px
}

.pb_130 {
    padding-bottom: 130px
}

.pb_200 {
    padding-bottom: 200px
}

.px-5-percent {
    padding-right: 5%;
    padding-left: 5%
}

.mx-5-percent {
    margin-right: 5%;
    margin-left: 5%
}

.mrl_5 {
    margin-right: 5px;
    margin-left: 5px
}

.mrl_10 {
    margin-right: 10px;
    margin-left: 10px
}

.reverse_mt_150 {
    margin-top: -150px
}

.white_bg {
    background: #fff
}

.white_bg .news_feed input[type=text] {
    background: #fafafa
}

.element_accordion_bg {
    background: #f4f4f4;
    padding: 80px 0 100px
}

.min_mb_120 {
    margin-bottom: -120px
}

.float_left {
    float: left
}