﻿

.imageDiv {
    visibility: visible;
}

.dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 55%;
    display: inline-block;
    transition: background-color 0.2s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }


.mySlides {
    width: 100%;
    display: none;
    /*padding-top: 103px;*/
}
.imageDiv-slider{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 3px;
}

    .imageDiv-slider .mySlides {
        transition: all 0.3s ease 0s!important;
    }

    .imageDiv-slider:hover .mySlides {
        transform: scale(1.1, 1.1);
    }


@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]

1. Top bar / .topbar
2. Header / header
3. Navigation / .navi-level-1 
4. Blog / .lastest-blog-container
5. Sidebar / .main-sidebar
6. Search / .modal-search
7. Sub Header / .sub-header
8. Footer / footer
-------------------------------------------------------------------*/
/* Colors
----------------------------------------------------------*/
/* Typography
----------------------------------------------------------*/
/* Transition\
----------------------------------------------------------*/
/* LESS / Social Media Brand Colors */
/* Main Button Style
----------------------------------------------------------*/
/* Icon Social
----------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900&amp;subset=latin,vietnamese);

ul.social {
    display: block;
    padding: 0;
    margin: 0;
}

    ul.social li {
        display: inline-block;
    }

        ul.social li a {
            width: 36px;
            height: 36px;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            display: block;
            line-height: 36px;
            text-align: center;
            font-size: 15px;
            margin-left: 5px;
            transition: all 0.6s ease 0s;
        }

            ul.social li a:hover {
                color: #333;
                background: #ebcd1e;
            }

        ul.social li.active a {
            color: #333;
            background: #ebcd1e;
        }
/* Back To Top */
#to-the-top {
    display: none;
    position: fixed;
    text-align: center;
    right: 30px;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    z-index: 10000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
}

    #to-the-top:hover {
        background-color: #ebcd1e;
        color: #333;
    }
/* Button
----------------------------------------------------------*/
/*reset btn bootstrap */
.reset-btn {
    border: 0;
    outline: none;
    background: 0;
    box-shadow: none;
}
/*button*/
.ot-btn {
    font-size: 12px;
    color: #333;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 15px;
    outline: none;
    transition: all 0.6s ease 0s;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

    .ot-btn:hover,
    .ot-btn:focus {
        text-decoration: none;
    }
/*Style*/
.btn-rounded {
    border-radius: 3px;
}

.btn-pill {
    border-radius: 25px;
}

.btn-border {
    border: 2px solid #000;
    color: #000;
    box-sizing: border-box;
    background: transparent;
}

    .btn-border:hover,
    .btn-border:focus {
        border-color: #ebcd1e;
        color: #ebcd1e;
        text-decoration: none;
    }

.btn-border-ghost {
    border: 2px solid #000;
    color: #000;
    box-sizing: border-box;
    background: transparent;
    border-color: #fff;
    color: #fff;
}

    .btn-border-ghost:hover,
    .btn-border-ghost:focus {
        border-color: #ebcd1e;
        color: #ebcd1e;
        text-decoration: none;
    }

    .btn-border-ghost:hover {
        background: #ebcd1e;
        color: #222;
    }

.btn-border-grey {
    border-color: #e6e6e6;
}

.block-btn {
    display: block;
}
/*Size*/
.large-btn {
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    padding: 0 30px;
    min-width: 170px;
}

.default-size-btn {
    min-width: auto;
}

.small-btn {
    font-size: 10px;
    padding: 0 15px;
    min-width: auto;
    height: 30px;
    line-height: 28px;
}

.btn-long {
    padding-left: 55px;
    padding-right: 55px;
}
/*icon button*/
.icon-btn-left {
    text-align: left;
}

    .icon-btn-left i {
        line-height: inherit;
        font-size: inherit;
        float: left;
        margin: 0 8px;
    }

.icon-btn-right {
    text-align: left;
}

    .icon-btn-right i {
        line-height: inherit;
        font-size: inherit;
        float: right;
        margin: 0 8px;
    }

.btn-main-color {
    background: #ebcd1e;
}

    .btn-main-color:hover {
        color: #fff;
        background: #333;
    }

.btn-sub-color {
    background: #fff;
}

    .btn-sub-color:hover {
        background: #333;
        color: #fff;
    }

.btn-dark-color {
    background: #333;
    color: #fff;
}

    .btn-dark-color:hover,
    .btn-dark-color:focus {
        color: #333;
        background: #fff;
    }

.btn-border-dark:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
}

.btn-white-color {
    background: #fff;
}

    .btn-white-color:hover {
        background: #333;
        color: #fff;
    }

.btn-teal-color {
    background: #439088;
    color: #fff;
}

    .btn-teal-color:hover {
        background: #333;
        color: #439088;
    }

.btn-blue-color {
    background: #0888f0;
    color: #fff;
}

    .btn-blue-color:hover {
        background: #333;
        color: #0888f0;
    }

.btn-maroon-color {
    background: #953c44;
    color: #fff;
}

    .btn-maroon-color:hover {
        background: #333;
        color: #953c44;
    }

.btn-brown-color {
    background: #906e43;
    color: #fff;
}

    .btn-brown-color:hover {
        background: #333;
        color: #906e43;
    }

.btn-green-color {
    background: #2ccb7a;
    color: #fff;
}

    .btn-green-color:hover {
        background: #333;
        color: #2ccb7a;
    }

div.fancy-select {
    position: relative;
    color: #46565D;
}

    div.fancy-select.disabled {
        opacity: 0.5;
    }

    div.fancy-select select:focus + div.trigger {
        box-shadow: 0 0 0 2px #4B5468;
    }

        div.fancy-select select:focus + div.trigger.open {
            box-shadow: none;
        }

    div.fancy-select div.trigger {
        border-radius: 4px;
        cursor: pointer;
        padding: 10px 24px 9px 9px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        background: #99A5BE;
        border: 1px solid #99A5BE;
        border-top-color: #A5B2CB;
        color: #4B5468;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        width: 200px;
        transition: all 0.6s ease 0s;
    }

        div.fancy-select div.trigger:after {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-top-color: #4B5468;
            top: 20px;
            right: 9px;
        }

        div.fancy-select div.trigger.open {
            background: #4A5368;
            border: 1px solid #475062;
            color: #7A8498;
            box-shadow: none;
        }

            div.fancy-select div.trigger.open:after {
                border-top-color: #7A8498;
            }

    div.fancy-select ul.options {
        list-style: none;
        margin: 0;
        position: absolute;
        top: 40px;
        right: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 50;
        max-height: 200px;
        overflow: auto;
        background: #62C8BF;
        border-radius: 4px;
        border-top: 1px solid #7DD8D2;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        min-width: 120px;
        transition: all 0.3s ease 0s;
    }

        div.fancy-select ul.options.open {
            visibility: visible;
            top: 50px;
            opacity: 1;
            /* have to use a non-visibility transition to prevent this iOS issue (bug?): */

            transition: all 0.4s ease 0s;
        }

        div.fancy-select ul.options.overflowing {
            top: auto;
            bottom: 40px;
            transition: all 0.3s ease 0s;
        }

            div.fancy-select ul.options.overflowing.open {
                top: auto;
                bottom: 50px;
                transition: all 0.3s ease 0s;
            }

        div.fancy-select ul.options li {
            padding: 8px 12px;
            color: #2B8686;
            cursor: pointer;
            white-space: nowrap;
            transition: all 0.3s ease 0s;
        }

            div.fancy-select ul.options li.selected {
                background: rgba(43, 134, 134, 0.3);
                color: rgba(255, 255, 255, 0.75);
            }

            div.fancy-select ul.options li.hover {
                color: #fff;
            }
/* Slider
----------------------------------------------------------*/

/* Header
----------------------------------------------------------*/
/* Top Bar */
.topbar {
    width: 100%;
    height: 30px;
    display: block;
    float: left;
}

.topbar-dark {
    background: #333;
    font-size: 10px;
    color: #999;
}

    .topbar-dark p {
        display: inline-block;
        float: left;
        line-height: 30px;
        margin-right: 30px;
    }

    .topbar-dark .language {
        float: right;
    }

        .topbar-dark .language a {
            color: #666;
            display: inline-block;
            position: relative;
            padding: 0 12px;
            line-height: 30px;
        }

            .topbar-dark .language a:hover {
                color: #999;
            }

            .topbar-dark .language a:after {
                content: "/";
                display: block;
                position: absolute;
                font-size: 11px;
                right: 0;
                top: 0;
            }

            .topbar-dark .language a:last-child:after {
                display: none;
            }

            .topbar-dark .language a.active {
                color: #999;
            }

.topbar-position {
    width: calc(100% + 80px);
    z-index: 3;
    position: relative;
    overflow: hidden;
    top: -10px;
    left: -40px;
}

    .topbar-position .language {
        width: auto;
    }

    .topbar-position p {
        margin: 0;
    }

.hide-topbar {
    display: none;
}

.bg-light-grey {
    background: #f5f5f5;
}

.topbar-transparent {
    height: 50px;
    background: transparent;
    line-height: 25px;
    padding: 10px 0;
    float: none;
}

    .topbar-transparent .social-share {
        float: left;
        display: inline-block;
    }

        .topbar-transparent .social-share a {
            font-size: 13px;
        }

    .topbar-transparent p.ads-text {
        text-align: center;
        font-size: 11px;
        display: inline-block;
        width: calc(100% - 540px);
        letter-spacing: 2px;
    }

    .topbar-transparent .account {
        display: inline-block;
        float: right;
    }

        .topbar-transparent .account a {
            font-size: 11px;
            color: #666;
            display: inline-block;
            position: relative;
            padding: 0 12px;
        }

            .topbar-transparent .account a:hover {
                color: #333;
            }

            .topbar-transparent .account a:after {
                content: "/";
                display: block;
                position: absolute;
                font-size: 11px;
                right: -2px;
                top: 0;
            }

            .topbar-transparent .account a:last-child:after {
                display: none;
            }

    .topbar-transparent .topbar-left {
        float: left;
        width: 260px;
    }

    .topbar-transparent .topbar-right {
        float: right;
        width: 260px;
    }

.language {
    float: left;
    display: inline-block;
    width: 80px;
    font-size: 11px;
    text-transform: uppercase;
}

    .language div.fancy-select {
        color: #666;
    }

        .language div.fancy-select div.trigger {
            padding: 0;
            background: none;
            border: none;
            outline: none;
            box-shadow: none;
            width: 100%;
            letter-spacing: 1px;
        }

            .language div.fancy-select div.trigger::after {
                top: 10px;
                right: 15px;
            }

        .language div.fancy-select ul.options {
            left: 0;
            border: 0;
            background: #333;
            border-radius: 0;
        }

            .language div.fancy-select ul.options li {
                color: #fff;
                letter-spacing: 1px;
            }

                .language div.fancy-select ul.options li.selected {
                    color: #222;
                    background: #ebcd1e;
                    letter-spacing: 1px;
                }

                .language div.fancy-select ul.options li:hover {
                    color: #333;
                    background: #ebcd1e;
                }

            .language div.fancy-select ul.options.open {
                top: 30px;
            }
/*Modal Search */
body.modal-open {
    padding-right: 0 !important;
}

.close {
    font-size: 50px;
    display: block;
}

.modal-search {
    background: rgba(235, 205, 30, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.6s ease 0s;
    padding-right: 0 !important;
}

    .modal-search .modal-body {
        text-align: center;
    }

.myModal-search {
    top: 50% !important;
    transform: translate(0, -50%) !important;
    position: absolute;
    width: 100%;
    margin: 0;
}

.modal-search .search-form {
    width: 100% !important;
    max-width: 555px;
    display: inline-block;
    position: relative;
}

.modal-search .search-submit {
    position: absolute;
    right: 0;
    top: 13px;
    border: none;
    background: transparent;
}

.modal-search input[type="search"] {
    border-bottom: 3px solid #222;
    border-top: 0px solid #222;
    border-right: 0px solid #222;
    border-left: 0px solid #222;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
    width: 100%;
    background: transparent;
    color: #fff;
    padding: 10px 0px;
    color: #222;
    padding-right: 50px;
}

.modal-search .modal-content {
    background: none;
    border: 0;
    outline: none;
    box-shadow: none;
}

.modal-search .search-submit .fa {
    color: #222;
    font-size: 30px;
}

.modal-search .close {
    margin-top: 25px;
    margin-right: 45px;
    opacity: .9;
    color: #222;
}

    .modal-search .close:hover {
        opacity: 1;
    }
/* Header Desktop */
header {
    width: 100%;
}

    header ul {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
    }

.header-border {
    border-bottom: 1px solid #e5e5e5;
}

.header-fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header-bg-white {
    background: #fff;
}

header .left-header .navi-level-1 li a.logo {
    padding: 0;
    padding-top: 15px;
}

.navi-level-1 > li {
    position: relative;
    display: inline-block;
}

    .navi-level-1 > li a {
        display: block;
        line-height: 22px;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: relative;
        padding: 18px 30px 17px 30px;
        color: #555;
        letter-spacing: 2px;
    }

    .navi-level-1 > li > a:after {
        content: "|";
        width: 1px;
        height: 22px;
        position: absolute;
        right: 0px;
        top: 17px;
        color: #ccc;
        display: block;
    }

    .navi-level-1 > li .navi-level-2 {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
        height: auto;
        min-width: 215px;
        display: block;
        position: absolute;
        top: calc(100% - 5px);
        left: 0;
        z-index: 99999;
        display: none;
        padding: 0;
        background: #ebcd1e;
    }

        .navi-level-1 > li .navi-level-2 li {
            display: block;
            position: relative;
            width: 100%;
        }

            .navi-level-1 > li .navi-level-2 li a {
                display: block;
                padding: 10px 20px;
                width: 100%;
                color: #333;
                transition: all 0.1s;
            }

                .navi-level-1 > li .navi-level-2 li a:hover {
                    color: #ebcd1e;
                    background: #333;
                }

            .navi-level-1 > li .navi-level-2 li:last-child {
                border-bottom: none;
            }

    .navi-level-1 > li .fadeInUp {
        animation-duration: .4s;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 10%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.navi-level-1 > li .open-navi-2 {
    display: block;
}

.navi-level-1 > li:last-child a:after {
    display: none;
}

.navi-level-1 li:last-child ul.navi-level-2 {
    right: 0;
    left: auto;
}

.sub-navi {
    text-align: right;
}

    .sub-navi > li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sub-navi > li:nth-last-child(2) a {
        padding-right: 0;
    }

        .sub-navi > li:nth-last-child(2) a:after {
            display: none;
        }

.mini-cart {
    display: inline-block;
    position: relative;
}

span.mini-cart-counter {
    position: absolute;
    display: block;
    top: -5px;
    left: 35px;
    width: 18px;
    height: 18px;
    background: #ebcd1e;
    color: #333;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
}

.header-v1 .left-header,
.header-v1 .right-header,
.header-v1 nav {
    float: left;
}

.header-v1 .left-header,
.header-v1 .right-header {
    width: 20%;
}

.header-v1 nav {
    width: 60%;
}

    .header-v1 nav .navi-level-1 {
        text-align: center;
    }

    .header-v1 nav .navi-level-2 {
        text-align: left;
    }

.header-v2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 3;
}

    .header-v2 .navi-level-1 > li a {
        color: #ccc;
    }

    .header-v2 .left-header {
        float: left;
        width: 470px;
    }

        .header-v2 .left-header li {
            vertical-align: top;
        }

        .header-v2 .left-header .navi-level-1 li a.logo {
            padding-left: 15px;
            padding-right: 15px;
        }

    .header-v2 nav {
        float: right;
        width: calc(100% - 670px);
        text-align: right;
    }

        .header-v2 nav ul.navi-level-2 {
            text-align: left;
        }

        .header-v2 nav ul {
            display: inline-block;
        }

            .header-v2 nav ul:nth-child(1) > li:last-child:after {
                display: block;
            }

    .header-v2 .sub-navi {
        float: right;
    }
/* Header V3 */
.header-v3 .left-header,
.header-v3 .right-header {
    width: calc(50% - 112.5px);
    float: left;
}

.header-v3 div.logo {
    width: auto;
    display: block;
    float: left;
}

    .header-v3 div.logo a {
        padding-bottom: 0;
        padding-top: 15px;
    }

.header-v3 nav {
    display: block;
    width: 100%;
}

.header-v3 .left-header {
    text-align: right;
}

    .header-v3 .left-header .navi-level-2 {
        text-align: left;
    }

.header-v3 .right-header ul {
    text-align: left;
}

.header-v3 #navi-left li:last-child a:after {
    display: block;
}
/* Header V4 */
.header-v4 .left-header {
    width: 160px;
    display: inline-block;
    float: left;
}

.header-v4 nav {
    width: calc(100% - 160px - 90px);
    display: inline-block;
    float: left;
    text-align: right;
}

    .header-v4 nav li a {
        padding: 18px 20px 17px 20px;
    }

    .header-v4 nav li:last-child a:after {
        display: block;
    }

.header-v4 .right-header {
    width: 90px;
    display: inline-block;
    float: right;
}

.header-v4 .navi-level-1 > li a {
    color: #555;
}

.header-v4 .left-header .navi-level-1 li a.logo {
    padding-left: 0;
}
/* Header V5 */
.header-v5 {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

    .header-v5 .left-header {
        width: 160px;
    }

    .header-v5 .navi-level-1 > li > a {
        color: #ccc;
    }

        .header-v5 .navi-level-1 > li > a::after {
            color: rgba(255, 255, 255, 0.08);
        }

.header-v6 {
    position: relative;
    height: auto;
}

    .header-v6 .left-header {
        width: 300px;
        display: inline-block;
    }

    .header-v6 .logo {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 60px;
    }

    .header-v6 .right-header {
        width: 300px;
        float: right;
        text-align: right;
    }

        .header-v6 .right-header a {
            color: #666;
            transition: all 0.6s ease 0s;
        }

            .header-v6 .right-header a:hover {
                color: #ebcd1e;
            }

        .header-v6 .right-header .price-mini-cart {
            margin-left: 10px;
        }

    .header-v6 nav {
        margin-top: 30px;
        clear: both;
        text-align: center;
        margin-bottom: 20px;
    }

        .header-v6 nav ul li {
            text-align: center;
        }

        .header-v6 nav .navi-level-2 li {
            text-align: left !important;
        }

    .header-v6 .right-header > ul > li:nth-last-child(2) a {
        display: none;
    }

    .header-v6 .right-header > ul > li:nth-last-child(3) a:after {
        display: none;
    }

    .header-v6 .right-header > ul > li:nth-last-child(3) a {
        padding-right: 0;
    }
/* Menu Style */
.navi-level-1.dot-seperator > li > a:after,
.navi-level-1.line-separator > li > a:after,
.navi-level-1.circle-separator > li > a:after,
.navi-level-1.square-separator > li > a:after,
.navi-level-1.plus-separator > li > a:after,
.navi-level-1.strip-separator > li > a:after {
    position: absolute;
    font-family: "FontAwesome";
    color: #ebcd1e;
    top: 17px;
    right: 0;
}

.navi-level-1.dot-seperator > li > a:after {
    content: "\f111";
    font-size: 6px;
}

.navi-level-1.line-separator > li > a:after {
    content: "/";
    font-size: 15px;
}

.navi-level-1.circle-separator > li > a:after {
    content: "\f10c";
    font-size: 8px;
}

.navi-level-1.square-separator > li > a:after {
    content: "\f096";
    font-size: 8px;
}

.navi-level-1.plus-separator > li > a:after {
    content: "\f067";
    font-size: 8px;
}

.navi-level-1.strip-separator > li > a:after {
    content: "\f068";
    font-size: 8px;
}

.navi-level-1.no-separator > li > a:after {
    display: none !important;
}
/* Hover Effect Link */
.navi-level-1.hover-style-2 li a span {
    display: block;
    position: relative;
}

    .navi-level-1.hover-style-2 li a span:before {
        display: block;
        width: 0;
        height: 3px;
        position: absolute;
        background: #ebcd1e;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        transition: all 0.3s ease-in-out;
        z-index: -1;
    }

.navi-level-1.hover-style-2 li a:hover span:before {
    width: 100%;
}

.navi-level-1.hover-style-3 li a span {
    display: block;
    position: relative;
    padding: 0 5px;
}

    .navi-level-1.hover-style-3 li a span:before {
        display: block;
        width: 0;
        height: 100%;
        position: absolute;
        background: #ebcd1e;
        left: 0;
        top: 0;
        content: "";
        transition: all 0.3s ease-in-out;
        z-index: -1;
    }

.navi-level-1.hover-style-3 li a:hover span:before {
    width: 100%;
}

.navi-level-1.hover-style-4 li a {
    transition: all 0.6s ease 0s;
}

    .navi-level-1.hover-style-4 li a:hover {
        color: #ebcd1e;
    }

.navi-level-1.hover-style-5 li a span {
    display: block;
    position: relative;
    padding: 0;
}

    .navi-level-1.hover-style-5 li a span:before {
        display: block;
        width: 0;
        height: 2px;
        position: absolute;
        background: #ebcd1e;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
        content: "";
        transition: all 0.3s ease-in-out;
        z-index: -1;
    }

.navi-level-1.hover-style-5 li a:hover span:before {
    width: 100%;
}

.navi-level-1 li span {
    z-index: 3;
}

.mCSB_container {
    padding-bottom: 100%;
}

.mobile-menu-first .mCSB_container {
    padding: 0px 0 100% 0;
}

.mobile-menu-first .mCustomScrollbar {
    max-height: 600px;
    overflow: hidden;
    position: relative;
}

.mobile-menu-first .mCSB_scrollTools {
    left: 0;
}

.footer-mobile-menu {
    float: left;
}

.button-wrap .bttn {
    width: 150px;
    background: #FFC000;
    color: #222;
    display: inline-block;
    margin-right: 20px;
    padding: 10px 0;
    padding-left: 30px;
}

pre {
    font-family: monospace;
    background-color: #fFF9f9;
    border: #bb7799 1px solid;
    color: #440011;
    font-size: 100%;
    width: 80%;
    overflow: auto;
    word-spacing: normal;
    word-wrap: normal;
    padding-top: 15px;
}

a.options {
    padding: 5px 10px;
    background: #FFC000;
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
}

.option-wrap {
    margin-bottom: 10px;
    background: #eee;
    padding: 10px 0 10px 10px;
    width: 80%;
}

@media (max-width: 767px) {
    .browser-size {
        display: none;
    }
}

@media (max-width: 640px) {
    .option-wrap,
    pre {
        width: 100%;
    }
}
/******** ie11 scroll bar fix *********/
@-ms-viewport {
    width: auto !important;
}
/************************
*************************
    Mobile Menu v1.0
    (c) 2015 George Lieu
    licensed under MIT
************************
************************/
html {
    overflow-x: hidden;
}

#page {
    position: relative;
    left: 0;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    z-index: 9999;
    background: rgba(235, 205, 30, 0.95);
    opacity: 1;
    cursor: pointer;
    transition: all 1s;
}

.mmPushBody {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#mobile-menu {
    position: fixed;
    top: 0;
    z-index: 99999;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    display: none;
    border-right: 1px solid #cccccc;
    box-sizing: content-box;
}

#mobile-menu-right {
    position: fixed;
    top: 0;
    z-index: 99999;
    box-shadow: 0 1px 8px #555555;
    display: none;
    border-right: 1px solid #cccccc;
    box-sizing: content-box;
}

.mobile-menu {
    list-style-type: none;
    margin: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    box-sizing: border-box;
}

    .mobile-menu ul {
        margin-left: 0;
        padding-left: 0;
        float: left;
        display: block;
        width: 100%;
    }

    .mobile-menu .expand {
        right: 0;
        position: absolute;
        padding: 0 10px;
        color: #888;
        margin-left: 100px;
    }

        .mobile-menu .expand:hover {
            cursor: pointer;
        }

    .mobile-menu li {
        display: block;
        border-bottom: 1px solid #eee;
        width: 100%;
        float: left;
        margin-left: 0;
        padding-left: 0;
        position: relative;
        background: transparent;
    }

        .mobile-menu li a {
            display: block;
            overflow: hidden;
            white-space: normal;
            text-decoration: none;
            padding: 10px;
            padding-left: 15px;
            transition: all 0.6s ease 0s;
        }

        .mobile-menu li li a {
            padding-left: 25px;
        }

        .mobile-menu li li li a {
            padding-left: 35px;
        }

.mm-toggle {
    display: none !important;
    cursor: pointer;
    font-size: 18px !important;
    transition: all 0.6s ease 0s;
    position: relative;
}

    .mm-toggle span {
        position: absolute;
        top: 5px;
    }

.icon-plus:before,
.icon-minus:before {
    content: "\4c";
    font-family: 'ElegantIcons';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.icon-minus:before {
    content: "\4b";
}

.mobile-menu .open {
    background: transparent;
    color: #fff;
}

    .mobile-menu .open + a {
        background: #ebcd1e;
        color: #333;
    }

.mmPushBody .mm-toggle {
    position: relative;
}

.header-mobile-menu {
    display: block;
    width: 100%;
    padding: 25px 15px;
    background: #222;
    z-index: 999;
}

    .header-mobile-menu a {
        font-size: 13px;
        font-weight: normal;
        color: #fff;
    }

    .header-mobile-menu .mm-toggle {
        position: absolute;
        top: 15px;
        right: -14px;
        font-size: 35px !important;
        width: 50px;
        height: 50px;
        color: #ebcd1e;
        opacity: .8;
    }

        .header-mobile-menu .mm-toggle:hover {
            opacity: 1;
        }

.footer-mobile-menu ul.social {
    padding-left: 15px;
}

    .footer-mobile-menu ul.social li {
        display: inline-block;
        float: left;
        width: auto;
        margin-right: 5px;
        margin-top: 15px;
        margin-bottom: 10px;
        border-bottom: 0;
    }

        .footer-mobile-menu ul.social li a {
            background: rgba(255, 255, 255, 0.1);
            line-height: 20px;
            text-align: center;
            margin-left: 0;
            font-size: 11px;
        }

            .footer-mobile-menu ul.social li a i {
                margin-left: -3px;
            }

            .footer-mobile-menu ul.social li a:hover {
                color: #222;
                background: #ebcd1e;
            }

ul.address-footer-mobile {
    padding: 0;
    padding-left: 20px;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    width: 100%;
    float: left;
}

    ul.address-footer-mobile li {
        display: block;
        width: 100%;
        padding: 7px 0;
    }

        ul.address-footer-mobile li p {
            font-size: 13px;
            color: #fff;
            font-weight: 300;
            margin: 0;
        }
/* Custom */
.mobile-menu {
    background: #333;
}

    .mobile-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .mobile-menu li a {
            color: #fff;
            font-weight: 300;
            font-size: 13px;
            transition: all 0.1s;
            display: block;
        }

        .mobile-menu li ul li:last-child {
            border-bottom: none;
        }

        .mobile-menu li:hover .expand {
            color: #222;
        }

        .mobile-menu li ul {
            background: #222;
        }

    .mobile-menu .open + a {
        color: #222;
        font-weight: 400;
        transition: all 0.6s ease 0s;
    }

    .mobile-menu .expand:hover {
        color: #fff;
    }

    .mobile-menu .expand.open {
        color: #222;
    }

    .mobile-menu > li:hover > a {
        background: #ebcd1e;
        color: #222;
        font-weight: 400;
    }

    .mobile-menu li li:hover a {
        background: #ebcd1e;
        color: #222;
        font-weight: 400;
    }
/* Layour
----------------------------------------------------------*/
/* Import */
/* Font Family
----------------------------------------------------------*/
/* Reset
----------------------------------------------------------*/
h1 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 2px;
}

h2 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 2px;
}

h3 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 2px;
}

h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 2px;
}

h5 {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 2px;
}

h6 {
    font-size: 12px;
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5 {
    color: #333;
}

h6 {
    color: #555;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:hover,
    a:focus {
        outline: none;
        text-decoration: none;
    }

ul {
    padding-left: 0;
}

h4 mark {
    letter-spacing: 2px;
}
/* #PAGE LOAD */

/* Global
----------------------------------------------------------*/
.max-height-header {
    max-height: 79px;
}

.white-text {
    color: white;
}

.text-cap {
    text-transform: uppercase;
}

.bg-grey {
    background: #f5f5f5;
}

.bg-dark {
    background: #333;
}

.grey-text {
    color: #ccc;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-bot {
    padding-bottom: 0 !important;
}

.padding-bot-90 {
    padding-bottom: 90px !important;
}

.padding-bot-30 {
    padding-bottom: 30px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

mark {
    background: #fed136;
    padding: 0 3px;
}

.font-use {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #666;
    overflow-y: auto;
}

.padding {
    padding: 35px 0 120px 0;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}
/*space*/
.fixbug-inline-block {
    margin-top: -10px;
}

.mgb0 {
    margin-bottom: 0px !important;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgb30 {
    margin-bottom: 20px;
}

.mgb45 {
    margin-bottom: 45px;
}

.mgt60 {
    margin-top: 60px;
}
/* Divider */
.divider {
    width: 100%;
    max-width: 370px;
    height: 1px;
    margin: 40px auto;
    display: block;
    position: relative;
    background: #e5e5e5;
}
/* SVG */
.svg-triangle-icon-container {
    width: 22px;
    height: 15px;
    overflow: visible !important;
    left: 50%;
    margin-left: -11px;
    margin-top: -6px;
    display: block;
    position: absolute;
}

.svg-triangle-icon {
    fill: transparent;
    stroke: #fed136;
    stroke-width: 3;
}
/* Title */
.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
}
/* Block */
.block-img-left,
.block-img-right {
    margin: 25px 0;
}
/* Block IMG Left */
.block-img-left {
    display: inline-block;
}

    .block-img-left .text-box {
        text-align: left;
        display: inline-block;
        padding-left: 15px;
        width: 50%;
    }

    .block-img-left .img-block {
        float: left;
        width: calc(50% - 15px);
        margin-right: 15px;
        border-radius: 3px;
        overflow: hidden;
        display: block;
    }
/* Block IMG Right */
.block-img-right {
    display: inline-block;
}

    .block-img-right .text-box {
        text-align: right;
        display: inline-block;
        padding-right: 15px;
        width: 50%;
    }

    .block-img-right .img-block {
        float: right;
        width: calc(50% - 15px);
        margin-left: 15px;
        border-radius: 3px;
        overflow: hidden;
        display: block;
    }
/* Block Img Full */
.block-img-full .img-block {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.block-img-full .text-box {
    margin-top: 30px;
    padding: 0;
}

    .block-img-full .text-box h4 {
        margin-bottom: 20px;
    }
/* Promotion Box */
.promotion-box {
    display: inline-block;
}

    .promotion-box figure {
        position: relative;
        float: left;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
        width: 33.333%;
        max-height: 420px;
    }

        .promotion-box figure:last-child {
            margin-left: -1px;
        }

        .promotion-box figure figcaption {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
/* Promotion Dark */
.promotion-box-2 {
    display: flex;
}

.promotion-box-dark {
    width: 33.3333%;
    display: flex;
    height: 420px;
    cursor: pointer;
    transition: all 0.6s ease 0s;
}

    .promotion-box-dark .box-dark-content {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .promotion-box-dark p {
        font-size: 15px;
        color: #aaa;
    }

    .promotion-box-dark h3 {
        font-weight: 300;
        color: #fff;
        margin-bottom: 20px;
    }

    .promotion-box-dark.box-pro-1 {
        background: #333333;
    }

        .promotion-box-dark.box-pro-1:hover {
            background: #000;
        }

    .promotion-box-dark.box-pro-2 {
        background: #2b2b2b;
    }

        .promotion-box-dark.box-pro-2:hover {
            background: #000;
        }

    .promotion-box-dark.box-pro-3 {
        background: #242424;
        margin-left: -1px;
    }

        .promotion-box-dark.box-pro-3:hover {
            background: #000;
        }

.icon-promotion {
    color: #ebcd1e;
    font-size: 60px;
    text-align: center;
    display: block;
    padding-bottom: 14px;
    margin-top: 117px;
}
/* Promotion Fixed */
.relative {
    position: relative;
}

.prmotion-fix {
    position: absolute;
    top: -236px;
    left: 0;
    width: 100%;
}

.item-promotion-h5 {
    display: inline-block;
    width: 49%;
    float: left;
    background: #ebcd1e;
}

    .item-promotion-h5 .img-promotion-h5 {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .item-promotion-h5 .promotion-h5-text-box {
        display: inline-block;
        float: left;
        width: 50%;
        padding: 10px 26px;
    }

        .item-promotion-h5 .promotion-h5-text-box h3 {
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
        }

    .item-promotion-h5 a {
        fotn-size: 12px;
        font-family: 'Montserrat', sans-serif;
        color: #333;
        margin-top: 16px;
        display: block;
        transition: all 0.6s ease 0s;
    }

        .item-promotion-h5 a:hover {
            padding-left: 15px;
        }

    .item-promotion-h5:last-child {
        float: right;
    }
/*---------------*/
/***** Layla *****/
/*---------------*/
figure figcaption {
    background: rgba(0, 0, 0, 0.6);
    transition: all .35s;
    cursor: default;
}

figure.effect-layla img {
    width: 120%;
    max-width: 992px;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: 100% 0;
}

figure.effect-layla h3 {
    padding-top: 20%;
    transition: transform 0.35s;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

figure.effect-layla p {
    padding: 0.5em 0;
    text-transform: none;
    transform: translate3d(0, -10px, 0);
    color: #aaa;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 26px;
    transition: all .5s;
}

figure.effect-layla h3 {
    transform: translate3d(0, -20px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    transition: opacity 0.35s, transform 0.35s;
}

figure .ot-btn {
    position: relative;
    z-index: 2;
}
/* Why Choose Us */
.chooseus-container {
    width: 880px;
    margin: 0 auto;
}

    .chooseus-container .chooseus-item {
        width: 50%;
        float: left;
        display: inline-block;
        margin-bottom: 80px;
    }

.chooseus-canvas-item,
.chooseus-item {
    position: relative;
    padding: 0;
    width: 310px;
    height: 350px;
    text-align: center;
    margin: 0 auto;
}

    .chooseus-canvas-item h4,
    .chooseus-item h4 {
        transition: all 0.6s ease 0s;
    }

.triangle-div {
    cursor: pointer;
    fill: none;
    fill-opacity: 0;
    stroke: #ccc;
    stroke-width: 1;
    stroke-dasharray: 4;
}

.svg-hexagon {
    width: 310px;
    height: 350px;
}

.hexagon {
    fill: transparent;
    stroke: #ebcd1e;
    stroke-width: 3;
}

.svg-triangle-dotted {
    position: absolute;
    top: 28px;
    left: 28px;
}

.svg-triangle-container {
    width: 256px;
    padding: 0;
    position: absolute;
    top: 28px;
    left: 28px;
}

.svg-triangle-dotted {
    width: 256px;
    height: 220px;
}

    .svg-triangle-dotted.svg-tri-2 {
        transform: rotate(-30deg) translateY(40px);
        left: -20px;
    }

    .svg-triangle-dotted.svg-tri-3 {
        transform: rotate(-90deg) translateY(40px);
        left: -30px;
    }

    .svg-triangle-dotted.svg-tri-4 {
        transform: rotate(-180deg) translateY(-74px);
        left: 27px;
    }

.triangle-img-warp {
    width: 256px;
    height: 220px;
    overflow: hidden;
    position: absolute;
}

    .triangle-img-warp img {
        width: 140%;
        max-width: 140%;
        transition: all 0.8s ease-in-out;
        display: block;
        position: absolute;
    }

.tri {
    top: 28px;
    left: 28px;
    transform: translateY(32px);
    transition: all 0.8s ease-in-out;
}

    .tri img {
        left: -50px;
        top: -90px;
        transition: all 0.8s ease-in-out;
    }

.triangle-img-warp {
    -webkit-clip-path: polygon(0px 220px, 256px 220px, 128px 0px);
    clip-path: url(images/Svg/triangle.svg#svgClip);
}

.tri2 {
    -webkit-clip-path: polygon(0px 256px, 220px 128px, 0px 0px);
    clip-path: url(images/Svg/tri2.svg#tri2);
    transition: all 0.8s ease-in-out;
    left: 95px;
    top: 40px;
    width: 220px;
    height: 256px;
}

    .tri2 img {
        /*left: -65px;*/
    }

.tri3 {
    transition: all 0.8s ease-in-out;
    transform: rotate(-90deg) translateY(40px);
    left: -48px;
    top: 60px;
}

    .tri3 img {
        left: -42px;
        transform: scale(0.9, 0.9) rotate(90deg) translateY(20px);
    }

.tri4 {
    transition: all 0.8s ease-in-out;
    transform: rotate(-180deg) translateY(-74px);
    left: 27px;
    top: -10px;
}

    .tri4 img {
        left: -42px;
        transform: scale(0.8, 0.8) rotate(180deg) translateY(40px) translateX(20px);
    }
/* Choose Us Full Width */
.chooseus-full-width .chooseus-container {
    max-width: 100%;
    width: 100%;
}

    .chooseus-full-width .chooseus-container .chooseus-item {
        width: 25%;
        display: inline-block;
        float: left;
    }
/* Iso Top Lastest Project */
.projectContainer .element-item {
    width: 25%;
    position: relative;
    transform-style: preserve-3d;
}

    .
    {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.6s ease 0s;
        top: 0;
        left: -334px;
    }

        .projectContainer .element-item .project-info a {
            display: block;
            position: relative;
            top: 40.5%;
            transform: translateY(-50px);
            text-align: center;
            transition: all 0.6s ease 0s;
        }

            .projectContainer .element-item .project-info a.cateProject {
                font-size: 15px;
                line-height: 18px;
                color: #555;
                position: relative;
                top: 41%;
                transform: translateY(50px);
                text-align: center;
                display: block;
                transition: all 0.6s ease 0s;
            }

                .projectContainer .element-item .project-info a.cateProject:hover {
                    color: #222;
                }

    .projectContainer .element-item:hover .project-info {
        opacity: 1;
        background: rgba(235, 205, 30, 0.95);
    }

        .projectContainer .element-item:hover .project-info a {
            transform: translateY(0%);
        }

            .projectContainer .element-item:hover .project-info a.cateProject {
                transform: translateY(0%);
            }

.project-terms {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 48px;
    display: block;
}

    .project-terms a {
        display: inline-block;
        padding: 0 25px;
    }

        .project-terms a h4 {
            display: inline-block;
            position: relative;
            color: #555;
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
            z-index: 9;
        }

            .project-terms a h4:before {
                content: "";
                width: 0px;
                height: 3px;
                background: rgba(235, 205, 30, 0.9);
                transition: all 0.6s ease 0s;
                position: absolute;
                top: 0px;
                left: 0;
                z-index: -1;
                top: 5px;
            }

        .project-terms a:hover h4:before {
            content: "";
            width: 100%;
            height: 3px;
            background: rgba(235, 205, 30, 0.9);
        }

        .project-terms a.current h4 {
            color: #333;
        }

            .project-terms a.current h4:before {
                content: "";
                width: 100%;
                height: 3px;
                background: rgba(235, 205, 30, 0.9);
            }

.project-terms-2 a h4 {
    color: #ccc;
    padding: 0 5px;
    transition: all 0.6s ease 0s;
}

    .project-terms-2 a h4:before {
        content: "";
        width: 0%;
        height: 22px;
        top: -4px;
        background: rgba(235, 205, 30, 0.9);
    }

.project-terms-2 a.current h4 {
    color: #333;
    padding: 0 5px;
}

    .project-terms-2 a.current h4:before {
        content: "";
        width: 100%;
        height: 22px;
        top: -4px;
        background: rgba(235, 205, 30, 0.9);
    }

.project-terms-2 a:hover h4 {
    color: #333;
}

    .project-terms-2 a:hover h4:before {
        content: "";
        width: 100%;
        height: 22px;
        top: -4px;
        background: rgba(235, 205, 30, 0.9);
    }
/*Portfolio Grid v1 2 column container */
.portfolio-grid-1-warp {
    padding: 0 20px;
}

    .portfolio-grid-1-warp .portfolio-grid-1-container .element-item {
        width: 50%;
        padding: 0 20px;
    }

        .portfolio-grid-1-warp .portfolio-grid-1-container .element-item .portfolio-img-demo {
            overflow: hidden;
            display: block;
            width: 100%;
            margin-bottom: 12px;
        }

        .portfolio-grid-1-warp .portfolio-grid-1-container .element-item img {
            transition: all 0.6s ease 0s;
        }

            .portfolio-grid-1-warp .portfolio-grid-1-container .element-item img:hover {
                transform: scale(1.1, 1.1);
            }

        .portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info {
            position: static;
            opacity: 1;
            transform: none;
            display: block;
            float: left;
            padding: 0px 0 35px 0px;
        }

            .portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info a {
                transform: none;
                position: static;
            }

            .portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info h4 {
                transform: none;
                font-size: 16px;
                transition: all 0.6s ease 0s;
                margin-top: 5px;
            }

                .portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info h4:hover {
                    color: #ebcd1e;
                }

            .portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info a.cateProject {
                color: #9f9f9f;
                font-size: 13px;
            }

                .portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info a.cateProject:hover {
                    color: #ebcd1e;
                }

        .portfolio-grid-1-warp .portfolio-grid-1-container .element-item:hover .project-info {
            background: transparent;
        }
/*Portfolio Grid 1 2 column container */
.portfolio-grid-2-warp .portfolio-grid-2-container .element-item {
    width: 33.333%;
    padding: 0 20px;
}

    .portfolio-grid-2-warp .portfolio-grid-2-container .element-item .portfolio-img-demo {
        overflow: hidden;
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

    .portfolio-grid-2-warp .portfolio-grid-2-container .element-item img {
        transition: all 0.6s ease 0s;
    }

        .portfolio-grid-2-warp .portfolio-grid-2-container .element-item img:hover {
            transform: scale(1.1, 1.1);
        }

    .portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info {
        position: static;
        opacity: 1;
        transform: none;
        display: block;
        float: left;
        padding: 0px 0 35px 0px;
    }

        .portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info a {
            transform: none;
            position: static;
        }

        .portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info h4 {
            transform: none;
            font-size: 16px;
            transition: all 0.6s ease 0s;
            margin-top: 5px;
        }

            .portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info h4:hover {
                color: #ebcd1e;
            }

        .portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info a.cateProject {
            color: #9f9f9f;
            font-size: 13px;
        }

            .portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info a.cateProject:hover {
                color: #ebcd1e;
            }

    .portfolio-grid-2-warp .portfolio-grid-2-container .element-item:hover .project-info {
        background: transparent;
    }
/*Portfolio Grid 1 3 column container */
.portfolio-grid-3-warp {
    padding: 0 20px;
}

    .portfolio-grid-3-warp .portfolio-grid-3-container .element-item {
        width: 25%;
        padding: 0 20px;
    }

        .portfolio-grid-3-warp .portfolio-grid-3-container .element-item .portfolio-img-demo {
            overflow: hidden;
            display: block;
            width: 100%;
        }

        .portfolio-grid-3-warp .portfolio-grid-3-container .element-item img {
            transition: all 0.6s ease 0s;
        }

            .portfolio-grid-3-warp .portfolio-grid-3-container .element-item img:hover {
                transform: scale(1.1, 1.1);
            }

        .portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info {
            margin-top: 12px;
            position: static;
            opacity: 1;
            transform: none;
            display: block;
            float: left;
            padding: 12px 0 35px 0px;
        }

            .portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info a {
                transform: none;
                position: static;
            }

            .portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info h4 {
                transform: none;
                font-size: 16px;
                transition: all 0.6s ease 0s;
            }

                .portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info h4:hover {
                    color: #ebcd1e;
                }

            .portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info a.cateProject {
                color: #9f9f9f;
                font-size: 13px;
            }

                .portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info a.cateProject:hover {
                    color: #ebcd1e;
                }

        .portfolio-grid-3-warp .portfolio-grid-3-container .element-item:hover .project-info {
            background: transparent;
        }
/*Portfolio Grid 1 4 column container */
.portfolio-grid-v2-4-col-warp .portfolio-grid-v2-4-col-container .element-item {
    width: 25%;
}
/*Portfolio Grid V2 2 column container */
.portfolio-grid-v2-3-col-warp .portfolio-grid-v2-3-col-container .element-item {
    width: 33.333%;
}
/*Portfolio Grid V2 2 column container */
.portfolio-grid-v2-2-col-warp .portfolio-grid-v2-2-col-container .element-item {
    width: 50%;
}
/* Portfolio Detail Style 1 */
/* divider -line */
.divider-line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.single-project-warp {
    margin-bottom: 120px;
    margin-top: 30px;
}

    .single-project-warp h3 {
        font-weight: 300;
        margin-top: 0;
    }

.header-pj-style-1 {
    width: 100%;
    height: 76px;
    line-height: 76px;
}

    .header-pj-style-1 .divider-line {
        margin-bottom: 20px;
    }

    .header-pj-style-1 h3 {
        float: left;
        display: inline-block;
        margin: 0;
        line-height: 76px;
    }

    .header-pj-style-1 .social-share {
        float: right;
        display: inline-block;
        vertical-align: middle;
    }

.social-share {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #666666;
    font-size: 13px;
}

    .social-share p {
        display: inline;
    }

    .social-share a {
        color: #666666;
        font-size: 15px;
        display: inline-block;
        margin: 0 10px;
        transition: all 0.6s ease 0s;
    }

        .social-share a:hover {
            color: #000;
        }

.pj-info {
    display: inline-block;
}

    .pj-info div {
        margin-bottom: 10px;
    }

    .pj-info h5 {
        display: inline;
        color: #666;
        font-weight: bold;
    }

.pj-description {
    display: inline-block;
    margin-top: 13px;
}

.pj-img-demo img {
    margin-bottom: 35px;
}

.arr-pj-container {
    margin: 55px 0;
}

    .arr-pj-container a {
        color: #666;
        transition: all 0.6s ease 0s;
    }

        .arr-pj-container a i {
            font-size: 18px;
            line-height: 24px;
        }

        .arr-pj-container a:hover {
            color: #ebcd1e;
        }

.prev-pj-arr {
    float: left;
}

    .prev-pj-arr i {
        margin-right: 20px;
        transition: all 0.6s ease 0s;
    }

    .prev-pj-arr:hover i {
        margin-right: 10px;
    }

.next-pj-arr {
    float: right;
}

    .next-pj-arr i {
        margin-left: 20px;
        transition: all 0.6s ease 0s;
    }

    .next-pj-arr:hover i {
        margin-left: 10px;
    }
/* Single Project Style 3 */
.single-project-warp-3 {
    padding: 0 20px;
}

    .single-project-warp-3 .pj-img-demo {
        width: 63%;
        padding: 0 20px;
        display: inline-block;
        padding-right: 36px;
    }

    .single-project-warp-3 .pj-info {
        width: 27%;
        padding: 0 20px;
        display: inline-block;
        vertical-align: top;
    }
/* Overlay */
.overlay-arc {
    width: 100%;
    height: 220px;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -1px;
}

.layer-1 {
    position: initial;
    width: 100%;
    height: 100%;
    background: rgba(235, 205, 30, 0.9);
}

    .layer-1 .ot-btn {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


.box-content-overlay-3 {
    position: relative;
    width: 100%;
    height: 180px;
    top: 50%;
    transform: translateY(-50%);
}

    .box-content-overlay-3 h2 {
        color: #111;
        margin-top: 0;
        font-weight: 300;
        line-height: 48px;
    }

    .box-content-overlay-3 .btn-dark-color {
        position: static;
        transform: none;
        margin-top: 40px;
    }

    .box-content-overlay-3 .btn-sub-color {
        position: static;
        transform: none;
        margin-top: 40px;
    }
/* Blog  Lastest From News */
.lastest-blog-container {
    margin-top: 23px;
    display: inline-block;
}

.latest-blog-post-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 3px;
}

    .latest-blog-post-img img {
        transition: all 0.6s ease 0s;
    }

    .latest-blog-post-img:hover img {
        transform: scale(1.1, 1.1);
    }

.latest-blog-post-date {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    background: #ebcd1e;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    width: 405px!important;
    height: 60px!important;
}

    .latest-blog-post-date span.day {
        display: block;
        font-size: 24px;
        line-height: 36px;
    }

    .latest-blog-post-date span.month {
        display: block;
        font-size: 12px;
        margin-top: -11px;
    }

.latest-blog-post-date-2 {
    display: inline-block;
}

    .latest-blog-post-date-2 span {
        color: #999;
        font-size: 11px;
    }

.latest-blog-post-description h3 {
    font-weight: 400;
    margin-bottom: 12px;
    transition: all 0.6s ease 0s;
    margin-top: 0;
    letter-spacing: 0px;
}

    .latest-blog-post-description h3:hover {
        text-decoration: underline;
    }

.latest-blog-post-description .ot-btn {
    margin-top: 23px;
}

figure.effect-zoe .latest-blog-post-data {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: rgba(235, 205, 30, 0.95);
    color: #333;
    transition: transform 0.35s;
    transform: translate3d(0, 100%, 0);
    position: absolute;
    width: 100%;
}

    figure.effect-zoe .latest-blog-post-data p.tags a,
    figure.effect-zoe .latest-blog-post-data p.tags i {
        transition: all 0.35s;
        transform: translate3d(0, 200%, 0);
        display: inline-block;
        float: right;
        margin-left: 15px;
        color: #333;
        position: relative;
    }

    figure.effect-zoe .latest-blog-post-data p.tags a {
        color: #555;
    }

    figure.effect-zoe .latest-blog-post-data p.tags i {
        line-height: 24px;
    }

    figure.effect-zoe .latest-blog-post-data p.tags a:before {
        content: "/";
        position: absolute;
        top: 0;
        left: -10px;
    }

    figure.effect-zoe .latest-blog-post-data p.tags a:last-child:before {
        display: none;
    }

    figure.effect-zoe .latest-blog-post-data p.tags a:hover {
        color: #222;
    }

figure.effect-zoe:hover .latest-blog-post-data {
    transform: translate3d(0, 1px, 0);
}

    figure.effect-zoe:hover .latest-blog-post-data p.tags i {
        transition-delay: 0.1s;
        transform: translate3d(0, 0, 0);
    }

    figure.effect-zoe:hover .latest-blog-post-data p.tags a:nth-child(2) {
        transition-delay: 0.15s;
        transform: translate3d(0, 0, 0);
    }

    figure.effect-zoe:hover .latest-blog-post-data p.tags a:nth-child(3) {
        transition-delay: 0.2s;
        transform: translate3d(0, 0, 0);
    }

    figure.effect-zoe:hover .latest-blog-post-data p.tags a:nth-child(4) {
        transition-delay: 0.25s;
        transform: translate3d(0, 0, 0);
    }

    figure.effect-zoe:hover .latest-blog-post-data p.tags a:nth-child(4) {
        transition-delay: 0.3s;
        transform: translate3d(0, 0, 0);
    }

.latest-blog-post-data {
    font-size: 11px;
    font-weight: 300;
    display: inline-block;
    margin-right: 30px;
}

    .latest-blog-post-data a {
        color: #333;
        transition: all 0.6s ease 0s;
    }

        .latest-blog-post-data a:hover {
            color: #ebcd1e;
        }
/* Blog Grid 4 Col */
.blog-terms {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 48px;
}

    .blog-terms a {
        display: inline-block;
        padding: 0 25px;
    }

        .blog-terms a h4 {
            display: inline-block;
            position: relative;
            color: #555;
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
            z-index: 9;
        }

            .blog-terms a h4:before {
                content: "";
                width: 0px;
                height: 3px;
                background: #ebcd1e;
                transition: all .3s ease;
                position: absolute;
                top: 5px;
                left: 0;
                z-index: -1;
            }

        .blog-terms a:hover h4:before {
            content: "";
            width: 100%;
            height: 3px;
            background: #ebcd1e;
        }

        .blog-terms a.current h4:before {
            content: "";
            width: 100%;
            height: 3px;
            background: #ebcd1e;
        }

.line-effect-2 h4 {
    padding: 0 5px;
}

.line-effect-2 a h4::before {
    height: 22px;
    top: -4px;
}

.line-effect-2 a.current h4::before {
    height: 22px;
    top: -4px;
}

.line-effect-2 a:hover h4::before {
    width: 100%;
    height: 22px;
}



.blog-grid-4-col {
    padding: 0 20px;
}

    .blog-grid-4-col .blog-grid-4-col-container {
        width: 100%;
    }

        .blog-grid-4-col .blog-grid-4-col-container .element-item {
            width: 25%;
            padding: 0 20px;
        }

            .blog-grid-4-col .blog-grid-4-col-container .element-item .latest-blog-post-description {
                height: 150px;
                display: block;
                overflow: hidden;
            }
/* Blog Grid 3 Col */
.blog-grid-3-col {
    padding: 0 20px;
}

    .blog-grid-3-col .blog-grid-3-col-container {
        width: 100%;
    }

        .blog-grid-3-col .blog-grid-3-col-container .element-item {
            width: 33.333%;
            padding: 0 20px;
        }

            .blog-grid-3-col .blog-grid-3-col-container .element-item .latest-blog-post-description {
                height: 220px;
                display: block;
                overflow: hidden;
            }

            .blog-grid-3-col .blog-grid-3-col-container .element-item .latest-blog-post-img {
                margin-bottom: 30px;
            }

            .blog-grid-3-col .blog-grid-3-col-container .element-item h3 {
                font-size: 18px;
            }
/* Blog Grid 2 Column */
.blog-grid-2-col-container .element-item {
    width: 50%;
    padding: 25px;
}

.blog-grid-2-col-container .latest-blog-post-description {
    min-height: 160px;
}
/* Blog List 2 Col */
.blog-list {
    padding-right: 30px;
}

    .blog-list article {
        margin-bottom: 45px;
    }

.pagination li {
    display: block;
    float: left;
    line-height: 40px;
}

    .pagination li a {
        margin: 7px;
        border-radius: 50%;
        padding: 0;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 34px;
        color: #555;
        border: 1px solid #e5e5e5;
    }

        .pagination li a:hover {
            color: #333;
        }

    .pagination li:first-child > a,
    .pagination .pagination-arc > li:first-child > span {
        border-bottom-left-radius: 50%;
        border-top-left-radius: 50%;
    }

    .pagination li > a.current {
        border-color: #333;
        color: #fff;
        background: #333333;
    }

        .pagination li > a.current:hover {
            background: #333333;
        }

    .pagination li:last-child > a {
        border-bottom-right-radius: 50%;
        border-top-right-radius: 50%;
    }

.blog-inline .latest-blog-post-img {
    width: calc(50% - 20px);
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.blog-inline .latest-blog-post-description {
    width: 50%;
    display: inline-block;
    float: left;
}

    .blog-inline .latest-blog-post-description h3 {
        font-size: 18px;
        margin-top: 0;
        font-weight: 400;
    }

        .blog-inline .latest-blog-post-description h3:hover {
            color: #ebcd1e;
        }

    .blog-inline .latest-blog-post-description p {
        margin: 0;
    }

    .blog-inline .latest-blog-post-description .view-more {
        margin-top: 18px;
    }
/* Blog Detail */
.blog-detail {
    padding-right: 30px;
}

    .blog-detail h1 {
        font-weight: 400;
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .blog-detail .latest-blog-post-data {
        display: inline-block;
        margin-right: 30px;
    }

        .blog-detail .latest-blog-post-data a {
            font-weight: 400;
            font-size: 13px;
            letter-spacing: 1px;
        }

    .blog-detail .latest-blog-post-date-2 span {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .blog-detail .lastest-news-detail {
        margin-top: 26px;
    }

        .blog-detail .lastest-news-detail h4 {
            margin: 40px 0 30px 0;
        }

blockquote {
    color: #333;
    font-size: 15px;
    padding: 0 20px;
    margin-left: 35px;
    border-left: 2px solid #ccc;
    margin-bottom: 0;
}

    blockquote strong {
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

ul.style-list-circle li::before {
    content: "\f058";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: -25px;
    top: 0px;
    color: #000;
}

ul.style-list-circle {
    margin: 0;
    padding: 0;
    list-style: initial;
    display: block;
    width: 100%;
    margin-top: 18px;
}

    ul.style-list-circle li {
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
        text-indent: 25px;
    }

        ul.style-list-circle li a {
            color: #666;
            transition: all 0.6s ease 0s;
        }

            ul.style-list-circle li a:hover {
                color: #ebcd1e;
            }

.footer-data {
    margin-top: 44px;
    padding-bottom: 10px;
}

    .footer-data .tags,
    .footer-data .share {
        display: inline-block;
        font-size: 13px;
    }

        .footer-data .tags p a,
        .footer-data .share p a {
            display: inline-block;
            color: #333;
            font-size: 13px;
            transition: all 0.6s ease 0s;
        }

            .footer-data .tags p a:hover,
            .footer-data .share p a:hover {
                color: #ebcd1e;
            }

    .footer-data .share {
        float: right;
    }

.entry_post_navigation {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

    .entry_post_navigation a {
        color: #666;
        transition: all 0.6s ease 0s;
    }

        .entry_post_navigation a i {
            font-size: 18px;
            line-height: 20px;
        }

    .entry_post_navigation span {
        transition: all 0.6s ease 0s;
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
    }

    .entry_post_navigation .preview_entry_post {
        display: inline-block;
        float: left;
    }

        .entry_post_navigation .preview_entry_post i {
            margin-right: 20px;
            transition: all 0.6s ease 0s;
        }

        .entry_post_navigation .preview_entry_post:hover span,
        .entry_post_navigation .preview_entry_post:hover i {
            color: #333;
        }

        .entry_post_navigation .preview_entry_post:hover i {
            margin-right: 10px;
        }

    .entry_post_navigation .next_entry_post {
        display: inline-block;
        float: right;
        text-align: right;
    }

        .entry_post_navigation .next_entry_post i {
            margin-left: 20px;
            transition: all 0.6s ease 0s;
        }

        .entry_post_navigation .next_entry_post:hover span,
        .entry_post_navigation .next_entry_post:hover i {
            color: #333;
        }

        .entry_post_navigation .next_entry_post:hover i {
            margin-left: 10px;
        }

.comment-respond {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

    .comment-respond h3 {
        font-weight: 300;
        margin-bottom: 20px;
    }

    .comment-respond .logged-in-as {
        display: inline-block;
        margin-bottom: 20px;
    }

        .comment-respond .logged-in-as a {
            color: #666;
            transition: all 0.6s ease 0s;
        }

            .comment-respond .logged-in-as a:hover {
                color: #ebcd1e;
            }

    .comment-respond input.form-control {
        width: 100%;
        height: 50px;
        font-size: 15px;
        line-height: 25px;
        border-radius: 3px;
    }

    .comment-respond .form-control {
        width: 100%;
        font-size: 15px;
        line-height: 25px;
    }

    .comment-respond textarea {
        width: 100%;
        margin-top: 20px;
        max-width: 100%;
        resize: vertical;
        border-radius: 3px;
    }

    .comment-respond .btn-submit {
        background: #333;
        color: #fff;
        transition: all 0.6s ease 0s;
        border: 0;
        outline: none;
        box-shadow: none;
        margin-top: 20px;
    }

        .comment-respond .btn-submit:hover {
            background: #ebcd1e;
            color: #222;
        }

.comments-area h3 {
    font-weight: 300;
    letter-spacing: 2px;
}

.comments-area {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 10px;
}

    .comments-area ol.comment-list {
        width: 100%;
        display: inline-block;
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

        .comments-area ol.comment-list li.comment {
            list-style: none;
            display: inline-block;
            width: 100%;
            transition: all 0.6s ease 0s;
        }

            .comments-area ol.comment-list li.comment .comment-body {
                float: left;
                width: 100%;
            }

                .comments-area ol.comment-list li.comment .comment-body .comment-meta {
                    width: 57px;
                    float: left;
                    overflow: hidden;
                }

                    .comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-author {
                        width: 57px;
                        height: 57px;
                        border-radius: 50%;
                        overflow: hidden;
                        box-shadow: inset 1px 1px 10px 0px #999999;
                        border: 2px solid transparent;
                        transition: all 0.6s ease 0s;
                    }

                        .comments-area ol.comment-list li.comment .comment-body .comment-meta .comment-author img {
                            max-width: 100%;
                            width: 100%;
                        }

            .comments-area ol.comment-list li.comment .comment-content {
                float: right;
                padding-left: 20px;
                width: calc(100% - 57px);
            }

                .comments-area ol.comment-list li.comment .comment-content p {
                    margin-bottom: 12px;
                }

                .comments-area ol.comment-list li.comment .comment-content .reply {
                    margin-left: 40px;
                    display: inline;
                    color: #555;
                    font-size: 13px;
                }

                    .comments-area ol.comment-list li.comment .comment-content .reply a {
                        color: #555;
                    }

                        .comments-area ol.comment-list li.comment .comment-content .reply a:hover {
                            color: #ebcd1e;
                        }

                .comments-area ol.comment-list li.comment .comment-content cite,
                .comments-area ol.comment-list li.comment .comment-content span {
                    color: #999;
                    font-size: 13px;
                    transition: all 0.1s;
                }

                    .comments-area ol.comment-list li.comment .comment-content cite a,
                    .comments-area ol.comment-list li.comment .comment-content span a {
                        color: #999;
                    }

                        .comments-area ol.comment-list li.comment .comment-content cite a:hover,
                        .comments-area ol.comment-list li.comment .comment-content span a:hover {
                            color: #ebcd1e;
                        }

                        .comments-area ol.comment-list li.comment .comment-content cite a:hover {
                            color: #ebcd1e;
                        }

            .comments-area ol.comment-list li.comment .comment-meta .comment-author {
                border: 2px solid rgba(0, 0, 0, 0.1);
            }

ol.children {
    width: 86.6666666667%;
    float: right;
    margin-top: 30px;
    padding-left: 0;
}

.last-comment {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.widget_categories,
.widget_archive,
.widget_search,
.widget_tag_cloud,
.widget_meta {
    margin-bottom: 45px;
}

.widget .search-form {
    position: relative;
}

    .widget .search-form input[type="search"] {
        color: #888888;
        border: 1px solid #ddd;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 20px;
    }

    .widget .search-form .search-submit:hover {
        color: #ebcd1e;
    }

    .widget .search-form .search-submit {
        position: absolute;
        top: 1px;
        right: 0px;
        width: 40px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        display: block;
        font-size: 18px;
        border: none;
        background: transparent;
        color: #888888;
        transition: all 0.6s ease 0s;
    }

.main-sidebar h3 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 25px;
}

.main-sidebar ul {
    padding-left: 19px;
    display: block;
    width: 100%;
}

    .main-sidebar ul li {
        position: relative;
        width: 100%;
        display: block;
        margin-bottom: 8px;
        transition: all 0.6s ease 0s;
    }

        .main-sidebar ul li:hover {
            padding-left: 10px;
        }

        .main-sidebar ul li::before {
            content: "\f105";
            position: absolute;
            top: 2px;
            left: -15px;
            font-family: FontAwesome;
            transition: all 0.6s ease 0s;
        }

        .main-sidebar ul li a {
            color: #555;
            line-height: 29px;
            font-size: 15px;
            transition: all 0.6s ease 0s;
        }

        .main-sidebar ul li:hover::before {
            color: #ebcd1e;
            padding-left: 10px;
        }

        .main-sidebar ul li:hover a {
            color: #ebcd1e;
        }

        .main-sidebar ul li .count {
            float: right;
            background: none;
            color: #999;
            font-weight: 400;
        }

.main-sidebar .tagcloud a {
    display: inline-block;
    margin: 0 7px 7px 0;
    padding: 5px 10px;
    text-shadow: none;
    border: 1px solid #ecf0f1;
    color: #888;
    text-decoration: none;
    outline: none;
    transition: all 0.6s ease 0s;
}

    .main-sidebar .tagcloud a:hover {
        color: #000;
        background-color: #ebcd1e;
        border-color: #ebcd1e;
    }

.main-sidebar .widget_text {
    margin-bottom: 45px;
}

.main-sidebar .promotion {
    width: 100%;
    margin-bottom: 45px;
    position: relative;
    clear: both;
    overflow: hidden;
}

    .main-sidebar .promotion .promotionText {
        position: absolute;
        width: 100%;
        height: 100%;
        color: #333;
        background: rgba(235, 205, 30, 0.9);
        padding-top: 40px;
        top: 0;
        left: 0;
        padding: 25px 30px;
        font-size: 18px;
        line-height: 28px;
    }

        .main-sidebar .promotion .promotionText .ot-btn {
            margin-top: 30px;
        }
/* Owl partner */
.owl-partners img {
    margin: 0 auto;
    filter: grayscale(100%);
    opacity: .5;
    transition: all 0.6s ease 0s;
}

    .owl-partners img:hover {
        filter: grayscale(0);
        opacity: 1;
    }

.prev-partners,
.prev-partners2,
.prev-feature,
.prev-onsale,
.prev-best-sale,
.prev-relate,
.prev-detail-services,
.prev-testimonial-sync {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.next-partners,
.next-partners2,
.next-feature,
.next-onsale,
.next-best-sale,
.next-relate,
.next-detail-services,
.next-testimonial-sync {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}

.owl-partner-warp {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

    .owl-partner-warp:hover .prev-partners,
    .owl-partner-warp:hover .prev-partners2,
    .owl-partner-warp:hover .prev-feature {
        left: -25px;
        opacity: .7;
    }

    .owl-partner-warp:hover .next-partners,
    .owl-partner-warp:hover .next-partners2,
    .owl-partner-warp:hover .next-feature {
        right: -25px;
        opacity: .7;
    }

    .owl-partner-warp .prev-partners,
    .owl-partner-warp .next-partners,
    .owl-partner-warp .next-partners2,
    .owl-partner-warp .prev-partners2 {
        font-size: 30px;
        color: #ebcd1e;
        opacity: 0;
        transition: all 0.6s ease 0s;
    }

        .owl-partner-warp .prev-partners:hover,
        .owl-partner-warp .next-partners:hover,
        .owl-partner-warp .next-partners2:hover,
        .owl-partner-warp .prev-partners2:hover {
            opacity: 1;
            color: #ebcd1e;
        }
/* Owl Partner 2 */
.owl-partners2 img {
    margin: 0 auto;
    filter: grayscale(100%);
    opacity: .5;
    transition: all 0.6s ease 0s;
}

    .owl-partners2 img:hover {
        filter: grayscale(0);
        opacity: 1;
    }

.owl-partners2 .owl-controls {
    position: absolute;
}

    .owl-partners2 .owl-controls .owl-pagination .owl-page {
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 6px;
    }

        .owl-partners2 .owl-controls .owl-pagination .owl-page.active {
            transform: scale(1.2, 1.2);
        }
/* Owl Testimonials */
.bg-parallax {
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -1px;
}

.divider-2 {
    background: rgba(255, 255, 255, 0.1);
}

.testimonial-warp {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}



    .section-dark-testimonials h2 {
        color: #f5f5f5;
    }

    .section-dark-testimonials p {
        color: #ccc;
    }

    .section-dark-testimonials span.job-testimonials {
        color: #999;
    }

    .section-dark-testimonials h4.name-testimonials {
        color: #fff;
    }

.quote-icon {
    font-family: 'Droid Serif', serif;
    font-size: 60px;
    color: #ccc;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.item-testimonials {
    padding-left: 40px;
    position: relative;
    padding-right: 40px;
}

    .item-testimonials p {
        margin-bottom: 30px;
    }

.name-testimonials {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.avatar-testimonials {
    float: left;
}

    .avatar-testimonials img {
        margin-right: 25px;
        width: 56px;
        border: 3px solid #ebcd1e;
    }

.prev-testimonials-2-columns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.next-testimonials-2-columns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}

.testimonial-warp {
    position: relative;
}

    .testimonial-warp:hover .prev-testimonials-2-columns {
        left: -25px;
        opacity: .7;
    }

    .testimonial-warp:hover .next-testimonials-2-columns {
        right: -25px;
        opacity: .7;
    }

    .testimonial-warp .prev-testimonials-2-columns,
    .testimonial-warp .next-testimonials-2-columns {
        font-size: 30px;
        color: #fff;
        opacity: 0;
        transition: all 0.6s ease 0s;
    }

        .testimonial-warp .prev-testimonials-2-columns:hover,
        .testimonial-warp .next-testimonials-2-columns:hover {
            opacity: 1;
            color: #fff;
        }

.owl-controls {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

    .owl-controls .owl-pagination {
        width: 100%;
    }

        .owl-controls .owl-pagination .owl-page {
            display: inline-block;
            width: 6px;
            height: 6px;
            background: #fff;
            border-radius: 50%;
            margin: 0 6px;
        }

            .owl-controls .owl-pagination .owl-page.active {
                transform: scale(1.2, 1.2);
            }

.testimonial-2-col {
    margin-bottom: 75px;
}

    .testimonial-2-col .owl-controls {
        position: absolute;
    }
/* Testimonials 1 Columns */
.testimonials-1-columns .avatar-testimonials {
    display: block;
    float: none;
}

    .testimonials-1-columns .avatar-testimonials img {
        width: 130px;
        height: 130px;
        margin: 0 auto;
        border-radius: 50%;
    }

.testimonials-1-columns .name-testimonials {
    margin-top: 24px;
}

.testimonials-1-columns .job-testimonials {
    color: #999;
    font-size: 15px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.prev-testimonials-1-columns {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    left: -50px;
}

.next-testimonials-1-columns {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    right: -50px;
}

.testimonial-warp:hover .prev-testimonials-1-columns {
    left: -25px;
    opacity: .7;
}

.testimonial-warp:hover .next-testimonials-1-columns {
    right: -25px;
    opacity: .7;
}

.testimonial-warp .prev-testimonials-1-columns,
.testimonial-warp .next-testimonials-1-columns {
    font-size: 30px;
    color: #ccc;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

    .testimonial-warp .prev-testimonials-1-columns:hover,
    .testimonial-warp .next-testimonials-1-columns:hover {
        opacity: 1;
        color: #ccc;
    }

.content-testimonials {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .content-testimonials:before {
        content: "“";
        font-family: arial;
        font-size: 120px;
        color: #e5e5e5;
        position: absolute;
        top: 18px;
        left: 0;
        z-index: -1;
    }

.sm-owl-partner {
    max-width: 712px;
    margin: 0 auto;
    display: block;
    padding: 70px 0;
}

    .sm-owl-partner img {
        width: 50%;
    }
/* Testimonial 1 Column V2 owl */
.testimonial-1-column-v2-warp .customNavigation {
    display: inline-block;
    margin-left: 14px;
    line-height: 36px;
    vertical-align: top;
    margin-top: 14px;
}

    .testimonial-1-column-v2-warp .customNavigation i {
        line-height: 20px;
    }

    .testimonial-1-column-v2-warp .customNavigation .btn {
        width: 22px;
        height: 22px;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid #b0b0b0;
        text-align: center;
        line-height: 15px;
        opacity: 1;
        padding: 0;
        color: #b0b0b0;
        margin-right: 3px;
        font-weight: normal;
        transition: all 0.6s ease 0s;
        font-size: 18px;
    }

        .testimonial-1-column-v2-warp .customNavigation .btn:hover {
            color: #222;
            border: 1px solid #ebcd1e;
        }

.testimonial-1-column-v2-warp h3 {
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block;
}

.testimonial-1-column-v2-warp p {
    margin-top: 30px;
    margin-bottom: 34px;
}

.avatar-testimonials-1-columns-v2 {
    float: left;
}

    .avatar-testimonials-1-columns-v2 img {
        border: 3px solid #ebcd1e;
        width: 62px;
        height: 62px;
        margin-right: 10px;
    }

.name-testimonials-1-columns-v2 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}

.job-testimonials-1-columns-v2 {
    font-size: 13px;
    color: #888;
}

.item-testimonials-1-columns-v2 {
    display: inline-block;
    width: 100%;
}

.large-avatar .avatar-testimonials {
    float: none;
    margin-bottom: 25px;
}

.large-avatar img {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #ebcd1e;
}

.large-avatar .content-testimonials {
    margin-top: 40px;
}

.large-avatar .job-testimonials {
    color: #999;
}

.testimonial-sync-container {
    position: relative;
}

    .testimonial-sync-container:hover .prev-testimonial-sync {
        left: -25px;
        opacity: .7;
    }

    .testimonial-sync-container:hover .next-testimonial-sync {
        right: -25px;
        opacity: .7;
    }

    .testimonial-sync-container .prev-testimonial-sync,
    .testimonial-sync-container .next-testimonial-sync {
        opacity: 0;
        transition: all 0.6s ease 0s;
    }

        .testimonial-sync-container .prev-testimonial-sync:hover,
        .testimonial-sync-container .next-testimonial-sync:hover {
            opacity: 1;
        }

.thumb-testimonial-sync-slide {
    max-width: 720px;
    margin: 40px auto;
    margin-bottom: 0;
}

    .thumb-testimonial-sync-slide img {
        height: 50px;
        filter: grayscale(100%);
        transition: all 0.6s ease 0s;
        margin: 0 auto;
        display: block;
    }

    .thumb-testimonial-sync-slide .owl-item {
        cursor: pointer;
        width: 100px;
    }

        .thumb-testimonial-sync-slide .owl-item:hover img {
            filter: grayscale(0);
        }

        .thumb-testimonial-sync-slide .owl-item.synced img {
            filter: grayscale(0);
        }

    .thumb-testimonial-sync-slide .owl-controls .owl-pagination .owl-page {
        background: #ccc;
    }
/* Owl Lastest Blog 1 Column */
.blog-1-column-warp .customNavigation {
    display: inline-block;
    margin-left: 14px;
    line-height: 36px;
    vertical-align: top;
    margin-top: 14px;
}

    .blog-1-column-warp .customNavigation i {
        line-height: 20px;
    }

    .blog-1-column-warp .customNavigation .btn {
        width: 22px;
        height: 22px;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid #b0b0b0;
        text-align: center;
        line-height: 15px;
        opacity: 1;
        padding: 0;
        color: #b0b0b0;
        margin-right: 3px;
        font-weight: normal;
        transition: all 0.6s ease 0s;
        font-size: 18px;
    }

        .blog-1-column-warp .customNavigation .btn:hover {
            color: #222;
            border: 1px solid #ebcd1e;
        }

.blog-1-column-warp h3 {
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block;
}

.blog-1-column-warp p {
    margin-top: 30px;
    margin-bottom: 34px;
}

.owl-blog-1-column {
    margin-top: 35px;
}
/* Form Subcribe Inline */
.form-subcribe {
    max-width: 770px;
    margin: 0 auto;
    padding-top: 15px;
}

    .form-subcribe form {
        margin-top: 15px;
        display: inline-block;
        width: 100%;
    }

        .form-subcribe form input {
            width: calc(100% - 172px);
            display: inline-block;
            border: 0;
            outline: none;
            height: 40px;
            background: #e6e6e6;
            padding-left: 15px;
            box-shadow: none !important;
            transition: all 0.6s ease 0s;
        }

            .form-subcribe form input:focus {
                border: 1px solid #ebcd1e;
                background: #f2f2f2;
            }

        .form-subcribe form button {
            display: inline-block;
            outline: none;
            border: 0;
            margin: 0;
            vertical-align: top;
            margin-left: -5px;
            padding: 0 40px;
        }
/* Meet Our Team Owl */
.item-team {
    margin: 0 auto;
    width: 90%;
}

    .item-team .portrait-member {
        display: block;
        z-index: 1;
    }

        .item-team .portrait-member img {
            filter: contrast(0.9);
            transition: all 0.6s ease 0s;
            margin: 0 auto;
        }

    .item-team .member-info {
        width: 304px;
        height: 131px;
        border: 3px solid #ebcd1e;
        margin: 0 auto;
        margin-top: -21px;
        z-index: 2;
        position: relative;
        background: #fff;
        padding: 10px 0;
    }

        .item-team .member-info p.member-job {
            margin-bottom: 15px;
            margin-top: 0;
        }

        .item-team .member-info .social-member {
            display: block;
        }

            .item-team .member-info .social-member a {
                margin: 0 10px;
                display: inline-block;
                color: #555;
                transition: all 0.6s ease 0s;
            }

                .item-team .member-info .social-member a:hover {
                    color: #ebcd1e;
                }

    .item-team:hover .portrait-member img {
        filter: contrast(1.1);
    }

[class^="hvr-"] {
    display: inline-block;
    vertical-align: middle;
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.item-team:hover .hvr-float-shadow,
.item-team:focus .hvr-float-shadow,
.item-team:active .hvr-float-shadow {
    transform: translateY(-15px);
}

.hvr-float-shadow {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition: all 0.6s ease 0s;
}

    .hvr-float-shadow::before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 1px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
        transition: all 0.6s ease 0s;
    }

.item-team:hover .hvr-float-shadow::before,
.item-team:focus .hvr-float-shadow::before,
.item-team:active .hvr-float-shadow::before {
    opacity: .6;
    height: 7px;
    transform: translateY(10px);
}

.prev-team {
    position: absolute;
    top: 36.45%;
    transform: translateY(-50%);
    left: -50px;
}

.next-team {
    position: absolute;
    top: 36.45%;
    transform: translateY(-50%);
    right: -50px;
}

.prev-team,
.next-team {
    font-size: 40px;
    color: #ebcd1e;
    opacity: 0;
    transition: all 0.6s ease 0s;
    display: block;
}

    .prev-team:hover,
    .next-team:hover {
        opacity: 1;
        color: #ebcd1e;
    }

.ourteam-warp {
    position: relative;
}

    .ourteam-warp:hover .prev-team {
        left: -45px;
        opacity: .7;
    }

    .ourteam-warp:hover .next-team {
        right: -45px;
        opacity: .7;
    }

.ourteam-3-col {
    margin-bottom: 38px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
/* Our Team Grid */
.ourteamGrid-warp {
    display: inline-block;
    margin-top: 20px;
}

    .ourteamGrid-warp .team-grid-item {
        width: 33.33%;
        display: inline-block;
        float: left;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

        .ourteamGrid-warp .team-grid-item .grid-team-overlay {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            padding: 16px 20px;
            transition: all 0.6s ease 0s;
            transform: translateY(-80px);
        }

            .ourteamGrid-warp .team-grid-item .grid-team-overlay h5 {
                margin: 0;
                font-family: 'Montserrat', sans-serif;
                color: #ccc;
            }

            .ourteamGrid-warp .team-grid-item .grid-team-overlay p {
                margin: 0;
                color: #808080;
                margin-top: 5px;
            }

                .ourteamGrid-warp .team-grid-item .grid-team-overlay p.description-member {
                    margin-top: 25px;
                }

        .ourteamGrid-warp .team-grid-item .social-member {
            display: block;
            width: 100%;
            position: relative;
            margin-top: 15px;
        }

            .ourteamGrid-warp .team-grid-item .social-member a {
                margin: 0 10px;
                display: inline-block;
                color: #222;
                transition: all 0.6s ease 0s;
                width: 25px;
                height: 25px;
                position: relative;
            }

                .ourteamGrid-warp .team-grid-item .social-member a:before {
                    pointer-events: none;
                    position: absolute;
                    z-index: -1;
                    content: '';
                    top: 100%;
                    left: -5px;
                    height: 1px;
                    width: 90%;
                    opacity: 0;
                    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
                    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
                    transition: all 0.6s ease 0s;
                }

                .ourteamGrid-warp .team-grid-item .social-member a:hover {
                    transform: translateY(-5px);
                }

                    .ourteamGrid-warp .team-grid-item .social-member a:hover::before {
                        opacity: .9;
                        height: 3px;
                        transform: translateY(5px);
                    }

        .ourteamGrid-warp .team-grid-item:hover .member-info {
            opacity: 0;
        }

        .ourteamGrid-warp .team-grid-item:hover .grid-team-overlay {
            opacity: 1;
        }

        .ourteamGrid-warp .team-grid-item:hover .grid-team-overlay {
            top: 0%;
            transform: none;
            background: rgba(235, 205, 30, 0.95);
        }

            .ourteamGrid-warp .team-grid-item:hover .grid-team-overlay h5 {
                color: #333;
            }

            .ourteamGrid-warp .team-grid-item:hover .grid-team-overlay p {
                color: #555;
            }

                .ourteamGrid-warp .team-grid-item:hover .grid-team-overlay p.member-job {
                    color: #666;
                }

                .ourteamGrid-warp .team-grid-item:hover .grid-team-overlay p.description-member {
                    margin-top: 15px;
                }
/* Block Img Full Width What we do Home 3 */
.block-img-full-width {
    width: 100%;
}

    .block-img-full-width .block-img-left .img-block {
        margin-right: 35px;
        width: calc(50% - 35px);
    }

    .block-img-full-width img {
        width: 100%;
    }

    .block-img-full-width .block-img-left .text-box {
        margin-left: 35px;
        width: calc(50% - 35px);
        padding-left: 0;
        padding-top: 6.5%;
    }

        .block-img-full-width .block-img-left .text-box h4 {
            margin-bottom: 13px;
        }

    .block-img-full-width .block-img-right .img-block {
        margin-left: 35px;
        width: calc(50% - 35px);
    }

    .block-img-full-width img {
        width: 100%;
    }

    .block-img-full-width .block-img-right .text-box {
        margin-right: 35px;
        width: calc(50% - 35px);
        padding-left: 0;
        padding-top: 6.5%;
    }

        .block-img-full-width .block-img-right .text-box h4 {
            margin-bottom: 13px;
        }

.img-block {
    position: relative;
    z-index: 1;
}

.block-img-left,
.block-img-right {
    width: 100%;
}

.view-more {
    color: #333;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 24px;
    display: block;
    transition: all 0.6s ease 0s;
}

    .view-more:hover {
        color: #ebcd1e;
    }
/* Sub Header */
.sub-header {
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    transform-style: preserve-3d;
}

    .sub-header .sub-header-content {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }

        .sub-header .sub-header-content h2 {
            margin-top: 65px;
            font-weight: 300;
        }

        .sub-header .sub-header-content .breadcrumb-arc {
            padding: 0;
            margin: 0;
            margin-top: 25px;
            background: none;
            box-shadow: none;
            font-size: 12px;
            font-family: 'Montserrat', sans-serif;
            color: #ccc;
        }

            .sub-header .sub-header-content .breadcrumb-arc a {
                font-size: 12px;
                font-family: 'Montserrat', sans-serif;
                color: #ebcd1e;
                transition: all 0.6s ease 0s;
            }

                .sub-header .sub-header-content .breadcrumb-arc a:hover {
                    color: #c5aa11;
                }

            .sub-header .sub-header-content .breadcrumb-arc > .active {
                color: #ccc;
            }

/*.fake-position {
    margin-top: 78px;
}*/
/* Sub Header Style */
.sub-header-1 {
    height: 224px;
}
/* Sub Header Protfolio Grid 1 */
.sub-header-portfolio-grid-1 {

}
/* Welcome Section */
.welcome-section h1 {
    font-size: 48px;
    color: #333;
    font-weight: bold;
}

.welcome-section h4 {
    color: #999;
    font-weight: bold;
}

.welcome-section .ot-btn {
    margin-top: 24px;
}
/* Our Process */
.ourProcess-bg-dark {

}

.process-container {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.thumb-process-slide {
    max-width: 685px;
    margin: 0 auto;
}

.process-item {
    margin: 40px 20px;
    width: 130px;
    height: 130px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #ebcd1e;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    padding-top: 28px;
    transition: all 0.6s ease 0s;
    cursor: pointer;
}

    .process-item:hover {
        color: #333;
        border-color: #ebcd1e;
        background: #ebcd1e;
    }

.owl-item.synced .process-item {
    color: #333;
    border-color: #ebcd1e;
    background: #ebcd1e;
}
/* Our Process 2 Home 4 */
.process-2-container .process-2-item span.order {
    width: 40px;
    height: 40px;
    background: #ebcd1e;
    color: #333;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 5px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.process-2-container .process-2-item h4 {
    display: inline-block;
}

.process-2-container .process-2-item p {
    margin-bottom: 0;
}
/* Box Icon How this would help you */
.left-icon-container {
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}

.left-icon-item {
    margin-bottom: 50px;
}

    .left-icon-item i {
        font-size: 24px;
        border: 1px solid #ccc;
        color: #333;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        border-radius: 3px;
    }

    .left-icon-item h4 {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 13px;
    }

    .left-icon-item .media-body {
        padding-left: 20px;
        padding-right: 30px;
    }
/* Our Statistics */
.section-dark-ourStatistics {

    text-align: center;
}

    .section-dark-ourStatistics .ourStatis-warp {
        display: inline-block;
        width: 100%;
        margin-top: 30px;
    }

    .section-dark-ourStatistics .ourStatis-item {
        display: inline-block;
        float: left;
        width: 25%;
    }

        .section-dark-ourStatistics .ourStatis-item .circle-statis {
            width: 160px;
            height: 160px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto;
            margin-bottom: 40px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
        }

            .section-dark-ourStatistics .ourStatis-item .circle-statis img {
                width: 200px;
                transform: translateX(0px);
                transition: all 0.6s ease 0s;
                max-width: 200px;
            }

        .section-dark-ourStatistics .ourStatis-item:hover img {
            transform: translateX(-40px);
        }

        .section-dark-ourStatistics .ourStatis-item h6 {
            color: #999;
            margin-bottom: 26px;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 2px;
        }

        .section-dark-ourStatistics .ourStatis-item .counter {
            font-size: 35px;
            color: #fff;
        }

    .section-dark-ourStatistics .ourStatis-item-2 {
        margin: 0 auto;
        width: 25%;
        display: inline-block;
        float: left;
    }

        .section-dark-ourStatistics .ourStatis-item-2 .circle-statis {
            text-align: center;
            width: 220px;
            height: 220px;
            background: #ebcd1e;
            color: #333;
            border-radius: 50%;
            padding-top: 45px;
            margin-top: 16px;
        }

            .section-dark-ourStatistics .ourStatis-item-2 .circle-statis span.lnr {
                font-size: 50px;
            }

            .section-dark-ourStatistics .ourStatis-item-2 .circle-statis h6 {
                font-size: 12px;
                font-family: 'Montserrat', sans-serif;
            }

            .section-dark-ourStatistics .ourStatis-item-2 .circle-statis span.counter {
                font-size: 30px;
                font-weight: bold;
            }
/* We're Hrer to help */
.block-contact {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

    .block-contact .item-block-contact {
        background: #f5f5f5;
        padding: 35px 50px;
    }

        .block-contact .item-block-contact span {
            font-size: 36px;
            color: #333;
            padding-bottom: 22px;
            display: block;
        }

        .block-contact .item-block-contact p {
            font-family: 'Montserrat', sans-serif;
            color: #555;
            font-weight: 500;
        }
/* Form Concat inline */
.form-contact {
    margin-top: 70px;
}

    .form-contact h3 {
        font-weight: 300;
        color: #333b47;
        margin-bottom: 40px;
    }

    .form-contact input.form-control {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        box-shadow: none;
    }

        .form-contact input.form-control:focus {
            border: 1px solid #ebcd1e;
        }

    .form-contact .form-textarea {
        width: 100%;
        margin-top: 20px;
    }

    .form-contact textarea.form-control {
        width: 100%;
        line-height: 50px;
        font-size: 15px;
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        box-shadow: none;
        resize: vertical;
    }

        .form-contact textarea.form-control:focus {
            border: 1px solid #ebcd1e;
        }

    .form-contact .btn-submit {
        transition: all 0.6s ease 0s;
        border: 0;
        outline: none;
        box-shadow: none;
        margin: 0 auto;
        margin-top: 30px;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        letter-spacing: 2px;
    }

        .form-contact .btn-submit:hover {
            background: #333;
            color: #fff;
        }
/* Services home 4 Services Fix Postion */
.services-fix {
    margin-top: -167px;
    left: 0;
}

    .services-fix .img-block {
        border: 20px solid #fff;
        background: #fff;
        height: 220px;
        border-radius: 0;
    }

.service-item {
    margin-bottom: 70px;
}

.sub-header-our-services {

}


/* Services Detail */
.sidebar-services {
    width: 290px;
    display: inline-block;
}

.main-services {
    width: calc(100% - 290px);
    display: inline-block;
}

    .main-services img {
        margin-bottom: 20px;
    }

.sidebar-left {
    padding-right: 25px;
    float: left;
}

.sidebar-right {
    padding-left: 25px;
    float: right;
}

.main-services-right {
    padding-left: 25px;
    float: right;
}

.main-services-left {
    padding-right: 25px;
    float: left;
}

.sidebar-left ul.sidebar-style-2 li {
    border-right: 4px solid transparent;
}

.sidebar-right ul.sidebar-style-2 li {
    border-left: 4px solid transparent;
}

ul.sidebar-style-2 {
    display: block;
    width: 100%;
}

    ul.sidebar-style-2 li {
        display: block;
        width: 100%;
        background: #f2f2f2;
        transition: all 0.1s;
        margin-bottom: 5px;
    }

        ul.sidebar-style-2 li a {
            color: #555555;
            font-size: 16px;
            display: block;
            width: 100%;
            line-height: 60px;
            padding: 0 15px;
            transition: all 0.1s;
        }

.sidebar-left ul.sidebar-style-2 li:hover {
    border-right: 4px solid #ebcd1e;
    background: #333333;
}

    .sidebar-left ul.sidebar-style-2 li:hover a {
        color: #ebcd1e;
    }

.sidebar-right ul.sidebar-style-2 li:hover {
    border-left: 4px solid #ebcd1e;
    background: #333333;
}

    .sidebar-right ul.sidebar-style-2 li:hover a {
        color: #ebcd1e;
    }

.sidebar-left ul.sidebar-style-2 li.active {
    border-right: 4px solid #ebcd1e;
    background: #333333;
}

    .sidebar-left ul.sidebar-style-2 li.active a {
        color: #ebcd1e;
    }

.sidebar-right ul.sidebar-style-2 li.active {
    border-left: 4px solid #ebcd1e;
    background: #333333;
}

    .sidebar-right ul.sidebar-style-2 li.active a {
        color: #ebcd1e;
    }

.box-question-sidebar {
    display: block;
    width: 100%;
    padding: 40px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    margin-top: 45px;
}

    .box-question-sidebar .ot-btn {
        margin-top: 10px;
        margin-bottom: 0;
    }

.slide-services {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .slide-services .prev-detail-services,
    .slide-services .next-detail-services {
        top: 40%;
    }

    .slide-services .prev-detail-services {
        left: 15px;
    }

    .slide-services .next-detail-services {
        right: 15px;
    }

    .slide-services:hover .prev-detail-services {
        opacity: 1;
    }

    .slide-services:hover .next-detail-services {
        opacity: 1;
    }

    .slide-services .prev-detail-services,
    .slide-services .next-detail-services {
        font-size: 30px;
        color: #ebcd1e;
        opacity: 0.7;
        transition: all 0.6s ease 0s;
        background: transparent;
        z-index: 999;
        line-height: 30px;
        text-align: center;
        border-radius: 0;
        padding: 0;
    }

        .slide-services .prev-detail-services:hover,
        .slide-services .next-detail-services:hover {
            opacity: 1;
        }

.owl-detail-services img {
    width: 100%;
}

.thumb-service-slide {
    width: calc(100% + 20px);
    margin-left: -10px;
}

    .thumb-service-slide .item img {
        width: 100%;
        display: block;
        padding: 10px;
        border-radius: 15px;
        overflow: hidden;
    }

.content-text-services {
    width: 100%;
    display: block;
}

    .content-text-services h3 {
        font-weight: 400;
    }
/* About Home 4 Counter Up */
.about-us-info {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

    .about-us-info .about-info-item {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        padding: 20px 50px;
    }

        .about-us-info .about-info-item span {
            color: #333;
            font-size: 60px;
            font-weight: bold;
        }

        .about-us-info .about-info-item h5 {
            font-size: 15px;
            font-family: 'Montserrat', sans-serif;
            margin-top: 32px;
            margin-bottom: 15px;
        }

.testimonial-2-col-about .owl-controls {
    display: none !important;
}
/* Home 6 Layout */
.template-border header {
    padding: 60px 60px 0 60px;
}

.template-border .content-box {
    background: #fff;
    max-width: 1170px;
    margin: 0 auto;
}

.template-border .container {
    max-width: 100%;
}

.template-border section {
    padding: 60px;
}

.template-border footer {
    border-radius: 0 0 5px 5px;
}

.form-search-home-6 .btn-search-home-6 {
    width: 30px;
    border: 0;
    outline: none;
    box-shadow: none;
    background: none;
    float: left;
    font-size: 20px;
    transition: all 0.6s ease 0s;
    line-height: 35px;
}

    .form-search-home-6 .btn-search-home-6:hover {
        color: #ebcd1e;
    }

.form-search-home-6 .form-group {
    width: 100%;
}

    .form-search-home-6 .form-group .input-group {
        width: 100%;
    }

        .form-search-home-6 .form-group .input-group input.form-control {
            display: inline-block;
            float: right;
            width: calc(100% - 45px);
            border: 0;
            outline: none;
            box-shadow: none;
            padding: 0;
            height: 35px;
        }

.demo-products-tab {
    margin-top: 32px;
    display: inline-block;
    width: 100%;
}

.tab-content {
    margin-top: 10px;
}

.nav-tabs-arc-product {
    text-align: center;
    border-bottom: 0;
}

    .nav-tabs-arc-product > li {
        float: none;
        display: inline-block;
        margin: 0 14px;
    }

        .nav-tabs-arc-product > li > a {
            border: 0;
            box-shadow: none;
            border-radius: 0;
            padding: 5px 10px;
            font-size: 12px;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 1px;
            color: #555;
        }

        .nav-tabs-arc-product > li.active > a,
        .nav-tabs-arc-product > li.active > a:hover,
        .nav-tabs-arc-product > li.active > a:focus {
            background: #ebcd1e;
            color: #222;
            padding: 5px 10px;
            border: 0;
        }

.products-warp {
    display: block;
    position: relative;
}

    .products-warp .new-product {
        display: block;
        position: absolute;
        width: 52px;
        height: 20px;
        background: #87be87;
        color: #333;
        text-transform: uppercase;
        top: 10px;
        right: 14px;
        line-height: 20px;
        text-align: center;
        font-size: 10px;
        font-family: 'Montserrat', sans-serif;
        border-radius: 3px;
    }

    .products-warp .sale-product {
        display: block;
        position: absolute;
        width: 52px;
        height: 20px;
        background: #df7154;
        color: #333;
        text-transform: uppercase;
        top: 40px;
        right: 14px;
        line-height: 20px;
        text-align: center;
        font-size: 10px;
        font-family: 'Montserrat', sans-serif;
        border-radius: 3px;
    }

.product-info {
    width: 100%;
    text-align: center;
}

    .product-info h3 {
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        transition: all 0.6s ease 0s;
    }

        .product-info h3:hover {
            color: #ebcd1e;
        }

    .product-info .price {
        color: #222222;
    }

        .product-info .price span.old-price {
            color: #666;
            text-decoration: line-through;
            margin-right: 7px;
        }

.price {
    color: #222222;
}

    .price span.old-price {
        color: #666;
        text-decoration: line-through;
        margin-right: 7px;
    }

.product-item {
    margin: 0 auto;
    display: block;
    margin-bottom: 45px;
}

    .product-item img {
        margin: 0 auto;
    }

.owl-feature-warp {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

    .owl-feature-warp .prev-feature,
    .owl-feature-warp .next-feature {
        top: 40%;
    }

    .owl-feature-warp:hover .prev-feature {
        left: -25px;
        opacity: .7;
    }

    .owl-feature-warp:hover .next-feature {
        right: -25px;
        opacity: .7;
    }

    .owl-feature-warp .prev-feature,
    .owl-feature-warp .next-feature {
        font-size: 30px;
        color: #888;
        opacity: 0;
        transition: all 0.6s ease 0s;
        background: rgba(0, 0, 0, 0.1);
        z-index: 999;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 0;
        padding: 0;
    }

        .owl-feature-warp .prev-feature:hover,
        .owl-feature-warp .next-feature:hover {
            opacity: 1;
            color: #222;
        }

.owl-onsale-warp {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

    .owl-onsale-warp .prev-onsale,
    .owl-onsale-warp .next-onsale {
        top: 40%;
    }

    .owl-onsale-warp:hover .prev-onsale {
        left: -25px;
        opacity: .7;
    }

    .owl-onsale-warp:hover .next-onsale {
        right: -25px;
        opacity: .7;
    }

    .owl-onsale-warp .prev-onsale,
    .owl-onsale-warp .next-onsale {
        font-size: 30px;
        color: #888;
        opacity: 0;
        transition: all 0.6s ease 0s;
        background: rgba(0, 0, 0, 0.1);
        z-index: 999;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 0;
        padding: 0;
    }

        .owl-onsale-warp .prev-onsale:hover,
        .owl-onsale-warp .next-onsale:hover {
            opacity: 1;
            color: #222;
        }

.owl-best-sale-warp {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

    .owl-best-sale-warp .prev-best-sale,
    .owl-best-sale-warp .next-best-sale {
        top: 40%;
    }

    .owl-best-sale-warp:hover .prev-best-sale {
        left: -25px;
        opacity: .7;
    }

    .owl-best-sale-warp:hover .next-best-sale {
        right: -25px;
        opacity: .7;
    }

    .owl-best-sale-warp .prev-best-sale,
    .owl-best-sale-warp .next-best-sale {
        font-size: 30px;
        color: #888;
        opacity: 0;
        transition: all 0.6s ease 0s;
        background: rgba(0, 0, 0, 0.1);
        z-index: 999;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 0;
        padding: 0;
    }

        .owl-best-sale-warp .prev-best-sale:hover,
        .owl-best-sale-warp .next-best-sale:hover {
            opacity: 1;
            color: #222;
        }

.owl-relate-warp {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

    .owl-relate-warp .prev-relate,
    .owl-relate-warp .next-relate {
        top: 40%;
    }

    .owl-relate-warp:hover .prev-relate {
        left: -25px;
        opacity: .7;
    }

    .owl-relate-warp:hover .next-relate {
        right: -25px;
        opacity: .7;
    }

    .owl-relate-warp .prev-relate,
    .owl-relate-warp .next-relate {
        font-size: 30px;
        color: #888;
        opacity: 0;
        transition: all 0.6s ease 0s;
        background: rgba(0, 0, 0, 0.1);
        z-index: 999;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 0;
        padding: 0;
    }

        .owl-relate-warp .prev-relate:hover,
        .owl-relate-warp .next-relate:hover {
            opacity: 1;
            color: #222;
        }
/* Promotion Product Parrallax */
.bg-promotion-product {

    background-repeat: repeat;
}

.promotion-product-warp {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

    .promotion-product-warp .promotion-product-item {
        width: calc(50% - 20px);
        margin: 0 10px;
        background: #fff;
        display: inline-block;
        float: left;
    }

.promotion-product-item {
    border: 1px solid #e5e5e5;
    padding: 3px;
}

    .promotion-product-item .promotion-product-item-inner {
        display: inline-block;
        border: 1px solid #d9d9d9;
        width: 100%;
        text-align: center;
    }

        .promotion-product-item .promotion-product-item-inner h4 {
            letter-spacing: 2px;
            color: #222;
            padding-top: 5px;
        }

        .promotion-product-item .promotion-product-item-inner p {
            font-size: 10px;
            color: #999;
            letter-spacing: 2px;
        }
/* Shop Category */
.header-shop-banner {
    width: 100%;
    height: 266px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.hsb-1 {

}
/* Order By */
.arc-sorting {
    float: left;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

    .arc-sorting div.fancy-select {
        color: #666;
    }

        .arc-sorting div.fancy-select div.trigger {
            padding: 0;
            background: none;
            border: 0 !important;
            outline: none !important;
            box-shadow: none !important;
            min-width: 120px;
            width: auto !important;
            letter-spacing: 1px;
            float: right;
            padding-right: 15px;
        }

            .arc-sorting div.fancy-select div.trigger:hover,
            .arc-sorting div.fancy-select div.trigger:hover,
            .arc-sorting div.fancy-select div.trigger:active {
                outline: none !important;
                border: none !important;
                box-shadow: none !important;
            }

            .arc-sorting div.fancy-select div.trigger::after {
                top: 10px;
                right: 0px;
            }

        .arc-sorting div.fancy-select ul.options {
            right: 0;
            border: 0;
            background: #333;
            border-radius: 0;
            max-height: none;
            min-height: 250px;
            width: auto;
            min-width: 215px;
        }

            .arc-sorting div.fancy-select ul.options li {
                color: #fff;
                letter-spacing: 1px;
            }

                .arc-sorting div.fancy-select ul.options li.selected {
                    color: #222;
                    background: #ebcd1e;
                    letter-spacing: 1px;
                }

                .arc-sorting div.fancy-select ul.options li:hover {
                    color: #333;
                    background: #ebcd1e;
                }

            .arc-sorting div.fancy-select ul.options.open {
                top: 35px;
            }

    .arc-sorting select.orderby:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

div.products {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}
/* Single Product */
.product-detail-image img {
    max-width: 100%;
}

.single-product-detail h3 {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.single-product-detail .divider-line {
    margin: 25px 0;
    margin-bottom: 15px;
}

.single-product-detail .social-share {
    margin-top: 35px;
    padding-bottom: 80px;
}

.product-data .color-choose {
    margin-top: 20px;
}

    .product-data .color-choose a {
        display: inline-block;
        margin-right: 5px;
    }

.product-data .size-choose {
    margin-top: 20px;
}

    .product-data .size-choose a {
        display: inline-block;
        margin-right: 5px;
        background: #f2f2f2;
        color: #333;
        text-align: center;
        width: 32px;
        height: 32px;
        line-height: 32px;
        transition: all 0.6s ease 0s;
    }

        .product-data .size-choose a:hover {
            background: #757575;
            color: #fff;
        }

        .product-data .size-choose a.active {
            background: #757575;
            color: #fff;
        }

.product-data span.text-cap {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.product-data input {
    background-color: #f2f2f2;
    color: #666666;
    font-size: 15px;
    border: none;
    height: 40px;
    line-height: 40px;
    width: 80px;
    font-weight: bold;
    margin-right: 15px;
    padding: 0 10px;
    display: inline-block;
}

.product-data .quantity-choose {
    margin-top: 35px;
}

    .product-data .quantity-choose input,
    .product-data .quantity-choose .ot-btn {
        display: inline-block;
    }

    .product-data .quantity-choose .ot-btn {
        vertical-align: top;
        margin-bottom: 0;
    }

p.product-code {
    margin-top: 35px;
    display: inline-block;
    width: 100%;
}

    p.product-code span {
        color: #666;
    }

p.product-tag {
    color: #999999;
    display: inline-block;
    width: 100%;
}

    p.product-tag span {
        color: #666;
    }

    p.product-tag a {
        display: inline-block;
        color: #999;
        transition: all 0.6s ease 0s;
    }

        p.product-tag a:hover {
            color: #333;
        }

.breadcrumb-arc-2 {
    background: none;
    font-size: 13px;
    color: #999;
    border-top: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 15px;
    padding-left: 0;
}

    .breadcrumb-arc-2 a {
        color: #666666;
        font-size: 13px;
        transition: all 0.6s ease 0s;
    }

        .breadcrumb-arc-2 a:hover {
            color: #333;
        }
/* Accrodion Shop Detail */
.accrodion-warp {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.accrodion-style-1 .panel {
    border-bottom: 1px solid #d9d9d9;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
}

.accrodion-style-1 .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}

.accrodion-style-1 .panel-heading {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.accrodion-style-1 .panel-title {
    font-size: 14px;
}

    .accrodion-style-1 .panel-title > a {
        display: block;
        padding: 10px 0;
        padding-bottom: 15px;
        text-decoration: none;
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        color: #555;
    }

        .accrodion-style-1 .panel-title > a i {
            margin-right: 15px;
        }

.accrodion-style-1 .more-less {
    float: left;
    color: #212121;
}

.shopping-cart .table > tbody > tr > td {
    padding: 20px 12px;
    vertical-align: middle;
}

table tr.cart_item td.product-thumbnail img {
    max-width: 80px;
    border: 1px solid #e6e6e6;
}

.product-remove a.remove {
    display: block;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    transition: all 0.6s ease 0s;
    color: #6e6e6e;
}

    .product-remove a.remove:hover {
        color: red;
    }

td {
    vertical-align: middle !important;
}

table.shop_table th {
    font-weight: normal;
    padding: 9px 12px;
    border-width: 0 0px 3px 0;
}

table.shop_table .product-name a {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.6s ease 0s;
}

    table.shop_table .product-name a:hover {
        color: #c5aa11;
    }

table.shop_table .product-name span {
    display: block;
    width: 100%;
    color: #6e6e6e;
}

.product-quantity input {
    background-color: #f2f2f2;
    color: #666666;
    font-size: 15px;
    border: none;
    padding: 10px 10px;
    width: 80px;
    font-weight: normal;
}

.coupon input[type="text"] {
    width: 200px;
    margin-right: 25px;
}

.coupon .input-text,
.shipping-calculator-form .input-text,
.shipping-calculator-form select {
    height: 39px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 5px;
    background: #f2f2f2;
    border: 0;
    outline: none;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 13px;
}

.btn-coupon {
    margin: 0;
    outline: none;
    border: none;
    background: transparent;
    border: 2px solid #e6e6e6;
    transition: all 0.6s ease 0s;
}

    .btn-coupon:hover {
        border-color: #ebcd1e;
    }

.cart-collaterals {
    padding: 40px;
    border: 1px solid #e5e5e5;
}

.cart_totals table.shop_table th {
    padding-left: 0px;
}

.shipping-calculator-form p {
    margin: 12px 0 12px 0;
}

tr.order-total {
    height: 80px;
}

.cart_totals table.shop_table tbody tr.cart-subtotal td,
.cart_totals table.shop_table tbody tr.cart-subtotal th {
    padding: 20px 12px;
    border-width: 0 0px 1px 0;
    border-style: dashed;
    border-color: #e5e5e5;
}

.cart_totals table.shop_table tbody tr.shipping td,
.cart_totals table.shop_table tbody tr.shipping th {
    padding: 20px 12px;
    border-width: 0 0px 1px 0;
    border-style: dashed;
    border-color: #e5e5e5;
    vertical-align: top;
}

.shop_table_responsive {
    width: 100%;
    min-width: 250px;
}

table.shop_table > tbody > tr > td.product-thumbnail {
    text-align: center;
}

table.shop_table > tbody > tr > td {
    padding: 10px 0;
}

table.shop_table {
    border: 1px solid #e5e5e5;
}

    table.shop_table > thead {
        background: #555555;
        color: #aaaaaa;
        border: 1px solid #555555;
    }

    table.shop_table > tbody > tr:nth-child(1) > td {
        border-top: 0;
    }

    table.shop_table > thead > tr > th {
        border-bottom: 0;
    }

table.shop_table {
    margin-bottom: 0;
}

.shopping-cart-warp .actions {
    display: inline-block;
    margin: 15px 0;
    width: 100%;
}

.btn-update-coupon {
    float: right;
}

table.shop-proceed {
    border: 0;
}

.cart_totals h4 {
    letter-spacing: 2px;
}

tr.shipping > td {
    vertical-align: top;
}

select.country_to_state {
    color: #888;
}

    select.country_to_state:focus {
        color: #333;
    }

form.woocommerce-shipping-calculator {
    margin-top: 25px;
}

tr.cart-subtotal .amount {
    font-size: 16px;
    color: #555;
}

tr.order-total .amount {
    font-size: 18px;
    color: #555;
}

th.product-remove,
th.product-subtotal,
th.product-price {
    min-width: 100px;
}

th.product-name {
    min-width: 185px;
}
/* About */
/*.sub-header-about {
    background-image: url('../img/overlay/5.jpg');
}*/

.about-intro h2 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}

.about-intro .about-intro-img {
    width: 50%;
    padding-right: 25px;
    display: inline-block;
    float: left;
}

.about-intro .about-intro-text {
    width: 50%;
    padding-left: 25px;
    display: inline-block;
    float: left;
}

.item-testimonials-about {
    margin-bottom: 70px;
}

    .item-testimonials-about p {
        margin-bottom: 30px;
    }
/* Contact */

.left-contact {
    padding-right: 15px;
}

.right-contact {
    padding-left: 15px;
}

.form-contact-arc input.form-control {
    width: 100%;
    height: 50px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    outline: none;
    transition: all 0.6s ease 0s;
}

    .form-contact-arc input.form-control:focus {
        border-color: #ebcd1e;
    }

.form-contact-arc textarea.form-control {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    outline: none;
    transition: all 0.6s ease 0s;
    resize: vertical;
}

    .form-contact-arc textarea.form-control:focus {
        border-color: #ebcd1e;
    }

.form-contact-arc .form-textarea {
    width: 100%;
}

.contact-warp h3 {
    font-weight: 300;
    margin-bottom: 36px;
}

ul.address {
    list-style: none;
    padding: 0;
    margin-top: 26px;
}

    ul.address li {
        display: block;
        width: 100%;
        margin-bottom: 17px;
    }

#map-canvas {
    height: 404px;
}

.btn-submit {
    border: 0;
    outline: none;
    box-shadow: none;
}

.effect8 {
    position: relative;
    border-radius: 5px;
}

    .effect8:before {
        position: absolute;
        width: 100%;
        height: calc(100% - 30px);
        border-radius: 0.1px;
        z-index: -1;
        bottom: 10px;
        content: "";
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
        display: block;
    }
/* Bonus */
/* 404 page */
.inner-404 {
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    text-align: center;
    width: 100%;
    display: block;
}

    .inner-404 span {
        font-size: 100px;
        color: #555;
        margin-bottom: 50px;
        clear: both;
        display: block;
    }

    .inner-404 strong {
        font-size: 80px;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 80px;
        clear: both;
        display: block;
    }

    .inner-404 p {
        color: #555;
        margin-bottom: 50px;
        clear: both;
        display: block;
        font-size: 25px;
        font-style: italic;
    }

.overlay-404 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

#section-404,
.full-screen-body {
    height: 100%;
    min-height: 100%;
}

.footer-fix {
    position: absolute;
    bottom: 40px;
    left: 0;
}

.copyright-fix {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
/* Comming Soon */
.overley-cs {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-attachment: scroll !important;
    z-index: -1;
}

.coming-soon {
    width: 100%;
    height: 100%;
}

.coming-soon-content {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99;
}

    .coming-soon-content .btn-submit {
        display: inline-block;
        float: right;
    }

html,
body {
    height: 100% !important;
    overflow-y:auto !important;
    overflow-x: hidden;
}

.coming-soon h2 {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: bold;
}

.coming-soon p {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    font-style: italic;
}

.newsletter-comingsoon {
    max-width: 670px;
    margin: 25px auto;
    margin-top: 100px;
}

    .newsletter-comingsoon .newsletter-email {
        width: calc(100% - 145px);
        display: inline-block;
        height: 40px;
        border: none;
        padding-left: 25px;
        border: 1px solid #e6e6e6;
        border-radius: 0;
        outline: none;
        box-shadow: none;
        transition: all 0.6s ease 0s;
    }

        .newsletter-comingsoon .newsletter-email:focus {
            border: 1px solid #ebcd1e;
        }

ul.countdown {
    text-align: center;
    padding: 0px;
    margin: 0px auto;
    max-width: 800px;
    clear: both;
}

    ul.countdown li {
        border-bottom: 2px solid #ebcd1e;
        display: inline-block;
        margin: 25px 30px;
    }

        ul.countdown li span {
            font-size: 3vw;
            color: #ebcd1e;
        }

.coming-soon ul.countdown li p {
    color: #555;
    font-size: 15px;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 10px;
}

ul.social-dark {
    margin-top: 25px;
    float: none;
}

    ul.social-dark li a {
        background: rgba(0, 0, 0, 0.9);
        color: #ebcd1e;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

        ul.social-dark li a:hover {
            color: #333;
            background: #ebcd1e;
        }
/* Contact Multi Local */
.sidebar-control-map {
    width: 100%;
    padding-right: 0 !important;
}
/* Contact 3 */
.address-3 {
    list-style: none;
    margin-top: 15px;
    padding-left: 0;
    margin-bottom: 30px;
}

    .address-3 li {
        margin-bottom: 5px;
    }

.contact-warp-3 h3 {
    margin-top: 0;
}
/* Element Demo */
.demo-section h3 {
    font-weight: 300;
    margin-bottom: 36px;
}

.tab-arc {
    margin-top: 25px;
    border: 1px solid #e6e6e6;
}

    .tab-arc .nav-tabs > li > a {
        border-radius: 0;
        border-top: 2px solid transparent;
        font-size: 15px;
        color: #666;
        outline: none;
        font-weight: 400;
    }

    .tab-arc .nav > li > a {
        padding: 15px 28px;
        margin: 0;
    }

    .tab-arc .nav-tabs > li.active > a,
    .tab-arc .nav-tabs > li.active > a:hover,
    .tab-arc .nav-tabs > li.active > a:focus {
        border-top: 2px solid #ebcd1e;
    }

    .tab-arc .nav-tabs > li:first-child.active > a {
        border-left: 1px solid transparent;
    }

    .tab-arc .tab-content {
        padding: 15px 30px;
    }

.services-wrap {
    padding: 0 15px;
}
/*tabs style 2*/
.arc-tabs-style-2 .nav-tabs {
    border-bottom: 2px solid #ebcd1e;
}

    .arc-tabs-style-2 .nav-tabs > li.active > a,
    .arc-tabs-style-2 .nav-tabs > li.active > a:hover,
    .arc-tabs-style-2 .nav-tabs > li.active > a:focus {
        border-radius: 0;
        border: 1px solid #ebcd1e;
        background: #ebcd1e;
        color: #fff;
    }

    .arc-tabs-style-2 .nav-tabs > li > a {
        color: #666;
        border-radius: none;
        border: none;
        padding: 15px 28px;
        font-weight: 400;
    }

.arc-tabs-style-2 .nav > li > a:hover,
.arc-tabs-style-2 .nav > li > a:focus {
    background: transparent;
    box-shadow: none;
    border: none;
}

.arc-tabs-style-2 .tab-content {
    padding: 15px 0px;
}
/*tabs style 3*/
.arc-tabs-style-3 .nav-tabs {
    border-bottom: none;
}

    .arc-tabs-style-3 .nav-tabs > li.active > a,
    .arc-tabs-style-3 .nav-tabs > li.active > a:hover,
    .arc-tabs-style-3 .nav-tabs > li.active > a:focus {
        border-radius: 25px;
        background: #ebcd1e;
        color: #fff;
    }

    .arc-tabs-style-3 .nav-tabs > li > a {
        color: #666;
        border-radius: none;
        border: none;
        padding: 15px 28px;
    }

.arc-tabs-style-3 .nav > li > a:hover,
.arc-tabs-style-3 .nav > li > a:focus {
    background: transparent;
    box-shadow: none;
    border: none;
}

.arc-tabs-style-3 .tab-content {
    padding: 15px 0px;
}
/*tabs style 3*/
.arc-tabs-style-4 .nav-tabs {
    border-bottom: none;
}

    .arc-tabs-style-4 .nav-tabs > li.active > a,
    .arc-tabs-style-4 .nav-tabs > li.active > a:hover,
    .arc-tabs-style-4 .nav-tabs > li.active > a:focus {
        color: #666;
        border: none;
    }

    .arc-tabs-style-4 .nav-tabs > li > a {
        color: #888;
        border: none;
        padding-right: 30px;
        padding-left: 0;
        padding: 15px 50px 15px 0;
    }

.arc-tabs-style-4 .nav > li > a:hover,
.arc-tabs-style-4 .nav > li > a:focus {
    background: transparent;
    box-shadow: none;
    border: none;
}

.arc-tabs-style-4 .tab-content {
    padding: 15px 0px;
}

.arc-tabs-style-4 .nav-tabs > li.active:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 40px;
    background-color: #ebcd1e;
    z-index: 1000;
}

.accordion-warp {
    width: 100%;
}

.accordion-process {
    display: flex;
    padding-left: 35px;
}

    .accordion-process .panel {
        box-shadow: none;
        background: transparent;
    }

    .accordion-process .panel-group {
        max-width: 530px;
    }

    .accordion-process .panel-default {
        border: 0;
    }

        .accordion-process .panel-default > .panel-heading .panel-title > a {
            background: #ebcd1e;
            padding: 12px 25px;
            display: block;
            width: 100%;
            border-radius: 25px;
            transition: all 0.6s ease 0s;
        }

        .accordion-process .panel-default > .panel-heading {
            background: none;
            border: none;
            color: #333;
            padding: 0;
        }

            .accordion-process .panel-default > .panel-heading .panel-title > a.collapsed {
                padding: 12px 25px;
                display: block;
                width: 100%;
                border-radius: 25px;
                background: rgba(225, 225, 225, 0.1);
                transition: all 0.6s ease 0s;
                color: #fff;
            }

                .accordion-process .panel-default > .panel-heading .panel-title > a.collapsed:hover {
                    background: #ebcd1e;
                }

            .accordion-process .panel-default > .panel-heading + .panel-collapse > .panel-body {
                border-top: none;
                color: #e5e5e5;
                padding: 25px;
                padding-bottom: 0;
            }

    .accordion-process .accordion-content {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        padding: 5px 25px;
    }

        .accordion-process .accordion-content p {
            color: #e5e5e5;
        }

    .accordion-process .panel-default > .panel-heading .panel-title > a:focus {
        border: 0;
        outline: none;
        box-shadow: none;
        text-decoration: none;
    }

    .accordion-process .panel-group .panel + .panel {
        margin-top: 15px;
    }

.accordion-style-light {
    display: flex;
    padding-left: 35px;
}

    .accordion-style-light .panel {
        box-shadow: none;
        background: transparent;
    }

    .accordion-style-light .panel-group {
        max-width: 530px;
    }

    .accordion-style-light .panel-default {
        border: 0;
    }

        .accordion-style-light .panel-default > .panel-heading .panel-title > a {
            background: #ebcd1e;
            padding: 12px 25px;
            display: block;
            width: 100%;
            transition: all 0.6s ease 0s;
            border-radius: 25px;
        }

        .accordion-style-light .panel-default > .panel-heading {
            border: none;
            padding: 0;
        }

            .accordion-style-light .panel-default > .panel-heading .panel-title > a {
                background: #333;
                color: #ebcd1e;
            }

                .accordion-style-light .panel-default > .panel-heading .panel-title > a.collapsed {
                    padding: 12px 25px;
                    display: block;
                    width: 100%;
                    transition: all 0.6s ease 0s;
                    background: #ebcd1e;
                    color: #333;
                }

                    .accordion-style-light .panel-default > .panel-heading .panel-title > a.collapsed:hover {
                        background: #ebcd1e;
                    }

            .accordion-style-light .panel-default > .panel-heading + .panel-collapse > .panel-body {
                border-top: none;
                padding: 25px;
                padding-bottom: 0;
            }

    .accordion-style-light .accordion-content {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding: 5px 25px;
    }

    .accordion-style-light .panel-default > .panel-heading .panel-title > a:focus {
        border: 0;
        outline: none;
        box-shadow: none;
        text-decoration: none;
    }

    .accordion-style-light .panel-group .panel + .panel {
        margin-top: 15px;
    }

.accordion-process.no-round .panel-default > .panel-heading .panel-title > a {
    border-radius: 0;
}

.accordion-style-light.no-round .panel-default > .panel-heading .panel-title > a {
    border-radius: 0;
}
/* shopping cart dropdown*/
.dropdown-menu.top_cart_list_product {
    background-color: #333;
    border: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: inherit;
    list-style: outside none none;
    margin: 0px 0 0;
    min-width: 200px;
    padding: 10px;
    position: absolute;
    right: 0;
    left: auto;
    top: 60px;
    z-index: 1000;
    border-top: 3px solid #ebcd1e;
    border-radius: 0;
}

.cart-button .top_cart_list_product .cart_list.product_list_widget {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.cart_list.product_list_widget .mini_cart_item {
    display: block;
    width: 270px;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    position: relative;
}

.cart_list.product_list_widget .img-thumb {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 80px;
}

    .cart_list.product_list_widget .img-thumb img {
        width: 80px;
    }

.cart_list.product_list_widget .product-detail {
    padding-left: 100px;
    padding-right: 20px;
}

    .cart_list.product_list_widget .product-detail a {
        padding: 0;
        color: #fff;
        font-size: 12px;
    }

        .cart_list.product_list_widget .product-detail a:hover {
            color: #ebcd1e;
        }

.top_cart_list_product .total {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: right;
    color: #6e6e6e;
}

    .top_cart_list_product .total span.amount {
        color: #e5e5e5;
        text-decoration: underline;
        margin-left: 8px;
        padding-bottom: 5px;
    }

.top_cart_list_product .buttons {
    margin: 0;
    padding-top: 10px;
    text-align: left;
}

    .top_cart_list_product .buttons .ot-btn {
        float: left;
        display: inline;
        padding: 0 20px !important;
        line-height: 40px;
    }

    .top_cart_list_product .buttons .btn-border-white {
        border: 2px solid rgba(255, 255, 255, 0.2);
        color: #fff;
    }

        .top_cart_list_product .buttons .btn-border-white:hover {
            border-color: #ebcd1e;
        }

    .top_cart_list_product .buttons .btn-main-color {
        float: right !important;
    }

        .top_cart_list_product .buttons .btn-main-color:hover {
            background: #fff;
            color: #333;
        }

.cart_list.product_list_widget .product-detail .remove {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 12px;
    color: #6e6e6e;
    font-size: 20px;
}
/* Footer
----------------------------------------------------------*/
/* Footer V1 */
footer {
    vertical-align: top;
}

.footer-v1 {
    padding: 55px 50px;
    padding-bottom: 47px;
    background: #333;
    display: inline-block;
    width: 100%;
}

    .footer-v1 .footer-left,
    .footer-v1 nav,
    .footer-v1 .footer-right {
        display: inline-block;
        float: left;
    }

    .footer-v1 .footer-left,
    .footer-v1 .footer-right {
        width: 20%;
    }

    .footer-v1 nav {
        width: 60%;
        text-align: center;
    }

        .footer-v1 nav ul {
            margin-bottom: 0;
        }

            .footer-v1 nav ul li {
                display: inline-block;
            }

                .footer-v1 nav ul li a {
                    display: block;
                    line-height: 22px;
                    padding: 0px 30px;
                    font-family: 'Montserrat', sans-serif;
                    font-size: 12px;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                    position: relative;
                    color: #aaaaaa;
                    transition: all 0.6s ease 0s;
                }

                    .footer-v1 nav ul li a:hover {
                        color: #fff;
                    }

                    .footer-v1 nav ul li a:after {
                        content: "|";
                        width: 1px;
                        height: 22px;
                        position: absolute;
                        right: 0px;
                        top: 0px;
                        color: #555;
                        display: block;
                    }

                .footer-v1 nav ul li:last-child a:after {
                    display: none;
                }

    .footer-v1 .footer-right ul.social {
        float: right;
    }

.footer-v2 {
    padding: 60px 0;
}

    .footer-v2 ul.social-footer {
        margin-top: 40px;
    }

        .footer-v2 ul.social-footer li a {
            margin-left: 0;
            margin-right: 4px;
        }

    .footer-v2 .footer-col-1 {
        width: 30%;
        display: inline-block;
        float: left;
        padding-right: 30px;
    }

        .footer-v2 .footer-col-1 a img {
            margin-bottom: 34px;
        }

        .footer-v2 .footer-col-1 p {
            color: #999;
        }

    .footer-v2 .footer-col-2 {
        width: 35%;
        display: inline-block;
        float: left;
        padding-left: 30px;
    }

        .footer-v2 .footer-col-2 h4 {
            color: #e5e5e5;
            margin-bottom: 28px;
        }

    .footer-v2 .footer-col-3 {
        width: 35%;
        display: inline-block;
        float: left;
    }

        .footer-v2 .footer-col-3 h4 {
            color: #e5e5e5;
            margin-bottom: 28px;
        }

.footer-v3 {
    padding: 60px 0;
}

    .footer-v3 .footer-col-1,
    .footer-v3 .footer-col-2,
    .footer-v3 .footer-col-3,
    .footer-v3 .footer-col-4 {
        display: inline-block;
        float: left;
        width: 25%;
    }

        .footer-v3 .footer-col-1 a img {
            margin-bottom: 34px;
        }

        .footer-v3 .footer-col-1 p {
            color: #999;
        }

        .footer-v3 .footer-col-1 .social-footer {
            margin-top: 40px;
        }

            .footer-v3 .footer-col-1 .social-footer li a {
                margin-left: 0;
                margin-right: 3px;
            }

        .footer-v3 .footer-col-2 h4 {
            color: #e5e5e5;
            margin-bottom: 28px;
        }

        .footer-v3 .footer-col-3 h4 {
            color: #e5e5e5;
            margin-bottom: 28px;
        }

        .footer-v3 .footer-col-3 ul {
            padding-left: 0;
            display: inline-block;
            width: 100%;
        }

            .footer-v3 .footer-col-3 ul li {
                width: 100%;
                display: inline-block;
                color: #999;
                margin-bottom: 10px;
            }

        .footer-v3 .footer-col-4 h4 {
            color: #e5e5e5;
            margin-bottom: 28px;
        }

        .footer-v3 .footer-col-4 .gallery-warp {
            display: inline-block;
            width: 100%;
        }

            .footer-v3 .footer-col-4 .gallery-warp img {
                margin: 5px;
                display: inline-block;
            }

.footer-v4 {
    padding: 60px;
}

    .footer-v4 .footer-col-1 {
        width: 30.33%;
        display: inline-block;
        float: left;
    }

        .footer-v4 .footer-col-1 h4 {
            color: #e5e5e5;
            margin-bottom: 28px;
        }

        .footer-v4 .footer-col-1 ul {
            padding-left: 0;
            display: inline-block;
            width: 100%;
        }

            .footer-v4 .footer-col-1 ul li {
                width: 100%;
                display: inline-block;
                color: #999;
                margin-bottom: 10px;
            }

    .footer-v4 .footer-col-2 {
        width: 30.33%;
        display: inline-block;
        float: left;
    }

        .footer-v4 .footer-col-2 h4 {
            color: #e5e5e5;
            margin-bottom: 28px;
        }

    .footer-v4 .footer-col-3 {
        width: 39.33%;
        display: inline-block;
        float: left;
    }

        .footer-v4 .footer-col-3 h4 {
            color: #e5e5e5;
            margin-bottom: 28px;
        }

        .footer-v4 .footer-col-3 .gallery-warp {
            display: inline-block;
            width: 100%;
        }

            .footer-v4 .footer-col-3 .gallery-warp img {
                margin: 5px;
                width: 70px;
                display: inline-block;
            }

ul.list-link-footer {
    padding-left: 0px;
}

    ul.list-link-footer li {
        display: block;
        position: relative;
        width: 50%;
        display: inline-block;
        float: left;
        margin-bottom: 7px;
    }

        ul.list-link-footer li a {
            color: #e5e5e5;
            font-size: 11px;
            font-family: 'Montserrat', sans-serif;
            padding-left: 15px;
            transition: all 0.6s ease 0s;
        }

        ul.list-link-footer li:before {
            content: "";
            display: block;
            position: absolute;
            width: 5px;
            height: 5px;
            background: rgba(255, 255, 255, 0.1);
            left: 0;
            top: 12px;
            transition: all 0.6s ease 0s;
        }

        ul.list-link-footer li:hover a {
            color: #ebcd1e;
        }

        ul.list-link-footer li:hover:before {
            background: #ebcd1e;
        }

.form-subcrible-footer {
    width: 100%;
}

    .form-subcrible-footer .btn-subcrible-footer {
        background: none;
        outline: none;
        border: 2px solid rgba(255, 255, 255, 0.1);
        width: 130px;
        height: 40px;
        text-align: center;
        color: #e6e6e6;
        float: right;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 1px;
        transition: all 0.6s ease 0s;
    }

        .form-subcrible-footer .btn-subcrible-footer:hover {
            border-color: #ebcd1e;
            color: #fff;
        }

    .form-subcrible-footer .form-group {
        width: calc(100% - 140px);
    }

    .form-subcrible-footer .input-group {
        width: 100%;
    }

    .form-subcrible-footer input.form-control {
        border: 2px solid rgba(255, 255, 255, 0.1);
        width: calc(100% - 140px);
        background: transparent;
        height: 40px;
        line-height: 40px;
        transition: all 0.6s ease 0s;
    }

        .form-subcrible-footer input.form-control:focus,
        .form-subcrible-footer input.form-control:hover {
            border-color: #ebcd1e;
            outline: none;
            box-shadow: none;
            color: #fff;
        }

.copyright {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    background: #262626;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

    .copyright p {
        margin: 0;
    }

    .copyright a {
        color: #ebcd1e;
        transition: all 0.6s ease 0s;
    }

        .copyright a:hover {
            color: #c5aa11;
        }

.template-border .copyright {
    background: transparent;
    height: 65px;
    line-height: 65px;
    padding: 0;
}
/* Responsive
----------------------------------------------------------*/
/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width: 1700px) {
    .navi-level-1 li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    header {
        padding: 0 15px;
    }

    .header-v1 .left-header {
        width: 120px;
    }

    .header-v1 .right-header {
        width: calc(100% - 120px - 60%);
    }

    .header-v2 .tel-header {
        display: none;
    }

    .header-v2 .left-header ul li::after {
        display: none;
    }

    .header-v2 nav {
        width: calc(100% - 160px);
    }

    .header-v2 .left-header {
        width: 160px;
    }

    .header-v2 nav {
        width: calc(100% - 360px);
    }

    .header-v2 .sub-navi {
        float: right;
        display: inline-block;
        max-width: 200px;
    }

    .header-v2 .left-header a:after {
        display: none !important;
    }
}

@media only screen and (max-width: 1272px) {
    .header-v1 nav,
    .header-v1 .right-header {
        width: auto;
    }

    .header-v1 .right-header {
        float: right;
    }

        .header-v1 .right-header ul li.header-tel {
            display: none;
        }

    .header-v3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .header-v3 li a {
            padding-left: 15px;
            padding-right: 15px;
        }

    .header-v4 .container {
        padding: 0;
        width: 100%;
    }

    .header-v4 .left-header {
        width: 120px;
    }

        .header-v4 .left-header a.logo {
            padding: 15px 0px 0px;
        }

    .header-v4 nav {
        width: calc(100% - 120px - 90px);
    }

    .header-v4 li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
    /* ChooseUs SVG Full Width*/
    .chooseus-full-width .chooseus-container .chooseus-item {
        width: 50%;
    }
    /* Product Item */
    .product-item {
        width: 90%;
    }

    .header-v4 .right-header {
        width: auto;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    /* LAYOUT */
    .divider {
        width: 90%;
    }

    .padding {
        padding: 35px 0 35px 0;
    }

    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    /* Mobile Menu */
    .mm-toggle {
        display: block !important;
    }

    header nav {
        display: none;
    }

    .navi-level-1 li a {
        padding: 10px 15px 9px 15px;
    }

        .navi-level-1 li a:after {
            top: 10px;
        }

    .sub-navi > li:nth-last-child(2) a {
        padding-right: 15px;
    }

        .sub-navi > li:nth-last-child(2) a:after {
            display: block;
        }

    header .left-header .navi-level-1 li a.logo {
        padding: 0;
        padding-top: 10px;
    }

        header .left-header .navi-level-1 li a.logo img {
            width: 100px;
        }

    .navi-level-1.dot-seperator > li > a:after,
    .navi-level-1.line-separator > li > a:after,
    .navi-level-1.circle-separator > li > a:after,
    .navi-level-1.square-separator > li > a:after,
    .navi-level-1.plus-separator > li > a:after,
    .navi-level-1.strip-separator > li > a:after {
        top: 10px;
    }
    /*HEADER*/
    /*header V2 */
    .header-v2 {
        float: left;
        margin-bottom: 50px;
    }

        .header-v2 nav ul.navi-level-1 {
            display: none;
        }

        .header-v2 nav ul.navi-app li a {
            padding: 15px 15px;
            padding-top: 18px;
        }

        .header-v2 nav ul.navi-app .btn-in-navi {
            padding-top: 18px;
            padding-bottom: 15px;
        }

        .header-v2 ul li a.logo {
            padding: 15px;
        }
    /* Header V3 */
    .header-v3 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

        .header-v3 .left-header,
        .header-v3 .right-header {
            display: none;
        }

        .header-v3 div.logo {
            width: 100%;
        }

            .header-v3 div.logo li a:after {
                display: none;
            }

            .header-v3 div.logo li:last-child {
                float: right;
                display: inline-block;
            }

                .header-v3 div.logo li:last-child a span {
                    top: 15px;
                }

        .header-v3 li:first-child a {
            padding: 0;
            padding-top: 10px;
        }

        .header-v3 li a {
            padding: 10px 15px 9px 15px;
        }

        .header-v3 .mm-toggle {
            display: inline-block;
            float: right;
        }
    /* Header v4 */
    .header-v4 .left-header .navi-level-1 li a.logo {
        padding: 0;
        padding-top: 10px;
    }

    .header-v4 li:nth-last-child(2):after {
        display: block;
    }
    /* Header V5 */
    .header-v5 .navi-app li:nth-last-child(2)::after {
        display: block;
    }

    .header-v5 .mm-toggle span {
        color: #ccc;
    }

        .header-v5 .mm-toggle span:hover {
            color: #ebcd1e;
        }
    /* Header V6 */
    .topbar-transparent p.ads-text {
        display: none;
    }

    .topbar-transparent .topbar-left,
    .topbar-transparent .topbar-right {
        width: auto;
    }

    .template-border header {
        padding: 25px 60px;
    }

    .header-v6 nav {
        display: none;
    }

    .header-v6 .logo {
        float: left;
        position: static;
        transform: none;
        padding-top: 10px;
        display: inline-block;
        width: auto;
    }

    .header-v6 .right-header {
        width: auto;
    }

        .header-v6 .right-header a.mm-toggle {
            display: block;
        }

        .header-v6 .right-header li:nth-last-child(2) a {
            display: block;
        }

        .header-v6 .right-header li:nth-last-child(3) a:after {
            display: block;
        }

        .header-v6 .right-header li:nth-last-child(3) a {
            padding-right: 15px;
        }

    .header-v6 .left-header {
        display: none;
    }
    /*SLIDER*/
    .slider-home-2 .btn-1,
    .slider-home-3 .btn-1 {
        transform: translateX(-40px) !important;
    }

    .slider-home-2 .btn-2,
    .slider-home-3 .btn-2 {
        transform: translateX(40px) !important;
    }
    /* Our Team Grid */
    .ourteamGrid-warp .team-grid-item {
        background: #000 !important;
        width: 100%;
    }

        .ourteamGrid-warp .team-grid-item img {
            width: 100%;
            display: inline-block;
        }

        .ourteamGrid-warp .team-grid-item .grid-team-overlay {
            position: static;
            display: inline-block;
            width: 100%;
            transform: none;
            height: 100%;
            background: #000 !important;
        }

            .ourteamGrid-warp .team-grid-item .grid-team-overlay h5 {
                color: #fff !important;
            }

            .ourteamGrid-warp .team-grid-item .grid-team-overlay .member-job {
                color: #999 !important;
            }

            .ourteamGrid-warp .team-grid-item .grid-team-overlay .description-member {
                color: #999 !important;
            }

        .ourteamGrid-warp .team-grid-item:hover .description-member {
            margin-top: 25px !important;
        }
    /* Block Contact Home 5 */
    .block-contact .item-block-contact {
        margin-bottom: 15px;
    }

    .form-contact {
        padding: 0 15px;
    }
    /* Services Fix Home 4 */
    .services-fix {
        margin-top: -90px;
    }

        .services-fix .img-block {
            border-width: 5px;
        }
    /* Counter Our Static */
    .section-dark-ourStatistics .ourStatis-item-2 {
        width: 50%;
    }

    .ourStatis-item-2 .circle-statis {
        margin: 15px auto;
    }
    /* Lastest Blog */
    .lastest-blog-item {
        margin-bottom: 30px;
    }
    /* Blog List Page */
    .blog-list {
        padding-right: 0;
    }

    .fake-position {
        margin-top: -38px;
    }
    /* What We Do 4 Colum Home 2*/
    .block-img-full .img-block {
        height: auto;
    }
    /* Owl Our Team */
    .item-team .member-info {
        width: 90%;
    }
    /* Owl Partner */
    .owl-partners img {
        width: 90px;
    }

    figure.effect-layla {
        width: 45%;
        margin: 0 2.5% 25px 2.5%;
    }

        figure.effect-layla img {
            transform: none;
        }

        figure.effect-layla:last-child {
            margin: 0 auto;
            float: none;
        }
    /* Prmotino Home 5 Position Fix */
    .pormotion-h5 h3 {
        margin: 0px;
        font-size: 18px;
    }

    .pormotion-h5 a {
        font-size: 10px;
    }
    
        .projectContainer .element-item .project-info {
            position: static;
            width: 100%;
            min-height: 80px;
            padding: 10px 0;
            opacity: 1;
            transition: none;
            float: left;
            display: inline-block;
            background: #000 !important;
            height: 101px;
        }

            .projectContainer .element-item .project-info a {
                transform: none;
                position: static;
                text-align: left;
                padding-left: 15px;
            }

                .projectContainer .element-item .project-info a.cateProject {
                    transform: none;
                    position: static;
                    text-align: left;
                    padding-left: 15px;
                    color: #fff !important;
                }

            .projectContainer .element-item .project-info h4 {
                color: #fff !important;
            }
    /* Project Portfolio Grid 1 */
    .portfolio-grid-1-warp .portfolio-grid-1-container .element-item .project-info a.cateProject {
        color: #000;
    }

    .portfolio-grid-1-warp .portfolio-grid-1-container .element-item .portfolio-img-demo {
        margin: 0;
    }
    /* Project Grid 2 Col */
    .portfolio-grid-2-warp .portfolio-grid-2-container .element-item .portfolio-img-demo {
        margin-bottom: 0;
    }

    .portfolio-grid-2-warp .portfolio-grid-2-container .element-item .project-info a.cateProject {
        color: #000;
    }
    /* PortFolio Grid 4 Colum Ver 1 */
    .portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info {
        margin: 0;
    }

        .portfolio-grid-3-warp .portfolio-grid-3-container .element-item .project-info a.cateProject {
            color: #000;
        }

    .portfolio-grid-3-warp .portfolio-grid-3-container .element-item {
        padding: 0;
    }
    /* Portfolio Grid 4 Colum V2 */
    .portfolio-grid-v2-4-col-warp .portfolio-grid-v2-4-col-container .element-item {
        width: 50%;
    }
    /* Single Project Warp 3 */
    .single-project-warp-3 {
        padding: 0 20px;
    }

        .single-project-warp-3 .pj-img-demo {
            width: 100%;
            padding: 20px;
            display: inline-block;
        }

        .single-project-warp-3 .pj-info {
            width: 100%;
            padding: 20px;
        }
    /* SVG Section Why Choose Us */
    .chooseus-container {
        width: 100%;
    }

        .chooseus-container .chooseus-item {
            float: none;
            width: 100%;
        }
    /* Blog Detail Page */
    .blog-detail {
        padding-right: 0;
    }

    .comment-respond input.form-control {
        margin-bottom: 15px;
    }
    /* Blog Category  Isotope */
    .blog-grid-3-col .blog-grid-3-col-container .element-item {
        width: 50%;
    }

    .blog-grid-4-col .blog-grid-4-col-container .element-item {
        width: 50%;
    }
    /* what we do services home 3 */
    .block-img-full-width .block-img-left .text-boxs {
        padding-top: 0;
    }
    /* About Intro */
    .about-intro .about-intro-img {
        width: 100%;
        padding: 0 15px;
    }

        .about-intro .about-intro-img img {
            width: 100%;
        }

    .about-intro .about-intro-text {
        width: 100%;
        padding: 0 15px;
        margin-top: 15px;
    }
    /* Testimonials Home 1 Active Pagination */
    .owl-controls .owl-pagination .owl-page.active {
        background: #ebcd1e;
    }
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    /*LAYOUT*/
    /*HEADER*/
    .template-border section {
        padding: 15px;
    }

    header,
    .header-v3 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .left-header,
    .header-v2 .left-header {
        width: auto !important;
    }

    a.logo {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navi-level-1.sub-navi > li a {
        font-size: 15px;
    }

    .navi-level-1.sub-navi {
        padding-right: 10px !important;
    }

    .mm-toggle {
        font-size: 20px !important;
    }

        .mm-toggle span {
            top: 2px;
        }
    /*SLIDER*/
    .rev_slider .btn-1,
    .rev_slider .btn-2 {
        width: auto !important;
        font-size: 11px !important;
        padding: 0 15px !important;
        height: 30px;
        line-height: 30px;
    }

    .slider-home-1 .btn-1 {
        transform: translateX(-40px) !important;
    }

    .slider-home-1 .btn-2 {
        transform: translateX(40px) !important;
    }

    .slider-home-1 .heading-1 {
        font-size: 36px !important;
    }

    .slider-home-1 .heading-2 {
        font-size: 24px !important;
    }

    .slider-home-2 .btn-1 {
        transform: translate(-30px, 20px) !important;
    }

    .slider-home-2 .btn-2 {
        transform: translate(30px, 20px) !important;
    }

    .slider-home-2 .heading-1 {
        font-size: 36px !important;
    }

    .slider-home-2 .heading-2 {
        font-size: 24px !important;
    }

    .slider-home-3 .btn-1 {
        transform: translate(-30px, 20px) !important;
    }

    .slider-home-3 .btn-2 {
        transform: translate(30px, 20px) !important;
    }

    .slider-home-3 .heading-4 {
        font-size: 30px !important;
        text-align: center;
    }

    .slider-home-3 .heading-3 {
        font-size: 15px !important;
        transform: translateY(0px) !important;
        text-align: center !important;
    }

    .slider-home-4 .btn-1 {
        transform: translate(-30px, 0px) !important;
    }

    .slider-home-4 .btn-2 {
        transform: translate(30px, 0px) !important;
    }

    .slider-home-4 .heading-1 {
        font-size: 30px !important;
        text-align: center;
    }

    .slider-home-4 .heading-2 {
        font-size: 15px !important;
        transform: translateY(0px) !important;
        text-align: center !important;
    }

    .slider-home-4 .btn-1 {
        transform: translate(-30px, 0px) !important;
    }

    .slider-home-4 .btn-2 {
        transform: translate(30px, 0px) !important;
    }

    .slider-home-4 .heading-1 {
        font-size: 30px !important;
        text-align: center;
    }

    .slider-home-4 .heading-2 {
        font-size: 15px !important;
        transform: translateY(0px) !important;
        text-align: center !important;
    }

    .description-member {
        display: none;
    }

    .ourteam-warp .owl-controls .owl-pagination .owl-page {
        background: #333;
    }

        .ourteam-warp .owl-controls .owl-pagination .owl-page.active {
            background: #ebcd1e;
        }

    figure.effect-layla {
        width: 100%;
        margin: 0;
        float: none;
    }

    .promotion-box figure figcaption {
        padding: 20px;
    }

    figure.effect-layla h3 {
        padding-top: 12%;
    }

    .promotion-box-2 {
        display: block;
    }

    figure.promotion-box-dark {
        width: 100%;
        display: inline-block;
    }
    /* Our Statis Item */
    .section-dark-ourStatistics .ourStatis-item {
        width: 50%;
        margin-bottom: 25px;
    }
    /* Iso Top Project 4 Column */
    /*.projectContainer .element-item {
        width: 50%;
    }*/
    /* Project Portfolio Grid 1 */
    .portfolio-grid-1-warp .portfolio-grid-1-container .element-item {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .portfolio-grid-2-warp .portfolio-grid-2-container .element-item {
        width: 100%;
    }

    .portfolio-grid-3-warp .portfolio-grid-3-container .element-item {
        width: 100%;
    }
    /* Portfolio Grid V2  2 Col*/
    .portfolio-grid-v2-2-col-warp .portfolio-grid-v2-2-col-container .element-item {
        width: 100%;
    }
    /* Portfolio Grid V2 3 Col */
    .portfolio-grid-v2-3-col-warp .portfolio-grid-v2-3-col-container .element-item {
        width: 100%;
    }
    /* Portfolio Grid V2 4 Col */
    .portfolio-grid-v2-4-col-warp .portfolio-grid-v2-4-col-container .element-item {
        width: 100%;
    }
    /* Single Project Warp */
    .single-project-warp {
        padding: 0 15px;
    }

    .mgt60 {
        margin-top: 0px;
    }
    /* Lastest Blog Container */
    .lastest-blog-container article {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px dotted #aaa;
    }
    /* Blog Grid 2 Cols */
    .blog-grid-2-col-container .element-item {
        width: 100%;
        padding: 0 20px 20px;
    }
    /* Blog Grid 3 Cols */
    .blog-grid-3-col .blog-grid-3-col-container .element-item {
        padding: 0;
    }

        .blog-grid-3-col .blog-grid-3-col-container .element-item .latest-blog-post-description {
            height: auto;
        }
    /*Blog Grid 4 Cols */
    .blog-grid-4-col .blog-grid-4-col-container .element-item .latest-blog-post-description {
        height: auto;
    }
    /* Section Form Subcrible */
    .form-subcribe form input {
        width: calc(100% - 172px - 15px);
        margin-left: 15px;
    }

    .block-img-right .text-box {
        text-align: left;
    }
    /* Block Img Full */
    .block-img-full {
        padding: 0 15px;
        margin-bottom: 25px;
    }
    /* Block Img Full Width home 3 */
    .block-img-full-width .block-img-left .text-box,
    .block-img-full-width .block-img-left .img-block {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        padding: 0 30px;
    }

    .block-img-full-width .block-img-left .img-block {
        padding: 0;
    }

    .block-img-full-width .block-img-right .text-box,
    .block-img-full-width .block-img-right .img-block {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        padding: 0 30px;
    }

    .block-img-full-width .block-img-right .img-block {
        padding: 0;
    }
    /* Chooseus Full Width Home 2 */
    .chooseus-full-width .chooseus-container .chooseus-item {
        width: 100%;
    }
    /* Services Fix Position  Home 4 */
    .services-fix {
        margin-top: 0 !important;
    }
    /* Blog Category  Isotope */
    .blog-grid-3-col .blog-grid-3-col-container .element-item {
        width: 100%;
    }

    .blog-grid-4-col .blog-grid-4-col-container .element-item {
        width: 100%;
        padding: 0;
    }
    /* Owl Process */
    /* Project Detail  V1 */
    .sidebar-services,
    .main-services {
        width: 100%;
        padding: 15px;
    }
    /* Shop */
    .cart-collaterals {
        padding: 0;
        border: 0;
    }

    .pormotion-h5.prmotion-fix {
        position: static;
        margin-top: 25px;
        width: 100%;
        padding: 15px;
    }

        .pormotion-h5.prmotion-fix .item-promotion-h5 {
            width: 100%;
            margin-bottom: 25px;
        }
    /*footer*/
   
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
    /* Reset */
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 2px;
    }

    h2 {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 2px;
    }

    h3 {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 2px;
    }

    h4 {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
        letter-spacing: 2px;
    }

    h5 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 2px;
    }

    h6 {
        font-size: 12px;
        line-height: 1.2;
    }
    /* LAYOUT */
    /* HEADER */
   
    }
    /* SLIDER */
    .slider-home-1 .heading-1 {
        font-size: 24px !important;
    }

    .slider-home-1 .heading-2 {
        font-size: 18px !important;
    }

    .slider-home-1 .btn-1 {
        transform: translateX(-40px) !important;
    }

    .slider-home-1 .btn-2 {
        transform: translateX(20px) !important;
    }

    .slider-home-2 .heading-1 {
        font-size: 24px !important;
    }

    .slider-home-2 .heading-2 {
        font-size: 18px !important;
    }

    .slider-home-3 .heading-3 {
        font-size: 18px !important;
    }

    .slider-home-3 .heading-4 {
        font-size: 24px !important;
    }

    .slider-home-4 .heading-2 {
        font-size: 18px !important;
    }

    .slider-home-4 .heading-1 {
        font-size: 24px !important;
    }
    /* Counter Our Static */
    .section-dark-ourStatistics .ourStatis-item-2 {
        width: 100%;
    }
    /* IsoTope Project */
    /*.projectContainer .element-item {
        width: 100%;
    }*/
    /* Block Img Right, Left */
    .block-img-right .text-box {
        width: 100%;
        padding: 15px;
        float: none;
    }

    .block-img-right .img-block {
        width: calc(100% - 30px);
        margin: 10px auto;
        float: none;
    }

    .block-img-left .text-box {
        width: 100%;
        padding: 15px;
        float: none;
    }

    .block-img-left .img-block {
        width: calc(100% - 30px);
        margin: 10px auto;
        float: none;
    }

    .block-img-left,
    .block-img-right {
        margin: 0;
    }
  