/*/ ===== navbar css starts ===== /*/

.topbar {
	background-color: #663090;
	padding-top: 6px;
	position: fixed;
	z-index: 9999;
}

.topbar .left {
	text-align: left;
}

.topbar .right {
	text-align: right;
}

.topbar li {
    list-style: none;
    display: inline-flex;
    padding-left: 10px;
}

.topbar a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.navbar {
	background-color: #fff;
	border-bottom: 5px solid #663090;
	padding-left: 18vh;
    padding-right: 18vh;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 40px;
}

.navbar .navbar-brand {
	width: 160px;
}

.navbar .navbar-brand img {
	width: 100%;
}

.navbar .nav-link {
	font-family: Graphik-Regular;
	padding-left: 20px!important;
	padding-right: 20px!important;
	color: #000;
}

.navbar .navbar-nav {
	margin-left: auto;
}

/*/ ===== navbar css ends ===== /*/



/*/ ===== slider css starts ===== /*/

#slider {
	height: 95vh;
	position: relative;
}

#slider .carousel-item img {
	height: 100vh;
	object-fit: cover;
	/* clip-path: polygon(0% 86%, 3% 89%, 6% 91%, 9% 93%, 12% 94%, 16% 94%, 20% 93%, 24% 91%, 27% 89%, 31% 88%, 35% 87%, 39% 87%, 44% 87%, 47% 88%, 50% 89%, 54% 91%, 58% 93%, 62% 94%, 66% 94%, 70% 94%, 74% 93%, 78% 92%, 81% 90%, 84% 87%, 87% 85%, 91% 85%, 96% 85%, 100% 86%, 100% 0%, 0% 0%, 0% 85%); */
}

.carousel-inner {
	z-index: -2;
}

.carousel-inner .slider-inner-content h1 {
	font-family: Graphik-Bold;
	color: #fff;
	text-transform: uppercase;
}

.carousel-inner .slider-inner-content {
	position: absolute;
	top: 60%;
	left: 10%;
	animation-duration: 3s;
    animation-fill-mode: both;
    padding: 1% 3%;
    background: rgb(0,0,0);
	background: linear-gradient(135deg, rgba(0,0,0,0.8802871490393032) 0%, rgba(0,125,255,0) 70%);
}

/*/ ===== slider css ends ===== /*/


/*/ ===== category css starts ===== /*/

.category-box-main {
	padding-bottom: 75px;
    background-image: url('../img/cat-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 9999;
    margin-top: 80px;
}

.category-box-main .category-box {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.75);
	padding: 15px;
	min-height:325px;
}

.category-box-main .category-box .cat-img {
	text-align: center;
}

.category-box-main .category-box .cat-img h4 {
	font-family: Graphik-Regular;
	font-size: 20px;
	padding-top: 10px;
    padding-bottom: 12px;
}

.category-box-main .category-box .cat-img img {
	width: 85px;
	height: 85px;
}

.category-box-main .category-box p {
	font-family: Graphik-Regular;
	font-size: 13px;
	line-height: 20px;
}

/*/ ===== category css ends ===== /*/


/*/ ===== about section css starts ===== /*/

.about-home {
	background-image: url('../img/about-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	position: relative;
	z-index: 0;
	margin-top: -20px;
}

.about-home .about-home-img {
	padding-top: 125px;
	text-align: right;
}

.about-home .about-home-img img {
	width: 90%;
	object-fit: cover;
	border-radius: 10px;
}

.about-home .about-home-content {
	background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.75);
	padding: 40px 25px 40px 25px;
    width: 88%;
    position: absolute;
    bottom: -27px;
    left: -50px;
}

.about-home .about-home-content h4  {
	font-family: Graphik-Medium;
	color: #ec2029;
	text-transform: uppercase;
}

.about-home .about-home-content h4:after {
	content: '';
	background-image: url('../img/u-dots.png');
	background-repeat: no-repeat;
	display: block;
	width: 75px;
    height: 9px;
    margin-left: 41px;
    margin-top: 5px;
}

.about-home .about-home-content h4 span {
	color: #663090;
}

.about-home .about-home-content {
	font-family: Graphik-Regular;
	font-size: 13px;
	line-height: 20px;
}

.about-home .about-home-content a {
	font-family: Graphik-Regular;
	color: #fff;
	font-size: 12px;
    background-color: #ec2029;
    border-radius: 25px;
    padding: 4px 8px 4px 8px;
	text-transform: uppercase;
	text-decoration: none;
}

.paint-floating-img {
    width: 352px;
    position: absolute;
    left: -209px;
    bottom: -219px;
    z-index: -5;
}

.paint-floating-img img {
	width: 100%;
}

/*/ ===== about section css ends ===== /*/



/*/ ===== product section css starts ===== /*/

.products-home {
	padding-top: 75px;
	padding-bottom: 75px;
	position: relative;
}

.product-head h4 {
	color: #663090;
	font-family: Graphik-Medium;
}

.product-head h4:after {
	content: '';
    background-image: url(../img/u-dots.png);
    background-repeat: no-repeat;
    display: block;
    width: 75px;
    height: 9px;
    margin-left: 71px;
    margin-top: 5px;
}

.product-head h4 span {
	color: #ec2029;
}

.product-home-display {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 10%;
}

.product-home-display img {
	width: 55%;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.75);
	margin-top: 25px;
}

.product-home-display h4 {
	font-family: Graphik-Medium;
	font-size: 16px;
}

.product-home-display p {
	font-family: Graphik-Regular;
	font-size: 14px;
	line-height: 24px;
}

.product-cat img {
	width: 75%;
}

.product-cat p{
	font-family: Graphik-Regular;
	color: #fff;
	margin-bottom: 0px;
	font-size: 13px;
}

.product-cat-one {
	background-color: #facf5a;
	text-align: center;
	padding: 15px;
	margin-bottom: 10px;
	min-height: 185px;
}

.product-cat-two {
	background-color: #fc85ae;
	text-align: center;
	padding: 7px;
	margin-bottom: 10px;
	min-height: 185px;
}

.product-cat-three {
	background-color: #574b90;
	text-align: center;
	padding: 7px;
	margin-bottom: 10px;
	min-height: 185px;
}

.product-cat-four {
	background-color: #ff5959;
	text-align: center;
	padding: 7px;
	margin-bottom: 10px;
	min-height: 185px;
}

.product-cat-five {
	background-color: #303a52;
	text-align: center;
	padding: 7px;
	margin-bottom: 10px;
	min-height: 185px;
}

.product-cat-six {
	background-color: #4592af;
	text-align: center;
	padding: 7px;
	margin-bottom: 10px;
	min-height: 185px;
}

.product-p-flt {
	position: absolute;
    top: 0;
    right: 0;
    width: 129px;
    z-index: -10;
}

.product-p-flt img {
	width: 100%;
}

.products-home .dealer-view-more a {
	font-family: Graphik-Regular;
	color: #fff;
	font-size: 12px;
    background-color: #ec2029;
    border-radius: 25px;
    padding: 4px 8px 4px 8px;
	text-transform: uppercase;
	text-decoration: none;
}





.tabs .tabsNav .tabsNavBtn {
  width: 100%;
      border: none;
    background: none;
}

.tabs .tabsNav .tabsNavBtn:focus{
	outline: none;
}

.tabs .tabsNav .tabsNavBtn:hover {
  cursor: pointer;
}
.tabs .tabsNav .tabsActive {
  display: initial;
      border: none;
    background: none;
}
.tabs .tabsNav .tabsActive:hover {
  opacity: 1;
}

.tabs .tabsContent .tabsItem {
  display: none;
}
.tabs .tabsContent .tabsActive {
  display: initial;
}




/*/ ===== product section css ends ===== /*/



/*/ ===== dealer section css starts ===== /*/

.dealer-home {
	background-image: url('../img/dealer-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	position: relative;
	padding-top: 75px;
	padding-bottom: 40px;
}

.dealer-home-head h4 {
	color: #663090;
	font-family: Graphik-Medium;
}

.dealer-home-head h4:after {
	content: '';
    background-image: url(../img/u-dots.png);
    background-repeat: no-repeat;
    display: block;
    width: 75px;
    height: 9px;
    margin-left: 67px;
    margin-top: 5px;
}

.dealer-home-head h4 span {
	color: #ec2029;
}

.dealer-home-box {
	position: relative;
	transition: 0.2s ease-in;
	padding-bottom: 40px;
}

.dealer-home-box img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.dealer-home-box .dealer-content-overlay {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	height: 300px;
	padding: 55px 10px 10px 10px;
	transition: 0.2s ease-in;
	display: none;
}

.dealer-home-box:hover .dealer-content-overlay{
	top: 0;
	display: block;
}

.dealer-home-box .dealer-content-overlay h6 {
	font-family: Graphik-Medium;
	color: #fff;
	padding-bottom: 35px
}

.dealer-home-box .dealer-content-overlay p {
	font-family: Graphik-Regular;
	color: #fff;
	font-size: 14px;
}

.dealer-view-more {
	text-align: center;
}

.dealer-home .dealer-view-more a {
	font-family: Graphik-Regular;
	color: #fff;
	font-size: 12px;
    background-color: #ec2029;
    border-radius: 25px;
    padding: 4px 8px 4px 8px;
	text-transform: uppercase;
	text-decoration: none;
}

/*/ ===== dealer section css ends ===== /*/


/*/ sister concerns section css starts ===== /*/

.sister-concerns {
	padding-top: 40px;
	padding-bottom: 40px;
}

.sister-concern-head h4 {
	color: #663090;
	font-family: Graphik-Medium;
	text-transform: uppercase;
	text-align: center;
}

.sister-concern-head h4:after {
	content: '';
    background-image: url(../img/u-dots.png);
    background-repeat: no-repeat;
    display: block;
    width: 75px;
    height: 9px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.sister-concern-head h4 span {
	color: #ec2029;
}

.sister-concern-box {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px 1px rgb(103 103 103 / 33%);
	border-radius: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 415px;
}

.sister-concern-box img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.sister-concern-box .sister-concern-content {
	padding: 10px;
}

.sister-concern-box h4 {
	font-family: Graphik-Semibold;
	text-align: center;
	font-size: 1.3rem;
	margin-top: 10px;
}

.sister-concern-box h6 {
	font-family: Graphik-Medium;
	text-align: center;
	color: #6f6f6f;
}

.sister-concern-box p {
	font-family: Graphik-Regular;
	font-size: 14px;
	line-height: 22px;
	color: #707070;
}

/*/ sister concerns section css ends ==== /*/


/*/ ===== contact form section css starts ===== /*/

.location-form-home {
	background-color: #c892c1;
	margin-top: 50px;
	margin-bottom: 50px;
} 

.contact-form-home {
	padding: 4vh 20vh 6vh 20vh;
}

.contact-form-home h3 {
	color: #fff;
	font-family: Graphik-Medium;
	font-size: 1.5rem;
	padding-bottom: 20px;
}

.contact-form-home input {
	border-radius: 0px;
	border: 1px solid #000;
	background: none;
}

.contact-form-home textarea {
	border-radius: 0px;
	border: 1px solid #000;
	background: none;
}

.contact-form-home .form-group a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	font-family: Graphik-Medium;
	border-radius: 25px;
    padding: 8px 20px;
}

.contact-form-home .form-control:focus {
	background: none;
	border: 1px solid #000;
	box-shadow: none;
}

.contact-map-home {
	height: 100%;
}

/*/ ===== contact form section css ends ===== /*/



/*/ ===== footer section css starts ===== /*/

.footer {
	background-image: url('../img/footer-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 80px;
}

.footer a {
	text-transform: none;
}

.footer .footer-logo .footer-img {
    width: 200px;
    margin-bottom: 20px;
}

.footer .footer-logo .footer-img img {
	width: 100%;
}

.footer .footer-logo p {
	font-family: Graphik-Light;
	font-size: 13px;
	padding-right: 3vw;
}

.footer .footer-qk-links h6 {
	font-family: Graphik-Regular;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer .footer-qk-links ul {
	list-style: none;
	padding-left: 0px;
}

.footer .footer-qk-links ul li {
    text-transform: uppercase;
    font-family: Graphik-Light;
	font-size: 14px;
	line-height: 28px;
}

.footer .footer-qk-links ul li a {
	text-decoration: none;
	color: #000;
}

.footer .footer-address h6 {
	font-family: Graphik-Regular;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer .footer-address p {
    font-family: Graphik-Light;
	font-size: 14px;
	line-height: 28px;
}

.footer .footer-address .fa-envelope {
	color: #ec2029;
}

.footer .footer-address .fa-phone-alt {
	color: #662f8f;
}

.footer .footer-address .fa-map-marker-alt {
	color: #ec2029;
}

.footer .footer-social-icons h6 {
	font-family: Graphik-Regular;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer .footer-social-icons ul {
	list-style: none;
	padding-left: 0px;
	display: inline-flex;
}

.footer .footer-social-icons ul li a {
	padding-right: 20px;
	color: #000;
}

.footer-copyright {
	color: #fff;
	background-color: #000;
	padding: 13px;
}

.footer-copyright p {
	font-family: Graphik-Regular;
	font-size: 13px;
	margin-bottom: 0px;
}

.footer-copyright a {
	text-decoration: none;
	color: #fff;
}

.footer-copyright .ft-left{
	text-align: left;
}

.footer-copyright .ft-right{
	text-align: right;
}

/*/ ===== footer section css ends ===== /*/



/*/ ================ inner page styles starts ================== /*/


/*/ ===== about page css starts ===== /*/

.about-page-slider img {
	width: 100%;
	object-fit: contain;
}

.about-main .about-main-head h1 {
    font-family: Graphik-Bold;
    color: #000;
    text-align: center;
    font-size: 2.8rem;
    padding-top: 8vh;
    padding-bottom: 6vh;   
}

.about-main .about-main-content {
	padding-left: 8vw;
    padding-right: 8vw;
    padding-bottom: 12vh;
}

.about-main .about-main-content p {
	text-align: center;
	font-family: Graphik-Regular;
	color: #3b3b3b;
}

.about-main .about-highlights h1 {
	font-family: Graphik-Bold;
    color: #000;
    text-align: center;
    font-size: 3rem;
    padding-bottom: 1vh; 
}

.about-main .about-highlights p {
	font-family: Graphik-Regular;
	text-align: center;
	color: #3b3b3b;
	padding-bottom: 10vh;
	font-size: 14px;
}

.about-banner-content {
	background-image: url('../img/about-btm-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed; 
	height: 70vh;
	text-align: center;
	padding: 19vh 10vw;
}

.about-page-banner {
	padding-bottom: 13vh;
}

.about-banner-content h1 {
	font-family: Graphik-SemiBold;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    padding-bottom: 5vh;
}

.about-banner-content a {
	text-align: center;
	text-decoration: none;
	border: 2px solid #fff;
	font-family: Graphik-Medium;
	border-radius: 5px;
	padding: 15px 20px;
	background: none;
	color: #fff;
}

/*/ ===== about page css ends ===== /*/


/*/ ===== dealers page css starts ===== /*/

.dealer-main .dealer-box {
	min-height: 325px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px 1px rgb(103 103 103 / 33%);
	margin-bottom: 30px;
	background-color: #fff;
}

.dealer-main .dealer-main-head h1 {
	font-family: Graphik-Bold;
    color: #000;
    text-align: center;
    font-size: 2.8rem;
    padding-top: 8vh;
    padding-bottom: 1vh; 
}

.dealer-main .dealer-main-head p {
	font-family: Graphik-Regular;
	text-align: center;
	padding-bottom: 5vh;
	color:#494949;
}

.dealer-main .dealer-box .dealer-img {
	height: 155px;
	object-fit: cover;
	width: 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.dealer-main .dealer-box .dealer-address img {
	width: 50px;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.dealer-main .dealer-box .dealer-address {
	text-align: center;
	padding: 6px;
}

.dealer-main .dealer-box .dealer-address h6 {
	font-family: Graphik-Medium;
	text-align: center;
}

.dealer-main .dealer-box .dealer-address p {
    font-family: Graphik-Regular;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    color: #494949;
}

/*/ ===== dealers page css ends ===== /*/




/*/ ===== products list page css starts ===== /*/

.product-main .product-main-head h1 {
	font-family: Graphik-Bold;
    color: #000;
    text-align: center;
    font-size: 2.8rem;
    padding-top: 8vh;
    padding-bottom: 1vh;
}

.product-main .product-main-head p {
	font-family: Graphik-Regular;
	text-align: center;
	padding-bottom: 5vh;
	color:#494949;
}

.product-main .product-main-box {
	border-radius: 15px;
	text-align: center;
	min-height: 360px;
	margin: 0vh 1.5vw;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px 1px rgb(103 103 103 / 33%);
	margin-bottom: 30px;
	transition: 0.2s ease-in;
}

.product-main .product-main-box:hover {
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 28px 11px rgb(103 103 103 / 33%);
}

.product-main a {
	text-decoration: none;
}

.product-main .product-main-box img {
	width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.product-main .product-main-box .product-name h6 {
	font-family: Graphik-Medium;
	margin-bottom: 25px;
	color: #000;
}

.product-main .product-main-box .product-name .view-more-btn {
	text-align: center;
	font-family: Graphik-Regular;
	border-radius: 50px;
	color: #663090;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #663090;
	padding: 10px 20px;
	transition: 0.2s ease-in;
}

.product-main .product-main-box .product-name .view-more-btn:hover {
	background-color: #663090;
	color: #fff;
}

/*/ ===== products list page css ends ===== /*/



/*/ ===== product detail page css starts ===== /*/

.product-detail {
	padding-top: 25vh;
}

.product-detail .product-detail-box {
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px 1px rgb(103 103 103 / 33%);
	border-radius: 15px;
	margin-bottom: 40px;
	background-color: #fff;
}

.product-detail .product-detail-img img {
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.product-detail .product-detail-content {
	padding: 6vh;
	background-color: #3e2540;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	min-height: 340px;
}

.product-detail .product-detail-content .product-detail-head h4 {
	font-family: Graphik-Medium;
	padding-bottom: 3vh;
	color: #fff;
}

.product-detail .product-detail-content .product-quantity p {
	font-family: Graphik-Medium;
	color: #848484;
}

.product-detail .product-detail-content .product-quantity .prq p {
	padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 25px;
    font-family: Graphik-Regular;
    margin-left: 15px;
    font-size: 14px;
    color: #fff;
}

.product-detail .product-detail-content .product-quantity .prq p:hover {
	background-color: #fff;
	color: #000;
}

.product-detail .product-detail-content .product-detail-description p {
	font-family: Graphik-Regular;
	font-size: 14px;
	padding-top: 4vh;
	color: #848484;
}

.product-enquiry .product-enquiry-box {
	background-image: url('../img/product-detail-enq.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 15vh 30vh;
	text-align: center;
	margin-bottom: 40px;
}

.product-enquiry .product-enquiry-box h4 {
	font-family: Graphik-Medium;
	color: #fff;
	text-align: center;
	padding-bottom: 3vh;
}

.product-enquiry .product-enquiry-box .form-group input {
	background: none;
	border: 1px solid #6d6d6d;
	border-radius: 0px;
	color: #fff;
}

.product-enquiry .product-enquiry-box .form-group textarea {
	background: none;
	border: 1px solid #6d6d6d;
	border-radius: 0px;
	color: #fff;
}

.product-enquiry .product-enquiry-box a {
	text-align: center;
	color: #000;
	text-decoration: none;
	font-family: Graphik-Medium;
	border-radius: 25px;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 25px;
}

/*/ ===== product detail page css ends ===== /*/




/*/ ===== contact page css starts ===== /*/

.contact-form-main .contact-main-box {
	border-radius: 15px;
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px 1px rgb(103 103 103 / 33%);
}

.contact-form-main .contact-main-box .contact-main-img img {
	width: 100%;
	padding-top: 6vh;
}

.contact-form-main .contact-main-box .contact-form-box {
	background-image: url('../img/product-detail-enq.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 10vh 6vh;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.contact-form-main .contact-main-box .contact-form-box h4 {
	font-family: Graphik-Medium;
	color: #fff;
	text-align: center;
	padding-bottom: 3vh;
}

.contact-form-main .contact-main-box .contact-form-box .form-group input {
	background: none;
	border: 1px solid #6d6d6d;
	border-radius: 0px;
	color: #fff;
}

.contact-form-main .contact-main-box .contact-form-box .form-group textarea {
	background: none;
	border: 1px solid #6d6d6d;
	border-radius: 0px;
	color: #fff;
}

.contact-form-main .contact-main-box .contact-form-box a {
	text-align: center;
	color: #000;
	text-decoration: none;
	font-family: Graphik-Medium;
	border-radius: 25px;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 25px;
}

.address-map-main {
	margin-bottom: 40px;
}

.address-map-main .contact-address-main img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}


.address-map-main .contact-address-main {
	background-color: #fff;
	text-align: center;
	border-radius: 15px;
	margin: 0vh 8vh;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px 1px rgb(103 103 103 / 33%);
	    padding: 7vh 3vh;
	    min-height: 325px;
}

.address-map-main .contact-address-main h6 {
	font-family: Graphik-Medium;
}

.address-map-main .contact-address-main p {
	margin-bottom: 0px;
	font-family: Graphik-Regular;
	font-size: 14px;
	line-height: 22px;
}

.address-map-main .contact-map-main {
	background-color: #fff;
	text-align: center;
	border-radius: 15px;
	margin: 0vh 8vh;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px 1px rgb(103 103 103 / 33%);
	min-height: 325px;
}

.address-map-main .contact-map-main iframe {
	border-radius: 15px;
	min-height: 325px;
}

/*/ ===== contact page css ends ===== /*/





/*/ ===== customer support page css starts ===== /*/

.customer-support .customer-support-box img {
	width: 25%;
}

.customer-support .customer-support-box {
	text-align: center;
}

.customer-support .customer-support-box h3 {
	font-family: Graphik-Semibold;
}

.customer-support .customer-support-box h1 {
	font-family: Graphik-Bold;
}

/*/ ===== customer support page css ends ===== /*/



/*/ ===== gallery page css starts ===== /*/

.gallery-box img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	margin-top: 10px;
	margin-bottom: 10px;
}

 .gallery-head h1 {
	font-family: Graphik-Bold;
    color: #000;
    text-align: center;
    font-size: 2.8rem;
    padding-top: 3vh;
    padding-bottom: 1vh; 
}

.gallery-head p {
	font-family: Graphik-Regular;
	text-align: center;
	padding-bottom: 2vh;
	color:#494949;
}

/*/ ===== gallery page css ends ===== /*/








@media only screen and (max-width: 991px) {
    .navbar {
    	padding-left: 4vh;
        padding-right: 4vh;
    }
}

@media only screen and (max-width: 320px){
	.navbar {
		top: 82px;
	}
}

@media only screen and (max-width: 450px) {
    .contact-form-home {
		padding: 4vh 5vh 6vh 5vh;
	}
	.customer-support .customer-support-box h1{
		font-size: 1.7rem;
	}
	.customer-support .customer-support-box h3 {
		font-size: 1.3rem;
	}
}

@media only screen and (max-width: 500px) {
	.about-banner-content h1 {
		font-size: 2rem;
	}
	.product-enquiry .product-enquiry-box {
		padding: 9vh 7vh;
	}
}

@media only screen and (min-width: 450px) and (max-width: 640px) {
	.carousel-inner .slider-inner-content{
		top: 55%;
	}
	.carousel-inner .slider-inner-content h1 {
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-home .about-home-content {
		width: 100%;
	}
}

@media only screen and (max-width: 449px) {
	.carousel-inner .slider-inner-content{
		top: 50%;
	}
	.carousel-inner .slider-inner-content h1 {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 767px) {
    #slider {
    	height: auto;
    	padding-top: 95px;
    }
    #slider .carousel-item img{
    	height: 100%;
    }
	.category-box-main .category-box {
		margin-top: 60px;
		margin-bottom: 10px;
	}
	.about-home {
		margin-top: 0px;
		background-image: none;
		background-color: #ececec;
	}
	.about-home .about-home-img{
		padding-top: 60px;
	}
	.about-home .about-home-img img {
		width: 100%;
		text-align: unset;
	}
	.about-home .about-home-content {
		position: absolute;
	    width: 82%;
	    left: 4vh;
	    bottom: -30vh;
	}
	/* .products-home {
		padding-top: 200px;
	} */
	.product-home-display img {
		width: 65%;
	}
	.product-home-display {
		padding-right: 0%;
	}
	.footer-copyright .ft-left {
		text-align: center;
	}
	.footer-copyright .ft-right {
		text-align: center;
	}
	.about-page-slider img {
		padding-top: 95px;
	}
	.product-detail .product-detail-img img {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	.product-detail .product-detail-content {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	.contact-form-main .contact-main-box .contact-form-box {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	.product-enquiry .product-enquiry-box {
		padding: 9vh 10vh;
	}
	.address-map-main .contact-map-main {
		margin: 0vh;
	}
	.address-map-main .contact-address-main {
		margin: 0vh;
	}
	.category-box-main {
		background-size: contain;
        margin-top: 55px;
        padding-top: 200px;
	}
	.navbar {
		top: 64px;
	}
	.topbar .left {
		text-align: center;
	}
	.topbar .right {
		text-align: center;
	}
}


@media only screen and (min-width: 768px) and (max-width: 999px){
	.contact-form-home {
		padding: 4vh 10vh 6vh 10vh;
	}
	.sister-concern-box {
		min-height: 565px;
	}
}