* {
	border: 0px;
	outline: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}

body,
html {
	overflow-x: hidden;
	height: 100%;
}

body {
	font-family: "GOTHIC";
	background-color: #e0cfcf;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display:block;

}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color: inherit;
}

a:hover,
a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #c00000;
}

a:focus {
	outline: none;
}

button{background: transparent;}

textarea {
	resize: none;
}

img {
	max-width: 100%;
}

.material-icons,
.material-symbols-outlined,
.material-icons-outlined {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	/* Preferred icon size */
	display: inline-block;

	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
	vertical-align: middle;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-1 {
	margin-bottom: 10px !important;
}

.mb-2 {
	margin-bottom: 20px !important;
}

.mb-3 {
	margin-bottom: 30px !important;
}

.mb-4 {
	margin-bottom: 40px !important;
}

.mb-5 {
	margin-bottom: 50px !important;
}

.mb-6 {
	margin-bottom: 60px !important;
}

.mb-7 {
	margin-bottom: 70px !important;
}

.mb-6 {
	margin-bottom: 80px !important;
}

.mb-7 {
	margin-bottom: 90px !important;
}

.p-3 {
	padding: 30px 0 !important;
}

.p-4 {
	padding: 40px 0 !important;
}

.p-5 {
	padding: 50px 0 !important;
}

.p-10 {
	padding: 90px 0 !important;
}

hr {
	margin-top: 20px;
	margin-bottom: 25px;
	border-top: 1px solid #ebebeb;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 20px;
}

h1 {
	font-family: "GOTHIC-bold";
	font-size: 75px;
	line-height: 1em;
}

h2 {
	color: #605d5c;
	font-size:55px;
	font-family: "donitta";
	line-height: 1em;

}

h2 strong {
	color: #c01e0c;
	font-weight: 700;

}

h3 {}

h4 {
	color: #605d5c;
	font-family: "GOTHIC-bold";
	font-size: 15px;
	text-transform: uppercase;
}



h6 {
	font-family: "GOTHIC-bold";
	line-height: 1em;
	color: #fff;
	padding: 12px 20px;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 8px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

p {
	font-family: "GOTHIC";
	font-size: 16px;
	color: #474747;
	line-height: 1.5em;
}

p.bigp {
	font-size: 20px;
	line-height: 1.3em;
}

.btn {
	font-family: "GOTHIC-bold";
	font-size: 15px;
	text-transform: uppercase;
	min-width: inherit;
	padding: 13px 30px;
	line-height: normal;
	border-radius: 35px;
	letter-spacing: 0.05em;

}

.btn.btn-sm {
	font-size: 13px;
	padding: 10px 25px;
	min-width: inherit;
}

.btn.btn-lg {
	font-size: 18px;
	padding: 15px 30px;
	min-width: inherit;
}

.btn-img {
	padding:10px !important;
}

.btn-primary {
	color: #fff;
	background-color: #26ace3;
	border-color: #26ace3;
	padding: 15px 30px !important;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #12688a;
	border-color: #26ace3;
}

.btn-info {
	color: #fff;
	background-color: #605d5c;
	border-color: #605d5c;
}

.btn-info:hover,
.btn-info:focus {
	color: #fff;
	background-color: #716f6e;
	border-color: #716f6e;
}

.btn-outline-primary {
	color: #000;
	border-color: #4eae76;
	border-width: 2px
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
	color: #fff;
	background-color: #4eae76;
	border-color: #4eae76;
}

.btn-link {}

.btn-link:hover,
.btn-link:focus {
	text-decoration: underline;
}

.input-group .btn {
	border-radius: 0;
}

.text-primary {
	color: #4fae76 !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #4fae76 !important;
	text-decoration: underline;
}

.text-none {
	text-transform: none;
}

.form-control {
	font-size: 14px;
	padding-top: 7.5px;
	padding-right: 13px;
	padding-bottom: 7.5px;
	padding-left: 13px;
	border: 1px solid #dddddd;
	height: auto;
	border-radius: 0;
	line-height: normal;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

.container-fluid {
	max-width: 1600px;
	padding: 0 50px;
}

.bg-grey {
	background-color: #f4f4f4 !important;
}

header {

	position: sticky;
	top: 0;
	z-index: 999;
}

.headerBg {
	background-color: #e0cfcf;
	padding: 15px 0;
	z-index: 2;
	position: relative;
}

.sideBarDesktop {
	display: flex;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 0 0 0 4px;



}



.sideBarDesktop ul li {
	font-family: "GOTHIC-bold";
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
}

.sideBarDesktop ul li:last-child {
	border: none;
}

.sideBarDesktop ul li a {
	padding: 12px 15px;
	display: block;
}

.sideBarDesktop ul li a:hover,
.sideBarDesktop ul li a.activeMenu,
.sideBar ul li a:focus {
	color: #940000;
}

.sideBar {
	position: absolute;
	top: -500%;
	background-color: #fff;
	width: 180px;
	right: 0;
	z-index: 1;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 0 0 0 4px;
	opacity: 0;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.sideBarOpen {
	opacity: 1;
	top: 100%;
	transition: all 0.3s ease-in-out 0.1s;
}

.sideBar ul li {
	font-family: "GOTHIC-bold";
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: solid 1px #f1f1f1;
}

.sideBar ul li:last-child {
	border: none;
}

.sideBar ul li a {
	padding: 12px 15px;
	display: block;
}

.sideBar ul li a:hover,
.sideBar ul li a.activeMenu,
.sideBar ul li a:focus {
	background-color: #ae784f;
	color: #fff;
}

.logo {
	max-width: 100px;
}

.phone {
	font-family: "GOTHIC-bold";
	font-size: 18px;
	margin-right: 25px;
	border-right: solid 2px #f2f2f2;
	padding-right: 25px;
}

.phone a {
	color: #4f77ae;

}

.phone a span {
	color: #000;
}

.track h4 {
	margin-bottom: 0px;
	font-size: 13px;
}

.track p {
	margin: 0;
	line-height: normal;
	color: #605d5c;
	font-size: 12px;
}

.trackImg {
	margin-right: 10px;
}

.headerBtns {
	margin-left: 35px;
}

.menuIcon {
	margin-left: 25px;
	cursor: pointer;
	display: none;

}

.menuIcon span {
	color: #313131;
	font-size: 45px;
	line-height: normal;
}
.menuIcon span:after{
content: 'menu';
}
.menuIcon.menuIconOpen span:after{
	content: 'close';
	}

.bannerSec {
	position: relative;
}



.bannerCaption {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	transform: translateY(-60%);
	z-index: 2;
}

.bannerCaption img {
	width: 50%;
	    opacity: 0.5;
}

.thumbBox {
	display: flex;
    height: 100%;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
	flex-direction: column;

}

.thumbBox:hover, .thumbBox:hover h4 {
	color: #ff6161 !important;
}

.thumbBox h4 {
	margin-bottom: 0;
	text-align: center;
	margin-top: 15px;
}

.thumbImg {
	margin-bottom: 30px;
}





.thumbImg img {
	max-width: 45px;
}

.thumbIcon{ height: 150px; width:150px; overflow: hidden; }
.thumbIcon img{ width: 100%; height:150px; padding: 0 10px; margin-bottom:15px; border-radius:10px; }

.bodyBanner {background-color: #fff;

}

.bodyBannerCaption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
}

.featureBox {

	height: 100%;


}

.featureDes {
	padding: 15px 20px 20px 20px;
	background-image: url(../img/product-bottom-bg.png);
    background-size: cover;
    background-position: center -20px;
    background-repeat: no-repeat;

}

.featureDes h4 {
	margin-bottom: 6px;
	text-align: left;
}

.featureDes p {
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.featureIcon img {
	max-width: 38px;
}

.arrowBtn span {
	font-size: 30px;
}

.newBoxImg {
	border: solid 2px #dbdbdb;
}

.newBoxImg img {
	display: block;
}

.newsBoxDes {
	padding-top: 16px;
}

.brandsArea {
	border-bottom: solid 0px #f4f3ff;
}

.brndLogo {
	margin: 0 20px;
}

.sitemapArea {
	padding: 50px 0;

}

.sitemapArea h3 {
	color: #e0cfcf;
	font-family: "donitta";
	font-size: 33px;
	margin-bottom: 14px;
	font-weight: 700;
}

.sitemapArea ul li {
	font-family: "GOTHIC-bold";
	font-size: 14px;
	color: #e0cfcf;
	margin-bottom: 8px;

}

.copyRightArea {
	padding: 30px 0;
}

.copyRightArea p {
	margin-bottom: 0;
	color: #767676;
}

.contactInfo p:first-child {
	margin-right: 20px;
}
.owl-dots{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.owl-dot span{
	display: block;
	border: solid 2.5px #808080;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	margin: 0 3px;
}
.owl-dot.active span{
	border-color: #d62929;
}
.testimonialLeft{
	width: 50%;
	position: relative;
}
.playBtn{
	position: absolute;
	right: 0;
	top: 0;
}
.playBtn img{
	display: block;
}
.testimonialBg{
	height: 100%;
	width: 100%;
}
.testimonialBg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimonialRight{
	width: 50%;
	padding: 100px 50px;
	background-color: #4eae76;
	background-image: url("../img/map.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 70%;
}
.testimonialRight .owl-dot span{
	border-color: #2c8451;
}
.testimonialRight .owl-dot.active span{
	border-color: #2c8451;
	background-color: #a2f1c2;
}
.testimonialRight .owl-dots{
justify-content: start;
}
.testimonialRight h2{
	color: #fff;
}
.testimonialRight h6{
	background-color: #000;
	color: #fff;
}
.testimonialBox h3{
	font-family: "FREESCPT";
	font-size: 45px;
	color: #434343;
	margin-bottom: 10px;

}
.testimonialBox::before {
    content: '';
    background-image: url(../img/coma.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 110px;
    height: 92px;
    background-size: 90% auto;
    position: absolute;
    right: 15px;
    top: -30px;
}
.testimonialBox{
	background-color: #fff;
	padding: 40px;
	position: relative;
}
.rating{
	color: #fdc107;
}
.clientInfos{
	position: absolute;
	right: 4%;
	bottom: 10%;
}
.clientInfos h4{
	color: #fff;
	margin-bottom: 8px;
	font-size: 30px;
}
.clientInfos p{
	color: #fff;
	margin-bottom: 0;
	font-family: "GOTHIC-bold";
	line-height: normal;
	font-size: 15px;

}
.clientIcon{
	margin-right: 14px;
}
.clientBox:last-child{
	margin-left: 30px;
}


.inner-bannerSec {


	background-color: #2c8451;


	padding: 20px 0;

}
.inner-bannerCaption{ display: flex; justify-content: space-between;
    align-items: center;
}
.inner-bannerCaption h1{ margin-bottom: 0; display: inline;}
.inner-bannerCaption  nav{ float: right; width: auto;}

.breadcrumb-item.active {
    color: var(--bs-teal);
}

.breadcrumb-item + .breadcrumb-item::before {

    color: #4eae76;
}


.inner-bannerCaption ol {
   margin-bottom: 0;
}

.accordion {
	background-color: #eee;
	color: #787878;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 20px;
	transition: 0.4s;
	margin-bottom: 1px;
	font-family: "GOTHIC-bold";
  }

  .active2, .accordion:hover {
	background-color: #ccc;
  }

  .accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
  }

  .active2:after {
	content: "\2212";
  }

  .panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
  }
  .form-check-input:checked {
    background-color: #30c68f;
    border-color: #30b87d;
}

.boderBottom{ border-bottom: 1px solid #bebebe; margin-bottom: 10px;}

.SensexBox{ background-color: #fff; width: 100%; padding: 30px;  box-shadow: 3px 3px 8px #ccc; border-radius: 6px;  margin-top:-100px; z-index: 6;}

.SensexBox div{ width: 100%; padding: 10px; border-right: 1px solid #e9e9e9; text-align: center;}
.SensexBox div:last-child{border-right: 0px solid #e9e9e9; }

.SensexBox div p{ margin-top: 10px; text-transform: uppercase; color: 555555;}



.right-icon-bullet{ display: flex;}

.bullet-Text{ margin-left: 15px;}
.bullet-Text h4{ margin-bottom: 5px;}
.bullet-Text p{ color: #716f6e;}
.Blog-bootom{ border-top: 1px solid #340d0d; padding-top: 10px; margin-top: 5px; display: flex; font-size: 12px;}
.Blog-bootom h5{ margin-bottom: 10px; padding-left: 5px;}
.Blog-bootom div{ margin-right: 10px;}

.serction06 {
    width: 100%;
    padding: 100px 0;
    background: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.serction06 p {
   color: #565656; margin-top: 20px;
}
.serction06 h4 {
	color: #cd1919;
 }
.serction06 .imgPerson {
    display: inline-block !important;
    border-radius: 50%;
    width: 200px !important;
    height: 180px;
    border: 4px solid #dfdfdf;
}

/* For small devices (mobile) */
@media (max-width: 767px) {
.serction06 .imgPerson {
    height: 180px !important;
}
}


.productBox{ width: 100%; position: relative;}

.productBoxCaption {
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;

}


.productBoxCaption h3 {
   font-size: 22px;
   padding-left: 30px;
   color: #fff;
}

.productBoxCaption a {
	font-size: 16px; color: #090909;
	padding-left: 30px;
	width: 200px;
	height: 80px;
	display:flex ;

	background-image:url(../img/text-bg01.png);
	background-size: cover;
	background-position: -20px;
	background-repeat:no-repeat ;
	align-items: center;
 }

 .testimonialline {

	text-align: center;
	background-image:url(../img/testimonial-bg1.png);
	background-repeat:no-repeat ;
	background-position: center;
	display: inline-block;
	height: 80px;
	border-top: 1px solid #a80000;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 60px;
 }
 .testimonialline img{ margin-top: -50px;}

 footer {


	background-image:url(../img/footer-bg-top.png);
	background-repeat: no-repeat;

	background-position: center top;
	background-color: #c01f0c;
	padding-top: 50px;
 }

 footer h2 strong {

	color:#e0cfcf;


 }
 footer p {

	color:#e0cfcf;


 }
 footer a:hover {

	color:#230707;


 }
 .brndLogo {
	width: 100%;
	margin: 0 20px;

}
.brndLogo a {
	font-size: 16px; color: #090909;
	padding-left: 10px;
	width: 100%;
	max-width: 200px;
	height: 80px;
	display:flex ;

	background-image:url(../img/text-bg01.png);
	background-size: contain;
	background-position: center;
	background-repeat:no-repeat ;
	align-items: center;
 }

 .boredr1px{ border-top: 1px solid #e0cfcf; padding-top: 30px;}



 .headingBG-1{font-size: 140px; color: #e0cfcf !important;
	font-weight:500;
	padding: 10px;
	width: 100%;

	height: auto;
	display:flex ;

	background-image:url(../img/inner-heading-bg.png);
	background-size: contain;
	background-position: center;
	background-repeat:no-repeat ;
	align-items: center; justify-content: space-around;}



	.headingBG-2{font-size: 18px; color: #e0cfcf !important;
		padding:20px 0;
		width: 100%;

		height: auto;
		display:flex ;

		background-image:url(../img/inner-sub-heading-bg.png);
		background-size: contain;
		background-position: center;
		background-repeat:no-repeat ;
		align-items: center; justify-content: space-around;}

		.headingBG-3{font-size: 45px; color: #e0cfcf !important;
			font-family: donitta;
			padding:30px 0 30px 50px;
			width: 100%;

			height: auto;
			display:flex ;

			background-image:url(../img/inner-sub-heading-bg2.png);
			background-size: contain;
			background-position: left;
			background-repeat:no-repeat ;
			align-items: center; justify-content: flex-start;}

	.innerbodyBg{

		background-image:url(../img/about-body-bg.png);
		background-size: 70%;
		background-position:right center;
		background-repeat:no-repeat ;

	}

	.sideBarDesktop2 {
		display: flex;
		width: 100%;
		transition: all 0.3s ease-in-out 0s;
		background-image:url(../img/inner-menu-bg.png);
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat ;

	}



	.sideBarDesktop2 ul li {
		font-family: "GOTHIC-bold";
		font-size: 14px;
		text-transform: uppercase;
		display: inline-block;
	}

	.sideBarDesktop2 ul li:last-child {
		border: none;
	}

	.sideBarDesktop2 ul li a {
		padding: 12px 15px;
		display: block;
	}

	.sideBarDesktop2 ul li a:hover,
	.sideBarDesktop2 ul li a.activeMenu,
	.sideBar ul li a:focus {
		color: #940000;
	}

	.sp-product{
		display: flex;
		padding: 40px;
		width: 100%;
		transition: all 0.3s ease-in-out 0s;
		background-image:url(../img/product-bg1.png);
		background-size:contain;
		background-position:top center;
		background-repeat:no-repeat ;
	}
	.sp-product2{ 	background-image:url(../img/product-bg2.png) !important;
		background-size:contain;}

	.sp-product-img{
		width: 40%;
		min-height:253px;
		position: relative;
		margin-right: 20px;
	}
	.sp-product-img img{
		width: 100%;
		height: auto;
		border-radius: 5px;
	}
	.blog-img{
		width: 100%;
		position: relative;

	}
	.sp-product-text{ width: 60%;
		display: flex;
	 flex-direction: column;
		align-items: center;
	}

	.sp-product2 .sp-product-text h2, .sp-product-text p{ color: #553835 !important; text-align: center;}

		.sp-product-text h2, .sp-product-text p{ color: #fff; text-align: center;}

		.button-01{
			font-size: 16px;
			text-transform: uppercase;
			color: #ffffff;
			padding:20px 30px;

			height: 60px;
			display: flex;
			background-image: url(../img/button-bg.png);
			background-size: contain;
			background-repeat: no-repeat;
			align-items: center;
			background-color: transparent;
		}
		.button-01:hover{
			color: #000;

		}

		.headingBG-4{font-size: 45px; color: #553835 !important;
			font-weight: 700;
			font-family: donitta;
			padding:0px 0 30px 0px;
			width: 100%;

			height: auto;
			display:flex ;

			background-image:url(../img/heading-line.png);
			background-size: inherit;
			background-position: left bottom;
			background-repeat:no-repeat ;
			align-items: center; justify-content: flex-start;}

			.wp-icon-box{ width: 30px; height: 30px;  float:left; }


			.prodct-name{width: 120px;  display: inline-block; text-overflow: ellipsis; }
			.prodct-name h4{ text-overflow: ellipsis; width: 120px; overflow: hidden; white-space:nowrap ;}

.featureImg{ position: relative;}
			.zoom-icon{ background: #ffffff69; width: 34px; height: 34px; border-radius: 50px;
			padding: 5px; color: #ffffff;

			position: absolute;
			top:90%;
			right: 10px;
			transform: translateY(-50%);
			z-index: 2;
			display: flex;
			align-items: center;
    justify-content: space-around;


		}

		.play-icon{ background: #03030369; width: 34px; height: 34px; border-radius: 50px;
			padding: 5px; color: #ffffff;

			position: absolute;
			top:50%;
			left: 36%;
			right: 0;
			transform: translateY(-50%);
			z-index: 2;
			display: flex;
			align-items: center;
    justify-content: space-around;


		}


		.text-green{ color: #2c8451;}
		.featureImg img{ border-radius: 10px;}
		.arrow {
			border: solid black;
			border-width: 0 3px 3px 0;
			display: inline-block;
			padding: 3px;
		  }
		.down {
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
		  }
		  .left {
			transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
		  }
		  .right {
			transform: rotate(-43deg);
			-webkit-transform: rotate(-43deg);
		  }
		  .Product-detailBox p{ margin-bottom: 5px; text-align: left;}
		  .Product-detailBox h4{ margin-bottom: 5px; text-align: left;}