body {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 300;
  color: #444444;
}

a {
  color: #fe6c14;text-decoration: none;
}

a:hover {
  color: #ff724a;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'Open Sans',Arial,Helvetica,sans-serif;
}
.bg-grd1{background:linear-gradient(90deg, #afafaf 0%, #cecece 50%, rgba(255, 255, 255, 1) 100%);}
.bg-grd2{background: linear-gradient(90deg, #fff 0%, #cecece 50%, rgba(175, 175, 175, 1) 100%);}
.btn-primary{background-color: #fe6c14;border-color: #fe6c14;}
.btn-primary:hover{background-color: #e35500;border-color: #e35500;}
.sticky-solution {display: flex;position: fixed;bottom: 14px;right: 246px;z-index: 1;background-color: #fe6c14;border-radius: 20px;}
.sticky-solution button{font-size: 12px;color: #fff;}
.sticky-solution.btn:hover{color: #fff;}
.sticky-solution a{font-size: 12px;}
.stiky-contact{position: fixed;bottom: 14px;right: 65px;z-index: 1;background: #fe6c14;
  padding: 8px 10px 5px 8px;
  border-radius: 10px;width: 125px;text-align: center;}
.stiky-mail {display: flex;position: fixed;bottom: 14px;right: 200px;z-index: 1;}
.stiky-mail div{display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 125px;
  height: 32px;
  background: #fe6c14;
  cursor: pointer;}
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #fe6c14;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #ff5e31;
  color: #fff;
}

#loader,.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(255,255,255,0.5);
}

#loader:before,.loader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fe6c14;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
.spinner-border {width: 1rem;height: 1rem;margin-right: 8px;color: #fff;display: none;}

.loading .spinner-border {display: inline-block;}

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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#snackbar {
    visibility: hidden;
    color: #fff;
    text-align: left;
    position: fixed;
    font-size: 12px;
    z-index: 9999;
    right: 65px;
    bottom: 60px;
    width: 100%;
	max-width: 200px;
}
#toast-message{margin: auto;max-width: calc(100vw - 20%);background-color: #000;
	border-left: 3px solid #8fae1b;padding: 15px 10px;border-radius: 2px;}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.page-title {
    text-align: center;
    font-size: 30px;
    font-family: old standard tt, sans-serif;
}
.txt-error {
    color: #ff000d;
}
.offcanvas-header {
    justify-content: space-between;padding: 0;
}
.offcanvas .offcanvas-close {
    width: 100%;
    border-radius: 0;
    font-weight: 400;
    padding: 0.5rem 1rem;
    text-align: left;
}
.offcanvas-cart-header{font-size: 16px;}
.alert-has-icon {align-items: center;display: flex;font-size: 14px;padding: 5px 10px;}
.alert-has-icon .icon{margin-right:5px;}
.offcanvas-cart-items {border-bottom: 1px solid #798490;}
.oc-li{border-bottom: 1px solid #eedede;margin-bottom: 10px;}
.oc-li img{margin-bottom: 10px;}
.oc-ld{font-size: 14px;position: relative;padding: 5px 0px 0px 0px;}
.oc-ld .icofont-trash{color: #ff1818;position: absolute;right: 10px;top: 0;}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.pad-lr{padding-left:20px;padding-right:20px;}
.h-full {
    height: 100%;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.text-2xl{font-size: 34px;}
.uppercase{text-transform: uppercase;}
#topbar {
    background: #FFF;
    padding: 0px;
    font-size: 14px;
}
#topbar .logo img{margin-bottom: 8px;max-height: 140px;}
#topbar .action-links{margin-top:20px;}
#topbar .action-links a {display: inline-block;padding:5px 0 5px 15px;position: relative;transition: 0.3s;color:#000;font-size: 12px;}
#topbar .action-links a i{font-size: 20px;}
#topbar .social-links i{font-size: 20px;margin-right: 10px;}
#topbar .social-links a:last-child i{margin-right: 0px;}
h1.title-txt {
    color: #4b4e53;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
    font-size: 40px;
    font-weight: 400;
	margin:10px auto 5px auto;
}
.title-txt span{color:#fe6c14;}
.caption{color: #fff;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight:300;
    margin: 0;
    padding: 2px 2px 2px 15px;width: 300px;bottom: 2px;
    position: absolute;
    right: 0;
    text-align: right;
}
.caption span.sf-txt{color: #fff;font-weight: 600;
    position: relative;
    
	 text-shadow: 0 0 5px #fdd252, 0 0 10px #fdd252, 0 0 20px #fdd252, 0 0 10px #fdd252, 0 0 20px #fdd252;
    animation: BackgroundGradient 1.5s infinite alternate;
	}

.sf-txt{z-index:2;}
@keyframes BackgroundGradient {
  0% {
        text-shadow: 0 0 5px #c6c6c6, 0 0 10px #c6c6c6, 0 0 10px #c6c6c6, 0 0 10px #c6c6c6, 0 0 20px #c6c6c6;
    }
    100% {
        text-shadow: 0 0 10px #fdd252, 0 0 20px #fff, 0 0 10px #fdd252, 0 0 10px #fdd252, 0 0 20px #fdd252;
    }
}
#header {
	background:#fe6c14;
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
}

#header.header-scrolled, #header.header-inner-pages {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
  padding: 0;
}

#header .logo {
  margin:0px 20px;
  padding: 0;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
}
.nav-menu{position: relative;}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  white-space: nowrap;
  padding:10px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #FFF;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 400;
  padding: 0 3px;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > .sub-nav {
  display:block;
  /*opacity: 1;
  top: 100%;
  visibility: visible;*/
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down .sub-nav a.sn-cat-title{
	font-weight: bold;
	text-transform: uppercase;
    color: #1F1F1F;
}
.nav-menu .drop-down .sub-nav a {
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #15222b;
}

.nav-menu .drop-down .sub-nav a:hover, .nav-menu .drop-down .sub-nav .active > a, .nav-menu .drop-down .sub-nav:hover > a {
  color: #fe6c14;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down:hover > .sub-nav {
	display:block;
  /*opacity: 1;
  top: 0;
  left: 100%;*/
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.sub-nav{
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    z-index: 9;
    background: #fff;
	display:none;
	padding: 10px;
}
.grid {display: grid;}
.grid-cols-3 {grid-template-columns: repeat(3, minmax(0, 1fr));}
.pr-15{padding-right:15px;}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.border-b{border-bottom: 1px solid #1F1F1F;}
.sn-cat-title{font-size: 1.25rem;line-height: 1.75rem;}
.form-group {margin-bottom: 1rem;}
.cart-tot.hasitem{display: block;}
.cart-btns-bottom{display: none;text-align: center;background: #fff;padding-top: 8px;padding-bottom: 6px;z-index: 2;}
.cart-btns-bottom .button-add-to-cart{background-color: #ff9f00;width: 48%;color: #fff;padding: 10px;}
.cart-btns-bottom .button-buy-now{width: 48%;padding: 10px;}
span.amount {padding-left: 15px;}
.amount-value{padding-left: 5px;padding-right: 10px;}
.btn-black{background: #000;box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);border: none;color: #fff;padding: 10px 20px;margin-right: 10px;margin-top: 30px;}
.btn-black:focus,.btn-black:hover{color: #fff;box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);}
.button-checkout{background: #000;box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);border: none;color: #fff;width: 100%;padding: 10px;margin-right: 10px;margin-top: 30px;}
.button-checkout:focus,.button-checkout:hover{color: #fff;box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);background-color:#000;}
.btTMCart{background-color: transparent;color: #007bff;border: none;outline: none;font-size: 26px;position: relative;float: right;display: none;}
.cart-tot{display: none;align-items: center;justify-content: center;font-size: 8px;width: 18px;height: 18px;border-radius: 19px;background: #d9534f;color: #fff;transition: all 0.4s;position: absolute;top: 2px;right: -8px;}
.cart-tot.hasitem{display: flex;}
#cart-panel{border-radius: 5px;padding: 5px;margin-bottom: 20px;}
.cart-item{padding: 10px;border-bottom: 1px solid #f3f3f3;}
.cart-item:last-child{border-bottom:none;}
#checkout-cart-items .cart-item{padding:10px 0px;}
.ciPImg{width: 80px;}
.cProdInf{min-height: 50px;margin-bottom: 36px;}
.cIpN{color: #000000;font-size: 13px;font-weight: 400;}
.cAcBtns{position: absolute;bottom: 0;left: 5px;display: flex;align-items: flex-start;width: 100%;margin-top: 10px;padding: 5px;}
.cart-act_rev{display: flex;align-items: flex-end;flex: 0 0 20px;cursor: pointer;}
.cart-act_rev:before{}
.cart-qty{
      font-size: 12px;
      font-weight: 600;
      color: #414141;
	  margin-bottom: 10px;
}
.cart_totals {width: 100%;background: #f7f7f7;padding:10px;margin-bottom: 50px;}
.cart_totals>h2{
	background: #e9e9e9;
	font-size: 16px;
    line-height: 20px;
	margin: 0;
    padding: 15px;text-transform: uppercase;}
.cart_totals .shop_table {
    padding: 30px 30px 0;
}
.coupon-holder{display: inline-block;}
.coupon {
    font-size: 1em;
    float: left;
    text-align: left;
    display: flex;
}
.coupon .input-text {
    border: 1px solid #ddd;
    border-right: 0;
	border-top-left-radius: 1.3rem;
	border-bottom-left-radius: 1.3rem;
    padding: 0.5em 0.5em 0.5em 1.2em;
}
.coupon .button {
    border-radius: 1.6em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    font-size: .8rem;
    padding: 1em;
    background-color: #000;
    color: #fff;
    line-height: 1.18em;
}
.cmp-msg{font-size: 12px;background: #333;color: #fff;padding: 5px 10px;}
.pSP{height: 4px;background: #f8f8f8;margin-top: 20px;margin-bottom: 20px;}
.product-images .owl-dots{text-align: center;position: absolute;bottom: 10px;width: 100%;outline: none;}
.product-images button.owl-dot{background: #000;margin-right: 5px;width: 20px;height: 5px;}
.pdTitile{color: #000;font-weight: 600;}
.pdPD{color: #000;font-weight: 600;}
.pca{color: #959595;text-decoration: line-through;font-weight: 400;padding-left: 0px;}
.oftxt{color: #01c302;}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}


.right-logo {
  display: inline-block;
  margin-right: 20px;
  max-width: 120px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .right-logo {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #4b4e53;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #15222b;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fe6c14;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(4, 7, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

#home-carousel{
  width: 100%;
  height: 300px;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
}
#home-carousel .carousel, #home-carousel .carousel-inner, #home-carousel .carousel-item, #home-carousel .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#home-carousel .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#home-carousel .carousel-item::before {
  content: '';
  background-color: rgba(4, 12, 21, 0.3);
}

#home-carousel .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 50px;
  right: 50px;
}

#home-carousel h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}
#home-carousel h4 {
  color: #fff;
}
#home-carousel p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #home-carousel p {
    width: 50%;
  }
}
#home-carousel .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#home-carousel .carousel-inner .carousel-item,
#home-carousel .carousel-inner .active.carousel-item-left,
#home-carousel .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#home-carousel .carousel-inner .active,
#home-carousel .carousel-inner .carousel-item-next.carousel-item-left,
#home-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#home-carousel .carousel-inner .carousel-item-next,
#home-carousel .carousel-inner .carousel-item-prev,
#home-carousel .carousel-inner .active.carousel-item-left,
#home-carousel .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#home-carousel .carousel-control-prev, #home-carousel .carousel-control-next {
  width: 10%;
  top: 0px;
}

@media (max-width: 992px) {
  #home-carousel .carousel-control-prev, #home-carousel .carousel-control-next {
    top: 66px;
  }
}

#home-carousel .carousel-control-next-icon, #home-carousel .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#home-carousel .carousel-control-next-icon:hover, #home-carousel .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#home-carousel .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 20px;
  height: 5px;
  border-radius: 0px;
  opacity: .6;
  transition: 0.3s;
}

#home-carousel .carousel-indicators li.active {
  background: #fe6c14;
  border-radius: 5px;
  opacity: 1;
}

.home-more {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #fe6c14;
  border: 1px solid #fe6c14;
}

#home-banner {
  width: 100%;
  background-size: cover;
  position: relative;
  padding-top: 40px;
}

#home-banner .home-container {
  padding-bottom: 30px;
}

.home-more:hover {
  color:#000;
}

#home-banner .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  position: relative;
}

#home-banner .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#home-banner .btn-watch-video:hover i {
  color: #fe6c14;
}
.scroll-cont{width:40px;height:40px;position:absolute;bottom:0;left:50%;margin-left:-20px;text-align:center;z-index:20;-webkit-animation:scroll-down-anim ease-in-out 1s infinite;animation:scroll-down-anim ease-in-out 1s infinite}
.scroll-down{color:#4b4e53;font-size:32px}

@media (max-width: 992px) {
  #home-carousel {
    height: 200px;
  }
  #home-carousel .carousel-container {
    text-align: center;
    top: 5px;
  }
  .home-more{font-size: 8px;padding: 5px;}
}

@media (max-width: 768px) {
  #home-carousel h2 {
    font-size: 20px;
  }
  #home-carousel p{font-size: 12px;}
}

@media (min-width: 1024px) {
  #home-carousel .carousel-control-prev, #home-carousel .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #home-carousel {
    height: 120vh;
  }
}
@-webkit-keyframes scroll-down-anim
{
	0%{
		-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes scroll-down-anim{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}
		100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}
		}
		
@media (min-width: 1024px) {
  #home-banner {
    background-attachment: fixed;
  }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

@media (max-width: 768px) {
	
  #home-banner{background: url(../img/bg-home-mobile-2.jpg) center center;}
  #home-banner h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #home-banner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #topbar .logo img{max-height: 80px;}
  #topbar h1.title-txt{font-size: 25px;line-height: 20px;margin: 20px auto 15px auto;}
  .action-links{text-align: center;margin-top: 20px;}
  .scroll-cont{bottom: 80px;left: 25%;}
  #header{background: #fff;}
  .sec-ceritified{width:40%}
  .sec-flag{width:60%;display:none;}
  .sticky-solution{right: auto;left: 10px;}
  .stiky-mail{right: 155px;}
  .stiky-contact{right: 15px;}
  
  .safty-circle{position: absolute;right: 0;top: 50px;}
}
@media (max-width: 540px) {
  
  .back-to-top{display: none !important;}

}
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 5px 0;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #4b4e53;
  font-family: Lato,Arial,Helvetica,sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  color: #263d4d;
}

#about-us{padding: 0;}
#about-us .content{font-family: 'Open Sans',Arial,Helvetica,sans-serif;font-weight: 300;padding-top: 15px;}
#videobcg{width: 135%;padding-left: 20%;}
#about-us .title-txt{font-size: 40px;}
.home-companies-boxes .card{}
.home-product-boxes {
  background: url("../img/bg-home-products.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.home-product-boxes::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.home-product-boxes .container, .home-product-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.home-product-boxes .card,.home-companies-boxes .card,.product-boxes .card {
  border-radius:0px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.home-product-boxes .card{
  background: #efeff3;
}
.home-product-boxes .card-body,.home-companies-boxes .card-body {
  padding-top: 12px;
}

.home-product-boxes .card-title,.home-companies-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.home-product-boxes .card-title a,.home-companies-boxes .card-title a {
  color: #4b4e53;
    font-family: Lato,Arial,Helvetica,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.home-product-boxes .card-title a:hover,.home-companies-boxes .card-title a:hover {
  color: #fe6c14;
}
.home-companies-boxes .card-text{
  color: #000000;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}
.home-product-boxes .card-text{
  color: #464446;
  font-family: Lato,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}
.home-product-boxes .card-link a,.home-companies-boxes .card-link a{
  padding: 10px;
    font-size: 12px;
    font-weight: 300;
	text-align:center;
	display:block;
	background-color:#e5e5e5;
	color:#4b4e53;
}
.home-companies-boxes .company-logo{max-width: 150px;
    max-height: 35px;}
.home-companies-boxes a{height:100%;}
.home-companies-boxes a:hover{background: #fe6c14;}
.home-companies-boxes a:hover .title{color: #fff !important;}
.home-companies-boxes a:hover .card-text{color: #fff !important;}

.home-companies-boxes a{background-position: 400px;background-repeat: no-repeat;}
.home-companies-boxes .title{font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
    color: #444444;
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;}
.home-companies-boxes .card{text-align: center;}
.home-companies-boxes .card-link.active a{background-color: #fe6c14;color:#fff;}
.home-product-boxes .card-link a:hover,.home-companies-boxes .card-link a:hover{background-color:#fe6c14;color:#fff;}

.company-logo{max-width: 250px;margin: auto;}
#nl-block{background: #fe6c14;padding: 80px 0px;color: #fff;}
#nl-block h1{font-size: 50px;font-weight: 600;text-transform: uppercase;}
#nl-rb{padding:0px;}
.ml-ts{font-size: 18px;margin-bottom: 30px;}
#fnlem{max-width: 280px;}
#btn-nl{background: #000;color: #ffff;border-radius: 5px;}
.product-boxes .card {
  background: #f5f5ff;
}
.product-boxes .card-title{color:#fe6c14;}
.product-boxes {margin-top: 30px;margin-bottom: 20px;}

.product-boxes .card-link{text-align: center;padding-bottom: 15px;}
.product-boxes .card-link i{margin-right: 5px;}
.product-boxes .card-link a, .product-boxes .card-link button{
	border: none;
  padding: 10px;
    font-size: 12px;
    font-weight: 300;
	text-align:center;
	display:inline-block;
	background-color:#fe6c14;
	color:#FFF;border-radius: 10px;
}
.brand-item{border: 1px solid #cdcecf;border-radius: 5px;margin-bottom: 20px;}
.bdh{display: grid;min-height: 200px;padding: 10px;place-items: center;}
.bht{border-top: 1px solid #cdcecf;color: #000;font-weight: 600;text-transform: uppercase;padding: 5px;}
.bht p{margin-top: 0.3rem;margin-bottom: 0.3rem;}
.hor-row{margin-bottom:30px;}
.dis-date{color: #393939;font-size: 14px;position:relative;padding-left:42px;}
.dis-date:before{background-color: #9c161c;
    content: "";
    display: inline-block;
    height: 0.125rem;
    left: 0;
    margin-right: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;}
.hor-row a{color: #393939;}
.hor-row .title{color: #393939;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;}
.hor-row hr{
    margin: 1rem 0;
    color: inherit;
    opacity: .25;
}
.read-more{text-align: right;font-size: 12px;}
.read-more:after{content: "\ea94";
    font-family: IcoFont;
    padding-left: 5px;}
.team-member .card{
  margin: 20px;
}
.team-member .card-body{
    border-width: 0px 0px 3px 0px;
    border-color: #fe6c14;
    border-style: solid;
}
@media (max-width: 1024px) {
  .home-product-boxes {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

.hcp-links p{margin-bottom: 20px;}
.home-client-products  a {
  color: #fff;
    transition: 0.3s;
    background-color: #9c1920;
    padding: 5px 15px;
    margin-left: 20px;
    max-width: 300px;
    border-radius: 16px;
    padding-right: 40px;
    position:relative;
}
.home-client-products  a::after{content: "\eaa0";font-family: IcoFont;position: absolute;right: 5px;}
.choose-ring,.bg-banner-img{
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.choose-ring::before,.bg-banner-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.2);
}

.bg-one{background-image: url("../img/bg-product.jpg");}
.bg-two{background-image: url("../img/bg-customized.jpg");}
.bg-1{background-image: url("../img/bg-product.jpg");}
.bg-2{background-image: url("../img/bg-product.jpg");}
.bg-3{background-image: url("../img/bg-about.jpg");}
.bg-4{background-image: url("../img/bg-home-products.jpg");}
.bg-5{background-image: url("../img/bg-customized.jpg");}
.choose-ring{background-image: url("../img/parallax-one.jpg");}
section.banner-style-1{
  position:relative;
  background: url("../img/sec-type-1-parallax-img.jpg");
    background-attachment: fixed;
    background-position: center;
  }
  section.banner-style-1:before{content:"";position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);}
.banner-style-1 .left-block{
      padding: 60px;background: rgba(0,0,0,0.4);
    }
  .banner-style-1 .section-title p{color: #ffffff;}
  .right-content{padding-top: 90px;
    padding-bottom: 90px;
    background-color: #fe6c14;
    color: #fff;
    padding-left: 20px;
}
.choose-ring .section-header {
  margin-bottom: 40px;
}

.choose-ring .choose-ring-item {
  text-align: center;
  color: #fff;
}

.choose-ring .choose-ring-item .choose-ring-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.choose-ring .choose-ring-item h3 {
  font-size: 50px;
  font-weight: 400;
  margin: 70px 0 50px 0;
  color: #fff;
}

.choose-ring .choose-ring-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.choose-ring .choose-ring-item .quote-icon-left, .choose-ring .choose-ring-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.choose-ring .choose-ring-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.choose-ring .choose-ring-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.choose-ring .choose-ring-item p {
  margin: 0 auto 15px auto;
  color: #eee;
}

.choose-ring .owl-nav, .choose-ring .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.choose-ring .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.choose-ring .owl-dot.active {
  background-color: #fe6c14 !important;
}
.heading-type-1{font-size: 50px;
  font-weight: 400;
  margin: 10px 0 10px 0;
  color: #fff;}
.btn{border-radius:0px;}
.btn-huge {
    padding: 20px 40px;
}
.btn-configurator{
    width: 300px;
    text-align: center;
}

@media (min-width: 1024px) {
  .choose-ring {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .choose-ring .choose-ring p {
    width: 80%;
  }
}
.bg-product{}
.fpc{border: 1px solid #cdcecf;
    border-radius: 5px;
    display: flex;
    height: 100%;}
.fpc:hover{box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);}
.fpc .card-title{text-align: left;
    border-top: 1px solid #ffb7a3;
    text-transform: uppercase;
    padding-top: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fe6c14;}
.fpc .card-body{padding: .5rem;}
.fpc .card-body{padding: .5rem;}
.fpc ul{font-size: .875rem;list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 20px;}
.fpc ul li{margin-bottom: 5px;}
.fpc a {color: #040404;}
.fpc-img:after{content:"";position:rela}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #fe6c14;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #fe6c14;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  position: relative;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}

.team .member .social a:hover {
  color: #fe6c14;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  background: #fff;
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 30px 0;
}

.contact .info-box i.small-icon {
  color: #FFF;
  background-color: #fe6c14;
  border-radius: 50%;
  padding: 5px;margin-right: 5px;
}
.contact .info-box i.icofont-location-pin{
  color: #fe6c14;font-size: 30px;border: 1px dotted #fe6c14;border-radius: 50%;
  margin-bottom: 24px;padding: 10px 12px;}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 25px 0px 5px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact-form{background: #fff;padding: 15px;}
.error .form-control{border-color:#fe6c14;}
.contact .errorMessage {
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
#yw0_button{font-size:12px;
  color: #777777;margin-left: 8px;
  border-bottom: 1px solid #000}

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
  margin-top: 66px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #fe6c14 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

#footer {background: #fff;font-size: 14px;padding: 20px 0 0px 0;}

#footer .footer-top {padding: 60px;}
i.ixl{display: block;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 8px;
    line-height: 45px;}
.txtfs{margin-bottom: 50px;}
.ftm-l{color: #000;margin-top:auto;text-transform:uppercase;}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fe6c14;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff5e31;
  font-size: 18px;
  line-height: 1;
}

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

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

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fe6c14;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #fe6c14;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ff5e31;
}

#footer .copyright {
  padding: 30px 0 20px 0;background: #000;color: #fff;
}

#footer .copyright span {
  color: #ff5e31;
  font-weight: 700;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 20s linear infinite;
  -moz-animation: rotating 20s linear infinite;
  -ms-animation: rotating 20s linear infinite;
  -o-animation: rotating 20s linear infinite;
  animation: rotating 20s linear infinite;
}