/*

Theme Name: Architect

Theme URI: http://demo.vegatheme.com/architect

Author: OceanThemes

Author URI: http://oceanthemes.net/

Description: Introducing architect the best premium website template for Freight, Logistics & Transportation. architect is easy to use, it provides everything you need to create great looking website. With architect you can impress your customer by itâ€™s professional design and the interactivity. architect built with latest website technology to ensure your website is looks nice on desktop and mobile. Get architect now!

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: architect

Domain Path: /languages

Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, fixed-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, responsive-layout, sticky-post, translation-ready



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



Redux Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.



Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/
/*------------------------------------------------------------------

[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

----------------------------------------------------------*/









/* 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 {
    clip-path: url("images/Svg/triangle.svg#svgClip");
    -webkit-clip-path: polygon(0px 220px, 256px 220px, 128px 0px);
}

.tri2 {
    clip-path: url("images/Svg/tri2.svg#tri2");
    -webkit-clip-path: polygon(0px 256px, 220px 128px, 0px 0px);
    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;
}

.projectContainer .element-item .project-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease 0s;
    top: 0;
    left: 0;
}

.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;
}

.next-pj-arr {
    float: right;
}

.next-pj-arr i {
    margin-left: 20px;
    transition: all 0.6s ease 0s;
}

/* 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 */
.layer-1 {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(235, 205, 30, 0.9);
}

.overlay-404 {
    height: auto;
    background-size: 100% 100%;
}

.box-content-overlay-3 {
    position: relative;
    width: 100%;
    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-img .owl-detail-services:hover img {
    transform: scale(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: 50px;
    height: 50px;
}

.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: 220px;
    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-left {
    padding-left: 30px;
}

.blog-list-right {
    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 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;
    text-transform: uppercase;
}

.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);
}

ul.children {
    width: 86.6666666667%;
    float: right;
    margin-top: 30px;
    padding-left: 0;
}

ul.children {
    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 ul.wp-tag-cloud li::before {
    display: none;
}

.main-sidebar ul.wp-tag-cloud {
    display: inline-block;
    padding-left: 0;
}

.main-sidebar ul.wp-tag-cloud li {
    display: inline-block;
    width: auto;
}

.main-sidebar ul.wp-tag-cloud li:hover {
    padding-left: 0;
}

.main-sidebar .wp-tag-cloud 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 .wp-tag-cloud 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: 0;
    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: 335px;
}

/* Sub Header Protfolio 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 */
.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;
    border-radius: 0;
}

.service-item {
    margin-bottom: 70px;
}

/* 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;
}

div.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;
}

/* 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;
}

/* 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!important;
}

.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 */
.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: static;
    top: 50%;
    transform: 0;
    text-align: center;
    width: 100%;
    display: block;
    padding: 194px 0;
}

.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: static;
    width: 100%;
    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%;
}

.error404 header {
    background: transparent;
}

/* 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 {
    min-height: 100%;
}

.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*/


.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;
}

.woocommerce .cart_list.product_list_widget .product-detail a.remove {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 12px;
    color: #6e6e6e!important;
    font-size: 20px;
}

.woocommerce a.remove:hover {
    background: transparent;
    color: #ebcd1e;
}

/* 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;
}

/* ADD Css */
.breadcrumb-arc > li {
    color: #ccc;
    padding: 0 10px;
    line-height: 25px;
}

::selection {
    background: #ebcd1e;
}

::-moz-selection {
    background: #ebcd1e;
}

.ot-btn.btn-dark-color, .ot-btn.btn-border-dark {
    margin-bottom: 0;
}

section {
    position: relative;
}

.overlay-arc {
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -1px;
}

.secovl {
    line-height: 48px;
    font-weight: 300;
    margin-top: 0;
}

.lay-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.comments-area ol.comment-list li.comment .comment-content .reply a:before {
    content: "\f064";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px;
}

.prev-lastestnew, .next-lastestnew {
    font-size: 30px;
    color: #888;
    opacity: 0;
    transition: all 0.6s ease 0s;
    z-index: 999;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0;
    padding: 0;
}

.owl-lastestnew-warp:hover .prev-lastestnew, .owl-lastestnew-warp:hover .next-lastestnew {
    opacity: 0.7;
}

.prev-lastestnew {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.next-lastestnew {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}

.mgr {
    padding: 0 15px;
}

.comment-respond .form-group input {
    margin-top: 20px;
}

.comment-respond textarea {
    margin-top: 0;
}

.comment-respond .form-group {
    margin-bottom: 0;
}

.pagination li > span.current {
    border-color: #333;
    color: #fff;
    background: #333333;
    border-radius: 50%;
}

.pagination li span {
    margin: 7px;
    border-radius: 50%;
    padding: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    color: #555;
    border: 1px solid #e5e5e5;
}

.widget_archive li {
    text-align: right;
}

.widget_archive li a {
    float: left;
}

.chooseus-item:nth-last-child(1) {
    margin-bottom: 0;
}

.chooseus-item:nth-last-child(2) {
    margin-bottom: 0;
}

.pdb60 {
    padding-bottom: 60px;
}

/* promo box */
.promotion-box-dark.box-pro-1:hover {
    background: #000!important;
}

.prmotion-fix {
    position: relative;
}

/* portfolio */
.margin-bot-folio {
    margin-bottom: 120px;
}

.detail-folio-3 {
    padding: 0 40px;
}

.single-pjv2 {
    margin-top: 166px;
}

.single-pjv3 {
    margin-top: 138px;
    padding-left: 40px;
    padding-right: 40px;
}

.projectContainer .element-item .project-info p, .projectContainer .element-item .project-info h4 {
    display: block;
    position: relative;
    top: 40.5%;
    transform: translateY(-50px);
    text-align: center;
    transition: all 0.6s ease 0s;
}

.projectContainer .element-item:hover .project-info p, .projectContainer .element-item:hover .project-info h4 {
    transform: translateY(0%);
}

.projectContainer .element-item .project-info .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;
}

.portfolio-grid-2-warp {
    padding: 0 20px;
}

/* service */
.sidebar-left .sidebar-style-2 li {
    border-right: 4px solid transparent;
}

.sidebar-right .sidebar-style-2 li {
    border-left: 4px solid transparent;
}

.sidebar-style-2 {
    display: block;
    width: 100%;
}

.sidebar-style-2 li {
    display: block;
    width: 100%;
    background: #f2f2f2;
    transition: all 0.1s;
    margin-bottom: 5px;
}

.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 .sidebar-style-2 li:hover {
    border-right: 4px solid #ebcd1e;
    background: #333333;
}

.sidebar-left .sidebar-style-2 li:hover a {
    color: #ebcd1e;
}

.sidebar-right .sidebar-style-2 li:hover {
    border-left: 4px solid #ebcd1e;
    background: #333333;
}

.sidebar-right .sidebar-style-2 li:hover a {
    color: #ebcd1e;
}

.sidebar-left .sidebar-style-2 li.current-menu-item {
    border-right: 4px solid #ebcd1e;
    background: #333333;
}

.sidebar-left .sidebar-style-2 li.current-menu-item a {
    color: #ebcd1e;
}

.sidebar-right .sidebar-style-2 li.current-menu-item {
    border-left: 4px solid #ebcd1e;
    background: #333333;
}

.sidebar-right .sidebar-style-2 li.current-menu-item a {
    color: #ebcd1e;
}

.slide-services img {
    margin-bottom: 20px;
}

/* subheader */
.sub-header .sub-header-content .breadcrumb-arc mark {
    color: #ccc;
    background: transparent;
}

.sub-header-content mark {
    color: white;
    background: transparent;
}

/* contact */
.form-contact-arc p {
    margin-bottom: 0;
}

.address-3 li {
    margin-bottom: 10px;
}

.mleft {
    margin-right: 30px;
}

/* Add css tab style 1 */
div.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: #fff;
}

div.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    margin-top: 10px;
}

div.vc_tta-container .vc_general {
    margin-top: 25px;
    margin-bottom: 0;
    border: 1px solid #e6e6e6;
}

div.vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 15px 28px;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 2px solid transparent;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    outline: none;
    border: 1px solid transparent;
}

div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-bottom: 1px solid #ddd;
}

div.vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 0;
    border-bottom-color: transparent;
}

div.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    border-top: 2px solid #ebcd1e;
}

div.vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active .vc_tta-panel-heading, div.vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin: 0;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
    background-color: transparent;
    border-top: 2px solid #ebcd1e;
}

div.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    background-color: #ffffff;
    padding: 15px 30px;
}

div.vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
    margin: 0;
}

div.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::before {
    display: none;
}

div.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after {
    display: none;
}

div.vc_tta.vc_general .vc_tta-tab>a {
    padding: 15px 28px;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 2px solid transparent;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    outline: none;
    line-height: 1.42857143;
    border-bottom: none;
}

/* style tab 2 */
.tab2.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
    border-bottom: 2px solid #ebcd1e;
}

.tab2.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
    border-top: 2px solid transparent;
    background-color: #ebcd1e;
    color: #fff;
}

.tab2.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a {
    border-color: transparent;
    border-top: none;
}

div.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin-top: 0;
}

div.vc_tta-container .vc_general.tab2 {
    border: none;
}

div.tab2.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 15px 0px;
}

.tab2.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a:hover {
    background-color: #fff;
}

.tab2.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a:hover {
    background-color: #ebcd1e;
    color: #fFF;
}

div.tab2.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    border-top: none;
    background-color: #ebcd1e;
    color: #fff;
}

div.tab2.vc_tta.vc_general .vc_tta-panel-title>a {
    border: none;
}

div.tab2.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-bottom: none;
}

/* style tap 3*/
div.vc_tta-container .vc_general.tab3 {
    border: none;
}

.tab3.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a {
    border: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.tab3.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a:hover {
    background-color: #fff;
}

.tab3.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
    border-top: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background: #ebcd1e;
    color: #fff;
}

.tab3.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a:hover {
    background-color: #ebcd1e;
    color: #fff;
}

div.tab3.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 15px 0px;
}

div.tab3.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    border-top: none;
    background-color: #ebcd1e;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
}

div.tab3.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

div.tab3.vc_tta.vc_general .vc_tta-panel-title>a {
    border: none;
}

div.tab3.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-bottom: none;
}

/* style tab 4 */
div.vc_tta-container .vc_general.tab4 {
    border: none;
}

.tab4.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a {
    border: none;
    color: #888;
    border: none;
    padding-right: 30px;
    padding-left: 0;
    padding: 15px 50px 15px 0;
    font-weight: 400;
}

.tab4.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a:hover {
    background-color: #fff;
}

.tab4.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
    border-top: none;
}

div.tab4.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 15px 0px;
}

div.tab4.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 40px;
    background-color: #ebcd1e;
    z-index: 1000;
    left: 0;
}

.tab4.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
    padding-bottom: 3px;
}

div.tab4.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    border-top: none;
}

div.tab4.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    border: none;
}

div.tab4.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 40px;
    background-color: #ebcd1e;
    z-index: 1000;
    left: 0;
}

div.tab4.vc_tta.vc_general .vc_tta-panel-title>a {
    border: none;
}

div.tab4.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-bottom: none;
}

/* style accordion 1*/
div.acc1.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a i {
    display: none;
}

div.acc1.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding: 12px 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background: rgba(225, 225, 225, 0.1);
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    border-bottom: none;
    font-size: 16px;
    line-height: 1.2;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background: rgba(225, 225, 225, 0.1);
    color: #fff;
}

div.acc1.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a:hover {
    background: #ebcd1e;
}

div.acc1.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    border-top: none;
    background: #ebcd1e;
    color: #333;
}

div.vc_tta-container .vc_general.acc1 {
    border: none;
}

div.vc_tta-container .vc_general.vc_tta-accordion {
    margin-top: 0;
}

div.acc1.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border: none;
}

.acc1.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
    border: none;
    padding: 25px;
    padding-bottom: 0;
    background-color: #333;
}

.accor1 > .vc_column-inner > .wpb_wrapper {
    padding: 20px 15px 20px 50px;
    background-color: #333;
}

.acc1.vc_tta.vc_general .vc_tta-panel-title {
    background-color: #333;
}

.acc1.vc_tta.vc_general .vc_tta-panel {
    margin-top: 15px;
    background-color: #333;
}

.acc1.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
    background-color: #333;
    border-color: transparent;
}

/* Style accordion 2 */
div.acc2.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a i.vc_tta-controls-icon {
    display: none;
}

div.acc2.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    border: none;
    background: #333;
    color: #ebcd1e;
}

div.acc2.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a:hover {
    background: #333;
}

div.acc2.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    padding: 12px 25px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    color: #333;
    font-size: 16px;
    line-height: 1.2;
    background: #ebcd1e;
}

div.vc_tta-container .vc_general.acc2 {
    border: none;
}

div.acc2.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover {
    background-color: #ebcd1e;
}

div.acc2.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border: none;
}

.acc2.vc_tta.vc_general .vc_tta-panel {
    margin-top: 15px;
}

.acc2.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
    border: none;
    padding: 25px;
    padding-bottom: 0;
}

.acc2.vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child) {
    margin-left: 10px;
}

.acc2 .vc_tta-panel-body dl dt {
    font-weight: normal;
    padding: 10px;
    width: 40%;
}

.acc2 .vc_tta-panel-body dl dd {
    line-height: 42px;
    margin-left: 40%;
}

.acc2 .vc_tta-panel-body dl i {
    margin: 0 10px;
}

.acc1-width {
    max-width: 530px;
}

.acc1.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
    background-color: #333;
    border: none;
}

.acc1.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
    background-color: #333;
    border: none;
}

div.vc_tta-container {
    margin-bottom: 0px;
}

/* footer */
.footer-v3 .footer-widget h4 {
    color: #e5e5e5;
    margin-bottom: 28px;
}

.footer-v3 .footer-widget p {
    color: #999;
}

.footer-v3 .footer-widget ul.list-link-footer-2 {
    padding-left: 0;
    display: inline-block;
    width: 100%;
}

.footer-v3 .footer-widget ul.list-link-footer-2 li {
    width: 100%;
    display: inline-block;
    color: #999;
    margin-bottom: 10px;
}

ul.list-link-footer-2 li {
    position: relative;
    float: left;
}

.footer-v3 .footer-widget ul.social-footer {
    margin-top: 40px;
}

.footer-v3 .footer-widget img {
    margin-bottom: 34px;
}

.footer-v3 .footer-widget .gallery-warp {
    display: inline-block;
    width: 100%;
}

.footer-v3 .footer-widget .gallery-warp img {
    margin: 5px;
    display: inline-block;
}

.footer-v3 .col-md-3 {
    padding-right: 0;
    padding-left: 0;
}

.footer-v2 ul.social {
    margin-top: 40px;
}

footer .wpb_content_element {
    margin-bottom: 10px;
}

footer .wpb_single_image {
    margin-bottom: 34px;
}

ul.list-link-footer-2 li:hover:before {
    background: #ebcd1e;
}

ul.list-link-footer-2 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;
}

.footer-v4.shop {
    padding: 0;
}

/* mis */
.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0;
}

div.chooseus-container {
    width: 880px;
    float: none;
}

.margin-top-pro5 {
    margin-top: -236px;
}

/* featre */
.block-img-full-width:last-child > div {
    margin-bottom: 0;
}

/* newsletter */
.tnp-field.tnp-field-email label {
    display: none;
}

.tnp-field-email {
    width: 78%;
}

.tnp-field {
    float: left;
}

.tnp-field-button .tnp-button {
    background: #ebcd1e;
    display: inline-block;
    outline: none;
    border: 0;
    margin: 0;
    vertical-align: top;
    margin-left: -5px;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.6s ease 0s;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #333;
}

.tnp-field-button .tnp-button:hover {
    color: #fff;
    background: #333;
}

.tnp-field-email .tnp-email {
    width: 100%;
    display: inline-block;
    border: 0;
    outline: none;
    height: 40px;
    background: #e6e6e6;
    padding-left: 15px;
    box-shadow: none!important;
    transition: all 0.6s ease 0s;
}

.tnp-field-email input.tnp-email:focus {
    border: 1px solid #ebcd1e;
    background: #f2f2f2;
}

form.newsletter {
    max-width: 770px;
    margin: 0 auto;
    padding-top: 15px;
}

footer form.newsletter {
    padding: 0;
}

footer .newsletter {
    width: 100%;
}

footer .tnp-field-email {
    width: calc(100% - 140px);
}

footer .tnp-field-email .tnp-email {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    height: 40px;
    line-height: 40px;
    transition: all 0.6s ease 0s
}

footer .tnp-field-button .tnp-button {
    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;
    padding: 1px 6px;
    line-height: inherit;
    margin-left: 5px;
}

footer .tnp-field input:hover, footer .tnp-field input:focus {
    border-color: #ebcd1e;
    color: #fff;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

footer .tnp-field input.tnp-email:focus {
    background-color: transparent;
}

/* menu */
.effect8.shop:before {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.1px;
    z-index: -1;
    content: "";
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    display: block;
}

.topbar-left .language select {
    border: none;
    background: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navi-level-1.hover-style-2 li ul li a:hover span:before {
    width: 0;
}

/* gallery */
.lastest-news-detail .slide-services .prev-detail-services, .latest-blog-post .slide-services .prev-detail-services {
    top: 50%;
}

/* menu */
.line-separator ul.navi-level-1 > li > a:after {
    content: "/";
    font-size: 15px;
}

.circle-separator ul.navi-level-1 > li > a:after {
    content: "\f10c";
    font-size: 8px;
}

.square-separator ul.navi-level-1 > li > a:after {
    content: "\f096";
    font-size: 8px;
}

.plus-separator ul.navi-level-1 > li > a:after {
    content: "\f067";
    font-size: 8px;
}

.strip-separator ul.navi-level-1 > li > a:after {
    content: "\f068";
    font-size: 8px;
}

.no-separator ul.navi-level-1 > li > a:after {
    display: none;
}

.line-separator ul.navi-level-1 > li > a:after, .circle-separator ul.navi-level-1 > li > a:after, .square-separator ul.navi-level-1 > li > a:after, .plus-separator ul.navi-level-1 > li > a:after, .strip-separator ul.navi-level-1 > li > a:after {
    position: absolute;
    font-family: "FontAwesome";
    color: #ebcd1e;
    top: 17px;
    right: 0;
}

.hover-style-5 .navi-level-1 li a span:before {
    display: block;
    top: auto;
    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;
}

.hover-style-3 .navi-level-1 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;
    transform: translateY(0);
}

.hover-style-4 .navi-level-1 li a:hover {
    color: #ebcd1e;
}

.hover-style-4 .navi-level-1 li a span:before {
    display: none;
}

.hover-style-4 .navi-level-1 li a {
    transition: all 0.6s ease 0s;
}

.no-effect .navi-level-1 li a span:before {
    display: none;
}

.hover-style-2 .navi-level-1 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;
}

header.header-v2.skrollable-after {
    background-color: #000;
}

header.header-v2.header-v4.skrollable-after {
    background-color: #fff;
}

ul.product_list_widget li img {
    width: 80px;
    height: auto;
    display: block;
    float: left;
    margin-right: 0px;
    margin-left: 0;
}

.cart_list.product_list_widget .product-detail a.remove {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 12px;
    color: #6e6e6e!important;
    font-size: 20px;
}

.cart_list.product_list_widget .product-detail a.remove:hover, .cart_list.product_list_widget .product-detail a.remove:hover {
    color: #ebcd1e!important;
}

header .sub-navi a {
    color: #666;
    transition: all 0.6s ease 0s;
}

.header-v2.header-v5 .navi-level-1 > li a.mini-cart {
    color: #ccc;
}

span.mini-cart-counter {
    left: 20px;
}

.header-v6 span.mini-cart-counter {
    left: 35px;
}

.footer-v3 .widget_text {
    margin-bottom: 0;
}

.mgb-b0 .ot-btn {
    margin-bottom: 0;
}

.sub-header .sub-header-content .breadcrumb-arc a mark {
    color: #ebcd1e;
}

.topinfo p {
    margin-right: 20px;
}

.topinfo p:last-child {
    margin-right: 0;
}

.blog-terms a {
    text-transform: uppercase;
}

.topbar p {
    margin-right: 20px;
}

.topbar p:last-child {
    margin-right: 0px;
}

.service-style3:last-child .block-img-left {
    margin-bottom: 0;
}

.service-style3:last-child .block-img-right {
    margin-bottom: 0;
}

.service-style3:nth-child(n-1) .block-img-right {
    margin-bottom: 0;
}

.navi-level-1 > li .cart-button a span, .navi-level-1 > li a.reset-btn span {
    font-size: 15px;
}

.sub-header-content h2 {
    letter-spacing: 5px;
}

/* Row */
.wpb_row.vc_row-flex .row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.wpb_row.vc_row-o-equal-height .vc_column_container {
    align-items: stretch;
}

.wpb_row.vc_row-flex .vc_column_container {
    display: flex;
}

/* Responsive

----------------------------------------------------------*/
/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width: 1700px) {
    .navi-level-1 li a {
        padding-left: 15px;
        padding-right: 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;
    }

  

    .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: 60px;
    }

    /* 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;
    }

    /* Iso Top Project 4 Column */
    .projectContainer .element-item {
        width: 33.333%;
    }

    .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-2-warp .portfolio-grid-2-container .element-item {
        padding: 0;
    }

    /* 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 */
    div.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;
    }

    /* Owl Partners Home 1 */
    .owl-partner-warp {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .owl-partner-warp .prev-partners {
        left: 0;
        opacity: .5;
        color: #000;
    }

    .owl-partner-warp .next-partners {
        right: 0;
        opacity: .5;
        color: #000;
    }

    .owl-partner-warp:hover .prev-partners {
        left: 0;
        opacity: 1;
        color: #000;
        z-index: 9;
    }

    .owl-partner-warp:hover .next-partners {
        right: 0;
        opacity: 1;
        color: #000;
        z-index: 9;
    }

    .owl-partners img {
        filter: grayscale(0%);
        opacity: 1;
        width: auto;
        height: 90px;
    }

    /* Testimonials Sync */
    /*FOOTER */
    ul.social li a {
        margin-bottom: 9px;
    }

    .footer-v3 .footer-col-1, .footer-v3 .footer-col-2, .footer-v3 .footer-col-3, .footer-v3 .footer-col-4 {
        width: 50%;
        padding: 15px;
    }

    .footer-v2 .footer-col-1, .footer-v2 .footer-col-2 {
        width: 50%;
        padding: 0 15px;
    }

    .footer-v2 .footer-col-3 {
        width: 100%;
        padding: 0 15px;
    }

    .form-subcrible-footer {
        float: left;
    }

    .form-subcrible-footer .form-group {
        float: left;
    }

    .form-subcrible-footer .input-group {
        width: 100%;
    }

    .form-subcrible-footer .input-group input {
        width: 100%;
    }

    .footer-v4 .footer-col-1, .footer-v4 .footer-col-2 {
        width: 50%;
    }

    .footer-v4 .footer-col-3 {
        width: 100%;
    }

    .coming-soon-content {
        width: 90%;
        margin: 0 auto;
    }

    .coming-soon-content h2 {
        font-size: 36px;
    }

    ul.countdown li {
        border-bottom: 2px solid #ebcd1e;
        display: inline-block;
        margin: 15px;
    }

    ul.countdown li span {
        font-size: 25px;
    }

    .coming-soon ul.countdown li p {
        font-size: 13px;
    }

    /* Multi Local Warp */
    .sidebar-control-map {
        float: none!important;
        margin-bottom: 25px;
    }

    div.tnp-field input[type="submit"] {
        position: inherit!important;
        display: block;
        margin: 0 auto;
        margin-top: 15px;
        vertical-align: middle;
    }

    .tnp-field-email {
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
    }

    .tnp-field {
        float: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    /*LAYOUT*/ /*HEADER*/ .template-border section {
        padding: 15px;
    }

 

    .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;
    }

    .pdb60 {
        padding-bottom: 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*/
    .footer-v1 .footer-left, .footer-v1 .footer-right, .footer-v1 nav {
        width: 100%;
        text-align: center;
    }

    .footer-v1 .footer-left img {
        margin: 0 auto;
    }

    .footer-v1 nav {
        margin: 25px auto;
    }

    .footer-v1 .footer-right {
        float: none;
    }

    .footer-v1 .footer-right ul.social {
        margin: 0 auto;
        float: none;
    }

    .coming-soon-content {
        position: static;
        transform: none;
        padding: 50px 0;
    }

    .coming-soon-content h2 {
        font-size: 25px;
    }

    .coming-soon-content p {
        font-size: 18px;
    }

    ul.countdown li {
        border-bottom: 2px solid #ebcd1e;
        display: inline-block;
        margin: 15px;
    }

    ul.countdown li span {
        font-size: 20px;
    }

    .coming-soon ul.countdown li p {
        font-size: 12px;
    }

    .newsletter-comingsoon .newsletter-email {
        width: 100%;
        margin-top: 0px;
    }

    .coming-soon-content .btn-submit {
        float: none;
        margin: 0 auto;
        margin-top: 15px;
    }

    /* add res css */
    div.vc_tta.vc_general .vc_tta-panel-title>a {
        padding-left: 0;
    }

    .margin-top-pro5 {
        margin-top: 0;
    }

    .tnp-field-email {
        width: 100%;
    }

    div.tnp-field input[type="submit"] {
        position: inherit!important;
        display: block;
        margin: 0 auto;
        margin-top: 15px;
        vertical-align: middle;
    }

    .mgt-res {
        margin-top: 15px;
    }

    .footer-v3 .columns {
        padding: 15px;
        float: left;
    }

    .tnp-field {
        float: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
    /* Reset */ .mgr {
        padding: 0;
    }

    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 */
    .logo {
        width: 80px;
    }

    .header-v1 .left-header {
        width: auto;
        float: left;
    }

    .header-v2 .navi-app a, .header-v2 .navi-app .mm-toggle {
        padding: 0!important;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .header-v2 .navi-app li::after {
        top: 7px;
    }

    .header-v2 .navi-app .mm-toggle span {
        line-height: 40px;
    }

    .header-v2 ul li a.logo {
        padding: 0;
    }

    .header-v3 div.logo li:first-child a {
        padding: 0;
    }

    .header-v3 div.logo li:first-child a img {
        width: 80px;
        transform: translateY(5px);
    }

    .header-v3 div.logo li:last-child a span {
        top: 5px;
        right: 0;
    }

    .header-v4 {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .header-v4 a.logo {
        margin-left: 0!important;
    }

    .header-v4 a.logo img {
        width: 80px;
    }

    /* Header V6 */
    .template-border .header-v6, .template-border footer {
        padding: 25px 15px;
    }

    .header-v6 .right-header {
        margin-bottom: 0;
        margin-top: 20px;
        float: right;
        width: 100%;
        text-align: right;
    }

    .header-v6 .right-header li:first-child a {
        padding-left: 0;
    }

    .topbar-transparent .topbar-left div.social-share {
        display: none;
    }

    /* 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;
    }

    /* Form Subcrible */
    .form-subcribe form input {
        width: calc(100% - 30px);
        display: block;
        margin: 0 15px;
    }

    .form-subcribe form button {
        display: block;
        margin: 0 auto;
        margin-top: 15px;
    }

    /* promotion fix position home 5 */
    .pormotion-h5 h3 {
        font-size: 13px;
    }

    /* our Team Gird */
    .ourteamGrid-warp .team-grid-item {
        width: 100%;
    }

    /* Counter Our Statis */
    .section-dark-ourStatistics .ourStatis-item {
        width: 100%;
    }

    /* Promotion Product Item */
    .promotion-product-warp .promotion-product-item {
        width: 100%;
        margin: 10px auto!important;
        float: none;
    }

    /* Owl Blog Inline */
    .blog-1-column-warp {
        margin-top: 30px;
    }

    .blog-inline .latest-blog-post-img, .blog-inline .latest-blog-post-description {
        width: 100%;
    }

    .blog-grid-4-col .blog-grid-4-col-container .element-item .latest-blog-post-img {
        margin-bottom: 0;
    }

    /* Footer */
    /* Footer V1 */
    .footer-v1 nav ul li a::after {
        display: none;
    }

    .footer-v1 nav ul li a {
        padding: 0 35px;
    }

    .footer-v3 .footer-col-1, .footer-v3 .footer-col-2, .footer-v3 .footer-col-3, .footer-v3 .footer-col-4 {
        width: 100%;
    }

    .footer-v2 .footer-col-1, .footer-v2 .footer-col-2, .footer-v2 .footer-col-3 {
        width: 100%;
    }

    .footer-v4 .footer-col-1, .footer-v4 .footer-col-2, .footer-v4 .footer-col-3 {
        width: 100%;
    }

    /* Copy Right */
    .copyright {
        line-height: 24px;
        height: auto;
        padding: 15px;
    }

    /* 404 Page */
    .overlay-404 {
        position: static;
    }

    .inner-404 {
        position: static;
        transform: none;
        padding: 120px 0;
    }

    .footer-fix, .copyright-fix {
        position: static;
    }

    #section-404, .full-screen-body {
        height: auto;
        min-height: 100%;
    }

    .footer-v3 .columns {
        padding: 15px;
        float: left;
    }

    .tnp-field {
        float: none;
    }
}

/* Smallest Devices, Phones */
@media only screen and (max-width: 319px) {
    /* Slider */ .slider-home-2 .heading-1 {
        font-size: 20px!important;
    }

    .slider-home-2 .heading-2 {
        font-size: 13px!important;
    }

    .slider-home-3 .heading-3 {
        font-size: 13px!important;
    }

    .slider-home-3 .heading-4 {
        font-size: 20px!important;
    }

    /* Footer Navi */
    .footer-v1 nav ul li a::after {
        display: none;
    }

    .mgr {
        padding: 0;
    }

    .footer-v3 .columns {
        padding: 15px;
        float: left;
    }

    .tnp-field {
        float: none;
    }
}
.vc_custom_1481102195770{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}