* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

ol,
ul {
	list-style: none;
}

del {
	text-decoration: line-through;
}
body {
	font-family: "thicccboiregular";
	font-size: 18px;
	color: rgba(237, 230, 204, 0.62);
	overflow-x: hidden;
	min-width: 320px;
	font-weight: 500;
	letter-spacing: 0.05em;
	scroll-behavior: smooth;
	position: relative;
}
p {
	line-height: 1.6;
	font-size: 16px;
	line-height: 140%;
}

input,
textarea,
select {
	font-family: "thicccboiregular";
	font-weight: 500;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.5;
}

a {
	color: rgba(237, 230, 204, 0.62);
	font-family: "thicccboiregular";
	cursor: pointer;
	letter-spacing: 0.05em;
}

button {
	cursor: pointer;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 1350px;
}

@font-face {
	font-family: "thicccboibold";
	src: url("../fonts/thicccboi-bold-webfont.woff2") format("woff2"),
		url("../fonts/thicccboi-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "thicccboiextra_bold";
	src: url("../fonts/thicccboi-extrabold-webfont.woff2") format("woff2"),
		url("../fonts/thicccboi-extrabold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "thicccboiregular";
	src: url("../fonts/thicccboi-regular-webfont.woff2") format("woff2"),
		url("../fonts/thicccboi-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
/* .slider-for{
	display:none !important;
}
.slider-nav{
	display:none !important;
} */
/* hamburger */
.open{
	width: 25px;
	height: 19px;
}
.toggle-box .close{
	padding: 2px;
}
.toggle-box{
	display: none;
}
.toggle-box .toggle-sub{
	display: flex;
}
.toggle-box .close{
	display: none;
}
.open-close img{
	display: block;
	width: 100%;
	height: 100%;
}
  
/* commonstyles */
.yellowLine {
	width: 20px;
	height: 1px;
	display: inline-block;
	background: #e5bb46;
}
.yellowColor {
	color: #e5bb46;
}
.image-box img {
	display: block;
	width: 100%;
}

h1 {
	font-size: 68px;
}

h2 {
	font-size: 50px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 28px;
}
small {
	font-size: 14px;
}
.title-box {
	margin-bottom: 60px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 60px;
}
.title-box h2 {
	font-weight: bold;
}

/* header */

header {
	background: #133630;
	box-shadow: 5px 10px 18px #888888;
}

header .wrapper {
	padding: 10px 0;
}

header .wrapper .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .wrapper .image-box {
	width: 80px;
	height: 80px;
	cursor: pointer;
}

header .wrapper .image-box img {
	height: 100%;
}

header .wrapper nav {
}

header .wrapper nav ul {
	display: flex;
}

header .wrapper nav ul li {
	margin-right: 100px;
	position: relative;
}
header .wrapper nav ul li .activeLine{
	position: absolute;
	width:100%;
	height: 2px;
	
	background:#133630;

	left: 0 ;
	bottom:-10px;
}
header .wrapper nav ul .active .activeLine{
	background:#EDE6CC;
}
header .wrapper nav ul li:last-child {
	margin-right: 0;
}

header .wrapper nav ul li a {
	color: #fff;
	font-size: 18px;
	font-weight:bold;
}
header .wrapper .mobileMenu {
	display: none;
	position: absolute;
    right: 25px;
    top: 70px;
	z-index: 1;
}
header .wrapper .mobileMenu .cover{
	background: linear-gradient(180deg, #244b46 31.76%, #0f322d 100%);
	padding: 20px;
	border-radius: 8px;
}
header .wrapper .mobileMenu .cover ul li{
	margin-bottom: 15px;
}
header .wrapper .mobileMenu .cover ul li a{
	color:#fff;
	font-weight: bold;
}
header .wrapper .mobileMenu .cover ul li:last-child{
	margin-bottom: 0;
}

/* SpotLight */
.spotlight {
	background: #133630;
	height: calc(100vh - 80px);

	padding: 80px 0;
}

.spotlight .wrapper {
	height: 100%;
}

.spotlight .wrapper .container {
	height: 100%;
	display: flex;
	align-items: center;
	background-size: contain;
	background-position: right 100px top 0;
}

.spotlight .wrapper .container .left {
	width: 600px;
}

.spotlight .wrapper .container .left h1 {
	font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
	font-family: "thicccboiextra_bold";
}

.spotlight .wrapper .container .left h2 {
	font-family: "thicccboibold";
	color: #ede6cc;
	margin-top: 10px;
}

.spotlight .wrapper .container .left p {
	margin-top: 34px;
}

.spotlight .wrapper .container .left .buttonBox {
	margin-top: 34px;
}
.buttonBox .varient {
	background: #026154;
	border: 1px solid #026154;
	margin-right: 10px;
}
.buttonBox .varient:hover {
	border: 1px solid #fff;
}
.buttonBox .secondVarient {
	border: 1px solid #fff;
}
.buttonBox .buttonMain {
	padding: 14px 48px;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
}

/* cards */

#cardsection.cards {
	background: linear-gradient(180deg, #244b46 31.76%, #0f322d 100%);
	padding: 100px 0;
}

#cardsection.cards .wrapper {
}

#cardsection.cards .wrapper .container {
}

#cardsection.cards .wrapper .container .title-box {
}

#cardsection.cards .wrapper .container .title-box h2 {
	color: #ede6cc;
	margin-bottom: 5px;
}

#cardsection.cards .wrapper .container .title-box p {
}

#cardsection.cards .wrapper .container .cardContainer {
	display: flex;
	justify-content: space-between;
}

#cardsection.cards .wrapper .container .cardContainer .card {
	width: 22%;
	background: linear-gradient(180deg, #244b46 31.76%, #0f322d 100%);
	border-radius: 8px;
	padding: 40px;
}

#cardsection.cards .wrapper .container .cardContainer .card .image-box {
	width: 100px;
	/* height: 100px; */
	margin-bottom: 12px;
	margin:0 auto 12px auto;
}

#cardsection.cards .wrapper .container .cardContainer .card .image-box img {
}

#cardsection.cards .wrapper .container .cardContainer .card h5 {
	margin-bottom: 12px;
	margin: 0 auto 12px auto;
	font-weight: bold;
	color: #ede6cc;	
	text-align:center;
}

#cardsection.cards .wrapper .container .cardContainer .card p {
}

/* about */
.aboutSection {
	background: #133630;
	padding: 100px 0;
}

.aboutSection .wrapper {
}

.aboutSection .wrapper .container {
	display: flex;
	justify-content: flex-end;
}

.aboutSection .wrapper .container .left {
	width: 50%;
}

.aboutSection .wrapper .container .left small {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	color: #fff;
}
.aboutSection .wrapper .container .left .yellowLine {
	margin-left: 10px;
}

.aboutSection .wrapper .container .left h3 {
	margin-bottom: 16px;
}

.aboutSection .wrapper .container .left p {
	margin-bottom: 120px;
}

.aboutSection .wrapper .container .left .buttonBox {
}

.aboutSection .wrapper .container .left .buttonBox .varient {
}

.aboutSection .wrapper .container .left .buttonBox .buttonMain {
}
/* slidecontainer */
.sliderContainer {
	/* background: linear-gradient(180deg, #244B46 0%, rgba(15, 50, 45, 0.03) 100%); */
	background: #133630;
	padding: 100px 0;
}

.sliderContainer .wrapper {
}

.sliderContainer .wrapper .container {

}
.sliderContainer .wrapper .container .ViewMore{

}

.sliderContainer .wrapper .certifications { 
	margin-top: 70px;
}

.sliderContainer .wrapper .certifications .grid-sub{
	display: flex;
	justify-content:space-between;
}
.sliderContainer .wrapper .certifications .titlebox { 
	margin-bottom: 40px;
}

.sliderContainer .wrapper .certifications .titlebox h6 { 
	color:#fff;
	font-weight:bold;
	position: relative;
	width: fit-content;
}

.sliderContainer .wrapper .certifications .titlebox h6 .halfLine { 

}

.sliderContainer .wrapper .certifications .certificationsLeft { 
	width: 40%;
}

.sliderContainer .wrapper .certifications .certificationsLeft p { 
	color:#fff;
}

.sliderContainer .wrapper .certifications .certificationsRight { 
	width: 58%;

}

.sliderContainer .wrapper .certifications .certificationsRight .gridContainer { 
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.sliderContainer .wrapper .certifications .certificationsRight .gridContainer .gridItem { 
	height:218px;
	width: 31%;
	background-size: cover;
	border-radius: 8px;
	background-position: center;
}
.sliderContainer .wrapper .certifications .certificationsRight .gridContainer .gridItem:nth-child(n+4){
	margin-top: 3%;
}
.sliderContainer .wrapper .certifications .certificationsRight .gridContainer .lastGrid{
	width:65.5%;
}




.sliderContainer .wrapper .ViewMore{
	display: flex;
	justify-content: center;
	margin-top: 32px;
}
.sliderContainer .wrapper .ViewMore a{
	color:#EDE6CC;
	font-weight: bold;
	position: relative;
}
.halfLine{
	position: absolute;
	width: 50%;
	height:2px;
	left: 0;
	bottom:-5px;
	z-index: 1;
	background:#2E6F66
}
.sliderContainer .wrapper .container .containerTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.sliderContainer .wrapper .container .containerTop h6 {
	font-weight: bold;
	color:#fff;
}

.sliderContainer .wrapper .container .containerTop .showMore {
}
.sliderContainer .wrapper .container .susSliderContainer {
	margin-bottom: 40px;
	position: relative;
}
.sliderContainer .wrapper .container .susSliderContainer .image-box {
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 50%;
	cursor: pointer;
}
.sliderContainer .wrapper .container .susSliderContainer .leftarrow {
	left: -10px;
	transform: rotateZ(180deg);
}
.sliderContainer .wrapper .container .susSliderContainer .rightarrow {
	right: -15px;
}
.sliderContainer .wrapper .container .sliderCards {
}

.sliderContainer .wrapper .container .sliderCards .card {
	height: 170px;
	border: 1px solid #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	margin: 0 10px;
	background: #f5f7fa;
}
.sliderContainer .wrapper .container .sliderCards .card h4 {
	text-align: center;
	margin-top: 10px;
	color: #000;
	font-weight:'600'
}

.sliderContainer .wrapper .container .sliderCards .card .image-box1 {
	/* width: 30px;
	height: 38px; */
}

.sliderContainer .wrapper .container .sliderCards .card .image-box1 img {
	display: block;
	width: 70px;
	height:70px;
	border-radius:35px;
}

.sliderContainer .wrapper .container .products-container {
}

.sliderContainer .wrapper .container .products-container .single-product {
}

.sliderContainer
	.wrapper
	.container
	.products-container
	.single-product
	.image-box {
}

.sliderContainer
	.wrapper
	.container
	.products-container
	.single-product
	.image-box
	img {
}

.sliderContainer
	.wrapper
	.container
	.products-container
	.single-product
	.product-title {
}

.sliderContainer
	.wrapper
	.container
	.products-container
	.single-product
	.product-description {
}

.sliderContainer
	.wrapper
	.container
	.products-container
	.single-product
	.button-box {
}

.sliderContainer
	.wrapper
	.container
	.products-container
	.single-product
	.button-box
	.button {
}
/* contact */
.contact {
	padding: 60px 0;
	color: #fff;
	background-color: #133630;
}

#contact .location {
	display: block;
	width: 100%;
	background-color: #fff;
	height: calc(100vh - 190px);
	margin-bottom: 100px;
}

.contact .wrapper {
}

.contact .wrapper .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact .wrapper .container .contactLeft {
	width: 40%;
	margin-right: 58px;
}

.contact .wrapper .container .contactLeft .contactLeftTop {
}

.contact .wrapper .container .contactLeft .contactLeftTop h6 {
	margin-bottom: 30px;
}

.contact .wrapper .container .contactLeft .contactLeftTop h5 {
}

.contact .wrapper .container .contactLeft .contactLeftBottom {
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	padding: 19px;
}

.contact .wrapper .container .contactLeft .contactLeftBottom .singleItem {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	color: #fff;
}
.contact
	.wrapper
	.container
	.contactLeft
	.contactLeftBottom
	.singleItem:last-child {
	margin-bottom: 0;
}

.contact
	.wrapper
	.container
	.contactLeft
	.contactLeftBottom
	.singleItem
	.image-box {
	width: 40px;
	height: 40px;
	background: #d1ad41;
	padding: 12px;
	border-radius: 6px;
	margin-right: 20px;
}

.contact
	.wrapper
	.container
	.contactLeft
	.contactLeftBottom
	.singleItem
	.image-box
	img {
	height: 100%;
}

.contact .wrapper .container .contactLeft .contactLeftBottom .singleItem h5 {
}

.contact .wrapper .container .contactLeft .contactLeftBottom .singleItem h5 a {
}

.contact .wrapper .container .contactRight .success{
	width: 100%;
	padding: 10px;
	background: #c9eee3;
	color: #4F8673;
	border-radius: 6px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	font-size: 15px;
}
.contact .wrapper .container .contactRight .close-success{
	height: 20px;
	width: 20px;
}
.contact .wrapper .container .contactRight {
	width: 580px;
}
.contact .wrapper .container .contactRight form {
	padding: 40px;
	background: #fff;
	border-radius: 12px;
}

.contact .wrapper .container .contactRight form h6 {
	color: #000;
	margin-bottom: 32px;
}

.contact .wrapper .container .contactRight form .input-box {
}

.contact .wrapper .container .contactRight form .input-box input {
	background: #f5f7fa;
	padding: 21px;
	width: 100%;
	color: #939393;
	font-size: 18px;
	margin-bottom: 32px;
	border-radius: 6px;
}
.contact .wrapper .container .contactRight form .input-box textarea {
	background: #f5f7fa;
	padding: 21px;
	width: 100%;
	color: #939393;
	font-size: 18px;
	margin-bottom: 32px;
	border-radius: 6px;
	resize: none;
}
.contact .wrapper .container .contactRight form .submitButton {
	padding: 21px 0;
	text-align: center;
	background: #d1ad41;
	width: 100%;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
}
/* footer */
footer {
	background: #133630;
	padding: 60px 0;
}
footer a {
	color: #fff;
}
footer .wrapper {
}

footer .wrapper .container {
	display: flex;
	justify-content: space-between;
}

footer .wrapper .container .footerLeft .image-box {
	width: 70px;
	height: 75px;
}

footer .wrapper .container .footerLeft {
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer .wrapper .container .footerRight {
	display: flex;
	margin-top: 20px;
}
footer .wrapper .container .footerRight li {
	margin-right: 14px;
}
footer .wrapper .container .footerRight li a {
	height: 30px;
	width: 30px;
}
footer .wrapper .container .footerRight li:last-child {
	margin-right: 0;
}
footer .wrapper .container .footerCol {
}
footer .wrapper .container .footerCol ul {
	margin-top: 20px;
}
footer .wrapper .container .footerCol ul li {
	margin-bottom: 12px;
}
footer .wrapper .container .footerCol ul li a {
	font-size: 17px;
}
footer .wrapper .container .footerCol ul li:last-child {
	margin-bottom: 0;
}
footer .wrapper .container .sameCOl {
	max-width: 300px;
	line-height: 24px;
}
footer .wrapper .container .sameCOl li a {
	display: flex;
	/* align-items: baseline; */
}
footer .wrapper .container .sameCOl li a .imageBox {
	padding-top: 4px;
	margin-right: 14px;
}
footer .wrapper .container .footerCol h4 {
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #244b46;
	width: fit-content;
	padding-bottom: 4px;
}
footer .wrapper .container .footerRight li {
}

footer .wrapper .container .footerRight li a {
	display: inline-block;
	width: 30px;
	height: 30px;
}

footer .wrapper .container .footerRight li a img {
	display: block;
	width: 100%;
	height: 100%;
}

/* Product Page ---------------------------------------------------------------------------------------------- */
#products {
	background-color: #244b46;
	position: relative;
	padding-bottom: 50px;
	/* min-height: 100vh; */
}

#products .wrapper {
}
#products .wrapper .title-box {
	padding-top: 30px;
}
#products .wrapper .title {
	text-align: center;
	display: block;
	/* font-size: 48px; */
	font-style: normal;
	font-weight: 600;
	line-height: 72px;
	letter-spacing: 0em;
	color: #fff;
}
#products .wrapper .container .inner-container {
	display: flex;
	justify-content: space-between;
}

#products .filter-box {
	width: 25%;
	background: #fff;
	border-radius: 8px;
	padding: 30px 20px;
}
#products .filter-box .filter-category {
	margin-bottom: 30px;
}
#products .filter-box .filter-category:last-child {
	margin-bottom: 0;
}

#products .filter-text {
	color: #000;
	margin-bottom: 30px;
	font-family: "thicccboiregular";
	font-weight: 600;
	font-size: 24px;
}

#products .filter-box .filteritems {
}

#products .filter-box .filter-type {
	color: #000;
	margin-bottom: 20px;
	font-weight: 600;
}

#products .filter-box .filteritems .filter-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#products .filter-box .filteritems .filter-item:last-child {
	margin-bottom: 0;
}
#products .filter-box .filteritems .filter-item .check-box .customCheck {
}

#products .filter-box .filteritems .filter-item .check-box .customCheck {
	width: 100%;
	height: 100%;
	cursor: pointer;
	/* position: absolute; */
	position: relative;
	border-radius: 0 !important;
}

#products .filter-box .filteritems .filter-item .check-box .check-box-filled {
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#products .filter-box .filteritems .filter-item .check-box .coverInput {
	display: none;
}

#products .filter-box .filteritems .filter-item .item-name {
	color: #000;
}
.products-main-container {
	width: 72%;
	background: #fff;
	border-radius: 8px;
	padding: 30px;
}

/* ======================================================== */
.sliderContainer .products-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 25px;
}

.sliderContainer .products-container .single-product {
	background: #fff;
	padding: 24px;
	border-radius: 12px;
	cursor: pointer;
}

.sliderContainer .products-container .single-product .image-box {
	margin-bottom: 10px;
}

.sliderContainer .products-container .single-product .image-box img {
}

.sliderContainer .products-container .single-product .product-title {
	color: #000;
}

.sliderContainer .products-container .single-product .product-description {
	color: #000;
}

.sliderContainer .products-container .single-product .button-box {
	display: flex;
	width: 95%;
	justify-content: space-between;
	margin-top: 10px;
}

.sliderContainer .products-container .single-product .button-box .button {
	padding: 10px 15px;
	background-color: #12342e;
	color: #fff;
}
/* ============================================================== */

.products-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
}

.products-container .single-product {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #aeaeae;
}

.products-container .single-product .image-box {
	margin-bottom: 20px;
}

.products-container .single-product .image-box img {
}

.products-container .single-product .product-title {
	color: #000;
	margin-bottom: 10px;
	font-family: "thicccboibold";
}

.products-container .single-product .product-description {
	color: #000;
}

.products-container .single-product .button-box {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.products-container .single-product .button-box .button {
	padding: 8px 10px;
	background-color: #12342e;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
}

#products .wrapper .bottom {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

#products .wrapper .pagintaion {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 20px;
	background-color: #345d58;
	border-radius: 6px;
}
#products .wrapper .pagintaion .number-box {
	height: 35px;
	width: 35px;
	background-color: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	margin-right: 10px;
	cursor: pointer;
}
#products .wrapper .pagintaion .number-box:last-child {
	margin-right: 0;
}

#products .wrapper .pagintaion .arrow-button {
	padding: 9px 8px;
	background-color: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 4px;
}
#products .wrapper .pagintaion .arrow-button .image-box {
	width: 12px;
	height: 15px;
	margin-right: 5px;
}
#products .wrapper .pagintaion .arrow-button .image-box:last-child {
	margin-left: 5px;
}
#products .wrapper .pagintaion .arrow-button .arrow {
	height: 100%;
	width: 100%;
}
#products .wrapper .pagintaion .page-number {
	padding: 8px 14px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 4px;
	color: #000;
}
#products .wrapper .pagintaion .page-number:first-child {
	margin-right: 5px;
}

/* single product modal */

.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
	display: none;
}
.overLayModal {
	filter: blur(4px);
	position: absolute;
	width: 100%;
	background-color: #0e193aa1;
	/* opacity: 0.3; */
	height: 100%;
}
.modal-backlay {
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	backdrop-filter: blur(3px);
}
.modal-background {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
}
/* {
	width: 100%;
} */
.scroll-container {
	z-index: 99;
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	padding: 80px 60px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	height: 90vh;
}
.scroll-container .containerChange {
	
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
	overflow-y: scroll;
	height: calc(100vh - 235px);
}
::-webkit-scrollbar {
	display: none;
}

.modalclose {
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

.left-container {
	width: 48%;
}
.left-container .slider-for {
}

.left-container .image-box-top {
	height: 500px;
	/* width: 100px;  */
	margin-bottom: 30px;
}

.left-container .image-box-top .product-main-image {
	object-fit: cover;
	height: 100%;
}

.left-container .slider-bottom-container {
}
.left-container .slider-bottom-container .slick-list {
	display: inline-block !important;
	/* margin: 0!important; */
	padding: 0 !important;
	width: 80% !important;
}

.left-container .slider-bottom-container .image-box-bottom {
	height: 150px;
	margin-right: 20px;
}

.left-container .slider-bottom-container .image-box-bottom:last-child {
	margin-right: 0;
}

.left-container
	.slider-bottom-container
	.image-box-bottom
	.product-bottom-image {
	object-fit: cover;
	height: 100%;
}

.right-container {
	width: 48%;
}

.right-container .product-title {
	font-size: 28px;
	font-family: "thicccboibold";
	color: #000;
	margin-bottom: 20px;
}

.right-container .product-description {
	color: #939393;
	margin-bottom: 50px;
}

.right-container .quantity-box {
}

.right-container .quantity-box .quantity-title {
	font-size: 18px;
	color: #000;
	font-family: "thicccboibold";
}

.right-container .quantity-box .quantity-num {
	display: flex;
	justify-content: space-between;
	width: 25%;
	align-items: center;
	margin-bottom: 30px;
}

.right-container .quantity-box .quantity-num .change-button {
	color: #000;
	background-color: #f5f7fa;
	padding: 20px;
}

.right-container .quantity-box .quantity-num .page-number {
	font-size: 18px;
	font-family: "thicccboibold";
	color: #000;
	background-color: #f5f7fa;
	padding: 30px;
}

.right-container
	.quantity-box
	.quantity-num
	.change-button
	.change-quantity-button {
}

.right-container .quantity-box .quantity-num div {
	/* display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
	padding: 30px 0; */
}

.right-container .quantity-box .quantity-num div .page-number {
}

.right-container .quantity-box .quantity-num .arrow-button {
}

.right-container
	.quantity-box
	.quantity-num
	.arrow-button
	.change-quantity-button {
}

.right-container .button {
	padding: 10px 15px;
	background-color: #12342e;
	color: #fff;
	border-radius: 6px;
}
/* modal 2 */
.containerChange2 {
	color: #000;
	display: none;
	height: 100%;
}
.containerChange2 .containerChange2-sub{
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.containerChange2 h6 {
}

.containerChange2 form {
	margin-top: 50px;
	background: #f5f7fa;
	padding: 30px;
	border-radius: 6px;
}

.containerChange2 form h5 {
	margin-bottom: 30px;
}

.containerChange2 form .formInputBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.containerChange2 form .formInputBox .subBox {
	display: flex;
	width: 48%;
	flex-direction: column;
}
.containerChange2 form .formInputBox .subBox:nth-child(n + 3) {
	margin-top: 30px;
}
.containerChange2 form .formInputBox .subBox label {
	font-size: 16px;
	margin-bottom: 5px;
	color: #939393;
}

.containerChange2 form .formInputBox .subBox input {
	background: #dee2e6;
	padding: 16px 20px;
	border-radius: 6px;
	color: #000;
	font-size: 16px;
	opacity: 1;
}
.containerChange2 form .formInputBox .subBox textarea {
	background: #dee2e6;
	padding: 16px 20px;
	border-radius: 6px;
	color: #000;
	font-size: 16px;
	opacity: 1;
	resize: none;
}
.containerChange2 .submit {
	font-size: 16px;
	color: #fff;
	padding: 8px 16px;
	display: inline-block;
	background: #12342e;
	margin-top: 20px;
	width: fit-content;
	border-radius: 6px;
}
.conatainerChange3 {
	display: none;
	height: 100%;
}
.conatainerChange3  .subconatiner3{
	display: flex;
	align-items: center;
	justify-content:center;
	height: 100%;
}
.conatainerChange3 .image-box {
	width: 300px;
	height: 300px;
}
.conatainerChange3 .subconatiner3 {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.conatainerChange3 .subconatiner3 .button {
	font-size: 16px;
	color: #fff;
	padding: 8px 16px;
	display: inline-block;
	background: #12342e;
	margin-top: 20px;
	border-radius: 6px;
}
/* contact us ----------------------------------------------------------------*/


.footer-details 	{
	background: #133630;
	padding: 60px 0;
	margin-bottom: 100px;
}
.footer-details {
	color: #fff;
}
.footer-details .title-top {
	display: flex;
	align-items: center;
}
.footer-details .map-image {
	margin-right: 20px;
}

.footer-details .container {
	display: flex;
	justify-content: space-around;
	width: 70%;
	margin: 0 auto;
}

.footer-details .container .footerLeft .image-box {
	width: 70px;
	height: 75px;
}

.footer-details .container .footerLeft {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-details .container .footerRight {
	display: flex;
	margin-top: 20px;
}
.footer-details .container .footerRight li {
	margin-right: 14px;
}
.footer-details .container .footerRight li a {
	height: 30px;
	width: 30px;
}
.footer-details .container .footerRight li:last-child {
	margin-right: 0;
}
.footer-details .container .footerCol {
}
.footer-details .container .footerCol ul {
	margin-top: 20px;
	padding-left: 60px;
}
.footer-details .container .footerCol ul li {
	margin-bottom: 12px;
}
.footer-details .container .footerCol ul li a {
	font-size: 17px;
}
.footer-details .container .footerCol ul li:last-child {
	margin-bottom: 0;
}
.footer-details .container .sameCOl {
	max-width: 300px;
	line-height: 24px;
	width: 48%;
}
.footer-details .container .sameCOl li a {
	display: flex;
	/* align-items: baseline; */
}
.footer-details .container .sameCOl li a .imageBox {
	padding-top: 4px;
	margin-right: 14px;
}
.footer-details .container .footerCol h4 {
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #244b46;
	width: fit-content;
	padding-bottom: 4px;
}
.footer-details .container .footerRight li {
}

.footer-details .container .footerRight li a {
	display: inline-block;
	width: 30px;
	height: 30px;
}

.footer-details .container .footerRight li a img {
	display: block;
	width: 100%;
	height: 100%;
}


/* about page ----------------------------------------------------------------*/
.aboutus {
	background-color: #244b46;
	color: #fff;
	padding-bottom: 100px;
}

.aboutus .wrapper {
}

.aboutus .wrapper .container {
}

.aboutus .wrapper .container h2 {
	padding: 72px 0;
	text-align: center;
	font-weight: bold;
	font-family: "thicccboiextra_bold";
}

.aboutus .wrapper .subContainer {
}

.aboutus .wrapper .subContainer .title-box {
	max-width: 800px;
}

.aboutus .wrapper .subContainer .title-box h3 {
	line-height: 40px;
}

.aboutus .wrapper .subContainer .imageContainer {
	height: 360px;
	background-size: cover;
	margin-bottom: 70px;
}

.aboutus .wrapper .subContainer p {
	text-align: justify;
}

/* The container */
.check-box {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .check-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }

/* When the checkbox is checked, add a blue background */
.check-box input:checked ~ .checkmark:after {
	/* background-color: red; */
	/* border: 2px solid #9f9a9a; */
}
  
/* Show the checkmark when checked */
	.check-box input:checked ~.checkmark {
	display: block;
	background:#000;
	}

  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: -5px;
	left: 0;
	height: 25px;
	width: 25px;	
	border-radius: 3px;
	border: 1px solid #000;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	/* display: none; */
	left: 8px;
    top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  

  
  /* Style the checkmark/indicator */
  .check-box .checkmark:after {
	/* left: 6px;
    top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); */
  }

/* responsive --------------------------------------------------------------*/

@media all and (max-width: 1500px) {
	.spotlight .wrapper .container {
		background-position: right 16px top 0;
	}
	header .wrapper nav ul li {
		margin-right: 60px;
	}
	header .wrapper nav ul li a {
		color: #fff;
		font-size: 17px;
	}
	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 40px;
	}
	h6 {
		font-size: 26px;
	}
	.spotlight .wrapper .container .left h2 {
		margin-top: 4px;
	}
	.spotlight .wrapper .container .left p {
		margin-top: 25px;
	}
	.buttonBox .buttonMain {
		padding: 12px 40px;
		font-size: 15px;
	}
	.title-box {
		max-width: 650px;
		margin: 0 auto 50px;
	}
	#cardsection.cards .wrapper .container .cardContainer .card .image-box {
		width: 100px;
		/* height: 80px; */
		margin-bottom: 10px;
	}
	#cardsection.cards .wrapper .container .cardContainer .card {
		padding: 30px;
	}
	footer .wrapper .container .footerCol ul li a {
		font-size: 16px;
	}
	footer .wrapper .container .footerRight li a {
		width: 26px;
		height: 26px;
	}
	.left-container .image-box-top {
		height: 400px;
	}

	.left-container .slider-bottom-container .image-box-bottom {
		height: 112px;
	}
}
@media all and (max-width: 1280px) {
	.spotlight .wrapper .container .left {
		width: 370px;
	}
	header .wrapper nav ul li {
		margin-right: 50px;
	}
	h2 {
		font-size: 34px;
	}
	h6 {
		font-size: 24px;
	}
	h5 {
		font-size: 16px;
	}
	.title-box {
		max-width: 500px;
	}
	#cardsection.cards .wrapper .container .cardContainer {
		flex-wrap: wrap;
		justify-content: center;
	}
	#cardsection.cards .wrapper .container .cardContainer .card {
		width: 31%;
		margin-right: 2%;
	}
	#cardsection.cards .wrapper .container .cardContainer .card:last-child {
		margin-right: 0;
		margin-top: 2%;
	}
	#cardsection.cards .wrapper .container .cardContainer .card:nth-child(3) {
		margin-right: 0;
	}
	.aboutSection .wrapper .container .left {
		width: 60%;
	}
	.aboutSection .wrapper .container .left p {
		margin-bottom: 50px;
	}
	.sliderContainer .products-container {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
	}
	.contact .wrapper .container .contactRight {
		width: 450px;
	}
	.contact .wrapper .container .contactRight form {
		padding: 30px;
	}
	.contact .wrapper .container .contactRight form .input-box textarea {
		padding: 15px;
		font-size: 16px;
	}
	.contact .wrapper .container .contactRight form .input-box input {
		padding: 15px;
		font-size: 16px;
	}
	.contact
		.wrapper
		.container
		.contactLeft
		.contactLeftBottom
		.singleItem
		.image-box {
		width: 35px;
		height: 35px;
		padding: 10px;
		margin-right: 13px;
	}
	.contact .wrapper .container .contactLeft .contactLeftBottom .singleItem {
		margin-bottom: 22px;
	}
	.contact .wrapper .container .contactRight form .input-box input {
		margin-bottom: 25px;
	}
	.contact .wrapper .container .contactRight form .submitButton {
		padding: 14px 0;
	}
	.contact .wrapper .container .contactLeft .contactLeftTop h6 {
		margin-bottom: 24px;
	}
	footer .wrapper .container {
		flex-wrap: wrap;
	}
	footer .wrapper .container .footerCol4:last-child {
		margin-top: 15px;
	}
	/* padding  section*/
	#cardsection.cards {
		padding: 80px 0;
	}
	.aboutSection {
		padding: 80px 0;
	}
	.sliderContainer {
		padding: 80px 0;
	}
	.left-container .image-box-top {
		height: 300px;
	}
	.right-container {
		/* padding-top: 50px; */
	}

	.left-container .slider-bottom-container .image-box-bottom {
		height: 78px;
	}
}
@media all and (max-width: 1200px) {
	.sliderContainer .wrapper .certifications .certificationsRight .gridContainer .gridItem {
		height: 194px;
	}
}
@media all and (max-width: 980px) {
	header .wrapper nav ul li a {
		font-size: 15px;
	}
	header .wrapper nav ul li {
		margin-right: 30px;
	}
	.spotlight .wrapper .container {
		background-size: 360px;
		background-position: right 16px bottom 0px;
		align-items: flex-start;
	}
	.spotlight .wrapper .container .left {
		width: 100%;
	}
	.spotlight .wrapper .container .left p {
		margin-top: 12px;
	}
	.buttonBox .buttonMain {
		padding: 11px 36px;
		font-size: 14px;
	}
	.spotlight .wrapper .container .left .buttonBox {
		margin-top: 12px;
	}
	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 30px;
	}
	#cardsection.cards .wrapper .container .cardContainer .card {
		width: 40%;
	}
	#cardsection.cards .wrapper .container .cardContainer .card:nth-child(3) {
		margin-right: 2%;
	}
	#cardsection.cards .wrapper .container .cardContainer .card:nth-child(2) {
		margin-right: 0;
	}
	#cardsection.cards
		.wrapper
		.container
		.cardContainer
		.card:nth-child(n + 3) {
		margin-top: 2%;
	}
	/*  {
		flex-direction: column;
	} */
	.scroll-container .containerChange {
		flex-direction: column;
	}
	.scroll-container .containerChange .left-container {
		width: 70%;
		margin: 0 auto;
	}
	.scroll-container .containerChange .right-container {
		width: 100%;
		margin-top: 20px;
	}
	/* .slider-for {
		width: 80%;
	} */
	.maintainer2 {
	}

	.left-container .slider-bottom-container .image-box-bottom {
		/* margin: 0 0 10px 0; */
	}
	.left-container .image-box-top {
		/* margin: 0 30px 0 0; */
	}
	.containerChange2 form .formInputBox {
		flex-direction: column;
	}
	.containerChange2 form .formInputBox .subBox {
		width: 100%;
		flex-direction: column;
	}
	.containerChange2 form .formInputBox .subBox:nth-child(n + 2) {
		margin-top: 15px;
	}
	.containerChange2 form {
		margin-top: 30px;
	}
	.containerChange2 form .formInputBox .subBox input {
		background: #dee2e6;
		padding: 14px;
		font-size: 15px;
	}
	header .wrapper .image-box {
		width: 70px;
		height: 70px;
	}
	.check-box {
		margin-bottom: 0;
	}
	.sliderContainer .wrapper .certifications .grid-sub {
		flex-direction: column;
	}
	.sliderContainer .wrapper .certifications .certificationsLeft {
		width: 100%;
	}
	.sliderContainer .wrapper .certifications .certificationsRight {
		width: 90%;
		margin: 30px auto 0;
	}
	.sliderContainer .wrapper .certifications {
		margin-top: 50px;
	}
	.containerChange {
		overflow-y: scroll;
	}
	.scroll-container .containerChange {
		padding-right: 9px;
	}
}

@media all and (max-width: 800px) {
	.contact .wrapper .container {
		flex-direction: column;
	}
	.contact .wrapper .container .contactLeft {
		width: 500px;
		margin: 0 0 50px 0;
	}
	.contact .wrapper .container .contactRight {
		width: 500px;
	}
	footer .wrapper .container .footerCol ul li a {
		font-size: 14px;
	}
}
@media all and (max-height: 900px) {
	::-webkit-scrollbar {
		display: block ;
	}
}
@media all and (max-width: 768px) {
	.spotlight {
		height: calc(100vh - 80px);
		padding: 50px 0;
	}
	p {
		font-size: 15px;
	}
	.spotlight .wrapper .container {
		background-size: 352px;
		background-position: center bottom 0px;
		align-items: flex-start;
	}
	.title-box {
		max-width: unset;
		width: 100%;
		margin: 0 auto 30px;
	}
	.aboutSection .wrapper .container .left {
		width: 70%;
		margin: 0 auto;
	}
	.aboutSection .wrapper .container .left p {
		margin-bottom: 30px;
		color: #fff;
	}
	footer .wrapper .container .footerLeft {
		width: 100%;
		margin-bottom: 20px;
	}
	footer .wrapper .container .sameCOl li a .imageBox img {
		width: 14px;
		height: 18px;
	}
	.left-container {
		width: 90%;
	}
	.sliderContainer .wrapper .certifications .certificationsRight .gridContainer .gridItem {
		height: 160px;
	}
	.scroll-container .containerChange .left-container {
		width: 100%;
	}
	/* padding  section*/
	#cardsection.cards {
		padding: 50px 0;
	}
	.aboutSection {
		padding: 50px 0;
	}
	.sliderContainer {
		padding: 50px 0;
	}
	#cardsection.cards {
		padding: 50px 0;
	}
	footer {
		padding: 50px 0;
	}
}
@media all and (max-width: 640px) {
	.sliderContainer .products-container {
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}
	#cardsection.cards .wrapper .container .cardContainer .card {
		width: 48%;
	}
	.aboutSect80pxrapper .container .left {
		width: 100%;
	}
	.contact .wrapper .container .contactLeft {
		width: 100%;
		margin: 0 0 40px 0;
	}
	.contact .wrapper .container .contactRight {
		width: 100%;
	}
	footer .wrapper .container .footerCol {
		max-width: unset;
		width: 100%;
		line-height: 24px;
		margin-top: 15px;
	}
	.sliderContainer
		.wrapper
		.container
		.products-container
		.single-product
		.button-box
		.button {
		font-size: 14px;
	}
	header .wrapper nav {
		display: none;
	}
	.left-container {
		width: 100% !important;
	}

	.left-container .slider-bottom-container .image-box-bottom {
		height: 62px;
	}
	 .left-container .image-box-top {
		height: 270px;
		/* margin: 0 15px 0 0; */
	}
	.right-container .product-description {
		margin-bottom: 30px;
	}
	h6 {
		font-size: 20px;
	}
	#products .filter-text {
		margin-bottom: 12px;
	}
	.products-container {
		grid-gap: 23px;
	}
	.scroll-container {
		padding: 30px;
	}
	.containerChange2 .containerChange2-sub {
		justify-content:unset;
		overflow-y: scroll;
		padding: 0 10px 0 0;
	}
	.footer-details .container  {
		display: block;
	}
	.modalclose {
		position: absolute;
		top: 12px;
		right: 16px;
		cursor: pointer;
		width: 12px;
		height: 12px;
	}
	.modalclose img{
		display: block;
		width: 100%;
		height: 100%;
	}
	header .wrapper .image-box {
		width: 60px;
		height: 60px;
	}
	.spotlight .wrapper .container {
		background-size: 0;
	}
	.spotlight .wrapper .container {
		align-items: center;
	}
	.sliderContainer .wrapper .certifications .certificationsRight .gridContainer .gridItem {
		height: 120px;
	}
	.toggle-box{
		display: block;
	}
	.footer-details .container .sameCOl {
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-details .container .sameCOl:last-child {
		margin-bottom: 0;
	}
	.fake{
		display:none;
	}
	.aboutSection .wrapper .container .left {
		width: 100%;
		padding-top: 400px;
	}
	
	.scroll-container {
		padding: 23px;
	}
	.scroll-container .containerChange {
		height: calc(100vh - 133px);
	}

}
@media all and (max-width: 640px) {
	.scroll-container {
		height: 90vh;
	}
	.containerChange {
		height: 100%;
		overflow-y: scroll;
	}
	::-webkit-scrollbar {
		/* display: none; */
	}

	/* Track */
	::-webkit-scrollbar-track {
		/* display: none; */
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
		display: none;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		display: none;
	}
}

@media all and (max-width: 480px) {
	#products .wrapper .title {
		line-height: unset;
	}

	.left-container .slider-bottom-container .image-box-bottom {
		margin: 0 10px 0 0;
	}

	.left-container .slider-bottom-container .image-box-bottom:last-child {
		margin: 0;
	}
	.slider-for {
		width: 100%;
	}
	.left-container {
		flex-direction: column;
	}
	.left-container .image-box-top {
		margin: 0 0 15px 0;
	}
	.right-container .button {
		font-size: 14px;
	}
	.modalclose {
		top: 8px;
		right: 8px;
		cursor: pointer;
		width: 14px;
		height: 14px;
	}
	.modalclose img {
		display: block;
		width: 100%;
		height: 100%;
	}
	.sliderContainer .products-container {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 28px;
	}
	p {
		font-size: 14px;
	}
	.buttonBox .buttonMain {
		padding: 10px 30px;
		font-size: 13px;
	}
	#cardsection.cards .wrapper .container .cardContainer .card {
		width: 100%;
		margin-right: 0;
	}
	#cardsection.cards .wrapper .container .cardContainer .card {
	}
	#cardsection.cards .wrapper .container .cardContainer .card:nth-child(3) {
		margin-right: 0;
	}
	#cardsection.cards .wrapper .container .cardContainer .card:nth-child(2) {
		margin-right: 0;
	}
	#cardsection.cards
		.wrapper
		.container
		.cardContainer
		.card:nth-child(n + 2) {
		margin-top: 2%;
	}
	#cardsection.cards .wrapper .container .cardContainer .card {
		padding: 25px;
	}
	.sliderContainer .wrapper .certifications .certificationsRight {
		width: 100%;
	}
	.aboutSection .wrapper .container .left {
		padding-top: 315px;
	}
	.sliderContainer .wrapper .container .susSliderContainer .leftarrow {
		left: -14px;
	}
	
	
}
@media all and (max-width: 420px) {
	/* .spotlight .wrapper .container {
		background-size: 100%;
	} */
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	.left-container .image-box-top {
		height: 210px;
	}
	.sliderContainer .wrapper .certifications .certificationsRight .gridContainer .gridItem {
		height: 100px;
	}
	.aboutSection .wrapper .container .left {
		padding-top: 290px;
	}
}

