/*
Theme Name: Amin Vali
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.8
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav li {
    position:relative;
    display: inline-block;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: none;
    display: none;
    position: absolute;
    width:100%;
    background: none;
    min-width: 180px;
    left: 50%;
    transform: translateX(-50%);
    padding: 23px 0 0;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    background: #1b1b1b;
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
    text-shadow: none;
}

#nav .sub-menu li {
    display: block;
}

#nav .sub-menu a:hover {
    background: #f0c55a;
    color: #000000;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top:0;
    padding-top: 0;
}
#nav li:focus-within > .sub-menu,
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    background: #FFF;
    color: #000000;
    margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

body.body-overflow{
    overflow: hidden;
}

/* Google translate */
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}


/* Header */
.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1010;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

    .header-container{
        position: relative;
        z-index: 20;
    }

    .header-main{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    /* Header Logo */
    .header-logo {
        max-width: 202px;
        width: 100%;
        padding: 31px 29px 0;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

    .header-logo img{
        margin: auto;
        display: block;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

    /* Header Mid */
    .header-mid {
        padding: 0 15px;
    }

    /* Header Top */
    .hc-top {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 29px 0 17px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

    /* Header Contact */
    .hc-main a{
        display: inline-block;
        vertical-align: middle;
        color: #fff !important;
        margin: 0 18px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        text-shadow: 1px 1px 4px #000;
    }

    .hc-main i{
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        margin: 0 10px 0 0;
    }

    .hc-main span{
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 600;
    }

        /* Hover */
        .hc-main a:hover {
            color: #f0c55a !important;
        }

    /* Header SMI */
    .hc-smi{
        text-align: center;
        margin-left: 9px;
    }

    .hc-smi a {
        font-size: 13px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
            text-shadow: 1px 1px 4px #000;
    }

    .hc-smi .fs-fb{
        font-size: 20px;
    }

    .hc-smi a:last-child{
        margin-right: 7px;
    }

        /* Hover */
        .hc-smi a:hover{
            color: #f0c55a;
        }

    /* Header Menu */
    .navigation li a {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        display: block;
        text-transform: uppercase;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        text-shadow: 1px 1px 4px #000;
    }

    .hm-nav .sub-menu a {
        font-size: 17px !important;
    }

    .navigation #hmnav li a {
        display: inline-block;
    }

    .navigation .menu > li {
        margin: 0 16px;
    }

    .navigation .menu > li:last-child {
        margin-right: 0;
    }

    .navigation .menu > li:first-child {
        margin-left: 0;
    }

        /* Hover */
        .navigation li a:hover{
            color: #f0c55a;
        }

    /* Header Bottom */
    .hc-bot{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    /* Header World */
    .hc-world{
        margin: 0 0 0 32px;
    }

    .hc-world .world-icon {
        height: 29px;
        width: 29px;
        background: url(images/world-icon.png) no-repeat center / contain;
        display: block;
        position: relative;
    }

    .world-icon::before {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        background: #f0c55a;
        left: 50%;
        bottom: -9px;
        transform: translateX(-50%);
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }
    /* .hc-world .gglobe{
        height: 29px;
        width: 29px;
        background: url(images/world-icon.png) no-repeat center / contain;
        display: block;
    } */

    .hc-world select#gtranslate_selector {
        height: 29px;
        width: 29px;
        background: rgb(255 255 255 / 0%) url(images/world-icon.png) no-repeat center / contain;
        display: block;
        border: 0;
        font-size: 0;
        appearance: none;
        outline: none;
        -webkit-appearance: none;
        cursor: pointer;
    }

    .hc-world select#gtranslate_selector option {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        background: none;
    }

        /* Hover */
        .hc-world i:hover,
        .hc-world select#gtranslate_selector:hover{
            background: rgb(255 255 255 / 0%) url(images/world-icon-hover.png) no-repeat center / contain;
        }

        .world-icon:hover::before {
            width: 94px;
        }

    /* Header Menu Button */
    .header-btn {
        max-width: 109px;
        width: 100%;
    }

    .hc-menu {
        background: #242424;
        height: 109px;
        width: 109px;
        border: 0;
        margin: 0;
        padding: 0;
        position: relative;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

    .hc-menu i {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 29px;
        width: 39px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .hc-menu i::before {
        top: 0;
        right: 0;
        bottom: 0;
        content: '';
        margin: auto;
        height: 2px;
        width: 25px;
        background: #fff;
        position: absolute;
    }

        /* Hover */
        .hc-menu:hover{
            background: #f0c55a;
        }

/* Fixed Header */
.header.fh {
    position: fixed;
    background: #242424;
    padding: 0 0 3px;
}

    .header.fh::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #f0c55a url(images/header-gold.jpg) no-repeat center / cover;
    }

    .fh .header-logo {
        padding: 10px 29px 0;
    }

    .fh .header-logo img{
        display: block;
        margin: auto;
        max-width: 103px;
    }

    .fh .hc-top {
        padding: 22px 0 10px;
    }

    .fh .hc-menu{
        height: 96px;
    }

/* Hamburger Menu */
.hm-menu-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1050;
    background: #1b1b1b;
    display: none;
    overflow-y: scroll;
}

    .hm-menu-wrap::before{
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/hm-bg.jpg) no-repeat center / cover;
        z-index: 1;
        opacity: 0.13;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
    }

    .hm-menu-wrap::after{
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/hm-black-bg.jpg) no-repeat center / cover;
        z-index: 3;
        opacity: 0.05;
    }

    .hm-menu-container{
        position: relative;
        z-index: 10;
    }

    .hm-close-btn {
        position: absolute;
        right: 37px;
        top: 39px;
    }

    .hm-close-btn button{
        background: none;
        border: none;
        outline: none;
        appearance: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 29px;
    }

    .hm-top {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 1454px;
        width: 100%;
        margin: auto;
        padding: 44px 100px 0;
    }

    .hm-nav .navigation .menu > li {
        margin: 0 auto 36px;
    }

    .hm-nav {
        text-align: right;
        max-width: 1338px;
        width: 100%;
        padding: 167px 100px 0;
        margin: auto;
    }

    .hm-nav .sub-menu {
        display: none;
        padding: 5px 0 0;
    }

    .hm-nav .sub-menu li{
        padding: 0 0 5px;
    }

    .hm-nav .sub-menu a {
        font-size: 17px !important;
    }

    .hm-nav .navigation .menu > li a {
        font-size: 24px;
        font-weight: 300;
    }


/* Slideshow */
.slider-main .cycloneslider-template-video .cycloneslider-volume {
    top: 129px !important;
    display: block;
}
.slider-wrap{
    position: relative;
}

.slider-main .cycloneslider-template-video .cycloneslider-caption {
    position: absolute;
    top: 50%;
    background: transparent;
    transform: translateY(-50%);
}

    .slider-main {
        position: relative;
        font-size: 0;
    }

    .slider-main .cycloneslider {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 15;
    }

    .slider-main .cycloneslider::before {

    }

    .slider-main .cycloneslider-template-video .cycloneslider-slides {
    }

        .slider-main .cycloneslider-template-video .cycloneslider-slides::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 12;
            background: rgba(0,0,0,0.3);
        }

    .slider-holder {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .slider-arrow {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 342px;
        width: 100%;
        z-index: 17;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .slider-arrow::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: calc(100% - 199px);
        height: 100%;
        background: rgba(36, 36, 36, 0.90);
    }

    .slider-arrow button {
        position: relative;
        height: 99px;
        width: 99px;
        border: 0;
        outline: 0;
        font-size: 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 0;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

    .slider-arrow .c-next {
        background: rgba(240,197,90,0.90) url(images/slider-next.png) no-repeat center;
    }

    .slider-arrow .c-next::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/slider-next.png) no-repeat center;
        z-index: 10;
    }

    .slider-arrow .c-prev {
        background: rgba(36, 36, 36, 0.90) url(images/slider-prev.png) no-repeat center;
        margin: 0 1px 0 0;
    }

    .slider-arrow .c-prev::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/slider-prev.png) no-repeat center;
        z-index: 10
    }

    .cycloneslider-template-video .cycloneslider-prev,
    .cycloneslider-template-video .cycloneslider-next{
        display: none !important;
    }

        /* Hover */
        .slider-arrow .c-next:hover {
            background: #464646 url(images/slider-next.png) no-repeat center;
        }

        .slider-arrow .c-prev:hover {
            background: #464646 url(images/slider-prev.png) no-repeat center;
        }

    /* Tagline */
    .tagline {
        position: absolute;
        left: 0;
        bottom: calc(50% - 63px);
        z-index: 20;
        width: 100%;
        text-align: center;
    }

    .tagline h2 {
        color: #fff;
        font-size: 67px;
        text-transform: uppercase;
        font-family: 'Playfair Display', sans-serif;
        letter-spacing: 1.5px;
        text-shadow: 0px 0px 11px #4c4c4c;
    }

    .tagline h2 span {
        display: block;
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        font-weight: 300;
        letter-spacing: 9px;
        margin: 30px 0 0;
    }

/* Welcome */
.welcome-wrap{
    position: relative;
    /* min-height: 782px; */
    background: #1b1b1b;
    padding: 0 35px 30px 0;
    overflow: hidden;
}

    .welcome-wrap::before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 38px);
        background: #f8d583 url(images/welcome-bg-gold.jpg) no-repeat center / cover;
        background-attachment: fixed;
        z-index: 1;
    }

    .welcome-main {
        /* min-height: 752px; */
        background: #1b1b1b url(images/welcome-bg-black.jpg) no-repeat center / cover;
        position: relative;
        z-index: 10;
        padding: 49px 15px 35px;
    }

    .welcome-sidebar {
        position: absolute;
        left: 57px;
        top: 145px;
        z-index: 1;
    }

    .welcome-sidebar span {
        color: #353535;
        font-size: 132px;
        font-weight: 700;
    }

    .welcome-sidebar em {
        font-size: 14px;
        color: #b2b2b2;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1.6px;
        display: block;
        transform: rotate(270deg);
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -197px;
    }

    .welcome-sidebar em::after {
        content: '';
        position: absolute;
        right: -99px;
        top: 0;
        bottom: 0;
        background: #f0c55a;
        width: 82px;
        height: 6px;
        margin: auto;
    }

    .welcome-text {
        padding: 0 0 0 215px;
        position: relative;
        margin: 0 91px 0 -85px;
        max-width: 768px;
        width: 100%;
    }

    .welcome-label h2{
        font-family: 'Playfair Display', sans-serif;
        display: inline-block;
        vertical-align: middle;
        font-size: 85px;
        color: #fff;
        letter-spacing: 1.5px;
        position: relative;
    }

    .welcome-label h2::after {
        content: '';
        height: 1px;
        width: 125px;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        margin: -9px 0 0 37px;
    }

    .welcome-text-main {
        max-width: 553px;
        width: 100%;
    }

    .welcome-label {
        margin: 96px 0 58px;
        padding: 11px 0 0;
    }

    .welcome-text-main p {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        letter-spacing: 0.3px;
        line-height: 1.9;
        margin: 0 0 31px;
    }

    .welcome-content {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 0 0 0 0;
        position: relative;
        z-index: 10;
    }

/* Featured Areas */
.fa-wrap {
    /* min-height: 1713px; */
    position: relative;
    background: #1b1b1b url(images/fa-bg.jpg) no-repeat center / cover;
    padding: 96px 0 124px;
    overflow: hidden;
}

    .fa-wrap::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 929px;
        height: 40px;
        background: #f0c55a url(images/social-bg-gold.jpg) no-repeat center / cover;
        background-attachment: fixed;
        z-index: 1;
    }

    .fa-label {
        margin: 0 0 0 56px;
    }

    .fa-label h2{
        font-family: 'Playfair Display', sans-serif;
        display: inline-block;
        vertical-align: middle;
        font-size: 85px;
        color: #fff;
        letter-spacing: 1.5px;
        position: relative;
    }

    .fa-label h2::after {
        content: '';
        height: 1px;
        width: 125px;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        margin: -9px 0 0 20px;
    }

    .fa-sidebar {
        position: absolute;
        right: 29px;
        top: 66px;
        z-index: 11;
    }

    .fa-sidebar span {
        color: #353535;
        font-size: 132px;
        font-weight: 700;
    }

    .fa-sidebar em {
        font-size: 14px;
        color: #b2b2b2;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1.6px;
        display: block;
        transform: rotate(270deg);
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -164px;
    }

    .fa-sidebar em::after {
        content: '';
        position: absolute;
        right: -66px;
        top: 0;
        bottom: 0;
        background: #f0c55a;
        width: 82px;
        height: 6px;
        margin: auto;
    }

    .fa-btns {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 52px 0 0;
    }

    .fa-btns button {
        height: 92px;
        width: 100%;
        max-width: 400px;
        border: 0;
        background: #000;
        color: #fff;
        font-size: 30px;
        padding: 0;
        margin: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin: 15px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
    }

    .fa-btns button span{
        font-family: 'Playfair Display', sans-serif;
        color: #fff;
    }

    .fa-btns button.fa-active{
        background: #f0c55a;
    }

    .fa-slick-wrap {
        padding: 0 5px;
        margin: 45px 0 0;
        position: relative;
        z-index: 10;
    }

    .fa-slick-holder{
        display: none;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
    }

    .fa-slick-holder * {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
    }

    .fa-slick-holder.slick-initialized.slick-slider{
        display: block;
    }

    .fa-item {
        /* max-width: 530px; */
        width: 100%;
        position: relative;
        padding: 7.5px 8.5px;
    }

    .fa-item a {
        display: block;
        position: relative;
        font-size: 0;
    }

    .fa-img canvas {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .fa-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 5;
    }

    .fa-img {
        position: relative;
        z-index: 5;
    }

    .fa-details {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 10;
        padding: 0;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(17,17,17,1) 100%);
        height: 60%;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
    }

    .fa-details h2 {
        color: #fff;
        font-size: 25px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 36px;
    }

    .fa-slick-holder.fa-active{
        position: relative;
        z-index: 10;
        opacity: 1;
        visibility: visible;
    }

    .fa-slick-holder.fa-notactive{
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }

    .fa-slick-holder-2{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
    }

    .fa-slick-holder-2.fa-active{
        position: absolute;
    }

    .fa-slick-holder-3{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
    }

    .fa-slick-holder-3.fa-active{
        position: absolute;
    }

    .fa-slick-main{
        position: relative;
    }

        /* Hover */
        .fa-btns button:hover {
            background: #1b1b1b;
        }

        .fa-item a:hover .fa-details{
            background: rgb(255,255,255);
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(179 147 71) 100%);
        }

/* FP */
.fp-wrap{
    min-height: 742px;
    position: relative;
    background: #1b1b1b;
    overflow: hidden;
}

    .fp-top{
        position: relative;
        min-height: 355px;
        padding: 100px 0 0;
    }

    .fp-top::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/fp-top-bg.jpg) no-repeat center / cover;
        z-index: 1;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
    }

    .fp-top::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(27, 27, 27, 0.95);
        z-index: 2;
    }

    .fp-label {
        position: relative;
        z-index: 10;
        text-align: right;
        padding: 0 143px 0 0;
    }

    .fp-label h2 {
        font-family: 'Playfair Display', sans-serif;
        display: inline-block;
        vertical-align: top;
        font-size: 85px;
        color: #fff;
        letter-spacing: 1.5px;
        position: relative;
        line-height: 0.9;
        text-align: left;
    }

    .fp-label h2::after {
        content: '';
        height: 1px;
        width: 125px;
        background: #fff;
        display: inline-block;
        vertical-align: top;
        margin: -33px 0 0 -41px;
    }

    .fp-sidebar {
        position: absolute;
        left: 69px;
        top: 96px;
        z-index: 10;
    }

    .fp-sidebar span {
        color: #353535;
        font-size: 132px;
        font-weight: 700;
    }

    .fp-sidebar em {
        font-size: 14px;
        color: #b2b2b2;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1.6px;
        display: block;
        transform: rotate(270deg);
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -110px;
    }

    .fp-sidebar em::after {
        content: '';
        position: absolute;
        right: -13px;
        top: 0;
        bottom: 0;
        background: #f0c55a;
        width: 82px;
        height: 6px;
        margin: auto;
    }

    .fp-slick-wrap {
        padding: 0 5px;
        position: relative;
        z-index: 9;
    }

    .fp-slick-holder{
        display: none;
        position: relative;
    }

.fp-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    background: #2a2a2a url(images/prev.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
    transform: translateY(-50%) !important;
    font-size: 0;
    cursor: pointer;
}

.fp-arrow.next {
    background: #e3bc5b url(images/next.png) no-repeat center;
    left: auto;
    right: 20px;
}

.fp-arrow:hover {
    opacity: .5;
}

    .fp-slick-holder.slick-initialized.slick-slider{
        display: block;
    }

    .fp-slick-holder * {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
    }

    .fp-item {
        /* max-width: 530px; */
        width: calc(100% / 3);
        position: relative;
        padding: 6px 8.5px;
        display: inline-block;
        vertical-align: middle;
    }

    .fp-slick-holder:not(.slick-initialized) .fp-item:nth-child(n+3) ~ div {
        display: none;
    }

    .fp-item a {
        display: block;
        position: relative;
        font-size: 0;
    }

    .fp-img canvas {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .fp-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 5;
    }

    .fp-img {
        position: relative;
        z-index: 5;
    }

    .fp-img::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(255,255,255);
        background: linear-gradient( 180deg, rgb(0 0 0 / 28%) 0%, rgb(17 17 17 / 95%) 100%);
        z-index: 7;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
    }

    .fp-img::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/fp-hover.png) no-repeat center;
        z-index: 8;
        opacity: 0;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
    }

    .fp-details {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 10;
        padding: 0;
        height: auto;
        padding: 35px 33px 24px;
    }

    .fp-details h2 {
        font-size: 25px;
        font-weight: 400;
        color: #fff;
    }

    .fp-details h2 span {
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 300;
        margin: 5px 0 0;
    }

    .fp-details h3 {
        font-size: 25px;
        color: #fff;
        margin: 15px 0 0;
    }

        /* Hover */
        .fp-item a:hover .fp-img::before{
            background: rgb(255,255,255);
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(179 147 71) 100%);
        }

        .fp-item a:hover .fp-img::after{
            opacity: 0.5;
        }


/* MI */
.mi-wrap{
    min-height: 742px;
    position: relative;
    background: #1b1b1b;
    overflow: hidden;
}

    .mi-top{
        position: relative;
        min-height: 355px;
        padding: 109px 0 0;
    }

    .mi-top::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/mi-top-bg.jpg) no-repeat center / cover;
        z-index: 1;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
    }

    .mi-top::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(27, 27, 27, 0.95);
        z-index: 2;
    }

    .mi-label {
        position: relative;
        z-index: 10;
        text-align: left;
        padding: 0 0 0 52px;
    }

    .mi-label h2 {
        font-family: 'Playfair Display', sans-serif;
        display: inline-block;
        vertical-align: top;
        font-size: 85px;
        color: #fff;
        letter-spacing: 1.5px;
        position: relative;
        line-height: 0.9;
        text-align: left;
    }

    .mi-label h2::after {
        content: '';
        height: 1px;
        width: 125px;
        background: #fff;
        display: inline-block;
        vertical-align: top;
        margin: -33px 0 0 -3px;
    }

    .mi-sidebar {
        position: absolute;
        right: 30px;
        top: 96px;
        z-index: 10;
    }

    .mi-sidebar span {
        color: #353535;
        font-size: 132px;
        font-weight: 700;
    }

    .mi-sidebar em {
        font-size: 14px;
        color: #b2b2b2;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1.6px;
        display: block;
        transform: rotate(270deg);
        position: absolute;
        margin: 0 auto;
        left: -5px;
        right: 0;
        bottom: -228px;
        min-width: 215px;
    }

    .mi-sidebar em::after {
        content: '';
        position: absolute;
        right: -104px;
        top: 0;
        bottom: 0;
        background: #f0c55a;
        width: 82px;
        height: 6px;
        margin: auto;
    }

    .mi-slick-wrap {
        padding: 0 5px;
        position: relative;
        z-index: 9;
    }

    /*.mi-slick-holder{
        display: none;
    }*/

    .mi-slick-holder.slick-initialized.slick-slider{
        display: block;
    }

    .mi-slick-holder * {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
    }

    .mi-item {
        /* max-width: 530px; */
        width: 100%;
        position: relative;
        padding: 6px 8.5px;
    }

    .mi-item a {
        display: block;
        position: relative;
        font-size: 0;
    }

    .mi-img canvas {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .mi-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 5;
    }

    .mi-img {
        position: relative;
        z-index: 5;
    }

    .mi-img::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(255,255,255);
        background: linear-gradient( 180deg, rgb(0 0 0 / 28%) 0%, rgb(17 17 17 / 95%) 100%);
        z-index: 7;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
    }

    .mi-img::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/fp-hover.png) no-repeat center;
        z-index: 8;
        opacity: 0;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
    }

    .mi-details {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 10;
        padding: 0;
        height: auto;
        padding: 35px 33px 24px;
    }

    .mi-details h2 {
        font-size: 25px;
        font-weight: 400;
        color: #fff;
    }

    .mi-details h2 span {
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 300;
        margin: 5px 0 0;
    }

    .mi-details h3 {
        font-size: 25px;
        color: #fff;
        margin: 15px 0 0;
    }

        /* Hover */
        .mi-item a:hover .mi-img::before{
            background: rgb(255,255,255);
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(179 147 71) 100%);
        }

        .mi-item a:hover .mi-img::after{
            opacity: 0.5;
        }


/* CRE */
.cre-wrap{
    min-height: 742px;
    position: relative;
    background: #1b1b1b;
    padding: 0 0 121px;
    overflow: hidden;
}

    .cre-wrap::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 929px;
        height: 40px;
        background: #f0c55a url(images/social-bg-gold.jpg) no-repeat center / cover;
        background-attachment: fixed;
        z-index: 1;
    }

    .cre-top{
        position: relative;
        min-height: 355px;
        padding: 100px 0 0;
    }

    .cre-top::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/cre-top-bg.jpg) no-repeat center / cover;
        z-index: 1;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
    }

    .cre-top::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(27, 27, 27, 0.95);
        z-index: 2;
    }

    .cre-label {
        position: relative;
        z-index: 10;
        text-align: right;
        padding: 0 143px 0 0;
    }

    .cre-label h2 {
        font-family: 'Playfair Display', sans-serif;
        display: inline-block;
        vertical-align: top;
        font-size: 85px;
        color: #fff;
        letter-spacing: 1.5px;
        position: relative;
        line-height: 0.9;
        text-align: left;
    }

    .cre-label h2::after {
        content: '';
        height: 1px;
        width: 125px;
        background: #fff;
        display: inline-block;
        vertical-align: top;
        margin: -33px 0 0 71px;
    }

    .cre-sidebar {
        position: absolute;
        left: 69px;
        top: 96px;
        z-index: 10;
    }

    .cre-sidebar span {
        color: #353535;
        font-size: 132px;
        font-weight: 700;
    }

    .cre-sidebar em {
        font-size: 14px;
        color: #b2b2b2;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1.6px;
        display: block;
        transform: rotate(270deg);
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -229px;
        min-width: 210px;
    }

    .cre-sidebar em::after {
        content: '';
        position: absolute;
        right: -108px;
        top: 0;
        bottom: 0;
        background: #f0c55a;
        width: 82px;
        height: 6px;
        margin: auto;
    }

    .cre-slick-wrap {
        padding: 0 5px;
        position: relative;
        z-index: 9;
    }

    .cre-slick-holder{
        display: none;
    }

    .cre-slick-holder.slick-initialized.slick-slider{
        display: block;
    }

    .cre-slick-holder * {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
    }

    .cre-item {
        /* max-width: 530px; */
        width: 100%;
        position: relative;
        padding: 6px 8.5px;
    }

    .cre-item a {
        display: block;
        position: relative;
        font-size: 0;
    }

    .cre-img canvas {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .cre-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 5;
    }

    .cre-img {
        position: relative;
        z-index: 5;
    }

    .cre-img::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(255,255,255);
        background: linear-gradient( 180deg, rgb(0 0 0 / 28%) 0%, rgb(17 17 17 / 95%) 100%);
        z-index: 7;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
    }

    .cre-img::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/fp-hover.png) no-repeat center;
        z-index: 8;
        opacity: 0;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
    }

    .cre-details {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 10;
        padding: 0;
        height: auto;
        padding: 35px 33px 24px;
    }

    .cre-details h2 {
        font-size: 25px;
        font-weight: 400;
        color: #fff;
    }

    .cre-details h2 span {
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 300;
        margin: 5px 0 0;
    }

    .cre-details h3 {
        font-size: 25px;
        color: #fff;
        margin: 15px 0 0;
    }

        /* Hover */
        .cre-item a:hover .cre-img::before{
            background: rgb(255,255,255);
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(179 147 71) 100%);
        }

        .cre-item a:hover .cre-img::after{
            opacity: 0.5;
        }

/* Blogs */
.blogs-wrap{
    /* min-height: 910px; */
    position: relative;
    background: url(images/blogs-bg.jpg) no-repeat center / cover;
    padding: 100px 0 0;
    overflow: hidden;
    background-attachment: fixed;
}

    .blogs-wrap::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 1;
    }

    .blogs-container{
        position: relative;
        z-index: 10;
    }

    .blogs-label {
        position: relative;
        z-index: 10;
        text-align: left;
        padding: 0 0 0 0;
    }

    .blogs-label h2 {
        font-family: 'Playfair Display', sans-serif;
        display: inline-block;
        vertical-align: top;
        font-size: 85px;
        color: #fff;
        letter-spacing: 1.5px;
        position: relative;
        line-height: 0.9;
        text-align: left;
    }

    .blogs-label h2::after {
        content: '';
        height: 1px;
        width: 125px;
        background: #fff;
        display: inline-block;
        vertical-align: top;
        margin: -33px 0 0 -183px;
        position: absolute;
    }

    .blogs-sidebar {
        position: absolute;
        left: 52px;
        top: -11px;
        z-index: 10;
    }

    .blogs-sidebar span {
        color: #a0a0a0;
        font-size: 132px;
        font-weight: 700;
    }

    .blogs-sidebar em {
        font-size: 14px;
        color: #b2b2b2;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1.6px;
        display: block;
        transform: rotate(270deg);
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: -33px;
        bottom: -67px
    }

    .blogs-sidebar em::after {
        content: '';
        position: absolute;
        right: 52px;
        top: 0;
        bottom: 0;
        background: #f0c55a;
        width: 82px;
        height: 6px;
        margin: auto;
    }

    .blogs-content{
        padding: 0 0 0 274px;
    }

    .blogs-text {
        max-width: 550px;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.3px;
        line-height: 2;
        padding: 69px 0 0;
    }

    .blogs-slick-wrap {
        padding: 125px 0 43px;
    }

    .blogs-slick-holder .slick-list {
        padding: 0 148px 0 0 !important;
    }

    .blogs-item {
        /* max-width: 369px; */
        width: 100%;
        position: relative;
        padding: 0 10px;
        text-align: center;
    }

    .blogs-item a{
        display: block;
        font-size: 0;
        position: relative;
        outline: none;
    }

    .blogs-img {
        position: relative;
        background: #121212;
        border: 1px solid #f0c55a;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
    }

    .blogs-img canvas{
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .blogs-img img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-object-fit: cover;
        z-index: 5;
        opacity: 0.6;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
    }

    .blogs-details h2 {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        line-height: 1;
        margin: 17px 0 19px;
    }

    .blogs-details p {
        color: #fff;
        font-size: 14px;
        line-height: 1.3;
    }

    .bi-video .blogs-img::after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 65px;
        height: 65px;
        background: url(images/play-icon.png) no-repeat center / contain;
        margin: auto;
        z-index: 7;
    }

    .bi-picture .blogs-img::after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 55px;
        height: 38px;
        background: url(images/picture-icon.png) no-repeat center / contain;
        margin: auto;
        z-index: 7;
        display: none;
    }

/*
    .blogs-nav{
        font-size: 0;
        position: absolute;
        right: 227px;
        top: 14px;
        z-index: 20;
    }
*/

    .blogs-nav button{
        height: 68px;
        width: 68px;
        border: 0;
        display: inline-block;
        vertical-align: middle;
        border-radius: 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        margin: 2px;
    }

    .blogs-nav button:hover {
        opacity: .5;
    }

    .blogs-prev{
        background: #2a2a2a url(images/prev.png) no-repeat center;
    }

    .blogs-next{
        background: #e3bc5b url(images/next.png) no-repeat center;
    }

    .blogs-slick-holder{
        display: none;
    }

    .blogs-slick-holder.slick-initialized.slick-slider{
        display: block;
    }

    .blogs-slick-holder *{
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
    }

        /* Hover */
        .blogs-item a:hover .blogs-img img{
            opacity: 0.9;
        }

        .blogs-item a:hover .blogs-img {
            background: #f0c55a;
        }

/* Social */
.social-wrap{
    /* min-height: 790px; */
    background: #f0c55a url(images/social-bg-gold.jpg) no-repeat center / cover;
    background-attachment: fixed;
    position: relative;
    padding: 0 0 33px 36px;
    overflow: hidden;
}

.safari-true .social-wrap{
    background-attachment: scroll;
}

    .social-main{
        min-height: 757px;
        position: relative;
    }

    .social-main::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #1b1b1b url(images/social-bg.jpg) no-repeat center / cover;
        z-index: 1;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
    }

    .social-main::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(27, 27, 27, 0.95) ;
        z-index: 2;
    }

    .social-sidebar {
        position: absolute;
        left: 16px;
        top: 83px;
        z-index: 10;
    }

    .social-sidebar span {
        color: #353535;
        font-size: 132px;
        font-weight: 700;
    }

    .social-sidebar em {
        font-size: 14px;
        color: #b2b2b2;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1.6px;
        display: block;
        transform: rotate(270deg);
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: -33px;
        bottom: -82px;
    }

    .social-sidebar em::after {
        content: '';
        position: absolute;
        right: 30px;
        top: 0;
        bottom: 0;
        background: #f0c55a;
        width: 82px;
        height: 6px;
        margin: auto;
    }

    .social-content {
        position: relative;
        z-index: 10;
        padding: 0 0 0 197px;
        max-width: 579px;
        width: 100%;
    }

    .social-label {
        position: relative;
        z-index: 10;
        text-align: left;
        padding: 0 0 0 0;
    }

    .social-label h2 {
        font-family: 'Playfair Display', sans-serif;
        display: inline-block;
        vertical-align: top;
        font-size: 85px;
        color: #fff;
        letter-spacing: 1.5px;
        position: relative;
        line-height: 0.9;
        text-align: left;
    }

    .social-label h2::after {
        content: '';
        height: 1px;
        width: 125px;
        background: #fff;
        display: inline-block;
        vertical-align: top;
        margin: -33px 0 0 15px;
    }

    .social-text {
        padding: 89px 0 0;
    }

    .social-text a{
        display: inline-block;
        color: #fff;
        font-weight: 600;
        font-size: 24px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

    .social-text a.sm-active{
        font-size: 34px;
    }

    .social-text li {
        margin: 0 0 33px;
    }

    .social-main-content{
        position: relative;
        z-index: 10;
        display: flex;
        padding: 206px 0 72px;
    }

    .social-item {
        position: relative;
        padding: 14.5px;
    }

    .social-item a {
        display: block;
        font-size: 0;
        position: relative;
        outline: none;
    }

    .social-img{
        position: relative;
    }

    .social-img canvas {
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .social-img img {
        width: 100%;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

    .social-item a:hover .social-img img {
        opacity: .50;
    }

    .social-img i {
        font-size: 35px;
        color: #fff;
        position: absolute;
        left: 15px;
        top: 21px;
        z-index: 10;
    }

    .social-details{
        padding: 0 0 0 4px;
    }

    .social-details h2 {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        margin: 32px 0 23px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

    .social-details span {
        display: block;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

    .social-slick-wrap{
        /* margin: 0 -238px 0 0; */
    }

    .social-slick-holder {
        padding: 4px 0 0 56.5px;
        display: none;
    }

    .social-slick-holder *{
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
    }

    .social-slick-holder.slick-initialized.slick-slider{
        display: block;
    }

    .social-imgs {
        flex: 1;
        width: 50.875%;
    }

    .social-slick-holder .slick-list {
        padding: 0 148px 0 0 !important;
    }

    .social-imgs-main {
        position: relative;
    }

    .social-imgs-active.social-slick-wrap {
        position: relative;
        z-index: 20;
        opacity: 1;
        visibility: visible;
    }

    .social-slick-wrap {
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        /* Hover */
        .social-text a:hover,
        .social-item a:hover .social-details h2,
        .social-item a:hover .social-details span{
            color: #f0c55a;
        }



/* Testimonials */
.testi-wrap{
    /* min-height: 738px; */
    background: #1b1b1b url(images/testi-bg.jpg) no-repeat center / cover;
    position: relative;
    overflow: hidden;
}

    .testi-sidebar {
        position: absolute;
        right: 29px;
        top: 79px;
        z-index: 1;
    }

    .testi-sidebar span {
        color: #353535;
        font-size: 132px;
        font-weight: 700;
    }

    .testi-sidebar em {
        font-size: 14px;
        color: #b2b2b2;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1.6px;
        display: block;
        transform: rotate(270deg);
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: -28px;
        bottom: -164px;
    }

    .testi-sidebar em::after {
        content: '';
        position: absolute;
        right: -45px;
        top: 0;
        bottom: 0;
        background: #f0c55a;
        width: 82px;
        height: 6px;
        margin: auto;
    }

    .testi-content{
        max-width: 1170px;
        width: 100%;
        margin: auto;
        padding: 112px 15px 108px;
    }

    .testi-label {
        margin: 0 0 74px;
    }

    .testi-label h2{
        font-family: 'Playfair Display', sans-serif;
        display: inline-block;
        vertical-align: middle;
        font-size: 85px;
        color: #fff;
        letter-spacing: 1.5px;
        position: relative;
    }

    .testi-label h2::after {
        content: '';
        height: 1px;
        width: 125px;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        margin: -9px 0 0 29px;
    }

    .testi-slick-holder{
        text-align: center;
        margin: 0 -25px;
        display: none;
    }

    .testi-slick-holder *{
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
    }

    .testi-slick-holder.slick-initialized.slick-slider{
        display: block;
    }

    .testi-item p {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.4px;
        margin: 0 0 37px;
    }

    .testi-item {
        max-width: 328px;
        width: 100%;
    }

    .testi-item span{
        font-weight: 600;
        font-size: 14px;
        color: #fff;
    }

/* Contact */
.contact-wrap{
    min-height: 920px;
    position: relative;
    background: #1b1b1b;
}

    .contact-wrap::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 765px;
        height: 40px;
        background: #f0c55a url(images/social-bg-gold.jpg) no-repeat center / cover;
        background-attachment: fixed;
        z-index: 1;
    }

    .safari-true .contact-wrap::before{
        background-attachment: scroll;
    }

    .contact-wrap::after{
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 372px;
        height: 40px;
        background: #f0c55a url(images/social-bg-gold.jpg) no-repeat center / cover;
        background-attachment: fixed;
        z-index: 1;
    }

    .contact-sidebar {
        position: absolute;
        left: 56px;
        top: 175px;
        z-index: 10;
    }

    .contact-sidebar span {
        color: #353535;
        font-size: 132px;
        font-weight: 700;
    }

    .contact-sidebar em {
        font-size: 14px;
        color: #b2b2b2;
        font-style: normal;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1.6px;
        display: block;
        transform: rotate(270deg);
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: -33px;
        bottom: -158px;
    }

    .contact-sidebar em::after {
        content: '';
        position: absolute;
        right: -44px;
        top: 0;
        bottom: 0;
        background: #f0c55a;
        width: 82px;
        height: 6px;
        margin: auto;
    }

    .contact-label{
        padding: 184px 0 89px;
        text-align: center;
        color: #fff;
    }

    .contact-label h2{
        font-family: 'Playfair Display', sans-serif;
        font-size: 85px;
        color: #fff;
        letter-spacing: 1.9px;
        position: relative;
    }

    .contact-label p {
        font-size: 19px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 4.7px;
        margin: 16px 0 0;
    }

    .contact-form {
        max-width: 745px;
        width: 100%;
        margin: auto;
        position: relative;
    }

    .cf-two {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .cf-half {
        width: 50%;
    }

    .contact-form input,
    .contact-form textarea {
        width: 100%;
        background: none;
        border: 0;
        border-bottom: 1px solid #c2c2c2;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        border-radius: 0;
        padding: 15px 5px;
    }

    .contact-form textarea {
        resize: none;
        height: 124px;
    }

    .contact-form input[type="submit"] {
        height: 54px;
        max-width: 202px;
        width: 100%;
        margin: 0 auto;
        border: 1px solid #fff;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        display: block;
        border: 1px solid #6a6a6a;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

    .cf-half:nth-child(odd) {
        padding: 0 13px 0 0;
    }

    .cf-half:nth-child(even) {
        padding: 0 0 0 13px;
    }

    .contact-form .wpcf7 form .wpcf7-response-output{
        text-align: center;
        color: #fff;
        padding: 10px 0;
        margin: 0;
        position: absolute;
        width: 100%;
        bottom: -30px;
    }

    .contact-form .use-floating-validation-tip .wpcf7-not-valid-tip {
        display: inline;
        position: absolute;
        top: 19px;
        width: auto;
    }

    .cf-two-1 {
        margin: 0 0 43px;
    }

    .cf-two-2 {
        margin: 0 0 35px;
    }

    .cf-whole-1 {
        margin: 0 0 30px;
    }

        /* Hover */
        .contact-form input[type="submit"]:hover{
            background: #f0c55a;
        }

/* Footer */
.footer{
    position: relative;
    /* min-height: 748px; */
    background-color: #1b1b1b;
    background-image: url(images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 135px 15px 37px;
}

    /* Footer Logo */
    .footer-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px 0 93px;
    }

    .footer-logo img {
        margin: 0 24px;
    }

    .footer-logo img:nth-child(2) {
        max-width: 230px;
    }

    /* Footer Contact */
    .footer-contact{
        text-align: center;
        margin: 0 0 15px;
    }

    .footer-contact a{
        display: inline-block;
        vertical-align: middle;
        color: #fff !important;
        margin: 0 19px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

    .footer-contact i{
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        margin: 0 10px 0 0;
    }

    .footer-contact span{
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 600;
    }

        /* Hover */
        .footer-contact a:hover{
            color: #f0c55a !important;
        }

    /* Footer SMI */
    .footer-smi{
        text-align: center;
    }

    .footer-smi a {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        margin: 15px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

    .footer-smi .fs-fb{
        font-size: 24px;
    }

        /* Hover */
        .footer-smi a:hover{
            color: #f0c55a;
        }

    /* Footer Nav */
    .footer-nav {
        border-top: 1px solid #676767;
        margin: 74px -15px 0;
        text-align: center;
        padding: 48px 0 0;
    }

    .footer-nav li{
        display: inline-block;
        vertical-align: middle;
        padding: 0 9px;
    }

    .footer-nav li a{
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        display: block;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

        /* Hover */
        .footer-nav li a:hover{
            color: #f0c55a;
        }


    /* COpyright */
    .footer-copyright {
        font-size: 12px;
        color: #b8b8b8;
        text-align: center;
        margin: 30px 0 0;
    }

    .footer-copyright a{
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

        /* Hover */
        .footer-copyright a:hover{
            color: #f0c55a;
        }

    /* Realtors */
    .footer-realtors {
        text-align: center;
        margin: 34px 0 0;
    }

    .footer-realtors i{
        display: inline-block;
        vertical-align: middle;
        color: #fff;
    }

    .footer-realtors .ai-eho{
        font-size: 20px;
        margin: 0 10px 0 0;
    }

    .footer-realtors .ai-realtor{
        font-size: 26px;
        margin: 0 9px 0 0;
    }

    .mls-icon{
        height: 35px;
        width: 64px;
        background: url(images/mls-icon.png) no-repeat center / contain;
    }

    /* Views */
    .visit-btn {
        position: absolute;
        right: 43px;
        bottom: 34px;
        /*display: flex;*/
        display: none;
        align-items: center;
    }

    .visit-icon {
        height: 38px;
        width: 38px;
        border-radius: 50%;
        background: #1b1b1b;
        position: relative;
        box-shadow: 5px 4px 10px #121212;
    }

    .visit-btn i {
        width: 22px;
        height: 14px;
        background: url(images/visit-icon.png) no-repeat center;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .visit-btn span {
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        display: block;
        margin: 0 0 0 13px;
    }


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.6);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {

}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {

}

img.zutila-logo {
    display: block;
    max-width: 230px;
    margin: 20px auto 0;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

section.slider-wrap .cycloneslider-template-video video {
    min-height: 113%;
    max-width: 100%;
}

section.slider-wrap .cycloneslider-template-video video {

}

.slider-arrow {
    display: none;
}

.slide-bottom-arrow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 47px;
    z-index: 99;
    color: #fff;
    cursor: pointer;
}

.grecaptcha-badge {
    z-index: 1000;
    /*bottom: 85px !important;*/
}

body #pojo-a11y-toolbar {
    bottom:0 !important;
    top: auto !important;
}
body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top:auto !important;
    bottom:0 !important;
}

.aios-about-wrap .aios-about-content p a,
.ai-contact-wrap span.context-web a,
.ai-contact-wrap span.context-mob a,
.ai-contact-wrap span.context-email a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.aios-about-wrap .aios-about-content p a:hover,
.ai-contact-wrap span.context-web a:hover,
.ai-contact-wrap span.context-mob a:hover,
.ai-contact-wrap span.context-email a:hover {
    color: #f0c55a;
}


body.error404 .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 20px auto 0;
}

body #aios-testimonials.aios-testimonials-page p#breadcrumbs {
    max-width: 1170px;
    padding: 0 15px;
    margin: 20px auto 0;
}


/* IDX FIX */
ul#ihf-detail-extrainfotabs, #ihf-search-tabs > ul.nav-tabs,
#ihf_select_property_type_chosen ul.chosen-results,
#ihf_select_bedrooms_homes_chosen ul.chosen-results,
#ihf_select_baths_homes_chosen ul.chosen-results{
    margin-left:0!important;
    padding-left: 0;
}

.ihf-advanced-property-search ul.chosen-results {
    padding-left: 0 !important;
}

body #listings-results .listings-main {
    margin-bottom: 30px;
}

body.ihf-results-template #content-full .entry-title {
    width: 100%;
    padding: 0;
}

body #ihf-main-container.ihf-modal-container .modal:not(#ihf-user-registration-modal) input[type=submit].active,
body #ihf-main-container.ihf-modal-container .modal:not(#ihf-user-registration-modal) input[type=submit]:hover,
body #ihf-main-container.ihf-modal-container .modal:not(#ihf-user-registration-modal) button[type=submit].active,
body #ihf-main-container.ihf-modal-container .modal:not(#ihf-user-registration-modal) button[type=submit]:hover {
    color: #fff!important;
}

body #listings-details .listings-form textarea {
    padding-right: 40px;
}

body #listings-results .listings-list .listings-item {
    flex-flow: nowrap;
}

#main-wrapper {
    overflow: hidden;
}

.about-img-bottom {
   font-size: 0;
}

.about-img-bottom br {
    display: none;
}

.about-img-bottom .col-md-6 {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.about-img-bottom img {
    margin: 0 auto 10px;
    width: 375px;
    max-width: 100%;
}

.post-page-testimonials #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
#ihf-main-container .modal-content > div {
    overflow: hidden;
}

.page-id-537 ul#theme-content a[data-feed-filter="tiktok"],
.page-id-537 div#theme-title a[href="https://www.tiktok.com/@user4850358655371"] {
    display: none !important;
}

body.post-page-testimonials #inner-page-wrapper .container .container{
    max-width: 100%;
}

.fp-item.sold a::before {
    content: 'Sold';
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background: #ff0000;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.fp-item.active a::before {
    content: 'Active';
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background: #01e087;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.social-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    background: #2a2a2a url(images/prev.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
    transform: translateY(-50%) !important;
    font-size: 0;
    cursor: pointer;
}

.social-arrow.next {
    background: #e3bc5b url(images/next.png) no-repeat center;
    left: auto;
    right: 20px;
}

.social-arrow:hover {
    opacity: .5;
}

.blogs-wrap {
    padding: 100px 0;
}
.blogs-main {
    display: flex;
    flex-flow: row wrap;
}

.blogs-content {
    width: 40%;
}

.blogs-slick-wrap {
    width: 60%;
    padding: 0 0 0 56.5px;
    position: relative;
}

.blogs-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}

.blogs-next {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}











.opt {
    display: flex;
    flex-flow: row wrap;
        width: 100%;
    padding-top: 10px;
}

.opt .iagree {
    width: 20px;
    height: 20px;
}

.opt .iagree .wpcf7-list-item-label {
    font-size: 0;
}

.opt .iagree input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.opt .wpcf7-list-item {
    margin: 0;
}

.opt-label {
    width: calc(100% - 30px);
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.4;
}


.opt span.wpcf7-list-item-label {
    font-size: 0 !important;
}

.opt input {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.contact-form .opt .opt-label {
    color: #fff;
}

.cf-submit {
    margin-top: 20px;
}


.modal-body .opt-label {
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0;
}
