@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');

*{
	margin:0px;
	padding:0px;
	border: none;
	outline: none;
	font-size: 100%;
}
html,
body { 
    height: 100%;
}
body {
    color: #828282;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #3a3a3a;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
}
a{
  color: inherit;
  text-decoration: none;
  outline: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;

}
.text-color1 { 
    color: #e9212e;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol,
li{
    margin: 0;
    padding: 0;    
}
@media(min-width:992px) and (max-width:1400px){
  .p-lg-5 {
    padding: 5rem 3rem !important;
  }
}
.bg-dark{
	background-color: #27282c!important;
}
.btn-one {
    position: relative;
    display: inline-block;
    background: #e9212e;
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    padding: 0 40px;
    margin: 0 13px;
    transition: all 500ms ease;
}
.btn-one span:before,
.btn-two span:before {
    font-size: 26px;
    line-height: 14px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 4px;
}
.btn-one:hover,
.btn-one:focus{
    color: #ffffff;
    background: #27282c;
}
.btn-two {
    color: #27282c;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
}
.btn-two span:before {
    top: 5px;
}
.header-content{
	position: relative;
    display: block;
    overflow: hidden;
}
.logo-box {
    position: relative;
    display: block;
    margin: 15px 0;
    max-width: 400px;
}
.header-contact-info {
    position: relative;
    display: block;
    padding-left: 90px;
    border-left: none;
    margin: 27px 0 28px;
}
.header-contact-info li {
    position: relative;
    display: inline-block;
    float: left;
    border-right: 1px solid #dddddd;
    padding-right: 30px;
    margin-right: 30px;
}
.header-contact-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.header-contact-info li .single-item {
    position: relative;
    display: block;
}
.header-contact-info li .single-item .icon {
    width: 50px;
}
.header-contact-info li .single-item .icon span::before {
  position: relative;
  top: 2px;
  color: #b7b7b7;
  font-size: 50px;
  line-height: 50px;
  transition: all 300ms ease 100ms;
}
.header-contact-info li .single-item .icon, .header-contact-info li .single-item .text {
    display: table-cell;
    vertical-align: middle;
}
.header-contact-info li .single-item .text {
    padding-left: 15px;
}
.header-contact-info li .single-item .text a {
	color: #27282c;
	display: block;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
.header-contact-info li .single-item .text span {
	display: block;
    line-height: 18px;
    margin: 6px 0 0;
}
.header-call-button {
    position: relative;
    display: block;
    width: 270px;
    background: #e9212e;
    text-align: right;
    padding: 20px;
    z-index: 1;
}
.header-call-button:before {
    position: absolute;
    left: 30px;
    bottom: 0;
    right: 30px;
    height: 1px;
    background: #ea5f68;
    content: "";
}
.header-call-button .inner {
    position: relative;
    display: block;
    padding-right: 60px;
}
.header-call-button .inner .title {
    position: relative;
    display: block;
}
.header-call-button .inner .title span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}
.header-call-button .inner .title a {
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 3px 0 0;
    font-family: 'Rubik', sans-serif;
}
.header-call-button .inner .icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotateY(180deg) translateY(-50%);
}
.header-call-button .inner .icon span:before {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
}
.mainmenu {
    position: relative;
    display: block;
    background: #27282c;
}
.mainmenu.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    background: #27282C;
    margin: 0;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.main-menu-box {
    position: relative;
    display: block;
}
.main-menu-wrap {
    position: relative;
    display: inline-block;
    border-left: 1px solid #1a1b1f;
    padding: 0;
}
.main-menu-wrap .navbar-nav {
    position: relative;
}
.main-menu-wrap .navbar-nav > .nav-item {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 0;
    border-left: 1px solid #3d3e42;
    border-right: 1px solid #1a1b1f;
}
.main-menu-wrap .navbar-nav > .nav-item:last-child{
	border-right: 0;
}
.main-menu-wrap .navbar-nav > .nav-item > .nav-link {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 1;
    padding: 30px 35px 26px;
    transition: all 300ms ease;
    font-family: 'Rubik', sans-serif;
}
.main-menu-wrap .navbar-nav > .nav-item.dropdown > .dropdown-menu {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 270px;
    background: transparent;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    display: block;
    border-radius: 0px;
    transition: all 500ms ease;
    z-index: 100;
    border: 0;
}
.main-menu-wrap .navbar-nav > .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu-wrap .navbar-nav > li > ul > li {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 1;
}
.main-menu-wrap .navbar-nav > li > ul:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.main-menu-wrap .navbar-nav > li > ul > li > a {
    position: relative;
    display: block;
    color: #828282;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 1px solid #e2e8f0;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    padding: 16px 30px 15px;
    padding-right: 0;
    font-family: 'Rubik', sans-serif;
}
.main-menu-wrap .navbar-nav > li > ul > li > a:after {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    content: "";
    background: url('../images/dropdown-menu-arrow.png');
    width: 26px;
    height: 11px;
    opacity: 0;
    transform: scale(0);
    transition: all 500ms ease;
    margin: 20px 0;
}
.main-menu-wrap .navbar-nav > li > ul > li:hover a:after {
    opacity: 1;
    transform: scale(1.0);
}
.main-menu-wrap .navbar-nav > li > ul > li:hover > a {
    color: #e9212e;
    padding-left: 70px;
}
.main-menu-wrap .navbar-nav > .nav-item:hover > a,
.main-menu-wrap .navbar-nav > .nav-item > .nav-link.active {
    color: #e9212e;
}
.mainmenu-right .btn-one {
    line-height: 70px;
    margin: 0;
    width: 270px;
    padding: 0;
    text-align: center;
}
#wm-carousel .carousel-item .carousel-caption{
  position: absolute;
  bottom:auto;
  top: 50%;
  left:10%;
  width: 30%;
  content: '';
  text-align: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#wm-carousel .carousel-item .carousel-caption .slide-title {
  position: relative;
  color: #ffffff;
  font-size: 72px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
.single-service-wrap{
  margin-bottom: 40px;
}
.single-service-wrap .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.single-service-wrap .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}
.overlap-wrap {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: all 900ms ease;
}
.overlap-wrap:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.80);
}
.single-service-wrap .img-holder .overlap-wrap:before {
  background-color: rgba(40, 41, 46, 0.90);
}
.overlap-wrap:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.80);
}
.single-service-wrap .img-holder .overlap-wrap:after {
  background-color: rgba(40, 41, 46, 0.90);
}
.single-service-wrap .text-holder {
  position: relative;
  display: block;
  background: transparent;
  z-index: 10;
}
.single-service-wrap .text-holder .icon-holder {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: -55px auto 0;
  border: 4px dotted #c9c9c9;
  background: #ffffff;
  text-align: center;
  z-index: 2;
}
.single-service-wrap .text-holder .icon-holder span::before {
  display: block;
  color: #b3b3b3;
  font-size: 50px;
  line-height: 102px;
}
.single-service-wrap .text-holder .inner {
  position: relative;
  display: block;
  padding: 26px 0px 0px;
  text-align: center;
  background: #ffffff;
  z-index: 1;
}
.single-service-wrap .text-holder .inner::before {
  position: absolute;
  top: -55px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  content: "";
  z-index: -1;
}
.single-service-wrap .text-holder .inner h3 {
  color: #27282c;
  font-weight: 600;
  margin: 0 0 18px;
}
.single-service-wrap .text-holder .inner .text {
  position: relative;
  display: block;
  padding: 0 30px 20px;
}
.single-service-wrap .text-holder .inner .read-more a {
  display: block;
}

.single-product .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}
.single-product .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}
.single-product:hover .img-holder img {
  transform: scale(1.2) rotate(2deg);
}
.single-product .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.70);
  transform: scaleX(0);
  border: 4px solid #e9212e;
  transition: all 700ms ease 100ms;
  z-index: 3;
}
.single-product:hover .overlay-content {
  transform: scaleY(1);
}
.single-product .overlay-content .inner-content {
  display: table;
  width: 100%;
  height: 100%;
}
.single-product .overlay-content .inner-content .links-icons {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transform: scale(0);
  transition: all 700ms ease 500ms;
}
.single-product:hover .overlay-content .inner-content .links-icons {
  transform: scale(1.0);
}
.single-product .overlay-content .inner-content .links-icons a span:before {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  transition: all 500ms ease;
}
.single-product .title-holder {
  position: relative;
  display: block;
  padding-top: 24px;
}
.single-product .title-holder span {
  color: #7c7e84;
}
.single-product .title-holder h3 {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  margin: 3px 0 0;
}
.product-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: -115px;
  display: block!important;
  left: 0;
  right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.product-carousel.owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  right: 0;
  display: inline-block;
  background: transparent;
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  line-height: 54px;
  margin: 0;
  padding: 0;
  transition: all 700ms ease 100ms;
  border-radius: 50%;
}
.product-carousel.owl-carousel .owl-nav .owl-prev {
  right: 65px;
}
.product-carousel.owl-carousel .owl-nav .owl-next {
  margin-left: 10px;
}
.product-carousel.owl-carousel .owl-nav [class*="owl-"] i:before {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: inherit;
}
.product-carousel.owl-carousel .owl-nav [class*="owl-"]:hover {
  border-color: #e9212e;
  background-color: #e9212e;;
}
.product-carousel.owl-carousel .owl-nav [class*="owl-"]:hover i:before{
    color: #fff;
}
.single-product-content-box h2 {
  color: #27282c;
  font-size: 30px;
  font-weight: 600;
  margin: 6px 0 7px;
  text-transform: capitalize;
}
.share-products-socials {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 46px;
}
.share-products-socials h5 {
  position: relative;
  color: #27282c;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
.share-products-socials ul {
  position: relative;
  display: block;
}
.share-products-socials ul li {
  position: relative;
  display: inline-block;
}
.share-products-socials ul li a i {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  transition: all 500ms ease;
}
.share-products-socials ul li a i.fb {
  background: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}
.share-products-socials ul li a i.fb {
  color: #ffffff;
}
.share-products-socials ul li a i.insta {
  background: #f27121;
  background: -webkit-linear-gradient(0deg, #f27121 0%, #e94057 50%, #8a2387 100%);
  background: linear-gradient(0deg, #f27121 0%, #e94057 50%, #8a2387 100%);
  border-color: #f27121;
  color: #ffffff;
}
.share-products-socials ul li a i.insta {
  color: #ffffff;
}
.product-tab-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 66px;
}
.product-tab-box .tab-btns {
  position: relative;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ededed;
  margin-bottom: 35px;
  z-index: 1;
}
.product-tab-box .tab-btns .tab-btn {
  display: inline-block;
  float: none;
  text-align: center;
  margin: 0 2px;
}
.product-tab-box .tab-btns .tab-btn span {
  position: relative;
  display: block;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  padding: 15px 20px 13px;
  color: #27282c;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: 'Poppins', sans-serif;
}
.product-tab-box .tab-btns .tab-btn.active-btn span, .product-tab-box .tab-btns .tab-btn:hover span {
  color: #e9212e;
}
.product-tab-box .tab-btns .tab-btn span::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
  background: #e9212e;
  content: "";
  opacity: 0;
  transition: all 500ms ease;
    transition-delay: 0s;
  transition-delay: .3s;
}
.product-tab-box .tab-btns .tab-btn.active-btn span::before, .product-tab-box .tab-btns .tab-btn:hover span::before {
  opacity: 1;
}
.product-tab-box .tabs-content {
  position: relative;
  display: block;
  padding: 0;
}
.product-tab-box .tabs-content .tab {
  position: relative;
  padding: 0px;
  display: none;
}
.product-tab-box .tabs-content .tab.active-tab {
  display: block;
}
.related-product {
  padding-top: 73px;
}
.shop-page-title {
  position: relative;
  display: block;
}
.related-product .shop-page-title {
  padding-bottom: 26px;
}
.shop-page-title .title {
  color: #222222;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 6px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.shop-page-title .title span {
  font-weight: 400;
}
.post-pagination {
  position: relative;
  display: flex;
  justify-content: center;
}
.post-pagination li {
/*  display: inline-block;*/
  margin: 0 1px;
}
.post-pagination li a {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid #ededed;
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  width: 50px;
  padding: 11px 0;
  transition: all 500ms ease 0s;
  font-family: 'Poppins', sans-serif;
}
.post-pagination li a i {
  position: relative;
  font-size: 20px;
}
.post-pagination li.active a, .post-pagination li:hover a {
  color: #fff;
  background: #e9212e;
  border: 1px solid #e9212e;
}
.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.breadcrumb-area {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0 0px;
    z-index: 10;
}
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    padding: 300px 0 30px 0;
}
.breadcrumb-area .title {
    position: relative;
    display: block;
    padding-top: 24px;
    padding-bottom: 47px;
}
.breadcrumb-area .title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 4px;
    background: #ffffff;
    content: "";
}
.breadcrumb-area .title h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}
.breadcrumb-area .breadcrumb-menu {
    position: relative;
    display: inline-block;
    line-height: 10px;
}
.breadcrumb-area .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
    margin-right: 5px;
    padding-right: 0;
}
.breadcrumb-area .breadcrumb-menu li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #FFF;
}
.breadcrumb-area .breadcrumb-menu li a:hover{
	color: #e9212e;
}
.sec-title {
    position: relative;
    display: block;
    padding-bottom: 50px;
}
.sec-title p{
    color: #e9212e;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}
.sec-title .title {
    position: relative;
    display: block;
    color: #27282c;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
}
.sec-title.error-content .title{
  font-size: 7rem;
  line-height: 1.4;
  color: #e9212e;
}
.sec-title .title span{
    font-weight: 400;
}
.history-content-box {
    position: relative;
    display: block;
}
.history-carousel.owl-carousel .owl-stage-outer {
    padding: 10px 0 40px;
    padding-right: 10px;
}
.history-carousel.owl-theme .owl-nav {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.history-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 0;
  display: block;
  background: transparent;
  color: #a7a7a7;
  font-size: 20px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0px solid;
  transition: all 700ms ease 0s;
}
.history-carousel.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.history-carousel.owl-theme .owl-nav .owl-next {
  right: 0;
}
.history-carousel .owl-dots {
  position: relative;
  display: block !important;
  margin-top: 0px !important;
  line-height: 30px;
  width: 140px;
  margin: 0 auto;
    margin-top: 0px;
}
.history-carousel .owl-dots .owl-dot {
  background-image: none;
  width: 8px;
  height: 8px;
  margin: 0px 7.5px;
  background: #dadada;
  border: 2px solid #dadada;
  padding: 0px;
  border-radius: 50%;
  transition: all 500ms ease;
  display: inline-block;
}
.history-carousel .owl-dots .owl-dot span {
  display: none!important;
}
.history-carousel .owl-dots .owl-dot.active {
  background: #e9212e;
  border-color: #e9212e;
}

.single-history-content {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 4px 0px 9px 2px #f6f6f6;
    box-shadow: 4px 0px 9px 2px #f6f6f6;
}
.single-history-content .img-box {
    position: relative;
    display: block;
    width: 50%;
    float: left;
}
.single-history-content .img-box .inner {
    padding-right: 15px;
}
.single-history-content .text-box {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding-left: 65px;
    min-height: 450px;
}
.single-history-content .text-box .inner {
    position: relative;
    display: block;
    padding-top: 50px;
    padding-right: 50px;
}
.single-history-content .text-box .inner .title {
    position: relative;
    display: block;
    padding: 0 0 10px;
}
.single-history-content .text-box .inner .title h3 {
    color: #27282c;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.single-history-content .text-box .inner .text {
    position: relative;
    display: block;
}
.showing-result-shorting {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 50px;
}
.single-product-item {
    position: relative;
    display: block;
    transition: all 500ms ease;
    margin-bottom: 50px;
}
.single-product-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-product-item .img-holder img {
    transform: scale(1);
    transition: all 0.7s ease 0s;
    width: 100%;
}
.single-product-item:hover .img-holder img {
    transform: scale(1.1);
}
.single-product-item .img-holder::before {
    background: rgba(255, 255, 255, 0.30);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
}
.single-product-item:hover .img-holder::before {
    opacity: 1;
}
.single-product-item .title-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 17px 0 13px;
    -webkit-box-shadow: 0px 3px 8px 2px #f9f9f9;
    box-shadow: 0px 3px 8px 2px #f9f9f9;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    z-index: 10;
}
.single-product-item .title-holder .static-content {
    position: relative;
    display: block;
}
.single-product-item .title-holder .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 0 3px;
}
.single-product-item .title-holder .title a {
    color: #27282c;
    transition: all 500ms ease;
}
.shop-sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
}
.shop-sidebar-wrapper .single-sidebar-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-sidebar-box.pdbtm {
    padding-bottom: 50px;
}
.shop-sidebar-title {
    position: relative;
    display: block;
    padding-bottom: 23px;
    margin-top: -6px;
}
.shop-sidebar-title h3 {
    color: #303030;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
}
.single-sidebar-box .categories {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    border-bottom: none;
}
.single-sidebar-box .categories li {
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 50px;
    border-bottom: 1px solid #ededed;
    transition: all 500ms ease;
}
.single-sidebar-box .categories li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    background: #e9212e;
    content: "";
    transition: all 100ms ease;
    transition-delay: .3s;
    transform: perspective(0px) translateX(0px) rotate(0deg);
}
.single-sidebar-box .categories li:hover:before {
    width: 3px;
    transform: perspective(0px) translateX(0px) rotate(0deg);
}
.single-sidebar-box .categories li a {
    position: relative;
    display: block;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    transition-delay: .2s;
    transform: perspective(0px) translateX(0px) rotate(0deg);
}
.single-sidebar-box .categories li:hover a {
    color: #e9212e;
    transform: perspective(0px) translateX(10px) rotate(0deg);
}
.accordion-item{
	border:0;
	margin-bottom: 20px;
}
.accordion-button{
	padding-top: 22px;
	padding-bottom: 22px;
	-webkit-box-shadow: 0px 3px 5px 2px #ededed;
	box-shadow: 0px 3px 5px 2px #ededed;
}
.accordion-button:not(.collapsed),
.accordion-button:focus{
	color: #fff;
	background-color: #27282c;
	box-shadow: none;
}
.accordion-button::after{
	background-image: none;
	content: '\F505';
	font-family: 'bootstrap-icons';
	font-size: 25px;
    line-height: 25px;
    font-weight: 300;
}
.accordion-button:not(.collapsed)::after{
	transform: none;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
	border-radius: 0;
}
.accordion-item .accordion-header{
    color: #27282c;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    transition: all 500ms ease;
}
.contact-address-area{
	position: relative;
    display: block;
    padding-bottom: 102px;
    z-index: 100;
}
.contact-address-box {
    position: relative;
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 40px 30px 32px;
    -webkit-box-shadow: 0px 4px 6px 2px #ededed;
    box-shadow: 0px 4px 6px 2px #ededed;
    margin-top: -115px;
    margin-bottom: 30px;
    transition: all 900ms ease 600ms;
    min-height: 230px;
}
.contact-address-box span:before {
    color: #b3b3b3;
    font-size: 50px;
    line-height: 50px;
    transition: all 500ms ease;
}
.contact-address-box h3 {
    color: #27282c;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 20px 0 12px;
}
.contact-form {
    position: relative;
    display: block;
    z-index: 3;
}
.contact-form .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ededed;
    padding: 49px;
}
.contact-form form {
    position: relative;
    display: block;
}
.contact-form form .input-box {
    position: relative;
    display: block;
}
.contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ededed;
    width: 100%;
    height: 60px;
    font-size: 15px;
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 0px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.contact-form form textarea {
    height: 110px;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
}
.contact-form form .input-box .icon {
    position: absolute;
    top: 19px;
    left: 20px;
}
.contact-form form .input-box .icon i {
    color: #b6b6b6;
    font-size: 16px;
}
.contact-form form button {
    position: relative;
    display: block;
    width: 100%;
}
.footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
    padding:25px 0;
}
.footer-widget .our-info-box .more-info-about-company {
    color: #ffffff;
    margin-top: 26px;
    display: inline-block;
}
.footer-widget-title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 33px;
}
.footer-widget-title h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}
.footer-menu{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -12px;
}
.footer-menu li {
    position: relative;
    display: block;
    line-height: 36px;
}
.footer-menu li a {
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 500ms ease;
}
.footer-menu li a:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f107";
    font-family: "Flaticon";
    color: #7c7e84;
    font-size: 10px;
    transition: all 500ms ease;
    font-weight: 600;
    line-height: 36px;
    margin: 0px 0 0px;
}
.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:hover:before,
.footer-menu li a:focus:before{
  color: #fff;
}
.footer-social-links {
    position: relative;
    display: flex;
    justify-content: end;
}
.footer-social-links .social-links {
    position: relative;
    line-height: 30px;
    display: flex;
    gap: 10px;
    margin-left: 20px;
}
.footer-social-links .sociallinks li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.footer-social-links .social-links li a i {
    color: #7c7e84;
    font-size: 14px;
    font-weight: 400;
    transition: all 500ms ease;
}
.footer-contact-info-area {
    position: relative;
    display: block;
    background: transparent;
    margin: -60px 0 -60px;
    z-index: 100;
}
.footer-contact-info {
    position: relative;
    display: block;
    background: #ffffff;
}
li .single-footer-contact-info {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 385px;
    width: 100%;
    border-right: 1px solid #ededed;
}
li:last-child .single-footer-contact-info {
    border-right: 0px solid;
}
li .single-footer-contact-info .inner {
    position: relative;
    display: block;
    padding: 35px 40px 30px;
}
li .single-footer-contact-info .icon {
    width: 60px;
}
li .single-footer-contact-info .icon, li .single-footer-contact-info .text {
    display: table-cell;
    vertical-align: middle;
}
li .single-footer-contact-info .icon span:before {
    color: #2f3033;
    font-size: 50px;
    transition: all 500ms ease;
}
li .single-footer-contact-info .text p {
    color: #828282;
    margin: 0;
}
li .single-footer-contact-info .icon, li .single-footer-contact-info .text a:hover,
li .single-footer-contact-info .icon, li .single-footer-contact-info .text a:focus{
  color: #e9212e;
}
.footer-bottom{
	position: relative;
    display: block;
    padding: 88px 0 28px;
    z-index: 10;
}
.work-gallery {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.work-gallery li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 7.5px 15px;
  max-width: 28%;
}
.work-gallery li .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.work-gallery li .img-holder img {
  transition: all 0.5s ease-in-out 0.6s;
  width: 100%;
  transform: scale(1.1, 1.1);
}
.work-gallery li .img-holder .overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(233, 33, 48, 0.85);
  transition: all 700ms ease 100ms;
  opacity: 0;
  z-index: 2;
}
.work-gallery li .img-holder .overlay-wrap .box {
  display: table;
  height: 100%;
  width: 100%;
}
.work-gallery li .img-holder .overlay-wrap .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.work-gallery li:hover .img-holder .overlay-wrap {
  opacity: 1;
}
.work-gallery li .img-holder .overlay-wrap .content a i {
  color: #ffffff;
  font-size: 18px;
}
.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 55px;
    height: 55px;
    background: #e9212e;
    border: 2px solid #e9212e;
    border-radius: 0%;
    color: #ffffff;
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
    cursor: pointer;
    display: none;
    text-align: center;
    transition: all 500ms ease 0s;
    z-index: 99999999999;
    box-shadow: 0px 5px 10px -10px rgba(27, 27, 27, 1);
}


@media(min-width:220px) and (max-width:991px){
  .logo-box.float-start{
    float: none!important;
    margin: 15px auto;
  }
  .btn-one{
    padding:0 20px;
  }
  .mainmenu-right.float-end{
    display: none;
  }
  .main-menu-wrap{
    border:0;
    display: block;

  }
  .navbar-toggler{
    background-color: #fff;
    border-color: #fff;
    margin:15px 0;
  }
  .main-menu-wrap .navbar-nav > .nav-item > .nav-link{
    padding:20px;
  }
  .main-menu-wrap .navbar-nav > .nav-item{
    border:0;
  }
  .main-menu-wrap .navbar-nav > .nav-item.dropdown:hover > .dropdown-menu,
  .main-menu-wrap .navbar-nav > .nav-item.dropdown > .dropdown-menu{
    opacity: 1;
    position: static;
    width: 100%;
    visibility: visible;
  }
  .main-menu-wrap .navbar-nav > li > ul > li > a{
    border:0;
  }
  .shop-sidebar-wrapper{
    max-width: 100%;
  }
  .footer-contact-info-area{
    margin:0 auto 25px;
  }
  li .single-footer-contact-info .inner{
    padding:20px;
  }
  li .single-footer-contact-info {
    display: block;
    float: none;
    max-width: 100%;
    border-right: 0;
  }
  .footer-bottom{
    padding:20px 0;
  }
  .footer-social-links{
    justify-content: center;
  }
  .copyright{
    text-align: center;
  }
  .single-history-content .img-box,
  .single-history-content .text-box{
    width: 100%;
    float: none;
  }
  .contact-address-box{
    margin-top: 0;
  }
}

@media(min-width:768px) and (max-width:991px){
  #wm-carousel .carousel-item .carousel-caption{
    width: 33%;
  }
  #wm-carousel .carousel-item .carousel-caption .slide-title{
    font-size: 30px;
  }
}
@media(min-width:220px) and (max-width:767px){
  .header-contact-info{
    float: none!important;
    display: table;
    padding-left: 0;
    margin: 15px auto;
  }
  .header-call-button{
    width: 100%;
    float: none!important;
    display: table;
    margin:auto;
    text-align: left;

  }
}
@media(min-width:576) and (max-width:767){

}
@media(min-width:220px) and (max-width:575px){
  .header-contact-info li .single-item .text a{
    font-size: 14px;
  }
  .header-contact-info li .single-item .icon{
    width: 30px;
  }
  .header-contact-info li .single-item .icon span::before {
    font-size: 36px;
    line-height: 46px;
  }
  .breadcrumb-area .title h1,
  .sec-title .title{
    font-size: 30px;
    line-height: 40px;
  }
  .breadcrumb-area .inner-content{
    padding-top: 150px;
  }
  .contact-address-box{
    padding:20px 10px;
  }
  .contact-form .inner-box{
    padding:20px;
  }
  .btn-one {
    padding: 0 10px;
    margin:5px 0;
  }
}