/** Default
------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

body{
    font-family: "Barlow", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background: #fff;
    color: #000;
    position: relative;
    transition-property: all;
    transition-duration: 0.4s;
    left: 0;
}
body.in-menu{
    //overflow: hidden;
    //left: 330px;
}

body.fixed {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

body.in-form {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

body.single-realty{
    background: #f9f9f9;
}

img {
    border: 0;
    max-width: 100%;
}

input, textarea{
    &::-webkit-input-placeholder {
        opacity: 1;
    }

    &::-moz-placeholder {
        opacity: 1;
    }

    &::-moz-placeholder {
        opacity: 1;
    }

    &::-ms-input-placeholder {
        opacity: 1;
    }
}

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

html {
    scroll-behavior: smooth;
}

/** Search
------------------------------------------------*/
.gv_search_block{
    background: rgba(0,0,0,0.87);
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    >button{
        position: absolute;
        right: 0;
        top: 0;
        background: #ec222b;
        height: 40px;
        width: 40px;
        border: 0;
        padding: 0;
        cursor: pointer;
        i{
            color: #FFF;
            display: block;
            text-align: center;
            line-height: 40px;
        }
    }
    .container{
        height: 100%;
        .form_search{
            display: flex;
            height: 100%;
            align-items: center;
            form{
                position: relative;
                padding-right: 40px;
                width: 100%;
                input{
                    padding: 15px 0;
                    border: 0;
                    background: transparent;
                    font-size: 15px;
                    border-bottom: 2px solid #fff;
                    color: #FFF;
                    width: 100%;
                }
                button{
                    border: 0;
                    background: transparent;
                    padding: 0;
                    position: absolute;
                    color: #FFF;
                    right: 10px;
                    top: 50%;
                    transform: translateY(-50%);
                    i{
                        font-size: 22px;
                    }
                }
            }
        }
    }    
}

/** Menu
------------------------------------------------*/
.gv_mobile_block{
    position: fixed;
    z-index: 999;
    height: 100vh;
    max-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    overflow: auto;
    display: flex;
    width: 100%;
    justify-content: center;
    background: #222;
    .inner{
        position: relative;
        z-index: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        button{
            font-family: 'Montserrat', sans-serif;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 0;
            outline: none;
            background: none;
            padding: 0;
            cursor: pointer;
            position: absolute;
            right: 60px;
            top: 20px;
            svg{
                color: #FFFFFF;
                font-size: 34px;
            }
            span{
                font-size: 12px;
                font-weight: 400;
                color: #FFFFFF;
                text-transform: uppercase;
                margin-left: 3px;
            }
        }
        ul.nav-mobile{
            display: block;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
            padding-top: 90px;
            padding-bottom: 40px;
            >li{
                display: block;
                position: relative;
                text-align: center;
                >a{
                    position: relative;
                    color: #fff;
                    font-family: "Barlow", sans-serif;
                    font-size: 15px;
                    font-weight: 500;
                    margin-bottom: 10px;
                    display: block;
                    padding: 0.6rem 0;
                    cursor: pointer;
                    text-align: center;
                    user-select: none;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    &::after{
                        content: "";
                        position: absolute;
                        background-image: url("../images/icon-line-menu.svg");
                        background-repeat: no-repeat;
                        background-size: 100%;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        height: 2px;
                    }
                }
                ul{
                    position: relative;
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    display: none;
                    >li{
                        display: block;
                        position: relative;
                        text-align: center;
                        >a{
                            position: relative;
                            color: #fff;
                            font-family: "Montserrat", sans-serif;
                            font-size: 14px;
                            font-weight: 400;
                            display: block;
                            padding: 0.6rem 0;
                            cursor: pointer;
                            text-align: center;
                            user-select: none;
                            letter-spacing: 1px;
                        }
                    }  
                }
            }
            li.menu-item-has-children{
                >i.icon{
                    height: 30px;
                    width: 30px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: absolute;
                    right: -30px;
                    top: 5px;
                    z-index: 3;
                    cursor: pointer;
                }
                >i.icon.open{
                    transform: rotate(180deg);
                }
            }
        }
    }
}
@media(max-width: 575px){
    .gv_mobile_block{
        .inner{
            button{
                right: 20px;
                span{
                    display: none;
                }
            }
        }
    }
}

/** Heading
------------------------------------------------*/
.head_section{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    .title{
        position: relative;
        font-size: 33px;
        letter-spacing: .2px;
        font-weight: 500;
        margin: 0;
        padding-bottom: 0px;
        color: #b48a4d;
        span{
            font-weight: 800;
            color: #000;
        }
    }
    .divide{
        margin-top: 10px;
        width: 140px;
        height: 4px;
        background: #5b5044;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        &::before{
            content:"";
            height: 6px;
            width: 6px;
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            background: #fff;
            position: absolute;
            left: 46%;
            top: 50%;
            transform: translateY(-50%);
        }
        &::after{
            content:"";
            height: 6px;
            width: 6px;
            clip-path: polygon(100% 0, 0 0, 0 100%);
            background: #fff;
            position: absolute;
            right: 46%;
            top: 50%;
            transform: translateY(-50%);
        }
    }
}

.head_panel{
    position: relative;
    .title{
        position: relative;
        font-size: 32px;
        letter-spacing: 1px;
        font-weight: 600;
        margin: 0;
        padding-bottom: 0px;
        color: #333;
    }
}

.head_block{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    .title{
        position: relative;
        font-size: 28px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
        padding-bottom: 0px;
        color: #333;
    }
    .divide{
        margin-top: 10px;
        width: 60px;
        height: 2px;
        background: #5b5044;
        position: relative;
        &::after{
            content:"";
            height: 6px;
            width: 6px;
            clip-path: polygon(100% 100%, 0 0, 100% 0);
            background: #fff;
            position: absolute;
            right: -1px;
            top: 50%;
            transform: translateY(-50%);
        }
    }
}

.head_footer{
    position: relative;
    .title{
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: .5px;
        margin: 0;
    }
}

/** Banner Advertisment
------------------------------------------------*/
.gv_banner_advert{
    .inner{
        img{
            width: 100%;
            height: auto;
        }
    }
}

/** Breadcrumb
------------------------------------------------*/
.gv_breadcrumb_block{
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    .container{}
    .breadcrumb-nav{
        padding-bottom: 15px;
        div, p{
            margin: 0;
            padding: 0;
        }
        span,
        a {
            font-family: inherit;
            font-size: 14px;
            color: #222;
            font-weight: 500;
            letter-spacing: .5px;
        }
        span.breadcrumb_last{
            color: #5b5044;
            font-weight: 600;
        }
    }
}

/** Loop project
------------------------------------------------*/
.project_box{
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    .thumb{
        position: relative;
        display: block;
        .image{
            width: 100%;
            display: block;
            position: relative;
            >a{
                position: relative;
                padding-bottom: 58%;
                display: block;
                background-position: 50% 50%;
                width: 100%;
                overflow: hidden;
                &::before{
                    content:"";
                    height: 100%;
                    width: 100%;
                    background: #000;
                    position: absolute;
                    left: 0;
                    top: 0;
                    opacity: 0.01;
                    z-index: 2;
                    transition: all .45s ease 0s;
                }
                img{
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    object-position: 50% 50%;
                    object-fit: cover;
                    height: 100%;
                    width: 100%;

                }
            }
        }
        .price{
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 2;
            width: calc(100% - 40px);
            span{
                position: relative;
                display: inline-block;
                background: #5b5044;
                color: #fff;
                font-size: 14px;
                font-weight: 500;
                padding: 10px 20px 10px 20px;
                line-height: 20px;
                &::after{
                    content: "";
                    height: 100%;
                    width: 50px;
                    position: absolute;
                    right: -15px;
                    transform: skewX(20deg);
                    z-index: -1;
                    top: 0;
                    background: #5b5044;
                }
            }
        }
    }
    .info{
        border: 1px solid #eee;
        border-top: 0;
        padding: 15px;
        .title{
            font-size: 16px;
            margin: 0 0 0px;
            padding-bottom: 10px;
            border-bottom: 1px dotted #dedede;
            width: 100%;
            display: block;
            letter-spacing: .5px;
            font-weight: 500;
            text-transform: uppercase;
            transition: all .4s ease 0s;
            >a{
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                height: 39px;
                color: #000;
                &:hover{
                    color: #5b5044;
                }
            }
        }
    }
}
/** Loop rent
------------------------------------------------*/
.rent_inner{
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    .thumb{
        position: relative;
        display: block;
        .image{
            width: 100%;
            display: block;
            position: relative;
            >a{
                position: relative;
                padding-bottom: 58%;
                display: block;
                background-position: 50% 50%;
                width: 100%;
                overflow: hidden;
                img{
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    object-position: 50% 50%;
                    object-fit: cover;
                    height: 100%;
                    width: 100%;

                }
            }
        }
        .price{
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 2;
            width: calc(100% - 40px);
            span{
                position: relative;
                display: inline-block;
                background: #fb0914;
                color: #fff;
                font-size: 15px;
                font-weight: bold;
                padding: 10px 20px 10px 20px;
                line-height: 20px;
                &::after{
                    content: "";
                    height: 100%;
                    width: 50px;
                    position: absolute;
                    right: -15px;
                    transform: skewX(20deg);
                    z-index: -1;
                    top: 0;
                    background: #fb0914;
                }
            }
        }
    }
    .info{
        border: 1px solid #eee;
        border-top: 0;
        padding: 15px;
        .title{
            font-size: 16px;
            margin: 0 0 10px;
            width: 100%;
            display: block;
            letter-spacing: .5px;
            font-weight: 500;
            
            transition: all .4s ease 0s;
            >a{
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                height: 39px;
                color: #000;
                &:hover{
                    color: #5b5044;
                }
            }
        }
        .param{
            list-style: none;
            padding: 0;
            margin: 0 -5px;
            display: flex;
            flex-wrap: wrap;
            >li{
                padding-left: 5px;
                padding-right: 5px;
                flex: 0 0 33.33334%;
                max-width: 33.33334%;
                span{
                    position: relative;
                    display: block;
                    padding-left: 25px;
                    font-size: 14px;
                    font-family: 'Barlow', sans-serif;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    i{
                        color: #5b5044;
                        position: absolute;
                        left: 0;
                        top: 2px;
                        font-size: 15px;
                    }
                }
            }
        }
    }
}

/** Loop realty
------------------------------------------------*/
.realty_inner{
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    .thumb{
        position: relative;
        display: block;
        .image{
            width: 100%;
            display: block;
            position: relative;
            >a{
                position: relative;
                padding-bottom: 58%;
                display: block;
                background-position: 50% 50%;
                width: 100%;
                overflow: hidden;
                img{
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    object-position: 50% 50%;
                    object-fit: cover;
                    height: 100%;
                    width: 100%;

                }
            }
        }
    }
    .info{
        border: 1px solid #eee;
        border-top: 0;
        padding: 15px;
        .title{
            font-size: 16px;
            margin: 0 0 10px;
            width: 100%;
            display: block;
            letter-spacing: .5px;
            font-weight: 500;
            text-transform: uppercase;
            transition: all .4s ease 0s;
            border-bottom: 1px dotted #dedede;
            padding-bottom: 10px;
            >a{
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                height: 39px;
                color: #000;
                &:hover{
                    color: #5b5044;
                }
            }
        }
        .price{
            position: relative;
            padding-bottom: 10px;
            display: block;
            font-size: 14px;
            font-weight: 500;
            span{
                color: red;
                font-weight: 600;
            }
        }
        .param{
            list-style: none;
            padding: 0;
            margin: 0;
            >li{
                display: block;
                position: relative;
                padding: 1px 0;
                span{
                    position: relative;
                    display: block;
                    padding-left: 25px;
                    font-size: 14px;
                    font-family: 'Barlow', sans-serif;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    i{
                        color: #5b5044;
                        position: absolute;
                        left: 0;
                        top: 2px;
                        font-size: 15px;
                    }
                }
            }
        }
    }
}

/** Loop news
------------------------------------------------*/
.news_inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    .thumb {
        width: 100%;
        max-width: 200px;
        min-width: 200px;
        position: relative;
        a {
            display: block;
            position: relative;
            padding-bottom: 65%;
            background-position: center;
            height: auto;
            width: 100%;
            box-shadow: 0px 0px 8px 0px #eee;

            img {
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                position: absolute;
                -o-object-position: 50% 50%;
                object-position: 50% 50%;
                -o-object-fit: cover;
                object-fit: cover;
            }
            span{
                position: absolute;
                top: 7px;
                left: 7px;
                height: 42px;
                width: 42px;
                display: flex;
                align-content: center;
                background: #FFF;
                justify-content: center;
                flex-wrap: wrap;
                i,b{
                    font-size: 12px;
                    display: block;
                    width: 100%;
                    font-style: normal;
                    line-height: 1;
                    color: #1e184c;
                    text-align: center;
                }
                i{
                    font-size: 22px;
                    font-weight: 900;
                    line-height: 1;
                    color: #15284b;
                }
                b{
                    font-size: 12px;
                    font-weight: normal;
                    line-height: 1;
                }
            }
        }
    }

    .info {
        flex: 1 1 0;
        padding-left: 18px;
        h3 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
            a {
                color: #333;
                transition: all .5s ease 0s;
                &:hover{
                    color: #00acf0;
                }
            }
        }
        .date{
            font-size: 14px;
            font-weight: 500;
            padding-bottom: 8px;
        }
        .desc {
            font-size: 14px;
            line-height: 1.5;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            height: 42px;
            -webkit-box-pack: justify;
            -webkit-box-orient: vertical;
        }
    }
}

@media(max-width: 575px){
    .news_inner{
        flex-wrap: wrap;
        .thumb{
            flex: 0 0 100%;
            max-width: 100%;
        }
        .info{
            flex: 0 0 100%;
            max-width: 100%;
            padding-left: 0px;
            padding-top: 15px;
        }
    }   
}
/** Loop course
------------------------------------------------*/
.course_inner{
    position: relative;
    padding: 0;
    background: #f4f4f4;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    transition: all .45s ease 0s;
    overflow: hidden;
    .thumb{
        display: block;
        position: relative;
        >a{
            display: block;
            padding-bottom: 60%;
            background-position: center;
            position: relative;
            width: 100%;
            img{
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                object-position: 50% 50%;
                object-fit: cover;
                height: 100%;
                width: 100%;
            }
        }
    }
    .info{
        display: block;
        padding: 15px;
        .title{
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 9px;
            letter-spacing: .4px;
            line-height: 1.3;
            a{
                color: #000;
                transition-duration: 0.5s;
                transition-property: all;
                display: block;
                &:hover{
                    color: #a75267;
                }
            }
        }
        .meta{
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            p{
                margin: 0;
                span{
                    display: block;
                    font-size: 14px;
                    line-height: 1.45;
                    color: #444;
                    font-weight: 500;
                    letter-spacing: .4px;
                    i{
                        margin-right: 3px;
                        color: #a75267;
                        font-size: 13px;
                    }
                }
            }
            >a{
                display: inline-block;
                padding: 6px 14px;
                line-height: 20px;
                white-space: nowrap;
                background: #9ac128;
                color: #fff;
                font-size: 15px;
                letter-spacing: .5px;
                border-radius: 3px;
                &:hover{
                    background: #a75267;
                }
            }
        }
    }
    &:hover{
        box-shadow: 0px 0px 12px 0px #f0f0f0;
    }
}

/** Loop post
------------------------------------------------*/
.post_inner{
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 6px 0px #ddd;
    .thumb{
        display: block;
        position: relative;
        >a{
            display: block;
            padding-bottom: 50%;
            background-position: center;
            position: relative;
            width: 100%;
            img{
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                object-position: 50% 50%;
                object-fit: cover;
                height: 100%;
                width: 100%;
            }
        }
    }
    .info{
        display: block;
        padding: 15px;
        .title{
            font-size: 18px;
            letter-spacing: 0px;
            font-weight: 500;
            margin-bottom: 6px;
            line-height: 1.3;
            a{
                color: #333;
                transition-duration: 0.5s;
                transition-property: all;
                display: block;
                &:hover{
                    color: #9ac128;
                }
            }
        }
        .date{
            font-size: 14px;
            font-style: italic;
            margin-bottom: 10px;
            color: #777;
        }
        .desc{
            font-size: 15px;
            height: 45px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 1.4;
            margin-bottom: 10px;
        }
        .button-more{
            a{
                background: #9ac128;
                padding: 4px 15px;
                display: inline-block;
                font-size: 14px;
                font-weight: 500;
                border-radius: 3px;
                color: #fff;
                line-height: 20px;
                i{
                    margin-left: 5px;
                }
            }
        }
    }
}

/** Loop blog
------------------------------------------------*/
.blog_inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;

    .thumb {
        width: 100%;
        max-width: 200px;
        min-width: 200px;
        position: relative;

        a {
            display: block;
            position: relative;
            padding-bottom: 65%;
            background-position: center;
            height: auto;
            width: 100%;
            box-shadow: 0px 0px 8px 0px #eee;

            img {
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                position: absolute;
                -o-object-position: 50% 50%;
                object-position: 50% 50%;
                -o-object-fit: cover;
                object-fit: cover;
            }
            span{
                position: absolute;
                top: 7px;
                left: 7px;
                height: 42px;
                width: 42px;
                display: flex;
                align-content: center;
                background: #FFF;
                justify-content: center;
                flex-wrap: wrap;
                i,b{
                    font-size: 12px;
                    display: block;
                    width: 100%;
                    font-style: normal;
                    line-height: 1;
                    color: #444;
                    text-align: center;
                }
                i{
                    font-size: 22px;
                    font-weight: 900;
                    line-height: 1;
                    color: #444;
                }
                b{
                    font-size: 12px;
                    font-weight: normal;
                    line-height: 1;
                }
            }
        }
    }

    .info {
        flex: 1 1 0;
        padding-left: 18px;

        h3 {
            font-size: 19px;
            font-weight: 600;
            margin-bottom: 10px;

            a {
                color: #333;
                transition: all .5s ease 0s;
                &:hover{
                    color: #5b5044;
                }
            }
        }

        .desc {
            font-size: 14px;
            line-height: 1.5;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            height: 42px;
            -webkit-box-pack: justify;
            -webkit-box-orient: vertical;
        }
        .more{
            padding-top: 11px;
            display: block;
            >a{
                display: inline-block;
                line-height: 20px;
                color: #fff;
                background: #444;
                padding: 5px 12px 5px 12px;
                font-weight: 500;                
                letter-spacing: 1px;
                font-size: 13px;
                position: relative;
                border-radius: 3px;
            }
            &:hover{
                >a{
                    background: #5b5044;
                }
            }
        }
    }
}

@media(max-width: 575px){
    .blog_inner{
        flex-wrap: wrap;
        .thumb{
            flex: 0 0 100%;
            max-width: 100%;
        }
        .info{
            flex: 0 0 100%;
            max-width: 100%;
            padding-left: 0px;
            padding-top: 15px;
        }
    }   
}

/** Divider */
.gv_divider_block{
    height: 35px;
    background: #f3f3f3;
}

/**
 * ANIMATION
 */
@-webkit-keyframes shadow-after {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes shadow-after {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes shadow-before {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@keyframes shadow-before {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes rotating {
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/**
 * CAROUSEL
 */
.carousel {
    .carousel-control-prev,
    .carousel-control-next {
        height: 42px;
        width: 42px;
        background: rgba(254, 209, 6, 0.85);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-55%);
        transform: translateY(-55%);
        opacity: 1;
        z-index: 99;
        border-radius: 100%;

        >i {
            font-size: 24px;
            height: 100%;
            text-align: center;
            line-height: 42px;
            color: #fff;

            &::before {
                display: inline-block;
            }
        }
    }

    .carousel-control-prev {
        left: 30px;

        >i {}
    }

    .carousel-control-next {
        right: 30px;
    }

    .carousel-indicators {
        margin-bottom: 0;

        >li {
            height: 13px;
            width: 13px;
            border-radius: 100%;
            margin-right: 5px;
            margin-left: 5px;
            background: #f08487;
        }

        >li.active {
            background: #b12024;
        }
    }
}

.slick-slider {
    padding-bottom: 50px;

    .slick-arrow {
        position: absolute;
        bottom: 0;
        height: 30px;
        width: 30px;
        border: 2px solid #444;
        border-radius: 100%;
        text-align: center;

        i {
            text-align: center;
            line-height: 26px;
            display: block;
            font-size: 18px;
        }

        z-index: 10;
    }

    .prev {
        left: 45%;
    }

    .next {
        right: 45%;
    }
}

/** Owl Carousel */
.owl-carousel {
    .owl-nav {
        margin: 0;
        [class*="owl-"] {
            height: auto;
            width: auto;
            border: 0;
            position: absolute;
            border-radius: 0px;
            padding: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: transparent;
            opacity: 0;
            transition-property: all;
            transition-duration: 0.45s; 
            visibility: hidden;
            margin: 0px;
            i {
                text-align: center;
                font-size: 50px;
                color: #fff;
            }
        }
        .owl-prev {
            left: 30px;
            &:hover{
                background: transparent;
                i{
                    color: #ec222b;
                }
            }
            i {}
        }
        .owl-next {
            right: 30px;
            &:hover{                
                background: transparent;
                i{
                    color: #ec222b;
                }
            }
            i {}
        }
    }
    &:hover{
        .owl-nav{
            [class*="owl-"] {
                opacity: 1;
                visibility: visible;
            }
        }
    }

    .owl-dots {
        margin-top: 0px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;

        .owl-dot {
            span {
                width: 11px;
                height: 11px;
                transition-property: all;
                transition-duration: 0.45s;
                margin: 5px 5px;
                background: #FFF;
                border-radius: 100%;
            }
            &:hover{
                span{
                    background: #81c53c;
                }
            }
        }

        .owl-dot.active {
            span {
                background: #81c53c;
            }
        }
    }
}
.owl-carousel.Owl-news{
    .owl-nav {
        [class*="owl-"] {
            height: 35px;
            width: 35px;
            border-radius: 100%;
            background: #1e184c;
            opacity: 1;
            visibility: visible;
            i {
                text-align: center;
                font-size: 20px;
                color: #fff;
                line-height: 35px;
            }
        }
        .owl-prev {
            left: -25px;
            &:hover{
                background: #1e184c;
                i{
                    color: #ec222b;
                }
            }
        }
        .owl-next {
            right: -25px;
            &:hover{                
                background: #1e184c;
                i{
                    color: #ec222b;
                }
            }
        }
    }
    .owl-dots {
        margin-top: 0px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;

        .owl-dot {
            span {
                width: 10px;
                height: 10px;
                transition-property: all;
                transition-duration: 0.45s;
                margin: 5px 5px;
                background: #ccc;
                border-radius: 100%;
            }
            &:hover{
                span{
                    background: #1e184c;
                }
            }
        }

        .owl-dot.active {
            span {
                background: #1e184c;
            }
        }
    }
}
.owl-carousel.Owl-partner{
    .owl-nav {
        margin: 0;
        [class*="owl-"] {
            height: auto;
            width: auto;
            border: 0;
            position: absolute;
            border-radius: 0px;
            padding: 0;
            top: 38%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: transparent;
            opacity: 1;
            transition-property: all;
            transition-duration: 0.45s; 
            visibility: visible;
            margin: 0px;
            i {
                text-align: center;
                font-size: 50px;
                color: #fff;
            }
        }
        .owl-prev {
            left: -55px;
            &:hover{
                background: transparent;
                i{
                    color: #ec222b;
                }
            }
            i {}
        }
        .owl-next {
            right: -55px;
            &:hover{                
                background: transparent;
                i{
                    color: #ec222b;
                }
            }
            i {}
        }
    }
    &:hover{
        .owl-nav{
            [class*="owl-"] {
                opacity: 1;
                visibility: visible;
            }
        }
    }

    .owl-dots {
        margin-top: 0px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;

        .owl-dot {
            span {
                width: 30px;
                height: 6px;
                transition-property: all;
                transition-duration: 0.45s;
                margin: 5px 5px;
                background: rgba(255,255,255,0.68);
                border-radius: 0;
            }
            &:hover{
                span{
                    background: #fff;
                }
            }
        }

        .owl-dot.active {
            span {
                background: #FFF;
            }
        }
    }
}

.bx-wrapper {
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
    background: none;

    .bx-controls-direction {
        >a {
            background: none;
            text-indent: 0;
            height: 50px;
            width: auto;
            line-height: 50px;
            text-align: center;
            top: 50%;
            color: #333;
            margin: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

            i {
                font-size: 38px;
                line-height: 50px;
                display: block;
            }
        }

        .bx-prev {
            left: -75px;
        }

        .bx-next {
            right: -75px;
        }
    }
}

/** Form */
div.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7-form {
    p {
        margin-bottom: 0;
    }

    input,
    select {
        line-height: 20px;
        border: 1px solid #ccc;
        padding: 8px 15px;
        color: #001f46;
        background: #FFF;
        font: 14px Arial, sans-serif;
        margin: 5px 0;
        width: 100%;
        border-radius: 0px;
    }

    textarea {
        width: 100%;
        border: 1px solid #ddd;
        padding: 9px 15px;
        height: 91px;
        color: #001f46;
        font: 14px Arial, sans-serif;
        background: #FFF;
        margin: 5px 0px;
        border-radius: 0px;
    }

    .wpcf7-radio {
        width: 100%;
        padding: 10px 0px 10px;
        display: -webkit-box;
        display: flex;
        margin-bottom: 19px;
        -webkit-box-align: center;
        align-items: center;
        justify-content: space-around;
        background: orange;
        border-radius: 6px;

        .wpcf7-list-item {
            label {
                display: -webkit-box;
                display: flex;
                flex-wrap: wrap;
                color: #fff;
                margin-bottom: 0;

                input {
                    width: auto;
                    margin: 0;
                    margin-right: 10px;
                }
            }
        }

        .wpcf7-list-item.first {
            margin-left: 0;
        }
    }

    input.wpcf7-submit {
        background: #ff7a00;
        text-transform: uppercase;
        color: #333;
        margin: 5px 0 0;
        padding: 11px 15px;
        border-radius: 0px;
        font-weight: bold;
        cursor: pointer;
        letter-spacing: 0.5px;
        border: 0;
        font-size: 16px;
        width: 100%;
    }

    .wpcf7-checkbox {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;

        input[type="checkbox"] {
            display: inline;
        }
    }
}


/**
 * DESC
 */
.desc {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.60;

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

    .aligncenter,
    .alignleft,
    .alignright {
        max-width: 100%;

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

    .aligncenter {
        float: none;
        margin: auto;
        display: block;
    }

    .alignleft {
        float: left;
        display: inline-block;
        margin-right: 15px;
    }

    .alignright {
        float: right;
        display: inline-block;
        margin-left: 15px
    }
}

/** Content
------------------------------------------------*/
.entry-content {
    font: 15px Arial, sans-serif;
    line-height: 1.6;
    text-align: justify;

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

    h1 {
        font-size: 1.9em;
    }

    h2 {
        font-size: 1.65em;
    }

    h3 {
        font-size: 1.45em;
    }

    h4 {        
        font-size: 1.2em;
    }

    h5 {
        font-size: 1.05em;
    }

    h6 {
        font-size: 1em;
    }

    iframe,
    object {
        max-width: 100%
    }

    ul{
        list-style: none;
        padding-left: 3px;

        >li {
            padding-left: 26px;
            padding-top: 3px;
            padding-bottom: 3px;
            font-size: 16px;
            position: relative;

            &::before {
                content: "";
                height: 18px;
                width: 18px;
                border-radius: 100%;
                background-image: url('../images/g-check.png');
                background-position: center;
                background-size: contain;
                background-repeat: no-repeat;
                position: absolute;
                left: 0;
                top: 4px;
            }
        }
    }

    ul.list-parkcity {
        list-style: none;
        padding-left: 3px;

        >li {
            padding: 5px 0;
            padding-left: 38px;
            position: relative;

            &::before {
                content: "";
                position: absolute;
                height: 20px;
                width: 20px;
                left: 10px;
                top: 9px;
                background-image: url('../images/icon-parkcity.png');
                background-position: center;
                background-repeat: no-repeat;
                border-radius: 0;
                background-color: transparent;
            }
        }
    }
    .divide_span{
        margin: 15px 0;
        height: 1px;
        width: 100%;
        border-top: 1px solid #1e184c;
        display: block;
    }
    
    .wp-block-image{
        .aligncenter,
        .alignleft,
        .alignright {
            max-width: 100%;

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

        figcaption {
            background: #fdfdfd;
            text-align: center;
            margin-bottom: 13px;
            font-style: italic;
            padding: 6px;
            font-size: 13px;
        }
    }
}


/** Page navigation
------------------------------------------------*/
.nav-pagination {
    ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            display: inline-block;
            >a {
                margin: 3px 3px;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 36px;
                width: 36px;
                background: #FFF;
                border: 1px solid #444;
                text-align: center;
                color: #444;
                i {
                    display: block;
                    text-align: center;
                }
                &:hover{
                    background: #5b5044;
                    border-color: #5b5044;
                    color: #fff;
                }
            }
        }

        .active {
            >a {
                background: #5b5044;
                border-color: #5b5044;
                color: #fff;
            }
        }
    }
}

.box-paginate{
    .paginate {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        a.page-numbers{
            margin: 3px 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 36px;
            width: 36px;
            background: #FFF;
            border: 1px solid #444;
            text-align: center;
            color: #444;
            transition: all .45s ease 0s;
            border-radius: 3px;
            i {
                display: block;
                text-align: center;
            }
            &:hover{
                background: #5b5044;
                border-color: #5b5044;
                color: #fff;
            }
        }

        span{
            margin: 3px 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 36px;
            width: 36px;
            border-radius: 3px;
            background: #FFF;
            border: 1px solid #444;
            text-align: center;
            color: #444;
            i {
                display: block;
                text-align: center;
            }
        }

        span.current{
            background: #5b5044;
            border-color: #5b5044;
            color: #fff;
        }
    }
}


/** Copyright
------------------------------------------------*/
.copyright {
    background: #1f3244;
    padding: 11px 0;
    color: #fff;
    font-size: 13px;
    font-style: normal;
}


/* Popup */
.popup {
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

    .popup-box {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        width: 98%;

        .inner {
            position: relative;
            background-color: rgba(0, 0, 0, 0.8);
            width: 100%;

            .btn-close {
                position: absolute;
                right: -15px;
                top: -15px;
                background: orange;
                border: 0;
                width: 40px;
                height: 40px;
                border-radius: 100%;
                line-height: 30px;
                padding: 5px 0;
                text-align: center;
                cursor: pointer;
            }

            .inner-box {
                padding: 15px;

                .form-popup {
                    width: 100%;
                    border: 2px dashed #fff;
                    padding: 35px 60px;
                    color: #FFF;

                    .title {
                        font-size: 20px;
                        font-weight: bold;
                        text-transform: uppercase;
                        color: #FFF;
                    }

                    .desc {
                        font-size: 15px;
                    }

                    .wpcf7-form {

                        input,
                        select,
                        textarea {
                            background: #FFF;
                            border-radius: 0px;
                        }

                        label {
                            display: block;
                        }

                        .wpcf7-checkbox {
                            display: -webkit-box;
                            display: flex;
                            -webkit-box-align: center;
                            align-items: center;
                            margin: 10px 0;

                            .wpcf7-list-item {
                                display: -webkit-box;
                                display: flex;
                                -webkit-box-align: center;
                                align-items: center;
                                margin: 0 10px 0 0;

                                input[type="checkbox"] {
                                    display: inline;
                                    padding: 0;
                                    margin: 0;
                                    margin-right: 7px;
                                    width: auto;
                                }
                            }
                        }

                        input[type="submit"] {
                            background: #dc3233;
                            display: inline-block;
                            color: #FFF;
                            border-radius: 50px;
                            width: auto;
                            padding: 11px 30px;
                        }
                    }
                }
            }


        }
    }

}

/**
 * CALL NOW
 */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }
}

@keyframes spread-effect {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -ms-transform: translate(-50%, -50%) scale(1.4);
        -webkit-transform: translate(-50%, -50%) scale(1.4);
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

/** Animation */
@-webkit-keyframes Pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes Pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}