@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
.main-section {
	max-width: 1600px;
	margin: 0 auto;
}
.head-background img {
	pointer-events: none;
	padding-right: 5px;
}
.fav {
	display: flex;
	align-items: center;
}

ul.navigation {
	display: flex;
	justify-content: center;
	list-style: none;
	background: #e9e9e9;
}
input#drop {
    display: none;
}

.navigation a {
	text-decoration: none;
	color: #0b1634;
	font-family: 'Open Sans', sans-serif;
}
.navigation li a {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.navigation li a:hover {
	color: #0078d4;
}
.main_menu .toggle {
	display: none;
}
.main_menu #drop {
	display: none;
}
.header {
	padding: 10px 0;
}
.header p {
	margin: 0;
	display: flex;
	align-items: center;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 14px;
}
.navigation li a {
	display: flex;
	align-items: center;
	column-gap: 5px;
	padding: 20px 65px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}
.head-background {
	max-width: 1140px;
	margin: 0 auto;
}
.header-top-left span {
	text-transform: uppercase;
	font-weight: 600;
	color: #0078d4;
	padding-left: 5px;
	font-size: 16px;
}
.bottom-header {
	background: #0078d4;
	padding: 18px 0;
	color: #fff;
}
img {
	max-width: 100%;
}
.product-title p {
	margin: 0;
	font-size: 22px;
	padding: 15px 0;
}
.product-title {
	max-width: 1140px;
	margin: 0 auto;
	background: #1a1a1a;
	color: white;
	font-weight: bold;
}
.product-description-title {
	margin-top: 50px;
}
.product-description-image {
	max-width: 1140px;
	margin: 0 auto;
}
.product-border {
	border: 1px solid #d2d2d2;
	padding: 36px 0;
}
.product-heading h2 {
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 24px;
	border-bottom: 1px solid #b8b8b8;
	position: relative;
}
.desc p {
	margin: 30px 0;
}

.product-heading h2 span::before {
	position: absolute;
	content: "";
	width: 13%;
	height: 17px;
	top: 44px;
	left: 0;
	border-bottom: 4px solid #b8b8b8;
}

.back-image {
	max-width: 1140px;
	margin: 0 auto;
	background: url(../images/free-fast-img.png);
	background-size: cover;
	margin-top: 30px;
}

.why-choose .container {
	padding: 0;
}
.why-choose {
	background: #e8e8e8;
}
.why-choose-left {
	max-width: 500px;
	margin: 0 auto;
	padding: 50px 0 20px;
	position: relative;
	z-index: 9;
}
.why-choose-right img {
	width: 100%;
	height: 100%;
}
.why-choose-right {
	height: 100%;
}

.why-choose-left h2 {
	font-size: 35px;
	text-transform: uppercase;
	border-bottom: 2px solid #0078d4;
	padding-bottom: 24px;
	letter-spacing: 2px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
}
.why-choose-left h2 span::before {
	position: absolute;
	content: "";
	width: 13%;
	height: 17px;
	top: 105px;
	left: 0;
	border-bottom: 4px solid #0078d4;
}
.why-choose-left ul {
	margin-top: 45px;
	list-style: none;
}

.why-choose-left ul li:not(:last-child) {
	margin-bottom: 20px;
}
.why-choose-left ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 8px;
	height: 8px;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.why-choose-left ul li {
	position: relative;
	padding-left: 16px;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}

.why-choose-right {
	position: relative;
}
.badges {
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 45px;
	max-width: max-content;
}

.row {
    max-width: 100% !important;
    margin: 0 auto !important;
}
.product-description-title .container {
    padding: 0;
}
.services {
	display: flex;
	align-items: center;
}
.service-text p {
	margin-bottom: 0px;
}
.service-text {
	margin-left: 5px;
	text-transform: uppercase;
}
.service-text h3 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
}
.service-text p {
	margin-bottom: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}
.flex-services {
	display: flex;
}
.not-flex {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}
.service-sub-text p {
	margin-top: 0;
	margin: 15px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
.back-bottom-header {
	max-width: 1140px;
	margin: 0 auto;
}
.main_menu {
	position: relative;
	top: 0px;
	z-index: 2;
}
.nav {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 1600px;
	margin: 0 auto;
}
.navigation li a:hover {
	background: #fff;
}
@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%; }
}

body { margin: 0; } 
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;
}

.theme-box {
	margin: 0px auto 40px;
}
.item-description-text.theme-box {
	margin: 0;
}
.flex-div {
	display: flex;
	/*! flex-wrap: wrap; */
	justify-content: space-between;
}

.gallery-bg {
	box-sizing: border-box;
	height: auto;
	margin: 0 auto 30px;
	padding: 0px 0px 30px;
	position: relative;
	width: 100%;
	border: 1px solid #cccc;
}
#gallery {
	_background-color: #fff;
	border: 0px solid #e4e4e4;
	box-sizing: border-box;
	height: auto;
	margin: 0 auto;
	padding: 30px 0px 0px;
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 900px;
}
#gallery #slides {
	display: inline-block;
	height: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	z-index: 500;
	width: 100%;
	margin: 0px auto 0px;
	max-width: 206px;
}
#gallery #slides div ul {
  display: table;
  height: auto;
  list-style: outside none none;
  margin:0px auto 0;
  padding: 0;
  width: auto;
}

#gallery #slides div ul li {
	margin: 0px 0px 0px 20px;
	float: left;
	margin-bottom: 20px;
	background: #fff;
}
#gallery #slides div ul li:last-child {
	margin-right: 0;
}
#slide2 ul li:nth-last-child(1), #slide2 ul li:nth-last-child(2) {
	margin-bottom: 0px !important;
}
#gallery .big-img-wpr {
	box-sizing: border-box;
	display: inline-block;
	height: 688px;
	margin: 0 auto;
	max-width: 688px;
	vertical-align: middle;
	width: 100%;
	background-color: #fff;
}
#gallery div.img-wpr {
	background-color: #fff;
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0px;
	max-height: 688px;
	max-width: 688px;
	position: absolute;
	right: 0;
	top: 30px;
	width: 100%;
	border: 1px solid #bcbcbc;
}
#gallery div.img-wpr .img-box {
	display: table-cell;
	height: 688px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	vertical-align: middle;
	width: 688px;
}
#gallery div.img-wpr .big-img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 688px;
	max-width: 688px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: auto;
	border: 0px solid #bcbcbc;
	width: auto;
	margin-bottom: 0px;
}
#gallery .thumb {
	border: 0px solid #f00;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 186px;
	left: 0;
	position: relative;
	right: 0px;
	width: 186px;
	z-index: 2;
	border: 1px solid #ddd;
	margin-bottom: 0px;
}
.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: 60px;
	width: 60px;
}
#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-listingarea-box {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0px 28px;
}
.desc-hedtitle {
	text-align: center;
	background: #0078d4;
	color: #fff;
	padding: 14px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-transform: uppercase;
}
.org-content {
	width: 100%;
	max-width: 1140px;
	margin: 0px auto;
	display: table;
	padding: 30px;
}
/*------------------------------------------------------------------end hover img-----------------------------------------------------------------*/
.about-img {
	margin: 30px auto;
	text-align: center;
}
.item-title h2 {
	background-color: #101010;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px 15px;
	    font-family: 'Montserrat', sans-serif;
	margin: 0;
}
.desc-title {
	background-color: #101010;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px 15px;
	    font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.item-description-text {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	text-align: justify;
	    font-family: 'Montserrat', sans-serif;
	padding: 20px;
}
.theme-box {
	margin: 0px auto 30px;
	display: flex;
	gap: 30px;
}
.gallery-img {
	margin-top: 20px;
}
.desc_text {
	padding: 20px 0 0;
}
.fa-regular.fa-circle-check {
	padding-right: 5px;
	color: #556e2a;
}
.details {
	padding: 30px 0;
}
.details p {
	display: flex;
	align-items: baseline;
	font-weight: 600;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	color: #333;
}
.fav a {
	text-decoration: navajowhite;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #1a1a18;
	font-family: lato;
	display: flex;
	align-items: center;
}
.right-feed {
	display: flex;
	gap: 30px;
}

.container {
	max-width: 1140px;
	padding: 0;
}
.description-title {
	background: #0078d4;
	width: 100%;
	color: #fff;
	padding: 15px 22px;
	border: 1px solid #696b71;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.description-text {
	width: 100%;
	padding: 30px 20px;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}

.tabbox {
	padding: 0px 0px;
	font-size: 20px;
	margin: 30px auto 0px;
	background: #1c57f4;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 0px 0 30px 0;
}
.tabs .tab h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 30px;
}
.tabs .tab p .green {
	font-weight: bold;
	color: #28bc83;
	font-size: 20px;
}
.tabs label {
	order: 1;
	display: block;
	padding: 0 95.9px;
	cursor: pointer;
	width: auto;
	float: left;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 50px;
	margin: 0 0px 0 10px;
	/* font-weight: normal; */
	height: 50px;
	position: relative;
	z-index: 1;
	font-weight: bold;
	background: #0078d4;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
}

.tabs .tab p .bold {
	font-weight: bold;
	font-size: 18px;
}
.tabs label.border-none{
	border-right: none;
	}
.tabs label a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}
label.nomarginleft {
	margin-left: 0px;
	border-radius: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.tabs .tab {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	background: #fff;
	padding: 30px 20px;
	display: none;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #e1e1e1;
	border-top: 0px;
	box-shadow: none;
}
.tabs .tab h3 {
	text-transform: uppercase;
	font-size: 18px;
}
.tabs .tab, .tabs .tab p {
	text-align: left;
}

.none {
	width: 166.666%;
}
.none_01 {
}
.tabs .tab a {
	color: #821982;
}
.tabs label[for="tabfive"] {
}

.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
	left:0px;
}
.tabs input[type="radio"]:checked + label {
	position: relative;
	z-index: 9;
	margin-right: 0px;
	color: #000;
}
.tabs input[type="radio"]:checked + label::before {
	position: absolute;
	content: "";
	left: 0px;
	z-index: -999999;
	height: 50px;
	top: 0px;
	right: 0px;
	width: 100%;
	margin: 0 auto !important;
	background: #e9e9e9;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.tabs input[type="radio"]:checked + label.nomarginleft::before {
	left: 0px;
	width: 100%;
}
.tabs label::after {
	content: "";
	position: absolute;
	background: url("../images/tab-border.png") no-repeat scroll center left;
	width: 2px;
	left: 0%;
	top: 0px;
	height: 52px;
	z-index: -1;
}

.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

.tab h4 {
	font-size: 22px;
	font-weight: 400;
	color: #ff4000;
	margin-bottom: 25px;
}

.tab.description_content a {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, rgba(11,23,53,1) 0%, rgba(23,41,88,1) 50%, rgba(11,23,53,1) 100%);
	padding: 13px 15px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}
table {
	display: table;
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 100%;
}

td {
	border: 1px solid;
	padding: 5px 10px;
}
.tab.description_content span {
	color: #f00d0d;
}

.head {
	font-weight: bold;
}

.tab.description_content h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #000;
}
.tab.description_content .span {
	color: #2663a6;
}
.uppercase-tab {
	text-transform: uppercase;
}	
.list-return {
	padding-left: 15px;
}
.tab.description_content h5 {
	font-size: 20px;
	margin-bottom: 15px;
}

.ebay-text {
	text-align: center;
}
.ebay-text h2 {
	text-transform: uppercase;
	margin: 80px 0 65px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: 500;
}
.ebay-text span:not(:last-child)::before {
	border-bottom: 4px solid #0078d4;
	content: "";
	position: absolute;
	width: 100%;
	top: 60px;
	left: 5px;
}
.ebay-text span {
	position: relative;
	font-family: 'Oswald', sans-serif;
}

.ebay-orange {
	color: #0078d4;
}
.ebay-text p {
	color: #333333;
}

.entry {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 25px;
	background: #0078d4;
	color: #fff;
	padding: 30px 15px;
	margin: 50px 0;
	border: 1px solid #fff;
	z-index: 9;
	width: 100%;
}
.name {
	height: 70px;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
.what-customers {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 9;
	padding-top: 30px;
}
.what-customers h3 {
	color: #0078d4;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
}
.customers {
	background: url(../images/feedback-back.png) center;
	object-fit: cover;
	background-size: cover;
	position: relative;
}
.row {
	justify-content: space-between;
}
.customers::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: 70%;
}

.view-btn {
	z-index: 9;
	text-align: center;
	padding-bottom: 60px;
}
.view-btn a {
	padding: 17px 60px;
	color: #202020;
	text-decoration: none;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #8c8c8c;
	display: block;
	max-width: max-content;
	margin: 0 auto;
}
.customers {
	margin-top: 65px;
}
.footer .store .title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 7px;
	margin-bottom: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer .store {
	max-width: 230px;
	width: 100%;
}

.desc_box .title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding-bottom: 15px;
	border-bottom: 2px solid #fe864a;
	margin-bottom: 23px;
}
ul {
	list-style: none;
}
.text li:not(:last-child) {
	margin-bottom: 5px;
}
.text li a {
	text-decoration: none;
	color: #494949;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	letter-spacing: .5px;
	font-size: 12px;
}
.fa-solid.fa-arrow-right-long {
	margin-right: 5px;
}
.text li a:hover {
	color: #0078d4;
	transition: ease-in-all-10s;
}
.fa-solid.fa-envelope {
	margin-right: 7px;
}
.newsletter a {
	text-decoration: none;
	color: #0078d4;
	border-bottom: 2px solid;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}
.footer {
	padding: 38px 0;
}
.copy {
	background: #e2e2e2;
	padding: 20px 0;
}
.copyright p {
	margin: 0;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}
.desc_box .title h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}

.desc_text h3 {
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.description-title h2 {
	font-size: 22px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.tab.description_content p {
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 15px;
}
.description-text p {
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	color: #333333;
	line-height: 28px;
}
.why-choose .container {
	padding: 0;
	max-width: 1600px;
}
.why-choose-back .col-sm-12.col-md-6.col-lg-6 {
	padding: 0;
}
.why-choose-left span {
	font-family: 'Oswald', sans-serif;
}
.what-customers h5 {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	margin-top: 5px;
	color: #000;
}
.quote {
	font-weight: bold;
	font-family: lato;
	letter-spacing: 1px;
	font-size: 16px;
}
.footer .store .title h3 {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 600;
}
.store.newsletter .text p {
	color: #494949;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}

.copyright span {
	text-transform: uppercase;
	font-size: 16px;
	color: #0078d4;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin: 0px 3px;
}

.view-btn a:hover {
	background: #fdfdfd;
	border: 2px solid #0078d4;
	color: #0078d4;
}
.material-services {
	display: flex;
	align-items: baseline;
}

.banner .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.banner .container .col-sm-12.col-md-12.col-lg-12.d-flex.align-items-center {
	padding: 0;
}
.service-material {
	padding: 40px;
}
.material-services {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.material-text h2 {
	font-size: 17px;
}
.material-text p {
	margin: 0;
	font-size: 13px;
}

.material-text {
	padding-left: 5px;
}