@font-face {
  font-family: 'Lato';
  font-display: swap;
  src: url('https://infraredthermal.com/fonts/lato-regular-webfont.woff2') format('woff2'),
    url('https://infraredthermal.com/fonts/lato-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'Lora';
  font-display: swap;
  src: url('https://infraredthermal.com/fonts/lora-variablefont_wght-webfont.woff2') format('woff2'),
    url('https://infraredthermal.com/fonts/lora-variablefont_wght-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #fff;
  margin: 0;
  height: 100%;
  width: 100%;
  font-weight: 400;
  padding: 0;
  font-size: 14px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
}

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

h2,
h3,
h6 {
  font-weight: 400;
  color: #232323;
  font-family: Lora, serif;
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 24px;
}

h6 {
  font-size: 14px;
}

p {
  /*color: #777;*/
  color: #141414;
  /*font-family: Lato, sans-serif;*/
  font-family: 'Lora', Georgia, serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 10px;
}

.h2,
.h3,
.h6,
h2,
h3,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h2,
.h3,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h6,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
  font-family: Lora, serif;
}

.h6,
h6 {
  font-size: 12px;
}

img {
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  display: inline-block !important;
  border: 0;
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  font-family: Lato;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-decoration: none !important;
  background-color: transparent;
  color: #337ab7;
}

footer,
header,
main,
nav,
section {
  display: block
}

[hidden] {
  display: none
}

a:active,
a:hover {
  outline: 0;
}

hr {
  /* height: 0;*/
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #830101;
  height: 4px;
  width: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

button,
input,
select {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

.with-map {
  padding: 0 2rem;
}

input {
  line-height: normal;
}

@media print {

  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  select {
    background: #fff !important
  }

  .label {
    border: 1px solid #000
  }
}

.font-lora {
  /*font-family: Lora, serif;*/
}

section {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.btn {
  background: #830101;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  padding: 6px 12px;
  margin: 0 auto;
  margin-top: 15px;
  font-weight: 700;

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;

}

.btn:hover {
  background: #303030;
  color: #fff
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.padding-l-60 {
  padding-left: 60px !important;
}

button,
input,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

.with-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/website/images/ICI-Global-Map.png') center top no-repeat !important;
  background-size: contain !important;
  opacity: 0.15;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

a:focus,
a:hover {
  color: #830101;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

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

.text-uppercase {
  text-transform: uppercase;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  width: 98%;
}

.col-md-10,
.col-md-6,
.col-sm-12,
.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

.dropdown {
  position: relative;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li>a>img {
  max-width: none
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}

.breadcrumb>.active {
  color: #777
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

/*.carousel {
  position: relative;
}*/

.container:after,
.container:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.container:after,
.nav:after,
.row:after {
  clear: both;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

/* MENU HEADER */

.navigation {
  position: relative;
  z-index: 99;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Hidden checkbox for toggling */
.menu-toggle {
  display: none;
}

/* Hidden on desktop */
.menu-toggle-label {
  display: none;
}

.ownMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.ownMenu>li {
  position: relative;
}

.ownMenu>li>a {
  display: block;
  padding: 18px 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.ownMenu>li:hover>a,
.ownMenu>li.active>a {
  background-color: #830101;
  color: #ffffff;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown-parent .arrow {
  display: inline-block;
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ffffff;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.dropdown-parent:hover .arrow {
  transform: rotate(180deg);
}

.ownMenu .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background-color: #2b2b2b;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ownMenu li:hover>.dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ownMenu .dropdown li {
  width: 100%;
  border-bottom: 1px solid #3a3a3a;
}

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

.ownMenu .dropdown li a {
  display: block;
  padding: 12px 18px;
  color: #e0e0e0;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.ownMenu .dropdown li a:hover {
  background-color: #830101;
  color: #ffffff;
  padding-left: 24px;
  width: 100%;
  text-align: left;
}

/* Mobile responsive layout */
@media (max-width: 768px) {
  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-toggle-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    margin: 20px 0;
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    background-color: #830101;
    transition: background-color 0.2s ease, color 0.2s ease;
    position: absolute;
    right: 10px;
  }

  .menu-toggle-label:hover {
    background-color: #830101;
  }

  .ownMenu {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    background-color: #1a1a1a;

  }

  .menu-toggle:checked~.ownMenu {
    display: flex;
    padding-top: 6em;
  }

  .ownMenu>li>a {
    padding: 14px 20px;
    border-bottom: 1px solid #2a2a2a;
  }

  /* Static positioning for nested dropdowns in single-column mobile view */
  .ownMenu .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background-color: #222222;
  }

  .ownMenu .dropdown li a {
    padding-left: 35px;
  }

  .ownMenu .dropdown li a:hover {
    padding-left: 40px;
  }

  .padding-l-60 {
    padding-left: 15px !important;
  }
}

header {
  background: #303030;
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 999;
  line-height: 0
}

header .logo {
  float: left;
  margin: 0;
  width: 15%;
  text-align: center
}

header .logo a:focus {
  outline: 0 !important
}

header nav {
  display: inline-block;
  width: 70%;
  position: relative;
  z-index: 999;
  min-height: 60px;
  text-align: right
}

header nav li a {
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 700
}

header nav li a:hover {
  color: #fff;
}

header nav .container {
  width: auto
}

header .ownmenu ul.dropdown {
  padding-bottom: 0;
  background: #fff
}

header .ownmenu ul.dropdown li a {
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 38px;
  padding: 0;
  background: 0 0;
  color: #000;
  display: inline-block;
  width: 100%;
  text-align: left;
}

header .ownmenu ul.dropdown li a:hover {
  background: 0 0;
  color: #830101;
}

.active {
  border: 2px solid white;
}

.carousel li {
  margin-right: 5px
}

.category-products-section .product-slider-container,
.featured-products-section .product-slider-container {
  height: 280px !important;
}

.featured-product-card .products-details {
  padding: 15px !important;
}

.blog ul.row li.col-xs-12 {
  text-align: center;
}

.blog ul.row li.col-xs-12:last-child {
  margin-top: 15px;
  margin-bottom: 30px;
}

.flex-direction-nav a {
  display: none;
}

.bnr-txt h1 {
  font-size: 36px;
  line-height: 40px;
  margin: auto;

}

.bnr-txt h1 span {
  color: #fff;
  font-weight: 400;
}

.bnr-txt hr {
  display: none;
}

.bnr-txt p {
  padding-bottom: 20px;
}

.banner-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.layer-bg,
.layer-front,
.layer-mid {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layer-mid {
  opacity: .5;
  transform: scale(1.1);
}

.layer-front {
  opacity: .25;
  transform: scale(1.2);
}

.ani {
  opacity: 0;
  transform: translateY(30px);
}

/*.swiper-slide-active .ani.fadeUp {
    animation: fadeUp 1.2s forwards;
}
.swiper-slide-active .ani.fadeUpSlow {
    animation: fadeUp 1.8s forwards;
}
.swiper-slide-active .ani.fadeUpBtn {
    animation: fadeUp 2.2s forwards;
}*/
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(.7);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.banner-slide img {
  z-index: 1 !important;
}

.banner-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.banner-slide,
.myBanner,
.myBanner .swiper-slide,
.myBanner .swiper-wrapper {
  width: 100%;
  height: 600px;
  position: relative;
}

.banner-slide {
  height: 600px;
}

.myBanner {
  margin-top: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.top-bar {
  background: #303030;
  border-bottom: 1px solid #eaebef;
  height: 45px;
  position: relative;
  overflow: hidden
}

.top-bar ul {
  margin-bottom: 0
}

.top-bar ul li {
  display: inline-block
}

.top-bar ul li a {
  color: #888;
  display: inline-block;
  padding: 0 10px;
  line-height: 45px
}

.top-bar .left-bar-side {
  float: left;
  margin-bottom: 0
}

.top-bar .right-bar-side {
  float: right
}

.top-bar i {
  margin: 0 4px 0 0
}

.top-bar .left-bar-side li {
  border: none;
  margin-right: 0
}

.top-bar p {
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  margin: 0;
  font-style: italic;
  display: inline-block;
  font-size: 14px
}

.top-bar .left-bar-side span {
  color: #9c9c9c;
  margin: 0 15px
}

.top-bar p a {
  color: #fff !important;
  display: inline !important;
  padding: 0 !important;
  line-height: inherit !important
}

.top-bar p a:hover {
  color: #830101 !important
}

ul.dropdown {
  /*padding-top: 10px !important*/
}

ul.dropdown li {
  padding: 0
}

ul.dropdown li:hover {
  background: 0 0
}

header .btn-right {
  float: right
}

header .btn-right .btn {
  background: #830101;
  margin-top: 5px;
  color: #fff;
  border: 2px solid transparent;
}

header .container.logoarea {
  padding: 20px
}

header .btn-right i {
  color: #ecc731;
  margin-right: 10px;
  transition: all .4s ease-in-out
}

header .btn-right .btn:hover {
  background: #303030 !important;
  color: #fff !important;
  border: 2px solid #830101 !important
}

header .btn-right .btn:hover i {
  color: #fff !important
}

.content {
  background: #f7f8f9
}

.sub-banner {
  background: linear-gradient(135deg, #f8fafc 0, #edf2f7 100%);
  border-bottom: 1px solid #e2e8f0;
  margin-top: -5px;
  text-align: center
}

.sub-banner .overlay {
  background: 0 0;
  padding: 2rem 0;
  min-height: auto
}

.sub-banner h3 {
  color: #1e293b;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1.5px;
  font-family: Lora, serif;

}

.sub-banner h3 span {
  color: #830101
}

.breadcrumb-bar {
  background: #f8f9fa;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 0;
  text-align: left;
}

.breadcrumb-bar .breadcrumb {
  background: 0 0;
  margin: 0;
  padding: 0;
  display: inline-block
}

.breadcrumb-bar .breadcrumb li {
  text-transform: uppercase;
  color: #777;
  font-size: 10pt;
  font-weight: 700;
  letter-spacing: .5px
}

.breadcrumb-bar .breadcrumb li a {
  color: #777;
  font-size: 11pt;
  font-weight: 700;
  letter-spacing: .5px;
  transition: color .2s ease;
}

.breadcrumb-bar .breadcrumb li a:hover {
  color: #830101;
}

.breadcrumb-bar .breadcrumb li.active {
  color: #830101;
}

.with-map h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.what-we {
  padding-bottom: 50px;
}

.how-can-help .big-text small {
  font-size: 24px;
}

.how-can-help {
  padding-top: 50px;
  position: relative;
  background: #fff;
  padding: 3rem 0;
}

.how-can-help ul {
  margin-bottom: 0;
}

.how-can-help .big-text {
  font-size: 55px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  line-height: 40px;
}

.what-we hr {
  margin-bottom: 20px;
}

hr {
  background: #830101;
  height: 4px;
  width: 110px;
  box-sizing: content-box;
}

.contact-us {
  padding: 50px 0;
}

/* PDP Styles Enhancements */
.item-info .pdp-details {
  padding-left: 30px;
}

.pdp-attributes {
  margin: 20px 0;
  padding: 15px;
  background: #fdfdfd;
  border-left: 4px solid #830101;
}

.pdp-attributes ul {
  margin: 0;
  padding: 0;
}

.pdp-attributes li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 14px;
}

.pdp-attributes li strong {
  color: #333;
}

.enquiry-btn {
  margin-top: 25px !important;
}

select {
  width: 100%;
  display: inline-block;
  height: 40px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: none;
  background: none;
  border-radius: 0px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select:focus {
  border: 1px solid #ecc731 !important;
  outline: none;
}

.col-md-5,
.col-md-6,
.col-md-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto;
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto;
  }
}

select {
  width: 100%;
  display: inline-block;
  height: 40px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: none;
  background: 0 0;
  border-radius: 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select:focus {
  border: 1px solid #ecc731 !important;
  outline: 0
}

footer .social_icons:before {
  position: absolute;
  left: -171%;
  width: 171%;
  top: 0;
  content: "";
  height: 100%;
  background: #2a2a2a;
}

footer h3,
footer h6 {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-top: 1em;
  /*margin-bottom:1.5em*/
}

footer .shadow {
  box-shadow: 6px 0 6px rgba(0, 0, 0, .3)
}


footer {
  background: #232323
}

footer a:focus {
  outline: 0 !important;
  box-shadow: none !important
}

footer .social_icons {
  background: #2a2a2a;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 40px;
  margin-right: 15px;
  right: -15px;
  position: absolute
}

footer .social_icons:before {
  position: absolute;
  left: -171%;
  width: 171%;
  top: 0;
  content: "";
  height: 100%;
  background: #2a2a2a
}

footer .social_icons li {
  background: #242424;
  margin-right: 10px
}

footer .social_icons li a {
  height: 37px;
  width: 37px;
  line-height: 37px;
  color: #fff
}

/*footer h3, footer h6 {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 1rem;
}*/
footer p {
  color: #fff;
  line-height: 24px
}

footer p a {
  color: #fff !important;
  text-decoration: none !important
}

footer p a:hover {
  color: #830101 !important
}

footer .links li {
  padding: 2px 0;
  color: #fff;
}

footer .links li a {
  color: #fff;
  display: inline-block;
  width: 100%
}

footer .links li a:hover {
  color: #fff
}

footer li a.btn {
  border: 1px solid #fff;
  background: 0 0;
  width: 145px;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  text-align: center
}

footer li a.btn:hover {
  background: #830101
}

footer .rights {
  background: #1c1c1c;
  height: auto;
  min-height: 50px;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  /*z-index: 2;*/
  /*float: left;*/
  padding: 15px;
}

footer .rights p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: normal;
}

.social_icons {
  position: relative;
  z-index: 9
}

.social_icons ul {
  margin: 0;
  padding: 0;
  text-align: center
}

.social_icons li {
  display: inline-block;
  list-style: none;
  float: left
}

.social_icons a {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0;
  font-size: 14px;
  line-height: 45px;
  text-decoration: none;
  border-radius: 0;
  text-align: center;
  color: #3b3b3b
}

.social_icons a:hover i {
  -webkit-transition: .4s ease-in-out;
  color: #fff
}

.social_icons .twitter a:hover {
  color: #fff;
  background-color: #2baae1;
  border-color: #2baae1
}

@keyframes kenburns {
  0% {
    transform: scale(1) translate(0, 0)
  }

  100% {
    transform: scale(1.3) translate(10px, 10px)
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@-webkit-keyframes bounce {

  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
    transition-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
    transition-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
    transition-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
    transition-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@media (min-width:768px) and (max-width:991px) {
  footer .rights {
    margin-top: 0
  }

  footer h6 {
    margin-top: 85px
  }
}

@media (max-width:767px) {
  .sub-banner .overlay {
    padding: 1rem 0;
  }

  .sub-banner h3 {
    margin: auto !important;
  }

  footer .rights {
    margin-top: 0
  }

  footer h3 {
    /*	margin-top: 10px*/
  }

  footer h6 {
    margin-top: 30px
  }

  footer .padding-l-60 {
    padding-left: 15px
  }

  footer .social_icons {
    position: relative;
    margin-bottom: 10px
  }

  header nav li a {
    display: inline-block;
    width: 100%;
    float: none
  }

  header .ownmenu ul.dropdown {
    background: 0 0
  }

  .ownmenu>li>a {
    margin: 0
  }

  .ownmenu>li>a {
    padding: 10px 0
  }

  .top-bar {
    height: auto
  }

  .top-bar .right-bar-side {
    float: left
  }

  .top-bar {
    background: #222 !important;
    padding: 6px 0 !important;
    border-bottom: 1px solid #333 !important;
    height: auto !important
  }

  .top-bar .container {
    display: flex !important;
    /*justify-content: space-between !important;*/
    justify-content: center !important;
    gap: 10px;
    align-items: center !important;
    flex-wrap: wrap !important;
    padding: 0 15px !important;
  }

  .top-bar .left-bar-side,
  .top-bar .right-bar-side {
    float: none !important;
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
    text-align: center;
  }

  .top-bar p {
    font-size: 11px !important;
    color: #aaa !important;
    margin: 0 !important;
    line-height: normal !important
  }

  .fa-navicon:before,
  .fa-reorder:before,
  .fa-bars:before {
    content: "\f0c9";
  }

  .banner-slide img {
    object-fit: fill;
  }

  .ownmenu {
    position: absolute !important;
    top: 25px !important;
    right: 0 !important;
    width: 100% !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-top: none !important;
    z-index: 9999 !important;
    float: right;
  }

  .ownmenu>li.showhide {
    position: absolute !important;
    top: -9px !important;
    right: 15px !important;
    transform: none !important;
    width: 40px !important;
    height: 36px !important;
    line-height: 36px !important;
    background: #830101 !important;
    border-radius: 4px !important;
    text-align: center !important;
    cursor: pointer !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  }

  .ownmenu>li.showhide span.icon {
    color: #fff;
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    font-size: 25px;
  }

  .ownmenu>li.showhide span.icon {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 36px !important;
  }

  header {
    height: 80px !important;
    background: #303030 !important
  }

  header .container.logoarea {
    position: relative !important;
    height: 70px !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important
  }

  header .logo {
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    float: none !important;
    display: block !important
  }

  header .logo img {
    max-width: 85px !important;
    height: auto !important;
    display: block !important
  }

  header .btn-right {
    position: absolute !important;
    right: 65px !important;
    /*top: 50% !important;*/
    top: 20px !important;
    /*transform: translateY(-50%) !important;*/
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    float: none !important;
    display: block !important
  }

  header .btn-right .btn {
    margin: 0 !important;
    height: 36px !important;
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    background: #830101 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2) !important;
    line-height: 36px !important
  }

  header nav,
  header nav .container {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important
  }

  .ownmenu {
    position: absolute !important;
    top: 70px !important;
    left: 0 !important;
    width: 100% !important;
    background: #303030 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15) !important;
    border-top: 1px solid #444 !important;
    z-index: 9999 !important;
  }

  .ownmenu>li:not(.showhide) {
    border-bottom: 1px solid #444 !important;
    background: #383838 !important;
    width: 100% !important;
    display: none;
    text-align: left !important;
    float: none !important;
    top: 30px;
    position: relative;
  }

  .ownmenu>li:not(.showhide)>a {
    padding: 12px 20px !important;
    color: #fff !important;
    border: none !important;
    font-size: 14px !important;
    display: block !important;
    line-height: normal !important
  }

  .ownmenu ul.dropdown {
    position: static !important;
    width: 100% !important;
    background: #2b2b2b !important;
    box-shadow: none !important;
    padding-left: 20px !important;
    display: none
  }

  .ownmenu ul.dropdown li a {
    color: #ccc !important;
    border-bottom: 1px solid #3a3a3a !important;
    padding: 10px 15px !important;
    display: block !important
  }

  .ownmenu ul.dropdown li a:active,
  .ownmenu ul.dropdown li a:focus,
  .ownmenu ul.dropdown li a:hover,
  .ownmenu ul.dropdown li:hover>a {
    color: #fd0 !important
  }

  .ownmenu>li {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .ownmenu>li>a {
    padding: 15px 25px
  }

  .ownmenu a {
    width: 100%;
    box-sizing: border-box;
  }

  .ownmenu ul.dropdown,
  .ownmenu ul.dropdown li ul.dropdown {
    width: 100% !important;
    left: 0;
    position: static !important;
    border: none;
    box-sizing: border-box;
  }

  .ownmenu ul.dropdown li {
    border: none
  }

  .ownmenu ul.dropdown>li>a {
    padding-left: 40px !important
  }

  .ownmenu>li>ul.dropdown>li>a {
    padding-left: 20px !important
  }

  .ownmenu>li>ul.dropdown>li>ul.dropdown>li>a {
    padding-left: 60px !important
  }

  .ownmenu>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a {
    padding-left: 80px !important
  }

}

@media (max-width:540px) {
  header .logo {
    width: 100%;
    text-align: center
  }

  header .btn-right {
    float: none;
    width: 100%;
    text-align: center
  }

  header .btn-right .btn {
    margin-top: 0;
    margin-bottom: 20px
  }
}

@media (min-width:768px) {
  .lead {
    font-size: 21px;
  }

  .container {
    width: 750px;
  }

  .col-sm-12,
  .col-sm-6 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-6 {
    width: 33%;
  }
}

@media (min-width:992px) {

  .col-md-10,
  .col-md-6 {
    float: left;
  }

  .col-md-10 {
    width: 83.3%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-offset-1 {
    margin-left: 8.3%;
  }

  .container {
    width: 970px;
  }

}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

#ownmenu .showhide {
  top: -3.75em !important;
}

#ownmenu li span i.fa.fa-angle-right {
  display: none;
}

.ownmenu ul.dropdown li:hover>a {
  color: #830101 !important;
}