body, html{
	margin: 0;
	padding: 0;
	background-color: #eee;
	font-family: 'Open Sans', sans-serif;

}
.pointer{
	cursor: pointer !important;
}

body::-webkit-scrollbar {
 	width: 15px;
}
 
body::-webkit-scrollbar-track {
	scrollbar-width: none;
	border: none;
}
 
body::-webkit-scrollbar-thumb {
  	background: linear-gradient(to top, skyblue, dodgerblue);
  	outline: none;
	
}

::selection{
	background-color: blue;
	color: white;
}

.navbar-rainbow{
	background-image: linear-gradient(to right, #2a2a72 0%, #009ffd 74%);
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
}

.nav-link{
	color: white;
	font-size: 14px;
	padding-left: 30px !important;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	cursor: pointer;
}

.bg-fixed{
	height: 590px;
	width: 100%;
}

.navbar-toggler{
	outline: none !important;
}

.navbar-toggler-icon{
	background-color: black;
	outline: none;
	border: none;
}

.dropdown-menu{
	background-color: #1e90ff;
}

.dropdown-item{
	background-color: #1e90ff;
	color: #fff;
	padding: 5px 12px;
}

.dropdown-divider{
	border-color: #0888dd;
}

.line{
	height: 3px;
	background-color: white;
	display: block;
	margin-top: 5px;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
	filter: invert(1);
}

.carousel-control-prev, .carousel-control-next {
    cursor: pointer;
}

.slider-heading{
	margin-top: -330px; 
	text-transform: uppercase; 
	font-size: 42px; 
	color: #2a2c74; 
	font-weight: bolder; 
	padding: 15px;
}

.slider-para{
	color: white; 
	padding: 0px 0 20px 0; 
	width: 80%; 
	margin: auto;
}

.outer-shell{
    height: 250px;
    overflow: hidden;
}

.outer-shell-product{
    height: 250px;
    overflow: hidden;
}

.zoom{
	height: 100%;
    background-size: cover;
    background-position: top;
    transition: all 0.22s ease;
}

.p1{
	background-image: url("../images/car-polish1.jpg");
}

.p2{
	height: 250px;
	background-image: url("../images/retarders.jpg");
}

.p3{
	height: 250px;
	background-image: url("../images/epoxy-thinner.jpg");
}

.p4{
	height: 250px;
	background-image: url("../images/enamel.jpg");
}

.p5{
	height: 250px;
	background-image: url("../images/pu-thinner.jpg");
}

.p6{
	height: 250px;
	background-image: url("../images/melamine.jpg");
}

.p7{
	height: 250px;
	background-image: url("../images/stoving.jpg");
}

.p8{
	height: 250px;
	background-image: url("../images/polish.jpg");
}

.p9{
	height: 250px;
	background-image: url("../images/universal.jpg");
}

.p1, .p2, .p3, .p4, .p5, .p6, .p7, .p8, .p9{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.col-md-4:hover .p1, .col-md-4:hover .p2, .col-md-4:hover .p3, .col-md-4:hover .p4, .col-md-4:hover .p5, .col-md-4:hover .p6, .col-md-4:hover .p7, .col-md-4:hover .p8, .col-md-4:hover .p9{
	background-color: dodgerblue;
	background-blend-mode: luminosity;
	transform: scale(1.03);
}

.write-us-heading{
	font-size: 30px !important; 
	font-weight: 400;
}
.write-us-para{
	font-size: 14px; 
	filter: contrast(3.35);
}

.git{
	color:white; font-size: 30px; 
	font-weight: 100;
}

.git span{
	font-weight: 500;
}

.f-12{
	font-size: 12px;
}

.f-14{
	font-size: 14px;
}

.f-15{
	font-size: 15px;
}

.f-16{
	font-size: 16px;
}

.f-bold{
	font-weight: bold;
}

.b-r-2{
	border-radius: 2;
}

.opacity-0{
	opacity: 0;
}

.last-footer-bar{
	background-image: linear-gradient(25deg, #2a2a72 0%, #009ffd 74%); 
	color: white; 
	font-size: 15px;
}

.b_pos{
	color: white; 
	transform: translateY(120px);
}


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

.white{
	color: white;
}
.white-imp{
	color: white !important;
}

f-w-100{
	font-weight: 100;
}

.m-18-0{
	margin: 18px 0;
}

f-w-500{
	font-weight: 500;
}

f-30{
	font-size: 30px;
}

.h-570{
	height: 570px;
}

.w-350{
	width: 350px;
}
a:hover{
	text-decoration: none;
	color: white
}

.a-text{
	padding: 15px 45px;
	border-radius: 30px;
	background-color: white;
	font-size: 16px;
	text-decoration: none !important;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	top: -25px;
	letter-spacing: 1px;
	box-shadow: 0 5px 5px rgba(0,0,0,.10);
	color: white;
    background-size: 300% 10%;
    transition: all .4s ease-in-out; 
	background-image: linear-gradient(to right, #003687, #12a0eb, #003687);
}

.col-md-4:hover .a-text{
	color: white !important;
	background-position: 100% 0 !important;
    transition: all .4s ease-in-out;
}

.p-text:hover{
	color: white !important;
	cursor: auto;
}

.m-tb{
	margin:0px 0;
}

.center{
	text-align: center;
}

.center h1{
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 60px !important; 
}

.center h1::after{
	background: url("../images/title-border.png") no-repeat;
	filter: saturate(3.5);
    top: 60px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 32px;
    right: 0;
    margin: auto;
}


.center h2{
	font-size: 50px;
	font-weight: 100;
}

.center h2::after{
	background: url("../images/title-border.png") no-repeat;
	filter: saturate(3.5);
    bottom: -15px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 32px;
    right: 0;
    margin: auto;
}

.btn-hover {
	padding: 10px 45px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin: 20px;
	border-radius: 30px;
    text-align:center;
    border: none;
    background-size: 300% 10%;
    transition: all .4s ease-in-out;
	background-image: linear-gradient(to right, #003687, #12a0eb, #003687);
}

.btn-hover:hover {
    background-position: 100% 0;
    transition: all .4s ease-in-out;
}

._upperSt:nth-child(1), ._upperSt:nth-child(2){
	border-width: 0 1px 1px 0;
    border-style: dashed;
    border-color: #cccccc;
}

._upperSt:nth-child(3){
	border-width: 0 0px 1px 0;
    border-style: dashed;
    border-color: #cccccc;
}

._upperSt:nth-child(4), ._upperSt:nth-child(5){
	border-width: 0 1px 0px 0;
    border-style: dashed;
    border-color: #cccccc;
}

._upperSt img{
	transition: all 0.3s ease-in-out;
}

.wc_u h4{
	margin-top: 20px;
	transition: all 0.3s ease-in-out;
}

.wc_u h4 a{
	font-size: 20px !important;
	color: #333333;
	text-decoration: none;
}

.wc_u a{
	text-decoration: none;
	color: crimson;
	transition: all 0.3s ease-in-out;
}

._upperSt:hover img{
	transform: translateY(-20px)
}

._upperSt:hover h4{
	transform: translateY(-20px)
}

.vw-s{
	transform: translateY(0px);
	transition: all 0.34s ease-in-out;
	opacity: 0 !important;	
}

._upperSt:hover .vw-s{
	opacity: 1 !important;
	transform: translateY(-20px);
}







.gallery{
	margin-top: 0px;
	background-color: #eee;
}

.gallery .col-md-3{
	padding: 0;
}

.fluid-img{
	height: 230px;
	overflow: hidden;
    background-position: center;
	background-repeat: no-repeat;
    transition: all 0.22s ease;
	margin: 0;
}

.b-1{
	background-image: linear-gradient(0deg, darkblue 20%, blue 100%);
}
.b-2{
	background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
}
.b-3{
	background-image: linear-gradient(0deg, #447c0b 0%, #3bed67 100%);
}
.b-4{
	background-image: linear-gradient(0deg, #f83600 0%, #f9d423 100%);
}
.b-5{
	background-image: linear-gradient(180deg, #7bcdfc 0%, #005bea 100%);
}
.b-6{
	background-image: linear-gradient(0deg, #dd0679 0%, #f99acd 100%);;
}
.b-7{
	background-image: linear-gradient(0deg, #ff0400 0%, #fcef9f 100%);
}
.b-8{
	background-image: linear-gradient(0deg, #D9001E 0%, #ff7777 100%);
}
.b-9{
	background-image: linear-gradient(0deg, chocolate 20%, yellow 100%);
}
.b-10{
	background-image: linear-gradient(0deg, #b2310a 0%, #ff7c85 100%);
}


.i-1{
	background-image: url("../images/products/01.png");
    background-size: contain;
	filter: saturate(2);
}
.i-2{
	background-image: url("../images/products/0002.png");
    background-size: contain;
	filter: saturate(1.5);
}
.i-3{
	background-image: url("../images/products/0003.png");
    background-size: contain;
	filter: saturate(2);
}
.i-4{
	background-image: url("../images/products/04.png");
    background-size: contain;
	filter: saturate(1.5);
}
.i-5{
	background-image: url("../images/products/0001.png");
    background-size: contain;
	filter: saturate(2.5);
}
.i-6{
	background-image: url("../images/products/06.png");
    background-size: contain;
	filter: saturate(2);
}
.i-7{
	background-image: url("../images/products/07.png");
    background-size: contain;
	filter: saturate(2);
}
.i-8{
	background-image: url("../images/products/08.png");
    background-size: contain;
	filter: saturate(1.2);
}
.i-9{
	background-image: url("../images/products/09.png");
    background-size: contain;
	filter: saturate(1.2);
}
.i-10{
	background-image: url("../images/products/10.png");
    background-size: contain;
	filter: saturate(1.2);
}



.contact-container{
	height: 500px;
	background-size: cover;
}

.contact-container h2::after{
	content: ' ';
	background-image: none;
}

input[type="text"], input[type="password"], input[type="email"], textarea, input.text {
    border-radius: 5px;
    border: 1px solid #d7dce2;
    color: #696969;
    display: inline-block;
    font-size: 13px;
    margin: 10px 0;
    background-color: #fff;
    padding: 16px 17px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Open Sans',sans-serif;
}

.c-btn{
	color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    padding: 16px 20px;
    border-radius: 5px;
    text-transform: uppercase;
	border: none;
    margin: 0px;
    background-size: 300% 10%;
    transition: all .4s ease-in-out;
	background-image: linear-gradient(to right, #003687, #12a0eb, #003687);
}


.c-btn:hover {
    background-position: 100% 0;
    transition: all .4s ease-in-out;
}





.cta{
	padding-top: 20px;
	background-color: dodgerblue;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.31);
}


.contact-side-1, .contact-side-2{
	height: 500px;
	margin-top: 80px;
	margin-bottom: 50px;
}
.get-in-touch-section{
	padding: 10px 30px;
/*	background-color: red;*/
}


.form-group{
	margin-bottom: 5px;
}



footer{	
    background-image: linear-gradient(25deg, #2a2a72 0%, #009ffd 74%);
	background-position: left;
	color: #eee !important;
}


.head-font{
	font-size: 28px !important;
	margin-bottom: 20px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}


footer ul{
	margin: 0;
}

footer li{
	list-style: none;
	margin-top: 15px;
	position: relative;
}

footer li a{
	text-decoration: none !important;
	color: #eee;
}
footer li a:hover{
	color: #ddd;
}

.mobile-view li{
	font-size: 14px !important;
}

.our-network::after{
	top: 60px !important;
}

.about-us-banner{
	height: 250px;
	background: url("../images/aboutus/08.jpg");
	background-size: cover;
	background-position: bottom center;
	filter: saturate(1)
}


@media only screen and (max-width:768px){
	.header-nav-item{
		width: 100%;
		text-align: center;
	}
	.bg-fixed{
		height: 280px;
	}
	._upperSt{
		border: none !important;
	}
	.contact-fluid{
		height: 680px
	}
	.mobile-display{
		display: none;
	}
	.mobile-view{
		margin-top: 30px
	}
	.d-1::after{
		top: 125px !important;
	} 
	.adjust-dealership{
		height: 1125px !important;
	}
	.btn-adjust{
		margin-top: 30px !important;
	}
	.banner-adjust h1{
		padding: 20px !important;
		width: 400px !important;
	}
	.contact-side-3{
		padding-left: 36px
	}
	.contact-side-2{
		margin-top: 0px;
	}
	.m-tb p{
		text-align: center;
	}
	.about-us-content{
		margin-top: 30px;
		height: 600px;
}
}
@media only screen and (min-width:768px){
	
}
