@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');
body {
	/* font-family: "Poppins",sans-serif; */
	font-family: "Hind Siliguri", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	text-transform: none;
	letter-spacing: 0.1px;
	margin: 0;
	color: #292929;
	text-align: left;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover{
	color: #000;
	text-decoration: none;
}
button:focus, a:focus{
	outline: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Kumbh Sans", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}
ul, ol{
	margin: 0;
	padding: 0;
}
ul li, ol li{
	list-style: none;
}
.pt-100{
	padding-top: 100px;
}
.pb-70{
	padding-bottom: 70px;
}
.ptb-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.ptb-70{
	padding-top: 70px;
	padding-bottom: 70px;
}
img {
	max-width: 100%;
	height: auto;
}
@media only screen and (min-width: 1200px) {
	.container-fluid {
		padding: 20px 50px;
	}
}
.pitw_btn {
	background-color: #34a136;
	text-transform: uppercase;
	width: auto;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	font-weight: 600;
	transition: color .2s,background-color .2s,border-color .2s;
	white-space: nowrap;
	font-size: 14px;
	line-height: 17px;
	padding: 12px 20px 12px;
	border: 1px solid transparent;
}
.pitw_btn:hover {
	background-color: #fff;
	color: #34a136;
	border: 1px solid #34a136;
}
/* Header Top  */
.PrimeItWorld_header {
	position: relative;
	transition: all 300ms ease-in-out;
	min-height: 120px;
}
.PrimeItWorld_header.fixed {
	min-height: 84px;
	box-shadow: 0 2px 5px #afafaf;
}
.header_inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}
.header_top {
	/* background: #34a136; */
	/* color: #fff; */
	position: relative;
	padding: 7px 0;
	transition: all 300ms ease-in-out;
	height: 40px;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
}
.PrimeItWorld_header.fixed .header_top {
	height: 0;
	padding: 0;
	visibility: hidden;
}
.header_contacts li {
	display: inline-block;
	/* color: #fff; */
	margin-right: 15px;
	position: relative;
	padding-right: 15px;
}
.header_contacts li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.header_contacts li a {
	/* color: #fff; */
	display: inline-block;
	line-height: 26px;
	font-size: 15px;
}
.header_contacts li a:hover {
    color: #34a136;
    text-decoration: none;
}
.header_contacts li i {
	line-height: 26px;
	display: inline-block;
	padding-right: 5px;
}
.header_contacts li i.fa-regular.fa-envelope {
	position: relative;
	top: 2px;
	padding-right: 7px;
	font-size: 15px;
}
.header_contacts li::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background: #dad7d7;
	top: 7px;
	right: 0;
}
.header_contacts li:last-child::after {
	display: none;
}
.header_social {
	text-align: right;
}
.socials li {
	display: inline-block;
}
.socials li a {
	display: block;
}
.socials li a i{
	display: block;
	background: #fff;
	height: 26px;
	width: 30px;
	text-align: center;
	line-height: 26px;
	margin-left: 10px;
	font-size: 18px;
	color: #fff;
	transition: all 300ms ease-in-out;
}
.header_social li a i{
	border-radius: 5px 0;
}
.footer_social li a i {
	border-radius: 50%;
	height: 30px;
	line-height: 30px;
	margin-left: 0;
	margin-right: 12px;
}
ul li a [class*="facebook"]{background: #1877f2;}
ul li a [class*="twitter"]{background: #1da1f2;}
ul li a [class*="instagram"]{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);}
ul li a [class*="linkedin"]{background: #0077b5;}
ul li a [class*="youtube"]{background: red;}
ul li a [class*="rss"]{background: #f26522;}
/* Header Main  */
.header-navbar {
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
}
.navbar-brand {
	padding: 0;
}
.custom-logo {
	max-height: 60px;
	transition: all 300ms ease-in-out;
}
.fixedTop .custom-logo {
	max-height: 40px;
}
.navbar-nav {
	margin: 0 auto;
}
.navbar-nav li {
	position: relative;
}
.navbar-nav li a {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;	
	color: #303442;
	padding: 6px 16px 6px;
	text-decoration: none;
	text-transform: capitalize;
	transition: 300ms ease-in-out;
}
.navbar-nav > li:hover > a, .navbar-nav > .current-menu-item > a {
	color: #34a136;
}
@media (min-width: 992px){
	.navbar-nav > li ul {
		position: absolute;
		z-index: 5;
		top: 100%;
		left: 0;
		width: 270px;
		padding-top: 14px;
		padding-bottom: 15px;
		background: #fff;
		-webkit-transition: all .3s;
		transition: all .3s;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .2s;
		transition-duration: .2s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-box-shadow: 0 0 20px rgba(48,52,66,.2);
		box-shadow: 0 0 20px rgba(48,52,66,.2);
	}
	.navbar-nav > li:hover ul {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-delay: .15s;
		transition-delay: .15s;
	}
	.navbar-nav > li ul li a {
		font-size: 14px;
		line-height: 20px;
		display: block;
		color: #3D3B42;
		font-family: "Poppins",sans-serif;
		padding: 4px 23px;
		-webkit-transition: color .2s;
		transition: color .2s;
	}
	.navbar-nav > li ul li:hover a {
		color: #34a136;
	}
	.appointment_btn {
		margin-left: 25px;
	}
}
.appointment_btn .pitw_btn {
	padding: 10px 20px;
}
.gtranslate_wrapper {
	margin-left: 20px;
}
.gtranslate_wrapper .glink.nturl {
	background-color: #e51c21;
	text-transform: uppercase;
	width: auto;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	font-weight: 600;
	transition: color .2s,background-color .2s,border-color .2s;
	white-space: nowrap;
	font-size: 14px;
	line-height: 17px;
	padding: 10px 20px 10px;
	border: 1px solid transparent;
}
.gtranslate_wrapper .glink.nturl.gt-current-lang {
	display: none;
}
/* Footer */
.PrimeItWorld_footer {
	background: #34a136;
	color: #fff;
}
.footer_top {
	padding-top: 40px;
}
.footer-title {
	font-size: 22px;
	margin-bottom: 20px;
	color: #fff;
}
.footer-text {
	color: #e6e4e4;
}
.footer_social.socials {
	margin-top: 20px;
}
.widget_nav_menu {
	margin-left: 35px;
}
.footer-menu {
	padding-left: 15px;
}
.footer-menu li {
	list-style: disc;
	margin-bottom: 2px;
	color: #e6e4e4;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	color: #e6e4e4;
	display: inline-block;
}
.phone-footer {
	overflow: hidden;
	font-size: 14px;
	line-height: 35px;
	color: #e6e4e4;
	margin-bottom: 15px;
	margin-top: 12px;
	display: table;
}
.widget_footer_contact i {
	font-size: 18px;
	color: #e6e4e4;
	height: 40px;
	width: 40px;
	line-height: 37px;
	display: inline-block;
	float: left;
	font-style: normal;
	text-align: center;
	margin-right: 10px;
	border-radius: 999px;
	margin-top: 0px;
	border: 2px #e6e4e4 dotted;
}
.widget_footer_contact p {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
	color: #e6e4e4;
}
.footer_bottom {
	padding: 20px 0;
	border-top: 1px solid #e6e4e4;
	color: #e6e4e4;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 15px;
}
.footer_bottom a{
	color: #fff;
}
.pageHeader {
	background-size: cover;
	text-align: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 50px 0;
}
.pageHeader::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #34a1368a;
}
.pageHeader .container {
	position: relative;
}
.pageHeader .pageHeading {
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
}
.pageHeader .breadcrumb {
	justify-content: center;
	margin: 0;
}
.pageHeader .breadcrumb .divd {
	margin: 0 8px;
}
.pageHeader .breadcrumb a {
	color: #fff;
	font-weight: 600;
}
.pageHeader .breadcrumb span {
	color: #fff;
}
.archive_content {
	padding: 50px 0;
}
.product_item {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px;
	padding-bottom: 50px;
	position: relative;
}
.arch_product_item {
	box-shadow: 0 0 12px rgba(0,0,0,.1) !important;
}
.product_item .product-img {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.product_item .product-img img {
	object-fit: cover;
	display: block;
	transition: .3s ease-in-out;
}
.product_item:hover .product-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: .3s ease-in-out;
}
.product_item .title {
	font-size: 15px;
	text-transform: uppercase;
	color: #686868;
	margin-bottom: 10px;
}
.product_item .title a{
	display: inline-block;
	color: #686868;
}
.product_item .price {
	color: #34a136;
	font-weight: 600;
	margin-bottom: 7px;
}
.product_item .product_btn {
	background: 0 0;
	border: 1px solid #34a136;
	border-radius: 5px;
	cursor: pointer;
	opacity: 1;
	padding: 5px 15px;
	position: relative;
	transition: .3s;
	display: block;
	text-align: center;
	color: #34a136;
	font-weight: 500;
	font-size: 15px;
}
.product_item .product_btn:hover {
	background: #34a136;
	color: #fff;
}
.product_item .content .product_btn {
	position: absolute;
	width: calc(100% - 20px);
	bottom: 12px;
}
.navigation.pagination {
	margin-top: 10px;
}
.navigation.pagination .nav-links {
	display: flex;
}
.navigation.pagination .page-numbers {
	background: rgba(0,0,0,.1);
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 8px;
}
.navigation.pagination .page-numbers:hover, .navigation.pagination .page-numbers.current {
	background: #34a136;
	color: #fff;
}
.product_content_wrap {
	padding: 50px 0;
}
.product_thumb {
	box-shadow: 0 0 12px rgba(0,0,0,.1) !important;
	padding: 10px;
	margin-bottom: 40px;
}
.product_summery {
	padding-left: 45px;
	margin-bottom: 40px;
}
.product_summery .prd_name {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.product_summery .prd_price {
	font-weight: 600;
	color: #34a136;
	font-size: 30px;
	line-height: 1.2;
}
.featureTable {
	margin-top: 25px;
}
.featureTable li {
	display: flex;
	border: 1px solid #dee1e4;
	border-top: 0;
	align-items: center;
}
.featureTable li:first-child{
	border-top: 1px solid #dee1e4;
}
.featureTable li span {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	padding: 7px 5px 7px 12px;
	color: #615f5f;
}
.featureTable li .heading {
	width: 20%;
	border-right: 1px solid #dee1e4;
}
.featureTable li .text {
	width: 80%;
}
.product_description h2, .related_title{
	margin-bottom: 15px;
	font-size: 22px;
	text-transform: uppercase;
}
.product_description h2 span, .related_title span{
	display: inline-block;
	border-bottom: 2px solid #34a136;
	min-width: 200px;
}
.related_products {
	margin-bottom: 30px;
}
.related_title {
	margin-bottom: 30px;
}
.related_title span {
	min-width: 280px;
}
.home_slider_section {
	margin-bottom: 30px;
}
.home_product_section {
	margin-bottom: 30px;
}
.hp_sec_heading {
	font-size: 28px;
	position: relative;
	margin-bottom: 30px;
}
.hp_sec_heading::after {
	content: "";
	width: 60px;
	position: absolute;
	height: 2px;
	background: #34a136;
	left: 0;
	bottom: -6px;
}
.home_product_slider.owl-carousel .owl-stage {
	display: flex;
	margin-left: 2px;
}
.home_product_item {
	border: 1px solid #eaeaea;
}
.home_product_slider .owl-nav .owl-prev, .home_product_slider .owl-nav .owl-next{
	position: absolute;
	top: calc(50% - 15px);
	width: 22px;
}
.home_product_slider .owl-nav .owl-prev{
	left: 0;
}
.home_product_slider .owl-nav .owl-next{
	right: 0;
}
.home_banner_slider .owl-nav .owl-prev, .home_banner_slider .owl-nav .owl-next {
	position: absolute;
	top: calc(50% - 15px);
	width: 32px;
	height: 40px;
}
.home_banner_slider .owl-nav .owl-prev{
	left: 0;
}
.home_banner_slider .owl-nav .owl-next  {
	right: 0;
}
.home_slider_section.hs_section_one {
	margin-top: 10px;
}
/* Contact Page */
.contact_content_wrap, .contact_form_wrap {
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.1) !important;
	padding: 20px 15px;
	height: 100%;
}
.contact_content_wrap .title, .contact_form_wrap .title {
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
}
.contact_content_wrap .title::after, .contact_form_wrap .title::after {
	content: "";
	width: 120px;
	position: absolute;
	height: 2px;
	background: #34a136;
	left: 0;
	bottom: -6px;
}
.contact_info .item {
	border-bottom: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.contact_info .item i {
	position: absolute;
	left: 0;
	top: 4px;
	width: 40px;
	height: 40px;
	border: 2px #34a136 dotted;
	text-align: center;
	line-height: 38px;
	font-size: 21px;
	border-radius: 50%;
	margin-right: 10px;
	color: #34a136;
}
.contact_info .item .cont {
	padding-left: 55px;
}
.contact_info .item .cont h4 {
	font-weight: 700;
	color: #061538;
	font-size: 18px;
	margin-bottom: 6px;
}
.contact_info .item .cont p {
	margin: 0;
	font-size: 17px;
	color: #333;
	line-height: 22px;
	font-weight: 300;
	text-transform: capitalize;
}
.social_contact ul li {
	display: inline-block;
}
.social_contact {
	padding: 10px 0 5px;
}
.social_contact ul li {
	display: inline-block;
	margin-right: 5px;
}
.social_contact ul li a i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	transition: .5s all;
	font-size: 20px;
}
.contact_form input, .contact_form textarea {
	width: 100%;
	padding: 8px 15px;
	color: #282626;
	font-size: 17px;
	margin-bottom: 12px;
	background: 0 0;
	outline: inherit;
	box-shadow: none !important;
	border: 1px solid #34a136;
	outline: 0 !important;
}
.contact_form input.pitw_btn{
	background: #34a136;
	padding: 14px 0;
	font-size: 20px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	text-align: center;
	transition: .8s;
	cursor: pointer;
	box-shadow: none !important;
	max-width: 200px;
}
.contact_map iframe {
	width: 100%;
	height: 400px;
}
.page_content {
	box-shadow: 0 0 12px rgba(0,0,0,.1) !important;
	margin: 40px auto;
	max-width: 1120px;
	padding: 30px;
}
@media only screen and (max-width: 991.98px) {
	.header_contacts li {
		margin-right: 7px;
		padding-right: 7px;
	}
	.header_contacts li a, .header_contacts li i {
		line-height: 22px;
		font-size: 13px;
	}
	.navbar-toggler {
		box-shadow: 0 0 12px #d5d5d5 !important;
		background: #34a136;
		color: #fff;
		font-size: 25px;
	}
	#navbarNav {
		border-top: 1px solid #eaeaea;
		margin-top: 15px;
		padding-top: 10px;
	}
	.navbar-nav li a {
		padding: 3px 0;
	}
	.navbar-nav li .sub-menu {
		padding-left: 10px;
	}
	.navbar-nav li .sub-menu a {
		font-size: 15px;
		padding-bottom: 0;
	}
	.product_summery {
		padding-left: 0;
	}
	.featureTable li .heading {
		width: 25%;
	}
	.featureTable li .text {
		width: 75%;
	}
	.navbar-brand {
    	margin-right: auto;
    }
    .gtranslate_wrapper {
	    margin-left: 12px;
    }
    .gtranslate_wrapper .glink.nturl {
    	padding: 9px 10px 9px;
    }
	
}
@media only screen and (max-width: 767.98px) {
	.PrimeItWorld_header {
		min-height: 100px;
	}
	.custom-logo {
		max-height: 40px;
	}
	.hp_sec_heading {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.widget_nav_menu {
		margin-left: 0;
	}
	.footer_bottom {
		padding: 10px 0;
	}
	.footer_bottom {
		text-align: center;
	}
	.developer {
		width: 100%;
	}
	.pageHeader {
		padding: 25px 0;
	}
	.archive_content, .product_content_wrap {
		padding: 35px 0;
	}
	.product_item {
		padding-bottom: 42px;
	}
	.product_item .title {
		font-size: 13px;
	}
	.product_item .product_btn {
		padding: 4px 15px;
		font-size: 13px;
	}
	.product_summery .prd_name {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.product_summery .prd_price {
		font-size: 26px;
	}
	.page_content {
		box-shadow: none;
		margin: 30px auto;
		padding: 0;
	}
	.home_slider_section {
		margin-bottom: 20px;
	}

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

}
@media only screen and (max-width: 370px) {
	.header_contacts li a, .header_contacts li i {
		font-size: 12px;
	}
}