:root {
	--white: #fff;
	--black: #000;
	--gray: #686868;
	--mgray: #d1d1d1;
	--lgray: #f1f1f1;
	--dgray: #202020;
	--tc_1: #004990;
	--ltc_1: #e1f0ff;
	--dtc_1: #0d2236;
	--tc_2: #b37a00;
	--ltc_2: #ffd477;
	--lltc_2: #fff1d4;
	--dtc_2: #705211;
}
body, html {
	margin:0;
	padding:0;
	color: var(--black);
	overflow-x: hidden;
	font-family: 'Nunito Sans', sans-serif;
}

section.about-two {
    padding: 50px 0px;
}
.check-list li:before {
    position: absolute;
    content: '\f00c';
    left: 0px;
    top: 0px;
    color: var(--main-color);
    font-family: 'Font Awesome 5 Pro';
}

.check-list li {
    line-height: 30px;
    font-size: 17px;
    color: #000;
    padding-left: 30px;
    margin-bottom: 8px;
}

span.customspan {
    font-size: 20px;
    color: #004990;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
span.customcolor {
    color: #004990;
}

section.customtabs {
    background-color: #0c6aaf47;
    padding: 50px 20px;
    margin-bottom: 50px;
}

h3.customtitle.sitemap{
	 font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;

}

i.fa-solid.fa-chevrons-right {
    margin-right: 10px;
}

p.nomargin.footerlinkpara {
    margin-bottom: 10px;
}
h1.customtitle.sitemap{
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;

}
img {
	max-width: 100%;
	width: 100%;
}
.displayinpc-f {
	display: flex;
}
.displayinmobile-f {
	display: none;
}

@media (max-width: 767.98px) {
	.displayinpc-f {
		display: none;
	}
	.displayinmobile-f {
		display: inline-block;
	}
}
/*GENERAL CSS*/
.back-gray {
	background-color: var(--gray);
}
.back-lgray {
	background-color: var(--lgray);
}
.back-mgray {
	background-color: var(--mgray);
}
.back-dgray {
	background-color: var(--dgray);
}
.back-tc1 {
	background-color: var(--tc_1);
}
.back-ltc1 {
	background-color: var(--ltc_1);
}
.back-dtc1 {
	background-color: var(--dtc_1);
}
.back-tc2 {
	background-color: var(--tc_2);
}
.back-ltc2 {
	background-color: var(--ltc_2);
}
.back-dtc2 {
	background-color: var(--dtc_2);
}
.color-gray {
	color: var(--gray);
	transition: 200ms ease-in-out;
}
.color-lgray {
	color: var(--lgray);
	transition: 200ms ease-in-out;
}
.color-mgray {
	color: var(--mgray);
	transition: 200ms ease-in-out;
}
.color-dgray {
	color: var(--dgray);
	transition: 200ms ease-in-out;
}
.color-tc1 {
	color: var(--tc_1);
	transition: 200ms ease-in-out;
}
.color-ltc1 {
	color: var(--ltc_1);
	transition: 200ms ease-in-out;
}
.color-dtc1 {
	color: var(--dtc_1);
	transition: 200ms ease-in-out;
}
.color-tc2 {
	color: var(--tc_2);
	transition: 200ms ease-in-out;
}
.color-ltc2 {
	color: var(--ltc_2);
	transition: 200ms ease-in-out;
}
.color-dtc2 {
	color: var(--dtc_2);
	transition: 200ms ease-in-out;
}
.h-color-gray:hover,
.h-color-gray:focus,
.h-color-gray:active {
	color: var(--gray);
}
.h-color-lgray:hover,
.h-color-lgray:focus,
.h-color-lgray:active {
	color: var(--lgray);
}
.h-color-mgray:hover,
.h-color-mgray:focus,
.h-color-mgray:active {
	color: var(--mgray);
}
.h-color-dgray:hover,
.h-color-dgray:focus,
.h-color-dgray:active {
	color: var(--dgray);
}
.h-color-tc1:hover,
.h-color-tc1:focus,
.h-color-tc1:active {
	color: var(--tc_1);
	transition: 200ms ease-in-out;
}
.h-color-ltc1:hover,
.h-color-ltc1:focus,
.h-color-ltc1:active {
	color: var(--ltc_1);
	transition: 200ms ease-in-out;
}
.h-color-dtc1:hover,
.h-color-dtc1:focus,
.h-color-dtc1:active {
	color: var(--dtc_1);
	transition: 200ms ease-in-out;
}
.h-color-tc2:hover,
.h-color-tc2:focus,
.h-color-tc2:active {
	color: var(--tc_2);
	transition: 200ms ease-in-out;
}
.h-color-ltc2:hover,
.h-color-ltc2:focus,
.h-color-ltc2:active {
	color: var(--ltc_2);
	transition: 200ms ease-in-out;
}
.h-color-dtc2:hover,
.h-color-dtc2:focus,
.h-color-dtc2:active {
	color: var(--dtc_2);
	transition: 200ms ease-in-out;
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: var(--white);
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px var(--gray); 
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	background-color: var(--tc_1); 
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
	background-color: var(--tc_2);
}

/* PRODUCT SLIDER */
.owl-theme .owl-nav {
	margin-top: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.owl-prev {
    position: absolute;
    left: 0;
}
.owl-next {
    position: absolute;
    right: 0;
}
.owl-theme .owl-dots {
	display: none;
}
.owl-theme .owl-nav span {
	padding: 10px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	background-color: var(--ltc_2) !important;
	font-size: 24px !important;
	transition: all 0.2s ease-in-out;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: var(--ltc_1) !important;
	color: var(--tc_2) !important;
}

/*MAIN CSS*/
.navbar-expand-lg .navbar-nav .nav-link {
	color: var(--black);
	font-weight: 600;
	margin-inline: 5px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
	background-color: var(--ltc_2);
}
.dropdown-item:hover,
.dropdown-item:focus {
	background-color: var(--ltc_2);
	color: var(--black);
}
.logocss {
    max-width: 350px;
}
.gstin_pc {
    position: absolute;
    bottom: -13px;
    left: 81px;
    font-size: 16px;
    font-weight: 600;
	background-color: var(--white);
    z-index: 999;
    padding: 4px 24px;
    border-radius: 15px;
}
.sm_float {
    position: fixed;
    z-index: 999999;
    bottom: 30px;
    left: 10px;
    display: grid;
    row-gap: 8px;
}
.whatsapp_icon {
    margin: 0;
    font-size: 30px;
    background-color: #2fcf2d;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--white);
}
.call_icon {
    margin: 0;
    font-size: 30px;
    background-color: var(--tc_1);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--white);
    transform: rotate(327deg);
}
.mail_icon {
    margin: 0;
    font-size: 30px;
    background-color: #cf612d;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--white);
}
.carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    bottom: auto;
    right: auto;
    padding: 20px;
	color: var(--white);
    text-align: center;
    text-shadow: 3px 3px 0px var(--black);
}
.carousel-caption h2 {
    font-size: 42px;
    font-weight: 500;
	color: var(--ltc_2);
}
.carousel-caption p {
    font-size: 26px;
}
.cm_box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
    background-color: rgba(0, 0, 0, 0.36);
	z-index: 9999;
	padding: 20px 10px;
}
.e_main_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: 15px;
    min-width: 230px;
	background-color: var(--tc_1);
	color: var(--white);
	transition: all 0.3s ease-in-out;
}
.e_main_box:hover {
	background-color: var(--tc_2);
	color: var(--black);
}
.e_icon_box {
    font-size: 36px;
    margin-right: 12px;
	padding: 5px 0;
}
.e_text_css {
    line-height: 16px;
}
.number_e_css {
    font-size: 14px;
}
.title_css {
	font-size: 36px;
}

.icon_box {
    width: 100%;
    display: flex;
    align-items: center;
	z-index: 9999;
	margin-block: 15px;
}
.icon_div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: 15px;
	font-size: 35px;
	padding: 24px;
	border: 2px solid;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	color: var(--black);
}
.icon_title {
    font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.about_para {
	font-size: 22px;
}
.read_more_css_blue {
	font-size: 20px;
	font-weight: 600;
	padding: 5px 20px;
	border: 0;
	background-color: var(--tc_1);
	border-radius: 5px;
	color: var(--white);
	box-shadow: 3px 3px 0px var(--black);
	margin-top: 15px;
	transition: all 0.3s ease-in-out;
}
.read_more_css_blue:hover,
.read_more_css_blue:focus {
	background-color: var(--tc_2);
	color: var(--white);
	box-shadow: 3px 3px 5px var(--black);
}
.read_more_css_yellow {
	font-size: 20px;
	font-weight: 600;
	padding: 5px 20px;
	border: 0;
	background-color: var(--tc_2);
	border-radius: 5px;
	color: var(--white);
	box-shadow: 3px 3px 0px var(--black);
	margin-top: 15px;
	transition: all 0.3s ease-in-out;
}
.read_more_css_yellow:hover,
.read_more_css_yellow:focus {
	background-color: var(--tc_1);
	color: var(--white);
	box-shadow: 3px 3px 5px var(--black);
}
.read_more_css_white {
	font-size: 20px;
	font-weight: 600;
	padding: 5px 20px;
	border: 0;
	background-color: var(--white);
	border-radius: 5px;
	color: var(--white);
	box-shadow: 3px 3px 0px var(--black);
	margin-top: 15px;
	transition: all 0.3s ease-in-out;
}
.read_more_css_white:hover,
.read_more_css_white:focus {
	background-color: var(--black);
	color: var(--white);
	box-shadow: 3px 3px 5px var(--black);
}
.read_more_css_white {
	font-size: 20px;
	font-weight: 600;
	padding: 5px 20px;
	border: 0;
	background-color: var(--black);
	border-radius: 5px;
	color: var(--white);
	box-shadow: 3px 3px 0px var(--black);
	margin-top: 15px;
	transition: all 0.3s ease-in-out;
}
.read_more_css_white:hover,
.read_more_css_white:focus {
	background-color: var(--white);
	color: var(--black);
	box-shadow: 3px 3px 5px var(--black);
}
.mission_vission_css {
	background-image: url(img/packaging_materials.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.overlaycss {
    background: #000000ba;
}
.product_cat_box {
    padding: 20px 15px;
    background: var(--lgray);
    border-radius: 7px;
    margin-block: 15px;
}
.p_cat_box_title {
    font-size: 26px;
    font-weight: 600;
}
.p_cat_box_img {
    width: 100%;
    border: 1px solid var(--gray);
    margin-bottom: 15px;
	border-radius: 5px;
}
.feed_back_box {
	max-width: 800px;
	margin-inline: auto;
	background-color: #00000063;
	padding: 20px;
	border-radius: 10px;
}
.feed_back_box * label {
	color: var(--white) !important;
}
.contact_back_box {
	max-width: 800px;
	margin-inline: auto;
	padding: 20px;
	border-radius: 10px;
}
.contact_back_box * label {
	color: var(--white) !important;
}
.contact_back {
	background-image: url(img/contact.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.contact_overlaycss {
    background: #000000d2;
}
.main-title-fonts {
    font-size: 24px;
	font-weight: 600;
}
.footerlinkul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.maps_css {
    border-radius: 12px;
    border-bottom: 5px solid var(--ltc_2);
}
.p_img_box {
    border: 1px solid var(--gray);
    border-radius: 5px;
}
.overlay_mp {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	display: none;
}
.overlay_mp:target {
	visibility: visible;
	opacity: 1;
	z-index: 999;
	display: flex;
}
.popup_mp {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	max-width: 1000px;
	position: relative;
	transition: all 2s ease-in-out;
	display: none;
}
.overlay_mp:target .popup_mp{
	display: flex;
}
.popup_mp .close_mp {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup_mp .content_mp {
	max-height: 100%;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}
.popup_t_title_details {
    font-weight: 600;
    font-size: 28px;
	color: var(--tc_1);
	margin-top: 15px;
}
.popup_t_details {
    font-weight: 600;
    font-size: 28px;
	color: var(--tc_2);
	margin-top: 15px;
}
.popup_f_details {
	color: var(--tc_1);
}
.p_title_i_css {
    font-weight: 700;
    color: var(--tc_2);
	margin-bottom: 5px;
    font-size: 20px;
}
.table_css {
    column-gap: 4px;
    row-gap: 4px;
    display: grid;
    grid-template-columns: repeat(1, 1fr 2fr);
	margin-bottom: 15px;
}
.t_left_box {
    background: var(--ltc_1);
    padding: 5px 10px;
}
.t_right_box {
    background: var(--lltc_2);
    padding: 5px 10px;
}
.get_quote_box {
    background: var(--tc_1);
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
	margin-top: 15px;
}
.get_quote_box a.button{
	color: var(--white);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 20px;
	width: 100%;
	display: block;
}
.show_hide_new::before {
    font: var(--fa-font-solid);
    content: "\f324";
	margin-right: 8px;
	color: var(--tc_1);
}
.product_main_div {
    margin-bottom: 26px;
    box-shadow: 0 0 10px #0000001f;
    border-radius: 12px;
}
@media (max-width: 1336px) {
	.logocss {
		max-width: 300px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
	}
	.dropdown-item {
		font-size: 14px;
	}
	.gstin_pc {
		left: 67px;
		font-size: 14px;
	}
	.whatsapp_icon {
		font-size: 25px;
		width: 50px;
		height: 50px;
	}
	.call_icon {
		font-size: 25px;
		width: 50px;
		height: 50px;
	}
	.mail_icon {
		font-size: 25px;
		width: 50px;
		height: 50px;
	}
	.title_css {
		font-size: 32px;
	}
}
@media (max-width: 767.98px) {
	.logocss {
		max-width: 270px;
	}
	.carousel-caption {
		max-width: 80%;
		width: 80%;
	}
	.carousel-caption h2 {
		font-size: 24px;
	}
	.carousel-caption p {
		font-size: 16px;
	}
	.cm_box {
		position: relative;
		background-color: var(--white);
	}
	.e_main_box {
		margin-inline: 5px;
		min-width: 180px;
	}
	.e_icon_box {
		font-size: 30px;
	}
	.title_css {
		font-size: 30px;
	}
}