/********************
 * 1.0 - Reset
 ********************/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

*,
*:focus,
*:active,
*:hover {
    outline: 5px solid transparent !important;
}

*::selection {
    background: #1fa3ff;
    /* WebKit/Blink Browsers */

    color: #ffffff;
}

*::-moz-selection {
    background: #1fa3ff;
    /* Gecko Browsers */

    color: #ffffff;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    color: #111;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-kerning: normal;
    letter-spacing: 1px;
    -webkit-hypens: auto;
    -moz-hypens: auto;
    -ms-hypens: auto;
    -o-hypens: auto;
    hypens: auto;
    word-wrap: break-word;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
    -ms-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
    -o-transition: color 0.2s, background-color 0.2s, opacity 0.2s;
    transition: color 0.2s, background-color 0.2s, opacity 0.2s;
}

.main-content {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

figure,
img {
    max-width: 100%;
}

figure {
    margin: 0;
}

figure figcaption {
    text-align: center;
    color: #ffffff;
    padding: 4px 10px;
    background-color: #333333;
}

.form-control {
    font-size: 0.9rem;
}

/********************
 * 1.0 - Reset End
 ********************/
/********************
 * 2.0 - Typography
 ********************/
blockquote {
    font-style: italic;
    border-left: 5px solid #222222;
}

blockquote cite {
    color: #555555;
}

.highlight,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 400;
    color: #777777;
    padding: 0;
    line-height: 1.3em;
    margin: 0.5em 0 0.5em -0.07em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 60%;
    letter-spacing: 1px;
}

.uppercase {
    text-transform: uppercase;
}

p {
    line-height: 16px;
    text-align: left;
    font-style: normal;
    vertical-align: baseline;
    font-size: 0.9rem;
}

.text-white {
    color: #ffffff;
    -webkit-stroke: #ffffff;
    -moz-stroke: #ffffff;
    -ms-stroke: #ffffff;
    -o-stroke: #ffffff;
    stroke: #ffffff;
}

.text-danger {
    color: #d9534f;
    -webkit-stroke: #d9534f;
    -moz-stroke: #d9534f;
    -ms-stroke: #d9534f;
    -o-stroke: #d9534f;
    stroke: #d9534f;
}

.text-primary {
    color: #1fa3ff;
    -webkit-stroke: #1fa3ff;
    -moz-stroke: #1fa3ff;
    -ms-stroke: #1fa3ff;
    -o-stroke: #1fa3ff;
    stroke: #1fa3ff;
}

.text-success {
    color: #16cc53;
    -webkit-stroke: #16cc53;
    -moz-stroke: #16cc53;
    -ms-stroke: #16cc53;
    -o-stroke: #16cc53;
    stroke: #16cc53;
}

.text-warning {
    color: #ffe07a;
    -webkit-stroke: #ffe07a;
    -moz-stroke: #ffe07a;
    -ms-stroke: #ffe07a;
    -o-stroke: #ffe07a;
    stroke: #ffe07a;
}

.text-info {
    color: #61c2ff;
    -webkit-stroke: #61c2ff;
    -moz-stroke: #61c2ff;
    -ms-stroke: #61c2ff;
    -o-stroke: #61c2ff;
    stroke: #61c2ff;
}

.blue {
    background-color: #1fa3ff;
    color: #ffffff;
}

.blue h1,
.blue .h1,
.blue h2,
.blue .h2,
.blue h3,
.blue .h3,
.blue h4,
.blue .h4,
.blue h5,
.blue .h5,
.blue h6,
.blue .h6 {
    color: #ffffff;
}

.green {
    background-color: #16cc53;
    color: #ffffff;
}

.green h1,
.green .h1,
.green h2,
.green .h2,
.green h3,
.green .h3,
.green h4,
.green .h4,
.green h5,
.green .h5,
.green h6,
.green .h6 {
    color: #ffffff;
}

/***********************
 * 2.2 - Margin & Padding
 ***********************/
.sep-top-xxs {
    padding-top: 1em;
}

.sep-top-xs {
    padding-top: 1.5em;
}

.sep-top-sm {
    padding-top: 2.2em;
}

.sep-top-md {
    padding-top: 3em;
}

.sep-top-lg {
    padding-top: 4.3em;
}

.sep-top-2x {
    padding-top: 6.5em;
}

.sep-top-3x {
    padding-top: 9.4em;
}

.sep-top-4x {
    padding-top: 11.5em;
}

.sep-top-5x {
    padding-top: 16em;
}

.sep-xxs {
    padding: 1em;
}

.sep-xs {
    padding: 1.5em;
}

.sep-sm {
    padding: 2.2em;
}

.sep-md {
    padding: 3em;
}

.sep-lg {
    padding: 4.3em;
}

.sep-2x {
    padding: 6.5em;
}

.sep-3x {
    padding: 9.4em;
}

.sep-4x {
    padding: 11.5em;
}

.sep-5x {
    padding: 16em;
}

.sep-bottom-xxs {
    padding-bottom: 1em;
}

.sep-bottom-xs {
    padding-bottom: 1.5em;
}

.sep-bottom-sm {
    padding-bottom: 2.2em;
}

.sep-bottom-md {
    padding-bottom: 3em;
}

.sep-bottom-lg {
    padding-bottom: 4.3em;
}

.sep-bottom-2x {
    padding-bottom: 6.5em;
}

.sep-bottom-3x {
    padding-bottom: 9.4em;
}

.sep-bottom-4x {
    padding-bottom: 11.5em;
}

.sep-bottom-5x {
    padding-bottom: 16em;
}

.mar-auto {
    margin: 0 auto;
}

.mar-top-xxs {
    margin-top: 1em;
}

.mar-top-xs {
    margin-top: 1.5em;
}

.mar-top-sm {
    margin-top: 2.2em;
}

.mar-top-md {
    margin-top: 3em;
}

.mar-top-lg {
    margin-top: 4.3em;
}

.mar-top-2x {
    margin-top: 6.5em;
}

.mar-top-3x {
    margin-top: 9.4em;
}

.mar-top-4x {
    margin-top: 11.5em;
}

.mar-top-5x {
    margin-top: 16em;
}

.mar-bottom-xxs {
    margin-bottom: 1em;
}

.mar-bottom-xs {
    margin-bottom: 1.5em;
}

.mar-bottom-sm {
    margin-bottom: 2.2em;
}

.mar-bottom-md {
    margin-bottom: 3em;
}

.mar-bottom-lg {
    margin-bottom: 4.3em;
}

.mar-bottom-2x {
    margin-bottom: 6.5em;
}

.mar-bottom-3x {
    margin-bottom: 9.4em;
}

.mar-bottom-4x {
    margin-bottom: 11.5em;
}

.mar-bottom-5x {
    margin-bottom: 16em;
}

.no-margin {
    margin: 0;
}

.no-margin::before {
    margin: 0;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

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

.no-margin-top::before {
    margin-top: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-left::before {
    margin-left: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-bottom::before {
    margin-bottom: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-right::before {
    margin-right: 0;
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-border {
    border: 0;
}

.no-border-right-left {
    border-right: 0;
    border-left: 0;
}

.no-border-left {
    border-left: 0;
}

.no-border-right {
    border-right: 0;
}

/***********************
 * 2.2 - Margin & Padding End
 ***********************/
/********************
 * 2.0 - Typography End
 ********************/

/*********************
    *3.0 Navigator
 *********************/
.__nav-head {
    height: 85px;
    background-color: #383838;
    padding-top: 10px;
}

.__nav-head_top-left {
    color: #9c9c9c;
}

.__nav-head_top-left > p {
    line-height: 35px;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
}

.__nav-head_top-left_btn-icon {
    padding: 2px 6px;
    background-color: #c9c9c9;
    color: #000;
}

.__nav-head_top-right_search {
    margin-bottom: 10px;
    position: relative;
}

.__nav-head_top-right_search_input {
    background-color: #4c4c4c;
    border-color: transparent;
    color: #c9c9c9;
    border-radius: 5px 0px 0px 5px;
    width: 100%;
    padding: 0.25rem 0.5rem;
}

.__nav-head_top-right_search_button {
    padding: 0.2rem 0.7rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 0.925rem;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 768px) {
    .__nav-head_top-right_search_input {
        width: 350px;
    }

    .__nav-head_top-left > p {
        line-height: 35px;
        margin-bottom: 0px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 0px;
    }
}

.select-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    color: #fff;
}

/*
       navigation  MEGA MENU
==================================
*/
.mega-menu-primary {
    background-color: #8dc63f;
    z-index: 9;
    padding-left: 0px;
    padding-right: 0px;
}

.mega-menu-primary .navbar-container {
    padding-left: 0px;
    padding-right: 0px;
}

.mega-menu-primary .navbar-brand {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
}

.mega-menu-primary #navbarSupportedContent {
    padding-left: 15px;
    padding-right: 15px;
}

.mega-menu-primary .dropdown-menu.active {
    display: block;
}

.mega-menu-primary .dropdown-menu.active.show {
    display: none;
}

.mega-menu-primary .navbar-toggler:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.mega-menu-primary .offcanvas-navbar .nav-item .nav-link {
    padding: 13px 15px !important;
}

.mega-menu-primary .offcanvas-navbar .cart-quantity {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 13px;
}

.mega-menu-primary .offcanvas-navbar .dropdown-menu {
    left: auto;
    right: 0;
    width: 230px;
    padding: 0;
}

.mega-menu-primary .offcanvas-navbar .dropdown-menu li {
    border-bottom: 1px solid #dddddd;
    padding: 14px;
}

.mega-menu-primary .offcanvas-navbar .cart-image {
    width: 60px;
    float: left;
    margin-right: 10px;
}

.mega-menu-primary .offcanvas-navbar .cart-content {
    float: left;
    width: calc(100% - 70px);
}

.mega-menu-primary .offcanvas-navbar .cart-content h6 {
    margin-bottom: 0;
}

.mega-menu-primary .offcanvas-navbar .dropdown-toggle::after {
    display: none;
}

.mega-menu-primary .price {
    font-weight: bold;
    font-size: 18px;
    color: #7AA93C;
}

.mega-menu-primary .product-dropdown-list li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #dddddd;
}

.mega-menu-primary .product-dropdown-list li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
}

.mega-menu-primary .dropdown-item {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

.mega-menu-primary .dropdown-item:focus, .mega-menu-primary .dropdown-item:hover {
    background-color: #265196;
    color: #ffffff;
}

.mega-menu-primary .carousel-control-next, .mega-menu-primary .carousel-control-prev {
    opacity: 1;
    color: #ffffff;
}

.mega-menu-primary .carousel-control-next:hover, .mega-menu-primary .carousel-control-prev:hover {
    background-color: transparent !important;
}

.mega-menu-primary .carousel {
    padding-bottom: 10px;
}

.mega-menu-primary .dropdown-heading {
    padding-top: 10px;
}

.mega-menu-primary .navbar-brand {
    color: #265196;
    font-size: 24px;
    font-weight: bold;
}

.mega-menu-primary .iconbar {
    color: #265196;
}

.mega-menu-primary .product-dropdown-menu .product-heading {
    color: #265196;
    font-size: 20px;
    font-weight: 600;
}

.mega-menu-primary .product-dropdown-menu ul li {
    border-bottom: 1px solid #dddddd;
}

.mega-menu-primary .product-dropdown-menu ul li:last-child {
    border-bottom: none;
}

.mega-menu-primary .product-dropdown-menu ul li a {
    padding: 10px;
    display: block;
}

.mega-menu-primary .product-dropdown-menu ul li a:hover {
    background-color: #265196;
    color: #ffffff;
}

.mega-menu-primary .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    padding: 13px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
}

.mega-menu-primary .navbar-nav > .nav-item > .nav-link:hover {
    background-color: #6e9d31;
}

.mega-menu-primary .dropdown-menu {
    border: none;
    background-color: #ffffff !important;
    font-size: 14px;
}

.mega-menu-primary .dropdown-menu .nav-item {
    border: solid 2px transparent;
    padding: 8px;
    text-align: center;
}

.mega-menu-primary .dropdown-menu .nav-item:hover {
    border: solid 2px #8dc63f;
}

.mega-menu-primary .dropdown-menu .nav-item .nav-link {
    color: #1c1c1c;
    padding: 6px 0;

}

.mega-menu-primary .dropdown-menu .nav-item .nav-link > img {
    height: 140px;
}

.mega-menu-primary .dropdown-menu .nav-item .link-parent a {
    color: #333;
    font-size: 13px;
    line-height: 1rem;
    font-weight: 700;
}

.mega-menu-primary .dropdown-menu .nav-item-children .link-children {
    color: #666;
    font-size: 12px;
    padding-left: 10px;
    line-height: 1rem;
}

/*=====================================
=            media queries            =
=====================================*/
@media screen and (min-width: 992px) {
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar .dropdown-menu {
        background-color: #fff;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
        -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
        -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
        box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
        display: block;
        left: 0;
        opacity: 0;
        padding: 0;
        right: 0;
        top: 96%;
        transform-origin: 0 0;
        -webkit-transform: rotateY(75deg);
        -moz-transform: rotateY(75deg);
        -ms-transform: rotateY(75deg);
        -o-transform: rotateY(75deg);
        transform: rotateY(75deg);
        -webkit-transition: 0.3s linear all;
        -moz-transition: 0.3s linear all;
        -ms-transition: 0.3s linear all;
        -o-transition: 0.3s linear all;
        transition: 0.3s linear all;
        visibility: hidden;
        width: 100%;
    }

    .navbar .dropdown {
        position: static;
    }

    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        transform: none;
        -webkit-transition: 0.3s linear all;
        -moz-transition: 0.3s linear all;
        -ms-transition: 0.3s linear all;
        -o-transition: 0.3s linear all;
        transition: 0.3s linear all;
        visibility: visible;
    }

    .navbar .dropdown-submenu {
        position: relative;
    }

    .navbar .dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .navbar .dropdown-submenu:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.3s linear all;
        -moz-transition: 0.3s linear all;
        -ms-transition: 0.3s linear all;
        -o-transition: 0.3s linear all;
        transition: 0.3s linear all;
    }
}

@media screen and (max-width: 992px) {
    .__nav-head {
        height: auto;
    }

    #navbarSupportedContent {
        position: absolute;
        top: 60px;
        background-color: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
        left: 0px;
        right: 0px;
        max-height: 80vh !important;
        overflow-y: auto;
    }

    .navbar-toggler {
        position: absolute;
        right: 10px;
    }

    .mega-menu-primary {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .mega-menu-primary .navbar-container {
        justify-content: flex-start;
        position: relative;
    }

    .mega-menu-primary .offcanvas-navbar {
        position: absolute;
        right: 0;
        top: -3px;
        flex-direction: unset;
    }

    .mega-menu-primary .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 5px 0;
        font-size: 12px;
        color: #000;
    }

    .mega-menu-primary .navbar-collapse .navbar-nav .nav-item.dropdown.show {
        background-color: #fafafa;
    }

    .mega-menu-primary .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        background-color: transparent;
    }

    .mega-menu-primary .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
        border-bottom: none;
    }

    .main-wrapper .content-wrapper h1 {
        font-size: 30px;
    }

    .main-wrapper .content-wrapper p {
        font-size: 16px;
    }

    .mega-menu-primary .dropdown-menu .nav-item .link-parent a {
        font-size: 12px;
    }

    .mega-menu-primary .dropdown-menu .nav-item .nav-item-children a {
        padding-left: 12px;
    }

}

@media screen and (max-width: 767px) {
    .mega-menu-primary .product-heading, .mega-menu-primary .shop-heading {
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        padding: 10px 0;
        position: relative;
    }

    .mega-menu-primary .product-heading:after, .mega-menu-primary .shop-heading:after {
        content: "\f107";
        float: right;
        font-family: fontawesome;
        line-height: 30px;
        position: absolute;
        right: 0;
    }

    .mega-menu-primary .product-dropdown-list, .mega-menu-primary .shop-dropdown-list {
        display: none;
    }

    .mega-menu-primary .product-dropdown-list.active, .mega-menu-primary .shop-dropdown-list.active {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .mega-menu-primary .product-dropdown-list a, .mega-menu-primary .shop-dropdown-list a {
        cursor: pointer;
    }

    .mega-menu-primary .product-dropdown-menu .product-heading {
        font-size: 14px;
        font-weight: normal;
    }
}

@media screen and (max-width: 576px) {
    .section {
        padding: 50px 0;
    }

    .section-heading {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .button {
        padding: 6px 30px;
        font-size: 14px;
    }
}

/*=====  End of media queries  ======*/
/*=====  End of navigation  ======*/
/* END MEGA MENU*/

/* menu vertical*/
ul.menu-vertical {
    padding: 0px;
    margin: 0px;
}

ul.menu-vertical ul {
    margin-left: 15px;
    padding: 0px;
    margin: 0px;
}

.menu-vertical li {
    line-height: 16px;
    text-align: left;
    font-style: normal;
    vertical-align: baseline;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    list-style: none;
}

/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

/*********************
    *3.0 Navigator End
 ********************/

/********
    * 9.0 Footer
 ********/
#footer {
    background: #2c353d;
    padding-top: 20px;
    color: #fff;
}

#footer .footer-company-about {
    width: 100%;
    position: relative;
}

.footer-company-about .text-heading {
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 15px 30px 15px 0px;
    border-top: solid 1px #5b646b;
    border-bottom: solid 1px #5b646b;
    margin: 40px 0px 15px 0px;
}

#copyright {

    background: #fff;
}

#copyright .text-copyright {
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0px;
    padding: 10px 0px;
    color: #000;

}

/** page **/
h1.page {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 30px;
}

h1.page:after {
    content: '';
    width: 50%;
    border-bottom: solid 1px #333;
    position: absolute;
    bottom: 0px;
    left: 25%;
}

#ads {
    margin: 20px 0px;
    position: relative;
}

#toTop {
    position: fixed;
    bottom: 38px;
    right: 10px;
    cursor: pointer;
    display: none;
}

@media (max-width: 992px) {
    .menu-wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
    font-size: 0.85rem !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #999;
    font-size: 0.85rem !important;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #999;
    font-size: 0.85rem !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #999;
    font-size: 0.85rem !important;
}

.bg_full {
    background-image: url("/images/bg_project.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
    background-size: 100% 100%;
    background-color: #0f1217;
}

.bg_blue {
    background-color: #39649c;
    color: #fff;
}

.bg_green {
    background-color: #579835;
}

.bg_grey {
    background-color: #f1f1f1;
    color: #333;
}

.bg_dark {
    background-color: #0f1217;
}

._box_subscribe {
    padding: 30px 0px;
}

._box_subscribe .headline {
    color: #fff;
}

._tbl-body {
    display: table;
    width: 100%;
    height: 100%;
}

._tbl-body ._column-cell {
    display: table-cell;
    vertical-align: middle;
}

._tbl-body ._seperate {
    width: 6%;
}

.headline {
    color: #333;
}

._tbl-layout-fixed {
    table-layout: fixed;
}

._box_social {
    padding: 30px 0px;
}

._box_social .show-icon {
    color: #fff;
}

._box_social._icon_line .item-social {
}

._box_social._icon_line .show-icon {
    display: inline-block;
}

._box_social._icon_line .show-icon .bg_icon {
    margin-right: 15px;
    display: table-cell;
}

._box_social._icon_line .show-icon .social-name {
    padding: 0px 0px 0px 10px;
    margin: 0px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    font-size: 1.2rem;
    text-transform: none;
}

._box_social .show-icon .bg_icon {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 25%;
    border-width: 1px;
    border-style: solid;
    display: block;
    margin: 0 auto;
    padding: 15px;
    color: inherit;
    border-color: inherit;
    position: relative;
    font-size: 29px;
    line-height: 29px;
    width: 29px;
}

p[align="center"] {
    text-align: center;
}

._box_social .show-icon .bg_icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 25%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 2;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-style: preserve-3d;
}

._box_social .show-icon .social-name {
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 1.3em;
    display: block;
    text-align: center;
    margin-top: 8px;
    font-weight: 400;
}

._box_social .show-icon .bg_icon:hover:after {
    -webkit-animation: sonarEffect 1s ease-out;
    animation: sonarEffect 1s ease-out;
}

@media (max-width: 480px) {
    ._box_social ._tbl-body ._column-cell {
        display: block;
        text-align: left !important;
    }

    .toolbar .toolbar-title {
        margin: 0px;
        overflow: hidden;
        display: inline-block;
        text-overflow: unset;
        white-space: normal;

    }
}

/*sonar effect*/
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/**
    social widget
 */
.box-social {
    width: 100%;
    position: relative;
    display: block;
    margin: 30px 10px;
}

._nav-social {
    list-style: none;
}

._nav-social .item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 30px;
}

._nav-social .item:last-child {
    margin-right: 0px;
}

._nav-social .item a {
    padding: 6px 10px;
    border: solid 1px #8bc53f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}

/**
/google map & qoute
 */
#map {
    height: 300px;
}

.quote-section {
    padding: 50px 0;
    position: relative;
}

.quote-section #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.quote-section .quote-box {
    padding: 30px 25px;
    padding-bottom: 10px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 2px 5px #aaaaaa;
    -webkit-box-shadow: 2px 2px 5px #aaaaaa;
    -moz-box-shadow: 2px 2px 5px #aaaaaa;
    -o-box-shadow: 2px 2px 5px #aaaaaa;
}

.quote-section .quote-box .card {
    border: none;
}

.quote-section .quote-box .heading {
    color: #333333;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
    position: relative;
    text-transform: uppercase;
    padding: 0px;
    background: none;
}

.quote-box .heading h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #a0ce4e;
}

.quote-box .heading h4 {
    font-weight: 400;
    padding-bottom: 20px;
}

.quote-box .form-group > label {
    display: none;
}

.quote-box .form-group textarea {
    width: 100%;
}

.quote-box .form-group ._contact_form_btn {
    padding: 12px 20px !important;
    outline: none;
    border: none;
    background: #a0ce4e;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    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;
    margin-bottom: 10px;
    margin-top: 0px;
}

.quote-box .field-submit, .quote-box .field-content {
    margin-bottom: 0px;
}

.quote-box input[type="text"], .quote-box textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    background: transparent;
    margin-bottom: 20px;
    outline: 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;
    color: #777777;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    border-radius: 0px;
}

.quote-box ._contact_form_errors {
    font-size: 12px;
}

.bg_grey .heading .toolbar .toolbar-title {
    color: #0062ae;
}

._box_social_type_2 {
    padding: 0px;
}

._box_social_type_2 .social_item {
    display: inline-block;
}

._box_social_type_2 .social_item .show-icon {
    padding: 15px 45px;
    background-color: #8dc63f;
}

._box_social_type_2 .show-icon .bg_icon {
    padding: 10px;
}

._box_social_type_2 .social_item .show-text {
    padding: 15px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    line-height: 50px;
    margin: 0px;
    text-transform: none;
    font-size: 1.2rem;
}

@media screen and (max-width: 992px) {
    .quote-section {
        padding-top: 0px;
    }

    ._box_social_type_2 .social_item {
        margin-bottom: 10px;
    }

    ._box_social_type_2 .item:last-child .social_item {
        margin-bottom: 0px;
    }

    ._box_social_type_2 .social_item .show-icon {
        padding: 5px 10px;
    }

    ._box_social_type_2 .social_item .show-text {
        padding: 10px 0px;
        line-height: 40px;
        font-size: 0.9rem;
    }

    .quote-section #map {
        position: relative;
        height: 80vh;
        margin-bottom: 20px;
    }

    .__nav-head_top-right_search_input {
        padding: 0.5rem;
    }

    .__nav-head_top-right_search_button {
        padding: 0.46rem 0.7rem;
    }

    .__nav-head_top-left > p {
        font-size: 18px;
    }

    .toolbar .toolbar-title {
        font-size: 1.1rem;
        overflow: unset;
    }

}

@media screen and (max-width: 480px) {
    ._box_social ._tbl-body ._column-cell {
        display: inline-block;
        margin: 5px 5px 15px 0px;
    }

    ._tbl-layout-fixed {
        text-align: center;
    }
}

.product._main_container {
    padding-top: 60px;
}

.product .__item-product-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 45px 0 10px 0;
    padding: 0 10px;
    color: #8dc63f;
}

.product .product-content {
    color: #fff;
}


.product .product-content .product-desc-title {
    margin: 0px 0 20px 0;
    padding: 0 0 10px 0px;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
}

.product .__item-product-desc {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 15px;
}

.product .__item-product-text {
    color: #fff;
}

.__slide_product {
    margin: 0 auto;
    padding: 10px;
}

.__slide_product .carousel-item {
    height: auto;
}

.__slide_product .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

.__slide_product .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 3px !important;
    width: auto;
    overflow: hidden;
    padding: 5px;
    border: solid 1px #ccc;
    max-height: 120px;
}

.__slide_product .carousel-indicators li.active {
    border-color: #8dc63f;
}

.__slide_product .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    max-width: 100%;
}

.__slide_product .carousel-indicators li.active img {
    opacity: 1;
}

.__slide_product .carousel-indicators li:hover img {
    opacity: 0.75;
}

.__slide_product .carousel-control-prev {
    position: absolute;
    left: 15px;
    top: 45%;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
}

/* Next button  */
.__slide_product .carousel-control-next {
    position: absolute;
    right: 15px !important;
    top: 45%;
    left: inherit;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
}
.product #carouselGallery{
    display: inline-block;
    padding: 10px;
    border: solid 1px #fff;
    border-radius: 5px;
}