/*
Theme Name: Arfaz
Theme Author: Ceyber Trigon 
Author URI: http://www.cybertrigon.com
*/

/*font kits*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');


/*font kits*/


body{
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	
	
}
ul{
	margin:  0px;
	padding: 0px;
}
ul li{
	list-style: none;
}


/*site header*/
#site-header{
	/*margin-bottom: 50px;*/
	position: relative;
	z-index: 9999;
}
#site-header .top-row{
	background-color: black;
	padding: 9px 0px;
}
#site-header .top-row ul.qccontact{
	margin:  0px;
	padding: 0px;
}
#site-header .top-row ul.qccontact li{
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}
#site-header .top-row ul.qccontact li a{
	font-size: 12px;
	color:  #ffffffcc;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#site-header .top-row ul.qccontact li a:hover{
	color:  #7b0100;
	transition: all 0.3s ease-in-out;
}
#site-header .top-row ul.qccontact li a i{
	margin-right: 10px;
}
#site-header .top-row .welcome-note{
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-size: 12px;
	line-height: 23px;
	color:  #ffffffcc;
}
#site-header .primary-header{
	padding: 5px 0px;
	/* background-color: #7b0100; */
}
#site-header .primary-header .branding img{
	max-width: 199px;
}
/*site header*/

/*Search*/
button.srchopn {
    /* position: absolute; */
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 16px;
    line-height: 10px;
    /* padding: 25px; */
    margin: 0;
    border: 0;
    background-color: #ffffff;
    transition: 0.2s ease background-color;
    border-radius: 50%;
}

#app-cover
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    margin: -41px auto 0 auto;
    /* opacity: 0; */
    z-index: 9999;
}

#app
{
    position: relative;
    width: 82px;
    height: 82px;
    border-radius: 120px;
    margin: 0 auto;
    transition: 0.15s ease width;
    z-index: 2;
    opacity: 0;
    display: none;
}

#app-cover form
{
    position: relative;
    height: 82px;
    cursor: auto;
    border-radius: 120px;
}

#f-element
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-radius: 120px;
}

#inp-cover
{
    position: absolute;
    top: 0;
    right: 41px;
    bottom: 0;
    left: 0;
    padding: 0 35px;
    background-color: #fff;
}

#app-cover input
{
    display: block;
    width: 100%;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    color: #e01919;
    border: 0;
    padding: 30px 0;
    margin: 0;
    margin-top: 2px;
    outline: none;
    line-height: 1;
    background-color: transparent;
    transition: 0.15s ease margin-top;
    cursor: auto;
}

#app-cover button
{
    position: absolute;
    top: 0;
    right: 0;
    width: 82px;
    height: 82px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    padding: 26px;
    margin: 0;
    border: 0;
    background-color: #7b0100;
    transition: 0.2s ease background-color;
    border-radius: 50%;
}

#app-cover button.shadow
{
    box-shadow: 0 10px 30px #d0d0d0;
}

#app-cover button i.fas
{
    display: block;
    line-height: 1;
}

#layer
{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #000000e3;
    transition: 0.9s ease all;
    z-index: 1;
}

#layer.sl
{
    transition: 0.3s ease all;
}

#layer, #init
{
    position: fixed;
    top: 50%;
    margin: -40px auto 0 auto;
}

#layer
{
    right: -100px;
    left: -100px;
    opacity: 0;
}

#init
{
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    background: #ff000000;
    opacity: 0;
    display: none;
}

#app.opened
{
    width: 100%;
    box-shadow: 0 10px 30px #111517;
    opacity: 1;
    display: block;
}

.opened input.move-up
{
    margin-top: 0;
}

.opened button
{
    color: #1eaddc;
    background-color: #fff;
    box-shadow: none;
    cursor: pointer;
}

#app.opened + #layer
{
    width: 4000px;
    height: 4000px;
    margin-top: -2000px;
    opacity: 1;
    z-index: 0;
}

#app.opened ~ #init
{
    z-index: 1;
    display: block;
    opacity: 1;
}
.ssfesd{
	position: absolute;
	border: 0px;
	right: 51px;
	top: 16px;
	background-color: transparent;
}
@media screen and (min-width: 1000px) {
  .ssfesd{
  	display: none;
  }
	#app-cover
	{
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		width: 500px;
		margin: -41px auto 0 auto;
		/* opacity: 0; */
		z-index: 9999;
		/* display: none; */
	}
}
/*Search*/

/*slider*/
#main-slider{
	position: relative;
	z-index: 1;
}
/*slider*/

/*Perfect Supplier*/
#perfect-supplier{
	padding: 51px 0px;
	/* background: #e6e6e6; */
	position: relative;
	overflow: hidden;
}
.order-title {
    text-align: center;
    position: relative;
    /* top: -24px; */
}
.order-title h2 {
    /* font-family: 'Oswald', sans-serif; */
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
.order-title.contras h2{
	color:  black;
}
.order-title h2 span {
    color: #7b0100;
}
.order-title h2:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background: #ff0000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: -13%;
}
.order-title h2:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background: #ff0000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    right: -13%;
}
#perfect-supplier .qc-intor-wrap{
	position: relative;
	/* overflow: hidden; */
}
.inerct{
	/* position: absolute; */
	top: 50%;
	/* padding: 18px 8px; */
	/* left: 9%; */
	-ms-transform: translateY(-50%);
	/* transform: translateY(22%); */
}
#perfect-supplier .sub_tag{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
#perfect-supplier .qc-intor-wrap h2{
	text-transform: uppercase;
	color:  black;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 19px;
}
#perfect-supplier .qc-intor-wrap h2 strong{
	color: #7b0100;
}
#perfect-supplier .qc-intor-wrap p{
	font-size: 16px;
	line-height: 1.6;
}
#perfect-supplier .qc-intor-wrap p strong{
	color:  #7b0100;
}
#perfect-supplier .qc-intor-wrap .read-more{
	background-color: #7b0100;
	border-radius: 25px;
	color:  white;
	font-weight: bold;
	text-align: center;
	padding: 18px 33px;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 2px;
	text-decoration: none;
	margin-top: 14px;
	display: inline-block;
}
#perfect-supplier .space-add-ct{
	height: 70px;
	margin-bottom: 25px;
	background-color: transparent;
}
#perfect-supplier .process-icon{
	height: 300px;
	background-color: #0000ff00;
	margin-bottom: 25px;
	background-size: cover;
	position: relative;
	text-align: center;
	overflow: hidden;
	border: 1px solid #0000005c;
	box-shadow: #00000059 0 0 12px 3px;
}
#perfect-supplier .process-icon .inner-wr{
	text-align: center;
	width: 83%;
	background: #7b01003d;
	color: white;
	margin: 0px;
	position: absolute;
	top: 50%;
	padding: 18px 8px;
	left: 9%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: auto;
	transition: all 0.3s ease-in-out;
}
#perfect-supplier .process-icon:hover .inner-wr{
	opacity: 1;
	background: #7b0100;
	transition: all 0.3s ease-in-out;
}
#perfect-supplier .process-icon .inner-wr h3{
text-transform: uppercase;
color: white;
font-weight: bold;
font-size: 25px;
margin-bottom: 0px;
transition: all 0.3s ease-in-out;
}
#perfect-supplier .process-icon .inner-wr p{

font-size: 14px;
margin: 0px;
padding: 0px;
color: #e6e6e6;
max-height: 0px;
transition: all 0.3s ease-in-out;
overflow: hidden;
}
#perfect-supplier .process-icon:hover .inner-wr p{
	max-height: 200px;
	transition: all 0.3s ease-in-out;
}
#perfect-supplier .process-icon:hover .inner-wr h3{
	margin-bottom: 15px;
	transition: all 0.3s ease-in-out;
}
/*Perfect Supplier*/

/*Our Categories*/
#our-categories{
	background-color: black;
	padding: 55px 0px;
	/* margin-bottom: 50px; */
}
.catg{
	margin-top: 35px;
}
.box {
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
.box:hover img {
    filter: grayscale(100%);
    transform: scale(1.1);
}
.box .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.2s ease 0s;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
    content: "";
    width: 100%;
    height: 27%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), transparent, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.box:before {
    transform: translateX(100%);
}
.box:after {
    height: 22.1%;
    top: 27%;
    transform: translateX(-100%);
    transition-delay: 0.05s;
}
.box .box-content:before {
    top: 49%;
    transform: translateX(100%);
    transition-delay: 0.1s;
}
.box .box-content:after {
    top: 76%;
    transform: translateX(-100%);
    transition-delay: 0.15s;
}
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after {
    transform: translateX(0);
}
.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -50%;
    left: 50%;
    z-index: 2;
    transition: all 0.4s ease 0.2s;
}
.box:hover .icon {
    top: 27%;
}
.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #7b0100;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}

/*Our Categories*/


/*Feature Products*/
#feature-products{
	padding: 52px 0px;
}
#feature-products .frt{
	padding-top: 20px;
}
/*Feature Products*/


/*Product Grid*/
.product-grid {
    /* font-family: 'Josefin Sans', sans-serif; */
    position: relative;
    border: 2px solid #e3e3e3;
    /* border-left-width: 0; */
    /* border-top-width: 1px; */
    /* border-bottom-width: 1px; */
    background-color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 22px;
    border: 1px solid #00000038;
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
    background: #0000;
}

.product-grid .product-image a {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
    transition: .5s;
}

.product-grid:hover .product-image img {
    opacity: 0.4;
}

.product-grid .social {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    right: 25px;
    z-index: 1;
}

.product-grid .social li {
    margin: 0 0 35px;
    display: block;
    transform: translateY(-140px);
    transition: all 0.5s;
}

.product-grid:hover .social li {
    transform: translateY(0);
}

.product-grid .social li a {
    color: #ffffff;
    background-color: #002244;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}

.product-grid .social li a:hover {
    color: #fff;
    background-color: #7b0100;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.product-grid .social li a:before,
.product-grid .social li a:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #002244;
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}

.product-grid .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}

.product-grid .social li a:hover:before,
.product-grid .social li a:hover:after {
    opacity: 1;
}

.product-grid .add-to-cart {
    color: #002244;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    width: 60px;
    padding: 10px 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 18px;
    transition: all 0.3s;
    border-left: 2px solid #dddddd;
}

.product-grid:hover .add-to-cart {
    color: #7b0100;
}

.product-grid .product-content {
    padding: 20px 10px;
    text-align: left;
}

.product-grid .title {
    /* font-family: 'Oswald', sans-serif; */
    font-size: 16px;
    margin: 0 0 4px;
    font-weight: 700;
}

.product-grid .title a {
    color: #002244;
    text-decoration: none;
}

.product-grid .price {
    /* font-family: 'Oswald', sans-serif; */
    color: #7b0100;
    font-size: 13px;
    font-weight: 400;
}

/*Product Grid*/


/*Breadcrump*/
.bread-crump{
    background-color: black;
    padding: 26px 0px;
    color:  white;
}
.bread-crump h3{
    
margin-bottom: 13px;
    
text-transform: uppercase;
    
font-size: 27px;
    
font-weight: bold;
}
.bread-crump ul{
    margin: 0px;
    padding: 0px;
}
.bread-crump ul li{
	position: relative;
	list-style-type: none;
	display: inline-block;
	color: white;
	font-size: 15px;
	margin-right: 6px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.bread-crump ul li a{
    color: white;
    font-size: 15px;
    margin-right: 15px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.bread-crump ul li a::after{
    content: "/";
    display: inline-block;
    width: 15px;
    height: auto;
    padding-left: 17px;
    color: white;
}
.bread-crump ul li a:hover, .bread-crump ul li:hover{
    color: red;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
/*Breadcrump*/

/*page area*/
#workding-page{
    padding: 35px 0px;
}
#workding-page .textct{
    font-size: 14px;
    text-align: justify;
    color: black;
}
.btn-prim{
    background-color: #7b0100;
    border-radius: 0px;
    border: 0px;
}
.btn-prim:hover{
    background-color: #b30c16;
}
.ctpn{
    position: absolute;
    width: 80%;
    padding: 8px 0px;
    color: white;
    background-color: #7b0100;
    text-align: center;
    z-index: 9999999999;
    font-weight: bold;
    left: 10%;
    margin-top: -100px;
}
.ctpn a{
    color: white;
    text-decoration: none;
    
}
.box.ct{
    border: 1px solid #0000005c;
    margin-bottom: 18px;
}
.app-figure{
    border: 1px solid #0000005c;
}
/*page area*/


/*Details Page*/
.quick-view-content .price-box {
  margin-bottom: 10px;
}
.quick-view-content .price-box .old-price {
  color: #555555;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  text-decoration: line-through;
  margin-left: 10px;
}
.quick-view-content .price-box .new-price {
    color: #7b0100;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
}
.color-list li {
  display: inline-block;
  margin-right: 10px;
}
.color-list li a {
  border: 2px solid rgba(0, 0, 0, 0);
  display: block;
  height: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 20px;
}
.color-list li a.orange {
  background: #f39c11 none repeat scroll 0 0;
}
.color-list li a.active,.color-list li a:hover {
  border: 2px solid #333333;
}
.color-list li a.paste {
  background: #5d9cec none repeat scroll 0 0;
}
.modal-size > h4, .modal-color > h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 10px;
}
.modal-size > select {
  height: 30px;
  text-align: center;
  width: 50px;
}
.quick-view-content label {
  display: block;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: bold;
}
.quick-add-to-cart .modal-cart {
  overflow: hidden;
  margin-bottom: 20px;
}
.quick-add-to-cart .add-to-cart {
    background: rgb(218 22 34) none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    padding: 0 65px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.quick-add-to-cart .add-to-cart:hover {
  background: #EB4651 none repeat scroll 0 0;
  border: 1px solid #eb4651;
  color: #fff;
}
.cart-plus-minus{
    display: inline-block;
}
.cart-plus-minus input{
    width: 60px;
    height: 47px;
}
/*Details Page*/

/*cart*/
.CartInfo {
    min-height: 400px;
    margin: 0;
    padding: 0;
}

.CartInfo table {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-spacing: 0;
}

.CartInfo thead td {
    background-color: #282828;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    outline: none;
}

.CartInfo td {
    padding: 7px;
}

.CartInfo thead .image,
.CartInfo thead .action {
    text-align: center;
}

.CartInfo thead .productd,
.CartInfo thead .quantity {
    text-align: left;
}

.CartInfo tbody .image,
.CartInfo tbody .action {
    text-align: center;
}

.CartInfo tbody .image,
.CartInfo tbody .action i {
    text-align: center;
    color: #7b0100;
}

.CartInfo tbody td {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.CartInfo tbody td input[type="text"] {
    background: #f2f2f2;
    width: 50%;
    text-align: center;
}

.CartInfo tbody .productd h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.CartInfo tbody .productd h5 {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

.CartInfo tbody .form-control {
    border-radius: 0;
}

.CartInfo tbody .productd p {
    color: #888;
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

.CartInfo tbody .form-control:focus {
    border-color: #282828;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 166, 8, 0.6)
}

.CartInfo tbody .btn-success {
    background: #7b0100;
    border: none;
    font-size: 12px;
    overflow: hidden;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    width: 50%;
    margin-top: 4px;
    border-radius: 0px;
    padding: 8px 12px 5px;
}

.CartInfo tbody .btn-success:hover {
    background: #282828;
}

h2.Total {
    text-align: right;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
}

h2.Total span {
    color: #888
}

.basket-btn {
    text-align: right;
}

.basket-btn a {
    background: #7b0100;
    border: none;
    font-size: 15px;
    overflow: hidden;
    text-decoration: none;
    letter-spacing: 2px;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 0.25rem;
    padding: 12px 26px 9px;
    text-transform: uppercase;
}

.basket-btn a:hover {
    text-decoration: none;
    color: #fff;
    background: #282828;
}

.SubmitText {
    text-align: center;
    text-transform: uppercase;
    color: #060;
    font-size: 32px;
    letter-spacing: 1px;
    padding: 5rem 0 8rem;
}

.NoProd {
    text-align: center;
    text-transform: uppercase;
    color: #888;
    font-size: 32px;
    letter-spacing: 1px;
    padding: 5rem 0 8rem;
}

.EmptyCart {
    text-align: center;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 32px;
    color: #282828;
    padding-top: 100px;
}

.EmptyCart a {
    color: #002244;
}

.EmptyCart a:hover {
    color: #888;
}
/*cart*/

/*site footer*/
#site-footer{
	background-image: url('../imgs/footer-img.jpg');
	color:  white;
	font-size: 14px;
	background-size: cover;
	background-position: center;
}
#site-footer .inner-footer{
	/* padding: 40px 0px; */
	padding-bottom: 0px;
}
#site-footer .inner-footer .heading_three{
	padding: 0px;
	margin: 0px;
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	position: relative;
	display: block;
}
#site-footer .inner-footer .heading_three:after{
	content: " ";
	display: block;
	width: 40px;
	height: 2px;
	margin-top: 10px;
	background-color: #7b0100;
}
#site-footer .inner-footer .address-ct p{
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin-bottom: 15px;
	font-size: 13px;
	color: #a7a7a7;
}
#site-footer .inner-footer .address-ct p i{
	margin-right:  10px;
}
#site-footer .inner-footer .address-ct p a{
	color: #c3c3c3;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#site-footer .inner-footer .address-ct p a:hover{
	color: #7b0100;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#site-footer .inner-footer .ftr-nav{
	margin: 0px;
	padding: 0px;
}
#site-footer .inner-footer .ftr-nav li{
	list-style: none;
	display: block;
	margin-bottom: 10px;
}
#site-footer .inner-footer .ftr-nav li a{
	color: #a7a7a7;
	text-decoration: none;
	transition: all;
	font-size: 13px;
}
#site-footer .inner-footer .ftr-nav li a:hover{
	color: #7b0100;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#site-footer .inner-footer .ftr-nav li a i{
	margin-right: 5px;
}
#site-footer .inner-footer .social_media{
	margin: 0px;
	padding:  0px;
}
#site-footer .inner-footer .social_media li{
	list-style: none;
	display: block;
	margin-bottom: 13px;
}
#site-footer .inner-footer .social_media li a{
	color: #a7a7a7;
	text-decoration: none;
	transition: all;
	line-height: 35px;
	font-size: 13px;
}
#site-footer .inner-footer .social_media li a i{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
	text-align: center;
	background-color: #333232;
	transition: all 0.03s ease-in-out;
}
#site-footer .inner-footer .social_media li a.fb:hover i{
	background-color: #395693;
	transition: all 0.03s ease-in-out;
}
#site-footer .inner-footer .social_media li a.tw:hover i{
	background-color: #7b0100;
	transition: all 0.03s ease-in-out;
}
#site-footer .inner-footer .social_media li a.in:hover i{
	background-color: #DD1E52;
	transition: all 0.03s ease-in-out;
}
#site-footer .inner-footer .social_media li a.ln:hover i{
	background-color: #0A83B3;
	transition: all 0.03s ease-in-out;
}

#site-footer .credit-links{
	padding: 18px 0px;
	text-align: center;
	font-size: 13px;
	color: #d4d4d4cc;
	border-top: 1px solid #ffffff36;
}
#site-footer .credit-links a{
	color: #d4d4d4cc;
	text-decoration:  none;
}
.bdr_right{
	border-right: 1px solid #ffffff36;
	padding-bottom: 35px;
	padding-top: 35px;
}
.bdr_rightt{
	padding-bottom: 35px;
	padding-top: 35px;
}
.newsletter-ftr{
	border-bottom: 1px solid #ffffff36;
	padding: 25px 0px;
}
.newsletter-ftr .newstab{

}
.newsletter-ftr .newstab img{

display: inline-block;
}
.newsletter-ftr .newstab h4{
	
display: inline-block;
	
float: right;
	
width: 78%;
	
font-size: 16px;
	
text-transform: uppercase;
	
margin-top: 3px;
}
.newsletter-ftr .newstabd{

}
.newsletter-ftr .newstabd p{
	margin-bottom: 0px;
	padding-top: 5px;
}
.newsletter-ftr .ctnes{
	position: relative;
}
.newsletter-ftr .ctnes input{
	width: 80%;
	background-color: white;
	height: 43px;
	color: black;
	border:  0px;
	padding: 15px;
	margin-top: 2px;
}
.newsletter-ftr .ctnes button{
	width: 19%;
	height: 43px;
	border:  0px;
	background: #7b0100;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
/*site footer*/





@media only screen and (max-width: 600px) {
    
    .inerct {
        position: relative;
        top: 0px;
        padding: 18px 8px;
        /* left: 9%; */
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        padding-bottom: 16px;
    }
    
}



/* what we offer */
.what-we-offer{
	background-color: #000000;
	padding: 80px 0px;
}
.what-we-offer h3{
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
}
.what-we-offer .what-we-offer-sub{
	color: white;
	text-align: center;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 65px;
}
.what-we-offer .singlet-what-we-do-block{
	margin-bottom: 30px;
}
.what-we-offer img{
	border-radius: 15px;
	max-width: 100%;
}
.what-we-offer .what-we-info{
	background-color: white;
	border-radius: 15px;
	padding: 20px;
	margin-top: -25px;
	position:relative;
	z-index:99;
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
}
.what-we-offer .what-we-info h5{
	font-weight: bold;
	text-transform: uppercase;
}
.what-we-offer .what-we-info p{
	font-size: 15px;
}
.what-we-offer .what-we-info a{
	display: inline-block;
	background-color: #7b0100;
	padding: 10px 15px;
	color: white;
	text-decoration: none;
}
.what-we-offer .what-we-info a:hover{
	background-color: black;
}
/* what we offer */



/* why choose us*/
.why-choose-us-ct{
	padding: 70px 0px;
	background-color: white;
}
.why-choose-us-ct h4{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 50px;
	color: black;
}
.why-choose-us-ct .why-choose-us-single{
	text-align: center;
	background-color: black;
	border-radius: 10px;
	padding: 25px;
	color: white;
	/* min-height: 400px; */
	height: 100%;
}
.why-choose-us-ct .why-choose-us-single.odd{
	background-color: #7b0100;
}
.why-choose-us-ct .why-choose-us-single .ctsdf{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #7b0100;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	display: inline-block;
}
.why-choose-us-ct .why-choose-us-single.odd .ctsdf{
	background-color: white;
}
.why-choose-us-ct .why-choose-us-single svg{
	width: 50px;
	fill: #ffffff;
}
.why-choose-us-ct .why-choose-us-single.odd svg{
	fill: #7b0100;
}
.why-choose-us-ct .why-choose-us-single .ctsdf.df{
	padding-top: 16px !important;
}
.why-choose-us-ct .why-choose-us-single h4{
	color: white;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.why-choose-us-ct .why-choose-us-single p{
	font-size: 15px;
}
/* why choose us */



/* Here It From Our Customer */
.hear-it-from-us-dtr{
	background-color: black;
	padding: 70px 0px;
}
.hear-it-from-us-dtr h6{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 20px;
	color: white;
}
.hear-it-from-us-dtr p{
	width: 50%;
	color: white;
	font-size: 15px;
	margin: 0px auto;
	text-align:center;
}
.hear-it-from-us-dtr .single-img-lo{
	margin-top: 35px;
}
.hear-it-from-us-dtr .single-img-lo video{
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 15px;
	border: 10px solid #7b0100;
}
/* Here It From Our Customer */

/* How It Works */
.how-it-works{
	background-color: white;
	padding: 70px 0px;
}
.how-it-works h6{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 20px;
	color: black;
}
.how-it-works  p{
	width: 50%;
	color: black;
	font-size: 15px;
	margin: 0px auto;
	text-align:center;
}
.how-it-works .single-it-how-work{
	background-color: white;
	border:2px solid #7b0100;
	border-radius: 10px;
	text-align: center;
	padding: 15px;
	margin-top: 30px;
	height: 100%;
}
.how-it-works .single-it-how-work .ct-ico{
	background-color: #7b0100;
	display: inline-block;
	width: 60px;
	height: 60px;
	color: white;
	font-size: 20px;
	text-align:center;
	line-height: 60px;
}
.how-it-works .single-it-how-work h6{
	font-size: 18px;
	margin-top: 25px;
}
.how-it-works .single-it-how-work p{
	width:100%;
}
/* How It Works */

.sdfdfe{
	max-width:80%;
	border-radius:40px;
}


/* ready to scal your business */
.ready-to-scale-your-brand{
	background-color: black;
	padding: 70px 0px;
	text-align: center;
}
.ready-to-scale-your-brand .img-starts{
	text-align: center;
	color: white;
}
.ready-to-scale-your-brand .img-starts i{
	padding-bottom: 5px;
	font-size: 15px;
}
.ready-to-scale-your-brand .img-starts span{
	font-size: 17px;
	color: #acacac;
}
.ready-to-scale-your-brand h2{
	font-size: 50px;
	color: white;
	width: 60%;
	text-align: center;
	margin: 0px auto;
	margin-top: 25px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}
.ready-to-scale-your-brand p{
	width: 45%;
	margin: 0px auto;
	color: #acacac;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
}
.ready-to-scale-your-brand .btn.df{
	background-color: #7b0100;
	color: white;
	margin-right: 10px;
}
.ready-to-scale-your-brand .btn.ff{
	background-color: #000000;
	color: white;
	margin-right: 10px;
	border: 1px solid #7b0100;
}
.ready-to-scale-your-brand .buttonss br{
	display: none;
}
/* ready to scal your business */

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

	.top-row{
		display: none;
	}
	#perfect-supplier .qc-intor-wrap h2 {
	    font-size: 20px;
	}
	#site-header .primary-header .branding img {
	    max-width: 126px;
	}
	.sdfdfe{
		width: 100%;
		max-width: 95%;
	}
	.ready-to-scale-your-brand h2 {
	    font-size: 19px;
	    width: 100%;
	    margin-top: 25px;
	    margin-bottom: 16px;
	}
    .ready-to-scale-your-brand p {
	    width: 100%;
	    font-size: 16px;
	    margin-bottom: 30px;
		LINE-HEIGHT: 1.5;
	}
	.ready-to-scale-your-brand .buttonss br{
		display: block;
	}
	.ready-to-scale-your-brand .btn.df{
		margin-bottom: 18px;
	}
    
}










