.blog .sidebar .search-form form button:hover:root {
 /* --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 */
  --font-primary: 'DM Sans', sans-serif;
  --font-secondary:'DM Sans', sans-serif;
}
/* Colors */
:root {
  --color-default: #006fae;
  --color-primary: #a90f31 ;
  --color-secondary: #006fae;
}
/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}
@font-face {
  font-family:'DM Sans', sans-serif;
  src: url("../css/DMSans-Regular.ttf");
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'DM Sans', sans-serif;
  color: var(--color-default);
  overflow-x: hidden;
}
a {
  color: var(--color-primary);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color:var(--color-primary) ;
}
a.catlink {
  color: var(--color-default);
  text-decoration: none;
}
a.catlink:hover {
  text-decoration: none;
  color:var(--color-default) ;
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-primary);
}
p{
  color: #000;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding:60px 0;
  overflow: hidden;
}
#testimonials {
  padding-top: 0;
  padding-bottom: 150px;
}
.sections-bg {
  background-color: #f6f6f6;
}
.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}
ul.topheader li {
  display: flex;
  align-items: center;
}
.topbar ul.topheader {
  display: flex;
  align-items: center;
  float: right;
  margin: 0px auto;
  padding: 0;
}
.topbar ul.topheader li {
  display: flex;
  align-items: center;
  float: right;
  margin-left: 5%;
}
.maintoparea {
  display: flex;
  align-items: center;
}
.maintoparea span {
  margin-right: 15px;
    border-right: 1px solid #a90f31;
    padding-right: 15px;
    line-height: 40px;
}
.csasss p {
  float: left;
  margin-bottom: 4px;
}
.csasss p i {
  color: #a90f31;
  margin-right: 5px;
}
/*---Banner---*/

.banner-contentarea {
  position: relative;
  bottom: 15%;
  max-width: 1000px;
  left: 0%;
  z-index: 99;
  top: 25%;
  display: flex;
  align-items: center;
  margin: 0px auto;
}
.banner-contentarea img{
  max-width: 100%;
}
.imgarea {
  width: 73%;
  margin: 0px 0 0 15%;
}
.slide:before {
  content: "";
 background: rgb(255 255 255 / 86%);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index:-1;
}
.banner-contentarea p, .banner-contentarea h3, .banner-contentarea a {
  position: relative;
  z-index: 99999;
}
.redbutton,.blackbutton {
  padding: 15px 20px;
  color: #fff;
  transition:all 0.5s;
  border-radius: 4px;
}
.service-item.position-relative.blue_bg:hover h3 {
  border-color: #fff !important;
}
.service-item.position-relative.blue_bg .content-icon p {
  color: #fff;
}
.redbutton{
  background: #a90f31;
  transition:all 0.5s;
}
.redbutton:hover{
  background: #006fae;
  color:#fff;
}
.service-item.position-relative.backgroundnone {
  background: none;
}
a.blackbutton {
  background: #006fae;
  transition:all 0.5s;
}
a.blackbutton:hover{
  background: #a90f31;
  color:#fff;
}
.banner-contentarea p {
  margin-bottom: 15px !important;
  float: left;
  padding-bottom: 20px;
  color: #000;
}
.imgarea img {
  width: 100%;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.innerbanner {
  background: url(../img/banner.jpg) no-repeat;
  position: relative;
  padding-top:300px;
  padding-bottom: 150px;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -155px;
  z-index: -1;
  box-sizing: border-box;
  margin-bottom: 0;
}
.innerbanner:before {
  content: "";
  position: absolute;
  background: rgba(0,0,0,0.6);
  width: 100% !important;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  z-index: 1;
}
.innerbanner ul {
  list-style: none;
  margin: 0px auto;
  text-align: center;
  padding: 0px !important;
  position: relative;
  z-index: 22;
}
.innerbanner ul li,.innerbanner ul li a{
  color:#fff;
}
.innerbanner ul li {
  padding: 0 5px;
  margin: 0px auto;
  float: none;
  display: inline;
}
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-secondary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(248, 90, 64, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  background:rgba(0,0,0);
  font-size: 15px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
  z-index: 99997;
  position: relative;
  display: none !important;
}
.topbar .contact-info i {
  font-style: normal;
  color: #fff;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
.csasss p a {
  color: #fff;
}
.topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
.topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
.topbar .social-links a:hover {
  color: #fff;
}
.header {
  transition: all 0.5s;
  z-index: 99997;
  padding:10px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90f31+20,006fae+20 */
background: #006fae; /* Old browsers */
/*background: -moz-linear-gradient(left, #a90f31 20%, #006fae 20%); 
background: -webkit-linear-gradient(left, #a90f31 20%,#006fae 20%); 
background: linear-gradient(to right, #a90f31 20%,#006fae 20%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90f31', endColorstr='#006fae',GradientType=1 ); */
height: 75px;
position: relative;
}
.about img {
  width: 100%;
}
.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.header .logo img {
  max-height:55px;
  margin-right: 6px;
}
.sticked-header-offset {
  margin-top: 70px;
}
section {
  scroll-margin-top: 70px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
.navigation {
  width: 100%;
  display: table;
  position: relative;
  font-family: inherit;

}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
  margin-top: 8px;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
  margin-left: 35px;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 0px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right:0px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #006fae;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #333131;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #333131;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.stats-counter h2 {
  color: #fff;
}
.nav-menu > li > a {
  padding:25px 25px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #343a40;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #fff;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 15px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 50px;
  height: 40px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index:9999999999;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #fff #fff transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 15px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.megamenu-panel h6 {
  padding: 0 15px;
 min-height: 40px;
  font-weight: bold;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin-top:15px;
  color:#fff;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fff;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #fff;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 15px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-100 {
  width: 100%;
}

.megamenu-75 {
  width: 75%;
}

.megamenu-50 {
  width: 50%;
}

.megamenu-panel {
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 15px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f1f1f1;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.megamenu-100 {
  height: 650px;
  overflow: auto;
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding:5px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}


@media screen and (max-width:667px){
    .megamenu-list {
  width: 300px !important;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
  background:#006FAE;
  box-shadow:0px 0px 2px 0px white;
}
}
.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0 0px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding:7px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #f1f1f1;
  color: #006fae;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}
.nav-menu > li.active > a {
    border-bottom: 2px solid #006fae;
}
.nav-menu > li > a {
  color: #fff;
  text-transform: uppercase;
}

.nav-dropdown > li > a {
  color: #006fae;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}
.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #ff6b00;
}
.header_area {
  width: 100%;
}
.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
 /* width: 100%;*/
  height: auto;
  padding: 10px 10px 10px 30px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width:100%;
  }
}
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }
}
/* Outer */
.popup {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.75);
  z-index: 999999;
}
/* Inner */
.popup-inner {
  max-width:700px;
  width:90%;
  padding:40px;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
}
.popup input[type="text"] {
  border: 2px solid #fff;
  background: none;
  padding: 20px 15px;
  min-width: 600px;
  border-radius: 40px;
  color: #fff;
}
.popup-inner form.example {
  position: relative;
}
.popup button {
  position: absolute;
  right: 6%;
  top: 25%;
  background: none;
  border: none;
  color: #fff;
}
/* Close Button */
.popup-close {
  width:30px;
  height:30px;
  padding-top:4px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:0px;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:1000px;
  background:#a90f31 ;
  font-family:Arial, Sans-Serif;
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:#fff;
}

.popup-close:hover {
  -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg);
  background:rgba(0,0,0,1);
  text-decoration:none;
}
.popup-scroll{
overflow-y: scroll;
max-height: 300px;
padding:0 1em 0 0;
}
.popup-scroll::-webkit-scrollbar {background-color:#EEE;width:10px;}
.popup-scroll::-webkit-scrollbar-thumb {
border:1px #EEE solid;border-radius:2px;background:#777;
-webkit-box-shadow: 0 0 8px #555 inset;box-shadow: 0 0 8px #555 inset;
-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}
.popup-scroll::-webkit-scrollbar-track {-webkit-box-shadow: 0 0 2px #ccc;box-shadow: 0 0 2px #ccc;}	
/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
section#about {
  padding-bottom: 0;
}
.about-graph {
  display: flex;
  align-items: center;
}
.about-graph i {
  font-size: 24px;
  color: #a90f31;
}
.about-graph .stats-item p strong {
  padding: 10px 0;
  text-align: center;
}
.about-graph .stats-item {
  border: 1px solid #ededed;
  padding: 20px;
  text-align: center;
  width: 33.33%;
  margin-bottom: 30px;
}
#about p {
  float: left;
  margin-bottom:5px;
}
.about-graph .stats-item span.purecounter {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.about-graph .stats-item p {
  text-align: center;
  width: 100%;
}
.social_media{
  position: fixed;
  top:40%;
  right:-143px;
  z-index: 9999;
}
.social_media ul{
list-style: none;
padding: 0;
transform: translateX(110px);
margin-bottom: 0;
}
.social_media ul li{
  display: flex;
  margin:0px;
  background:rgb(0 111 174);
  width: 300px;
  text-align: left;
  padding: 10px;
  border-radius:4px;
  transition: all 1s;
  border-bottom: 1px solid #014f7c;
}
.social_media ul li:hover{
  transform: translateX(-240px);
  background: #a90f31;
}

.social_media ul li a{
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.social_media ul li i {
  text-align: center;
  color: #fff;
  margin-right: 2px;
  /* background: #a90f31; */
  padding:0px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transform: rotate(0deg);
  line-height:42px;
}
.social_media ul li:hover i{
  transform: rotate(360deg);
  transition: all 1s;
}
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  border-radius: 10px;
  min-height: 280px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #a90f31;
  font-size: 26px;
  line-height: 0;
}
.sbi .text-centerbtton {
  margin-bottom: 0;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter,section.ourworkprocess {
  padding: 40px 0;
  background-attachment: fixed;
  background-size: cover !important;
  position: relative;
}
section.ourworkprocess:before,
.stats-counter:before{
  position: absolute;
  content: "";
  background:rgba(0,0,0,0.75);
  width:100%;
  height:100%;
  left: 0;
  top: 0;
}
section.ourworkprocess{
  background: url(../img/project-img-4.jpg) no-repeat; 
  padding-bottom: 200px;
  background-size: cover;
}
.csasss p,.csasss p a {
  color: #fff;
}
.stats-counter{
  background: url(../img/bannera.jpg) no-repeat;

}
section.ourworkprocess h2 {
  color: #fff;
}
.flexslider.thumbe-slider h2 {
  margin-left: 140px;
  margin-top: -60px;
  font-family: 'Soho', 'DM Sans', sans-serif;
  font-weight: normal;
  max-width: 807px;
  font-size: 40px;
  line-height: 51px;
  color: white;
  text-transform: uppercase;
}
.owp {
  background-color: #131212C2;
  padding: 10px 10px 10px 10px;
  box-shadow: 5px 5px 0px 1px rgb(60 60 60 / 77%);
  border-radius: 10px 10px 10px 10px;
  position: relative;
  bottom: 0;
  transition: all 0.5s;
}
.owp:hover{
  bottom:10px;
}
.owp p {
  color: #fff;
  padding: 0 12px;
  text-align: center;
}
.owp h3 {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.owp img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}
.featorebox {
  background: #fff;
  position: relative;
  transition: all 0.5s;
  bottom: 0px;
  margin-bottom:30px;
  border-radius: 10px;
}
.featorebox:hover{
  bottom: 10px;
}
.featorebox img.img-fluid {
  height: 200px;
  object-fit:contain;
  margin-bottom:10px;
  width:100%;
}
.featorebox h5 {
  min-height:46px;
  position: relative;
}
.featorebox.producthomebox h5{
  font-size:16px;
  padding:0 5px;
}
.featorebox.producthomebox h6 {
  margin-top: 20px;
}
.featorebox h5:before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
.text-centerbtton {
  display: block;
  text-align: center;
  margin: 50px 0 60px 0;
}
.stats-counter .stats-item {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

.stats-counter .stats-item .purecounter {
  min-width: 90px;
  padding-right: 15px;
}

.stats-counter .stats-item i {
  font-size: 44px;
  line-height: 0;
  margin-right: 15px;
}

.stats-counter .stats-item span {
  font-size: 40px;
  display: block;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 40px;
}

.stats-counter .stats-item p {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 15px;
}
ul.homeaddtocart {
  margin:25px 5% 0;
  padding: 0px;
  display: flex;
  list-style: none;
  text-align: center;
}
ul.homeaddtocart li a{
  background: #006fae;
  margin: 2px;
  padding: 10px 10px;
  color: #fff;
  border-radius: 3px;
  transition: all 0.5s;
}
ul.homeaddtocart li a:hover{
  background:#a90f31;
}
.modal-open .modal {
  opacity: 10;
  z-index: 9999999;
  background: rgba(0,0,0,0.8)
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,35%);
  transform: translate(0,35%);
}
/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/
.services {
  padding: 60px 0;
  width:100%;
}
.blue_bg {
  background: #006fae !important;
}
.services .service-item {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  min-height: 240px;
}
.imgicon i.fa.fa-angle-right {
  font-size: 42px;
  color: #fff;
}
.imgicon img {
  height: 60px;
  width: auto;
  width: auto;
  margin-top: 40px;
}
.blue_bg h3 {
  color: #fff !important;
}
.blue_bg p a {
  color: #fff !important;
}
.content-icon a {
  color: #000;
}
.content-icon {
  display: flex;
}
.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color:#a90f31;
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  border: 2px solid #a90f31;
  padding: 15px;
}
.services .service-item .icon i:hover{
  color: #006fae;
  border: 2px solid #006fae;
}


.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}

.services .service-item:hover .icon:before {
  background: #00b6a1;
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}
.sbi {
  background: #ededed;
}
/* ---- Create Accordion --- */

.accordion{ 
  max-width:100%;
  height:450px;
  display: flex;
  overflow: hidden;
  margin: 50px auto;
}

.tab{
  position: relative;
  width: 20%;
  height: inherit;
  padding: 20px;
  background: #006fae;
  color: #FFF;
  cursor: pointer;
  transition: width .5s ease;
}

.tab img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

.caption{
  position: absolute;
  z-index: 2;
/*  white-space: nowrap;*/
  top: 150px;
  opacity: 0;
  text-align: center;
  left: 0;
  right: 0;
}

.caption h2{
  margin-bottom: 2px;
  text-overflow:clip;
  font-size:24px;
  text-transform:uppercase;
}
.caption p{
  margin: 0;
  font-family: 'Open Sans';
  font-size:16px;
  color:#fff;
}
.boxarea {
  padding: 10px;
  background: #f1f1f1;
  text-align: center !important;
  min-height: 135px;
  border-radius: 4px;
  margin-bottom:15px;
  border: 1px solid #f1f1f1;
  transition: all 0.5s; 
}
.boxarea:hover {
  background: #006fae;
  border: 1px solid #014f7c;
}
.boxarea:hover h3 {
  color: #fff;
}
.boxarea h3 {
  font-size: 15px;
  margin-bottom: 0;
}
.boxarea img {
  height: 60px;
}
/* --- Hover Effects --- */

.tab:hover img{
  opacity: .6;
}

.tab:hover{
  width: 80%;
}

.tab:hover .caption{
  transition: all .5s ease;
  opacity: 1;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  background: var(--color-primary);
  padding: 60px 0 0 0;
}
.hero h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.hero p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 15px;
  background: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding:50px 0 0px 0px;
  color: white;
  position: relative;
}
.footer:before {
  position: absolute;
  content: "";
  background: rgba(255,255,255,0.9);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.footer-contact {
  background:rgb(169 15 49);
  position: relative;
  left: 0;
  right: 0;
  top: -150px;
  padding: 30px;
  clear: both;
  width: 100%;
  max-width: 1140px;
  clear: both;
  float: none;
  margin: 0px auto;
  min-height: 200px;
  border-radius: 10px
}
.bottomfooter {
  position: relative;
  margin-top: -100px;
  border-radius: 4px;
}
.footer-contact label {
  display: block;
  color: #fff;
}
.footer-contact input[type="submit"], .footer-contact button {
  background: #006fae;
  max-width: 200px;
  color: #fff;
  margin: 0px auto;
  border-radius: 4px;
}
.footer-contact input[type="submit"]:hover, .footer-contact button:hover {
  background: #fff;
  color: #a90f31;
}
.footer-contact input,.footer-contact button,.footer-contact .container textarea  {
  width: 100%;
  padding: 15px;
  border: none;
  margin-bottom: 15px;
  box-shadow: 4px 6px 0px 1px #69051c;
}

.footer-contact .container {
  position: relative;
  z-index: 99;
}
.footer-contact .container textarea {
  max-height: 90px;
}
.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}
.footerbottom{
background:#e5e5e5;
padding:10px 0;
color:#006fae;
position: relative;
}
.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
  width: auto;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #006fae;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 15px;
  font-family: var(--font-primary);
  color: #000;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:1px solid rgb(250 0 1);;
  font-size: 15px;
  color:1px solid rgb(250 0 1);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #006fae;
  border-color: #006fae;
}

.footer h4 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color: #a90f31;
}
.footer .footer-info {
  margin-bottom: 30px;
}
.footer .footer-links {
  margin-bottom: 30px;
}

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

.footer .footer-links ul i {
  padding-right: 2px;
  color:#a90f31;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color:#000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.fcontact p {
  display: flex;
  align-items: baseline;
}
.fcontact p i {
  padding-right: 10px;
  width: 25px;
}
.footer .footer-links ul a:hover {
  color:#a90f31;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: left;
}

.footer .credits {
  padding-top: 4px;
  text-align:right;
  font-size: 13px;
}

.footer .credits a {
  color: #006fae;
}

/*.slider-container {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	height: 100vh;
  width: 100%;
  margin-top:0px;
  min-height:600px;
  margin: 0px auto;
}

.slider-container h1 {
	color: #000;
	font-size:42px;
	position: relative;
	z-index: 99999;
	text-align: left;
}


.slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	transform: scale(1.5);
	transition: opacity .6s ease;
}

.slide.active {
	animation: grow 4s linear forwards;
	opacity: 1;
}
.slide.active .banner-contentarea {
  max-width: 1000px;
  overflow: hidden;
}
@keyframes grow {
	0%, 20% {
		transform: scale(1);
	}

}

.controls-container {
	position: absolute;
	top: 50%;
	right: 10px;
	display: flex;
	flex-direction: column;
	transform: translateY(-20%);
	z-index: 2;
}

.control {
	background-color:#a90f31;
	cursor: pointer;
	opacity: 0.5;
	margin: 6px;
	height: 40px;
	width: 5px;
	transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.control.active, .control:hover {
	background-color: #fff;
	opacity: 1;
	transform: scale(1.2);
}*/

/*-----Product Details-----*/

.product-detailbox img{
  width: 100%;
  display: block;
  height: 200px;
  object-fit:contain;
  margin-bottom: 15px;
  transition: 0.3s;
}
.product-imgs{
  overflow: hidden; 
}
.product-imgs .img-display{
  transition: 0.3s;
  overflow: hidden; 
}

.product_drawings_box.sdd_box {
  padding: 30px !important;
  margin-top: 0;
}
.img-showcase{
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase img{
  min-width: 100%;
}
.img-select{
  display: flex;
}
.img-item{
  margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
  margin-right: 0;
}
.img-item:hover{
  opacity: 0.8;
}

.product-title{
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 1rem 0;
}

.product-link{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}
.product-link:hover{
  opacity: 0.9;
}
.product-detail {
  margin-top:45px;
  padding:0px;
  padding-right:15px;
  width:100%;
  max-height:220px;
  overflow:auto;
}
.product-detail h2{
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}
.product-detail p{
  font-size:16px;
  color: #fff;
  padding:0px;
}

.purchase-info .btn:hover{
  opacity: 0.9;
}
.inner-mainbox {
  padding-bottom:150px;
  margin-top:0px;
}


.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}
.tab-panel h3 {
  color: #a90f31;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset > label {
  position: relative;
  display: inline-block;
  padding:15px 2.5%;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  min-width:18.66%;
  margin: 0px !important;
  text-align: center;
}
.tabset > label:hover,
.tabset > input:focus + label {
  color: #fff;
}
.tabset > input:checked + label {
  background:#a90f31;
  color: #fff;
}

.tab-panel {
  padding:0px 15px 30px 15px;
  border: 1px solid #ccc;
  background:#fff;
}
.tabcontainerarea {
  margin-top:0px;
  background: #006fae;
}
.product-detailbox .img-select .img-item img {
  height: 70px;
  margin-top: 30px;
}
.product-imgs .img-display .purchase-info {
  display: flex;
  align-items: center;
  margin: 0px auto;
  max-width: 225px;
}
.tab-panels h2 {
  font-size: 24px;
  font-weight: bold;
}
.tab-panels h3 {
  font-size: 18px;
  font-weight: bold;
}
.talbotm ul {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}
.talbotm ul li{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
table.techinfo {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
table.techinfo th, table.techinfo td {
  text-align: left;
  padding: 10px;
}
table.techinfo th {
  background: #e5e3e3;
  border: 1px solid #ccc;
}
table.techinfo td {
  border: 1px solid #f1f1f1;
}
.product_drawings_box,.aboutusbox {
  box-shadow: -1px 1px 20px 0px #f1f1f1;
  border: 1px solid #f1f1f1;
  margin:20px auto;
  padding: 10px;
  width: 100%;
  text-align: center;
  transition:all 0.5s;
}
.aboutusbox {
  padding: 30px;
  font-weight: bold;
}
.sddrawings ul.records li:first-child {
  width: 40%;
}
.sddrawings ul.records li:last-child {
  width: 60%;
}
.sddrawings ul.records li:last-child form {
  display: flex;
}
.product_drawings_box:hover {
  box-shadow: -1px 1px 17px 11px #f1f1f1;
}
.product_drawings_box p, .product_drawings_box h6 {
  margin-bottom: 0;
}
.tab-panel h5,.talbotm h5 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
.tab-panel h5 a,.talbotm h5 a{
  color: #000;
}
.product_drawings_box img {
  margin-bottom: 15px;
}
.productlist-box {
  text-align: center;
  box-shadow: 3px 3px 5px #f1f1f1;
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.footer-contact h1 {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 30px;
}
.productlist-box h3 {
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
.productlist-box a.redbutton {
  margin-bottom: 30px;
  display: block;
  max-width: 170px;
  margin: 0px auto;
}
.links_box_logoarea{
  text-align: center;
}
.links_box p a{
  color:#006fae;
}
.links_box .links_box_logoarea img {
  height: 60px;
  width: auto;
  margin: 0px auto;
  text-align: center;
}
.links_box,
.blog-list {
  border: 1px solid #f1f1f1;
  padding: 15px 15px 30px 15px;
  box-shadow: 3px 3px 5px #f1f1f1;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
    bottom: 0;
    transition: all 0.5s;
}
.links_box{
  box-sizing: border-box;
  min-height: fit-content;    
  min-height: 340px;

}
.links_box p {
  display: flex;
  align-items: baseline;
}
.links_box p i {
  margin-right: 10px;
}
.links_box h6 {
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
}
.links_box:hover,
.blog-list:hover{
bottom: 10px;
}
.blog-list img {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}
.blog-list h2 {
  font-size:18px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.blog-list p {
  float: left;
  display: block;
  clear: both;
  margin-bottom: 20px;
}
ul.printoption {
    float: right;
    list-style: none;
    clear: both;
    width: 100%;
    text-align: right;
}
ul.printoption li{
  padding: 0 10px;
  display: inline;
  position: relative;
  z-index: 99999;
}
ul.printoption li a{
  color: #006fae;
  display: inline-block;
}
ul.printoption li a:hover{
color: var(--color-primary);
}
.downloads_box .redbutton {
  display: block;
  margin: 20px 0;
}
.downloads_box .redbutton {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.downloads_box {
  text-align: center;
}
.service-item.position-relative.downloads_box .icon {
  margin: 0px auto;
  position: relative;
  height: 110px;
  width: 100px;
}
.service-item.position-relative.downloads_box a.redbutton {
  width: 80%;
}
.service-item.position-relative.downloads_box {
  min-height: 440px;
}
.sddrawings {
  background: #f1f1f1;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.sddrawings ul.records,ul.sddrawings_search{
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  align-items: center;
  font-size: 14px;
}
.sddrawings ul.records {
  float: right;
  width:35%;
}
ul.sddrawings_search {
  float: left;
  width: 65%;
}
ul.sddrawings_search li:first-child,.sddrawings ul.records li:first-child {
  padding-right: 10px;
}
ul.sddrawings_search input, ul.sddrawings_search select,.sddrawings ul.records select{
  padding: 10px 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 40px;
}
.sddrawings ul.records select{
  width: 80%;
}
ul.sddrawings_search button,.sddrawings ul.records button{
  background: #006fae;
  color: #fff;
  height: 40px;
  width: 40px;
  border:none;
}
ul.sddrawings_search button:hover,.sddrawings ul.records button:hover{
background: var(--color-primary);
}
.product_drawings_box.literature_download h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.product_drawings_box.literature_download p b {
  text-align: left;
  float: left;
}
.product_drawings_box.literature_download p {
  text-align: right;
}
.literature_download {
  padding: 30px;
  margin-top: 0;
}
.literature_download p {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
.literature_download h6 {
  margin-bottom: 30px;
  position: relative;
}
.literature_download h6:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #f1f1f1;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.pcatalog img {
  height: 200px;
  width: auto;
}
.product_drawings_box.literature_download.pcatalog h6 {
  min-height: 75px;
}
.thermowells_catalogue p {
  text-align: center !important;
  border-bottom: none;
}
.thermowells_catalogue a.redbutton {
  display: block;
  max-width: 180px;
  margin: 0px auto;
}
.ShinkoManuals ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
}
.ShinkoManuals ul li:first-child {
  width: 120px;
  margin-right: 15px;
}
.ShinkoManuals ul li:first-child img {
  width: 100%;
}
.ShinkoManuals ul li {
  text-align: left;
}
.ShinkoManuals ul li h3 {
  font-size: 18px;
  font-weight: bold;
}
.ShinkoManuals ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 25px;
  font-size: 14px;
  margin-bottom: 15px;
}
.ShinkoManuals ul li a:before {
  content: "\f1c1";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: 0;
  font-size: 22px;
  top: -5px;
}
.ShinkoManuals ul li a:hover {
  color: #006fae;
}
.product_drawings_box.ShinkoManuals {
  display: flex;
  align-items: center;
}

ul.list-shinko {
  display: flex;
  list-style: none;
}
ul.list-shinko li:first-child {
  margin-right: 15px;
  width:150px;
  text-align: left;
}
ul.list-shinko {
  display: flex;
  list-style: none;
  padding: 0px;
}
ul.list-shinko {
  display: flex;
  list-style: none;
  background: #fefbfb;
  border: 1px solid #f1f1f1;
  padding: 10px;
  box-shadow: 1px 1px 12px 0px #f1f1f1;
  align-items: center;
}
.mtop ul.list-shinko li:last-child {
  border-left: 1px solid #f1f1f1;
  padding-left: 40px;
  width: 100%;
  align-items: baseline;
  position: relative;
}
.mtop ul.list-shinko li:last-child:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  top: 0px;
  position: absolute;
  left:10px;

}
.aboutusbox a {
  background: #006fae;
  padding: 10px;
  color: #fff;
  margin: 10px auto;
}
.aboutusbox a:hover {
  background: #a90f31;
}
.mtop ul.list-shinko:nth-child(odd) {
  margin-right: 2%;
}
.mtop ul.list-shinko {
  width:48%;
  float: left;
  min-height: 95px;
}
.mtop ul.list-shinko li {
  text-align: left;
}
.companyprofile_bg h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  position:relative;
}
.companyprofile_bg h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.companyprofile_bg ul {
  display: flex;
  list-style: none;
}
.aboutusbox a {
  display: block;
}
.myTable {
  width: 100%;
}
.myTable th {
  background: #006fae;
  padding: 10px 15px;
  color: #fff;
  border: 1px solid #3c3b3b;
}
.myTable td {
  border: 1px solid #ccc;
  padding:8px;
}
.myTable tr:nth-child(odd) {
  background: #f1f1f1;

}
ul#houseMenuVstatic0 {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul#houseMenuVstatic0 li a {
  color: #006fae;
  font-weight: 500;
}
ul.sitemap {
  margin: 0px;
  padding: 0px;
}
ul.sitemap li ul {
  margin: 0px;
  padding: 0;
}
ul.sitemap li ul {
  margin: 0px;
  padding: 0;
  float: left;
  width: 100%;
}
ul.sitemap li{
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  list-style: none;
  padding-left: 40px;
  position: relative;
  left: 0;
}
ul.sitemap li:before{
position: absolute;
content: "→";
left: 0px;
}
ul.sitemap > li {
  font-size: 24px;
  font-weight: 900;
}
ul.sitemap li ul > li {
  font-size: 18px;
  font-weight: 500;
}
ul.sitemap li ul > li > ul li {
  font-size: 14px;
}
ul.sitemap li ul > li > ul li:last-child {
  border-bottom: none;
}
ul.sitemap > li > a {
  color: #006fae;
}
ul.sitemap li ul > li > ul li a{
  color: #006fae;
}
ul.listitem li{
  position: relative;
  padding-left: 30px;
}
ul.listitem li:before {
  content: "→";
  position: absolute;
  left: 0px;
}

ul.listitem li {
  margin-left:0px;
  width: 47%;
  padding: 5px 0;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 25px;
}
ul.listitem li:nth-child(odd) {
  margin-right: 6%;
}
ul.listitem {
  margin: 0px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
h4.margtop {
  margin-top: 20px;
}
ul.listitem.singlelist li {
  width: 100%;
}
.mtop ul.list-shinko li a {
  float: left;
  position: relative;
}
.mtop ul.list-shinko li a{

}
p.lightbold {
  font-weight: bold;
  font-size: 24px;
}
ul.listitem.singleline {
  display: inherit;
}
ul.listitem.singleline li:first-child,ul.listitem.singleline li {
  width: 100%;
  font-size: 14px;
}
.product_infraredCameras {
  display: inherit !important;
}
.product_infraredCameras h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  text-align:left;
}
.product_infraredCameras ul li:first-child {
  min-width: 120px;
}
.class_bimg img {
  width: 100%;
}
.megamenu-list a.redbutton.viewmoremenu {
  margin: 10px auto 0 10px;
  max-width: 200px;
  text-align: center;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 600;
  background: none;
  color: #006fae;
  border: 1px solid #ccc;
  background: #f1f1f1;
}

.menuclasss a.redbutton.viewmoremenu {
  padding: 15px 70px;
  background:#006fae;
  font-size:18px;
  font-weight:bold;
}
.menuclasss a.redbutton.viewmoremenu:hover {
  background: #a90f31;
}
.menuclasss {
  margin: 30px auto;
  text-align: center;
}
.section-header.marging_bt {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 40px;
}
.product_infraredCameras p {
  text-align: left;
}
.product_list {
  background: #006fae;
  padding: 10px 20px;
  color: #fff;
}
.product-list h2 {
  background: #faf8f8;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 3px #f1f1f1;
  margin-bottom: 0;
}
.product_listdetail {
  box-shadow: 0px 7px 3px 0px;
  border: 1px solid #f1f1f1;
  padding: 20px;
}
.product_listdetail ul {
  margin: 0px;
  padding: 0px;
}
.product-list .product_listdetail {
  display: none;
}
.product-list i{
  float: right;
  transition: all 0.5s;
}
.product-list.open .product_listdetail {
  display: block;
}
.talbotm .product_listdetail ul li a:hover {
  color: #a90f31;
}
.product-list.open h2 i {
  transform: rotate(180deg);
}
.product_listdetail ul li {
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
  padding:5px 0 0 25px;
  position: relative;
}
.product-list {
  margin-bottom: 15px;
}
.talbotm .product_listdetail {
  box-shadow: -1px 1px 3px #f1f1f1;
}
.product_listdetail ul li a {
  color: #006fae;
  font-size: 16px;
}
.product_listdetail ul li:before {
  position: absolute;
  content: "→";
  left: 0px;
}
.releatedproduct img.testimonial-img.flex-shrink-0 {
  width: 100%;
  height: 200px;
}
.releatedproduct {
  margin: 10px;
  box-sizing: content-box;
  padding:15px;
  margin: 30px 10px;
  box-shadow: 0px 0 15px rgb(0 0 0 / 10%);
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.releatedproduct .text-centerbtton {
  margin: 20px auto;
  display: block;
}
.releatedproduct  .contentarea h3 {
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 30px;
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.swiper-pagination {
  z-index: 999999999;
  top: 45%;
  width: 100%;
}
.swiper-pagination .left-arrow, .swiper-pagination .right-arrow {
  background: #006fae;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 999999;
  color: #fff;
  line-height: 40px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 15px;
}
.swiper-pagination .left-arrow:hover, .swiper-pagination .right-arrow:hover {
  background: #a90f31;
}
.swiper-pagination .left-arrow{
left: 0;
}
.swiper-pagination .right-arrow {
  right: 0;
}
section#testimonials {
  padding-top: 0;
}
.sddrawings.product_sdd {
  display: block;
  overflow: hidden;
}
.product_drawings_box.infrarednoncontact {
  padding: 30px;
}
.product_drawings_box.infrarednoncontact img {
  width:auto;
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.infrarednoncontact p {
  margin-bottom: 10px;
}
ul.thermometerbg {
  display: block;
}
.thermometerbg {
  padding: 30px;
}
.thermometerbg h3 {
  font-size: 24px;
  font-weight: bold;
}
.thermometerbg span {
  display: block;
  background: #a90f31;
  padding: 5px;
  color: #fff;
  width: 100px;
  border-radius: 25px;
}
.thermometerbg img {
  height: 200px;
  width: auto;
}
.thermometerbg ul.listitem.singleline li {
  text-align: left;
}
.nav-login {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  height: auto;
  float: right;
  margin-top: 25px;
  margin-right: 10px;
}
.cart {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  height: auto;
  float: right;
  margin-top: 25px;
  margin-left: 30px;
}
.cart > a {
  color: #fff;
  font-size: 24px;
  padding:0px;
  margin:0px;
  position: absolute;
  top: -6px;
  right: 0px;
}
.cart .count {
  position: absolute;
  top: -15px;
  right: 5px;
  z-index: 2;
  font-size: 11px;
  border-radius: 50%;
  background: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: block;
  text-align: center;
  color: #006fae;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

@media (max-width:1260px) {
  .megamenu-panel h6{
    color: var(--color-primary);
  }
  .megamenu-list > li > a{
    color:#fff;
  }
  .megamenu-list li {
    border-bottom: 1px solid #313131;
    padding: 5px 0;
}
.nav-dropdown > li > a {
  font-size: 13px;
  color: #fff !important;
  background-color: #313131;
  border-bottom:#666;
}
.nav-menu > li > .nav-dropdown, .nav-menu > li > .nav-dropdown > li {
  border-top: solid 1px #666;
}
.navigation-portrait .megamenu-panel {
  padding: 10px 0;
}

@media screen and (max-width:667px){
    .megamenu-panel{
  padding: 10px 0;
  background:#006FAE !important ;
}
}
.service-item.position-relative.downloads_box a.redbutton {
  width: 100%;
}
.navigation-portrait .nav-menu > li > a {
  position: relative;
  z-index: 99;
  width: 90%;
}
.navigation-portrait .submenu-indicator {
  width: 50px;
  height: 40px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: -10%;
  text-align: right;
  z-index: 9999999999;
  float: right;
}
.megamenu-panel {

  border-top: solid 1px #666;
  background-color: #151515;
}
}
@media (max-width: 1367px) {
  .header{ background: #006fae;
background: -moz-linear-gradient(left, #006fae 30%, #a90f31 30%, #a90f31 30%, #a90f31 46%);
background: -webkit-linear-gradient(left, #006fae 30%,#a90f31 30%,#a90f31 30%,#a90f31 49%);
background: linear-gradient(to right, #006fae 30%,#a90f31 30%,#a90f31 30%,#a90f31 49%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fae', endColorstr='#a90f31',GradientType=1 );
height:60px;
}
.nav-menu > li > a {
  padding: 10px 7px;
}
.nav-menu {
    padding: 15px;
}	
.header a.nav-brand img {
  max-height: 40px;
}
}
@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}
@media (min-width: 1200px) {
  .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }

}
@media (max-width: 1250px) {
  .topbar ul.topheader li:first-child {
    margin-left: 0;
}
}
@media (max-width: 1024px) {
  .topbar{
    font-size:12px;
  }
  .header_area a.nav-brand img {
    width: 300px;
}
.about-graph .stats-item span.purecounter {
  font-size: 42px;
}
.about-graph i {
  font-size: 50px;
  min-height: 60px;
}
.about-graph .stats-item{
  height: 225px;
}
#about {
  padding-bottom: 60px !important;
}
.bottomfooter {
  padding-bottom: 30px;
}
}
@media (max-width:768px) {
  .topbar ul.topheader li{
    margin-left: 1%;
  }
  .maintoparea span {
    margin-right: 5px;
    border-right: 1px solid #a90f31;
    padding-right: 5px;
    line-height: 40px;
}
.topbar {
  font-size: 10px;
}
.header {
  transition: all 0.5s;
  z-index: 99997;
  padding: 10px 0;
  background: #006fae;
  background: -moz-linear-gradient(left, #006fae 50%, #a90f31 50%, #a90f31 50%, #a90f31 50%);
  background: -webkit-linear-gradient(left, #006fae 50%,#a90f31 50%,#a90f31 50%,#a90f31 50%);
  background: linear-gradient(to right, #006fae 50%,#a90f31 50%,#a90f31 50%,#a90f31 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fae', endColorstr='#a90f31',GradientType=1 );
  height:50px;
  position: relative;
}
.about-graph i{
  display:block;
}
}
@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }
}
@media (max-width:767px) {
#topbar {
  display: none !important;
}
.header{
  background: #006fae;
}
.header_area a.nav-brand img {
  width: 250px;
}
.innerbanner{
  padding-top: 80px;
  padding-bottom: 80px;
}
.navigation-portrait .nav-search {
  height: 40px;
  margin-right: 15px;
}
.header.sticked {
  height: 40px;
}
.navigation-portrait .nav-brand {
  line-height: 40px;
}
.sticked-header-offset {
  margin-top: 40px;
}
.col-lg-3.col-3.footer-links {
  max-width: 100% !important;
  display: inherit;
  flex-wrap: inherit;
  float: left;
  flex: inherit;
  float: left;
  display: block;
  margin-top: 30px;
}
.footer .copyright,.footer .credits {
  text-align: center;
}
.service-item.position-relative.downloads_box {
  min-height: auto;
}
.services .service-item {
  padding: 20px;
}
.navigation-portrait .nav-search-button {
  width: 50px;
  height: 40px;
}
.about-graph .stats-item span.purecounter {
  font-size: 24px;
}
.about-graph .stats-item{
  padding:5px;
}
.accordion {
  height: auto;
  margin: 50px auto;
  flex-wrap: wrap;
  min-height:500px;
}
.tab {
  position: relative;
  width:50%;
}
.about-graph .stats-item {
  height: 190px;
}
.tabset > label{
  padding: 15px 10px;
  font-size: 14px;
  text-align:center;
}
.bbc .col-md-3.col-xs-6 {
  max-width: 50%;
}
.banner-contentarea{
  top: 30%;
  left: 10%;
  max-width: 300px;
}
.banner-contentarea p {
  font-size: 14px !important;
}
.slider-container{
  min-height: 400px;
}
.tab:hover {
  width: 100%;
  height: auto;
  min-height: 300px;
}
.service-item.position-relative {
  text-align: center;
}
.services .service-item .icon {
  width: 75px;
  height: 100px;
  position: relative;
  margin-bottom: 50px;
  margin: 0px auto;
}
#about .section-header {
  padding-top: 50px;
}
.footer-contact .container {
  padding: 0px;
}
.owp{
  margin-bottom: 30px;
}
.footer-contact h1 {
  font-size: 28px;
}
.sbi {
  padding-bottom: 0;
}
.product_drawings_box.literature_download.pcatalog h6 {
  min-height: auto;
  margin-bottom: 0;
}
}
@media (max-width:360px) {
  .header_area a.nav-brand img {
    width: 200px;
}
.banner-contentarea {
  max-width: 280px;
}
.about-graph .stats-item{
  width: 100% !important;
  height: auto;
  padding-top: 15px;
}
.about-graph .stats-item p {
  margin-bottom: 10px !important;
}
.about-graph {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.text-centerbtton {
  display: block;
  text-align: center;
  margin: 0px 0 0px 0;
}
.sbi .section-header {
  padding-bottom: 0px !important;
}
.sbi .text-centerbtton {
  margin-bottom: 0px !important;
}
}
.activeshow{
  display: none;
  margin-top: 30px;
}
.flexslider .slides li.flex-active-slide .activeshow {
  display: block;
}
.flexslider.thumbe-slider .slides li{
  padding:30px;
}
.flexslider.thumbe-slider .slides li h3 {
  font-size: 20px;
  color: #ffff;
  font-weight: 400;
  line-height:28px;
  max-width: 280px;
}
.flexslider.thumbe-slider .slides li p{
  color:#fff;
}
ul.homeaddtocart li {
  width: 50%;
}
.flexslider.thumbe-slider .slides li.flex-active-slide{
  background: #006fae;
  overflow:inherit;
}
.flex-container a:hover,
.flex-slider a:hover {outline: none; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none; }
.flex-pauseplay span {text-transform: capitalize; } 
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;    box-shadow: -100px 50px 45px -100px rgba(0, 0, 0, 0.97);
  padding: 0px 0px 0px 0px;}
.flexslider .slides img {width: 100%; display: block;     }
  .flexslider ul.slides > li > img{
    height: 550px !important;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
  }
  #slider ul.slides > li:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    top: 0;
}
.flexslider .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .flexslider .slides {display: block; }
* html .flexslider .slides {height: 1%; }
.no-js .flexslider .slides > li:first-child {display: block; }
.flexslider { position: relative; zoom: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); }
.flexslider .slides {zoom: 1; }
.flexslider .slides img {height: auto; -moz-user-select: none; }
.flex-viewport {    max-width: 100%;
  margin: 0 0px 0 100px;max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {max-height: 300px; }
.carousel li {margin-right: 5px; }
.flex-direction-nav {*height: 0; }
.flex-direction-nav a {text-decoration: none; display: block; width: 40px; height: 50px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: #fff; /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.flex-direction-nav a:before {font-family: "FontAwesome"; font-size: 40px; display: inline-block; content: '\f104'; /*color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/ }
.flex-direction-nav a.flex-next:before {content: "\f105"; }
.flex-direction-nav .flex-prev {left: 00px; }
.flex-direction-nav .flex-next {right: 00px; text-align: right; }
.flexslider:hover .flex-direction-nav .flex-prev {opacity: 0.7; left: 10px; }
.flexslider:hover .flex-direction-nav .flex-prev:hover {opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-next {opacity: 0.7; right: 10px; }
.flexslider:hover .flex-direction-nav .flex-next:hover {opacity: 1; }
.flex-direction-nav .flex-disabled {opacity: 0!important; filter: alpha(opacity=0); cursor: default; z-index: -1; }
.flex-pauseplay a {display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before {font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover {opacity: 1; }
.flex-pauseplay a.flex-play:before {content: '\f003'; }
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; }
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover {background: #333; background: rgba(0, 0, 0, 0.7); }
.flex-control-paging li a.flex-active {background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li {width: 25%; float: left; margin: 0; }
.flex-control-thumbs img {width: 100%; height: auto; display: block; opacity: .7; cursor: pointer; -moz-user-select: none; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.flex-control-thumbs img:hover {opacity: 1; }
.flex-control-thumbs .flex-active {opacity: 1; cursor: default; }
.flexslider.thumbe-slider{position: absolute; bottom:-160px; z-index: 9; height: auto;  margin: 0 auto; left: 0; right: 0;} 
.slider{position: relative;padding:0;}
.oneline {
  display: flex;
  align-items:center;
}
section.slider {
    overflow: visible;
    margin-bottom: 180px; 
}
#slider{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006fae+1,006fae+70,ffffff+70,ffffff+70,ffffff+70,006fae+70,ffffff+70,ffffff+99 */
background: #006fae; /* Old browsers */
background: -moz-linear-gradient(top, #006fae 1%, #006fae 70%, #ffffff 70%, #ffffff 70%, #ffffff 70%, #006fae 70%, #ffffff 70%, #ffffff 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #006fae 1%,#006fae 70%,#ffffff 70%,#ffffff 70%,#ffffff 70%,#006fae 70%,#ffffff 70%,#ffffff 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #006fae 1%,#006fae 70%,#ffffff 70%,#ffffff 70%,#ffffff 70%,#006fae 70%,#ffffff 70%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fae', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding-left:100px;
border-radius: 0;

}
.oneline span.imgsmaal {
  max-width: 180px;
  position: absolute;
  right:-85px;
  margin-right: 50px;
}
.oneline p {
  margin-right: 100px;
}
.flex-direction-nav {
  display: none;
}
.megamenu-list a.redbutton.viewmoremenu:hover {
  background: #a90f31;
  color: #fff;
}
.flexslider.thumbe-slider ul.slides {
  width: 100% !important;
}
.flexslider.thumbe-slider ul.slides li {
  width: 32.333% !important;
  box-shadow: none !important;
  margin: 0 50px 0 0;
  height: auto !important;
  position: relative;
  cursor: pointer;
  padding: 33px 88px 18px 64px;
}
@-moz-document url-prefix() {
    .loading .flex-viewport {max-height: none; }
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 10px; }
    .flex-direction-nav .flex-next {opacity: 1; right: 10px; }
}
.inner_banner {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.inner_banner img {
  width: 100%;
  position: relative;
  height: 260px;
  object-fit: cover;
}
.inner_banner:before {
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.5);
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 1;
  max-height:260px;
  overflow: hidden;
}
.inner_banner h2 {
  position: absolute;
  top:20%;
  font-size: 30px;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  max-width: 1000px;
  margin: 0px auto;
}
.inner_banner ul{
  position: absolute;
  top:20%;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0;
}
.inner_banner ul li {
  display: inline-block;
  padding: 20px 5px;
}
.inner_banner ul li a{
  color: #fff;
}
.product_listpage .featorebox.producthomebox {
  border: 1px solid #f1f1f1;
  box-shadow: 1px 1px 5px 3px #f1f1f1;
}
.product_listpage {
  padding-bottom: 150px;
}
.sidbar_filter {
  border: 1px solid #015383;
  padding: 15px;
  background: #006fae;
  border-radius: 4px;
}
.sidbar_filter h2 {
  font-size: 24px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  color: #fff;
}
.sidbar_filter ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.sidbar_filter ul li {
  border-bottom: 1px solid #015383;
  font-size: 16px;
  padding: 10px 0;
}
.sidbar_filter ul li a{
  color:#fff;
}
.sidbar_filter ul li a:hover,.catdownloadsec p a:hover{
  color: #62bbef;
}
.mt30{
  margin-top:30px;
}
.sidbar_filter.mt30 img {
  width: 100%;
}
.catdownloadsec p{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}
.catdownloadsec p a {
  text-align: center;
  color: #fff;
}
.product-detail ul, ul.tab_list {
  padding: 0 0 0 15px;
  list-style: none;
}
.product-detail ul li,ul.tab_list li{
  position: relative;
  margin: 10px 0;
  color: #000;
}
.product-detail ul li::before,ul.tab_list li::before{
  content:"\f101";
  position: absolute;
  transition: border 0.2s;
  left: -15px;
  top:0px;
  font-family: FontAwesome;
}
.product-imgs {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}
.product-detail h6 {
  border-top: 1px solid #f1f1f1;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
  line-height: 28px;
}
.purchase-info {
  margin-top: 0;
  padding: 10px 0;
}
.purchase-info input[type="number"] {
  height: 45px;
  padding: 10px;
  border-radius: 4px;
  max-width: 70px;
  border: 2px solid #006fae;
}
.purchase-info button.btn {
  background: #a90f31;
  padding: 10px 20px;
  color: #fff;
  border: none;
  height: 45px;
}
.product-content h2.product-title {
  margin: 0px;
  font-size: 24px;
}
.talbotm ul.tab_list li {
  padding-left: 15px;
  font-weight: normal;
}
.talbotm ul.tab_list li::before{
  left: 0;
}
.popupclose_box button.close {
  position: absolute;
  right: -20px;
  top: -35px;
  background: #000;
  color: #fff;
  padding: 0px 10px;
  opacity: 1;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.videoarea {
  border: 1px solid #f1f1f1;
  padding: 15px;
  box-shadow: 3px 3px 5px #f1f1f1;
  border-radius: 5px;
  margin: 15px 0;
  min-height: 340px;
}
#rauchbier h6 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
#dunkles2 h5 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#dunkles2 h5 a{
  color: #000;
}
#dunkles2 h5 a:hover{
  color:#006fae;
}
.relatedproducts {
  border: 2px solid #004f7c;
  margin:15px 15px 30px 15px;
  background: #fff;
  border-radius: 5px;
}
#related_product .section-header h2 {
  color: #fff;
}
.relatedproducts h3 {
  font-size: 18px;
  text-align: center;
  margin: 0 15px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
  min-height: 45px;
}
.relatedproducts ul li {
  list-style: none;
}
.relatedproducts h4 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.relatedproducts ul a {
  margin: 0px auto;
  padding: 10px 15px;
  background: #A90F31;
  border-radius: 3px;
  color: #fff;
  display: block;
  text-align: center;
}
.relatedproducts ul {
  margin: 15px 15px;
  padding: 0px;
}
.relatedproducts img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin: 0px auto 30px auto;
}
#related_product {
  background: #006fae;
}
#related_product .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: -5px;
}
.product-imgs{
  position: relative;
  transition: all 0.5s;
}
.product-imgs:hover .product-content {
  display: block;
  position: absolute;
  background:rgb(0, 111, 174,0.9);
  z-index: 99;
  border: 1px solid #f1f1f1;
  border-top: none;
  top:0;
  height: 310px;
  width: 100%;
  overflow: hidden;
  color: #fff;
}
.product-detail ul li {
  color: #fff;
}
.product-detail a, .product-detail ul li a {
  color: #fff;
}
.product-detail a:hover, .product-detail ul li a:hover {
  text-decoration: none;
}
.product-imgs .img-display h6 {
  padding: 5px 25px;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}
.product-content {
  display: none;
  height: 310px;
  overflow: hidden;
  color: #fff;
  padding-left:10px;
  padding-right:0px;
}
.tabcontainerarea_new .content input{
  display: none;
}
.purchase-info input[type="number"] {
  display: block;
}
.tabcontainerarea_new .content{
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
}

.tabcontainerarea_new .content .list{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 25%;
  margin-right:20px;
}

.tabcontainerarea_new .content .list label{
  cursor: pointer;
 /* height: 50px;*/
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 15px;
  transition: all 0.5s ease;
  z-index: 10;
  background: #006fae;
  margin-bottom: 0;
  border-bottom: 1px solid #035c8e;
}

@media screen and (max-width:667px){
    .tabcontainerarea_new .content .list label{
  cursor: pointer;
 /* height: 50px;*/
  line-height: 1.5;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s ease;
  z-index: 10;
  background: #006fae;
  margin-bottom: 0;
  border-bottom: 1px solid #035c8e;
}
}
.help.text h6 {
  font-size: 20px;
  margin: 30px 0;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 2px 0px 5px 1px #f1f1f1;
  border-radius: 4px;
}
#home:checked ~ .list label.home,
#blog:checked ~ .list label.blog,
#help:checked ~ .list label.help,
#code:checked ~ .list label.code,
#about:checked ~ .list label.about{
  color: #fff;
  background: #a90f31;
}
/*
.content .slider{
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  border-radius: 12px;
  transition: all 0.5s ease;
  
  background: #BB86FC;
}
*/
#home:checked ~ .list .slider{
  top: 0;
}

#blog:checked ~ .list .slider{
  top: 60px;
}

#help:checked ~ .list .slider{
  top: 120px;
}

#code:checked ~ .list .slider{
  top: 180px;
}

#about:checked ~ .list .slider{
  top: 240px;
}

.content .text-content{
  width:75%;
  height: 100%;
  border: 1px solid #006fae;
  padding:0px;
  border-radius: 4px;
  box-shadow: 0px 0px 9px 5px #f1f1f1;
}

.tabcontainerarea_new .content .text{
  display: none;
}

.tabcontainerarea_new .content .text .title{
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 500;
}

.tabcontainerarea_new .container .text p{
  text-align: justify;
}

.tabcontainerarea_new .content .text-content .home{
  display: block;
}

#home:checked ~ .text-content .home,
#blog:checked ~ .text-content .blog,
#help:checked ~ .text-content .help,
#code:checked ~ .text-content .code,
#about:checked ~ .text-content .about{
  display: block;
}

#blog:checked ~ .text-content .home,
#help:checked ~ .text-content .home,
#code:checked ~ .text-content .home,
#about:checked ~ .text-content .home{
  display: none;
}

.tabcontainerarea_new .content .list label:hover{
  color: #BB86FC;
}
.tabcontainerarea_new h2 {
  color: #a90f31;
}
.tabcontainerarea_new {
  margin-top: 60px;
}
.product-imgs .img-display .purchase-info {
  text-align: center;
  color: #000;
 }
.product-imgs .img-display h2.product-title {
  text-align: center;
  color: #000;
  height: 70px;
  font-size:16px !important;
}
.product-imgs .img-display .purchase-info button.btn {
  margin:0 0px 0 10px;
}
.product-detailbox h2 {
  margin: 30px 0;
}
.talbotm h2,.talbotm h3 {
  color: #a90f31;
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
}
.talbotm nav, .talbotm .nav-tabs {
  background: #006fae;
}
.talbotm .nav-tabs button.nav-link {
  background: #006fae;
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 10px;
  width: 20%;
}

@media screen and (max-width:667px){
    .talbotm .nav-tabs button.nav-link {
  background: #006fae;
  color: #fff;
  font-size:12px;
  border-radius: 0;
  border: none;
  padding: 10px;
  width: 33%;
}
}
.talbotm .nav-tabs button.nav-link.active {
  background: #a90f31;
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 15px 10px;
  width: 20%;
}

@media screen and (max-width:667px){
    .talbotm .nav-tabs button.nav-link.active {
  background: #a90f31;
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 15px 10px;
  width: 33%;
}
}
.tab-content.p-3.border.bg-light {
  background: #fff !important;
  border: none !important;
}
.map_area img {
  width: 100%;
}
.blog_list img {
  width: 100%;
}
.blog_list {
  border: 10px solid #f1f1f1;
  box-shadow: 1px 2px 5px #f1f1f1;
}
.blog_list h2 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 15px 10px;
  line-height: 30px;
}
.blog_list {
  border: 10px solid #fff;
  box-shadow: 4px 2px 10px 1px #f1f1f1;
  border: 1px solid #e7e4e4;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.blog_list h2 {
  font-size: 18px;
  font-weight: bold;
}
.blog_list img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #555555;
}
.blog{
 margin-bottom:100px;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
  border-radius: 10px;
}

.blog .blog-pagination li a {
  color: var(--color-default);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  flex: 1;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.blog-sec{
    display: flex;
  width: 100%;
    margin-bottom:30px;
}
.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog .posts-list .post-category {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .posts-list .title a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog .posts-list .post-author-list {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog .posts-list .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-default);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #555555;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(34, 34, 34, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-default);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(34, 34, 34, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-primary);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 14px 40px;
  border: 0;
  background-color: var(--color-secondary);
}
.collapse.in {
    display: block;
}
.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(248, 90, 64, 0.8);
}

.blog .sidebar .widget_search form div.wp-block-search__inside-wrapper {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
  margin-top: 1rem !important;
}

.blog .sidebar .widget_search form label, .blog .sidebar .widget_block .wp-block-heading {
  font-size: 20px;
  font-family: var(--font-primary);
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}

.blog .sidebar .widget_search form .wp-block-search__input {
  border: 0;
  outline: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}

.blog .sidebar .widget_search form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .widget_search form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  text-indent: -600px;
  overflow: hidden;
  margin: -1px;
  background: var(--color-primary);
  background-image: url('../img/search.png');
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  line-height: 0;
}

.blog .sidebar .widget_search form button i {
  line-height: 0;
}

.blog .sidebar .widget_search form button:hover {
  background-color: #006FAE;
}

.blog .sidebar ul.wp-block-categories-list, .blog .sidebar ul.wp-block-latest-posts__list, .blog .sidebar ul.wp-block-archives-list {
  margin-top: 1rem !important;
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}

.blog .sidebar ul.wp-block-categories-list a, .blog .sidebar ul.wp-block-archives-list a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .widget+.widget {
  margin-top: 40px;
}

.blog .sidebar ul.wp-block-categories-list li + li, .blog .sidebar ul.wp-block-archives-list li + li {
  padding-top: 10px;
}

.blog .sidebar .widget_block .wp-block-latest-posts__featured-image img {
  width: 80px;
  margin-right: 15px;
  float: left;
}

.blog .sidebar .widget_block a.wp-block-latest-posts__post-title {
  font-size: 15px;
  font-weight: bold;
  display: block;
  color: var(--color-default);
}

.blog .sidebar .widget_block time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-top: 15px;
}

.blog .sidebar .wp-block-tag-cloud a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .widget + .widget.widget_tag_cloud, .blog .sidebar .widget + .widget.widget_categories, .blog .sidebar .widget + .widget.widget_archive {
  margin-top: 20px;
}

.blog .blog-pagination li span {
  color: var(--color-default);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.nohover, .blog .blog-pagination li.nohover:hover {
  background: transparent;
}

.blog .blog-details {
  margin-bottom:20px;
}

.nav-links .nav-previous {
  float: left;
}

.nav-links .nav-next {
  float: right;
}

.nav-links .nav-next {
  float: right;
}

section.map_area {
  padding:0px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .gallery-border {
    border:1px solid #cccccc;
    border-radius:5px;
    padding:20px;
    max-width:47%;
    margin-left:15px;
    margin-right:5px;
    margin-bottom:15px;
  }
}

.tabcontainerarea_new .list label.selected {
  background: #a90f31;
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
  display: block;
}
  
.woocommerce .col2-set {
  flex: 0 0 100%;
  max-width: 100%;
}
  
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce .col2-set .col-2 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width:667px){
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce .col2-set .col-2 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 100%;
}
}
/**
 * My Account
 */

.woocommerce .woocommerce-MyAccount-navigation {
	float: left;
  display: block;
  width: 20%;
  height: 100%;
}

.woocommerce .woocommerce-MyAccount-content {
  margin-left: 5%;
  float: left;
  display: block;
  width: 75%;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}

.woocommerce .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce p.order-again {
    text-align: right;
}

.woocommerce .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.blog .blog-details {
  height: 100%;
}

.woocommerce section {
  padding-top:0px;
}

.moreinfo li {
  margin-top:20px;
}

.moreinfo li a {
  font-size: 16px;
}

.moreinfo li a:hover {
  text-decoration: underline;
  font-size: 16px;
}

h2.category_heading {
  margin-bottom:20px;
}

section.blog h3.wp-block-heading {
  margin-top:30px;
  margin-bottom:20px;
}

div.product-detailbox div.content-pages {
  font-size: 14px;
  color: #000;
  text-align: center;
}

div.product-detailbox div.content-pages h2 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}

section.blog ul li {
  color: #000;
}

div.view-eye {
  position:absolute;
  left:42%;
  bottom:5px;
}

@media screen and (max-width:1260px)
{
	.navigation-portrait .nav-brand {
		line-height: 60px;
	}
	.megamenu-panel h6 {
    color: #ffffff;
	  font-weight: bold;
	  min-height: auto;
	  margin-top:7px;
  }
}
.card .out-of-stock {
  color: #ff0000;
}
.product-detail a:hover {
  color: #fff;
  text-decoration: underline;
}
.ex1 {
  height: 200px;
  width: 100%;
  overflow-y: auto;
}
.ex1::-webkit-scrollbar{
  width:7px;
  background:#f1f1f1;
}