﻿@charset "UTF-8";

/*------------------------------------------------------------------
[Table of contents]

	1. Import vendor
		1.1. Vendor
			1.1.1. Google fonts
			1.1.2. Icon Fonts
			1.1.3. Vendor library
		1.2. Bootstrap
	2. Reset
		2.1. Reset
		2.2. Default base
			2.2.1.	Button
			2.2.2.	Link
			2.2.3.	Typo
			2.2.4.	Heading
			...
	3. Mixins
	4. Elements
		4.1. Our new
		4.2. News letter
		4.3. Form our
		4.4. Brand
		...
	5. Ecommerce
		5.1. Shop General
		5.2. Item view templates
		5.3. Shop Widget
		5.4. Shop view Pages
		5.5. Shop Single
		5.6. Shop Cart
		5.7. Shop Checkout
		5.8. Shop Wishlist
		5.9. Track Order
	6. Templates Layout
		6.1. General
		6.2. Header
			6.2.1. General
			6.2.2. Header version 1
			6.2.3. Header version 2
			6.2.4. Header version 3
			...
		6.3. Sidebar
		6.4. Contents
			6.4.1. CMS default
			6.4.2. Blog
			...
		6.5. Footers
			6.5.1. General
			6.5.2. Footer Version 1
			6.5.3. Footer Version 2
			...
		6.6. Home pages
			6.6.1. Home page 1
			6.6.2. Home page 2
			...
		6.7. Pages
			6.7.1. About Us
				6.7.1.1. About Us Version 1
				6.7.1.2. About Us Version 2
			6.7.2. Contact Us
			6.7.3. FAQ's
			...
-------------------------------------------------------------------*/

/** 1.1.2.	Icon Fonts **/
@import url("../sass/components/Vendor/font-awesome/font-awesome.min.css");
@import url("../sass/components/Vendor/simple-line-icon/css/simple-line-icons.css");
@import url("../sass/components/Vendor/pe-icon-7-stroke/css/pe-icon-7-stroke.css");
@import url("../sass/components/Vendor/pe-icon-7-stroke/css/helper.css");
/** 1.1.3. Vendor library **/
/* EX: @import url('components/Vendor/owlcarousel/owlcarousel.css'); */
/** 1.2. Bootstrap **/
/** 1.3. Animation **/
/*=======================  theme Edit by Ramesh Designer 12.05.2020------------------==============*/
/* barlow-semi-condensed-100 - latin */
@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/barlow-semi-condensed-v5-latin-100.eot'); /* IE9 Compat Modes */
    src: local('Barlow Semi Condensed Thin'), local('BarlowSemiCondensed-Thin'), url('../fonts/barlow-semi-condensed-v5-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/barlow-semi-condensed-v5-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/barlow-semi-condensed-v5-latin-100.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-semi-condensed-regular - latin */
@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-semi-condensed-v5-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Barlow Semi Condensed Regular'), local('BarlowSemiCondensed-Regular'), url('../fonts/barlow-semi-condensed-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/barlow-semi-condensed-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/barlow-semi-condensed-v5-latin-regular.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-semi-condensed-600 - latin */
@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/barlow-semi-condensed-v5-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Barlow Semi Condensed SemiBold'), local('BarlowSemiCondensed-SemiBold'), url('../fonts/barlow-semi-condensed-v5-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/barlow-semi-condensed-v5-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/barlow-semi-condensed-v5-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/barlow-semi-condensed-v5-latin-600.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Product Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Regular'), url('../fonts/ProductSans-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Product Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Italic'), url('../fonts/ProductSans-Italic.woff') format('woff');
}


@font-face {
    font-family: 'Product Sans Thin Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Thin Regular'), url('../fonts/ProductSans-Thin.woff') format('woff');
}


@font-face {
    font-family: 'Product Sans Light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Light Regular'), url('../fonts/ProductSans-Light.woff') format('woff');
}


@font-face {
    font-family: 'Product Sans Medium Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Medium Regular'), url('../fonts/ProductSans-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Product Sans Black Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Black Regular'), url('../fonts/ProductSans-Black.woff') format('woff');
}


@font-face {
    font-family: 'Product Sans Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Thin Italic'), url('../fonts/ProductSans-ThinItalic.woff') format('woff');
}


@font-face {
    font-family: 'Product Sans Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Light Italic'), url('../fonts/ProductSans-LightItalic.woff') format('woff');
}


@font-face {
    font-family: 'Product Sans Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Medium Italic'), url('../fonts/ProductSans-MediumItalic.woff') format('woff');
}


@font-face {
    font-family: 'Product Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Bold'), url('../fonts/ProductSans-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Product Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Bold Italic'), url('../fonts/ProductSans-BoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Product Sans Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Black Italic'), url('../fonts/ProductSans-BlackItalic.woff') format('woff');
}

.p-0 {
    padding: 0 !important;
}

.p-2 {
    padding: 2px !important;
}

.p-xs {
    padding: 6px !important;
}

.p-sm {
    padding: 12px !important;
}

.p-md {
    padding: 16px !important;
}

.p-lg {
    padding: 24px !important;
}

.p-xl {
    padding: 32px !important;
}

/* Horizontal padding: (padding-top, padding-bottom) */
.p-h-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-h-xs {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.p-h-sm {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.p-h-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.p-h-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.p-h-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

/* Vertical padding: (padding-left, padding-right) */
.p-v-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-v-xs {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

.p-v-sm {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.p-v-md {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.p-v-lg {
    padding-right: 24px !important;
    padding-left: 24px !important;
}

.p-v-xl {
    padding-right: 32px !important;
    padding-left: 32px !important;
}

/* Top padding: (padding-top) */
.p-t-0 {
    padding-top: 0 !important;
}

.p-t-xs {
    padding-top: 6px !important;
}

.p-t-sm {
    padding-top: 12px !important;
}

.p-t-md {
    padding-top: 16px !important;
}

.p-t-lg {
    padding-top: 24px !important;
}

.p-t-xl {
    padding-top: 32px !important;
}
.p-t-xll {
    padding-top: 104px !important;
}
/* Right padding: (padding-right) */
.p-r-0 {
    padding-right: 0 !important;
}

.p-r-xs {
    padding-right: 6px !important;
}

.p-r-sm {
    padding-right: 12px !important;
}

.p-r-md {
    padding-right: 16px !important;
}

.p-r-lg {
    padding-right: 24px !important;
}

.p-r-xl {
    padding-right: 32px !important;
}

/* Bottom padding: (padding-bottom) */
.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-xs {
    padding-bottom: 6px !important;
}

.p-b-sm {
    padding-bottom: 12px !important;
}

.p-b-md {
    padding-bottom: 16px !important;
}

.p-b-lg {
    padding-bottom: 24px !important;
}

.p-b-xl {
    padding-bottom: 32px !important;
}


/* Left padding: (padding-left) */
.p-l-0 {
    padding-left: 0 !important;
}

.p-l-xs {
    padding-left: 6px;
}

.p-l-sm {
    padding-left: 12px !important;
}

.p-l-md {
    padding-left: 16px !important;
}

.p-l-lg {
    padding-left: 24px !important;
}

.p-l-xl {
    padding-left: 32px !important;
}

/* Margin all: (margin-top, margin-right, margin-bottom, margin-left) */
.m-0 {
    margin: 0 !important;
}

.m-xs {
    margin: 6px !important;
}

.m-sm {
    margin: 12px !important;
}

.m-md {
    margin: 16px !important;
}

.m-lg {
    margin: 24px !important;
}

.m-xl {
    margin: 32px !important;
}

/* Horizontal margin: (margin-top, margin-bottom) */
.m-h-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-h-xs {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.m-h-sm {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.m-h-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.m-h-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.m-h-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

/* Vertical margin: (margin-left, margin-right) */
.m-v-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.m-v-xs {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

.m-v-sm {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.m-v-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.m-v-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.m-v-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
}

/* Top padding: (padding-top) */
.m-t-0 {
    margin-top: 0 !important;
}

.m-t-xs {
    margin-top: 6px !important;
}

.m-t-sm {
    margin-top: 12px !important;
}

.m-t-md {
    margin-top: 16px !important;
}

.m-t-lg {
    margin-top: 24px !important;
}

.m-t-xl {
    margin-top: 32px !important;
}
.m-t-xxl {
    margin-top: 96px !important;
}
.m-t-xxxl {
    /*margin-top: 110px !important;*/
}
/* Right padding: (padding-right) */
.m-r-0 {
    margin-right: 0 !important;
}

.m-r-xs {
    margin-right: 6px !important;
}

.m-r-sm {
    margin-right: 12px !important;
}

.m-r-md {
    margin-right: 16px !important;
}

.m-r-lg {
    margin-right: 24px !important;
}

.m-r-xl {
    margin-right: 32px !important;
}

/* Bottom padding: (padding-bottom) */
.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-xs {
    margin-bottom: 6px !important;
}

.m-b-sm {
    margin-bottom: 12px !important;
}

.m-b-md {
    margin-bottom: 16px !important;
}

.m-b-lg {
    margin-bottom: 24px !important;
}

.m-b-xl {
    margin-bottom: 32px !important;
}

/* Left padding: (padding-left) */
.m-l-0 {
    margin-left: 0 !important;
}

.m-l-xs {
    margin-left: 6px !important;
}

.m-l-sm {
    margin-left: 12px !important;
}

.m-l-md {
    margin-left: 16px !important;
}

.m-l-lg {
    margin-left: 24px !important;
}

.m-l-xl {
    margin-left: 32px !important;
}

.b-0 {
    border: none !important;
}

.b-t-0 {
    border-top: none !important;
}

.b-r-0 {
    border-right: none !important;
}

.b-b-0 {
    border-bottom: none !important;
}

.b-b-1 {
    border-bottom: 1px solid #dedede !important;
}

.b-l-0 {
    border-left: none !important;
}

.b-2x {
    border-width: 2px;
}

.fz-xs {
    font-size: 8px !important;
}

.fz-sm {
    font-size: 12px !important;
}

.fz-md {
    font-size: 16px !important;
}

.fz-lg {
    font-size: 24px !important;
}

.fz-xl {
    font-size: 32px !important;
}

.fs-italic {
    font-style: italic !important;
}

.fs-normal {
    font-style: normal !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-800 {
    font-weight: 900 !important;
}

.text-darkblue {
    color: #49757d !important;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}




/*=======Ramesh Added Css on 01-02-2021======*/

/*-----------------------------
	News Ticker
------------------------------*/
/*.acme-news-ticker {
    background: #fff;
    position: relative;
    height: 45px;
    border: 1px solid #c5c5c5;
    margin-top: 45px;
}



.acme-news-ticker-label {
    background: #a00606;
    padding: 10px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: normal;
    height: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 124px;
}



.acme-news-ticker-box {
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
}


    .acme-news-ticker-box ul {
        width: 100%;
        list-style-type: none !important;
        padding: 0;
        margin: 0;
    }
        
            .acme-news-ticker-box ul li a {
                text-decoration: none;
                font-weight: 600;
                display: inline-block;
            }
        .acme-news-ticker-box ul li:last-child {
            display: inline-block;
        }
        .acme-news-ticker-controls {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            height: 100%;
            right: 0;
            top: 0;
        }

    .acme-news-ticker-controls span {
        height: 100%;
        background: #f6f6f6;
        padding: 0;
        width: 40px;
        border-color: #eeeeee;
        border-style: solid;
        border-width: 0 0 0 1px;
        cursor: pointer;
        display: inline-block;
    }

        .acme-news-ticker-controls span:hover {
            background: #eeeeee;
        }

        .acme-news-ticker-controls span.acme-news-ticker-arrow {
            margin: 0;
            display: inline-block;
            position: relative;
        }

            .acme-news-ticker-controls span.acme-news-ticker-arrow:after {
                border-color: #999;
                border-bottom-style: solid;
                border-bottom-width: 2px;
                border-right-style: solid;
                border-right-width: 2px;
                content: '';
                display: inline-block;
                height: 8px;
                left: 50%;
                position: absolute;
                top: 50%;
                width: 8px;
            }

        .acme-news-ticker-controls span.acme-news-ticker-pause {
            position: relative;
            display: inline-block;
        }

            .acme-news-ticker-controls span.acme-news-ticker-pause:before {
                position: absolute;
                content: "";
                width: 10px;
                height: 10px;
                border-color: #999;
                border-style: solid;
                border-width: 0 2px 0;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                left: 50%;
                top: 50%;
            }

    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls span.acme-news-ticker-prev:after {
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
    }

    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls span.acme-news-ticker-next:after {
        -webkit-transform: translate(-50%, -50%) rotate(315deg);
        -ms-transform: translate(-50%, -50%) rotate(315deg);
        transform: translate(-50%, -50%) rotate(315deg);
    }

    .acme-news-ticker-controls.acme-news-ticker-vertical-controls span.acme-news-ticker-prev:after {
        -webkit-transform: translate(-50%, -50%) rotate(225deg);
        -ms-transform: translate(-50%, -50%) rotate(225deg);
        transform: translate(-50%, -50%) rotate(225deg);
    }

    .acme-news-ticker-controls.acme-news-ticker-vertical-controls span.acme-news-ticker-next:after {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
        -ms-transform: translate(-50%, -50%) rotate(405deg);
        transform: translate(-50%, -50%) rotate(405deg);
    }*/


/*----------------------------*\
	social colors
\*----------------------------*/

.social-facebook {
    background: #225b99 !important;
}

.social-twitter {
    background: #00adf2 !important;
}

.social-google-plus {
    background: #dc4d2d !important;
}

.social-pinterest {
    background: #cc2127 !important;
}

.social-instagram {
    background: #d341b2 !important;
}

/*=========================================================
	NAVIGATION
===========================================================*/

#nav {
    border-bottom: 1px solid #e8eaed;
}

    #nav:after {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 90;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    #nav.shadow-active:after {
        opacity: 1;
        visibility: visible;
    }

#nav-top {
    text-align: center;
}

    #nav-top > .container {
        position: relative;
    }

#nav-bottom {
    border-top: 1px solid #e8eaed;
}

/*----------------------------*\
	social
\*----------------------------*/

.nav-social {
    float: left;
    padding: 10px 0px;
}

    .nav-social li {
        display: inline-block;
    }

        .nav-social li a {
            display: block;
            padding: 15px;
            line-height: 20px;
        }

/*----------------------------*\
	logo
\*----------------------------*/

.nav-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .nav-logo .logo {
        display: inline-block;
        line-height: 70px;
        height: 70px;
    }

        .nav-logo .logo > img {
            width: 100%;
            max-height: 70px;
        }

/*----------------------------*\
	search
\*----------------------------*/

.nav-btns {
    float: right;
    padding: 10px 0px;
}

    .nav-btns > button {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: none;
        background: transparent;
    }

#nav-search {
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    opacity: 0;
    visibility: hidden;
    max-width: 960px;
    width: 100%;
    padding: 60px 5%;
    background: #1b1c1e;
    z-index: 999;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

    #nav-search.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    #nav-search form .input {
        height: 80px;
        background: transparent;
        border: 2px solid #323335;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        padding: 15px 25px;
    }

/*----------------------------*\
	menu
\*----------------------------*/

.nav-menu {
    position: relative;
    text-align: center;
    float: none;
}

    .nav-menu > li {
        float: none;
        display: inline-block;
    }

        .nav-menu > li > a {
            display: block;
            padding: 25px 15px;
            line-height: 20px;
            font-weight: 700;
            text-transform: uppercase;
        }

    /*----------------------------*\
	dropdown
\*----------------------------*/

    .nav-menu li.has-dropdown {
        position: relative;
    }

        .nav-menu li.has-dropdown > a:after {
            font-family: 'FontAwesome';
            content: "\f0d7";
            margin-left: 5px;
        }

        .nav-menu li.has-dropdown > .dropdown {
            position: absolute;
            left: 0;
            width: 200px;
            text-align: left;
            z-index: 60;
            -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
            transform: translateY(10px);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }

        .nav-menu li.has-dropdown:hover > .dropdown {
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
            visibility: visible;
        }

        .nav-menu li.has-dropdown > .dropdown .dropdown-body {
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            border-top: 2px solid #ee4266;
        }

.dropdown .dropdown-list li {
    border-bottom: 1px solid #e8eaed;
}

    .dropdown .dropdown-list li a {
        display: block;
        padding: 10px;
        line-height: 20px;
    }

.dropdown .dropdown-heading {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 30px;
}

/*----------------------------*\
	mega dropdown
\*----------------------------*/

.nav-menu li.has-dropdown.megamenu {
    position: static;
}

    .nav-menu li.has-dropdown.megamenu > .dropdown {
        width: 100%;
    }

        .nav-menu li.has-dropdown.megamenu > .dropdown .dropdown-body {
            padding: 30px;
        }

        .nav-menu li.has-dropdown.megamenu > .dropdown .dropdown-list {
            margin-bottom: 30px;
        }

            .nav-menu li.has-dropdown.megamenu > .dropdown .dropdown-list li a {
                padding-left: 0px;
                padding-right: 0px;
            }

        /*----------------------------*\
	tab dropdown
\*----------------------------*/

        .nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-content {
            z-index: 70;
            position: relative;
            margin-left: -30px;
        }

        .nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav {
            background-color: #1b1c1e;
            -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
            position: relative;
            z-index: 60;
        }

            .nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav li {
                border-bottom: 1px solid #323335;
            }

                .nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav li a {
                    display: block;
                    padding: 15px;
                    color: #fff;
                    font-weight: 700;
                    font-size: 12px;
                    text-transform: uppercase;
                }

                .nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav li.active {
                    background: #ee4266
                }

                    .nav-menu li.has-dropdown.megamenu > .dropdown.tab-dropdown .tab-nav li.active a {
                        color: #fff;
                    }

/*----------------------------*\
	nav aside
\*----------------------------*/

#nav-aside {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1b1c1e;
    max-width: 360px;
    width: 100%;
    padding: 80px 20px;
    overflow-y: scroll;
    z-index: 99;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
    transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
}

    #nav-aside.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

.nav-aside-menu li a {
    display: block;
    padding: 15px 0px;
    color: #fff;
    border-bottom: 1px solid #323335;
}

    .nav-aside-menu li a:hover, .nav-aside-menu li a:focus {
        color: #ee4266;
    }

.nav-aside-menu li.has-dropdown > a {
    cursor: pointer;
}

    .nav-aside-menu li.has-dropdown > a:after {
        font-family: 'FontAwesome';
        content: "\f0d7";
        float: right;
    }

.nav-aside-menu li.has-dropdown > .dropdown {
    display: none;
    margin-left: 30px;
    border-left: 1px solid #323335;
}

.nav-aside-menu li.has-dropdown.active > .dropdown {
    display: block;
}

.nav-aside-menu li.has-dropdown > .dropdown a {
    padding: 15px;
}

.nav-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: transparent;
    border: none;
}

    .nav-close span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .nav-close span:before, .nav-close span:after {
            content: "";
            display: block;
            width: 30px;
            background-color: #fff;
            height: 2px;
        }

        .nav-close span:before {
            -webkit-transform: translateY(0px) rotate(-135deg);
            -ms-transform: translateY(0px) rotate(-135deg);
            transform: translateY(0px) rotate(-135deg);
        }

        .nav-close span:after {
            -webkit-transform: translateY(-2px) rotate(135deg);
            -ms-transform: translateY(-2px) rotate(135deg);
            transform: translateY(-2px) rotate(135deg);
        }

/*=========================================================
	PAGE HEADER
===========================================================*/

.page-header {
    position: relative;
    margin: 0;
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: #1b1c1e;
}

#post-header {
    padding-top: 240px;
    padding-bottom: 80px;
}

.page-header .page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .page-header .page-header-bg:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
        background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
    }

.page-header h1 {
    font-size: 41.053px;
    color: #FFF;
}

.page-header p.lead {
    font-size: 20.25px;
    color: #FFF;
}

/*=========================================================
	POST
===========================================================*/

.post {
    position: relative;
    margin-bottom: 30px;
}

    .post .post-body {
        position: relative;
        margin: -50px 0px 0px 3%;
        padding: 5%;
        background: #fff;
        z-index: 10;
    }

    .post .post-img {
        display: block;
        overflow: hidden;
    }

.post-img > img {
    width: 100%;
    -webkit-transition: 1.6s -webkit-transform;
    transition: 1.6s -webkit-transform;
    transition: 1.6s transform;
    transition: 1.6s transform, 1.6s -webkit-transform;
}

.post-img:hover > img {
    /*-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}

.post .post-title {
    font-size: 18px;
}

    .post .post-title.title-sm {
        font-size: 16px;
    }

    .post .post-title.title-lg {
        font-size: 25.629px;
    }

.post .post-category {
    margin-bottom: 10px;
}

.post-category a {
    color: #ee4266;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

    .post-category a:after {
        content: ',';
        display: inline-block;
    }

    .post-category a:last-child:after {
        display: none;
    }

.post .post-meta {
    margin-bottom: 10px;
}

.post-meta li {
    display: inline-block;
    color: #97989b;
    font-size: 12px;
    text-transform: uppercase;
}

    .post-meta li a {
        color: #97989b;
        font-weight: 700;
    }

        .post-meta li a:hover, .post-meta li a:focus {
            color: #ee4266;
        }

    .post-meta li:after {
        content: '•';
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

    .post-meta li:last-child:after {
        display: none;
    }

/*----------------------------*\
	hot post
\*----------------------------*/

.hot-post {
    padding: 0 15px;
}

    .hot-post .hot-post-left {
        padding-right: 0px;
        padding-left: 0px;
    }

    .hot-post .hot-post-right {
        padding-right: 0;
        padding-left: 5px;
    }

    .hot-post .post {
        margin-bottom: 7px;
    }

.hot-post {
    margin-bottom: 25px;
}

/*----------------------------*\
	post thumb
\*----------------------------*/

.post.post-thumb .post-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
    background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}

.post.post-thumb .post-body {
    position: absolute;
    margin: 0px;
    padding: 0px 5%;
    z-index: 20;
    bottom: 5%;
    background-color: transparent;
}

.post.post-thumb .post-title a {
    color: #fff;
}

    .post.post-thumb .post-title a:hover, .post.post-thumb .post-title a:focus {
        color: #ee4266;
    }

.post.post-thumb .post-meta li {
    color: #fff;
}

    .post.post-thumb .post-meta li a {
        color: #fff;
    }

        .post.post-thumb .post-meta li a:hover, .post.post-thumb .post-meta li a:focus {
            color: #ee4266;
        }

/*----------------------------*\
	post small
\*----------------------------*/

.post.post-sm .post-body {
    margin: 15px 0px 0px;
    background: transparent;
    padding: 0;
}

/*----------------------------*\
	post widget
\*----------------------------*/

.post.post-widget:after {
    content: "";
    display: table;
    clear: both;
}

.post.post-widget .post-img {
    float: left;
    width: 130px;
}

.post.post-widget .post-body {
    position: relative;
    background: transparent;
    margin: 0px 0px 0px 150px;
    padding: 0;
}

.post.post-widget .post-title {
    font-size: 16px;
    margin-bottom: 0px;
}

/*----------------------------*\
	post row
\*----------------------------*/

.post.post-row:after {
    content: '';
    display: table;
    clear: both;
}

.post.post-row .post-img {
    width: 40%;
    float: left;
}

.post.post-row .post-body {
    margin: 0px 0px 0px calc(40% + 30px);
    padding: 0;
}

/*=========================================================
	POST PAGE
===========================================================*/

.page-header .post-category {
    margin-bottom: 10px;
}

.page-header .post-meta li {
    color: #fff;
}

    .page-header .post-meta li a {
        color: #fff;
    }

        .page-header .post-meta li a:hover, .page-header .post-meta li a:focus {
            color: #ee4266;
        }

.post-share a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    background-color: #97989b;
    margin-right: 4px;
    margin-bottom: 6px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

    .post-share a:hover {
        opacity: 0.9;
    }

    .post-share a i {
        width: 20px;
        text-align: center;
    }

    .post-share a span {
        padding-left: 10px;
        border-left: 2px solid rgba(255, 255, 255, 0.1);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        margin-left: 10px;
    }

.post-content .post-attachement.pull-left {
    margin-right: 15px;
}

.post-content .post-attachement.pull-right {
    margin-left: 15px;
}

.post-tags ul li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

    .post-tags ul li:first-child {
        font-weight: 400;
    }

    .post-tags ul li:after {
        content: ',';
        display: inline-block;
    }

    .post-tags ul li:first-child:after {
        display: none;
    }

    .post-tags ul li:last-child:after {
        display: none;
    }

/*----------------------------*\
	post nav
\*----------------------------*/

.post-nav:after {
    content: "";
    display: table;
    clear: both;
}

.post-nav .post-title {
    font-size: 14px;
    margin: 0px;
}

.post-nav .prev-post {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.post-nav .next-post {
    float: right;
    width: 50%;
    text-align: right;
    padding-left: 15px;
}

.post-nav .post-img {
    display: block;
    width: 100px;
    overflow: hidden;
}

.post-nav .prev-post .post-img {
    float: left;
    margin-right: 15px;
}

.post-nav .next-post .post-img {
    float: right;
    margin-left: 15px;
}

.post-nav .next-post span, .post-nav .prev-post span {
    font-weight: 700;
    color: #97989b;
    text-transform: uppercase;
    font-size: 12px;
}

.post-nav .next-post:after, .post-nav .prev-post:after {
    content: '';
    display: table;
    clear: both;
}

/*----------------------------*\
	author
\*----------------------------*/

.author.media .media-left {
    position: relative;
    padding-right: 30px;
}

.author .author-img {
    width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    ;
}

.author .author-social li {
    display: inline-block;
    margin-right: 10px;
}

    .author .author-social li a {
        display: block;
    }

.page-header .author .author-social li a {
    color: #fff;
}

    .page-header .author .author-social li a:hover, .page-header .author .author-social li a:focus {
        color: #ee4266;
    }

/*----------------------------*\
	comments
\*----------------------------*/

.post-comments .media {
    margin-top: 30px;
}

    .post-comments .media:nth-child(1) {
        margin-top: 0px;
    }

    .post-comments .media .media-left {
        position: relative;
        padding-right: 15px;
    }

        .post-comments .media .media-left .media-object {
            width: 50px;
            border-radius: 50%;
            position: relative;
            z-index: 20;
        }

        .post-comments .media .media-left:after {
            content: '';
            position: absolute;
            left: calc(50% - 9px);
            top: 80px;
            bottom: 15px;
            width: 1px;
            background-color: #e8eaed;
        }

    .post-comments .media .media-heading h4 {
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
    }

    .post-comments .media .media-heading .time {
        color: #97989b;
        margin-left: 10px;
        font-size: 12px;
    }

    .post-comments .media .reply {
        text-transform: uppercase;
        display: inline-block;
        padding: 5px 13px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        background-color: #323335;
        border-radius: 2px;
        -webkit-transition: 0.2s opacity;
        transition: 0.2s opacity;
    }

        .post-comments .media .reply:hover {
            opacity: 0.9;
        }

    .post-comments .media.media-author .media-heading h4 {
        color: #ee4266;
    }

    .post-comments .media.media-author .media-left:after {
        background-color: #ee4266;
    }

/*=========================================================
	ASIDE
===========================================================*/

.aside-widget {
    margin-bottom: 30px;
}

/*----------------------------*\
	social widget
\*----------------------------*/

.social-widget ul {
    overflow: auto;
}

    .social-widget ul li {
        float: left;
        width: 33.33%;
    }

        .social-widget ul li a {
            display: block;
            text-align: center;
            padding: 30px 15px;
            color: #fff;
            -webkit-transition: 0.2s opacity;
            transition: 0.2s opacity;
        }

            .social-widget ul li a:hover {
                opacity: 0.9;
            }

            .social-widget ul li a span {
                font-weight: 700;
                font-size: 14px;
            }

            .social-widget ul li a i {
                display: block;
                font-size: 30px;
                margin-bottom: 10px;
            }



.navV2 {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    height: 62px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
}

    .navV2 nav {
        background: #fff;
        /*     height: 80px; */
        width: 100%;
        border-radius: 0px;
    }

    .navV2 label.logo {
        color: white;
        font-size: 35px;
        line-height: 80px;
        padding: 0px 0px;
        font-weight: bold;
    }

    .navV2 nav ul {
        float: right;
        margin-right: 20px;
    }

        .navV2 nav ul li {
            display: inline-block;
            line-height: 50px;
            margin: 0 5px;
        }

            .navV2 nav ul li a {
                color: #484848;
                font-size: 13px;
                padding: 7px 8px;
                border-radius: 3px;
                text-transform: uppercase;
                font-weight: 600;
            }

                .navV2 nav ul li a.active,
                .navV2 nav ul li a:hover {
                    /*     background: #FF1744; */
                    transition: .5s;
                    text-decoration: none;
                    opacity: .6;
                }

    .navV2 .checkbtn {
        font-size: 30px;
        color: #484848;
        float: right;
        line-height: 80px;
        margin-right: 40px;
        cursor: pointer;
        display: none;
    }

    .navV2 #check {
        display: none;
    }




.top-line {
    padding: 7px 0 9px;
    /*background: #111111;*/
    background: #8c0e0e;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    /*overflow: hidden;*/
}

    .top-line ul.top-line-list {
        margin: 0;
        padding: 0;
    }

        .top-line ul.top-line-list li {
            display: inline-block;
            margin-right: 18px;
        }

            .top-line ul.top-line-list li span,
            .top-line ul.top-line-list li a {
                display: inline-block;
                color: #e1e1e1;
                font-size: 11px;
                margin: 0;
                line-height: 15px;
            }

            .top-line ul.top-line-list li svg {
                margin: -5px 2px -2px 4px;
            }

            .top-line ul.top-line-list li a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }

                .top-line ul.top-line-list li a:hover {
                    color: #ffffff;
                }

            .top-line ul.top-line-list li:before {
                content: '';
                width: 0;
                height: 15px;
                border-left: 1px dotted #777777;
                margin-right: 20px;
            }

            .top-line ul.top-line-list li:first-child:before {
                display: none;
                margin-right: 0;
            }

            .top-line ul.top-line-list li:last-child {
                margin-right: 0;
            }

    .top-line ul.social-icons {
        margin: 0;
        padding: 0;
        text-align: right;
        margin-top: 2px;
    }

        .top-line ul.social-icons li {
            display: inline-block;
        }

            .top-line ul.social-icons li a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                font-size: 14px;
                color: #e1e1e1;
                width: 18px;
                height: 18px;
                line-height: 18px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -o-border-radius: 2px;
                border-radius: 2px;
                text-align: center;
                background: transparent;
            }

                .top-line ul.social-icons li a:hover {
                    color: #ffffff;
                    background: #f44336;
                }
/*==========topmenu-updated dropmenu https://codepen.io/una/pen/Gxwogy      ===============*/

.topmenunav {
}

    .topmenunav ul {
        background: darkorange;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .topmenunav li {
        color: #fff;
        /*background: darkorange;*/
        display: block;
        float: left;
        padding: 0px 8px;
        position: relative;
        text-decoration: none;
        transition-duration: 0.5s;
    }

        .topmenunav li:before {
            content: '';
            width: 0;
            height: 15px;
            border-left: 1px dotted #777777;
            margin-right: 10px;
        }

        .topmenunav li:first-child:before {
            display: none;
            margin-right: 0;
        }

        .topmenunav li:last-child {
            margin-right: 0;


        }
        .topmenunav li:nth-child(8):after {
            content: '';
            width: 0;
            /*border-right: 1px dotted #777777;*/
            padding-left: 20px;
        }
        .topmenunav li:nth-child(9):before {
            display: none;
            margin-right: 0;
        }
        .topmenunav li:nth-child(10):before {
            display: none;
            margin-right: 0;
        }
.topmenunav li a {
    color: #fff;
    font-size: 11.5px
}

        .topmenunav li:hover {
            cursor: pointer;
            color: #e8eaed;
        }

    .topmenunav ul li ul {
        background: white;
        visibility: hidden;
        opacity: 0;
        /*min-width: 10rem;*/
        position: absolute;
        transition: all 0.5s ease;
        margin-top: 0;
        left: 0;
        display: none;
        z-index: 1020;
        width: auto;
        line-height: 30px;
        padding: 0;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    }

        .topmenunav ul li ul li:hover {
            background: #f1f1f1;
            transition-duration: 0.5s;
        }

        .topmenunav ul li ul li a {
            color: #1b1c1e;
            transition-duration: 0.5s;
        }

        .topmenunav ul li:hover > ul,
        .topmenunav ul li ul:hover {
            visibility: visible;
            opacity: 1;
            display: block;
        }

        .topmenunav ul li ul li {
            clear: both;
            width: 100%;
        }

            .topmenunav ul li ul li:before {
                border-left: none;
                margin-right: 0;
            }

            .topmenunav ul li ul li:first-child:before {
                display: none;
                margin-right: 0;
            }

            .topmenunav ul li ul li:last-child {
                margin-right: 0;
            }


/* 3Dots menu */


.dropbtn {
    background: none;
    color: #a00606;
    padding: 0px 10px;
    font-size: 18px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    line-height: 17px;
    vertical-align: middle;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    border-right: 1px solid #a00606;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        line-height: 22px;
        text-decoration: none;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
            text-decoration: none;
            color: #484848;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background: none;
}

/* ==========search popup============= */

.openBtn {
    background: none;
    border: none;
    padding: 0px 15px;
    font-size: 26px;
    cursor: pointer;
}

    .openBtn:hover {
        background: none;
        color: #000;
    }

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1059;
    top: 0;
    left: 0;
    background-color: rgb(255,255,255);
    /*background-color: rgba(255,255,255, 0.9);*/
}

.overlay-content {
    position: relative;
    top: 16%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #a00606;
}

    .overlay .closebtn:hover {
        color: #484848;
    }

.overlay input[type=text] {
    padding: 14px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    border: #383838 1px solid;
}

    .overlay input[type=text]:hover {
        background: #f1f1f1;
    }

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #383838;
    font-size: 17px;
    border: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

    .overlay button:hover {
        background: #000;
    }

/*=========search slider*/
.carousel-inner .active.left {
    left: -33%;
}

.carousel-inner .next {
    left: 33%;
}

.carousel-inner .prev {
    left: -33%;
}

.carousel-control.left,
.carousel-control.right {
    color: #ffffff;
    /* font-size: 60px; */
    font-weight: bold;
    background: #383838;
    width: 27px;
    height: 29px;
    margin-top: -40px;
}

.carousel-control.left {
    left: 0 !important;
}

.carousel-control.right {
    right: 0 !important;
}

.carousel-control.left:hover {
    left: 0 !important;
}

.carousel-control.right:hover {
    right: 0 !important;
}

.carousel-multi .carousel-inner > .item {
    transition: 500ms ease-in-out left;
}

    .carousel-multi .carousel-inner > .item > .media-card {
        /*background: #333;*/
        /*border-right: 10px solid #fff;*/
        display: table-cell;
        width: 1%;
    }

        .carousel-multi .carousel-inner > .item > .media-card:last-of-type {
            border-right: none;
        }

.carousel-multi .carousel-inner .active {
    display: table;
}

    .carousel-multi .carousel-inner .active.left {
        left: -33%;
    }

    .carousel-multi .carousel-inner .active.right {
        left: 33%;
    }

.carousel-multi .carousel-inner .next {
    left: 33%;
}

.carousel-multi .carousel-inner .prev {
    left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-multi .carousel-inner > .item {
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none !important;
    }
}
/*======================Home page articles slider==========================*/
.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

    .carousel-showmanymoveone .carousel-control.left, .carousel-showmanymoveone .carousel-control.right {
        margin-top: 2%;
    }

    .carousel-showmanymoveone .carousel-control.left {
        margin-left: 0;
        background: none;
        color: #111;
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: 0;
        background: none;
        color: #111;
    }

.carousel-showmanymoveone .carousel-inner {
    position: relative;
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        /*-webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);*/
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        /*-webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);*/
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            /*-webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);*/
            left: 0;
        }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -25%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 25%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        /*-webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);*/
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        /*-webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);*/
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            /*-webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);*/
            left: 0;
        }
}
/*============right side slider section HOME========*/
.Right_slider {
    padding-top: 40%;
    position: absolute;
    z-index: 10;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

    .Right_slider .left_btn {
        float: left;
        background-color: rgba(0, 0, 0, 0.7);
        left: 0;
        border-radius: 0;
        color: #fff;
    }

    .Right_slider .right_btn {
        float: right;
        background-color: rgba(0, 0, 0, 0.7);
        right: 0;
        border-radius: 0;
        color: #fff;
    }


/*.....................Tags=========================*/
.popuptags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    .popuptags li {
        float: left;
    }

.popuptag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #97989b;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

    .popuptag::before {
        background: #fff;
        border-radius: 10px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
        content: '';
        height: 6px;
        left: 10px;
        position: absolute;
        width: 6px;
        top: 10px;
    }

    .popuptag::after {
        background: #fff;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #eee;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

    .popuptag:hover {
        background-color: #a00606;
        color: white;
        text-decoration: none;
    }

        .popuptag:hover::after {
            border-left-color: #a00606;
        }



/*=============================News Articles Section=================Trending*/
.post-item .lable {
    display: inline-block;
    width: 60px;
    height: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 0 !important;
    top: 15px;
    z-index: 999;
}

.post-item.ver4 .text h2 {
    max-width: 100% !important;
    margin: 0;
    margin-bottom: 10px;
    line-height: 0px;
    word-break: break-word;
    width: 100% !important;
}

.post-item .text h2 a, .post-item .text h2 span {
    display: inline-block;
    width: 100%;
    padding-left: 0 !important;
    position: relative;
    color: #fff;
    text-align: left;
    transition: all 0.5s ease 0s;
    font: 400 17px/22px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
    word-break: break-all;
}

.title-v1 .orther-link {
    margin-top: 22px !important;
    float: right;
    text-align: right;
}

.title-v1 h3 {
    display: inline-block;
    float: left;
    font: 600 20px/30px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif !important;
    color: #333;
    position: relative;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.widget .tabs li h3 {
    font: 600 16px/30px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif !important;
    color: #bcbcbc;
    position: relative;
    display: inline-block;
}


.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
}

.left.carousel-control {
    right: 30px;
    left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}

.btn.btn-default {
    background: #f6f6f6 !important;
    color: #999999 !important;
}


/*======= breadcrumb  Nav=======================*/
.breadcrumbs {
    list-style: none;
    margin: 0;
    padding-top: 10px;
}

    .breadcrumbs li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        font-size: 11px;
        /*text-transform: uppercase;*/
        font-weight: 700;
        letter-spacing: .05em;
        line-height: 16px;
        color: hsl(0, 0%, 30%);
    }

        .breadcrumbs li a {
            display: block;
            padding: 0 40px 0 0px;
            color: hsl(0, 0%, 30%);
            text-decoration: none;
            height: 20px;
            position: relative;
            perspective: 700px;
        }

            .breadcrumbs li a:after {
                content: '';
                width: 14px;
                height: 14px;
                border-color: #333;
                border-style: solid;
                border-width: 1px 1px 0 0;
                -webkit-backface-visibility: hidden;
                outline: 1px solid transparent;
                position: absolute;
                right: 20px;
                -webkit-transition: all .15s ease;
                -moz-transition: all .15s ease;
                -ms-transition: all .15s ease;
                transition: all .15s ease;
                -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
                -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
                -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
                transform: rotateZ(45deg) skew(10deg, 10deg);
            }


            .breadcrumbs li a:hover:after {
                right: 15px;
                -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
                -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
                -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
                transform: rotateZ(45deg) skew(-10deg, -10deg);
            }

#left_pan_view_details {
    padding-top: 0px;
    padding-bottom: 0px;
    transform: none;
    top: 0px;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

#right_pan_view_details {
    padding-top: 0px;
    top: 0px;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    position: static;
}

.wrappermain {
    display: flex;
    justify-content: space-between;
}

.sidebarright {
    width: 100%;
     /*height: 518vh;*/
    min-height: 100px;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.main {
      /*height: 40vh;*/
    min-height:300px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 1%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    z-index: 1051 !important;
}
.dropdown {
    padding-top: 15px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
    .top-line ul.top-line-list li {
        margin-right: 6px;
    }

    .topmenunav li {
        padding: 0px 3px;
    }

        .topmenunav li:before {
            margin-right: 6px;
        }

    .news-ticker1 {
        margin-top: 20px;
    }

    .wrappermain .col-md-5 {
        width: 50%;
    }

    .main {
        height: 110vh;
        min-height: 400px;
        overflow: hidden;
    }

    .sidebarright {
        height: 251vh;
        min-height: 400px;
    }
}

@media (max-width: 952px) {
    .navV2 .checkbtn {
        line-height: 60px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .navV2 label.logo {
        font-size: 30px;
        padding-left: 50px;
    }

    .navV2 nav ul li a {
        font-size: 14px;
    }

    .top-line ul.top-line-list li {
        margin-right: 8px;
    }
}

@media (max-width: 858px) {
    .single-post .content h3 {
        font: 400 20px/35px 'Product Sans Light Regular', Helvetica, Arial, sans-serif !important;
    }

    .main {
        height: 190vh;
        min-height: 900px;
        overflow: hidden;
    }

    .sidebarright {
        width: 100%;
        height: 354vh;
        min-height: 450px;
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    .navV2 .checkbtn {
        display: block;
    }

    .navV2 ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #111;
        top: 108px;
        left: -100%;
        text-align: left;
        transition: all .5s;
    }

    .navV2 nav ul li {
        display: block;
        margin: 10px 0;
        line-height: 30px;
    }

        .navV2 nav ul li a {
            font-size: 14px;
            text-decoration: none !important;
            color: #f1f1f1;
        }

            .navV2 nav ul li a:hover,
            .navV2 nav ul li a.active {
                background: none;
                color: #d50000;
            }

    .navV2 #check:checked ~ ul {
        left: 0;
    }

    .topmenunav {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }


        .topmenunav ul {
            display: inline-flex !important;
            white-space: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            width: 100%;
            border-right: none !important;
            padding: 0;
            background: none;
            margin: 0;
        }

    .scroll {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .scroll::-webkit-scrollbar {
            display: none;
        }

    .top-line ul.social-icons {
        display: none;
    }

    .topmenunav ul li ul {
        display: none;
    }

    .Right_slider {
        padding-top: 22%;
    }
}

@media (min-width: 768px) {

    .news-ticker1 {
        margin-top: 0px;
    }

    .navbar {
        height: 38px;
    }

    .single-post .content h3 {
        font: 400 20px/35px 'Product Sans Light Regular', Helvetica, Arial, sans-serif;
    }

    .widget .tab-container {
        padding: 5px;
        border: 1px solid #efefef;
        display: inline-block;
        width: 100%;
    }

        .widget .tab-container img {
            max-width: 100%;
            overflow: hidden;
            height: 100%;
            object-fit: cover;
            width: 100%;
            max-height: 297px;
        }
}

@media (max-width: 575px) {
   

    .carousel-showmanymoveone .media-left {
        display: none;
    }

    .carousel-showmanymoveone .media-heading {
        margin-top: 0;
        margin-bottom: 5px;
        padding-top: 5px;
        text-align: center;
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: 8px;
    }

    .wrappermain {
        display: block;
    }

    .main {
        height: 100%;
        min-height: inherit;
        overflow: hidden;
        position: relative;
    }

    .sidebarright {
        width: 100%;
        height: 100%;
        min-height: inherit;
        padding: 0;
        margin: 0;
    }

    .breadcrumbs li a {
        padding: 0 16px 0 0px;
    }

        .breadcrumbs li a:after {
            right: 8px;
        }

    hr {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .dropdown-content::-webkit-scrollbar {
        display: none;
    }



    .navV2 .checkbtn {
        margin-right: 18px;
        margin-left: 10px;
    }

    .acme-news-ticker-label {
        /*position: absolute;
        top: -45px;*/
        display: none;
    }

    .acme-news-ticker-box {
        padding-left: 3px;
        padding-right: 120px;
        font-size: 11px;
        padding-top: 12px;
    }

    .acme-news-ticker {
        /*display: none;*/
    }

    .news-ticker1 {
        padding-top: 45px;
    }
    
    .dropdown {
        position: absolute !important;
        width: 100%;
        margin: auto;
        left: 0;
        padding-top: 54px;
        z-index: -1;
    }

    .dropdown-content {
        display: inline-flex !important;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        width: 100%;
        border-right: none !important;
        background-color: #fbfbfb;
    }

    .topmenunav ul {
        display: inline-flex !important;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        width: 100%;
        border-right: none !important;
        padding: 0;
        background: none;
        margin: 0;
    }

    .navV2 {
        height: 60px;
    }

    .navbar {
        position: relative;
        min-height: 44px;
        margin-bottom: 0px !important;
        border: 1px solid transparent;
        height: 44px;
    }

    .media-object {
        display: none;
    }

    .media-heading {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .overlay .closebtn {
        position: absolute;
        right: 17px;
        font-size: 42px;
        cursor: pointer;
        color: #a00606;
        top: 0;
    }

    .overlay-content {
        top: 14%;
        width: 90%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
    }
}

@media (min-width:600px) {
    .news-ticker1 {
        margin-top: 5px;
    }
}

/*@media (max-width:360px) {

    .acme-news-ticker {
        margin-top: 45px;
    }

    .dropdown {
        padding-top: 20px;
    }
}*/
@media (min-width:280px) {
    /*.news-ticker1 {
        padding-top: 45px;
    }*/
    .navV2 .checkbtn {
        margin-left: 3px;
        margin-right: 8px;
    }
}

@-moz-document url-prefix() {
    @media (max-width: 575px) {
        .dropdown {
            padding-top: 60px;
        }
    }
}
    /*@media (max-width:1024px) {
    .acme-news-ticker {
        margin-top: 20px;
    }
}*/
    /*@media only screen and (min-width:1024px) {
    .acme-news-ticker {
        margin-top: 20px;
    }
}*/
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        /*#divLoading{
        display:none;
    }*/
        /* Safari 5+ ONLY */


    }
    /*@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
.topmenunav li:nth-child(3) {
            top: -20px;
        }

.topmenunav li:last-child {
            margin-right: 0;
            margin-top: 0;
            top: -20px;
            margin-left: 5px;
        }
    }
}*/
   
    /*==============Header color======*/
    .HeaderGradient {
        width: 100%;
        height: 70px;
        position: relative;
        /*border-left: 60px solid #49757d;*/
        background: #fff; /* fallback for old browsers */
        /*background: linear-gradient(to left, #2b7c29, #49757d 50%, #49757d 75%, #49757d 100%);*/ /* Chrome 10-25, Safari 5.1-6 */
        /*background: linear-gradient(to left, #2b7c29, #49757d 50%, #49757d 75%, #49757d 100%);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    }

        .HeaderGradient:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            /*border-top: 53px solid #1f1f1f;
        border-right: 59px solid #49757d;
        width: 320px;*/
        }
    /*============header Icons==========*/
    .headericon-bar {
        width: 100%;
        /*background-color: #555;*/
        overflow: auto;
        margin: 0 auto;
        padding-top: 3px;
    }

        .headericon-bar a {
            float: left;
            /*width: 20%;*/
            text-align: center;
            transition: all 0.3s ease;
            color: #2b2b2b;
            font: 600 12px/40px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            display: block;
            padding: 1rem 3rem;
            position: relative;
            text-decoration: none;
            opacity: .8;
        }

            .headericon-bar a:hover {
                opacity: 10;
            }

                .headericon-bar a:focus::after,
                .headericon-bar a:hover::after {
                    opacity: 1;
                }

            .headericon-bar a::after {
                -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
                box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.3);
                content: '';
                height: 86%;
                left: 0;
                opacity: 0;
                position: absolute;
                top: 4px;
                -webkit-transition: opacity 0.3s;
                -o-transition: opacity 0.3s;
                transition: opacity 0.3s;
                width: 80%;
                right: 0;
                margin: 0 auto;
            }
            /*.headericon-bar a:hover {
            background-color: #f8f8f8;
            text-decoration: none;
        }*/
            .headericon-bar a .spantext {
                display: block;
                text-transform: uppercase;
            }

        .headericon-bar .newtext_rotate2 {
            position: absolute;
            z-index: 99;
            padding: 2px;
            font-size: 11px;
            right: 20px;
            bottom: 35px;
            color: #fff;
            line-height: 14px;
        }

        .headericon-bar .newtext_rotate {
            position: absolute;
            background: #2b6cc6;
            z-index: 99;
            padding: 2px;
            font-size: 11px;
            left: 14px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            bottom: 27px;
            color: #fff;
            animation: blinkingText 1.2s infinite;
            line-height: 14px;
        }

    @keyframes blinkingText {
        0% {
            color: white;
            background: #2b6cc6;
        }

        49% {
            color: white;
            background: #2b6cc6;
        }

        60% {
            color: transparent;
            background: transparent;
        }

        99% {
            color: transparent;
            background: transparent;
        }

        100% {
            color: #fff;
            background: #2b6cc6;
        }
    }

    .Blink {
        animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    }

    @keyframes blinker {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .align {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    /* layout/base.css */
    :root {
        --body-background-color: #82a8ee;
    }
    /* modules/icon.css */
    :root {
        --icon-fill-color: #97adc6;
    }



    :root {
        --navigation-background-color: #f0f6ff;
        --navigation-border-radius: 0.25rem;
        --navigation-anchor-padding: 1.5rem;
        --navigation-anchor-text-decoration: none;
    }




    .menufixed {
        position: absolute;
        background: #428bca;
        color: #fff;
        line-height: 30px;
        width: 100%;
        height: 50px;
        z-index: 1024;
    }

    .welcome_msg {
        position: absolute;
        display: block;
        z-index: 10;
        line-height: 25px;
        color: #fff;
        text-align: left;
        padding-left: 15px;
    }

    .sticky {
        position: fixed;
        top: 0;
    }

    .headertag_souce {
        /*background: #f8f8f8;
    
    padding: 2px 3px 0 3px;*/
        font-size: 11px;
        color: #bdc4c5;
        /*border: 1px solid #e4e3e3;*/
    }

    .navbar-default {
        background-color: transparent !important;
        border-color: transparent !important;
    }

    .navbar-brand {
        padding: 10px 0px !important;
    }

        .navbar-brand > img {
            max-height: 35px !important;
            width: auto;
        }

    .nav.navbar-nav {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center !important;
        float: none;
        cursor: pointer;
    }

    .navbar-nav > li {
        text-align: center;
        padding: 0px 16px;
    }

    .navbar-default .navbar-nav > li > a img {
        display: block;
        margin: 0 auto;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        color: #1f1f1f !important;
        /*height: 40px;*/
        padding: 0px;
        font: 600 12px/40px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        cursor: pointer;
        line-height: 22px;
        padding-top: 4px;
    }

        .navbar-default .navbar-nav > li > a::before {
            content: '';
            left: 0px;
            width: 0px;
            height: 3px;
            background: #fff;
            position: absolute;
            transition: all 0.3s ease 0s;
            bottom: 0px;
        }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 30px 0px !important;
    }
    /* Underline From Center */
    .hvr-underline-from-center {
        display: inline-block;
        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;
        overflow: hidden;
    }

        .hvr-underline-from-center:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 50%;
            right: 50%;
            bottom: 0;
            background: rgb(194,193,212);
            background: linear-gradient(90deg, rgba(194,193,212,0) 0%, rgba(255,255,255,1) 54%, rgba(0,212,255,0) 100%);
            height: 1px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
            left: 0;
            right: 0;
        }
    /*.navbar-fixed-top {
    width: 100%;
    height: 54px;
    position: relative;
    border-left: 60px solid #49757d;
    background: #49757d;
    background: linear-gradient(to left, #2b7c29, #49757d 50%, #49757d 75%, #49757d 100%); 
    background: linear-gradient(to left, #2b7c29, #49757d 50%, #49757d 75%, #49757d 100%); 
}
    .navbar-fixed-top:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-top: 53px solid #1f1f1f;
        border-right: 59px solid #49757d;
        width: 320px;
    }*/
    .navbar-default .navbar-toggle {
        border-color: #ddd;
        background: #e6e6e6;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #49757d !important;
    }

    .navbar-collapse.in {
        background: #fff;
    }

    .socialicon_header {
        margin-top: 20px;
    }

        .socialicon_header li {
            list-style: none;
            outline: none;
            display: inline-block;
            padding: 0 10px;
        }

            .socialicon_header li a {
                color: #ccc;
            }
    /*==========header notifications======*/
    .dropdown-menu .notify-drop {
        min-width: 330px;
        background-color: #fff;
        min-height: 360px;
        max-height: 360px;
    }

        .dropdown-menu.notify-drop .notify-drop-title {
            border-bottom: 1px solid #e2e2e2;
            padding: 5px 15px 10px 15px;
        }

        .dropdown-menu.notify-drop .drop-content {
            min-height: 280px;
            max-height: 280px;
            overflow-y: scroll;
        }

            .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
                background-color: #F5F5F5;
            }

            .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
                width: 8px;
                background-color: #F5F5F5;
            }

            .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
                background-color: #ccc;
            }

            .dropdown-menu.notify-drop .drop-content > li {
                border-bottom: 1px solid #e2e2e2;
                padding: 10px 0px 5px 0px;
            }

                .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
                    background-color: #fafafa;
                }

                .dropdown-menu.notify-drop .drop-content > li:after {
                    content: "";
                    clear: both;
                    display: block;
                }

                .dropdown-menu.notify-drop .drop-content > li:hover {
                    background-color: #fcfcfc;
                }

                .dropdown-menu.notify-drop .drop-content > li:last-child {
                    border-bottom: none;
                }

                .dropdown-menu.notify-drop .drop-content > li .notify-img {
                    float: left;
                    display: inline-block;
                    width: 45px;
                    height: 45px;
                    margin: 0px 0px 8px 0px;
                }

        .dropdown-menu .notify-drop .allRead {
            margin-right: 7px;
        }

        .dropdown-menu.notify-drop .rIcon {
            float: right;
            color: #999;
        }

            .dropdown-menu .notify-drop .rIcon:hover {
                color: #333;
            }

        .dropdown-menu .notify-drop .drop-content > li a {
            font-size: 12px;
            font-weight: normal;
        }

        .dropdown-menu .notify-drop .drop-content > li {
            font-weight: bold;
            font-size: 11px;
        }

            .dropdown-menu .notify-drop .drop-content > li hr {
                margin: 5px 0;
                width: 70%;
                border-color: #e2e2e2;
            }

        .dropdown-menu .notify-drop .drop-content .pd-l0 {
            padding-left: 0;
        }

        .dropdown-menu .notify-drop .drop-content > li p {
            font-size: 11px;
            color: #666;
            font-weight: normal;
            margin: 3px 0;
        }

            .dropdown-menu .notify-drop .drop-content > li p.time {
                font-size: 10px;
                font-weight: 600;
                top: -6px;
                margin: 8px 0px 0px 0px;
                padding: 0px 3px;
                border: 1px solid #e2e2e2;
                position: relative;
                background-image: linear-gradient(#fff,#f2f2f2);
                display: inline-block;
                border-radius: 2px;
                color: #B97745;
            }

                .dropdown-menu .notify-drop .drop-content > li p.time:hover {
                    background-image: linear-gradient(#fff,#fff);
                }

        .dropdown-menu .notify-drop .notify-drop-footer {
            border-top: 1px solid #e2e2e2;
            bottom: 0;
            position: relative;
            padding: 8px 15px;
        }

            .dropdown-menu .notify-drop .notify-drop-footer a {
                color: #777;
                text-decoration: none;
            }

                .dropdown-menu .notify-drop .notify-drop-footer a:hover {
                    color: #333;
                }
    /*==============================Top Nav*/
    .mobile-menu {
        display: block;
        /*background: #8aa8bde0b88f/*c99393/*e5d1a4/*dcc591/*EFD3A3*/;
        line-height: .6em;
        font-weight: 400;
        width: 100%;
        text-align: center;
        position: relative;
        margin: 0 auto;
        min-height: 30px;
        background: #283e4a;
    }
        /*Strip the ul of padding and list styling*/
        .mobile-menu ul {
            list-style-type: none;
            margin: 0 auto;
            padding-left: 0;
            text-align: center;
            /*width: 100%;position: absolute;
        background: #81c532;*/
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        /*Create a horizontal list with spacing*/
        .mobile-menu li {
            display: inline-block;
            float: left;
            /*margin-right: 1px;*/
        }
            /*Style for menu links*/
            .mobile-menu li a {
                display: block;
                /*min-width: 140px;*/
                text-align: center;
                font-size: 12px;
                color: #fff;
                text-transform: uppercase;
                /*background: #8aa8bd;*/
                text-decoration: none;
                margin-left: -5px;
                padding: 11px 10px;
                -webkit-transition: all 0.4s ease 0s;
                -moz-transition: all 0.4s ease 0s;
                -ms-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
            }
            /*Hover state for top level links*/
            .mobile-menu li:hover a {
                color: #fff;
                background-color: #4b747e;
            }
            /*Style for dropdown links*/
            .mobile-menu li:hover ul a {
                background: #f3f3f3;
                color: #2f3036;
                height: 40px;
                line-height: 40px;
            }
            /*Hover state for dropdown links*/
            .mobile-menu li:hover .mobile-menu ul a:hover {
                color: #4db3ff;
            }
            /*Hide dropdown links until they are needed*/
            .mobile-menu li ul {
                display: none;
            }
                /*Make dropdown links vertical*/
                .mobile-menu li ul li {
                    display: block;
                    float: none;
                }
                    /*Prevent text wrapping*/
                    .mobile-menu li ul li a {
                        width: auto;
                        min-width: 100px;
                        padding: 0 20px;
                    }
        /*Style 'show menu' label button and hide it by default*/
        .mobile-menu .show-menu {
            text-decoration: none;
            color: #fff;
            /*background: #8aa8bd;*/
            text-align: center;
            padding: 10px 15px;
            display: none;
            cursor: pointer;
            text-transform: uppercase;
        }

            .mobile-menu .show-menu span {
                padding-left: 25px;
            }
        /*Hide checkbox*/
        .mobile-menu input[type=checkbox] {
            display: none;
        }
            /*Show menu when invisible checkbox is checked*/
            .mobile-menu input[type=checkbox]:checked ~ #menu {
                display: block;
            }
    /*Responsive Styles*/
    @media screen and (max-width : 800px) {
        .mobile-menu .show-menu {
            text-decoration: none;
            color: #fff;
            background: #6e0900;
            text-align: center;
            padding: 10px 15px;
            display: none;
            cursor: pointer;
            text-transform: uppercase;
        }

        .mobile-menu .lines {
            border-bottom: 7px double #f8f8f8;
            border-top: 7px double #f8f8f8;
            content: "";
            height: 5px;
            width: 20px;
            padding-right: 15px;
            float: right;
        }
        /*Make dropdown links appear inline*/
        .mobile-menu ul {
            position: static;
            display: none;
        }
        /*Create vertical spacing*/
        .mobile-menu li {
            margin-bottom: 1px;
        }
            /*Make all menu links full width*/
            .mobile-menu ul li, .mobile-menu li a {
                width: 100%;
            }
        /*Display 'show menu' link*/
        .mobile-menu .show-menu {
            display: block;
        }

        .headericon-bar {
            width: auto;
        }
    }
    /*=============Login Popup=====================*/
    /****** LOGIN MODAL ******/
    .loginmodal-container {
        padding: 20px;
        max-width: 660px;
        width: 100% !important;
        background-color: #fff;
        margin: 0 auto;
        border-radius: 2px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        border: 5px solid #388bd1;
    }

        .loginmodal-container .Register_Readmore {
            border: none;
            background: #49757d;
            color: #ffffff !important;
            font-weight: 700;
            padding: 20px;
            text-transform: uppercase;
            border-radius: 6px;
            display: inline-block;
            transition: all 0.3s ease 0s;
        }

            .loginmodal-container .Register_Readmore:hover {
                color: #404040 !important;
                font-weight: 700 !important;
                letter-spacing: 3px;
                background: none;
                -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
                -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
                transition: all 0.3s ease 0s;
                text-decoration: none;
            }

        .loginmodal-container img {
            transition: 1s ease;
        }

            .loginmodal-container img:hover {
                -webkit-transform: scale(0.9);
                -ms-transform: scale(0.9);
                transform: scale(0.9);
                transition: 1s ease;
            }

        .loginmodal-container h1 {
            text-align: center;
            font-size: 1.8em;
            margin: 0;
            padding: 20px 0;
            font-weight: 500;
            color: #91abb0;
        }

            .loginmodal-container h1 span {
                font-size: 1.2em;
                font-weight: 600;
                color: #42506c;
            }

        .loginmodal-container h2 {
            text-align: center;
            font-size: 1.5em;
            margin: 0;
            padding: 15px 0;
            font-weight: 500;
            color: #42506b;
        }

        .loginmodal-container h4 {
            text-align: center;
            font-size: 1.1em;
            font-weight: 600;
            color: #91abb0;
        }

    .login_bg {
        height: auto;
        width: 100%;
        background: #f8f8f8;
    }

        .login_bg .auth-form-light {
            background: #fff;
            -webkit-box-shadow: 0px 0px 7px -3px rgba(117,117,117,1);
            -moz-box-shadow: 0px 0px 7px -3px rgba(117,117,117,1);
            box-shadow: 0px 0px 7px -3px rgba(117,117,117,1);
            margin: 20px 0;
            position: relative;
            border-top: 3px solid #888888;
        }

            .login_bg .auth-form-light:before {
                content: "";
                position: absolute;
                bottom: 0;
                right: 0;
                border-top: 25px solid #888888;
                border-left: 25px solid transparent;
                border-right: 25px solid transparent;
                transform: rotate(-45deg);
                transform-origin: 80% -30% 0;
            }

        .login_bg h2 {
            text-align: center;
            font-size: 24px;
            font-weight: 600;
            margin: 40px 8px 10px 8px;
            color: #49757d;
            padding: 15px 0;
            border-bottom: 1px solid #f8f8f8;
        }

        .login_bg .failureNotification {
            font-size: 15px;
            font-weight: 800;
            color: #e95252;
        }

        .login_bg .or-box {
            position: relative;
            border-top: 1px solid #dfdfdf;
            padding-top: 20px;
            margin-top: 20px;
        }

        .login_bg .or {
            color: #666666;
            background-color: #ffffff;
            position: absolute;
            text-align: center;
            top: -8px;
            width: 40px;
            left: 140px;
        }

        .login_bg .account-box .btn:hover {
            color: #fff;
        }

        .login_bg .btn-facebook {
            background-color: #3f5aa9;
            color: #fff;
            font-weight: 600;
            height: 36px;
            line-height: 22px;
        }

            .login_bg .btn-facebook:hover {
                color: #f8f8f8;
            }

        .login_bg .btn-google {
            background-color: #3f80ec;
            color: #fff;
            font-weight: 600;
            height: 36px;
            line-height: 22px;
        }

            .login_bg .btn-google:hover {
                color: #f8f8f8;
            }
        /*=== 3. Text Outside the Box ===*/
        .login_bg .etc-login-form {
            color: #919191;
            padding: 10px 20px;
        }

            .login_bg .etc-login-form p {
                margin-bottom: 5px;
            }

        .login_bg input[type=submit] {
            width: 100%;
            display: block;
            margin-bottom: 10px;
            position: relative;
        }
        /*.login_bg input[type=text], input[type=password] {
        height: 44px;
        font-size: 14px;
        width: 100%;
        -webkit-appearance: none;
        background: #fff;
        border-bottom: 1px solid #c0c0c0;
         border-radius: 4px;
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
        .login_bg input[type=text]:hover, input[type=password]:hover {
         
            border-bottom: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }*/
        .login_bg input[type=button], input[type=submit], input[type=reset] {
            background-color: #49757d;
            border: none;
            color: white;
            padding: 5px 10px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            -webkit-box-shadow: 0 10px 30px 0 rgba(63,119,129,0.4);
            box-shadow: 0 10px 30px 0 rgba(63,119,129,0.4);
            -webkit-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
            margin: 0px auto;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .login_bg input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
                background-color: #49757d;
                border: none;
                color: #f8f8f8;
                text-decoration: none;
            }

    .form_bottom_line {
        border-bottom: 1px solid #adadad;
        position: relative;
        margin: 4px 0;
    }

        .form_bottom_line input {
            font-size: 15px;
            color: #333;
            border: none;
            width: 100%;
            outline: none;
            background: none;
            padding: 0 5px;
            height: 40px;
        }

        .form_bottom_line span::before {
            content: attr(data-placeholder);
            position: absolute;
            top: 50%;
            left: 5px;
            color: #adadad;
            transform: translateY(-50%);
            z-index: -1;
            transition: .5s;
        }

        .form_bottom_line span::after {
            content: '';
            position: absolute;
            width: 0%;
            height: 2px;
            left: 0;
            bottom: -2px;
            background: linear-gradient(120deg, #3498db, #8e44ad);
            transition: .5s;
        }

        .form_bottom_line .focus + span::before {
            top: -5px;
        }

        .form_bottom_line .focus + span::after {
            width: 100%;
        }

        .form_bottom_line select {
            border: none;
            background-color: white;
            font-size: 15px;
            color: #333;
            border: none;
            width: 100%;
            outline: none;
            background: none;
            padding: 0 5px;
            height: 40px;
        }

            .form_bottom_line select:hover {
                border-bottom: 2px solid #8e44ad;
            }

            .form_bottom_line select:focus {
                outline: none;
            }

        .form_bottom_line textarea {
            width: 100%;
            border: 1px solid #fff;
            border-radius: 4px;
            box-sizing: border-box;
        }

            .form_bottom_line textarea:focus {
                outline: none;
            }

    .logbtn {
        display: block;
        width: 100%;
        height: 40px;
        border: none;
        background: linear-gradient(120deg,#49757d, #2b7c2a, #2b7c2a );
        background-size: 200%;
        color: #fff;
        outline: none;
        cursor: pointer;
        transition: .5s;
    }

        .logbtn:hover {
            background-position: right;
        }

    .ui-datepicker-trigger {
        float: right;
        margin-top: -11%;
        display: block;
        position: relative;
    }
    /*============CHeck box style----------*/
    input[type=checkbox] {
        transform: scale(1.5);
    }

    input[type=checkbox] {
        width: 15px;
        height: 15px;
        margin-right: 8px !important;
        cursor: pointer;
        font-size: 12px;
        visibility: hidden;
        margin-left: 12px !important;
    }

        input[type=checkbox]:after {
            content: " ";
            background-color: #fff;
            display: inline-block;
            margin-left: 0px;
            padding-bottom: 0px;
            color: #44a2b3;
            width: 15px;
            height: 15px;
            visibility: visible;
            border: 1px solid #7c999e;
            padding-left: 1px;
            border-radius: 0px;
        }

        input[type=checkbox]:checked:after {
            content: "\2714";
            padding-top: -5px !important;
            font-weight: bold;
        }
    /*.loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
    }

    .loginmodal-container input[type=text], input[type=password] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .loginmodal-container input[type=text]:hover, input[type=password]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }*/
    .loginmodal {
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        height: 36px;
        padding: 0 8px;
        /* border-radius: 3px; */
        /* -webkit-user-select: none;
  user-select: none; */
    }

    .loginmodal-submit {
        /* border: 1px solid #3079ed; */
        border: 0px;
        color: #fff;
        text-shadow: 0 1px rgba(0,0,0,0.1);
        background-color: #4d90fe;
        padding: 17px 0px;
        font-size: 14px;
        /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
    }

        .loginmodal-submit:hover {
            /* border: 1px solid #2f5bb7; */
            border: 0px;
            text-shadow: 0 1px rgba(0,0,0,0.3);
            background-color: #357ae8;
            /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
        }

    .loginmodal-container a {
        text-decoration: none;
        color: #666;
        font-weight: 400;
        text-align: center;
        display: inline-block;
        transition: 1s ease;
    }

        .loginmodal-container a:hover {
            text-decoration: none;
            color: #242424;
            font-weight: 400;
            text-align: center;
            display: inline-block;
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
            transition: 1s ease;
        }

    .spanerror2 {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .custom-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input::before {
        content: 'Select some files';
        display: inline-block;
        background: linear-gradient(top, #f9f9f9, #e3e3e3);
        border: 1px solid #999;
        border-radius: 3px;
        padding: 5px 8px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        text-shadow: 1px 1px #fff;
        font-weight: 700;
        font-size: 10pt;
    }

    .custom-file-input:hover::before {
        border-color: black;
    }

    .custom-file-input:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }
    /* Share icons ========================*/
    .fab {
        cursor: pointer;
    }

    .fab-backdrop {
        color: rgba(255, 255, 255, 0);
    }

    .fab-primary, .fab-secondary {
        transition: all 0.35s ease-in-out;
    }

    .fab.active .fab-primary {
        opacity: 0;
        transform: rotate(225deg);
    }

    .fab-secondary {
        opacity: 0;
        transform: rotate(-225deg);
    }

    .fab.active .fab-secondary {
        opacity: 1;
        transform: rotate(0);
        margin-top: -2px;
    }



    #inbox .show-on-hover:hover > ul.dropdown-menu {
        display: block;
    }

    #inbox .show-on-hover {
        position: fixed;
        bottom: 13%;
        right: 8px;
    }

    #inbox .btn-io {
        border-radius: 50%;
        height: 54px;
        width: 54px;
        padding: 0 !important;
        /*box-shadow: 0px 3px 7px 0px rgba(202, 124, 124, 0.72);
    box-shadow: 0px 3px 7px 0px #777;*/
        background: #3f51b5;
    }

    #inbox .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
        top: auto;
        bottom: 100%;
        margin-bottom: 1px;
        margin-bottom: -5px;
        padding-bottom: 30px;
    }

    #inbox .dropdown-menu-right {
        right: 0 !Important;
        left: auto !Important;
    }

    #inbox .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 50px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: center;
        list-style: none;
        background-color: rgba(255, 255, 255, 0) !Important;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: none;
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
    }

    #inbox .fa-iox {
        font-size: 22px;
    }

    #inbox .dropdown-menu > li {
        border: none;
    }

        #inbox .dropdown-menu > li > a {
            display: block;
            padding: 8px 0 0 0 !important;
            margin-top: 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            background: #fff;
            white-space: nowrap;
            width: 40px;
            height: 40px;
            border: none;
            border-radius: 50px;
            font-size: 21px;
            box-shadow: 0px 3px 7px 0px rgba(203, 203, 203, 0.72);
        }

            #inbox .dropdown-menu > li > a:hover {
                background: #737373 !important;
            }

        #inbox .dropdown-menu > li:first-child > a {
            background: #6E4320 !important;
            color: #fff !important;
        }

        #inbox .dropdown-menu > li:last-child > a {
            background: #D3A516;
            color: #fff;
        }



        #inbox .dropdown-menu > li:nth-child(2) > a {
            background: #2CAC26;
            color: #fff;
        }

        #inbox .dropdown-menu > li:nth-child(3) > a {
            background: #3C80F6;
            color: #fff;
        }

    #inbox .fa-iosm {
        margin-top: 7px;
    }

    .fa-stack {
        position: relative;
        display: inline-block;
        width: 1.6em !important;
        height: 2em;
        line-height: 1.8em !important;
        vertical-align: middle;
    }
    /* =================================
  Footer images flip Black Bg Color
=============================== */
    .flip_card_black_bg {
        background-color: transparent;
        width: 120px;
        height: 120px;
        perspective: 1000px;
        float: left;
        margin: 2px;
    }

    .flip_card_black_bg_inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }

    .flip_card_black_bg:hover .flip_card_black_bg_inner {
        transform: rotateY(180deg);
    }

    .flip_card_black_bg_front, .flip_card_black_bg_back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .flip_card_black_bg_front {
        background-color: #0e0e0e;
        color: black;
    }

        .flip_card_black_bg_front img {
            width: 110px;
            vertical-align: middle;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .flip_card_black_bg_back {
        background-color: #2980b9;
        color: white;
        transform: rotateY(180deg);
    }
    /* =================================
  Footer images flip Black Bg Color
=============================== */
    .flip_card_white_bg {
        background-color: transparent;
        width: 120px;
        height: 120px;
        perspective: 1000px;
        float: left;
        margin: 2px;
    }

    .flip_card_white_bg_inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }

    .flip_card_white_bg:hover .flip_card_white_bg_inner {
        transform: rotateY(180deg);
    }

    .flip_card_white_bg_front, .flip_card_white_bg_back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .flip_card_white_bg_front {
        background-color: #ffffff;
        color: black;
    }

        .flip_card_white_bg_front img {
            width: 110px;
            vertical-align: middle;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .flip_card_white_bg_back {
        background-color: #2980b9;
        color: white;
        transform: rotateY(180deg);
    }
    /*====================End===================*/
    /*=============scroll leftpan==============*/
    .scrolling_left {
        height: 78vh;
        background: whitesmoke;
        overflow-y: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 1rem;
        font: 100%/1.4 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        border: 1px solid rgba(73, 117, 125, 0.15);
        font-family:
    }

    .scrolling_right {
        height: 78vh;
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px 0 0;
        font: 100%/1.4 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        /*border: 1px solid rgba(73, 117, 125, 0.15);*/
    }

    .font-size11 {
        font-size: 11px !important;
    }

    .footer_container {
        background: url(../../images/footer_bg.jpg) no-repeat center;
        display: inline-block;
        vertical-align: middle;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        height: 460px;
        width: 100%;
    }

    .footer_container_flip_bg {
        background: url(../../images/footer_bg.jpg) repeat;
        display: inline-block;
        vertical-align: middle;
        height: auto;
        width: 100%;
    }

    .logo_footer_middle {
        min-width: 280px;
        width: 100%;
    }
    /*===============Job Portal theme==================*/
    .Matched_Vacancies_wrap {
        display: flex;
        background: white;
        padding: 1rem 1rem 1rem 1rem;
        border-radius: 0.5rem;
        box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
        margin-bottom: .4rem;
        padding: 0;
        border-top: 1px solid #009B74 !important;
    }

        .Matched_Vacancies_wrap:hover {
            /*background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);*/
            color: #333;
            border: 1px solid #009B74;
            background-color: rgba(219, 231, 227, 0.2);
        }

    .pic_ina {
        height: 90px;
        width: 20%;
        float: left;
    }

    .con_ina {
        height: auto;
        width: 75%;
        margin-left: 3%;
        float: left;
        padding-bottom: 1em;
    }

        .con_ina .titleV1 {
            font-size: 18px;
            color: #49757d;
            font-weight: 600;
        }

        .con_ina .titleV2 {
            font-size: 13px;
        }

    .btn_inr {
        background: #98abaf;
        position: absolute;
        left: 3%;
        display: block;
        padding: 3px;
        color: #fff;
        margin: 0 auto;
        right: 3%;
        text-align: center;
        bottom: -17%;
        border: 1px solid #49757d;
    }

    .btn_inl {
        background: #009B74;
        position: absolute;
        left: 25%;
        display: block;
        top: -8%;
        padding: 3px;
        color: #fff;
        margin: 0 auto;
        right: 25%;
        text-align: center;
        border: 1px solid #49757d;
    }
    /*========================disply header===========*/
    .data-display-header {
        position: relative;
        min-height: 100px;
        z-index: 1;
    }

    .data-display-header_content {
        background: rgba(255,255,255,0.9);
        padding: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .data-display-header_info-content {
        width: 75%;
    }

    .data-details {
        font-size: 1.2rem;
        font-weight: 600;
        color: #5D677A;
    }

        .data-details > span {
            display: inline-block;
            vertical-align: middle;
        }

            .data-details > span:after {
                content: "";
                display: inline-block;
                vertical-align: top;
                width: 1px;
                height: 12px;
                background: #5D677A;
                margin: 2px 1px 0 5px;
            }

    .data-display-header_info-apply {
        width: calc(25% - 5px);
        text-align: right;
    }

    .dib-m {
        display: inline-block;
        vertical-align: middle;
    }

    .btn-linear-green {
        height: 44px;
        line-height: 21px;
        padding: 13px 20px 11px 20px;
        font-size: 1.5rem;
        border-radius: 5px;
        transition-duration: 0.3s;
        color: #FFF;
        text-align: center;
        background-color: #85CE3F;
        background-image: -webkit-linear-gradient(90deg, #009B74 0%, rgba(255,255,255,0) 100%);
        background-image: -moz-linear-gradient(90deg, #009B74 0%, rgba(255,255,255,0) 100%);
        background-image: -o-linear-gradient(90deg, #009B74 0%, rgba(255,255,255,0) 100%);
        background-image: linear-gradient(90deg, #009B74 0%, rgba(255,255,255,0) 100%);
        background-size: 200%;
    }

        .btn-linear-green:hover {
            color: #FFF;
            background-position: right;
            text-decoration: none;
        }

    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
        box-shadow: 0 2px 5px rgba(0,0,0,.2);
    }

        .card > hr {
            margin-right: 0;
            margin-left: 0;
        }

        .card > .list-group {
            border-top: inherit;
            border-bottom: inherit;
        }

            .card > .list-group:first-child {
                border-top-width: 0;
                border-top-left-radius: calc(0.25rem - 1px);
                border-top-right-radius: calc(0.25rem - 1px);
            }

            .card > .list-group:last-child {
                border-bottom-width: 0;
                border-bottom-right-radius: calc(0.25rem - 1px);
                border-bottom-left-radius: calc(0.25rem - 1px);
            }

    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem;
    }

        .card-body .titlebold {
            font-size: 16px;
            color: #009B74;
            font-weight: 600;
        }

    .card-title {
        margin-bottom: 0.75rem;
    }

    .card-subtitle {
        margin-top: -0.375rem;
        margin-bottom: 0;
    }

    .card-text:last-child {
        margin-bottom: 0;
    }

    .card-link:hover {
        text-decoration: none;
    }

    .card-link + .card-link {
        margin-left: 1.25rem;
    }

    .card-header {
        padding: 0.75rem 1.25rem;
        margin-bottom: 0;
        /*background-color: rgba(73, 117, 125, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);*/
        background: rgba(191,224,230,1);
        background: -moz-linear-gradient(top, rgba(191,224,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,224,230,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(191,224,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top, rgba(191,224,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top, rgba(191,224,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(191,224,230,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfe0e6', endColorstr='#ffffff', GradientType=0 );
        border-bottom: 1px solid #48747c;
    }

        .card-header:first-child {
            border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
        }

        .card-header + .list-group .list-group-item:first-child {
            border-top: 0;
        }

    .card-footer {
        padding: 0.75rem 1.25rem;
        /*background-color: rgba(0, 0, 0, 0.03);*/
        border-top: 1px solid rgba(73, 117, 125, 0.5);
        background: rgba(237,237,237,1);
        background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
    }

        .card-footer:last-child {
            border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
        }

    .card-header-tabs {
        margin-right: -0.625rem;
        margin-bottom: -0.75rem;
        margin-left: -0.625rem;
        border-bottom: 0;
    }

    .card-header-pills {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
    }

    .card-img-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
    }

    .card-img,
    .card-img-top,
    .card-img-bottom {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
    }

    .card-img,
    .card-img-top {
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);
    }

    .card-img,
    .card-img-bottom {
        border-bottom-right-radius: calc(0.25rem - 1px);
        border-bottom-left-radius: calc(0.25rem - 1px);
    }

    .card-deck .card {
        margin-bottom: 15px;
    }

    @media (min-width: 576px) {

        .card-deck {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

            .card-deck .card {
                -ms-flex: 1 0 0%;
                flex: 1 0 0%;
                margin-right: 15px;
                margin-bottom: 0;
                margin-left: 15px;
            }

        .my-city-sites {
            text-align: center;
            margin: auto;
            width: 100%;
        }

        .card-group {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        }

            .card-group > .card {
                -ms-flex: 1 0 0%;
                flex: 1 0 0%;
                margin-bottom: 0;
            }

                .card-group > .card + .card {
                    margin-left: 0;
                    border-left: 0;
                }

                .card-group > .card:not(:last-child) {
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

                    .card-group > .card:not(:last-child) .card-img-top,
                    .card-group > .card:not(:last-child) .card-header {
                        border-top-right-radius: 0;
                    }

                    .card-group > .card:not(:last-child) .card-img-bottom,
                    .card-group > .card:not(:last-child) .card-footer {
                        border-bottom-right-radius: 0;
                    }

                .card-group > .card:not(:first-child) {
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

                    .card-group > .card:not(:first-child) .card-img-top,
                    .card-group > .card:not(:first-child) .card-header {
                        border-top-left-radius: 0;
                    }

                    .card-group > .card:not(:first-child) .card-img-bottom,
                    .card-group > .card:not(:first-child) .card-footer {
                        border-bottom-left-radius: 0;
                    }

        .card-columns {
            -webkit-column-count: 3;
            -moz-column-count: 3;
            column-count: 3;
            -webkit-column-gap: 1.25rem;
            -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
            orphans: 1;
            widows: 1;
        }

            .card-columns .card {
                display: inline-block;
                width: 100%;
            }
    }







    .card-columns .card {
        margin-bottom: 0.75rem;
    }

    .card-group > .card {
        margin-bottom: 15px;
    }

    .accordion > .card {
        overflow: hidden;
    }

        .accordion > .card:not(:last-of-type) {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .accordion > .card:not(:first-of-type) {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .accordion > .card > .card-header {
            border-radius: 0;
            margin-bottom: -1px;
        }
}

@media screen and (max-width: 600px) {
    .headericon-bar a {
        float: left;
        padding: .5rem .5rem;
    }

    .notification.icon .notification-number {
        -webkit-animation: none;
    }

    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table td::before {
                /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }
}
/*============pagination  ====*/
.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

    .pagination span {
        color: black;
        padding: 8px 16px;
        text-decoration: none;
        background-color: #4CAF50;
    }

    .pagination a.active {
        background-color: #555555;
        color: white;
    }

    .pagination a:hover:not(.active) {
        background-color: #ddd;
    }
/*.card:hover {
        box-shadow: 0 30px 70px rgba(0,0,0,.2);
    }*/
/*==================footer circle animation ========*/
.circle-ripple1 {
    background-color: #ff7761;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: ripple 0.8s linear infinite;
    animation: ripple 0.8s linear infinite;
    left: 49.8%;
    position: relative;
    top: 16%;
    cursor: pointer;
}

    .circle-ripple1 .showme1 {
        display: block;
        padding: 5px;
        color: #484848;
        font-size: 16px;
        width: 100px;
        background-color: rgba(255,255,255,.9);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
        margin-top: 100%;
        position: absolute;
        opacity: 0.9;
        transition: 0.3s;
        top: 100%;
        right: -40px;
    }

        .circle-ripple1 .showme1:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            border-top: 8px solid #ffffff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            transform: rotate(180deg);
            transform-origin: -70% -150% 0;
        }

    .circle-ripple1:hover .showme1 {
        display: block;
        padding: 5px;
        color: #fff;
        font-size: 16px;
        width: 100px;
        background-color: rgba(73,117,125,.8);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
        opacity: 1
    }

.circle-ripple2 {
    background-color: #ff456f;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: ripple 0.8s linear infinite;
    animation: ripple 0.8s linear infinite;
    left: 21.8%;
    position: relative;
    top: 36%;
    cursor: pointer;
}

    .circle-ripple2 .showme2 {
        display: block;
        padding: 5px;
        color: #484848;
        font-size: 16px;
        width: 100px;
        background-color: rgba(255,255,255,.9);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
        margin-top: 100%;
        position: absolute;
        opacity: 0.9;
        transition: 0.3s;
        top: 100%;
        right: -40px;
    }

        .circle-ripple2 .showme2:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            border-top: 8px solid #ffffff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            transform: rotate(180deg);
            transform-origin: -70% -150% 0;
        }

    .circle-ripple2:hover .showme2 {
        display: block;
        padding: 5px;
        color: #fff;
        font-size: 16px;
        width: 100px;
        background-color: rgba(73,117,125,.8);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
    }

.circle-ripple3 {
    background-color: #ffcd7b;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: ripple 0.8s linear infinite;
    animation: ripple 0.8s linear infinite;
    left: 30.2%;
    position: relative;
    top: 67%;
    cursor: pointer;
}

    .circle-ripple3 .showme3 {
        display: block;
        padding: 5px;
        color: #484848;
        font-size: 16px;
        width: 100px;
        background-color: rgba(255,255,255,.9);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
        margin-top: 100%;
        position: absolute;
        opacity: 0.9;
        transition: 0.3s;
        top: 100%;
        right: -40px;
    }

        .circle-ripple3 .showme3:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            border-top: 8px solid #ffffff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            transform: rotate(180deg);
            transform-origin: -70% -150% 0;
        }

    .circle-ripple3:hover .showme3 {
        display: block;
        padding: 5px;
        color: #fff;
        font-size: 16px;
        width: 100px;
        background-color: rgba(73,117,125,.8);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
    }

.circle-ripple4 {
    background-color: #969af6;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: ripple 0.8s linear infinite;
    animation: ripple 0.8s linear infinite;
    left: 55%;
    position: relative;
    top: 36%;
    cursor: pointer;
}

    .circle-ripple4 .showme4 {
        display: block;
        padding: 5px;
        color: #484848;
        font-size: 16px;
        width: 120px;
        background-color: rgba(255,255,255,.9);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
        margin-top: 100%;
        position: absolute;
        opacity: 0.9;
        transition: 0.3s;
        top: 100%;
        right: -40px;
    }

        .circle-ripple4 .showme4:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            border-top: 8px solid #ffffff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            transform: rotate(180deg);
            transform-origin: -70% -150% 0;
        }

    .circle-ripple4:hover .showme4 {
        display: block;
        padding: 5px;
        color: #fff;
        font-size: 16px;
        width: 120px;
        background-color: rgba(73,117,125,.8);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
    }

.circle-ripple5 {
    background-color: #c96cf4;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: ripple 0.8s linear infinite;
    animation: ripple 0.8s linear infinite;
    left: 65.3%;
    position: relative;
    top: 32%;
    cursor: pointer;
}

    .circle-ripple5 .showme5 {
        display: block;
        padding: 5px;
        color: #484848;
        font-size: 16px;
        width: 100px;
        background-color: rgba(255,255,255,.9);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
        margin-top: 100%;
        position: absolute;
        opacity: 0.9;
        transition: 0.3s;
        top: 100%;
        right: -40px;
    }

        .circle-ripple5 .showme5:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            border-top: 8px solid #ffffff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            transform: rotate(180deg);
            transform-origin: -70% -150% 0;
        }

    .circle-ripple5:hover .showme5 {
        display: block;
        padding: 5px;
        color: #fff;
        font-size: 16px;
        width: 100px;
        background-color: rgba(73,117,125,.8);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
    }

.circle-ripple6 {
    background-color: #f4679a;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: ripple 0.8s linear infinite;
    animation: ripple 0.8s linear infinite;
    left: 71.8%;
    position: relative;
    top: 14%;
    cursor: pointer;
}

    .circle-ripple6 .showme6 {
        display: block;
        padding: 5px;
        color: #484848;
        font-size: 16px;
        width: 120px;
        background-color: rgba(255,255,255,.9);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
        margin-top: 100%;
        position: absolute;
        opacity: 0.9;
        transition: 0.3s;
        top: 100%;
        right: -40px;
    }

        .circle-ripple6 .showme6:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            border-top: 8px solid #ffffff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            transform: rotate(180deg);
            transform-origin: -70% -150% 0;
        }

    .circle-ripple6:hover .showme6 {
        display: block;
        padding: 5px;
        color: #fff;
        font-size: 16px;
        width: 100px;
        background-color: rgba(73,117,125,.8);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
    }

.circle-ripple7 {
    background-color: #6cf4be;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: ripple 0.8s linear infinite;
    animation: ripple 0.8s linear infinite;
    left: 82.2%;
    position: relative;
    top: 31%;
    cursor: pointer;
}

    .circle-ripple7 .showme7 {
        display: block;
        padding: 5px;
        color: #484848;
        font-size: 16px;
        width: 150px;
        background-color: rgba(255,255,255,.9);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
        margin-top: 100%;
        position: absolute;
        opacity: 0.9;
        transition: 0.3s;
        top: 100%;
        right: -40px;
    }

        .circle-ripple7 .showme7:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            border-top: 8px solid #ffffff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            transform: rotate(180deg);
            transform-origin: -70% -150% 0;
        }

    .circle-ripple7:hover .showme7 {
        display: block;
        padding: 5px;
        color: #fff;
        font-size: 16px;
        width: 150px;
        background-color: rgba(73,117,125,.8);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
    }

.circle-ripple8 {
    background-color: #a3bbf3;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: ripple 0.8s linear infinite;
    animation: ripple 0.8s linear infinite;
    left: 83.8%;
    position: relative;
    top: 62%;
    cursor: pointer;
}

    .circle-ripple8 .showme8 {
        display: block;
        padding: 5px;
        color: #484848;
        font-size: 16px;
        width: 120px;
        background-color: rgba(255,255,255,.9);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
        margin-top: 100%;
        position: absolute;
        opacity: 0.9;
        transition: 0.3s;
        top: 100%;
        right: -40px;
    }

        .circle-ripple8 .showme8:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            border-top: 8px solid #ffffff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            transform: rotate(180deg);
            transform-origin: -70% -150% 0;
        }

    .circle-ripple8:hover .showme8 {
        display: block;
        padding: 5px;
        color: #fff;
        font-size: 16px;
        width: 120px;
        background-color: rgba(73,117,125,.8);
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        text-align: center;
    }

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(139, 193, 203, 0.3), 0 0 0 1em rgba(139, 193, 203, 0.3), 0 0 0 3em rgba(139, 193, 203, 0.3), 0 0 0 5em rgba(139, 193, 203, 0.3);
    }

    50% {
        box-shadow: 0 0 0 1em rgba(160, 208, 217, 0.3), 0 0 0 3em rgba(160, 208, 217, 0.3), 0 0 0 5em rgba(160, 208, 217, 0.3), 0 0 0 6em rgba(160, 208, 217, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(139, 193, 203, 0.3), 0 0 0 1em rgba(139, 193, 203, 0.3), 0 0 0 3em rgba(139, 193, 203, 0.3), 0 0 0 5em rgba(139, 193, 203, 0.3);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(160, 208, 217, 0.3), 0 0 0 3em rgba(160, 208, 217, 0.3), 0 0 0 5em rgba(160, 208, 217, 0.3), 0 0 0 6em rgba(160, 208, 217, 0);
    }
}
/*======================Ramesh End=====================*/
/* effect-v1 */
.effect-v1 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v1:before {
        border: 1px solid #ffffff;
        bottom: 20px;
        content: "";
        left: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        z-index: 1;
    }

    .effect-v1 img {
        -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
        -o-transform: scale(1.12);
        transform: scale(1.12);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

    .effect-v1 .action {
        -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
        -o-transform: scale(1.12);
        transform: scale(1.12);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

    .effect-v1:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .effect-v1:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .effect-v1:hover .action {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }

/* effect-v2*/
.effect-v2 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v2:before {
        border: 1px solid #ffffff;
        bottom: 20px;
        content: "";
        left: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transform: translate3d(-20px, 0px, 0px);
        transform: translate3d(-20px, 0px, 0px);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        z-index: 1;
    }

    .effect-v2 img {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

    .effect-v2 .action {
        -webkit-transform: translate3d(-10px, 0px, 0px);
        transform: translate3d(-10px, 0px, 0px);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

    .effect-v2:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    .effect-v2:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transform: scale(1.2, 1);
        -ms-transform: scale(1.2, 1);
        -o-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }

    .effect-v2:hover .action {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        filter: alpha(opacity=100);
    }

/* effect-v3*/
.effect-v3 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v3:before, .effect-v3:after {
        bottom: 20px;
        content: "";
        left: 20px;
        opacity: 0;
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        z-index: 1;
    }

    .effect-v3:before {
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    .effect-v3:after {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    .effect-v3 img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
    }

    .effect-v3 .banner-title {
        -webkit-transform: translate3d(0px, -20px, 0px);
        transform: translate3d(0px, -20px, 0px);
        -webkit-transition: transform 0.35s ease 0s;
        -o-transition: transform 0.35s ease 0s;
        transition: transform 0.35s ease 0s;
    }

    .effect-v3 .action {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0px, 40px, 0px);
        transform: translate3d(0px, 40px, 0px);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

    .effect-v3:hover:before, .effect-v3:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .effect-v3:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .effect-v3:hover .banner-title, .effect-v3:hover .action {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

/* effect-v4*/
.effect-v4 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v4:before {
        border: 2px solid #ffffff;
        bottom: 20px;
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
        content: "";
        left: 20px;
        opacity: 0;
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        z-index: 1;
    }

    .effect-v4 img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
    }

    .effect-v4 .banner-title {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform 0.35s ease 0s;
        -o-transition: transform 0.35s ease 0s;
        transition: transform 0.35s ease 0s;
    }

    .effect-v4 .action {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

    .effect-v4:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .effect-v4:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .effect-v4:hover .banner-title {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }

    .effect-v4:hover .action {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

/* effect-v5*/
.effect-v5 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v5 img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
        -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
        transition: opacity 1s ease 0s, transform 1s ease 0s;
    }

    .effect-v5 .action {
        transform: translate3d(-150%, 0px, 0px);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

        .effect-v5 .action:first-child {
            -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
        }

        .effect-v5 .action:nth-of-type(2) {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .effect-v5 .action:nth-of-type(3) {
            -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
        }

    .effect-v5:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
        transform: scale3d(1.1, 1.1, 1);
    }

    .effect-v5:hover .action {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale3d(1.1, 1.1, 1);
        transform: translate3d(0px, 0px, 0px);
    }

        .effect-v5:hover .action:first-child {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

        .effect-v5:hover .action:nth-of-type(2) {
            -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
        }

        .effect-v5:hover .action:nth-of-type(3) {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

/* effect-v6*/
.effect-v6 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v6 img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
    }

    .effect-v6 .action {
        transform: translate3d(0px, -100px, 0px);
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        opacity: 0;
    }

    .effect-v6:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .effect-v6:hover .action {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }

/* effect-v7*/
.effect-v7 {
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v7:before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
        -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
        transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
        z-index: 1;
        border: 200px double transparent;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .effect-v7:hover:before {
        opacity: 0;
        filter: alpha(opacity=0);
        border: 0 double rgba(255, 255, 255, 0.7);
        visibility: hidden;
    }

/* effect-v8*/
.effect-v8 {
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v8:before {
        border-bottom: 50px solid rgba(255, 255, 255, 0.4);
        border-top: 50px solid rgba(255, 255, 255, 0.4);
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transform-origin: 50% 50% 0;
        width: 100%;
    }

    .effect-v8:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
        -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    }

/* effect-v9*/
.effect-v9 {
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v9:before {
        border: 50px solid transparent;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        top: 0;
        content: "";
        opacity: 1;
        filter: alpha(opacity=100);
        width: 100px;
        height: 100px;
        -webkit-transform: scale(7);
        -ms-transform: scale(7);
        -o-transform: scale(7);
        transform: scale(7);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        visibility: visible;
        z-index: 1;
    }

    .effect-v9:hover:before {
        border: 0 solid rgba(0, 0, 0, 0.7);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }

/* effect-v10*/
.effect-v10 {
    overflow: hidden;
    position: relative;
    /* style for hover */
}

    .effect-v10:before {
        background-color: rgba(255, 255, 255, 0.2);
        display: block;
        width: 100%;
        height: 100%;
        left: -100%;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        content: "";
        z-index: 1;
    }

    .effect-v10:hover:before {
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }

/** 2. Reset **/
/** 2.1. Reset **/
* {
    scrollbar-width: thin;
    scrollbar-color: #ffffff #f8f8f8;
}

    *::-webkit-scrollbar {
        width: 5px;
    }

    *::-webkit-scrollbar-track {
        background: #fff;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #49757d;
        border-radius: 0px;
        border: 3px solid #49757d;
    }

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Product Sans Regular', Arial, sans-serif;
    /*font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    scrollbar-face-color: ThreeDFace !important;
    scrollbar-shadow-color: ThreeDDarkShadow !important;
    scrollbar-highlight-color: ThreeDHighlight !important;
    scrollbar-3dlight-color: ThreeDLightShadow !important;
    scrollbar-darkshadow-color: ThreeDDarkShadow !important;
    scrollbar-track-color: Scrollbar !important;
    scrollbar-arrow-color: ButtonText !important;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

a, p, strong, ul, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    /*font-family: 'Product Sans Light Regular', Helvetica, Arial, sans-serif;*/
}

h1 {
    font-size: 24px;
}

h2 {
    text-align: left;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

li {
    list-style: none;
    outline: none;
}

a:focus, input:focus {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    overflow-x: hidden;
    position: relative;
    right: 0;
    left: 0px;
    background: #f6f6f4 !important;
}

.pushmenu {
    /*this is the nav*/
    background: #fff;
    text-align: center;
    width: 364px;
    height: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
    padding: 0px 25px;
}

.pushmenu-left {
    right: -364px;
}

    .pushmenu-left.pushmenu-open {
        right: 0;
    }

.pushmenu-push-toright {
    right: 364px;
    left: inherit;
}

/*Transition*/
.pushmenu, body {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pushmenu-push-toright .wrappage {
    position: relative;
}

    .pushmenu-push-toright .wrappage:after {
        position: absolute;
        background: rgba(29, 29, 31, 0.6) none repeat scroll 0 0;
        content: "";
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
        z-index: 9999;
        cursor: pointer;
    }

.center {
    text-align: center;
}

/** 2.2. Default base **/
/** 2.2.1.	Button **/
.dropdown-menu {
    background-color: #333333;
    border-radius: 0px;
    box-shadow: none;
    margin-top: 10px;
    padding: 0px;
    transform: translate(0px, 20px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .dropdown-menu.hover {
        transform: translate(0px, 0px);
    }

    .dropdown-menu li {
        border-bottom: 1px solid #444;
    }

        .dropdown-menu li:last-child {
            border-bottom: none;
        }

        .dropdown-menu li a {
            color: #888888;
            font-size: 11px;
            line-height: 40px;
            display: inline-block;
            text-transform: uppercase;
            width: 100%;
            padding: 15px 20px !important;
            padding: 15px 20px !important;
        }

            .dropdown-menu li a:hover, .dropdown-menu li a:active, .dropdown-menu li a:focus {
                background: #efefef !important;
                color: #ddd;
            }

.padding-rl-15 {
    padding-left: 15px;
    padding-right: 15px;
}

iframe {
    border: none;
}

.box {
    display: inline-block;
    width: 100%;
}

.width-100 {
    width: 100%;
}

.center {
    text-align: center;
}

.border-bottom-home1 {
    height: 6px;
    width: 100%;
    background: url(../images/Hermes-home1-border-bottom.png) repeat-x;
}

.tooltip.right {
    max-width: 200px;
}

.box {
    display: inline-block;
    width: 100%;
}

.dropcap {
    display: inline-block;
    width: 56px;
    height: 56px;
    text-align: center;
    float: left;
    background: #000;
    color: #fff;
    margin-right: 10px;
    margin-top: 7px;
    line-height: 56px;
    font: 500 30px "Poppins";
}

.title-text {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    position: relative;
}

    .title-text h3 {
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
        line-height: 30px;
        display: inline-block;
        padding-bottom: 10px;
        position: relative;
        letter-spacing: 2px;
        font-weight: 700;
    }

        .title-text h3:after {
            position: absolute;
            content: "";
            height: 2px;
            width: 50px;
            left: 50%;
            bottom: 0px;
            margin-left: -25px;
            background: #000;
        }

    .title-text p {
        font-size: 14px;
        color: #888888;
        line-height: 25px;
        font-family: "TXGR";
        margin-top: 10px;
    }

    .title-text.title-text-v2 {
        text-align: left;
        margin: 30px 0px;
    }

        .title-text.title-text-v2:before {
            position: static;
        }

        .title-text.title-text-v2 h3 {
            font-size: 24px;
            padding: 0;
        }

        .title-text.title-text-v2.title-text-v3 {
            position: relative;
        }

            .title-text.title-text-v2.title-text-v3 h3 {
                font-size: 36px;
                color: #555555;
                position: relative;
            }

                .title-text.title-text-v2.title-text-v3 h3:after {
                    position: absolute;
                    content: "";
                    top: -50px;
                    background: #6dd6d6;
                    height: 5px;
                    width: 30px;
                    left: 0px;
                }

            .title-text.title-text-v2.title-text-v3 p {
                font-family: "Lora";
                font-style: italic;
                color: #888888;
                width: 100%;
                margin-top: 30px;
            }

            .title-text.title-text-v2.title-text-v3 ul.tabs {
                position: absolute;
                top: 0px;
                right: 0px;
            }

                .title-text.title-text-v2.title-text-v3 ul.tabs li {
                    font-family: "Lora";
                    font-style: italic;
                    font-weight: 700;
                    font-size: 18px;
                    text-transform: capitalize;
                    color: #888888;
                }

                    .title-text.title-text-v2.title-text-v3 ul.tabs li.active, .title-text.title-text-v2.title-text-v3 ul.tabs li:hover {
                        color: #6dd6d6;
                        border-bottom: 1px solid #6dd6d6;
                    }

    .title-text.title-about {
        margin-top: 0px;
    }

        .title-text.title-about h3 {
            background: none;
        }

        .title-text.title-about:before {
            position: static;
        }

    .title-text.border-color-red h3:after {
        background: #e95252;
    }

.title-text-v2 {
    text-align: center;
}

    .title-text-v2 h3 {
        font: 400 48px/50px "Playfair Display";
        color: #2b2b2b;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

.title-v1 {
    width: 100%;
    /*border-bottom: 1px solid #cacaca;*/
    float: left;
    /* margin-bottom: 30px;*/
}

    .title-v1 h3 {
        display: inline-block;
        float: left;
        font: 400 24px/30px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #333;
        position: relative;
        padding-bottom: 0px;
        text-transform: uppercase;
    }

        .title-v1 h3:after {
            position: absolute;
            content: '';
            left: 0px;
            bottom: -1px;
            background: #333;
            right: 0px;
            height: 2px;
        }

    .title-v1 span {
        font-weight: 400;
    }

    .title-v1 .orther-link {
        margin-top: 5px;
        float: right;
        text-align: right;
    }

        .title-v1 .orther-link li {
            display: inline-block;
        }

            .title-v1 .orther-link li a {
                font: 400 14px/20px "Lato";
                color: #999;
                margin-left: 10px;
            }

                .title-v1 .orther-link li a:hover {
                    color: black;
                }

            .title-v1 .orther-link li:first-child a {
                margin-right: 0px;
            }

.tile-lookbook-v2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

    .tile-lookbook-v2 span.icons {
        font-size: 80px;
        color: #000;
    }

    .tile-lookbook-v2 p {
        font: 400 24px "Playfair Display";
        color: #000;
        line-height: 30px;
        padding: 20px;
        max-width: 1120px;
        margin: 0 auto;
    }

        .tile-lookbook-v2 p b {
            font-weight: 700;
        }

        .tile-lookbook-v2 p span {
            font-style: italic;
        }

    .tile-lookbook-v2 h3 {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 30px;
        position: relative;
        padding-top: 20px;
        margin-top: 10px;
    }

        .tile-lookbook-v2 h3:after {
            position: absolute;
            content: "";
            left: 50%;
            width: 60px;
            height: 2px;
            background: #e8e8e8;
            margin-left: -30px;
            top: 0px;
        }

.title-product {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .title-product h3 {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: inline-block;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

        .title-product h3:after {
            position: absolute;
            content: "";
            left: 50%;
            height: 2px;
            width: 50px;
            background: #000;
            margin-left: -25px;
            bottom: 0px;
        }

.slider-product.tabs-title-v2 {
    text-align: center;
    position: relative;
}

    .slider-product.tabs-title-v2:before {
        content: "";
        background: #e8e8e8;
        width: 100%;
        left: 0px;
        top: 50px;
        height: 1px;
        position: absolute;
    }

    .slider-product.tabs-title-v2 .tabs {
        border: none;
        position: relative;
        width: auto;
        margin: 0 auto 30px;
        background: #fff;
    }

        .slider-product.tabs-title-v2 .tabs li:hover:before, .slider-product.tabs-title-v2 .tabs li.active:before {
            bottom: -8px;
            background: #e95252;
        }

ul.tabs.tabs-title.tabs-title-por li {
    padding: 0 30px;
}

.button-v2 {
    padding: 7px 10px;
    border-radius: 0px;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    font-size: 10px;
}

    .button-v2.hover-black {
        padding: 7px 10px !important;
    }

    .button-v2.color-black {
        color: #000;
        border-color: #000;
    }

.hover-images {
    overflow: hidden;
    display: inline-block;
}

    .hover-images img {
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .hover-images:hover img {
        transform: scale(1.05);
    }

.title-v2 {
    width: 100%;
    border-bottom: 3px solid #cacaca;
    margin-bottom: 30px;
}

    .title-v2 h3 {
        display: inline-block;
        font-size: 24px;
        font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #333333;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 10px;
        color: #cacaca;
    }

        .title-v2 h3:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 3px;
            background: #db2e1c;
            bottom: -3px;
            left: 0px;
        }

.link-icon-black {
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../images/Uno-button-icon.png) no-repeat scroll center top;
    display: inline-block;
    margin-left: 5px;
}

.link-icon-white {
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../images/Uno-button-icon.png) no-repeat scroll center bottom;
    display: inline-block;
    margin-left: 5px;
}

.link-icon-gray {
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../images/Uno-button-icon.png) no-repeat scroll center -41px;
    display: inline-block;
    margin-left: 5px;
}

.title-page h3 {
    font-size: 80px;
    display: inline-block;
    width: 100%;
    font-family: "Playfair Display";
    color: #000;
    text-align: center;
    position: relative;
    line-height: 55px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .title-page h3:after {
        position: absolute;
        content: "";
        left: 50%;
        bottom: 0px;
        width: 225px;
        height: 7px;
        background: url(../images/title-page-border.jpg) no-repeat;
        margin-left: -112px;
    }

.title-page.size-50 h3 {
    font-size: 50px;
    margin: 10px;
}

.title-page.size-50 p {
    text-align: center;
    font: 300 12px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
    color: #a5a5a5;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

ul.tabs.title span {
    font-size: 30px;
    color: #222;
}

ul.tabs.title li {
    font-size: 30px;
    color: #222;
}

    ul.tabs.title li.active, ul.tabs.title li:hover {
        color: #808f66;
    }

ul.tabs.title p {
    font-family: "TXGR";
    font-size: 13px;
    color: #888888;
}

ul.bastian {
    display: inline-block;
    width: 100%;
    margin-bottom: 100px;
}

    ul.bastian li {
        float: left;
        width: 33.33%;
        text-align: center;
        display: inline-block;
        padding: 15px 0px;
        border: 1px solid #000;
    }

        ul.bastian li:first-child {
            border-right: none;
        }

        ul.bastian li:last-child {
            border-left: none;
        }

        ul.bastian li p {
            font: 300 12px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            color: #7c7c7c;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

            ul.bastian li p span {
                font-weight: 700;
                color: #000;
            }

.content-text h3 {
    font: 400 25px/30px "Playfair Display";
    color: #000;
    text-transform: capitalize;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

    .content-text h3:after {
        position: absolute;
        content: "";
        left: 0px;
        width: 50px;
        height: 1px;
        background: #000;
        bottom: 0px;
    }

.content-text p {
    font: 400 13px/20px "Poppins";
    color: #858585;
}

.content-text.center {
    text-align: center;
}

    .content-text.center h3:after {
        left: 50%;
        margin-left: -25px;
    }

.breadcrumb {
    background: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #2e2e2e;
}

    .breadcrumb li {
        font-size: 12px;
        display: inline-block;
        font-family: "Poppins";
        font-weight: 400;
        padding-right: 20px;
        position: relative;
    }

        .breadcrumb li:last-child:after {
            content: "";
        }

        .breadcrumb li:after {
            position: absolute;
            content: "";
            right: 8px;
            font-family: "FontAwesome";
            font-size: 12px;
            top: -1px;
            color: #fff;
        }

        .breadcrumb li.active {
            color: #717171;
        }

        .breadcrumb li a {
            color: #fff;
        }

.return-home a:first-child {
    margin-right: 20px;
}

.banner-grid {
    padding: 0px;
}

    .banner-grid img {
        width: 100%;
    }

.bg-white {
    background-color: #fff;
}

.link-v1 {
    font: 700 16px/38px "Roboto Condensed";
    color: #333;
    width: 180px;
    text-align: center;
    display: inline-block;
    border: 1px solid #333;
    text-transform: uppercase;
    color: #333;
}

    .link-v1.color-brand {
        color: #db2e1c;
        border-color: #db2e1c;
    }

    .link-v1:hover {
        background: #333;
        color: #fff;
        border-color: #333;
    }

.link-ver1 {
    display: inline-block;
    height: 60px;
    min-width: 60px;
    padding: 0 20px;
    text-align: center;
    background: transparent;
    border: 2px solid #3e3e3e;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

    .link-ver1 i {
        font-size: 18px;
        line-height: 56px;
        color: #ffffff;
        font-weight: 400;
    }

    .link-ver1:hover {
        border-color: #e95252;
        color: #e95252;
    }

        .link-ver1:hover i {
            color: #e95252;
        }

.acc-login .form-group .btn:nth-child(2n+1) {
    width: 48%;
    margin-right: 2%;
    float: left;
    padding: 5px;
}

.acc-login .form-group .btn:nth-child(2n) {
    margin-left: 2%;
    width: 48%;
    float: left;
    padding: 5px;
}

.margin-top-30 {
    margin-top: 30px;
}

.color-red {
    color: #ff1313;
}

.button1 {
    font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: none;
}

.button2 {
    width: 140px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #db2e1c;
    color: #db2e1c;
    background: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
}

.hover-control-wrap .owl-carousel:hover .owl-prev {
    opacity: 0;
    transform: translate3d(-60px, 0px, 0px);
}

.hover-control-wrap .owl-carousel:hover .owl-next {
    opacity: 0;
    transform: translate3d(60px, 0px, 0px);
}

.hover-control-wrap:hover .owl-carousel .owl-prev, .hover-control-wrap:hover .owl-carousel .owl-next {
    opacity: 100;
    transform: translate3d(0px, 0px, 0px);
}

.hover-effect-images, .hover-effect-images-ver2 {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .hover-effect-images img, .hover-effect-images-ver2 img {
        -webkit-transition: all 900ms ease 0s;
        -o-transition: all 900ms ease 0s;
        transition: all 900ms ease 0s;
    }

    .hover-effect-images:before, .hover-effect-images-ver2:before {
        background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
        bottom: 0px;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
        -webkit-transition: all 900ms ease 0s;
        -o-transition: all 900ms ease 0s;
        transition: all 900ms ease 0s;
    }

    .hover-effect-images:hover img, .hover-effect-images-ver2:hover img {
        transform: scale(1.1);
    }

    .hover-effect-images:hover:before, .hover-effect-images-ver2:hover:before {
        left: 50%;
        opacity: 1;
        right: 50%;
    }

    .hover-effect-images-ver2:after {
        background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
        bottom: 0px;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
        -webkit-transition: all 900ms ease 0s;
        -o-transition: all 900ms ease 0s;
        transition: all 900ms ease 0s;
    }

    .hover-effect-images-ver2:hover:after {
        top: 50%;
        bottom: 50%;
        opacity: 1;
    }

/** 3. Mixins **/
/** Loadding **/
@-webkit-keyframes engoloaddingmini {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes engoloaddingmini {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/** Responsive mixin **/
/** 4. Elements **/
/** 4.1. Accordions **/
.shipping-container {
    margin-bottom: 60px;
}

    .shipping-container .shipping-content {
        border: 1px solid #ececec;
        display: inline-block;
        width: 100%;
        padding: 10px 0px;
    }

    .shipping-container .col-md-4 {
        text-align: center;
        border-right: 1px solid #ececec;
        padding: 10px 0px;
    }

        .shipping-container .col-md-4 h3 {
            display: inline-block;
            font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            font-weight: 700;
            font-size: 12px;
            letter-spacing: 3px;
            vertical-align: 3px;
            color: #000;
        }

        .shipping-container .col-md-4 i {
            margin-right: 10px;
            font-size: 18px;
        }

        .shipping-container .col-md-4:last-child {
            border-right: none;
        }

    .shipping-container.shipping-container-home8 {
        background: #141414;
        margin-bottom: 0px;
        padding-bottom: 30px;
    }

        .shipping-container.shipping-container-home8 .shipping-content {
            border: 1px solid #2d2d2d;
        }

        .shipping-container.shipping-container-home8 .col-md-4 {
            border-color: #2d2d2d;
        }

            .shipping-container.shipping-container-home8 .col-md-4 h3 {
                color: #fff;
            }

            .shipping-container.shipping-container-home8 .col-md-4 i {
                color: #fff;
            }

.shipping-v2 {
    background: url(../images/shipping-v2.jpg) no-repeat;
    overflow: hidden;
    padding: 55px 0px;
    text-align: center;
}

    .shipping-v2.home3-shiping {
        background: none;
        border: 3px solid #eaeaea;
    }

        .shipping-v2.home3-shiping h3 {
            color: #2b2b2b;
            letter-spacing: 2px;
        }

        .shipping-v2.home3-shiping .col-md-3:after {
            background: #eaeaea;
        }

    .shipping-v2 i {
        font-size: 40px;
        color: #db2e1c;
        margin-bottom: 5px;
    }

    .shipping-v2 h3 {
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2px;
        font-weight: 700;
        line-height: 25px;
        font-family: "Roboto Condensed";
    }

    .shipping-v2 p {
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 300;
        color: #898989;
        line-height: 20px;
    }

    .shipping-v2 .col-md-3 {
        position: relative;
    }

        .shipping-v2 .col-md-3:after {
            position: absolute;
            content: "";
            right: 0px;
            top: 0px;
            width: 1px;
            height: 80px;
            background: #404040;
        }

        .shipping-v2 .col-md-3:last-child:after {
            position: static;
            width: 0px;
        }

/** 4.2. Call to action **/
.blog-post-container {
    display: inline-block;
    margin: 10px 0 50px;
    width: 100%;
}

    .blog-post-container .blog-post-image img {
        max-width: 100%;
    }

    .blog-post-container .post-date {
        font-family: "Lora";
        color: #aaa;
        line-height: 20px;
        font-style: italic;
        margin: 15px 0px;
    }

        .blog-post-container .post-date i {
            font-size: 15px;
            line-height: 20px;
            margin-right: 5px;
            color: #aaa;
        }

    .blog-post-container h3 {
        color: #555;
        text-transform: uppercase;
        line-height: 20px;
        margin-bottom: 10px;
        min-height: 50px;
    }

    .blog-post-container .post-tags a {
        display: inline-block;
        color: #aaa;
        font-family: "Lora";
        font-style: italic;
        line-height: 20px;
        margin-bottom: 10px;
    }

        .blog-post-container .post-tags a.like {
            margin-right: 20px;
            position: relative;
        }

            .blog-post-container .post-tags a.like::after {
                position: absolute;
                content: "";
                background-color: #aaa;
                height: 12px;
                width: 1px;
                right: -12px;
                top: 3px;
            }

        .blog-post-container .post-tags a i {
            margin-right: 5px;
        }

    .blog-post-container .read-more a {
        display: inline-block;
        padding: 10px 30px;
        border-radius: 10px;
        background-color: #eee;
        color: #666;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 20px;
    }

        .blog-post-container .read-more a:hover {
            background-color: #db2e1c;
            color: #fff;
        }

/** 4.3. Our New **/
.home2-head {
    float: left;
    width: 100%;
}

    .home2-head img {
        max-width: 100%;
        max-height:400px;
        overflow: hidden;
        height: 400px;
        object-fit: cover;
        object-position: top;
        width: 100%;
    }

.slider-product {
    display: inline-block;
    width: 100%;
}

    .slider-product .tabs {
        display: inline-block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e9e9e9;
        margin-bottom: 30px;
    }

        .slider-product .tabs li {
            display: inline-block;
            cursor: pointer;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            color: #bdbdbd;
            margin: 0 15px 15px;
            letter-spacing: 3px;
            padding: 0 15px;
            padding-top: 0px;
            position: relative;
        }

            .slider-product .tabs li:after {
                position: absolute;
                content: "";
                right: -22px;
                top: 6px;
                width: 7px;
                height: 7px;
                background: url(../images/uno-slider-tab-icon.png) no-repeat;
            }

            .slider-product .tabs li:hover, .slider-product .tabs li.active {
                color: #000;
            }

                .slider-product .tabs li:hover:before, .slider-product .tabs li.active:before {
                    position: absolute;
                    content: "";
                    bottom: -16px;
                    left: 15px;
                    right: 15px;
                    height: 2px;
                    background: #000;
                }

            .slider-product .tabs li:last-child:after {
                width: 0px;
                height: 0px;
            }

    .slider-product.slider-product-home-8 {
        background: url(../images/bg-home8-slider.jpg);
    }

.tab-container .owl-stage-outer {
    padding: 20px 0px;
}

.title-text ul.tabs {
    float: right;
    display: inline-block;
}

    .title-text ul.tabs li {
        display: inline-block;
        cursor: pointer;
        margin: 0 10px;
        text-transform: uppercase;
        font-weight: 700;
        color: #555555;
        padding-bottom: 5px;
    }

        .title-text ul.tabs li:last-child {
            margin-right: 0px;
        }

        .title-text ul.tabs li.active {
            color: #db2e1c;
            border-bottom: 3px solid #db2e1c;
        }

.related-products .product-details {
    background: #f5f5f5;
    padding: 60px;
    position: relative;
}

    .related-products .product-details:after {
        position: absolute;
        content: "";
        width: 30px;
        height: 118px;
        background: url(../images/Uno-icon-related-product.png) no-repeat;
        top: -2px;
        right: 45px;
    }

    .related-products .product-details h4 {
        font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        font-size: 14px;
        margin-top: 10px;
        color: #000;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        padding-bottom: 15px;
        margin-bottom: 30px;
        position: relative;
    }

        .related-products .product-details h4:after {
            position: absolute;
            width: 50px;
            height: 3px;
            background: #000;
            left: 0px;
            bottom: 0px;
            content: "";
        }

    .related-products .product-details h3 {
        font-family: "Playfair Display";
        font-size: 40px;
        line-height: 30px;
        color: #000;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    .related-products .product-details .category {
        font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        font-size: 12px;
        color: #9d9d9d;
        text-transform: uppercase;
        line-height: 20px;
        margin-bottom: 10px;
        letter-spacing: 2px;
        font-weight: 300;
    }

    .related-products .product-details .price {
        font-family: "Poppins";
        font-size: 40px;
        font-weight: 300;
        color: #000;
        margin: 25px 0 16px;
    }

    .related-products .product-details .product-content {
        color: #858585;
        font-size: 13px;
        font-family: "Poppins";
        line-height: 25px;
        margin-bottom: 50px;
    }

    .related-products .product-details a {
        font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 3px;
        font-size: 10px;
        color: #000;
        text-transform: uppercase;
        display: inline-block;
        height: 32px;
        line-height: 28px;
        padding: 0px 10px;
        margin-bottom: 0px;
        border: 2px solid #000;
    }

.related-products .slider-text {
    height: 46px;
    width: 100%;
    background: #e9e9e9;
}

    .related-products .slider-text h3 {
        font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #000;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        line-height: 46px;
    }

.related-products .product-images {
    overflow: hidden;
}

    .related-products .product-images img {
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .related-products .product-images:hover img {
        transform: scale(1.05);
    }

.featured-product .col-md-5 .product {
    width: 50%;
    float: left;
}

    .featured-product .col-md-5 .product:nth-child(2n+1) {
        padding-right: 15px;
    }

    .featured-product .col-md-5 .product:nth-child(2n) {
        padding-left: 15px;
    }

.featured-product .col-md-7 .products {
    background: #efefef;
}

    .featured-product .col-md-7 .products .product-title {
        font-family: "Playfair Display";
        font-size: 40px;
        color: #000;
        margin-bottom: 15px;
        margin-top: 28px;
    }

    .featured-product .col-md-7 .products .cat {
        font-size: 12px;
        color: #9d9d9d;
        font-weight: 300;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .featured-product .col-md-7 .products .product-price {
        font-family: "Poppins";
        font-size: 20px;
        color: #000;
        margin-bottom: 20px;
    }

.featured-product .dots-show .owl-dots {
    bottom: 200px;
}

.slider-one-item-home3 {
    margin-bottom: 30px;
}

    .slider-one-item-home3 .product {
        position: relative;
    }

        .slider-one-item-home3 .product .text {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 550px;
            height: 350px;
            margin-left: -225px;
            margin-top: -175px;
            background: rgba(255, 255, 255, 0.8);
            text-align: center;
        }

            .slider-one-item-home3 .product .text h4 {
                font-weight: 300;
                letter-spacing: 2px;
                color: #9a9a9a;
                font-style: 12px;
                text-transform: uppercase;
                position: relative;
                padding-bottom: 15px;
                margin-bottom: 20px;
                margin-top: 50px;
            }

                .slider-one-item-home3 .product .text h4:after {
                    position: absolute;
                    content: "";
                    width: 55px;
                    height: 1px;
                    background: #000;
                    margin-left: -23px;
                    left: 50%;
                    bottom: 0px;
                }

            .slider-one-item-home3 .product .text h3 {
                font-family: "Playfair Display";
                font-size: 40px;
                color: #000;
                line-height: 35px;
                margin-bottom: 25px;
            }

            .slider-one-item-home3 .product .text p {
                font-family: "Poppins";
                font-size: 13px;
                color: #858585;
                line-height: 20px;
                max-width: 390px;
                padding: 0 20px;
                margin: 0 auto;
            }

            .slider-one-item-home3 .product .text button {
                border: none;
                color: #fff;
                font-size: 12px;
                background: #000;
                padding: 0px 65px;
                height: 46px;
                line-height: 42px;
                margin-top: 25px;
                border: 2px solid #000;
            }

ul.tabs.tabs-title {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

    ul.tabs.tabs-title.tabs-title-v2 {
        background: #131313;
        margin-bottom: 0px;
        padding: 30px 0px 40px;
    }

        ul.tabs.tabs-title.tabs-title-v2 li {
            color: #fff;
        }

    ul.tabs.tabs-title li {
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        padding: 0 10px;
        cursor: pointer;
        font: 400 18px "Playfair Display";
        color: #2b2b2b;
    }

@media (max-width: 460px) {
    ul.tabs.tabs-title li {
        padding: 0 2px;
        font-size: 10px;
    }
}

ul.tabs.tabs-title li.active, ul.tabs.tabs-title li:hover {
    color: #db2e1c;
}

    ul.tabs.tabs-title li.active span, ul.tabs.tabs-title li:hover span {
        color: #db2e1c;
        border-bottom: 1px solid #e95252;
    }

        ul.tabs.tabs-title li.active span.count, ul.tabs.tabs-title li:hover span.count {
            border: none;
        }

ul.tabs.tabs-title li span.count {
    color: #e95252;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    vertical-align: 10px;
}

.slider-product-2-item, .slider-product-3-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .slider-product-2-item .col-md-3, .slider-product-2-item .col-md-9, .slider-product-3-item .col-md-3, .slider-product-3-item .col-md-9 {
        padding: 0px;
    }

.wrap-slider-slick-home8 {
    display: inline-block;
    width: 100%;
    background: url(../images/home8-slider-slick.jpg) no-repeat;
}

.slider-slick-home8 .slick-slide {
    opacity: 1;
}

    .slider-slick-home8 .slick-slide .product-images {
        display: inline-block;
        position: relative;
    }

        .slider-slick-home8 .slick-slide .product-images:after {
            position: absolute;
            content: "";
            background: rgba(255, 255, 255, 0.7);
            height: 100%;
            width: 100%;
            left: 0px;
            top: 0px;
        }

    .slider-slick-home8 .slick-slide.slick-center .product-images:after {
        width: 0px;
    }

    .slider-slick-home8 .slick-slide h3 {
        font: 400 40px "Playfair Display";
        color: #000;
        text-transform: capitalize;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slider-slick-home8 .slick-slide p {
        font: 400 20px "Poppins";
        line-height: 20px;
        margin-bottom: 20px;
    }

    .slider-slick-home8 .slick-slide .text {
        padding-top: 30px;
    }

.slider-slick-home8 .slick-next {
    right: 500px;
}

.slider-slick-home8 .slick-prev {
    left: 500px;
}

.tab-product-all-v3 .product-title {
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0px;
    text-align: center;
    color: #fff;
    position: absolute;
    font: 400 14px "Poppins";
    z-index: 9;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform: translate(0px, 0px);
}

.tab-product-all-v3 .quick-view {
    transform: translate(0px, 0px);
    position: absolute;
    top: 30%;
    left: 0px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

    .tab-product-all-v3 .quick-view i {
        color: #fff;
        font-size: 18px;
    }

.tab-product-all-v3 .product-price {
    z-index: 9;
}

.tab-product-all-v3 .product {
    position: relative;
}

    .tab-product-all-v3 .product:hover .product-price {
        color: #fff;
    }

    .tab-product-all-v3 .product:hover .product-images img {
        opacity: 0.5;
    }

    .tab-product-all-v3 .product:hover .product-title {
        opacity: 1;
        transform: translate(0px, 80px);
    }

    .tab-product-all-v3 .product:hover .quick-view {
        transform: translate(0px, 30px);
        opacity: 1;
    }

        .tab-product-all-v3 .product:hover .quick-view:after {
            position: absolute;
            content: "";
            left: 50%;
            width: 40px;
            margin-left: -20px;
            bottom: -10px;
            height: 2px;
            background: #fe5252;
        }

    .tab-product-all-v3 .product .product-images {
        background: #000;
    }

        .tab-product-all-v3 .product .product-images img {
            transition: all 0.3s ease 0s;
        }

.tab-product-all ul.tabs.tabs-title {
    background: #333;
}

    .tab-product-all ul.tabs.tabs-title li {
        color: #cacaca;
        font: 400 18px/48px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        position: relative;
    }

        .tab-product-all ul.tabs.tabs-title li.active, .tab-product-all ul.tabs.tabs-title li:hover {
            color: #fff;
            background: #464646;
        }

            .tab-product-all ul.tabs.tabs-title li.active:after, .tab-product-all ul.tabs.tabs-title li:hover:after {
                position: absolute;
                content: '';
                left: 0px;
                right: 0px;
                height: 2px;
                background: red;
                bottom: 0px;
            }

.tab-product-all .tab-content .post-item {
    float: left;
}

    .tab-product-all .tab-content .post-item:nth-child(3n+1) {
        width: calc(33.33% - 20px);
        margin-right: 20px;
    }

    .tab-product-all .tab-content .post-item:nth-child(3n+2) {
        width: calc(33.33% - 20px);
        margin-right: 10px;
        margin-left: 10px;
    }

    .tab-product-all .tab-content .post-item:nth-child(3n) {
        width: calc(33.33% - 20px);
        margin-left: 20px;
    }

@media (max-width: 980px) {
    .tab-product-all .tab-content .post-item:nth-child(2n) {
        width: calc(50% - 15px);
        margin-right: 0px;
        margin-left: 15px;
    }

    .tab-product-all .tab-content .post-item:nth-child(2n+1) {
        width: calc(50% - 15px);
        margin-right: 15px;
        margin-left: 0px;
    }
}

@media (max-width: 639px) {
    .tab-product-all .tab-content .post-item:nth-child(2n), .tab-product-all .tab-content .post-item:nth-child(2n+1) {
        width: 100%;
        margin: 0px;
    }
}

.upsell-product.products {
    margin: 0px 0px 30px 0px;
}

.home7-control.owl-carousel .owl-controls .owl-nav .owl-prev, .home7-control.owl-carousel .owl-controls .owl-nav .owl-next {
    margin: 0px;
    background: rgba(0, 0, 0, 0.3);
    height: 50px;
    width: 50px;
    transform: translateY(-50%);
}

    .home7-control.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .home7-control.owl-carousel .owl-controls .owl-nav .owl-next:hover {
        background: black;
    }

    .home7-control.owl-carousel .owl-controls .owl-nav .owl-prev i, .home7-control.owl-carousel .owl-controls .owl-nav .owl-next i {
        color: #fff;
        margin-top: 13px;
    }

.slider-user {
    padding-top: 50px;
    padding-bottom: 30px;
    background-attachment: fixed;
}

    .slider-user .slider-dot-images p, .slider-user .slider-dot-images h3 {
        color: #fff;
    }

    .slider-user .slider-dot-images h3 {
        font-weight: 700;
    }

.slider-dot-images {
    text-align: left;
    padding: 0px;
    margin-bottom: 30px;
}

    .slider-dot-images .text {
        text-align: left;
    }

    .slider-dot-images .owl-dots {
        text-align: left;
        width: 100%;
        margin-top: 20px;
    }

        .slider-dot-images .owl-dots .owl-dot {
            display: inline-block;
            background-size: calc(100% - 14px);
            background-repeat: no-repeat;
            background-position: center;
            height: 145px;
            width: calc(20% - 12px);
            text-align: center;
            border-radius: 0px;
            transition: all 0.5s ease 0s;
            border: 1px solid #ddd;
            margin-left: 4px;
            margin-right: 8px;
            position: relative;
        }



@media (max-width: 479px) {
    .slider-dot-images .owl-dots .owl-dot {
        height: 50px;
    }
}

.slider-dot-images .owl-dots .owl-dot:nth-child(3), .slider-dot-images .owl-dots .owl-dot:nth-child(4) {
    margin-right: 4px;
    margin-left: 8px;
}

.slider-dot-images .owl-dots .owl-dot:first-child {
    margin-right: 12px;
    margin-left: 0px;
}

.slider-dot-images .owl-dots .owl-dot:last-child {
    margin-left: 12px;
    margin-right: 0px;
}

.slider-dot-images .owl-dots .owl-dot:hover span:after {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 7px;
    right: 7px;
    left: 7px;
    bottom: 7px;
    content: '';
}

.slider-dot-images .owl-dots .owl-dot.active:after, .slider-dot-images .owl-dots .ordering span.owl-dot:hover:after, .ordering .slider-dot-images .owl-dots span.owl-dot:hover:after, .slider-dot-images .owl-dots .owl-dot.active:before, .slider-dot-images .owl-dots .ordering span.owl-dot:hover:before, .ordering .slider-dot-images .owl-dots span.owl-dot:hover:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    bottom: 100%;
}

.slider-dot-images .owl-dots .owl-dot.active:before, .slider-dot-images .owl-dots .ordering span.owl-dot:hover:before, .ordering .slider-dot-images .owl-dots span.owl-dot:hover:before {
    border: 9px solid transparent;
    border-bottom-color: #ddd;
    left: calc(50% - 9px);
}

.slider-dot-images .owl-dots .owl-dot.active:after, .slider-dot-images .owl-dots .ordering span.owl-dot:hover:after, .ordering .slider-dot-images .owl-dots span.owl-dot:hover:after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    left: calc(50% - 8px);
}

.featured-products {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

    .featured-products .products .product {
        float: left;
        padding: 0 10px;
        position: relative;
        border-bottom: 1px solid #e8e8e8;
        padding-top: 30px;
        padding-bottom: 10px;
    }

        .featured-products .products .product:after {
            position: absolute;
            content: "";
            top: 30px;
            bottom: 30px;
            width: 1px;
            background: #e8e8e8;
            right: 0px;
        }


@media (min-width: 481px) and (max-width: 1199px) {
    .featured-products .products .product {
        width: 25%;
    }

        .featured-products .products .product:nth-last-child(1), .featured-products .products .product:nth-last-child(2), .featured-products .products .product:nth-last-child(3), .featured-products .products .product:nth-last-child(4) {
            border-bottom: none;
        }

        .featured-products .products .product:nth-child(4n):after {
            width: 0px;
        }
}

@media (max-width: 480px) {
    .circle-ripple1 {
        width: .2em;
        height: .2em;
        left: 49.8%;
        top: 28%;
        cursor: pointer;
    }

    .circle-ripple2 {
        background-color: #ff456f;
        width: .2em;
        height: .2em;
        left: 21.8%;
        top: 41%;
    }

    .circle-ripple3 {
        background-color: #ffcd7b;
        width: .2em;
        height: .2em;
        left: 30.2%;
        top: 67%;
    }

    .circle-ripple4 {
        width: .2em;
        height: .2em;
        left: 55%;
        top: 36%;
    }

    .circle-ripple5 {
        background-color: #c96cf4;
        width: .2em;
        height: .2em;
        left: 65.3%;
        top: 46%;
        cursor: pointer;
    }

    .circle-ripple7 {
        width: .2em;
        height: .2em;
        top: 34%;
        cursor: pointer;
    }

    .circle-ripple8 {
        width: .2em;
        height: .2em;
        left: 83.8%;
        top: 53%;
        cursor: pointer;
    }

    .login_bg h2 {
        font-size: 20px;
    }

    .featured-products .products .product {
        width: 50%;
    }

        .featured-products .products .product:nth-last-child(1), .featured-products .products .product:nth-last-child(2) {
            border-bottom: none;
        }

        .featured-products .products .product:nth-child(2n):after {
            width: 0px;
        }
}

.featured-products.new-arrivals .products .product {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.rtl .featured-products.new-arrivals .products .product {
    text-align: right;
}

.featured-products.new-arrivals .products .product:after {
    width: 0px;
}

.full-width.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.wrap-slide-youtube {
    padding: 30px 0px;
    background: #333;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .wrap-slide-youtube .owl-carousel .owl-item {
        opacity: 0.6;
        transition: all 0.4s ease 0s;
    }

        .wrap-slide-youtube .owl-carousel .owl-item.active, .wrap-slide-youtube .owl-carousel .ordering span.owl-item:hover, .ordering .wrap-slide-youtube .owl-carousel span.owl-item:hover {
            opacity: 1;
        }

    .wrap-slide-youtube.ver2 {
        background: #e4e4e4;
    }

.slide-item-youtube .overlay .images:before {
    z-index: 1;
}

.slide-item-youtube .post-item .text {
    z-index: 2;
}

#box-user {
    width: 980px;
}

    #box-user iframe {
        background: #000;
        width: 100% !important;
    }

.slide-four-item {
    float: left;
}

.home3-slideshow {
    margin-bottom: 60px;
    overflow: hidden;
}

    .home3-slideshow .col-md-3, .home3-slideshow .col-md-6, .home3-slideshow .col-md-12 {
        padding: 1px;
    }

        .home3-slideshow .col-md-3 .col-md-12 {
            padding-top: 0px;
        }

        .home3-slideshow .col-md-3.item-end {
            padding-top: 3px;
        }

    .home3-slideshow img {
        width: 100%;
    }

    .home3-slideshow .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .home3-slideshow .owl-carousel .owl-item {
        opacity: 0.5;
    }

        .home3-slideshow .owl-carousel .owl-item.active, .home3-slideshow .owl-carousel .ordering span.owl-item:hover, .ordering .home3-slideshow .owl-carousel span.owl-item:hover {
            opacity: 1;
        }

    .home3-slideshow .overlay .images:before {
        z-index: 1;
    }

.slider-for .items {
    position: relative;
}

.slider-for p {
    position: absolute;
    color: #fff;
    bottom: 180px;
    left: 0px;
    right: 0px;
    margin: auto;
    font: 400 16px/20px "Lato";
    max-width: 650px;
    width: 100%;
}



@media (max-width: 767px) {
    .slider-for p {
        font-size: 12px;
        line-height: 15px;
    }
}

.slider-nav {
    margin-top: -150px;
    position: relative;
}

    .slider-nav .items {
        padding: 0 15px;
    }



    .slider-nav img {
        width: 100%;
        opacity: 0.5;
    }

    .slider-nav .slick-current img {
        opacity: 1;
    }

    .slider-nav .items:focus {
        outline: none;
    }

    .slider-nav .slick-next, .slider-nav .slick-prev {
        font-size: 0px;
        outline: none;
        background: none;
        border: none;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -10px;
        z-index: 99999;
    }

        .slider-nav .slick-next:before, .slider-nav .slick-prev:before {
            content: '\f053';
            font: normal normal normal 18px/1 FontAwesome;
            color: #fff;
        }

    .slider-nav .slick-next {
        left: inherit;
        right: 20px;
    }

        .slider-nav .slick-next:before {
            content: '\f054';
        }

.container.padding-lr-0 {
    padding-left: 0px;
    padding-right: 0px;
}

/** 4.4. Banner Center **/
.banner-private {
    position: relative;
}

    .banner-private img {
        width: 100%;
    }

    .banner-private .text {
        position: absolute;
        bottom: 50px;
        left: 50px;
        color: #333;
    }

        .banner-private .text h2 {
            text-transform: uppercase;
        }

        .banner-private .text p {
            font-weight: 300;
        }

        .banner-private .text img {
            width: auto;
        }

    .banner-private.center .text {
        text-align: center;
        right: 35px;
        bottom: 65%;
        transform: translateY(50%);
    }

        .banner-private.center .text img {
            margin: auto;
            margin-bottom: 15px;
            opacity: 1;
        }

        .banner-private.center .text h2 {
            font: 400 60px/60px "Playfair Display";
            color: #333;
            text-transform: capitalize;
            margin-bottom: 15px;
            padding-bottom: 15px;
            position: relative;
        }

        .banner-private.center .text p {
            font: 300 18px/25px "Roboto Condensed";
            color: #565656;
        }

.banner-home2 img {
    width: 100%;
}

.banner-home2 .col-md-5 {
    position: relative;
}

    .banner-home2 .col-md-5 a:first-child {
        margin-bottom: 37px;
    }

    .banner-home2 .col-md-5 .hover-effect-border {
        display: inline-block;
        position: relative;
    }

@media (min-width: 768px) and (max-width: 1024px) {
   
    .single-post .content h3 {
        font: 400 20px/35px 'Product Sans Light Regular', Helvetica, Arial, sans-serif;
    }
    .headericon-bar a {
        padding: 1rem 1.5rem;
    }

    .socialicon_header {
        position: absolute;
        margin-top: 5%;
        right: 0;
    }

    .HeaderGradient {
        border-left: none;
        z-index: 1024;
    }

        .HeaderGradient::before {
            border-top: none;
            border-right: none;
            /*width: 200px;*/
        }

    .navbar-nav > li {
        text-align: center;
        padding: 0 5px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
    }

    .banner-home2 .col-md-5 .hover-effect-border {
        width: 100%;
    }

    .logo-mobile img {
        width: 100px;
    }

    mega-menu {
        padding-left: 0px;
    }

    .flip_card_black_bg {
        width: 115px;
        height: 115px;
    }

    .flip_card_black_bg_front img {
        width: 100px;
    }

    .flip_card_white_bg {
        width: 115px;
        height: 115px;
    }

    .flip_card_white_bg_front img {
        width: 100px;
    }

    .footerspacelogo {
        padding-top: 12px !important;
    }
}

@media (min-width: 800px) and (max-width: 1280px) {
    .socialicon_header {
        margin-top: -5%;
    }

    .headericon-bar {
        margin-left: 10%;
    }
}

@media (max-width: 1024px) and (min-width: 1366px) {
    
    .socialicon_header {
        margin-top: 15px;
    }


    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -28px;
    }
}


.banner-home2 .col-md-5 .hover-effect-border .text {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 20%;
}

    .banner-home2 .col-md-5 .hover-effect-border .text h4 {
        font-weight: 300;
        letter-spacing: 2px;
        color: #9a9a9a;
        font-style: 12px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

        .banner-home2 .col-md-5 .hover-effect-border .text h4:after {
            position: absolute;
            content: "";
            width: 55px;
            height: 1px;
            background: #000;
            margin-left: -23px;
            left: 50%;
            bottom: 0px;
        }

    .banner-home2 .col-md-5 .hover-effect-border .text h3 {
        font-family: "Playfair Display";
        font-size: 40px;
        color: #000;
        line-height: 35px;
        margin-bottom: 25px;
    }

    .banner-home2 .col-md-5 .hover-effect-border .text p {
        font-family: "Poppins";
        font-size: 13px;
        color: #858585;
        line-height: 20px;
        max-width: 390px;
        padding: 0 20px;
        margin: 0 auto;
    }

    .banner-home2 .col-md-5 .hover-effect-border .text button {
        border: none;
        color: #fff;
        font-size: 12px;
        background: #000;
        padding: 0px 65px;
        height: 46px;
        line-height: 42px;
        margin-top: 25px;
        border: 2px solid #000;
    }

.center img {
    margin: auto;
}

.banner-header {
    position: relative;
}

    .banner-header img {
        width: 100%;
    }

    .banner-header .text {
        position: absolute;
        width: 460px;
        height: 170px;
        left: 50%;
        top: 50%;
        margin-left: -230px;
        margin-top: -85px;
        border: 4px solid #fff;
        text-align: center;
        color: #fff;
        padding: 35px;
    }

        .banner-header .text h3 {
            display: inline-block;
            width: 100%;
            text-transform: uppercase;
            font-size: 50px;
            font-family: "Playfair Display";
            line-height: 50px;
            border-bottom: 1px solid #fff;
            letter-spacing: 15px;
            padding-bottom: 15px;
        }

        .banner-header .text p {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 400;
            padding-top: 10px;
            letter-spacing: 5px;
        }

    .banner-header.banner-lbook3 img {
        width: 100%;
    }

    .banner-header.banner-lbook3 .text {
        border: none;
    }

        .banner-header.banner-lbook3 .text img {
            width: auto;
        }

        .banner-header.banner-lbook3 .text h3 {
            letter-spacing: 0px;
            text-transform: capitalize;
            border: none;
            border: none;
            font-size: 80px;
        }

        .banner-header.banner-lbook3 .text p {
            font-size: 18px;
            text-transform: none;
            letter-spacing: 0px;
            font-weight: 400;
            font-family: "Playfair Display";
        }

    .banner-header.banner-lbook3.single-post .text {
        width: 100%;
        left: 0px;
        margin-left: 0px;
    }

        .banner-header.banner-lbook3.single-post .text h3 {
            font: 400 50px/50px "Playfair Display";
        }

        .banner-header.banner-lbook3.single-post .text p {
            font: 400 13px/20px "Poppins";
            color: #a3a3a3;
        }

            .banner-header.banner-lbook3.single-post .text p.cat {
                font: 300 12px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                letter-spacing: 2px;
                color: #9a9a9a;
            }

.banner-top-home3 .items {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .banner-top-home3 .items .text {
        background: rgba(255, 255, 255, 0.3);
        padding: 30px 0px 0px 0px;
        position: absolute;
        top: 0px;
        right: 30px;
        left: 30px;
        bottom: 0px;
        margin: auto;
        text-align: center;
        height: 170px;
    }

        .banner-top-home3 .items .text h3 {
            font-family: "Playfair Display";
            font-size: 40px;
            text-transform: capitalize;
            color: #fff;
            line-height: 40px;
            position: relative;
            margin-bottom: 50px;
        }

            .banner-top-home3 .items .text h3:after {
                position: absolute;
                left: 50%;
                bottom: -25px;
                width: 66px;
                margin-left: -33px;
                height: 3px;
                content: "";
                background-color: #fff;
            }

        .banner-top-home3 .items .text p {
            font-weight: 300;
            color: #fff;
            letter-spacing: 4px;
            text-transform: uppercase;
            line-height: 30px;
        }

    .banner-top-home3 .items a {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        border-bottom: 1px solid #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
        padding-bottom: 4px;
        display: inline-block;
        text-align: center;
        margin: 30px 0px;
    }

.banner-home4-top {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .banner-home4-top .col-md-6 {
        padding: 0px;
        position: relative;
    }

        .banner-home4-top .col-md-6 .col-md-12 {
            padding: 0px;
            position: relative;
        }

    .banner-home4-top img {
        width: 100%;
    }

    .banner-home4-top .text {
        position: absolute;
        left: 40px;
        bottom: 40px;
    }

        .banner-home4-top .text h3 {
            font-family: "Playfair Display";
            font-size: 35px;
            color: #000;
            line-height: 30px;
            font-weight: 400;
            margin-bottom: 10px;
        }

        .banner-home4-top .text p {
            font-weight: 300;
            padding-left: 3px;
            font-size: 12px;
            color: #828282;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding-bottom: 30px;
            position: relative;
        }

            .banner-home4-top .text p:after {
                position: absolute;
                content: "";
                bottom: 0px;
                left: 3px;
                width: 50px;
                background: #e95252;
                height: 3px;
            }

.banner-home6 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .banner-home6 .col-md-6 {
        padding: 0px;
    }

        .banner-home6 .col-md-6 .items h3 {
            font-size: 40px;
            letter-spacing: 10px;
            position: relative;
            padding-bottom: 10px;
            margin-bottom: 10px;
            margin-top: 10px;
        }

            .banner-home6 .col-md-6 .items h3:after {
                position: absolute;
                content: "";
                left: 2px;
                right: 8px;
                bottom: 0px;
                height: 2px;
                background: #e95252;
            }

        .banner-home6 .col-md-6 .items a {
            font-size: 10px;
            letter-spacing: 3px;
            font-weight: 700;
        }

            .banner-home6 .col-md-6 .items a:hover {
                background: none;
            }

        .banner-home6 .col-md-6 .items .text {
            padding-bottom: 15px;
            left: 90px;
        }

            .banner-home6 .col-md-6 .items .text a {
                position: absolute;
                bottom: 0px;
                right: 10px;
            }

.home7-banner1.banner-private p, .home7-banner2.banner-private p, .home7-banner3.banner-private p {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 20px;
    margin-bottom: 5px;
}

.home7-banner1.banner-private h3, .home7-banner2.banner-private h3, .home7-banner3.banner-private h3 {
    font-size: 30px;
    letter-spacing: 5px;
    position: relative;
    padding-bottom: 10px;
    position: relative;
    line-height: 30px;
    margin-bottom: 30px;
}

    .home7-banner1.banner-private h3:after, .home7-banner2.banner-private h3:after, .home7-banner3.banner-private h3:after {
        position: absolute;
        content: "";
        left: 0px;
        right: 5px;
        bottom: 0px;
        height: 2px;
        background: #fff;
    }

.home7-banner1.banner-private a, .home7-banner2.banner-private a, .home7-banner3.banner-private a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    padding-left: 30px;
}

    .home7-banner1.banner-private a:hover, .home7-banner2.banner-private a:hover, .home7-banner3.banner-private a:hover {
        background: none !important;
    }

.home7-banner1.banner-private .text, .home7-banner2.banner-private .text, .home7-banner3.banner-private .text {
    left: 140px;
    bottom: 180px;
}

.home7-banner2.banner-private {
    text-align: right;
}

    .home7-banner2.banner-private .text {
        left: inherit;
        right: 140px;
    }

.banner-home7-top {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .banner-home7-top.banner-private {
        text-align: center;
    }

        .banner-home7-top.banner-private .text {
            left: 0px;
            width: 100%;
            top: 23%;
            text-align: center;
            bottom: inherit;
            margin: 0 auto;
            color: #000;
            padding: 0 20px;
        }

            .banner-home7-top.banner-private .text p {
                max-width: 960px;
                margin: 0 auto;
                font-size: 16px;
                font-family: "Poppins";
                color: #6a6a6a;
                text-transform: none;
                letter-spacing: 0px;
                line-height: 30px;
                margin-bottom: 50px;
            }

            .banner-home7-top.banner-private .text h3 {
                text-transform: none;
                font-size: 40px;
                font-family: "Playfair Display";
                padding-bottom: 30px;
                margin-bottom: 30px;
                position: relative;
            }

                .banner-home7-top.banner-private .text h3:after {
                    position: absolute;
                    content: "";
                    left: 50%;
                    bottom: 0px;
                    width: 66px;
                    margin-left: -33px;
                    height: 2px;
                    background: #000;
                }

            .banner-home7-top.banner-private .text img {
                margin-bottom: 20px;
            }

            .banner-home7-top.banner-private .text a {
                font-size: 12px;
                color: #000;
                text-transform: uppercase;
                letter-spacing: 3px;
                font-weight: 700;
                display: inline-block;
                padding: 8px 20px;
                border: 2px solid #000;
            }

.blog-post-container-v2.blog-post-container {
    margin: 0px;
}

    .blog-post-container-v2.blog-post-container .blog-post-item {
        margin: 0px;
    }

        .blog-post-container-v2.blog-post-container .blog-post-item .blog-post-content {
            left: -1px;
            right: -1px;
            bottom: 4px;
            background: rgba(0, 0, 0, 0.3);
        }

            .blog-post-container-v2.blog-post-container .blog-post-item .blog-post-content .cat {
                color: #fff;
                margin: 15px 0px !important;
            }

                .blog-post-container-v2.blog-post-container .blog-post-item .blog-post-content .cat:after {
                    background: #6f6f6f;
                    bottom: -10px;
                }

            .blog-post-container-v2.blog-post-container .blog-post-item .blog-post-content .blog-title {
                color: #fff;
                margin-bottom: 35px;
            }

            .blog-post-container-v2.blog-post-container .blog-post-item .blog-post-content:before {
                border: none;
                position: static;
            }

.banner-hom7-center {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .banner-hom7-center img {
        width: 100%;
    }

    .banner-hom7-center .col-md-6 {
        padding: 0px;
    }

.banner-private-v2 {
    position: relative;
}

    .banner-private-v2 .text {
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0px;
        top: 20%;
    }

        .banner-private-v2 .text h4 {
            font-weight: 300;
            letter-spacing: 2px;
            color: #9a9a9a;
            font-style: 12px;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 20px;
        }

            .banner-private-v2 .text h4:after {
                position: absolute;
                content: "";
                width: 55px;
                height: 1px;
                background: #000;
                margin-left: -23px;
                left: 50%;
                bottom: 0px;
            }

        .banner-private-v2 .text h3 {
            font-family: "Playfair Display";
            font-size: 40px;
            color: #000;
            line-height: 35px;
            margin-bottom: 25px;
        }

        .banner-private-v2 .text p {
            font-family: "Poppins";
            font-size: 13px;
            color: #858585;
            line-height: 20px;
            max-width: 390px;
            padding: 0 20px;
            margin: 0 auto;
        }

        .banner-private-v2 .text button {
            border: none;
            color: #fff;
            font-size: 12px;
            background: #000;
            padding: 0px 65px;
            height: 46px;
            line-height: 42px;
            margin-top: 25px;
            border: 2px solid #000;
        }

.banner-hom7-center .banner-private-v2 {
    text-align: center;
}

    .banner-hom7-center .banner-private-v2 .text {
        width: 555px;
        height: 350px;
        background: rgba(255, 255, 255, 0.8);
        top: 50%;
        left: 50%;
        margin-top: -175px;
        margin-left: -273px;
    }

        .banner-hom7-center .banner-private-v2 .text h4 {
            margin-top: 60px;
        }

.banner-home7-center1 .text, .banner-home7-center2 .text {
    text-align: center;
    left: 0px;
    width: 100%;
    bottom: inherit;
    top: 25%;
    position: absolute;
}

    .banner-home7-center1 .text span, .banner-home7-center2 .text span {
        font-size: 80px;
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 25px;
        display: inline-block;
    }

        .banner-home7-center1 .text span:after, .banner-home7-center2 .text span:after {
            position: absolute;
            content: "";
            left: 50%;
            bottom: 0px;
            width: 60px;
            height: 2px;
            margin-left: -30px;
            background: #fff;
        }

    .banner-home7-center1 .text h3, .banner-home7-center2 .text h3 {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 3px;
        max-width: 265px;
        line-height: 25px;
        margin: 0 auto;
    }

.banner-home7-center2 .text {
    text-align: center;
}

    .banner-home7-center2 .text span, .banner-home7-center2 .text h3 {
        color: #000;
        max-width: 100%;
    }

    .banner-home7-center2 .text span {
        font-size: 80px;
    }

        .banner-home7-center2 .text span:after {
            background: #000;
        }

.banner-home8-top .text {
    width: 100%;
    text-align: center;
    left: 0px;
    bottom: inherit;
    top: 50%;
    margin-top: -50px;
}

    .banner-home8-top .text h3 {
        font-family: "Playfair Display";
        font-size: 50px;
        text-transform: capitalize;
        letter-spacing: 0px;
        margin-bottom: 5px;
        line-height: 50px;
    }

    .banner-home8-top .text p {
        font-size: 12px;
        color: #cecece;
        line-height: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .banner-home8-top .text p:after {
            position: absolute;
            content: "";
            left: 50%;
            bottom: 0px;
            width: 80px;
            margin-left: -40px;
            background: #e95252;
            height: 2px;
        }

.banner-home8-top .col-md-3 {
    padding: 0px;
}

.banner-home8-top .col-md-12 {
    padding: 0px;
}

.banner-home8-top .col-md-6 {
    padding: 0px;
}

.banner-home8-top.banner-home8-center .text h3 {
    margin-bottom: 15px;
}

.banner-home8-top.banner-home8-center .text p {
    padding-top: 15px;
}

    .banner-home8-top.banner-home8-center .text p:after {
        bottom: inherit;
        top: 0px;
    }

.banner-home8-top.banner-home8-center .text a:hover {
    background: none;
}

.home3-banner {
    background: #222;
    float: left;
    padding: 30px 0px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .home3-banner .col-md-4 .post-item {
        float: left;
        width: 50%;
    }
}

.banner-video {
    position: relative;
}

    .banner-video img {
        width: 100%;
    }

    .banner-video .text {
        position: absolute;
        left: 0px;
        width: 100%;
        top: 40%;
        color: #fff;
        text-align: center;
    }

        .banner-video .text .icons {
            height: 154px;
            width: 154px;
            background: url(../images/icon-video.png) no-repeat;
            display: inline-block;
        }

        .banner-video .text h3 {
            font: 400 30px/30px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            letter-spacing: 15px;
            margin-top: 50px;
        }

.banner-home-collec1.related-products {
    padding: 0px;
}

    .banner-home-collec1.related-products .product-details {
        padding: 0px;
    }

        .banner-home-collec1.related-products .product-details:after {
            background: none;
            height: 0px;
            width: 0px;
        }

        .banner-home-collec1.related-products .product-details img {
            width: 100%;
        }

        .banner-home-collec1.related-products .product-details .text {
            position: absolute;
            top: 30%;
            left: 150px;
            max-width: 520px;
        }

        .banner-home-collec1.related-products .product-details h4 {
            font-weight: 300;
            color: #9d9d9d;
        }

.banner-product-details3 {
    position: relative;
    margin-bottom: 30px;
}

    .banner-product-details3 img {
        width: 100%;
    }

    .banner-product-details3 h3 {
        position: absolute;
        width: 100%;
        text-align: center;
        font: 400 50px/50px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #fff;
        top: 50%;
        left: 0px;
        margin-top: -25px;
        letter-spacing: 10px;
    }

.banner-header a.action {
    display: inline-block;
    width: 19px;
    height: 59px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -10px;
    background: url(../images/down-white.png) no-repeat;
}

.banner-por-single {
    text-align: center;
}

    .banner-por-single img {
        display: inline-block;
    }

.special {
    padding: 40px 0px;
}



    .special.home3-special img {
        max-width: 570px;
        box-shadow: 0px 8px 33px 0px rgba(0, 0, 0, 0.13);
    }

    .special.home3-special .special-content h5 {
        padding-bottom: 0px;
    }

        .special.home3-special .special-content h5:after {
            width: 0px;
        }

    .special.home3-special .special-content .time {
        background: #333;
        display: inline-block;
        width: auto;
        padding: 50px 60px;
        margin-left: -80px;
        margin-bottom: 50px;
    }

.rtl .special.home3-special .special-content .time {
    margin-right: -80px;
    margin-left: inherit;
}

.special.home3-special .special-content .time .distance {
    background: none;
    margin: 0px;
    border-right: 1px solid #fff;
    border-radius: 0px;
    width: 120px;
}

    .special.home3-special .special-content .time .distance .number {
        font-size: 48px;
        line-height: 50px;
        font-weight: 300;
    }

    .special.home3-special .special-content .time .distance:last-child {
        border-right: none;
    }

    .special.home3-special .special-content .time .distance .text {
        color: #fff;
    }

.special.home3-special .special-content a {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    background: #333;
    text-align: center;
    border: 1px solid #333;
    transition: all 0.3s ease 0s;
}

    .special.home3-special .special-content a:hover {
        background: #fff;
    }

        .special.home3-special .special-content a:hover i {
            color: #333;
        }

    .special.home3-special .special-content a i {
        color: #fff;
        line-height: 78px;
        font-size: 36px;
    }

    .special.home3-special .special-content a:last-child {
        margin-right: 0px;
    }

.special-content {
    font-family: "Playfair Display";
    text-align: left;
    padding-top: 50px;
}

.rtl .special-content {
    text-align: right;
}

.special-content h4 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 10px;
}

.special-content h3 {
    font: 700 60px/60px "Roboto";
    color: #db2e1c;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.special-content h5 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font: 400 24px/25px "Roboto";
    color: #2b2b2b;
}

    .special-content h5:after {
        position: absolute;
        width: 110px;
        height: 1px;
        background: #bbb;
        bottom: 0px;
        left: 0px;
        content: "";
    }

.rtl .special-content h5:after {
    right: 0px;
    left: auto;
}

.special-content .time {
    text-align: left;
}

.rtl .special-content .time {
    text-align: right;
}

.special-content .time .distance {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 0px rgba(84, 76, 76, 0.1);
    width: 80px;
    height: 80px;
    margin: 0 5px;
    text-align: center;
}

    .special-content .time .distance:first-child {
        margin-left: 0px;
    }

    .special-content .time .distance:last-child {
        margin-right: 0px;
    }

    .special-content .time .distance .number {
        font: 300 32px "Roboto";
        color: #db2e1c;
        display: block;
    }

    .special-content .time .distance .text {
        font: 300 12px "Roboto";
        color: #333;
        display: block;
        text-transform: uppercase;
    }

.instagram .item {
    display: inline-block;
    float: left;
    width: 12.5%;
}

    .instagram .item img {
        width: 100%;
    }

.home3-latest-news h2 {
    font: 400 40px "Playfair Display";
    color: #2b2b2b;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

    .home3-latest-news h2:after {
        position: absolute;
        content: "";
        left: 0px;
        width: 100px;
        bottom: 0px;
        height: 2px;
        background: #db2e1c;
    }

.home3-latest-news .item {
    padding: 30px 0px;
    border-bottom: 1px solid #cdcdcd;
}

    .home3-latest-news .item:last-child {
        border: none;
    }

    .home3-latest-news .item .date {
        text-align: center;
        color: #333;
        margin-right: 20px;
    }

.rtl .home3-latest-news .item .date {
    margin-left: 20px;
    margin-right: inherit;
}

.home3-latest-news .item .date .day {
    font: 400 60px "Roboto";
}

.home3-latest-news .item .date .month {
    font: 400 14px "Roboto";
}

.home3-latest-news .item .text .title {
    color: #333;
    font: 400 20px "Playfair Display";
    margin-bottom: 10px;
    display: block;
}

    .home3-latest-news .item .text .title:hover {
        color: #db2e1c;
    }

.home3-latest-news .item .text p {
    font: 300 14px/20px "Roboto";
}

.home3-latest-news .item .text .read-more {
    color: #db2e1c;
    font: 300 14px/20px "Roboto";
}

.home2-head {
    padding: 8px 4px;
}

/** 4.5. Banner bottom **/
.instafeed {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .instafeed img {
        width: 100%;
    }

    .instafeed .items {
        width: 20%;
        float: left;
        position: relative;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        overflow: hidden;
    }

        .instafeed .items:before {
            width: 100%;
            height: 100%;
            position: absolute;
            content: "";
            background: url(../images/bg-instafeed.jpg) no-repeat;
            background-size: 100% 0px;
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

        .instafeed .items:hover:before {
            background-size: 100% 100%;
        }

        .instafeed .items:hover .text {
            transform: translate(0, 100px);
        }

        .instafeed .items .text {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            text-align: center;
            color: #fff;
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            transform: translate(0, -150px);
        }

            .instafeed .items .text img {
                width: auto;
                margin-bottom: 20px;
            }

            .instafeed .items .text h3 {
                font-size: 16px;
                text-transform: uppercase;
                letter-spacing: 2px;
                font-weight: 400;
                position: relative;
                padding-bottom: 15px;
                margin-bottom: 15px;
                line-height: 20px;
            }

                .instafeed .items .text h3:after {
                    position: absolute;
                    content: "";
                    width: 66px;
                    margin-left: -33px;
                    height: 2px;
                    background: #fff;
                    bottom: 0px;
                    left: 50%;
                }

            .instafeed .items .text p {
                font-weight: 300;
                text-transform: uppercase;
                font-size: 12px;
                line-height: 20px;
            }

/** 4.6. News letter **/
.newsletter {
    margin-bottom: 75px;
}

    .newsletter .col-md-5 .col-md-6:first-child {
        background: #1c1c1c;
        padding: 10px;
    }

        .newsletter .col-md-5 .col-md-6:first-child .border-free-shipping {
            border: 1px solid #353535;
            display: inline-block;
            width: 100%;
            padding: 26px;
        }

        .newsletter .col-md-5 .col-md-6:first-child h3 {
            font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            color: #fff;
            font-size: 18px;
            text-transform: uppercase;
            letter-spacing: 2px;
            line-height: 30px;
        }

        .newsletter .col-md-5 .col-md-6:first-child a {
            color: #4c4c4c;
            font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 2px;
            font-size: 10px;
            display: inline-block;
            margin-top: 25px;
            border: 2px solid #4c4c4c;
            height: 32px;
            line-height: 28px;
            padding: 0px 10px;
        }

    .newsletter .col-md-5 .col-md-6:last-child {
        background: #f4f4f4;
        text-align: center;
        padding: 61px 0px;
    }

        .newsletter .col-md-5 .col-md-6:last-child i.icon {
            font-size: 100px;
        }

.newsletter-content {
    display: inline-block;
    width: 100%;
    background: url(../images/uno-bg-newsletter.jpg) no-repeat;
    text-align: center;
    border: 2px solid #000;
    position: relative;
    height: 224px;
}

    .newsletter-content .icon {
        font-size: 25px;
        color: #000;
        margin-top: 25px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .newsletter-content h3 {
        font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 18px;
        color: #000;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .newsletter-content h3:after {
            position: absolute;
            content: "";
            left: 50%;
            bottom: 0px;
            height: 1px;
            background: #000;
            width: 30px;
            margin-left: -15px;
        }

    .newsletter-content p {
        font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        color: #9a9a9a;
        letter-spacing: 2px;
    }

    .newsletter-content form {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 66px;
        border-top: 1px solid #e9e9e9;
    }

        .newsletter-content form input {
            position: absolute;
            left: 0px;
            bottom: 0px;
            height: 66px;
            border: none;
            width: 100%;
            background: transparent;
            padding: 0px 160px 0px 40px;
            font-family: "Poppins";
            color: #8d8c8c;
        }

        .newsletter-content form button {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 160px;
            border: none;
            border-left: 1px solid #e9e9e9;
            height: 66px;
            background: transparent;
        }

.newsletter-v2 {
    padding: 30px 0px;
}

    .newsletter-v2 .col-md-6 {
        padding: 0px;
        text-align: center;
    }

        .newsletter-v2 .col-md-6 i.icon-envelope-letter {
            font-size: 40px;
            color: #000;
            display: inline-block;
            width: auto;
            margin-right: 120px;
            position: relative;
        }

            .newsletter-v2 .col-md-6 i.icon-envelope-letter:after {
                position: absolute;
                left: 58px;
                top: 50%;
                width: 80px;
                height: 2px;
                background: #000;
                content: "";
            }

        .newsletter-v2 .col-md-6 .text {
            display: inline-block;
            text-align: left;
        }

            .newsletter-v2 .col-md-6 .text h3 {
                font-size: 16px;
                text-transform: uppercase;
                letter-spacing: 3px;
                line-height: 25px;
            }

            .newsletter-v2 .col-md-6 .text p {
                font-size: 12px;
                font-weight: 300;
                color: #9a9a9a;
                letter-spacing: 3px;
            }

        .newsletter-v2 .col-md-6:last-child {
            text-align: left;
        }

            .newsletter-v2 .col-md-6:last-child form {
                display: inline-block;
                position: relative;
            }

                .newsletter-v2 .col-md-6:last-child form input {
                    width: 548px;
                    height: 48px;
                    background: #fff;
                    border: 2px solid #000;
                    padding: 0px 150px 0px 20px;
                    font-family: "Poppins";
                    color: #8d8c8c;
                    font-size: 12px;
                }

@media (max-width: 767px) {
    .newsletter-v2 .col-md-6:last-child form input {
        width: 100%;
    }
}

.newsletter-v2 .col-md-6:last-child form button {
    position: absolute;
    height: 44px;
    width: 120px;
    right: 2px;
    top: 2px;
    box-shadow: none;
    border: none;
    background: #000;
    color: #fff;
    border-left: 2px solid #000;
}

    .newsletter-v2 .col-md-6:last-child form button:hover {
        border-left: 2px solid #000;
    }

.newsletter-home4 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .newsletter-home4 img {
        width: 100%;
    }

    .newsletter-home4 .wrap-center .items .text {
        top: 30%;
    }

        .newsletter-home4 .wrap-center .items .text i {
            font-size: 22px;
            margin-bottom: 20px;
            display: inline-block;
        }

        .newsletter-home4 .wrap-center .items .text h3 {
            font-size: 18px;
            font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            font-weight: 400;
            letter-spacing: 3px;
        }

            .newsletter-home4 .wrap-center .items .text h3:after {
                height: 1px;
            }

    .newsletter-home4 .wrap-center .items form {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 66px;
        border-top: 1px solid #b7b7b7;
    }

        .newsletter-home4 .wrap-center .items form input {
            width: 100%;
            height: 100%;
            background: none;
            border: none;
            box-shadow: none;
            padding: 0px 100px 0px 20px;
            font-family: "Poppins";
            font-size: 13px;
            color: #fff;
        }

        .newsletter-home4 .wrap-center .items form button {
            position: absolute;
            top: 0px;
            right: 0px;
            box-shadow: none;
            border: none;
            background: none;
            border-left: 1px solid #b7b7b7;
            height: 100%;
            padding: 0 40px;
            color: #fff;
        }

            .newsletter-home4 .wrap-center .items form button:hover {
                border-color: #b7b7b7 !important;
            }

    .newsletter-home4 .items {
        position: relative;
    }

        .newsletter-home4 .items .text {
            position: absolute;
            width: 100%;
            height: 100%;
            text-align: center;
            color: #fff;
            top: 40%;
            left: 0px;
        }

            .newsletter-home4 .items .text h3 {
                font-family: "Playfair Display";
                font-size: 34.87px;
                position: relative;
                padding-bottom: 10px;
                margin-bottom: 10px;
            }

                .newsletter-home4 .items .text h3:after {
                    position: absolute;
                    content: "";
                    left: 50%;
                    bottom: 0px;
                    width: 50px;
                    height: 2px;
                    background: #fff;
                    margin-left: -25px;
                }

            .newsletter-home4 .items .text p {
                font-weight: 300;
                font-size: 12px;
                letter-spacing: 3px;
                text-transform: uppercase;
            }

.newsletter-home6 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .newsletter-home6 .newsletter-content {
        border: none;
        background: url(../images/newsletter-home6.jpg) no-repeat;
        height: 390px;
    }

        .newsletter-home6 .newsletter-content .icon, .newsletter-home6 .newsletter-content h3, .newsletter-home6 .newsletter-content p {
            color: #fff;
        }

        .newsletter-home6 .newsletter-content p {
            font-weight: 300;
        }

        .newsletter-home6 .newsletter-content h3:after {
            background: #fff;
        }

        .newsletter-home6 .newsletter-content form, .newsletter-home6 .newsletter-content input, .newsletter-home6 .newsletter-content button {
            position: relative;
            max-width: 555px;
        }

        .newsletter-home6 .newsletter-content .icon {
            margin-top: 50px;
        }

        .newsletter-home6 .newsletter-content form {
            margin: 0 auto;
            border-top: none;
            border-bottom: 2px solid #5e5e5e;
            margin-top: 20px;
        }

        .newsletter-home6 .newsletter-content input {
            padding: 0px 20px;
            text-align: center;
        }

        .newsletter-home6 .newsletter-content button {
            border: none;
            height: 40px;
            line-height: 40px;
            margin-top: 30px;
            background: #000;
            color: #fff;
        }

    .newsletter-home6.newsletter-home-8 {
        background: url(../images/newsletter-home8-bg.jpg) no-repeat;
        margin-bottom: 0px;
    }

        .newsletter-home6.newsletter-home-8 .newsletter-content {
            background: none;
        }

.newsletter-bottom {
    position: relative;
}

    .newsletter-bottom .text {
        position: absolute;
        left: 0px;
        right: 0px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
    }

    .newsletter-bottom h3 {
        font: 400 30px/30px "Playfair Display";
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .newsletter-bottom p {
        font: 300 16px "Roboto";
        color: #db2e1c;
        margin-bottom: 25px;
    }

    .newsletter-bottom form {
        width: 90%;
        max-width: 700px;
        position: relative;
        margin: auto;
    }

        .newsletter-bottom form input {
            font: 300 16px/40px "Roboto";
            color: #d0d0d0;
            width: 100%;
            padding: 0 80px 0px 20px;
        }

        .newsletter-bottom form button {
            position: absolute;
            right: 0px;
            top: 0px;
            border: none;
            background: none;
            color: #db2e1c;
            font: 700 18px/40px "Roboto";
            text-transform: uppercase;
            letter-spacing: 0px;
        }

.best-selling {
    display: inline-block;
    width: 100%;
}

    .best-selling .col-md-4 {
        padding: 0px;
        border-left: 1px solid #e6e6e6;
        position: relative;
    }

        .best-selling .col-md-4 .button {
            display: inline-block;
            width: 100%;
            text-align: center;
            height: 65px;
            line-height: 65px;
            border-top: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6;
        }

        .best-selling .col-md-4 .title-text {
            margin: 0px;
            padding: 20px 0px;
            border-top: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6;
        }

            .best-selling .col-md-4 .title-text h3 {
                font-size: 16px;
            }

        .best-selling .col-md-4:last-child {
            border-right: 1px solid #e6e6e6;
        }

        .best-selling .col-md-4 .products {
            display: inline-block;
            width: 100%;
            padding: 30px 0px;
        }

        .best-selling .col-md-4 .product {
            text-align: left;
            margin: 30px 0px;
            width: 100%;
            float: left;
        }

            .best-selling .col-md-4 .product .product-title {
                font-family: "Poppins";
                font-size: 18px;
                color: #000;
            }

            .best-selling .col-md-4 .product .product-price {
                font-family: "Poppins";
                font-size: 18px;
                color: #979797;
                margin-bottom: 0px;
            }

            .best-selling .col-md-4 .product .wrap-star {
                margin-bottom: 30px;
            }

                .best-selling .col-md-4 .product .wrap-star a i {
                    color: #e2e2e2;
                    font-size: 12px;
                }

                .best-selling .col-md-4 .product .wrap-star a.active i {
                    color: #eb5050;
                }

            .best-selling .col-md-4 .product .action {
                position: relative;
                left: 0px;
            }

                .best-selling .col-md-4 .product .action a {
                    display: inline-block;
                    text-align: center;
                    opacity: 1;
                    transform: translate(0px, 0px);
                }

                    .best-selling .col-md-4 .product .action a i {
                        background: #f1f1f1;
                    }

                    .best-selling .col-md-4 .product .action a:hover:after {
                        width: auto;
                    }

                    .best-selling .col-md-4 .product .action a:after {
                        content: "";
                    }

        .best-selling .col-md-4 .product-images {
            max-width: 210px;
            float: left;
            margin-left: 70px;
            margin-right: 40px;
        }

@media (width: 1024px) {
    .newsletter .col-md-5 .col-md-6:first-child .border-free-shipping {
        padding: 41px;
    }
}

.popup-content {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.popup-content-wrapper {
    background: #fff;
    background-size: 100% auto;
    max-width: 920px;
    margin: 200px auto 0px;
    width: 90%;
    position: relative;
    padding: 0px;
}

    .popup-content-wrapper .popup-container {
        overflow: hidden;
    }

        .popup-content-wrapper .popup-container .images {
            float: right;
            padding: 0px;
        }

        .popup-content-wrapper .popup-container .text {
            float: left;
            padding-left: 30px;
            padding-right: 30px;
        }

    .popup-content-wrapper .close-popup {
        display: inline-block;
        position: absolute;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        background: #fff;
        top: 55px;
        right: 0px;
        left: 0px;
        margin: 0 auto;
        border: 2px solid #000;
        z-index: 9;
    }

        .popup-content-wrapper .close-popup i {
            color: #000;
            line-height: 28px;
        }

    .popup-content-wrapper .col-md-offset-6 {
        text-align: left;
    }

    .popup-content-wrapper .abs-req {
        display: none;
    }

    .popup-content-wrapper h3 {
        font: 700 14px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #333;
        margin-top: 130px;
        padding-bottom: 15px;
        margin-bottom: 25px;
        position: relative;
    }

        .popup-content-wrapper h3:after {
            position: absolute;
            content: "";
            width: 68px;
            height: 3px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            margin: 0 auto;
            background: #e95252;
        }

    .popup-content-wrapper h4 {
        font: 400 35px/40px "Playfair Display";
        color: #000;
        margin-bottom: 15px;
    }

    .popup-content-wrapper p {
        font: 400 13px/25px "Poppins";
        color: #858585;
    }

    .popup-content-wrapper .popup-content-text {
        font-size: 13px;
        line-height: 20px;
        color: #666;
        margin-bottom: 20px;
    }

    .popup-content-wrapper input[type="text"] {
        width: 100%;
        background: #ededed;
        line-height: 20px;
        padding: 12px 15px;
        font-size: 12px;
        color: #8d8c8c;
        font-family: "Poppins";
        border: none;
    }

    .popup-content-wrapper button {
        background: #000;
        border: 2px solid #000;
        color: #fff;
        font-size: 12px;
        height: 46px;
        line-height: 42px;
        margin-top: 25px;
        padding: 0px 20px;
    }

    .popup-content-wrapper .not-again {
        margin-top: 20px;
    }

        .popup-content-wrapper .not-again span {
            color: #333;
            margin-left: 10px;
            text-transform: uppercase;
            font: 700 10px/15px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            letter-spacing: 2px;
            text-decoration: underline;
            cursor: pointer;
        }

    .popup-content-wrapper.popup-content-wrapper-v2 {
        width: 650px;
        height: 650px;
        border-radius: 100%;
    }

        .popup-content-wrapper.popup-content-wrapper-v2 .popup-container {
            max-width: 500px;
            margin: 0 auto;
        }

        .popup-content-wrapper.popup-content-wrapper-v2 .close-popup {
            left: inherit;
            right: 10px;
            height: 46px;
            width: 46px;
            background: url(../images/icon-close.png);
            border-radius: 100%;
            border: none;
            font-size: 0px;
            box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.33);
        }

        .popup-content-wrapper.popup-content-wrapper-v2 h4 {
            font: 700 14px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            color: #000;
            letter-spacing: 1px;
        }

        .popup-content-wrapper.popup-content-wrapper-v2 h3 {
            margin-top: 20px;
            font-size: 20px;
            font-weight: 400;
            font-family: "Playfair Display";
            letter-spacing: 0px;
        }

        .popup-content-wrapper.popup-content-wrapper-v2 h2 {
            font: 400 35px/40px "Playfair Display";
            color: #000;
            text-transform: uppercase;
            margin-top: 85px;
        }

        .popup-content-wrapper.popup-content-wrapper-v2 h1 {
            font-family: "Playfair Display";
            font-style: italic;
            font-size: 120px;
            color: #000;
            line-height: 80px;
        }

            .popup-content-wrapper.popup-content-wrapper-v2 h1 span {
                font-size: 80px;
            }

        .popup-content-wrapper.popup-content-wrapper-v2 p {
            font: 400 10px/10px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            color: #a5a5a5;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .popup-content-wrapper.popup-content-wrapper-v2 input[type="text"] {
            background: #fff;
            border: 1px solid #000;
        }

.home3-newsletter-content {
    border: 9px solid #db2e1c;
    padding: 70px;
}

    .home3-newsletter-content h3 {
        font: 400 36px "Playfair Display";
        color: #333;
        padding-bottom: 15px;
        margin-bottom: 15px;
        position: relative;
    }

        .home3-newsletter-content h3:after {
            position: absolute;
            content: "";
            left: 0px;
            bottom: 0px;
            width: 50px;
            height: 1px;
            background: #000;
            left: 0px;
            right: 0px;
            margin: auto;
        }

    .home3-newsletter-content p {
        font: 300 14px/20px "Roboto Condensed";
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .home3-newsletter-content form input {
        width: 100%;
        text-align: center;
        font: 300 16px/40px "Roboto Condensed";
        height: 40px;
        padding: 0px;
        border: 1px solid #000;
        color: #a4a4a4;
        margin-bottom: 30px;
    }

.quickview-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    text-align: center;
}

    .quickview-wrapper .quick-modal {
        max-width: 1140px;
        width: 90%;
        margin: 100px auto 0px;
        background: #fff;
        padding: 20px;
        text-align: left;
        position: relative;
    }

    .quickview-wrapper .product-details-content .box-detalis-v2 .options {
        padding: 0px;
    }

    .quickview-wrapper .product-details-content .box-detalis-v2 p.price {
        color: #e95252;
    }

    .quickview-wrapper .product-details-content .infomation p {
        color: #e95252;
    }

        .quickview-wrapper .product-details-content .infomation p span {
            color: #000;
        }

    .quickview-wrapper #quickview-content .product {
        float: left;
        width: 100%;
    }

        .quickview-wrapper #quickview-content .product .product-images {
            float: left;
            width: 40%;
            padding-right: 15px;
        }

            .quickview-wrapper #quickview-content .product .product-images img {
                width: 100%;
            }

        .quickview-wrapper #quickview-content .product .product-info {
            float: left;
            width: 60%;
            padding-left: 30px;
        }

    .quickview-wrapper .closeqv {
        background: #fff;
        border: 2px solid #e6e6e6;
        height: 40px;
        width: 40px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 20px;
    }

        .quickview-wrapper .closeqv i {
            color: #e6e6e6;
            line-height: 36px;
        }

    .quickview-wrapper #quickview-content {
        overflow: hidden;
    }

    .quickview-wrapper .quick-desc {
        font: 400 14px/25px "TXGR";
        color: #333;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ebebeb;
    }

    .quickview-wrapper .single_variation_wrap {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ebebeb;
    }

    .quickview-wrapper .social-sharing .widget-title {
        font-size: 12px;
        display: inline-block;
        margin-bottom: 0px;
        padding-bottom: 10px;
        margin-right: 10px;
    }

    .quickview-wrapper .social-sharing .social-icons {
        display: inline-block;
    }

        .quickview-wrapper .social-sharing .social-icons li {
            display: inline-block;
            margin: 0px 8px;
        }

            .quickview-wrapper .social-sharing .social-icons li i {
                font-size: 16px;
            }

    .quickview-wrapper .quick-thumbnails ul {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

        .quickview-wrapper .quick-thumbnails ul li {
            float: left;
            width: 25%;
        }

            .quickview-wrapper .quick-thumbnails ul li:nth-child(4n+1) {
                padding-right: 6px;
            }

            .quickview-wrapper .quick-thumbnails ul li:nth-child(4n+2) {
                padding-left: 2px;
                padding-right: 4px;
            }

            .quickview-wrapper .quick-thumbnails ul li:nth-child(4n+3) {
                padding-left: 4px;
                padding-right: 2px;
            }

            .quickview-wrapper .quick-thumbnails ul li:nth-child(4n) {
                padding-left: 6px;
            }

/** 4.7. Brand **/
.brand-content {
    display: inline-block;
    margin-bottom: 30px;
    border-left: 1px solid #e9e9e9;
}

    .brand-content .owl-item {
        border: 1px solid #e9e9e9;
        border-left: none;
        padding: 2px;
    }

    .brand-content.owl-carousel .owl-item img {
        width: auto;
    }

    .brand-content.no-border {
        border: none;
    }

        .brand-content.no-border .owl-item {
            border: none;
        }

/** 4.8. Iconbox **/
.feature-box .fbox-icon {
    float: left;
    margin: 10px 20px 0 0;
}

.rtl .feature-box .fbox-icon {
    float: right;
}

.rtl .feature-box .fbox-icon {
    margin: 10px 0 0 20px;
}

.feature-box .fbox-body {
    overflow: hidden;
}

    .feature-box .fbox-body .fbox-icon {
        margin-top: 0;
    }

.feature-box small {
    font-size: 13px;
    margin-bottom: 15px;
    display: inline-block;
}

.feature-box h4 {
    margin-bottom: 7px;
    text-transform: uppercase;
}

.feature-box .fbox-title {
    margin: 10px 0;
    font-weight: 600;
    text-transform: none;
}

.feature-box.light-style {
    color: #dfdfdf;
}

    .feature-box.light-style a {
        color: #fff;
    }

        .feature-box.light-style a:hover {
            color: #000;
        }

    .feature-box.light-style .fbox-title,
    .feature-box.light-style h4 {
        color: #fff;
    }

.feature-box.feature-box-right {
    text-align: right;
}

.rtl .feature-box.feature-box-right {
    text-align: left;
}

.feature-box.feature-box-right .fbox-icon {
    float: right;
    margin: 10px 0 0 20px;
}

.rtl .feature-box.feature-box-right .fbox-icon {
    float: left;
}

.rtl .feature-box.feature-box-right .fbox-icon {
    margin: 10px 20px 0 0;
}

.feature-box.feature-box-center {
    text-align: center;
}

    .feature-box.feature-box-center .fbox-icon {
        float: none;
    }

[class*="feature-box-"] .fbox-icon {
    float: none;
    margin: 0;
}

[class*="feature-box-"] h4 {
    padding: 10px 0 20px;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
}

[class*="feature-box-"] p {
    color: #888888;
    line-height: 22px;
    font-family: "Poppins";
}

.feature-box-v2 .fbox-icon {
    float: left;
    margin-right: 30px;
}

    .feature-box-v2 .fbox-icon .icons {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 24px;
    }

.feature-box-v2 .fbox-body {
    font-size: 18px;
}

.feature-box-v3 .fbox-icon .icons {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    color: #db2e1c;
}

    .feature-box-v3 .fbox-icon .icons.icons-plain {
        width: auto;
        height: auto;
        line-height: 100%;
    }

.feature-box-v3.feature-box-right .fbox-icon {
    float: none;
    margin: 0;
}

.feature-box-v3.feature-box-right h4:before {
    left: inherit;
    right: 0;
}

.feature-box-v3.about-icon .icons {
    font-size: 80px;
}

.feature-box-v3.about-icon .fbox-icon {
    margin-bottom: 40px;
}

.feature-box-v3.about-icon h4 {
    text-transform: uppercase;
    font-size: 15px;
}

.feature-box-v4 {
    position: relative;
    border: 1px solid #333;
    padding: 35px 30px 20px;
    text-align: center;
}

    .feature-box-v4 .fbox-icon {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: -36px;
        margin: 0 auto;
    }

        .feature-box-v4 .fbox-icon .icons {
            font-size: 24px;
            width: 70px;
            height: 70px;
            line-height: 70px;
            background-color: #fff;
            border: 1px solid #333;
            color: #333;
        }

        .feature-box-v4 .fbox-icon.fbox-bg .icons {
            background-color: #db2e1c;
            border: 1px solid #db2e1c;
            color: #fff;
        }

    .feature-box-v4 h4 {
        padding: 10px 0 20px;
    }

        .feature-box-v4 h4:before {
            width: 0px;
            height: 0px;
            background-color: transparent;
        }

    .feature-box-v4[class*="bg-"] {
        border: none;
    }

.feature-box-v5 {
    padding: 20px 30px;
    border: 1px solid #ddd;
    border-bottom: 3px solid #db2e1c;
}

    .feature-box-v5 .fbox-icon .icons {
        font-size: 40px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        color: #333;
    }

/** 4.9. Iconbox **/
.contact-form .col-md-6:first-child {
    padding-right: 10px;
}

.contact-form h3 {
    font-size: 18px;
    font-style: normal;
    color: #555555;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

    .contact-form h3::after {
        position: absolute;
        content: "";
        width: 30px;
        height: 3px;
        left: 0px;
        bottom: -25px;
        background: #ba933e;
    }

.contact-form.post-comment {
    padding: 0px;
    background: none;
}

.contact-form.contact-form-bg {
    background: #f4f4f4;
}

.form-horizontal .col-md-6:nth-child(2n+1) {
    padding-left: 0px;
    padding-right: 10px;
}

.form-horizontal .col-md-6:nth-child(2n) {
    padding-right: 0px !important;
    padding-left: 10px;
}

.form-horizontal label.control-label {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    font-family: "TXGB";
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

    .form-horizontal .form-group.col-md-6 {
        padding-right: 10px;
    }

        .form-horizontal .form-group.col-md-6:last-child {
            padding-right: 0px;
            padding-left: 10px;
        }

/*.form-control {
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    color: #888888;
    padding: 9px 20px;
    line-height: 1.625;
    height: 47px;
    display: block;
    width: 100%;
   
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

    .form-control:focus {
        border-color: #ddd;
        box-shadow: none;
        outline: none;
    }*/

.form-control.col-md-4 {
    width: 31.33%;
    margin-right: 3%;
}

    .form-control.col-md-4:last-child {
        margin-right: 0px;
    }

#googleMap {
    height: 100%;
}

.contact-content {
    display: inline-block;
    width: 100%;
}

.contact-us {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .contact-us .col-md-6:last-child {
        padding-right: 0px;
        padding-left: 30px;
    }

    .contact-us .contact-form {
        padding: 50px 70px 30px;
        background: #1c1c1c;
        text-align: center;
        position: relative;
    }

        .contact-us .contact-form:before {
            position: absolute;
            content: '';
            border: 2px solid #353535;
            left: 10px;
            right: 10px;
            top: 10px;
            bottom: 10px;
        }

        .contact-us .contact-form h3 {
            font-size: 18px;
            font-style: normal;
            color: #555555;
            text-transform: uppercase;
            font-weight: 700;
            position: relative;
        }

            .contact-us .contact-form h3::after {
                position: absolute;
                content: "";
                width: 55px;
                height: 1px;
                left: 50%;
                bottom: -15px;
                background: #fff;
                margin-left: -23px;
            }

        .contact-us .contact-form .form-control {
            background: transparent;
            color: #636363;
            font-family: "Poppins";
            font-size: 13px;
            border: none;
            border-bottom: 2px solid #252525;
            box-shadow: none;
            padding-left: 0px;
            padding-right: 0px;
        }

        .contact-us .contact-form .btn {
            border: 2px solid #fff;
            border-radius: 0px;
            color: #fff;
            padding: 7px 15px;
        }

        .contact-us .contact-form .icon {
            font-size: 25px;
            color: #fff;
            display: inline-block;
            margin-bottom: 20px;
        }

        .contact-us .contact-form h3 {
            color: #fff;
            letter-spacing: 2px;
            font-size: 18px;
            font-weight: 400;
        }

        .contact-us .contact-form p {
            color: #636363;
            letter-spacing: 2px;
            font-weight: 300;
            font-size: 12px;
            position: relative;
            margin-bottom: 100px;
        }

            .contact-us .contact-form p:after {
                position: absolute;
                content: "";
                left: -58px;
                right: -58px;
                height: 2px;
                bottom: -40px;
                background: #252525;
            }

/** 4.10. Interactive **/
.interactive-banner {
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .interactive-banner .interactive-banner-profile {
        position: absolute;
        z-index: 2;
        margin: auto;
        content: "";
    }

        .interactive-banner .interactive-banner-profile h2 {
            text-transform: uppercase;
            margin: 10px 0 15px;
        }

        .interactive-banner .interactive-banner-profile small {
            text-transform: uppercase;
        }

    .interactive-banner .mask-link {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }

    .interactive-banner .banner-title h2, .interactive-banner .banner-title h3, .interactive-banner .banner-title h4, .interactive-banner .banner-title h5, .interactive-banner .banner-title h6 {
        color: #fff;
    }

    .interactive-banner .action .icons:hover {
        background-color: #5cb85c;
        border: #5cb85c;
    }

    .interactive-banner.left .interactive-banner-profile {
        left: 20px;
    }

    .interactive-banner.right .interactive-banner-profile {
        right: 20px;
    }

    .interactive-banner.center .interactive-banner-profile {
        right: 0;
        left: 0;
    }

.interactive-banner-v1 .interactive-banner-profile {
    width: 100%;
    height: 20px;
    bottom: 0;
    top: 0;
}

.interactive-banner-v2 .interactive-banner-profile {
    top: 40px;
    width: 100%;
    height: 20px;
}

    .interactive-banner-v2 .interactive-banner-profile .action {
        padding: 5px 15px;
        margin-bottom: 3px;
        background-color: #fff;
        color: #333;
    }

.interactive-banner-v2.left .interactive-banner-profile {
    left: 60px;
}

.interactive-banner-v2.right .interactive-banner-profile {
    right: 60px;
}

.interactive-banner-v2.center .interactive-banner-profile {
    right: 0;
    left: 0;
}

.interactive-banner-v3 .interactive-banner-profile {
    padding: 40px 60px;
    width: 100%;
    height: 100%;
    top: 0;
}

    .interactive-banner-v3 .interactive-banner-profile .action {
        bottom: 60px;
        left: 60px;
        right: 60px;
        content: "";
        position: absolute;
    }

        .interactive-banner-v3 .interactive-banner-profile .action:after {
            content: "";
            position: absolute;
            border: 5px solid #fff;
            bottom: -30px;
            left: -30px;
            right: -30px;
            height: calc(100% + 60px);
            width: calc(100% + 60px);
            z-index: -1;
        }

.interactive-banner-v4 .interactive-banner-profile {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    position: absolute;
    content: "";
    transform: translate3d(0px, 60px, 0px);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

    .interactive-banner-v4 .interactive-banner-profile .action {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
        position: relative;
        background-color: #5cb85c;
        margin: 0 -30px;
        padding: 20px 30px;
    }

    .interactive-banner-v4 .interactive-banner-profile img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
    }

.interactive-banner-v4:hover .interactive-banner-profile {
    transform: translate3d(0px, 0px, 0px);
}

    .interactive-banner-v4:hover .interactive-banner-profile .action {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .interactive-banner-v4:hover .interactive-banner-profile img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.interactive-banner-v5 .interactive-banner-profile {
    width: 55%;
    height: 120px;
    bottom: 0;
    top: 0;
}

.interactive-banner-v5 a.links {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transform: translate3d(0px, -60px, 0px);
}

.interactive-banner-v5:hover a.links {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate3d(0px, 0px, 0px);
}

/** 4.11. About-team **/
.effect-v6 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    /* style for hover */
}

    .effect-v6 img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
        width: 100%;
    }

    .effect-v6 .action {
        transform: translate3d(0px, -100px, 0px);
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        opacity: 0;
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
    }

        .effect-v6 .action i.icons {
            color: #555555;
            font-size: 22px;
            margin: 0 10px;
        }

            .effect-v6 .action i.icons:hover {
                color: #db2e1c;
                background: none;
            }

    .effect-v6:hover {
        border-color: #db2e1c;
    }

        .effect-v6:hover img {
            opacity: 0.3;
            filter: alpha(opacity=30);
        }

        .effect-v6:hover .action {
            opacity: 1;
            transform: translate3d(0px, 0px, 0px);
        }

.about-icon .feature-box p {
    font-family: "TXGR";
    font-style: normal;
}

.about-content {
    background-color: #eee;
}

    .about-content .banner-title {
        text-align: center;
    }

        .about-content .banner-title h3 {
            font-size: 18px;
            text-transform: uppercase;
            line-height: 30px;
            font-family: "TXGR";
        }

        .about-content .banner-title p {
            font-family: "Lora";
            font-style: italic;
            color: #555555;
            line-height: 20px;
        }

    .about-content .effect-v6 {
        border-radius: 50%;
        background: #fff;
        border: 4px solid #db2e1c;
    }

        .about-content .effect-v6 img {
            border-radius: 50%;
        }

.our-skills h3 {
    font-family: "TXGR";
    color: #555555;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.our-skills .progress-bar-success {
    background: #db2e1c;
}

.our-skills .progress-bar {
    box-shadow: none;
    position: relative;
}

    .our-skills .progress-bar span {
        position: absolute;
        top: -30px;
        right: -15px;
        color: #555555;
        font-family: "texgyreadventorbold";
        font-size: 14px;
    }

.our-skills .progress {
    border-radius: 0;
    height: 8px;
    box-shadow: none;
    overflow: visible;
}

@media (max-width: 767px) {
    .about-us {
        margin-bottom: 20px;
    }

        .about-us .col-md-4:nth-child(2) .feature-box {
            margin: 40px 0px 60px;
        }
}

/** 4.12. Blog **/
.blog-post-container h3 {
    font-size: 14px;
    margin-bottom: 3px;
}

.blog-post-container .read-more {
    margin-top: 20px;
}

.blog-post-container .post-by {
    font-size: 12px;
    text-transform: uppercase;
    color: #555555;
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
}

    .blog-post-container .post-by span:last-child {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #eeeeee;
    }

.blog-post-container.blog-post-columns-2 .blog-post-item {
    width: 50%;
}

    .blog-post-container.blog-post-columns-2 .blog-post-item:nth-child(2n+1) {
        padding-right: 10px;
    }

    .blog-post-container.blog-post-columns-2 .blog-post-item:nth-child(2n) {
        padding-left: 10px;
    }

.blog-post-container.blog-post-columns-3 .blog-post-item {
    width: 33.33%;
}

    .blog-post-container.blog-post-columns-3 .blog-post-item:nth-child(3n+1) {
        padding-right: 14px;
    }

    .blog-post-container.blog-post-columns-3 .blog-post-item:nth-child(3n+2) {
        padding-right: 7px;
        padding-left: 7px;
    }

    .blog-post-container.blog-post-columns-3 .blog-post-item:nth-child(3n) {
        padding-left: 14px;
    }

.blog-post-container .blog-post-item {
    float: left;
    margin-bottom: 50px;
}

    .blog-post-container .blog-post-item h3 {
        min-height: auto;
        font-size: 15px;
        margin-top: 10px;
    }

        .blog-post-container .blog-post-item h3 a {
            color: #555555;
        }

            .blog-post-container .blog-post-item h3 a:hover {
                color: #db2e1c;
            }

    .blog-post-container .blog-post-item .post-date {
        margin: 5px 0px;
    }

    .blog-post-container .blog-post-item .content {
        font-family: "TXGR";
        line-height: 22px;
        color: #555555;
        margin-top: 10px;
    }

        .blog-post-container .blog-post-item .content p {
            margin: 5px 0px;
        }

    .blog-post-container .blog-post-item .blog-post-image {
        background: none;
        border-radius: 0;
        height: auto;
        border: none;
        position: relative;
        width: 100%;
    }

        .blog-post-container .blog-post-item .blog-post-image:hover {
            border: none;
        }

        .blog-post-container .blog-post-item .blog-post-image .action {
            position: absolute;
            text-align: center;
            left: 0px;
            top: 50%;
            margin-top: -33px;
        }

            .blog-post-container .blog-post-item .blog-post-image .action .icons {
                -webkit-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
                font-size: 24px;
                color: #fff;
                box-shadow: 0 0 0 30px #db2e1c inset;
                padding: 20px;
                border-radius: 50%;
            }

                .blog-post-container .blog-post-item .blog-post-image .action .icons:hover {
                    box-shadow: 0 0 0 2px #db2e1c inset;
                    color: #db2e1c;
                }

        .blog-post-container .blog-post-item .blog-post-image img {
            width: 100%;
            border-radius: 0px;
        }

    .blog-post-container .blog-post-item .posted {
        font-family: "TXGR";
        color: #666;
        margin-top: 25px;
    }

        .blog-post-container .blog-post-item .posted i {
            font-size: 14px;
            color: #888888;
        }

.blog-post-container .contact-content {
    font-family: "TXGR";
}

    .blog-post-container .contact-content h4 {
        color: #333333;
        margin: 20px 0px;
        font-size: 14px;
    }

    .blog-post-container .contact-content label.control-label {
        font-size: 14px;
    }

.blog-post-container .blog-colum-left {
    padding-right: 0px;
}

    .blog-post-container .blog-colum-left .image img {
        max-width: 100%;
    }

.blog-post-container .blog-colum-left {
    padding-left: 0px;
}

.blog-post-container .pagination-container {
    text-align: center;
}

    .blog-post-container .pagination-container nav.pagination a, .blog-post-container .pagination-container nav.pagination span {
        font-weight: 700;
        font-size: 12px;
        font-style: normal;
    }

        .blog-post-container .pagination-container nav.pagination a.next, .blog-post-container .pagination-container nav.pagination a.prev {
            width: auto;
            padding: 0 15px;
        }

.blog-post-container .share-tags {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0px;
}

    .blog-post-container .share-tags span {
        font-size: 13px;
        color: #555555;
        text-transform: uppercase;
        font-weight: 700;
        margin-right: 15px;
    }

    .blog-post-container .share-tags i {
        color: #555555;
        margin: 0px 5px;
    }

        .blog-post-container .share-tags i:hover {
            color: #db2e1c;
        }

    .blog-post-container .share-tags .share {
        float: left;
    }

    .blog-post-container .share-tags .tags {
        float: right;
    }

    .blog-post-container .share-tags a {
        font-family: "TXGR";
        margin: 0 5px;
        color: #555555;
    }

        .blog-post-container .share-tags a.active {
            color: #db2e1c;
            text-decoration: underline;
        }

.blog-post-container .profile {
    border-bottom: 1px solid #d7d7d7;
    display: inline-block;
    width: 100%;
}

    .blog-post-container .profile .avatar {
        width: 125px;
        height: 125px;
        border: 3px solid #db2e1c;
        border-radius: 50%;
        float: left;
        margin-right: 20px;
    }

        .blog-post-container .profile .avatar img {
            width: 100%;
            border-radius: 50%;
        }

    .blog-post-container .profile .text {
        font-family: "TXGR";
    }

        .blog-post-container .profile .text h3 {
            text-transform: capitalize;
            color: #333333;
            font-size: 16px;
        }

        .blog-post-container .profile .text p {
            font-size: 14px;
            color: #666;
        }

.banner-page-top {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .banner-page-top.banner-page-top-ver2 .text h3 {
        font-size: 50px;
    }

    .banner-page-top .text {
        height: 100px;
        width: 100%;
        text-align: center;
        top: 50%;
        margin-top: -50px;
        position: absolute;
    }

        .banner-page-top .text h4 {
            font-size: 36px;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 20px;
            position: relative;
        }

            .banner-page-top .text h4 span {
                position: relative;
            }

                .banner-page-top .text h4 span:after {
                    content: "";
                    height: 4px;
                    width: 14px;
                    position: absolute;
                    top: 50%;
                    left: -20px;
                    background: #fff;
                }

                .banner-page-top .text h4 span:before {
                    content: "";
                    height: 4px;
                    width: 14px;
                    position: absolute;
                    top: 50%;
                    right: -20px;
                    background: #fff;
                }

        .banner-page-top .text h3 {
            font-size: 40px;
            color: #fff;
            text-transform: uppercase;
        }

        .banner-page-top .text p {
            font-family: "TXGR";
            color: #db2e1c;
            margin-top: 15px;
        }

    .banner-page-top img {
        width: 100%;
    }

.page-blog .blog-post-container .blog-post-item h3 {
    margin-top: 0px;
}

.page-blog .blog-post-container .blog-post-item p.content {
    margin-top: 10px;
}

.page-blog .blog-post-container .blog-post-item .post-by {
    margin: 15px 0px;
}

.blog-slider .blog-post-item {
    position: relative;
    margin-bottom: 80px;
}

    .blog-slider .blog-post-item .blog-post-content {
        position: absolute;
        left: 20px;
        right: 20px;
        background: #fff;
        bottom: -60px;
        text-align: center;
    }

        .blog-slider .blog-post-item .blog-post-content:before {
            position: absolute;
            content: "";
            left: 10px;
            top: 10px;
            right: 10px;
            bottom: 10px;
            border: 2px solid #e9e9e9;
        }

        .blog-slider .blog-post-item .blog-post-content .cat {
            font-size: 12px;
            font-weight: 300;
            color: #9a9a9a;
            display: inline-block;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin: 30px 0px;
            position: relative;
        }

            .blog-slider .blog-post-item .blog-post-content .cat:after {
                position: absolute;
                content: "";
                width: 38px;
                height: 1px;
                background: #000;
                margin-left: -19px;
                left: 50%;
                bottom: -15px;
            }

        .blog-slider .blog-post-item .blog-post-content .blog-title {
            font-family: "Playfair Display";
            color: #000;
            font-size: 25px;
            font-weight: 400;
            line-height: 25px;
            display: inline-block;
            width: 100%;
            position: relative;
        }

        .blog-slider .blog-post-item .blog-post-content .comment {
            font-family: "Poppins";
            color: #8d8c8c;
            font-size: 13px;
            line-height: 20px;
            margin-top: 15px;
            padding-bottom: 30px;
        }

.blog-slider-home8 {
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
}

    .blog-slider-home8 .blog-slider .blog-post-item .blog-post-content {
        float: left;
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        position: relative;
        top: -5px;
    }

        .blog-slider-home8 .blog-slider .blog-post-item .blog-post-content:before {
            border: none;
        }

        .blog-slider-home8 .blog-slider .blog-post-item .blog-post-content .cat {
            font-size: 14px;
            letter-spacing: 4px;
        }

            .blog-slider-home8 .blog-slider .blog-post-item .blog-post-content .cat:after {
                background: #e95252;
                height: 2px;
            }

        .blog-slider-home8 .blog-slider .blog-post-item .blog-post-content .by, .blog-slider-home8 .blog-slider .blog-post-item .blog-post-content .comment {
            display: inline-block;
            margin: 0 auto;
            color: #8d8c8c;
            font-weight: 400;
            font-family: "Poppins";
            width: 50%;
            float: left;
            text-align: left;
            padding-left: 10px;
            padding-bottom: 40px;
        }

        .blog-slider-home8 .blog-slider .blog-post-item .blog-post-content .by {
            text-align: right;
            position: relative;
            padding-right: 10px;
            padding-left: 0px;
        }

            .blog-slider-home8 .blog-slider .blog-post-item .blog-post-content .by:after {
                position: absolute;
                content: "";
                right: 0px;
                top: 3px;
                height: 12px;
                width: 1px;
                background: #d8d8d8;
            }

        .blog-slider-home8 .blog-slider .blog-post-item .blog-post-content .blog-title {
            line-height: 30px;
            margin-bottom: 20px;
            font-size: 30px;
        }

.blog-post-container.blog-post-container-v3 .blog-post-item .blog-post-content {
    position: relative;
    background: #fff;
    left: 0px;
    right: 0px;
    top: 0px;
}

    .blog-post-container.blog-post-container-v3 .blog-post-item .blog-post-content:before {
        position: static;
        border: none;
        height: 0px;
        width: 0px;
    }

.blog-post-container.blog-post-container-v3 .blog-post-item .blog-post-image {
    border-radius: 50%;
}

.blog-post-container-v4 .blog-post-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    position: relative;
}

    .blog-post-container-v4 .blog-post-item:after {
        position: absolute;
        content: "";
        left: 50%;
        right: 50%;
        bottom: 0px;
        height: 1px;
        background: #000;
        transition: all 0.3s ease 0s;
    }

    .blog-post-container-v4 .blog-post-item:hover:after {
        left: 0px;
        right: 0px;
    }

    .blog-post-container-v4 .blog-post-item:hover .blog-post-image, .blog-post-container-v4 .blog-post-item:hover .blog-post-content {
        transform: translate(0px, 0px);
        opacity: 1;
    }

    .blog-post-container-v4 .blog-post-item:hover .read-more i {
        color: #000;
    }

.blog-post-container-v4 .blog-post-image {
    display: inline-block;
    margin-right: 10px;
    transform: translate(-180px, 0px);
    transition: all 0.5s ease 0s;
    opacity: 0;
}

    .blog-post-container-v4 .blog-post-image img {
        max-width: 155px;
    }

.blog-post-container-v4 .blog-post-content {
    transform: translate(-167px, 0px);
    transition: all 0.4s ease 0s;
}

.blog-post-container-v4 .blog-post-content, .blog-post-container-v4 .read-more {
    display: inline-block;
    vertical-align: -15px;
}

.blog-post-container-v4 .blog-title {
    font: 400 25px/30px "Playfair Display";
    color: #000;
    margin-bottom: 5px;
}

.blog-post-container-v4 .post-tag {
    font: 400 13px/20px "Poppins";
    text-transform: uppercase;
    display: inline-block;
    margin-top: 8px;
    width: 100%;
}

    .blog-post-container-v4 .post-tag a {
        color: #000;
        font-weight: 600;
        margin-right: 15px;
    }

    .blog-post-container-v4 .post-tag span {
        color: #8d8c8c;
        text-transform: capitalize;
        margin-right: 5px;
    }

.blog-post-container-v4 .read-more {
    float: right;
    margin-top: 25px;
}

    .blog-post-container-v4 .read-more i {
        font-size: 30px;
        color: #cecece;
    }

.blog-classic #primary.col-md-9 {
    float: left;
    padding-left: 0px;
    padding-right: 10px;
    width: 75%;
}

.blog-classic #secondary.col-md-3 {
    float: right;
    padding-right: 0px;
    padding-left: 10px;
    width: 25%;
}

.blog-classic .blog-post-container {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .blog-classic .blog-post-container .blog-post-item {
        padding-bottom: 40px;
        border-bottom: 1px solid #ececec;
        display: inline-block;
        width: 100%;
    }

    .blog-classic .blog-post-container .blog-post-images {
        overflow: hidden;
    }

    .blog-classic .blog-post-container .cat a {
        font: 300 12px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        letter-spacing: 2px;
        color: #9a9a9a;
        text-transform: uppercase;
        margin-top: 20px;
        display: inline-block;
    }

        .blog-classic .blog-post-container .cat a:hover {
            color: #e95252;
        }

    .blog-classic .blog-post-container h3 a {
        font: 400 35px/35px "Playfair Display";
        color: #000;
        text-transform: capitalize;
    }

        .blog-classic .blog-post-container h3 a:hover {
            color: #e95252;
        }

    .blog-classic .blog-post-container .post-by {
        margin: 15px 0 20px;
        position: relative;
    }

        .blog-classic .blog-post-container .post-by:after {
            position: absolute;
            content: "";
            height: 1px;
            width: 70px;
            bottom: -15px;
            left: 0px;
            background: #000;
        }

        .blog-classic .blog-post-container .post-by p {
            display: inline-block;
            text-transform: capitalize;
            font: 400 13px/20px "Poppins";
            color: #000;
        }

            .blog-classic .blog-post-container .post-by p.by-user {
                margin-right: 10px;
                padding-right: 10px;
                border-right: 1px solid #eee;
            }

                .blog-classic .blog-post-container .post-by p.by-user span {
                    color: #858585;
                }

                .blog-classic .blog-post-container .post-by p.by-user a {
                    color: #000;
                }

                    .blog-classic .blog-post-container .post-by p.by-user a:hover {
                        color: #e95252;
                    }

    .blog-classic .blog-post-container .content p {
        font: 400 13px/25px "Poppins";
        color: #858585;
        margin-bottom: 30px;
    }

    .blog-classic .blog-post-container a.button {
        background: #000;
        color: #fff;
        font-size: 12px;
        letter-spacing: 2px;
        width: 165px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        display: inline-block;
    }

        .blog-classic .blog-post-container a.button:hover {
            background: #e95252;
        }

    .blog-classic .blog-post-container .owl-carousel .owl-controls .owl-nav .owl-prev, .blog-classic .blog-post-container .owl-carousel .owl-controls .owl-nav .owl-next {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
        width: 35px;
        height: 35px;
        background: #fff;
        margin: 0px;
        bottom: 15px;
        top: inherit;
    }

        .blog-classic .blog-post-container .owl-carousel .owl-controls .owl-nav .owl-prev i, .blog-classic .blog-post-container .owl-carousel .owl-controls .owl-nav .owl-next i {
            margin-top: 5px;
        }

    .blog-classic .blog-post-container .owl-carousel .owl-controls .owl-nav .owl-next {
        right: 10px;
    }

    .blog-classic .blog-post-container .owl-carousel .owl-controls .owl-nav .owl-prev {
        right: 50px;
        left: inherit;
    }

.single-post .cat-1 .label {
    background: #209cc9;
}

.single-post .tag-cat {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #efefef;
}

    .single-post .tag-cat span {
        display: inline-block;
        color: #fff;
        background: #000;
        font: 400 14px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        padding: 0 15px;
        letter-spacing: 0px;
        text-transform: uppercase;
        height: 20px;
        margin-right: 15px;
    }

    .single-post .tag-cat a {
        font: 400 15px/20px "Lato";
    }

.single-post .content h3 {
    font: 400 30px/35px 'Product Sans Light Regular', Helvetica, Arial, sans-serif;
    color: #000;
    padding-left: 15px;
    position: relative;
    margin: 20px 0px 40px;
    text-align: left;
    word-break: break-word;
}

    .single-post .content h3:before {
        position: absolute;
        content: '';
        left: 0px;
        height: 26px;
        width: 5px;
        background: #db2e1c;
        top: 5px;
    }

.single-post .content .label {
    font: 400 12px/18px "Lato";
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    border-radius: 0px;
}

.single-post .content .date, .single-post .content .comments {
    display: inline-block;
    font: 400 13px/18px "Lato";
    color: #c1c1c1;
    word-break: break-word;
}

    .single-post .content .date i, .single-post .content .comments i {
        margin-right: 5px;
    }

.single-post .content .comments {
    margin-left: 20px;
}

.single-post .content p {
    /*font: 400 16px/25px "Lato";*/
    font-family: 'Product Sans Light Regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    word-break: keep-all;
    text-align: left;
}

.single-post .content .SourceText {
    font-family: 'Product Sans Medium Regular', Helvetica, Arial, sans-serif;
}

.single-post .content .SourceText2 {
    font-size: 18px;
}

.single-post .content .titleImg {
    height: 100%;
}

.single-post .content .h4 {
    font-size: 22px;
    word-break: keep-all;
    text-align: left;
    font-family: 'Product Sans Medium Regular', Helvetica, Arial, sans-serif;
}

.single-post .content .h5 {
    font-size: 18px;
    word-break: keep-all;
    text-align: left;
    font-family: 'Product Sans Medium Regular', Helvetica, Arial, sans-serif;
}

.single-post .content a.DescAch {
    text-decoration: underline;
    color: #555;
    font-family: 'Product Sans Medium Regular', Helvetica, Arial, sans-serif;
}

.single-post .content .liststyletrick ul {
    list-style: none;
    line-height: 32px;
}

.single-post .content ul li {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    word-break: keep-all;
    text-align: left;
}

    .single-post .content ul li::before {
        /*content: "";
    background-image: url('../../images/tick_icon.png');
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: 0.1rem;
    margin-right: 0.2rem;*/
        position: relative;
        content: '\2713';
        position: absolute;
        left: 0;
        color: #49757d;
        font-weight: 800;
        font-family: fontAwesome;
    }

.single-post .content .content-text {
    margin-bottom: 30px;
}

    .single-post .content .content-text .bold p {
        font-weight: 400;
        padding-left: 20px;
        position: relative;
        margin-bottom: 0px;
        font-family: 'Product Sans Medium Regular', Helvetica, Arial, sans-serif;
        font-size: 19px;
        line-height: 30px;
    }

        .single-post .content .content-text .bold p:before {
            position: absolute;
            content: '';
            left: 0px;
            width: 3px;
            height: 100%;
            top: 0px;
            background: #000;
        }

.single-post .pagination {
    display: inline-block;
    width: 100%;
    padding: 0 30px;
}

    .single-post .pagination .next, .single-post .pagination .prev {
        float: left;
        width: 50%;
        /*margin-bottom: 30px;*/
        display: table;
        /*padding-top: 30px;*/
        /*padding-bottom: 20px;*/
    }

        .single-post .pagination .next .icon-box, .single-post .pagination .next .text, .single-post .pagination .prev .icon-box, .single-post .pagination .prev .text {
            display: table-cell;
            vertical-align: middle;
        }

        .single-post .pagination .next .text, .single-post .pagination .prev .text {
            padding-left: 20px;
            padding-right: 0px;
        }

        .single-post .pagination .next i, .single-post .pagination .prev i {
            display: inline-block;
            width: 20px;
            height: 40px;
            background: url(../images/control-signle-post.png) no-repeat scroll 0 0;
        }

    .single-post .pagination .next {
        text-align: right;
        border-left: 1px solid #ddd;
    }

        .single-post .pagination .next .text {
            padding-right: 10px;
            padding-left: 0px;
        }

        .single-post .pagination .next i {
            background-position: left 0px bottom 0px;
        }

    .single-post .pagination p.title {
        font: 400 14px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #333;
        margin-bottom: 20px;
        max-width: 280px;
    }

    .single-post .pagination p.control {
        font: 400 14px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #adadad;
        text-transform: uppercase;
    }

.single-post .panel {
    box-shadow: none;
    position: relative;
}

    .single-post .panel:before {
        position: absolute;
        left: 28px;
        height: 100%;
        width: 1px;
        content: '';
        background: #ddd;
        top: 0px;
    }

    .single-post .panel .media-left, .single-post .panel .media > .pull-left {
        padding-right: 20px;
        position: relative;
        z-index: 2;
    }

    .single-post .panel img {
        width: 50px;
    }

    .single-post .panel .text {
        min-height: 126px;
        display: inline-block;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .single-post .panel .text a.reply {
            font: 400 12px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            color: #e95252;
            display: inline-block;
        }

    .single-post .panel .panel-body {
        padding: 0px;
    }

        .single-post .panel .panel-body .media-body .media {
            position: relative;
            margin-left: 20px;
        }

            .single-post .panel .panel-body .media-body .media:before {
                position: absolute;
                left: 24px;
                top: 0px;
                width: 1px;
                height: 100%;
                background: #ddd;
                content: '';
            }

        .single-post .panel .panel-body h3 {
            font: 400 18px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            color: #000;
            text-transform: capitalize;
        }

        .single-post .panel .panel-body .date {
            font: 400 14px/18px "Lato";
            color: #b4b4b4;
            margin-bottom: 10px;
        }

        .single-post .panel .panel-body p {
            font: 400 16px/20px "Lato";
            color: #858585;
            display: inline-block;
            margin: 10px 0px;
            margin-right: 20px;
        }

.single-post .form-text {
    font: 400 14px "Lato";
    color: #9a9a9a;
}

.single-post .form-horizontal {
    display: inline-block;
    width: 100%;
}

    .single-post .form-horizontal .head {
        margin: 0 -5px;
    }

        .single-post .form-horizontal .head .col-md-4 {
            padding: 0 5px;
        }

    .single-post .form-horizontal .control-label {
        font: 400 16px "Lato";
        color: #000;
    }

    .single-post .form-horizontal .form-control {
        background: #fafafa;
        border: 1px solid #dfdfdf;
        font: 400 16px "Lato";
    }

    .single-post .form-horizontal textarea {
        min-height: 200px;
    }

    .single-post .form-horizontal a.button {
        float: left;
        background: #000;
        border: 2px solid #000;
        font-size: 18px;
        font-family: "Lato";
        text-align: center;
        height: 46px;
        line-height: 42px;
        color: #fff;
        padding: 0 20px;
        transition: all 0.3s ease 0s;
    }

        .single-post .form-horizontal a.button:hover {
            color: #333;
            background: #fff;
        }

.box-user .box {
    background: #fafafa;
    border: 1px solid #efefef;
    display: table;
    padding: 15px;
}

.box-user .avatar {
    width: 120px;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    padding: 5px;
    border: 1px solid #efefef;
}

.box-user .text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.box-user h3 {
    font: 700 18px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
    color: #000;
    margin-bottom: 5px;
}

    .box-user h3 span {
        color: #db2e1c;
        vertical-align: bottom;
        margin-left: 5px;
        font-size: 13px;
    }

.box-user p {
    font: 400 14px/18px "Lato";
    color: #a3a3a3;
    margin-bottom: 5px;
}

.box-user .social a:first-child {
    padding-left: 0px;
}

.box-user .social i {
    font-size: 18px;
    color: #959595;
}
/*====social share icons==========*/
.social-icons-ql li {
    list-style: none;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 45px;
    background: #000;
    text-align: center;
    margin: 10px 5px;
}

    .social-icons-ql li:nth-child(1) {
        width: 40px;
        height: 40px;
        line-height: 45px;
        margin: 10px 5px;
        background: #34558E;
    }

        .social-icons-ql li:nth-child(1) i {
            font-size: 25px;
        }

    .social-icons-ql li:nth-child(2) {
        background: #57c200;
    }

    .social-icons-ql li:nth-child(3) {
        background: rgba(0, 122, 181, 1);
    }

    .social-icons-ql li:nth-child(4) {
        background: #DC4A38;
    }

    .social-icons-ql li:nth-child(5) {
        background: #CC2028;
    }

    .social-icons-ql li:nth-child(6) {
        background: #E05929;
    }

    .social-icons-ql li:nth-child(7) {
        background: #EB4924;
    }



    .social-icons-ql li i {
        color: #fff;
        font-size: 20px;
    }
/*==========end*/
.blog-masonry {
    margin: 0 -15px;
}

    .blog-masonry .grid-sizer, .blog-masonry .grid-item {
        width: 33.333333333333%;
    }

    .blog-masonry .grid-item {
        padding: 0 15px;
    }

        .blog-masonry .grid-item img {
            width: 100%;
        }

    .blog-masonry.masonry-por {
        margin: 0px;
    }

        .blog-masonry.masonry-por .grid-sizer {
            width: 25%;
        }

    .blog-masonry .inner-por-masonry {
        display: inline-block;
        width: 100%;
    }

        .blog-masonry .inner-por-masonry .grid-item {
            overflow: hidden;
            width: 25%;
            padding: 0px;
            height: 440px;
        }

            .blog-masonry .inner-por-masonry .grid-item:after {
                position: absolute;
                content: "";
                height: 70px;
                width: 70px;
                background: url(../images/por-plus.png) no-repeat;
                left: 50%;
                top: 50%;
                margin-left: -35px;
                margin-top: -35px;
                opacity: 0;
            }

            .blog-masonry .inner-por-masonry .grid-item .images {
                width: 100%;
            }

            .blog-masonry .inner-por-masonry .grid-item h3, .blog-masonry .inner-por-masonry .grid-item h4 {
                transition: all 0.5s ease 0s;
                margin-left: 30px;
            }

            .blog-masonry .inner-por-masonry .grid-item h3 {
                font: 400 20px/25px "Playfair Display";
                color: #fff;
                margin-bottom: 10px;
            }

            .blog-masonry .inner-por-masonry .grid-item h4 {
                font: 300 12px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                color: #888;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            .blog-masonry .inner-por-masonry .grid-item p {
                width: 100%;
                text-align: right;
                color: #fff;
                font: 400 12px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                transition: all 0.4s ease 0s;
                padding-right: 30px;
            }

            .blog-masonry .inner-por-masonry .grid-item.width-2x {
                width: 50%;
                height: 880px;
                padding: 0px;
            }

            .blog-masonry .inner-por-masonry .grid-item:hover:after {
                opacity: 1;
            }

            .blog-masonry .inner-por-masonry .grid-item:hover h3, .blog-masonry .inner-por-masonry .grid-item:hover h4 {
                transform: translate(0, -85px);
            }

            .blog-masonry .inner-por-masonry .grid-item:hover p {
                transform: translate(0, -125px);
            }

.blog-classic .blog-post-container.blog-masonry .post-by {
    margin: 10px 0px 30px;
}

    .blog-classic .blog-post-container.blog-masonry .post-by:after {
        height: 0px;
    }

.blog-classic .blog-post-container.blog-masonry h3 {
    min-height: 30px;
    margin-bottom: 20px;
}

    .blog-classic .blog-post-container.blog-masonry h3 a {
        font-size: 25px;
        position: relative;
        display: inline-block;
    }

        .blog-classic .blog-post-container.blog-masonry h3 a:after {
            position: absolute;
            content: "";
            left: 0px;
            bottom: -10px;
            height: 1px;
            width: 60px;
            background: #000;
        }

.blog-classic .blog-post-container.blog-masonry a.button {
    background: none;
    text-align: left;
    color: #000;
    height: 40px;
    line-height: 30px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

    .blog-classic .blog-post-container.blog-masonry a.button:after {
        left: 0px;
        bottom: 10px;
        width: 0px;
        height: 2px;
        background: #e95252;
        content: "";
        position: absolute;
        transition: all 0.3s ease 0s;
    }

    .blog-classic .blog-post-container.blog-masonry a.button:hover {
        color: #e95252;
    }

        .blog-classic .blog-post-container.blog-masonry a.button:hover:after {
            width: 90px;
        }

        .blog-classic .blog-post-container.blog-masonry a.button:hover .link-icon-black {
            background-position: 0 bottom;
        }

.blog-classic .blog-post-container.blog-masonry .content p {
    margin-bottom: 10px;
}

.blog-classic .blog-post-container.blog-masonry .link-icon-black {
    background-image: url(../images/Uno-button-icon2.png);
}

.link {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

a.load-more {
    display: inline-block;
    width: 166px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font: 700 12px/46px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
    color: #fff;
    letter-spacing: 2px;
    background: #000;
    text-transform: uppercase;
    margin: 0 auto;
}

    a.load-more:hover {
        background: #e95252;
    }

    a.load-more i {
        color: #fff;
        font-size: 16px;
        vertical-align: -2px;
    }

.bastian-content .images img {
    width: 100%;
}

.bastian-content .col-md-6 h3 {
    font: 400 25px/30px "Playfair Display";
    color: #000;
    text-transform: capitalize;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

    .bastian-content .col-md-6 h3:after {
        position: absolute;
        content: "";
        left: 0px;
        bottom: 0px;
        height: 1px;
        width: 40px;
        background: #333;
    }

.bastian-content .col-md-6 p {
    font: 400 13px/25px "Poppins";
    color: #858585;
    margin-bottom: 30px;
}

.control-page {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
}

    .control-page .next, .control-page .prev, .control-page .box-icon {
        display: inline-block;
    }

    .control-page .next {
        float: left;
        text-align: left;
    }

    .control-page .prev {
        float: right;
        text-align: right;
    }

    .control-page .box-icon {
        position: absolute;
        width: 80px;
        height: 80px;
        background: #000000;
        border-radius: 50%;
        text-align: center;
        left: 50%;
        margin-left: -40px;
    }

        .control-page .box-icon i {
            color: #fff;
            font-size: 30px;
            line-height: 80px;
        }

    .control-page a.title {
        font: 400 50px/50px "Playfair Display";
        color: #000;
        text-transform: capitalize;
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        letter-spacing: 0px;
    }

    .control-page a {
        font: 300 12px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #8e8e8e;
        letter-spacing: 4px;
        display: inline-block;
        text-transform: uppercase;
    }

        .control-page a:hover i.link-icon-white {
            background-position: 0 0;
        }

        .control-page a i {
            margin: 0px;
        }

            .control-page a i.link-icon-white {
                background: url(../images/pagination-next.png) no-repeat scroll 0 bottom;
            }

    .control-page .next a:hover i.link-icon-white {
        background-position: 0 0;
    }

    .control-page .next a i.link-icon-white {
        background: url(../images/pagination-prev.png) no-repeat scroll 0 bottom;
    }

.last-news h2 {
    font: 400 40px "Playfair Display";
    color: #2b2b2b;
    margin-bottom: 20px;
}



.last-news .lastest-news h3 {
    font: 400 20px/25px "Playfair Display";
    color: #2b2b2b;
    margin-bottom: 5px;
}

    .last-news .lastest-news h3 a {
        color: #2b2b2b;
    }

        .last-news .lastest-news h3 a:hover {
            color: #db2e1c;
        }

.last-news .lastest-news p {
    color: #b5b5b5;
    font: 300 14px "Roboto";
}

.last-news .lastest-news li {
    display: block;
    padding: 20px 0px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding-left: 20px;
}

    .last-news .lastest-news li:after {
        position: absolute;
        content: "";
        left: 0px;
        top: 33px;
        height: 9px;
        width: 8px;
        background: url(../images/icon-ulli.png) no-repeat;
        transform: rotateY(0deg);
    }

.rtl .last-news .lastest-news li:after {
    right: 0px;
    left: auto;
}

.rtl .last-news .lastest-news li:after {
    transform: rotateY(180deg);
}

.rtl .last-news .lastest-news li {
    padding-right: 20px;
    padding-left: inherit;
}

.last-news .lastest-news li:last-child {
    border: none;
}

.last-news .client-say .content-text {
    position: relative;
    margin-bottom: 30px;
}

    .last-news .client-say .content-text p {
        font: 300 16px/20px "Roboto";
        font-style: italic;
        position: relative;
        padding: 30px 20px 40px 20px;
        box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    }

    .last-news .client-say .content-text:after {
        position: absolute;
        content: "";
        background: url(../images/user-box-shadow.png) no-repeat center;
        left: 60px;
        bottom: -25px;
        width: 26px;
        height: 30px;
    }

.rtl .last-news .client-say .content-text:after {
    right: 60px;
    left: auto;
}

.last-news .user {
    padding-left: 40px;
}

.rtl .last-news .user {
    padding-right: 40px;
    padding-left: inherit;
}

.last-news .user .avatar, .last-news .user .text {
    display: inline-block;
}

.last-news .user .text {
    padding-left: 10px;
    padding-top: 10px;
}

.rtl .last-news .user .text {
    padding-right: 10px;
    padding-left: inherit;
}

.last-news .user h3 {
    font: 500 16px/20px "Roboto";
    color: #333;
    text-transform: uppercase;
}

.last-news .user p {
    color: #db2e1c;
    text-transform: capitalize;
    font: 300 12px/15px "Roboto";
}

.item-private .images {
    margin-right: 10px;
    display: table-cell;
}

.item-private .text {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 10px;
}

    .item-private .text h3.title:hover {
        color: #db2e1c;
    }

    .item-private .text h3.title a {
        position: relative;
        padding-left: 10px;
        display: inline-block;
        font: 700 16px/25px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #fff;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

        .item-private .text h3.title a:after {
            width: 3px;
            height: 17px;
            content: "";
            top: 3px;
            left: 0px;
            background: #db2e1c;
            position: absolute;
        }

    .item-private .text .tags {
        display: block;
    }

        .item-private .text .tags p, .item-private .text .tags a {
            display: inline-block;
            font: 400 12px/15px "Lato";
            color: #9a9a9a;
        }

            .item-private .text .tags p i, .item-private .text .tags a i {
                color: #9a9a9a;
                font-size: 12px;
                margin-right: 5px;
            }

        .item-private .text .tags .date {
            float: left;
        }

        .item-private .text .tags .comment {
            float: right;
        }

/** 4.13. Images Zoom **/
.product-img-box {
    margin-bottom: 50px;
    text-align: center;
}

    .product-img-box #image-view {
        display: inline-block;
        float: right;
        max-width: 630px;
    }

    .product-img-box .product-thumb {
        float: left;
        display: inline-block;
    }

    .product-img-box .thumb-content {
        width: 100%;
        max-width: 150px;
        float: left;
    }

        .product-img-box .thumb-content li {
            display: block;
            float: left;
            padding-right: 15px;
            margin-bottom: 20px;
        }

            .product-img-box .thumb-content li a {
                display: inline-block;
                border: 1px solid #fff;
            }

            .product-img-box .thumb-content li.active a {
                border: 1px solid #333;
            }

    .product-img-box img {
        width: 100%;
    }

    .product-img-box.product-img-box-v2 .thumb-content {
        max-width: 100%;
        margin-top: 20px;
    }

        .product-img-box.product-img-box-v2 .thumb-content li {
            width: 33.33%;
            display: inline-block;
        }

            .product-img-box.product-img-box-v2 .thumb-content li:nth-child(3n+1) {
                padding-right: 14px;
                padding-left: 0px;
            }

            .product-img-box.product-img-box-v2 .thumb-content li:nth-child(3n+2) {
                padding: 0px 7px;
            }

            .product-img-box.product-img-box-v2 .thumb-content li:nth-child(3n) {
                padding-right: 0px;
                padding-left: 14px;
            }

.product-details-content .col-md-6:first-child {
    padding-left: 0px;
}

/** 4.14. Icon Progress Bar **/
.icon-rating {
    float: left;
}

    .icon-rating input {
        left: -9999px;
        position: absolute;
    }

    .icon-rating label {
        cursor: pointer;
        display: block;
        float: right;
        font-size: 22px;
        height: 17px;
        line-height: 17px;
        padding: 0 1px;
    }

    .icon-rating label {
        color: #e0e0e0;
        transition: color 0.3s ease 0s;
    }

    .icon-rating input + label:hover, .icon-rating input + label:hover ~ label {
        color: #e19824;
    }

    .icon-rating input:checked ~ label {
        color: #e19824;
    }

.item-inner .product .icon-rating input:checked ~ label {
    color: #e19824;
}

.icon-rating-horizontal {
    float: none;
    text-align: center;
}

    .icon-rating-horizontal label {
        float: none;
        height: 20px;
        line-height: 20px;
    }

.light-style {
    color: #fff;
}

    .light-style h1, .light-style h2, .light-style h3, .light-style h4, .light-style h5, .light-style h6 {
        color: #fff;
    }

.bg-success .icon-rating label {
    color: #ae2516;
}

.bg-success .icon-rating input + label:hover, .bg-success .icon-rating input + label:hover ~ label,
.bg-success .icon-rating input:checked ~ label {
    color: #fff;
}

.bg-danger .icon-rating label {
    color: #b52b27;
}

.bg-danger .icon-rating input + label:hover, .bg-danger .icon-rating input + label:hover ~ label,
.bg-danger .icon-rating input:checked ~ label {
    color: #fff;
}

.bg-warning .icon-rating label {
    color: #df8a13;
}

.bg-warning .icon-rating input + label:hover, .bg-warning .icon-rating input + label:hover ~ label,
.bg-warning .icon-rating input:checked ~ label {
    color: #fff;
}

.bg-primary .icon-rating label {
    color: #972013;
}

.bg-primary .icon-rating input + label:hover, .bg-primary .icon-rating input + label:hover ~ label,
.bg-primary .icon-rating input:checked ~ label {
    color: #fff;
}

.bg-info .icon-rating label {
    color: #28a1c5;
}

.bg-info .icon-rating input + label:hover, .bg-info .icon-rating input + label:hover ~ label,
.bg-info .icon-rating input:checked ~ label {
    color: #fff;
}

div.stars {
    width: 270px;
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before {
    color: #F62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}

/** 4.15. Parallax **/
.youtube-slide {
    background: #333;
    padding: 30px 0px;
}

    .youtube-slide iframe {
        width: 100%;
        height: 433px;
    }

    .youtube-slide .item-youtube-slide {
        padding-right: 15px;
        height: 433px;
        overflow-y: scroll;
    }



    .youtube-slide .post-item {
        padding: 15px;
        cursor: pointer;
        margin: 0px;
        position: relative;
    }

        .youtube-slide .post-item:after {
            position: absolute;
            content: '';
            left: 15px;
            right: 0px;
            height: 1px;
            top: 0px;
            background: #484848;
        }

        .youtube-slide .post-item:first-child:after {
            background: transparent;
        }

        .youtube-slide .post-item:hover, .youtube-slide .post-item.active, .youtube-slide .ordering span.post-item:hover, .ordering .youtube-slide span.post-item:hover {
            background: #212121;
        }

            .youtube-slide .post-item:hover:after, .youtube-slide .post-item.active:after, .youtube-slide .ordering span.post-item:hover:after, .ordering .youtube-slide span.post-item:hover:after {
                background: transparent;
            }

            .youtube-slide .post-item:hover .images img, .youtube-slide .post-item.active .images img, .youtube-slide .ordering span.post-item:hover .images img, .ordering .youtube-slide span.post-item:hover .images img {
                opacity: 0.6;
            }

            .youtube-slide .post-item:hover + div:after, .youtube-slide .post-item.active + div:after, .youtube-slide .ordering span.post-item:hover + div:after, .ordering .youtube-slide span.post-item:hover + div:after {
                background: transparent;
            }

        .youtube-slide .post-item.ver2 .text {
            padding-top: 5px;
        }

        .youtube-slide .post-item.ver2 .images {
            width: 100px;
        }

        .youtube-slide .post-item .text h2 span {
            font-size: 14px;
            vertical-align: top;
        }

            .youtube-slide .post-item .text h2 span:after {
                top: 4px;
                height: 15px;
            }

            .youtube-slide .post-item .text h2 span:hover {
                color: #fff;
            }

.item-youtube-slide::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #484848;
}

.item-youtube-slide::-webkit-scrollbar {
    width: 5px;
    background-color: #484848;
}

.item-youtube-slide::-webkit-scrollbar-thumb {
    background-color: #db2e1c;
}

.wrap-slide-youtube.padding-bottom-60 {
    position: relative;
}

    .wrap-slide-youtube.padding-bottom-60:after {
        position: absolute;
        content: '';
        left: 0px;
        height: 15px;
        background: #fff;
        width: 100%;
        bottom: 0px;
    }

/** 4.16 Instagram **/
.testimonial {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: url(../images/testimo-home3-1.jpg) no-repeat;
    padding: 80px 0px 100px;
    color: #fff;
}

    .testimonial h3 {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 40px;
        padding-bottom: 15px;
        line-height: 20px;
    }

        .testimonial h3:after {
            position: absolute;
            content: "";
            left: 50%;
            bottom: 0px;
            width: 50px;
            margin-left: -25px;
            background: #eeeeee;
            height: 2px;
        }

    .testimonial p {
        font-family: "Playfair Display";
        font-size: 22px;
        font-style: italic;
        font-weight: 400;
        line-height: 30px;
        max-width: 980px;
        margin: 0 auto 30px;
    }

        .testimonial p.user-name {
            font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-style: normal;
            text-transform: uppercase;
            font-size: 14px;
            letter-spacing: 2px;
        }

    .testimonial img {
        width: 100%;
        border-radius: 50%;
        border: 3px solid #bababa;
    }

    .testimonial .wrap-star {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
    }

        .testimonial .wrap-star a {
            color: #eed52e;
        }

            .testimonial .wrap-star a i {
                font-size: 12.42px;
            }

    .testimonial.dots-show .owl-dots {
        bottom: 80px;
    }

        .testimonial.dots-show .owl-dots .owl-dot {
            background: #bbb;
        }

            .testimonial.dots-show .owl-dots .owl-dot.active, .testimonial.dots-show .owl-dots .ordering span.owl-dot:hover, .ordering .testimonial.dots-show .owl-dots span.owl-dot:hover {
                background: #fff;
            }

/** 4.16 Instagram **/
.cat-box-home3 img {
    width: 100%;
}

.cat-box-home3 span.label {
    position: absolute;
    display: inline-block;
    right: 40px;
    top: 60px;
    color: #e95252;
    text-transform: uppercase;
    font-size: 12px;
    transform: rotate(90deg);
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px;
    z-index: 9;
    border: 2px solid #e95252;
    border-radius: 0px;
}

.cat-box-home3 .row {
    margin: 0px;
    margin-bottom: 30px;
}

.cat-box-home3 .col-md-6 {
    position: relative;
}

    .cat-box-home3 .col-md-6.box-text {
        min-height: 300px;
    }

    .cat-box-home3 .col-md-6:first-child {
        padding-left: 0px;
    }

        .cat-box-home3 .col-md-6:first-child span.label {
            right: 0px;
        }

    .cat-box-home3 .col-md-6:last-child {
        padding-right: 0px;
    }

        .cat-box-home3 .col-md-6:last-child span.label {
            right: inherit;
            left: 0px;
        }

    .cat-box-home3 .col-md-6.bg-text {
        min-height: 350px;
    }

        .cat-box-home3 .col-md-6.bg-text:before {
            content: " " attr(bg-text) " ";
            font-size: 100px;
            font-family: "Playfair Display";
            color: #e9e9e9;
            font-weight: 400;
            text-transform: uppercase;
            position: absolute;
            left: 0px;
            width: 100%;
            text-align: center;
            height: 100%;
            top: 25%;
        }

        .cat-box-home3 .col-md-6.bg-text h1 {
            font-family: "Playfair Display";
            font-size: 25px;
            text-transform: uppercase;
            font-weight: 400;
            color: #000;
            position: absolute;
            width: 100%;
            left: 0px;
            text-align: center;
            top: 45%;
        }

.cat-box-home3 .col-md-12 {
    padding: 0px;
    position: relative;
}

    .cat-box-home3 .col-md-12 .col-md-6 {
        padding: 0px;
    }

        .cat-box-home3 .col-md-12 .col-md-6:first-child {
            padding-right: 15px;
        }

        .cat-box-home3 .col-md-12 .col-md-6:last-child {
            padding-left: 15px;
        }

        .cat-box-home3 .col-md-12 .col-md-6 .text {
            left: 35px;
        }

.cat-box-home3 .text {
    position: absolute;
    bottom: 50px;
    left: 65px;
}

    .cat-box-home3 .text h3 {
        font-size: 40px;
        color: #000;
        font-family: "Playfair Display";
        position: relative;
        line-height: 40px;
        margin-bottom: 10px;
    }

        .cat-box-home3 .text h3:after {
            position: absolute;
            content: "";
            left: -80px;
            width: 60px;
            height: 2px;
            top: 50%;
            background: #000;
        }

    .cat-box-home3 .text p {
        font-size: 12px;
        color: #9d9d9d;
        font-weight: 300;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .cat-box-home3 .text a {
        display: inline-block;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border: 2px solid #000;
    }

/** 4.16 Instagram **/
.time {
    text-align: center;
    padding: 30px 0px;
    display: inline-block;
    width: 100%;
}

    .time .distance {
        display: inline-block;
        margin: 0px 15px;
        width: 240px;
        padding: 20px 0px 50px;
    }

        .time .distance .number {
            font-size: 100px;
            display: inline-block;
        }

            .time .distance .number b {
                font-weight: 400;
            }

        .time .distance .text {
            font-size: 40px;
            text-transform: capitalize;
            display: inline-block;
            font-family: "Playfair Display";
            color: #a4a4a4;
            font-weight: 400;
            margin-left: 5px;
        }

    .time.time-v2 .distance {
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.11);
        margin: 0px 25px;
    }

        .time.time-v2 .distance .number {
            display: block;
        }

            .time.time-v2 .distance .number b {
                color: #f68585;
            }

        .time.time-v2 .distance .text {
            display: block;
            margin-left: 0px;
        }

    .time.time-v3 .distance .number {
        font-size: 50px;
        vertical-align: -40px;
        min-width: 60px;
    }

    .time.time-v3 .distance .text {
        font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        font-size: 20px;
        color: #e95252;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

.social-v3, .social-v2, .social-v1 {
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .social-v3 a, .social-v2 a, .social-v1 a {
        color: #000;
    }

        .social-v1 a i {
            font-size: 20px;
            margin: 0px 20px;
        }

.border-box {
    display: inline-block;
    width: 100%;
    margin: 50px 0px 20px;
    height: 1px;
    background: #ebebeb;
}

.social-v2 a i {
    font-size: 80px;
    margin: 30px 80px;
}

.social-v3 a {
    display: inline-block;
    padding: 25px 40px;
    width: 184px;
    height: 90px;
    margin-right: 5px;
}

    .social-v3 a:last-child() {
        margin-right: 0px;
    }

    .social-v3 a i {
        font-size: 40px;
        color: #fff;
    }

    .social-v3 a.twitter {
        background: #01bbf6;
    }

    .social-v3 a.dribbble {
        background: #f5699a;
    }

    .social-v3 a.facebook {
        background: #3b5999;
    }

    .social-v3 a.youtube {
        background: #fe0000;
    }

    .social-v3 a.rss {
        background: #f7a42c;
    }

    .social-v3 a.pinterest {
        background: #f23434;
    }

.title-box {
    display: inline-block;
    width: 100%;
}

    .title-box h3 {
        text-transform: uppercase;
        font: 700 14px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        letter-spacing: 2px;
        line-height: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        position: relative;
    }

        .title-box h3:after {
            position: absolute;
            content: "";
            left: 0px;
            bottom: 0px;
            width: 50px;
            background: #000;
            height: 2px;
        }

    .title-box p {
        font: 400 13px/20px "Poppins";
        color: #858585;
        margin-bottom: 15px;
    }

    .title-box.center {
        text-align: center;
    }

        .title-box.center h3:after {
            left: 50%;
            margin-left: -25px;
        }

.accordion .panel-title a {
    font: 600 18px "Poppins";
    color: #e95252;
}

    .accordion .panel-title a:before {
        height: 30px;
        width: 30px;
        background: url(../images/icon-accor.png) no-repeat scroll center top 14px;
        content: "";
        display: inline-block;
        float: right;
    }

    .accordion .panel-title a.collapsed {
        color: #000;
    }

        .accordion .panel-title a.collapsed:before {
            background: url(../images/icon-accor.png) no-repeat scroll center bottom 10px;
        }

.accordion .panel-collapse {
    font: 400 13px/25px "Poppins";
    color: #858585;
}

.accordion .panel {
    border: none;
    box-shadow: none;
}

.accordion .panel-default .panel-heading {
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #eee;
}

.accordion .panel-body {
    padding: 0px;
    padding: 20px 0px;
}

.accordion .panel-group .panel-heading + .panel-collapse > .panel-body, .accordion .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.boxed-content {
    background: #93cacd;
    padding: 35px;
    display: inline-block;
    position: relative;
}

    .boxed-content h2 {
        font: 700 12px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #fff;
        letter-spacing: 2px;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

        .boxed-content h2.center {
            text-align: center;
        }

        .boxed-content h2:after {
            position: absolute;
            content: "";
            width: 50px;
            height: 1px;
            background: #fff;
            bottom: 0px;
            left: 0px;
        }

    .boxed-content p {
        font: 400 13px/25px "Poppins";
        color: #fff;
        padding-bottom: 20px;
    }

    .boxed-content.images {
        padding: 0px;
        background: #f5f5f5;
        border: 1px solid #eaeaea;
    }

        .boxed-content.images p, .boxed-content.images h2 {
            max-width: 250px;
            padding-left: 35px;
        }

            .boxed-content.images p:after, .boxed-content.images h2:after {
                left: 35px;
            }

        .boxed-content.images p {
            color: #858585;
        }

        .boxed-content.images h2 {
            color: #000;
        }

            .boxed-content.images h2:after {
                background: #d9d9d9;
            }

        .boxed-content.images img {
            float: right;
            max-width: 290px;
        }

        .boxed-content.images .text {
            float: left;
            margin-top: 30px;
        }

    .boxed-content.center {
        text-align: center;
    }

        .boxed-content.center h2:after {
            left: 50%;
            margin-left: -25px;
        }

    .boxed-content.boxed-content-v2 {
        background: #f5f5f5;
        padding: 50px 70px;
    }

        .boxed-content.boxed-content-v2 p {
            color: #858585;
        }

        .boxed-content.boxed-content-v2 h2 {
            color: #000;
        }

            .boxed-content.boxed-content-v2 h2:after {
                background: #d9d9d9;
            }

    .boxed-content.boxed-content-v3 {
        background: #e6bdad;
        padding-top: 65px;
    }

    .boxed-content .icons {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 74px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        font-size: 30px;
        background: #e95252;
        border: 3px solid #f8abab;
        position: absolute;
    }

        .boxed-content .icons.bg-black {
            background: #000;
            border: 3px solid #a18479;
        }

        .boxed-content .icons.left, .boxed-content .icons.right {
            left: -40px;
            top: 50%;
            margin-top: -40px;
        }

        .boxed-content .icons.right {
            left: inherit;
            right: -40px;
        }

        .boxed-content .icons.top, .boxed-content .icons.bottom {
            left: 50%;
            margin-left: -40px;
            top: -40px;
        }

        .boxed-content .icons.bottom {
            top: inherit;
            bottom: -40px;
        }

.tab-v1 .tab-content {
    display: inline-block;
}

.tab-v1 .nav-tabs {
    text-align: center;
    border: none;
}

    .tab-v1 .nav-tabs li {
        float: initial;
        display: inline-block;
        width: 250px;
        height: 66px;
        background: #ededed;
        line-height: 66px;
    }

        .tab-v1 .nav-tabs li.active, .tab-v1 .nav-tabs li:hover {
            background: #2a2a2a;
        }

            .tab-v1 .nav-tabs li.active a, .tab-v1 .nav-tabs li:hover a {
                border: none;
                background: none;
                color: #fff;
                box-shadow: none;
                position: relative;
            }

                .tab-v1 .nav-tabs li.active a:after, .tab-v1 .nav-tabs li:hover a:after {
                    position: absolute;
                    content: "";
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    border-top: 10px solid #2a2a2a;
                    height: 0px;
                    width: 0px;
                    bottom: -10px;
                    left: 50%;
                }

        .tab-v1 .nav-tabs li a {
            text-transform: uppercase;
            font-weight: 700;
            color: #000;
            letter-spacing: 2px;
            border: none;
            line-height: 66px;
            height: 66px;
            padding: 0px;
        }

.tab-v1 .tab-pane {
    text-align: center;
}

.tab-v1 .products .item-inner {
    width: 33.33%;
    float: left;
    padding: 0px 10px;
}

.tab-v1 .custom-content {
    text-align: left;
}

    .tab-v1 .custom-content h1 {
        font: 400 50px/50px "Playfair Display";
        color: #000;
        text-transform: capitalize;
        padding-bottom: 15px;
    }

    .tab-v1 .custom-content h3 {
        font: 300 14px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #9d9d9d;
        letter-spacing: 3px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }

        .tab-v1 .custom-content h3:after {
            position: absolute;
            content: "";
            left: 0px;
            bottom: 0px;
            height: 1px;
            width: 70px;
            background: #000;
        }

    .tab-v1 .custom-content p {
        font: 300 14px/25px "Poppins";
        padding-bottom: 20px;
    }

    .tab-v1 .custom-content a {
        display: inline-block;
        line-height: 36px;
        height: 40px;
        border: 2px solid #000;
    }

.tab-v1 .accordion {
    text-align: left;
}

.btn {
    /*font: 400 14px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;*/
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
    text-align: center;
    margin-right: 10px;
    border-radius: 0px;
    border: none;
    height: auto;
    color: #fff;
}

    .btn:hover {
        opacity: 0.8;
    }

    .btn:last-child {
        margin-right: 0px;
    }

    .btn.btn-default {
        background: #363636;
    }

        .btn.btn-default:hover, .btn.btn-default:focus {
            color: #fff;
        }

    .btn.btn-success {
        background: linear-gradient(120deg,#49757d, #2b7c2a, #2b7c2a ) !important;
        background-size: 200%;
        color: #fff;
        outline: none;
        cursor: pointer;
        transition: .5s;
    }

        .btn.btn-success:hover {
            background-position: right;
        }

    .btn.btn-danger {
        background: #e95151;
    }

    .btn.btn-info {
        background: #5ad0cf;
    }

    .btn.btn-warning {
        background: #f1cd4f;
    }

    .btn.btn-dark {
        background: #484848;
    }

        .btn.btn-dark:hover {
            color: #fff;
        }

.buttton-v2 .btn {
    border-radius: 30px;
}

.buttton-v3 .btn {
    color: #000;
    background: none !important;
}

    .buttton-v3 .btn.btn-default {
        border: 2px solid #363636;
    }

        .buttton-v3 .btn.btn-default:hover, .buttton-v3 .btn.btn-default:focus {
            color: #000;
        }

    .buttton-v3 .btn.btn-success {
        border: 2px dashed #6bdb80;
    }

    .buttton-v3 .btn.btn-danger {
        border: 2px solid #e95151;
    }

    .buttton-v3 .btn.btn-info {
        border: 2px solid #5ad0cf;
    }

    .buttton-v3 .btn.btn-warning {
        border: 2px solid #f1cd4f;
    }

.buttton-v4 .btn {
    color: #000;
    background: none !important;
    border-radius: 30px;
}

    .buttton-v4 .btn.btn-default {
        border: 2px solid #363636;
    }

        .buttton-v4 .btn.btn-default:hover, .buttton-v4 .btn.btn-default:focus {
            color: #000;
        }

    .buttton-v4 .btn.btn-success {
        border: 2px solid #6bdb80;
    }

    .buttton-v4 .btn.btn-danger {
        border: 2px solid #e95151;
    }

    .buttton-v4 .btn.btn-info {
        border: 2px solid #5ad0cf;
    }

    .buttton-v4 .btn.btn-warning {
        border: 2px dashed #f1cd4f;
    }

.buttton-icon .btn.btn-success {
    border-radius: 30px;
}

.buttton-icon .btn.btn-danger {
    background: none;
    border: 2px solid #e95151;
    color: #e95151;
}

.buttton-icon .btn.btn-info {
    border-radius: 5px;
}

.buttton-icon .btn.btn-warning {
    border: 2px dashed #f1cd4f;
    background: none;
    color: #000;
}

.buttton-icon .btn i {
    font-size: 20px;
    vertical-align: -2px;
}

.feature-box .fbox-icon .icons {
    color: #000;
}

.feature-box h4 {
    font: 700 14px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.feature-box p {
    font: 400 13px/20px "Poppins";
    color: #858585;
}

.icon-box-v* .col-md-3, .icon-box-v* .col-md-4 {
    padding: 0 15px;
}

.icon-box-v1 .feature-box .fbox-icon .icons {
    font-size: 50px;
}

.icon-box-v1 .feature-box h4 {
    font: 700 14px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
    letter-spacing: 3px;
}

.icon-box-v1 .feature-box.color-red .fbox-icon .icons {
    color: #e95151;
}

.icon-box-v1 .feature-box.color-red h4 {
    color: #e95151;
}

.icon-box-v1 .feature-box.color-blue .fbox-icon .icons {
    color: #55e1dc;
}

.icon-box-v1 .feature-box.color-blue h4 {
    color: #55e1dc;
}

.icon-box-v1 .feature-box.color-purple .fbox-icon .icons {
    color: #c941eb;
}

.icon-box-v1 .feature-box.color-purple h4 {
    color: #c941eb;
}

.link-icon-box {
    display: inline-block;
    font: 600 12px/20px "Poppins";
    color: #000;
    margin-top: 30px;
}

    .link-icon-box:hover {
        color: #db2e1c;
    }

        .link-icon-box:hover i {
            color: #db2e1c;
        }

    .link-icon-box i {
        font-size: 13px;
        color: #000;
        margin-left: 6px;
    }

.icon-box-v2 .link-icon-box {
    text-transform: uppercase;
}

.icon-box-v2 .feature-box .fbox-icon {
    margin-bottom: 30px;
}

    .icon-box-v2 .feature-box .fbox-icon .icons {
        font-size: 40px;
        height: 127px;
        width: 127px;
        text-align: center;
        line-height: 127px;
        color: #fff;
        background: #e95151;
        display: inline-block;
        border-radius: 50%;
    }

        .icon-box-v2 .feature-box .fbox-icon .icons.icon-images {
            background: url(../images/about2.jpg) no-repeat;
        }

        .icon-box-v2 .feature-box .fbox-icon .icons.bg-yellow {
            background: #ffd457;
        }

.icon-box-v3 .feature-box .fbox-icon .icons {
    font-size: 40px;
    color: #000;
}

.icon-box-v3 .feature-box h4 {
    margin-top: 20px;
}

.icon-box-v3 .feature-box p {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.icon-box-v3.icon-box-v6 .col-md-4 {
    padding: 0 15px;
}

    .icon-box-v3.icon-box-v6 .col-md-4 .feature-box {
        background: #e95151;
        display: inline-block;
        width: 100%;
        padding: 30px;
        border: 2px solid #e95151;
    }

        .icon-box-v3.icon-box-v6 .col-md-4 .feature-box .fbox-icon .icons {
            color: #fff;
            font-size: 30px;
        }

        .icon-box-v3.icon-box-v6 .col-md-4 .feature-box h4 {
            color: #fff;
            margin-top: 15px;
        }

        .icon-box-v3.icon-box-v6 .col-md-4 .feature-box p {
            color: #fff;
        }

        .icon-box-v3.icon-box-v6 .col-md-4 .feature-box.ver2 {
            background: #fff;
            border-color: #70deee;
        }

            .icon-box-v3.icon-box-v6 .col-md-4 .feature-box.ver2 .fbox-icon .icons {
                color: #000;
            }

            .icon-box-v3.icon-box-v6 .col-md-4 .feature-box.ver2 h4, .icon-box-v3.icon-box-v6 .col-md-4 .feature-box.ver2 p {
                color: #000;
            }

        .icon-box-v3.icon-box-v6 .col-md-4 .feature-box.ver3 {
            background: #55c2e5;
            border-color: #55c2e5;
        }

.icon-box-v4 .feature-box .fbox-icon .icons {
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    font-size: 25px;
    color: #fff;
    background: #4f4f4f;
    display: inline-block;
    border-radius: 50%;
}

    .icon-box-v4 .feature-box .fbox-icon .icons.bg-gray {
        background: #e5e5e5;
    }

    .icon-box-v4 .feature-box .fbox-icon .icons.blue {
        background: #57d6ff;
    }

.icon-box-v4 .feature-box h4 {
    text-transform: uppercase;
}

.icon-box-v5 .feature-box {
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

    .icon-box-v5 .feature-box .fbox-icon {
        top: -42px;
    }

        .icon-box-v5 .feature-box .fbox-icon .icons {
            font-size: 30px;
            display: inline-block;
            width: 84px;
            height: 84px;
            text-align: center;
            line-height: 84px;
            border-radius: 50%;
            border: none;
            color: #fff;
        }

            .icon-box-v5 .feature-box .fbox-icon .icons.icon-images {
                background: url(../images/about3.jpg) no-repeat;
            }

            .icon-box-v5 .feature-box .fbox-icon .icons.bg-red {
                background: #e95151;
            }

            .icon-box-v5 .feature-box .fbox-icon .icons.bg-yellow {
                background: #ffd457;
                border: 3px solid #e7bd42;
            }

            .icon-box-v5 .feature-box .fbox-icon .icons.bg-green {
                background: #88d091;
            }

    .icon-box-v5 .feature-box.ver1 {
        background: #f5f5f5;
        border: none;
        border: 2px solid #fff;
    }

    .icon-box-v5 .feature-box.ver2 {
        border-radius: 5px;
        border: 2px solid #000;
    }

    .icon-box-v5 .feature-box.ver3 {
        border: 2px dashed #88d091;
    }

    .icon-box-v5 .feature-box.ver4 {
        background: url(../images/icon-box1.jpg) no-repeat;
        border: 2px solid #fff;
    }

        .icon-box-v5 .feature-box.ver4 h4 {
            color: #fff;
        }

        .icon-box-v5 .feature-box.ver4 p {
            color: #fff;
        }

.icon-box-v5 .col-md-3 {
    padding: 0px 15px;
}

.icon-box-v7 .col-md-3 {
    padding: 0px 15px;
}

.icon-box-v7 .feature-box {
    overflow: hidden;
    background: #313131;
    padding: 20px;
    max-height: 265px;
}

    .icon-box-v7 .feature-box .fbox-icon {
        transform: translate(0px, 50px);
        transition: all 0.5s ease 0s;
    }

        .icon-box-v7 .feature-box .fbox-icon .icons {
            color: #55c2e5;
            font-size: 60px;
        }

            .icon-box-v7 .feature-box .fbox-icon .icons.green {
                color: #88d091;
            }

            .icon-box-v7 .feature-box .fbox-icon .icons.red {
                color: #e95151;
            }

            .icon-box-v7 .feature-box .fbox-icon .icons.yellow {
                color: #edb317;
            }

    .icon-box-v7 .feature-box h4 {
        color: #fff;
        transform: translate(0px, 60px);
        transition: all 0.5s ease 0s;
    }

    .icon-box-v7 .feature-box p {
        color: #858585;
        max-height: 120px;
        overflow: hidden;
        transform: translate(0px, 120px);
        transition: all 0.5s ease 0s;
        line-height: 25px;
    }

    .icon-box-v7 .feature-box .fbox-body {
        overflow: visible;
    }

    .icon-box-v7 .feature-box:hover .fbox-icon {
        transform: translate(0px, -100px);
    }

    .icon-box-v7 .feature-box:hover h4 {
        transform: translate(0px, -50px);
    }

    .icon-box-v7 .feature-box:hover p {
        transform: translate(0px, -50px);
    }

/** 5. Ecommerce **/
/** 5.1. Shop General **/
.pagination-container {
    display: inline-block;
    width: 100%;
}

nav.pagination {
    font-family: "TXGR";
    font-size: 13px;
    margin: 0px;
}

    nav.pagination a, nav.pagination span {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #eeeeee;
        color: #333333;
        vertical-align: bottom;
    }

        nav.pagination a:hover, nav.pagination span:hover {
            background: #333333;
            color: #eeeeee;
        }

    nav.pagination span {
        background: #333333;
        color: #eeeeee;
    }

    nav.pagination .next i, nav.pagination .prev i {
        font-size: 18px;
        color: #666;
        margin-top: 8px;
    }

    nav.pagination .next:hover, nav.pagination .prev:hover {
        background: #db2e1c;
    }

        nav.pagination .next:hover i, nav.pagination .prev:hover i {
            color: #eeeeee;
        }

/** 5.2. Item view templates **/
.post-item {
    position: relative;
    margin-bottom: 14px;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}

.home2-head .post-item {
    background-color: #ccc;
}

.post-item:last-child {
    margin-bottom: 0px;
}

.post-item .lable {
    display: inline-block;
    width: 60px;
    height: 20px;
    font: 400 12px/20px "Lato";
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 999;
}

.post-item .tag .lable {
    position: static;
    margin-right: 10px;
}

.post-item.cat-1 .lable {
    background: #f4b711;
}

.post-item.cat-2 .lable {
    background: #209cc9;
}

.post-item.cat-3 .lable {
    background: #01c181;
}

.post-item.cat-4 .lable {
    background: #e0437c;
}

.post-item.cat-5 .lable {
    background: #82b53c;
}

.post-item.cat-5 .lable {
    background: #82b53c;
}

.post-item.video {
    cursor: pointer;
}

    .post-item.video:hover:after {
        opacity: 1;
        transform: scale(1.1);
    }

    .post-item.video:after {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        content: '';
        width: 61px;
        height: 61px;
        background: url(../images/icon-youtube.png);
        opacity: 0.6;
        margin: auto;
        transition: all 0.4s ease 0s;
    }

.post-item .text {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    word-break: break-word;
}

.home2-head .post-item .text {
    position: absolute;
    height: 100px;
    over-flow: hidden;
    left: 0px;
    right: 0px;
    bottom: -39px;
    /*bottom:auto;*/
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*transition: all 0.5s ease 0s;*/
}



.home2-head .post-item:hover .text {
    top: auto;
    bottom: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    word-break: break-word;
}

.post-item .text h2 {
    margin-bottom: 5px;
}

    .post-item .text h2 a, .post-item .text h2 span {
        display: inline-block;
        width: 100%;
        padding-left: 10px;
        position: relative;
        color: #fff;
        text-align: left;
        transition: all 0.5s ease 0s;
        font: 400 17px/22px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        word-break: break-all;
    }

        .post-item .text h2 a:hover, .post-item .text h2 span:hover {
            color: black;
        }

        .post-item .text h2 a:after, .post-item .text h2 span:after {
            position: absolute;
            content: '';
            left: 0px;
            top: 6px;
            /*background: #db2e1c;*/
            width: 3px;
            height: 17px;
        }

.post-item .text .tag .date, .post-item .text .tag .comments {
    font: 400 13px "Lato";
    color: #b5b5b5;
    display: inline-block;
}

    .post-item .text .tag .date i, .post-item .text .tag .comments i {
        margin-right: 4px;
    }

.post-item .text .tag .date {
    margin-right: 6px;
}

.post-item .text .tag .comments:hover {
    color: #db2e1c;
}

.post-item .description {
    font: 400 14px/20px "Lato";
    color: #9a9a9a;
    margin-bottom: 8px;
}

.post-item.ver2 .images {
    display: table-cell;
    max-width: 130px;
    vertical-align: top;
    width: 130px;
}

.post-item.ver2 .text {
    vertical-align: top;
    position: static;
    display: table-cell;
    padding-left: 10px;
    padding-top: 2px;
    word-break: break-word;
}

    .post-item.ver2 .text h2 a {
        color: #333;
        font-size: 16px;
        line-height: 20px;
        word-break: break-word;
    }

        .post-item.ver2 .text h2 a:after {
            height: 15px;
        }

    .post-item.ver2 .text .description {
        font: 400 13px/20px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #9a9a9a;
        margin: 15px 0px;
        text-align: left;
        word-break: break-word;
    }

    .post-item.ver2 .text .read-more {
        text-transform: uppercase;
        font: 800 12px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #333;
        text-decoration: underline;
    }

        .post-item.ver2 .text .read-more:hover {
            color: #db2e1c;
        }

.post-item.ver3 .wrap-images {
    position: relative;
}

    .post-item.ver3 .wrap-images .tag {
        position: absolute;
        left: 10px;
        bottom: 15px;
    }

        .post-item.ver3 .wrap-images .tag .date, .post-item.ver3 .wrap-images .tag .comments {
            display: inline-block;
            color: #fff;
            font: 400 13px;
        }

            .post-item.ver3 .wrap-images .tag .date i, .post-item.ver3 .wrap-images .tag .comments i {
                margin-right: 5px;
            }

        .post-item.ver3 .wrap-images .tag .date {
            margin-right: 20px;
        }

.post-item.ver3 .text {
    position: static;
    display: inline-block;
    width: 100%;
}

    .post-item.ver3 .text h2 a {
        color: #333;
        margin: 10px 0px;
        font-size: 24px;
        line-height: 1.2;
        word-break: break-word;
    }

h2 {
    margin-top: 0px !important;
}

.post-item.ver3 .text h2 a:hover {
    color: #db2e1c;
}

.post-item.ver3 .text p {
    font: 400 14px/20px "Lato";
    color: #9a9a9a;
    margin-bottom: 20px;
    word-break: break-word;
}

.post-item.ver3 .text .read-more {
    display: inline-block;
    text-transform: uppercase;
    font: 800 12px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
    ;
    color: #333;
    text-decoration: underline;
}

    .post-item.ver3 .text .read-more:hover {
        color: #db2e1c;
    }

.post-item.ver4 {
    text-align: center;
    height: 190px;
}

    .post-item.ver4 .lable {
        position: relative;
        margin-bottom: 10px;
        top: inherit;
    }

    .post-item.ver4 .text {
        bottom: 50%;
        transform: translateY(50%);
    }

        .post-item.ver4 .text h2 {
            max-width: 250px;
            margin: auto;
            margin-bottom: 10px;
            line-height: 0px;
            word-break: break-word;
        }

            .post-item.ver4 .text h2 a {
                line-height: 25px;
            }

                .post-item.ver4 .text h2 a:after {
                    width: 0px;
                }

.post-item.ver5 .lable {
    position: inherit;
    margin-right: 10px;
}

.post-item.ver6 .text {
    left: 0px;
    right: inherit;
    width: calc(100% - 65px);
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.w_100 .post-item.ver2 .images {
    width: 100px;
}

.overlay .images {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #ccc;
}

    .overlay .images:before {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 30%;
        background: linear-gradient(top, transparent, #000);
        background: -webkit-linear-gradient(top, transparent, #000);
    }

.overlay-v2 .images {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .overlay-v2 .images:before {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

.technnology .post-item.ver2.size-18 .text h2 a {
    font-size: 18px;
}

.technnology .post-item.ver2 .images, .technnology .post-item.ver2 .text {
    width: 50%;
    max-width: 50%;
}

.technnology .post-item.ver2 .images {
    padding-right: 15px;
}

.technnology .post-item.ver2 .text h2 a {
    font-size: 20px;
    line-height: 1.2;
}

.size-18 .post-item .text h2 a {
    font-size: 18px;
}

.size-16 .post-item .text h2 a {
    font-size: 16px;
}

.post-col .post-item .text h2 a {
    margin: 5px 0px;
}

.post-col .post-item .text .tag .date {
    margin-bottom: 0px;
}

.owl-carousel .overlay .images:before {
    z-index: 1;
}

.owl-carousel .overlay .text {
    z-index: 2;
}

.max-width-700 {
    max-width: 700px;
}

/** 5.3. Shop Widget **/
.widget ul.product-categories ul li a, .widget ul li a {
    text-transform: capitalize;
    color: #000;
    font: 300 12px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight:600;
}

    .widget ul.product-categories ul li a:hover, .widget ul li a:hover {
        color: #db2e1c;
        text-decoration:none;
    }

.widget {
    color: #666;
    margin-bottom: 30px;
}

    .widget.social {
        margin: 0 -3px;
        margin-bottom: 30px;
        width: 100%;
        float: left;
    }

        .widget.social .item {
            padding: 0px 3px;
            color: #fff;
            text-align: center;
            display: inline-block;
            width: 33.33%;
            float: left;
        }

            .widget.social .item.facebook .bg {
                background: #3f67c0;
            }

            .widget.social .item.twitter .bg {
                background: #35b5eb;
            }

            .widget.social .item.google .bg {
                background: #eb5b4c;
            }

            .widget.social .item .bg {
                padding: 30px 0px;
            }

                .widget.social .item .bg i {
                    font-size: 40px;
                    margin-bottom: 20px;
                }

                .widget.social .item .bg .count, .widget.social .item .bg .text {
                    font: 400 14px/20px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
                }

                .widget.social .item .bg .count {
                    margin-bottom: 5px;
                }

    .widget.size-20 h3.widget-title {
        font-size: 20px;
    }

    .widget.tag-could .widget-content {
        margin-top: 30px;
    }

        .widget.tag-could .widget-content a {
            display: inline-block;
            margin-bottom: 10px;
            margin-right: 5px;
            padding: 0px 10px;
            text-transform: capitalize;
            font: 400 14px/30px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #000;
            background: #e5e5e5;
            transition: all 0.4s ease 0s;
        }

            .widget.tag-could .widget-content a:hover {
                background: #000;
                color: #fff;
            }

    .widget .post-item {
        margin-bottom: 12px;
    }

        .widget .post-item:last-child {
            margin-bottom: 0px;
        }

    .widget .content {
        padding: 5px !important;
        border: 1px solid #efefef;
    }

    .widget.bottom-home1 {
        padding: 0px;
    }

    .widget.border-bottom .widget-title {
        border-bottom: 1px solid #eeeeee;
    }

        .widget.border-bottom .widget-title:after {
            width: 0px;
            height: 0px;
        }

@media (max-width: 1200px) and (min-width: 768px) {
    .boxshadow {
        padding: 12px;
    }

    .widget.post-col .post-item {
        width: 33.33%;
        float: left;
    }
}


@media (min-width: 1200px) {


    #header .search.ver2.ver3:hover {
        width: 970px;
    }

    .mega-menu ul.navbar-nav li ul.menu-level-1 .level2 a:hover {
        background: #efefef;
    }

    .mega-menu ul.navbar-nav li.level1:before {
        content: '';
        left: 0px;
        width: 0px;
        height: 3px;
        background: #fff;
        position: absolute;
        transition: all 0.3s ease 0s;
        bottom: 0px;
    }

    .mega-menu ul.navbar-nav li.level1:hover:before, .mega-menu ul.navbar-nav li.level1.active:before {
        width: 100%;
    }

    .mega-menu ul.navbar-nav li.level1:hover ul.menu-level-1 {
        opacity: 1;
    }

    .mega-menu ul.navbar-nav li.level1.images {
        position: static;
    }

    .mega-menu ul.navbar-nav li.level2.hassub i {
        position: absolute;
        right: 16px;
        top: 18px;
        display: inline-block;
        width: 8px;
        height: 8px;
        background: url(../images/icon-menu-hover.png) no-repeat;
        font-size: 0px;
    }

    .mega-menu ul.navbar-nav li.level2.hassub .level3 i {
        display: none;
    }

    .mega-menu ul.navbar-nav li.hassub a:after, .mega-menu ul.navbar-nav li .icon_plus:after {
        content: '';
        width: 8px;
        height: 8px;
        margin-left: 2px;
        display: inline-block;
        background: url(../images/icon-menu-hover.png) no-repeat;
        margin-bottom: 4px;
    }

    .mega-menu ul.navbar-nav li .sub-menu a:after, .mega-menu ul.navbar-nav li .sub-menu .icon_plus:after {
        display: none;
    }

    .mega-menu ul.navbar-nav li .sub-menu .post-item .text h2 a:after, .mega-menu ul.navbar-nav li .sub-menu .post-item .text h2 span:after {
        position: absolute;
        content: '';
        left: 0px;
        top: 2px;
        background: #db2e1c;
        width: 3px;
        height: 17px;
        display: inline-block;
    }

    .mega-menu ul.navbar-nav li.hassub .level2 a:after {
        width: 0px;
    }

    .mega-menu ul.navbar-nav ul.menu-level-1 .menu-level-2 {
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    }

    #header.header-v2 {
        background: #fff;
    }

        #header.header-v2 .mega-menu {
            /*margin-left: 200px;*/
            /*width: calc(100% - 80px);*/
        }

            #header.header-v2 .mega-menu ul.navbar-nav .sub-menu {
                left: -200px;
            }

        #header.header-v2 .header-top {
            background: #fff;
            border-color: #ccc;
        }

            #header.header-v2 .header-top .social a i {
                color: #333;
            }

            #header.header-v2 .header-top .social a {
                border: none;
                margin-top: 10px;
            }

        #header.header-v2 .mega-menu li a {
            color: #333;
        }

    #header.header-v3 .mega-menu {
        background: #fff;
    }

        #header.header-v3 .mega-menu ul.navbar-nav li a {
            color: #333;
        }

    #header.header-v3 .mega-menu {
        padding-left: 45px;
    }

        #header.header-v3 .mega-menu ul.navbar-nav li.level1 {
            padding-top: 0px;
            padding-bottom: 0px;
        }

    #footer.footer-v3 .footer-top .col-md-2 {
        width: 12%;
    }

    #footer.footer-v3 .footer-top .col-md-3 {
        width: 28%;
    }

    #footer.footer-v3 .footer-top .col-md-2 {
        border: none;
        margin-bottom: 30px;
    }

    body.bg .wrappage {
        width: 1260px;
    }

    .tparrows.preview4 {
        width: 80px;
        height: 200px;
        -webkit-transition: all ease 0.3s;
        /* Safari */
        transition: all ease 0.3s;
    }

        .tparrows.preview4 .tp-arr-allwrapper, .tparrows.preview4 .tp-arr-imgholder, .tparrows.preview4 .tp-arr-imgholder2 {
            width: 100px;
            height: 200px;
            -webkit-transition: all ease 0.3s;
            /* Safari */
            transition: all ease 0.3s;
        }

        .tparrows.preview4 .tp-arr-imgholder2 {
            left: 100px;
        }

        .tparrows.preview4.tp-leftarrow .tp-arr-imgholder2 {
            left: -100px;
        }

        .tparrows.preview4:hover {
            width: 100px;
            height: 200px;
        }

    .featured-products .products .product {
        width: 16.6666%;
    }

        .featured-products .products .product:nth-last-child(1), .featured-products .products .product:nth-last-child(2), .featured-products .products .product:nth-last-child(3), .featured-products .products .product:nth-last-child(4), .featured-products .products .product:nth-last-child(5), .featured-products .products .product:nth-last-child(6) {
            border-bottom: none;
        }

        .featured-products .products .product:nth-child(6n):after {
            width: 0px;
        }

    #header .search {
        right: calc(50% - 585px);
    }

        #header .search:hover {
            width: 1170px;
        }

    .youtube-slide .col-md-4 {
        padding-left: 0px;
    }

    .last-news .col-md-6:last-child {
        padding-left: 50px;
    }

    .rtl .last-news .col-md-6:last-child {
        padding-right: 50px;
        padding-left: inherit;
    }

    .last-news .col-md-6:first-child {
        padding-right: 100px;
        border-right: 1px solid #cdcdcd;
    }

    .rtl .last-news .col-md-6:first-child {
        padding-left: 100px;
        padding-right: inherit;
    }

    .rtl .last-news .col-md-6:first-child {
        border-left: 1px solid #cdcdcd;
        border-right: inherit;
    }

    .special .col-md-7 {
        padding-right: 30px;
    }

    .rtl .special .col-md-7 {
        padding-left: 30px;
        padding-right: inherit;
    }

    .slider-nav {
        margin-top: 0px;
    }

        .slider-nav .items {
            padding: 0 5px;
        }

    .slider-for p {
        bottom: 10px;
    }
}



    .widget .tabs {
        display: inline-block;
        width: 100%;
        margin: 0px;
    }

        .widget .tabs li {
            display: inline-block;
            width: 33.33%;
            text-align: center;
            float: left;
            border-bottom: none;
            cursor: pointer;
            padding-bottom: 0px;
        }

    .orther-link .widget .tabs li {
        display: inline-block;
        width: auto;
        /* text-align: left; */
        float: none;
        border-bottom: none;
        cursor: pointer;
        padding-bottom: 0px;
        margin-right: 20px;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

    .widget .tabs li h3 {
        font: 400 16px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #bcbcbc;
        position: relative;
        display: inline-block;
    }

        .widget .tabs li h3:after {
            left: 0px;
            width: 0px;
            content: '';
            position: absolute;
            height: 2px;
            background: #333;
            bottom: -8px;
            transition: all 0.3s ease 0s;
        }

    .widget .tabs li:hover h3, .widget .tabs li.active h3 {
        color: #000;
    }

        .widget .tabs li:hover h3:after, .widget .tabs li.active h3:after {
            width: 100%;
        }

    .widget .tabs li:last-child {
        text-align: right;
    }

    .widget .tabs li:first-child {
        text-align: left;
    }

    .widget.tweetz {
        border: 1px solid #efefef;
    }

        .widget.tweetz .head {
            padding: 30px;
        }

            .widget.tweetz .head .box {
                background: #24b4ff;
                color: #fff;
            }

            .widget.tweetz .head .icon, .widget.tweetz .head .text {
                display: table-cell;
                vertical-align: middle;
                height: 70px;
            }

            .widget.tweetz .head .icon {
                text-align: center;
                width: 70px;
                background: #06a1f1;
            }

            .widget.tweetz .head i.fa {
                font-size: 24px;
                display: inline-block;
                border-radius: 50%;
                border: 2px solid #fff;
                padding: 15px;
            }

            .widget.tweetz .head .text {
                padding-left: 20px;
            }

                .widget.tweetz .head .text h3 {
                    font: 400 24px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
                    color: #fff;
                }

                .widget.tweetz .head .text p {
                    font: 400 14px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
                    color: #fff;
                }

        .widget.tweetz p {
            font: 400 14px/25px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #999;
        }

            .widget.tweetz p a {
                color: #24b4ff;
            }

            .widget.tweetz p span {
                color: #555;
            }

                .widget.tweetz p span.color {
                    color: #db2e1c;
                }

        .widget.tweetz .item {
            padding: 0 30px;
        }

            .widget.tweetz .item:hover {
                background: #fafafa;
                position: relative;
            }

                .widget.tweetz .item:hover:after {
                    position: absolute;
                    content: '';
                    height: 100%;
                    width: 5px;
                    left: 0px;
                    top: 0px;
                    background: #db2e1c;
                }

        .widget.tweetz .bottom {
            padding: 20px 30px;
            border-top: 1px solid #efefef;
        }

    .widget.review h3 a {
        font: 400 16px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #000;
    }

        .widget.review h3 a:hover {
            color: #db2e1c;
        }

    .widget.review .description {
        font: 400 14px/20px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #9a9a9a;
        margin: 10px 0px;
    }

    .widget.review .user {
        font: 700 14px/20px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #000;
    }

    .widget.review .date {
        font: 400 13px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #9a9a9a;
    }

    .widget.review .item {
        margin-bottom: 30px;
    }

    .widget.review .widget-content {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .widget .tab-container {
        padding: 5px;
        border: 1px solid #efefef;
        display: inline-block;
    }

    .widget .widget-title {
        color: #333;
        text-transform: uppercase;
        font-style: normal;
        padding-bottom: 0px;
        position: relative;
        font: 400 24px 'Product Sans Medium Regular', Helvetica, Arial, sans-serif;
        display: inline-block;
        width: auto;
        text-decoration: none;
    }

        .widget .widget-title:before {
            position: absolute;
            content: '';
            right: -91%;
            height: 5px;
            width: 75%;
            background: #a00606;
            top: 13px;
        }
    /*.widget .widget-title:after {
            position: absolute;
            content: "";
            bottom: 0px;
            left: 0;
            height: 2px;
            background: #000;
            right: 0px;
        }*/

    .widget ul.product-categories {
        margin-bottom: 30px;
    }

        .widget ul.product-categories li {
            border-bottom: 1px solid #eeeeee;
            line-height: 30px;
            display: block;
            position: relative;
            margin-bottom: 10px;
            padding-bottom: 12px;
            padding-top: 0px;
        }

            .widget ul.product-categories li.hassub ul {
                padding-top: 12px;
                margin-top: 12px;
                border-top: 1px dashed #eeeeee;
            }

                .widget ul.product-categories li.hassub ul li {
                    padding-left: 20px;
                }

            .widget ul.product-categories li i {
                position: absolute;
                right: 0;
                top: 0;
                padding: 9px;
                cursor: pointer;
                color: #000;
            }

                .widget ul.product-categories li i.active::before {
                    content: "\f0d7";
                }

            .widget ul.product-categories li a {
                text-transform: uppercase;
                color: #000;
                font: 300 12px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                letter-spacing: 2px;
                font-style: normal;
            }

                .widget ul.product-categories li a:before {
                    font-family: "FontAwesome";
                    font-size: 12px;
                    color: #a1a1a1;
                    content: "";
                    margin-right: 5px;
                }

        .widget ul.product-categories ul {
            display: none;
            margin: 0px;
            border-top: 1px solid #eeeeee;
            padding: 6px 0px;
        }

            .widget ul.product-categories ul li {
                border-bottom: none;
                margin-bottom: 0px;
            }

                .widget ul.product-categories ul li a {
                    transition: all 0.3s ease-out 0s;
                }

                    .widget ul.product-categories ul li a:hover {
                        margin-left: 15px;
                    }

                .widget ul.product-categories ul li i {
                    display: none;
                }

    .widget .banner {
        border: 1px solid #cdcdcd;
        padding: 20px;
    }

    .widget.sidebar-newsletter {
        background: #6dc5ee;
        padding: 20px;
    }

        .widget.sidebar-newsletter h3 {
            color: #fff;
            font-size: 20px;
            text-transform: uppercase;
            padding-bottom: 20px;
            border-bottom: 1px solid #aedaee;
            margin-bottom: 20px;
            margin-top: 10px;
        }

        .widget.sidebar-newsletter p {
            color: #fff;
            font-size: 13px;
            line-height: 15px;
            margin-bottom: 20px;
        }

        .widget.sidebar-newsletter form {
            position: relative;
        }

            .widget.sidebar-newsletter form input {
                background: #fff;
                border: none;
                font-size: 12px;
                height: 35px;
                width: 100%;
                padding: 0px 35px 0 20px;
            }

            .widget.sidebar-newsletter form button {
                position: absolute;
                top: 0px;
                right: 0px;
                width: 35px;
                height: 35px;
                background: #fff;
                border: #fff;
            }

                .widget.sidebar-newsletter form button i {
                    font-size: 18px;
                    color: #888888;
                }

    .widget ul {
        margin-bottom: 15px;
    }

        .widget ul li {
            position: relative;
            line-height: 30px;
            padding: 10px 0px;
            border-bottom: 1px solid #eee;
        }

            .widget ul li a:before {
                font-family: "FontAwesome";
                font-size: 12px;
                color: #a1a1a1;
                content: "";
                margin-right: 5px;
            }

            .widget ul li span {
                position: absolute;
                right: 0px;
                top: 15px;
                font: 300 12px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                letter-spacing: 2px;
                color: #000;
            }

    .widget h4 {
        font-style: normal;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 13px;
        color: #333;
        font-weight: 700;
    }

    .widget .social {
        padding: 30px 0px;
    }

        .widget .social a {
            margin-right: 30px;
            margin-left: 10px;
        }

            .widget .social a:last-child {
                margin-right: 0px;
            }

            .widget .social a i {
                color: #000;
                font-size: 20px;
            }

    .widget .newsletter-content-widget {
        height: 280px;
    }

        .widget .newsletter-content-widget form {
            height: 105px;
        }

            .widget .newsletter-content-widget form input, .widget .newsletter-content-widget form button {
                height: 50px;
                width: 100%;
            }

            .widget .newsletter-content-widget form input {
                bottom: 50px;
                padding: 0px 20px;
            }

            .widget .newsletter-content-widget form button {
                color: #fff;
                background: #000;
                border-left: none;
                border-top: 2px solid #000;
            }

    .widget .related-post .images {
        display: inline-block;
        max-width: 70px;
        float: left;
        margin-right: 10px;
        margin-top: 7px;
    }

        .widget .related-post .images img {
            width: 100%;
        }

    .widget .related-post h3 a {
        text-transform: uppercase;
        font: 300 12px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        letter-spacing: 3px;
        color: #000;
        display: inline-block;
        margin-bottom: 4px;
    }

    .widget .related-post p {
        font: 300 12px/15px "Poppins";
        color: #c4c4c4;
    }

    .widget .related-post .items {
        display: inline-block;
        width: 100%;
        margin-bottom: 13px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6;
    }

        .widget .related-post .items:last-child {
            border: none;
        }

    .widget .wrap-instag {
        display: inline-block;
        width: 100%;
        position: relative;
    }

        .widget .wrap-instag:before {
            background: #fff;
            width: 6px;
            height: 100%;
            left: 66.66666%;
            top: 0px;
            margin-left: -3px;
            position: absolute;
            content: "";
        }

        .widget .wrap-instag .instag:after {
            background: #fff;
            height: 6px;
            width: 100%;
            left: 0px;
            top: 50%;
            margin-top: -3px;
            position: absolute;
            content: "";
        }

        .widget .wrap-instag .instag:before {
            background: #fff;
            width: 6px;
            height: 100%;
            left: 33.33333%;
            top: 0px;
            margin-left: -3px;
            position: absolute;
            content: "";
        }

        .widget .wrap-instag .instag img {
            width: 100%;
        }

    .widget.tags-cloud a {
        display: inline-block;
        font: 300 12px/40px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        height: 42px;
        padding: 0 15px;
        color: #000;
        letter-spacing: 3px;
        text-transform: uppercase;
        border: 1px solid #000;
        margin-right: 3px;
    }

        .widget.tags-cloud a:hover {
            background: #e95252;
            border-color: #e95252;
            color: #fff;
        }

    .my-account {
        margin-bottom: 50px;
    }

        .my-account .widget ul li {
            margin-bottom: 20px;
        }

        .my-account .breadcrumb {
            margin-bottom: 80px;
        }

        .my-account .contact-form .link-button {
            float: right;
        }

    .connect-icon li {
        display: inline-block;
    }

        .connect-icon li i {
            color: #666;
            font-size: 20px;
            background: #eaeaea;
            height: 50px;
            width: 50px;
            padding: 16px;
            border-radius: 50%;
            text-align: center;
        }

            .connect-icon li i:hover {
                background: #12a170;
                color: #fff;
            }

    .widget .newsletter-content form input {
        font-size: 12px;
        padding-left: 10px;
    }

    .widget .banner-col-left img {
        width: 100%;
        max-width: 330px;
    }

    /** 5.4. Shop view Pages **/
    #secondary {
        float: left;
    }

        #secondary.col-md-3 {
            padding-left: 0px;
            padding-right: 20px;
        }

        #secondary .search-form {
            position: relative;
        }

            #secondary .search-form input {
                width: 100%;
                height: 48px;
                border: 2px solid #000;
                padding: 0 20px;
                color: #9d9d9d;
                font: 400 12px "Poppins";
            }

            #secondary .search-form button {
                position: absolute;
                background: none;
                color: #000;
                font-size: 14px;
                border: none;
                position: absolute;
                top: 2px;
                right: 0px;
                border-left: 1px solid #000;
                width: 48px;
                height: 44px;
            }

    #primary {
        float: right;
    }

        #primary.col-md-9 {
            padding-left: 10px;
            padding-right: 0px;
        }

    #secondary.secondary-home5 {
        float: right;
    }

        #secondary.secondary-home5.col-md-3 {
            padding-right: 0px;
            padding-left: 20px;
        }

    #primary.primary-home5 {
        float: left;
    }

        #primary.primary-home5.col-md-9 {
            padding-right: 10px;
            padding-left: 0px;
        }

    .bottom-home1-title h3.title {
        font-size: 24px;
        color: #333333;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #eeeeee;
    }

    @media (max-width: 1024px) {
        .socialicon_header {
            margin-top: 5%;
        }

        .products.grid_full .item-inner, .products.grid_full.grid_sidebar .item-inner {
            width: 33.33%;
        }


        .flip_card_black_bg {
            width: 100px;
            height: 100px;
        }

        .flip_card_black_bg_front img {
            width: 90px;
        }

        .flip_card_white_bg {
            width: 100px;
            height: 100px;
        }

        .flip_card_white_bg_front img {
            width: 90px;
        }
    }

    @media (max-width: 767px) {
        .products.grid_full .item-inner, .products.grid_full.grid_sidebar .item-inner {
            width: 50%;
        }
    }

    @media (max-width: 467px) {
        .headericon-bar {
            width: 100%;
            margin: 0 auto;
            padding-top: 12px;
        }

            .headericon-bar a {
                text-align: center;
                padding: 0px 10px;
                line-height: 22px;
            }

                .headericon-bar a img {
                    width: 22px;
                }

        .topheader {
            max-height: 32px;
            background-color: #283e4a;
            box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
            /*position: relative;*/
            width: 100%;
            z-index: 9999;
        }

        .products.grid_full .item-inner, .products.grid_full.grid_sidebar .item-inner {
            width: 100%;
        }

        .ordering .order-by {
            margin-top: 20px;
            margin-left: 0px;
        }

        .footerspacelogo {
            text-align: left;
            padding-top: 24px !important;
            vertical-align: middle;
            height: 104px !important;
        }
    }

    /** 5.5. Shop Single **/
    .product-details-content .box-details-info {
        background: #1c1c1c;
        padding: 20px 20px 0px;
    }

    .product-details-content .options {
        position: relative;
        background: #262626;
        padding: 40px 20px 100px;
    }

        .product-details-content .options input {
            background: none;
            border: none;
            box-shadow: none;
            border-right: 1px solid #3e3e3e;
            color: #fff;
            font-size: 16px;
            font-family: "Poppins";
            width: 40px;
            text-align: center;
            height: 56px;
        }

        .product-details-content .options .quantity {
            display: inline-block;
            position: relative;
            width: 84px;
            border: 2px solid #3e3e3e;
        }

            .product-details-content .options .quantity .minus {
                position: absolute;
                cursor: pointer;
                bottom: 0px;
                right: 0px;
                width: 40px;
                height: 30px;
            }

                .product-details-content .options .quantity .minus i {
                    background: url(../images/icon-quanty.png) no-repeat center bottom 12px;
                    width: 100%;
                    height: 100%;
                }

                    .product-details-content .options .quantity .minus i:before {
                        content: "";
                    }

            .product-details-content .options .quantity .plus {
                position: absolute;
                top: 0px;
                cursor: pointer;
                right: 0px;
                width: 40px;
                height: 30px;
            }

                .product-details-content .options .quantity .plus i {
                    background: url(../images/icon-quanty.png) no-repeat center 8px;
                    border-bottom: 1px solid #3e3e3e;
                    width: 100%;
                    height: 100%;
                }

                    .product-details-content .options .quantity .plus i:before {
                        content: "";
                    }

        .product-details-content .options .action {
            display: inline-block;
            padding: 30px 0px;
            width: 100%;
            border-bottom: 1px solid #2e2e2e;
        }

            .product-details-content .options .action form {
                display: inline-block;
                vertical-align: top;
            }

            .product-details-content .options .action a.link-ver1 {
                vertical-align: top;
                margin-left: 10px;
            }

                .product-details-content .options .action a.link-ver1 span {
                    margin-left: 8px;
                }

        .product-details-content .options .social {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
        }

            .product-details-content .options .social a {
                display: inline-block;
                width: 25%;
                float: left;
                text-align: center;
                height: 50px;
                line-height: 50px;
                background: #2c2c2c;
                border-right: 1px solid #3b3b3b;
            }

                .product-details-content .options .social a i {
                    font-size: 20px;
                    color: #717171;
                }

    .product-details-content .col-md-6:last-child {
        padding-right: 0px;
        display: inline-block;
    }

    .product-details-content .product-name h1 {
        color: #fff;
        font-family: "Poppins";
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 30px;
        position: relative;
        padding-bottom: 20px;
        text-transform: capitalize;
        font-weight: 400;
    }

    .product-details-content .product-name p {
        color: #888888;
        line-height: 20px;
    }

    .product-details-content .rating {
        display: inline-block;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #2d2d2d;
        width: 100%;
    }

        .product-details-content .rating .icon-rating {
            margin-right: 20px;
        }

            .product-details-content .rating .icon-rating input:checked ~ label, .product-details-content .rating .icon-rating input + label:hover, .product-details-content .rating .icon-rating input + label:hover ~ label {
                color: #eb5050;
            }

        .product-details-content .rating i {
            font-size: 12px;
        }

        .product-details-content .rating span {
            color: #717171;
            font-size: 12px;
            font-family: "Poppins";
            vertical-align: -3px;
        }

    .product-details-content .wrap-price p {
        font-style: normal;
        color: #e95252;
        font-size: 30px;
        font-weight: 400;
        font-family: "Poppins";
        padding-bottom: 30px;
    }

    .product-details-content p {
        color: #fff;
        font-family: "Poppins";
        font-size: 13px;
        line-height: 25px;
    }

    .product-details-content .form-group {
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .product-details-content .form-group::after {
            position: absolute;
            top: 50px;
            right: 10px;
            font-family: "FontAwesome";
            content: "";
            font-size: 15px;
            color: #555;
            line-height: 1;
            width: 10px;
            height: 10px;
            font-style: normal;
            color: #555555;
        }

    .product-details-content label.control-label {
        font-size: 14px;
    }

    .product-details-content .form-control {
        appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        -webkit-appearance: none;
        height: 38px;
    }

        .product-details-content .form-control option {
            padding: 10px 0;
        }

    .product-details-content .products .product .add-to-cart {
        background: #db2e1c;
        margin: 0px;
        line-height: 52px;
        padding: 0 40px;
        color: #fff;
        opacity: 1;
        border: 1px solid #db2e1c;
    }

        .product-details-content .products .product .add-to-cart:after {
            content: "";
        }

        .product-details-content .products .product .add-to-cart:hover {
            background: #fff;
            color: #db2e1c;
        }

    .product-details-content .products .product .action {
        float: inherit;
        opacity: 1;
    }

        .product-details-content .products .product .action a {
            background: #eeeeee;
            opacity: 1;
            line-height: 54px;
            padding: 0 15px;
            display: inline-block;
            border: 1px solid #eeeeee;
        }

            .product-details-content .products .product .action a:hover {
                background: #db2e1c;
                border: 1px solid #db2e1c;
            }

                .product-details-content .products .product .action a:hover i {
                    color: #fff;
                }

    .product-details-content .infomation {
        display: inline-block;
        width: 100%;
        padding: 50px 0px;
    }

        .product-details-content .infomation p {
            font-family: "Poppins";
            font-size: 12px;
            color: #717171;
            line-height: 30px;
        }

            .product-details-content .infomation p span {
                color: #ffffff;
            }

    .product-details-content.product-details-content-v2 {
        position: relative;
    }

        .product-details-content.product-details-content-v2 img {
            max-width: 100%;
        }

        .product-details-content.product-details-content-v2 .col-md-5 {
            position: absolute;
            left: 150px;
            top: 120px;
        }

    .product-details-content .box-detalis-v2 .box-details-info, .product-details-content .box-detalis-v2 .options {
        background: #fff;
    }

    .product-details-content .box-detalis-v2 .breadcrumb {
        border-bottom-color: #f4f4f4;
    }

        .product-details-content .box-detalis-v2 .breadcrumb li a {
            color: #000;
        }

        .product-details-content .box-detalis-v2 .breadcrumb li.active {
            color: #999;
        }

        .product-details-content .box-detalis-v2 .breadcrumb li + li:before {
            color: #999;
        }

    .product-details-content .box-detalis-v2 .product-name h1 {
        color: #000;
        margin-bottom: 0px;
        margin-top: 20px;
        padding-bottom: 0px;
    }

    .product-details-content .box-detalis-v2 .rating {
        border-color: #e7e7e7;
    }

    .product-details-content .box-detalis-v2 p {
        color: #979797;
    }

    .product-details-content .box-detalis-v2 .options {
        padding-top: 0px;
        padding-bottom: 60px;
    }

        .product-details-content .box-detalis-v2 .options input {
            color: #000;
        }

        .product-details-content .box-detalis-v2 .options .quantity .plus i, .product-details-content .box-detalis-v2 .options .quantity .minus i {
            background-image: url(../images/icon-quanty-v2.png);
        }

        .product-details-content .box-detalis-v2 .options .action {
            padding: 30px 0px;
            border-bottom-color: #e7e7e7;
        }

            .product-details-content .box-detalis-v2 .options .action a.link-ver1 span {
                color: #000;
            }

            .product-details-content .box-detalis-v2 .options .action a.link-ver1 i {
                color: #000;
            }

            .product-details-content .box-detalis-v2 .options .action a.link-ver1:hover i, .product-details-content .box-detalis-v2 .options .action a.link-ver1:hover span {
                color: #e95252;
            }

        .product-details-content .box-detalis-v2 .options .infomation {
            padding: 20px 0px;
            border-bottom: 1px solid #e7e7e7;
        }

            .product-details-content .box-detalis-v2 .options .infomation p span {
                color: #000;
            }

        .product-details-content .box-detalis-v2 .options .social {
            text-align: right;
            padding-right: 40px;
            padding-bottom: 15px;
        }

            .product-details-content .box-detalis-v2 .options .social a {
                width: auto;
                height: 30px;
                line-height: 30px;
                background: none;
                border: none;
                margin-left: 20px;
                float: initial;
            }

                .product-details-content .box-detalis-v2 .options .social a i {
                    font-size: 18px;
                    color: #d2d2d2;
                }

    .mockup .row {
        margin: 0px;
    }

        .mockup .row:nth-child(2n) {
            background: #262626;
        }

        .mockup .row:nth-child(2n+1) {
            background: #f5f5f5;
        }

            .mockup .row:nth-child(2n+1) .col-md-6 .wrap-text .text h3 {
                color: #000;
            }

    .mockup img {
        width: 100%;
    }

    .mockup .col-md-12 {
        padding: 0px;
    }

    .mockup .col-md-6 {
        padding: 0px;
    }

        .mockup .col-md-6 .wrap-text {
            display: table;
            width: 100%;
            height: 100%;
            text-align: center;
        }

            .mockup .col-md-6 .wrap-text .text {
                display: table-cell;
                vertical-align: middle;
                padding: 0 30px;
                max-width: 700px;
            }

                .mockup .col-md-6 .wrap-text .text h3 {
                    font-family: "Playfair Display";
                    font-size: 40px;
                    line-height: 30px;
                    color: #fff;
                    text-transform: none;
                    margin-bottom: 20px;
                }

                .mockup .col-md-6 .wrap-text .text p {
                    font-family: "Poppins";
                    font-size: 13px;
                    color: #858585;
                    line-height: 25px;
                    margin-bottom: 40px;
                }

                    .mockup .col-md-6 .wrap-text .text p.title {
                        text-transform: uppercase;
                        font-weight: 300;
                        font-size: 12px;
                        color: #9d9d9d;
                        letter-spacing: 2px;
                        line-height: 30px;
                        position: relative;
                        margin-bottom: 30px;
                    }

                        .mockup .col-md-6 .wrap-text .text p.title:after {
                            position: absolute;
                            content: "";
                            width: 50px;
                            background: #e95252;
                            bottom: 0px;
                            left: 50%;
                            height: 2px;
                            margin-left: -25px;
                        }

    .mockup-v2 .col-md-6 {
        padding: 0px;
        background: #f3f3f3;
    }

        .mockup-v2 .col-md-6 img {
            width: 100%;
        }

        .mockup-v2 .col-md-6 .text {
            padding-left: 100px;
            margin-top: 100px;
            padding-right: 50px;
        }

            .mockup-v2 .col-md-6 .text h4 {
                font: 300 16px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                color: #000;
                letter-spacing: 2px;
                margin-bottom: 10px;
                text-transform: uppercase;
            }

            .mockup-v2 .col-md-6 .text h3 {
                font: 400 40px/40px "Playfair Display";
                color: #000;
                text-transform: capitalize;
                padding-bottom: 20px;
                margin-bottom: 20px;
                border-bottom: 1px solid #dedede;
            }

            .mockup-v2 .col-md-6 .text p {
                font: 400 13px/30px "Poppins";
                color: #858585;
                margin-bottom: 20px;
            }

            .mockup-v2 .col-md-6 .text ul li {
                line-height: 20px;
                font: 400 13px/30px "Poppins";
                color: #858585;
                display: block;
                padding: 5px 0px;
                display: list-item;
                padding-left: 15px;
                position: relative;
            }

                .mockup-v2 .col-md-6 .text ul li:before {
                    content: "";
                    height: 4px;
                    width: 4px;
                    border-radius: 50%;
                    margin-right: 5px;
                    background: #858585;
                    position: absolute;
                    left: 0px;
                    top: 18px;
                }

            .mockup-v2 .col-md-6 .text .box-icons {
                display: inline-block;
                width: 100%;
                float: left;
            }

                .mockup-v2 .col-md-6 .text .box-icons p {
                    float: left;
                    width: 50%;
                    font: 300 14px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                    color: #000;
                    letter-spacing: 2px;
                    text-transform: uppercase;
                    margin-bottom: 10px;
                    margin-top: 20px;
                }

                    .mockup-v2 .col-md-6 .text .box-icons p .icons {
                        font-size: 30px;
                        width: 70px;
                        height: 70px;
                        text-align: center;
                        line-height: 70px;
                        background: #fff;
                        color: #000;
                        display: inline-block;
                        border-radius: 50%;
                        margin-right: 15px;
                        vertical-align: -7px;
                    }

    .mockup-v2 .mockup-center {
        display: inline-block;
    }

        .mockup-v2 .mockup-center .items img {
            width: 100%;
        }

        .mockup-v2 .mockup-center .items .text h3 {
            font: 300 14px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            color: #000;
            margin-top: 10px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .mockup-v2 .mockup-center .items .text p {
            font: 400 13px/20px "Poppins";
            color: #858585;
        }

    .mockup-v2 .by-tags {
        text-align: center;
        display: inline-block;
        width: 100%;
        padding: 100px 0px 20px;
    }

        .mockup-v2 .by-tags img {
            max-width: 190px;
            margin-bottom: 30px;
        }

        .mockup-v2 .by-tags h3 {
            font: 400 40px/40px "Playfair Display";
            color: #000;
            margin-bottom: 15px;
        }

        .mockup-v2 .by-tags a {
            display: inline-block;
            font: 400 13px/20px "Poppins";
            color: #858585;
        }

    .upsell-product.products {
        margin: 0px -10px;
    }

    .hoz-tab-container {
        display: inline-block;
        width: 100%;
        margin-bottom: 50px;
    }

        .hoz-tab-container ul li {
            display: inline-block;
            cursor: pointer;
            margin-right: 30px;
        }

            .hoz-tab-container ul li:hover, .hoz-tab-container ul li.active {
                color: #db2e1c;
            }

            .hoz-tab-container ul li:last-child {
                margin-right: 0px;
            }

            .hoz-tab-container ul li.active::after {
                position: absolute;
            }

            .hoz-tab-container ul li::after {
                position: static;
            }

        .hoz-tab-container .tab-container {
            text-align: left;
        }

            .hoz-tab-container .tab-container p {
                display: inline-block;
                width: 100%;
                margin: 3px 0px;
                font-size: 13px;
            }

            .hoz-tab-container .tab-container #description.mockup-v3 {
                text-align: center;
            }

            .hoz-tab-container .tab-container #description p {
                font-weight: 400;
                line-height: 24px;
                font-style: normal;
            }

                .hoz-tab-container .tab-container #description p.center {
                    text-align: center;
                    max-width: 720px;
                    color: #858585;
                }

            .hoz-tab-container .tab-container #customer .col-md-6:first-child {
                padding-left: 0px;
            }

            .hoz-tab-container .tab-container #customer .icon-rating p {
                display: inline-block;
                width: auto;
                margin-right: 10px;
            }

            .hoz-tab-container .tab-container #customer .icon-rating i {
                font-size: 13px;
            }

            .hoz-tab-container .tab-container #customer label {
                margin: 5px 0 0 !important;
                font: 600 14px "Montserrat";
                color: #333 !important;
            }

            .hoz-tab-container .tab-container #customer .form-horizontal {
                font-size: 13px;
            }

                .hoz-tab-container .tab-container #customer .form-horizontal label {
                    color: #333333;
                    margin-bottom: 10px;
                    font-size: 13px;
                    display: inline-block;
                    widows: 100%;
                }

            .hoz-tab-container .tab-container #customer .form-control {
                font: 400 12px "Poppins";
            }

            .hoz-tab-container .tab-container #customer input[type=radio] {
                display: none;
            }

            .hoz-tab-container .tab-container #customer .customer-radio label {
                display: inline-block;
                position: relative;
                padding-left: 20px;
                margin-right: 20px;
                font-size: 13px;
                color: #888888;
                text-transform: uppercase;
            }

                .hoz-tab-container .tab-container #customer .customer-radio label:before {
                    position: absolute;
                    content: "";
                    left: 0px;
                    top: 2px;
                    background: #fff;
                    border: 1px solid #db2e1c;
                    width: 12px;
                    height: 12px;
                }

            .hoz-tab-container .tab-container #customer .customer-radio input[type=radio]:checked + label:before {
                background: #db2e1c;
            }

            .hoz-tab-container .tab-container h3 {
                font-family: "Montserrat";
                font-style: normal;
                text-transform: capitalize;
                font-size: 18px;
                color: #333333;
            }

            .hoz-tab-container .tab-container h4 {
                color: #333333;
                font-size: 13px;
                margin-bottom: 10px;
            }

        .hoz-tab-container p {
            font: 400 14px/20px "Poppins";
            color: #000;
        }

        .hoz-tab-container #product-tags .button-v2 {
            margin-top: 20px;
            font: 700 12px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        }

    .product-details-content .breadcrumb {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 3px solid #2e2e2e;
    }

        .product-details-content .breadcrumb li {
            padding-right: 10px;
        }

            .product-details-content .breadcrumb li:first-child {
                padding-left: 0px;
            }

            .product-details-content .breadcrumb li a {
                color: #fff;
            }

            .product-details-content .breadcrumb li.active {
                color: #fff;
            }

            .product-details-content .breadcrumb li:after {
                content: "";
            }

            .product-details-content .breadcrumb li + li:before {
                color: #fff;
                margin-right: 10px;
            }

    .product-details-content .product-name {
        display: inline-block;
        width: 100%;
    }

    @media (max-width: 767px) {
        .product-details-content .col-md-6 {
            padding: 0px;
        }
    }

    /** 5.6. Shop Cart **/
    .coupon {
        display: inline-block;
        width: 100%;
        position: relative;
        margin-bottom: 50px;
    }

        .coupon .form-group {
            margin-bottom: 0px;
        }

        .coupon .control-label {
            display: inline-block;
            position: absolute;
            left: 0px;
            top: 0px;
            padding: 0px;
            margin: 0px;
            height: 100%;
            border-right: 1px solid #dcdcdc;
            font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            font-size: 12px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #000;
            font-weight: 700;
            line-height: 60px;
            padding: 0px 20px;
        }

        .coupon button {
            margin-top: 0px;
            position: absolute;
            top: 0px;
            right: 0px;
            height: 60px;
            outline: none;
        }

        .coupon .form-control {
            height: 60px;
            border: 1px solid #dcdcdc;
            padding-left: 145px;
            font-family: "Poppins";
            color: #8d8c8c;
            padding-right: 180px;
            box-shadow: none;
        }

    .cart-box-container .col-md-4 {
        padding-right: 0px;
    }

    .cart-box-container .col-md-8 {
        padding-left: 0px;
    }

    .cart-box-container .text-price {
        padding: 20px;
        padding-bottom: 160px;
        background: #f0f0f0;
        margin-bottom: 50px;
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .cart-box-container .text-price h3 {
            font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;
            padding: 17px 0px 5px;
            width: 100%;
            display: inline-block;
            border-bottom: 2px solid #000;
        }

        .cart-box-container .text-price a {
            margin-top: 0px;
            width: 100%;
            height: 75px;
            line-height: 75px;
        }

            .cart-box-container .text-price a.update {
                position: absolute;
                left: 0px;
                bottom: 75px;
                background: #333;
                border-color: #333;
            }

            .cart-box-container .text-price a.checkout {
                position: absolute;
                left: 0px;
                bottom: 0px;
            }

        .cart-box-container .text-price ul li {
            padding: 20px 0px;
            border-bottom: 1px solid #dadada;
        }

            .cart-box-container .text-price ul li:last-child {
                border: none;
            }

            .cart-box-container .text-price ul li .text {
                font-weight: 300;
                font-size: 12px;
                text-transform: uppercase;
                letter-spacing: 2px;
            }

                .cart-box-container .text-price ul li .text.calculate {
                    display: inline-block;
                    width: 100%;
                    position: relative;
                    cursor: pointer;
                }

                    .cart-box-container .text-price ul li .text.calculate:after {
                        position: absolute;
                        content: "";
                        right: 0px;
                        top: 0px;
                        height: 12px;
                        width: 12px;
                        font-family: "FontAwesome";
                        content: "";
                        color: #000;
                    }

                    .cart-box-container .text-price ul li .text.calculate.active:after, .cart-box-container .text-price ul li .ordering span.text.calculate:hover:after, .ordering .cart-box-container .text-price ul li span.text.calculate:hover:after {
                        content: "";
                    }

            .cart-box-container .text-price ul li .number {
                font-family: "Poppins";
                font-size: 14px;
                font-weight: 400;
                color: #010101;
            }

            .cart-box-container .text-price ul li .zipcode {
                display: none;
                margin-top: 30px;
            }

            .cart-box-container .text-price ul li .payment {
                float: right;
                max-width: 220px;
            }

                .cart-box-container .text-price ul li .payment label {
                    width: 100%;
                    font-family: "Poppins";
                    font-size: 13px;
                    font-weight: 400;
                    color: #858585;
                    cursor: pointer;
                    padding-left: 20px;
                    position: relative;
                    margin-bottom: 10px;
                }

                    .cart-box-container .text-price ul li .payment label:before {
                        content: "";
                        display: inline-block;
                        width: 12px;
                        height: 12px;
                        position: absolute;
                        left: 0px;
                        top: 3px;
                        background: url(../images/select-radio.png) no-repeat scroll left top;
                    }

                .cart-box-container .text-price ul li .payment input {
                    display: none;
                }

                    .cart-box-container .text-price ul li .payment input[type=radio]:checked + label:before {
                        background: url(../images/select-radio.png) no-repeat scroll left bottom;
                    }

    /** 5.7. Shop Checkout **/
    .checkout-header ul {
        padding: 10px 0px 20px;
        display: inline-block;
        width: 100%;
        margin-bottom: 50px;
        border-bottom: 1px solid #e5e5e5;
    }

        .checkout-header ul li {
            display: inline-block;
            width: 33.33%;
            float: left;
            text-transform: uppercase;
            color: #333333;
            font-size: 15px;
        }

            .checkout-header ul li:nth-child(2) {
                text-align: center;
            }

            .checkout-header ul li:nth-child(3) {
                text-align: right;
            }

            .checkout-header ul li.active span {
                background: #db2e1c;
                color: #fff;
            }

            .checkout-header ul li span {
                display: inline-block;
                margin-right: 10px;
                padding: 8px 13px;
                border-radius: 50%;
                background: #e5e5e5;
                color: #333333;
                width: 40px;
                height: 40px;
            }

    .checkout-heading1, .checkout-heading2 {
        margin: 10px 0px;
    }

        .checkout-heading1 i, .checkout-heading1 p, .checkout-heading1 a, .checkout-heading2 i, .checkout-heading2 p, .checkout-heading2 a {
            display: inline-block;
        }

        .checkout-heading1 i, .checkout-heading2 i {
            width: 42px;
            height: 42px;
            text-align: center;
            line-height: 40px;
            border: 1px solid #d7d7d7;
            border-radius: 50%;
            margin-right: 10px;
        }

        .checkout-heading1 p, .checkout-heading2 p {
            font: 600 14px/20px "Poppins";
            color: #000;
        }

        .checkout-heading1 a, .checkout-heading2 a {
            color: #e95252;
            font: 600 14px/20px "Poppins";
        }

    .check-out .form-horizontal label.control-label {
        font: 300 12px/15px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        letter-spacing: 2px;
        color: #000;
        text-transform: uppercase;
    }

    .check-out .form-horizontal .form-control {
        border-color: #e5e5e5;
        box-shadow: none;
    }

    .check-out .form-check {
        display: inline-block;
        font: 400 14px/20px "Poppins";
        color: #000000;
        padding-left: 30px;
        background: url("../images/check-icon.png") no-repeat scroll 0 2px;
        cursor: pointer;
    }

        .check-out .form-check.size-12 {
            font-size: 12px;
            padding-left: 25px;
        }

        .check-out .form-check.active, .check-out .ordering span.form-check:hover, .ordering .check-out span.form-check:hover {
            background: url("../images/check-icon.png") no-repeat scroll left 0 bottom 2px;
        }

        .check-out .form-check span {
            color: #e95252;
            display: inline-block;
        }

    .check-out .text-price {
        padding-bottom: 95px;
    }

    .cart-box-container .text-price ul li .text.text-cap {
        letter-spacing: 0px;
        text-transform: capitalize;
        font-family: "Poppins";
        font-size: 14px;
    }

    .account .col-md-6:nth-child(2n+1) {
        padding-left: 0px;
    }

    .account .col-md-6:nth-child(2n) {
        padding-right: 0px;
    }

    .account p {
        font-family: "TXGR";
        color: #888888;
    }

    .bold {
        font-weight: 700;
    }

    .cart-review {
        display: inline-block;
        width: 100%;
    }

        .cart-review table.table th:nth-child(2) {
            width: 30%;
        }

        .cart-review table.table th:nth-child(3) {
            width: 15%;
        }

        .cart-review table.table td:nth-child(2) {
            color: #888888;
        }

        .cart-review table.table td:nth-child(3), .cart-review table.table td:nth-child(5) {
            color: #555555;
            font-style: normal;
            font-size: 18px;
            font-family: "TXGB";
        }

    .icon {
        width: 100%;
        text-align: center;
    }

        .icon .fa-shopping-basket {
            font-size: 300px;
            color: #ddd;
            position: relative;
        }

        .icon .fa-check {
            position: absolute;
            right: -33px;
            bottom: -50px;
            font-size: 160px;
            color: #e11111;
        }

        .icon h3, .icon h4 {
            text-transform: uppercase;
            color: #555555;
            text-align: center;
        }

        .icon h3 {
            font-size: 30px;
            margin-top: 80px;
        }

        .icon h4 {
            font-size: 18px;
            margin: 10px 0px;
        }

    .order-details .col-md-6:nth-of-type(2n+1) {
        padding-right: 0px;
    }

    .order-details .col-md-6:nth-of-type(2n) {
        padding-left: 0px;
    }

    .order-details .col-md-6 h4 {
        font-size: 15px;
        color: #555555;
        line-height: 20px;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    .order-details .col-md-6 p {
        font-family: "TXGR";
        color: #888888;
        margin: 4px 0px;
        line-height: 20px;
    }

        .order-details .col-md-6 p b {
            color: #222;
            font-weight: 400;
        }

        .order-details .col-md-6 p.total {
            text-transform: uppercase;
            color: #db2e1c;
            font-style: normal;
            margin-top: 30px;
            font-size: 15px;
            font-family: "TXGB";
        }

            .order-details .col-md-6 p.total span {
                color: #555555;
            }

    .payment-order ul.tabs li {
        padding: 20px 0px 20px 20px;
        position: relative;
        border-bottom: 1px solid #dadada;
    }

        .payment-order ul.tabs li:first-child {
            border-top: 1px solid #dadada;
        }

        .payment-order ul.tabs li h4 {
            font: 600 18px/20px "Poppins";
            color: #000;
        }

        .payment-order ul.tabs li p {
            color: #9d9d9d;
            font: 400 12px/20px "Poppins";
            margin-top: 10px;
        }

        .payment-order ul.tabs li i {
            width: 12px;
            height: 12px;
            content: "";
            border-radius: 50%;
            position: absolute;
            left: 0px;
            top: 23px;
            background: transparent url("../images/select-radio.png") no-repeat scroll left top;
        }

        .payment-order ul.tabs li a {
            font: 400 12px/20px "Poppins";
            color: #e95252;
            margin-top: 20px;
            display: inline-block;
            height: auto;
        }

        .payment-order ul.tabs li.active i {
            background: transparent url("../images/select-radio.png") no-repeat scroll left bottom;
        }

        .payment-order ul.tabs li img {
            margin-left: 30px;
        }

    .place-order-now {
        text-align: center;
        margin-top: 30px;
    }

    .form-group {
        margin-bottom: 25px;
    }

    .check-billing .text-price ul li {
        padding: 20px 0;
    }

        .check-billing .text-price ul li .text {
            font-family: "TXGB";
        }

        .check-billing .text-price ul li .number.color {
            color: #e11111;
        }

    @media (max-width: 1024px) {
        .account .col-md-6 {
            padding: 0px;
        }

        .order-details .col-md-6 {
            padding: 0px;
        }
    }

    @media (max-width: 767px) {
        .check-confirm .col-md-6 {
            padding: 0px;
        }

            .check-confirm .col-md-6.order-details {
                margin-top: 40px;
            }

            .check-confirm .col-md-6 .icon h3 {
                font-size: 20px;
            }

            .check-confirm .col-md-6 .icon h4 {
                font-size: 15px;
            }

        .check-confirm .col-md-12 {
            padding: 0px;
        }

        .check-confirm .return-home a:first-child {
            margin-right: 10px;
        }

        .check-billing .contact-form .col-md-6 {
            padding: 0px;
        }

        .acc-login .form-group .btn.acc:nth-child(2n+1) {
            width: 100%;
        }

        .account .col-md-6.acc-login {
            margin-top: 50px;
        }
    }

    @media (max-width: 467px) {
        .checkout-header ul li {
            width: 100%;
            text-align: left;
            margin-bottom: 20px;
        }

        .icon .fa-shopping-basket {
            font-size: 220px;
        }
    }

    /** 5.8. Shop Wishlist **/
    table.table.cart-table tr:first-child td {
        border-top: 2px solid #000;
    }

    table.table.cart-table th {
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #000;
        border: none;
        font-weight: 700;
        letter-spacing: 2px;
        padding: 0px;
        padding-bottom: 5px;
        padding-top: 35px;
    }

    table.table.cart-table td {
        padding: 30px 0px;
        vertical-align: middle;
    }

        table.table.cart-table td:first-child {
            width: 120px;
        }

            table.table.cart-table td:first-child img {
                width: 100px;
                height: auto;
            }

        table.table.cart-table td:nth-child(2) a {
            color: #000;
            font-size: 14px;
            font-family: "Poppins";
            font-weight: 400;
        }

        table.table.cart-table td:nth-child(2) p.price {
            font-family: "Poppins";
            color: #979797;
            font-size: 14px;
        }

        table.table.cart-table td:nth-child(3) {
            color: #000;
            font-size: 14px;
            font-family: "Poppins";
        }

            table.table.cart-table td:nth-child(3) input {
                border: none;
                box-shadow: none;
            }

            table.table.cart-table td:nth-child(3) span {
                position: absolute;
                cursor: pointer;
                font-size: 12px;
            }

                table.table.cart-table td:nth-child(3) span.minus {
                    left: 0px;
                    bottom: -20px;
                }

                table.table.cart-table td:nth-child(3) span.plus {
                    top: -20px;
                    left: 0px;
                }

                table.table.cart-table td:nth-child(3) span i.fa-minus:before {
                    content: "";
                }

                table.table.cart-table td:nth-child(3) span i.fa-plus:before {
                    content: "";
                }

            table.table.cart-table td:nth-child(3) .quantity {
                display: inline-block;
                position: relative;
            }

        table.table.cart-table td:nth-child(4) {
            font-size: 14px;
            font-family: "Poppins";
            color: #000;
            font-weight: 400;
        }

    table.table.cart-table.wishlist td:nth-child(5) {
        text-transform: uppercase;
        font-style: normal;
        font-size: 15px;
        color: #333333;
    }

    table.table.cart-table.wishlist td:nth-child(6) a {
        color: #333333;
        background: #f2f2f2;
        padding: 10px;
        display: inline-block;
    }

        table.table.cart-table.wishlist td:nth-child(6) a:hover {
            color: #fff;
            background: #db2e1c;
        }

    .caculate-shipping .form-group:after, .caculate-shipping .form-group:before {
        display: inline;
    }

    .caculate-shipping button {
        margin-top: 30px;
    }

    .coupon p {
        color: #888888;
        line-height: 20px;
        margin-bottom: 30px;
        padding-top: 10px;
    }

    .coupon button {
        margin-top: 40px;
    }

    .text-price ul li {
        display: block;
        padding: 10px 0px;
        border-bottom: 1px solid #eeeeee;
        width: 100%;
        float: left;
    }

        .text-price ul li .text {
            font-size: 13px;
            color: #555555;
            float: left;
        }

        .text-price ul li .number {
            float: right;
            color: #555555;
            font-size: 18px;
            line-height: 20px;
        }

    .text-price a {
        margin-top: 30px;
    }

    @media (max-width: 767px) {
        table.table tr th.description, table.table tr th.product-avai, table.table tr th.total-price {
            display: none;
        }

        table.table tr td.description, table.table tr td.product-avai, table.table tr td.total-price {
            display: none;
        }

        table.table tr td:nth-child(5) input {
            width: 50px;
        }
    }

    @media (max-width: 467px) {
        table.table.cart-table tr th {
            font-size: 10px;
        }

        table.table.cart-table tr td {
            padding: 30px 7px;
        }

            table.table.cart-table tr td img {
                width: 50px;
            }

            table.table.cart-table tr td:nth-child(4) {
                font-size: 14px;
            }
    }

    /** 5.9. Track Order **/
    .ordering {
        font-size: 13px;
        color: #333333;
        display: inline-block;
        width: auto;
        text-align: right;
        float: right;
        display: inline-block;
    }

        .ordering a {
            display: inline-block;
            height: 35px;
            line-height: 35px;
            color: #333;
            padding: 0 15px;
            background: #eee;
            vertical-align: bottom;
        }

        .ordering span {
            display: inline-block;
            height: 30px;
            width: 30px;
            background: url(../images/icon-col.png) no-repeat scroll center 10px;
            vertical-align: bottom;
            cursor: pointer;
        }

            .ordering span.active, .ordering span:hover {
                background-position: center bottom 6px;
            }

            .ordering span.list {
                background: url(../images/icon-list.png) no-repeat center 10px;
            }

                .ordering span.list:hover, .ordering span.list.active, .ordering span.list:hover {
                    background-position: center bottom 7px;
                }

        .ordering .order-by {
            display: inline-block;
            margin-left: 5px;
            position: relative;
        }

            .ordering .order-by::after {
                position: absolute;
                content: "\f0d7";
                top: 9px;
                right: 10px;
                font-family: FontAwesome;
                line-height: 1;
                font-size: 16px;
                font-style: normal;
                color: #e95252;
            }

        .ordering form {
            vertical-align: bottom;
        }

            .ordering form select {
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                -ms-appearance: none;
                appearance: none;
                border: none;
                box-shadow: none;
                padding: 9px 20px 6px 15px;
                outline: none;
                color: #000;
                text-transform: uppercase;
                font: 700 10px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                letter-spacing: 1px;
            }

    p.result-count {
        padding-bottom: 3px;
        display: inline-block;
        font: 400 12px "Poppins";
        color: #8d8c8c;
        margin-left: 20px;
    }

    .breadcrumb {
        float: left;
        width: auto;
        display: inline-block;
        border: none;
        padding: 0px;
        margin-top: 5px;
    }

        .breadcrumb li {
            padding-right: 0px;
            font: 400 12px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            text-transform: capitalize;
        }

            .breadcrumb li:after {
                content: '';
            }

            .breadcrumb li a {
                color: #9a9a9a;
            }

            .breadcrumb li + li:before {
                content: "";
                font-family: "FontAwesome";
                font-size: 12px;
                display: inline-block;
                line-height: 13px;
                text-align: center;
                width: 15px;
                height: 15px;
                border: 1px solid #ddd;
                padding: 0px;
                margin: 0px 10px;
            }

    .wrap-breadcrumb {
        display: inline-block;
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        padding-top: 10px;
        text-align: center;
    }

        .wrap-breadcrumb .ordering-action {
            display: inline-block;
            margin-left: 150px;
        }

            .wrap-breadcrumb .ordering-action a {
                display: inline-block;
                padding: 5px 8px;
                border: 1px solid #000;
            }

                .wrap-breadcrumb .ordering-action a span {
                    color: #000;
                    font-size: 17px;
                }

    nav.pagination {
        text-align: center;
        width: auto;
        margin: auto;
        padding-top: 40px;
        border-top: 1px solid #b5b5b5;
        margin-top: 40px;
    }

        nav.pagination ul {
            display: inline-block;
        }

            nav.pagination ul li {
                display: inline-block;
                margin: 0 4px;
            }

        nav.pagination a {
            display: inline-block;
            background: none;
            font-weight: 700;
            color: #373737;
            width: auto;
            height: auto;
            font: 700 16px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }

            nav.pagination a:hover {
                background: none;
                color: #000;
            }

            nav.pagination a.next, nav.pagination a.prev {
                margin-left: 20px;
                margin-right: 60px;
                color: #b5b5b5;
            }

                nav.pagination a.next i, nav.pagination a.prev i {
                    margin-right: 5px;
                    font-size: 16px;
                    color: #b5b5b5;
                }

                nav.pagination a.next:hover, nav.pagination a.prev:hover {
                    background: none;
                    color: #000;
                }

                    nav.pagination a.next:hover i, nav.pagination a.prev:hover i {
                        color: #000;
                    }

            nav.pagination a.next {
                margin-right: 20px;
                margin-left: 60px;
            }

                nav.pagination a.next i {
                    margin-right: 0px;
                    margin-left: 5px;
                }

    @media (max-width: 479px) {
        nav.pagination a {
            font-size: 12px;
        }

            nav.pagination a.next {
                margin-right: 0px;
                margin-left: 10px;
            }

            nav.pagination a.prev {
                margin-left: 0px;
                margin-right: 10px;
            }
    }

    .pagination-blog nav.pagination {
        border: none;
        text-align: left;
        margin-bottom: 50px;
    }

    /** 6. Templates Layout **/
    /** 6.0. General **/
    /*Loading*/
    .awe-body-loading {
        overflow: hidden;
    }

    .awe-page-loading {
        position: fixed;
        z-index: 9999999;
        background: #fff;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .awe-loading-wrapper {
        text-align: center;
        width: 150px;
        height: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -70px;
    }

        .awe-loading-wrapper .awe-loading-icon {
            font-size: 75px;
            line-height: 1;
            margin-bottom: 10px;
            -webkit-animation-name: aweIcon;
            animation-name: aweIcon;
            -webkit-animation-duration: 4s;
            animation-duration: 4s;
            animation-iteration-count: infinite;
        }

            .awe-loading-wrapper .awe-loading-icon img {
                width: 100%;
            }

            .awe-loading-wrapper .awe-loading-icon .icon {
                cursor: default;
            }

        .awe-loading-wrapper .progress {
            background: #eee;
            border-radius: 0;
            box-shadow: none;
            margin-bottom: 0;
            height: 2px;
        }

            .awe-loading-wrapper .progress .progress-bar {
                background: #db2e1c;
                box-shadow: none;
                width: 100%;
                -webkit-animation-name: aweProgress;
                animation-name: aweProgress;
                -webkit-animation-duration: 3s;
                animation-duration: 3s;
            }

    @-webkit-keyframes aweIcon {
        0% {
            color: #333;
        }

        50% {
            color: #666;
        }

        100% {
            color: #000;
        }
    }

    @-moz-keyframes aweIcon {
        0% {
            color: #333;
        }

        50% {
            color: #666;
        }

        100% {
            color: #000;
        }
    }

    @keyframes aweIcon {
        0% {
            color: #333;
        }

        50% {
            color: #666;
        }

        100% {
            color: #000;
        }
    }

    @-webkit-keyframes aweProgress {
        0% {
            width: 0%;
        }

        15% {
            width: 15%;
        }

        25% {
            width: 35%;
        }

        35% {
            width: 50%;
        }

        50% {
            width: 75%;
        }

        65% {
            width: 85%;
        }

        100% {
            width: 100%;
        }
    }

    @-moz-keyframes aweProgress {
        0% {
            width: 0%;
        }

        15% {
            width: 15%;
        }

        25% {
            width: 35%;
        }

        35% {
            width: 50%;
        }

        50% {
            width: 75%;
        }

        65% {
            width: 85%;
        }

        100% {
            width: 100%;
        }
    }

    @keyframes aweProgress {
        0% {
            width: 0%;
        }

        15% {
            width: 15%;
        }

        25% {
            width: 35%;
        }

        35% {
            width: 50%;
        }

        50% {
            width: 75%;
        }

        65% {
            width: 85%;
        }

        100% {
            width: 100%;
        }
    }

    /** 6.1. General **/
    /** 6.2. Header **/
    /** 6.2.1. General **/
    #topbar {
        background: #fff;
    }

        #topbar .topbar-left {
            display: inline-block;
            float: left;
        }

        #topbar .dropdown {
            padding-left: 10px;
            display: inline-block;
        }

            #topbar .dropdown:first-child {
                border: none;
                padding-left: 0px;
                padding-right: 10px;
            }

            #topbar .dropdown .btn {
                height: 50px;
                border: none;
                border-radius: 0px;
                background: none;
                font-size: 13px;
                color: #555555;
                text-transform: uppercase;
                padding: 0 12px;
                outline: none;
                line-height: 50px;
                box-shadow: none;
            }

                #topbar .dropdown .btn.active, #topbar .dropdown .ordering span.btn:hover, .ordering #topbar .dropdown span.btn:hover, #topbar .dropdown .btn:hover {
                    color: #ddd;
                }

        #topbar .topbar-right {
            display: inline-block;
            float: right;
        }

            #topbar .topbar-right .sign-in {
                display: inline-block;
                padding: 0;
                height: 55px;
                line-height: 55px;
            }

            #topbar .topbar-right a {
                font-size: 12px;
                font-family: "Poppins";
                font-weight: 300;
                color: #9d9d9d;
                padding: 0 10px;
                border-right: 1px solid #eee;
            }

                #topbar .topbar-right a span {
                    vertical-align: 1px;
                }

                #topbar .topbar-right a i {
                    font-size: 13px;
                    margin-right: 5px;
                }

                #topbar .topbar-right a:hover, #topbar .topbar-right a.active {
                    color: #000;
                }

            #topbar .topbar-right .icon-envelope {
                vertical-align: -1px;
            }

    .social a {
        display: inline-block;
        padding: 0 10px;
        float: left;
    }

        .social a i {
            font-size: 18px;
            color: #000;
            line-height: 30px;
            display: inline-block;
        }

        .social a:hover i {
            color: #db2e1c;
        }

    .hover-menu {
        position: relative;
    }

        .hover-menu .list-menu {
            position: absolute;
            list-style: none;
            margin: 0;
            padding: 0;
            right: 0;
            transition: all 0.3s ease;
            transform: translate(0px, 30px);
            opacity: 0;
            visibility: hidden;
            z-index: 999;
        }

        .hover-menu:hover .list-menu {
            opacity: 1;
            visibility: visible;
            transform: translate(0px, 0px);
            z-index: 1000;
        }

    .cart-box-container #close-pushmenu {
        font-weight: 400;
        letter-spacing: 2px;
        cursor: pointer;
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        margin: 10px 0 20px;
        display: inline-block;
        -webkit-transition: all 0.3s ease 0.3s;
        -o-transition: all 0.3s ease 0.3s;
        transition: all 0.3s ease 0.3s;
    }

        .cart-box-container #close-pushmenu:hover {
            padding-left: 10px;
        }

    .cart-box-container .cart-bottom {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
    }

    .input-group {
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .modal-open {
        overflow: visible;
    }

    .modal-content {
        border-radius: 0px;
        padding: 0px 0px 20px;
    }

    .modal-header {
        border: none;
    }

    .modal-title {
        letter-spacing: 4px;
        text-align: center;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 30px;
        position: relative;
    }

        .modal-title::before {
            position: absolute;
            content: "";
            width: 60px;
            height: 1px;
            background: #000;
            left: 50%;
            margin-left: -40px;
            bottom: -10px;
        }

    .modal.fade .modal-dialog {
        top: 10%;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        outline: none;
    }

    .button_search {
        border: none;
        background: none;
        width: auto;
        height: auto;
        color: #333;
    }

        .button_search:hover {
            background: none;
        }

    .input-group-btn {
        box-shadow: none;
        position: absolute;
        display: inline-block;
        top: 0px;
        right: 0px;
        width: 40px;
        /*line-height: 46px;*/
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none;
        /*z-index: 9999;*/
    }

    .modal-body {
        padding: 0 50px;
    }

    .icon-cart .icon {
        display: inline-block;
        background: url(../images/icon-cart.png) no-repeat;
        width: 23px;
        height: 29px;
    }

    .cart-list {
        left: inherit;
        right: 0px;
        width: 345px;
        text-align: left;
        padding: 10px 0px 0px;
        background-color: #fff;
    }

        .cart-list .cart-product-image {
            width: 70px;
            display: inline-block;
            vertical-align: top;
        }

            .cart-list .cart-product-image img {
                width: 100%;
            }

        .cart-list ul {
            padding: 0 20px;
        }

        .cart-list li {
            padding: 20px 0px;
            border-bottom: 1px solid #eeeeee;
        }

            .cart-list li a, .cart-list li .text {
                padding: 0px;
                display: inline-block;
                width: auto;
            }

            .cart-list li a {
                margin-right: 20px;
            }

            .cart-list li:last-child {
                border-bottom: none;
            }

            .cart-list li .text .product-name {
                font: 400 18px/20px "Playfair Display";
                color: #2b2b2b;
            }

            .cart-list li .text .product-price {
                color: #db2e1c;
                line-height: 34px;
                font-size: 18px;
                font-family: "Roboto Condensed";
            }

        .cart-list .total {
            display: block;
            width: 100%;
            padding: 20px 0;
            text-transform: capitalize;
            line-height: 34px;
            color: #222;
            font-size: 18px;
            padding: 15px 20px;
            border-top: 1px solid #eeeeee;
        }

            .cart-list .total span {
                color: #db2e1c;
            }

        .cart-list .checkout {
            display: inline-block;
            width: 100%;
            padding: 20px 0px;
            text-align: center;
            background: #000;
            color: #db2e1c;
            text-transform: uppercase;
            font-size: 18px;
        }

            .cart-list .checkout:hover {
                background: #db2e1c;
                color: #fff;
            }

        .cart-list .qty {
            font-family: "Roboto Condensed";
            color: #979797;
            text-transform: uppercase;
            font-size: 14px;
        }

    #header .cart .icons {
        color: #000;
        font-size: 18px;
    }

    #header .cart p {
        position: relative;
        cursor: pointer;
    }

    #header .cart .cart-count {
        font-size: 11px;
        color: #fff;
        display: inline-block;
        height: 18px;
        width: 18px;
        line-height: 18px;
        text-align: center;
        position: absolute;
        bottom: 0px;
        right: -7px;
        font-family: "Montserrat";
        border-radius: 50%;
        background: #000;
    }

    #header .box-right {
        float: right;
    }

    #header .search {
        position: absolute;
        bottom: 5px;
        right: 15px;
        z-index: 9999;
        float: right;
        text-align: right;
        transition: all 0.5s ease 0s;
        /* width: 50px;*/
    }
    /*
#header .search:hover {
  width: 100%;
}

#header .search:hover input {
  border: 1px solid #cdcdcd;
  font: 300 16px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
}*/



    @media (max-width: 767px) {
        #header .search {
            display: none;
        }
    }

    #header .search.ver2 {
        /*top: 15px;
    margin-right: 216px;*/
    }

        #header .search.ver2 .form-search input {
            background: none;
        }

        #header .search.ver2 .form-search button {
            background: #222;
            height: 42px;
            width: 42px;
            border-radius: 50%;
            top: 2px;
            right: 2px;
        }

            #header .search.ver2 .form-search button i {
                color: #fff;
            }

        #header .search.ver2:hover input {
            background: #fff;
        }

        #header .search.ver2.ver3 .form-search button {
            background: #2e2e2e;
        }



    #header .form-search {
        position: relative;
    }

        #header .form-search button {
            position: absolute;
            right: 5px;
            top: 12px;
            background: none;
            border: none;
        }

            #header .form-search button i {
                font-size: 18px;
                color: #333;
            }

        #header .form-search input {
            width: 100%;
            border-radius: 30px;
            height: 46px;
            padding-left: 20px;
            padding-right: 30px;
            font: 300 16px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            font-size: 0px;
            color: #333;
            text-transform: uppercase;
            border: none;
        }

    .header-v1 {
        position: relative;
    }

        .header-v1 .settings {
            display: inline-block;
            float: right;
        }

            .header-v1 .settings .icons-setting {
                display: inline-block;
                width: 20px;
                height: 20px;
                background: url(../images/icon-setting.png) no-repeat;
            }

            .header-v1 .settings .submenu {
                padding: 30px 0px;
                width: 310px;
                right: 0px;
                left: inherit;
                background: #fff;
            }

    @media (max-width: 1024px) {
        .header-v1 .settings .submenu {
            right: 100px;
        }
    }

    @media (max-width: 440px) {
        .header-v1 .settings .submenu {
            right: 0px;
            width: 280px;
        }

            .header-v1 .settings .submenu .language img {
                width: 50px;
            }
    }

    .header-v1 .settings .submenu .container-fluid {
        padding: 0 20px;
    }

    .header-v1 .settings .submenu h3 {
        font: 700 16px/20px "Roboto Condensed";
        color: #333;
        text-transform: uppercase;
        margin: 0px;
        margin-bottom: 20px;
    }

    .header-v1 .settings .submenu li {
        list-style: none;
    }

    .header-v1 .settings .submenu ul {
        padding: 0px;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #e9e8e8;
    }

        .header-v1 .settings .submenu ul li a {
            padding: 0px;
        }

            .header-v1 .settings .submenu ul li a:hover, .header-v1 .settings .submenu ul li a:focus {
                background: none;
            }

        .header-v1 .settings .submenu ul.infor {
            padding: 0px;
            margin: 0px;
            border: none;
        }

            .header-v1 .settings .submenu ul.infor .fa {
                color: #333;
                font-size: 16px;
                display: inline-block;
                width: 20px;
                text-align: center;
                margin-right: 5px;
            }

            .header-v1 .settings .submenu ul.infor li {
                display: block;
                line-height: 30px;
                text-transform: uppercase;
                border: none;
            }

                .header-v1 .settings .submenu ul.infor li:hover a {
                    color: #db2e1c;
                }

                .header-v1 .settings .submenu ul.infor li:hover .fa {
                    color: #db2e1c;
                }

                .header-v1 .settings .submenu ul.infor li a {
                    font-size: 12px;
                    color: #333;
                    width: auto;
                    display: inline-block;
                    font: 400 14px "Roboto Condensed";
                    color: #333333;
                }

        .header-v1 .settings .submenu ul.language li {
            margin-right: 3px;
            border: 1px solid #e8e8e8;
            opacity: 0.4;
        }

            .header-v1 .settings .submenu ul.language li.active, .header-v1 .settings .submenu ul.language li:hover {
                border-color: #fff;
                opacity: 1;
            }

            .header-v1 .settings .submenu ul.language li:last-child {
                margin-right: 0px;
            }

        .header-v1 .settings .submenu ul.currency li {
            margin-right: 5px;
            width: 35px;
            height: 35px;
            text-align: center;
            background: #fff;
            border: 1px solid #e1e1e1;
        }

            .header-v1 .settings .submenu ul.currency li a {
                display: inline-block;
                width: 35px;
                height: 35px;
            }

            .header-v1 .settings .submenu ul.currency li.active, .header-v1 .settings .submenu ul.currency li:hover {
                background: #db2e1c;
                border-color: #db2e1c;
            }

                .header-v1 .settings .submenu ul.currency li.active .fa, .header-v1 .settings .submenu ul.currency li:hover .fa {
                    color: #fff;
                }

            .header-v1 .settings .submenu ul.currency li .fa {
                font-size: 16px;
                line-height: 33px;
                color: #333;
            }

        .header-v1 .settings .submenu ul li {
            display: inline-block;
        }

    #header .header-top {
        text-align: center;
        padding: 0px 0px 0px;
        border-bottom: 1px solid #efefef;
    }

        #header .header-top .col-md-10 {
            padding-left: 0px;
            position: static;
        }

        #header .header-top .logo {
            float: left;
            margin: 10px 0px;
            display: inline-block;
        }

        #header .header-top .logo-mobile {
            display: none;
        }

        #header .header-top .cart, #header .header-top .settings {
            float: right;
            display: inline-block;
            vertical-align: top;
            margin-left: 30px;
            margin-top: 5px;
        }

        #header .header-top .cart {
            margin-left: 15px;
            padding-left: 15px;
            margin-top: 0px;
            position: relative;
        }

            #header .header-top .cart:after {
                position: absolute;
                content: "";
                left: 0px;
                top: 0px;
                height: 30px;
                width: 1px;
                background: #bfbfbf;
            }

        #header .header-top .menu-top {
            display: inline-block;
            float: left;
            margin-left: 70px;
        }

            #header .header-top .menu-top i.fa {
                font-size: 14px;
            }

            #header .header-top .menu-top a {
                font-size: 14px;
                color: #555555;
                text-transform: uppercase;
                font-weight: 700;
                line-height: 44px;
                padding: 0 5px;
            }

            #header .header-top .menu-top li {
                display: inline-block;
                padding: 0 20px;
            }

                #header .header-top .menu-top li.level1 {
                    position: relative;
                }

                #header .header-top .menu-top li:hover a, #header .header-top .menu-top li:hover i.fa {
                    color: #db2e1c;
                }

                #header .header-top .menu-top li:hover ul.menu-level2 a {
                    color: #888888;
                }

                #header .header-top .menu-top li .menu-level2 li {
                    display: block;
                    text-align: center;
                }

                    #header .header-top .menu-top li .menu-level2 li a {
                        color: #888888;
                        font-size: 11px;
                        text-transform: uppercase;
                        line-height: 44px;
                        width: 100%;
                        padding: 5px 0px;
                    }

                        #header .header-top .menu-top li .menu-level2 li a:hover {
                            color: #ddd;
                        }

        #header .header-top .social a {
            /*border-left: 1px solid #efefef;*/
            margin: 0px;
            width: 30px;
            text-align: right;
        }

            #header .header-top .social a:last-child {
                /*border-right: 1px solid #efefef;*/
            }

            #header .header-top .social a i {
                line-height: 80px;
            }

    .mega-menu {
        display: inline-block;
        width: 100%;
        float: right;
        position: relative;
        margin: auto;
        padding-left: 30px;
    }

        .mega-menu ul.navbar-nav {
            width: 100%;
        }

            .mega-menu ul.navbar-nav li {
                text-align: left;
                padding: 0 12px;
            }

                .mega-menu ul.navbar-nav li.level1 {
                    padding-top: 5px;
                    padding-bottom: 5px;
                    position: relative;
                }

                .mega-menu ul.navbar-nav li.list-menu {
                    position: relative;
                }

                    .mega-menu ul.navbar-nav li.list-menu.images {
                        position: static;
                    }

                .mega-menu ul.navbar-nav li a {
                    text-transform: uppercase;
                    -webkit-transition: all 0.2s ease 0s;
                    -o-transition: all 0.2s ease 0s;
                    transition: all 0.2s ease 0s;
                    color: #2b2b2b;
                    height: 40px;
                    padding: 0px;
                    font: 400 14px/40px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                }

                    .mega-menu ul.navbar-nav li a:hover, .mega-menu ul.navbar-nav li a.focus {
                        color: #db2e1c;
                        background: none;
                    }

                .mega-menu ul.navbar-nav li.level2, .mega-menu ul.navbar-nav li.level3 {
                    padding: 0px;
                }



            .mega-menu ul.navbar-nav ul.menu-level-1 {
                position: absolute;
                box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
                border: none;
                padding: 0px;
                opacity: 0;
                left: 0px;
                min-width: 245px;
                -webkit-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
                top: 100%;
                background: #fff;
            }

    @media (max-width: 1024px) {
        .mega-menu ul.navbar-nav ul.menu-level-1 {
            box-shadow: none;
        }
    }

    .mega-menu ul.navbar-nav ul.menu-level-1 li a {
        color: #333333;
        text-transform: uppercase;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        font: 400 16px/46px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        padding-left: 15px;
        position: relative;
        height: 46px;
        border-bottom: 1px solid #eee;
        display: inline-block;
        width: 100%;
    }

        .mega-menu ul.navbar-nav ul.menu-level-1 li a:hover, .mega-menu ul.navbar-nav ul.menu-level-1 li a .active, .mega-menu ul.navbar-nav ul.menu-level-1 li a .ordering span:hover, .ordering .mega-menu ul.navbar-nav ul.menu-level-1 li a span:hover {
            color: #db2e1c;
        }

    .mega-menu ul.navbar-nav ul.menu-level-1 li:last-child a {
        border: none;
    }

    .mega-menu ul.navbar-nav ul.menu-level-1 li.level2 {
        position: relative;
        overflow: hidden;
    }

        .mega-menu ul.navbar-nav ul.menu-level-1 li.level2:hover {
            overflow: visible;
        }

            .mega-menu ul.navbar-nav ul.menu-level-1 li.level2:hover .menu-level-2 {
                opacity: 1;
                left: calc(100%);
            }

    .mega-menu ul.navbar-nav ul.menu-level-1 .menu-level-2 {
        position: absolute;
        left: calc(100% + 30px);
        top: 0px;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        padding-top: 10px;
    }



        .mega-menu ul.navbar-nav ul.menu-level-1 .menu-level-2 li {
            background: #fff;
            border: none;
            min-width: 230px;
        }

    .mega-menu ul.navbar-nav .sub-menu {
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        top: 100%;
        background: #fff;
        left: 0px;
        right: 0px;
        border: none;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
        padding-top: 30px;
    }

    @media (max-width: 1024px) {
        .mega-menu ul.navbar-nav .sub-menu {
            box-shadow: none;
            padding-top: 0px;
        }
    }

    .mega-menu ul.navbar-nav .sub-menu.hover {
        transform: translate(0px, 0px);
    }

    .mega-menu ul.navbar-nav .sub-menu .post-item .wrap-images a {
        height: auto;
    }

    .mega-menu ul.navbar-nav .sub-menu .post-item.ver3 .text h2 a {
        font-size: 14px;
        margin: 10px 0px;
        padding-left: 10px;
    }

        .mega-menu ul.navbar-nav .sub-menu .post-item.ver3 .text h2 a:after {
            top: 10px;
        }

    .mega-menu ul.navbar-nav .sub-menu .bottom-submenu {
        background: #efefef;
        display: inline-block;
        padding: 8px 0px;
        width: 100%;
        display: inline-block;
    }

        .mega-menu ul.navbar-nav .sub-menu .bottom-submenu a {
            font: 700 14px/30px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            color: #333;
            border-right: 1px solid #dcdcdc;
            display: inline-block;
            height: 30px;
            padding-left: 15px;
            padding-right: 15px;
        }

            .mega-menu ul.navbar-nav .sub-menu .bottom-submenu a:last-child {
                border: none;
            }

            .mega-menu ul.navbar-nav .sub-menu .bottom-submenu a:after {
                width: 0px;
            }

            .mega-menu ul.navbar-nav .sub-menu .bottom-submenu a:hover {
                color: #db2e1c;
            }

    .icon-menu-mobile, .mega-menu ul.navbar-nav li i {
        display: none;
    }

    .slidershow-container {
        margin-bottom: 50px;
    }

        .slidershow-container.slidershow-container-v2 {
            margin-bottom: 0px;
        }

        .slidershow-container .container {
            width: 100%;
            padding: 0px;
        }

            .slidershow-container .container img {
                width: 100%;
            }

    /** 6.2.2. Header version 2 **/
    #topbar.topbar-v2 {
        background: #fff;
        border-bottom: 1px solid #eeeeee;
    }

        #topbar.topbar-v2 .topbar-left {
            float: right;
        }

        #topbar.topbar-v2 .voucher {
            margin-left: 0px;
        }

            #topbar.topbar-v2 .voucher a {
                border: 1px solid #db2e1c;
                background: #db2e1c;
                color: #fff;
            }

        #topbar.topbar-v2 .topbar-right .sign-in {
            border-left: none;
            border-color: #eeeeee;
        }

            #topbar.topbar-v2 .topbar-right .sign-in a {
                color: #9d9d9d;
                font-family: "Poppins";
                font-weight: 300;
                font-size: 12px;
            }

            #topbar.topbar-v2 .topbar-right .sign-in span {
                color: #999;
            }

        #topbar.topbar-v2 .dropdown .btn {
            border-color: #eeeeee;
            color: #555555;
        }

            #topbar.topbar-v2 .dropdown .btn i {
                color: #555555;
            }

    .mega-menu.mega-menu-v2 {
        box-shadow: none;
        border-bottom: 1px solid #eeeeee;
    }

    .megamenu-v2 .search-form {
        position: relative;
    }

        .megamenu-v2 .search-form input {
            width: 100%;
            height: 40px;
            padding: 0 40px 0 20px;
            border-radius: 5px;
            background: transparent;
            border: 1px solid #605d5e;
            color: #888;
            font-family: "Lora";
            font-style: italic;
        }

        .megamenu-v2 .search-form button {
            background: transparent;
            color: #ddd;
            position: absolute;
            border: none;
            top: 10px;
            right: 10px;
        }

        .megamenu-v2 .search-form i {
            font-size: 18px;
        }

    .megamenu-v2.header-top .cart .cart-count {
        position: static;
        width: auto;
        height: auto;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        font-size: 14px;
        font-style: italic;
        margin: 0px 10px;
    }

    .megamenu-v2.header-top .cart a {
        color: #ddd;
        width: 100%;
        text-align: center;
    }

    .megamenu-v2.header-top .cart i {
        font-size: 20px;
    }

    /** 6.2.3. Header version 2 **/
    #header.header-v2 {
        background: #1c1c1c;
        /*border-bottom: 3px solid #db2e1c;*/
        position: relative;
    }

        #header.header-v2 .mega-menu li .sub-menu a {
            text-align: left !important;
        }


    @media (max-width: 767px) {
        #header.header-v2 {
            border: none;
        }

            #header.header-v2:after {
                position: absolute;
                left: 0px;
                right: 0px;
                height: 1px;
                /*background: #efefef;*/
                content: '';
                bottom: 20px;
            }

        .container {
            display: inline-block;
        }
    }

    #header.header-v2 .container {
        position: relative;
    }

        #header.header-v2 .container .logo {
            position: absolute;
            left: 0;
            top: 0px;
            margin: 0px;
        }



    #header.header-v2 .header-top {
        background: #0e0e0e;
        border-bottom: none;
    }



        #header.header-v2 .header-top .social a {
            border-color: #1b1b1b;
        }

            #header.header-v2 .header-top .social a:hover i {
                color: #ececec;
            }

            #header.header-v2 .header-top .social a i {
                line-height: 50px;
                color: #fff;
            }

    @media (max-width: 767px) {
        #header.header-v2 .header-top .social a {
            border-left: 1px solid #efefef;
        }

            #header.header-v2 .header-top .social a:last-child {
                border-right: 1px solid #efefef;
            }
    }

    #header.header-v2 .mega-menu li a {
        color: #fff;
    }



    #header.header-v2 .mega-menu li .sub-menu a, #header.header-v2 .mega-menu li .bottom-submenu a {
        color: #333;
    }

    #header.header-v2 .mega-menu .menu-level-1 li a {
        color: #333;
    }

    /** 6.2.4. Header version 3 **/
    #header #topbar.topbar-v3 {
        text-align: center;
        padding: 30px 0px;
    }

        #header #topbar.topbar-v3 .logo {
            margin: 0 auto;
            display: inline-block;
            width: auto;
        }

        #header #topbar.topbar-v3 .dropdown:first-child {
            border: none;
        }

        #header #topbar.topbar-v3 .cart {
            display: inline-block;
        }

            #header #topbar.topbar-v3 .cart .cart-count {
                top: 5px;
                right: -15px;
            }

    #header {
        position: relative;
        float: left;
        width: 100%;
    }

        #header.header-v1 {
            float: initial;
        }

            #header.header-v1:after {
                position: absolute;
                content: '';
                left: 0px;
                height: 30px;
                background: url(../images/box-shadow-header.png) repeat-x;
                z-index: 999;
                width: 100%;
            }

    @media (max-width: 767px) {
        #header.header-v1:after {
            height: 0px;
        }
    }

    #header.header-v3 #topbar {
        width: 100%;
        float: left;
        border-bottom: 1px solid #cdcdcd;
    }

        #header.header-v3 #topbar .social a {
            border-left: 1px solid #cdcdcd;
        }

            #header.header-v3 #topbar .social a:last-child {
                border-right: 1px solid #cdcdcd;
            }

            #header.header-v3 #topbar .social a i {
                line-height: 50px;
                width: 24px;
                text-align: center;
            }

        #header.header-v3 #topbar .float-left {
            margin-top: 15px;
        }

            #header.header-v3 #topbar .float-left h3, #header.header-v3 #topbar .float-left p {
                display: inline-block;
            }

            #header.header-v3 #topbar .float-left h3 {
                font: 700 14px/20px "Open Sans";
                text-transform: uppercase;
                color: #000;
                padding-left: 20px;
                position: relative;
            }

                #header.header-v3 #topbar .float-left h3:after {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    width: 3px;
                    height: 20px;
                    background: #db2e1c;
                    content: "";
                }

            #header.header-v3 #topbar .float-left p {
                color: #999;
                font: 400 13px/20px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
                margin-left: 10px;
            }

    #header.header-v3 .header-top {
        border: none;
        float: left;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 0px;
    }

        #header.header-v3 .header-top .banner {
            float: right;
            margin-top: 0px;
            margin-bottom: 20px;
        }



    @media (max-width: 767px) {
        #header.header-v3 .header-top {
            padding-bottom: 0px;
            padding-top: 0px;
        }

            #header.header-v3 .header-top .banner {
                display: none;
            }
    }

    #header.header-v3 .mega-menu {
        width: 100%;
        background: #2a2a2a;
        float: left;
    }



        #header.header-v3 .mega-menu ul.navbar-nav li.level1 {
            padding-top: 15px;
            padding-bottom: 15px;
        }


        #header.header-v3 .mega-menu ul.navbar-nav li .sub-menu a, #header.header-v3 .mega-menu ul.navbar-nav li .bottom-submenu a {
            color: #333;
        }

        #header.header-v3 .mega-menu ul.navbar-nav .menu-level-1 li a {
            color: #333;
        }

    #header.header-v3.header-v4 {
        position: relative;
    }

        #header.header-v3.header-v4 #topbar {
            background: #212121;
        }

            #header.header-v3.header-v4 #topbar .float-left h3 {
                color: #fff;
            }

            #header.header-v3.header-v4 #topbar .social a {
                border-color: #303030;
            }

                #header.header-v3.header-v4 #topbar .social a:hover i {
                    color: #db2e1c;
                }

                #header.header-v3.header-v4 #topbar .social a i {
                    color: #eaeaea;
                }

        #header.header-v3.header-v4 .mega-menu {
            background: #fff;
        }

            #header.header-v3.header-v4 .mega-menu ul.navbar-nav li a {
                color: #333;
            }

        #header.header-v3.header-v4 .header-top {
            padding: 0px;
        }

            #header.header-v3.header-v4 .header-top .box.float-left {
                padding: 15px 0px 0px;
                border-bottom: 1px solid #efefef;
            }

    @media (max-width: 767px) {
        #header.header-v3.header-v4 .header-top .box.float-left {
            padding: 0px;
        }
    }

    #header.header-v3.header-v4:after {
        position: absolute;
        content: '';
        left: 0px;
        height: 30px;
        background: url(../images/box-shadow-header.png) repeat-x;
        z-index: 9999;
        width: 100%;
    }

    /** 6.2.6. Header version 5 **/
    .map-icon-label {
        width: 44px;
        height: 48px;
    }

    .map-icon {
        width: 100%;
        height: 100%;
        display: inline-block;
        text-align: center;
        line-height: 38px;
        color: #fff;
    }

    .map-icon-point-of-interest:before {
        content: "Uno";
        font-family: "Blanch";
        font-size: 30px;
    }

    .map-icon-point-of-interest.map-icon-3:before {
        content: "";
        font-family: "Simple-Line-Icons";
        font-size: 20px;
    }

    .map-icon-point-of-interest.map-icon-6:before {
        content: "";
        font-family: "Simple-Line-Icons";
        font-size: 20px;
        color: #000;
    }

    #back-to-top {
        position: fixed;
        bottom: 30px;
        right: 5px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 30px;
        background: #fe8989;
        color: #000;
        cursor: pointer;
        border: 0;
        border-radius: 2px;
        text-decoration: none;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        transform: translate(50px, 0px);
        z-index: 9999;
        -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.09);
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.09);
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.09);
    }

        #back-to-top i {
            color: #fff;
            display: inline-block;
            margin-top: 13px;
        }

        #back-to-top:hover {
            background: black;
        }

        #back-to-top.show {
            transform: translate(0px, 0px);
        }

    #content {
        /*height: 2000px;*/
    }

    .pushmenu-push-toleft {
        left: 364px;
    }

        .pushmenu-push-toleft .wrappage:after {
            background: rgba(29, 29, 31, 0.6);
            content: "";
            cursor: pointer;
            height: 100%;
            left: 0px;
            position: absolute;
            top: 0px;
            width: 100%;
            z-index: 9999;
        }

    .menu-home6 {
        left: -364px;
    }

        .menu-home6.pushmenu-open {
            left: 0px;
        }

    .icon-pushmenu {
        font: 700 14px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
    }

    /** 6.3. Sidebar **/
    /** 6.4. Contents **/
    /*Content*/
    aside.social a {
        float: left;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0px;
    }

    .post-item.ver2 .text h2 a:hover {
        color: #db2e1c;
    }

    .title_slider a.title {
        display: inline-block;
        width: 100%;
        padding-left: 10px;
        position: relative;
        color: #fff;
        transition: all 0.5s ease 0s;
        font-weight: 400;
        font-size: 36px;
        line-height: 46px;
        font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
    }

        .title_slider a.title:hover {
            color: #db2e1c;
        }

    .comment_slider {
        display: inline;
    }

        .comment_slider .tag a {
            display: inline;
        }

        .comment_slider .tag p {
            display: inline;
            color: #eaeaea;
            font-size: 15px;
            padding-left: 30px;
        }

            .comment_slider .tag p i {
                position: absolute;
                left: 80px;
            }

    .title_slider a.border:after {
        position: absolute;
        content: '';
        left: 0px;
        top: 7px;
        background: #db2e1c;
        width: 4px;
        height: 33px;
    }

    .comment_slider .tag a {
        padding-left: 30px;
        color: #eaeaea;
        font-size: 15px;
    }

    .widget .item a p {
        color: #ffffff;
    }

    .widget .item a i {
        color: #fff;
    }

    .widget .item a:hover p, .widget .item a:hover i {
        color: #000;
    }

    .title-v1 {
        z-index: 999;
    }

    .margin_60 {
        margin-top: 60px;
    }

    @media (max-width: 480px) {
        .headericon-bar {
            width: 100%;
            margin: 0 auto;
            padding-top: 12px;
        }

            .headericon-bar a {
                text-align: center;
                padding: 0px 10px;
                line-height: 22px;
            }

                .headericon-bar a img {
                    width: 20px;
                }

        .margin_60 {
            margin-top: 10px;
        }

        .tab-product-all ul.tabs.tabs-title li {
            padding-right: 15px;
        }
    }

    @media only screen and (max-width: 769px) {
        .title_slider .title {
            display: none;
        }

        .comment_slider {
            display: none;
        }
    }

    @media (max-width: 480px) {


        .post-item.ver3 {
            margin-bottom: 50px;
        }

        .title-v1 .orther-link {
            margin-top: 20px;
            margin-bottom: 10px;
            float: left;
            text-align: left;
            width: 100%;
            display: block;
            /*white-space: nowrap;*/
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
        }

        .row .title-v1 .orther-link li a {
            font-size: 14px;
            margin-right: 8px;
        }

        .footer-bottom {
            text-align: center;
        }

            .footer-bottom .float-left {
                float: inherit;
            }

            .footer-bottom .align-right, .footer-bottom .float-right {
                float: inherit;
                text-align: center;
            }

                .footer-bottom .align-right ul, .footer-bottom .float-right ul {
                    width: 100%;
                    text-align: center;
                    margin-left: 0px !important;
                    margin-top: 12px;
                }

        .home2-head {
            padding-bottom: 30px;
        }
    }

    @media (max-width: 384px) {

        .notification.icon .notification-number {
            right: -12px !important;
            top: -20px !important;
            -webkit-animation: none !important;
        }

        .headericon-bar {
            width: 100%;
            margin: 0 auto;
            padding-top: 12px;
        }

            .headericon-bar a {
                text-align: center;
                padding: 0px 10px;
                line-height: 22px;
            }

                .headericon-bar a img {
                    width: 20px;
                }
    }

    @media (max-width: 380px) {
        .headericon-bar {
            width: 100%;
            margin: 0 auto;
            padding-top: 12px;
        }

            .headericon-bar a {
                text-align: center;
                padding: 0px 10px;
                line-height: 22px;
            }

                .headericon-bar a img {
                    width: 20px;
                }

        .row .title-v1 .orther-link li a {
            margin-right: 14px;
        }
    }

    @media only screen and (max-width: 320px) {
        .socialicon_header {
            position: absolute;
            margin-top: -20%;
            right: 0;
            display: contents;
        }
    }

    @media only screen and (max-width: 280px) {
        .headericon-bar {
            width: 280px;
            margin: 0 auto;
            padding-top: 12px;
        }

            .headericon-bar a {
                float: left;
                padding: 0rem .5rem;
            }

        .logo_footer_middle {
            height: auto !important;
            width: 100%;
            min-width: 200px;
        }
        /*.socialicon_header {
        right: 0;
        display: block;
        bottom: 38px;
    }
.socialicon_header .dropdown-menu {
            left: -125px;
        }*/
    }



    .mega-menu ul.navbar-nav li a.read-more {
        padding-left: 0px;
    }

    #header.header-v2 .container .logo {
        z-index: 9999;
        max-width: 150px;
        margin-top: 6px;
    }

        #header.header-v2 .container .logo a img {
            max-height: 50px;
            width: 100%;
        }

    .post-item.ver1 .description {
        font: 400 14px/20px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #fff;
        text-shadow: 2px 1px 1px #000;
        margin-bottom: 8px;
    }

    @media (max-width: 800px) {
        .banner.box .align-right img {
            margin-bottom: 30px;
        }

        .socialicon_header {
            margin-top: -5%;
        }

        .post-item.ver3 {
            margin-bottom: 40px;
        }

        .mega-menu ul.navbar-nav .sub-menu .bottom-submenu {
            margin-bottom: 30px;
        }
    }

    .home2-head .text h2 a {
        font: 600 20px/22px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        line-height: 28px;
        color: #000;
        line-height: 1.2;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .home2-head .text h2 a:hover {
            color: #db2e1c;
            text-decoration: none;
        }

    .home2-head .text1 h2 a {
        font: 600 16px/22px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        line-height: 28px;
        color: #000;
        line-height: 1.2;
        word-break: break-word;
    }

    .home2-head {
        /* padding-bottom: 70px;*/
    }

        .home2-head .post-item {
            margin-bottom: 6px;
            height: 266px;
        }


    .slider-one-item {
        padding-bottom: 65px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 50px;
    }

        .slider-one-item .owl-dots {
            left: 50%;
            position: absolute;
            display: inline;
            margin-left: -25px;
            margin-top: 15px;
        }

            .slider-one-item .owl-dots .owl-dot {
                height: 12px;
                width: 12px;
                border: 1px solid #e5e5e5;
                background: #e5e5e5;
                border-radius: 50%;
                display: inline-block;
                margin-right: 10px;
            }

                .slider-one-item .owl-dots .owl-dot.active, .slider-one-item .owl-dots .ordering span.owl-dot:hover, .ordering .slider-one-item .owl-dots span.owl-dot:hover {
                    background: #000;
                    border: 1px solid #000;
                }

    .header-v3 {
        z-index: 9999;
    }

    .home4_sileshow {
        margin-bottom: 0px;
    }

        .home4_sileshow .slider-one-item .owl-dots {
            display: none;
        }

        .home4_sileshow .slider-one-item {
            border-bottom: none;
        }

    .view_more_photo {
        color: #fff;
        position: relative;
        font: 400 12px/14px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

        .view_more_photo:after {
            content: "\f101";
            font-family: "FontAwesome";
            font-size: 10px;
            position: absolute;
            right: -16px;
            bottom: -2px;
        }

    .box-user .avatar img {
        width: 100%;
    }

    .tag .lable {
        background: #00A8FF;
    }

    .banner.box img {
        width: 100%;
    }


    .max-width-700 {
        max-width: inherit;
    }

    .owl-carousel.nav-ver2 .owl-controls .owl-nav .owl-prev:hover, .owl-carousel.nav-ver2 .owl-controls .owl-nav .owl-next:hover {
        background: #000;
    }

    @media (max-width: 480px) {
        #header .search {
            display: none;
        }

        .wrappage #header {
            padding-bottom: 0px;
        }

        .wrappage .home2-head .col-sm-4 {
            margin-bottom: 12px;
        }

        .home3-banner .post-item {
            margin-bottom: 15px;
        }

        .home3-banner {
            padding: 15px 0 0 0;
        }
    }

    /** 6.5. Footers **/
    #footer {
        float: left;
        width: 100%;
    }

        #footer.footer-v1 {
            background: #839ca0;
            /*background: #6a8084 url(../../images/gradient-squares.png) repeat;*/
            padding-top: 0px;
            padding-bottom: 0px;
        }

            #footer.footer-v1 h3.widget-title {
                display: block;
                margin-bottom: 20px;
            }

        #footer p {
            font: 400 14px/24px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #fff;
            display: block;
        }

        #footer.footer-v2 {
            background: #212121;
        }

            #footer.footer-v2 .footer-top {
                padding: 50px 0 10px;
            }

            #footer.footer-v2 .footer-bottom {
                background: #212121;
                padding: 0px 0px;
            }

                #footer.footer-v2 .footer-bottom .border-top2, #footer.footer-v2 .footer-bottom .border-top1 {
                    float: left;
                    width: 100%;
                }

                #footer.footer-v2 .footer-bottom .border-top1 {
                    border-top: 1px solid #363636;
                    padding-top: 3px;
                }

                #footer.footer-v2 .footer-bottom .border-top2 {
                    border-top: 1px solid #363636;
                    padding: 20px 0px;
                }

    .footerspacelogo {
        text-align: left;
        padding-top: 58px;
        vertical-align: middle;
    }

    @media (max-width: 980px) {
        #footer.footer-v2 .footer-bottom .border-top2 {
            text-align: center;
        }

            #footer.footer-v2 .footer-bottom .border-top2 .float-left, #footer.footer-v2 .footer-bottom .border-top2 .float-right {
                float: initial;
            }

            #footer.footer-v2 .footer-bottom .border-top2 .align-right {
                text-align: center;
            }
    }

    #footer.footer-v2 .footer-bottom .logo-footer, #footer.footer-v2 .footer-bottom p {
        display: inline-block;
    }

    #footer.footer-v2 .menu-footer {
        margin-top: 10px;
    }

    #footer.footer-v3 .footer-top {
        padding-bottom: 40px;
    }

    #footer.footer-v3 .social {
        border-bottom: 1px solid #fff;
        margin-bottom: 0px;
        text-align: center;
        padding: 30px 0px;
    }

        #footer.footer-v3 .social a {
            border: none;
            float: inherit;
            margin: 0 10px;
        }

            #footer.footer-v3 .social a i {
                font-size: 30px;
            }

    #footer.footer-v3 form.form-footer {
        width: 100%;
    }

    #footer.footer-v3 .footer-top .col-md-2 {
        border-right: 1px solid #4a4a4a;
    }



    #footer.footer-v3 .widget {
        margin-bottom: 0px;
    }

        #footer.footer-v3 .widget ul {
            margin-bottom: 0px;
        }

    #footer h3.widget-title {
        color: #fff;
        text-transform: uppercase;
        font: 400 18px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        border-bottom: 1px solid #4d4d4d;
        padding-bottom: 20px;
    }

        #footer h3.widget-title:after {
            width: 0px;
        }

    #footer .widget ul li {
        border: none;
    }

        #footer .widget ul li a:before {
            content: "";
            font-size: 0px;
            margin: 0px;
        }

    #footer .footer-top {
        padding: 30px 0px;
        display: inline-block;
        width: 100%;
    }

    #footer .item-private .text p {
        font: 400 12px/15px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #9a9a9a;
    }

    #footer .widget.categories li {
        height: 36px;
        border-bottom: 1px solid #323232;
        padding: 0px;
    }

        #footer .widget.categories li:last-child {
            border-bottom: none;
        }

        #footer .widget.categories li a {
            font: 700 13px/30px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #d1d1d1;
            text-transform: uppercase;
            padding-left: 20px;
            position: relative;
            display: inline-block;
        }

            #footer .widget.categories li a:after {
                position: absolute;
                left: 7px;
                top: 15px;
                width: 5px;
                height: 5px;
                background: #db2e1c;
                content: "";
            }

            #footer .widget.categories li a:hover {
                color: #db2e1c;
            }

        #footer .widget.categories li .count {
            font: 400 13px/30px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #9a9a9a;
            top: 0px;
        }

    #footer .widget.newsletter-footer h3.widget-title {
        border: none;
        font-size: 16px;
        padding-bottom: 0px;
    }

    #footer .widget.newsletter-footer p {
        font: 400 14px/22px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        margin-bottom: 30px;
        color: #9a9a9a;
    }

    #footer .widget.flick-photo li {
        display: inline-block;
        width: 33.33%;
        float: left;
        padding: 0px;
        padding-bottom: 6px;
    }

        #footer .widget.flick-photo li:nth-child(3n+1) {
            padding-right: 4px;
        }

        #footer .widget.flick-photo li:nth-child(3n+2) {
            padding: 0 2px;
        }

        #footer .widget.flick-photo li:nth-child(3n) {
            padding-left: 4px;
        }

        #footer .widget.flick-photo li img {
            width: 100%;
        }

    #footer .widget.recent-posts img {
        max-width: 100px;
    }

    #footer .widget.menu-footer-v2 h3.widget-title {
        margin-bottom: 5px;
        color: #fff;
        font: 400 16px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        border: none;
        letter-spacing: inherit;
    }

    #footer .widget.menu-footer-v2 li {
        padding: 0px;
        line-height: 20px;
    }

        #footer .widget.menu-footer-v2 li a {
            font: 400 14px/20px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #9a9a9a;
            text-transform: capitalize;
            letter-spacing: inherit;
        }

            #footer .widget.menu-footer-v2 li a:hover {
                color: #db2e1c;
            }

    #footer .footer-info {
        margin-bottom: 20px;
    }

        #footer .footer-info h3.widget-title {
            border: none;
            font: 700 12px/15px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            padding-bottom: 0px;
            margin-bottom: 10px;
        }

        #footer .footer-info ul {
            margin-bottom: 0px;
        }

        #footer .footer-info li {
            color: #666666;
            line-height: 50px;
            font: 400 14px/20px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            padding: 2px 0px;
        }

            #footer .footer-info li i {
                color: #fff;
                margin-right: 5px;
            }

            #footer .footer-info li a {
                color: #666666;
                text-transform: inherit;
                letter-spacing: 0px;
                font: 400 14px/20px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            }

                #footer .footer-info li a:hover {
                    color: #db2e1c;
                }

    #footer .menu-footer {
        display: inline-block;
    }

        #footer .menu-footer li {
            display: inline-block;
        }

            #footer .menu-footer li a {
                text-transform: uppercase;
                margin: 0px 30px;
                position: relative;
                padding-bottom: 3px;
                font: 700 14px/20px "Roboto Condensed";
                color: #2b2b2b;
            }

                #footer .menu-footer li a:hover {
                    color: #db2e1c;
                }

    #footer .logo-footer {
        display: inline-block;
    }

    #footer .social {
        margin-bottom: 30px;
    }

        #footer .social li {
            display: inline-block;
        }

        #footer .social a {
            margin: 0px;
            width: 40px;
            height: 40px;
            text-align: center;
            border: 1px solid #a8b6b7;
        }

            #footer .social a i {
                font-size: 18px;
                line-height: 40px;
                color: #fff;
            }

            #footer .social a:hover i {
                color: #db2e1c;
            }

    #footer .footer-bottom {
        padding: 30px 0px;
        width: 100%;
        background: #49757d;
    }

        #footer .footer-bottom .menu-footer li a {
            text-transform: capitalize;
            font: 400 14px/20px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #d0d0d0;
            margin: 0px;
            margin-left: 35px;
            position: relative;
        }

            #footer .footer-bottom .menu-footer li a:hover {
                color: #db2e1c;
            }

            #footer .footer-bottom .menu-footer li a:after {
                position: absolute;
                content: "";
                height: 5px;
                width: 5px;
                border-radius: 50%;
                background: #616161;
                left: -21px;
                top: 7px;
            }

        #footer .footer-bottom .menu-footer li:first-child a:after {
            width: 0px;
        }

        #footer .footer-bottom p {
            font-weight: 300;
            color: #f8f8f8;
            font-size: 12px;
            line-height: 20px;
        }

            #footer .footer-bottom p a {
                color: #f8f8f8;
                text-decoration: underline;
            }

    .newsletter-bottom {
        background: #212121;
    }

        .newsletter-bottom .border {
            border-bottom: 1px solid #9a9a9a;
            width: 100%;
            float: left;
            padding: 25px 0px;
        }

        .newsletter-bottom h3 {
            display: inline-block;
            font: 400 16px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-right: 10px;
        }

        .newsletter-bottom .social {
            display: inline-block;
        }

            .newsletter-bottom .social a {
                width: 40px;
                height: 40px;
                text-align: center;
                border: 1px solid #9a9a9a;
            }

                .newsletter-bottom .social a i {
                    line-height: 40px;
                    color: #a9a9a9;
                    font-size: 18px;
                }

                .newsletter-bottom .social a:hover i {
                    color: #db2e1c;
                }

    form.form-footer {
        position: relative;
        width: 420px;
        display: inline-block;
    }

        form.form-footer input {
            font: 400 14px/50px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #9a9a9a;
            padding: 0px 50px 0px 15px;
            border: 1px solid #9a9a9a;
            width: 100%;
            background: transparent;
        }

        form.form-footer button {
            position: absolute;
            right: 0px;
            top: 0px;
            padding-right: 15px;
            outline: none;
            background: none;
            border: none;
        }

            form.form-footer button:hover {
                background: none;
            }

                form.form-footer button:hover i {
                    color: #db2e1c;
                    background: none;
                }

            form.form-footer button i {
                font-size: 24px;
                color: #9a9a9a;
                line-height: 50px;
            }

    /** 6.6. Home pages **/
    /** 6.6.1 Home page 2 **/
    .mega-menu.color-home2 ul.navbar-nav li.active a, .mega-menu.color-home2 ul.navbar-nav li a:hover, .mega-menu.color-home2 ul.navbar-nav ul.menu-level-1 li a:hover {
        color: #808f66;
    }

    .mega-menu.color-home2 ul.navbar-nav .sub-menu .top-sub-menu .item .image {
        background: #808f66;
    }

    .color-home2 .tp-bullets.simplebullets.round .bullet {
        border: 2px solid #808f66;
    }

    .color-home2 .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .color-home2 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
        box-shadow: 0 0 0 30px #808f66 inset;
    }

    .mega-menu.color-home2 ul.navbar-nav .sub-menu .top-sub-menu {
        border-bottom: 1px solid #808f66;
    }

    .mega-menu.color-home2 ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2::after {
        background: #808f66;
    }

    .mega-menu.color-home2 ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a:hover {
        color: #808f66;
    }

    .mega-menu.color-home2 ul.navbar-nav .sub-menu .bottom-sub-menu {
        border-top: 1px solid #808f66;
    }

    .color-home2.tp-banner-container .tp-rightarrow:hover, .color-home2.tp-banner-container .tp-leftarrow:hover {
        box-shadow: 0 0 0 30px #808f66 inset;
    }

    #footer.color-home2 h3::after {
        background: #808f66;
    }

    #footer.color-home2 .footer-top .col-md-6 a {
        border: 2px solid #808f66;
        color: #808f66;
    }

    #footer.color-home2 .footer-top ul li a:hover, #footer.color-home2 .footer-bottom .col-md-6 span {
        color: #808f66;
    }

    #footer.color-home2 .footer-top .col-md-6 a:hover {
        background: #808f66;
        color: #fff;
    }

    #footer.color-home2 .footer-top-bottom a.color {
        color: #808f66;
    }

    .button1.color-home2 {
        background: #808f66;
        border: 2px solid #808f66;
    }

        .button1.color-home2:hover {
            background: transparent;
            color: #808f66;
        }

    .color-home2 .tp-bullets.simplebullets.round .bullet {
        border: 2px solid #808f66;
    }

        .color-home2 .tp-bullets.simplebullets.round .bullet.selected, .color-home2 .tp-bullets.simplebullets.round .bullet:hover {
            background: #808f66;
            border: 2px solid #808f66;
        }

    .blog-post-container.color-home2 .blog-post-item h3 a:hover {
        color: #808f66;
    }

    .blog-post-container.color-home2 .blog-post-item .blog-post-image .action .icons {
        box-shadow: 0 0 0 30px #808f66 inset;
    }

        .blog-post-container.color-home2 .blog-post-item .blog-post-image .action .icons:hover {
            box-shadow: 0 0 0 2px #808f66 inset;
            color: #808f66 !important;
        }

    .blog-post-container.color-home2 .blog-post-item .blog-post-image .action .icons {
        background: #808f66;
    }

    #header.color-home2 .cart .cart-count {
        background-color: #808f66;
    }

    .policy.color-home2 ul li a:hover i {
        background: #808f66;
    }

    #topbar.color-home2 .social a:hover i, #topbar.color-home2 .social a.active i {
        color: #808f66;
    }

    #topbar.color-home2 .topbar-right a:hover, #topbar.color-home2 .topbar-right a.active, #topbar.color-home2 .dropdown .btn:hover {
        color: #808f66 !important;
    }

    .mega-menu.color-home3 ul.navbar-nav li.active a, .mega-menu.color-home3 ul.navbar-nav li a:hover, .mega-menu.color-home3 ul.navbar-nav ul.menu-level-1 li a:hover {
        color: #6dc5ee;
    }

    .mega-menu.color-home3 ul.navbar-nav .sub-menu .top-sub-menu .item .image {
        background: #6dc5ee;
    }

    .color-home3 .tp-bullets.simplebullets.round .bullet {
        border: 2px solid #6dc5ee;
    }

    .color-home3 .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .color-home3 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
        box-shadow: 0 0 0 30px #6dc5ee inset;
    }

    .mega-menu.color-home3 ul.navbar-nav .sub-menu .top-sub-menu {
        border-bottom: 1px solid #6dc5ee;
    }

    .mega-menu.color-home3 ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2::after {
        background: #6dc5ee;
    }

    .mega-menu.color-home3 ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a:hover {
        color: #6dc5ee;
    }

    .mega-menu.color-home3 ul.navbar-nav .sub-menu .bottom-sub-menu {
        border-top: 1px solid #6dc5ee;
    }

    .color-home3.tp-banner-container .tp-rightarrow:hover, .color-home3.tp-banner-container .tp-leftarrow:hover {
        box-shadow: 0 0 0 30px #6dc5ee inset;
    }

    #footer.color-home3 h3::after {
        background: #6dc5ee;
    }

    #footer.color-home3 .footer-top .col-md-6 a {
        border: 2px solid #6dc5ee;
        color: #6dc5ee;
    }

    #footer.color-home3 .footer-top ul li a:hover, #footer.color-home3 .footer-bottom .col-md-6 span {
        color: #6dc5ee;
    }

    #footer.color-home3 .footer-top .col-md-6 a:hover {
        background: #6dc5ee;
        color: #fff;
    }

    #footer.color-home3 .footer-top-bottom a.color {
        color: #6dc5ee;
    }

    .button1.color-home3 {
        background: #6dc5ee;
        border: 2px solid #6dc5ee;
    }

        .button1.color-home3:hover {
            background: transparent;
            color: #6dc5ee;
        }

    .color-home3 .tp-bullets.simplebullets.round .bullet {
        border: 2px solid #6dc5ee;
    }

        .color-home3 .tp-bullets.simplebullets.round .bullet.selected, .color-home3 .tp-bullets.simplebullets.round .bullet:hover {
            background: #6dc5ee;
            border: 2px solid #6dc5ee;
        }

    .blog-post-container.color-home3 .blog-post-item h3 a:hover {
        color: #6dc5ee;
    }

    .blog-post-container.color-home3 .blog-post-item .blog-post-image .action .icons {
        box-shadow: 0 0 0 30px #6dc5ee inset;
    }

        .blog-post-container.color-home3 .blog-post-item .blog-post-image .action .icons:hover {
            box-shadow: 0 0 0 2px #6dc5ee inset;
            color: #6dc5ee !important;
        }

    .blog-post-container.color-home3 .blog-post-item .blog-post-image .action .icons {
        background: #6dc5ee;
    }

    #header.color-home3 .cart .cart-count {
        background-color: #6dc5ee;
    }

    .policy.color-home3 ul li a:hover i {
        background: #6dc5ee;
    }

    #topbar.color-home3 .social a:hover i, #topbar.color-home3 .social a.active i {
        color: #6dc5ee;
    }

    #topbar.color-home3 .topbar-right a:hover, #topbar.color-home3 .topbar-right a.active, #topbar.color-home3 .dropdown .btn:hover {
        color: #6dc5ee !important;
    }

    .mega-menu.color-home4 ul.navbar-nav li.active a, .mega-menu.color-home4 ul.navbar-nav li a:hover, .mega-menu.color-home4 ul.navbar-nav ul.menu-level-1 li a:hover {
        color: #12a170;
    }

    .mega-menu.color-home4 ul.navbar-nav .sub-menu .top-sub-menu .item .image {
        background: #12a170;
    }

    .color-home4 .tp-bullets.simplebullets.round .bullet {
        border: 2px solid #12a170;
    }

    .color-home4 .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .color-home4 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
        box-shadow: 0 0 0 30px #12a170 inset;
    }

    .mega-menu.color-home4 ul.navbar-nav .sub-menu .top-sub-menu {
        border-bottom: 1px solid #12a170;
    }

    .mega-menu.color-home4 ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2::after {
        background: #12a170;
    }

    .mega-menu.color-home4 ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a:hover {
        color: #12a170;
    }

    .mega-menu.color-home4 ul.navbar-nav .sub-menu .bottom-sub-menu {
        border-top: 1px solid #12a170;
    }

    .color-home4.tp-banner-container .tp-rightarrow:hover, .color-home4.tp-banner-container .tp-leftarrow:hover {
        box-shadow: 0 0 0 30px #12a170 inset;
    }

    #footer.color-home4 h3::after {
        background: #12a170;
    }

    #footer.color-home4 .footer-top .col-md-6 a {
        border: 2px solid #12a170;
        color: #12a170;
    }

    #footer.color-home4 .footer-top ul li a:hover, #footer.color-home4 .footer-bottom .col-md-6 span {
        color: #12a170;
    }

    #footer.color-home4 .footer-top .col-md-6 a:hover {
        background: #12a170;
        color: #fff;
    }

    #footer.color-home4 .footer-top-bottom a.color {
        color: #12a170;
    }

    .button1.color-home4 {
        background: #12a170;
        border: 2px solid #12a170;
    }

        .button1.color-home4:hover {
            background: transparent;
            color: #12a170;
        }

    .color-home4 .tp-bullets.simplebullets.round .bullet {
        border: 2px solid #12a170;
    }

        .color-home4 .tp-bullets.simplebullets.round .bullet.selected, .color-home4 .tp-bullets.simplebullets.round .bullet:hover {
            background: #12a170;
            border: 2px solid #12a170;
        }

    .blog-post-container.color-home4 .blog-post-item h3 a:hover {
        color: #12a170;
    }

    .blog-post-container.color-home4 .blog-post-item .blog-post-image .action .icons {
        box-shadow: 0 0 0 30px #12a170 inset;
    }

        .blog-post-container.color-home4 .blog-post-item .blog-post-image .action .icons:hover {
            box-shadow: 0 0 0 2px #12a170 inset;
            color: #12a170 !important;
        }

    .blog-post-container.color-home4 .blog-post-item .blog-post-image .action .icons {
        background: #12a170;
    }

    #header.color-home4 .cart .cart-count {
        background-color: #12a170;
    }

    .policy.color-home4 ul li a:hover i {
        background: #12a170;
    }

    #topbar.color-home4 .social a:hover i, #topbar.color-home4 .social a.active i {
        color: #12a170;
    }

    #topbar.color-home4 .topbar-right a:hover, #topbar.color-home4 .topbar-right a.active, #topbar.color-home4 .dropdown .btn:hover {
        color: #12a170 !important;
    }

    .mega-menu.color-home6 ul.navbar-nav li.active a, .mega-menu.color-home6 ul.navbar-nav li a:hover, .mega-menu.color-home6 ul.navbar-nav ul.menu-level-1 li a:hover {
        color: #c03838;
    }

    .mega-menu.color-home6 ul.navbar-nav .sub-menu .top-sub-menu .item .image {
        background: #c03838;
    }

    .color-home6 .tp-bullets.simplebullets.round .bullet {
        border: 2px solid #c03838;
    }

    .color-home6 .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .color-home6 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
        box-shadow: 0 0 0 30px #c03838 inset;
    }

    .mega-menu.color-home6 ul.navbar-nav .sub-menu .top-sub-menu {
        border-bottom: 1px solid #c03838;
    }

    .mega-menu.color-home6 ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2::after {
        background: #c03838;
    }

    .mega-menu.color-home6 ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a:hover {
        color: #c03838;
    }

    .mega-menu.color-home6 ul.navbar-nav .sub-menu .bottom-sub-menu {
        border-top: 1px solid #c03838;
    }

    .color-home6.tp-banner-container .tp-rightarrow:hover, .color-home6.tp-banner-container .tp-leftarrow:hover {
        box-shadow: 0 0 0 30px #c03838 inset;
    }

    #footer.color-home6 h3::after {
        background: #c03838;
    }

    #footer.color-home6 .footer-top .col-md-6 a {
        border: 2px solid #c03838;
        color: #c03838;
    }

    #footer.color-home6 .footer-top ul li a:hover, #footer.color-home6 .footer-bottom .col-md-6 span {
        color: #c03838;
    }

    #footer.color-home6 .footer-top .col-md-6 a:hover {
        background: #c03838;
        color: #fff;
    }

    #footer.color-home6 .footer-top-bottom a.color {
        color: #c03838;
    }

    .button1.color-home6 {
        background: #c03838;
        border: 2px solid #c03838;
    }

        .button1.color-home6:hover {
            background: transparent;
            color: #c03838;
        }

    .color-home6 .tp-bullets.simplebullets.round .bullet {
        border: 2px solid #c03838;
    }

        .color-home6 .tp-bullets.simplebullets.round .bullet.selected, .color-home6 .tp-bullets.simplebullets.round .bullet:hover {
            background: #c03838;
            border: 2px solid #c03838;
        }

    .blog-post-container.color-home6 .blog-post-item h3 a:hover {
        color: #c03838;
    }

    .blog-post-container.color-home6 .blog-post-item .blog-post-image .action .icons {
        box-shadow: 0 0 0 30px #c03838 inset;
    }

        .blog-post-container.color-home6 .blog-post-item .blog-post-image .action .icons:hover {
            box-shadow: 0 0 0 2px #c03838 inset;
            color: #c03838 !important;
        }

    .blog-post-container.color-home6 .blog-post-item .blog-post-image .action .icons {
        background: #c03838;
    }

    #header.color-home6 .cart .cart-count {
        background-color: #c03838;
    }

    .policy.color-home6 ul li a:hover i {
        background: #c03838;
    }

    #topbar.color-home6 .social a:hover i, #topbar.color-home6 .social a.active i {
        color: #c03838;
    }

    #topbar.color-home6 .topbar-right a:hover, #topbar.color-home6 .topbar-right a.active, #topbar.color-home6 .dropdown .btn:hover {
        color: #c03838 !important;
    }

    .mega-menu.color-home7 ul.navbar-nav li.active a, .mega-menu.color-home7 ul.navbar-nav li a:hover, .mega-menu.color-home7 ul.navbar-nav ul.menu-level-1 li a:hover {
        color: #fe8989;
    }

    .mega-menu.color-home7 ul.navbar-nav .sub-menu .top-sub-menu .item .image {
        background: #fe8989;
    }

    .color-home7 .tp-bullets.simplebullets.round .bullet {
        border: 2px solid #fe8989;
    }

    .color-home7 .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .color-home7 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
        box-shadow: 0 0 0 30px #fe8989 inset;
    }

    .mega-menu.color-home7 ul.navbar-nav .sub-menu .top-sub-menu {
        border-bottom: 1px solid #fe8989;
    }

    .mega-menu.color-home7 ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2::after {
        background: #fe8989;
    }

    .mega-menu.color-home7 ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a:hover {
        color: #fe8989;
    }

    .mega-menu.color-home7 ul.navbar-nav .sub-menu .bottom-sub-menu {
        border-top: 1px solid #fe8989;
    }

    .color-home7.tp-banner-container .tp-rightarrow:hover, .color-home7.tp-banner-container .tp-leftarrow:hover {
        box-shadow: 0 0 0 30px #fe8989 inset;
    }

    #footer.color-home7 h3::after {
        background: #fe8989;
    }

    #footer.color-home7 .footer-top .col-md-6 a {
        border: 2px solid #fe8989;
        color: #fe8989;
    }

    #footer.color-home7 .footer-top ul li a:hover, #footer.color-home7 .footer-bottom .col-md-6 span {
        color: #fe8989;
    }

    #footer.color-home7 .footer-top .col-md-6 a:hover {
        background: #fe8989;
        color: #fff;
    }

    #footer.color-home7 .footer-top-bottom a.color {
        color: #fe8989;
    }

    .button1.color-home7 {
        background: #fe8989;
        border: 2px solid #fe8989;
    }

        .button1.color-home7:hover {
            background: transparent;
            color: #fe8989;
        }

    .color-home7 .tp-bullets.simplebullets.round .bullet {
        border: 2px solid #fe8989;
    }

        .color-home7 .tp-bullets.simplebullets.round .bullet.selected, .color-home7 .tp-bullets.simplebullets.round .bullet:hover {
            background: #fe8989;
            border: 2px solid #fe8989;
        }

    .blog-post-container.color-home7 .blog-post-item h3 a:hover {
        color: #fe8989;
    }

    .blog-post-container.color-home7 .blog-post-item .blog-post-image .action .icons {
        box-shadow: 0 0 0 30px #fe8989 inset;
    }

        .blog-post-container.color-home7 .blog-post-item .blog-post-image .action .icons:hover {
            box-shadow: 0 0 0 2px #fe8989 inset;
            color: #fe8989 !important;
        }

    .blog-post-container.color-home7 .blog-post-item .blog-post-image .action .icons {
        background: #fe8989;
    }

    #header.color-home7 .cart .cart-count {
        background-color: #fe8989;
    }

    .policy.color-home7 ul li a:hover i {
        background: #fe8989;
    }

    #topbar.color-home7 .social a:hover i, #topbar.color-home7 .social a.active i {
        color: #fe8989;
    }

    #topbar.color-home7 .topbar-right a:hover, #topbar.color-home7 .topbar-right a.active, #topbar.color-home7 .dropdown .btn:hover {
        color: #fe8989 !important;
    }

    .float-left {
        float: left;
    }

    .rtl .float-left {
        float: right;
    }

    .float-right {
        float: right;
    }

    .rtl .float-right {
        float: left;
    }

    .align-right {
        text-align: right;
    }

    .rtl .align-right {
        text-align: left;
    }

    .align-left {
        text-align: left;
    }

    .rtl .align-left {
        text-align: right;
    }

    .rtl-transform0 {
        transform: rotateY(0deg);
    }

    .rtl .rtl-transform0 {
        transform: rotateY(180deg);
    }

    .rtl-transform180 {
        transform: rotateY(180deg);
    }

    .rtl .rtl-transform180 {
        transform: rotateY(0deg);
    }

    .wrap-hermes-collection.padding-5 {
        padding: 0 5px;
    }

    .btn.btn-default.button_search:hover, .btn.btn-default.button_search:focus {
        color: #333;
    }

    .container.container-ver2 {
        width: 1170px;
        padding: 0 15px;
    }

    body.bg {
        background: #040f21 url(../images/bg-wrappage.jpg) no-repeat;
        background-size: 100% auto;
    }

        body.bg .wrappage {
            margin: auto;
            background: #fff;
        }



    .bottom-home1.bottom-home1-home4 {
        display: inline-block;
        width: 100%;
    }

        .bottom-home1.bottom-home1-home4 .col-md-4:first-child {
            padding-left: 0px;
        }

        .bottom-home1.bottom-home1-home4 .col-md-4:last-child {
            padding-right: 0px;
        }

    .nav-hidden .tp-rightarrow.default, .nav-hidden .tp-leftarrow.default {
        opacity: 0;
    }

    .ver2 .tp-leftarrow, .ver2 .tp-rightarrow {
        display: none !important;
    }

    .main-content.main-content-home2 {
        margin-top: -40px;
        position: relative;
        margin-bottom: -40px;
    }

        .main-content.main-content-home2 .container {
            background: #fff;
        }

    .content-bottom-home2 h3 {
        text-transform: uppercase;
        font-size: 22px;
        color: #gray-dark;
        border-bottom: 1px solid #e5e5e5;
        line-height: 20px;
        padding: 25px 0px;
        position: relative;
        margin-bottom: 40px;
    }

        .content-bottom-home2 h3:after {
            position: absolute;
            content: "";
            background: #808f66;
            height: 3px;
            width: 60px;
            left: 0px;
            bottom: -1px;
        }

    /** 6.6.3 Home page 3 **/
    ul.tabs.title.tabs-home3 {
        position: absolute;
        width: auto;
        top: 5px;
        right: 100px;
    }

        ul.tabs.title.tabs-home3 li {
            font-size: 15px;
            font-family: "TXGR";
            text-transform: capitalize;
            color: #aaa;
            padding: 0 10px;
        }

            ul.tabs.title.tabs-home3 li:hover, ul.tabs.title.tabs-home3 li.active {
                color: #6dc5ee;
            }

    .carousel-control {
        opacity: 100;
        height: 30px;
        width: 30px;
        top: 50%;
        margin-top: -15px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .carousel-control:hover i {
            color: #db2e1c;
        }

        .carousel-control.left {
            left: 20px;
        }

            .carousel-control.left:hover {
                left: 10px;
            }

        .carousel-control.right {
            right: 20px;
        }

            .carousel-control.right:hover {
                right: 10px;
            }

        .carousel-control i {
            font-size: 30px;
        }

    nav.megamenu-v2 {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #222;
        width: 400px;
        -webkit-transform: translate3d(-400px, 0px, 0px);
        -moz-transform: translate3d(-400px, 0px, 0px);
        -ms-transform: translate3d(-400px, 0px, 0px);
        -o-transform: translate3d(-400px, 0px, 0px);
        transform: translate3d(-400px, 0px, 0px);
        -webkit-transition: transform 0.5s ease 0s;
        -o-transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        z-index: 999;
    }

        nav.megamenu-v2.show-ef {
            -webkit-transform: translate3d(0px, 0px, 0px);
            -moz-transform: translate3d(0px, 0px, 0px);
            -ms-transform: translate3d(0px, 0px, 0px);
            -o-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
        }

        nav.megamenu-v2 .top-menu {
            padding: 20px 0px;
            border-top: 1px solid #393939;
            border-bottom: 1px solid #393939;
            display: inline-block;
            width: 100%;
        }

            nav.megamenu-v2 .top-menu .dropdown {
                display: inline-block;
                float: left;
                width: 50%;
                text-align: center;
            }

                nav.megamenu-v2 .top-menu .dropdown:nth-child(1) {
                    border-right: 1px solid #393939;
                }

                nav.megamenu-v2 .top-menu .dropdown .btn {
                    background-color: #222;
                    color: #ddd;
                    text-transform: capitalize;
                    padding: 0px;
                }

        nav.megamenu-v2 .fa-times {
            height: 21px;
            width: 21px;
            cursor: pointer;
            float: right;
            margin-right: 40px;
            margin-top: 10px;
            background: url(../images/icon-menu-mobile-active.svg) no-repeat;
        }

            nav.megamenu-v2 .fa-times::before {
                content: "";
            }

        nav.megamenu-v2 ul.main-menu {
            padding-top: 30px;
        }

            nav.megamenu-v2 ul.main-menu li {
                text-transform: uppercase;
                position: relative;
                padding: 15px 0px;
                border-bottom: 1px solid #393939;
            }

                nav.megamenu-v2 ul.main-menu li.active a {
                    color: #fff;
                }

                nav.megamenu-v2 ul.main-menu li.active ul li a {
                    color: #555555;
                }

                    nav.megamenu-v2 ul.main-menu li.active ul li a:hover {
                        color: #fff;
                    }

                nav.megamenu-v2 ul.main-menu li ul {
                    display: none;
                    padding: 20px 0 10px;
                    margin-top: 10px;
                    border-top: 1px solid #393939;
                }

                    nav.megamenu-v2 ul.main-menu li ul li {
                        padding-left: 20px;
                        list-style: inside disc none;
                        color: #555555;
                        padding: 5px 0px 5px 20px;
                        border-bottom: none;
                    }

                        nav.megamenu-v2 ul.main-menu li ul li a {
                            text-transform: capitalize;
                            font-family: "Lora";
                            font-style: italic;
                            margin-left: 0px;
                        }

                        nav.megamenu-v2 ul.main-menu li ul li i {
                            display: none;
                        }

                nav.megamenu-v2 ul.main-menu li a {
                    color: #555555;
                    margin-left: 20px;
                }

                    nav.megamenu-v2 ul.main-menu li a:hover {
                        color: #fff;
                    }

                nav.megamenu-v2 ul.main-menu li i {
                    position: absolute;
                    cursor: pointer;
                    top: 10px;
                    right: 10px;
                    color: #555555;
                    font-size: 18px;
                }

                    nav.megamenu-v2 ul.main-menu li i:before {
                        content: "\f107";
                    }

                    nav.megamenu-v2 ul.main-menu li i.active:before {
                        content: "\f106";
                    }

                nav.megamenu-v2 ul.main-menu li:last-child {
                    border: none;
                }

    .tp-banner-container {
        width: 100% !important;
        left: 0px !important;
    }

        .tp-banner-container span {
            display: inline-block;
            width: 100%;
            font-family: "Montserrat";
            font-weight: 700;
            font-size: 16px;
            color: #666;
            line-height: 50px;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .tp-banner-container.ver1 {
            margin-bottom: 70px;
        }



        .tp-banner-container.ver4 {
            margin-bottom: 30px;
        }

    @media (max-width: 767px) {
        .boxshadow {
            padding: 12px;
        }

        .tp-banner-container.ver1 {
            margin-bottom: 30px;
        }

        .tp-banner-container.ver4 {
            margin-top: 5px;
        }
    }

    .tp-banner-container .tp-caption img {
        position: absolute;
        top: 0px;
    }

    .tp-banner-container .tp-caption.size-100 {
        font-size: 100px;
    }

    .tp-banner-container .tp-caption.size-200 {
        font-size: 200px;
    }

    .tp-banner-container .tp-caption.size-90 {
        font-size: 90px;
    }

    .tp-banner-container .tp-caption.size-80 {
        font-size: 80px;
    }

    .tp-banner-container .tp-caption.size-60 {
        font-size: 60px;
    }

    .tp-banner-container .tp-caption.size-55 {
        font-size: 55px;
    }

    .tp-banner-container .tp-caption.size-50 {
        font-size: 50px;
    }

    .tp-banner-container .tp-caption.size-38 {
        font-size: 38px;
    }

    .tp-banner-container .tp-caption.size-34 {
        font-size: 34px;
    }

    .tp-banner-container .tp-caption.size-30 {
        font-size: 30px;
    }

    .tp-banner-container .tp-caption.size-24 {
        font-size: 24px;
    }

    .tp-banner-container .tp-caption.size-20 {
        font-size: 20px;
    }

    .tp-banner-container .tp-caption.size-16 {
        font-size: 16px;
    }

    .tp-banner-container .tp-caption.size-14 {
        font-size: 14px;
    }

    .tp-banner-container .tp-caption.font-cap {
        text-transform: capitalize;
    }

    .tp-banner-container .tp-caption.t-transform-n {
        text-transform: none;
    }

    .tp-banner-container .tp-caption.weight-300 {
        font-weight: 300;
    }

    .tp-banner-container .tp-caption.weight-900 {
        font-weight: 900;
    }

    .tp-banner-container .tp-caption.weight-700 {
        font-weight: 700;
    }

    .tp-banner-container .tp-caption.lh-23 {
        line-height: 23px;
    }

    .tp-banner-container .tp-caption.letter-3 {
        letter-spacing: 3px;
    }

    .tp-banner-container .tp-caption.upper {
        text-transform: uppercase;
    }

    .tp-banner-container .large_bold_orange, .tp-banner-container .large_normal_grey {
        text-transform: uppercase;
        color: #eebb45;
        font-size: 70px;
    }

    .tp-banner-container .text-transform-cap {
        text-transform: capitalize !important;
    }

    .tp-banner-container .letter-spacing {
        letter-spacing: 2px;
    }

    .tp-banner-container .letter-spacing-5 {
        letter-spacing: 5px;
    }

    .tp-banner-container .large_normal_grey {
        color: #888888;
    }

        .tp-banner-container .large_normal_grey .size-60 {
            font-size: 60px;
        }

    .tp-banner-container .font-italic {
        font-style: italic;
    }

    .tp-banner-container .link-1 {
        display: inline-block;
        text-transform: uppercase;
        text-align: center;
        padding: 0 45px;
        font-size: 16px;
        border: 1px solid #db2e1c;
        color: #db2e1c;
    }

        .tp-banner-container .link-1 a {
            color: #db2e1c;
            font-weight: 700;
        }

        .tp-banner-container .link-1:hover {
            border: 1px solid #db2e1c;
            background: #db2e1c;
        }

            .tp-banner-container .link-1:hover a {
                color: #fff;
            }

        .tp-banner-container .link-1.link-2 {
            background: transparent;
            border: 2px solid #db2e1c;
            padding: 0 50px;
        }

            .tp-banner-container .link-1.link-2 a {
                color: #db2e1c;
            }

            .tp-banner-container .link-1.link-2:hover {
                background: #db2e1c;
            }

                .tp-banner-container .link-1.link-2:hover a {
                    color: #fff;
                }

        .tp-banner-container .link-1.bg-brand {
            background-color: #db2e1c;
            border: 1px solid #db2e1c;
        }

            .tp-banner-container .link-1.bg-brand:hover {
                background: transparent;
                color: #db2e1c;
            }

        .tp-banner-container .link-1.bg-green {
            background: #808f66;
            border: 1px solid #808f66;
        }

        .tp-banner-container .link-1.no-bg {
            background: none;
            border: none;
        }

        .tp-banner-container .link-1.border-green {
            background: transparent;
            border: 1px solid #b6b6b6;
        }

        .tp-banner-container .link-1.height-50 {
            line-height: 45px;
        }

        .tp-banner-container .link-1.height-40 {
            line-height: 38px;
        }

        .tp-banner-container .link-1.font-size13 {
            font-size: 13px;
        }

        .tp-banner-container .link-1.home2 {
            padding: 0 20px;
        }

    .tp-banner-container .link-3 a {
        color: #fff;
        border-bottom: 2px solid #e95252;
        position: relative;
    }

        .tp-banner-container .link-3 a:after {
            position: absolute;
            content: "";
            left: 0px;
            height: 2px;
            width: 0px;
            bottom: -2px;
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

        .tp-banner-container .link-3 a:hover {
            color: #fff;
        }

            .tp-banner-container .link-3 a:hover:after {
                width: 100%;
                background: #fff;
            }

    .tp-banner-container .link-v4 {
        text-transform: uppercase;
        color: #000;
        letter-spacing: 3px;
        font-weight: 700;
    }

        .tp-banner-container .link-v4 a {
            color: #000;
            display: inline-block;
            line-height: 30px;
            border: 2px solid #000;
            font-size: 10px;
        }

    .tp-banner-container .font-os {
        font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
    }

    .tp-banner-container .font-play {
        font-family: "Playfair Display";
    }

    .tp-banner-container .font-pop {
        font-family: "Poppins";
    }

    .tp-banner-container .font-ro {
        font-family: "Roboto";
    }

    .tp-banner-container .font-roc {
        font-family: "Roboto Condensed";
    }

    .tp-banner-container .font-nel {
        font-family: "NexaLight";
    }

    .tp-banner-container .font-nelb {
        font-family: "NexaBold";
    }

    .tp-banner-container .font-mo {
        font-family: "Montserrat";
        font-weight: 700;
    }

    .tp-banner-container .font-ar {
        font-family: "Arial";
    }

    .tp-banner-container .font-300 {
        font-weight: 300;
    }

    .tp-banner-container .font-700 {
        font-weight: 700;
    }

    .tp-banner-container .letter-spacing-5 {
        letter-spacing: 5px;
    }

    .tp-banner-container .color-blue {
        color: #74cfe2;
    }

    .tp-banner-container .color-white {
        color: #eeeeee;
    }

    .tp-banner-container .color-grayd {
        color: #333333;
    }

    .tp-banner-container .color-brand {
        color: #db2e1c;
    }

    .tp-banner-container .color-black {
        color: #000;
    }

    .tp-banner-container .color-brown {
        color: #623f30;
    }

    .tp-banner-container .color-home2 {
        color: #808f66;
    }

    .tp-banner-container .bg-brown {
        background: #623f30;
    }

    .tp-banner-container .color-grays {
        color: #9d9d9d;
    }

    .tp-banner-container .color-2b2b2b {
        color: #2b2b2b;
    }

    .tp-banner-container .bg-orange {
        background: #ffb400;
        padding: 5px 10px;
        border-radius: 5px;
        text-transform: capitalize;
    }

    .tp-banner-container .bg-brand-home5 {
        background: #12a170;
        border-radius: 15px;
        border: 2px solid #db2e1c;
        padding: 5px 10px;
    }

    .tp-banner-container .color-gray {
        color: #555555;
    }

    .tp-banner-container .color-border {
        color: #000;
        text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }

    .tp-banner-container .tp-caption .size-50 {
        font-size: 50px;
    }

    .home-tabs-pic img {
        width: 100%;
        height: 250px;
    }

    .img-responsive {
        margin: auto;
    }

    @media (min-width: 768px) {
        .my-city-sites {
            text-align: center;
            margin: auto;
            width: 100%;
        }

        .tp-banner-container .tp-caption .size-50 br {
            display: none;
        }
    }

    @media (max-width: 1024px) {
        .tp-banner-container .tp-caption .size-50 {
            font-size: 30px;
        }
    }

    @media (max-width: 767px) {
        .tp-banner-container .tp-caption .size-50 {
            font-size: 20px;
            line-height: 20px;
        }

        .tp-banner-container .tp-caption span.size-14 {
            margin-top: 25px;
        }

        .tp-banner-container .tp-caption p.size-14 {
            display: none;
        }
    }

    .tp-banner-container .tp-caption span.size-14 {
        font-size: 14px;
    }

    @media (max-width: 1024px) {
        .tp-banner-container .tp-caption span.size-14 {
            font-size: 10px;
        }
    }


    .tp-banner-container .tp-caption p.size-14 {
        font-size: 14px;
        line-height: 23px;
    }

    @media (max-width: 1024px) {
        .tp-banner-container .tp-caption p.size-14 {
            margin-top: 10px;
            font-size: 10px;
            line-height: 14px;
        }

        .tp-banner-container .tp-caption .border {
            display: none;
        }

        .tp-banner-container .tp-caption .link-v5 {
            font-size: 10px;
            line-height: 20px;
            margin-top: 20px;
        }
    }



    .slide-show-container.slide-show-container-home5 {
        width: 68%;
        float: left;
        display: inline-block;
        max-width: 570px;
    }

    .box-slide-show.box-slide-show-home5 {
        width: 32%;
        float: right;
    }

        .box-slide-show.box-slide-show-home5 img {
            width: 100%;
        }

        .box-slide-show.box-slide-show-home5 .hover-effect-images:first-child {
            margin-bottom: 20px;
        }

        .box-slide-show.box-slide-show-home5 .hover-effect-images .text {
            position: absolute;
            bottom: 0px;
            left: 0px;
            background: #000;
            color: #fff;
            opacity: 0.8;
            text-transform: uppercase;
        }

            .box-slide-show.box-slide-show-home5 .hover-effect-images .text h3 {
                font-size: 12px;
                padding: 5px 15px;
            }

    .home-v5-slider ul {
        margin-bottom: 30px;
    }

        .home-v5-slider ul li {
            display: inline-block;
            font-size: 20px;
            margin-right: 20px;
            padding-right: 20px;
            color: #333333;
            text-transform: uppercase;
            cursor: pointer;
            position: relative;
        }

            .home-v5-slider ul li:after {
                position: absolute;
                content: "/";
                font-size: 20px;
                top: 0px;
                right: 0px;
                color: #333333;
            }

            .home-v5-slider ul li:last-child:after {
                content: "";
            }

            .home-v5-slider ul li:hover, .home-v5-slider ul li.active {
                color: #12a170;
            }

    .bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-prev, .bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-next {
        box-shadow: none;
        border: none;
        background: none;
    }

        .bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-prev i, .bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-next i {
            font-size: 24px;
        }

        .bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
            box-shadow: none;
            background: none;
        }

            .bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-prev:hover i, .bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-next:hover i {
                color: #12a170;
            }

    .bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-prev {
        right: 30px;
    }

        .bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-prev:after {
            position: absolute;
            content: "";
            height: 16px;
            width: 1px;
            background: #888888;
            top: 7px;
            right: 0px;
        }

    .bottom-home1.bottom-home1-home5 .products-item .product-content .product-name {
        color: #555555;
    }

    .bottom-home1.bottom-home1-home5 .products-item .product-content .product-price {
        color: #333333;
    }

    .bottom-home1.bottom-home1-home5 .products-item .product-content .add-to-cart {
        color: #12a170;
        font-family: "TXGB";
        font-size: 14px;
    }

    .slider-product.slider-product-home6 .tabs1 {
        text-align: center;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

        .slider-product.slider-product-home6 .tabs1 p {
            font-family: "Lora";
            font-weight: 400;
            color: #888888;
        }

        .slider-product.slider-product-home6 .tabs1:after {
            position: absolute;
            content: "";
            left: 50%;
            width: 66px;
            height: 2px;
            background: #888888;
            margin-left: -33px;
            bottom: 0px;
        }

        .slider-product.slider-product-home6 .tabs1 li {
            display: inline-block;
            cursor: pointer;
            font-size: 28px;
            text-transform: uppercase;
            font-family: "NexaBold";
            font-weight: 400;
            color: #888888;
        }

            .slider-product.slider-product-home6 .tabs1 li.active {
                color: #333333;
            }

        .slider-product.slider-product-home6 .tabs1 span {
            color: #888888;
            font-size: 28px;
            font-family: "NexaBold";
            font-weight: 400;
            margin: 0 10px;
        }

    .slider-product.slider-product-home6 .text-tabs {
        width: 100%;
        text-align: center;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 400;
        color: #888888;
    }

    .bottom-home1.bottom-home1-home6 .products-item {
        width: 33.33%;
        float: left;
    }

        .bottom-home1.bottom-home1-home6 .products-item .product-images {
            width: 140px;
            margin-bottom: 20px;
        }

    .banner-home6-top .hover-effect-images img {
        width: 100%;
    }

    .menu-category {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 270px;
        border: 1px solid #eeeeee;
        margin-top: -4px;
        margin-bottom: 20px;
    }

        .menu-category li {
            background: url(../images/Hermes-home7-icon-menucat.png) no-repeat scroll 25px 14px;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .menu-category li:hover {
                background-image: url(../images/Hermes-home7-icon-menucat-hover.png) !important;
            }

                .menu-category li:hover a {
                    color: #fe8989;
                }

            .menu-category li a {
                font-family: "TXGR";
                font-size: 15px;
                color: #555555;
                text-transform: capitalize;
                line-height: 52px;
                display: inline-block;
                width: 100%;
                padding-left: 65px;
                border-bottom: 1px solid #eeeeee;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

            .menu-category li:nth-child(2) {
                background-position: 25px -38px;
            }

            .menu-category li:nth-child(3) {
                background-position: 25px -90px;
            }

            .menu-category li:nth-child(4) {
                background-position: 25px -140px;
            }

            .menu-category li:nth-child(5) {
                background-position: 25px -190px;
            }

            .menu-category li:nth-child(6) {
                background-position: 25px -243px;
            }

            .menu-category li:nth-child(7) {
                background-position: 25px -298px;
            }

            .menu-category li:nth-child(8) {
                background-position: 25px -350px;
            }

            .menu-category li:last-child a {
                border: none;
            }

    .slide-show.slide-show-home7 {
        padding-right: 5px;
        margin-top: 20px;
        display: inline-block;
        width: 72%;
        max-width: 570px;
        float: left;
    }

    .box-slide-show.box-slide-show-home7 {
        float: right;
        width: 35%;
        margin-top: 20px;
        max-width: 270px;
    }

        .box-slide-show.box-slide-show-home7 img {
            width: 100%;
        }

        .box-slide-show.box-slide-show-home7 .hover-effect-images {
            margin-bottom: 20px;
        }

    .products.mason-v2 .product:nth-child(2n+1) {
        padding-right: 0px !important;
    }

    .slider-product.slider-product-home7 ul.tabs {
        text-align: left;
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 10px;
    }

        .slider-product.slider-product-home7 ul.tabs li {
            font-size: 20px;
            font-weight: 400;
            font-family: "TXGB";
            color: #666;
        }

            .slider-product.slider-product-home7 ul.tabs li.active, .slider-product.slider-product-home7 ul.tabs li:hover {
                color: #fe8989;
            }

            .slider-product.slider-product-home7 ul.tabs li:first-child {
                padding-left: 0px;
            }

        .slider-product.slider-product-home7 ul.tabs span {
            font-size: 20px;
        }

    .mockup-v2 .by-tags img {
        border-radius: 50%;
    }

    .pushmenu.menu-home6 {
        overflow-y: auto;
    }

    .nav-home6 {
        text-align: left;
    }

        .nav-home6 a {
            font: 400 12px "Poppins";
            text-transform: uppercase;
            color: #333;
            line-height: 40px;
        }

        .nav-home6 .menu-lv1 {
            border-top: 1px solid #cdcdcd;
            padding: 0 10px;
        }

            .nav-home6 .menu-lv1 a {
                text-transform: capitalize;
            }

                .nav-home6 .menu-lv1 a:before {
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background: #555;
                    content: "";
                    display: inline-block;
                    margin-right: 6px;
                }

            .nav-home6 .menu-lv1 .menu-lv2 {
                padding: 0 10px;
                border-top: 1px dashed #cdcdcd;
            }

        .nav-home6 .fa {
            float: right;
            font-size: 13px;
            display: inline-block;
            padding: 15px;
            cursor: pointer;
            display: none;
        }

            .nav-home6 .fa.active:before, .nav-home6 .ordering span.fa:hover:before, .ordering .nav-home6 span.fa:hover:before {
                content: "";
            }

        .nav-home6 .menu-lv1, .nav-home6 .menu-lv2 {
            display: none;
            float: left;
            width: 100%;
        }

        .nav-home6 li.lv1, .nav-home6 li.lv2 {
            border-bottom: 1px solid #cdcdcd;
            float: left;
            width: 100%;
        }

            .nav-home6 li.lv1:last-child, .nav-home6 li.lv2:last-child {
                border: none;
            }

        .nav-home6 li.lv2 {
            border-bottom: 1px dashed #cdcdcd;
        }

        .nav-home6 li.hassub .fa {
            display: inline-block;
        }

        .nav-home6 li.hassub .lv2 .fa {
            display: none;
        }

        .nav-home6 li.hassub .lv2.hassub .fa {
            display: inline-block;
        }

        .nav-home6 li.hassub .lv2.hassub .lv3 .fa {
            display: none;
        }

    .tp-banner-container img {
        max-width: 100%;
    }

    .furniture {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
    }

        .furniture .product {
            text-align: left;
        }

    .rtl .furniture .product {
        text-align: right;
    }

    .furniture .product .product-title {
        padding: 0 20px;
    }

    .furniture .product .product-price-old {
        margin-left: 20px;
    }

    @media (max-width: 460px) {
        .tp-banner-container .tp-rightarrow, .tp-banner-container .tp-leftarrow {
            width: 30px;
            background-size: 100% auto;
        }
    }

    @media (max-width: 1500px) {
        .tparrows.preview4 {
            width: 130px;
            height: 320px;
            -webkit-transition: all ease 0.3s;
            /* Safari */
            transition: all ease 0.3s;
        }

            .tparrows.preview4 .tp-arr-allwrapper, .tparrows.preview4 .tp-arr-imgholder, .tparrows.preview4 .tp-arr-imgholder2 {
                width: 130px;
                height: 320px;
                -webkit-transition: all ease 0.3s;
                /* Safari */
                transition: all ease 0.3s;
            }

            .tparrows.preview4 .tp-arr-imgholder2 {
                left: 180px;
            }

            .tparrows.preview4.tp-leftarrow .tp-arr-imgholder2 {
                left: -180px;
            }

            .tparrows.preview4:hover {
                width: 180px;
                height: 320px;
            }

                .tparrows.preview4:hover .tp-arr-allwrapper, .tparrows.preview4:hover .tp-arr-imgholder, .tparrows.preview4:hover .tp-arr-imgholder2 {
                    width: 180px;
                    height: 320px;
                }
    }



    @media (max-width: 980px) {
        .home2-head .col-sm-4 {
            width: 100%;
            margin-bottom: 30px;
            padding: 0px;
        }
    }

    .slide-owl-mobile {
        display: none;
    }

        .slide-owl-mobile.home2-head {
            display: inline-block;
        }


    @media (max-width: 991px) {
        #divPOIItmes {
            float: left;
        }
    }

    @media (max-width: 767px) {
        .hidden-desktop {
            display: none;
        }

        .slide-owl-mobile {
            display: inline-block;
        }

        .home2-head {
            padding-bottom: 0px;
            margin-bottom: 40px;
            padding-top: 0px;
            /*margin-top: -20px;*/
        }

        .home4_sileshow {
            margin-bottom: 40px;
        }
    }



    /** 6.7. Pages **/
    /** 6.7.1. About Us **/
    /** 6.7.2. Contact Us **/
    /** 6.7.3. Shopping Cart**/
    /** 6.7.4. Page 404 **/
    .page-404 h3 {
        font: 300 200px/480px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        color: #fff;
        background: #df4232;
        display: inline-block;
        width: 480px;
        height: 480px;
        border-radius: 100%;
    }

    @media (max-width: 540px) {
        .headericon-bar a {
            /* float: left; */
            padding: 0rem 1rem;
            padding-top: 1rem;
        }

        .socialicon_header {
            position: absolute;
            right: 0;
            margin-top: -19%;
        }
    }

    @media (max-width: 500px) {
        .headericon-bar a {
            /* float: left; */
            padding: 0rem 1rem;
            padding-top: 1rem;
        }

        .socialicon_header {
            position: absolute;
            right: 0;
            margin-top: -19%;
        }
    }


    @media (max-width: 480px) {
        .page-404 h3 {
            width: 280px;
            height: 280px;
            line-height: 280px;
            font-size: 150px;
        }
    }

    .page-404 p {
        font: 400 14px/20px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #999;
    }

        .page-404 p b {
            font-size: 18px;
            font-weight: 800;
        }

        .page-404 p a {
            color: #df4232;
            text-transform: uppercase;
            font-weight: 700;
        }

    .page-404 .form-404 {
        height: 48px;
        width: 430px;
        position: relative;
        margin: auto;
    }

    @media (max-width: 480px) {
        .page-404 .form-404 {
            width: 100%;
        }
    }

    .page-404 .form-404 input {
        width: 100%;
        height: 48px;
        border: 1px solid #9a9a9a;
        font: 400 14px/46px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #9a9a9a;
        padding-left: 20px;
        padding-right: 50px;
    }

    .page-404 .form-404 button {
        background: none;
        border: none;
        outline: none;
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .page-404 .form-404 button i {
            font-size: 18px;
            color: #333;
        }

    .page-404 a.link-button {
        margin: 0px 10px;
    }

    #googleMap {
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
    }

    .shopping-cart .breadcrumb {
        margin-bottom: 50px;
    }

    .shopping-cart .shipping-total {
        margin-bottom: 80px;
        display: inline-block;
        width: 100%;
    }

    .wishlist .breadcrumb {
        margin-bottom: 50px;
    }

    .login-box-container {
        text-align: center;
        display: inline-block;
        width: 100%;
        margin-bottom: 50px;
    }

        .login-box-container ul.tabs {
            margin-bottom: 30px;
        }

            .login-box-container ul.tabs li {
                display: inline-block;
                text-transform: uppercase;
                color: #c6c6c6;
                font-size: 14px;
                letter-spacing: 2px;
                position: relative;
                padding-right: 20px;
                margin-right: 10px;
                cursor: pointer;
                font-weight: 700;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

                .login-box-container ul.tabs li:last-child {
                    padding-right: 0px;
                    margin-right: 0px;
                }

                    .login-box-container ul.tabs li:last-child:after {
                        content: "";
                    }

                    .login-box-container ul.tabs li:last-child.active:before, .login-box-container ul.tabs li:last-child:hover:before {
                        right: 2px;
                    }

                .login-box-container ul.tabs li:after {
                    position: absolute;
                    content: "/";
                    right: 0px;
                    top: 0px;
                }

                .login-box-container ul.tabs li:before {
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    height: 2px;
                    background: #000;
                }

                .login-box-container ul.tabs li.active, .login-box-container ul.tabs li:hover {
                    color: #000000;
                }

                    .login-box-container ul.tabs li.active:before, .login-box-container ul.tabs li:hover:before {
                        content: "";
                        right: 21px;
                    }

        .login-box-container .tab-container p {
            font-family: "Poppins";
            font-size: 13px;
            color: #858585;
            margin-bottom: 60px;
        }

        .login-box-container .form-control {
            border: none;
            border-bottom: 2px solid #252525;
            box-shadow: none;
            max-width: 360px;
            padding-left: 0px;
            font-family: "Poppins";
            font-size: 13px;
            color: #636363;
        }

        .login-box-container .contact-form .col-md-6 .form-control {
            float: left;
        }

        .login-box-container .contact-form .col-md-6:nth-child(2n+1) .form-control {
            float: right;
        }

    #lightgallery .col-md-4 {
        padding: 0px;
    }

        #lightgallery .col-md-4 img {
            width: 100%;
        }

    #lightgallery .hover-images {
        position: relative;
    }

        #lightgallery .hover-images:after {
            position: absolute;
            height: 26px;
            width: 26px;
            top: 50%;
            left: 50%;
            margin-top: -13px;
            margin-left: -13px;
            background: url(../images/lbook-plus.png) no-repeat;
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            content: "";
            opacity: 0;
        }

        #lightgallery .hover-images:hover:after {
            opacity: 1;
        }

    #lightgallery .effect-v6 img {
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .lookbook-v4 img, .lookbook-v5 img {
        width: 100%;
    }

    .lookbook-v4 .col-md-12, .lookbook-v4 .col-md-6, .lookbook-v5 .col-md-12, .lookbook-v5 .col-md-6 {
        padding: 0px;
        background: #141618;
    }

    .lookbook-v4 .bg-container, .lookbook-v5 .bg-container {
        background: #141414;
        overflow: hidden;
    }

    .slider-loobook2 .items {
        position: relative;
        margin-bottom: 100px;
        padding: 50px 0px;
    }

        .slider-loobook2 .items .text {
            position: absolute;
            left: 100px;
            right: 100px;
            background: #fff;
            bottom: -65px;
            padding-top: 65px;
            text-align: center;
        }

            .slider-loobook2 .items .text h3 {
                font: 400 40px "Playfair Display";
                color: #000;
                line-height: 40px;
                margin-bottom: 15px;
            }

            .slider-loobook2 .items .text p {
                font-weight: 300;
                font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                text-transform: uppercase;
                letter-spacing: 3px;
                color: #9d9d9d;
                position: relative;
                padding-bottom: 20px;
                margin-bottom: 35px;
            }

                .slider-loobook2 .items .text p:after {
                    position: absolute;
                    content: "";
                    left: 50%;
                    width: 70px;
                    height: 2px;
                    background: #000;
                    bottom: 0px;
                    margin-left: -35px;
                }

            .slider-loobook2 .items .text a {
                display: inline-block;
                padding: 10px;
                background: #000;
                color: #fff;
                border: 2px solid #000;
            }

    .order-tracking {
        text-align: center;
    }

        .order-tracking p {
            max-width: 720px;
            padding: 0 20px;
            font: 400 14px/20px "Poppins";
            margin: auto;
            margin-bottom: 40px;
        }

        .order-tracking .tracking-content {
            width: 420px;
            max-width: 100%;
            margin: auto;
            background: #f0f0f0;
            padding: 40px 30px;
            margin-bottom: 80px;
        }

            .order-tracking .tracking-content .form-control {
                border: none;
            }

            .order-tracking .tracking-content .form-horizontal label.control-label {
                font: 700 12px/15px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                color: #000;
                letter-spacing: 2px;
            }

            .order-tracking .tracking-content .link-button.color-red {
                line-height: 54px;
                width: 100%;
            }

    .table.wishlist {
        margin-bottom: 100px;
    }

    .owl-carousel .owl-controls .owl-nav .owl-next {
        width: 50px;
        height: 50px;
    }

    .owl-controls, .owl-nav {
        width: 100%;
    }

    .owl-prev {
        left: 16px;
    }

    .owl-prev {
        right: 26px;
    }

    @media (max-width: 767px) {
        .table.wishlist {
            margin-bottom: 50px;
        }
    }

    .table.wishlist img {
        width: 100px;
    }

    .table.wishlist tbody tr:first-child td {
        border-top: none;
    }

    .table.wishlist tbody tr {
        padding: 30px 0px;
    }

    .table.wishlist tbody td {
        vertical-align: middle;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    @media (min-width: 768px) {


        .table.wishlist tbody .product-photo {
            width: 120px;
        }

        .table.wishlist tbody .produc-name {
            width: 350px;
        }
    }

    .table.wishlist tbody .produc-name {
        text-align: left;
        font: 400 14px/20px "Poppins";
    }



        .table.wishlist tbody .produc-name a {
            color: #333;
        }

            .table.wishlist tbody .produc-name a:hover {
                color: #db2e1c;
            }

        .table.wishlist tbody .produc-name p {
            margin: 0px;
            color: #979797;
        }

    .table.wishlist tbody .product-remove a {
        color: #333;
        font-family: "Poppins";
    }

    .table.wishlist tbody .product-price {
        font-family: "Poppins";
    }

    @media (min-width: 768px) {
        .table.wishlist tbody .product-price {
            width: 200px;
        }
    }

    @media (max-width: 480px) {
        .table.wishlist tbody .product-price {
            display: none;
        }

        .table.wishlist tbody .product-instock {
            display: none;
        }
    }



    .table.wishlist tbody .product-instock a, .table.wishlist tbody .product-instock span {
        font: 400 10px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        letter-spacing: 2px;
        border: 2px solid #000;
        text-transform: uppercase;
        display: inline-block;
        width: 100px;
        text-align: center;
        color: #000;
    }

    .table.wishlist tbody .product-instock span {
        border-color: #e7e7e7;
        background: #e7e7e7;
        color: #c1c1c1;
    }

    .table.wishlist tbody .add-cart {
        text-align: right;
    }

        .table.wishlist tbody .add-cart a.btn {
            height: 44px;
            line-height: 40px;
            width: 130px;
            text-align: center;
            font-size: 10px;
            padding: 0px;
            background: #f56666;
            border-color: #f56666;
        }

    /** 7. Templates Layout **/
    @media (min-width: 1500px) {
        .blog-slider .blog-post-item .blog-post-content {
            left: 60px;
            right: 60px;
        }

        .related-products .product-details {
            padding: 60px 80px;
        }

        .newsletter {
            margin-bottom: 75px;
        }

            .newsletter .col-md-5 .col-md-6:first-child .border-free-shipping {
                padding: 40px 40px 42px;
            }

        .product-details-content .box-details-info {
            padding: 20px 40px 0;
        }

        .product-details-content .options {
            padding: 60px 40px 120px;
        }

            .product-details-content .options .action {
                padding: 60px 0;
            }

            .product-details-content .options .social a {
                height: 70px;
                line-height: 70px;
            }

        .product-details-content .infomation p {
            line-height: 34px;
        }

        .breadcrumb {
            margin-bottom: 40px;
        }

        .mockup .col-md-6 .wrap-text .text {
            padding: 0 80px;
        }

        .wrap-googlemap .col-md-6:nth-child(2n+1) {
            padding-right: 15px;
        }

        .wrap-googlemap .col-md-6:nth-child(2n) {
            padding-left: 15px;
        }
    }

    @media (min-width: 1025px) and (max-width: 1499px) {
        .related-products .product-details {
            padding: 30px;
        }

            .related-products .product-details h4 {
                font-size: 12px;
                margin-bottom: 10px;
            }

            .related-products .product-details h3 {
                font-size: 35px;
            }

            .related-products .product-details .price {
                margin: 15px 0 10px;
                font-size: 35px;
            }

            .related-products .product-details .product-content {
                font-size: 12px;
                line-height: 20px;
                margin-bottom: 19px;
            }

            .related-products .product-details a {
                margin: 0px;
            }

        .product-img-box #image-view {
            max-width: 600px;
        }

        .banner-top-home3 .items {
            padding: 40px 20px 15px;
        }

            .banner-top-home3 .items .text {
                padding: 20px;
            }

        #header.header-v4 #topbar .topbar-left .topbar-title {
            width: 300px;
        }

        #header.header-v4 #topbar .topbar-left a {
            width: 300px;
        }

        .best-selling .col-md-4 .product-images {
            margin-left: 10px;
            margin-right: 10px;
        }

        .slider-loobook2 .slick-next {
            right: 195px;
        }

        .slider-loobook2 .slick-prev {
            left: 195px;
        }

        .slider-slick-home8 .slick-next {
            right: 320px;
        }

        .slider-slick-home8 .slick-prev {
            left: 320px;
        }

        .product-details-content .product-name h1 {
            font-size: 25px;
            line-height: 20px;
            margin-bottom: 0px;
        }

        .product-details-content .rating {
            margin-bottom: 15px;
            padding-bottom: 15px;
        }

        .product-details-content .options {
            padding: 20px;
        }

        .product-details-content .infomation {
            padding-top: 15px;
        }

        .slider-full-screen2 {
            position: relative;
        }

            .slider-full-screen2 .col-md-2 {
                width: 270px;
                position: absolute;
                left: 0px;
                top: 0px;
                z-index: 9;
            }

            .slider-full-screen2 .col-md-10 {
                width: 100%;
                margin-bottom: 30px;
            }

                .slider-full-screen2 .col-md-10 .slider-one-item {
                    height: 606px;
                }

                .slider-full-screen2 .col-md-10 .owl-carousel .owl-item {
                    height: 606px;
                }

            .slider-full-screen2 .slide:before {
                width: 20px;
            }

            .slider-full-screen2 .slide .text {
                padding-left: 30px;
            }

                .slider-full-screen2 .slide .text h3 {
                    font: 300 10px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                }

            .slider-full-screen2 .slider-one-item .product .text {
                top: 25%;
                left: 300px;
            }

            .slider-full-screen2 .slider-one-item .owl-dots {
                padding-left: 300px;
                bottom: 100px;
            }

            .slider-full-screen2 .products .product .product-images img {
                float: right;
                height: 606px;
                width: auto;
            }

        .product-details-content.product-details-content-v2 .col-md-5 {
            left: 50px;
            top: 30px;
        }

        .product-details-content.product-details-content-v2 .breadcrumb {
            margin-bottom: 10px;
        }

        .product-details-content.product-details-content-v2 .box-details-info {
            padding-top: 15px;
        }

        .mockup-v2 .col-md-6 .text {
            margin-top: 50px;
            padding-left: 50px;
            padding-right: 30px;
        }

        .wrap-googlemap .col-md-6:nth-child(2n+1) {
            padding-right: 15px;
        }

        .wrap-googlemap .col-md-6:nth-child(2n) {
            padding-left: 15px;
        }

        .blog-masonry .inner-por-masonry .grid-item {
            height: 316px;
        }

            .blog-masonry .inner-por-masonry .grid-item.width-2x {
                height: 632px;
            }

        .popup-content-wrapper {
            margin-top: 100px;
        }
    }

    @media (max-width: 1024px) {
        #topbar .voucher {
            display: none;
        }

        .container {
            padding: 0px 15px;
            width: 100%;
        }

            .container .col-md-5, .container .col-md-7 {
                width: 100%;
                padding: 0px !important;
                display: inline-block;
            }

        #header {
            padding-bottom: 0px;
        }

            #header .form-search input {
                width: calc(100% - 30px);
                border: 1px solid #ddd;
                font: 300 16px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            }

            #header .search {
                width: 100%;
            }

            #header .header-top .menu-top {
                display: none;
            }

            #header .header-top .logo {
                display: none;
            }

            #header .header-top .logo-mobile {
                display: inline-block;
                float: left;
                margin-top: 5px;
            }

            #header .header-top .cart {
                margin-right: 0px;
                margin-top: 12px;
            }

                #header .header-top .cart .icons {
                    color: #000;
                }

                #header .header-top .cart .cart-count {
                    color: #000;
                }

            #header .header-top .col-sm-3 {
                padding-right: 5px;
            }

            #header.header-top-absolute .header-top {
                padding: 0px;
                position: relative;
            }

        .icon-menu-mobile {
            display: inline-block;
            width: 100%;
            padding: 5px 0px;
            cursor: pointer;
        }

            .icon-menu-mobile.active i, .ordering span.icon-menu-mobile:hover i {
                background: url("../images/icon-menu-mobile-active.svg") no-repeat scroll 0px 0px;
                background-size: 18px auto;
            }

            .icon-menu-mobile i {
                height: 23px;
                width: 32px;
                color: #000;
                background: url("../images/icon-menu-mobile.svg") no-repeat;
                background-size: 24px auto;
            }

                .icon-menu-mobile i::before {
                    content: "";
                }

        .icon-menu-mobile {
            float: left;
            width: auto;
            margin-top: 20px;
            margin-right: 10px;
        }

        .fa-plus.active::before, .ordering span.fa-plus:hover::before {
            content: "\f068";
        }

        .mega-menu .navbar-header {
            display: inline-block;
            width: 100%;
            padding: 5px 0px;
        }

        .mega-menu ul.navbar-nav {
            display: none;
            margin-bottom: 20px;
            border: 1px solid #eeeeee;
        }

            .mega-menu ul.navbar-nav ul.menu-level-1 li.level2 {
                height: auto;
            }

                .mega-menu ul.navbar-nav ul.menu-level-1 li.level2:hover .menu-level-2 {
                    left: 0px;
                }

                .mega-menu ul.navbar-nav ul.menu-level-1 li.level2 .menu-level-2 {
                    display: none;
                    opacity: 1;
                    -webkit-transition: all 0s ease 0s;
                    -o-transition: all 0s ease 0s;
                    transition: all 0s ease 0s;
                }

            .mega-menu ul.navbar-nav .sub-menu {
                display: none;
                min-width: 100%;
                padding: 0px 20px;
            }

                .mega-menu ul.navbar-nav .sub-menu .top-sub-menu {
                    display: none;
                }

                .mega-menu ul.navbar-nav .sub-menu .bottom-sub-menu {
                    display: none;
                }

                .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 {
                    padding: 0 0 10px 20px;
                }

                    .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li {
                        display: inline-block;
                        width: 100%;
                    }

                        .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2 {
                            height: auto;
                            padding-top: 0px;
                        }

                            .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2 a {
                                font: 400 12px "POPPINS";
                                text-transform: capitalize;
                                letter-spacing: 0px;
                                padding-left: 15px;
                            }

                                .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2 a:after {
                                    width: 5px;
                                }

                            .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2 img {
                                display: none;
                            }

                            .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2.images {
                                border: none;
                            }

                        .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li li.level3 a::after {
                            top: 8px;
                        }

                    .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2 {
                        display: none;
                        padding-top: 0px;
                    }

                        .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2::after {
                            position: static;
                        }

            .mega-menu ul.navbar-nav li {
                display: inline-block;
                width: 100%;
                border-left: none;
                position: relative;
            }

                .mega-menu ul.navbar-nav li a {
                    height: auto;
                    line-height: 40px;
                    background: none;
                    text-align: left;
                    padding-left: 20px;
                    color: #888;
                }

                    .mega-menu ul.navbar-nav li a:hover {
                        background: none;
                        color: #000;
                    }

                .mega-menu ul.navbar-nav li.dropdown.active a {
                    background: none;
                    color: #000;
                }

                .mega-menu ul.navbar-nav li.level1 {
                    border-bottom: 1px solid #eeeeee;
                }

                    .mega-menu ul.navbar-nav li.level1:last-child {
                        border-bottom: none;
                        border-right: none;
                    }

                .mega-menu ul.navbar-nav li.hassub i {
                    display: block;
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    padding: 13px;
                    font-size: 12px;
                }

                .mega-menu ul.navbar-nav li.level3 {
                    padding-left: 30px;
                }

                    .mega-menu ul.navbar-nav li.level3 i {
                        display: none;
                    }

        .mega-menu {
            width: 100%;
            float: initial;
        }

            .mega-menu ul.navbar-nav ul.menu-level-1 {
                opacity: 1;
                position: static;
                transform: translate(0px, 0px);
                -webkit-transition: all 0s ease 0s;
                -o-transition: all 0s ease 0s;
                transition: all 0s ease 0s;
                display: none;
                background: none;
                padding: 0px 35px;
                margin: 0px;
                visibility: visible;
            }

                .mega-menu ul.navbar-nav ul.menu-level-1 li a {
                    color: #000;
                    border-bottom: none;
                }

                .mega-menu ul.navbar-nav ul.menu-level-1 li.level2:hover {
                    overflow: hidden;
                }

                .mega-menu ul.navbar-nav ul.menu-level-1 li.level2 i {
                    display: none;
                }

                .mega-menu ul.navbar-nav ul.menu-level-1 li.level2.hassub i {
                    display: block;
                }

                .mega-menu ul.navbar-nav ul.menu-level-1 .menu-level-2 {
                    left: 0px;
                    position: relative;
                    top: 0px;
                }

            .mega-menu ul.navbar-nav li {
                text-align: left;
            }

                .mega-menu ul.navbar-nav li.level1 {
                    padding: 0px;
                }

                .mega-menu ul.navbar-nav li.dropdown.images {
                    position: relative;
                }

                .mega-menu ul.navbar-nav li.hassub i {
                    color: #555555;
                }

                .mega-menu ul.navbar-nav li.level2 {
                    padding: 0px;
                    border-top: 1px dashed #eeeeee;
                    height: 30px;
                    line-height: 30px;
                }

                    .mega-menu ul.navbar-nav li.level2 a {
                        padding-left: 15px;
                    }

            .mega-menu ul.navbar-nav .sub-menu {
                transform: translate(0px, 0px);
                background: none;
                -webkit-transition: all 0s ease 0s;
                -o-transition: all 0s ease 0s;
                transition: all 0s ease 0s;
            }

                .mega-menu ul.navbar-nav .sub-menu i {
                    display: none;
                    opacity: 0;
                }

                    .mega-menu ul.navbar-nav .sub-menu i .bottom-sub-menu {
                        margin-bottom: 20px;
                    }

                .mega-menu ul.navbar-nav .sub-menu a.images {
                    padding-left: 0px;
                }

                .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 {
                    padding: 0;
                    margin: 0px;
                }

                    .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li .menu-level-2 {
                        padding-left: 20px;
                    }

        .shipping-container .shipping-content {
            padding: 0px;
        }

            .shipping-container .shipping-content .col-md-4 {
                width: 100%;
                padding: 15px 0px;
                border-bottom: 1px solid #ececec;
                border-right: none;
            }

                .shipping-container .shipping-content .col-md-4:last-child {
                    border: none;
                }

        .container .col-md-7:first-child, .container .col-md-5:first-child {
            margin-bottom: 30px;
        }

        .banner-home2 .col-md-5 a {
            width: 100%;
        }

        .contact-us .col-md-6:last-child {
            padding: 0px;
        }

        .contact-us .form-horizontal .col-md-6:nth-child(2n) {
            padding-left: 0px;
        }

        .contact-us .contact-form {
            padding: 50px 30px 30px;
        }

            .contact-us .contact-form p::after {
                left: -18px;
                right: -18px;
            }

        .blog-slider .blog-post-item .blog-post-content .blog-title {
            padding: 0px 20px;
        }

        .slide-show-home3 .col-md-9, .slide-show-home3 .col-md-3 {
            padding: 0px;
        }

        .slide-show-home3 .col-md-3 {
            margin-top: 30px;
        }

        .newsletter-v2 {
            text-align: center;
        }

            .newsletter-v2 .col-md-6:last-child {
                margin-top: 30px;
                text-align: center;
            }

        .cat-box-home3 .col-md-6 {
            padding: 0px;
        }

        .slider-one-item-home3 .product .text {
            width: 400px;
            height: 200px;
            margin-left: -200px;
            margin-top: -100px;
        }

            .slider-one-item-home3 .product .text h4 {
                font-size: 12px;
                margin-top: 20px;
                margin-bottom: 10px;
                padding-bottom: 10px;
            }

            .slider-one-item-home3 .product .text h3 {
                font-size: 30px;
                margin-bottom: 15px;
            }

            .slider-one-item-home3 .product .text button {
                height: 30px;
                line-height: 26px;
                padding: 0 25px;
                font-size: 10px;
                margin-top: 10px;
            }

        .shipping-v2 i.icons {
            font-size: 25px;
        }

        .shipping-v2 h3 {
            font-size: 10px;
        }

        .shipping-v2 p {
            font-size: 10px;
            line-height: 15px;
        }

        .shipping-v2 .col-md-3:after {
            top: 15px;
            height: 60px;
        }

        .banner-home4-top .col-md-6 {
            width: 100%;
        }

        .banner-hom7-center .col-md-6 {
            display: inline;
        }

        .instafeed .items {
            width: 33.33%;
        }

            .instafeed .items:nth-child(4), .instafeed .items:nth-child(5) {
                width: 50%;
            }

        #header .header-top .container::before {
            height: 0px;
        }

        .shipping-container.shipping-container-home8 {
            padding-top: 30px;
        }

            .shipping-container.shipping-container-home8 .shipping-content .col-md-4 {
                border-bottom: 1px solid #2d2d2d;
            }

        .slider-slick-home8 .slick-prev, .slider-slick-home8 .slick-next {
            width: 80px;
        }

        .slider-slick-home8 .slick-prev {
            left: 215px;
        }

        .slider-slick-home8 .slick-next {
            right: 215px;
        }

        .time .distance {
            width: 150px;
        }

        .banner-home8-top .col-md-12 {
            width: 100%;
        }

        .slider-slick-home8 .slick-slide h3 {
            font-size: 20px;
            line-height: 20px;
        }

        .product-img-box #image-view {
            float: initial;
        }

        .product-img-box .product-thumb {
            text-align: center;
            width: 100%;
        }

        .product-img-box .thumb-content {
            max-width: 100%;
            text-align: center;
            margin-top: 30px;
        }

            .product-img-box .thumb-content li {
                display: inline-block;
                max-width: 100px;
                float: initial;
            }

        .mockup .row:nth-child(2n) {
            background: none;
        }

            .mockup .row:nth-child(2n) .mockup-text {
                background: #262626;
            }

        .mockup .col-md-6 {
            width: 100%;
        }

        #customer .col-md-6 {
            padding: 0px;
        }

        .slider-loobook2 .items .text {
            right: 50px;
            left: 50px;
        }

        .container.container-ver2 {
            width: 100%;
        }

        .cart-box-container .col-md-8, .cart-box-container .col-md-4 {
            padding: 0px;
        }

        .title-page h3 {
            font-size: 30px;
            padding-bottom: 10px;
        }

        .boxed-content.images {
            width: 100%;
        }

        .boxed-content.boxed-content-v2 {
            margin-left: 30px;
        }

        .icon-box-v5 .feature-box.ver4 {
            background-size: 100% auto;
        }

        .tab-v1 .nav-tabs li {
            width: 100%;
            margin-bottom: 5px;
        }

            .tab-v1 .nav-tabs li.active a:after, .tab-v1 .nav-tabs li:hover a:after {
                position: static;
                border: none;
            }

        .tab-v1 .custom-content .col-md-6 {
            padding: 0px;
            margin-bottom: 30px;
        }

            .tab-v1 .custom-content .col-md-6 img {
                max-width: 100%;
            }

        .banner-home3-lookbook2 .text {
            height: 190px;
            margin-top: -95px;
            top: 50%;
        }

            .banner-home3-lookbook2 .text h3 {
                font: 300 20px/30px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                padding-bottom: 20px;
            }

            .banner-home3-lookbook2 .text .icons {
                font-size: 50px;
                padding-bottom: 30px;
            }

        .banner-home-collec1.related-products .product-details .text {
            left: 30px;
            top: 20%;
            max-width: 400px;
        }

        .banner-home-collec1.related-products .product-details h3 {
            font-size: 30px;
        }

        .banner-home-collec1.related-products .product-details h4 {
            font-size: 12px;
            margin-bottom: 15px;
        }

        .banner-home-collec1.related-products .product-details .product-content {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 20px;
        }

        .slider-full-screen2 .slider-one-item .product .text {
            top: 20%;
            max-width: 380px;
            left: 60px;
        }

        .slider-full-screen2 .slider-one-item .owl-dots {
            padding-left: 60px;
            bottom: 20px;
        }

        .products.grid_full.grid_sidebar.list-item .item-inner {
            width: 100%;
        }

        .product-details-content.product-details-content-v2 .col-md-5 {
            position: relative;
            top: 0px;
            left: 0px;
        }

        .product-details-content.product-details-content-v2 .box-details-info {
            padding-left: 0px;
            padding-right: 0px;
        }

        #description .row {
            margin: 0px;
        }

        .mockup-v2 .col-md-6 .text {
            margin-top: -5px;
            padding-top: 30px;
            padding-left: 20px;
        }

        .banner-product-details3 h3 {
            font: 400 30px/30px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        }

        .container-ver2 .product-details-content .col-md-6:last-child {
            padding: 0px;
        }

        .container-ver2 .product-details-content .box-details-info {
            padding: 0px;
        }

        .container-ver2 .product-details-content .box-detalis-v2 .options {
            padding: 0px;
        }

        .blog-classic #secondary.col-md-3, .blog-classic #primary.col-md-9 {
            width: 100%;
            padding: 0px;
        }

        .blog-post-container .blog-post-item .blog-post-image iframe {
            max-width: 100%;
        }

        #footer.footer-v2 .footer-top .social {
            float: initial;
            margin-left: 0px;
            margin-bottom: 20px;
        }

        #footer.footer-v2 .footer-top .newsletter-footer {
            float: initial;
            margin-right: 0px;
        }

        #footer.footer-v2 .logo-footer {
            float: initial;
            margin-left: 0px;
        }

        #footer.footer-v2 .menu-footer {
            float: initial;
            margin-right: 0px;
        }

        #footer.footer-v3 .footer-top {
            text-align: center;
        }

        #footer.footer-v3 .newsletter-footer {
            float: initial;
        }

            #footer.footer-v3 .newsletter-footer form {
                margin: 0 auto;
            }

        #footer.footer-v3 .footer-title h3 {
            margin-top: 30px;
        }

        .blog-masonry .inner-por-masonry .grid-item {
            height: auto;
            width: 50%;
        }

            .blog-masonry .inner-por-masonry .grid-item.width-2x {
                height: auto;
                width: 100%;
            }

            .blog-masonry .inner-por-masonry .grid-item h3, .blog-masonry .inner-por-masonry .grid-item h4, .blog-masonry .inner-por-masonry .grid-item p {
                position: absolute;
                bottom: 40px;
                left: 0px;
            }

            .blog-masonry .inner-por-masonry .grid-item h3 {
                bottom: 50px;
            }

            .blog-masonry .inner-por-masonry .grid-item p {
                bottom: 60px;
            }

            .blog-masonry .inner-por-masonry .grid-item:hover:after {
                opacity: 0;
            }

            .blog-masonry .inner-por-masonry .grid-item:hover h3, .blog-masonry .inner-por-masonry .grid-item:hover h4 {
                transform: translate(0, 0px);
            }

            .blog-masonry .inner-por-masonry .grid-item:hover p {
                transform: translate(0, 0px);
            }

        ul.bastian li {
            width: 100%;
        }

            ul.bastian li:first-child {
                border-right: 1px solid #000;
                border-bottom: none;
            }

            ul.bastian li:last-child {
                border-left: 1px solid #000;
                border-top: none;
            }

        .control-page a.title {
            font: 400 30px/30px "Playfair Display";
        }

        .popup-content-wrapper {
            margin-top: 50px;
        }

            .popup-content-wrapper .close-popup {
                top: 20px;
            }

            .popup-content-wrapper h3 {
                margin-top: 80px;
                margin-bottom: 15px;
            }

            .popup-content-wrapper h4 {
                font-size: 25px;
                line-height: 30px;
            }

            .popup-content-wrapper p {
                font-size: 12px;
                line-height: 15px;
            }

            .popup-content-wrapper button {
                margin-top: 15px;
            }

        #quickview-content .product-details-content .options .action {
            max-width: 330px;
        }

            #quickview-content .product-details-content .options .action form {
                margin-top: 10px;
                margin-right: 10px;
            }

            #quickview-content .product-details-content .options .action a.link-ver1 {
                margin-left: 0px;
                margin-right: 10px;
                margin-top: 10px;
            }

        .banner-top-home3 .items {
            width: 50%;
            float: left;
            max-width: 400px;
        }

            .banner-top-home3 .items:last-child {
                float: right;
            }

        .products .product .action a {
            transform: translate(0px, 0px);
            opacity: 1;
        }

        .travel .col-md-6 {
            width: 50%;
            float: left;
        }

        .travel .col-md-12 {
            text-align: center;
        }

            .travel .col-md-12 .post-item {
                max-width: 700px;
                margin: auto;
                text-align: left;
            }

        .widget.tab-widget .post-item {
            /*max-width: 500px;*/
        }

        #header.header-v3.header-v4 #topbar .float-left {
            margin-top: 5px;
        }
    }

    @media (min-width: 768px) and (max-width: 1023px) {
        .navbar-right {
            float: right !important;
            margin-right: 0px !important;
        }

        .banner-home2-top {
            margin-top: 30px;
        }

            .banner-home2-top .col-md-3 {
                width: 50%;
            }

            .banner-home2-top .col-md-6 {
                float: left;
                width: 100%;
                padding: 0px;
                margin-top: 25px;
            }

        #primary {
            float: left;
            width: 100%;
            padding: 0px !important;
        }

        #secondary {
            padding: 0px !important;
            margin-top: 30px;
        }

        .banner-home3-bottom .col-md-8 {
            padding: 0px !important;
            margin-bottom: 30px;
        }

        .banner-home3-bottom .col-md-4 {
            padding: 0px !important;
        }

        .col-md-6.padding-left-0 {
            padding: 0px !important;
        }

        .col-md-6.padding-right-0 {
            padding: 0px !important;
        }
    }

    @media (max-width: 767px) {
        .tp-banner-container .tp-leftarrow {
            margin-top: -40px;
        }

        .tp-banner-container .tp-rightarrow {
            margin-top: -40px;
        }

        .tp-banner-container span {
            font-size: 12px;
            line-height: 20px;
        }

        .title-text h3 {
            font-size: 20px;
        }

        .title-text p {
            line-height: 20px;
        }

        .title-text::before {
            top: 17%;
        }

        .slidershow-container {
            margin-bottom: 20px;
        }

        .tab-container.space-30 {
            margin-bottom: 0px;
        }

        .box.margin-lr-0 {
            margin-left: 0px;
            margin-right: 0px;
        }

        .brand-container ul li {
            width: 33.33%;
            border-bottom: 1px solid #eeeeee;
        }

            .brand-container ul li:first-child, .brand-container ul li:nth-child(2) {
                width: 50%;
            }

            .brand-container ul li:nth-child(2) {
                border-right: 1px solid #eeeeee;
            }

        .mockup h2 {
            font-size: 30px;
        }

        .title-text.title-text-v2.title-text-v3 h3 {
            font-size: 24px;
        }

        #topbar .social {
            display: none;
        }

        #topbar .dropdown .btn {
            line-height: 40px;
        }

        #header .cart .icon-cart {
            height: auto;
        }

        #header .search i {
            height: auto;
        }

        #header .header-top .col-sm-3 {
            margin-top: 0px;
        }

        #header .topbar-right {
            width: 100%;
            text-align: center;
        }

        #primary {
            float: left;
            width: 100%;
            padding: 0px;
        }

        .banner-home3-bottom .col-md-8 {
            padding: 0px;
        }

        .banner-home3-bottom .col-md-4 {
            padding: 0px;
            margin-top: 20px;
        }

        #secondary {
            display: inline-block;
            width: 100%;
        }

        .mega-menu .navbar-header, .mega-menu ul.navbar-nav {
            margin: 0px;
        }

        #topbar {
            height: 40px;
            display: none;
        }

            #topbar .dropdown .btn {
                height: 40px;
                padding: 0 10px;
            }

            #topbar .topbar-right .sign-in {
                height: 40px;
                line-height: 40px;
                padding: 0 10px;
            }

        #header .header-top .logo a {
            font-size: 25px;
        }

        #header .header-top .col-md-10, #header .header-top .col-md-2 {
            width: auto;
        }

        #header .header-top .col-md-2 {
            float: left;
            margin-top: 8px;
        }

        #header .header-top .icon-menu-mobile {
            float: left;
            width: auto;
            margin-right: 10px;
        }

        .mega-menu ul.navbar-nav {
            margin-top: 20px;
            margin-bottom: 15px;
        }

        .bottom-home1.bottom-only-home1 .col-md-3 {
            width: 100%;
            padding: 0px;
        }

            .bottom-home1.bottom-only-home1 .col-md-3:nth-child(2) {
                margin-top: 30px;
            }

        #footer .menu-footer li {
            line-height: 30px;
        }

            #footer .menu-footer li a {
                margin: 0px 10px;
                font-size: 10px;
            }

        #footer .social a {
            margin: 0 10px;
        }

        .tp-bullets {
            opacity: 1;
        }

        .tp-rightarrow.default, .tp-leftarrow.default {
            opacity: 1;
        }

        .cart-list ul.list {
            height: 120px;
            overflow: scroll;
        }

            .cart-list ul.list li {
                padding: 10px 0px;
            }

        .blog-slider .blog-post-item .blog-post-content .cat {
            margin: 10px 0px;
            margin-top: 20px;
        }

            .blog-slider .blog-post-item .blog-post-content .cat:after {
                bottom: -7px;
            }

        .blog-slider .blog-post-item .blog-post-content .blog-title {
            font-size: 20px;
        }

        .blog-slider .blog-post-item .blog-post-content .comment {
            font-size: 10px;
        }

        .products .product .action a {
            transform: translate(0px, 0px);
            opacity: 1;
        }

        #header #topbar.topbar-v3 {
            padding: 0px;
        }

            #header #topbar.topbar-v3 .social {
                display: inline-block;
                margin-top: 0px;
            }

            #header #topbar.topbar-v3 .topbar-right {
                width: auto;
                text-align: right;
            }

        #header.header-v6 #topbar.topbar-v3 {
            margin: 15px 0px;
        }

        #header.header-v3.header-v7 #topbar.topbar-v3 {
            margin-bottom: 30px;
        }

        .shipping-v2 {
            padding: 25px 0px;
        }

            .shipping-v2 .col-md-3 {
                margin-bottom: 20px;
            }

        #header.header-v4 #topbar {
            padding: 3px;
        }

        .best-selling .col-md-4 .product .action {
            opacity: 1;
            display: inline-block;
        }

        .banner-home8-top .col-md-3 {
            width: 100%;
        }

        .time .distance {
            width: 100px;
        }

        .slider-loobook2 .slick-prev, .slider-loobook2 .slick-next {
            width: 100px;
        }

        .slider-loobook2 .items .text {
            left: 30px;
            right: 30px;
            padding-top: 30px;
            bottom: -35px;
        }

            .slider-loobook2 .items .text h3 {
                font-size: 30px;
                line-height: 30px;
                margin-bottom: 10px;
            }

            .slider-loobook2 .items .text p {
                font-size: 12px;
                margin-bottom: 20px;
            }

        .banner-header.banner-lbook3 .text {
            height: 100px;
            margin-top: -100px;
        }

            .banner-header.banner-lbook3 .text h3 {
                font-size: 40px;
                line-height: 30px;
                margin-bottom: 5px;
            }

        .blog-post-container-v4 .blog-post-content, .blog-post-container-v4 .blog-post-image {
            transform: translate(0px, 0px);
            opacity: 1;
        }

        .girllook .col-md-6 {
            padding: 0px;
        }

        .slider-full-screen2 .slider-one-item .product .text {
            top: 60px;
        }

            .slider-full-screen2 .slider-one-item .product .text .product-content {
                margin: 0px;
            }

            .slider-full-screen2 .slider-one-item .product .text .price {
                margin: 0px;
            }

        .wrap-breadcrumb .breadcrumb {
            width: 100%;
            text-align: center;
        }

        .wrap-breadcrumb .ordering-action {
            margin: 10px auto;
            width: 100%;
        }

        .wrap-breadcrumb .ordering {
            float: initial;
            margin: 0 auto 20px;
        }

        #secondary.col-md-3 {
            padding-right: 0px;
        }

        .mockup-v2 .mockup-center {
            width: 100%;
            text-align: center;
        }

            .mockup-v2 .mockup-center .col-md-4 {
                margin-bottom: 30px;
            }

                .mockup-v2 .mockup-center .col-md-4:last-child() {
                    margin-bottom: 0px;
                }

        .product-details-content.product-details-content-v2 .box-detalis-v2 .options {
            padding: 0px;
        }

        .mockup .col-md-6 {
            height: auto;
            padding-bottom: 30px;
            overflow: hidden;
        }

            .mockup .col-md-6 .wrap-text .text {
                padding-top: 15px;
            }

        .mockup-v2 .col-md-6 {
            height: auto;
            overflow: hidden;
            padding-bottom: 30px;
        }

            .mockup-v2 .col-md-6 .text .box-icons p {
                font: 300 12px/15px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            }

                .mockup-v2 .col-md-6 .text .box-icons p .icons {
                    height: 50px;
                    width: 50px;
                    line-height: 50px;
                    font-size: 20px;
                    margin-right: 10px;
                }

        .banner-product-details3 h3 {
            font: 400 14px/30px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        }

        .blog-masonry .grid-sizer, .blog-masonry .grid-item {
            width: 50%;
        }

        .blog-masonry {
            margin: 0px;
        }

        .banner-header.banner-lbook3.single-post .text h3 {
            font: 400 30px/30px "Playfair Display";
        }

        .wrap-googlemap .col-md-6 {
            padding: 0px;
        }

        #footer .newsletter-footer form {
            width: 100%;
        }

        #footer .footer-top .col-md-6 {
            padding-left: 5px;
            padding-right: 5px;
        }

        .tab-product-all.tab-product-all-v2.tab-por .products .item-inner {
            width: 50%;
        }

            .tab-product-all.tab-product-all-v2.tab-por .products .item-inner:nth-child(2n+1) {
                padding-right: 7px;
                padding-left: 0px;
            }

            .tab-product-all.tab-product-all-v2.tab-por .products .item-inner:nth-child(2n) {
                padding-left: 7px;
                padding-right: 0px;
            }

        ul.tabs.tabs-title.tabs-title-por li {
            padding: 0 15px;
        }

        .control-page a.title {
            font: 400 20px/20px "Playfair Display";
        }

        .control-page .box-icon {
            height: 40px;
            width: 40px;
            margin-left: -20px;
        }

            .control-page .box-icon i {
                line-height: 40px;
                font-size: 15px;
            }

        .popup-content {
            overflow-y: scroll;
        }

            .popup-content .popup-container .images {
                width: 100%;
                text-align: center;
            }

                .popup-content .popup-container .images img {
                    margin: 0 auto;
                }

        .popup-content-wrapper.popup-content-wrapper-v2 {
            max-width: 100%;
            border-radius: 0px;
        }

        .quickview-wrapper {
            overflow-y: scroll;
        }

            .quickview-wrapper .quick-modal {
                margin-top: 20px;
            }

            .quickview-wrapper #quickview-content .product .product-images, .quickview-wrapper #quickview-content .product .product-info {
                width: 100%;
                padding: 0px;
            }

        .travel .col-md-6 {
            width: 100%;
            margin-bottom: 20px;
        }

        .post-item.ver2 .text h2 a {
            font-size: 14px;
        }

        .technnology .post-item.ver2 .text h2 a {
            font-size: 18px;
        }

        .item-private .text h3.title a {
            font-size: 14px;
            line-height: 20px;
        }

        #header {
            padding-bottom: 5px;
        }

        .home2-head .overlay .images {
            float: left;
        }

        .home2-head .post-item .text {
            position: relative;
            float: left;
            bottom: inherit;
            background-color: #fff;
            color: #333;
        }

            .home2-head .post-item .text h2 {
                margin-top: 0px;
            }



                .home2-head .post-item .text h2 a {
                    color: #333;
                }

        .home2-head img {
            width: 100%;
            height: auto;
            max-height: inherit;
        }

        .home2-head .post-item.ver1 .description {
            text-shadow: none;
            color: #999;
        }

        .home-tabs-pic img {
            height: inherit;
            width: 100%;
        }

        .img-responsive {
            width: 100%;
            max-width: inherit;
        }

        .post-item .text h2 {
            margin-top: 0px;
        }

        .home2-head .text h2 a {
            font: 400 16px/22px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        }

        .post-item.ver4 {
            height: auto;
        }

        .home2-head .post-item {
            height: auto;
        }
    }



    @media (max-width: 467px) {
        .HeaderGradient {
            display: block;
            /*border-left: 20px solid #49757d;*/
            border-left: 0px solid #49757d;
            height: auto;
            z-index: 1024;
        }

            .HeaderGradient:before {
                display: block;
                width: 100%;
                /*border-top: 66px solid #1f1f1f;*/
            }

        .footerspacelogo {
            text-align: left;
            padding-top: 12px;
            vertical-align: middle;
        }

        .mega-menu {
            width: 100%;
            float: initial;
            z-index: 999;
            background: #fff;
            padding-left: 0;
        }

        #footer .logo-footer {
            max-width: 100%;
        }

        .logo_footer_middle {
            height: 78px;
        }

        #footer .social {
            text-align: center;
        }

            #footer .social a {
                float: none;
            }


        #topbar .topbar-right a {
            display: inline-block;
            border: none;
        }

        #topbar .topbar-right .sign-in {
            width: 100%;
            text-align: right;
            padding: 0px;
        }

            #topbar .topbar-right .sign-in a:nth-child(1) {
                float: left;
                padding: 0px;
            }

                #topbar .topbar-right .sign-in a:nth-child(1) span {
                    display: inline-block;
                }

        #topbar .topbar-right span {
            display: none;
        }

        .technnology .post-item.ver2 .images {
            padding-right: 0px;
        }

        #header .header-top .social a {
            width: 30px;
        }

            #header .header-top .social a i {
                line-height: 30px;
                font-size: 15px;
            }

        .icon-menu-mobile {
            margin-top: 3px;
        }

        .modal-body {
            padding: 0 20px;
        }

        .logo-mobile img {
            width: 100px;
        }

        .post-item .description {
            font-size: 12px;
        }

        .title-v1 .orther-link li:first-child a {
            margin-right: 10px;
        }

        .title-v1 .orther-link li a {
            font-size: 12px;
            margin-left: 0px;
            margin-right: 10px;
        }

        #header .header-top {
            display: inline-block;
            width: 100%;
        }

        #header .search .search-form {
            right: -15px;
        }

        #header .cart .cart-list {
            right: -40px;
        }

        #header .box-right {
            margin-top: 10px;
            display: none;
        }

        .featured-product .col-md-5 .product {
            width: 100%;
            padding: 0px;
        }

        .related-products .product-details {
            padding: 15px;
        }

            .related-products .product-details:after {
                right: 0px;
            }

        .tp-banner-container .tp-rightarrow, .tp-banner-container .tp-leftarrow {
            background-size: 40px auto;
            margin-top: -20px;
            width: 40px;
            height: 40px;
        }

            .tp-banner-container .tp-rightarrow i, .tp-banner-container .tp-leftarrow i {
                line-height: 40px;
            }

            .tp-banner-container .tp-rightarrow:hover, .tp-banner-container .tp-leftarrow:hover {
                background-position: left top;
            }

        .slider-product .tabs li {
            font-size: 8px;
        }

        .check-billing .table tr th:nth-child(2) {
            display: none;
        }

        .check-billing .table tr td:nth-child(2) {
            display: none;
        }

        .acc-login .form-group .btn:nth-child(2n) {
            width: 100%;
            margin-left: 0px;
            margin-top: 20px;
        }

        .acc-login .form-group .btn:nth-child(2n+1) {
            width: 100%;
            margin: 0px;
        }

        .products.grid_full .item-inner, .products.grid_full.grid_sidebar .item-inner {
            padding: 0px;
        }

        ul.tabs.title span {
            display: none;
        }

        ul.tabs.title li {
            font-size: 18px;
        }

        .newsletter .col-md-7 .newsletter-content form {
            height: 40px;
        }

            .newsletter .col-md-7 .newsletter-content form input {
                height: 40px;
                padding: 0 100px 0 15px;
            }

            .newsletter .col-md-7 .newsletter-content form button {
                height: 40px;
                width: 100px;
            }

        .banner-home2 .col-md-5 a .text h4 {
            font-size: 10px;
            margin-bottom: 10px;
            padding-bottom: 5px;
        }

        .banner-home2 .col-md-5 a .text h3 {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 15px;
        }

        .banner-home2 .col-md-5 a .text p {
            font-size: 8px;
            line-height: 13px;
            padding: 0 10px;
        }

        .banner-home2 .col-md-5 a .text button {
            font-size: 10px;
            height: 36px;
            line-height: 36px;
            margin-top: 15px;
            padding: 0 30px;
        }

        .pushmenu {
            width: 320px;
        }

        .pushmenu-left {
            right: -320px;
        }

        .pushmenu-push-toright {
            right: 320px;
        }

        .cart-list ul.list {
            height: 350px;
            overflow: scroll;
        }

            .cart-list ul.list li {
                padding: 10px 0px;
            }

        .shipping-container .col-md-4 i {
            font-size: 16px;
        }

        .shipping-container .col-md-4 h3 {
            letter-spacing: 2px;
            font-size: 11px;
        }

        .slider-product .tabs li {
            font-size: 11px;
            margin: 0 0 15px;
            padding: 0 10px;
        }

            .slider-product .tabs li:after {
                right: -4px;
            }

        .cart-list li a.delete-item {
            position: relative;
            display: inline-block;
            top: 12px;
        }

        .slider-one-item-home3 .product .text {
            width: 300px;
            height: 100px;
            margin-left: -150px;
            margin-top: -50px;
        }

            .slider-one-item-home3 .product .text h4 {
                margin-bottom: 5px;
                font-size: 10px;
                margin-top: 10px;
            }

            .slider-one-item-home3 .product .text h3 {
                font-size: 20px;
                margin-bottom: 10px;
                line-height: 20px;
                margin-bottom: 0px;
            }

            .slider-one-item-home3 .product .text p {
                display: none;
            }

            .slider-one-item-home3 .product .text button {
                font-size: 8px;
                padding: 0 10px;
                line-height: 21px;
                height: 25px;
            }

        .shipping-v2 p {
            display: none;
        }

        .shipping-v2 .col-md-3:last-child {
            padding: 0 15px;
        }

        .shipping-v2 h3 {
            font-size: 8px;
        }

        .tab-product-all .products .item-inner {
            width: 100%;
        }

            .tab-product-all .products .item-inner:nth-child(3n), .tab-product-all .products .item-inner:nth-child(3n+1), .tab-product-all .products .item-inner:nth-child(3n+2) {
                padding: 0px;
            }

        .banner-home4-top .col-xs-6 {
            width: 100%;
        }

        .testimonial p {
            line-height: 25px;
            font-size: 14px;
        }

        .newsletter-home4 .col-md-4:nth-child(3n+2) .items .text h3, .newsletter-home4 .col-md-4:nth-child(3n+2) .items .text p {
            display: none;
        }

        .newsletter-home4 .col-md-4:nth-child(3n+2) .items form input {
            font-size: 10px;
            padding: 0 60px 0 10px;
        }

        .newsletter-home4 .col-md-4:nth-child(3n+2) .items form button {
            padding: 0 20px;
        }

        #header.header-v4 #topbar .topbar-left .topbar-title, #header.header-v4 #topbar .topbar-left a {
            border: none;
            font-size: 9px;
            width: 32%;
        }

            #header.header-v4 #topbar .topbar-left .topbar-title i, #header.header-v4 #topbar .topbar-left a i {
                font-size: 12px;
            }

        .banner-home6 .col-md-6 .items .text {
            left: 20px;
        }

        .newsletter-home6 .newsletter-content form {
            max-width: 250px;
        }

        .banner-home7-top.banner-private .text {
            top: 15px;
        }

            .banner-home7-top.banner-private .text img {
                width: 30px;
                margin-bottom: 10px;
            }

            .banner-home7-top.banner-private .text h3 {
                font-size: 20px;
                padding-bottom: 10px;
                margin-bottom: 10px;
            }

            .banner-home7-top.banner-private .text p {
                display: none;
            }

        .instafeed .items {
            width: 100%;
        }

            .instafeed .items:nth-child(4), .instafeed .items:nth-child(5) {
                width: 100%;
            }

        .banner-hom7-center .col-md-6 {
            display: inline-block;
        }

        .banner-hom7-center .banner-private-v2 .text {
            width: 300px;
            height: 100px;
            margin-left: -150px;
            margin-top: -50px;
        }

            .banner-hom7-center .banner-private-v2 .text h4 {
                margin-bottom: 5px;
                font-size: 10px;
                margin-top: 10px;
            }

            .banner-hom7-center .banner-private-v2 .text h3 {
                font-size: 20px;
                margin-bottom: 10px;
                line-height: 20px;
                margin-bottom: 0px;
            }

            .banner-hom7-center .banner-private-v2 .text p {
                display: none;
            }

            .banner-hom7-center .banner-private-v2 .text button {
                font-size: 8px;
                padding: 0 10px;
                line-height: 21px;
                height: 25px;
            }

        #header.header-v7 #topbar .topbar-title span {
            display: none;
        }

        .banner-home8-top.banner-home8-center .text h3 {
            font-size: 30px;
            line-height: 30px;
        }

        .slider-slick-home8 .slick-next {
            right: 0px;
        }

        .slider-slick-home8 .slick-prev {
            left: 0px;
        }

        .best-selling .col-md-4 .products {
            padding-left: 15px;
            padding-right: 15px;
        }

            .best-selling .col-md-4 .products .product-images {
                margin: 0px;
                max-width: 100%;
            }

        .product-img-box .thumb-content li {
            max-width: 80px;
        }

        .product-details-content .options .action a.link-ver1 {
            margin-left: 0px;
            margin-right: 10px;
        }

        .product-details-content .options .action form {
            margin-bottom: 20px;
        }

        .upsell-product.products {
            margin: 0px;
        }

        .mockup .col-md-6 .wrap-text .text h3 {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 10px;
        }

        .mockup .col-md-6 .wrap-text .text p.title {
            margin-bottom: 10px;
        }

        .mockup .col-md-6 .wrap-text .text p {
            font-size: 12px;
            margin-bottom: 20px;
        }

        .slider-loobook2 .slick-list.draggable {
            padding: 0px;
        }

        .slider-loobook2 .slick-prev, .slider-loobook2 .slick-next {
            width: 50px;
        }

        .slider-loobook2 .items .text h3 {
            font-size: 20px;
            line-height: 20px;
        }

        .slider-loobook2 .items .text p {
            font-size: 10px;
        }

        .tile-lookbook-v2 p {
            font-size: 12px;
            line-height: 18px;
        }

        .banner-header .text {
            height: 80px;
            margin-top: -40px;
            width: 260px;
            margin-left: -130px;
            padding: 10px 30px;
        }

            .banner-header .text h3 {
                font-size: 14px;
                line-height: 15px;
            }

            .banner-header .text p {
                font-size: 10px;
            }

        .banner-header.banner-lbook3 .text {
            height: 100px;
            margin-top: -50px;
        }

            .banner-header.banner-lbook3 .text h3 {
                font-size: 20px;
                line-height: 20px;
                margin-bottom: 5px;
                padding-bottom: 0px;
            }

            .banner-header.banner-lbook3 .text p {
                font-size: 9px;
            }

            .banner-header.banner-lbook3 .text img {
                width: 100px;
            }

        .coupon .form-horizontal .control-label {
            display: none;
        }

        .coupon .form-control {
            padding-left: 10px;
            padding-right: 100px;
        }

        .coupon button {
            padding: 0px;
            font-size: 10px;
            width: 100px;
        }

        .boxed-content.boxed-content-v2 {
            padding: 20px 20px 20px 45px;
        }

        .login-box-container .form-horizontal .col-xs-6 {
            width: 100%;
            padding: 0px;
        }

        .login-box-container .link-button-fb {
            margin-bottom: 30px;
        }

        .tab-v1 .products .item-inner {
            width: 100%;
        }

        .banner-home3-lookbook1 .text h3 {
            font-size: 25px;
            letter-spacing: 15px;
        }

        .banner-home3-lookbook1 .text p {
            font-size: 10px;
        }

        .title-text h3 {
            font-size: 15px;
        }

        .banner-video .text {
            top: 30%;
        }

            .banner-video .text .icons {
                height: 80px;
                width: 80px;
                background-size: 100% auto;
            }

            .banner-video .text h3 {
                font: 400 15px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                letter-spacing: 10px;
            }

        .banner-home3-lookbook2 .text {
            height: 100px;
            margin-top: -50px;
        }

            .banner-home3-lookbook2 .text h3 {
                font: 300 14px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
                letter-spacing: 2px;
                padding-bottom: 10px;
            }

            .banner-home3-lookbook2 .text .icons {
                font-size: 30px;
                padding-bottom: 10px;
            }

            .banner-home3-lookbook2 .text a {
                font-size: 8px;
                display: none;
            }

                .banner-home3-lookbook2 .text a:hover {
                    background: none;
                }

        .banner-home-collec1.related-products .product-details .text {
            left: 20px;
            top: 20px;
            max-width: 400px;
        }

        .banner-home-collec1.related-products .product-details h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .banner-home-collec1.related-products .product-details h4 {
            font-size: 10px;
            margin-bottom: 5px;
        }

            .banner-home-collec1.related-products .product-details h4:after {
                position: static;
                height: 0px;
            }

        .banner-home-collec1.related-products .product-details .product-content {
            display: none;
        }

        .slider-full-screen2 .bx-viewport {
            height: 615px;
        }

        .slider-full-screen2 .bx-wrapper {
            width: 290px;
        }

        .slider-full-screen2 .slider-one-item .product .text {
            top: 30px;
            left: 30px;
        }

            .slider-full-screen2 .slider-one-item .product .text .product-content {
                display: none;
            }

            .slider-full-screen2 .slider-one-item .product .text h3 {
                font-size: 25px;
                margin-bottom: 10px;
            }

            .slider-full-screen2 .slider-one-item .product .text .price {
                font-size: 25px;
            }

        .wrap-breadcrumb .ordering {
            text-align: center;
        }

            .wrap-breadcrumb .ordering p.result-count {
                margin: 0px;
            }

            .wrap-breadcrumb .ordering .order-by {
                margin: 0px;
            }

        .products.mason-v1 .product:nth-child(1), .products.mason-v1 .product:nth-child(2) {
            width: 100%;
            padding: 0px;
        }

        .products.mason-v2 .product:nth-child(2), .products.mason-v2 .product:nth-child(3) {
            width: 100%;
            padding: 0px;
        }

        .products.grid_full.list-item .item-inner .product-images, .products.grid_full.list-item .item-inner .product-title, .products.grid_full.list-item .item-inner .product-price, .products.grid_full.list-item .item-inner .description {
            width: 100%;
            padding: 0px;
        }

        .products.grid_full.list-item .item-inner .product-title {
            margin-top: 20px;
        }

        .mockup-v2 .col-md-6 .text {
            padding-left: 15px;
            padding-right: 15px;
        }

            .mockup-v2 .col-md-6 .text h4 {
                font: 300 12px/15px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            }

            .mockup-v2 .col-md-6 .text h3 {
                font: 400 20px/20px "Playfair Display";
            }

            .mockup-v2 .col-md-6 .text .box-icons p {
                width: 100%;
            }

        .product-details-content.product-details-content-v2 .box-detalis-v2 .options {
            padding-bottom: 15px;
        }

        .product-details-content .box-detalis-v2 .options .infomation {
            padding-bottom: 50px;
        }

        .banner-product-details3 h3 {
            font: 400 12px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        }

        .blog-post-container .blog-post-item .blog-post-image iframe {
            max-height: 200px;
        }

        .blog-masonry .grid-sizer, .blog-masonry .grid-item {
            width: 100%;
        }

        .blog-masonry .grid-item {
            padding: 0px;
        }

        .banner-header.banner-lbook3.single-post .text h3 {
            font: 400 10px/10px "Playfair Display";
        }

        .banner-header.banner-lbook3.single-post .text p {
            display: none;
        }

            .banner-header.banner-lbook3.single-post .text p.cat {
                display: inline-block;
            }

        .media-left, .media-right, .media-body {
            display: inline;
        }

        .tab-product-all.tab-product-all-v2.tab-product-all-v3.tab-por .products .item-inner {
            width: 100%;
            padding: 0px;
        }

        ul.tabs.tabs-title.tabs-title-por li {
            line-height: 40px;
        }

        .blog-masonry .inner-por-masonry .grid-item {
            height: auto;
            width: 100%;
        }

        .title-page.size-50 h3 {
            font-size: 30px;
            line-height: 30px;
        }

        .control-page .next, .control-page .prev {
            width: 100%;
            text-align: left;
        }

        .control-page .box-icon {
            position: relative;
            left: 0px;
            margin: 20px auto;
        }

        .banner-top-home3 .items {
            width: 100%;
            float: left;
            max-width: 400px;
        }

            .banner-top-home3 .items:last-child {
                float: right;
            }

        .newsletter .col-md-7 .newsletter-content form button {
            padding: 0 5px;
        }

        .technnology .post-item.ver2 .images, .technnology .post-item.ver2 .text {
            width: 100%;
            max-width: 100%;
            display: block;
        }

        #footer .footer-bottom .menu-footer li a {
            margin-left: 0px;
            margin-right: 14px;
        }

            #footer .footer-bottom .menu-footer li a:after {
                left: -12px;
            }

        #header.header-v2 .header-top .social a {
            margin-top: 0px;
        }

            #header.header-v2 .header-top .social a i {
                line-height: 30px;
            }

        .mega-menu .sub-menu .col-md-3 {
            padding: 0px;
        }

        #footer.footer-v2 .footer-top {
            text-align: center;
        }

        .widget .tabs li h3 {
            font-size: 20px;
        }

        .box.margin-lr-0 .col-md-6 {
            padding: 0px;
        }

        #header.header-v3 #topbar .float-left p {
            display: none;
        }

        .post-item.ver6 .description {
            display: none;
        }

        .box-user .avatar, .box-user .text {
            display: inline-block;
            width: 100%;
            padding: 0px;
        }

        .box-user .avatar {
            margin-bottom: 30px;
        }

        .single-post .panel:before {
            width: 0px;
        }

        .single-post .panel .panel-body .media-body .media:before {
            width: 0px;
        }

        .single-post .pagination {
            padding: 0px;
        }

            .single-post .pagination p.title {
                display: block;
            }
            .single-post .pagination .next, .single-post .pagination .prev {
                float: left;
                width: 100%;
            }
                .single-post .content h3 {
            font-size: 24px;
            line-height: 30px;
        }

        .post-item {
            margin-bottom: 50px;
        }
    }

    .text {
        text-align: left;
        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: pre-wrap; /* css-3 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
        word-break: break-word;
        white-space: normal;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

        .text h3 {
            font-size: 18px;
        }

        .text .tag {
            color: #b5b5b5;
        }

    .text1 {
        text-align: justify;
        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: pre-wrap; /* css-3 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
        word-break: break-all;
        white-space: normal;
    }

    .textalignjustify {
        text-align: justify;
        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: pre-wrap; /* css-3 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
        word-break: break-all;
        white-space: normal;
    }

    .text1 .tag {
        font-size: 14px;
        color: #aeaeae;
    }

    .texthome {
        text-align: justify;
        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: pre-wrap; /* css-3 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
        word-break: break-all;
        white-space: normal;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

    .Mycity_leadtitle {
        padding: 7px;
        position: relative;
        -webkit-transition: background-color .3s;
        -o-transition: background-color .3s;
        transition: background-color .3s;
        font-weight: 600;
        -webkit-font-smoothing: antialiased;
        font-size: 18px !important;
        font-family: 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
        line-height: 1.375;
        background-color: #f2f2f2;
    }

    .texthome h3, .texthome h4 {
        margin: 0;
        text-align: left;
        word-break: keep-all;
    }

        .texthome h3 a {
            font: 600 16px/22px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            color: #000;
            cursor: pointer;
        }

        .texthome h4 a {
            font: 500 14px/22px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
            color: #454545;
            cursor: pointer;
            word-break: keep-all;
        }

            .texthome h3 a:hover, .texthome h4 a:hover {
                text-decoration: none;
                color: #db2e1c;
            }

    .border-bottom {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 4px;
    }

    .noPadding {
        padding: 0% !important;
    }

    /*====video play button css=======*/

    .video-thumbnail {
        position: relative;
        display: inline-block;
        cursor: pointer;
        margin: 0px;
    }

        .video-thumbnail:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            content: "\f01d";
            font-family: FontAwesome;
            font-size: 100px;
            color: #fff;
            opacity: .8;
            text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
        }

        .video-thumbnail:hover:before {
            color: #eee;
        }

    /*======thumb slider==========*/
    .product-slider {
        padding: 0px;
    }

        .product-slider #carousel {
            border: 4px solid #cecece;
            margin: 0;
        }

        .product-slider #thumbcarousel {
            margin: 12px 0 0;
            padding: 0 0px;
        }

            .product-slider #thumbcarousel .item {
                text-align: center;
            }

                .product-slider #thumbcarousel .item .thumb {
                    border: 4px solid #cecece;
                    width: 20%;
                    margin: 0 1px;
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    max-width: 120px;
                }

                    .product-slider #thumbcarousel .item .thumb:hover {
                        border-color: #1089c0;
                    }

        .product-slider .item img {
            width: 100%;
            height: auto;
        }

        .product-slider .carousel-control {
            color: #0284b8;
            text-align: center;
            text-shadow: none;
            font-size: 30px;
            width: 30px;
            height: 30px;
            line-height: 20px;
            top: 23%;
        }

            .product-slider .carousel-control:hover, .product-slider .carousel-control:focus, .product-slider .carousel-control:active {
                color: #333;
            }

            .product-slider .carousel-caption, .product-slider .carousel-control .fa {
                font: normal normal normal 30px/26px FontAwesome;
            }

        .product-slider .carousel-control {
            background-color: rgba(0, 0, 0, 0);
            bottom: auto;
            font-size: 20px;
            left: 0;
            position: absolute;
            top: 30%;
            width: auto;
        }

            .product-slider .carousel-control.right, .product-slider .carousel-control.left {
                background-color: rgba(0, 0, 0, 0);
                background-image: none;
                width: 34px;
                height: 34px;
                background: #49757d;
                color: #fff;
            }
    /*======rightside panal=================*/
    /*recent-post-col////////////////////*/
    .widget-sidebar {
        background-color: #fff;
        padding: 20px;
        margin-top: 30px;
    }

    .title-widget-sidebar {
        font-size: 16pt;
        border-bottom: 2px solid #e5ebef;
        margin-bottom: 15px;
        padding-bottom: 10px;
        margin-top: 0px;
    }

        .title-widget-sidebar:after {
            border-bottom: 2px solid #49757d;
            width: 150px;
            display: block;
            position: absolute;
            content: '';
            padding-bottom: 10px;
        }

    .recent-post {
        width: 100%;
        /*height: 80px;*/
        list-style-type: none;
    }

    .post-img img {
        /*width: 120px;
    height: auto;    float: left;   margin-right: 15px;*/
        border: 3px solid #49757d;
        transition: 0.5s;
        max-width: 100%;
        /* max-height: 297px; */
        overflow: hidden;
        height: 266px;
        object-fit: cover;
    }

    .recent-post a {
        text-decoration: none;
        color: #1f1f1f;
        transition: 0.5s;
    }

        .post-img, .recent-post a:hover {
            color: #49757d;
        }

            .post-img img:hover {
                border: 3px solid #1f1f1f;
            }

    .recent-post h4 {
        font: 400 16px/35px 'Product Sans Medium Regular', Helvetica, Arial, sans-serif;
        line-height: 18px;
        word-break: keep-all;
        text-align: left;
    }

    .recent-post .timelinepost {
        font: 14px/35px 'Product Sans Light Regular', Helvetica, Arial, sans-serif;
        line-height: 18px;
        color: #9f9f9f;
    }
    /*========Tags==================*/


    .mycitytags {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

    .mycityttags li {
        float: left;
    }

    .mycityttag {
        background: #eee;
        border-radius: 3px 0 0 3px;
        color: #999;
        display: inline-block;
        height: 26px;
        line-height: 26px;
        padding: 0 20px 0 23px;
        position: relative;
        margin: 0 10px 10px 0;
        text-decoration: none;
        -webkit-transition: color 0.2s;
    }

        .mycityttag::before {
            background: #fff;
            border-radius: 10px;
            box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
            content: '';
            height: 6px;
            left: 10px;
            position: absolute;
            width: 6px;
            top: 10px;
        }

        .mycityttag::after {
            background: #fff;
            border-bottom: 13px solid transparent;
            border-left: 10px solid #eee;
            border-top: 13px solid transparent;
            content: '';
            position: absolute;
            right: 0;
            top: 0;
        }

        .mycityttag:hover {
            background-color: #49757d;
            color: white;
            text-decoration: none;
        }

            .mycityttag:hover::after {
                border-left-color: #49757d;
            }


    /*-------------------tap menu V2*/
    /* header */

    .topheader {
        background-color: #283e4a;
        box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
        position: relative;
        width: 100%;
        z-index: 9999;
    }

        .topheader ul {
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
            background-color: #484848;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: #e8e8e8 1px solid;
        }

        .topheader li a {
            display: block;
            padding: 5px 15px;
            border-right: 1px solid #e8e8e8;
            text-decoration: none;
            color: #fff;
            font-size: 12px;
        }
        /*.topheader li a:nth-child(1) {
            border-right: 0px solid #e8e8e8;
        }*/
        .topheader li:last-child a {
            border-right: none;
        }

        .topheader li a:hover,
        .topheader .menu-btn:hover {
            background-color: black;
        }

        .topheader .logo {
            display: block;
            float: left;
            font-size: 2em;
            padding: 10px 20px;
            text-decoration: none;
        }

        /* menu */

        .topheader .menu {
            clear: both;
            max-height: 0;
            transition: max-height .2s ease-out;
            width: 100%;
        }

        /* menu icon */

        .topheader .menu-icon {
            cursor: pointer;
            display: inline-block;
            float: right;
            padding: 12px 16px;
            position: relative;
            user-select: none;
        }

            .topheader .menu-icon .navicon {
                background: #fff;
                display: block;
                height: 2px;
                position: relative;
                transition: background .2s ease-out;
                width: 18px;
            }

                .topheader .menu-icon .navicon:before,
                .topheader .menu-icon .navicon:after {
                    background: #fff;
                    content: '';
                    display: block;
                    height: 100%;
                    position: absolute;
                    transition: all .2s ease-out;
                    width: 100%;
                }

                .topheader .menu-icon .navicon:before {
                    top: 5px;
                }

                .topheader .menu-icon .navicon:after {
                    top: -5px;
                }

        /* menu btn */

        .topheader .menu-btn {
            display: none;
        }

            .topheader .menu-btn:checked ~ .menu {
                max-height: 240px;
                display: block;
            }

            .topheader .menu-btn:checked ~ .menu-icon .navicon {
                background: transparent;
            }

                .topheader .menu-btn:checked ~ .menu-icon .navicon:before {
                    transform: rotate(-45deg);
                }

                .topheader .menu-btn:checked ~ .menu-icon .navicon:after {
                    transform: rotate(45deg);
                }

            .topheader .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
            .topheader .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
                top: 0;
            }

    @media (min-width: 48em) {
       
        .topheader {
            z-index: 9999;
        }

            .topheader li {
                float: left;
            }
            .topheader .menu {
                clear: none;
                float: right;
                max-height: none;
            }

            .topheader .menu-icon {
                display: none;
            }
    }
@media (max-width: 992px) {
     .wrappermain {
            display: block;
            justify-content: space-between;
        }
}
    @media (max-width: 640px) {

        .HeaderGradient {
            z-index: 1024;
            height: 100%;
        }

        .topheader {
            max-height: 32px;
            background-color: #283e4a;
            box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
            /*position: relative;*/
            width: 100%;
            z-index: 9999;
        }


            .topheader li a {
                display: block;
                padding: 8px 15px;
                text-align: left;
                border-bottom: 1px solid #ccc;
            }

            .topheader ul {
                border: none;
            }

        element.style {
        }

        .headericon-bar a {
            padding: 1rem 2rem;
        }
       
        .main {
            height: 100%;
            min-height: 100%;
            overflow: hidden;
        }
        .sidebarright {
            width: 100%;
            height: 100%;
            min-height: 100%;
          
        }
    }
    /* footer begin==================Ramesh added css on 29-12-2020=========================*/
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    footer {
        margin-top: 50px;
    }

    .footer-sec {
        background: #283F6F;
        padding-top: 30px;
    }

    .footer-content {
    }

    .footer-tm {
        bottom: 0;
        background: #20335B;
        padding: 3%;
        color: rgba(255,255,255,0.2);
    }

        .footer-tm a {
            color: rgba(255,255,255,0.2);
            padding: 0 10px;
        }



    .my-city-site {
        display: inline-block;
    }

    .my-city-madurai-logo {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .my-city-jobs-logo-f {
        width: 20%;
    }

    .my-city-network {
        background: url("../../assets/footer_bg-1.png") no-repeat;
        width: 100%;
        position: absolute;
    }

        .my-city-network img {
            width: 100%;
            height: 500px;
        }

    .mrk {
        position: absolute;
        top: 28%;
        left: 22%;
        cursor: pointer;
    }

    .bubble-sec {
        position: absolute;
        top: 22%;
        left: 23%;
        cursor: pointer;
    }

    .europe .mrk {
        top: 15%;
        left: 55%;
    }

    .europe .bubble-sec {
        top: 9%;
        left: 56%;
    }

    .middle-east .mrk {
        top: 43%;
        left: 52%;
    }

    .middle-east .bubble-sec {
        top: 36%;
        left: 53.2%;
    }

    .india .mrk {
        top: 33%;
        left: 66%;
    }

    .india .bubble-sec {
        top: 28%;
        left: 67%;
    }

    .brazil .mrk {
        top: 56%;
        left: 30%;
    }

    .brazil .bubble-sec {
        top: 51%;
        left: 31%;
    }

    .brazil .mrk {
        top: 56%;
        left: 30%;
    }

    .brazil .bubble-sec {
        top: 49%;
        left: 31%;
    }

    .south-east-asia .mrk {
        top: 40%;
        left: 83%;
    }

    .south-east-asia .bubble-sec {
        top: 35%;
        left: 84%;
    }

    .australia .mrk {
        top: 63%;
        left: 83%;
    }

    .australia .bubble-sec {
        top: 56%;
        left: 84%;
    }

    .ntw-list {
        display: none;
    }

    @media screen and (max-width: 768px) {
        .post-img img {
            height: 100%;
        }
        .socialicon_header {
            position: absolute;
            margin-top: -5%;
            right: 0;
        }

        .d-md-flex {
            display: -ms-flexbox !important;
            display: block !important;
        }

        .my-city-jobs-logo-f {
            width: 80%;
            margin: 0 auto;
            text-align: center;
        }

        .my-city-madurai-logo {
            width: 60%;
        }

        .my-city-sites {
            text-align: center;
            margin: auto;
            width: 75%;
        }

        .my-city-network .bubble {
            display: none;
        }

        .ntw-list {
            background: rgb(40,63,111);
            color: white;
            display: block;
            padding: 20px;
        }

            .ntw-list a {
                color: #fff;
                padding: 5px;
                line-height: 35px;
            }

        .europe .mrk {
            top: 15%;
            left: 55%;
        }

        .middle-east .mrk {
            top: 36%;
            left: 55%;
        }

        .india .mrk {
            top: 30%;
            left: 66%;
        }

        .brazil .mrk {
            top: 50%;
            left: 30%;
        }

        .south-east-asia .mrk {
            top: 38%;
            left: 83%;
        }

        .australia .mrk {
            top: 55%;
            left: 83%;
        }

        .canada .pin {
            background: #00bcd4;
        }

        .canada .pulse:after {
            -moz-box-shadow: 0 0 3px 5px #00bcd4;
            -o-box-shadow: 0 0 3px 5px #00bcd4;
            -webkit-box-shadow: 0 0 3px 5px #00bcd4;
            box-shadow: 0 0 3px 5px #00bcd4;
        }

        .europe .pin {
            background: #d3de32;
        }

        .europe .pulse:after {
            -moz-box-shadow: 0 0 3px 5px #d3de32;
            -o-box-shadow: 0 0 3px 5px #d3de32;
            -webkit-box-shadow: 0 0 3px 5px #d3de32;
            box-shadow: 0 0 3px 5px #d3de32;
        }

        .south-east-asia .pin {
            background: #ffbd69;
        }

        .south-east-asia .pulse:after {
            -moz-box-shadow: 0 0 3px 5px #ffbd69;
            -o-box-shadow: 0 0 3px 5px #ffbd69;
            -webkit-box-shadow: 0 0 3px 5px #ffbd69;
            box-shadow: 0 0 3px 5px #ffbd69;
        }

        .brazil .pin {
            background: #f2a51a;
        }

        .brazil .pulse:after {
            -moz-box-shadow: 0 0 3px 5px #f2a51a;
            -o-box-shadow: 0 0 3px 5px #f2a51a;
            -webkit-box-shadow: 0 0 3px 5px #f2a51a;
            box-shadow: 0 0 3px 5px #f2a51a;
        }

        .middle-east .pin {
            background: #856c8b;
        }

        .middle-east .pulse:after {
            -moz-box-shadow: 0 0 3px 5px #856c8b;
            -o-box-shadow: 0 0 3px 5px #856c8b;
            -webkit-box-shadow: 0 0 3px 5px #856c8b;
            box-shadow: 0 0 3px 5px #856c8b;
        }

        .australia .pin {
            background: #be79df;
        }

        .australia .pulse:after {
            -moz-box-shadow: 0 0 3px 5px #be79df;
            -o-box-shadow: 0 0 3px 5px #be79df;
            -webkit-box-shadow: 0 0 3px 5px #be79df;
            box-shadow: 0 0 3px 5px #be79df;
        }

        .india-md i {
            color: #ff7171;
        }

        .canada-md i {
            color: #00bcd4;
        }

        .europe-md i {
            color: #d3de32;
        }

        .south-east-asia-md i {
            color: #ffbd69;
        }

        .middle-east-md i {
            color: #856c8b;
        }

        .australia-md i {
            color: #be79df;
        }

        .brazil-md i {
            color: #f2a51a;
        }
    }

    @media screen and (max-width: 600px) {
        /*.headericon-bar a {
            padding: 1rem 1.5rem;
        }*/
        .headericon-bar a {
            /* float: left; */
            padding: 0rem 1rem;
            padding-top: 1rem;
        }

        .my-city-network img {
            width: 100%;
            height: 300px;
        }

        .mrk {
            position: absolute;
            top: 20%;
            left: 22%;
            cursor: pointer;
        }

        .europe .mrk {
            top: 13%;
            left: 58%;
        }

        .middle-east .mrk {
            top: 33%;
            left: 55%;
        }

        .india .mrk {
            top: 23%;
            left: 67%;
        }

        .brazil .mrk {
            top: 40%;
            left: 30%;
        }

        .south-east-asia .mrk {
            top: 25%;
            left: 83%;
        }

        .australia .mrk {
            top: 45%;
            left: 83%;
        }
    }




    /* bubble */
    .bubble {
        box-sizing: border-box;
        float: left;
        width: auto;
        max-width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        clear: both;
        background: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        box-shadow: 0 5px 10px rgba(141,141,141,0.5);
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0 !important;
        /*  color: #000;*/
        text-shadow: 0 1px 1px rgba(255,255,255,0.8);
        word-wrap: break-word;
    }

        .bubble:before, .bubble:after {
            border-radius: 20px / 5px;
            content: '';
            display: block;
            position: absolute;
        }

        .bubble:before {
            border: 10px solid transparent;
            bottom: 0px;
            left: -7px;
            z-index: -2;
        }

        .bubble:after {
            border: 8px solid transparent;
            border-bottom-color: #fff; /* arrow color */
            bottom: 1px;
            left: -5px;
        }


    .bubble-alt {
        float: right;
    }

        .bubble-alt:before {
            left: auto;
            right: -7px;
        }

        .bubble-alt:after {
            left: auto;
            right: -5px;
        }

    .bubble p {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .pin {
        width: 30px;
        height: 30px;
        border-radius: 50% 50% 50% 0;
        background: #ff7171;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: -20px 0 0 -20px;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        -ms-animation-duration: 1s;
        animation-duration: 1s;
    }

        .pin:after {
            content: '';
            width: 14px;
            height: 14px;
            background: #f6f4e6;
            margin-top: 8px;
            margin-left: 7px;
            position: absolute;
            border-radius: 50%;
        }

    .pulse {
        background: rgba(0,0,0,0.2);
        border-radius: 50px;
        height: 15px;
        width: 15px;
        margin: 11px 0px 0px -12px;
        -webkit-transform: rotateX(55deg);
        -moz-transform: rotateX(55deg);
        -o-transform: rotateX(55deg);
        -ms-transform: rotateX(55deg);
        transform: rotateX(55deg);
        z-index: -2;
    }

        .pulse:after {
            content: "";
            border-radius: 50%;
            height: 40px;
            width: 40px;
            position: absolute;
            margin-top: -12px;
            margin-left: -12px;
            -webkit-animation: pulsate 1s ease-out;
            -moz-animation: pulsate 1s ease-out;
            -o-animation: pulsate 1s ease-out;
            -ms-animation: pulsate 1s ease-out;
            animation: pulsate 1s ease-out;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            -o-animation-iteration-count: infinite;
            -ms-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-box-shadow: 0 0 3px 2px #ff7171;
            box-shadow: 0 0 3px 5px #ff7171;
            -webkit-animation-delay: 1.1s;
            -moz-animation-delay: 1.1s;
            -o-animation-delay: 1.1s;
            -ms-animation-delay: 1.1s;
            animation-delay: 1.1s;
        }

    @-moz-keyframes pulsate {
        0% {
            -webkit-transform: scale(0.1, 0.1);
            -moz-transform: scale(0.1, 0.1);
            -o-transform: scale(0.1, 0.1);
            -ms-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

        50% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        100% {
            -webkit-transform: scale(1.2, 1.2);
            -moz-transform: scale(1.2, 1.2);
            -o-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }
    }

    @-webkit-keyframes pulsate {
        0% {
            -webkit-transform: scale(0.1, 0.1);
            -moz-transform: scale(0.1, 0.1);
            -o-transform: scale(0.1, 0.1);
            -ms-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

        50% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        100% {
            -webkit-transform: scale(1.2, 1.2);
            -moz-transform: scale(1.2, 1.2);
            -o-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }
    }

    @-o-keyframes pulsate {
        0% {
            -webkit-transform: scale(0.1, 0.1);
            -moz-transform: scale(0.1, 0.1);
            -o-transform: scale(0.1, 0.1);
            -ms-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

        50% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        100% {
            -webkit-transform: scale(1.2, 1.2);
            -moz-transform: scale(1.2, 1.2);
            -o-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }
    }

    @keyframes pulsate {
        0% {
            -webkit-transform: scale(0.1, 0.1);
            -moz-transform: scale(0.1, 0.1);
            -o-transform: scale(0.1, 0.1);
            -ms-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

        50% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        100% {
            -webkit-transform: scale(1.2, 1.2);
            -moz-transform: scale(1.2, 1.2);
            -o-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }
    }

    @-moz-keyframes bounce {
        0% {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transform: translateY(-2000px) rotate(-45deg);
            -moz-transform: translateY(-2000px) rotate(-45deg);
            -o-transform: translateY(-2000px) rotate(-45deg);
            -ms-transform: translateY(-2000px) rotate(-45deg);
            transform: translateY(-2000px) rotate(-45deg);
        }

        60% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            -webkit-transform: translateY(30px) rotate(-45deg);
            -moz-transform: translateY(30px) rotate(-45deg);
            -o-transform: translateY(30px) rotate(-45deg);
            -ms-transform: translateY(30px) rotate(-45deg);
            transform: translateY(30px) rotate(-45deg);
        }

        80% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
            -moz-transform: translateY(-10px) rotate(-45deg);
            -o-transform: translateY(-10px) rotate(-45deg);
            -ms-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
        }

        100% {
            -webkit-transform: translateY(0) rotate(-45deg);
            -moz-transform: translateY(0) rotate(-45deg);
            -o-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }
    }

    @-webkit-keyframes bounce {
        0% {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transform: translateY(-2000px) rotate(-45deg);
            -moz-transform: translateY(-2000px) rotate(-45deg);
            -o-transform: translateY(-2000px) rotate(-45deg);
            -ms-transform: translateY(-2000px) rotate(-45deg);
            transform: translateY(-2000px) rotate(-45deg);
        }

        60% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            -webkit-transform: translateY(30px) rotate(-45deg);
            -moz-transform: translateY(30px) rotate(-45deg);
            -o-transform: translateY(30px) rotate(-45deg);
            -ms-transform: translateY(30px) rotate(-45deg);
            transform: translateY(30px) rotate(-45deg);
        }

        80% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
            -moz-transform: translateY(-10px) rotate(-45deg);
            -o-transform: translateY(-10px) rotate(-45deg);
            -ms-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
        }

        100% {
            -webkit-transform: translateY(0) rotate(-45deg);
            -moz-transform: translateY(0) rotate(-45deg);
            -o-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }
    }

    @-o-keyframes bounce {
        0% {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transform: translateY(-2000px) rotate(-45deg);
            -moz-transform: translateY(-2000px) rotate(-45deg);
            -o-transform: translateY(-2000px) rotate(-45deg);
            -ms-transform: translateY(-2000px) rotate(-45deg);
            transform: translateY(-2000px) rotate(-45deg);
        }

        60% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            -webkit-transform: translateY(30px) rotate(-45deg);
            -moz-transform: translateY(30px) rotate(-45deg);
            -o-transform: translateY(30px) rotate(-45deg);
            -ms-transform: translateY(30px) rotate(-45deg);
            transform: translateY(30px) rotate(-45deg);
        }

        80% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
            -moz-transform: translateY(-10px) rotate(-45deg);
            -o-transform: translateY(-10px) rotate(-45deg);
            -ms-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
        }

        100% {
            -webkit-transform: translateY(0) rotate(-45deg);
            -moz-transform: translateY(0) rotate(-45deg);
            -o-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }
    }

    @keyframes bounce {
        0% {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transform: translateY(-2000px) rotate(-45deg);
            -moz-transform: translateY(-2000px) rotate(-45deg);
            -o-transform: translateY(-2000px) rotate(-45deg);
            -ms-transform: translateY(-2000px) rotate(-45deg);
            transform: translateY(-2000px) rotate(-45deg);
        }

        60% {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            -webkit-transform: translateY(30px) rotate(-45deg);
            -moz-transform: translateY(30px) rotate(-45deg);
            -o-transform: translateY(30px) rotate(-45deg);
            -ms-transform: translateY(30px) rotate(-45deg);
            transform: translateY(30px) rotate(-45deg);
        }

        80% {
            -webkit-transform: translateY(-10px) rotate(-45deg);
            -moz-transform: translateY(-10px) rotate(-45deg);
            -o-transform: translateY(-10px) rotate(-45deg);
            -ms-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
        }

        100% {
            -webkit-transform: translateY(0) rotate(-45deg);
            -moz-transform: translateY(0) rotate(-45deg);
            -o-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }
    }



    .flip-container {
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -o-perspective: 1000;
        perspective: 1000;
    }

        .flip-container:hover .flipper,
        .flip-container.hover .flipper {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

    .flip-container, .front, .back {
        width: 150px;
        height: 150px;
    }

    .flipper {
        -webkit-transition: 0.6s;
        -webkit-transform-style: preserve-3d;
        -moz-transition: 0.6s;
        -moz-transform-style: preserve-3d;
        -o-transition: 0.6s;
        -o-transform-style: preserve-3d;
        transition: 0.6s;
        transform-style: preserve-3d;
        position: relative;
    }

    .front, .back {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .front {
        background: rgba(0,0,0,0.9);
        z-index: 2;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    .back {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        background: url("../../footer_logos/hover_img/1.jpg") 0 0 no-repeat;
        z-index: 10;
    }

    .front.two, .front.four, .front.six, .front.eight, .front.ten, .front.twelve {
        background: #fff;
    }

    .front.three, .front.five, .front.seven, .front.nine, .front.eleven {
        background: #000;
    }

    .back.two {
        background: url("../../footer_logos/hover_img/2.jpg") 0 0 no-repeat;
    }

    .back.three {
        background: url("../../footer_logos/hover_img/3.jpg") 0 0 no-repeat;
    }

    .back.four {
        background: url("../../footer_logos/hover_img/4.jpg") 0 0 no-repeat;
    }

    .back.five {
        background: url("../../footer_logos/hover_img/5.jpg") 0 0 no-repeat;
    }

    .back.six {
        background: url("../../footer_logos/hover_img/6.jpg") 0 0 no-repeat;
    }

    .back.seven {
        background: url("../../footer_logos/hover_img/7.jpg") 0 0 no-repeat;
    }

    .back.eight {
        background: url("../../footer_logos/hover_img/8.jpg") 0 0 no-repeat;
    }

    .back.nine {
        background: url("../../footer_logos/hover_img/9.jpg") 0 0 no-repeat;
    }

    .back.ten {
        background: url("../../footer_logos/hover_img/10.jpg") 0 0 no-repeat;
    }

    .back.eleven {
        background: url("../../footer_logos/hover_img/11.jpg") 0 0 no-repeat;
    }

    .back.twelve {
        background: url("../../footer_logos/hover_img/12.jpg") 0 0 no-repeat;
    }

    .front .name {
        font-size: 2em;
        display: inline-block;
        background: rgba(33, 33, 33, 0.9);
        color: #f8f8f8;
        font-family: Courier;
        padding: 5px 10px;
        border-radius: 5px;
        bottom: 60px;
        left: 25%;
        position: absolute;
        text-shadow: 0.1em 0.1em 0.05em #333;
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    .back-logo {
        position: absolute;
        top: 40px;
        left: 90px;
        width: 160px;
        height: 117px;
        background: url(http://davidwalsh.name/demo/logo.png) 0 0 no-repeat;
    }

    .back-title {
        font-weight: bold;
        color: #00304a;
        position: absolute;
        top: 180px;
        left: 0;
        right: 0;
        text-align: center;
        text-shadow: 0.1em 0.1em 0.05em #acd7e5;
        font-family: Courier;
        font-size: 2em;
    }

    .back p {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0 20px;
        font-family: arial;
        line-height: 2em;
    }

    /* footer end*/


    /*=================styles added ramesh on 30-12-2020=======V3==========*/
    .page-wrapper {
        display: table;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .boxshadow {
        -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
        -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
        /*padding: 0px;*/
        position: relative;
    }

    .background-color-white {
        background-color: #fff;
    }


    .newtext_rotate_background {
        margin: 20px;
        width: 60px;
        height: 60px;
        background: #2b6cc6;
        animation-name: spin;
        animation-duration: 4000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        border-radius: 40px;
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }



    /*===========Ramesh added css on 21-01-2021 ============*/



    /*.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

    .social-btns .btn:before {
        top: 90%;
        left: -110%;
    }

    .social-btns .btn .fa {
        transform: scale(1);
    }

    .social-btns .btn.HOME:before {
        background-color: #ededed;
    }

    .social-btns .btn.HOME .fa {
        color: #3b5998;
    }

    .social-btns .btn.JOBS:before {
        background-color: #ededed;
    }

    .social-btns .btn.JOBS .fa {
        color: #3cf;
    }

    .social-btns .btn.CLASSIFIEDS:before {
        background-color: #ededed;
    }

    .social-btns .btn.CLASSIFIEDS .fa {
        color: #dc4a38;
    }

    .social-btns .btn.MATRIMONY:before {
        background-color: #ededed;
    }

    .social-btns .btn.MATRIMONY .fa {
        color: #f26798;
    }

    .social-btns .btn.FORHIRE:before {
        background-color: #ededed;
    }

    .social-btns .btn.FORHIRE .fa {
        color: #00aff0;
    }
    .social-btns .btn.OPPORTUNITIES:before {
        background-color: #ededed;
    }

    .social-btns .btn.OPPORTUNITIES .fa {
        color: #00aff0;
    }
    .social-btns .btn:focus:before,
    .social-btns .btn:hover:before {
        top: -10%;
        left: -10%;
    }

    .social-btns .btn:focus .fa,
    .social-btns .btn:hover .fa {
        color: #fff;
        transform: scale(1.1);
    }

.social-btns {
    height: 50px;
    margin: auto;
    font-size: 0;
    text-align: center;
   
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .social-btns .btn {
        display: inline-block;
        background-color: #fff;
        width: 60px;
        height: 60px;
        line-height: 50px;
        margin: 0 10px;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
        opacity: 0.99;
    }

        .social-btns .btn:before {
            content: '';
            width: 120%;
            height: 120%;
            position: absolute;
            transform: rotate(45deg);
        }

        .social-btns .btn .fa {
         
            vertical-align: middle;
        }*/
    .notification.icon {
        position: relative;
        text-align: center;
        z-index: 105;
    }

        .notification.icon .notification-number {
            position: absolute;
            right: -19px;
            top: -25px;
            z-index: 109;
            background: #ff4936;
            border: 3px solid #FFF;
            border-radius: 50%;
            padding-top: 5px;
            height: 25px;
            width: 25px;
            font-family: sans-serif;
            text-align: center;
            font-size: 15px;
            font-weight: 700;
            line-height: 10px;
            color: #FFF;
            -webkit-animation: rubberBand 1s infinite;
        }

    @keyframes rubberBand {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        30% {
            -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
        }

        40% {
            -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
        }

        50% {
            -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
        }

        65% {
            -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
        }

        75% {
            -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    .red-tooltip + .tooltip > .tooltip-inner {
        background-color: #f00;
    }

    .red-tooltip + .tooltip > .tooltip-arrow {
        border-bottom-color: #f00;
    }



    /****** Feb 3rd 2021 ******/
    .my-city-sites {
        /*width: 60%;*/
        margin: auto;
        display: grid;
        grid-template-columns: auto auto auto auto auto auto;
    }

    .mc_gd_2 {
        display: grid;
        grid-template-columns: auto auto;
    }

    @media screen and (max-width: 1400px) {
        .my-city-madurai-logo {
            width: 100%;
        }
    }

    @media screen and (max-width: 1300px) {
        .front {
            width: 130px;
        }

        .flip-container, .front, .back {
            width: 130px;
            height: 130px;
        }

        .flipper .front img {
            width: 95%;
        }
    }

    @media screen and (max-width: 1200px) {
        .my-city-madurai-logo {
            width: 90%;
        }

        .front {
            width: 100px;
        }

        .flip-container, .front, .back {
            width: 100px;
            height: 100px;
        }
    }

    @media screen and (max-width: 992px) {
        .my-city-ftrs {
            display: block !important;
        }

        .my-city-madurai-logo {
            max-width: 300px;
            width: 350px;
        }

        .my-city-sites {
            margin-top: 20px;
            width: 60% !important;
        }
    }

    @media screen and (max-width: 900px) {
        .my-city-sites {
            width: 70% !important;
        }
    }

    @media screen and (max-width: 768px) {
        .my-city-sites {
            width: 55% !important;
            display: block;
        }

        .mc_gd_2 {
            grid-template-columns: auto auto;
        }

        .front {
            width: 200px;
        }

        .flip-container, .front, .back {
            width: 200px;
            height: 200px;
        }
    }

    @media screen and (max-width: 600px) {
        .my-city-sites {
            width: 50% !important;
        }

        .front {
            width: 150px;
        }

        .flip-container, .front, .back {
            width: 150px;
            height: 150px;
        }
    }

    @media screen and (max-width: 500px) {
        .my-city-sites {
            width: 50% !important;
        }

        .front {
            width: 120px;
        }

        .flip-container, .front, .back {
            width: 120px;
            height: 120px;
        }
    }

    @media screen and (max-width: 400px) {
        .my-city-sites {
            width: 80% !important;
        }

        .front {
            width: 150px;
        }

        .flip-container, .front, .back {
            width: 150px;
            height: 150px;
        }
    }

    @media screen and (max-width: 350px) {
        .my-city-madurai-logo {
            width: 70%;
        }

        .my-city-sites {
            width: 60% !important;
        }

        .front {
            width: 100px;
        }

        .flip-container, .front, .back {
            width: 100px;
            height: 100px;
        }
    }

    @media screen and (max-width: 270px) {
        .my-city-sites {
            width: 75% !important;
        }
    }

    @media screen and (max-width: 250px) {
        .my-city-sites {
            width: 70% !important;
        }

        .front {
            width: 80px;
        }

        .flip-container, .front, .back {
            width: 80px;
            height: 80px;
        }
    }

    @media screen and (max-width: 200px) {
        .my-city-sites {
            width: 50% !important;
        }

        .front {
            width: 50px;
        }

        .flip-container, .front, .back {
            width: 50px;
            height: 50px;
        }
    }


@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    ::i-block-chrome, .topmenunav li {
        padding: 0px 6px;
    }
        ::i-block-chrome, .topmenunav li:last-child {
            top: 0px;
            margin-left: 5px;
        }
        ::i-block-chrome, .topmenunav li:nth-child(2) {
            top: -20px;
        }
        ::i-block-chrome, .topmenunav li:nth-child(3) {
            top: -20px;
        }

        ::i-block-chrome, .topmenunav li:nth-child(4) {
            top: -20px;
        }
        ::i-block-chrome, .topmenunav li:nth-child(5) {
            top: -20px;
        }
        ::i-block-chrome, .topmenunav li:nth-child(6) {
            top: -20px;
        }

    ::i-block-chrome, .topmenunav ul li ul li:nth-child(3) {
        top: 0px;
    }

    ::i-block-chrome, .topmenunav ul li ul li:nth-child(5) {
        top: 0px !important;
    }

    ::i-block-chrome, .top-line {
        height: 38px;
    }

    ::i-block-chrome, #divLoading {
        display: none;
    }

    ::i-block-chrome, body {
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 600 !important;
    }

    ::i-block-chrome, .title-v1 .orther-link li a {
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #323335 !important;
        margin-left: 10px;
        font-weight: 600 !important;
    }

    ::i-block-chrome, .text .tag {
        color: #909090 !important;
        font-weight: 600 !important;
    }

    ::i-block-chrome, .post-item.ver4 .text {
        bottom: 0 !important;
    }
}


/*Vishnu Manda 22 March 2021*/
@media (max-width: 300px) {
.navV2 label.logo {
    padding-left: 10px;
}
}








