    /*Global
=====================================*/

    @import url(https: //fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,600italic,700italic,800,800italic);

    html {
        /* background-color: #e6e9e9;*/
    }

    * {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    body {
        font-family: "Open Sans", sans-serif;
        font-size: 1em;
        line-height: 1.8em;
        font-weight: 400;
        color: #292f33;
      
        background-image: url(../img/common/bg1.png);
        /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);*/
    }

    hr {
        border: 0;
        background-color: #dedede;
        height: 1px;
        width: 100%;
        text-align: left;
        margin-bottom: 2em;
        margin-top: 2em;
    }

    hr.hr-short {
        margin-bottom: 1em;
        margin-top: 1em;
    }

    p {
        font-size: 1em;
        margin-bottom: 1.5em;
    }

    /* ==========================================================================
   Typography
   ========================================================================== */

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #b3873c;
        font-weight: lighter;
        line-height: 1.3em;
        margin: 0;
    }

    h2,
    h1 {
        margin-bottom: .7em;
        margin-top: .8em;
        font-weight: lighter;
        font-size: 30px;
    }

    h2 {
        margin-bottom: 1em;
        margin-top: 1em;
        font-weight: lighter;
        font-size: 24px;
    }

    h3 {
        font-size: 0.9em;
    }

    a {
        text-decoration: none;
    }

    b,
    strong {
        font-weight: 600;
    }

    /* ==========================================================================
  PAGES LAYOUT COMMONS
   ========================================================================== */
    /* main-social
=====================================*/

    .mail_icon {
        color: #b3873c;
        padding: 0px 8px;
        font-size: 16px;
    }

    .mail_icon img {
        margin-right: 20px;
        float: left;
        padding: 8px 0px;
    }

    .main-social-Media {
        display: block;
        padding: 5px;
        margin-top: 5px;
        text-align: right;
    }

    .main-social-Media a {
        display: inline-block;
    }

    a.social-bg-position {
        background-image: url(../img/common/fabook_icon.png);
        background-position: 0px -54px;
        width: 30px;
        height: 26px;
        margin-right: 10px;
        cursor: pointer;
    }

    a.social-bg-position:hover {
        width: 30px;
        height: 26px;
        margin-right: 10px;
        background-position: 0px 0px;
    }

    a.facebook-bg {
        background-image: url(../img/common/fabook_icon.png);
    }

    a.facebook-bg:hover {
        background-image: url(../img/common/fabook_icon.png);
    }

    a.twitter-bg {
        background-image: url(../img/common/twiter_icon.png);
    }

    a.twitter-bg:hover {
        background-image: url(../img/common/twiter_icon.png);
    }

    a.g-bg {
        background-image: url(../img/common/g_icon.png);
    }

    a.g-bg:hover {
        background-image: url(../img/common/g_icon.png);
    }

    /* main-hearder section
-----------------------------*/

    .main-logo {
        text-align: center;
    }

    /* main-hearder section
-----------------------------*/

    .main-hearder {
        position: fixed;
        top: 80px;
        width: 100%;
        z-index: 80;
        background: #fff;
        padding: 10px 0;
    }

    /* Main-Nav section
-----------------------------*/

    .main-nav {
        text-align: center;
        padding-top: 8px;
        padding-bottom: 10px;
    }

    .main-nav li {
        display: none;
    }

    .main-nav a {
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 10px 10px;
        color: #282828;
        font-size: 14px;
        font-weight: lighter;
    }

    .main-nav li a:hover {
        transition: .1s;
        color: #b3873c;
    }

    a.mobile_menu {
        z-index: 100;
        width: 32px;
        background: url(../img/common/menu.png) no-repeat 0 0;
        background-size: contain;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: 100px;
        display: block;
    }

    .current a {
        color: #b3873c;
        font-weight: normal;
    }

    .main-banner {
        width: 1200px;
        height: 300px;
        background-image: url(../img/home/banner_bg.jpg);
        background-color: dimgray;
    }

    /* Main-footer section
-----------------------------*/

    .main-footer {
        margin-top: 30px;
        padding: 10px 0px;
        background-color: #f9f9f9;
        border-top: 1px solid #dedede;
        text-align: center;
        font-weight: normal;
        font-size: .8em;
    }

    .main-footer h1 {
        font-weight: lighter;
        font-size: 20px;
    }

    .bg-darkbrown {
        background: #372e29;
        min-height: 56px;
        color: #b3873c;
        font-weight: normal;
        margin-top: 30px;
        padding-top: 18px;
    }

    .copy-right {
        text-align: left;
    }

    .BackToTop {
        text-align: right;
    }

    .footer-link a {
        color: #282828;
        line-height: 2em;
    }

    .footer-link a:hover {
        color: #b3873c;
    }

    a.mail {
        color: #726256;
    }

    a.mail:hover {
        color: #b3873c;
    }

    /*UI Common
=====================================*/

    .bold {
        font-weight: bold;
    }

    .img-responsive {
        height: auto;
        width: 100%;
    }

    .bg-white {
        display: block;
        background: #fff;
        padding: 5px;
        margin-top: 10px;
    }

    .color-white {
        color: #f9f9f9;
    }

    /*Common  Helpers UI
-------------------------*/
    /*Gallery*/

    .og-expander-inner {
        background: #f8f8f8;
    }

    .elastislide-wrapper {
        position: relative;
        background-color: #fff;
        margin: 0 auto;
        min-height: 60px;
        box-shadow: inset 0 0 10px #000;
        -moz-box-shadow: inset 0 0 10px #000;
        -webkit-box-shadow: inset 0 0 10px #000;
    }

    .og-details .infosep {
        border-bottom: 1px solid #F0F0F0;
        box-shadow: 0 1px #ccc;
        margin: 15px 0;
    }

    .borderline img {
        margin-top: 30px;
        border: 1px solid #dedede;
        background-color: #fff;
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 30px;
    }

    .bgwhite-border {
        border-top: 1px solid #dedede;
        background: #fff;
    }

    .bgwhite {
        background: #fff;
    }

    .borderline-5 {
        padding: 5px;
        border: 1px solid #dedede;
    }

    .rounded {
        border-radius: 5px;
    }

    .transition:hover {
        transition: .7s;
    }

    .h-space {
        margin-bottom: 2em;
        margin-top: 2em;
    }

    .img-border {
        border: 8px solid #fff;
        border-radius: 5px;
    }

    .img-spaceBottom {
        margin-bottom: 1em;
    }

    .zoom {
        -webkit-transition: all 1s ease;
        /* Safari and Chrome */
        -moz-transition: all 1s ease;
        /* Firefox */
        -o-transition: all 1s ease;
        /* IE 9 */
        -ms-transition: all 1s ease;
        /* Opera */
        transition: all 1s ease;
    }

    .zoom:hover {
        -webkit-transform: scale(1.1);
        /* Safari and Chrome */
        -moz-transform: scale(1.05);
        /* Firefox */
        -ms-transform: scale(1.05);
        /* IE 9 */
        -o-transform: scale(1.05);
        /* Opera */
        transform: scale(1.05);
    }

    .content-space-top-5em {
        padding-top: 5em;
    }

    .content-space-top-3em {
        padding-top: 3em;
    }

    .content-space-bottom-3em {
        padding-bottom: 3em;
    }

    .cocontent-space-bottom-5em {
        padding-bottom: 5em;
    }

    .float-left {
        float: left;
    }

    .grey_background {
        background: #f2f3f3;
    }

    .white-background {
        background: #f9f9f9;
    }

    /*Buttons
-------------------------*/

    .btn {
        border-radius: 5px;
        display: inline-block;
        color: #f9f9f9;
        font-weight: 400;
        font-size: 14px;
        cursor: pointer;
        border-radius: 4px;
        background-repeat: no-repeat;
        padding: 7px 45px 7px 0px;
        margin-bottom: 50px;

        /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    }

    a.btn {
        text-decoration: none;
    }

    .btn-white {
        background-color: #f9f9f9;
        background-image: url(../img/common/btn_icon.png);
        background-repeat: no-repeat;
        font-weight: 400;
        cursor: pointer;
        color: #b3873c;
    }

    .btn-default {
        color: #726256;
        font-weight: 400;
        background-image: url(../img/common/btn_icon.png);
        cursor: pointer;
        background-position: right 25px bottom 13px;
        font-size: 16px;
        font-weight: normal;
        background-repeat: no-repeat;
    }

    .btn-default:hover {
        color: #b3873c;
        background-image: url(../img/common/btn_icon_hover.png);
    }

    .btn:hover {
        color: #b3873c;
        background-image: url(../img/common/btn_icon_hover.png);
    }

    .btn-sml {
        font-weight: 400;
        font-size: .8em;
        background-position: 8em 1.2em;
        padding: 7px 45px 7px 20px;
    }

    .btn-sml:hover {
        background-position: 8em -1.9em;
    }

    .btn-md {
        font-weight: 400;
        background-position: 8em 1.2em;
        padding: 15px 32px;
        background: #b3873c;
        color: #f9f9f9;
        display: inlie-block;
        border-radius: 5px;
        text-transform: uppercase;
    }

    .btn-md:hover {
        opacity: .9;
    }

    .btn-lg {
        padding: 15px 45px 15px 45px;
        font-weight: 500;
    }

    .btn-lg:hover {
        background-position: 10em -0.9em;
    }

    .transition {
        transition: .8s;
    }

    .bg-light {
        background-color: #f9f9f9;
    }

    .centered-content {
        text-align: center;
    }

    .centered-content p {
        padding: 0 50px;
        font-size: 18px;
        font-size: 24px;
        line-height: 36px;
        font-weight: lighter;
    }

    .shadow-soft {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }

    .shadow-strong {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    }

    /* PAGES  LAYOUTS
=====================================*/
    /*Home Styles*/

    .display {
        margin-top: 30px;
        padding-top: 75px;
        cursor: pointer;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
       
    }

    .display p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .display h2 {
        font-size: 24px;
        font-weight:300;
    }

    .display-best_designs {
        background: url(../img/home/bestdesign_icon.jpg) no-repeat;
        background-position: 50% 0px;
    }

    .display-best_designs:hover {
        background: url(../img/home/bestdesign_hover_icon.jpg) no-repeat;
        background-position: 50% 0px;
    }

    .display-customised {
        background: url(../img/home/customised_icon.jpg) no-repeat;
        background-position: 50% 0px;
    }

    .display-customised:hover {
        background: url(../img/home/customised_hover_icon.jpg) no-repeat;
        background-position: 50% 0px;
    }

    .display-fast {
        background: url(../img/home/fast_icon.jpg) no-repeat;
        background-position: 50% 0px;
    }

    .display-fast:hover {
        background: url(../img/home/fast_hover_icon.jpg) no-repeat;
        background-position: 50% 0px;
    }

    .whyus {
        padding: 20px 60px;
    }

    .bead-bg {
        /*background: url(../img/common/bg_beads.jpg);*/
        height: 150px;
        margin: 20px 0;
        padding-top: 70px;
    }

    .product-slider {
        height: auto;
        width: 100%;
        margin: auto;
    }

    .client_logo {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    p a.mail {
        color: #b3873c;
    }

    /*About Common*/

    .padding-all {
        padding: 50px 50px 50px 50px;
    }

    .about-nav li {
        display: inline-block;
    }

    .about-nav li a {
        color: #f3f3f3;
        cursor: pointer;
        font-size: 1em;
        font-weight: lighter;
        display: block;
        padding-top: 28px;
        padding-bottom: 27px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-nav li a:hover,
    .about-nav .current {
        background: #b3873c;
        transition: .4s;
    }

    /* Product Pages section*/

    .product-display {
        margin: 5px;
        margin-top: 20px;
        padding: 20px;
        background-color: #fff;
        border: 1px solid #f3f3f3;
    }

    .product-display h2 {
        margin-top: .5em;
        margin-bottom: .7em;
        display: inline-block;
        font-size: 18px;
    }

    .product-display h2 span {
        font-weight: normal;
    }

    .product-display .btn {
        background: initial;
        margin: 0;
        margin-right: 5px;
        float: right;
        padding-right: 5px;
        padding-bottom: 5px;

    }

    .product-display:hover {
        background: #f9f9f9;
    }

    .product-display p {
        margin: 0;
    }

    .grid-4 .product-display img {
        text-align: center;
        border-bottom: 1px solid #efefef;
    }

    /* Product-Details Pages section*/

    .tabs-menu {
        height: 30px;
        float: left;
        clear: both;
        background-color: #fff;
    }

    .tabs-menu li {
        height: 30px;
        line-height: 30px;
        float: left;
        margin-right: 20px;
    }

    .tabs-menu li.current {
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #b3873c;
        z-index: 5;
    }

    .tabs-menu li a {
        padding: 15px;
        text-transform: uppercase;
        color: #282828;
        text-decoration: none;
        font-size: 20px;
        font-weight: lighter;
    }

    .tabs-menu .current a {
        color: #b3873c;
    }

    .tabs-menu li:hover {
        border-bottom: 1px solid #b3873c;
    }

    .tab {
        border-bottom: 1px solid #dedede;
        border-right: 1px solid #dedede;
        border-left: 1px solid #dedede;
        border-top: 1px solid #dedede;
        background-color: #fff;
        float: left;
        margin-bottom: 20px;
        padding: 10px;
        width: auto;
    }

    .tab-content {
        width: 660px;
        padding: 20px;
        display: none;
        min-height: 400px;
    }

    .tab-content h2 {
        margin-top: 0px;
    }

    #tab-1 {
        display: block;
    }

    .product-description {
        padding: 50px 50px 50px 50px;
        background: #fff;
        border: 1px solid #f8f8f8;
    }

    .product-description li span {}

    .product-description .btn-md {
        display: inline-block;
        margin-top: 1em;
    }

    /*Contact Page*/

    .contact-address {
        padding: 30px 0 30px 50px;
        background: #f8f8f8;
        padding-right: 30px;
    }

    .contact-address h2 {
        font-size: 1.3em;
    }

    .contact-address .main-social-Media {
        text-align: left;
    }

    /*MEDIA QUERIES
=====================================*/

    @media(min-width: 768px) {

        /*Main Layout Styles
=====================================*/
        /*------Header fix for fix nav---------------*/
        body {
            /* margin-top: 70px;*/
        }

        /*=====================================*/

        /* Social Media section
-----------------------------*/
        /*This forces the footer to stay at bottom of the page*/
        

        .main-hearder {
            position: fixed;
            top: 50px;
            width: 100%;
            z-index: 100;
            background: #fff;
            border-bottom: 1px solid #eee;
            height: 100px;
        }

        .main-social-hearder {
            z-index: 101;
            position: fixed;
            height: 50px;
            display: inline-block;
            top: 0px;
            width: 100%;
            background: #fff;
            border-bottom: 1px solid #eee;
        }

        /* Main-logo section
-----------------------------*/
        .main-logo img {
            padding-left: 0;
            margin-left: 0;
        }

        /* Main-Nav section
-----------------------------*/
        .main-nav {
            text-align: right;
            margin-top: 5px;
        }

        .main-nav li {
            margin-top: 5px;
            margin-left: 10px;
            display: inline-block;
        }

        .main-nav a {
            padding: 10px 20px;
            color: #282828;
        }

        .main-nav li a:hover {
            transition: .1s;
            color: #b3873c;
        }

        .current a {
            color: #b3873c;
            font-weight: normal;
        }

        a.mobile_menu {
            display: none;
        }

        .main-banner {
            margin-bottom: 20px;
            margin-top: 180px;
            height: 360px;
            background: url(../img/home/banner_bg.jpg);
            display: block;
            color: #282828;
        }

        .Banner-bg {
            background: #b3873c;
           
            margin-top: 160px;
        }

        .main-footer {
            text-align: initial;
        }

        .bx-wrapper .bx-next {
            display: initial;
        }

        .bx-wrapper .bx-prev {
            display: initial;
        }

        .hide-screen {
            display: none;
        }

        .about-banner-bg {
            background: url(../img/about/about-bg.jpg);
            height: 80px;
            margin-top: 160px;
            margin-bottom: 80px;
            background-color: #f8f8f8;
        }
    }

    /*Gallery Fancybox Modifications*/

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: #b3873c;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        /* text-shadow: 0 1px 2px #222; */
        color: #FFF;
        /* font-weight: bold; */
        line-height: 24px;
        white-space: nowrap;
    }

    .fancybox {}

    .content-space-top-1em {
        margin-top: 1em;
    }

    .hr-short {
        width: 10%;
        height: 2px;
    }

   .timeline-Viewport {
       background: #b3873c52;
       overflow-x: hidden;
       overflow-y: scroll;
       -ms-overflow-style: -ms-autohiding-scrollbar;
   }