@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}
.container {
	max-width: 1170px;
}
.header-top h2 {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
.header-top-left {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.header-top-left span {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding-left: 1px;
	font-size: 16px;
}
.header-top-right {
	display: flex;
	align-items: center;
	gap: 6px;
}
.header-top-right p a {
	color: #fff;
	text-decoration: none;
}
.header {
	padding: 10px 0;
	background: #017cc2;
}
.border-top {
	width: 100%;
}

.header-top {
	color: #000;
	display: flex;
	align-items: center;
	gap: 5px;
}
.fav-flex {
	display: flex;
	gap: 30px;
}

.fav a {
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	font-family: lato;
	display: flex;
	align-items: center;
	gap: 5px;
}
.header p {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
}
.header-top ul li:hover {
	background: #bf212f;
}
.border-top p {
	margin: 0;
}
.middle-header {
	padding: 18px 0;
	background: #121419;
}
.menubar {
	background: #e7be45;
}
/*========================================== header-end ============================================= */

.header-service {
	display: flex;
	gap: 30px;
	align-items: center;
}
.service-wrap {
	display: flex;
}
.service-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #1f65c5;
}
.service-text span {
	font-size: 13px;
	color: #fff;
}
.header-service .service-text h2 {
	text-transform: uppercase;
	font-size: 17px;
}

.middle-header-position {
	width: 100%;
	padding: 23px 0;
	background: #1b1b1b;
}
.why-choose-title h2 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.why-choose-title h2 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 10px;
	border-bottom: 2px solid #dfdede;
	margin-bottom: 30px;
}
.why-choose-title {
	margin-top: 53px;
}
.why-choose-content {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 23px;
	background: #f3f3f3;
	margin: 10px;
	border: 1px solid #d2d2d2;
}

.why-choose-content p {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: #333333;
}
/*============================================ end =====================================*/

.main_menu ul.navigation {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
}
.main_menu .toggle, .main_menu #drop {
	display: none;
}

.main_menu ul.navigation a {
	color: #000;
	text-decoration: none;
	padding: 13px 37px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 3px solid transparent;
	font-size: 23px;
}
.main_menu {
	width: 100%;
}

.main_menu ul.navigation a:hover {
	border-bottom: 3px solid;
}
.banner img {
	width: 100%;
	display: block;
}
a {
	display: block;
}
.logo {
	width: 100%;
	text-align: center;
	max-width: max-content;
}
.promo-flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
}
/*========================================= end ==========================================================*/
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
36% { left: -100%; }
50% { left: -100%; }
70% { left: -200%; }
80% { left: -200%; }
99% { left: -300%; }
100% { left: -300%; }
}

div#slider { overflow: hidden; }
div#slider figure img {
    width: 16%;
    float: left;
}
div#slider figure {
    position: relative;
    width: 625%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 20s slidy infinite;
}
/*========================================== end ============================================*/
.spare-service {
	background: url(../images/spare-parts-bg.png) no-repeat center;
	margin: 35px 0;
}
.spare-parts-content {
	display: flex;
	align-items: center;
	gap: 70px;
	padding: 100px 0;
	max-width: 1140px;
	width: 100%;
}

.spare-parts-content img {
  width: 100px;
  height: 100px;
  animation: scroll 10s linear infinite;
}

.spare-parts-wrap {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-700%)}
  0% {transform: translatex(100%)}
}

.promo-content {
	display: flex;
	align-items: center;
	gap: 8px;
}
.promo-content p {
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
}
.promo-sec {
	padding: 20px 0;
	background: #dd1923;
}
/*========================================== end ============================================*/
.top-categories-section .store-categories ul {
	list-style: none;
	border: 1px solid #cecdcd;
}
.top-categories-section .left-content .title {
	display: flex;
	align-items: first baseline;
	gap: 10px;
	padding: 17px 10px;
	color: #fff;
	text-transform: uppercase;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(72,72,72,1) 50%, rgba(0,0,0,1) 100%);
}
.top-categories-section .left-content .title h2 {
	font-weight: 700;
	font-size: 20px;
}
.top-categories-section .store-categories ul li a {
	display: flex;
	align-items: first baseline;
	padding: 10px 8px;
	gap: 9px;
}
.top-categories-section .store-categories ul li p {
	margin: 0;
	font-size: 15px;
}
.top-categories-section .store-categories ul li:not(:last-child) {
	border-bottom: 1px dashed #cecdcd;
}
.top-categories-section .store-categories ul li a {
	color: #000;
	text-decoration: none;
}
.top-categories-section .store-categories ul li a:hover {
	color: #fff;
	background: #ff6f00;
}
.fa-solid.fa-bars {
	font-size: 25px;
}

.payment-categories {
	margin-top: 30px;
}
.payment-img {
	display: flex;
	justify-content: center;
	border: 1px solid #cecdcd;
	padding: 30px 20px 12px;
}
.left-content {
	max-width: 263px;
	width: 100%;
}

/*================================================= end ======================================*/

.right-content {
	margin: 0 auto;
	width: 100%;
}

/*==================================== gallery =====================================================*/
.theme-box {
    margin: 0px auto 40px;
}
.item-description-text.theme-box {
    margin: 0;
}
#gallery {
    border: 0px solid #dddddd;
    box-sizing: border-box;
    height: auto;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 540px;
    border-top: 0px;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px;
}
#gallery #slides {
    display: inline-block;
    height: auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    z-index: 500;
    width: 100%;
    margin: 15px auto 0px;
}
#gallery #slides div ul {
    display: table;
    height: auto;
    list-style: outside none none;
    margin: 0px auto 0;
    padding: 0;
    width: auto;
}
.box-item-1 {
    display: grid;
    grid-template-columns: unset;
}


#gallery #slides div ul li:nth-of-type(1){
    margin-left:0px;
    }
#gallery #slides div ul li {
    margin: 0px 0px 0px 10px;
    float: left;
    margin-bottom: 0px;
    background: #fff;
}
#gallery #slides div ul li:last-child {
    margin-right: 0;
}
#gallery .big-img-wpr {
    box-sizing: border-box;
    display: inline-block;
    height: 540px;
    margin: 0 auto;
    max-width: 540px;
    vertical-align: middle;
    width: 100%;
}
#gallery div.img-wpr {
    background-color: #fff;
    border: 1px solid #c8c3c3;
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0px;
    max-height: 540px;
    max-width: 540px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 540px;
    margin: 0px auto 0px;
}
#gallery div.img-wpr .img-box {
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr .big-img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 530px;
    max-width: 530px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: auto;
    border: 0px solid #d8d8d8;
    width: auto;
}
#gallery .thumb {
	background-color: transparent;
	border: 0px solid #f00;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 120px;
	left: 0;
	position: relative;
	right: 0px;
	width: 120px;
	z-index: 2;
	border: 1px solid #d8d8d8;
	margin-bottom: 0;
}
.thumb-img[src=""], .thumb-img[src=""] + .thumb {
    display: none !important;
}
.thumb-wpr {
    position: relative;
}
#gallery .thumb-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
  z-index: 1;
}
#gallery #slides div:first-child ul:first-child li:first-child .img-wpr {
    z-index: 1;
}
#gallery #slides input {
    display: none;
}
#gallery #slides input:checked ~ .img-wpr {
    z-index: 2;
}
#gallery #slides div ul li:only-child .thumb-wpr{
    display: none;
}
#gallery #slides div ul li:only-#gallery {
    left: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#gallery {
  padding: 10px;
}
#gallery .thumb {
  height: 50px;
  width: 50px;
}
#gallery #slides div ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 0;
}
#gallery div.img-wpr, #gallery .big-img-wpr {
  height: 350px;
  left: 0;
  margin: 0 auto 10px;
  right: 0;
  top: 15px;
  width: 90%;
}
}
.org-content {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    display: table;
    padding: 30px;
}
.product-title {
    padding: 14px 0;
    background: #17172c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.product-description-image {
	margin: 70px 0 0;
}
.product-title p {
    margin: 0;
    font-family: open-sans, sans-serif;
}
.title-p {
    padding: 0 !important;
}

/*------------------------------------------------------------------end img gallery-----------------------------------------------------------------*/
.product-service p {
    margin: 0;
}
.product-service p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: open-sans, sans-serif;
	color: #2d2d2d;
	margin-top: 4px;
}

.product-heading h2 {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 20px;
	color: #000;
}
.product-description .desc {
	display: flex;
	gap: 40px;
	margin-top: 30px;
	flex-direction: column;
}
.product-service {
	display: flex;
	align-items: center;
	gap: 25px;
}
.product-description .quest a {
	background: #fff;
	color: #191820;
	text-decoration: none;
	padding: 14px 30px;
	display: flex;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	align-items: center;
	gap: 5px;
	font-weight: 700;
	width: 50%;
	justify-content: center;
	border: 1px solid #c0c0c0;
}
.product-description .quest a:hover {
	background: #dca708;
	transition: ease-in-out .5s;
	border: 1px solid transparent;
}
.quest {
	display: flex;
	gap: 30px;
}
.quest {
	margin-top: 63px;
}
.product-desc .title {
	width: 100%;
	text-align: center;
	padding: 16px 10px;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(72,72,72,1) 50%, rgba(0,0,0,1) 100%);
	color: #fff;
}
.product-desc {
	margin-top: 30px;
}
.fa-solid.fa-xmark {
	padding: 5px 8px;
	border-radius: 50px;
	background: #3c2b98;
	color: #2b1b81;
	font-size: 20px;
}
.product-desc .title h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.pro-serv-col h3 {
	font-size: 22px;
	letter-spacing: 2px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.product-serv-img {
	width: 46px;
	text-align: center;
}
/*============================= end ==============================*/
.services {
	background: url(../images/spare-parts-bg.png) no-repeat center;
	margin: 50px 0;
	padding: 55px 0;
}
.services .service-content {
	text-align: center;
	color: #fff;
}
.services .service-content h4 {
	padding: 14px 40px;
	background: #e30f0f;
	margin-top: 17px;
	border-top: 1px solid #642227;
	border-right: 1px solid #782129;
	font-size: 15px;
	text-transform: uppercase;
}
.services .col-12.col-md-6.col-lg-2:not(:last-child) {
	margin-right: 60px;
}
.services .col-12.col-md-6.col-lg-2 {
	width: 20%;
}
/*============================== about us ===========================*/
.about-img img {
    width: 100%;
}
.about-section {
    margin: 72px 0;
}
.about-heading h2 {
	font-size: 50px;
	margin-bottom: 5px;
	position: relative;
	padding-top: 20px;
}
.about-para p {
    font-size: 20px;
    line-height: 36px;
}
.about-img {
	margin-right: 15px;
}
.about-text {
	margin-left: 15px;
}
.about-heading h2 span::before {
	position: absolute;
	width: 47px;
	content: "";
	height: 7px;
	border-top: 7px solid #df0e0e;
	top: -10px;
}

/*============================================ end ========================================*/

/*===========Tab=============*/
.tab-conatiner {
    width: 100%;
}

.tabs1 {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.tabs {
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
	float: left;
	width: 100%;
}
.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	padding: 0 0 0 0px;
	cursor: pointer;
	-webkit-transition: background ease 0.2s;
	transition: background ease 0.2s;
	width: 17.5%;
	margin-left: 0;
	float: left;
	text-align: center;
	color: #000;
	box-sizing: border-box;
	font-size: 20px;
	height: 58px;
	line-height: 58px;
	clear: both;
	/* border: 0; */
	position: absolute;
	/* border: 1px solid #d8d8d8 !important; */
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: left;
}
.tabs input[type="radio"]:checked + label img {
	margin-right: 5px;
	filter: brightness(0%);
}

.tabs label a {
    color: #fff;
    text-decoration: none;
		height: 58px;
    padding: 14px 8px;
}


.tabs label:hover::after{
	position: absolute;
	content: "";
	background: url("../images/tab-icon_roll.png") no-repeat scroll center top / 100%;
	border: none !important;
	width: 8px;
	height: 17px;
	top: 21px;
}

.tabs input[type="radio"]:checked + label {
	border: none !important;
}
.tabs input[type="radio"]:checked + label::after {
	position: absolute;
	content: "";
	right: -7px;
	background: url("../images/tab-icon_roll.png") no-repeat scroll center top / 100%;
	border: none !important;
	width: 8px;
	height: 17px;
	top: 21px;
}

.tabs label img {
	margin-right: 5px;
	filter: invert(0%) sepia(5%) saturate(7482%) hue-rotate(261deg) brightness(0%) contrast(106%);
}

label.nomarginleft {
}
.tabs input[id="tab2"] ~ label {
	margin-top: 72px;
}
.tabs input[id="tab3"] ~ label {
	margin-top: 143px;
}
.tabs input[id="tab4"] ~ label {
	margin-top: 217px;
}
.tabs input[id="tab5"] ~ label {
	margin-top: 289px;
}
.tabs input[id="tab6"] ~ label {
	margin-top: 361px;
}
.tabs input[id='tab7'] ~ label {
	margin-top: 330px;
}
.tabs input[id='tab8'] ~ label {
	margin-top: 385px;
}
.tabs input[id='tab9'] ~ label {
	margin-top: 440px;
}
.tabs input[id='tab10'] ~ label {
	margin-top: 495px;
}
.tabs input[id='tab11'] ~ label {
	margin-top: 550px;
}
.tabs input[id='tab12'] ~ label {
	margin-top: 605px;
}
.tabs .tab {
    font-family: 'Open Sans', sans-serif;
    width: 74.8%;
    display: none;
    float: right;
    padding: 15px 0px;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    position: relative;
    right: 0;
    z-index: 1;
    min-height: 346px;
    background: #fff;
}
.tab-section {
	margin: 80px 0 70px;
}
.tabs .tab ul{
	padding: 0px;
}
.tabs .tab p, .tabs .tab ul li {
	font-size: 18px;
	color: #333;
	list-style: none;
	font-family: 'Lato', sans-serif;
	line-height: 30px;
}
.est-wrapcens p {
    font-size: 12px;
    margin: 0 auto;
    padding: 5px 0px;
    font-family: 'Open Sans', sans-serif;
}
.tabs .tab p strong {
	color:#001298;
}
.tabs .tab a {
    color: black;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.tabs input[type="radio"]:checked + label {
	padding-top: 35px;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tab h4 {
	font-size: 22px;
	font-weight: 600;
	color: #ff6000;
	margin-bottom: 25px;
}

.image-box img {
    width: 100%;
}
.tabs .tab, .tabs label {
	-webkit-box-ordinal-group: NaN;
	-webkit-order: initial;
	-ms-flex-order: initial;
	order: initial;
}
.tabs {
	border: none;
	padding-top: 0;

	width: 100%;
}
.tabs label {
    width: 100%;
    margin: 0;
    display: inherit;
    flex: inherit;
    position: inherit;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding-left: 0px;
    padding-top: 4px;
    padding-bottom: 49px;
    font-size: 20px;
    padding-top: 14px;
}
.item-title h2 {
    background-color: #1a1a1a;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 12px 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.desc-title {
	padding: 14px 0px;
	margin-left: 2px;
	font-size: 20px;
	font-weight: bold;
}
.tabs input[type="radio"]:checked + label {
	border: none !important;
	width: 100%;
	font-weight: bold;
	color: #000;
}
.tabs .tab {
	width:100%;
	min-height:inherit;
}
.tabs label:after {
	float: right;
	line-height: normal;
	padding: 0;
	margin: 8px 5px 0 0;
	position: absolute;
	right: 10px;
	content:url(../images/plus.png) ;
}


.tabs input[id="tab1"] ~ label, .tabs input[id="tab2"] ~ label, .tabs input[id="tab3"] ~ label, .tabs input[id="tab4"] ~ label, .tabs input[id="tab5"] ~ label {
	position: inherit;
	margin: 20px 0 0 0;
	font-weight: bold;
	border-bottom: 2px solid;
	display: flex;
	align-items: center;
	padding: 35px 0px;
	margin: 0;
	gap: 10px;
	font-size: 30px;
}

.tabs input[type="radio"]:checked + label:after {
	font-family: FontAwesome;
	margin: 8px 5px 0 0;
	position: absolute;
	right: 10px;
	content:url(../images/minus.png) ;
}

.tab-img {
    display: flex;
    margin-top: 40px;
    column-gap: 32px;
}

.tab-section .container {
	max-width: 1140px;
	margin: 0 auto;
}
.tabs.themebox i.fa-solid.fa-angle-down {
	padding: 5px 0px;
	margin-left: auto;
}

.tab-conatiner i.fa-solid.fa-angle-down {
    padding-right: 11px;
    padding-top: 6px;
    font-size: 22px;
}

.tabs input[type="radio"]:checked + label i.fa-solid.fa-angle-down {
	transform: rotate(900deg);
	margin-right: 0px;
	margin-top: 5px;
	color: #e7be45;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
	border-bottom: 2px solid #e7be45;
}

/*============================================================tabs end===================================================================*/



.about-heading h2::before {
	position: absolute;
	content: "";
	top: 0;
	border-top: 7px solid #dd1923;
	width: 50px;
}
/*============================================= end =====================================	*/
.subscribe .newsletter {
    padding: 28px 10px;
    color: #000;
}
.subscribe .newsletter h2 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}
.subscribe {
	background: #e7be45;
}
.subscribe .newsletter p {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0;
}
.subscribe-now-btn a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	border: 2px solid transparent;
	padding: 14px 64px;
	background: #fff;
}
.subscribe .newsletter a {
    padding: 22px 65px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: open-sans, sans-serif;
    font-weight: 600;
}
.subscribe .newsletter a:hover {
    background: #fff;
    color: #000;
}
.subscribe .news-border {
    background: #00adec;
}


/*================================= end ==================================*/
.footer .store .title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 13px;
	margin-bottom: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.footer .store {
    max-width: 250px;
    width: 100%;
}
.text li:not(:last-child) {
    margin-bottom: 5px;
}
.text li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	letter-spacing: .5px;
	font-size: 12px;
	line-height: 2;
}
.store.newsletter p {
	color: #fff;
	font-size: 13px;
	letter-spacing: .5px;
	line-height: 1.4;
}
.fa-solid.fa-arrow-right-long {
    margin-right: 5px;
}
.text li a:hover {
	color: #e7be45;
	transition: ease-in-out .5s;
}
.fa-solid.fa-envelope {
    margin-right: 7px;
}
ul {
    list-style: none;
}
.footer {
	padding: 58px 0;
	background: #121419;
}
.copy {
	background: #e7be45;
	padding: 14px 0;
}
.copyright p {
	margin: 0;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #000;
}
.subscribe-now-btn a:hover {
	background: #191820;
	color: #fff;
}

.store.newsletter .text a:hover {
	color: #e7be45;
}
.store.newsletter .text a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid;
	padding-bottom: 3px;
	text-transform: uppercase;
	max-width: max-content;
}
.copyright {
    display: flex;
    justify-content: space-between;
    word-spacing: 2px;
    flex-wrap: wrap;
}
.copyright span {
	text-transform: uppercase;
}
/*---Footer---<<END*/

.gallery-single-img {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #cecdcd;
	padding: 70px 0;
	width: 100%;
}
.gallery-single-img img {
	width: 100%;
}


/*============================ feedback =============================*/

.feedback {
    display: flex;
}
.left-feed {
    width: 50%;
}
.right-feed {
    width: 50%;
}
.left-feed-desc, .right-feed-desc {
    display: flex;
    align-items: center;
    gap: 15px;
}

.left-feed-desc p, .right-feed-desc p {
	margin: 0;
	font-size: 18px;
	color: #101010;
	font-weight: 700;
}

.left-feed-desc, .right-feed-desc:not(:last-child) {
	margin-bottom: 15px;
}
.right-feed-desc p:first-child {
    padding-left: 35px;
}
.feedback h2 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 25px 0;
    font-size: 25px;
    font-weight: 700;
}
.left-feed-head h2 {
    background: #e5e5e5;
    margin: 0;
}
.right-feed-head h2 {
    background: #d4d4d4;
    margin: 0;
}
.left-feed-desc p{
  text-transform: uppercase;
}

.left-feed-content, .right-feed-content {
	padding: 25px 20px;
}
.feedback{
    border: 3px solid #d8d8d8;
}
.right-feed-content {
    border-left: 3px solid #d8d8d8;
}
.tab-section {
    margin-bottom: 98px;
}
.feedback-customer {
	margin-bottom: 50px;
	margin-top: 40px;
}

.follow-content p {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.follow-content a {
	text-align: center;
	padding: 12px 30px;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	max-width: max-content;
	margin: 0 auto;
}
.footer-service {
	background: #191820;
	padding: 26px 0;
	color: #fff;
	margin-top: 70px;
}
.get-in-touch {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	justify-content: center;
	border-left: 1px solid #fff;
	padding: 10px 0;
}
.get-in-touch.no-bd {
	border: 0;
}
.touch-content h4 {
	font-size: 19px;
	text-transform: uppercase;
}
.touch-content p {
	font-size: 16px;
	margin-bottom: 0;
}
.follow-content a:hover {
	background: #000;
	color: #fff;
}

img{
	max-width: 100%;
}
.gallery-img-sec {
	margin: 90px 0;
}

.right-content h2 {
	font-size: 20px;
	letter-spacing: 1px;
	padding-bottom: 18px;
	margin-bottom: 38px;
	border-bottom: 2px solid #cacaca;
	line-height: 1.4;
}
.right-content p {
	font-size: 16px;
	margin-bottom: 50px;
	color: #202020;
}

.right-content p:last-child {
	margin: 0;
}
.right-content h3 {
    margin-bottom: 20px;
}

.ebay-shop-title {
	margin-top: 50px;
	padding: 15px 0;
	background: #eaeaea;
}
.ebay-shop-title .ebay-text {
	width: 100%;
	padding: 0;
}
.ebay-text h2 {
	letter-spacing: 2px;
}
.ebay-text span {
	position: relative;
	display: block;
	font-weight: 600;
}
.ebay-text span {
	font-size: 50px;
	color: #121419;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}
.ebay-text p {
	line-height: 1.6;
	letter-spacing: .5px;
	font-size: 20px;
	color: #121419;
	margin-bottom: 35px;
}
.ebay-text {
	width: 100%;
	padding: 40px 0;
}
.ebay-text p:last-child {
	margin: 0;
}
.categories {
	padding: 76px 0 100px;
}
.cate-title {
	margin-bottom: 60px;
}
.categories-bg .cate-title h2 {
	font-size: 35px;
	text-align: center;
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #191820;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
}
.categories-bg .cate-title h4 {
	font-size: 16px;
	color: #191820;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .5px;
}
.cate-back {
	gap: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	row-gap: 60px;
}

.cate-img {
	display: flex;
	gap: 30px;
}
.categories-bg .cate-title h4::after {
	position: absolute;
	content: "";
	border-bottom: 7px solid #017cc2;
	width: 50px;
	bottom: 0;
	height: 7px;
	left: 0;
	right: 0;
	margin: auto;
}
.categories-bg .cate-title h4 {
	position: relative;
	padding-bottom: 20px;
}

.gallery-text h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	margin-top: 10px;
}
.gallery-text a {
	text-decoration: none;
}
.footer .store .title h3 {
	font-size: 18px;
	color: #fff;
	font-family: "Oswald", sans-serif;
}
.thank-you h3 {
	font-size: 42px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	letter-spacing: .5px;
}