@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/Barlow/BarlowCondensed-Bold.woff2') format('woff2'),
        url('../fonts/Barlow/BarlowCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/Barlow/BarlowCondensed-SemiBold.woff2') format('woff2'),
        url('../fonts/Barlow/BarlowCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/Barlow/BarlowCondensed-Regular.woff2') format('woff2'),
        url('../fonts/Barlow/BarlowCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Barlow Condensed';
}

.topbg{
    background-color: rgba(14, 14, 14, 0.9);
}

.top-welcome{
    color: #fff;
}

.top-welcome>p{
    line-height: 40px;
    color: #bdbdbd;
    margin: 0;
    font-size: 13px;
    text-align: left;
}

.top-welcome p i {
    color: #f69723;
}

.socials-block{
    text-align: right;
}

.socials-block ul{
    margin: 0px;
}

.socials-block ul li {
    display: inline-block;
}

.socials-block ul li a {
    display: block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    color: #f69723;
    transition: all 0.3s ease;
}

.socials-block ul li a:hover, .socials-block ul li a.active {
    color: #ffffff;
    background-color: #f69723;
    text-decoration: none;
}

.header {
    position: relative; z-index: 50;
}

.fixed {
    position: fixed;
    top:0;
    left:0;
    width: 100%; 
}

.header-block1{
    background-color: #fff;
    padding: 20px 0px;
       transition: all 0.5s ease;
}

.fixed>.header-block1{
    background-color: #0e0e0e;
    padding: 5px 0px;
}

.top-search-form{
    margin-top: 5px;
}

.top-search-form form input {
    border: none;
    height: 40px;
    padding: 0 10px;
    background: none;
    background-color: rgba(14, 14, 14, 0.9);
    outline: 0;
    border-radius: 0px;
}

.top-search-form form input:focus {
    outline: 0;
    box-shadow: none;
    color: #bdbdbd;
    border-color: none;
    background-color: rgba(14, 14, 14, 0.5);
}

.top-search-form form button {
    position: absolute;
    right: 15px;
    top: 5px;
    border: none;
    height: 40px;
    width: 40px;
    background: none;
    color: #eaeaea;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
}

.header-mini-cart {
     margin-top: 5px;
    position: relative;
    width: 160px;
    height: 40px;
    text-align: center;
    background: url(../images/card.png) no-repeat rgba(14, 14, 14, 0.9) center right;
}

.header-mini-cart a {
    text-decoration: none;
    display: block;
    height: 100%;
    outline: 0;
    text-shadow: none;
    padding: 3px 40px 3px 13px;
    text-align: left;
    color: #eaeaea;
    line-height: 14px;
    font-size: 14px
}

.header-mini-cart a span {
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    color: #aaa;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-mini-cart .shopping-cart-content {
    width: 238px;
    padding: 10px;
    margin: 5px 0 0 0;
    border: 1px solid rgba(14, 14, 14, 0.9);
    border-radius: 0;
    font-size: 12px;
    z-index: 9999;
    background-color: rgba(14, 14, 14, 0.9);
}

.header-mini-cart .shopping-cart-content .item {
    width: 216px;
    height: 70px;
    background-color: rgba(14, 14, 14, 0.5);
    margin-bottom: 5px;
    position: relative;
}

.header-mini-cart .shopping-cart-content .item img {
    height: 70px;
}

.header-mini-cart .shopping-cart-content .item div {
    margin-left: 70px;
    position: absolute;
    margin-right: 30px;
    top: 0;
}

.header-mini-cart .shopping-cart-content .item p {
    padding: 5px 5px 0;
    margin: 0;
    color: rgba(234, 234, 234, 0.9);
    font-size: 13px;
    text-align: left;
}

.header-mini-cart .shopping-cart-content .item .trash {
    display: inline-block;
    padding: 0;
    float: right;
    padding-top: 20px;
    padding-right: 10px;
}

.header-mini-cart .shopping-cart-content .total {
    width: 100%;
    color: #eaeaea;
}

.header-mini-cart .shopping-cart-content .total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
    float: right;
    width: 100%;
}

.color-active {
    color: #f69723;
}

.header-mini-cart .shopping-cart-content .total a {
    padding: 7px 15px;
    border-radius: 0;
    color: #eaeaea;
    margin: 0 0 0 10px;
}

.header-mini-cart .shopping-cart-content .total .btn-read {
    border: 1px solid rgba(234, 234, 234, 0.7);
    color: #eaeaea;
    text-transform: uppercase;
    display: inline-block;
}

.header-mini-cart .shopping-cart-content .total a:hover {
    color: #ffffff;
    background-color: #f69723;
    border-color: #f69723;
}

.header-block2{
    background-color: rgba(14, 14, 14, 0.9);
}

.menu > ul > li > ul > li>.banner a{
    transition: all 0.3s ease;
    width: 100%;
}

.bg_services{
    padding: 0 0 30px;
}

.head_services{
    position: relative;
}

.head_services .big3 {
    font-size: 200px;
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    color: rgb(243 242 242);
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

.head_services h2 {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: table;
    margin: 0 auto;
    margin-bottom: 60px;
    color: #000;
}

.head_services p {}

.service_icon {
    margin-top: 20px;
}

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

.bg_services .service_icon img{
	margin-bottom: 40px;
}

.bg_services .service_icon h2{
	font-family: 'Barlow Condensed';
	font-size: 24px;
	color: #f69723;
	font-weight:bold;
	margin: 0;
	text-transform: uppercase;	
	margin-bottom: 6px;	
}

.bg_services .service_icon p{
	font-family: 'Barlow Condensed';
	font-size:20px;
	color:#000;
	font-weight:normal;
	margin: 0;
}

.bg_cat{
    padding: 20px 0px;
}

.banner {
    position: relative;
        margin: 15px 0px;
}

.banner a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner a:hover:before {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2) inset;
    -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2) inset;
    -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2) inset;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
}

.bg_about{
    position: relative;
    background-color: #111;
}

.heading{
	position: relative;
}
.heading .big{
    font-size: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #1d1d1d;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-text-fill-color: #1d1d1d;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1d1d1d;
}

.welcome-note{
    padding: 90px 0px 40px;
}

.welcome-note h2 {
    font-family: 'Barlow Condensed';
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 16px;
}

.welcome-note h2 span {
    font-weight: bold;
}

.welcome-note h2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -6px;
    left: 0;
    background-color: #f69723;
    border-radius: 2px;
}

.welcome-note img{
	margin-left: auto;
    margin-right: auto;
    display: block;
}
.welcome-note p{
    font-family: 'Barlow Condensed';
	font-size:20px;
	color:#f69723;
	font-weight:normal;
	line-height: 35px;
	margin: 0;
	padding: 18px 0;
}
.welcome-note .gradient_btn{
  background-image: linear-gradient(to right, #f69723 0%, #f69723 100%);
  transform:skewX(-12deg);
  box-sizing: border-box;
  color: #000;
  display: block;
  height: 50px;
  letter-spacing: 1px;
  padding: 2px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0;
  width: 130px;
  z-index: 2;
}
.welcome-note .gradient_btn:hover{
	color:#fff;
}
.welcome-note .gradient_btn span{
  align-items: center;
   transform:skewX(0deg);
  background: #fff;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background .5s ease;
  width: 100%;
  font-weight:bold;
}
.welcome-note .gradient_btn:hover span{
	background: transparent;
}

.btn-black{
  background-image: linear-gradient(to right, #000 0%, #000 100%);
  box-sizing: border-box;
  color: #000;
  display: block;
  height: 40px;
  letter-spacing: 1px;
  padding: 2px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 10px;
  width: 130px;
  z-index: 2; border: none; outline: none;
}
.btn-black:hover{
	color:#fff;
}
.btn-black span{
  align-items: center;
   transform:skewX(0deg);
  background: #fff;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background .5s ease;
  width: 100%;
  font-weight:bold;
}
.btn-black:hover span{
	background: transparent;
}

.bg_product{
    position: relative;
    padding: 90px 0px 40px;
}

.dots-center{
    background-image: url(../images/dot.png);
    height: 50%;
    left: 50%;
    position: absolute;
    top: 5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75%;
}

.head_sct {
    position: relative;
}

.head_sct .big1 {
    font-size: 200px;
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    color: rgb(245 245 245);
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

.head_sct h2 {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: table;
    margin: 0 auto;
    margin-bottom: 60px;
    color: #000;
}

.pbox{
    margin: 0 0 30px;
}

.pbox>.pimg{
    background-color: #fff;
    border: 1px solid #e8e8e9;
}

.pbox>.pimg>a>img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.pbox:hover .pimg>a>img{
 -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
}

.pbox>.ptxt{
    margin-top: 10px; text-align: center;
}

.pbox>.ptxt>h4{
    font-weight: 600;
    color: #0d0d0d;
    font-size: 18px;
    line-height: 1.1em;
    letter-spacing: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 5px;
}

.pbox>.ptxt>h5{
    color: #8c8c8c;
    font-size: 12px;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pbox:hover .ptxt>h4{
    color: #f69723;
}

.bg_footer{
    position: relative;
    background-color: #1a1a1a;
    padding: 50px 0px 0px;
}

.bg_footer h2 {
    font-size: 20px;
    color: #f69723;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.payment-opt { padding: 30px 0;}
.payment-opt h2 { text-align: center;}
.payment-opt img { margin: 0 auto;}

.fclink{
	margin: 0px;
	padding: 0px;
}
.fclink ul{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.fclink ul li{
	margin: 0px;
	padding: 0px;
	float: none;
	display:block;
}
.fclink ul li a{
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
	color:#7b7b7b;
	text-transform:capitalize;
	margin:0px;
	padding:0;
	cursor:pointer;
	line-height:12px;
	transition: all 0.3s ease-in; font-family: 'Open Sans', sans-serif;
}
.fclink ul li a:hover{
	color: #f69723;
    text-decoration: underline;
}
.fclink ul li a i{
	 padding-right: 8px;
}

.fcontact {
    background-color: #252525;
    padding: 10px 0; margin-top: 40px;
}

.fcontact h2{
    margin-bottom: 8px;
}

.fcontact h4{
	font-size:18px;
    font-weight: normal;
    color: #7b7b7b;
    line-height: 25px;
    margin: 0;
	text-transform:capitalize;
}
.fcontact h4 i{
    padding-right: 6px;
}

.fcontact h4>a{
    color: #7b7b7b;
}

.copy-right {
    padding: 30px 0px 20px;
    color: #868686;
    font-size: 18px;
    font-weight: normal;
}

.copy-right a {
    text-decoration: none;
    color: #f69723;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
}

.social{
    display: inline-block;
}		  
.social ul{
    margin:0px;
    padding:0px;
    list-style:none;
}		  
.social ul a li {
    font-size: 25px;
    color: #5a5a5a;
    text-align: center;
    margin-right: 10px;
    line-height: 44px;
    background-color:#0e0e0e;
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}		  
.social ul a:hover li{		  
    color:#0e0e0e;
    color: #f69723;
    transform: rotate(360deg);
}


/*Start Page Loader*/

.loader-wrapper{
    position: absolute;
    background-color: #000;
	padding: 0;
	margin: 0;
    top: 0;
    left: 0;
	height: 100%;
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
    z-index: 9999;
}

.loader{
/*
	-webkit-perspective:700px;
	perspective: 700px;
*/
}

.loader>span{
	font-size: 80px;
	display: inline-block;
	animation:flip 2.6s infinite linear;
	transform-origin:0 70%;
	transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
    color: #f69723;
}

@keyframes flip{
	35%{
		transform: rotateX(360deg);
	}
	100%{
		transform: rotatex(360deg);
	}
}


/*
.loader>span:nth-child(even){
	color:white;

}
*/

.loader>span:nth-child(2){
	animation-delay: 0.3s;
}

.loader>span:nth-child(3){
	animation-delay: 0.6s;
}

.loader>span:nth-child(4){
	animation-delay: 0.9s;
}

.loader>span:nth-child(5){
	animation-delay: 1.2s;
}

.loader>span:nth-child(6){
	animation-delay: 1.5s
}

.loader>span:nth-child(7){
	animation-delay: 1.8s
}

/*End Page Loader*/

/****back to top****/

#scroll {
    position: fixed;
    right: 30px;
    bottom: 73px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background-color: #0e0e0e;
    text-indent: -9999px;
    display: none;
    outline: inherit;
    transition: .2s;
    z-index: 999;
    transform: rotate(45deg);
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    transform: rotate(-44deg);
}
#scroll:hover {
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
    background-color:#f69723;
}

/****back to top end****/


/*Mobile*/

@media only screen and (max-width:480px){
    
    .fixed {
    position: relative;
    }
    
.header {
        position: relative;
    }
    
    .header-block1{
        background-color: #000;
    }
    
    .header-block2{
         background-color: #000;
    }
    
    .socials-block {
    text-align: center;
}
    
    .bg_about{
        background-image: none;
    }
    
}

.wc2c-wrap {
    position: fixed;
    z-index: 9999;
    display:inline-block;
}

.wc2c-bottom-right {
    display:table;
    bottom:0;
    max-width:175px;
    right:5px;
    padding:7px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    line-height: 18px;
    direction: rtl;
}

.wc2c-bottom-right .wc2c-icon {
    font-size:34px;
    display: table-cell;
    vertical-align: middle;
}

.wc2c-bottom-right .wc2c-text {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}