/** Shopify CDN: Minification failed

Line 1237:32 Expected ":"
Line 3749:0 Unexpected "}"
Line 4657:7 Expected ":"
Line 4657:13 Expected ":"

**/
/* TEMPORARY RULES ***************************************************
*********************************************************************/
/*
  These are still problem areas for content layout shifting and
  should be redone with flexbox/grid layouts. Do not enable the
  display:none unless working on correcting the above;
*/

#shopify-section-footer
{
/*    display:none !important; */
}

/* GLOBAL VARIABLES **************************************************
*********************************************************************/

:root {
  /* colors */
  --branding_dark: #052F59;
  --branding_light: #105995;
  --branding_white: #fcfcfc;
  --branding_light_gray: #ebebeb;
  --branding_gray: #CCCCCC;
  --branding_black: #323232;

  /* decoration */
  --branding_radius: 0.25rem;

  /* margins and padding */
  --spacing_page_margin: 1380px;
}

/* GLOBAL HELPER CLASSES ********************************************/
/********************************************************************/

@media (min-width:992px) {
  .hide-on-desktop {
    display:none !important;
  }
}

@media (max-width:991px) {
  .hide-on-mobile {
    display:none !important;
  }
}

.branding-color-light {
  color: var(--branding_light);
}
.branding-color-dark {
  color: var(--branding_dark);
}
.branding-color-white {
  color: var(--branding_white);
}
.branding-color-gray {
  color: var(--branding_gray);
}
.branding-color-black {
  color: var(--branding_black);
}

.branding-background-light {
  background-color: var(--branding_light);
}
.branding-background-dark {
  background-color: var(--branding_dark);
}
.branding-background-white {
  background-color: var(--branding_white);
}
.branding-background-gray {
  background-color: var(--branding_gray);
}
.branding-background-black {
  background-color: var(--branding_black);
}

/* INLINE OVERRIDES **************************************************
*********************************************************************/

.product-single__form--no-variants {
  margin-top: 0 !important;
}

#sales-docs.tableFixHead {
    /* height: revert; */
}

#sales-docs.tableFixHead > br {
    display:none;
}

#sales-docs.tableFixHead table thead tr th {
    width:auto !important;
}
tr th, tr td {
    width:auto !important;
}
tr th.stick {
    position: initial !important;
}

/* these are all used to overcome inline styles in content */

[style="color: #26a7e0;"] {
  color: var(--branding_light) !important;
}
[style="color: #00aaff;"] {
  color: var(--branding_dark) !important;
}
[style="color: #00aaff;"],
[style="color: #00aaff;"] span
{
  color: var(--branding_light) !important;
  text-decoration:none !important
}
a {
  font-weight: bold;
}
.main-content a,
.main-content a.text-link,
.main-content :not(.pagination) a[style]
{
  border:none !important;
  transition: all 200ms ease-in-out;
  color: var(--branding_light);
  text-decoration:underline;
}
.abt-btn a {
  text-decoration:none;
}
.main-content a:hover,
.main-content a.text-link:hover,
.main-content :not(.pagination) a[style]:hover
{
  border:none;
  color: var(--branding_light) !important;
  text-decoration:underline !important;
  cursor:pointer;
}

.main-content a.btn,
.main-content a.profile-btn,
.main-content button:not(.owl-dot)
{
  transition: all 200ms ease-in-out;
  z-index: 1;
  color: var(--branding_white) !important;
  background-color: var(--branding_dark) !important;
  border-radius: var(--branding_radius) !important;
  text-decoration: none !important;
}
.main-content a.btn:hover,
.main-content a.profile-btn:hover,
.main-content button:hover:not(.owl-dot)
{
  color: var(--branding_white) !important;
  background-color: var(--branding_light) !important;
  
  text-decoration: none !important;
}

.product_prev_next svg {
  fill: var(--branding_light);
}

#search-results .section-header h1 {
    font-weight: 501;
    font-size: 2.5rem;
}

/* GLOBAL STYLES *****************************************************
*********************************************************************/

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

body {
    font-family: lato!important;
    font-weight: 400;
    font-size: 16px
  
}

a:hover {
    text-decoration: none;
    outline: 0
}

ul {
    display: inline-block
}

ol,ul {
    margin: 0
}

sup {
  font-size: 65%;
}

img, .p-image img {
  border-radius: var(--branding_radius);
}

.banner-smaller {
  max-height:150px;
}

/* FOOTER ************************************************************
*********************************************************************/

footer.modern-footer {
  display:grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: var(--branding_white);
  gap:1rem;
}

footer.modern-footer address {
  margin-bottom:0;
}

footer.modern-footer .item {
  border-left:1px solid var(--branding_gray);
  padding:1rem;
}

footer.modern-footer .item:first-child {
  border:none;
}

footer.modern-footer .item h2 {
  font-size:1.2rem;
  font-weight:bold;
}
footer.modern-footer .item ul {
  list-style:none;
}

footer.modern-footer .item li > span, footer.modern-footer .item a:link, footer.modern-footer .item a:visited {
  color:var(--branding_black);
  padding:1rem;
  padding-left:0;
  font-size:0.9rem;
  text-transform: uppercase;
}

footer.modern-footer .item a:hover, footer.modern-footer .item a:focus {
  color: var(--branding_light);
}

footer.modern-footer .item a.f-contact {
  padding:0;
  margin:0
}

footer.modern-footer .item.item-logo {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

footer.modern-footer .item.item-logo img {
  width:100%;
  height:auto;
}
@media (max-width:980px) {
  footer.modern-footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:570px) {
  footer.modern-footer {
    grid-template-columns: 1fr;
  }
}

/* FEATURED CONTENT BAR **********************************************
*********************************************************************/
.banner-container {
  background-color:var(--branding_dark);
}
.banner-container .banner-callout-bar {
   display:flex;
   flex-direction:row;
   align-items:center;
   justify-content:center;
   color:var(--branding_white);
   background-color:var(--branding_dark);
   font-weight:bold;
   padding-top:1rem;
   padding-bottom:1rem;
   padding-left:30px;
   padding-right:30px;
   max-width:var(--spacing_page_margin);
   margin: 0 auto;
}
.banner-callout-bar .item {
  width:33%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.banner-callout-bar .item p {
  text-align:center;
  margin-bottom:0;
}

@media (max-width:1038px) {
  .banner-container .banner-callout-bar {
    flex-direction:column;
  }
  .banner-container .banner-callout-bar .item {
    flex-direction:column;
    text-align:center;
    justify-content:center;
    align-items:center;
    width:90%;
  }
}

/* FORM ELEMENTS *****************************************************
*********************************************************************/
input[type=checkbox] {
  accent-color: var(--branding_light);
}

/* CUSTOM DROPDOWNS **************************************************
*********************************************************************/
/* the code that creates these dropdowns is located in
   footer.liquid, and the selector for the dropdowns to replace is
   at the bottom of that javascript snippet.
*/

select.ga-product_variant_select {
  opacity:0;
}

/* custom dropdown */
div.custom_dropdown {
    background-color:white;
    min-width:10rem;
    max-width:20rem;
    width:auto;
    padding: 0;
    position:relative;
}

/* selected item wrapper */
div.custom_dropdown__selected_item {

}

/* selected item text */
span.custom_dropdown__selected_item__text {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
    cursor:default !important;
    padding:0.5rem 1rem !important;
    border:1px solid var(--branding_white);
    background-color:var(--branding_white);
    color: var(--branding_dark);
    display:flex;
    width:auto;
    font-size: 21px !important;
    line-height: normal;
    font-style: italic;
    background: url(/cdn/shop/t/38/assets/ico-select.svg?v=1764181…) right 10px center no-repeat rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right:2rem !important;
}

/* options ul */
ul.custom_dropdown__options {
    background-color:white;
    border: 1px solid black;
    display:none !important;
    flex-direction:column;
    position:absolute;
    top:100%;
    left:0;
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
    list-style:none;
    z-index:2;
}
ul.custom_dropdown__options.active {
    display:flex !important;
}

/* options li */
ul.custom_dropdown__options li {
    padding:0 1rem !important;
    margin:0 !important;
    font-size:21px;
    font-style:italic;
}

ul.custom_dropdown__options:hover li.active {
    background-color:var(--branding_white);
    color: var(--branding_dark);
}
ul.custom_dropdown__options:hover li.active:hover {
    background-color: var(--branding_light);
    color: var(--branding_white);
}

/* current option li */
ul.custom_dropdown__options li.active, ul.custom_dropdown__options li:hover {
    background-color: var(--branding_light);
    color: var(--branding_white);
}

/* MAIN NAVIGATION ***************************************************
*********************************************************************/

  .iconss{
    color: var(--branding_white);
    font-size: 15px;
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 5px;
  }
  .firstli{
    font-size: 21px;
    color: #323232;
    font-weight: 600;
  }
  .mobilemenu{
   display:none;
  }
  
  .main-navigation{
   margin-left: 70px !important;
  }
.main-navigation, .sublevel, .subsublevel {
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--branding_white);
}

.main-navigation li {
  display: block;
  position: relative;
  float: left;
  background: var(--branding_white);
  margin-bottom: 0;
}

.sublevel li {
  display: block;
  position: relative;
  float: left;
  background: var(--branding_white);
}
.subsublevel li {
  display: block;
  position: relative;
  float: left;
  background: var(--branding_white);
}

.main-navigation li ul { display: none; z-index:999;box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.35); }

.main-navigation li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
}
.main-navigation li a:hover {
  color:var(--branding_light)
}
.sublevel li a {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  border: 0;
  font-size:14px;
}

.sublevel li a {
  border-bottom:1px solid var(--branding_light) !important;
}

.subsublevel li a {
  display: block;
   padding: 5px 20px;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
}

.sublevel li a { color:var(--branding_white); }
.subsublevel li a { color:var(--branding_white); }
.sublevel li a:hover { background: var(--branding_light); }
.subsublevel li a:hover { background: var(--branding_white); }

.main-navigation li:hover > ul {
  display: block;
  position: absolute;
}

.main-navigation :hover li { float: none; }

.main-navigation li:hover li a {
  /* transition: all 200ms ease-in-out; */
  color: var(--branding_white);
  background: var(--branding_dark);
}

.main-navigation li:hover li a:hover {
  background: var(--branding_light);
}

.main-navigation li ul li { border-top: 0; }


.subsublevel li a {  
  background: var(--branding_white);
}
  
  
.main-navigation .sublevel .subsublevel {
  left: 100%;
  top: 0;
}
.main-navigation .sublevel .subsublevel:before,
.main-navigation .sublevel .subsublevel:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.main-navigation .sublevel .subsublevel:after { clear: both; z-index:999;}
  
@media (max-width: 991px){
.mobilemenu{
  display:block;
}
  .main-navigation{
    display:none;
    opacity:0;
  }
  
}

/* ANNOUNCEMENT BAR **************************************************
*********************************************************************/

.announcement-container {
 background-color:var(--branding_dark);
}
.announcement-bar {
 display:flex;
 flex-direction:row;
 align-items:center;
 justify-content:center;
 color:var(--branding_white);
 background-color:var(--branding_dark);
 font-weight:bold;
 padding-top:1rem;
 padding-bottom:1rem;
 padding-left:30px;
 padding-right:30px;
 max-width:var(--spacing_page_margin);
 margin: 0 auto;
}
.announcement-bar .item {
 width:50%;
 display:flex;
 flex-wrap:wrap;
 flex-direction:row;
 justify-content:center;
 align-items:center;
 gap:1.5rem;
}
.announcement-bar .item a:link, .announcement-bar .item a:visited {
 color:var(--branding_white);
}
.announcement-bar .item a:hover, .announcement-bar .item a:focus {
 color:var(--branding_gray);
}
.announcement-bar .item a i {
 margin-right:0.5rem;
}
.announcement-bar .item.item-left {
 text-align:left;
 justify-content:start;
}
.announcement-bar .item.item-right {
 text-align:right;
 justify-content:end;
}

ul.social-links {
 display:flex;
 align-items:center;
 justify-content:center;
}
ul.social-links li {
 margin:0;
 padding:0;
 list-style:none;
}

@media (max-width:991px) {
 .announcement-bar {
   padding:0.75rem;
 }
 .announcement-bar .item a:link, .announcement-bar .item a:visited {
   text-align:center;
 }
 .announcement-bar,
 .announcement-bar .item {
   flex-direction:column;
   gap:1rem;
 }
 .announcement-bar .item {
   width:95%;
 }
}
@media (max-width:991px) {
 .announcement-bar .item.item-left,
 .announcement-bar .item.item-right {
   flex-direction:row;
   text-align:center;
   justify-content:space-between;
 }
}

/* PAGE/SUPER COLLECTION HEADER STYLING ******************************
*********************************************************************/

/* Collections */
#PageContainer, #CollectionSection {
    background-color: var(--branding_light_gray);
}
#PageContainer > .grid, #CollectionSection > .grid {
    max-width: var(--spacing_page_margin);
    margin: 0px auto;
    background-color: var(--branding_light_gray);
}
#PageContainer .container, #CollectionSection .container {
  max-width:var(--spacing_page_margin) !important;
}
/* .container.custom-container .row .col-lg-12 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right:0;
} */

/* Pages */


/* SHOPPING CART *****************************************************
*********************************************************************/

/* checkout page */
/* quantity widget */
.product-single__quantity .js-quantity-selector, .product-single__quantity .js-qty, .product-single__quantity .ajaxcart__qty {
  padding:0;
}
.product-single__quantity .js-quantity-selector, .product-single__quantity .js-qty, .product-single__quantity .ajaxcart__qty button {
  padding:0;
}

/* Product and Finish Labels */
.product-form__item .single-option-radio__label {
  color: var(--branding_dark);
}

/* add to cart button */
.product-single__add-to-cart button[type="submit"] {
  padding:0.42rem 1rem !important;
}
/* price display */
.price-container #ProductPrice.product-single__price {
  margin-top:-0.5rem;
}

/* checkout theme must be changed in the checkout settings page:
  https://safetyrail.myshopify.com/admin/themes/121142509654/editor?previewPath=%2F27625291862%2Fcheckouts%2F304aa6e5ecd7067f126aa419a5f41a1a&context=theme&category=gid%3A%2F%2Fshopify%2FOnlineStoreThemeSettingsCategory%2FColors%3Ftheme_id%3D121142509654%26first_setting_id%3Dcolor_body_bg
/*

/* side panel drawer */
#CartDrawer .drawer__header {
  border-bottom: 1px solid var(--branding_dark);
}
#CartDrawer .ajaxcart__footer {
  border-top: 1px solid var(--branding_dark);
}
#CartContainer button {
  transition: all 200ms ease-in-out;
  color: var(--branding_white);
  background-color: var(--branding_dark);
  border-radius: var(--branding_radius);
  border: none;
}

#CartContainer input[type="text"] {
  border:none;
  background-color: var(--branding_white);
}

#CartContainer button[type="submit"] {
  padding: 0.8rem 1rem;
}

#CartContainer button:hover {
  transition: all 200ms ease-in-out;
  color: var(--branding_white);
  background-color: var(--branding_light);
  border-radius: var(--branding_radius);
}

/* OWL NAVIGATION ****************************************************
*********************************************************************/

.owl-carousel .owl-nav button svg {
  transform: scale(0.5) !important;
}
.owl-carousel .owl-nav button svg path {
  fill: var(--branding_white) !important;
}
.owl-carousel .owl-item img {
  cursor:pointer !important;
}

.ga-carousel .gowl-nav button {
  transition: all 200ms ease-in-out;
  opacity:1 !important;
  background-color: var(--branding_dark) !important;
}

.ga-carousel .gowl-nav button:hover {
  background-color: var(--branding_light) !important;
}

.ga-carousel .gowl-nav button svg {
  fill: var(--branding_white) !important;
}

/* HERO (from theme.liquid) ******************************************
*********************************************************************/

h1.hero__title.h1hx {
  font-weight: 700;
  font-size: 4em;
  font-weight: 750;
  display: block;
/*   text-shadow: 1px 1px 10px #fff, 1px 1px 10px #fff; */
  color: #fff;
}
.f-detail h2.ftr-hdng {
    font-size: 20px;
    font-weight: 900;
    color: #323232;
    margin-bottom: 0;
}
.ind-conbtent {
  margin-top: 0.5rem;
}
.ind-conbtent h2.prod-hdng {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 30px;
    color: #052F59;
    /* border-bottom: 1px solid #b7b7b7; */
}
.ga h3.rel-prod {
    margin-bottom: 10px;
    border: none;
    text-transform: none;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    color: #105995;
    font-size: 27px;
    text-align: center;
}

@media only screen and (max-width: 1150px) {
  .ind-conbtent h2.prod-hdng {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .ind-conbtent h2.prod-hdng {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .ind-conbtent h2.prod-hdng {
    font-size: 25px;
  }
}
@media screen and (max-width: 720px) {
  h1.hero__title.h1hx {
    font-size: 1.51em;
    color:#fff;
  }
}
@media only screen and (max-width: 575px) {
  .ind-conbtent h2.prod-hdng {
    font-size: 20px;
  }
}

/* UNCATEGORIZED *****************************************************
*********************************************************************/

.nav-tabs {
  border-bottom: none !important;
}
.nav-tabs a.nav-item {
  transition: all 200ms ease-in-out;
  border:none !important;
  background-color: var(--branding_dark) !important;
  color: var(--branding_white) !important;
  text-decoration:none;
  margin:0 !important;
  margin-right:0.25rem !important;
}
.nav-tabs a.nav-item:last-child {
  margin-right:0 !important;
}
.nav-tabs a.nav-item.active {
  border:none !important;
  background-color: var(--branding_light) !important;
  text-decoration: none !important;
}
.nav-tabs a.nav-item:hover {
  border:none !important;
  text-decoration: underline !important;
}
@media only screen and (max-width: 900px) {
  .nav-tabs {
    border-bottom:none !important;
  }
  .nav-tabs a.nav-item {
    border-radius: var(--branding_radius);
    margin:0.25rem !important;
    display:block;
    width:100%;
  }
}

kbd {
    color: #fff;
    background-color: var(--branding_light);
    padding: 1px 4px;
    border-radius: 3px;
}

.custom-container {
    max-width: 1380px;
    padding: 0 30px
}

.custom-fields-wrapper {
    background-color: #ebebeb
}

.custom-field--value p {
    margin-bottom: 0;
    padding-bottom: 2rem;
    font-size: 22px;
    text-align: center
}

.custom-field--title {
    font-weight: 900;
    font-size: 30px;
    color: #323232;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
    color: var(--branding_light)!important
}

.search-box button {
    border: none
}

.search-box {
    width: 100%!important;
    max-width: 190px!important
}

.search-box .input-group-append:focus,.search-box .input-group-append:hover {
    background: 0 0;
    border: none
}

.search-box input {
    border: none;
    border-radius: var(--branding_radius) !important
}

.search-box input:focus,.search-box input:hover {
    box-shadow: none
}

.search-box {
    border-radius: var(--branding_radius) !important;
    background: var(--branding_white);
    position: relative
}

.search-box .input-group-append button:hover {
    background: 0 0
}

.search-box input {
    padding-left: 0;
    font-size: 14px
}

.seanrch-form {
    display: inline-block
}

.cart {
    padding: 0 15px
}

.right-announcement span {
    margin-right: 20px;
    color: var(--branding_white);
    font-weight: 900!important
}

/* .navbar {
    background: var(--branding_white);
} */

.navbar-nav li {
    padding-right: 30px
}

.navbar-nav li:last-child {
    padding-right: 0
}

.navbar-nav li a {
    font-size: 21px;
    color: #323232;
    font-weight: 600;
    transition: .3s all ease-in
}

.navbar-nav .dropdown-toggle::after {
    display: none
}

.nav-item.active a,.nav-item:hover a {
    color: var(--branding_light)
}

.navbar-toggler-icon i {
    color: var(--branding_light)!important
}

.navbar-brand img {
    max-height: 90px!important
}

.sub-menu-parent {
    width: auto;
    float: left;
    max-width: 900px;
    border: none;
    background: var(--branding_light);
    border-radius: 0;
    left: -100px;
    padding: 60px;
    top: 78px
}

.sub-menu {
    list-style: none;
    position: relative;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.sub-menu::after {
    content: "";
    position: absolute;
    background: var(--branding_white);
    width: 1px;
    height: 100%;
    top: 0;
    right: 0
}

.sub-menu:last-of-type::after {
    display: none
}

.sub-menu .nav-item {
    padding-bottom: 5px;
    transition: .3s ease-in all
}

.sub-menu .nav-item a {
    color: var(--branding_white);
    transition: .3s ease-in all;
    font-size: 16px
}

.sub-menu .nav-item:hover a {
    opacity: .8
}

.bg-img {
    background-size: cover;
    width: 100%;
    height: 430px;
    background-position: center right;
    display: flex;
    margin: 0;
    align-items: center
}

.bg-img img {
    display: none
}

h2.hero__title.h1 {
    font-weight: 700;
    font-size: 10em;
    font-weight: 750;
  	color:var(--branding_white);
 	display: block
}

.hero__subtitle {
    color: var(--branding_white)
}

.banner-content h1 span {
    display: block
}

.banner-content p {
    font-size: 29px;
/*     text-shadow: 1px 1px 5px var(--branding_white), 1px 1px 5px var(--branding_white) */
}

.banner-btn-contact {
    border-radius: var(--branding_radius);
    color: var(--branding_dark);
    background: var(--branding_white);
    font-weight: 900;
    padding: 10px 20px;
    margin-top: 15px;
    display: inline-block;
    transition: .3s ease-in-out
}

.banner-btn-contact:hover {
    color: var(--branding_white);
    background: var(--branding_dark);
}

.banner-bottom {
    background: var(--branding_dark);
    padding: 11px
}

.specialities p {
    margin: 0;
    color: var(--branding_white);
    font-weight: 700;
    font-size: 14px
}

.specialities p img {
    margin-right: 10px
}

.price-match {
    text-align: left
}

.shipping {
    text-align: center
}

.installation {
    text-align: right
}

.our-produts {
    display: flex;
    width: 100%;
    padding: 0 0;
    background: #ebebeb
}

.section-title {
    display: inline-block;
    width: 100%;
    text-align: center
}

.section-title h2 {
    font-weight: 900;
    font-size: 30px;
    color: var(--branding_dark);
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 15px
}

.section-title span {
    color: var(--branding_light);
    font-size: 20px;
    font-weight: 900
}

.product-item {
    text-align: left;
    margin-top: 10px
}

.p-image img {
    max-width: 100%;
    object-fit: contain
}

.image-hover-effect {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.image-prdct-effect {
    display: block;
    width: 100%;
    height: auto
}

.overlay-effect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease
}

.image-hover-effect:hover .overlay-effect {
    opacity: 1
}

.prdct-text {
    color: var(--branding_white);
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 7px 16px;
    transition: .3s ease-in-out
}

.prdct-text:hover {
    color: var(--branding_white)
}

.product-item span {
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    width: 100%
}

.template-index .product-item span {
  text-transform: unset;
}

.about-the-company {
    display: flex;
    width: 100%;
    padding: 30px 0;
    background: url(../images/about-the-company-one.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed
}

.section-title-company {
    display: inline-block;banner
    width: 100%;
    text-align: center
}

.section-title-company h2 {
    font-weight: 900;
    font-size: 30px;
    color: var(--branding_white);
    margin-bottom: 30px
}

.section-title-company span {
    color: var(--branding_white);
    font-size: 24px;
    font-weight: 600
}

.abt-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 13px
}

.abt-btn a {
    transition:200ms all ease-in-out;
    background: var(--branding_dark);
    border-radius: var(--branding_radius);
    font-size: 17px;
    padding: 12px 10px;
    color: var(--branding_white);
    font-weight: 600;
    transition: .3s ease-in-out
}

.abt-btn a:hover {
    color: var(--branding_white) !important;
    background: var(--branding_light) !important;
    text-decoration: none !important;
}

.comapny.profile {
    display: flex;
    width: 100%;
    text-align: center;
    padding: 40px 0
}

.c-profile {
    display: inline-block;
    width: 100%;
    padding: 0 19px
}

.c-profile img {
    max-width: 100%
}

.c-profile h3 {
    margin-top: 30px;
    display: inline-block;
    font-size: 25px;
    color: #052F59;
    font-weight: 900;
    width: 100%;
    margin-bottom: 0;
    letter-spacing: 0
}

.c-profile span {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    margin-top: 15px
}

.profile-btn {
    transition:200ms all ease-in-out;
    background: var(--branding_dark);
    border-radius: var(--branding_radius);
    display: inline-block;
    font-size: 17px;
    margin-top: 30px;
    padding: 10px 20px;
    color: var(--branding_white);
    text-transform: uppercase;
    font-weight: 600;
}

.profile-btn:hover {
    background: var(--branding_light);
    color: var(--branding_white)
}

.c-review {
    display: flex;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background: url(../images/c-review.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center
}

.cus-review-title {
    display: inline-block;
    width: 65%
}

.cus-review-title h3 {
    font-weight: 900;
    font-size: 30px;
    color: var(--branding_white);
    margin-bottom: 0
}

.c-review-text {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    font-size: 24px;
    color: var(--branding_white);
    font-weight: 600
}

.c-review-bottom-text {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    color: var(--branding_white);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}

.c-review .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: var(--branding_radius);
    background: 0 0;
    border: 1px solid var(--branding_white)
}

.c-review .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--branding_white)
}

button:focus {
    outline: 0
}

.f-logo-content {
    float: left;
    width: 100%
}

.f-logo {
    max-width: 215px;
    text-align: center
}

.f-logo img {
    max-width: 100%
}

.f-logo address {
    margin-bottom: 0;
    color: var(--branding_black);
    font-weight: 700;
    font-size: 17px;
    margin-top: 15px
}

.f-contact {
    font-weight: 700;
    color: var(--branding_white);
    font-size: 17px;
    margin-top: 15px
}

.f-contact:hover {
    color: var(--branding_white)
}

.f-border-left {
    border-left: 1px solid #acacac
}

.f-detail h3 {
    font-size: 20px;
    font-weight: 900;
    color: #323232;
    margin-bottom: 0
}

.f-detail ul {
    list-style-type: none;
    margin-bottom: 0;
    text-transform: uppercase
}

.f-detail ul li {
    margin-top: 10px
}

.f-detail ul li a {
    font-size: 13px;
    color: #323232;
    transition: .3s ease-in-out
}

.f-detail ul li a:hover {
    color: var(--branding_light)
}

.f-detail span {
    margin-top: 10px;
    font-size: 13px;
    color: #323232
}

.footer-bottom {
    background: #052F59;
    padding: 20px 0;
    display: flex;
    width: 100%
}

.f-flag {
    float: right
}

.f-flag span {
    font-size: 16px;
    font-weight: 700;
    color: var(--branding_white)
}

.f-flag span img {
    margin-left: 10px
}

.lang_desktop img {
    margin-left: 10px
}

.policy {
    text-align: center
}

.policy ul {
    list-style-type: none;
    margin-bottom: 0
}

.policy ul li {
    display: inline-block;
    margin: 0 26px;
    color: var(--branding_white);
    font-size: 14px
}

.policy ul li:first-child {
    margin-left: 0
}

.policy ul li:first-last {
    margin-right: 0
}

.policy ul li a {
    transition: all 200ms ease-in-out;
    color: var(--branding_white)
}

.policy ul li a:hover {
    color: var(--branding_gray);
}

.f-social-icon ul {
    list-style-type: none;
    margin-bottom: 0
}

.f-social-icon ul li {
    display: inline-block
}

.f-social-icon ul li a {
    transition: all 200ms ease-in-out;
    color: var(--branding_white);
    font-size: 16px;
    margin-right: 15px
}

.f-social-icon ul li a:hover {
    color: var(--branding_gray);
    font-weight: bold
}

.banner-image {
    display: flex;
    width: 100%;
    height:400px;
    background-color: var(--branding_dark);
    position: relative
}

.banner-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-size: cover;
    background-position: center center
}

.template-cart .banner-image {
    max-height: 150px;
    background-color: var(--branding_dark);
}

.template-cart .banner-image img {
  display: none;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    /* text-transform: uppercase; */
    font-size: 60px;
    font-weight: 900;
    color: var(--branding_white);
    margin-bottom: 0;
    width: 100%;
    text-align: center
 }
#services-safety-rail-source-llc .banner-text {
        color:var(--branding_white);
}
#case-studies .banner-text {
     color:var(--branding_white);
}
#news-amp-articles .banner-text {
    color:var(--branding_white);
}
#osha-fall-safety-compliance .banner-text {
      color:var(--branding_white);
}
#about-us .banner-text {
      color:var(--branding_white);
}
#frequently-asked-questions-safety-rail-source-llc .banner-text {
    color: var(--branding_dark);
}
#contact-us .banner-text {
     color:var(--branding_white);
}
.abt-us-content {
    display: flex;
    width: 100%;
    padding: 40px 0;
    background: #ebebeb;
    padding-top:0;
}

.abt-text {
    margin-top: 30px;
    align-items:start !important;
}

.abt-text iframe {
  padding-top:0.5rem;
}

.abt-right-content p {
    font-size: 22px;
    color: #323232
}

.abt-center-content {
    float: left;
    width: 100%    
}

.abt-center-content p {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px
    color: #323232
}

.abt-person {
    float: left;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    margin-top: 30px
}

.abt-person h4 {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
    color: #4d4d4d;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0
}

.abt-person span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
    color: var(--branding_light)
}

.abt-person p {
    display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
    text-align: justify;
    text-align-last: center;
    margin-top: 15px
}

.protection {
    display: flex;
    width: 100%;
    padding: 10px 0;
    background: var(--branding_light);
    position: relative
}

.pro-image {
    position: absolute;
    top: -25px;
    left: 20%
}

.pro-text {
    text-align: center;
    font-size: 18px;
    color: var(--branding_white);
    font-weight: 600
}

.pro-text p {
    display: inline-block;
    margin-bottom: 0
}

.pro-text p span {
    display: inline-block
}

.case-studies-image {
    float: left;
    width: 100%
}

.case-studies-image img {
    max-width: 100%
}

.case-studies {
    display: flex;
    width: 100%;
    padding: 20px 0!important;
    background: #ebebeb;
    padding-top:0 !important;
}

.case-study {
    margin-top: 40px;
    padding: 0 5px
}

.case-right-content {
    display: inline-block;
    width: 100%
}

.case-right-content h4 {
    font-size: 26px;
    color: var(--branding_dark);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    letter-spacing: 0
}

.case-right-content p {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    color: #323232;
    margin-top: 30px;
    margin-bottom: 0
}

.case-right-content span {
    font-size: 15px;
    color: #323232;
    margin-top: 15px;
    text-transform: uppercase;
    width: 100%
}

.tags {
    color: var(--branding_light)!important;
    font-weight: 900
}

.case-right-content a {
    display: inline-block;
    margin-top: 20px!important;
    padding: 10px 25px;
    color: var(--branding_white);
    background: var(--branding_light);
    font-weight: 600;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    font-size: 16px
}

.case-right-content a:hover {
    color: var(--branding_white);
    background: var(--branding_dark)
}

.case-right-content label {
    display: inline-block;
    margin-bottom: 10px;
    color: #323232;
    font-weight: 400
}

.case-right-content label i {
    color: var(--branding_light);
    font-size: 18px;
    margin-right: 15px
}

.pro-home {
    padding: 0 0 30px 0
}

.service-text {
    text-align: justify!important;
    line-height: 1.5!important;
    font-weight: 400;
    font-size: 22px!important
}

.news-post-heading span {
    font-size: 25px;
    color: #323232;
    font-weight: 900;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase
}

.news-post-content span {
    font-size: 20px;
    color: #323232;
    font-weight: 900;
    margin-bottom: 20px;
    width: 100%
}

.news-p-center-content {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px
}

.news-p-center-content p {
    margin-bottom: 20px;
    font-size: 20px;
    color: #323232;
}

.news-next {
    float: right
}

.news-next a {
    font-size: 16px;
    color: var(--branding_light)
}

.breadcrumb {
    transition: color 200ms ease-in-out;
    color: var(--branding_dark);  
    font-size: 21px;
    margin-bottom: 0;
    padding: 0;
    /* text-transform: uppercase; */
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "//";
    color: var(--branding_dark);
    letter-spacing: -0.15rem;
}

.breadcrumb-item.active {
    color: var(--branding_dark);
}
.breadcrumb-item:hover a {
    color: var(--branding_light);
}

.news-calendar {
    float: right
}

.news-calendar label {
    display: inline-block;
    margin-bottom: 10px;
    color: #323232;
    font-weight: 400
}

.news-calendar label i {
    color: var(--branding_light);
    font-size: 18px;
    margin-right: 15px
}

.breadcrumb-item a {
    transition: all 200ms ease-in-out;
    color: var(--branding_dark) !important;
    font-weight: 700
}
.breadcrumb-item a:hover {
  color: var(--branding_light) !important;
}

.pro-catogory {
    padding: 30px 0
}

.product-list {
    display: flex;
    width: auto;
    padding-top: 30px;
    border-bottom: 1px solid #323232
}

.product-list ul li {
    padding: 5px 15px
}

.product-list ul li a span {
    font-size: 17px;
    font-weight: 900;
    color: #323232
}

.product-list-dropdown {
    float: left;
    margin-top: 7px;
    font-size: 17px;
    font-weight: 900;
    color: #323232
}

.product-list-dropdown span {
    font-size: 17px;
    font-weight: 900;
    color: #323232
}

.product-list-dropdown i {
    margin-left: 50px;
    color: var(--branding_light)
}

.product-input {
    float: right;
    position: relative;
    margin-right: -15px
}

.product-input form input {
    padding: 6px 15px;
    border-bottom: 0;
    font-weight: 900;
    font-size: 18px;
    width: 290px;
    border-top: 1px solid #323232;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    color: #bbb;
    border-radius: 0!important
}

.product-input form input::placeholder {
    color: #bbb
}

.product-input form i {
    color: var(--branding_light)
}

.product-search button {
    position: absolute!important;
    right: 10px;
    top: 8px;
    font-size: 18px;
    cursor: pointer!important;
    border: none;
    padding: 0;
    margin: 0
}

.product-item.pro-cat {
    margin-top: 30px
}

.product-item.pro-cat span {
    font-size: 14px;
    text-align: left;
    margin-top: 5px
}

.product-item.pro-cat label {
    font-size: 18px;
    color: #323232;
    font-weight: 900;
    display: inline-block;
    width: 100%;
    margin-bottom: 0
}

.pro-paggignation {
    padding-top: 20px;
    margin-top: 30px;
    display: inline-block;
    width: 100%
}

.page-item {
    float: left
}

.pagination {
    margin-bottom: 30px;
    display: inline-block
}

.pagination .page-link {
    transition: all 200ms ease-in-out;
    position: relative;
    display: block;
    padding: .8rem 1rem !important;
    margin-left: -1px;
    line-height: 1.25;
    border: none;
    color: var(--branding_white) !important;
    background: var(--branding_dark);
    text-decoration:none !important;
}

.product_prev_next .prev_arrow,
.product_prev_next .next_arrow {
    transition: 200ms ease-in-out;
    padding: 0.2rem 0.4rem !important;
    color: var(--branding_light) !important;
    background-color: transparent;
    border-radius: 0.25rem;
    font-size: 0.9rem;
  
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--branding_radius);
}

.product_prev_next .prev_arrow svg,
.product_prev_next .next_arrow svg
{
  fill: var(--branding_light) !important;
}

.product_prev_next .prev_arrow:hover,
.product_prev_next .next_arrow:hover {
  background: transparent;
  color: var(--branding_dark);
  text-decoration: underline !important;
}
.product_prev_next .prev_arrow:hover span,
.product_prev_next .next_arrow:hover span {
  color: var(--branding_dark);
  text-decoration: underline !important;
}

.product_prev_next .prev_arrow:hover svg,
.product_prev_next .next_arrow:hover svg
{
  fill: var(--branding_dark) !important;
}

.pagination .page-link:hover
{
    color: var(--branding_white) !important;
    background: var(--branding_light);
    text-decoration:none !important;
}

.product_prev_next .prev_arrow:hover svg,
.product_prev_next .next_arrow:hover svg
{
  fill: var(--branding_white);
}

.pagination .page-link.next-color {
    color: var(--branding_white) !important;
    background-color: var(--branding_dark);
    text-decoration:none !important;
}

.pagination .page-link:first-child {
  border-radius-top-left: var(--branding_radius);
  border-radius-bottom-left: var(--branding_radius);
}

.pagination .page-link:last-child {
  border-radius-top-right: var(--branding_radius);
  border-radius-bottom-right: var(--branding_radius);
}

.pagination .page-link:hover, .page-item.active .page-link {
    background: var(--branding_light);
    color: var(--branding_white) !important;
}
.pagination a, .pagination .page.current {
    padding: 0.75rem 1.25rem;
}

.pagination .next-color {
    color: var(--branding_light)
}

.pagination .page-link {
    padding: 0 .75rem
}

.gallery {
    display: flex;
    width: 100%;
    padding: 30px 0;
    background: #ccc;
    position: relative
}

.g-color {
    color: var(--branding_light)!important
}

.gallery-slider {
    display: flex;
    width: 100%;
    margin-top: 20px
}

.gallery .owl-dots {
    display: none
}

.gallery .owl-prev {
    position: absolute;
    left: -35px;
    top: 30%
}

.gallery .owl-prev span {
    font-size: 55px;
    color: var(--branding_light)
}

.gallery .owl-next {
    position: absolute;
    right: -35px;
    top: 30%
}

.gallery .owl-next span {
    font-size: 55px;
    color: var(--branding_light)
}

.gallery .owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0
}

.product-tabbing {
    display: flex;
    width: 100%;
    padding: 30px 0;
    background: #ebebeb
}

.tab-pane {
    color: #323232;
    font-size: 22px;
    /* font-weight: 900; */
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    border-width: 0
}

.nav-tabs>li>a {
    color: #323232;
    font-size: 16px;
    background: no-repeat;
    font-weight: 900
}

.nav-tabs>li.active>a,.nav-tabs>li>a:hover {
    color: var(--branding_light)
}

.nav-tabs {
    border-bottom: none
}

.tab-content {
    padding: 20px
}

.nav-tabs>li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #acacac;
    padding: 10px;
    border-bottom: 1px solid #acacac
}

.nav-tabs>li:last-child {
    border-right: none
}

.card {
    background: 0 0;
    border: none
}

@media all and (max-width:724px) {
    .nav-tabs>li>a>span {
        display: block
    }

    .nav-tabs>li>a {
        padding: 5px 5px
    }
}

.faq-part {
    float: left;
    width: 100%
}

.faq-part h4 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase
}

.faq-part ul {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px
}

.faq-part ul li {
    margin-top: 5px;
    font-size: 18px
}

.warranty ul {
    list-style-type: none;
    margin-bottom: 0;
    display: inline-block
}

.warranty ul li {
    float: left;
    width: 100%;
    margin-top: 20px
}

.warranty ul li:first-child {
    margin-top: 0
}

.warranty ul li span {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #323232
}

.warranty ul li span img {
    margin-right: 15px;
    max-width: 100%
}

.table {
    background-color: #f6f6f6;
    margin-bottom: 0
}

.table td,.table th {
    border-top: 0
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.5);
    border-radius: 10px;
    border: 2px solid var(--branding_white)
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: var(--branding_white)
}

.i-thumbnail-slider {
    display: flex;
    width: 100%;
    padding-top: 30px
}

.individual-slider {
    display: inline-block;
    width: 100%
}

.individual-slider img {
    max-width: 100%
}

.ind-conbtent h4 {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 30px;
    color: #323232;
    border-bottom: 1px solid #b7b7b7
}

.ind-conbtent .product-single__price {
    font-size: 28px;
    font-weight: 900;
     color: var(--branding_dark);
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.i-paragraph {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 30px;
    font-size: 22px;
    text-align: justify;
/*     font-weight: 600; */
    color: #323232
}

.i-paragraph i {
    position: absolute;
    right: 0;
    bottom: 0;
    color: var(--branding_light)
}

.ind-conbtent ul {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding-top: 30px
}

.ind-conbtent ul li {
    display: inline-block;
    margin-right: 30px
}

.ind-conbtent ul li a:not(.ga-product_title,.ga-product > a) {
    font-weight: 900;
    padding: 12px 20px;
    display: inline-block
}

.ind-conbtent ul li a i {
    margin-left: 15px;
    color: var(--branding_light)
}

.link-color-one {
    background: var(--branding_white);
    border: 1px solid #b7b7b7;
    color: #323232
}

.link-color-one:hover {
    color: #323232
}

.link-color-two {
    background: var(--branding_light);
    border: 1px solid var(--branding_light);
    color: var(--branding_white);
    box-shadow: 0 0 10px var(--branding_white);
    padding: 14px;
    font-size: 18px;
    text-transform: uppercase
}

.link-color-two:hover {
    color: var(--branding_white)
}

.js-qty {
    padding: 10px;
    font-size: 20px;
    background-color: var(--branding_white)
}

.pro-features {
    float: left;
    width: 100%
}

.pro-features p {
    font-size: 18px;
    color: #323232;
    margin-top: 45px;
    margin-bottom: 0;
    text-align: justify;
    font-weight: 600
}

.pro-features p:first-child {
    margin-top: 0
}

.nav-tabs.nav-tabs-three>li {
    width: 33.33%
}

.pro-dropdown {
    display: inline-block;
    width: 100%;
    padding-top: 30px
}

.pro-dropdown a {
    font-weight: 900;
    padding: 13px 20px;
    background: var(--branding_white);
    border: 1px solid #b7b7b7;
    color: #323232
}

.pro-dropdown a i {
    margin-left: 128px;
    color: var(--branding_light)
}

.pro-contact-btn {
    display: inline-block;
    width: 100%;
    padding-top: 35px
}

.pro-contact-btn a {
    padding: 13px 30px;
    color: var(--branding_white);
    background-color: var(--branding_dark);
    border-radius: var(--branding_radius);
    text-transform: uppercase
}
.pro-contact-btn a:hover {
  color: var(--branding_white) !important;
  background-color: var(--branding_light) !important;
  border-radius: var(--branding_radius) !important;
  text-decoration:none !important;
}

.cart-detail {
    display: flex;
    width: 100%;
    padding: 30px 0
}

.cart-item-heading {
    padding-bottom: 15px;
    border-bottom: 1px solid #a7a7a7
}

.cart-heading span {
    color: var(--branding_light);
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase
}

.cart-items {
    padding: 20px 0;
    border-bottom: 1px solid #a7a7a7
}

.cart-image img {
    max-width: 100%
}

.cart-add-item span {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    color: #474747
}

.cart-add-item a {
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    color: #646464;
    font-weight: 700
}

.cart-add-item button {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #a7a7a7;
    margin-top: 8px;
    font-size: 15px;
    color: #646464;
    font-weight: 700;
    background: 0 0
}

.cart-price span {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    color: #474747
}

.cart-quantity span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    color: #474747;
    padding: 6px 85px 6px 15px;
    border: 1px solid #a7a7a7
}

.cart-quantity input {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    color: #474747;
    padding: 6px 13px;
    border: 1px solid #a7a7a7;
    width: 56%;
    border-radius: 0!important;
    background: 0 0
}

.cart-quantity input::placeholder {
    color: #474747
}

.cart-total span {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    color: #474747
}

.cart-total-price {
    float: left;
    width: 100%;
    padding-top: 20px
}

.cart-total-price span {
    float: left;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--branding_light)
}

.cart-total-prices {
    float: left;
    width: 100%;
    padding-top: 20px
}

.cart-total-prices label {
    float: left;
    font-size: 18px;
    color: #323232;
    margin-bottom: 0
}

.shipping-text {
    float: left;
    width: 100%;
    padding-top: 10px
}

.shipping-text span {
    float: left;
    font-size: 15px;
    color: #6f6c6c;
    font-style: italic
}

.contact-us {
    display: flex;
    width: 100%;
    padding: 30px 0;
    background: #ebebeb
}

.contact-us-width-fix {
    width: 80%;
    margin: 0 auto
}

.form-group.contact-form input {
    border: 2px solid #a1a1a1;
    color: #323232;
    font-weight: 600;
    font-size: 19px
}

.form-group.contact-form input::placeholder {
    color: #323232
}

.form-group.contact-form textarea {
    border: 2px solid #a1a1a1;
    color: #323232;
    font-weight: 600;
    font-size: 19px;
    width: 100%;
    padding: .375rem .75rem;
    resize: none;
    height: 115px
}

.form-group.contact-form textarea::placeholder {
    color: #323232
}

.contact-submit-btn {
    width: 100%;
    text-align: center
}

.contact-capcha img {
    max-width: 100%
}

.contact-submit-btn button {
    width: 100%;
    padding: 25px 0;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--branding_white);
    font-weight: 600;
    background: var(--branding_light);
    border-radius: 0
}

.c-information span {
    font-size: 21px;
    font-weight: 900;
    color: var(--branding_dark)
}

.left-content span {
    color: #4a4a4a;
    font-weight: 600;
    float: left;
    font-size: 19px
}

.right-content span {
    float: right;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 19px
}

.contact-border-line {
    padding: 10px 0;
    border-bottom: 2px solid #949494;
    margin-top: 10px;
    border-top: 2px solid #949494;
    margin-bottom: 10px
}

.contact-us address {
    font-size: 19px;
    margin-bottom: 0;
    color: #4a4a4a;
    text-transform: uppercase;
    margin-top: 10px
}

.contact-us address label {
    display: block
}

.contact-us ul {
    list-style-type: none;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    margin-top: 5px
}

.contact-us ul li {
    display: inline-block;
    margin-right: 15px
}

.contact-us ul li a {
    font-size: 25px;
    color: #4a4a4a;
    transition: .5s all
}

.contact-us ul li a:hover {
    color: var(--branding_light)
}

.contact-line {
    margin-top: 10px
}

.contact-lines {
    margin-bottom: 10px
}

.confirm-checkout {
    display: flex;
    width: 100%;
    padding: 30px 0;
    background: linear-gradient(to right,var(--branding_white) 58%,#ebebeb 42%);
    position: relative
}

.confirm-custom-width {
    width: 80%;
    margin: 0 auto
}

.confirm-image {
    width: 10%;
    float: left
}

.confirm-order {
    width: 90%;
    float: left
}

.confirm-order span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #646464
}

.confirm-order label {
    margin-bottom: 0;
    font-size: 22px;
    color: #494949
}

.confirm-box {
    float: left;
    width: 100%;
    border: 1px solid #b7b7b7;
    border-radius: var(--branding_radius);
    margin-top: 20px;
    overflow: hidden
}

.map {
    width: 100%;
    float: left
}

.map iframe {
    width: 100%;
    border: none;
    height: 240px
}

.confirm-content {
    display: inline-block;
    width: 100%;
    padding: 20px
}

.confirm-content span {
    font-size: 24px;
    color: #494949;
    font-weight: 600
}

.confirm-content label {
    margin-bottom: 0;
    font-size: 17px;
    color: #6a6a6a;
    margin-top: 5px
}

.confirm-content label a {
    color: #494949;
    font-weight: 700;
    transition: .5s all
}

.confirm-content label a:hover {
    color: var(--branding_light)
}

.c-pd {
    padding: 20px
}

.c-heading h4 {
    font-size: 24px;
    color: #494949;
    font-weight: 600;
    margin-bottom: 0
}

.left-address {
    float: left;
    width: 50%
}

.left-address {
    margin-top: 20px
}

.left-address span {
    font-size: 18px;
    color: #494949;
    font-weight: 700
}

.left-address address {
    margin-top: 5px;
    font-size: 17px;
    color: #787878
}

.left-address address label {
    margin-bottom: 0
}

.shippping-method {
    font-size: 18px;
    color: #494949;
    font-weight: 700
}

.s-method-one {
    font-size: 18px;
    color: #787878;
    font-weight: 700
}

.right-address {
    float: left;
    width: 50%
}

.right-address {
    margin-top: 20px
}

.right-address span {
    font-size: 18px;
    color: #494949;
    font-weight: 700
}

.right-address address {
    margin-top: 5px;
    font-size: 17px;
    color: #787878
}

.right-address address label {
    margin-bottom: 0
}

.s-help {
    float: left;
    margin-top: 26px
}

.c-shopping {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #acacac
}

.c-shopping span {
    float: left;
    font-size: 17px;
    font-weight: 700;
    color: #787878
}

.c-shopping span i {
    margin-right: 15px
}

.c-shopping span a {
    color: var(--branding_light);
    transition: .5s all
}

.c-shopping span a:hover {
    color: #787878
}

.continue-shipping {
    float: right
}

.continue-shipping a {
    padding: 20px 25px;
    background: var(--branding_light);
    color: var(--branding_white);
    font-size: 19px;
    font-weight: 700;
    border-radius: var(--branding_radius);
    display: inline-block
}

.c-privacy {
    float: left;
    width: 100%;
    margin-top: 20px
}

.c-privacy ul {
    list-style-type: none;
    margin-bottom: 0
}

.c-privacy ul li {
    display: inline-block;
    margin-right: 30px
}

.c-privacy ul li a {
    font-size: 16px;
    color: var(--branding_light);
    font-weight: 600;
    transition: .5s all
}

.c-privacy ul li a:hover {
    color: #494949
}

.btn-cart {
    display: inline-block;
    width: 100%;
    padding-top: 20px
}

.btn-cart ul {
    margin-bottom: 0;
    list-style-type: none
}

.btn-cart ul li {
    display: inline-block;
    margin: 5px 10px 17px 0
}

.btn-cart ul li a {
    text-transform: uppercase
}

.btn-cart ul li button {
    padding: 13px 18px;
    font-size: 17px;
    background: no-repeat;
    border: 1px solid #b7b7b7;
    color: #464646;
    font-weight: 600;
    text-transform: uppercase
}

.checkout-clr {
    background: var(--branding_light)!important;
    color: var(--branding_white)!important;
    border: 1px solid var(--branding_light)!important
}

#sync2 {
    margin-top: 15px
}

#sync2 .item h1 {
    font-size: 18px
}

#sync2 .current .item {
    background: #0c83e7
}

.owl-theme .owl-nav [class*=owl-] {
    transition: all .3s ease
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #d6d6d6
}

#sync1.owl-theme {
    position: relative
}

#sync1.owl-theme .owl-next,#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%
}

#sync1.owl-theme .owl-prev {
    left: 10px
}

#sync1.owl-theme .owl-next {
    right: 10px
}

.individual-slider {
    position: relative
}

.individual-slider .owl-nav {
    display: block
}

#sync2 .owl-nav {
    display: none
}

#sync2 .owl-dots {
    display: none
}

.individual-slider .owl-dots {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%)
}

.individual-slider .owl-theme .owl-dots .owl-dot span {
    width: 24px;
    height: 24px;
    margin: 5px 7px;
    background: no-repeat;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    border: 1px solid #464646
}

.individual-slider .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--branding_white)
}

.slider-abt {
    margin-top: 20px
}

.slider-abt span {
    font-size: 19px;
    font-weight: 900;
    color: var(--branding_light);
    text-transform: Capitalize
}

.slider-abt label {
    font-size: 22px;
    margin-bottom: 0;
    color: #052F59;
    text-align: justify
}

.mr-item {
    margin-right: 10px;
    height: 100px
}

.right-case-study {
    display: inline-block
}

.right-case-post {
    float: left
}

.right-case-study h5 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 0;
    color: var(--branding_light);
    letter-spacing: 0
}

.right-case-study span {
    width: 100%;
    display: inline-block;
    font-size: 25px;
    font-weight: 900;
    color: #505050;
    text-transform: uppercase
}

.right-case-study label {
    font-size: 16px;
    color: #505050;
    text-transform: uppercase;
    margin-bottom: 0
}

.right-case-post span {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    font-size: 19px;
    font-weight: 900;
    color: var(--branding_light)
}

.right-case-post label {
    font-size: 22px;
    margin-bottom: 0;
    color: #505050
}

.box {
    position: relative;
    background: var(--branding_white);
    width: 100%
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px
}

.box-tools {
    position: absolute;
    right: 10px;
    top: 5px
}

.dropzone-wrapper {
    border: 2px dashed #a1a1a1;
    position: relative;
    height: 150px
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 60%;
    top: 0;
    font-size: 16px;
    padding: 15px 0
}

.dropzone,.dropzone:focus {
    position: absolute;
    outline: 0!important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0
}

.dropzone-desc p {
    color: #b8b8b8;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 0
}

.dropzone-desc label {
    margin-bottom: 0;
    font-size: 18px;
    color: #323232;
    font-weight: 700
}

.preview-zone {
    text-align: center
}

.preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0
}

.detail-image {
    float: left;
    width: 100%
}

.image-pos {
    position: relative
}

.image-pos span {
    position: absolute;
    top: -13px;
    right: -10px;
    padding: 5px 9px;
    border-radius: 50%;
    color: var(--branding_white);
    background: rgba(50 ,50,50,.5);
    font-size: 10px
}

.detail-text span {
    font-size: 16px;
    font-weight: 700;
    color: #474747;
    text-transform: uppercase
}

.detail-text label {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #474747;
    float: right
}

.confirm-bottom-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #acacac
}

.confirm-entry {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #acacac
}

.confirm-total span {
    font-size: 18px;
    color: #474747
}

.confirm-total-price {
    float: right
}

.confirm-total-price span {
    font-size: 18px;
    color: #474747;
    font-weight: 700
}

.confirm-total-price label {
    font-size: 15px;
    color: #474747
}

.checkout-process {
    float: left;
    width: 100%
}

.checkout-process ul {
    list-style-type: none;
    margin-bottom: 0
}

.checkout-process ul li {
    display: inline-block
}

.checkout-process ul li a {
    font-size: 16px;
    color: #494949;
    font-weight: 700
}

.checkout-process ul li i {
    margin: 0 7px;
    color: var(--branding_light)
}

.contact-info-process {
    float: left;
    width: 100%;
    margin-top: 20px
}

.contact-info-process span {
    font-size: 30px;
    width: 100%;
    display: inline-block;
    color: #494949
}

.contact-info-process input {
    margin-top: 10px;
    width: 100%;
    padding: 8px 15px;
    font-size: 17px;
    border-radius: var(--branding_radius);
    border: 1px solid #b7b7b7
}

.c-form-details {
    float: left;
    width: 100%;
    margin-top: 20px
}

.c-form-details span {
    font-size: 30px;
    width: 100%;
    display: inline-block;
    color: #494949;
    margin-bottom: 10px
}

.c-form-details input {
    width: 100%;
    padding: 21px 15px;
    font-size: 17px;
    border-radius: var(--branding_radius);
    border: 1px solid #b7b7b7
}

.dropdown-custom {
    display: inline-block;
    width: 100%
}

.toggle-custom {
    width: 100%
}

.btn-secondary {
    background-color: transparent
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
    color: #494949
}

.btn-secondary:hover {
    color: #494949;
    background-color: transparent;
    border-color: #b7b7b7
}

.toggle-custom {
    width: 100%;
    padding: 8px 15px;
    font-size: 17px;
    border-radius: var(--branding_radius);
    border: 1px solid #b7b7b7
}

#sync2 .current .item {
    background: 0 0
}

.card .nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link {
    color: #323232;
    font-size: 20px;
    background: 0 0;
    font-weight: 900;
    border-right: 1px solid #a7a7a7;
    text-transform: uppercase
}

.card #nav-tab {
    border-bottom: 1px solid #a7a7a7
}

.card .nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    background: 0 0;
    color: var(--branding_light);
    border-color: transparent;
    border-bottom: 1px solid #a7a7a7;
    border-right: 1px solid #a7a7a7!important
}

.card .nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link:last-child {
    border-right: none
}

.card .nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active:last-child {
    border-right: none!important
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-right: 1px solid #a7a7a7
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover::last-child {
    border-right: none
}

.confirm-box.contact-details {
    padding: 15px 20px
}

.c-detail-width-one {
    width: 20%;
    float: left
}

.c-detail-width-one span {
    font-size: 18px;
    font-weight: 600;
    color: grey
}

.c-detail-width-two {
    width: 60%;
    float: left
}

.detail-contact {
    border-bottom: 1px solid #b7b7b7;
    float: left;
    width: 100%;
    padding-bottom: 5px
}

.c-detail-width-two span {
    font-size: 18px;
    color: #494949;
    font-weight: 600
}

.c-detail-width-three {
    width: 20%;
    float: left;
    text-align: right
}

.c-detail-width-three a {
    color: var(--branding_light);
    font-size: 18px;
    font-weight: 600
}

.detail-contact.box-border {
    border-bottom: none;
    margin-top: 10px
}

.coonfirm-heading-text {
    font-size: 30px;
    width: 100%;
    display: inline-block;
    color: #494949;
    margin-top: 20px
}

.box-radius {
    border-radius: var(--branding_radius)
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0
}

.radio {
    padding-top: 6px
}

.radio label {
    margin-bottom: 0
}

.radio input[type=radio]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 2px;
    margin-right: 1.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease
}

.radio input[type=radio]:checked+.radio-label:before {
    background-color: #3197ee;
    box-shadow: inset 0 0 0 4px #f4f4f4
}

.radio input[type=radio]:focus+.radio-label:before {
    outline: 0;
    border-color: #3197ee
}

.radio input[type=radio]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4
}

.radio input[type=radio]+.radio-label:empty:before {
    margin-right: 0
}

.c-radio-btn {
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #a7a7a7
}

.left-r-btn {
    float: left;
    width: 50%
}

.radio label {
    margin-bottom: 0;
    font-size: 17px;
    color: #494949
}

.c-card-details {
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    background: #ebebeb
}

.c-card-details form input {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 15px;
    border-radius: var(--branding_radius);
    border: 1px solid #b7b7b7;
    font-size: 17px;
    color: #7a7a7a
}

.c-card-details form input::placeholder {
    color: #7a7a7a
}

.card-detail-part {
    width: 48%;
    float: left;
    margin-right: 20px
}

.card-detail-part:last-child {
    margin-right: 0
}

.confirm-btm-text {
    color: #6c6c6c
}

.radio-border-bottom {
    padding: 0
}

.radio-border-bottom:last-child {
    border-bottom: none
}

.radio-border-bottom .radio {
    padding: 15px 20px;
    border-bottom: 1px solid #acacac
}

.radio-border-bottom .radio:last-child {
    border-bottom: none
}

.checkbox-click {
    float: left;
    width: 100%;
    padding: 15px 20px;
    position: relative
}

input[type=checkbox].css-checkbox {
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

input[type=checkbox].css-checkbox+label.css-label,input[type=checkbox].css-checkbox+label.css-label.clr {
    padding-left: 20px;
    display: inline-block;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer
}

input[type=checkbox].css-checkbox+label.css-label.chk,input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -31px
}

label.css-label {
    background-image: url(../images/check-box-two.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.discount-offer input {
    width: 100%;
    padding: 6px 10px;
    font-size: 15px;
    color: #6f6c6c;
    border: 1px solid #b7b7b7;
    border-radius: var(--branding_radius)
}

.discount-offer-submit button {
    width: 100%;
    padding: 6px;
    border: none;
    background: #b7b7b7;
    border-radius: var(--branding_radius)
    color: #ebebeb;
    font-size: 15px
}

.estimate-shipping-date {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 10px;
    float: left;
    width: 100%
}

.right-r-price {
    float: left;
    width: 50%;
    text-align: right
}

.right-r-price span {
    font-size: 18px;
    color: #353535;
    margin-top: 5px;
    display: inline-block
}

.delivery-date {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-style: italic;
    font-weight: 600;
    color: grey;
    font-size: 18px
}

.pd-date {
    padding-top: 10px
}

.abt-image {
    float: left;
    width: auto;
    padding-right: 15px
}

.cart-remove {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #a7a7a7;
    margin-top: 8px;
    font-size: 15px;
    color: #646464;
    font-weight: 700;
    background: 0 0
}

.cart-continue {
    padding: 15px 18px;
    font-size: 17px;
    background: no-repeat;
    border: 1px solid #b7b7b7;
    color: #052F59;
    font-weight: 600
}
  a.cart-continue:link, a.cart-continue:visited {
    /* this is the default cart continue link */
    Transition: color .2s ease-in-out;
   color: #464646;
}
a.cart-continue:hover, a.cart-continue:focus {
    /* this is the hovered or focused cart continue link */
    color: #FF0000;
}

}

input {
    border-radius: var(--branding_radius) !important;
    color: var(--branding_dark);
}

.readmore {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    color: var(--branding_white);
    background: var(--branding_light);
    font-weight: 600;
    transition: .3s ease-in-out;
    text-transform: uppercase
}

.tagged {
    color: #000!important
}

.tags--article {
    display: inline-block;
    margin-bottom: 0;
    font-family: Lato!important;
    font-weight: 400!important;
    font-size: 16px!important;
    color: #000!important
}

.clr-blk {
    color: #323232!important;
    background-color: transparent!important;
    padding: 10px 0!important;
    font-family: Lato!important;
    font-weight: 400!important;
    font-size: 16px!important;
    letter-spacing: 0
}

.blog-title a {
    font-size: 26px;
    color: #323232;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    width: 100%
}

.mrg-0 {
    margin: 0!important
}

.cart-add-item-table-rm {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #a7a7a7;
    margin-top: 8px;
    font-size: 15px;
    color: #646464;
    font-weight: 700;
    text-transform: uppercase
}

a:hover {
    color: #222323
}

.cart-add-item-table-rm:hover {
   /* background-color: var(--branding_light);*/
    color: var(--branding_white)
}

.contact-submit-btn .btn-default {
    width: 100%;
    padding: 25px 0;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--branding_white);
    font-weight: 600;
    background: var(--branding_light);
    border-radius: 0!important
}

#ndnapp-contactform-wrapper .wrap-contact-default-templete {
    padding: 0!important
}

#ndnapp-contactform-wrapper .input-group .icon {
    display: none
}

#ndnapp-contactform-wrapper .modal-header {
    display: none
}

#ndnapp-contactform-wrapper .form-control {
    padding: 12px 12px 12px 12px!important;
    box-shadow: none!important;
    border: 2px solid #a1a1a1!important;
    color: #323232!important;
    font-weight: 600!important;
    font-size: 19px!important;
    border-radius: var(--branding_radius) !important
}

#ndnapp-contactform-wrapper .form-control:focus {
    color: #495057!important;
    background-color: var(--branding_white)!important;
    border-color: #80bdff!important;
    outline: 0!important;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)!important
}

#ndnapp-contactform-wrapper textarea.form-control {
    border: 2px solid #a1a1a1;
    color: #323232!important;
    font-weight: 600!important;
    font-size: 19px!important;
    width: 100%!important;
    padding: .375rem .75rem!important;
    resize: none!important;
    height: 115px!important;
    border-radius: 0!important
}

#ndnapp-contactform-wrapper textarea.form-control:focus {
    color: #495057!important;
    background-color: var(--branding_white)!important;
    border-color: #a1a1a1!important;
    outline: 0!important;
    box-shadow: none!important
}

#ndnapp-contactform-wrapper .btn-ctf-attach {
    border: 2px dashed #a1a1a1;
    position: relative;
    height: 150px
}

.dropzone-desc p {
    margin-bottom: 0!important
}

#ndnapp-contactform-wrapper .btn-ctf-attach .fa-paperclip {
    display: none
}

.dropzone-desc {
    width: 100%!important
}

button#ndnapps-contactform-sendbtn {
    padding: 26px 30px!important;
    font-size: 16px!important;
    text-transform: uppercase!important;
    color: var(--branding_white)!important;
    font-weight: 600!important;
    background: var(--branding_light)!important;
    border-radius: 0!important;
    height: auto!important
}

button#ndnapps-contactform-sendbtn i {
    display: none!important
}

.c-profile span {
    min-height: 150px
}

.article__featured-image-link {
    margin-bottom: 0
}

.site-nav--active {
    color: var(--branding_light)
}

.site-nav__link {
    font-family: lato!important
}

.owl-item-b {
    height: 479px
}

.product-single__price {
    font-family: Lato!important
}

@media only screen and (max-width:540px) {
    .cart__product-name span {
        word-break: break-word
    }

    .cart-add-item span {
        font-size: 8px!important
    }

    .cart-price span {
        font-size: 11px!important
    }

    .cart-total span {
        font-size: 13px!important
    }

    .cart-quantity input {
        padding: 0!important
    }

    input[type=number] {
        font-size: 1em
    }

    .cart-total-prices label {
        float: right
    }
}

@media only screen and (max-width:575px) {
     .banner-image {
/*      	background-color:gray!important */
    }
  	 h1.banner-text {
        font-size: 24px!important;
      	color: var(--branding_white)!important;
    }

    h2.hero__title.h1 {
        font-size: 1.11em
    }  
}

@media screen and (max-width:720px) {
    .hero--adapt .hero__title,.hero__slide .hero__title {
        margin-bottom: 0
    }

    .hero--adapt .hero__subtitle,.hero__slide .hero__subtitle {
        margin-bottom: 0
    }

    h2.hero__title.h1 {
        font-size: 1.51em
    }
}

@media screen and (max-width:991px) {
    .order2 {
        order: 2
    }

    .abt-image {
        padding-right: 0
    }

    .site-nav__link {
        letter-spacing: -1px!important
    }

    .sub-menu {
        column-count: inherit
    }

    .navbar-nav li {
        padding-right: 0!important
    }

    .row .case-study {
        padding-right: 0!important;
        margin-right: 0!important
    }
}

@media screen and (max-width:991px) and (min-width:320px) {
    .p-image img {
        max-width: 307.05px;
        height: 291px
    }

    .abt-image {
        width: 100%
    }

    .row .case-study {
        margin-top: 0!important
    }

    #sync1>.owl-stage-outer {
        height: auto!important
    }
}

.abt-text>.col-12>.col-12 {
    padding: 0!important
}

.case-studies>.container {
    margin: auto
}

.p-image img {
    min-height: 291px
}

.news-next>a:first-child {
    display: none
}

.abt-image>img {
    height: 400px
}

.abt-image-abt>img {
    width: 608px;
    height: auto;
    padding-bottom: 12px
}

.cart-image>img {
    height: auto;
    width: 144px
}

.cart-add-item span {
    font-style: normal!important
}

.layout-flex__item {
    font-family: lato!important
}

#ndn-contact-button {
    display: none!important
}

.slick-initialized .hero__text-content {
    transform: none!important
}

.hero .hero__image {
    transform: none!important
}

.osha-text {
    font-size: 18px!important
}

.osha-hd-tx {
    color: var(--branding_light)!important
}

.osha-title {
    margin: 30px 0;
  margin-top:0;
}

.osha-hd-tx {
    color: var(--branding_light)!important;
    margin-top: 15px;
    font-weight: 700!important;
    font-size: 26px;
    letter-spacing: 0
}

.osha-prdct-desc {
    list-style: none;
    font-size: 19px;
    font-weight: 700
}

.osha-ul li {
    margin-bottom: 15px;
    position: relative;
    list-style: none;
    padding-left: 20px;
    color: #323232;
    font-size: 22px
}

.osha-ul li::before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 10px;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--branding_light);
    border-radius: 50px
}

.osha-row {
    margin-bottom: 45px
}

.osha-ul-nested {
    margin-left: 60px
}

.osha-ul-nested li {
    margin-bottom: 15px;
    position: relative;
    list-style: none;
    padding-left: 20px;
    color: #323232;
    font-size: 22px
}

.osha-ul-nested li::before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 10px;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--branding_light);
    border-radius: 50px
}

.nav-item:hover .sub-menu-parent {
    display: block
}

.sub-menu-parent {
    width: auto;
    float: left;
    max-width: 900px;
    border: none;
    background: var(--branding_light);
    border-radius: 0;
    left: 310px;
    padding: 50px 30px;
    top: 70px;
    max-height: 400px
}

.cart_desktop {
    display: inline-block
}

.cart_mobile {
    display: none!important
}

.lang_desktop {
    font-weight: 700
}

.section-title.meet-team {
    margin-top: 30px
}

.btn-send {
    border: none;
    padding: 26px 30px!important;
    font-size: 16px!important;
    float: right
}

.grid {
    background-color: #ebebeb;
    font-size: 22px
}

input#text-1580741515 {
    display: none
}

.ajaxcart__row>.grid,.ajaxcart__row>.grid--full,.ajaxcart__row>.grid--rev {
    background-color: transparent!important
}

@media only screen and (max-width:575px) {

}

.individual-slider .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 1px solid var(--branding_light)
}

.individual-slider .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #052F59
}

.i-paragraph p span {
    font-weight: 700!important;
    color: #000
}

#nav-home p {
    font-size: 22px
}

.radio-wrapper .single-option-radio__label {
    font-size: 22px;
}

#SingleOptionSelector-0,#SingleOptionSelector-1,#SingleOptionSelector-2 {
    font-size: 20px;
    font-style: italic;
    color: #052F59;
    background-color: var(--branding_white)
}

.i-paragraph>* {
    font-size: 22px
}

#button-btop {
    display: inline-block;
    background-color: #052F59;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: var(--branding_radius);
    position: fixed;
    bottom: 30px;
    left: 10px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#button-btop::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: var(--branding_white)
}

#button-btop:hover {
    cursor: pointer;
    background-color:  var(--branding_dark)
}

#button-btop:active {
    background-color: #555
}

#button-btop.show {
    opacity: 1;
    visibility: visible
}

.content {
    width: 77%;
    margin: 50px auto;
    font-family: Merriweather,serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9
}

@media (min-width:500px) {
    .content {
        width: 43%
    }

    #button-btop {
        margin: 30px
    }
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5
}

.content h3 {
    font-style: italic;
    color: #96a2a7
}

#sync2 .owl-item {
    max-width: 110px!important
}

.js-qty__adjust--minus,.js-qty__adjust--plus {
    background-color: var(--branding_white)
}

div#ga-product_bought_together {
    margin-bottom: 0;
    padding-bottom: 0
}

.close-icon {
    color: var(--branding_light)!important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 85%;
    font-size: 18px;
    z-index: 9999;
    cursor: pointer
}

.video-wrapper {
    padding-bottom: 22%
}

.video-wrapper iframe.embed-video {
    max-width: 500px;
    max-height: 275px
}

.main-navigation li a {
    padding: 20px 15px!important
}

.main-navigation li ul.sublevel a {
    padding: 8px 16px!important
}

.custom-field__video h2 {
    text-align: center;
    color: var(--branding_light);
    font-size: 18px;
    font-weight: 900;
    padding: 15px 0
}

.product-video-container {
    padding: 15px 0;
    background: #ccc
}

.abt-image-abt .video-wrapper {
    padding-bottom: 0!important;
    height: 380px
}

.hero[data-adapt=false], .hero[data-adapt=false] .slideshow__overlay:before {
    height: 490px;
    background-size: contain;
}

@media only screen and (max-width:540px) {
  .hero[data-adapt=false], .hero[data-adapt=false] .slideshow__overlay:before {
      height: 430px;
      background-size: cover;
  }
}

/* Vimotia customized css */
.vimotia__playButtonContainer--pip--bottom {
  bottom: auto !important;
  top: 80px;
}

.vimotia-thumbnail {
    width: 90px !important;
}

input.nf-form-control {
  border-radius:0 !important;
}
.nf-btn.nf-btn-primary {
  background-color:#4EA8E0 !important;
}
.nf-branding {
  display:none !important;
}

@media (max-width: 599px) {
  .vimotia-thumbnail {
     width: 60px !important;
  }
}

/* BLOG SECTIONS BELOW ***********************************************
*********************************************************************/
/* blog listing full-page styles */

#PageContainer:has(.blog), #PageContainer:has(#shopify-section-article-template) {
  background-color: var(--branding_light_gray);  
}

section.blog-listing {
  width:100%;
  max-width: var(--spacing_page_margin);
  margin: 0 auto; /* keeps this centered and readable on widescreens */
  padding:2rem;
  padding-top:3rem;
}

/* blog listing row  */
section.blog-listing article {
  width:100%;
  display:grid;
  grid-template-columns: 1fr;
  gap:1rem;
  align-items:center;
}

/* blog listing image */
section.blog-listing article img.blog-image {
  width:100%;
  max-width:400px;
  aspect-ratio:4/4;
  object-fit:cover;
  object-position:center;
  border-radius: 0.25rem;
  background-color: var(--branding_light);
  justify-self:end;
}

/* full text-content area */
section.blog-listing article .text-content {
  display:flex;
  flex-direction:column;
}
/* blog excerpt header text */
section.blog-listing article .text-content h1 {
    color: var(--branding_dark);
    font-weight: bold;
    font-size: 2.10rem;
    margin-top: 2rem !important;
    margin-bottom: .5rem !important;
    text-transform: uppercase;
}
/* blog listing header text */
section.blog-listing article .text-content h2 {
  color: var(--branding_black);
  font-weight: 800;
  font-size: 2.0rem;
  margin-bottom: .5rem !important;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

/* blog listing subtitle text */
section.blog-listing article .text-content h3 {
  color: var(--branding_dark);
  font-weight:bold;
  font-size:1.2rem;
}

/* blog listing date published line */
section.blog-listing article .text-content h4 {
  color: var(--branding_light);
  font-weight:bold;
  font-size:0.9rem;
  margin-top:0 !important;
  margin-bottom:0 !important;
  margin-left:0.2rem;
}

/* tags */
section.blog-listing article .text-content a.tag:link, section.blog-listing article .text-content a.tag:visited {
  transition: 200ms ease-in-out;
  padding: 0.2rem 0.4rem !important;
  color:white;
  background-color: var(--branding_black);
  border-radius:0.25rem;
  font-size:0.8rem;
  opacity:0.3;
}
section.blog-listing article .text-content a.tag:hover {
  opacity:1;
  background-color: var(--branding_light);
  text-decoration:none !important;
}

section.blog-listing article .text-content a.tag:first-child {
  margin-left:0;
}

section.blog-listing article .text-content p.excerpt {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size:22px;
  line-height:2rem;
  color: var(--branding_black);
}

/* button group */
section.blog-listing article .buttons {
  margin-top:auto;
}
section.blog-listing article .buttons a {
  margin-top:1rem;
}

/* blog listing read more button */
section.blog-listing article a:link, section.blog-listing article a:visited {
  transition: 200ms ease-in-out;
  padding: 0.5rem 1rem;
  background-color: var(--branding_dark);
  color: white !important;
}
section.blog-listing article .tags {
  display:flex;
  flex-wrap:wrap;
  gap:0.25rem;
  margin-top:1rem;
}
section.blog-listing article a.tag {
  white-space:nowrap;
}
section.blog-listing article a i {
  margin-right:0.5rem;
}
section.blog-listing article a.tag i {
  margin-right:0;
}
section.blog-listing article a:hover {
  background-color: var(--branding_light);
  color: white;
}

/* responsive blog */
@media (min-width: 990px) {
  section.blog-listing article {
    grid-template-columns: minmax(30rem, 1fr) 5fr;
  }
  section.blog-listing article .text-content {
    margin-left:2rem;
  }
}

/* BLOG ARTICLE VIEW *************************************************
*********************************************************************/

section.article-view {
  margin:0 auto;
  max-width: var(--spacing_page_margin);
  margin-top:3rem;
  margin-bottom:3rem;
  padding-left:2rem;
  padding-right:2rem;
}

section.article-view article h1 {
  color: var(--branding_dark);
  font-weight: bold;
  font-size: 2.10rem;
  margin-top:2rem !important;
  margin-bottom: 0 !important;
  text-transform:uppercase;
}

section.article-view article h3 {
  color: var(--branding_light);
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top:8px;
}

section.article-view article .inner {
  margin-top:2rem;
}

section.article-view article .inner .image-content {
  width:100%;
  margin-bottom:2rem;
}

section.article-view article .inner .image-content img {
  width:100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/4;
  border-radius: 0.25rem;
  background-color: var(--branding_light);
}

section.article-view article .inner .text-content {
  color: var(--branding_black);
  font-size:22px;
  line-height:2rem;
}

section.article-view article .inner .text-content h1,
section.article-view article .inner .text-content h2,
section.article-view article .inner .text-content h3,
section.article-view article .inner .text-content h4,
section.article-view article .inner .text-content h5,
section.article-view article .inner .text-content h6
{
  font-weight:bold !important;
  font-size: 1.4rem !important;
  color: var(--branding_dark);
  margin:0 !important;
  padding:0 !important;
  margin-bottom:0.25rem !important;
  text-transform: capitalize;
}
section.article-view article .inner ul {
  display:flow-root;
}

section.article-view article .inner .text-content h3:has(.strong:empty) {
  clear; both;
}

section.article-view article .inner .text-content a:link, section.article-view article .inner .text-content a:visited {
  color: var(--branding_light);
  text-decoration: none;
}
section.article-view article .inner .text-content a:hover {
  color: var(--branding_light);
  text-decoration:underline;
}

/* responsive article */
@media (min-width: 800px) {
  section.article-view article .inner .image-content {
    float:left;
    max-width:min(407px, 40%);
    justify-self:end;
    margin-right:3rem;
    margin-bottom:2rem;
  }
}



/*----------new css-------*/

ul.single-option-ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid currentColor;
    padding-top: 0;
    max-width: 250px;
    background: #fff;
    box-shadow: 0px 1px 5px 0px #00000059;
}

.single-option-ul li.single-option-li {
    display: block;
    width: 100%;
    padding: 0px 10px;
    font-size: 21px;
    margin-bottom: 0;
    line-height: normal;
    font-style: italic;
}
sapn.selected-value {
    width: 100%;
    max-width: 250px;
    display: flex;
    color: var(--branding_dark);
    background: #fff;
    font-size: 21px;
    line-height: normal;
    font-style: italic;
    padding: 10px 10px;
    background-position: center;
    background-image: url(/cdn/shop/t/38/assets/ico-select.svg?v=1764181…);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
ul.single-option-ul {
    display: none;
}

ul.single-option-ul.active {
    display: block;
    position: absolute;
    z-index: 2;
}
li.single-option-li.selected {
    background: var(--branding_light);
    color: var(--branding_white);
}
.c-information span.mail a span {
    color: #105995;
}
.grid .rte a, .main-content section.article-view .inner .text-content a, .main-content .our-produts .ind-conbtent a,
.custom-field__description .custom-field--value a{
  text-decoration: underline !important;
}
.main-content .our-produts .ind-conbtent .pro-contact-btn a, nav ol.breadcrumb li.breadcrumb-item a.text-link{
  text-decoration: none !important;
}
.main-content .our-produts .ind-conbtent .pro-contact-btn a:hover{
  color: var(--branding_white) !important;
}
section.blog-listing article .text-content .buttons .read-more:hover {
    text-decoration: none !important;
}
.grid .rte a.text-link:hover, .custom-field__description .custom-field--value a:hover, .main-content section.article-view .inner .text-content a:hover,
.grid .rte a span:hover, .main-content .our-produts .ind-conbtent a:hover, .main-content .product-tabbing .table a:hover,
.main-content .product-tabbing .tab-pane a:hover, .c-information span.mail a span:hover{
  color: var(--branding_dark) !important;
}
.main-content ol.breadcrumb li.breadcrumb-item a.text-link:hover {
    text-decoration: underline !important;
}
.ga-hide + .custom_dropdown {
    display: none;
}
.ga-carousel_wrapper .ga-product{
  text-align: center;
}
.ga-products-box a,body .main-content .our-produts .ind-conbtent a.ga-product_title {
    text-decoration: none !important;
}
.owl-carousel.owl-drag .owl-item.active {
  padding: 0 0.25rem;
}
#globoRecommendationsForm div#ga-product_bought_together {
    display: none !important;
}

@media screen and (max-width:767px){
    .template-services .container.custom-container p.service-text {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 400px) {
    .template-services .case-right-content h4, .template-services .case-right-content p {
        text-align: center;
    }
}