

@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
 
  --clr-btn: #96c560;
  --clr-white: #fff;
--clr-grey-light: #f0f0f0;
--clr-green: #5b842c;	
--clr-red: #881719;
--clr-orange: #ff9000;
--clr-black: #000;
	--clr-grey: #5a5a5a;
--clr-grey-light: #d0d0d0;
}

body {
	margin: 0px;
	padding: 0px;
	  font-family: "Poppins", sans-serif;
}

.mainheader {
	background-image: url("../images/paint_pattern.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size:auto;
}
.navbar{
  transition:500ms ease;

	background-image: url("../images/paint_pattern.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size:auto;
	padding: 0px!important;
	

}
.hamburger {
	margin-top: -30px;
}
.hamburger span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #fff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
	
}

.hamburger span:first-child
{
  transform-origin: 0% 0%;
}

.hamburger span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}
.carousel {
	/*margin-top: -180px;*/
	
}
.carousel-indicators [data-bs-target] {
	width: 14px;
  height: 14px;
	border-radius: 100%;
}
	.nav-link:focus, .nav-link:hover {
 color: var(--clr-white);	
}

	.nav-link:focus {
 color: var(--clr-red);	
}
.navbar-brand img {
	width: 45%;
	height: auto;
	
}
.navbar-brand {
	padding-top: 0px;
	text-align: center;
}
.nav-link {
	color: #000;
	font-size: 0.9em;
	padding: 0px 30px!important;
}
.nav-link:hover {
  color: #881719;
}
.navbar-default.scrolled{
  background-color: var(--clr-white);
	box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
-webkit-box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
}
.scrolled .nav-link {
	color: var(--clr-black);
}
.mega-content {
	border-top: solid 1px ;
	border-color: rgba(0,0,0,0.2);

}
.dropdown-menu {
background-color: var(--clr-white);
	background-image: url("../images/paint_pattern.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size:auto;
	color: #fff;
}
.dropdown-menu[data-bs-popper] {
  top: -3px;
  left: 0;
  margin-top: .125rem;
	z-index: -1;
	padding-top: 140px;
}
.card {
	border: 0px;
	border-radius: 0px;
}
.list-group-item {
border-radius: 0px!important;
	font-size: 13px;
	padding: .5rem 0.5rem;
}
.mega-content h5 {
	font-size: 16px;
	color: var(--clr-red);
	display: flex;
	
}
.mega-content span {
	flex: auto;
		text-align:right;
}
.viewlink {

padding: 6px 8px;
		font-size: 14px;
  background-color: var(--clr-red);
	color: var(--clr-white);
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 500;
}
.viewlink:hover {
  background-color: var(--clr-orange);	
	color: var(--clr-black);
}
.list-group-item {
	color: var(--clr-black);	
}
.list-group-item:hover {
	color: var(--clr-red);	
}
.fixed-top {
	    top: -40px;
	    transform: translateY(40px);
	    transition: transform .3s;
}
.carousel-caption {
  transform: translateY(50%);
  bottom: 50% !important;

	text-align: left;
}
.slider_caption {
position: absolute;
	z-index: 1000;
}

.carousel-caption h3 {
	font-weight: 700;
	padding-bottom: 10px;
	font-size: 40px;
}
.carousel-caption h2 {
	font-weight: 800;
	padding-bottom: 10px;
	font-size: 40px;
}
.slider_contact {
  background: #fff;
  padding:15px 5px;
  color: #1e1e1e;
  position: absolute;
  z-index: 2;
	
  bottom: 25%;
  width: 35%;
	border-radius: 0px 30px 30px 0px;
	
	
}
.slider_contact span {
	padding: 0px 5px;
}
.slider_contact span i {
	padding: 0px 3px;
}
.slider_contact span a {
 color: #1e1e1e;
	text-decoration: none;
}
.slider_contact span a:hover {
 color: #881719;
}
.slider_caption p {
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 10px;
}

.social-btn {
  display: flex;
  width: 180px;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  margin-bottom: 5px;
  position: relative;
  right: -135px;
  transition: right 1s;
}
.social-btn:hover {
  right: -10px;
  transition: right 1s;
}

.social {
  position: fixed;
  top: 160px;
	right:0;
	z-index: 1;
}
.social a {
  text-decoration: none;
}

.color-telegram {
  background-color: #0084c6;
}
.color-facebook {
  background-color: #3a559f;
}
.color-youtube {
  background-color: #ff0000;
}
.color-instagram {
  background-color: #f62782;
}
.color-whatsapp {
  background-color: #24cc63;
}
.color-pdf {
  background-color: #881719;
}
.google-font {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
}

.social-btn img {
  width: 30px;
}

.social-btn p {
  color: white;

  margin-top: 0px;
  margin-bottom: 0px;
}

.icons8-facebook-app {
  order: 2;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFacebook%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M39.312 13.437H47V2h-9.094C26.938 2.469 24.688 8.656 24.5 15.125v5.719H17V32h7.5v30h11.25V32h9.281l1.781-11.156H35.75v-3.469a3.714 3.714 0 0 1 3.562-3.938z' fill='none' stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E" )
    50% 50% no-repeat;
  background-size: 80%;
	 fill: fff!important;
}
.icons8-pdf-app {
  order: 2;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EImage Folder%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' d='M6 7a3 3 0 0 0 3 3h41v52H9a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h49v54h-8' fill='none' stroke='white' stroke-miterlimit='10' stroke-width='4' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath data-name='layer1' d='M16 46c0-1.5 2.4-9 6-9s2.6 3 4 3 2-8 6-8 8 12.8 8 14' fill='none' stroke='white' stroke-miterlimit='10' stroke-width='4' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath data-name='layer1' fill='none' stroke='white' stroke-miterlimit='10' stroke-width='4' d='M14 24h28v22H14z' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E" )
    50% 50% no-repeat;
  background-size: 80%;
	 fill: fff!important;
}
.icons8-youtube-app {
  order: 2;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EYoutube%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M49.539 12H14.461A12.4 12.4 0 0 0 2 24.327v17.346A12.4 12.4 0 0 0 14.461 54h35.078A12.4 12.4 0 0 0 62 41.673V24.327A12.4 12.4 0 0 0 49.539 12z' fill='none' stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' stroke-linejoin='round'%3E%3C/path%3E%3Cpath data-name='layer2' d='M41.111 33.844L24.7 41.585a.658.658 0 0 1-.938-.585V25.031a.659.659 0 0 1 .956-.581l16.407 8.225a.649.649 0 0 1-.014 1.169z' fill='none' stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E" )
    40% 40% no-repeat;
  background-size: 100%;
	 fill: fff!important;
}
.icons8-telegram-app {
  order: 2;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAgMCA1MCA1MCIKc3R5bGU9IiBmaWxsOiNmZmZmZmY7Ij48cGF0aCBkPSJNIDQ0LjM3Njk1MyA1Ljk4NjMyODEgQyA0My44ODk5MDUgNi4wMDc2OTU3IDQzLjQxNTgxNyA2LjE0MzI0OTcgNDIuOTg4MjgxIDYuMzE0NDUzMSBDIDQyLjU2NTExMyA2LjQ4NDUxMTMgNDAuMTI4ODgzIDcuNTI0MzQwOCAzNi41MzEyNSA5LjA2MjUgQyAzMi45MzM2MTcgMTAuNjAwNjU5IDI4LjI1Njk2MyAxMi42MDM2NjggMjMuNjIxMDk0IDE0LjU4OTg0NCBDIDE0LjM0OTM1NiAxOC41NjIxOTYgNS4yMzgyODEzIDIyLjQ3MDcwMyA1LjIzODI4MTIgMjIuNDcwNzAzIEwgNS4zMDQ2ODc1IDIyLjQ0NTMxMiBDIDUuMzA0Njg3NSAyMi40NDUzMTIgNC43NTQ3ODc1IDIyLjYyOTEyMiA0LjE5NzI2NTYgMjMuMDE3NTc4IEMgMy45MTg1MDQ3IDIzLjIxMTgwNiAzLjYxODYwMjggMjMuNDYyNTU1IDMuMzczMDQ2OSAyMy44MjgxMjUgQyAzLjEyNzQ5MSAyNC4xOTM2OTUgMi45NDc5NzM1IDI0LjcxMTc4OCAzLjAxNTYyNSAyNS4yNTk3NjYgQyAzLjI1MzI0NzkgMjcuMTg0NTExIDUuMjQ4MDQ2OSAyNy43MzA0NjkgNS4yNDgwNDY5IDI3LjczMDQ2OSBMIDUuMjU1ODU5NCAyNy43MzQzNzUgTCAxNC4xNTgyMDMgMzAuNzgxMjUgQyAxNC4zODUxNzcgMzEuNTM4NDM0IDE2Ljg1ODMxOSAzOS43OTI5MjMgMTcuNDAyMzQ0IDQxLjU0MTAxNiBDIDE3LjcwMjc5NyA0Mi41MDc0ODQgMTcuOTg0MDEzIDQzLjA2NDk5NSAxOC4yNzczNDQgNDMuNDQ1MzEyIEMgMTguNDI0MTMzIDQzLjYzNTYzMyAxOC41Nzc5NjIgNDMuNzgyOTE1IDE4Ljc0ODA0NyA0My44OTA2MjUgQyAxOC44MTU2MjcgNDMuOTMzNDE1IDE4Ljg4NjcgNDMuOTY1NTI1IDE4Ljk1NzAzMSA0My45OTQxNDEgQyAxOC45NTg1MzEgNDMuOTk0ODA2IDE4Ljk1OTQzNyA0My45OTM0OCAxOC45NjA5MzggNDMuOTk0MTQxIEMgMTguOTY5NTc5IDQzLjk5Nzk1MiAxOC45Nzc3MDggNDMuOTk4Mjk1IDE4Ljk4NjMyOCA0NC4wMDE5NTMgTCAxOC45NjI4OTEgNDMuOTk2MDk0IEMgMTguOTc5MjMxIDQ0LjAwMjY5NCAxOC45OTUzNTkgNDQuMDEzODAxIDE5LjAxMTcxOSA0NC4wMTk1MzEgQyAxOS4wNDM0NTYgNDQuMDMwNjU1IDE5LjA2MjkwNSA0NC4wMzAyNjggMTkuMTAzNTE2IDQ0LjAzOTA2MiBDIDIwLjEyMzA1OSA0NC4zOTUwNDIgMjAuOTY2Nzk3IDQzLjczNDM3NSAyMC45NjY3OTcgNDMuNzM0Mzc1IEwgMjEuMDAxOTUzIDQzLjcwNzAzMSBMIDI2LjQ3MDcwMyAzOC42MzQ3NjYgTCAzNS4zNDU3MDMgNDUuNTU0Njg4IEwgMzUuNDU3MDMxIDQ1LjYwNTQ2OSBDIDM3LjAxMDQ4NCA0Ni4yOTUyMTYgMzguNDE1MzQ5IDQ1LjkxMDQwMyAzOS4xOTMzNTkgNDUuMjc3MzQ0IEMgMzkuOTcxMzcgNDQuNjQ0Mjg0IDQwLjI3NzM0NCA0My44MjgxMjUgNDAuMjc3MzQ0IDQzLjgyODEyNSBMIDQwLjMxMDU0NyA0My43NDIxODggTCA0Ni44MzIwMzEgOS43NTE5NTMxIEMgNDYuOTk4OTAzIDguOTkxNTE2MiA0Ny4wMjI2MTIgOC4zMzQyMDIgNDYuODY1MjM0IDcuNzQwMjM0NCBDIDQ2LjcwNzg1NyA3LjE0NjI2NjggNDYuMzI1NDkyIDYuNjI5OTM2MSA0NS44NDU3MDMgNi4zNDM3NSBDIDQ1LjM2NTkxNCA2LjA1NzU2MzkgNDQuODY0MDAxIDUuOTY0OTYwNSA0NC4zNzY5NTMgNS45ODYzMjgxIHogTSA0NC40Mjk2ODggOC4wMTk1MzEyIEMgNDQuNjI3NDkxIDguMDEwMzcwNyA0NC43NzQxMDIgOC4wMzI5ODMgNDQuODIwMzEyIDguMDYwNTQ2OSBDIDQ0Ljg2NjUyMyA4LjA4ODExMDkgNDQuODg3MjcyIDguMDg0NDgyOSA0NC45MzE2NDEgOC4yNTE5NTMxIEMgNDQuOTc2MDExIDguNDE5NDIzIDQ1LjAwMDAzNiA4Ljc3MjE2MDUgNDQuODc4OTA2IDkuMzI0MjE4OCBMIDQ0Ljg3NSA5LjMzNTkzNzUgTCAzOC4zOTA2MjUgNDMuMTI4OTA2IEMgMzguMzc1Mjc1IDQzLjE2MjkyNiAzOC4yNDAxNTEgNDMuNDc1NTMxIDM3LjkzMTY0MSA0My43MjY1NjIgQyAzNy42MTY5MTQgNDMuOTgyNjUzIDM3LjI2Njg3NCA0NC4xODI1NTQgMzYuMzM3ODkxIDQzLjc5Mjk2OSBMIDI2LjYzMjgxMiAzNi4yMjQ2MDkgTCAyNi4zNTkzNzUgMzYuMDA5NzY2IEwgMjYuMzUzNTE2IDM2LjAxNTYyNSBMIDIzLjQ1MTE3MiAzMy44Mzc4OTEgTCAzOS43NjE3MTkgMTQuNjQ4NDM4IEEgMS4wMDAxIDEuMDAwMSAwIDAgMCAzOC45NzQ2MDkgMTMgQSAxLjAwMDEgMS4wMDAxIDAgMCAwIDM4LjQ0NTMxMiAxMy4xNjc5NjkgTCAxNC44NDM3NSAyOC45MDIzNDQgTCA1LjkyNzczNDQgMjUuODQ5NjA5IEMgNS45Mjc3MzQ0IDI1Ljg0OTYwOSA1LjA0MjM3NzEgMjUuMzU2OTI3IDUgMjUuMDEzNjcyIEMgNC45OTc2NSAyNC45OTQ2NTIgNC45ODcxOTYxIDI1LjAxMTg2OSA1LjAzMzIwMzEgMjQuOTQzMzU5IEMgNS4wNzkyMTAxIDI0Ljg3NDg2OSA1LjE5NDg1NDYgMjQuNzU5MjI1IDUuMzM5ODQzOCAyNC42NTgyMDMgQyA1LjYyOTgyMTggMjQuNDU2MTU5IDUuOTYwOTM3NSAyNC4zMzM5ODQgNS45NjA5Mzc1IDI0LjMzMzk4NCBMIDUuOTk0MTQwNiAyNC4zMjIyNjYgTCA2LjAyNzM0MzggMjQuMzA4NTk0IEMgNi4wMjczNDM4IDI0LjMwODU5NCAxNS4xMzg4OTQgMjAuMzk5ODgyIDI0LjQxMDE1NiAxNi40Mjc3MzQgQyAyOS4wNDU3ODcgMTQuNDQxNjYgMzMuNzIxNjE3IDEyLjQ0MDEyMiAzNy4zMTgzNTkgMTAuOTAyMzQ0IEMgNDAuOTE0MTc1IDkuMzY0OTYxNSA0My41MTI0MTkgOC4yNTgzNjU4IDQzLjczMjQyMiA4LjE2OTkyMTkgQyA0My45ODI4ODYgOC4wNjk2MjUzIDQ0LjIzMTg4NCA4LjAyODY5MTggNDQuNDI5Njg4IDguMDE5NTMxMiB6IE0gMzMuNjEzMjgxIDE4Ljc5Mjk2OSBMIDIxLjI0NDE0MSAzMy4zNDU3MDMgTCAyMS4yMzgyODEgMzMuMzUxNTYyIEEgMS4wMDAxIDEuMDAwMSAwIDAgMCAyMS4xODM1OTQgMzMuNDIzODI4IEEgMS4wMDAxIDEuMDAwMSAwIDAgMCAyMS4xMjg5MDYgMzMuNTA3ODEyIEEgMS4wMDAxIDEuMDAwMSAwIDAgMCAyMC45OTgwNDcgMzMuODkyNTc4IEEgMS4wMDAxIDEuMDAwMSAwIDAgMCAyMC45OTgwNDcgMzMuOTAwMzkxIEwgMTkuMzg2NzE5IDQxLjE0NjQ4NCBDIDE5LjM1OTkzIDQxLjA2ODE5NyAxOS4zNDExNzMgNDEuMDM5NTU1IDE5LjMxMjUgNDAuOTQ3MjY2IEwgMTkuMzEyNSA0MC45NDUzMTIgQyAxOC44MDA3MTMgMzkuMzAwODUgMTYuNDY3MzYyIDMxLjUxNjEgMTYuMTQ0NTMxIDMwLjQzOTQ1MyBMIDMzLjYxMzI4MSAxOC43OTI5NjkgeiBNIDIyLjY0MDYyNSAzNS43MzA0NjkgTCAyNC44NjMyODEgMzcuMzk4NDM4IEwgMjEuNTk3NjU2IDQwLjQyNTc4MSBMIDIyLjY0MDYyNSAzNS43MzA0NjkgeiI+PC9wYXRoPjwvc3ZnPg==")
    50% 50% no-repeat;
  background-size: 100%;
}

.icons8-instagram {
  order: 2;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAgMCAxNiAxNiIKc3R5bGU9IiBmaWxsOiNmZmZmZmY7Ij48cGF0aCBkPSJNIDQuNzczNDM4IDEgQyAyLjY5NTMxMyAxIDEgMi42OTUzMTMgMSA0Ljc3MzQzOCBMIDEgMTAuMjMwNDY5IEMgMSAxMi4zMDQ2ODggMi42OTUzMTMgMTQgNC43NzM0MzggMTQgTCAxMC4yMzA0NjkgMTQgQyAxMi4zMDQ2ODggMTQgMTQgMTIuMzA0Njg4IDE0IDEwLjIyNjU2MyBMIDE0IDQuNzczNDM4IEMgMTQgMi42OTUzMTMgMTIuMzA0Njg4IDEgMTAuMjI2NTYzIDEgWiBNIDQuNzczNDM4IDIgTCAxMC4yMjY1NjMgMiBDIDExLjc2NTYyNSAyIDEzIDMuMjM0Mzc1IDEzIDQuNzczNDM4IEwgMTMgMTAuMjI2NTYzIEMgMTMgMTEuNzY1NjI1IDExLjc2NTYyNSAxMyAxMC4yMzA0NjkgMTMgTCA0Ljc3MzQzOCAxMyBDIDMuMjM0Mzc1IDEzIDIgMTEuNzY1NjI1IDIgMTAuMjMwNDY5IEwgMiA0Ljc3MzQzOCBDIDIgMy4yMzQzNzUgMy4yMzQzNzUgMiA0Ljc3MzQzOCAyIFogTSAxMS41IDMgQyAxMS4yMjI2NTYgMyAxMSAzLjIyMjY1NiAxMSAzLjUgQyAxMSAzLjc3NzM0NCAxMS4yMjI2NTYgNCAxMS41IDQgQyAxMS43NzczNDQgNCAxMiAzLjc3NzM0NCAxMiAzLjUgQyAxMiAzLjIyMjY1NiAxMS43NzczNDQgMyAxMS41IDMgWiBNIDcuNSA0IEMgNS41NzQyMTkgNCA0IDUuNTc0MjE5IDQgNy41IEMgNCA5LjQyNTc4MSA1LjU3NDIxOSAxMSA3LjUgMTEgQyA5LjQyNTc4MSAxMSAxMSA5LjQyNTc4MSAxMSA3LjUgQyAxMSA1LjU3NDIxOSA5LjQyNTc4MSA0IDcuNSA0IFogTSA3LjUgNSBDIDguODg2NzE5IDUgMTAgNi4xMTMyODEgMTAgNy41IEMgMTAgOC44ODY3MTkgOC44ODY3MTkgMTAgNy41IDEwIEMgNi4xMTMyODEgMTAgNSA4Ljg4NjcxOSA1IDcuNSBDIDUgNi4xMTMyODEgNi4xMTMyODEgNSA3LjUgNSBaIj48L3BhdGg+PC9zdmc+")
    50% 50% no-repeat;
  background-size: 100%;
}

.icons8-whatsapp {
  order: 2;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAgMCA1MCA1MCIKc3R5bGU9IiBmaWxsOiNmZmZmZmY7Ij48cGF0aCBkPSJNIDI1IDIgQyAxMi4zMDk1MzQgMiAyIDEyLjMwOTUzNCAyIDI1IEMgMiAyOS4wNzkwOTcgMy4xMTg2ODc1IDMyLjg4NTg4IDQuOTg0Mzc1IDM2LjIwODk4NCBMIDIuMDM3MTA5NCA0Ni43MzA0NjkgQSAxLjAwMDEgMS4wMDAxIDAgMCAwIDMuMjQwMjM0NCA0Ny45NzA3MDMgTCAxNC4yMTA5MzggNDUuMjUxOTUzIEMgMTcuNDM0NjI5IDQ2Ljk3MjkyOSAyMS4wOTI1OTEgNDggMjUgNDggQyAzNy42OTA0NjYgNDggNDggMzcuNjkwNDY2IDQ4IDI1IEMgNDggMTIuMzA5NTM0IDM3LjY5MDQ2NiAyIDI1IDIgeiBNIDI1IDQgQyAzNi42MDk1MzQgNCA0NiAxMy4zOTA0NjYgNDYgMjUgQyA0NiAzNi42MDk1MzQgMzYuNjA5NTM0IDQ2IDI1IDQ2IEMgMjEuMjc4MDI1IDQ2IDE3Ljc5MjEyMSA0NS4wMjk2MzUgMTQuNzYxNzE5IDQzLjMzMzk4NCBBIDEuMDAwMSAxLjAwMDEgMCAwIDAgMTQuMDMzMjAzIDQzLjIzNjMyOCBMIDQuNDI1NzgxMiA0NS42MTcxODggTCA3LjAwMTk1MzEgMzYuNDI1NzgxIEEgMS4wMDAxIDEuMDAwMSAwIDAgMCA2LjkwMjM0MzggMzUuNjQ2NDg0IEMgNS4wNjA2ODY5IDMyLjUyMzU5MiA0IDI4Ljg5MDEwNyA0IDI1IEMgNCAxMy4zOTA0NjYgMTMuMzkwNDY2IDQgMjUgNCB6IE0gMTYuNjQyNTc4IDEzIEMgMTYuMDAxNTM5IDEzIDE1LjA4NjA0NSAxMy4yMzg0OSAxNC4zMzM5ODQgMTQuMDQ4ODI4IEMgMTMuODgyMjY4IDE0LjUzNTU0OCAxMiAxNi4zNjk1MTEgMTIgMTkuNTkzNzUgQyAxMiAyMi45NTUyNzEgMTQuMzMxMzkxIDI1Ljg1NTg0OCAxNC42MTMyODEgMjYuMjI4NTE2IEwgMTQuNjE1MjM0IDI2LjIyODUxNiBMIDE0LjYxNTIzNCAyNi4yMzA0NjkgQyAxNC41ODg0OTQgMjYuMTk1MzI5IDE0Ljk3MzAzMSAyNi43NTIxOTEgMTUuNDg2MzI4IDI3LjQxOTkyMiBDIDE1Ljk5OTYyNiAyOC4wODc2NTMgMTYuNzE3NDA1IDI4Ljk2NDY0IDE3LjYxOTE0MSAyOS45MTQwNjIgQyAxOS40MjI2MTIgMzEuODEyOTA5IDIxLjk1ODI4MiAzNC4wMDc0MTkgMjUuMTA1NDY5IDM1LjM0OTYwOSBDIDI2LjU1NDc4OSAzNS45NjY3NzkgMjcuNjk4MTc5IDM2LjMzOTQxNyAyOC41NjQ0NTMgMzYuNjExMzI4IEMgMzAuMTY5ODQ1IDM3LjExNTQyNiAzMS42MzIwNzMgMzcuMDM4Nzk5IDMyLjczMDQ2OSAzNi44NzY5NTMgQyAzMy41NTI2MyAzNi43NTU4NzYgMzQuNDU2ODc4IDM2LjM2MTExNCAzNS4zNTE1NjIgMzUuNzk0OTIyIEMgMzYuMjQ2MjQ4IDM1LjIyODczIDM3LjEyMzA5IDM0LjUyNDcyMiAzNy41MDk3NjYgMzMuNDU1MDc4IEMgMzcuNzg2NzcyIDMyLjY4ODI0NCAzNy45Mjc1OTEgMzEuOTc5NTk4IDM3Ljk3ODUxNiAzMS4zOTY0ODQgQyAzOC4wMDM5NzYgMzEuMTA0OTI3IDM4LjAwNzIxMSAzMC44NDc2MDIgMzcuOTg4MjgxIDMwLjYwOTM3NSBDIDM3Ljk2OTMxMSAzMC4zNzExNDggMzcuOTg5NTgxIDMwLjE4ODY2NCAzNy43Njc1NzggMjkuODI0MjE5IEMgMzcuMzAyMDA5IDI5LjA1OTgwNCAzNi43NzQ3NTMgMjkuMDM5ODUzIDM2LjIyNDYwOSAyOC43Njc1NzggQyAzNS45MTg5MzkgMjguNjE2Mjk3IDM1LjA0ODY2MSAyOC4xOTEzMjkgMzQuMTc1NzgxIDI3Ljc3NTM5MSBDIDMzLjMwMzg4MyAyNy4zNTk5MiAzMi41NDg5MiAyNi45OTE5NTMgMzIuMDgzOTg0IDI2LjgyNjE3MiBDIDMxLjc5MDIzOSAyNi43MjA0ODggMzEuNDMxNTU2IDI2LjU2ODM1MiAzMC45MTQwNjIgMjYuNjI2OTUzIEMgMzAuMzk2NTY5IDI2LjY4NTU1MyAyOS44ODU0NiAyNy4wNTg5MzMgMjkuNTg3ODkxIDI3LjUgQyAyOS4zMDU4MzcgMjcuOTE4MDY5IDI4LjE3MDM4NyAyOS4yNTgzNDkgMjcuODI0MjE5IDI5LjY1MjM0NCBDIDI3LjgxOTYxOSAyOS42NDk1NDQgMjcuODQ5NjU5IDI5LjY2MzM4MyAyNy43MTI4OTEgMjkuNTk1NzAzIEMgMjcuMjg0NzYxIDI5LjM4MzgxNSAyNi43NjExNTcgMjkuMjAzNjUyIDI1Ljk4NjMyOCAyOC43OTQ5MjIgQyAyNS4yMTE1IDI4LjM4NjE5MiAyNC4yNDIyNTUgMjcuNzgyNjM1IDIzLjE4MTY0MSAyNi44NDc2NTYgTCAyMy4xODE2NDEgMjYuODQ1NzAzIEMgMjEuNjAzMDI5IDI1LjQ1NTk0OSAyMC40OTcyNzIgMjMuNzExMTA2IDIwLjE0ODQzOCAyMy4xMjUgQyAyMC4xNzE5MzcgMjMuMDk3MDQgMjAuMTQ1NjQzIDIzLjEzMDkwMSAyMC4xOTUzMTIgMjMuMDgyMDMxIEwgMjAuMTk3MjY2IDIzLjA4MDA3OCBDIDIwLjU1Mzc4MSAyMi43Mjg5MjQgMjAuODY5NzM5IDIyLjMwOTUyMSAyMS4xMzY3MTkgMjIuMDAxOTUzIEMgMjEuNTE1MjU3IDIxLjU2NTg2NiAyMS42ODIzMSAyMS4xODE0MzcgMjEuODYzMjgxIDIwLjgyMjI2NiBDIDIyLjIyMzk1NCAyMC4xMDY0NCAyMi4wMjMxMyAxOS4zMTg3NDIgMjEuODE0NDUzIDE4LjkwNDI5NyBMIDIxLjgxNDQ1MyAxOC45MDIzNDQgQyAyMS44Mjg4NjMgMTguOTMxMDE0IDIxLjcwMTU3MiAxOC42NTAxNTcgMjEuNTY0NDUzIDE4LjMyNjE3MiBDIDIxLjQyNjk0MyAxOC4wMDEyNjMgMjEuMjUxNjYzIDE3LjU4MDAzOSAyMS4wNjQ0NTMgMTcuMTMwODU5IEMgMjAuNjkwMDMzIDE2LjIzMjUwMSAyMC4yNzIwMjcgMTUuMjI0OTEyIDIwLjAyMzQzOCAxNC42MzQ3NjYgTCAyMC4wMjM0MzggMTQuNjMyODEyIEMgMTkuNzMwNTkxIDEzLjkzNzY4NCAxOS4zMzQzOTUgMTMuNDM2OTA4IDE4LjgxNjQwNiAxMy4xOTUzMTIgQyAxOC4yOTg0MTcgMTIuOTUzNzE3IDE3Ljg0MDc3OCAxMy4wMjI0MDIgMTcuODIyMjY2IDEzLjAyMTQ4NCBMIDE3LjgyMDMxMiAxMy4wMjE0ODQgQyAxNy40NTA2NjggMTMuMDA0NDMyIDE3LjA0NTAzOCAxMyAxNi42NDI1NzggMTMgeiBNIDE2LjY0MjU3OCAxNSBDIDE3LjAyODExOCAxNSAxNy40MDgyMTQgMTUuMDA0NzAxIDE3LjcyNjU2MiAxNS4wMTk1MzEgQyAxOC4wNTQwNTYgMTUuMDM1ODUxIDE4LjAzMzY4NyAxNS4wMzcxOTIgMTcuOTcwNzAzIDE1LjAwNzgxMiBDIDE3LjkwNjcxMyAxNC45Nzc5NzIgMTcuOTkzNTMzIDE0Ljk2ODI4MiAxOC4xNzk2ODggMTUuNDEwMTU2IEMgMTguNDIzMDk4IDE1Ljk4ODAxIDE4Ljg0MzE3IDE2Ljk5OTI0OSAxOS4yMTg3NSAxNy45MDAzOTEgQyAxOS40MDY1NCAxOC4zNTA5NjEgMTkuNTgyMjkyIDE4Ljc3MzgxNiAxOS43MjI2NTYgMTkuMTA1NDY5IEMgMTkuODYzMDIxIDE5LjQzNzEyMiAxOS45MzkwNzcgMTkuNjIyMjk1IDIwLjAyNzM0NCAxOS43OTg4MjggTCAyMC4wMjczNDQgMTkuODAwNzgxIEwgMjAuMDI5Mjk3IDE5LjgwMjczNCBDIDIwLjExNTgzNyAxOS45NzM0ODMgMjAuMTA4MTg1IDE5Ljg2NDE2NCAyMC4wNzgxMjUgMTkuOTIzODI4IEMgMTkuODY3MDk2IDIwLjM0MjY1NiAxOS44Mzg0NjEgMjAuNDQ1NDkzIDE5LjYyNSAyMC42OTE0MDYgQyAxOS4yOTk5OCAyMS4wNjU4MzggMTguOTY4NDUzIDIxLjQ4MzQwNCAxOC43OTI5NjkgMjEuNjU2MjUgQyAxOC42Mzk0MzkgMjEuODA3MDcgMTguMzYyNDIgMjIuMDQyMDMyIDE4LjE4OTQ1MyAyMi41MDE5NTMgQyAxOC4wMTYyMjEgMjIuOTYyNTc4IDE4LjA5NzA3MyAyMy41OTQ1NyAxOC4zNzUgMjQuMDY2NDA2IEMgMTguNzQ1MDMyIDI0LjY5NDYgMTkuOTY0NDA2IDI2LjY3OTMwNyAyMS44NTkzNzUgMjguMzQ3NjU2IEMgMjMuMDUyNzYgMjkuMzk5Njc4IDI0LjE2NDU2MyAzMC4wOTU5MzMgMjUuMDUyNzM0IDMwLjU2NDQ1MyBDIDI1Ljk0MDkwNiAzMS4wMzI5NzMgMjYuNjY0MzAxIDMxLjMwNjYwNyAyNi44MjYxNzIgMzEuMzg2NzE5IEMgMjcuMjEwNTQ5IDMxLjU3Njk1MyAyNy42MzA2NTUgMzEuNzI0NjcgMjguMTE5MTQxIDMxLjY2NjAxNiBDIDI4LjYwNzYyNyAzMS42MDczNjYgMjkuMDI4NzggMzEuMzEwOTc5IDI5LjI5Njg3NSAzMS4wMDc4MTIgTCAyOS4yOTg4MjggMzEuMDA1ODU5IEMgMjkuNjU1NjI5IDMwLjYwMTM0NyAzMC43MTU4NDggMjkuMzkwNzI4IDMxLjIyNDYwOSAyOC42NDQ1MzEgQyAzMS4yNDYxNjkgMjguNjUyMTMxIDMxLjIzOTEwOSAyOC42NDYyMzEgMzEuNDA4MjAzIDI4LjcwNzAzMSBMIDMxLjQwODIwMyAyOC43MDg5ODQgTCAzMS40MTAxNTYgMjguNzA4OTg0IEMgMzEuNDg3MzU2IDI4LjczNjQ3NCAzMi40NTQyODYgMjkuMTY5MjY3IDMzLjMxNjQwNiAyOS41ODAwNzggQyAzNC4xNzg1MjYgMjkuOTkwODg5IDM1LjA1MzU2MSAzMC40MTc4NzUgMzUuMzM3ODkxIDMwLjU1ODU5NCBDIDM1Ljc0ODIyNSAzMC43NjE2NzQgMzUuOTQyMTEzIDMwLjg5Mzg4MSAzNS45OTIxODggMzAuODk0NTMxIEMgMzUuOTk1NTcyIDMwLjk4MjUxNiAzNS45OTg5OTIgMzEuMDc3ODYgMzUuOTg2MzI4IDMxLjIyMjY1NiBDIDM1Ljk1MTI1OCAzMS42MjQyOTIgMzUuODQzOSAzMi4xODAyMjUgMzUuNjI4OTA2IDMyLjc3NTM5MSBDIDM1LjUyMzU4MiAzMy4wNjY3NDYgMzQuOTc1MDE4IDMzLjY2NzY2MSAzNC4yODMyMDMgMzQuMTA1NDY5IEMgMzMuNTkxMzg4IDM0LjU0MzI3NyAzMi43NDkzMzggMzQuODUyNTE0IDMyLjQzNzUgMzQuODk4NDM4IEMgMzEuNDk5ODk2IDM1LjAzNjU5MSAzMC4zODY2NzIgMzUuMDg3MDI3IDI5LjE2NDA2MiAzNC43MDMxMjUgQyAyOC4zMTYzMzYgMzQuNDM3MDM2IDI3LjI1OTMwNSAzNC4wOTI1OTYgMjUuODkwNjI1IDMzLjUwOTc2NiBDIDIzLjExNDgxMiAzMi4zMjU5NTYgMjAuNzU1NTkxIDMwLjMxMTUxMyAxOS4wNzAzMTIgMjguNTM3MTA5IEMgMTguMjI3Njc0IDI3LjY0OTkwOCAxNy41NTI1NjIgMjYuODI0MDE5IDE3LjA3MjI2NiAyNi4xOTkyMTkgQyAxNi41OTI4NjYgMjUuNTc1NTg0IDE2LjM4MzUyOCAyNS4yNTEwNTQgMTYuMjA4OTg0IDI1LjAyMTQ4NCBMIDE2LjIwNzAzMSAyNS4wMTk1MzEgQyAxNS44OTcyMDIgMjQuNjA5ODA1IDE0IDIxLjk3MDg1MSAxNCAxOS41OTM3NSBDIDE0IDE3LjA3Nzk4OSAxNS4xNjg0OTcgMTYuMDkxNDM2IDE1LjgwMDc4MSAxNS40MTAxNTYgQyAxNi4xMzI3MjEgMTUuMDUyNDk1IDE2LjQ5NTYxNyAxNSAxNi42NDI1NzggMTUgeiI+PC9wYXRoPjwvc3ZnPg==")
    50% 50% no-repeat;
  background-size: 100%;
}



.slider_caption a {
	background: #ffc833;
	border-radius: 5px;
	padding: 10px 25px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}
.slider_caption a:hover {
	background: #5fb4e5;
	border-radius: 5px;
	padding: 10px 25px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.slider_caption span {
	font-weight: 700;
	font-size: 20px;
	padding-left: 15px;
}
.slider_caption span i {
	padding-right: 5px;
}
.carousel-control-prev, .carousel-control-next {
/*display: none;*/
}
.carousel-indicators {

}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


@media (min-width: 200px) and (max-width: 768px) {
	.navbar {
		background: #781416;
		background-image: url("../images/paint_pattern.png");
		background-position: top left;
  background-repeat: no-repeat;
  background-size: 80%;
	}
	.navbar-brand {
  text-align: left;
}
	.dropdown-menu {
  background-color: rgba(136,23,25,0.5);
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}
	.dropdown-menu[data-bs-popper] {
  top: -3px;
  left: 0;
  margin-top: .125rem;
  z-index: -1;
  padding-top: 0px;
}
	.nav-link {
  color: #fff;
		padding-right: 1rem!important;
    padding-left: 1rem!important;
}
.navbar-default.scrolled{
  background-color: var(--clr-red);
	box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
-webkit-box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
}
	.scrolled .nav-link {
  color: var(--clr-white);
}
	.mega-content h5 {
  font-size: 16px;
  color: var(--clr-white);
		display: flex;
}
	.mega-content {
		height: 500px;
		overflow: scroll;
	}
	.carousel {
/*  margin-top: 49px;
  padding-bottom: 20px;*/
}
.carousel-caption h3 {
	font-weight: 700;
	padding-bottom: 0px;
	font-size: 20px;
}
.carousel-caption h2 {
	font-weight: 800;
	padding-bottom: 10px;
	font-size: 20px;
}	
	.slider_caption {
	margin: 80px 20px 20px 30px;
}
	.slider_contact2 {
  background: #781416;
  padding:15px 5px;
  color: #1e1e1e;
  position: absolute;
  z-index: 1;
	
  top:-49px;
  width: 100%;
		text-align: center;

	border-radius: 0px 0px 0px 0px;
	border-bottom: solid 1px #fff;
		font-size: 12px;
}
	.slider_contact2 a {
		color: #fff;
		text-decoration: none;
	}
	.slider_contact2 i {
		color: #fff;
	}
	.slider_contact2 span {
		padding: 0px 5px;
	}
	.sticky-top {
		top: 49px;
	}
	.social {
  position: fixed;
  top: 200px;
  right: 0;
		z-index: 2;
}
	.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}
	.abt_content {
		margin-bottom: 25px;
	}
	.mp-2 {
		padding: 0px 20px;
	}
 
	
 
}



.paintcatagories {
	padding: 70px 4% 4% 4%;
	text-align: center;
	overflow: hidden;
	
}

.paintcatagories h1 {
	color: var(--clr-black);
	font-size: 38px;
	font-weight: 600;
	padding-bottom: 10px;
	
}
.paintcatagories h1 span{
	color: var(--clr-red);
}
.paintcatagories p {
	font-size: 16px;
	color: var(--clr-black);
	text-transform: uppercase;margin-bottom: 0px;
}
.catmain {
  position: relative;
	margin-bottom: 15px;
 
}
.catagory_text {
	position: absolute;
	margin-top:-70px;
	text-align: left;
	padding-left: 15px;
	
}
.catagory_text h2 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-shadow: 2px 2px 4px #000000;
}
.catagory_text p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-shadow: 2px 2px 4px #000000;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.btn-white {
	background-color: var(--clr-white);
	color: var(--clr-red);
	border:solid 1px;
	border-color: var(--clr-white);
}
.btn-white:hover {
	background-color: var(--clr-orange);
	color: var(--clr-white);
	border:solid 1px;
	border-color: var(--clr-orange);
}
.overlay_yellow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #e9dd31;
	border: solid 5px #cec327;
	
}

.catmain:hover .overlay_yellow {
  opacity: 1;

}

.overlay_blue1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #a3dfe0;
	border: solid 5px #6abdbe;
	
}

.catmain:hover .overlay_blue1 {
  opacity: 1;

}

.overlay_pink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #871d64;
	border: solid 5px #641449;
	
}

.catmain:hover .overlay_pink {
  opacity: 1;

}


.overlay_blue2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #1d9acc;
	border: solid 5px #4ec7e4;
	
}

.catmain:hover .overlay_blue2 {
  opacity: 1;

}

.overlay_blue3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #2ab4b0;
	border: solid 5px #208f8c;
	
}

.catmain:hover .overlay_blue3 {
  opacity: 1;

}
.overlay_blue4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #01948c;
	border: solid 5px #007d76;
	
}

.catmain:hover .overlay_blue4 {
  opacity: 1;

}
.overlay_orange {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #e57d0b;
	border: solid 5px #c26602;
	
}

.catmain:hover .overlay_orange {
  opacity: 1;

}
.overlay_red {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
 background-color: var(--clr-red);
	border: solid 5px ;
	border-color: var(--clr-orange);
}

.catmain:hover .overlay_red {
  opacity: 1;

}

.catagories_text_over {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.catagories_text_over h2 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-shadow: 2px 2px 4px #000000;
}
.catagories_text_over p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-shadow: 2px 2px 4px #000000;
}
@media screen and (max-width:768px) {
	
	
	.paintcatagories {
	padding: 70px 4% 7% 4%;
	text-align: center;
	overflow: hidden;
	
}
}
	


.about .about-img {
    float: left;
	padding-left: 3%;
}

.about .about-img .img-1 {
    position: relative;
	right: -15%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
.about .about-img  .img-2 {
    position: absolute;
    top: 25%;
  left:-15%;
  /*  -webkit-box-shadow: -4px 4px 20px 0px #f0f0f0;
    box-shadow: -4px 4px 20px 0px #f0f0f0;*/
	z-index: 1;
}

.about .about-img .img-1 .img-3 {
    position: absolute;
    top: 105%;

    -webkit-box-shadow: 0px 5px 20px 0px #f0f0f0;
    box-shadow: 0px 5px 20px 0px #f0f0f0;
}
.img-1 img {width: 80%; height: auto; border:solid 5px;
border-color: var(--clr-red);
}
.img-2 img {width: 80%; height: auto; border:solid 5px;
	border-color: var(--clr-red);
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;

}

.abouthome h5 {
  font-size: 16px;
  color: var(--clr-black);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.abouthome h3 {
  color: var(--clr-black);
  font-size: 38px;
  font-weight: 600;
  padding-bottom: 10px;
}
.abouthome h3 span {
  color: var(--clr-red);
}
.btn-red {
	background-color: var(--clr-red);
	color:var(--clr-white);
	border-radius: 0px;
	padding: 12px 20px;
		text-decoration: none;
	font-size: 14px;
}
.btn-red:hover {
	background-color: var(--clr-orange);
	color:var(--clr-black);

}

.btn-red2 {
	background-color: var(--clr-red);
	color:var(--clr-white);
	border-radius: 0px;
	padding: 12px 20px;
	text-decoration: none;
	font-size: 14px;
	
}
.btn-red2:hover {
	background-color: var(--clr-white);
	color:var(--clr-black);

}
.abouthome i{
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 2px;
	color: var(--clr-grey);
}
@media (max-width:767px){
	
.about{margin-top:5px;margin-bottom:7rem;}
.about.about-v2{margin-bottom:60px;}
.about.about-v2 .about-img{text-align:center;left:initial;right:initial;}
.about.about-v2 .about-img .img-1{width:100%;}
.about.about-v2 .about-img .img-1 img{display:inline-block;}
.about.about-v2 .about-img .img-1 .img-2{display:none;}
.about.about-v2 .about-centent p{font-size:14px;}
.about .about-img{margin-top:0px;float:none; width: 100%;}
.about .about-img .img-1{width:100%; right:auto; top: auto;}
.about .about-img .img-1 img{width:100%;}
.about .about-img .img-1 .img-2,
.about .about-img .img-1 .img-3{display:block; left: auto; top: auto; margin-top: 8px;}
.about .about-centent{text-align:left;}
.about .about-centent .line{margin-left:auto;margin-right:auto;margin-bottom:30px;}
.about .about-centent p{padding:0;font-size:14px;margin-bottom:30px;}	
	.abt_bg {background: #f5f5f5;  padding: 10px 10px 50px 10px!important;}
}
.newarrivals {
	background: #e6edf3;
}


.services {
	background:#e6edf3;
	padding: 15px 0px 50px 15px;
	margin-top: 0%!important;
}
.servicesmain {
	
}

.servicesmain h2 {
	color: #000000;
	font-size: 36px;
	font-weight: 600;
	line-height: 50px;
}
.servicesmain p {
	font-size: 14px;
	line-height: 25px;
	padding: 8px 0px 0px 0px;
	color: #000000;
}
.servicesmain button {
	background: none;
	border:0px;
	padding: 0px;
}
.servicesmain .carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.servicesmain .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.servicesmain .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.card {
	background: none;
	border:0px;
	padding: 5px 0px;
}
.card-body {
	background: #fff;
}
.serttxtline::before {
  position: absolute;

  width: 10%;
  height: 2px;
  background: #000;
  content: "";
	margin-bottom: 20px;
}
.sertxt img{
	width: 100%; height: auto;
}
.sertxt h5 {
	font-size: 15px;
	color: #000;
	text-transform:none;
	font-weight: 600;
	padding-top: 15px;
}
.sertxt p {
	font-size: 14px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
}
.sertxt a {
	font-size: 15px;
	color: #000;
	text-transform:none;
	font-weight: 600;
	padding-top: 15px;
	text-decoration: none;
}
.sertxt a:hover {
		font-size: 15px;
	color: #000;
	text-transform:none;
	font-weight: 600;
	padding-top: 15px;
	text-decoration: none;
}

.sertxt a img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.sertxt a:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sertxt {
	height: 100%!important;
}
.borderline {
	border:solid 1px rgba(253,210,91,0.5);
	padding: 6% 0px;
}
.prbg {
  background:#ffd9d9 ;
}
.parallax{
    background: url('../images/banner_new.jpg') repeat fixed 100%;
    background-size: cover;
    color: aliceblue;
	margin-top: -230px;
	background-position: left;
}

.parallax-inner{
    padding-top: 16%;
    padding-bottom: -20%;
	text-align: right;
}
.parallax-inner img {
	width:62%;
	
}
.parallaxtxt {
	padding-left: 16%;
	text-align: left!important;
	padding-top: 1.5%;

}
.parallaxtxt h3 {
	font-weight: 700;
	padding-bottom: 5px;
	font-size: 30px;
	text-transform: uppercase;
}
.parallaxtxt h2 {
	font-weight: 800;
	padding-bottom: 5px;
	font-size: 30px;
	text-transform: uppercase;
	color: #881719;
}
.parallaxtxt p {
	font-weight: 400;
	line-height: 28px;
	font-size: 15px;
	color: #000;
		padding-bottom: 5px;
}
.parallax-inner img {
	margin-top: -5%;
}
.navbar.scrolled{
  transition: 500ms ease;
/*  background-image: url("../images/paint_pattern_scroll.png");*/
 /* background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0px !important;*/
}

.home_abt {
	background: url("../images/abt_bg.webp");
	background-size: cover;
	padding: 5%;
	
}
.abtimg {

  width: 100%;

}

.abtimg img {
	width: 65%;
}
.abtwhite {
	background: #fff;
	padding: 30px;
	position: absolute;

  height: auto;
  width: 90%;
  min-height: auto;
	bottom:150px;
}
.abtcontent {
position: absolute;
  margin: 104px 0px 10px calc((100% - 750px) * 0.8);
  
  
  justify-self: start;
  align-self: start;
	width: 50%;
}
@media (max-width:767px){
	
	.parallax{
    background: url('../images/banner_new.jpg') repeat fixed top 100%;
    background-size: cover;
    color: aliceblue;
	margin-top:0px;
}
	.parallax-inner{
    padding-top: 30%;
    padding-bottom: -20%;
}
	
	.abtimg {

  width: 100%;

}
	.nav-link:focus {
 color: var(--clr-white);	
}
.abtimg img {
	width: 100%;
}
.abtwhite {
	background: #fff;
	padding: 30px;
	position: relative;

  height: auto;
  width: 100%;
  min-height: auto;
	bottom:80px;
}
.abtcontent {
position: relative;
  margin: 104px 0px 10px calc((100% - 370px) * 0.1);
  
  
  justify-self: start;
  align-self: start;
	width: 100%;
}
	.abtwhite i {
		margin-top: 20px;
	}
	
.navbar-brand {
 
  width: 80%!important;
	margin-right: 0rem;
}
	.parallaxtxt h3 {
  font-weight: 700;
  padding-bottom: 5px;
  font-size: 25px;
  text-transform: uppercase;
}
	.parallaxtxt h2 {
  font-weight: 800;
  padding-bottom: 5px;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
}
	.parallaxtxt {
  padding-left: 8%;
  text-align: left !important;
  padding-top: 1.5%;
		padding-right:40px;
}
	.nav-link {
  display: block;
  padding: .5rem 1rem!important;
 
}
	.nav-link:hover {
  color: #eb9410;
}
}

section.footer {
  width: 100%;
  background-color:#202020;
	background-image: url("../images/footer_paint_pattern.png");
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 30px;
}
section.footer .container {
  display: flex;
}
section.footer .container .newsletter {
  background-color: #fff;
  color: #000;
  padding: 0px 20px 80px 20px;
 /* width: 380px;*/
}
section.footer .container .newsletter img{ 
	width: 70%;
}
section.footer .container .footerlinks {
  font-size: 14px;
  color: #fff;
  padding: 80px 25px;
  flex: 1;
}

section.footer .container .newsletter .newsletter_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #000;
}

section.footer .container .newsletter .newsletter_desc {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
	margin-bottom: 30px;
}

section.footer .container .footerlinks .flinktitle {
  font-weight: bold;
  margin-bottom: 10px;
}

section.footer .container .footerlinks a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 8px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


section.footer .container .newsletter .newsletter_input {
  display: flex;
  padding: 20px 0;
}

section.footer .container .newsletter .newsletter_input form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

section.footer .container .newsletter .buddy {
  display: block;
  margin-top: 30px;
  font-size: 16px;
}
section.footer .container .newsletter .buddy i { 
	padding-right: 5px;
}
section.footer .container .newsletter .buddy a.buddytel {
  text-decoration: none;
  color: #000;
}
.socials a{
		color: var(--clr-black);
	padding: 5px;
	font-size: 20px;
	text-decoration: none;
}
.socials a:hover{
		color: var(--clr-red);
	padding: 5px;
	font-size: 20px;
}
.copy {
  font-size: 13px;
  color: var(--clr-grey-light);
 background-color: var(--clr-black);
  padding: 20px 0px 20px 10px;
	display: flex;
}
.copy div {
	width: 50%;
	padding:0px 20px;
}
.develop {
	text-align: right;
	padding-right: 25px;
}
.develop a{
	
	  color: var(--clr-grey-light);
}
.develop a:hover{

	  color: var(--clr-orange);
}

#return-to-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  background: rgb(0, 0, 0);
  background:var(--clr-red);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {

  background: rgb(0, 0, 0);
  background:var(--clr-orange);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width:767px){
	section.footer .container {
  display: block;
}
	section.footer .container .footerlinks {
  font-size: 14px;
  color: #fff;
  padding: 20px 25px;
  flex: 1;
}
.copy {
  font-size: 13px;
  color: var(--clr-grey-light);
 background-color: var(--clr-black);
  padding: 20px 0px 20px 10px;
	display: block;
}
.copy div {
	width: 100%;
	padding:0px 20px;text-align: center;
}	
}


/*product_page*/

.parallax_in{
    background: url('../images/pr01.webp') no-repeat fixed 100%;
    background-size: contain;
    color: aliceblue;
	margin-top: -100px;
}

.parallax-inner2{
    padding-top: 21%;
    padding-bottom: -20%;
	text-align: right;
}
.parallax-inner img {
	width:62%;
	
}
.parallaxtxt_inner {

	text-align: center!important;
	padding-top: 1.5%!important;

}
.product-name h3 {
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 20px;
	 
}
.product-name h2 {
	font-weight: 800;
	padding-bottom: 10px;
	font-size: 24px;
	color: var(--clr-red);	
}


.parallax_abt{
    background: url('../images/abt2.webp') no-repeat fixed 100%;
    background-size: contain;
    color: aliceblue;
	margin-top: -100px;
	min-height: 570px;
}

.headerimg img {
	width: 26%;
	text-align: center!important;
	position: relative;
	margin-bottom: 0px;
}
.headerimg  {
padding-top: 10%!important;
	text-align: center!important;
}	
.innerpage h2 {
	font-weight: 700;
	padding-bottom: 5px;
	font-size: 30px;
	 color: var(--clr-red);	
	text-align: center;
	padding-top: 20px;
}
.innerpage h3 {
	font-weight: 700;
	padding-bottom: 10px;
	font-size: 20px;
	 color: var(--clr-black);	
	text-align: center;
}
#infographic .circle {
   width: 320px;
   height: 320px;
   border-radius: 50%;
   border: 7px double var(--clr-red);
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
   padding: 40px;
   position: absolute;
   left: 50%;
   margin: 40px 0;

}
#infographic section:nth-child(odd) .circle {
   transform: translateX(-100%);
}

#infographic article {
   max-width: 410px;
   margin-bottom: 20px;
   cursor: pointer;
   left: 40%;
   position: relative;
	min-width: 320px;
}
#infographic article header {
   border-top-right-radius: 30px;
   border-bottom-right-radius: 30px;
}
#infographic article header i {
   display: flex;
   font-size: 2em;
   border-radius: 50%;
   background-clip: padding-box;
   padding:10px 14px;
   transition: transform 0.4s;
   color: var(--clr-red);
   border: 6px solid var(--clr-red);
   margin: -16px 0 -16px -20px;
 background-color: var(--clr-white);
}
#infographic article:hover header i {
   transform: scale(1.2);
}
#infographic article.active header i {
   transform: none;
}
header h6 {
	display: block!important;
	padding-top: 10px;
	margin-bottom: 5px!important;
}
header  p{
	display: block!important;
	margin-bottom: 8px!important;
	font-size: 14px;
}
.infotxt {
	padding-left: 2%;
	 color: var(--clr-black);
}
#infographic article .body {
   background: var(--clr-white);
   padding: 0 20px;
   border-bottom-right-radius: 30px;
   border-bottom-left-radius: 30px;
   max-height: 0;
   transition: max-height 0.5s, padding 0.5s;
   overflow: hidden;
}
#infographic article .body .btn {
   padding: 3px 10px;
   text-transform: uppercase;
}
#infographic :nth-child(even) article {
   text-align: right;
   transform: translateX(-100%);
}
#infographic :nth-child(even) article header {
   flex-flow: row-reverse;
   border-top-left-radius: 30px;
   border-bottom-left-radius: 30px;
}
#infographic :nth-child(even) article header i {
   margin: -16px -20px -16px 0;
}

#infographic section:nth-child(odd) article.active header {
   border-bottom-right-radius: 0;
}
#infographic section:nth-child(even) article.active header {
   border-bottom-left-radius: 0;
}

#infographic article.active .body {
   padding: 20px;
   max-height: 300px;
   border: 1px solid;
}

/* 
   Articles Positioning
   Uncomment these for debugging article positions
*/
/*#infographic .circle {
   outline: 96px solid yellow;
}
#infographic article header i {
   opacity: 0.5;
   position: relative;
}
#infographic article header i:after {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   width: 4px;
   height: 4px;
   transform: translate(-2px, -2px);
   background: blue;
}*/

#infographic article[data-step="1"] {
   margin-left: 6px;
}
#infographic article[data-step="2"] {
   margin-left: 54px;
}
#infographic article[data-step="3"] {
   margin-left: 71px;
}
#infographic article[data-step="4"] {
   margin-left: 61px;
}
#infographic article[data-step="5"] {
   margin-left: 22px;
}
#infographic article[data-step="6"] {
   margin-left: -5px;
}
#infographic article[data-step="7"] {
   margin-left: -54px;
}
#infographic article[data-step="8"] {
   margin-left: -70px;
}
#infographic article[data-step="9"] {
   margin-left: -60px;
}
#infographic article[data-step="10"] {
   margin-left: -21px;
}
#infographic article[data-step="11"] {
   margin-left: 7px;
}
#infographic article[data-step="12"] {
   margin-left: 55px;
}
#infographic article[data-step="13"] {
   margin-left: 73px;
}
#infographic article[data-step="14"] {
   margin-left: 62px;
}
#infographic article[data-step="15"] {
   margin-left: 23px;
}
#infographic article[data-step="16"] {
   margin-left: -102px;
}



.parallax_in_pr{
    background: url('../images/pr02.webp') no-repeat fixed;
    background-size: contain;
	height: 100%;
	width: 100%;
	
}

.pr_content {
	 background-color:  var(--clr-grey-light);
	padding: 20px ;
	width: 100%;
	height: 70%;
	margin-top: 15%;
	margin-left:-50px;
	
}

#productShowcaseContainer {
   display: flex;
   flex-direction: column;
   height: 600px;
   width: 100%;
   background-color: rgb(240, 240, 240);
}

#productShowcaseTitle {
   height: 100px;
   background-color: rgb(200, 200, 200);
}

#anotherContainer{
   display: flex;
   height: 100%;
}

#productShowcaseDetail {
   background-color: red;
   flex:3;
}

#productShowcaseThumbnailContainer {
   background-color: white;
   flex: 2;
}
.precautions_main {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.parrlex_container {
	
	min-height: 200px;
	flex: 3;
}

.precautions_content {
	
	min-height: 200px;
	flex: 2;
	padding: 5% 0px;
}
.precautions_contentinner {
	background: #eeee;
	padding: 25px;
	margin-left: -80px;
}

@media (max-width:767px){
	.precautions_main {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
	.parallax_in_pr {
		min-height: 200px;
	}
	.precautions_contentinner {
	background: #eeee;
	padding: 25px;
	margin-left: 0px;
}
	.parallax_in_pr{
    background: url('../images/pr02.webp') no-repeat ;
    background-size: contain;
	height: 100%;
	width: 100%;
	
}
	.precautions_content {
	
	min-height: 200px;
	flex: 2;
	padding: 1% 0px;
}
	
	.parallax_in {
  background: url('../images/pr01.webp') no-repeat fixed 100%;
    background-size: auto;
  background-size: cover;

  margin-top:50px;
}
	.innerpage h2 {
  font-weight: 700;
  padding-bottom: 5px;
  font-size:20px;
  color: var(--clr-red);
  text-align: center;
		padding-top: 20px;
}
}


@media (max-width:767px){
#infographic .circle {
width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 7px double var(--clr-red);
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding: 40px;
    position: relative;
    left: 95%;
    margin: 40px 0;

}	
#infographic article {
  max-width: 359px;
  margin-bottom: 20px;
  cursor: pointer;
  left: 2%;
  position: relative;
  min-width: 320px;
}	
	#infographic article[data-step="2"] {
  margin-left: 0;
}
	#infographic article[data-step="3"] {
  margin-left: 0px;
}
	#infographic article[data-step="4"] {
  margin-left: 0px;
}
	#infographic article[data-step="5"] {
  margin-left: 0px;
}
}


.pd-wrap {
	padding: 20px 0;
	font-family: 'Poppins', sans-serif;
}
.heading-section {
	text-align: center;
	margin-bottom: 20px;
}
.sub-heading {
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
	font-size: 32px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
	min-width: 80px;
	background-size: 100%;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
	margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	outline: none;
	height: 25px;
}
.owl-nav button svg {
	width: 25px;
	height: 25px;
}
.owl-nav button.owl-prev {
	left: 25px;
}
.owl-nav button.owl-next {
	right: 25px;
}
.owl-nav button span {
	font-size: 45px;
}
.product-thumb .item img {
	height: 100px;
}
.product-name {
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 4px;
}
.product-price-discount {
	font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span.line-through {
	text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}
.display-flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.product-info {
	width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
	vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
	margin-bottom: 0;
	line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
	font-size: 14px;
	line-height: 24px;
	color: #7a7a7a;
  text-align: justify;
}
.product-dtl .form-control {
	font-size: 15px;
}
.product-dtl label {
	line-height: 16px;
	font-size: 15px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.product-count {
	margin-top: 15px; 
}
.product-count .qtyminus,
.product-count .qtyplus {
	width: 34px;
    height: 34px;
    background: #212529;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
	border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
	border-radius: 0 3px 3px 0; 
}
.product-count .qty {
	width: 60px;
	text-align: center;
}
.round-black-btn {
	border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #212529; 
    transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
	background: transparent;
	color: #212529;
	text-decoration: none;
}
.product-info-tabs .nav-tabs .nav-link {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	font-size: 15px;
}

.product-info-tabs {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
}
.product-info-tabs .table {
	color: #7a7a7a!important;
}
.txtb {
	font-weight: 500;
	color: #626262!important;
}
.surface li {
	list-style: decimal;
}
.precautions_contentinner h3 {
	font-size: 16px;
  line-height: 24px;
  color: #626262;
}

.precautions_contentinner p {
	font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
}
.products img {
	width: 100%;
	height: auto;
}
.products h3 {
	font-size: 15px;
	font-weight: 500;
}
.products h5 {
	font-size: 14px;
	padding-bottom: 10px;
}
.products {
	padding: 0px 15px 35px 15px;
	height: 100%;

}
.aboutus img {
	width: 100%;
	height: auto;
}

.aboutus h2 {
	font-size: 24px;
	color: #000;
}

.aboutus h2 span{
	font-size: 24px;
	color:var(--clr-red);
	text-transform: uppercase;
	 
}
 .contact-l ul {
  list-style: none;
    list-style-type: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.contact-l ul li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #333;
  padding: 20px 0px 20px 60px;
  background-repeat: no-repeat;
  background-position: left top 11px;
  border-bottom: 1px solid #e4e4e4;
}
.contact-l ul li.addrs-corpo {
  background-image: url(../images/contact-icon1.jpg);
	background-repeat: no-repeat;
}
.contact-l ul li.addrs-corpo span {
  color: #D20A11;
  display: block;
  font-weight: 600;
}
.contact-l ul li.call-us {
  background-image: url(../images/contact-icon2.jpg);
	background-repeat: no-repeat;
}

.contact-l ul li.call-us a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
 .contact-l ul li.mail-us {
  background-image: url(../images/contact-icon3.jpg);
}

.contact-l .addres-bx-map {
  margin-top: 30px;
  
}
.contact-l ul li.mail-us a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
.captcha img {
	width: auto!important;
}
.contact img {
  width: auto!important;
}
.text-justify {
  text-align: justify;
}
.innerbanner {
  background-size: contain;
  color: aliceblue;
margin-top: 0px;
min-height: 500px;
}
.banner_aquaseal{
  background: url('../images/inner_banner_Aquaseal.jpg') no-repeat fixed 100%;

}
.banner_AquaCare{
  background: url('../images/inner_banner_AquaCare.jpg') no-repeat fixed 100%;
}
.banner_PenetrationSealer{
  background: url('../images/inner_banner_PenetrationSealerPrimer.jpg') no-repeat fixed 100%;
}
.banner_Aartink{
  background: url('../images/inner_banner_Aartink.jpg') no-repeat fixed 100%;
}
.banner_AartonCementprimer{
  background: url('../images/inner_banner_Aarton.jpg') no-repeat fixed 100%;
}
.banner_AartonCementprimer_Interior{
  background: url('../images/inner_banner_CementprimerInterior.jpg') no-repeat fixed 100%;
}
.banner_Delux_Cement{
  background: url('../images/inner_banner_Delux.jpg') no-repeat fixed 100%;
}
.banner_ArtonWallplaster{
  background: url('../images/inner_banner_ArtonWallplaster.jpg') no-repeat fixed 100%;
}

.banner_Vintage{
  background: url('../images/emulsion_inner_banner_Vintage.jpg') no-repeat fixed 100%;
}
.banner_Luster{
  background: url('../images/emulsion_inner_banner_Luster-Silk.jpg') no-repeat fixed 100%;
}
.banner_ArtinkShine{
  background: url('../images/emulsion_inner_banner_ArtinkShine.jpg') no-repeat fixed 100%;
}
.banner_ArtonSuperExterior {
  background: url('../images/emulsion_inner_banner_ArtonSuperExterior.jpg') no-repeat fixed 100%;
}
.banner_ArtonSuperExterior {
  background: url('../images/emulsion_inner_banner_ArtonSuperExterior.jpg') no-repeat fixed 100%;
}
.banner_AartinkSuper {
  background: url('../images/emulsion_inner_banner_AartinkSuperExterior.jpg') no-repeat fixed 100%;
}
.banner_Aspro {
  background: url('../images/emulsion_inner_banner_AsproAcrylicpremium.jpg') no-repeat fixed 100%;
}
.banner_ATech {
  background: url('../images/emulsion_inner_banner_ATechAcrylic.jpg') no-repeat fixed 100%;
}
.banner_ATech {
  background: url('../images/emulsion_inner_banner_ATechAcrylic.jpg') no-repeat fixed 100%;
}

.banner_AartonAcrylicDistember {
  background: url('../images/emulsion_inner_banner_AartonAcrylicDistembe.jpg') no-repeat fixed 100%;
}

.banner_TileandRoof {
  background: url('../images/inner_banner_TileRoofCoat.jpg') no-repeat fixed 100%;
}
.banner_MetalAndWood {
  background: url('../images/inner_banners_MetalWoodCoatings.jpg') no-repeat fixed 100%;
}
.banner_AartonEpoxy  {
  background: url('../images/inner_banners_EpoxyCoatings.jpg') no-repeat fixed 100%;
}

.banner_emuilsion {
  background: url('../images/inner_banner_emausion.jpg') no-repeat fixed 100%;
}

.banner_undecoats {
  background: url('../images/inner_banner_undercoats_main.jpg') no-repeat fixed 100%;
}
@media (max-width:767px){
  .innerbanner {
    background-size:contain;
    color: aliceblue;
  margin-top: -100px!important;
  min-height: 600px;
  background-position: left ;
  }

  .banner_aquaseal{
    background: url('../images/inner_banner_aqua_seal_m.png') no-repeat fixed 100%;
    }
    .banner_AquaCare{
      background: url('../images/inner_banner_AquaCare_m.jpg') no-repeat fixed 100%;
    }
    .banner_PenetrationSealer{
      background: url('../images/inner_banner_PenetrationSealerPrimer_m.jpg') no-repeat fixed 100%;
    }
    .banner_Aartink{
      background: url('../images/inner_banner_Aartink_m.jpg') no-repeat fixed 100%;
    }
    .banner_AartonCementprimer{
      background: url('../images/inner_banner_Aarton_m.jpg') no-repeat fixed 100%;
    }
    .banner_AartonCementprimer_Interior{
      background: url('../images/inner_banner_CementprimerInterior_m.jpg') no-repeat fixed 100%;
    }
    .banner_Delux_Cement{
      background: url('../images/inner_banner_Delux_m.jpg') no-repeat fixed 100%;
    }
    .banner_ArtonWallplaster{
      background: url('../images/inner_banner_ArtonWallplaster_m.jpg') no-repeat fixed 100%;
    }
    .banner_Vintage{
      background: url('../images/emulsion_inner_banner_Vintage_m.jpg') no-repeat fixed 100%;
    }
    .banner_Luster{
      background: url('../images/emulsion_inner_banner_Luster-Silk_m.jpg') no-repeat fixed 100%;
    }
    .banner_ArtinkShine{
      background: url('../images/emulsion_inner_banner_ArtinkShine_m.jpg') no-repeat fixed 100%;
    }

    .banner_ArtonSuperExterior {
      background: url('../images/emulsion_inner_banner_ArtonSuperExterior_m.jpg') no-repeat fixed 100%;
    }
    .banner_AartinkSuper {
      background: url('../images/emulsion_inner_banner_AartinkSuperExterior_m.jpg') no-repeat fixed 100%;
    }
    .banner_Aspro {
      background: url('../images/emulsion_inner_banner_AsproAcrylicpremium_m.jpg') no-repeat fixed 100%;
    }
    .banner_ATech {
      background: url('../images/emulsion_inner_banner_ATechAcrylic_m.jpg') no-repeat fixed 100%;
    }
    .banner_AartonAcrylicDistember {
      background: url('../images/emulsion_inner_banner_AartonAcrylicDistembe_m.jpg') no-repeat fixed 100%;
    }
    .banner_TileandRoof {
      background: url('../images/inner_banner_TileRoofCoat_m.jpg') no-repeat fixed 100%;
    }
    .banner_MetalAndWood {
      background: url('../images/inner_banners_MetalWoodCoatings_m.jpg') no-repeat fixed 100%;
    }
    .banner_AartonEpoxy  {
      background: url('../images/inner_banners_EpoxyCoatings_m.jpg') no-repeat fixed 100%;
    }
	.banner_emuilsion {
  background: url('../images/inner_banner_emausion_m.jpg') no-repeat fixed 100%;
}
	.banner_undecoats {
  background: url('../images/inner_banner_undercoats_main_m.jpg') no-repeat fixed 100%;
}
}