body{
    font-family: 'Veneer' !important;  
     scroll-behavior: smooth;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 0;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #dd0000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 260px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}
.navbar {
  padding: 0;
}

.sidebar-nav {
    position: absolute;
    top: 30px;
    width: 260px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 0px;
    background-color: #0f4289;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 15px 10px 20px;
    font-family: 'Veneer';
    src: url('Veneer.eot');
    src: url('Veneer.eot?#iefix') format('embedded-opentype'),
        url('Veneer.ttf') format('truetype');
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sidebar-nav .dropdown-menu li a {
    font-weight: 300;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: #0f4289;
}
.sidebar-header {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.sidebar-brand a {
    color: #ddd;
}
.sidebar-brand a:hover {
    color: #fff;
    text-decoration: none;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #ddd;
    box-shadow: none;
}
.sidebar-nav .dropdown-menu a {
    color: #0f4289;
}


.dropdown-menu.show {
    top: 0;
}

.hamburger {
  position: absolute;
  top: 27px;
    right: 20px;
  z-index: 999;
  display: none;
  width: 28px;
  height: 32px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #dd0000;
}
.hamburger.is-closed .hamb-top { 
  top: 6px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 7px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 6px;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 7px;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #dd0000;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 9;
}
header {
    position: relative;
    width: 100%;
    /* max-width: 1110px; */
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.18);
    padding: 0;
    z-index: 10;
}
.header-top-inner-wrapper {
    display: block;
    padding: 10px 0 0 0;
}


.logo {
    max-width: 250px;
    float: left;
    margin: 0;
}
.header-contact {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

.header-contact ul {
    margin: 0 30px 0 0;
    padding: 0;
    list-style: none;
    float: left;
}
.header-contact ul li {
    padding-left: 25px;
    position: relative;
    line-height: normal;
}
.header-contact ul li span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
}
.header-contact ul li i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 18px;
    color: #444;
}

.nav-wrapper {
    background: #dd0000;
    position: relative;
    width: 100%;
}

.menu {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
    background: #dd0000;
    width: 100%;
}
.menu li a {
  color: #ffffff;
  display: block;
    font-size: 18px;
  padding: 12px 20px;
  text-decoration: none;
  font-family: 'Veneer';
    src: url('Veneer.eot');
    src: url('Veneer.eot?#iefix') format('embedded-opentype'),
        url('Veneer.ttf') format('truetype');
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.menu li a i {
  font-size: 10px;
    vertical-align: middle;
    margin-left: 3px;
}



.menu li.active a,
.menu li a:hover,
.menu li:hover a {
  background-color: #0f4289;
color: #fff;
}
.menu > li {
  position: relative;
    float: left;
}

.sub-menu {
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0.1;
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transform: translateY(-10px) scaleY(0.5);
          transform: translateY(-10px) scaleY(0.5);
  -webkit-transform-origin: top;
          transform-origin: top;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  padding: 15px 0;
  position: absolute;
  top: 100%;
  left: 0;
    background: #fff;
    z-index: 99;
}

.menu > li:hover > .sub-menu {
  clip: auto;
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
}
.sub-menu li a {
    background: #fff !important;
    color: #0f4289 !important;
    text-transform: none;
    white-space: nowrap;
    padding: 10px 20px;
    display: inline-block;
}
.sub-menu li a span {
    display: block;
    width: 0;
    height: 1px;
    background: #0f4289;
    transition: ease all 0.2s;
}
.sub-menu li a:hover {
    text-decoration: none;
}
.sub-menu li a:hover span {
    width: 100%
}

.hero-wrapper {
    width: 100%;;
    position: relative;
}
.inner-wrapper{
    padding: 40px 0;
    border-bottom: 2px solid #dd0000;
    margin-bottom: 40px;
}
.hero-inner-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}

.learn-more {
    color: #0f4289;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Veneer';
    src: url('Veneer.eot');
    src: url('Veneer.eot?#iefix') format('embedded-opentype'),
        url('Veneer.ttf') format('truetype');
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.learn-more i {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background: #dd0000;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    transition: ease all 0.2s;
}
.learn-more span {
    display: block;
    width: 0;
    height: 1px;
    background: #0f4289;
    transition: ease all 0.2s;
}

.learn-more:hover {
    text-decoration: none;
    color: #0f4289;
}
.learn-more:hover i {
    margin-left: 5px;
}
.learn-more:hover span {
    width: 100%;
}
.learn-more-inverse span {
    background: #fff;
}
.learn-more-inverse,
.learn-more-inverse:hover{
    color: #fff;
}
.section-padded {
    padding: 40px 0;
}
.card-text-wrapper {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 25px 25px 0 0;
    transition: ease all 0.2s;
}
.card-text-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #0f4289;
    transition: ease all 0.2s;
    content: "";
}

.product-wrapper:hover .card-text-wrapper:before {
    width: 100%;
}


.product-wrapper {
    width: auto;
    /* max-width: 360px; */
    margin: 0 15px;
}
.product-wrapper .img-wrapper{
    width: 100%;
    height: 200px;
}
.product-wrapper .img-wrapper img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.product-wrapper:hover .card-text-wrapper {
    padding: 25px 25px 0 0px;
}


.slider-arrow {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #fff !important;
    background: #dd0000;
    border-radius: 200px;
    text-align: center;
    line-height: 35px;
    text-decoration: none !important;
    margin: 0 3px;
}
.slider-arrow i {
    font-size: 18px;
    line-height: 32px;
}

.app-nav-pills .app-nav-link {
    border-radius: 0;
    background: #fff;
    color: #0f4289;
    font-size: 18px;
    padding: 10px 20px;
    border-bottom: solid 1px #dddddd;
    position: relative;
    line-height: normal;
    font-family: 'Veneer';
    src: url('Veneer.eot');
    src: url('Veneer.eot?#iefix') format('embedded-opentype'),
        url('Veneer.ttf') format('truetype');
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.app-nav-pills .app-nav-link:hover {
    background: #dd0000;
    color: #fff;
}

.app-nav-pills .app-nav-link .pointer {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #dd0000;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}
.app-nav-pills .app-nav-link.active {
    border-radius: 0;
    background: #dd0000;
    color: #fff;
    
}

.app-nav-pills .app-nav-link.active .pointer {
    visibility: visible;
}

footer {
    background: #222;
    position: relative;
}

.footer-contact-wrapper {
    background: #dd0000;
    max-width: 1110px;
    margin: 0 auto 30px auto;
    color: #fff;
    padding: 10px 20px;
}

ul.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-contact li {
    margin:  0 0 7px 0;
    padding: 0 0 0 20px;
    position: relative;
}
ul.footer-contact li:last-child {
    margin:  0;
    padding: 0 0 0 20px;
    border-right: 0;
}
ul.footer-contact li i {
    position: absolute;
    left: 0;
    top: 4px;
}
ul.footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
ul.footer-social li {
    display: inline-block;
    margin: 0 5px 0 0;
}
ul.footer-social li a {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
    display: block;
    color: #0f4289;
    text-decoration: none !important;
}

.footer-logo {
    max-width: 160px;
}

ul.footer-links {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
ul.footer-links li {
    margin: 0 15px 0 0;
    position: relative;
    display: block;
    float: left;
    width: 24px;
}
ul.footer-links li a {
    color: #fff;
    line-height: normal;
}

.footer-bottom {
    background: #000;
    padding: 10px 0;
    font-size: 12px;
}

.img-wrapper {
    position: relative;
}
.img-wrapper figure {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
}

.img-wrapper figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.product-wrapper:hover .img-wrapper figure img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}


@media (max-width: 991px) {
    .video-wrapper {
        margin: 0;
        height: 300px;
        min-height: auto;
    }
    .app-nav-pills .app-nav-link {
        font-size: 16px;
        line-height: normal;
        padding: 15px 10px;
    }
}
@media (max-width: 767px) {
    .logo {
        margin-left: 20px;
    }
    .header-contact ul li {
        margin-right: 20px;
    }
    .video-wrapper {
        height: 250px;
        min-height: auto;
        margin: 0;
    }
    ul.footer-contact {
        margin:  0 0 20px 0;
    }
    .hero-inner-wrapper {
        top: auto;
        bottom: 30px;
        transform: none;
    }
}


@media (max-width: 641px) {
    .header-top-inner-wrapper {
        height: auto;
        margin: 0 auto;
    }
    .logo {
        margin: 10px;
        width: 160px;
    }
    .hamburger {
        display: block;
    }
    .menu {
        display: none;
    }
    .hero-wrapper h1{
        font-size: 24px;
        line-height: 30px;

    }
    .header-contact {
        display: none;
    }
    .card-text-wrapper {
        width: 100%;
        padding: 10px 0 0 0;
        margin-top: 0px;
    }
    .product-wrapper:hover .card-text-wrapper {
        padding: 10px 0 0 0;
    }
}

@media (max-width: 575px) {
    .app-nav-pills .app-nav-link {
        font-size: 18px;
        display: inline-block;
        margin: 0 10px 10px 0;
        padding: 8px 10px;
    }
    .app-nav-pills .app-nav-link .pointer {
        display: none !important;
    }
    .product-wrapper {
        margin: 0 10px;
    }
    .section-padded {
        padding: 25px 0;
    }
}


@media (max-width: 481px) {
    .video-wrapper {
        height: 200px;
    }
    ul.footer-contact li {
        margin: 0;
    }
    ul.footer-contact li i {
        display: none;
    }
    ul.footer-social li a {
        width: 24px;
        height: 24px;
        line-height: 26px;
        font-size: 11px;
    }
    .app-nav-pills .app-nav-link {
        font-size: 12px;
        margin: 0 5px 5px 0;
    }
    .learn-more {
        font-size: 13px;
    }
    .learn-more i {
        width: 16px;
        height: 16px;
        font-size: 8px;
        line-height: 16px;
    }
    
}