/* Namari Landing Page v.1.1.0 Style Index - a free landing page by shapingrain.com

1. Default and Reset styles
- 1.1 Input Elements
2. Global elements
- 2.1 Header
- 2.2 Logo
- 2.3 Buttons
- 2.4 Navigation
- 2.5 Social Elements
- 2.6 Images
3. Fonts and Headings
4. Banner
- 4.1 SignUp Form
5. Content Elements
- 5.1 Icons
- 5.2 Parallax Elements
- 5.3 Divider
6. Landing Page Sections
- 6.1 Features
- 6.2 Testimonials
- 6.3 Gallery
- 6.4 Video
- 6.5 Clients
- 6.6 Pricing Table
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

p {
    line-height: 25px;
}

.row img {
    height: auto;
    max-width: 100%;
}
.cat-list img{width:100%;}
a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

iframe {
    border: 0 !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

figure {
    margin: 0;
}

/* Page Border */

.page-border {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

.page-border .bottom-border, .page-border .left-border, .page-border .right-border, .page-border .top-border {
    background: #f3f3ef;
    position: fixed;
    z-index: 9999;
}

.page-border > .top-border, .page-border > .right-border, .page-border > .bottom-border, .page-border > .left-border {
    padding: 11px;
    background: #ccc;
}

.page-border .bottom-border, .page-border .top-border {
    width: 100%;
    padding: 10px;
    left: 0;
}

.page-border .left-border, .page-border .right-border {
    padding: 10px;
    height: 100%;
    top: 0;
}

.page-border .top-border {
    top: 0;
}

.page-border .right-border {
    right: 0;
}

.page-border .bottom-border {
    bottom: 0;
}

.page-border .left-border {
    left: 0;
}

#wrapper {
    margin:0 15px;
    padding: 15px 0;
    position: relative;
}


/* --------- 1.1 Input Elements ---------- */

input, textarea {
    border: 1px solid #e1e1e1;
    padding: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 3px;
}

input {
    height: 40px;
    margin: 3px 0;
    outline: none;
    line-height: normal;
    font-size: 14px;
}

input[type="submit"] {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

select {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 5px;
}

input:focus, textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

*:focus {
    outline: none;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Layout Elements */
/*------------------------------------------------------------------------------------------*/

section {
    clear: both;
    overflow: hidden;
}

/* Rows and Columns */
 
 
 
  
/* --------- 2.1 Header --------- */
/*
#header {
    height: 60px !important;
    overflow: visible;
    z-index: 9999;
    width: 100%;
 }

#header .row {
    padding: 0;
}

#header aside {
    text-align: right;
}
*/
#header ul {
    text-align: center;
}
/*
#header li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0% 1.5%;
}
.header li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0% 1.5%;
}*/

/* --------- 2.2 Logo ---------- */

#logo {
    float: left;
    height: 71px;
    line-height: 66px;
    margin-right: 15px;
}

#logo h1, #logo h2 {
    display: inline-block;
}

#banner #logo h1 {
    font-size: 28px;
    margin-right: 10px;
    font-weight: 900;
    padding: 0;
}

#logo h2 {
    font-size: 18px;
    padding: 0;
}

#logo img {
    max-height: 22px;
    vertical-align: middle;
    margin-right: 15px;
}

#navigation-logo {
    display: none;
}

.nav-solid #logo #banner-logo {
    display: none;
}

.nav-solid #logo #navigation-logo {
    display: inline-block;
}

/* --------- 2.3 Buttons ---------- */

.call-to-action {
    padding: 35px 0 35px 0;
}

/*Style*/

.button {
    font-size: 16px;
    margin: 35px 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
}

/* Play Button */

#video-section {
    position:relative;
}

.play-video {
    height:110px;
    position:absolute;
    top:50%;
    margin-top:-110px;
    width:100%;
}

.play-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 45px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.play-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.play-icon:before {
    font-family: 'fontawesome';
    content: '\f144';
    speak: none;
    font-size: 74px;
    line-height: 110px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    color:#fff;
}

.play-video .play-icon {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: -webkit-transform ease-out 0.3s, background 0.4s;
    -moz-transition: -moz-transform ease-out 0.3s, background 0.4s;
    transition: transform ease-out 0.3s, background 0.4s;
}

.play-video .play-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.play-video .play-icon:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}


/* --------- 2.4 Navigation ---------- */
/*
#header {
    font-size: 14px;
}

#header aside {
    float: right;
}

#header nav ul {
    text-transform: uppercase;

}

#header nav a {
    height: 60px;
    line-height: 60px;
    display: block;
 ;
}
*/
#header nav a:hover {
    opacity: 0.6;
}

/*Navigation Solid*/

#header.nav-solid [class*='col-'] {
    padding: 0 20px;
}

 

#header.nav-solid nav a {
    border-bottom: 3px solid;
    font-size: 14px;
     font-weight: 500;
    border-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header.nav-solid nav a:hover {
    opacity: 1;
}

/* Social Elements when Solid*/

#header.nav-solid .social-icons a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.5;
}

#header.nav-solid .social-icons a:hover {
    opacity: 1;
    color: #e4473c;
}

/* Responsive Nav Styling */

#nav-trigger {
    display: none;
    text-align: right;
}

#nav-trigger span {
    display: inline-block;
    width: 38px;
    height: 71px;
    color: #111;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#nav-trigger span:after {
    font-family: "fontAwesome";
    display: inline-block;
    width: 38px;
    height: 71px;
    text-align: center;
    content: "\f0c9";
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#nav-trigger span.open:after {
    content: "\f00d";
}

#nav-trigger span:hover, .nav-solid #nav-trigger span.open:hover, .nav-solid #nav-trigger span:hover {
    opacity: 0.6;
}

#nav-trigger span.open, #nav-trigger span.open:hover {
    color: #111;
}

.nav-solid #nav-trigger span.open:hover {
    color: #999;
}

.nav-solid #nav-trigger span {
    color: #999;
    opacity: 1;
}

nav#nav-mobile {
    position: relative;
    display: none;
}

nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}

nav#nav-mobile ul:after {
    display: none;
}

nav#nav-mobile li {
    margin: 0 20px;
    float: none;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

nav#nav-mobile li:last-child {
    border-bottom: none;
}

.nav-solid nav#nav-mobile li {
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
}

nav#nav-mobile a {
    display: block;
    padding: 12px 0;
    color: #333;
    width: 100%;
    height: auto;
    line-height: normal;
    display: block;
    border-bottom: none !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

nav#nav-mobile a:hover {
    background: #fafafa;
    opacity: 1;
}

/* --------- 2.5 Social Elements ---------- */

#header .col-4 {
    text-align: right;
}

.social-icons {
    display: inline-block;
    list-style: none;
}

.social-icons a {
    display: inline-block;
    width: 32px;
    text-align: center;
}

.social-icons a:hover {
    opacity: 0.7;
}

.social-icons span {
    display: none;
}

#header .social-icons {
    margin-top: 27px;
}

/* --------- 2.6 Images ---------- */

/*Alignment*/

img {
    vertical-align: top;
}

.image-center {
    display: block;
    margin: 0 auto;
}

a img {
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------------------------------------*/
/* 3. Fonts */
/*------------------------------------------------------------------------------------------*/

h1 {
    padding: 20px 0;
}

h2 {
    padding: 14px 0;
}

h3 {
    padding: 10px 0;
}

h4 {
    padding: 7px 0;
}

h5 {
    padding: 7px 0;
}

h6 {
    padding: 7px 0;
}

/* Text Alignment */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Section Headings */

.section-heading {
    padding: 0 0 15px 0;
}

.section-subtitle {
    font-size: 18px;
    padding-top: 0;
}

.section-heading h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    letter-spacing: 2px;
    padding-bottom: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/

#banner {
    background-size: cover;
}

#banner-content.row {
    padding-top: 170px;
    padding-bottom: 100px;
}

#banner h1 {
    padding-top: 5%;
}

#banner .section-heading:before {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}



/*------------------------------------------------------------------------------------------*/
/* 5. Content Elements */
/*------------------------------------------------------------------------------------------*/

/* --------- 5.1 Icons ---------- */

/*Font Icon sizes*/

.fa-1x {
    font-size: 15px !important;
}

/*Icon Block*/

.icon-block {
    position: relative;
}

.icon-block h4 {
    font-weight: bold;
    padding-top: 0;
}

.icon-block .icon {
    position: absolute;
}

.icon-block p {
    margin-top: 0;
}

/* Icon Left*/

.icon-left .icon {
    left: 15;
}

.icon-left .icon-block-description {
    padding-left: 53px;
}

/* Icon Right */

.icon-right .icon {
    right: 15;
}

.icon-right .icon-block-description {
    padding-right: 53px;
}

/* Icon Above */

.icon-top {
    display: block;
}

.icon-top .icon {
    position: relative;
    display: block;
}

.icon-top .icon-block-description {
    padding-top: 25px;
}

/* --------- 5.2 Parallax Elements ---------- */

.banner-parallax-1, .banner-parallax-2, .banner-parallax-3 {
    min-height: 350px;
}

/* --------- 5.3 Divider ---------- */

.divider {
    position: relative;
    width: 40%;
    height: 20px;
    line-height: 20px;
    margin: 10px auto 5px auto;
    clear: both;
    text-align: center;
}

.divider-inner {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    border-top: 1px solid;
    border-color: #e1e1e1;
}

.divider i {
    background: #fff;
    position: relative;
    top: -11px;
    padding: 0 5px 0 5px;
    color: #e1e1e1;
}

/*------------------------------------------------------------------------------------------*/
/* 6. Landing Page Sections */
/*------------------------------------------------------------------------------------------*/

/* --------- 6.1 Introduction ---------- */

.introduction img.featured {
    padding: 55px 0 0 0;
}

/* --------- 6.2 Features ---------- */

.features.row {
    padding-left: 5%;
    padding-right: 5%;
}

.features div:nth-child(4) {
    clear: both;
}

/* --------- 6.3 Testimonials ---------- */

.testimonial {
    padding: 15px;
}

blockquote {
    position: relative;
}

.testimonial img {
    max-height: 120px;
    border-radius: 250em;
}

.testimonial footer {
    padding-top: 12px;
}

/* Style Classic - Avatar above Testimonial */

.testimonial.classic img {
    display: inline-block;
    margin-bottom: 25px;
}

.testimonial.classic q {
    display: block;
}

.testimonial.classic footer:before {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    margin: 10px auto 15px auto;
}

/* Style Big */

.testimonial.bigtest {
    padding-top: 0;
}

.testimonial.bigtest q {
    font-size: 22px;
}

/* --------- 6.4 Gallery ---------- */

#gallery img {
    max-height: 300px;
}

#gallery [class*='col-'] {
    padding: 0;
}

#gallery a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

#gallery a:hover img {
    opacity: 0.15;
    -moz-backface-visibility: hidden;
}

#gallery a:before {
    font-size: 2.2em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    content: "+";
    width: 70px;
    height: 70px;
    border-radius: 100em;
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    line-height: 72px;
    margin: -35px 0 0 -35px;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    vertical-align: middle;
}

#gallery a:hover:before {
    opacity: 1;
    top: 50%;
    left: 50%;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
        display: none;

        /* dimensions: spanning the background from edge to edge */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647; /* z-index needs to be >= elements on the site. */

        /* position: centering content */
        text-align: center;

        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;

        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: rgba(0, 0, 0, 0);
    }

    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }

    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .featherlight .featherlight-content {

        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;

        /* dimensions: cut off images */
        overflow: auto;
        padding: 25px 0;
        border-bottom: 25px solid transparent;

        /* dimensions: handling small or empty content */
        min-width: 30%;

        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;

        /* styling */
        cursor: auto;

        /* reset white-space wrapping */
        white-space: normal;
    }

    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }

    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 25px;
        right: 25px;

        /* dimensions: 25px x 25px */
        line-height: 25px;
        width: 25px;

        /* styling */
        cursor: pointer;
        text-align: center;
        color: #fff;
        font-family: "fontawesome";
        font-size: 22px;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight .featherlight-close-icon:hover {
        opacity: 1;
    }

    .featherlight .featherlight-image {
        /* styling */
        max-height: 100%;
        max-width:100%;
    }

    .featherlight-iframe .featherlight-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        /* styling */
        border: none;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;

        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }

    /*.top-right-block li{    margin: 0% 9px !important;}*/
    /*.top-right-block{margin-right: 15px !important}*/
    #header{height: auto !important;}
}

/* Gallery Styling */
@media all {
    .featherlight-next,
    .featherlight-previous {
        font-family: "fontawesome";
        font-size: 22px;
        display: block;
        position: absolute;
        top: 25px;
        right: 0;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        /* preventing text selection */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* IE9 hack, otherwise navigation doesn't appear */
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-previous {
        left: 0;
        right: 80%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: inline-block;
        opacity: 0.3;
        position: absolute;
        top: 50%;
        width: 100%;
        font-size: 80px;
        line-height: 80px;

        /* center vertically */
        margin-top: -40px;
        color: #fff;
        font-style: normal;
        font-weight: normal;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-next span {
        text-align: right;
        left: auto;
        right: 7%;
    }

    .featherlight-previous span {
        text-align: left;
        left: 7%;
    }

    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block;
        opacity: 1;
    }

    /* Hide navigation while loading */
    .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
        display: none;
    }
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: none;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: block;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight-next,
    .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%;
    }

    .featherlight-previous {
        left: 10px;
        right: 85%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        margin-top: -30px;
        font-size: 40px;
    }
}

/* --------- 6.5 Video ---------- */

#video-box {
    color:#fff;
    position:relative;
    overflow:hidden;
    text-align:center;
}

.video_container, .easyContainer {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    margin: 0;
    padding-top: 0; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video_container iframe, .video_container object, .video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
    width: 100% !important;
    height: 529px !important;
}

.videojs-background-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -998;
}

#slvj-window {
    width: 100%;
    min-height: 100%;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-window,
#slvj-window * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#slvj-background-close {
    width: 100%;
    min-height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-back-lightbox {
    max-width: 940px;
    max-height: 529px;
    z-index: 32;
    text-align: center;
    margin: 0 auto;
}

.slvj-lightbox {
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 53;
}

#slvj-close-icon:before {
    font-family: "fontawesome";
    color: #fff;
    content: '\f00d';
    font-size: 22px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 99999;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#slvj-close-icon:before:hover {
    opacity: 1;
    cursor: pointer;
}

/* --------- 6.6 Clients ---------- */

#clients a {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#clients img {
    display: inline-block;
    padding: 15px 25px;
}

.client-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#clients a:hover .client-overlay {
    opacity: 1;
}

.client-overlay span {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}

/* --------- 6.7 Pricing Table ---------- */

.pricing-block-content {
    background: #fff;
    padding: 25px 0 25px 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    border: 10px solid #fff;
}


.pricing-block ul {
    list-style: none;
    margin: 25px 0 25px 0;
}

.pricing-block li {
    padding: 14px 0;
    border-bottom: 1px dotted #e1e1e1;
}

.pricing-block li:last-of-type {
    border:none;
}

.pricing-block h3 {
    font-size:17px;
    text-transform:uppercase;
    padding-bottom:0;
}

.pricing-sub {
    font-style: italic;
    color:#ccc;
    margin:0 0 25px 0;
}

/*Price*/

.pricing {
    background: #f5f5f5;
    padding: 25px;
    position: relative;
}

.price {
    display: inline-block;
    font-size: 62px;
    font-weight: 700;
    position: relative;
}

.price span {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 22px;
}

.pricing  p {
    font-style:italic;
    color:#b4b4b4;
    line-height:auto;
    margin:0;
}



/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer {
    clear: both;
}

#landing-footer .row {
    padding: 0;
}

#landing-footer p {
    margin: 0;
}

#landing-footer ul {
    list-style: none;
    text-align: right;
}

#landing-footer li {
    display: inline-block;
}

/* Scroll Up */

#scrollUp {
    bottom: 15px;
    right: 30px;
    width: 70px;
    height: 80px;
    margin-bottom: -10px;
    padding: 0 5px 20px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}

#scrollUp:before {
    background: #ccc;
    font-family: "fontawesome";
    font-size: 2.4em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    content: "\f106";
    opacity: 1;
}

/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-position: center;
    /* margin: -55px 0 0 -55px;  is width and height divided by two */
    text-align: center;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-triangle-path,
.la-ball-triangle-path > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-triangle-path {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-triangle-path.la-dark {
    color: #333;
}

.la-ball-triangle-path > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-triangle-path {
    width: 32px;
    height: 32px;
}

.la-ball-triangle-path > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.la-ball-triangle-path > div:nth-child(1) {
    -webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(2) {
    -webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(3) {
    -webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-triangle-path.la-sm > div {
    width: 4px;
    height: 4px;
}

.la-ball-triangle-path.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-triangle-path.la-2x > div {
    width: 20px;
    height: 20px;
}

.la-ball-triangle-path.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-triangle-path.la-3x > div {
    width: 30px;
    height: 30px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-one {
    0% {
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-one {
    0% {
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-webkit-keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-moz-keyframes ball-triangle-path-ball-two {
    0% {
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-o-keyframes ball-triangle-path-ball-two {
    0% {
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-webkit-keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-tree {
    0% {
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-tree {
    0% {
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

/*------------------------------------------------------------------------------------------*/
/* Responsive Elements */
/*------------------------------------------------------------------------------------------*/

/* =Media Queries for Nav
===============================*/
@media all and (max-width: 1024px) {
    #nav-trigger {
        display: block;
    }

    nav#nav-main {
        display: none;
    }

    nav#nav-mobile {
        display: block;
    }

    nav#nav-mobile li {
        display: block;
    }

    #header aside {
        display: none;
    }
    .b-margin{
        margin-left: 0px !important;
    }
}

/* Landscape mobile & down
===============================*/
@media (max-width: 480px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border, #scrollUp, #scrollUp:before {
        display:none;
    }
 
    /* .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38, .row {
        width: 100%;
    } */

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38 {
        padding-right: 0;
        padding-left: 0;
    }

    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 15px !important;
    }

    #header.nav-solid [class*="col-"] {
        padding: 0;
    }

    /*Logo*/
    #logo h2 {
        padding: 0;
    }

    /* Social */
    #header aside {
        clear: both;
        padding: 0;
    }

    #header ul.social-icons {
        margin-top: 0;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }

    /*-----------------Sections-----------------*/

    /* Call to Action*/
    .call-to-action {
        padding-bottom: 25px;
    }

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 270px !important;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

    /*-----------------Typography-----------------*/
    h1 {
        font-size: 38px;
    }

    #banner h1 {
        font-size: 48px;
    }

    /* Hide Elements */
    a#scrollUp {
        display: none !important;
    }

}

/* Mobile to Tablet Portrait
===============================*/
@media (min-width: 480px) and (max-width: 767px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border, #scrollUp, #scrollUp:before {
        display:none;
    }


    .row {
        /*padding: 15px 0 !important;*/
        width:100%;
    }
    /*
    .col-1, .col-2, .col-5, .col-7, .col-9, .col-11, .col-2-3, .col-3-4, .col-61, .col-38 {
        width: 100%;
    }
    
    
    .col-3, .col-4, .col-6, .col-8, .col-10, .col-12 {
        width: 50%;
    }*/

    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 !important;
    }

    #header aside {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 20px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 370px !important;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

}

/* Landscape Tablet to Desktop
===============================*/
@media (min-width: 768px) and (max-width: 1024px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border {
        display:none;
    }

    .big-padding-top {
        padding-top: 45px !important;
    }

    /*-----------------Header Elements-----------------*/
    #header aside {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 20px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 432px !important;
    }

}




@font-face {
    font-family: 'Circe Extra';
    src: url('../fonts/Circe-ExtraLight.eot');
    src: url('../fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-ExtraLight.woff2') format('woff2'),
        url('../fonts/Circe-ExtraLight.woff') format('woff'),
        url('../fonts/Circe-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.eot');
    src: url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Regular.woff2') format('woff2'),
        url('../fonts/Circe-Regular.woff') format('woff'),
        url('../fonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Light.eot');
    src: url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Light.woff2') format('woff2'),
        url('../fonts/Circe-Light.woff') format('woff'),
        url('../fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.eot');
    src: url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Bold.woff2') format('woff2'),
        url('../fonts/Circe-Bold.woff') format('woff'),
        url('../fonts/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'Circe'; 
}


.w-130px{
    width: 130px;
}
.top-right-block{ margin: 0 -16px 0  auto; padding: 0; }
.top-right-block li{ list-style: none; margin: 0% 16px;}
.cart-count{ padding-top: 4px; position: absolute; top: -6px; right: -14px; border: solid 1px #C9C0B2; background: #F7F4EF; width:20px; height:20px; justify-content: center; align-items: center; display: inline-flex; border-radius: 100%; font-size: 12px;
    font-weight: 900;}

    .strip-01{ background: #F7F4EF;}


    .banner-txt-block-position{ position: absolute; width: 100%; height: 100%; left: 0;}
    .but-pri{ border: solid 1px #fff; color: #fff; font-size: 14px; text-transform: uppercase;}
    .but-pri:hover{ background:#ffffff41; color: #fff;}


    .but-pri-fill{ background: #fff; color: #000; font-size: 14px; text-transform: uppercase;}
    .but-pri-fill:hover{ background:#dadada; color: #000;}
 .offer-slider h2{ color: #fff; font-Size:54px; font-weight: 400;}
 .offer-slider p{ color: #fff; font-size: 13px;}
 .offer-slider h3{ color: #147649; font-family: 'Circe'; font-Size: 53.6px; font-weight: bolder;}

 .cat-block h3{ font-size: 73px; line-height: 66px; font-weight: 300; margin: 0; padding: 0;}
 .cat-block p{color: #fff; font-size: 14px; text-decoration: underline;}
 .cat-block p a{ color: #fff;}
 .strip-01 h3{ color: #000; font-size: 50px; font-weight: 400;}
 .strip-01 p{ text-decoration: underline;}

 footer{
    background: #F7F4EF;
 }


 footer h4{ font-size: 14px; font-family: 'Circe'; font-weight: 600; color: #000; margin-bottom: 10px;}

 footer p{ font-size: 14px;}
 footer p a{ color: #000; text-decoration: underline;}

 .news-fld{ width: calc(100% - 62px); height: 60px; border: solid 2px #999999; border-right: none; margin: 0;}

 .news-sub .but{ width: 62px; height: 62px; background: #000; display: inline-flex; border: none; outline: none;  display: inline-flex; align-items: center; justify-content: center; }
 .social-link{margin: 0; padding: 0; display: flex; justify-content: center;}
 .social-link li{list-style: none; margin: 1%;}

 .col-md-cat{ width: 20%;}
 .col-md-cat h3, .pro-name h3{ font-size: 14px; color: #000; font-family:'Circe'; line-height: 20px; text-align: center; margin: 10px 0px; font-weight: 400;}
 .f-38 h2{ font-size: 38px; font-weight: 300;}
 .cl2-left{ width:59.8%;}
 .cl2-right{width: 39.8%;}
.object-fit{ object-fit: cover; width: 100%; height:auto;}
.lable-span{background: #F7F4EF; color: #262525; font-family: 'Circe';  font-size: 14px;}

.pro-txt-01{text-decoration: none; margin-bottom: 10px;}
.pro-txt-01 p{ margin-bottom: 5px; color: #000; font-size: 14px;}
.detail-slider{ width: 46%;}
.detail-left{ width: 52%; margin-left: auto;}
.detail-left h3{ color:black;}
.star-ratin-ul{margin: 0  4px; padding: 0; display: flex; flex-wrap: wrap; align-items: center;}
.star-ratin-ul li{ list-style: none; padding:4px;}
.star-ratin-ul li svg{ display: block;}
.option-01{ margin: 0 -1%; display: flex; flex-wrap: wrap;}
.option-01 li{ list-style: none; margin: 0 1%;}
.option-01 li img{ display: block;}
.link-01{color: #000; text-decoration: underline;}
.size-box{margin: 0 -1%; display: flex; flex-wrap: wrap;}
.size-box a.selected {background: #000;color: #fff;}
.size-box li{ list-style: none; padding: 0 1%;}
.size-box li a{ width: 40px; color: #000; height: 40px; border: solid 1px #000; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;cursor:pointer; }
.color-box {
    margin: 0 -1%;
    display: flex;
    flex-wrap: wrap;
}

.color-box a.selected {
    background-color: #000; /* Add your desired background color */
    color: #fff;
    border: 2px solid #fff; outline: 1px solid #000;/* Add a border for the selected state */
}

.color-box li {
    list-style: none;
    padding: 0 1%;
}

.color-box li a {
    width: 40px;
    height: 40px;
    /*border: solid 1px #000;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; /* Remove underlines from links */
}

/* Add dynamic background color to the selected option */
.color-box li a.selected {
    background-color: #000; /* Add your desired background color */
    color: #fff;
}

.size-title{ padding-bottom: 5px;}
.star-rating{ display: flex; flex-wrap: wrap; align-items: center;}

 .but-dark{ background: #000; color: #fff;}
 .but-dark:hover{ background: #1d1d1d;  color: #fff;}
 .but-line{   color: #000; border: solid 1px #000; align-items: center; font-weight: 600;}
 .but-line:hover{ background: #a8a8a8;  color: #383838;}
 .accordion-button{ font-family: 'Circe'; }
.accordion-body ul{ margin-left: 20px;}
.share-block ul{ margin: 0; display: flex; flex-wrap: wrap;}
.share-block ul li{ list-style: none; padding: 0 5px}



.detail-slider .slides li{ opacity: 0.5; cursor: pointer;}
 .detail-slider li.flex-active-slide, .detail-slider .slides li:hover{ opacity: 1 !important;}
.title-small h6{ color: #000; font-size: 14px; text-transform: uppercase; font-family: 'Circe'; font-weight: 600;}
.slider-but-box .slide-but{ position: unset; margin: 10px;}
.slider-but-box .slide-but::after{ font-size: 21px; color: #000;} 
.pro-det-txt-02 p{ margin-bottom: 0;}
.rating-ul{ margin: 0; padding: 0; }
.rating-ul li{ list-style: none;}
.prograss-bar{ border: solid 1px #000;}
.prograss-bar .prograss-bar-div{ background: #000; height: 37px;}
.rev-but{ width: 40px !important; height: 40px !important; border-radius: 100%; background: #fff; border: solid 1px #ccc; display: inline-flex; align-items: center; justify-content: center;}
.rev-but::after{ color: #000; font-size: 15px !important;}
.remove-but{ color: #000; text-decoration: underline; font-size: 14px; font-weight: 700; display: flex; align-items: center;}
.remove-but svg{ margin-right: 5px;}
.cart-txt-01 h6{ color: #000; font-size: 14px;  font-family: 'Circe'; font-weight: 600;}
.cart-txt-01 p{ font-size: 14px; }
.cart-txt-01 .price{ font-size: 15px;}
.h-60{ height: 60px;}
.offer-box{ background: #F7F4EF;}
.offer-box .offer-block{ border: dotted 1px #DAB881;}
.offer-box .offer-block h3{ color: #000; font-size: 34px; margin: 0; padding: 0;}
.offer-box .offer-block h5{ color: #000; font-size: 18px; margin: 0; padding: 0;}
.title-34 h3{ color: #000; font-size: 34px;}
.bg-gray{background: #F8F8F8;}
.radio{width: 40px;}
.pricing-det{width: calc(100% - 40px);}
.form-check-input:checked{
    background-color: #070707;
    border-color: #070707;
}


.total-ul{ width: 100%; margin: 0; padding: 0;}
.total-ul li{ list-style: none; width: 100%; display: flex; flex-wrap: wrap; padding-top: 5px; padding-bottom: 5px; font-size: 14px;}


footer h5{ margin-bottom: 15px; font-size: 14px; font-weight: 700; color: #000; text-decoration: underline;  font-family: 'Circe'; }
.footer-menu{margin: 0; padding: 0;}
.footer-menu li{ list-style: none; padding-bottom: 10px;text-transform:capitalize;}
.footer-menu li a{ color: #262525; font-size: 14px; text-decoration: none;}
.call-ftr a{ font-size: 18px;  color: #000;}

.checkout-block.cart-txt-01 p{ margin-bottom: 5px; line-height: 18px;}
.checkout-block.cart-txt-01 .remove-but{    font-size: 12px;}
.checkout-block.cart-txt-01 .price {    font-size: 12px;}
.checkout-block .offer-block h3{ font-size: 20px; margin-bottom: 5px;}
.checkout-block .offer-block h5{ font-size: 12px;}
.terms p{ font-size: 14px; line-height: 15px;}
.terms p a{ color: #0070BA;}
.input-h{height: 45px;}
.w-in{  width: calc(100% - 100px);}

.phone-cod{ width: 100px;}

.black-link{ color: #000;}
.black-link:hover{ color: #000;}

.address_lis{ font-weight: 400;}
.address_lis::after{ display: none;}

.min-h{min-height: 800px;}
.review-txt-block-itm p, .review-txt-block-itm h6{ font-size: 14px;}
.review-txt-block-itm p{margin-bottom: 3px;}
.uplod-img{ width: 140px; height: 140px; border: dotted 2px #D3D3D3; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}

.order-head { background-color: #F7F7F7; width: 100%;}
.order-head h6 {font-size:14px;  font-family: 'Circe'; font-weight: 700; color:#000; padding: 0;}
.order-head p {font-size:14px;  font-family: 'Circe'; font-weight: 400; padding: 0; margin-bottom: 0;}
.nav-pills .nav-link.active { background-color: #fff; color: #000; font-weight: 600; border-radius:0px; border-bottom:1px solid #000 !important;}
.nav-pills .nav-link { color: #000;}
.order-row2 { width: 100%; float: left; padding-left: 30px; padding: 20px 20px 20px 30px;}

.order-row2 h2 { font-size: 13px; font-weight: 700; text-align: center; color: #000; padding: 0 0 ; font-family: 'Circe'; font-weight: 700;}
.order-row2 h3 { font-size: 14px; font-weight: 700; color: #000; padding: 0 0 ;font-family: 'Circe'; font-weight: 700;}
.order-row2 p { font-size: 14px; font-weight: 400; margin-bottom: 0px; }
.order-row2 p.green { color: #007600;}
.remove-but img { margin-right: 5px;}
.button-wrap { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; }
.but-pri-fill2 {
   
    color: #FFF;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase; }

.order-search{ width: calc(100% - 62px); height: 44px; border: solid 2px #999999; border-right: none; margin: 0;}
.order-sub .but {
    width: 62px;
    height: 44px;
    background: #000;
    display: inline-flex;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mt-130 { margin-top: 130px;}
.order-border-top { border-top: 1px solid #F0F0F0;}
.order-border-bottom { border-bottom: 1px solid #F0F0F0;}
.b-margin { margin-left: 40px; }
.title-darl h3{ color: #000; font-weight: 300; font-family: "Circe";}
.sub-txt p{ font-size: 12px; line-height: 17px;}
footer img{max-width: 100%;}
.para-light p{color: #817D7D;}
.para-light p b{color: #000;}

 
.order-track {
  margin-top: 2rem;
  padding: 0 1rem;
 
  display: flex;
  flex-direction: column;
}
.order-track-step {
  display: flex;
  height: 7rem;
}
.order-track-step:last-child {
  overflow: hidden;
  height: 4rem;
}
.order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}
.order-track-status {
  margin-right: 1.5rem;
  position: relative;
}
.order-track-status-dot {
  display: block;
  width:22px;
  height:22px;
   background: #fff;

  border: dotted 1px #D9D9D9;
}
.order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 7rem;
  border-left: dotted 1px #D9D9D9;
  border-right: dotted 1px #D9D9D9;
}
.order-track-text-stat {
    font-size: 14px;
    font-style: normal;
    font-weight:bold;
    text-transform: uppercase;
    font-family: "Circe";
  margin-bottom: 3px;
}
.order-track-text-sub {
  font-size: 1rem;
  font-weight: 300;
}
.order-track {
  transition: all 0.3s height 0.3s;
  transform-origin: top center;
}


.order-track-status.done .order-track-status-dot{  border: none; }
.order-track-status.done .order-track-status-dot svg{  display: block; }
.order-track-status.done .order-track-status-line{ background: #000;}


.order-track-status-dot svg{display: none; }

.order-id p{ margin: 0;}

.pro_dropdown{margin-left:10px;}
.profile_sec{
    background-color:transparent;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    border:none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.offer-slider h2 span{ font-style: italic;}

.filiter-list li{ list-style: none; padding-right: 5px;}
.filiter-list { padding: 0; margin: 0; display: flex; align-items: center; }
.filiter-list li select{ outline: none; border: none;width:100%;}

.pass-icn{ background: url(../images/iconamoon_eye-light.svg) no-repeat  95% center; padding-right: 50px;}
#product-list .product-img{height:420px;object-fit: cover;}
.search-put .btn-theme{background:#000;color:#fff;}
.search-put .input_fi{margin:0px;}
.my-address .tabcontent h3{color:#000;font-family: 'Oswald', sans-serif;}
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 720px;
}
.bg-video-wrap .bsb-hero-2{display:flex;align-items:center;justify-content:center;}
.bg-video-wrap video {
    min-width: 100%;
    width:100%;
    object-fit:cover;
    height:100%;
}
.bg-video-wrap .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 24%,rgba(0,0,0,0.65) 100%);
    background-size: 3px 3px;
    z-index: 0;
}
.terms-p h1,.terms-p h2{color:#000;}
.terms-p h2{font-size:18px;font-family: 'Circe';line-height:normal;}
.strip-caption{padding-top:9px;padding-bottom:9px;margin-bottom:0px;}
.btn-c{padding:15px 22px;}
.offer-slider{margin-top:0px;margin-bottom:0px;}
.custom-margin{margin-top:50px;}
footer{padding-top:30px;}
.news-sub{margin-top:30px;margin-bottom:30px;}
.top-right-block li.item_total{margin-top:5px;margin-left:5px;}
.edit_block{display:flex;justify-content: flex-end;}
.c_edit_btn{color: #000;border: solid 1px #000;align-items: center;font-weight: 600;display:inline-block;padding:7px 10px;margin-bottom:10px;}
.header-wrap{padding-top:30px;}
#header .menu > ul > li .sub-menu h4{text-align:left;}
#header .menu > ul > li .sub-menu h4 a{text-align:left;font-size:14px;padding-left:15px;font-weight:bold;}
@media only screen and (max-width: 768px) {
    .b-margin { margin-left: 0px; }
    .mt-130 { margin-top: 30px;}
    .order-row2 {  padding: 20px 10px 0px 30px;}
    .news-sub{margin-top:30px;margin-bottom:30px;}
    .header-wrap{padding:15px 30px;}
}
 @media only screen and (max-width: 820px) {
    .cl2-right{ width: 100%;}
    .cl2-left{width: 100%;}
    .cat-block h3{    font-size: 35px;
        line-height: 46px;}
        .strip-01 h3{    font-size: 32px;}
        /*.banner-main{ height: 400px;}*/

        .banner-main .but-pri{ width: 100% !important;}
        .offer-slider h2{    font-Size: 50px;}
        .offer-slider h3{    font-Size: 48.6px;}
        .title-34 h3{    font-size: 29px;}   .col-md-cat{ width: 33%;}
        .col-md-cat h3{ font-size: 26px !important;}

        .sort-by-ul{ width: 100%;  justify-content: center; flex-wrap: wrap;}
        .fltr-ul{ width: 100%; justify-content: center; flex-wrap: wrap;}
         #banner-logo{    width: 65px;}
  }


 @media only screen and (max-width: 600px) {

 .detail-slider{width: 100%;}
 .detail-left{ width: 100%;}
 .cat-block h3{    font-size: 34px;
    line-height: 36px;}
    .strip-01 h3{    font-size: 28px;}
    .w-75{width: 100% !important;}
    .but-pri-fill{font-size: 12px;}
    .title-darl h3{ font-size: 23px; margin-bottom: 0 !important;}
    .mob-fls{ display: none;}
    .news-fld, .news-sub .but{ height: 45px;}
    .banner-main{ height: 500px;}
    .mob-h{ height: 400px;}
    .offer-slider h2{font-Size: 35px;}
    .offer-slider h3{    font-Size: 38.6px;
    }
    .title-34 h3{font-size: 24px;}
    .col-md-cat{ width: 50%;}
    .col-md-cat h3{ font-size: 18px !important;}
    .filiter-list li{ display: flex;
        align-items: center;
        justify-content: center;   width: 50%; height: 41px; border-right: solid 1px #dadada ; border-bottom: solid 1px #dadada;
        }
        .filiter-list{

            border-left: solid 1px #dadada ; border-top: solid 1px #dadada;
        }

        .sort-by-ul li{ width: 50%;}
        .sort-by-ul{ margin-top: 10px;}
        .min-h{ min-height: 500px;}
        .pro_dropdown{font-size:0px;}
        .myorder .nav-tabs li a{font-size:0px;}
        .icon-right{display:none;}
        .myorder .nav-tabs li{text-align:center;}
}

#custom-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8); /* semi-transparent white background */
  display: none;
  justify-content: center;
  align-items: center;
}

.custom-loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* siril */

.myorder{padding: 70px 0;float:left;width:100%;}
.myorder .nav-tabs{width: 25%;float: left;display: flex; flex-direction: column;}
.myorder .tabcontent{width: 74%;float: left;border:#DDDDDD solid 1px;padding:40px 40px;margin-left:1%;}
.myorder .nav-tabs li a{padding: 10px 20px; cursor: pointer; line-height: normal; display:block; color: #262525; border: #DDDDDD solid 1px; font-weight: 500;border-radius:0px;}
.myorder .nav-tabs li a:hover{color:#262525;background-color:#f0f0f0;}
.myorder .nav-tabs li a.active{color:#262525;background-color:#f0f0f0}
.myorder h2{color: #040404;font-weight: 700; margin-bottom:25px; font-size: 30px;    font-family: 'Oswald', sans-serif;padding-bottom:0px;padding-top:0px;}
.image-upload{position: relative; margin-bottom: 30px}
.image-upload .image-edit{
  position: absolute;
  left: 150px;
  z-index: 1;
  top: 30px;
}
.image-upload .image-edit input {
  display: none;
}
.image-upload .image-edit input + label {
  display: inline-block;
  width: auto;
  height: 40px;
  margin-bottom: 0;
  background:#000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  padding: 0 25px;
  font-weight:400;
}
.image-upload .image-edit label{width: auto;}
.image-upload .image-preview {
  width: 117px;
  height: 136px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.image-upload .image-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.radio-blk{margin-top:15px;}
.radio-blk .form-check-label{margin-left:10px;margin-top:5px;}
.addr_bx{padding: 25px 25px; width:100%;float: left; border:#c5c5c5 solid 1px; position: relative;}
.addr_bx p{font-weight: 400; font-size: 16px;line-height: 22px}
.addr_bx p.name{font-size: 17px;font-weight: 500;color: #545454;margin-bottom: 5px;}
.linke{margin-right:10px;}
.select-style{width:100%;}
.new_addrss{margin-top:30px;}
.new_addrss h2{margin-bottom:10px;padding-bottom:10px;}
#productListContainer #carousel .slides li{height:180px;position:relative;}
#productListContainer #carousel li img{object-fit:cover;height:100%;}
.detail-slider #slider .slides{background-color:#f7f7f7;}
.detail-slider .slides li{position:relative;height:650px;}
.detail-slider .slides li img{position:absolute;top:0px;right:0px;bottom:0px;left:0px;max-width:100%;max-height:100%;width:auto;display:block;margin:auto;}
/*.cat-block .cat_img{position:relative;height:315px;display:block;background:#f1f1f1;}*/
/*.cat-block .cat_img img{position:absolute;top:0px;right:0px;bottom:0px;left:0px;max-width:100%;max-height:100%;width:auto;margin:auto;}*/
.cat-block .cat_img img{width:100%;}
.category_dropdown .dropdown-menu{padding:15px 15px;min-width:250px;}
.category_dropdown li{margin-right:0px;}
.category_dropdown button{background-color:transparent;border:none;color:#000;}
.category_dropdown input{height:auto;margin:0px 5px 0px 0px;position: relative;top:2px;}
.category_dropdown label{font-size:13px;display:block;}
.form-select.cselect{font-size:14px;}
.form-select:focus {
    border-color: transparent;
    outline: 0;
    border: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}
.ico{margin-right:10px;}
.icon-right{float:right;margin-top:6px;}

@media (max-width: 991.98px) { 

    .radio-blk{margin-top:0px;margin-bottom:10px;}
    .myorder .nav-tabs{width:100%;}
    .myorder .nav-tabs{min-height:auto;}
    .myorder .nav-tabs{display:block}
    .myorder .nav-tabs li{display:inline-block;width:25%;float:left;}
    .myorder .nav-tabs li a{padding:6px 17px}
    .myorder .tabcontent{width:100%;margin-top:20px;margin-left:0%;padding:25px 20px;}
    .new_addrss{margin-top:0px;}
    .myorder h2{margin-bottom:10px;}
    .new_addrss .row{padding-top:0px !important;padding-bottom:0px !important;}
    .delivery_address .addr_bx{margin-top:10px;margin-bottom:10px;}
    .myorder{padding:50px 0 20px}
    .object-fit{height:100%;}
    .detail-slider .slides li{height:450px;}
    .bg-video-wrap{height:600px;}
    .bg-video-wrap video{object-fit:cover;height:100%;}
    .cat-block .cat_img{height:180px;}
 }

@media only screen and (max-width: 600px) {
    
    .detail-slider .slides li{height:350px;}
    #productListContainer #carousel .slides li{height:120px;}
    .top-right-block{margin:0px 0px 0px 0px;}
    .top-right-block li{margin:0px 7px;}
    .category_dropdown li{width:100%;height:auto;border-right:none;border-bottom:none;display:block;padding-right:0px;}
    .ico{margin-right:0px;}
    .myorder .nav-tabs li a{border-bottom:none;}
    .sign-in-top{width:50px;}
    .header-wrap {
        padding: 15px 15px;
    }
}

/* Star Rating Styles */
.star-rating {
    font-size: 25px;
    cursor: pointer;
    color: #ddd; /* Default star color */
}

.star-rating .star:hover,
.star-rating .star:hover ~ .star,
.star-rating .star.selected {
    color: #ffca08; /* Highlighted star color */
}

/* Input Field Styles */
.input-h.form-control {
    margin-bottom: 10px; /* Spacing between input fields */
}

