﻿@charset "utf-8";

@font-face {
    font-family: Lato;
    font-display: fallback;
    src: url(fonts/lato-hairline-webfont.eot);
    src: url(fonts/lato-hairline-webfont.eot?#iefix) format('embedded-opentype'),url(fonts/lato-hairline-webfont.woff2) format('woff2'),url(fonts/lato-hairline-webfont.woff) format('woff'),url(fonts/lato-hairline-webfont.svg#latohairline) format('svg');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: lato;
    font-display: fallback;
    src: url(fonts/lato-light-webfont.eot);
    src: url(fonts/lato-light-webfont.eot?#iefix) format('embedded-opentype'),url(fonts/lato-light-webfont.woff2) format('woff2'),url(fonts/lato-light-webfont.woff) format('woff'),url(fonts/lato-light-webfont.svg#latolight) format('svg');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: lato;
    font-display: fallback;
    src: url(fonts/lato-regular-webfont.eot);
    src: url(fonts/lato-regular-webfont.eot?#iefix) format('embedded-opentype'),url(fonts/lato-regular-webfont.woff2) format('woff2'),url(fonts/lato-regular-webfont.woff) format('woff'),url(fonts/lato-regular-webfont.svg#latoregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: lato;
    font-display: fallback;
    src: url(fonts/lato-bold-webfont.eot);
    src: url(fonts/lato-bold-webfont.eot?#iefix) format('embedded-opentype'),url(fonts/lato-bold-webfont.woff2) format('woff2'),url(fonts/lato-bold-webfont.woff) format('woff'),url(fonts/lato-bold-webfont.svg#latobold) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: lato;
    font-display: fallback;
    src: url(fonts/lato-black-webfont.eot);
    src: url(fonts/lato-black-webfont.eot?#iefix) format('embedded-opentype'),url(fonts/lato-black-webfont.woff2) format('woff2'),url(fonts/lato-black-webfont.woff) format('woff'),url(fonts/lato-black-webfont.svg#latoblack) format('svg');
    font-weight: 900;
    font-style: normal
}

body, html, form {
    min-height: 100%;
    height: 100%;
    color: #7d7d7d;
}

body {
    padding-top: 96px;
}

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #eee;
        cursor: pointer;
    }

    body::-webkit-scrollbar {
        width: 10px;
        cursor: pointer;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #444;
    }

        body::-webkit-scrollbar-thumb:hover {
            background-color: #000;
        }

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.scrollup {
    position: fixed;
    bottom: 34px;
    right: 0px;
    display: none;
    z-index: 9;
    font-size: 16px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.scrollup {
    -webkit-animation: slideInRight 800ms ease;
    -moz-animation: slideInRight 800ms ease;
    -ms-animation: slideInRight 800ms ease;
}

a.scrollup {
    background: #413c38;
    color: #fff;
    text-decoration: none;
    z-index: 99999;
}

    a.scrollup:hover {
        background: #313131;
    }

.fa-icon {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

    .fa-icon > .fa {
        position: absolute;
        margin-left: -25px;
        top: 3px;
    }

    .fa-icon a {
        color: #fff;
    }

ul.social_media {
    margin: 0px;
    padding: 0px;
    display: block;
}

    ul.social_media li {
        display: inline-block;
        list-style-type: none;
        list-style-image: none;
        padding: 0px;
        margin: 0;
        border: none;
        vertical-align: middle;
    }

        ul.social_media li a {
            display: block;
            font-size: 18px;
            transition: none .6s ease-in-out;
            -webkit-transition: none .6s ease-in-out;
            -moz-transition: none .6s ease-in-out;
            -o-transition: none .6s ease-in-out;
            -ms-transition: none .6s ease-in-out;
        }

            ul.social_media li a:hover {
                display: block;
            }

    ul.social_media .fa {
        color: #005295;
        background: #fff;
        width: 38px;
        height: 38px;
        line-height: 38px;
        vertical-align: middle;
        border-radius: 100%;
        text-align: center;
    }

.fa-facebook, .fa-google, .fa-google-plus, .fa-linkedin, .fa-youtube, .fa-youtube-play, .fa-tumblr, .fa-twitter, .fa-pinterest, .fa-instagram, .fa-wordpress {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}

    .fa-facebook:hover {
        background: #3b5998;
    }

    .fa-google:hover {
        background: #3f85f4;
    }

    .fa-google-plus:hover {
        background: #d13f2d;
    }

    .fa-linkedin:hover {
        background: #0275b5;
    }

    .fa-youtube:hover {
        background: #ce332d;
    }

    .fa-youtube-play:hover {
        background: #ce332d;
    }

    .fa-tumblr:hover {
        background: #274152;
    }

    .fa-twitter:hover {
        background: #4dc8f1;
    }

    .fa-pinterest:hover {
        background: #cb2028;
    }

    .fa-instagram:hover {
        background: #3e739d;
    }

    .fa-wordpress:hover {
        background: #3e739d;
    }

ul.social_media .fa-envelope, ul.social_media .fa-envelope:hover {
    background: #3e739d;
}

h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.7rem;
}

h3, .h3 {
    font-size: 1.4rem;
}

h4, .h4 {
    font-size: 1.3rem;
}

h5, .h5 {
    font-size: 1.2rem;
}

h6, .h6 {
    font-size: 1.05rem;
}

.lead {
    line-height: 1.4;
}

@media(max-width:767px) {
    h2, .h2 {
        font-size: 1.6rem;
    }
}

.list-col-2 li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.bullet-list li {
    padding-left: 23px;
    margin-bottom: 5px;
    list-style: none;
    position: relative
}

    .bullet-list li:before {
        content: "\f10c";
        font-family: fontAwesome;
        position: absolute;
        left: 0;
        top: 0;
    }
/* breadcrumb */
.breadcrumb {
    /*padding: 20px 15px;*/
    margin: 0;
    background: transparent;
    padding: 1rem 0rem;
    font-weight: 500;
    /*border-top: 1px solid #f2f2f2;*/
}

.breadcrumb-item {
    font-size: .7rem;
}

    .breadcrumb-item a {
        color: #fff !important;
    }

/* wrapper */
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: none;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
}

.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.footer, .push {
    clear: both;
}

@media (min-width:767.99px) {
    .wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -260px;
    }
}

/* Header */
header {
    background: #005395;
    box-shadow: 0px 0 5px rgba(0,0,0,0.1);
    transition: background-color 0.5s ease;
}

.header-top .list-inline .fa {
    margin-right: 5px;
}

.header-top .list-inline {
    font-size: 16px;
}

    .header-top .list-inline .list-inline-item:not(:last-child) {
        margin-right: 15px
    }

.navbar-nav .nav-item.active .nav-link {
    color: #fff;
}

.navbar-brand {
    transition: padding 0.5s ease;
    padding: 0px 0px;
}

.navbar-nav .nav-link {
    padding: .2rem 0rem !important;
    line-height: 30px;
    font-size: 16px;
    position: static;
    font-weight: 600;
    text-transform: uppercase
}

.navbar-nav .nav-item {
    position: relative;
    padding: 0.5rem 1.8rem !important;
}

    .navbar-nav .nav-item:last-child {
        padding-right: 0 !important;
    }

.navbar-nav .nav-link {
    color: #fff;
    position: relative;
}

.navbar-nav .nav-item .nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    background-color: #fff;
    margin: auto;
}

.navbar-nav .nav-item .nav-link, .navbar-nav .nav-item .nav-link:before {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.navbar-nav .nav-item.active .nav-link:before {
    width: 100%;
}

.nav-dropdown {
    border-radius: 0;
    border-color: #005295;
}

    .nav-dropdown .dropdown-item {
        padding: .5rem 1rem
    }

        .nav-dropdown .dropdown-item:focus, .nav-dropdown .dropdown-item:hover {
            background-color: rgba(169, 123, 80, 0.09);
        }

@media (min-width: 1025px) {
    .navbar-nav .nav-item .nav-link:hover {
        color: #fff;
    }

        .navbar-nav .nav-item .nav-link:hover:before {
            width: 100%;
        }
}

@media (min-width: 992px) {
    .nav-dropdown {
        min-width: 235px;
        top: 62px;
        left: 20px;
    }
}

@media (max-width: 1024px) {
    .navbar-nav .nav-item {
        padding: 0.5rem 1rem !important;
    }
}

@media (max-width: 991.98px) {
    body {
        padding-top: 66px
    }

    .navbar-brand {
        padding: 5px 0px;
        margin-left: 15px;
    }

        .navbar-brand img {
            height: 50px;
        }

    .hdr-right {
        margin-right: 15px;
    }

    .navbar-collapse .container {
        padding: 0;
    }

    .navbar-nav .nav-link {
        padding:   1rem !important;
    }

    .navbar-nav > li.active::after {
        top: 100%;
        bottom: 0;
    }

    .navbar-nav .nav-item {
        padding: 0 !important;
        border-bottom: 1px solid #eee0d4;
    }

        .navbar-nav .nav-item .nav-link:before {
            display: none;
        }

    .nav-dropdown {
        border: 0;
        border-top: 1px solid #ccc;
    }

        .nav-dropdown .dropdown-item {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }
}
 
/* Dropdown Menu */
.menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    font-size: 13px;
    text-align: left;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.menu-dropdown > li > a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

ul.menu-dropdown li {
    border-bottom: 1px solid #ccc;
}

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

    ul.menu-dropdown li a {
        font-weight: 600;
        color: #333;
        text-wrap: normal;
        line-height: normal;
        padding: 10px 15px;
        text-decoration: none;
    }

        ul.menu-dropdown li a:hover {
            color: #002240;
            background: #f5f5f5 !important;
            width: 100%;
        }

.nav > li.active ul.menu-dropdown li a {
    color: #333;
}

.navbar-nav .menu-dropdown {
    width: auto;
    border-radius: 0px;
    min-width: 210px;
    padding: 0px !important;
}

.has-dropdown .menu-dropdown li a {
    font-weight: normal !important;
    white-space: normal;
}

.has-dropdown:hover .menu-dropdown {
    display: block !important;
    padding: 0px;
    border: 0px;
    width: 100%;
}

/* First Level Dropdown Menu */
.nav > li.has-dropdown a {
    padding-right: 30px !important;
}

.navbar-nav > li.has-dropdown > a:after {
    position: absolute;
    top: auto;
    /*right: -20px;*/
    right: 11px;
    display: inline-block;
    content: "\f107";
    font-family: 'FontAwesome';
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}

.nav > li.has-dropdown:hover > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Second Level Dropdown Menu */
.sub-dropdown {
    position: relative;
}

    .sub-dropdown a {
        padding-right: 30px;
    }

    .sub-dropdown > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #999;
        content: '';
    }

    .sub-dropdown > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #999;
        content: '';
    }

    .sub-dropdown > a:before, .sub-dropdown > a:after {
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    .sub-dropdown:hover > a:before {
        top: 17px;
        height: 0;
    }

    .sub-dropdown:hover > a:after {
        background: #999;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

#navbar .nav ul ul {
    padding: 0px;
    margin: 0px;
    display: none !important;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
}

#navbar .nav ul li:hover > ul {
    display: block !important;
}

#navbar .nav ul li li a {
    display: block;
    color: #333;
    text-align: left;
    background: #f5f5f5 !important;
    text-transform: none;
    padding: 10px 15px;
}

    #navbar .nav ul li li a:hover {
        background: #eee !important;
    }


@media (min-width: 992px) {
    /* nav dropdown First level */
    .menu-dropdown {
        display: none !important;
        -webkit-animation: fadeInDown 300ms ease;
        -moz-animation: fadeInDown 300ms ease;
        -ms-animation: fadeInDown 300ms ease;
    }

    /* nav dropdown second level */
    #navbar .nav ul ul {
        -webkit-animation: fadeInLeft 300ms ease;
        -moz-animation: fadeInLeft 300ms ease;
        -ms-animation: fadeInLeft 300ms ease;
    }

    #navbar .nav ul ul {
        margin-left: -100%;
        top: 0;
        margin-top: 0px;
    }
}

@media (max-width:992px) {
    .nav > li {
        border-bottom: 1px solid #ccc;
    }

        .nav > li + li {
            margin-left: 0px;
        }

        .nav > li > a {
            line-height: normal !important;
            color: #005395 !important;
            width: 100%;
            display: block;
            padding: 10px 15px !important;
        }

    .navbar-nav .open .menu-dropdown > li > a {
        padding: 5px 15px !important;
    }

    .menu-dropdown {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav > li.active > a, .nav > li.active:hover > a {
        background: #002240 !important;
        color: #fff !important;
    }
}
 
/* Footer */
footer {
    font-size: 0.92rem;
    background: #005295;
    color: #fff;
}

    footer a, footer * {
        color: rgba(255, 255, 255, 0.6);
    }

        footer a:hover {
            color: #fff;
        }

.ftr-list li {
    padding: 0 .5rem;
}

.ssl-seal {
    width: 100px;
}

@media(min-width:1440px) {
    .ftr-list li:first-child {
        padding: 0;
    }
}

@media(max-width:1440px) {
    .ftr-list li {
        padding: 0 .4rem;
    }

        .ftr-list li:first-child {
            padding: 0;
        }
}

/* visual panel */
@media (min-width:767px) {
    #visual-wrapper {
        position: relative;
        width: 100%;
        background: #ccc;
        float: left;
        display: block
    }
}

.video_holder {
    position: relative;
    min-height: 90%;
    height: calc(100% - 142px);
    width: 100%;
    margin: auto;
    float: left;
    background: #f5f6f7;
    padding: 0 0;
}

.video-visual {
    position: relative;
    height: 560px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    top: 0px;
    background: #DDD;
}

.visual-mobile {
    position: relative;
}

.sitemap-links li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 30px;
    vertical-align: top;
}

    .sitemap-links li a {
        color: #005295;
    }

        .sitemap-links li a:before {
            content: '\f105';
            font-family: FontAwesome;
            color: #005295;
            margin-right: 8px;
            margin-left: -13px;
            position: absolute;
        }

.intro-panel, .heading-panel {
    background: url(../images/hm-intro-bg.webp) no-repeat center;
    background-size: cover;
}

.bg-white {
    background-color: #fff;
}

.heading {
    padding-bottom: 25px;
    background: url(images/heading-icon.png) no-repeat bottom center;
    color: #005295;
    display: inline-block;
}

.bg-brown {
    background-color: #eee0d4;
}

.text-brown {
    color: #005295;
}

.boxshadow {
    -webkit-box-shadow: 0 8px 2px #ddd;
    box-shadow: 0 8px 2px #d5d5d5;
}

.contact-panel .boxshadow {
    -webkit-box-shadow: 5px 8px 2px #ddd;
    box-shadow: 5px 8px 2px #d5d5d5;
}

@media(min-width:767px) {
    .intro-container, .heading-panel {
        top: -75px;
        position: relative;
        z-index: 99;
        margin-bottom: -75px;
    }

    .heading-panel {
        top: -30px;
        margin-bottom: -30px;
        min-width: 450px;
    }
}

.prod-grid {
    margin: 0 -12px;
}

    .prod-grid > div {
        padding: 12px;
        max-width: 100%;
        margin-bottom: 8px;
    }

        .prod-grid > div a {
            border: 15px solid #eee0d4;
            -webkit-box-shadow: 0 8px 2px #d5d5d5;
            box-shadow: 0 8px 2px #d5d5d5;
        }

@media(min-width:420px) {
    .prod-grid > div {
        max-width: 50%;
    }
}

@media(min-width:992px) {
    .prod-grid > div {
        max-width: 33.33%;
    }
}

@media(min-width:1025px) {
    .prod-grid > div {
        max-width: 25%;
    }
}

.prod-container {
    padding: 1.2rem;
    padding-bottom: .8rem;
    display: inline-block;
    text-decoration: none !important;
}

    .prod-container h3 {
        color: #d6325b;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 600;
    }

    .prod-container:hover h3 {
        color: #fff;
    }

    .prod-container:hover {
        background-color: #005295;
    }

.shiny figure {
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin-bottom: .5rem;
}

    .shiny figure:after, .prod-grid > div a:after {
        content: '';
        position: absolute;
        top: 0;
        left: -20%;
        width: 0;
        height: 100%;
        background-color: rgba(255,255,255,0.4);
        -webkit-transform: skew(20deg);
        transform: skew(20deg);
    }

.prod-grid > div a {
    position: relative;
    display: inherit;
    overflow: hidden
}

@media(min-width:1024px) {
    .shiny:hover img, .prod-grid > div a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    .shiny img, .shiny:hover figure:after, .prod-grid > div a:hover:after, .prod-grid > div a img {
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .shiny:hover figure:after, .prod-grid > div a:hover:after {
        width: 150%;
        background-color: rgba(255,255,255,0);
    }
}

a, input.btn {
    outline: 0 !important;
}

.btn-1 {
    position: relative;
    color: #005295;
    padding: .2rem 0 !important;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    font-size: .9rem;
}

    .btn-1:before, .btn-1:after {
        content: '';
        position: absolute;
        height: 2px;
        background-color: #005295;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .btn-1:before {
        width: 100%;
        right: 0;
        top: 0;
    }

    .btn-1:after {
        width: 0;
        left: -100%;
        bottom: 0
    }

    .btn-1:hover:before {
        width: 0;
    }

    .btn-1:hover:after {
        width: 100%;
        left: 0
    }

.btn-secondary {
    background-color: #005295;
    border: 0;
}

.visual-inner {
    background-image: url(images/abt-visual.jpg);
    min-height: 250px;
    background-color: #ccc;
    background-position: center;
    background-color: #ccc;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: flex;
}

    .visual-inner iframe {
        width: 100%;
        max-width: 1900px;
        min-height: 250px;
        margin: 0 auto;
    }

.border-brown-xl {
    border: 5px solid #eee0d4;
}

.menu-right {
    background-color: #fff;
    border: 10px solid #005295;
    padding: 0 15px;
}

.menu-right-list {
    list-style: none;
    padding: 0;
}

    .menu-right-list li {
        border-bottom: 1px dotted #005295;
    }

        .menu-right-list li a {
            color: #ce332d;
            display: block;
            position: relative;
            padding: 10px;
            overflow: hidden;
            text-decoration: none !important;
        }

            .menu-right-list li a:after {
                content: '\f101';
                font-family: fontAwesome;
                right: 10px;
                top: 10px;
                position: absolute;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            .menu-right-list li a:hover, .menu-right-list li.active a {
                background-color: rgba(0,0,0,0.1);
            }

.manufacturing-slider li {
    border: 10px solid #eee0d4;
    padding: 8px;
}

@media(max-width:991px) {
    .menu-right.sub-menu {
        border: 0;
        box-shadow: none;
    }

    .btn-sub-menu {
        background-color: #005295;
        padding: 5px;
    }

        .btn-sub-menu .fa-bars {
            color: #fff;
        }

    .heading-panel h1 {
        font-size: 1.5rem;
    }

    .visual-inner {
        background-position: top right -200px;
    }
}

@media(max-width:767px) {
    .visual-inner {
        display: none;
    }

    .heading-panel {
        margin-top: 25px;
        min-width: 250px;
    }
}

.border-white {
    border: 1px solid #fff;
}

.abt-parallax {
    position: relative;
    border-top: 20px solid transparent;
    -webkit-border-image: url(images/abt-parallax-border.png) 10% round; /* Safari 3.1-5 */
    -o-border-image: url(images/abt-parallax-border.png) 10% round; /* Opera 11-12.1 */
    border-image: url(images/abt-parallax-border.png) 10% round;
}

    .abt-parallax .container {
        position: relative;
    }

        .abt-parallax .container div {
            position: relative;
            z-index: 99
        }

        .abt-parallax .container:before {
            content: url(images/abt-parallax-left.png);
            position: absolute;
            bottom: -30px;
            left: 0;
            z-index: 0
        }

        .abt-parallax .container:after {
            content: url(images/abt-parallax-right.png);
            position: absolute;
            top: -30px;
            right: 0;
            z-index: 0
        }

.map-container iframe {
    width: 100%;
    min-height: 230px;
    margin-bottom: 0;
}

textarea.form-control {
    resize: none;
}

.form-control {
    border-radius: 0;
}

.manufacturing-right .bx-wrapper .bx-pager.bx-default-pager a {
    background: #005295;
}

    .manufacturing-right .bx-wrapper .bx-pager.bx-default-pager a.active, .manufacturing-right .bx-wrapper .bx-pager.bx-default-pager a:hover {
        background: #005295 !important;
    }

.contact-table {
    color: inherit;
    max-width: 400px
}

    .contact-table tr td b {
        color: #333;
    }

    .contact-table tr td {
        padding: 7px 15px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(169, 123, 80, 0.09);
}

.sitemap-list {
    padding-left: 0;
}

    .sitemap-list li {
        padding-left: 15px;
        margin-bottom: 5px;
        margin-right: 45px;
        list-style: none;
        position: relative;
        display: inline-block
    }

        .sitemap-list li a {
            color: #ce332d;
        }

        .sitemap-list li:before {
            content: "\f101";
            font-family: fontAwesome;
            position: absolute;
            left: 0;
            top: 0;
            color: #ce332d;
        }

@media(max-width:991px) {
    .sitemap-list li {
        min-width: 170px;
    }
}

@media (min-width: 992px) {
    .footer {
        font-size: 14px;
    }

        .footer .col-lg-2 {
            -ms-flex: 0 0 9%;
            flex: 0 0 9%;
            max-width: 9%;
        }

        .footer .col-lg-5 {
            -ms-flex: 0 0 44.666667%;
            flex: 0 0 44.666667%;
            max-width: 44.666667%;
        }
}

.link-disabled {
    pointer-events: none;
}

.footer {
    color: #fff;
    /*color: #a5c4d4;*/
    background: #005395 url('../images/bg-footer.jpg') top repeat-x;
}

.footer a {
    color: inherit;
}

    .footer a:hover {
        text-decoration: underline;
        color: #fff
    }

ul.ftrlist {
    display: block;
    margin: 0px;
    padding: 0px;
}

    ul.ftrlist li {
        display: block;
        margin: 0px;
        padding: 3px 0px;
        border-bottom: 0px dotted #aaa
    }

        ul.ftrlist li a {
            display: block;
        }

            ul.ftrlist li a:hover {
                text-decoration: none;
                color: #fff;
                text-decoration: underline
            }

        ul.ftrlist li:before {
            content: '';
            padding-right: 8px;
            font-family: 'FontAwesome';
            float: left;
            margin-left: 0px;
            line-height: 18pt;
        }

        ul.ftrlist li:last-child {
            border-bottom: 0px
        }

@media(max-width:980px) {
    .border-none {
        border: none !important
    }

    ul.ftrlist li {
        display: inline-block;
        width: 100%;
        border-bottom: 0px dotted #aaa;
        padding: 7px 0px;
    }
}

@media(max-width:767px) {
    .footer .border-right {
        border: none !important
    }

    ul.ftrlist {
        text-align: center
    }

        ul.ftrlist li {
            display: inline-block;
            width: auto;
            padding: 5px 5px
        }
}

ul.social-networking {
    margin: 15px 0px 15px;
    padding: 0px;
}

    ul.social-networking li {
        display: inline-block;
        list-style-type: none;
        list-style-image: none;
        padding: 0px;
        margin: 0 3px 0px;
        border: none;
        vertical-align: middle;
        width: auto;
    }

        ul.social-networking li a {
            display: block;
            font-size: inherit;
            transition: none .6s ease-in-out;
            -webkit-transition: none .6s ease-in-out;
            -moz-transition: none .6s ease-in-out;
            -o-transition: none .6s ease-in-out;
            -ms-transition: none .6s ease-in-out;
        }

            ul.social-networking li a:hover {
                display: block;
            }

    ul.social-networking .fa {
        padding: 0px;
        margin: 0px;
        background: #9c6526;
        font-weight: 500;
        /*color: #a5c4d4;*/
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        border-radius: 5px;
        text-align: center;
        font-size: 22px;
        transition: all 0.3s ease
    }

        ul.social-networking .fa:hover {
            color: #fff;
            border: transparent;
        }

    ul.social-networking .fa-facebook {
        background: transparent;
    }

        ul.social-networking .fa-facebook:hover {
            background: #3b5998;
        }

    ul.social-networking .fa-twitter {
        background: transparent;
    }

        ul.social-networking .fa-twitter:hover {
            background: #1c9dec;
        }

    ul.social-networking .fa-instagram {
        background: transparent;
    }

        ul.social-networking .fa-instagram:hover {
            background: #8a3ab9;
        }

    ul.social-networking .fa-pinterest {
        background: transparent;
    }

        ul.social-networking .fa-pinterest:hover {
            background: #dc0201;
        }

    ul.social-networking .fa-linkedin {
        background: transparent;
    }

        ul.social-networking .fa-linkedin:hover {
            background: #0274b3;
        }

    ul.social-networking .fa-youtube-play {
        background: transparent;
    }

        ul.social-networking .fa-youtube-play:hover {
            background: #ce201f;
        }

    ul.social-networking .fa-rss {
        background: transparent;
    }

        ul.social-networking .fa-rss:hover {
            background: #ffa500;
        }
/*sectors*/
/* panels */
.ox-hidden {
    overflow-x: hidden;
    overflow-y: auto;
}

.body-container {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.bg-light-panel {
    background: #f2f2f2;
    border-top-left-radius: 8rem;
    border-bottom-right-radius: 8rem;
}

.bg-curves-reverse {
    border-radius: 0;
}

.bg-light-gray {
    background: #f2f2f2;
}
 
/*
=====================================================================================================================================================
PRODUCT LISTING
=====================================================================================================================================================
*/
.product-grid {
}

.product-grid .product-card {
    display: inline-block;
    padding: 10px;
    width: 299px;
    margin: 5px;
    background: #DDD;
    border: #744c0e solid 1px;
}

ul.prod_list {
    padding: 0px;
    margin: 0px -12px;
    text-align: left;
    vertical-align: top;
}

    ul.prod_list li {
        width: 305px;
        display: inline-block;
        *display: inline;
        vertical-align: top;
        margin: 0px 5px 40px 5px;
        text-align: left;
        padding: 8px 9px;
        background: #fff;
        list-style-type: none;
        list-style-image: none;
        min-height: 390px;
        position: relative;
        border: 1px solid #e1dddb;
        transition: all .6s ease;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -ms-transition: all .6s ease;
    }

        ul.prod_list li:hover {
            box-shadow: 2px 2px 5px #ccc;
        }

.prod-details h2, .prod-details p, .prod-details b, .prod-details span {
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
}

.prod-thumb {
    width: 100%;
    max-height: 250px;
    text-align: center;
    position: relative;
}

    .prod-thumb img {
        width: 100%;
    }

.prod-details {
    margin: 0 auto;
    float: none;
    text-align: left;
    margin: 0px;
}


.pro-name {
    padding: 5px 0;
    margin-bottom: 7px;
    border-bottom: rgb(255, 160, 160) dotted 1px;
}

    .pro-name h2 {
        font-size: 18px;
        color: #2f2f2f;
        margin-bottom: 3px;
        line-height: normal;
        clear: both;
        text-transform: capitalize;
        font-weight: bold;
        text-align: left;
    }

    .pro-name span {
        font-size: 10pt;
    }

    .pro-name p {
        margin-bottom: 0;
    }


/*DRYFRUITS LISTING*/
.ribbon {
    background: #005395;
    height: 52px;
    position: absolute;
    bottom: 0px;
    left: -9px;
}

    .ribbon:before {
        content: "";
        border: 0.3em solid #163852;
        position: absolute;
        bottom: -8px;
        left: 0px;
    }

    .ribbon:after {
        content: "";
        border: 1.5em solid #005395;
        position: absolute;
        top: 0;
        right: -30px;
        z-index: 1;
    }

    .ribbon:after {
        border-right-color: transparent;
    }

    .ribbon:before {
        border-left-color: transparent;
        border-bottom-color: transparent;
    }

    .ribbon h2 {
        display: inline-block;
        text-transform: capitalize;
        z-index: 2;
        font-size: 14pt;
        padding: 6px 10px;
        margin: 5px;
        position: relative;
        float: left;
        color: #FFF;
        text-transform: capitalize;
        border-top: 1px dashed #005395;
        border-bottom: 1px dashed #005395;
    }

        .ribbon h2:after {
            content: "\f105";
            font-family: FontAwesome;
            margin-left: 10px;
        }

    .ribbon span:before {
        content: "";
        position: absolute;
        top: 3em;
        left: 0;
        border-right: 0.5em solid #51909B;
        border-bottom: 0.5em solid #eeeeee;
    }

    .ribbon span:after {
        content: "";
        position: absolute;
        top: 3em;
        right: 0;
        border-left: 0.5em solid #51909B;
        border-bottom: 0.5em solid #eeeeee;
    }

ul.dryfruits_list li:hover {
    background: #fefafa;
}

ul.dryfruits_list {
    padding: 0px;
    margin: 0px -12px;
    text-align: left;
    vertical-align: top;
}

    ul.dryfruits_list li {
        width: 31.2%;
        display: inline-block;
        *display: inline;
        vertical-align: top;
        margin: 0px 12px 40px 12px;
        text-align: left;
        padding: 8px 9px;
        background: #fff;
        list-style-type: none;
        list-style-image: none;
        /*min-height: 300px;*/
        position: relative;
        border: 1px solid #e1dddb;
        transition: all .6s ease;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -ms-transition: all .6s ease;
    }

        ul.dryfruits_list li:hover {
            box-shadow: 2px 2px 5px #ccc;
        }

        ul.dryfruits_list li a {
            text-decoration: none;
        }

.dryfruits_list .prod-details {
    padding: 0 7px;
}

    .dryfruits_list .prod-details h2, .prod-details p, .prod-details b {
        transition: all .6s ease;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -ms-transition: all .6s ease;
    }

.dryfruits_list .prod-thumb {
    width: 100%;
    max-height: 250px;
    text-align: center;
    position: relative;
}

    .dryfruits_list .prod-thumb img {
        width: 100%;
    }

.dryfruits_list .prod-details {
    margin: 0 auto;
    float: none;
    text-align: left;
    margin: 10px 0px;
}

    .dryfruits_list .prod-details b {
        font-size: 12pt;
    }



.add-box {
    float: left;
    display: table;
    width: 100%;
    margin: 3px 0px;
    text-align: center;
}


.prod-price {
    color: #cc0000;
    padding: 0px 0px;
    font-size: 16pt;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0;
    width: 75px;
    text-align: right;
}

    .prod-price span {
        font-family: 'rupee_foradianregular';
        margin-right: 0;
    }

    .prod-price b {
        font-weight: normal;
        display: block !important;
        width: 100%;
    }

    .prod-price .strike {
        text-decoration: line-through;
        display: inline-block;
        color: #999;
        font-size: 12pt;
        text-align: right;
        width: auto;
        float: right;
        font-style: italic;
    }

.qty_wrap {
    margin: 2px 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

    .qty_wrap p {
        font-size: 10pt;
        margin: 3px 0;
        width: 116px;
    }

        .qty_wrap p:first-child {
            color: #333;
            font-weight: bold;
        }

        .qty_wrap p:nth-child(2n+1) {
        }

    .qty_wrap span {
        width: 57px;
        float: right;
        text-align: left;
    }

.btn_add {
    cursor: pointer;
    border: 0;
    margin: 3px 0px;
    background: #FC2B2B;
    font-size: 11pt;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

    .btn_add .shopping-cart {
        background: url('images/red-cart.png') no-repeat center center;
        background-size: 100%;
        padding: 5px;
    }

    .btn_add:hover, .btn_add:focus {
        background: #333;
    }

.add-box-cart .btn_qty {
    font-size: 16px;
    width: 35px;
}

 
/*visual section*/
ul.block-list li.cta-panel a:before {
    content: "\f007 " !important
}

.visual-mob {
    position: relative;
}

    .visual-mob h2 {
        position: absolute;
        color: #fff;
        font-size: 16px !important;
        font-weight: 300 !important;
        padding: 0px 10px;
        background: rgba(247,157,15,.9);
        bottom: 0px;
        left: 10px;
        right: 10px;
    }
/*.list-unstyled li{ margin-bottom:7px;}*/
.visual-wrapper {
    background-color: #efefef;
}

.section-visual {
    position: relative;
    background-color: #efefef !important;
    height: 150px;
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat !important
}

    .section-visual:before {
        position: absolute;
        content: "";
        background: rgba(247,157,15,.9);
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: 50%;
    }

    .section-visual h1 {
        color: #fff;
        z-index: 2;
        position: relative;
        font-size: 32px;
    }
/*.section-visual h1:after{content:""; border:1px solid #fff; position:absolute; top:-5px; left:-5px; right:-5px; bottom:-5px}*/
.section-head {
    position: absolute;
    bottom: 0px;
    min-width: 300px;
    background: rgba(228,208,161,1);
    background: -moz-linear-gradient(left, rgba(228,208,161,1) 0%, rgba(228,208,161,1) 64%, rgba(228,208,161,0.08) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,208,161,1)), color-stop(64%, rgba(228,208,161,1)), color-stop(100%, rgba(228,208,161,0.08)));
    background: -webkit-linear-gradient(left, rgba(228,208,161,1) 0%, rgba(228,208,161,1) 64%, rgba(228,208,161,0.08) 100%);
    background: -o-linear-gradient(left, rgba(228,208,161,1) 0%, rgba(228,208,161,1) 64%, rgba(228,208,161,0.08) 100%);
    background: -ms-linear-gradient(left, rgba(228,208,161,1) 0%, rgba(228,208,161,1) 64%, rgba(228,208,161,0.08) 100%);
    background: linear-gradient(to right, rgba(228,208,161,1) 0%, rgba(228,208,161,1) 64%, rgba(228,208,161,0.08) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4d0a1', endColorstr='#e4d0a1', GradientType=1 );
}

    .section-head:before {
        position: absolute;
        content: "";
        background: #e4d0a1;
        top: 0px;
        bottom: 0px;
        left: -100%;
        width: 100%;
        margin-left: 25px;
    }

    .section-head h1, .section-head .h1 {
        margin-bottom: 0;
        color: #fff;
        z-index: 99;
        position: relative;
        font-weight: 600 !important
    }

.sol-head h3 {
    position: absolute;
    top: 20px;
    font-weight: 400 !important;
    color: #000 !important;
    font-size: 25px
}

 
/*Contact*/
.contact-form .form-group {
    position: relative;
    color: #ced4da;
    padding-right: 0px !important
}

.form-group .icon {
    position: absolute;
    top: 7px;
    left: 10px;
    color: #005395
}

.input-focus {
    border-bottom-color: #ccc !important;
}

.form-label {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 15px;
    transition: all 200ms ease-out;
    color: #777;
}

    .form-label.label-focus {
        top: -11px;
        left: 15px;
        font-size: 12px;
        color: #fff;
        background-color: #005395 !important;
        z-index: 30;
        padding: 1px 7px;
    }

.contact-form .fa-phone, .contact-form .fa-pencil {
    font-size: 18px
}

.contact-info {
    margin-top: 90px !important;
}

    .contact-info .fa-icon {
        margin-bottom: 8px !important
    }

textarea {
    resize: none
}

.contact-form .form-control {
    padding-left: 30px;
    height: calc(2.5em + .5rem);
    border: 0px !important;
    border-radius: 0px !important;
    position: relative;
    background-color: #fff !important
}

.content-holder {
    background: #777;
    padding: 10px;
    width: 100%
}

.text-light {
    color: rgba(255,255,255,.9) !important
}
/*.contact-form .form-control:before{content:""; background:#fff; position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:1; height:30px !important}*/
.contact-form textarea {
    height: 80px !important;
    padding-top: 15px !important
}

.bullet-list-nb li {
    margin-bottom: 5px !important
}

.container-height {
    min-height: 300px
}

.container-1920 {
    max-width: 1920px;
    margin: 0px auto;
}

.bg-left-half, .bg-panel-half-right {
    position: relative;
}

    .bg-left-half:before {
        content: "";
        position: absolute;
        background: #eaeaea;
        left: 0px;
        top: 0px;
        width: 75%;
        height: 100%;
    }

.bg-left, .bg-right {
    position: relative;
    margin-bottom: 100px;
}

    .bg-left:before {
        content: "";
        position: absolute;
        width: 70%;
        left: 15px;
        background: #eaeaea;
        top: 0px;
        height: 100%;
    }

.img-border {
    border: 5px solid #eaeaea;
    padding: 10px;
    display: inline-block;
}

@media (max-width: 767px) {
    .bg-left-half:before {
        height: 100%;
    }

    .bg-left-half:before {
        width: 100%;
        /* height: 90%; */
    }

    .section-visual {
        height: 70px !important;
        background-size: cover !important;
    }

        .section-visual h1 {
            padding-right: 10px;
            font-size: 20px !important;
            padding-top: 20px;
        }

    ul.dryfruits_list li {
        width: 94.2%;
    }
}


 
/*
=====================================================================================================================================================
Products Section
=====================================================================================================================================================
*/
#products {
    height: 350px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center top;
}

#products-container {
    position: relative;
    z-index: 1; /*padding: 25px;*/ /*margin:-220px 0 95px;*/
    background: #fff;
    border-radius: 10px;
    /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)*/
}

.map-panel .map {
    height: 400px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center center;
}

.logo-wrapp {
    padding: 10px 20px 20px 20px;
    border-right: 1px solid #efefef
}

.brand-list li {
    width: 100% !important;
}

.brand-list li {
    list-style: none;
    padding: 10px 0px;
    margin: 0px;
    display: inline-block;
    text-align: center;
}

    .brand-list li a {
        display: block;
        font-size: 16px;
        background: #fff;
        font-weight: 400;
        text-decoration: none;
        border: 0px solid #ccc;
        padding: 10px;
        border-radius: 10px;
    }

.brand-list a img, .brand-list a img {
    border: 1px #efefef solid;
    padding: 15px;
    border-radius: 10px;
}

.brand-list a:hover {
    color: #c80000;
}

.brand-list a:focus {
    color: #000;
}

.brand-list a.active {
    background: #005395;
    color: #fff
}

.brand-list a:hover img {
    border: 1px #888888 solid;
}

.brand-list a.active img {
    border: 1px #888888 solid;
}

.brand-list .bx-wrapper .bx-prev {
    left: -35px;
    width: 30px;
    background: url(css/arrow-prev.png) no-repeat 0;
}

.brand-list .bx-wrapper .bx-next {
    right: -35px;
    width: 30px;
    background: url(css/arrow-next.png) no-repeat 0;
}

.brand-list.bx-wrapper .bx-prev:hover {
    background-position: 0;
}

.brand-list .bx-wrapper .bx-next:hover {
    background-position: 0;
}

.brand-list .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9;
}

.products-wrap {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
}

.products-list {
    padding: 0;
    margin: 0;
}

    .products-list > li {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0;
    }

        .products-list > li .banner {
            border-radius: 10px; /*margin-bottom: 15px;*/
            border: 2px solid #efefef;
        }

        .products-list > li .zoom-box {
            position: relative;
            display: inline-block;
        }

        .products-list > li i.fa-search-plus {
            position: absolute;
            bottom: 0px;
            right: 0px;
            z-index: 99;
            font-size: 20px;
            color: #000;
            background: rgba(0,0,0,.1);
            padding: 10px;
            border-radius: 10px;
        }

        .products-list > li h3 {
            color: #005f9e;
            font-weight: 400
        }

        .products-list > li h4 {
            margin-bottom: 3px !important;
            padding-left: 3px;
            line-height: normal;
            color: #c80000
        }

            .products-list > li h4 span {
                position: relative;
                font-size: 1.2rem;
            }

                .products-list > li h4 span::before {
                    content: "-";
                    position: relative;
                    padding: 0 5px 0 0px;
                }

.table-agri-product tr td {
    padding: 0px 5px 5px 5px;
}

.ari-product .align-items-start {
    margin-bottom: 15px;
}

.table-agri-product b {
    font-weight: 400;
    color: #000 !important;
    padding-right: 3px;
}

.link-button {
    margin: 0;
    padding: 0;
    align-self: flex-end
}

    .link-button li {
        display: inline-block !important;
        background: #cc0003;
        color: #fff;
        border-radius: 10px;
        border: 1px solid #ccc;
        padding: 5px 10px !important;
        margin: 0 5px 10px 0 !important;
    }

        .link-button li a {
            color: #fff;
            text-transform: uppercase;
            font-size: 13px;
        }
/*map*/
.map-panel {
    width: 100%;
    background: #efefef
}

.implements-list .col-lg-4 {
    margin-bottom: 30px;
}

.visual-mobile {
    position: relative;
}
/*.visual-mobile:before{background:rgba(0,0,0,.7); content:""; position:absolute; top:0px; right:0px; bottom:0px; left:0px;}
.visual-mobile h2{color:#fff; position:absolute; top:20px; width:100%; font-size:17px !important; line-height:1.8 !important; padding:20px; text-align:center}*/
@media (max-width:991.98px) {
    #products-container {
        margin: -200px 0 95px;
    }

    .products-list li {
        display: block
    }

    .products-wrap {
        padding: 0px 0;
    }

    .logo-wrapp {
        border-right: 0px
    }

    .brand-list li a {
        border-radius: 10px !important
    }
}

@media (max-width:640px) {
    #products {
        background-image: none !important;
        height: auto;
        margin: 1rem 0 1rem
    }

        #products h2 {
            font-size: 1.4rem !important;
            margin-top: 30px;
            color: #000 !important;
            margin-bottom: 0 !important
        }

    #products-container {
        margin: 0px -15px 1rem;
        padding: 0px;
        border-radius: 0;
        box-shadow: none
    }

    .products-list li {
        display: block
    }
    /*.products-list li .banner {margin-bottom: 20px;}*/
    .link-button li {
        margin-bottom: 10px;
    }

    .logo-wrapp {
        padding-top: 0px !important
    }
}

@media (min-width:1024px) {
    .brand-list {
        width: 100% !important;
        transform: translate3d(0px, 0px, 0px);
        margin: 0;
        padding: 0;
    }

    .logo-wrapp {
        position: relative;
        background: #efefef;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

    .products-list {
        padding: 0;
        margin: 0;
    }

        .products-list > li {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            padding: 0;
            margin: 0;
        }

    .brand-list li {
        margin-right: 5px !important;
    }

        .brand-list li a {
            font-size: 16px;
        }
    /*.logo-wrapp:after { position: absolute; content:''; background: #efefef; width: 1px; height: 100%; right: 16px; top:0}
.logo-wrapp:before {position: absolute; content: '\f0da'; color: #efefef; font-size: 60px; font-family:'FontAwesome';right: -5px; top:15px;}*/
}

@media(max-width:1400px) {
    .logo-list li img {
        height: 100px;
    }
}

@media (min-width:1400px) {
    #products {
        height: 400px;
    }

    #products-container {
        margin: -280px 0 95px;
    }

    .brand-list li a {
        font-size: 20px !important
    }
}
.title {
    font-size: 25px;
    color: #005395;
}
/*@media (min-width:1600px){
.brand-list li { width: 210px !important; }
}*/
@media (max-width: 1199.98px) {
    .brand-list li {
        list-style: none; /*width: 130px !important;*/
    }

    .logo-list li {
        margin: 5px !important;
    }

        .logo-list li img {
            height: 90px;
        }
}

@media(max-width:991px) {
    .navbar-light .navbar-nav .nav-link {
        text-align: left
    }
    /*.brand-list li a{min-height:80px;}*/
    .brand-list {
        display: table;
        margin: 0px;
        padding: 0px;
        width: 100% !important;
        text-align: center
    }

        .brand-list li {
            width: 49% !important;
            padding: 0px !important;
            margin: 1px !important;
            display: inline-block;
            align-items: center
        }

            .brand-list li a {
                display: block;
                background: #efefef;
                display: flex;
                align-items: center;
                width: 100%;
                justify-content: center
            }

    .logo-wrapp .bx-wrapper .bx-viewport {
        height: auto !important
    }

    .bx-wrapper .bx-controls-direction a {
        display: none !important
    }
}

@media(max-width:767px) {
    .logo-list li img {
        height: 70px;
    }

    .intro-text {
        font-size: 25px !important;
    }

    .logo-wrapp {
        padding: 0px !important;
        margin-bottom: 15px;
    }

    .brand-list li a {
        font-size: 12px;
    }

    .brand-list li {
        width: 48% !important;
    }

        .brand-list li a {
            padding: 5px;
            text-transform: unset !important;
            border-radius: 5px !important
        }

    .footer {
        padding-bottom: 0px !important
    }

    .mission-style {
        padding: 0px !important;
        background: rgba(255,255,255,0);
    }

    .list-countries li:last-child {
        width: 50%
    }
}

@media (max-width:320px) {
    /*.brand-list li  {width: 200px !important;}*/
    .brand-list li a {
        font-size: 11px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .bx-wrapper img {
        width: 100%
    }

    .bx-viewport .row {
        width: 100%
    }
}

.bg-color2 {
    border: 1px solid #f2f2f2;
}



/*button style*/


.button {
    --offset: 10px;
    --border-size: 2px;
    display: block;
    position: relative;
    padding: 15px 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    color: #005395;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 var(--border-size) currentcolor;
    transition: background 0.8s ease;
}

.button:hover {
    background: rgba(100, 0, 0, 0.03);
    text-decoration:none;
}

.button__horizontal, .button__vertical {
    position: absolute;
    top: var(--horizontal-offset, 0);
    right: var(--vertical-offset, 0);
    bottom: var(--horizontal-offset, 0);
    left: var(--vertical-offset, 0);
    transition: transform 0.8s ease;
    will-change: transform;
}

    .button__horizontal::before, .button__vertical::before {
        content: "";
        position: absolute;
        border: inherit;
    }

.button__horizontal {
    --vertical-offset: calc(var(--offset) * -1);
    border-top: var(--border-size) solid currentcolor;
    border-bottom: var(--border-size) solid currentcolor;
}

    .button__horizontal::before {
        top: calc(var(--vertical-offset) - var(--border-size));
        bottom: calc(var(--vertical-offset) - var(--border-size));
        left: calc(var(--vertical-offset) * -1);
        right: calc(var(--vertical-offset) * -1);
    }

.button:hover .button__horizontal {
    transform: scaleX(0);
}

.button__vertical {
    --horizontal-offset: calc(var(--offset) * -1);
    border-left: var(--border-size) solid currentcolor;
    border-right: var(--border-size) solid currentcolor;
}

    .button__vertical::before {
        top: calc(var(--horizontal-offset) * -1);
        bottom: calc(var(--horizontal-offset) * -1);
        left: calc(var(--horizontal-offset) - var(--border-size));
        right: calc(var(--horizontal-offset) - var(--border-size));
    }

.button:hover .button__vertical {
    transform: scaleY(0);
}


@media(max-width:767px) {

    .button {
        width: 85%;
    }
    .contact-info {
         margin-top: 0px !important; 
    }
    .w-100 {
        width: auto !important;
    }
}
