@charset "utf-8";
/* CSS Document */
@media (max-width:5000px) and (min-width:1400px) {
	.for-mob {
		display: none;
	}
	.about-header {
		font-family: "Gotham Bold";
		align-self: center;
		font-size: 56px;
		color: #d36833;
		margin-bottom: 70px !important;
		flex-wrap: nowrap !important;
	}
	.prod-img {
		height: 400px;
		max-width: 100%
	}
	.leaf {
		align-self: center;
		position: absolute;
		height: 530px;
		left: 33%;
		top: -380px;
		z-index: 0;
	}
	.sideline {
		width: 30%;
		height: 3pt;
		background-color: #703011;
		vertical-align: middle;
		align-content: center;
		margin-left: 30px !important;
		margin-right: 30px !important;
		margin-top: 35px !important;
	}
	#nav-mob-1 {
		display: none;
	}
	#nav-mob-1.disable {
		display: none;
	}
	#nav-mob-2 {
		display: none;
	}
	#nav-mob-2.active {
		display: none;
	}
	/*Debanjan starts css*/
	#nav-mob-3 {
		display: none;
	}
	#nav-mob-3.active {
		display: none;
	}
	.nav-mob-3 .for-mob {
		display: none;
	}
	/*Debanjan end css*/
}
@media (max-width:1370px) {
	.for-mob {
		display: none;
	}
	#nav-mob-1 {
		display: none;
	}
	#nav-mob-1.disable {
		display: none;
	}
	#nav-mob-2 {
		display: none;
	}
	#nav-mob-2.active {
		display: none;
	}
	.nav-mob-2 .for-mob {
		display: none;
	}
	/*Debanjan starts css*/
	#nav-mob-3 {
		display: none;
	}
	#nav-mob-3.active {
		display: none;
	}
	.nav-mob-3 .for-mob {
		display: none;
	}
	/*Debanjan end css*/
}
@media (max-width:1200px) {
	* {
		padding: 0px !important;
		margin: 0px !important;
		box-sizing: border-box !important;
	}
	input {
		outline: none !important;
	}
	body {
		padding: 0px !important;
		margin: 0px !important;
		background-color: #ffffff;
	}
	.for-mob {
		display: none;
	}
	ul {
		list-style: none !important;
	}
	header {
		padding: 0px !important;
		margin: 0px !important;
		top: 0px;
		left: 0px;
	}
	button {
		outline: none !important;
		background-color: rgba(0, 0, 0, 0.00);
		border: none;
	}
	.topbar-mob {
		width: 100%;
		display: flex !important;
		height: 45px;
		background: #703011;
		align-content: center;
		justify-content: center;
	}
	.topbar-text {
		font-family: "OpenSans Regular";
		align-self: center;
		font-size: 15px;
		color: #fff;
	}
	.logo-img-mob {
		height: 65px;
		margin-left: 20px !important;
	}
	.hamburger-menu {
		height: 30px;
		margin-right: 20px !important;
	}
	.logo-bar-mob {
		display: flex;
		padding: 7px 7px !important;
		align-content: stretch;
		justify-content: space-between;
	}
	.top-bar {
		display: flex;
		align-content: center;
		justify-content: space-around;
		background-color: #703011;
		color: #fff;
		width: 100%;
		height: 45px;
		top: 0;
		left: 0;
		margin: 0px !important;
		padding: 0px!important;
	}
	.phone-number-sec {
		align-self: center;
	}
	.call-icon {
		font-size: 20px;
		align-self: center !important;
	}
	.phone-number {
		font-family: "OpenSans SemiBold";
		font-size: 14px;
		margin-top: 0px !important;
		margin-left: 7px !important;
	}
	.tagline {
		font-family: "OpenSans Regular";
		align-self: center;
		font-size: 15px;
	}
	.search-icon {
		font-size: 25px;
		align-self: center;
		font-weight: lighter;
		margin-right: -40% !important;
		position: absolute;
		left: 80%;
		height: 25px;
	}
	#nav-mob-1 {
		display: none;
	}
	#nav-mob-1.disable {
		display: none;
	}
	#nav-mob-2 {
		display: none;
	}
	#nav-mob-2.active {
		display: none;
	}
	.search-container {
		position: relative;
		width: 280px;
		z-index: 2;
		align-self: center;
		margin-left: -90px !important;
		margin-right: -70px !important;
	}
	#popup-search {
		visibility: hidden;
	}
	#popup-search.active {
		visibility: visible;
	}
	.search-container input[type=text] {
		padding: 2px 5px 3px 37px !important;
		margin-top: 23px !important;
		font-family: "Lato Regular";
		width: 100%;
		font-size: 15px;
	}
	.submit-search {
		position: absolute;
		right: 90%;
		font-size: 19px;
		top: 38%;
		font-weight: lighter;
		color: #fff;
		height: 20px;
	}
	.close-search {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 39%;
		left: 91%;
		height: 18px;
	}
	.logo-bar {
		display: flex;
		width: 100%;
		align-content: center;
		justify-content: center;
		padding-top: 13px !important;
		padding-bottom: 7px !important;
		border-bottom: 0.5pt solid #eaeaea;
	}
	.logo-img {
		height: 130px;
	}
	.contact-btn {
		align-self: center !important;
		position: absolute;
		left: 80%;
		font-family: "OpenSans Bold";
		border: 2pt solid #441f0d;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
	}
	a {
		text-decoration: none !important;
	}
	nav {
		display: flex;
		flex-direction: row;
		width: 100%;
		align-content: center;
		padding: 8px 10px !important;
	}
	nav ul {
		display: flex;
		align-content: space-between;
		justify-content: center;
		width: 100%;
		padding: 8px !important;
	}
	.nav-head {
		font-family: "Lato Regular";
		color: #553a2d;
		margin-right: 40px !important;
		font-size: 14px;
	}
	.search-container-2 {
		position: relative;
		width: 280px;
		z-index: 2;
		right: 25%;
		top: 24px;
		margin-right: -140px !important;
	}
	#popup-search-2 {
		visibility: hidden;
	}
	#popup-search-2.active {
		visibility: visible;
	}
	.search-container-2 input[type=text] {
		padding: 3px 5px 4px 35px !important;
		margin-top: 0px !important;
		width: 100%;
		font-family: "Lato Regular";
		font-size: 15px;
	}
	.submit-search-2 {
		position: absolute;
		right: 90%;
		top: 12%;
		font-weight: lighter;
		color: #fff;
		height: 20px;
	}
	.close-search-2 {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 14%;
		left: 91%;
		height: 18px;
	}
	.item {
		width: 100%;
	}
	.nav-dropdown {
		margin-left: 10px !important;
	}
	#nav2 {
		visibility: hidden;
	}
	#nav2.active {
		visibility: visible;
	}
	#nav-1 {
		visibility: visible;
	}
	#nav-1.disabled {
		visibility: hidden;
	}
	.menu-sec {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: space-around;
		position: absolute;
		z-index: 400;
		top: 232px;
	}
	.menu-sec-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: space-around;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.menu-seca {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: absolute;
		z-index: 400;
		top: 232px;
	}
	.menu-seca-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: center;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.nav-2 {
		background-color: #703011;
		display: flex;
		flex-direction: row;
		align-content: stretch !important;
		width: 100%;
		padding: 10px 5px !important;
		position: fixed;
		z-index: 500;
		top: 0 !important;
	}
	.menu-header {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		margin-bottom: 12px !important;
	}
	.menu-header-a {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		margin-bottom: 0px !important;
		margin-right: 30px !important;
	}
	.menu-subhead {
		font-family: "Lato Bold";
		color: #553a2d;
		font-size: 14px;
		margin-bottom: 10px !important;
	}
	.menu-bullet {
		margin-right: 5px !important;
	}
	#prod-menu {
		visibility: hidden;
	}
	#prod-menu.active {
		visibility: visible;
	}
	#prod-menu-2 {
		visibility: hidden;
	}
	#prod-menu-2.active {
		visibility: visible;
	}
	#about-menu {
		visibility: hidden;
	}
	#about-menu.active {
		visibility: visible;
	}
	#about-menu-2 {
		visibility: hidden;
	}
	#about-menu-2.active {
		visibility: visible;
	}
	#gallery-menu {
		visibility: hidden;
	}
	#gallery-menu.active {
		visibility: visible;
	}
	#gallery-menu-2 {
		visibility: hidden;
	}
	#gallery-menu-2.active {
		visibility: visible;
	}
	.logo-img-2 {
		height: 80px;
		margin-right: 55px !important;
	}
	.nav-2 ul {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-around;
		vertical-align: middle !important;
		width: 100%;
		padding: 0 10% !important;
	}
	.nav-head-2 {
		font-family: "Lato Light";
		color: #FFF;
		margin-right: 15px !important;
		font-size: 14px;
		align-self: center;
		margin-top: 30px !important;
		margin-left: -25px !important;
		height: 30px;
	}
	.menu-subhead:hover {
		color: #D36833;
	}
	.contact-btn-2 {
		font-family: "OpenSans Bold";
		background-color: #fff;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
		margin-right: 50px !important;
		margin-left: 50px !important;
		margin-top: 21px !important;
		position: absolute;
		left: 70%;
		top: 15px;
	}
	.search-icon-2 {
		font-size: 25px;
		color: #fff;
		margin-top: 28px !important;
		position: absolute;
		left: 86%;
		height: 26px;
	}
	.nav-dropdown-2 {
		margin-left: 8px !important;
	}
	.carousel-sec {
		width: 100%;
		position: relative;
		margin: 0px !important;
	}
	.slider_nav {
		display: flex;
		align-content: stretch;
		justify-content: space-between;
		width: 100%;
	}
	.am-next {
		align-self: flex-end;
		margin-right: 100px !important;
	}
	.am-prev {
		align-self: flex-start;
		margin-left: 100px !important;
	}
	.prev-btn {
		font-size: 30px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 15px 25px 15px 19px !important;
		color: #fff;
		margin-left: 20px;
	}
	.next-btn {
		font-size: 30px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 15px 19px 15px 25px !important;
		color: #fff;
	}
	.wrapper {
		padding-left: 8% !important;
		padding-right: 8% !important;
		width: 100% !important;
		position: relative;
	}
	.aboutus-sec {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		width: 100%;
		margin-top: 90px !important;
		flex-wrap: nowrap;
	}
	.about-header {
		font-family: "Gotham Bold";
		align-self: center;
		font-size: 37px;
		color: #d36833;
		margin-bottom: 50px !important;
		flex-wrap: nowrap !important;
	}
	.header-sec {
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
	}
	.sideline {
		width: 30%;
		height: 3pt;
		background-color: #703011;
		vertical-align: middle;
		align-content: center;
		margin-left: 30px !important;
		margin-right: 30px !important;
		margin-top: 24px !important;
	}
	.about-content {
		padding: 0px 12% !important;
		font-family: "Lato Regular";
		color: #818181;
		font-size: 15px;
	}
	.aboutus-btn {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 10px 30px !important;
		border-radius: 50px;
		font-size: 15px;
		margin-top: 50px !important;
	}
	.mv-sec {
		margin-top: 100px !important;
	}
	.Mission-box {
		border-top: 35pt solid #a9d12c;
		border-bottom: 35pt solid #a9d12c;
		border-left: 35pt solid #a9d12c;
		margin-right: 90px !important;
		padding: 30px 85px 30px 30px!important;
	}
	.Mission-box:before {
		content: '';
		height: 78%;
		top: 17%;
		right: 90px;
		background-color: #d36833;
		width: 50px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.box-header {
		font-family: "Gotham Bold";
		font-size: 42px;
		line-height: 60px;
		margin: 10px 0px 40px 10px !important;
	}
	.box-content {
		font-family: "Lato Regular";
		color: #818181;
		font-size: 14px;
	}
	.boxbutton {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 8px 30px !important;
		border-radius: 50px;
		font-size: 18px;
		margin-top: 50px !important;
		z-index: 1000;
	}
	.Vision-box {
		border-top: 35pt solid #d36833;
		border-bottom: 35pt solid #d36833;
		border-right: 35pt solid #d36833;
		margin-left: 90px !important;
		padding: 30px 30px 30px 85px!important;
	}
	.Vision-box:after {
		content: '';
		height: 78%;
		bottom: 17%;
		left: 90px;
		background-color: #d36833;
		width: 50px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.leaf {
		align-self: center;
		position: absolute;
		height: 510px;
		left: 26%;
		top: -400px;
		z-index: 0;
	}
	.prod-sec {
		top: 150px;
		position: relative;
		z-index: 400;
	}
	.cat-head {
		display: inline-flex;
		width: 100%;
		flex-direction: row;
	}
	.sideline-1 {
		height: 2pt;
		width: 300%;
		overflow: hidden;
		margin-left: 25px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 28px !important;
	}
	.sideline-2 {
		height: 2pt;
		width: 81%;
		overflow: hidden;
		margin-left: 25px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 28px !important;
	}
	.sideline-3 {
		height: 2pt;
		width: 45%;
		overflow: hidden;
		margin-left: 25px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 28px !important;
	}
	.sideline-4 {
		height: 2pt;
		width: 62%;
		overflow: hidden;
		margin-left: 25px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 28px !important;
	}
	/*2 {

	font-family: "Gotham Bold";

	font-size: 30px;

	color: #d36833;

	background: #fff;

	display: inline-block;

    width: 100%; 

    text-align: left;

    border-bottom: 3px solid #703011; 

    line-height: 0.1em;

} 



h2 span { 

    background:#fff; 

    padding:0 20px 0px 0px !important; 

}*/
	.cat-desc {
		margin-top: 20px !important;
		margin-bottom: 40px !important;
		width: 55%;
		font-family: "Lato Bold";
		font-size: 13px;
		color: #4a4a4a;
	}
	.row {
		width: 100%
	}
	.prod-img {
		height: 280px;
		max-width: 100%
	}
	.prod-name {
		margin: 10px 0px 80px !important;
		font-family: "Lato Bold";
		font-size: 18px;
		color: #703011;
	}
	footer {
		width: 100%;
		margin-top: 150px !important;
		position: relative;
	}
	.footer-bg {
		position: absolute;
		top: 0px;
	}
	.footer-sec {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-between;
		width: 100% !important;
		position: relative;
		top: 300px;
	}
	.footer-element {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 16px;
		margin-bottom: 13px !important;
	}
	.footer-number {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 23px;
		margin-top: 8px !important;
	}
	.social-button {
		font-size: 23px;
		color: #fff;
		margin-right: 16px !important;
	}
	.footer-info {
		font-family: "Lato Regular";
		color: #fff;
		text-align: right;
		font-size: 14px;
		margin-top: 10px !important;
		margin-right: 0px !important;
	}
	.footer-logo {
		height: 140px;
		margin-left: 29px !important;
	}
	.facebook:hover {
		color: #3b5998
	}
	.instagram:hover {
		color: #2C6A93
	}
	.youtube:hover {
		color: #C31A1E;
	}
	.twitter:hover {
		color: #00B6F1
	}
	/*Debanjan starts css*/
	#nav-mob-3 {
		display: none;
	}
	#nav-mob-3.active {
		display: none;
	}
	.nav-mob-3 .for-mob {
		display: none;
	}
	/*Debanjan end css*/
}
@media (max-width:1024px) {
	* {
		padding: 0px !important;
		margin: 0px !important;
		box-sizing: border-box !important;
	}
	input {
		outline: none !important;
	}
	#nav-mob-1 {
		display: none;
	}
	#nav-mob-1.disable {
		display: none;
	}
	#nav-mob-2 {
		display: none;
	}
	#nav-mob-2.active {
		display: none;
	}
	body {
		padding: 0px !important;
		margin: 0px !important;
		background-color: #ffffff;
	}
	ul {
		list-style: none !important;
	}
	header {
		padding: 0px !important;
		margin: 0px !important;
		top: 0px;
		left: 0px;
	}
	button {
		outline: none !important;
		background-color: rgba(0, 0, 0, 0.00);
		border: none;
	}
	.top-bar {
		display: flex;
		align-content: center;
		justify-content: space-around;
		background-color: #703011;
		color: #fff;
		width: 100%;
		height: 45px;
		top: 0;
		left: 0;
		margin: 0px !important;
		padding: 0px!important;
	}
	.phone-number-sec {
		align-self: center;
	}
	.call-icon {
		font-size: 20px;
		align-self: center !important;
	}
	.phone-number {
		font-family: "OpenSans SemiBold";
		font-size: 14px;
		margin-top: 0px !important;
		margin-left: 7px !important;
	}
	.tagline {
		font-family: "OpenSans Regular";
		align-self: center;
		font-size: 15px;
	}
	.search-icon {
		font-size: 25px;
		align-self: center;
		font-weight: lighter;
		margin-right: -40% !important;
		position: absolute;
		left: 82%;
		height: 25px;
	}
	.search-container {
		position: relative;
		width: 280px;
		z-index: 2;
		align-self: center;
		margin-left: -90px !important;
		margin-right: -70px !important;
	}
	#popup-search {
		visibility: hidden;
	}
	#popup-search.active {
		visibility: visible;
	}
	.search-container input[type=text] {
		padding: 2px 5px 3px 37px !important;
		margin-top: 23px !important;
		font-family: "Lato Regular";
		width: 100%;
		font-size: 15px;
	}
	.submit-search {
		position: absolute;
		right: 90%;
		font-size: 19px;
		top: 38%;
		font-weight: lighter;
		color: #fff;
		height: 20px;
	}
	.close-search {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 39%;
		left: 91%;
		height: 18px;
	}
	.logo-bar {
		display: flex;
		width: 100%;
		align-content: center;
		justify-content: center;
		padding-top: 13px !important;
		padding-bottom: 7px !important;
		border-bottom: 0.5pt solid #eaeaea;
	}
	.logo-img {
		height: 120px;
	}
	.contact-btn {
		align-self: center !important;
		position: absolute;
		left: 80%;
		top: 95px;
		font-family: "OpenSans Bold";
		border: 2pt solid #441f0d;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
	}
	a {
		text-decoration: none !important;
	}
	nav {
		display: flex;
		flex-direction: row;
		width: 100%;
		align-content: center;
		padding: 8px 10px !important;
	}
	nav ul {
		display: flex;
		align-content: space-between;
		justify-content: center;
		width: 100%;
		padding: 8px !important;
	}
	.nav-head {
		font-family: "Lato Regular";
		color: #553a2d;
		margin-right: 30px !important;
		font-size: 13px;
	}
	.search-container-2 {
		position: relative;
		width: 260px;
		z-index: 2;
		right: 25%;
		top: 24px;
		margin-right: -120px !important;
	}
	#popup-search-2 {
		visibility: hidden;
	}
	#popup-search-2.active {
		visibility: visible;
	}
	.search-container-2 input[type=text] {
		padding: 3px 5px 3px 35px !important;
		margin-top: 0px !important;
		width: 100%;
		font-family: "Lato Regular";
		font-size: 13px;
	}
	.submit-search-2 {
		position: absolute;
		right: 90%;
		top: 12%;
		font-weight: lighter;
		color: #fff;
		height: 17px;
	}
	.close-search-2 {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 14%;
		left: 91%;
		height: 16px;
	}
	.item {
		width: 100%;
	}
	.nav-dropdown {
		margin-left: 9px !important;
	}
	#nav2 {
		visibility: hidden;
	}
	#nav2.active {
		visibility: visible;
	}
	#nav-1 {
		visibility: visible;
	}
	#nav-1.disabled {
		visibility: hidden;
	}
	.menu-sec {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px 15px 10px !important;
		justify-content: space-around;
		position: absolute;
		z-index: 400;
		top: 232px;
	}
	.menu-sec-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: space-around;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.menu-seca {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: absolute;
		z-index: 400;
		top: 232px;
	}
	.menu-seca-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: center;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.nav-2 {
		background-color: #703011;
		display: flex;
		flex-direction: row;
		align-content: stretch !important;
		width: 100%;
		padding: 10px 5px !important;
		position: fixed;
		z-index: 500;
		top: 0 !important;
	}
	.menu-header {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 12px;
		margin-bottom: 12px !important;
		margin-right: 10px !important;
		margin-left: 20px !important;
	}
	.menu-header-a {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 12px;
		margin-bottom: 0px !important;
		margin-right: 30px !important;
	}
	.menu-subhead {
		font-family: "Lato Bold";
		color: #553a2d;
		font-size: 11px;
		margin-bottom: 10px !important;
		margin-right: 10px !important;
		margin-left: 20px !important;
	}
	.menu-bullet {
		margin-right: 5px !important;
	}
	#prod-menu {
		visibility: hidden;
	}
	#prod-menu.active {
		visibility: visible;
	}
	#prod-menu-2 {
		visibility: hidden;
	}
	#prod-menu-2.active {
		visibility: visible;
	}
	#about-menu {
		visibility: hidden;
	}
	#about-menu.active {
		visibility: visible;
	}
	#about-menu-2 {
		visibility: hidden;
	}
	#about-menu-2.active {
		visibility: visible;
	}
	#gallery-menu {
		visibility: hidden;
	}
	#gallery-menu.active {
		visibility: visible;
	}
	#gallery-menu-2 {
		visibility: hidden;
	}
	#gallery-menu-2.active {
		visibility: visible;
	}
	.logo-img-2 {
		height: 70px;
		margin-right: 55px !important;
	}
	.nav-2 ul {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-around;
		vertical-align: middle !important;
		width: 100%;
		padding: 0 10% !important;
	}
	.nav-head-2 {
		font-family: "Lato Light";
		color: #FFF;
		font-size: 12px;
		align-self: center;
		margin-top: 30px !important;
		margin-left: -25px !important;
		height: 30px;
		margin-right: 30px !important;
	}
	.menu-subhead:hover {
		color: #D36833;
	}
	.contact-btn-2 {
		font-family: "OpenSans Bold";
		background-color: #fff;
		padding: 8px 13px !important;
		border-radius: 30px;
		font-size: 9px;
		margin-right: 50px !important;
		margin-left: 50px !important;
		margin-top: 21px !important;
		position: absolute;
		left: 68%;
		top: 13px;
	}
	.search-icon-2 {
		font-size: 25px;
		color: #fff;
		margin-top: 28px !important;
		position: absolute;
		left: 85%;
		height: 20px;
	}
	.nav-dropdown-2 {
		margin-left: 8px !important;
	}
	.carousel-sec {
		width: 100%;
		position: relative;
		margin: 0px !important;
	}
	.slider_nav {
		display: flex;
		align-content: stretch;
		justify-content: space-between;
		width: 100%;
	}
	.am-next {
		align-self: flex-end;
		margin-right: 100px !important;
	}
	.am-prev {
		align-self: flex-start;
		margin-left: 100px !important;
	}
	.prev-btn {
		font-size: 30px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 15px 25px 15px 19px !important;
		color: #fff;
		margin-left: 20px;
	}
	.next-btn {
		font-size: 30px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 15px 19px 15px 25px !important;
		color: #fff;
	}
	.wrapper {
		padding-left: 7% !important;
		padding-right: 7% !important;
		width: 100% !important;
		position: relative;
	}
	.aboutus-sec {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		width: 100%;
		margin-top: 70px !important;
		flex-wrap: nowrap;
	}
	.about-header {
		font-family: "Gotham Bold";
		align-self: center;
		font-size: 35px;
		color: #d36833;
		margin-bottom: 35px !important;
		flex-wrap: nowrap !important;
	}
	.header-sec {
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
	}
	.sideline {
		width: 27%;
		height: 2.2pt;
		background-color: #703011;
		vertical-align: middle;
		align-content: center;
		margin-left: 20px !important;
		margin-right: 20px !important;
		margin-top: 24px !important;
	}
	.about-content {
		padding: 0px 12% !important;
		font-family: "Lato Regular";
		color: #818181;
		font-size: 12px;
	}
	.aboutus-btn {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 10px 20px !important;
		border-radius: 50px;
		font-size: 12px;
		margin-top: 50px !important;
	}
	.mv-sec {
		margin-top: 100px !important;
	}
	.Mission-box {
		border-top: 28pt solid #a9d12c;
		border-bottom: 28pt solid #a9d12c;
		border-left: 28pt solid #a9d12c;
		margin-right: 60px !important;
		padding: 30px 75px 30px 30px!important;
	}
	.Mission-box:before {
		content: '';
		height: 79%;
		top: 17%;
		right: 60px;
		background-color: #d36833;
		width: 40px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.box-header {
		font-family: "Gotham Bold";
		font-size: 32px;
		line-height: 45px;
		margin: 10px 0px 25px 5px !important;
	}
	.box-content {
		font-family: "Lato Regular";
		color: #818181;
		font-size: 12px;
	}
	.boxbutton {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 5px 20px !important;
		border-radius: 50px;
		font-size: 14px;
		margin-top: 35px !important;
		z-index: 1000;
	}
	.Vision-box {
		border-top: 28pt solid #d36833;
		border-bottom: 28pt solid #d36833;
		border-right: 28pt solid #d36833;
		margin-left: 60px !important;
		padding: 30px 30px 30px 75px!important;
	}
	.Vision-box:after {
		content: '';
		height: 78%;
		bottom: 17%;
		left: 60px;
		background-color: #d36833;
		width: 38px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.leaf {
		align-self: center;
		position: absolute;
		height: 400px;
		left: 29%;
		top: -320px;
		z-index: 0;
	}
	.prod-sec {
		top: 110px;
		position: relative;
		z-index: 400;
	}
	.cat-head {
		display: inline-flex;
		width: 100%;
		flex-direction: row;
	}
	.sideline-1 {
		height: 2pt;
		width: 300%;
		overflow: hidden;
		margin-left: 25px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 28px !important;
	}
	.sideline-2 {
		height: 2pt;
		width: 80%;
		overflow: hidden;
		margin-left: 25px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 28px !important;
	}
	.sideline-3 {
		height: 2pt;
		width: 37.3%;
		overflow: hidden;
		margin-left: 25px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 28px !important;
	}
	.sideline-4 {
		height: 2pt;
		width: 56%;
		overflow: hidden;
		margin-left: 25px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 28px !important;
	}
	/*h2 {

	font-family: "Gotham Bold";

	font-size: 27px;

	color: #d36833;

	background: #fff;

	display: inline-block;

    width: 100%; 

    text-align: left;

    border-bottom: 2px solid #703011; 

    line-height: 0.1em;

} 



h2 span { 

    background:#fff; 

    padding:0 20px 0px 0px !important; 

}

*/
	.cat-desc {
		margin-top: 20px !important;
		margin-bottom: 40px !important;
		width: 55%;
		font-family: "Lato Bold";
		font-size: 11px;
		color: #4a4a4a;
	}
	.row {
		width: 100%
	}
	.prod-img {
		height: 240px;
		max-width: 100%
	}
	.prod-name {
		margin: 10px 0px 80px !important;
		font-family: "Lato Bold";
		font-size: 15px;
		color: #703011;
	}
	footer {
		width: 100%;
		margin-top: 150px !important;
		position: relative;
	}
	.footer-bg {
		position: absolute;
		top: 0px;
	}
	.footer-sec {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-between;
		width: 100% !important;
		position: relative;
		top: 240px;
	}
	.footer-element {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 14px;
		margin-bottom: 13px !important;
	}
	.footer-number {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 19px;
		margin-top: 8px !important;
	}
	.social-button {
		font-size: 20px;
		color: #fff;
		margin-right: 13px !important;
	}
	.footer-info {
		font-family: "Lato Regular";
		color: #fff;
		text-align: right;
		font-size: 12px;
		margin-top: 10px !important;
		margin-right: 0px !important;
	}
	.footer-logo {
		height: 115px;
		margin-left: 70px !important;
	}
	.facebook:hover {
		color: #3b5998
	}
	.instagram:hover {
		color: #2C6A93
	}
	.youtube:hover {
		color: #C31A1E;
	}
	.twitter:hover {
		color: #00B6F1
	}
	/*Debanjan starts css*/
	#nav-mob-3 {
		display: none;
	}
	#nav-mob-3.active {
		display: none;
	}
	.nav-mob-3 .for-mob {
		display: none;
	}
	/*Debanjan end css*/
}
@media (max-width:1022px) {
* {
		padding: 0px !important;
		margin: 0px !important;
		box-sizing: border-box !important;
	}
	input {
		outline: none !important;
	}
	.for-mob {
		display: block;
	}
	.not-mob {
		display: none !important;
	}
	body {
		padding: 0px !important;
		margin: 0px !important;
		background-color: #ffffff;
	}
	ul {
		list-style: none !important;
	}
	header {
		padding: 0px !important;
		margin: 0px !important;
		top: 0px;
		left: 0px;
	}
	button {
		outline: none !important;
		background-color: rgba(0, 0, 0, 0.00);
		border: none;
	}
	#nav-mob-1 {
		display: block !important;
		visibility: visible;
		transition: .1s all;
	}
	#nav-mob-1.disable {
		visibility: hidden;
		transition: .1s all;
	}
	#nav-mob-2 {
		visibility: hidden;
		transition: .1s all;
	}
	#nav-mob-2.active {
		display: block !important;
		visibility: visible;
		transition: .1s all;
	}
	.top-bar {
		display: none !important;
	}
	.phone-number-sec {
		align-self: center;
	}
	.call-icon {
		font-size: 20px;
		align-self: center !important;
	}
	.phone-number {
		font-family: "OpenSans SemiBold";
		font-size: 14px;
		margin-top: 0px !important;
		margin-left: 7px !important;
	}
	.tagline {
		font-family: "OpenSans Regular";
		align-self: center;
		font-size: 15px;
	}
	.search-icon {
		font-size: 25px;
		align-self: center;
		font-weight: lighter;
		margin-right: -40% !important;
		position: absolute;
		left: 80%;
		height: 25px;
	}
	.search-container {
		position: relative;
		width: 280px;
		z-index: 2;
		align-self: center;
		margin-left: -90px !important;
		margin-right: -70px !important;
	}
	#popup-search {
		visibility: hidden;
	}
	#popup-search.active {
		visibility: visible;
	}
	.search-container input[type=text] {
		padding: 2px 5px 3px 37px !important;
		margin-top: 23px !important;
		font-family: "Lato Regular";
		width: 100%;
		font-size: 15px;
	}
	.submit-search {
		position: absolute;
		right: 90%;
		font-size: 19px;
		top: 38%;
		font-weight: lighter;
		color: #fff;
		height: 20px;
	}
	.close-search {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 39%;
		left: 91%;
		height: 18px;
	}
	.logo-bar {
		display: flex;
		width: 100%;
		align-content: center;
		justify-content: center;
		padding-top: 13px !important;
		padding-bottom: 7px !important;
		border-bottom: 0.5pt solid #eaeaea;
	}
	.logo-img {
		height: 130px;
	}
	.contact-btn {
		align-self: center !important;
		position: absolute;
		left: 80%;
		font-family: "OpenSans Bold";
		border: 2pt solid #441f0d;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
	}
	a {
		text-decoration: none !important;
	}
	nav {
		display: none !important;
		flex-direction: row;
		width: 100%;
		align-content: center;
		padding: 8px 0px !important;
	}
	nav ul {
		display: flex;
		align-content: space-between;
		justify-content: center;
		width: 100%;
		padding: 0px 0px !important;
	}
	.nav-head {
		font-family: "Lato Regular";
		color: #553a2d;
		margin-right: 40px !important;
		font-size: 14px;
		height: 25px;
	}
	.search-container-2 {
		position: relative;
		width: 280px;
		z-index: 2;
		right: 10%;
		top: 20px;
		margin-right: -140px !important;
	}
	#popup-search-2 {
		visibility: hidden;
	}
	#popup-search-2.active {
		visibility: visible;
	}
	.search-container-2 input[type=text] {
		padding: 3px 5px 4px 35px !important;
		margin-top: 0px !important;
		width: 100%;
		font-family: "Lato Regular";
		font-size: 15px;
	}
	.submit-search-2 {
		position: absolute;
		right: 90%;
		top: 12%;
		font-weight: lighter;
		color: #fff;
		height: 20px;
	}
	.close-search-2 {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 14%;
		left: 91%;
		height: 18px;
	}
	.item {
		width: 100%;
	}
	.nav-dropdown {
		margin-left: 10px !important;
	}
	#nav2 {
		display: none;
	}
	#nav2.active {
		display: none;
	}
	#nav-1 {
		display: none;
	}
	#nav-1.disabled {
		display: none;
	}
	.menu-sec {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: space-around;
		position: absolute;
		z-index: 400;
		top: 235px;
	}
	.menu-sec-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: space-around;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.menu-seca {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: absolute;
		z-index: 400;
		top: 232px;
	}
	.menu-seca-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: center;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.nav-2 {
		background-color: #703011;
		display: flex;
		flex-direction: row;
		align-content: stretch !important;
		width: 100%;
		padding: 15px !important;
		position: fixed;
		z-index: 500;
		top: 0 !important;
	}
	.menu-header {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		margin-bottom: 12px !important;
	}
	.menu-header-a {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		margin-bottom: 0px !important;
		margin-right: 30px !important;
	}
	.menu-subhead {
		font-family: "Lato Bold";
		color: #553a2d;
		font-size: 14px;
		margin-bottom: 10px !important;
	}
	.menu-bullet {
		margin-right: 5px !important;
	}
	#prod-menu {
		visibility: hidden;
	}
	#prod-menu.active {
		visibility: visible;
	}
	#prod-menu-2 {
		visibility: hidden;
	}
	#prod-menu-2.active {
		visibility: visible;
	}
	#about-menu {
		visibility: hidden;
	}
	#about-menu.active {
		visibility: visible;
	}
	#about-menu-2 {
		visibility: hidden;
	}
	#about-menu-2.active {
		visibility: visible;
	}
	#gallery-menu {
		visibility: hidden;
	}
	#gallery-menu.active {
		visibility: visible;
	}
	#gallery-menu-2 {
		visibility: hidden;
	}
	#gallery-menu-2.active {
		visibility: visible;
	}
	.logo-img-2 {
		height: 80px;
		margin-right: 65px !important;
	}
	.nav-2 ul {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-around;
		vertical-align: middle !important;
		width: 100%;
		padding: 0 10% !important;
	}
	.nav-head-2 {
		font-family: "Lato Light";
		color: #FFF;
		margin-right: 20px !important;
		font-size: 14px;
		align-self: center;
		margin-top: 30px !important;
		margin-left: -25px !important;
		height: 30px;
	}
	.menu-subhead:hover {
		color: #D36833;
	}
	.contact-btn-2 {
		font-family: "OpenSans Bold";
		background-color: #fff;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
		margin-right: 50px !important;
		margin-left: 70px !important;
		margin-top: 25px !important;
		position: absolute;
		left: 70%;
		top: 15px;
	}
	.search-icon-2 {
		font-size: 25px;
		color: #fff;
		margin-top: 28px !important;
		position: absolute;
		left: 87%;
		height: 26px;
	}
	.nav-dropdown-2 {
		margin-left: 8px !important;
	}
	.carousel-sec {
		width: 100%;
		position: relative;
		margin: 0px !important;
	}
	.slider_nav {
		display: flex;
		align-content: stretch;
		justify-content: space-between;
		width: 100%;
	}
	.am-next {
		align-self: flex-end;
		margin-right: 100px !important;
	}
	.am-prev {
		align-self: flex-start;
		margin-left: 100px !important;
	}
	.prev-btn {
		font-size: 15px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 10px 15px 10px 12px !important;
		color: #fff;
		margin-left: 20px;
	}
	.next-btn {
		font-size: 15px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 10px 12px 10px 15px !important;
		color: #fff;
	}
	.wrapper {
		padding-left: 6% !important;
		padding-right: 6% !important;
		width: 100% !important;
		position: relative;
	}
	.aboutus-sec {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		width: 100%;
		margin-top: 50px !important;
		flex-wrap: nowrap;
	}
	.about-header {
		font-family: "Gotham Bold";
		align-self: center;
		font-size: 28px;
		color: #d36833;
		margin-bottom: 40px !important;
		flex-wrap: nowrap !important;
	}
	.header-sec {
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
	}
	.sideline {
		width: 28%;
		height: 2pt;
		background-color: #703011;
		vertical-align: middle;
		align-content: center;
		margin-left: 15px !important;
		margin-right: 15px !important;
		margin-top: 20px !important;
	}
	.about-content {
		padding: 0px 12% !important;
		font-family: "Lato Regular";
		color: #818181;
		font-size: 14px;
	}
	.aboutus-btn {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 10px 15px !important;
		border-radius: 50px;
		font-size: 12px;
		margin-top: 30px !important;
	}
	.mv-sec {
		margin-top: 50px !important;
	}
	.Mission-box {
		border-top: 35pt solid #a9d12c;
		border-bottom: 35pt solid #a9d12c;
		border-left: 35pt solid #a9d12c;
		margin-right: 100px !important;
		margin-left: 100px !important;
		padding: 30px 85px 30px 30px!important;
		margin-bottom: 60px !important;
	}
	.Mission-box:before {
		content: '';
		height: 71%;
		top: 18%;
		right: 100px;
		background-color: #d36833;
		width: 45px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.box-header {
		font-family: "Gotham Bold";
		font-size: 50px;
		line-height: 60px;
		margin: 20px 0px 40px 10px !important;
	}
	.box-content {
		font-family: "Lato Regular";
		color: #818181;
		font-size: 12px;
	}
	.boxbutton {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 8px 30px !important;
		border-radius: 50px;
		font-size: 18px;
		margin-top: 50px !important;
		z-index: 1000;
	}
	.Vision-box {
		border-top: 35pt solid #d36833;
		border-bottom: 35pt solid #d36833;
		border-right: 35pt solid #d36833;
		margin-right: 100px !important;
		margin-left: 100px !important;
		padding: 30px 30px 30px 85px!important;
		margin-bottom: 40px !important;
	}
	.Vision-box:after {
		content: '';
		height: 72%;
		bottom: 25%;
		left: 100px;
		background-color: #d36833;
		width: 45px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.leaf {
		display: none;
	}
	.prod-sec {
		position: relative;
		z-index: 400;
		top: 0px;
	}
	.cat-head {
		display: inline-flex;
		width: 100%;
		flex-direction: row;
	}
	.heading2 {
		font-family: "Gotham Bold";
		font-size: 32px;
		color: #d36833;
		background: #fff;
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	/*.span-line { 

  	height: 1pt !important;

  	width: 100% !important;

	background: #000;

	display: block;

	position: absolute;

	z-index: -1;

}*/
	.slider-img {
		height: 275px;
	}
	h2 {
		font-family: "Gotham Bold";
		font-size: 30px;
		color: #d36833;
		background-color: #fff;
		display: block;
		height: 20px;
		text-align: left;
		z-index: 30;
		padding: 10px 0px 30px !important;
		position: relative;
		border: 1pt solid #fff;
	}
	.sideline-1 {
		height: 2pt;
		width: 300%;
		overflow: hidden;
		margin-left: 25px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 28px !important;
	}
	.cat-desc {
		margin-top: 20px !important;
		margin-bottom: 40px !important;
		width: 75%;
		font-family: "Lato Bold";
		font-size: 12px;
		color: #4a4a4a;
	}
	.row {
		width: 100%
	}
	.prod-img {
		height: 300px;
		max-width: 100%
	}
	.prod-name {
		margin: 10px 0px 80px !important;
		font-family: "Lato Bold";
		font-size: 21px;
		color: #703011;
	}
	footer {
		width: 100%;
		margin-top: 10px !important;
		position: relative;
	}
	.footer-bg {
		position: absolute;
		top: 0px;
	}
	.footer-sec {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-between;
		width: 100% !important;
		position: relative;
		top: 0;
	}
	.footer-element {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 16px;
		margin-bottom: 13px !important;
	}
	.footer-number {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 18px;
		margin-top: 8px !important;
		margin-bottom: 10px !important;
	}
	.social-button {
		font-size: 25px;
		color: #fff;
		margin-right: 30px !important;
		margin-top: 35px !important;
	}
	.footer-info {
		font-family: "Lato Regular";
		color: #fff;
		text-align: right;
		font-size: 12px;
		margin-top: 10px !important;
		margin-right: 0px !important;
	}
	.footer-logo {
		height: 140px;
		margin-left: 29px !important;
	}
	.slide-content {
		display: flex !important;
		flex-direction: column !important;
	}
	.footer-not-mob {
		display: none !important;
	}
	.swiper-button-next {
		color: #703011 !important;
		top: 95px !important;
	}
	.swiper-button-prev {
		color: #703011 !important;
		top: 95px !important;
		left: 0px !important;
	}
	.footer-img-mob {
		width: 100%;
		height: 300px;
	}
	.footer-sec-top {
		position: absolute;
		top: 60px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 20%;
		padding: 0px 0px 0px 20px !important;
		z-index: 50;
	}
	.footer-sec-mid {
		position: absolute;
		top: 50px;
		display: flex;
		padding: 10px 25px !important;
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}
	.footer-logo-mob {
		height: 120px;
		margin-left: 50px !important;
	}
	.footer-contact {
		margin-right: 40px !important;
	}
	footer a:hover {
		text-decoration: underline !important;
		text-decoration-color: #fff !important;
	}
	.footer-element:hover {
		text-decoration: underline !important;
		text-decoration-color: #fff !important;
	}
	/*Debanjan Roy starts*/
	#nav-3
	{
		display:none !important;
	}
	/*Debanjan Roy ends*/
	/*Debanjan starts css*/
	#nav-mob-3 {
		display: block;
	}
	#nav-mob-3.active {
		display: block;
	}
	.nav-mob-3 .for-mob {
		display: block;
	}
	/*Debanjan end css*/
}
@media (max-width:769px) {
	* {
		padding: 0px !important;
		margin: 0px !important;
		box-sizing: border-box !important;
	}
	input {
		outline: none !important;
	}
	.for-mob {
		display: block;
	}
	.not-mob {
		display: none !important;
	}
	body {
		padding: 0px !important;
		margin: 0px !important;
		background-color: #ffffff;
	}
	ul {
		list-style: none !important;
	}
	header {
		padding: 0px !important;
		margin: 0px !important;
		top: 0px;
		left: 0px;
	}
	button {
		outline: none !important;
		background-color: rgba(0, 0, 0, 0.00);
		border: none;
	}
	#nav-mob-1 {
		display: block !important;
		visibility: visible;
		transition: .1s all;
	}
	#nav-mob-1.disable {
		visibility: hidden;
		transition: .1s all;
	}
	#nav-mob-2 {
		visibility: hidden;
		transition: .1s all;
	}
	#nav-mob-2.active {
		display: block !important;
		visibility: visible;
		transition: .1s all;
	}
	.top-bar {
		display: none !important;
	}
	.phone-number-sec {
		align-self: center;
	}
	.call-icon {
		font-size: 20px;
		align-self: center !important;
	}
	.phone-number {
		font-family: "OpenSans SemiBold";
		font-size: 14px;
		margin-top: 0px !important;
		margin-left: 7px !important;
	}
	.tagline {
		font-family: "OpenSans Regular";
		align-self: center;
		font-size: 15px;
	}
	.search-icon {
		font-size: 25px;
		align-self: center;
		font-weight: lighter;
		margin-right: -40% !important;
		position: absolute;
		left: 80%;
		height: 25px;
	}
	.search-container {
		position: relative;
		width: 280px;
		z-index: 2;
		align-self: center;
		margin-left: -90px !important;
		margin-right: -70px !important;
	}
	#popup-search {
		visibility: hidden;
	}
	#popup-search.active {
		visibility: visible;
	}
	.search-container input[type=text] {
		padding: 2px 5px 3px 37px !important;
		margin-top: 23px !important;
		font-family: "Lato Regular";
		width: 100%;
		font-size: 15px;
	}
	.submit-search {
		position: absolute;
		right: 90%;
		font-size: 19px;
		top: 38%;
		font-weight: lighter;
		color: #fff;
		height: 20px;
	}
	.close-search {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 39%;
		left: 91%;
		height: 18px;
	}
	.logo-bar {
		display: flex;
		width: 100%;
		align-content: center;
		justify-content: center;
		padding-top: 13px !important;
		padding-bottom: 7px !important;
		border-bottom: 0.5pt solid #eaeaea;
	}
	.logo-img {
		height: 130px;
	}
	.contact-btn {
		align-self: center !important;
		position: absolute;
		left: 80%;
		font-family: "OpenSans Bold";
		border: 2pt solid #441f0d;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
	}
	a {
		text-decoration: none !important;
	}
	nav {
		display: none !important;
		flex-direction: row;
		width: 100%;
		align-content: center;
		padding: 8px 0px !important;
	}
	nav ul {
		display: flex;
		align-content: space-between;
		justify-content: center;
		width: 100%;
		padding: 0px 0px !important;
	}
	.nav-head {
		font-family: "Lato Regular";
		color: #553a2d;
		margin-right: 40px !important;
		font-size: 14px;
		height: 25px;
	}
	.search-container-2 {
		position: relative;
		width: 280px;
		z-index: 2;
		right: 10%;
		top: 20px;
		margin-right: -140px !important;
	}
	#popup-search-2 {
		visibility: hidden;
	}
	#popup-search-2.active {
		visibility: visible;
	}
	.search-container-2 input[type=text] {
		padding: 3px 5px 4px 35px !important;
		margin-top: 0px !important;
		width: 100%;
		font-family: "Lato Regular";
		font-size: 15px;
	}
	.submit-search-2 {
		position: absolute;
		right: 90%;
		top: 12%;
		font-weight: lighter;
		color: #fff;
		height: 20px;
	}
	.close-search-2 {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 14%;
		left: 91%;
		height: 18px;
	}
	.item {
		width: 100%;
	}
	.nav-dropdown {
		margin-left: 10px !important;
	}
	#nav2 {
		display: none;
	}
	#nav2.active {
		display: none;
	}
	#nav-1 {
		display: none;
	}
	#nav-1.disabled {
		display: none;
	}
	.menu-sec {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: space-around;
		position: absolute;
		z-index: 400;
		top: 235px;
	}
	.menu-sec-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: space-around;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.menu-seca {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: absolute;
		z-index: 400;
		top: 232px;
	}
	.menu-seca-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: center;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.nav-2 {
		background-color: #703011;
		display: flex;
		flex-direction: row;
		align-content: stretch !important;
		width: 100%;
		padding: 15px !important;
		position: fixed;
		z-index: 500;
		top: 0 !important;
	}
	.menu-header {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		margin-bottom: 12px !important;
	}
	.menu-header-a {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		margin-bottom: 0px !important;
		margin-right: 30px !important;
	}
	.menu-subhead {
		font-family: "Lato Bold";
		color: #553a2d;
		font-size: 14px;
		margin-bottom: 10px !important;
	}
	.menu-bullet {
		margin-right: 5px !important;
	}
	#prod-menu {
		visibility: hidden;
	}
	#prod-menu.active {
		visibility: visible;
	}
	#prod-menu-2 {
		visibility: hidden;
	}
	#prod-menu-2.active {
		visibility: visible;
	}
	#about-menu {
		visibility: hidden;
	}
	#about-menu.active {
		visibility: visible;
	}
	#about-menu-2 {
		visibility: hidden;
	}
	#about-menu-2.active {
		visibility: visible;
	}
	#gallery-menu {
		visibility: hidden;
	}
	#gallery-menu.active {
		visibility: visible;
	}
	#gallery-menu-2 {
		visibility: hidden;
	}
	#gallery-menu-2.active {
		visibility: visible;
	}
	.logo-img-2 {
		height: 80px;
		margin-right: 65px !important;
	}
	.nav-2 ul {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-around;
		vertical-align: middle !important;
		width: 100%;
		padding: 0 10% !important;
	}
	.nav-head-2 {
		font-family: "Lato Light";
		color: #FFF;
		margin-right: 20px !important;
		font-size: 14px;
		align-self: center;
		margin-top: 30px !important;
		margin-left: -25px !important;
		height: 30px;
	}
	.menu-subhead:hover {
		color: #D36833;
	}
	.contact-btn-2 {
		font-family: "OpenSans Bold";
		background-color: #fff;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
		margin-right: 50px !important;
		margin-left: 70px !important;
		margin-top: 25px !important;
		position: absolute;
		left: 70%;
		top: 15px;
	}
	.search-icon-2 {
		font-size: 25px;
		color: #fff;
		margin-top: 28px !important;
		position: absolute;
		left: 87%;
		height: 26px;
	}
	.nav-dropdown-2 {
		margin-left: 8px !important;
	}
	.carousel-sec {
		width: 100%;
		position: relative;
		margin: 0px !important;
	}
	.slider_nav {
		display: flex;
		align-content: stretch;
		justify-content: space-between;
		width: 100%;
	}
	.am-next {
		align-self: flex-end;
		margin-right: 100px !important;
	}
	.am-prev {
		align-self: flex-start;
		margin-left: 100px !important;
	}
	.prev-btn {
		font-size: 15px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 10px 15px 10px 12px !important;
		color: #fff;
		margin-left: 20px;
	}
	.next-btn {
		font-size: 15px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 10px 12px 10px 15px !important;
		color: #fff;
	}
	.wrapper {
		padding-left: 6% !important;
		padding-right: 6% !important;
		width: 100% !important;
		position: relative;
	}
	.aboutus-sec {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		width: 100%;
		margin-top: 50px !important;
		flex-wrap: nowrap;
	}
	.about-header {
		font-family: "Gotham Bold";
		align-self: center;
		font-size: 28px;
		color: #d36833;
		margin-bottom: 40px !important;
		flex-wrap: nowrap !important;
	}
	.header-sec {
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
	}
	.sideline {
		width: 28%;
		height: 2pt;
		background-color: #703011;
		vertical-align: middle;
		align-content: center;
		margin-left: 15px !important;
		margin-right: 15px !important;
		margin-top: 20px !important;
	}
	.about-content {
		padding: 0px 12% !important;
		font-family: "Lato Regular";
		color: #818181;
		font-size: 14px;
	}
	.aboutus-btn {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 10px 15px !important;
		border-radius: 50px;
		font-size: 12px;
		margin-top: 30px !important;
	}
	.mv-sec {
		margin-top: 50px !important;
	}
	.Mission-box {
		border-top: 35pt solid #a9d12c;
		border-bottom: 35pt solid #a9d12c;
		border-left: 35pt solid #a9d12c;
		margin-right: 100px !important;
		margin-left: 100px !important;
		padding: 30px 85px 30px 30px!important;
		margin-bottom: 60px !important;
	}
	.Mission-box:before {
		content: '';
		height: 75%;
		top: 16%;
		right: 100px;
		background-color: #d36833;
		width: 45px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.box-header {
		font-family: "Gotham Bold";
		font-size: 50px;
		line-height: 60px;
		margin: 20px 0px 40px 10px !important;
	}
	.box-content {
		font-family: "Lato Regular";
		color: #818181;
		font-size: 12px;
	}
	.boxbutton {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 8px 30px !important;
		border-radius: 50px;
		font-size: 18px;
		margin-top: 50px !important;
		z-index: 1000;
	}
	.Vision-box {
		border-top: 35pt solid #d36833;
		border-bottom: 35pt solid #d36833;
		border-right: 35pt solid #d36833;
		margin-right: 100px !important;
		margin-left: 100px !important;
		padding: 30px 30px 30px 85px!important;
		margin-bottom: 40px !important;
	}
	.Vision-box:after {
		content: '';
		height: 72%;
		bottom: 25%;
		left: 100px;
		background-color: #d36833;
		width: 45px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.leaf {
		display: none;
	}
	.prod-sec {
		position: relative;
		z-index: 400;
		top: 0px;
	}
	.cat-head {
		display: inline-flex;
		width: 100%;
		flex-direction: row;
	}
	.heading2 {
		font-family: "Gotham Bold";
		font-size: 32px;
		color: #d36833;
		background: #fff;
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	/*.span-line { 

  	height: 1pt !important;

  	width: 100% !important;

	background: #000;

	display: block;

	position: absolute;

	z-index: -1;

}*/
	.slider-img {
		height: 250px;
	}
	h2 {
		font-family: "Gotham Bold";
		font-size: 30px;
		color: #d36833;
		background-color: #fff;
		display: block;
		height: 20px;
		text-align: left;
		z-index: 30;
		padding: 10px 0px 30px !important;
		position: relative;
		border: 1pt solid #fff;
	}
	.sideline-1 {
		height: 2pt;
		width: 300%;
		overflow: hidden;
		margin-left: 25px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 28px !important;
	}
	.cat-desc {
		margin-top: 20px !important;
		margin-bottom: 40px !important;
		width: 75%;
		font-family: "Lato Bold";
		font-size: 12px;
		color: #4a4a4a;
	}
	.row {
		width: 100%
	}
	.prod-img {
		height: 300px;
		max-width: 100%
	}
	.prod-name {
		margin: 10px 0px 80px !important;
		font-family: "Lato Bold";
		font-size: 18px;
		color: #703011;
	}
	footer {
		width: 100%;
		margin-top: 10px !important;
		position: relative;
	}
	.footer-bg {
		position: absolute;
		top: 0px;
	}
	.footer-sec {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-between;
		width: 100% !important;
		position: relative;
		top: 0;
	}
	.footer-element {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 16px;
		margin-bottom: 13px !important;
	}
	.footer-number {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 18px;
		margin-top: 8px !important;
		margin-bottom: 10px !important;
	}
	.social-button {
		font-size: 25px;
		color: #fff;
		margin-right: 30px !important;
		margin-top: 35px !important;
	}
	.footer-info {
		font-family: "Lato Regular";
		color: #fff;
		text-align: right;
		font-size: 12px;
		margin-top: 10px !important;
		margin-right: 0px !important;
	}
	.footer-logo {
		height: 140px;
		margin-left: 29px !important;
	}
	.slide-content {
		display: flex !important;
		flex-direction: column !important;
	}
	.footer-not-mob {
		display: none !important;
	}
	.swiper-button-next {
		color: #703011 !important;
		top: 95px !important;
	}
	.swiper-button-prev {
		color: #703011 !important;
		top: 95px !important;
		left: 0px !important;
	}
	.footer-img-mob {
		width: 100%;
		height: 300px;
	}
	.footer-sec-top {
		position: absolute;
		top: 60px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 20%;
		padding: 0px 0px 0px 20px !important;
		z-index: 50;
	}
	.footer-sec-mid {
		position: absolute;
		top: 50px;
		display: flex;
		padding: 10px 25px !important;
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}
	.footer-logo-mob {
		height: 120px;
		margin-left: 50px !important;
	}
	.footer-contact {
		margin-right: 40px !important;
	}
	footer a:hover {
		text-decoration: underline !important;
		text-decoration-color: #fff !important;
	}
	.footer-element:hover {
		text-decoration: underline !important;
		text-decoration-color: #fff !important;
	}
	/*Debanjan Roy starts*/
	#nav-3
	{
		display:none !important;
	}
	/*Debanjan Roy ends*/
	/*Debanjan starts css*/
	#nav-mob-3 {
		display: block;
	}
	#nav-mob-3.active {
		display: block;
	}
	.nav-mob-3 .for-mob {
		display: block;
	}
	/*Debanjan end css*/
	
}
@media (max-width: 680px){
	* {
		padding: 0px !important;
		margin: 0px !important;
		box-sizing: border-box !important;
	}
	input {
		outline: none !important;
	}
	.for-mob {
		display: block;
	}
	.not-mob {
		display: none !important;
	}
	body {
		padding: 0px !important;
		margin: 0px !important;
		background-color: #ffffff;
		overflow-x: hidden !important; 	
	}
	ul {
		list-style: none !important;
	}
	header {
		padding: 0px !important;
		margin: 0px !important;
		top: 0px;
		left: 0px;
	}
	button {
		outline: none !important;
		background-color: rgba(0, 0, 0, 0.00);
		border: none;
	}
	#nav-mob-1 {
		display: block !important;
		visibility: visible;
		transition: .1s all;
	}
	#nav-mob-1.disable {
		visibility: hidden;
		transition: .1s all;
	}
	#nav-mob-2 {
		visibility: hidden;
		transition: .1s all;
	}
	#nav-mob-2.active {
		display: block !important;
		visibility: visible;
		transition: .1s all;
	}
	.top-bar {
		display: none !important;
	}
	.phone-number-sec {
		align-self: center;
	}
	.call-icon {
		font-size: 20px;
		align-self: center !important;
	}
	.phone-number {
		font-family: "OpenSans SemiBold";
		font-size: 14px;
		margin-top: 0px !important;
		margin-left: 7px !important;
	}
	.tagline {
		font-family: "OpenSans Regular";
		align-self: center;
		font-size: 15px;
	}
	.search-icon {
		font-size: 25px;
		align-self: center;
		font-weight: lighter;
		margin-right: -40% !important;
		position: absolute;
		left: 80%;
		height: 25px;
	}
	.search-container {
		position: relative;
		width: 280px;
		z-index: 2;
		align-self: center;
		margin-left: -90px !important;
		margin-right: -70px !important;
	}
	#popup-search {
		visibility: hidden;
	}
	#popup-search.active {
		visibility: visible;
	}
	.search-container input[type=text] {
		padding: 2px 5px 3px 37px !important;
		margin-top: 23px !important;
		font-family: "Lato Regular";
		width: 100%;
		font-size: 15px;
	}
	.submit-search {
		position: absolute;
		right: 90%;
		font-size: 19px;
		top: 38%;
		font-weight: lighter;
		color: #fff;
		height: 20px;
	}
	.close-search {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 39%;
		left: 91%;
		height: 18px;
	}
	.logo-bar {
		display: flex;
		width: 100%;
		align-content: center;
		justify-content: center;
		padding-top: 13px !important;
		padding-bottom: 7px !important;
		border-bottom: 0.5pt solid #eaeaea;
	}
	.logo-img {
		height: 130px;
	}
	.contact-btn {
		align-self: center !important;
		position: absolute;
		left: 80%;
		font-family: "OpenSans Bold";
		border: 2pt solid #441f0d;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
	}
	a {
		text-decoration: none !important;
	}
	nav {
		display: none !important;
		flex-direction: row;
		width: 100%;
		align-content: center;
		padding: 8px 0px !important;
	}
	nav ul {
		display: flex;
		align-content: space-between;
		justify-content: center;
		width: 100%;
		padding: 0px 0px !important;
	}
	.nav-head {
		font-family: "Lato Regular";
		color: #553a2d;
		margin-right: 40px !important;
		font-size: 14px;
		height: 25px;
	}
	.search-container-2 {
		position: relative;
		width: 280px;
		z-index: 2;
		right: 10%;
		top: 20px;
		margin-right: -140px !important;
	}
	#popup-search-2 {
		visibility: hidden;
	}
	#popup-search-2.active {
		visibility: visible;
	}
	.search-container-2 input[type=text] {
		padding: 3px 5px 4px 35px !important;
		margin-top: 0px !important;
		width: 100%;
		font-family: "Lato Regular";
		font-size: 15px;
	}
	.submit-search-2 {
		position: absolute;
		right: 90%;
		top: 12%;
		font-weight: lighter;
		color: #fff;
		height: 20px;
	}
	.close-search-2 {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 14%;
		left: 91%;
		height: 18px;
	}
	.item {
		width: 100%;
	}
	.nav-dropdown {
		margin-left: 10px !important;
	}
	#nav2 {
		display: none;
	}
	#nav2.active {
		display: none;
	}
	#nav-1 {
		display: none;
	}
	#nav-1.disabled {
		display: none;
	}
	.menu-sec {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: space-around;
		position: absolute;
		z-index: 400;
		top: 235px;
	}
	.menu-sec-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: space-around;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.menu-seca {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: absolute;
		z-index: 400;
		top: 232px;
	}
	.menu-seca-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: center;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.nav-2 {
		background-color: #703011;
		display: flex;
		flex-direction: row;
		align-content: stretch !important;
		width: 100%;
		padding: 15px !important;
		position: fixed;
		z-index: 500;
		top: 0 !important;
	}
	.menu-header {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		margin-bottom: 12px !important;
	}
	.menu-header-a {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		margin-bottom: 0px !important;
		margin-right: 30px !important;
	}
	.menu-subhead {
		font-family: "Lato Bold";
		color: #553a2d;
		font-size: 14px;
		margin-bottom: 10px !important;
	}
	.menu-bullet {
		margin-right: 5px !important;
	}
	#prod-menu{ display: none}
	#prod-menu-2{ display: none}
	#about-menu { display: none}
	#about-menu-2 { display: none}
	#gallery-menu { display: none}
	#gallery-menu-2 { display: none}
	
	.nav-collapse-menu-sec {
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		background: #fff;
		height: 50rem;
		z-index: 3000;
	}
	.menu-container {
		padding: 20px 5px !important;
	}
	.mob-menu-header {
		width: 100%;
		display: flex;
		align-content: stretch;
		justify-content: space-between;
		padding: 5px !important;
	}
	.menu-header-mob {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		width: 100%;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		margin-right: 0px !important;
	}
	.menu-sub-mob {
		font-family: "Lato Bold";
		color: #703011;
		font-size: 15px;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		margin-right: 30px !important;
	}
	button.accordion {
		width: 100%;
		outline: none !important;
		text-align: left;
		cursor: pointer;
		display: inline-flex;
	}
	.accordion-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-in-out;
	}
	button.accordion:after {
		content: '\f107';
		font-family: "fontawesome";
		font-size: 18px;
		margin-top: 0px !important;
		color: #D36833;
	}
	.mob-menu-logo {
		height: 50px;
	}
	.mob-menu-close {
		height: 20px;
		margin-top: 20px !important;
	}
	#mob-menu {
		left: -100%;
		transition: .5s ease-in-out;
	}
	#mob-menu.active {
		left: 0;
		transition: .5s ease-in-out;
	}
	.topbar-mob {
		width: 100%;
		display: flex !important;
		height: 37px;
		background: #703011;
		align-content: center;
		justify-content: center;
	}
	.topbar-text {
		font-family: "OpenSans Regular";
		align-self: center;
		font-size: 12px;
		color: #fff;
	}
	.logo-img-mob {
		height: 50px;
		margin-left: 20px !important;
	}
	.hamburger-menu {
		height: 22px;
		margin-right: 20px !important;
	}
	.logo-bar-mob {
		display: flex;
		padding: 7px 7px !important;
		align-content: stretch;
		justify-content: space-between;
	}
	.search-container-3 {
		width: 100%;
	}
	.search-container-3 input[type=text] {
		width: 100%;
		padding: 5px 5px 4px 80px !important;
		font-size: 15px;
		background-color: #f0f0f0;
		border: none !important;
		outline: none !important;
	}
	.submit-search-3 {
		height: 18px;
		position: absolute;
		margin-top: 8px !important;
		left: 5%;
	}
	.contact-btn-2 {
		font-family: "OpenSans Bold";
		background-color: #fff;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
		margin-right: 50px !important;
		margin-left: 70px !important;
		margin-top: 25px !important;
		position: absolute;
		left: 70%;
		top: 15px;
	}
	.nav-mob-2 {
		display: flex !important;
		padding: 7px 7px !important;
		align-content: stretch;
		justify-content: space-between;
		background-color: #703011;
		position: fixed;
		z-index: 600;
		width: 100%;
		top: 0;
		left: 0;
	}
	.hamburger-menu-2 {
		height: 23px;
		position: relative;
		align-self: flex-end !important;
		margin-right: 20px !important;
	}
	.logo-img-2 {
		height: 50px;
		margin-right: 65px !important;
	}
	.nav-2 ul {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-around;
		vertical-align: middle !important;
		width: 100%;
		padding: 0 10% !important;
	}
	.nav-head-2 {
		font-family: "Lato Light";
		color: #FFF;
		margin-right: 20px !important;
		font-size: 14px;
		align-self: center;
		margin-top: 30px !important;
		margin-left: -25px !important;
		height: 30px;
	}
	.menu-subhead:hover {
		color: #D36833;
	}
	.contact-btn-2 {
		font-family: "OpenSans Bold";
		background-color: #fff;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
		margin-right: 50px !important;
		margin-left: 70px !important;
		margin-top: 25px !important;
		position: absolute;
		left: 70%;
		top: 15px;
	}
	.search-icon-2 {
		font-size: 25px;
		color: #fff;
		margin-top: 28px !important;
		position: absolute;
		left: 87%;
		height: 26px;
	}
	.nav-dropdown-2 {
		margin-left: 8px !important;
	}
	.carousel-sec {
		width: 100%;
		position: relative;
		margin: 0px !important;
	}
	.slider_nav {
		display: none;
		align-items: stretch;
		justify-content: space-between;
		width: 70%;
	}
	.am-next {
		align-self: flex-end;
		margin-right: 40px !important;
	}
	.am-prev {
		align-self: flex-start;
		margin-left: 40px !important;
	}
	.prev-btn {
		font-size: 12px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 8px 12px 8px 9px !important;
		color: #fff;
		margin-left: 20px;
	}
	.next-btn {
		font-size: 12px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 8px 9px 8px 12px !important;
		color: #fff;
	}
	.wrapper {
		padding-left: 5% !important;
		padding-right: 5% !important;
		width: 100% !important;
		position: relative;
	}
	.aboutus-sec {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		width: 100%;
		margin-top: 50px !important;
		flex-wrap: nowrap;
	}
	.about-header {
		font-family: "Gotham Bold";
		align-self: center;
		font-size: 29px;
		color: #d36833;
		margin-bottom: 20px !important;
		flex-wrap: nowrap !important;
	}
	.header-sec {
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
	}
	.sideline {
		width: 52%;
		height: 2pt;
		background-color: #703011;
		vertical-align: middle;
		align-content: center;
		margin-left: 15px !important;
		margin-right: 15px !important;
		margin-top: 20px !important;
	}
	.about-content {
		padding: 0px 8% !important;
		font-family: "Lato Regular";
		color: #818181;
		font-size: 10px;
	}
	.aboutus-btn {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 9px 12px !important;
		border-radius: 50px;
		font-size: 9px;
		margin-top: 30px !important;
	}
	.mv-sec {
		margin-top: 50px !important;
	}
	.Mission-box {
		border-top: 30pt solid #a9d12c;
		border-bottom: 30pt solid #a9d12c;
		border-left: 30pt solid #a9d12c;
		margin-right: 80px !important;
		margin-left: 80px !important;
		padding: 20px 77px 30px 20px!important;
		margin-bottom: 60px !important;
	}
	.Mission-box:before {
		content: '';
		height: 73%;
		top: 16%;
		right: 80px;
		background-color: #d36833;
		width: 40px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.box-header {
		font-family: "Gotham Bold";
		font-size: 45px;
		line-height: 55px;
		margin: 5px 0px 30px 0px !important;
	}
	.box-content {
		font-family: "Lato Regular";
		color: #818181;
		font-size: 13px;
	}
	.boxbutton {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 8px 23px !important;
		border-radius: 50px;
		font-size: 13px;
		margin-top: 30px !important;
		z-index: 1000;
	}
	.Vision-box {
		border-top: 30pt solid #d36833;
		border-bottom: 30pt solid #d36833;
		border-right: 30pt solid #d36833;
		margin-right: 80px !important;
		margin-left: 80px !important;
		padding: 20px 20px 30px 77px!important;
		margin-bottom: 40px !important;
	}
	.Vision-box:after {
		content: '';
		height: 73%;
		bottom: 23%;
		left: 80px;
		background-color: #d36833;
		width: 40px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.leaf {
		display: none;
	}
	.prod-sec {
		position: relative;
		z-index: 400;
		top: 0px;
	}
	.cat-head {
		display: inline-flex;
		width: 100%;
		flex-direction: row;
	}
	.heading2 {
		font-family: "Gotham Bold";
		font-size: 25px;
		color: #d36833;
		background: #fff;
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	/*.span-line { 

  	height: 1pt !important;

  	width: 100% !important;

	background: #000;

	display: block;

	position: absolute;

	z-index: -1;

}*/
	.slider-img {
		height: 200px;
	}
	h2 {
		font-family: "Gotham Bold";
		font-size: 24px;
		color: #d36833;
		background-color: #fff;
		display: block;
		height: 30px;
		text-align: left;	
		width:100% !important; 
		z-index: 30;
		padding: 10px 0px 40px !important;
		position: relative;
		border: 1pt solid #fff;
		white-space: nowrap;
	}
	.sideline-1 {
		height: 1.5pt;
		width: 300%;
		overflow: hidden;
		margin-left: 15px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 26px !important;
	}
	.cat-desc {
		margin-top: 0px !important;
		margin-bottom: 20px !important;
		width: 85%;
		font-family: "Lato Bold";
		font-size: 11px;
		color: #4a4a4a;
	}
	.row {
		width: 100%
	}
	.prod-img {
		height: 300px;
		max-width: 100%
	}
	.prod-name {
		margin: 10px 0px 30px !important;
		font-family: "Lato Bold";
		font-size: 16px;
		color: #703011;
	}
	footer {
		width: 100%;
		margin-top: 10px !important;
		position: relative;
	}
	.footer-bg {
		position: absolute;
		top: 0px;
	}
	.footer-sec {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-between;
		width: 100% !important;
		position: relative;
		top: 0;
	}
	.footer-element {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 12px;
		margin-bottom: 13px !important;
	}
	.footer-number {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 15px;
		margin-top: 8px !important;
		margin-bottom: 10px !important;
	}
	.social-button {
		font-size: 18px;
		color: #fff;
		margin-right: 20px !important;
		margin-top: 15px !important;
		margin-bottom: 30px !important;
	}
	.footer-info {
		font-family: "Lato Regular";
		color: #fff;
		text-align: right;
		font-size: 13px;
		margin-top: 10px !important;
		margin-right: 0px !important;
	}
	.footer-logo {
		height: 140px;
		margin-left: 29px !important;
		margin-top: 20px !important;
	}
	.slide-content {
		display: flex !important;
		flex-direction: column !important;
	}
	.footer-not-mob {
		display: none !important;
	}
	.swiper-button-next {
		color: #703011 !important;
		top: 55px !important;
		right: 0px !important;
	}
	.swiper-button-prev {
		color: #703011 !important;
		top: 55px !important;
		left: 0px !important;
	}
	.footer-img-mob {

		width: 100%;
		height: 340px;
	}
	.footer-sec-top {
		position: absolute;
		top: 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 30%;
		padding: 0px 0px 0px 10px !important;
		z-index: 50;
	}
	.footer-sec-mid {
		position: absolute;
		top: 10px;
		display: flex;
		padding: 10px 10px 10px 0px !important;
		width: 100%;
		flex-direction: column;
		align-items: flex-end;
		justify-content: flex-end;
	}
	.footer-logo-mob {
		height: 90px;
		margin-left: 95px !important;
	}
	.footer-contact {
		margin-right: 10px !important;
	}
	footer a:hover {
		text-decoration: underline !important;
		text-decoration-color: #fff !important;
	}
	.footer-element:hover {
		text-decoration: underline !important;
		text-decoration-color: #fff !important;
	}
	/*Debanjan Roy starts*/
	#nav-3
	{
		display:none !important;
	}
	/*Debanjan Roy ends*/
	/*Debanjan starts css*/
	#nav-mob-3 {
		display: block;
	}
	#nav-mob-3.active {
		display: block;
	}
	.nav-mob-3 .for-mob {
		display: block;
	}
	/*Debanjan end css*/
}
@media (max-width:569px){
	* {
		padding: 0px !important;
		margin: 0px !important;
		box-sizing: border-box !important;
	}
	input {
		outline: none !important;
	}
	.for-mob {
		display: block;
	}
	.not-mob {
		display: none !important;
	}
	body {
		padding: 0px !important;
		margin: 0px !important;
		background-color: #ffffff;
		overflow-x: hidden !important; 	
	}
	ul {
		list-style: none !important;
	}
	header {
		padding: 0px !important;
		margin: 0px !important;
		top: 0px;
		left: 0px;
	}
	button {
		outline: none !important;
		background-color: rgba(0, 0, 0, 0.00);
		border: none;
	}
	#nav-mob-1 {
		display: block !important;
		visibility: visible;
		transition: .1s all;
	}
	#nav-mob-1.disable {
		visibility: hidden;
		transition: .1s all;
	}
	#nav-mob-2 {
		visibility: hidden;
		transition: .1s all;
	}
	#nav-mob-2.active {
		display: block !important;
		visibility: visible;
		transition: .1s all;
	}
	.top-bar {
		display: none !important;
	}
	.phone-number-sec {
		align-self: center;
	}
	.call-icon {
		font-size: 20px;
		align-self: center !important;
	}
	.phone-number {
		font-family: "OpenSans SemiBold";
		font-size: 14px;
		margin-top: 0px !important;
		margin-left: 7px !important;
	}
	.tagline {
		font-family: "OpenSans Regular";
		align-self: center;
		font-size: 15px;
	}
	.search-icon {
		font-size: 25px;
		align-self: center;
		font-weight: lighter;
		margin-right: -40% !important;
		position: absolute;
		left: 80%;
		height: 25px;
	}
	.search-container {
		position: relative;
		width: 280px;
		z-index: 2;
		align-self: center;
		margin-left: -90px !important;
		margin-right: -70px !important;
	}
	#popup-search {
		visibility: hidden;
	}
	#popup-search.active {
		visibility: visible;
	}
	.search-container input[type=text] {
		padding: 2px 5px 3px 37px !important;
		margin-top: 23px !important;
		font-family: "Lato Regular";
		width: 100%;
		font-size: 15px;
	}
	.submit-search {
		position: absolute;
		right: 90%;
		font-size: 19px;
		top: 38%;
		font-weight: lighter;
		color: #fff;
		height: 20px;
	}
	.close-search {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 39%;
		left: 91%;
		height: 18px;
	}
	.logo-bar {
		display: flex;
		width: 100%;
		align-content: center;
		justify-content: center;
		padding-top: 13px !important;
		padding-bottom: 7px !important;
		border-bottom: 0.5pt solid #eaeaea;
	}
	.logo-img {
		height: 130px;
	}
	.contact-btn {
		align-self: center !important;
		position: absolute;
		left: 80%;
		font-family: "OpenSans Bold";
		border: 2pt solid #441f0d;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
	}
	a {
		text-decoration: none !important;
	}
	nav {
		display: none !important;
		flex-direction: row;
		width: 100%;
		align-content: center;
		padding: 8px 0px !important;
	}
	nav ul {
		display: flex;
		align-content: space-between;
		justify-content: center;
		width: 100%;
		padding: 0px 0px !important;
	}
	.nav-head {
		font-family: "Lato Regular";
		color: #553a2d;
		margin-right: 40px !important;
		font-size: 14px;
		height: 25px;
	}
	.search-container-2 {
		position: relative;
		width: 280px;
		z-index: 2;
		right: 10%;
		top: 20px;
		margin-right: -140px !important;
	}
	#popup-search-2 {
		visibility: hidden;
	}
	#popup-search-2.active {
		visibility: visible;
	}
	.search-container-2 input[type=text] {
		padding: 3px 5px 4px 35px !important;
		margin-top: 0px !important;
		width: 100%;
		font-family: "Lato Regular";
		font-size: 15px;
	}
	.submit-search-2 {
		position: absolute;
		right: 90%;
		top: 12%;
		font-weight: lighter;
		color: #fff;
		height: 20px;
	}
	.close-search-2 {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 14%;
		left: 91%;
		height: 18px;
	}
	.item {
		width: 100%;
	}
	.nav-dropdown {
		margin-left: 10px !important;
	}
	#nav2 {
		display: none;
	}
	#nav2.active {
		display: none;
	}
	#nav-1 {
		display: none;
	}
	#nav-1.disabled {
		display: none;
	}
	.menu-sec {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: space-around;
		position: absolute;
		z-index: 400;
		top: 235px;
	}
	.menu-sec-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: space-around;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.menu-seca {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: absolute;
		z-index: 400;
		top: 232px;
	}
	.menu-seca-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: center;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.nav-2 {
		background-color: #703011;
		display: flex;
		flex-direction: row;
		align-content: stretch !important;
		width: 100%;
		padding: 15px !important;
		position: fixed;
		z-index: 500;
		top: 0 !important;
	}
	.menu-header {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		margin-bottom: 12px !important;
	}
	.menu-header-a {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		margin-bottom: 0px !important;
		margin-right: 30px !important;
	}
	.menu-subhead {
		font-family: "Lato Bold";
		color: #553a2d;
		font-size: 14px;
		margin-bottom: 10px !important;
	}
	.menu-bullet {
		margin-right: 5px !important;
	}
	#prod-menu{ display: none}
	#prod-menu-2{ display: none}
	#about-menu { display: none}
	#about-menu-2 { display: none}
	#gallery-menu { display: none}
	#gallery-menu-2 { display: none}
	.nav-collapse-menu-sec {
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		background: #fff;
		height: 50rem;
		z-index: 3000;
	}
	.menu-container {
		padding: 20px 5px !important;
	}
	.mob-menu-header {
		width: 100%;
		display: flex;
		align-content: stretch;
		justify-content: space-between;
		padding: 5px !important;
	}
	.menu-header-mob {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		width: 100%;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		margin-right: 0px !important;
	}
	.menu-sub-mob {
		font-family: "Lato Bold";
		color: #703011;
		font-size: 15px;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		margin-right: 30px !important;
	}
	button.accordion {
		width: 100%;
		outline: none !important;
		text-align: left;
		cursor: pointer;
		display: inline-flex;
	}
	.accordion-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-in-out;
	}
	button.accordion:after {
		content: '\f107';
		font-family: "fontawesome";
		font-size: 18px;
		margin-top: 0px !important;
		color: #D36833;
	}
	.mob-menu-logo {
		height: 50px;
	}
	.mob-menu-close {
		height: 20px;
		margin-top: 20px !important;
	}
	#mob-menu {
		left: -100%;
		transition: .5s ease-in-out;
	}
	#mob-menu.active {
		left: 0;
		transition: .5s ease-in-out;
	}
	.topbar-mob {
		width: 100%;
		display: flex !important;
		height: 37px;
		background: #703011;
		align-content: center;
		justify-content: center;
	}
	.topbar-text {
		font-family: "OpenSans Regular";
		align-self: center;
		font-size: 12px;
		color: #fff;
	}
	.logo-img-mob {
		height: 50px;
		margin-left: 20px !important;
	}
	.hamburger-menu {
		height: 22px;
		margin-right: 20px !important;
	}
	.logo-bar-mob {
		display: flex;
		padding: 7px 7px !important;
		align-content: stretch;
		justify-content: space-between;
	}
	.search-container-3 {
		width: 100%;
	}
	.search-container-3 input[type=text] {
		width: 100%;
		padding: 5px 5px 4px 80px !important;
		font-size: 15px;
		background-color: #f0f0f0;
		border: none !important;
		outline: none !important;
	}
	.submit-search-3 {
		height: 18px;
		position: absolute;
		margin-top: 8px !important;
		left: 5%;
	}
	.contact-btn-2 {
		font-family: "OpenSans Bold";
		background-color: #fff;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
		margin-right: 50px !important;
		margin-left: 70px !important;
		margin-top: 25px !important;
		position: absolute;
		left: 70%;
		top: 15px;
	}
	.nav-mob-2 {
		display: flex !important;
		padding: 7px 7px !important;
		align-content: stretch;
		justify-content: space-between;
		background-color: #703011;
		position: fixed;
		z-index: 600;
		width: 100%;
		top: 0;
		left: 0;
	}
	.hamburger-menu-2 {
		height: 23px;
		position: relative;
		align-self: flex-end !important;
		margin-right: 20px !important;
	}
	.logo-img-2 {
		height: 50px;
		margin-right: 65px !important;
	}
	.nav-2 ul {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-around;
		vertical-align: middle !important;
		width: 100%;
		padding: 0 10% !important;
	}
	.nav-head-2 {
		font-family: "Lato Light";
		color: #FFF;
		margin-right: 20px !important;
		font-size: 14px;
		align-self: center;
		margin-top: 30px !important;
		margin-left: -25px !important;
		height: 30px;
	}
	.menu-subhead:hover {
		color: #D36833;
	}
	.contact-btn-2 {
		font-family: "OpenSans Bold";
		background-color: #fff;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
		margin-right: 50px !important;
		margin-left: 70px !important;
		margin-top: 25px !important;
		position: absolute;
		left: 70%;
		top: 15px;
	}
	.search-icon-2 {
		font-size: 25px;
		color: #fff;
		margin-top: 28px !important;
		position: absolute;
		left: 87%;
		height: 26px;
	}
	.nav-dropdown-2 {
		margin-left: 8px !important;
	}
	.carousel-sec {
		width: 100%;
		position: relative;
		margin: 0px !important;
	}
	.slider_nav {
		display: none;
		align-items: stretch;
		justify-content: space-between;
		width: 70%;
	}
	.am-next {
		align-self: flex-end;
		margin-right: 40px !important;
	}
	.am-prev {
		align-self: flex-start;
		margin-left: 40px !important;
	}
	.prev-btn {
		font-size: 12px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 8px 12px 8px 9px !important;
		color: #fff;
		margin-left: 20px;
	}
	.next-btn {
		font-size: 12px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 8px 9px 8px 12px !important;
		color: #fff;
	}
	.wrapper {
		padding-left: 2% !important;
		padding-right: 2% !important;
		width: 100% !important;
		position: relative;
	}
	.aboutus-sec {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		width: 100%;
		margin-top: 20px !important;
		flex-wrap: nowrap;
	}
	.about-header {
		font-family: "Gotham Bold";
		align-self: center;
		font-size: 19px;
		color: #d36833;
		margin-bottom: 20px !important;
		flex-wrap: nowrap !important;
	}
	.header-sec {
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
	}
	.sideline {
		width: 22%;
		height: 2pt;
		background-color: #703011;
		vertical-align: middle;
		align-content: center;
		margin-left: 15px !important;
		margin-right: 15px !important;
		margin-top: 12px !important;
	}
	.about-content {
		padding: 0px 8% !important;
		font-family: "Lato Regular";
		color: #818181;
		font-size: 10px;
	}
	.aboutus-btn {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 9px 12px !important;
		border-radius: 50px;
		font-size: 9px;
		margin-top: 30px !important;
	}
	.mv-sec {
		margin-top: 50px !important;
	}
	.Mission-box {
		border-top: 30pt solid #a9d12c;
		border-bottom: 30pt solid #a9d12c;
		border-left: 30pt solid #a9d12c;
		margin-right: 60px !important;
		margin-left: 60px !important;
		padding: 20px 77px 30px 20px!important;
		margin-bottom: 60px !important;
	}
	.Mission-box:before {
		content: '';
		height: 72%;
		top: 17%;
		right: 60px;
		background-color: #d36833;
		width: 40px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.box-header {
		font-family: "Gotham Bold";
		font-size: 45px;
		line-height: 55px;
		margin: 5px 0px 30px 0px !important;
	}
	.box-content {
		font-family: "Lato Regular";
		color: #818181;
		font-size: 12px;
	}
	.boxbutton {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 8px 23px !important;
		border-radius: 50px;
		font-size: 13px;
		margin-top: 30px !important;
		z-index: 1000;
	}
	.Vision-box {
		border-top: 30pt solid #d36833;
		border-bottom: 30pt solid #d36833;
		border-right: 30pt solid #d36833;
		margin-right: 60px !important;
		margin-left: 60px !important;
		padding: 20px 20px 30px 77px!important;
		margin-bottom: 40px !important;
	}
	.Vision-box:after {
		content: '';
		height: 72%;
		bottom: 24%;
		left: 60px;
		background-color: #d36833;
		width: 40px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.leaf {
		display: none;
	}
	.prod-sec {
		position: relative;
		z-index: 400;
		top: 0px;
	}
	.cat-head {
		display: inline-flex;
		width: 100%;
		flex-direction: row;
	}
	/*.span-line { 

  	height: 1pt !important;

  	width: 100% !important;

	background: #000;

	display: block;

	position: absolute;

	z-index: -1;

}*/
	.slider-img {
		height: 175px;
	}
	h2 {
		font-family: "Gotham Bold";
		font-size: 23px;
		color: #d36833;
		background-color: #fff;
		display: block;
		height: 25px;
		text-align: left;	
		width:100% !important; 
		z-index: 30;
		padding: 10px 0px 38px !important;
		position: relative;
		border: 1pt solid #fff;
		white-space: nowrap;
	}
	.sideline-1 {
		height: 1.5pt;
		width: 300%;
		overflow: hidden;
		margin-left: 15px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 25px !important;
	}
	.cat-desc {
		margin-top: 0px !important;
		margin-bottom: 20px !important;
		width: 85%;
		font-family: "Lato Bold";
		font-size: 10px;
		color: #4a4a4a;
	}
	.row {
		width: 100%
	}
	.prod-img {
		height: 300px;
		max-width: 100%
	}
	.prod-name {
		margin: 10px 0px 30px !important;
		font-family: "Lato Bold";
		font-size: 15px;
		color: #703011;
	}
	footer {
		width: 100%;
		margin-top: 10px !important;
		position: relative;
	}
	.footer-bg {
		position: absolute;
		top: 0px;
	}
	.footer-sec {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-between;
		width: 100% !important;
		position: relative;
		top: 0;
	}
	.footer-element {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 12px;
		margin-bottom: 13px !important;
	}
	.footer-number {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 15px;
		margin-top: 8px !important;
		margin-bottom: 10px !important;
	}
	.social-button {
		font-size: 18px;
		color: #fff;
		margin-right: 20px !important;
		margin-top: 15px !important;
		margin-bottom: 30px !important;
	}
	.footer-info {
		font-family: "Lato Regular";
		color: #fff;
		text-align: right;
		font-size: 12px;
		margin-top: 10px !important;
		margin-right: 0px !important;
	}
	.footer-logo {
		height: 140px;
		margin-left: 29px !important;
		margin-top: 20px !important;
	}
	.slide-content {
		display: flex !important;
		flex-direction: column !important;
	}
	.footer-not-mob {
		display: none !important;
	}
	.swiper-button-next {
		color: #703011 !important;
		top: 55px !important;
		right: 0px !important;
	}
	.swiper-button-prev {
		color: #703011 !important;
		top: 55px !important;
		left: 0px !important;
	}
	.footer-img-mob {

		width: 100%;
		height: 330px;
	}
	.footer-sec-top {
		position: absolute;
		top: 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 30%;
		padding: 0px 0px 0px 10px !important;
		z-index: 50;
	}
	.footer-sec-mid {
		position: absolute;
		top: 10px;
		display: flex;
		padding: 10px 10px 10px 0px !important;
		width: 100%;
		flex-direction: column;
		align-items: flex-end;
		justify-content: flex-end;
	}
	.footer-logo-mob {
		height: 90px;
		margin-left: 50px !important;
	}
	.footer-contact {
		margin-right: 10px !important;
	}
	footer a:hover {
		text-decoration: underline !important;
		text-decoration-color: #fff !important;
	}
	.footer-element:hover {
		text-decoration: underline !important;
		text-decoration-color: #fff !important;
	}
	/*Debanjan Roy starts*/
	#nav-3
	{
		display:none !important;
	}
	/*Debanjan Roy ends*/
	/*Debanjan starts css*/
	#nav-mob-3 {
		display: block;
	}
	#nav-mob-3.active {
		display: block;
	}
	.nav-mob-3 .for-mob {
		display: block;
	}
	/*Debanjan end css*/
}
@media (max-width:426px) {
	* {
		padding: 0px !important;
		margin: 0px !important;
		box-sizing: border-box !important;
	}
	input {
		outline: none !important;
	}
	.for-mob {
		display: block;
	}
	.not-mob {
		display: none !important;
	}
	body {
		padding: 0px !important;
		margin: 0px !important;
		background-color: #ffffff;
		overflow-x: hidden !important; 	
	}
	ul {
		list-style: none !important;
	}
	header {
		padding: 0px !important;
		margin: 0px !important;
		top: 0px;
		left: 0px;
	}
	button {
		outline: none !important;
		background-color: rgba(0, 0, 0, 0.00);
		border: none;
	}
	#nav-mob-1 {
		display: block !important;
		visibility: visible;
		transition: .1s all;
	}
	#nav-mob-1.disable {
		visibility: hidden;
		transition: .1s all;
	}
	#nav-mob-2 {
		visibility: hidden;
		transition: .1s all;
	}
	#nav-mob-2.active {
		display: block !important;
		visibility: visible;
		transition: .1s all;
	}
	.top-bar {
		display: none !important;
	}
	.phone-number-sec {
		align-self: center;
	}
	.call-icon {
		font-size: 20px;
		align-self: center !important;
	}
	.phone-number {
		font-family: "OpenSans SemiBold";
		font-size: 14px;
		margin-top: 0px !important;
		margin-left: 7px !important;
	}
	.tagline {
		font-family: "OpenSans Regular";
		align-self: center;
		font-size: 15px;
	}
	.search-icon {
		font-size: 25px;
		align-self: center;
		font-weight: lighter;
		margin-right: -40% !important;
		position: absolute;
		left: 80%;
		height: 25px;
	}
	.search-container {
		position: relative;
		width: 280px;
		z-index: 2;
		align-self: center;
		margin-left: -90px !important;
		margin-right: -70px !important;
	}
	#popup-search {
		visibility: hidden;
	}
	#popup-search.active {
		visibility: visible;
	}
	.search-container input[type=text] {
		padding: 2px 5px 3px 37px !important;
		margin-top: 23px !important;
		font-family: "Lato Regular";
		width: 100%;
		font-size: 15px;
	}
	.submit-search {
		position: absolute;
		right: 90%;
		font-size: 19px;
		top: 38%;
		font-weight: lighter;
		color: #fff;
		height: 20px;
	}
	.close-search {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 39%;
		left: 91%;
		height: 18px;
	}
	.logo-bar {
		display: flex;
		width: 100%;
		align-content: center;
		justify-content: center;
		padding-top: 13px !important;
		padding-bottom: 7px !important;
		border-bottom: 0.5pt solid #eaeaea;
	}
	.logo-img {
		height: 130px;
	}
	.contact-btn {
		align-self: center !important;
		position: absolute;
		left: 80%;
		font-family: "OpenSans Bold";
		border: 2pt solid #441f0d;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
	}
	a {
		text-decoration: none !important;
	}
	nav {
		display: none !important;
		flex-direction: row;
		width: 100%;
		align-content: center;
		padding: 8px 0px !important;
	}
	nav ul {
		display: flex;
		align-content: space-between;
		justify-content: center;
		width: 100%;
		padding: 0px 0px !important;
	}
	.nav-head {
		font-family: "Lato Regular";
		color: #553a2d;
		margin-right: 40px !important;
		font-size: 14px;
		height: 25px;
	}
	.search-container-2 {
		position: relative;
		width: 280px;
		z-index: 2;
		right: 10%;
		top: 20px;
		margin-right: -140px !important;
	}
	#popup-search-2 {
		visibility: hidden;
	}
	#popup-search-2.active {
		visibility: visible;
	}
	.search-container-2 input[type=text] {
		padding: 3px 5px 4px 35px !important;
		margin-top: 0px !important;
		width: 100%;
		font-family: "Lato Regular";
		font-size: 15px;
	}
	.submit-search-2 {
		position: absolute;
		right: 90%;
		top: 12%;
		font-weight: lighter;
		color: #fff;
		height: 20px;
	}
	.close-search-2 {
		color: #000000;
		position: absolute;
		font-size: 25px;
		top: 14%;
		left: 91%;
		height: 18px;
	}
	.item {
		width: 100%;
	}
	.nav-dropdown {
		margin-left: 10px !important;
	}
	#nav2 {
		display: none;
	}
	#nav2.active {
		display: none;
	}
	#nav-1 {
		display: none;
	}
	#nav-1.disabled {
		display: none;
	}
	.menu-sec {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: space-around;
		position: absolute;
		z-index: 400;
		top: 235px;
	}
	.menu-sec-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: space-around;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.menu-seca {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: space-around;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: absolute;
		z-index: 400;
		top: 232px;
	}
	.menu-seca-2 {
		width: 80%;
		box-shadow: 1px 1px 5px 1px #8888;
		display: flex;
		align-content: center;
		background: #fff;
		left: 10%;
		padding: 15px 10px!important;
		justify-content: center;
		position: fixed;
		top: 70px;
		z-index: 550;
	}
	.nav-2 {
		background-color: #703011;
		display: flex;
		flex-direction: row;
		align-content: stretch !important;
		width: 100%;
		padding: 15px !important;
		position: fixed;
		z-index: 500;
		top: 0 !important;
	}
	.menu-header {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		margin-bottom: 12px !important;
	}
	.menu-header-a {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		margin-bottom: 0px !important;
		margin-right: 30px !important;
	}
	.menu-subhead {
		font-family: "Lato Bold";
		color: #553a2d;
		font-size: 14px;
		margin-bottom: 10px !important;
	}
	.menu-bullet {
		margin-right: 5px !important;
	}
	#prod-menu{ display: none}
	#prod-menu-2{ display: none}
	#about-menu { display: none}
	#about-menu-2 { display: none}
	#gallery-menu { display: none}
	#gallery-menu-2 { display: none}
	.nav-collapse-menu-sec {
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		background: #fff;
		height: 50rem;
		z-index: 3000;
	}
	.menu-container {
		padding: 20px 5px !important;
	}
	.mob-menu-header {
		width: 100%;
		display: flex;
		align-content: stretch;
		justify-content: space-between;
		padding: 5px !important;
	}
	.menu-header-mob {
		font-family: "Lato Bold";
		color: #D36833;
		font-size: 15px;
		width: 100%;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		margin-right: 0px !important;
	}
	.menu-sub-mob {
		font-family: "Lato Bold";
		color: #703011;
		font-size: 15px;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		margin-right: 30px !important;
	}
	button.accordion {
		width: 100%;
		outline: none !important;
		text-align: left;
		cursor: pointer;
		display: inline-flex;
	}
	.accordion-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-in-out;
	}
	button.accordion:after {
		content: '\f107';
		font-family: "fontawesome";
		font-size: 18px;
		margin-top: 0px !important;
		color: #D36833;
	}
	.mob-menu-logo {
		height: 50px;
	}
	.mob-menu-close {
		height: 20px;
		margin-top: 20px !important;
	}
	#mob-menu {
		left: -100%;
		transition: .5s ease-in-out;
	}
	#mob-menu.active {
		left: 0;
		transition: .5s ease-in-out;
	}
	.topbar-mob {
		width: 100%;
		display: flex !important;
		height: 37px;
		background: #703011;
		align-content: center;
		justify-content: center;
	}
	.topbar-text {
		font-family: "OpenSans Regular";
		align-self: center;
		font-size: 12px;
		color: #fff;
	}
	.logo-img-mob {
		height: 50px;
		margin-left: 20px !important;
	}
	.hamburger-menu {
		height: 22px;
		margin-right: 20px !important;
	}
	.logo-bar-mob {
		display: flex;
		padding: 7px 7px !important;
		align-content: stretch;
		justify-content: space-between;
	}
	.search-container-3 {
		width: 100%;
	}
	.search-container-3 input[type=text] {
		width: 100%;
		padding: 5px 5px 4px 80px !important;
		font-size: 15px;
		background-color: #f0f0f0;
		border: none !important;
		outline: none !important;
	}
	.submit-search-3 {
		height: 18px;
		position: absolute;
		margin-top: 8px !important;
		left: 5%;
	}
	.contact-btn-2 {
		font-family: "OpenSans Bold";
		background-color: #fff;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
		margin-right: 50px !important;
		margin-left: 70px !important;
		margin-top: 25px !important;
		position: absolute;
		left: 70%;
		top: 15px;
	}
	.nav-mob-2 {
		display: flex !important;
		padding: 7px 7px !important;
		align-content: stretch;
		justify-content: space-between;
		background-color: #703011;
		position: fixed;
		z-index: 600;
		width: 100%;
		top: 0;
		left: 0;
	}
	.hamburger-menu-2 {
		height: 23px;
		position: relative;
		align-self: flex-end !important;
		margin-right: 20px !important;
	}
	.logo-img-2 {
		height: 50px;
		margin-right: 65px !important;
	}
	.nav-2 ul {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-around;
		vertical-align: middle !important;
		width: 100%;
		padding: 0 10% !important;
	}
	.nav-head-2 {
		font-family: "Lato Light";
		color: #FFF;
		margin-right: 20px !important;
		font-size: 14px;
		align-self: center;
		margin-top: 30px !important;
		margin-left: -25px !important;
		height: 30px;
	}
	.menu-subhead:hover {
		color: #D36833;
	}
	.contact-btn-2 {
		font-family: "OpenSans Bold";
		background-color: #fff;
		padding: 8px 18px !important;
		border-radius: 30px;
		font-size: 10px;
		margin-right: 50px !important;
		margin-left: 70px !important;
		margin-top: 25px !important;
		position: absolute;
		left: 70%;
		top: 15px;
	}
	.search-icon-2 {
		font-size: 25px;
		color: #fff;
		margin-top: 28px !important;
		position: absolute;
		left: 87%;
		height: 26px;
	}
	.nav-dropdown-2 {
		margin-left: 8px !important;
	}
	.carousel-sec {
		width: 100%;
		position: relative;
		margin: 0px !important;
	}
	.slider_nav {
		display: none;
		align-items: stretch;
		justify-content: space-between;
		width: 70%;
	}
	.am-next {
		align-self: flex-end;
		margin-right: 40px !important;
	}
	.am-prev {
		align-self: flex-start;
		margin-left: 40px !important;
	}
	.prev-btn {
		font-size: 12px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 8px 12px 8px 9px !important;
		color: #fff;
		margin-left: 20px;
	}
	.next-btn {
		font-size: 12px;
		background-color: rgba(0, 0, 0, 0.48);
		border-radius: 100px;
		padding: 8px 9px 8px 12px !important;
		color: #fff;
	}
	.wrapper {
		padding-left: 2% !important;
		padding-right: 2% !important;
		width: 100% !important;
		position: relative;
	}
	.aboutus-sec {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		width: 100%;
		margin-top: 20px !important;
		flex-wrap: nowrap;
	}
	.about-header {
		font-family: "Gotham Bold";
		align-self: center;
		font-size: 19px;
		color: #d36833;
		margin-bottom: 20px !important;
		flex-wrap: nowrap !important;
	}
	.header-sec {
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: center;
	}
	.sideline {
		width: 22%;
		height: 2pt;
		background-color: #703011;
		vertical-align: middle;
		align-content: center;
		margin-left: 15px !important;
		margin-right: 15px !important;
		margin-top: 12px !important;
	}
	.about-content {
		padding: 0px 8% !important;
		font-family: "Lato Regular";
		color: #818181;
		font-size: 10px;
	}
	.aboutus-btn {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 9px 12px !important;
		border-radius: 50px;
		font-size: 9px;
		margin-top: 30px !important;
	}
	.mv-sec {
		margin-top: 50px !important;
	}
	.Mission-box {
		border-top: 30pt solid #a9d12c;
		border-bottom: 30pt solid #a9d12c;
		border-left: 30pt solid #a9d12c;
		margin-right: 30px !important;
		margin-left: 30px !important;
		padding: 20px 77px 30px 20px!important;
		margin-bottom: 60px !important;
	}
	.Mission-box:before {
		content: '';
		height: 76%;
		top: 15%;
		right: 30px;
		background-color: #d36833;
		width: 40px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.box-header {
		font-family: "Gotham Bold";
		font-size: 45px;
		line-height: 55px;
		margin: 5px 0px 30px 0px !important;
	}
	.box-content {
		font-family: "Lato Regular";
		color: #818181;
		font-size: 12px;
	}
	.boxbutton {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 8px 23px !important;
		border-radius: 50px;
		font-size: 13px;
		margin-top: 30px !important;
		z-index: 1000;
	}
	.Vision-box {
		border-top: 30pt solid #d36833;
		border-bottom: 30pt solid #d36833;
		border-right: 30pt solid #d36833;
		margin-right: 30px !important;
		margin-left: 30px !important;
		padding: 20px 20px 30px 77px!important;
		margin-bottom: 40px !important;
	}
	.Vision-box:after {
		content: '';
		height: 73%;
		bottom: 22%;
		left: 30px;
		background-color: #d36833;
		width: 40px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.leaf {
		display: none;
	}
	.prod-sec {
		position: relative;
		z-index: 400;
		top: 0px;
	}
	.cat-head {
		display: inline-flex;
		width: 100%;
		flex-direction: row;
	}
	.heading2 {
		font-family: "Gotham Bold";
		font-size: 25px;
		color: #d36833;
		background: #fff;
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	/*.span-line { 

  	height: 1pt !important;

  	width: 100% !important;

	background: #000;

	display: block;

	position: absolute;

	z-index: -1;

}*/
	.slider-img {
		height: 130px;
	}
	h2 {
		font-family: "Gotham Bold";
		font-size: 18px;
		color: #d36833;
		background-color: #fff;
		display: block;
		height: 20px;
		text-align: left;	
		width:100% !important; 
		z-index: 30;
		padding: 10px 0px 30px !important;
		position: relative;
		border: 1pt solid #fff;
		white-space: nowrap;
	}
	.sideline-1 {
		height: 1.5pt;
		width: 300%;
		overflow: hidden;
		margin-left: 15px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 22px !important;
	}
	.cat-desc {
		margin-top: 0px !important;
		margin-bottom: 20px !important;
		width: 85%;
		font-family: "Lato Bold";
		font-size: 9px;
		color: #4a4a4a;
	}
	.row {
		width: 100%
	}
	.prod-img {
		height: 300px;
		max-width: 100%
	}
	.prod-name {
		margin: 10px 0px 30px !important;
		font-family: "Lato Bold";
		font-size: 14px;
		color: #703011;
	}
	footer {
		width: 100%;
		margin-top: 10px !important;
		position: relative;
	}
	.footer-bg {
		position: absolute;
		top: 0px;
	}
	.footer-sec {
		display: flex;
		flex-direction: row;
		align-content: stretch;
		justify-content: space-between;
		width: 100% !important;
		position: relative;
		top: 0;
	}
	.footer-element {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 12px;
		margin-bottom: 13px !important;
	}
	.footer-number {
		font-family: "Lato Bold";
		color: #fff;
		font-size: 15px;
		margin-top: 8px !important;
		margin-bottom: 10px !important;
	}
	.social-button {
		font-size: 18px;
		color: #fff;
		margin-right: 20px !important;
		margin-top: 15px !important;
		margin-bottom: 30px !important;
	}
	.footer-info {
		font-family: "Lato Regular";
		color: #fff;
		text-align: right;
		font-size: 12px;
		margin-top: 10px !important;
		margin-right: 0px !important;
	}
	.footer-logo {
		height: 140px;
		margin-left: 29px !important;
		margin-top: 20px !important;
	}
	.slide-content {
		display: flex !important;
		flex-direction: column !important;
	}
	.footer-not-mob {
		display: none !important;
	}
	.swiper-button-next {
		color: #703011 !important;
		top: 55px !important;
		right: 0px !important;
	}
	.swiper-button-prev {
		color: #703011 !important;
		top: 55px !important;
		left: 0px !important;
	}
	.footer-img-mob {
		width: 100%;
		height: 330px;
	}
	.footer-sec-top {
		position: absolute;
		top: 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 30%;
		padding: 0px 0px 0px 10px !important;
		z-index: 50;
	}
	.footer-sec-mid {
		position: absolute;
		top: 10px;
		display: flex;
		padding: 10px 10px 10px 0px !important;
		width: 100%;
		flex-direction: column;
		align-items: flex-end;
		justify-content: flex-end;
	}
	.footer-logo-mob {
		height: 90px;
		margin-left: 50px !important;
	}
	.footer-contact {
		margin-right: 10px !important;
	}
	footer a:hover {
		text-decoration: underline !important;
		text-decoration-color: #fff !important;
	}
	.footer-element:hover {
		text-decoration: underline !important;
		text-decoration-color: #fff !important;
	}
	/*Debanjan Roy starts*/
	#nav-3
	{
		display:none !important;
	}
	/*Debanjan Roy ends*/
	/*Debanjan starts css*/
	#nav-mob-3 {
		display: block;
	}
	#nav-mob-3.active {
		display: block;
	}
	.nav-mob-3 .for-mob {
		display: block;
	}
	/*Debanjan end css*/
}
@media (max-width:376px) {
	#prod-menu{ display: none}
	#prod-menu-2{ display: none}
	#about-menu { display: none}
	#about-menu-2 { display: none}
	#gallery-menu { display: none}
	#gallery-menu-2 { display: none}
	#popup-search{ display: none}
	#popup-search-2{display: none}
	body{
		max-width: 376px;
		overflow-x: hidden;
	}
	/*Debanjan Roy start css*/
	.not-mob {
		display: none !important;
	}
	/*Debanjan Roy end css*/
	.logo-img-mob{
		height: 40px;
	}
	.hamburger-menu{
		height: 19px;
	}
	.topbar-text{
		font-size: 12px;
	}
	.next-btn{
		font-size: 10px;
		padding: 6px 7px 6px 9px!important;
	}
	.prev-btn{
		font-size: 10px;
		padding: 6px 9px 6px 7px!important;
	}
	.about-header {
		font-family: "Gotham Bold";
		align-self: center;
		font-size: 18px;
		color: #d36833;
		margin-bottom: 20px !important;
		white-space: nowrap!important;
	}
	.aboutus-sec {
		margin-top: 40px !important;
	}
	.about-content{
		font-size: 8px;
	}
	.aboutus-btn {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 9px 12px !important;
		border-radius: 50px;
		font-size: 7px;
		margin-top: 30px !important;
	}
	.Mission-box {
		border-top: 22pt solid #a9d12c;
		border-bottom: 22pt solid #a9d12c;
		border-left: 22pt solid #a9d12c;
		margin-right: 30px !important;
		margin-left: 30px !important;
		padding: 20px 50px 30px 20px!important;
		margin-bottom: 60px !important;
	}
	.Mission-box:before {
		content: '';
		height: 76%;
		top: 15%;
		right: 30px;
		background-color: #d36833;
		width: 30px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.box-header {
		font-family: "Gotham Bold";
		font-size: 35px;
		line-height: 40px;
		margin: 5px 0px 30px 0px !important;
	}
	.box-content {
		font-family: "Lato Regular";
		color: #818181;
		font-size: 12px;
	}
	.boxbutton {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 7px 18px !important;
		border-radius: 50px;
		font-size: 11px;
		margin-top: 30px !important;
		z-index: 1000;
	}
	.Vision-box {
		border-top: 22pt solid #d36833;
		border-bottom: 22pt solid #d36833;
		border-right: 22pt solid #d36833;
		margin-right: 30px !important;
		margin-left: 30px !important;
		padding: 20px 20px 30px 50px!important;
		margin-bottom: 40px !important;
	}
	.Vision-box:after {
		content: '';
		height: 75%;
		bottom: 22%;
		left: 30px;
		background-color: #d36833;
		width: 30px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.leaf {
		display: none;
	}
	.prod-sec {
		position: relative;
		z-index: 400;
		top: 0px;
	}
	h2{
		font-size: 17px;
	}
	.sideline-1 {
		height: 2px;
		width: 300%;
		overflow: hidden;
		margin-left: 15px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 21px !important;
	}
	.cat-desc {
		margin-top: 0px !important;
		margin-bottom: 20px !important;
		width: 95%;
		font-family: "Lato Bold";
		font-size: 8px;
		color: #4a4a4a;
	}
	.row {
		width: 100%
	}
	/*.prod-img {
		height: 230px;
		max-width: 100%
	}*/
	.prod-name {
		margin: 10px 0px 30px !important;
		font-family: "Lato Bold";
		font-size: 12px;
		color: #703011;
	}
	.slider-img{
		height: 125px;
	}
	.footer-sec-top {
		position: absolute;
		top: 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 30%;
		padding: 0px 0px 0px 10px !important;
		z-index: 50;
	}
	.footer-sec-mid {
		position: absolute;
		top: 10px;
		display: flex;
		padding: 10px 5px 10px 0px !important;
		width: 100%;
		flex-direction: column;
		align-items: flex-end;
		justify-content: flex-end;
	}
	.footer-logo-mob {
		height: 90px;
		margin-left: 70px !important;
	}
	.footer-contact {
		margin-right: 10px !important;
	}
	.footer-element {
		
	}
	.footer-img-mob {
		height: 330px;
		
	}
	.footer-info {
		margin-right: 10px !important
	}
	button.accordion {
		width: 100%;
		outline: none !important;
		text-align: left;
		cursor: pointer;
		display: inline-flex;
	}
	.accordion-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-in-out;
	}
	button.accordion:after {
		content: '\f107';
		font-family: "fontawesome";
		font-size: 18px;
		margin-top: 5px !important;
		color: #d36833;
		
	}
	.menu-header-mob{
		font-size: 14px;
	}
	.menu-sub-mob{
		font-size: 12px;
	}
	/*Debanjan Roy starts*/
	#nav-3
	{
		display:none !important;
	}
	/*Debanjan Roy ends*/
	/*Debanjan starts css*/
	#nav-mob-3 {
		display: block;
	}
	#nav-mob-3.active {
		display: block;
	}
	.nav-mob-3 .for-mob {
		display: block;
	}
	/*Debanjan end css*/
}
@media (max-width:321px) {
	#prod-menu{ display: none}
	#prod-menu-2{ display: none}
	#about-menu { display: none}
	#about-menu-2 { display: none}
	#gallery-menu { display: none}
	#gallery-menu-2 { display: none}
	#popup-search{ display: none}
	#popup-search-2{display: none}
	/*Debanjan Roy start css*/
	.not-mob {
		display: none !important;
	}
	/*Debanjan Roy end css*/
	.logo-img-mob{
		height: 32px;
	}
	.hamburger-menu{
		height: 16px;
	}
	.topbar-mob{
		height: 30px;
	}
	.topbar-text{
		font-size: 10px;
	}
	.next-btn{
		font-size: 10px;
		padding: 6px 7px 6px 9px!important;
	}
	.prev-btn{
		font-size: 10px;
		padding: 6px 9px 6px 7px!important;
	}
	.about-header {
		font-family: "Gotham Bold";
		align-self: center;
		font-size: 15px;
		color: #d36833;
		margin-bottom: 20px !important;
		white-space: nowrap!important;
	}
	.sideline{
		height: 2px;
		margin-top: 9px !important;
	}
	.aboutus-sec {
		margin-top: 40px !important;
	}
	.about-content{
		font-size: 8px;
	}
	.aboutus-btn {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 7px 13px !important;
		border-radius: 50px;
		font-size: 7px;
		margin-top: 30px !important;
	}
	.Mission-box {
		border-top: 22pt solid #a9d12c;
		border-bottom: 22pt solid #a9d12c;
		border-left: 22pt solid #a9d12c;
		margin-right: 20px !important;
		margin-left: 20px !important;
		padding: 20px 50px 30px 20px!important;
		margin-bottom: 60px !important;
	}
	.Mission-box:before {
		content: '';
		height: 78%;
		top: 11%;
		right: 20px;
		background-color: #d36833;
		width: 30px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.box-header {
		font-family: "Gotham Bold";
		font-size: 30px;
		line-height: 40px;
		margin: 5px 0px 30px 0px !important;
	}
	.box-content {
		font-family: "Lato Regular";
		color: #818181;
		font-size: 10px;
	}
	.boxbutton {
		background-color: #703011;
		font-family: "Lato Bold";
		color: #fff;
		padding: 5px 15px !important;
		border-radius: 50px;
		font-size: 9px;
		margin-top: 20px !important;
		z-index: 1000;
	}
	.Vision-box {
		border-top: 22pt solid #d36833;
		border-bottom: 22pt solid #d36833;
		border-right: 22pt solid #d36833;
		margin-right: 20px !important;
		margin-left: 20px !important;
		padding: 20px 20px 30px 50px!important;
		margin-bottom: 40px !important;
	}
	.Vision-box:after {
		content: '';
		height: 75%;
		bottom: 22%;
		left: 20px;
		background-color: #d36833;
		width: 30px;
		color: #d36833;
		position: absolute;
		z-index: -1;
	}
	.leaf {
		display: none;
	}
	.prod-sec {
		position: relative;
		z-index: 400;
		top: 0px;
	}
	h2{
		font-size: 15px;
	}
	.sideline-1 {
		height: 2px;
		width: 300%;
		overflow: hidden;
		margin-left: 15px!important;
		float: right;
		background: #703011;
		display: inline-block;
		margin-top: 20px !important;
	}
	.cat-desc {
		margin-top: 0px !important;
		margin-bottom: 20px !important;
		width: 95%;
		font-family: "Lato Bold";
		font-size: 8px;
		color: #4a4a4a;
	}
	.row {
		width: 100%
	}
	/*.prod-img {
		height: 230px;
		max-width: 100%
	}*/
	footer {
		margin: 0px !important;
		padding: 0px !important;
	}
	.prod-name {
		margin: 10px 0px 30px !important;
		font-family: "Lato Bold";
		font-size: 11px;
		color: #703011;
	}
	.slider-img{
		height: 105px;
	}
	.footer-sec-top {
		position: absolute;
		top: 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 30%;
		padding: 0px 0px 0px 10px !important;
		z-index: 50;
	}
	.footer-sec-mid {
		position: absolute;
		top: 10px;
		left: 0;
		display: flex;
		padding: 10px 0px 10px 0px !important;
		width: 100%;
		margin-left: 0px !important;
		flex-direction: column;
		align-items: flex-end;
		justify-content: flex-end;
	}
	.footer-img-mob{
		height: 380px;
		padding: 0px !important;
		margin: 0PX !important;
	}
	.footer-logo-mob {
		height: 80px;
		float: left;
		position: relative;
		margin-right: 30px !important;
	}
	.footer-contact {
		margin-right: 10px !important;
	}
	.footer-element {
		font-size: 12px
	}
	.footer-number{
		font-size: 16px;
	}
	.footer-info {
		margin-right: 30px !important;
		font-size: 10px;
		right: 10px;
	}
	button.accordion {
		width: 100%;
		outline: none !important;
		text-align: left;
		cursor: pointer;
		display: inline-flex;
	}
	.accordion-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-in-out;
	}
	button.accordion:after {
		content: '\f107';
		font-family: "fontawesome";
		font-size: 18px;
		margin-top: 5px !important;
		color: #d36833;
		
	}
	.menu-header-mob{
		font-size: 14px;
	}
	.menu-sub-mob{
		font-size: 12px;
	}
	/*Debanjan Roy starts*/
	#nav-3
	{
		display:none !important;
	}
	/*Debanjan Roy ends*/
	/*Debanjan starts css*/
	#nav-mob-3 {
		display: block;
	}
	#nav-mob-3.active {
		display: block;
	}
	.nav-mob-3 .for-mob {
		display: block;
	}
	/*Debanjan end css*/
}