@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:400,600,700&display=swap');
body {
	font-family: 'Raleway', sans-serif;
}
.text-black {
	color:#000 !important;
}
/*@media (min-width: 1200px){*/
/*  .container {*/
/*    max-width: 1340px;*/
/*}  */
/*}*/

.text-white {
	color:#fff !important;
}
.text-yellow {
	color:#ffb400 !important;
}
.text-blue {
	color:#0e9cde !important;
}
.text-red {
	color:#d30000 !important;
}
.parallax {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.bgyellow {
	background:#ffb400;
}
.bg-grey {
	background:#efefef;
}
.bgwhite {
	background:#fff !important;
}
.layer-overlay {
  position: relative;
}
.layer-overlay::before {
  background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.layer-overlay.overlay-blue::before {
	background: #0e9cde;
	background: -webkit-linear-gradient(to right,#4b14d9ad, #0e9cdec2);
	background: linear-gradient(to right, #4b14d9ad, #0e9cdec2);
}
.layer-overlay.overlay-light::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-lighter::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.layer-overlay.overlay-deep::before {
  background-color: rgba(255, 255, 255, 0.9);
}
.layer-overlay.overlay-dark::before {
  background-color: rgba(17, 17, 17, 0.85);
}
.layer-overlay.overlay-dark-1::before {
  background-color: rgba(17, 17, 17, 0.1);
}
.layer-overlay.overlay-dark-2::before {
  background-color: rgba(17, 17, 17, 0.2);
}
.layer-overlay.overlay-dark-3::before {
  background-color: rgba(17, 17, 17, 0.3);
}
.layer-overlay.overlay-dark-4::before {
  background-color: rgba(17, 17, 17, 0.4);
}
.layer-overlay.overlay-dark-5::before {
  background-color: rgba(17, 17, 17, 0.5);
}
.layer-overlay.overlay-dark-6::before {
  background-color: rgba(17, 17, 17, 0.6);
}
.layer-overlay.overlay-dark-7::before {
  background-color: rgba(17, 17, 17, 0.7);
}
.layer-overlay.overlay-dark-8::before {
  background-color: rgba(17, 17, 17, 0.8);
}
.layer-overlay.overlay-dark-9::before {
  background-color: rgba(17, 17, 17, 0.9);
}
.navbar-custom {
	background:#fff;
}
.custom-nav .nav-link  {
	color: #000;
	font-weight:500;
	padding: .3rem 1rem !important;
	font-size:15px;
}
.custom-nav  .active .nav-link {
	background:#0e9cde;
	border-radius:40px;
	color:#fff !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
}
.logodefault img {
    width: 130px;
    cursor: pointer;
}
.logo-old img {
    width: 200px;
    cursor: pointer;
}
/*.logodefault {*/
/*	font-family:'Raleway',sans-serif;*/
/*	font-style:italic;*/
/*	font-weight:bolder;*/
/*	font-size: 30px;*/
/*	color:#000!important;*/
/*}*/
.site-slogan {
	color:#fff;
	font-family:'Montserrat', sans-serif;
	font-weight: 600;
	font-size:28pt;
	width:100%;
	text-align:center;
	margin:10px 0px;
	text-shadow: -1px 2px 0 #00000069;
}
.site-slogan2 {
	color:#fff;
	font-family:'Montserrat', sans-serif;
	font-weight: 600;
	font-size:14pt;
	width:100%;
	text-align:center;
	margin:10px 0px;
	text-shadow: -1px 2px 0 #0006;
}
.site-slogan3 {
	color:#000;
	font-family:'Montserrat', sans-serif;
	font-weight:600;
	font-size:20pt;
	width:100%;
	text-align:center;
	margin:10px 0px;
}
.homebanner {
	background-image: url(../images/banner.jpg);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0e9cde;
}
.fixedbtm {
    bottom: 0px;
    position: fixed;
    width: 100%;
}
.divblk {
	margin-top:-30px;
}
.boxdiv {
    height: 100%;
    padding: 7% 0px 7% 0px;
}
.form-block {
	background:#eeeeee;
	width:100%;
	float: left;
	margin: 10px 0px;
	border-radius:8px;
	/*box-shadow: -1px 2px 8px 0px rgba(0, 0, 0, 0.54);*/
	/* overflow: hidden; */
}
.form-group {
	margin-bottom: 0.5rem;
}
.form-title {
	background:#0e9cde;
	width:100%;
	padding:14px 25px 14px 25px;
}
.form-title h1 {
	color:#fff;
	font-size: 28pt;
	font-weight:800;
	margin:0px;
	text-align:center;
}
.form-title2 {
	background:#0e9cde;
	width:100%;
	padding:14px 25px 14px 25px;
}
.form-title2 h1 {
	color:#fff;
	font-size: 24pt;
	font-weight:800;
	margin:0px;
	text-align:left;
}
.form-custom {
	padding:30px 15px 15px 15px;
	width:100%;
	float:left;
	height:100%;
}
.form-custompartrequest {
	padding:15px 30px;
}
.form-custom .form-control {
	border: 1px solid #dadada;
	/*box-shadow: 0px 1px 2px #00000026;*/
	border-radius: 0;
	height: 34px!important;
	border-radius: 2px;
	font-size: 10pt;
	font-weight: 500;
}
.form-custompartrequest .form-control {
	border:1px solid #d9d9d9;
	box-shadow: 0px 1px 2px #00000026;
    border-radius: 0;
	font-size:15px;
	height:35px !important;
} 
.form-custompartrequest .form-control:focus, .form-custom .form-control:focus {
	border:1px solid #ff0000;
	box-shadow:none;
}
.btn-custom {
	background:#d90000;
	color:#fff;
	border:none;
	border-radius:0px;
	width:100%;
	padding:10px;    
	font-size: 18px;
    font-weight: 600;
	border-radius:5px;
}
.btn-custom:focus, .btn-custom:hover, .btn-custom:active {
	background:#d90000;
}
.contenttext p {
	margin:0px
}
.contenttext h2 {
	font-size:16px; 
	font-weight:600;
}
.form-banner-contact {
	background:#0e9cde;
	width:100%;
	margin:10px0px;
	text-align:center;
	border-radius:8px;
	overflow: hidden;
}
.form-banner-contact h1 {
	font-family: 'Montserrat', sans-serif;
	font-size:51pt;
	color:#fff;
	font-weight:bolder;
	margin:0px;
}
.form-banner-contact h2 {
	font-size:35pt;
	color:#fff;
	font-weight:100;
}

.productimg {
	background:#f1f1f1;
	padding:15px;
	border:1px solid #dadada

}
.productimg img {
	width:100%;
}
.arrowrequired, .arrowrequired2 {
	left: -30px;
    position: absolute;
    /* display: none; */
    z-index: 1;
    height: 44px;
    margin-top: -6px;
}
.arrowrequiredrght {
	right: -34px;
	position: absolute;
	/* display:none; */
	z-index: 1;
	height: 50px;
	margin-top: -10px;
}
.lineargradient1 {	
	background: #0e9cde;
	background: -webkit-linear-gradient(to right, #4b14d9f5, #0e9cde);
	background: linear-gradient(to right, #4b14d9f5, #0e9cde);
}
.lineargradient2 {	
	background: #0e9cde;
}
.lineargradient3 {	
	background: #0e9cde;
	background: -webkit-linear-gradient(to right, #0e9cde, #4b14d9f5);
	background: linear-gradient(to right,  #0e9cde, #4b14d9f5);
}
.div-parts-block {	
	width:100%;
	padding:15px 0;
	position: relative;
	border-radius:3px;
	overflow:hidden;
	margin-bottom:25px;
	z-index:1;	
}
.div-parts-block-content {
	z-index:2;
}
.div-parts-block h1 { 
	font-size:33pt;/*40pt*/
	font-weight:bolder;
	color:#fff;
}
.div-parts-block h2 { 
	font-size:28pt;/*38pt*/
	font-weight:bolder;
	color:#fff;
}
.div-parts-block p {
	color:#fff;
}
.partpic {
	position: absolute;
    height: 90%;
    width: 90%;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	z-index:1;
}
.div-parts-block:hover .partpic, .div-parts-block:focus .partpic {
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.partpic-drivetrain {
	background-image:url(../images/qap-driventrain.png);
    background-repeat: no-repeat;
    background-position: bottom right; 
}
.partpic-electriccar {
	background-image:url(../images/qap-electriccar.png);
    background-repeat: no-repeat;
    background-position: bottom right; 
}
.partpic-mechanicalcar {
	background-image:url(../images/qap-mechanicalcar.png);
    background-repeat: no-repeat;
    background-position: bottom right; 
}
.partpic-autobody {
	background-image:url(../images/qap-autobody.png);
    background-repeat: no-repeat;
    background-position: bottom right; 
}
.navbar-dark .navbar-toggler {
    color: #000;
    border-color: #000;
    background: #000;
}
.custom-mt-130 {
	margin-top:130px;
}
.custom-mt-150 {
	margin-top:150px;
}
.custom-mt-100 {
	margin-top:100px;
}
.custom-mt-50 {
	margin-top:50px;
}
.caption {
	text-align:left;
	font-family:'Montserrat', sans-serif;
}
.caption h1 {
	font-size:26pt;
	font-weight:bolder;
	color:#000;
}
.caption h4 {
	font-size:20pt;
	font-weight:500;
	color:#000;
}
.caption h5 {
	font-size:16pt;
	font-weight:400;
	color:#000;
	word-break: break-all;
}
.caption hr {
	border: 2px solid #fff;
}
.content {
	margin-top:15px;
}
.content p {
	font-family:'Montserrat', sans-serif;
	text-align:left;
	color:#000;
	font-weight:300;
}
.sectionppdt{
	background: #f0f0f0;
	padding:1.5rem 0rem;
}
.mdhight {
	height:auto !important;
	padding:50px 0px;
}
.popularpdt, .blogdiv {
    -webkit-transition: box-shadow .2s cubic-bezier(.15,.69,.83,.67);
    transition: box-shadow .2s cubic-bezier(.15,.69,.83,.67);
    width: auto;
    border-radius: 0;
	border:1px solid #dadada;
	background: #fff;
}
.popularpdt:hover, .blogdiv:hover {
    -webkit-transition: box-shadow .2s cubic-bezier(.15,.69,.83,.67);
    transition: box-shadow .2s cubic-bezier(.15,.69,.83,.67);
    box-shadow: 0 2px 15px 5px rgba(0,0,0,.2);
}
.popularpdt-image {
	transform:scale(0.6);
	text-align: center;
}
.blogdiv-image {
	text-align: center;
	width:100%;
	overflow:hidden;
}
.blogdiv-image img { 
	width:100%;
}
.badge {
	font-family:'Montserrat', sans-serif;
	line-height:21px!important;
}
.popularpdt-content {
	background:#eeeeee;	
	padding:15px;
}
.popularpdt-content h1 {
	font-size: 16pt;
    font-weight: bolder;	
}
.popularpdt-content p {
	color:#000;
	font-size: 14px;
}
.blogdiv-content {
	background:#eeeeee;	
	padding:15px;
}
.blogdiv-content h1 {
	font-size: 16pt;
    font-weight: bolder;	
}
.blogdiv-content p {
	color:#000;
	font-size: 14px;
}
.ourservicebanner {
	background-image:url(../images/qap-ourservicebanner.jpg);
}
.rounddiv:hover {
    color: #fff;
}
.rounddiv {
    font-size: 43px;
    line-height: 54px;
    color: #fbdd12;
    font-weight: 400;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.at {
	margin:30px 0px;
}
.at:hover .rounddiv i {
	background: #fff;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.rounddiv i {
	font-size: 46px;
    line-height: 120px;
    text-align: center;
    color: #000;
    background: #fbdd12;
    border-radius: 120px;
    width: 120px;
    margin-right: 30px;
    float: left;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.rounddivtext h1 {
	font-size: 20pt;
    font-weight: bolder;
    line-height: 43px;
    padding-top: 13px;
}
.testimonialdiv {
	padding:50px 0;
}
.testimonial-content {
	background:#fff;
	position: relative;
}
.testimonial-content:after {
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    right: auto;
    margin: 0 auto 3px -15px;
    bottom: -31px;
    border: 16px solid;
    border-color: #fff #6660 #00000000 transparent;
}
.testimonial-content p {
	text-align:justify;
	color:#000;
	padding:20px;
	font-weight:600;
}
.testimonial-speaks {
	width: auto;
    display: table;
    margin: 6px auto;
    border-radius: 50px;
    border: 5px solid #ffec16;
	padding: 8px 50px;
    top: 12px;
    position: inherit;
}
.testimonial-speaks h5 {
	color:#fff;
	text-align:center;
	font-size:18px;
}
.carousel-inner {
	height:280px;
}
.partnersdiv {
	padding:15px;
	background:#fff;
}
.item  {
    border: none;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    border-radius: 0px;
}
.item img {
	height:50px;
}
.item:hover {
    opacity: 0.7;
	box-shadow:0px 0px 6px 1px rgba(0, 0, 0, 0.3);
}
.classicvh {
	padding:100px 0px 50px 0px;
}
.classicimg img {
	width:100%;
}
.addressdiv i {
	color:#ffec16;
}
.glyph-icon:before {
	font-size:25pt !important;
}
.addressdiv h2 {
	font-size:18pt;
	color:#fff;
	margin:13px 0px;
}
.addressdiv h1 {
	font-size:22pt;
	font-weight:bold;
	color:#fff;
	margin:0px;
	line-height:54px;
}
.footerdiv {
	background:#262626;
	padding:30px 0px 100px 0px;
}
.infooter{
	
}
.infooter h4{
	color:#fff;
	font-size:16pt;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #393939;
}
.infooter ul{
	margin:0px 0px 30px 15px;
	padding:0px;
}
.infooter ul li{
	list-style-image: url(../images/point.png);
	padding: 3px 0px 3px 0px; 
}
.infooter ul li a{
	color:#fff;
	font-size:12pt;
	line-height: 25px;
}
.infooter ul li a:hover { 
	text-decoration:none;
	color:#fff;
}
.footercopyrightdiv {
	background:#eeeeee;
	margin-top:25px;
}
.copyrighttext{
	padding:15px 0px;
}
.mtn {
	padding:15px 0px;
	float:right
}
.mtn a {
	color:#000;
	font-size:11pt;
	text-decoration:none;
}
.copyrighttext p{
	color:#000;
	float:left;
	font-size:11pt;
	margin:0px;
}
.navbar-toggler {
	padding: 1px 5px !important;
    background: #565656 !important;
    border-color: #565656 !important; 
}
.invisiblex {
	height:70px;
}
.pagebanner {
	background-image:url(../images/qap-pagebanner.jpg);
}
.amcbanner {
	background-image:url(../images/qap-amc.jpg);
}
.cstbanner2, .cstbanner {
	background-size: cover;
    background-position: top center;
}
.pagebannerh1 h1 {
	font-size:18pt;
	color:#fff;
	text-transform:uppercase;
	font-weight:bolder;
	margin:0px;
	padding:25px 0px;
}
.pagebannerh1in h1 {
	font-size:21pt;
	color:#0e9cde;
	text-transform:uppercase;
	font-weight:bolder;
	margin:0px;
	padding:25px 0px;
	text-shadow:0 0 2px #000;
}
.positionbottom h1{
	position:absolute;
	bottom:50px;
}
.fnt-big {
	font-size:23pt;
}
.pagebannerh1 h1 span{
	color:#0e9cde;
	font-size:16pt;
}
.qap-abtbanner img {
	width:100%;
}
.abtcontent {
	margin:60px 0px;
}
.makecontent p, .abtcontent p {
	font-size:11pt;
	text-align:justify;
	line-height:30px;
}
.abtcontent p span {
	font-size:16pt;
	font-family:'Montserrat', sans-serif;
	color:#007bff;
}
.qap-abtbanner {
	margin:60px 0px;
}
.bggrey {
	background:#ededed;
	padding:50px 0px; 
}
.subtitle {
	font-weight:bolder;
	font-size:14pt;
	color:#000;
}
.reelative {
	position:relative;
	margin-bottom:25px;
}
.subtitle:before {
	content: ' ';
    width: 40px;
    height: 3px;
    background: #007bff;
    position: absolute;
    left: 0;
    right: 0px;
    top: 32px;
    bottom: 0;
}
.abtliststyle {
	
}
.abtliststyle ul{
	margin:0px 0px 0px 15px;
	padding:0px;
}
.abtliststyle ul li{
	list-style-image: url(../images/pointblue.png);
	padding: 3px 0px 3px 0px; 
	color:#000;
	font-weight:600;
	font-size:12pt;
	line-height: 35px;
}

.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #000;
  -webkit-box-shadow: 0 15px 10px #000;
  -moz-box-shadow: 0 15px 10px #000;
  box-shadow: 0 15px 10px #000;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.contactdivft {
	padding:25px 0px;
}
.ctnumb h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 30pt;
    color: #fff;
    font-weight: bolder;
}
.ctnumb h1 { 
	font-size: 25pt;
    color: #fff;
    font-weight: 100;
}
.make-listpart {
	
}
.make-listpart ul{
	margin:0px 0px 0px 15px;
	padding:0px;
}
.make-listpart ul li{
	list-style-image: url(../images/pointblue.png);
	padding: 0px 0px 0px 0px;
    color: #000;
    font-weight: 600;
    font-size: 10pt;
    line-height: 30px;
    width: 25%;
    float: left;
}
.make-listpart ul li a, .make-listpart ul li a:hover{
	text-decoration:none;
	color:#007bff;
}
.contdivtxt p {
	text-align:center;
	font-size:14pt;
	font-weight:600;
	line-height: 30px;
}
.fa-custhead {
	padding:5px 10px 5px 0px;
}
.listdivpart ul, .listdiv ul{
	margin:0px;
	padding:0px;
}
.divlistblog ul li, .listdivpart ul li, .listdiv ul li{
	margin:0px 15px 0px 0px;
	padding:0px;
	list-style-type:none;
	font-size:11pt;	
	padding:7px 0px;
	font-weight:600;
	float:left;
	border-bottom:1px solid #d0d0d0;
}
.divlistblog ul li a, .listdivpart ul li a, .listdiv ul li a{
	text-decoration:none;
	color:#000;
	padding:0px;
	float:left;
	cursor:pointer;
	width: 100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.listdivpart ul li {
	width:23%;	
} 
.listdiv ul li{
	width:15%;
}
.divlistblog ul {
	margin:0px;
	padding:0px 0px 0px 15px;
}
.divlistblog ul li {
	width:48%;
	border-bottom:1px solid transparent;
	list-style-image: url(../images/pointblue.png);
}
.divlistblog ul li a {
	padding:0px;
}
.white-pd50 {
	padding:50px 0px;
}
.col-form-label {
	font-size: 10pt;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding-right: 0;
	white-space:nowrap;
}
.form-group div.col-10 {
	 float:right;
}
.col-form-label span {
    position: absolute;
    top: 0;
    font-size: 17px;
    padding-left: 3px;
}
.pointdiv {
	color:#fff;
	font-size:25pt;
	height:auto;
	float:left;
	font-family:'Montserrat', sans-serif;
	margin:15px 0px;
}
.pointdiv span {
	color: #000;
	font-size: 12pt;
	font-weight: 500;
	height:auto;
	float:left;
	font-family:'Montserrat', sans-serif;
	margin: 5px 0px;
	width: 75%;
}
.round {
	background:#fff;
	width: 42px;
	height: auto;
	border-radius:100%;
	text-align: center;
	line-height: 54px;
	margin-right: 13px;
}
.round .fab, .round .fas {
	color: #0e9cde;
}
.selectedwrap {
    position: relative;
}
select {
    box-shadow: inset 0 0 0 transparent !important;
    background: url(../images/arrow_down.png) center right 8px no-repeat #fff !important;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
}
.stlnumbnav {
	/*border:1px solid #d30000;*/
	color: #0e9cde;
    padding: 6px 15px;
    margin: 5px 0px;
    text-align: center;
}
.stlnumbnav:hover {
	color:#0e9cde;
	text-decoration:none;
}
.fa-xx {
	color:#0e9cde;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
}
.calmbl span {
	font-family:'Montserrat', sans-serif;
}
.calmbl {
	cursor:pointer;
	color: #000;
	font-size: 12pt;
	font-weight: 600;
	/* border: 1px solid #d30000; */
	padding: 3px 6px;
	margin: 0 auto 5px auto;
	text-decoration: none!important;
}
.calmbl span {
	color:#0e9cde;
}
.calmbl:hover {
	color:unset;
}
.faxx {
    font-size: 25pt;
    padding: 10px 0px;
    margin-right: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
}
.ftnml {
	font-family: 'Raleway', sans-serif;
	font-size: 13pt;
	font-weight: 600;
	color:#000;
}
.stlnumb {
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	font-size: 20pt;
	margin:0px;
}
.imagespdt {
	width:100%
}
.imagespdt img {
	width:100%;
}
.bgtransprent {
	background:transparent;
}
.dsk {
	display: block;
}
.mbl {
	display: none;
}
.cursor {
	cursor:pointer;
}
@media (max-width: 1024px) and (min-width: 992px) {
	.homebanner, .parallax {
		background-position: unset;
		padding:0px 0px 15px 0
	}
	.pointdiv {
		width:100%;
	}
	.pointdiv span {
		font-size: 20px;
		padding-top: 2px;
	}
	.sdtd > div {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.homebanner, .parallax {
		background-position: unset;
		padding:0px 0px 15px 0
	}
	.py {
		margin-bottom:35px;
	}
	.footercopyrightdiv {
		bottom: 0;
		position: fixed;
		width: 100%;
	}
	.dsk {
		display: block;
	}
	.mbl {
		display: none;
	}
	.round {
		width:50px;
		height:50px;
		font-size: 17pt;
		line-height: 50px;
	}
	.pointdiv  {
		margin:5px 0px;
		width: 100%;
	}
	.pointdiv span {
		margin: 0;
		font-size: 12pt;
		line-height: 17pt;
		padding-top: 15px;
	}
	.invisiblex {
		height:50px;
	}
	.cstbanner2 {
		height:250px;
		width:100%;
		z-index:1;
	}
	.cstbanner {
		background: #fff;
	}
	.cstbanner:before {
		background: #fff;
		opacity: 1;
		background-color: rgb(255, 255, 255)!important;
	}
	.divlistblog ul li {
		width:47%;	
	}
	.listdivpart ul li {
		width:47%;	
	} 
	.listdiv ul li{
		width:47%;
	}
	.form-block , .form-banner-contact {
		margin:10px 0px;
		/*box-shadow:-1px 3px 6px #0003*/
	}
	.logodefault img {
		width:100%;
	}
	.divblk {
		max-width:100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.homebanner, .parallax {
		height:100%;
		padding:15px 0;
	}
	.coldivbk, .pdtdiv {
		max-width: 50%;
		flex:50%;
		-ms-flex: 0 0 50%;
	}
	.continer {
		max-width:100%;
	}
	.navbar-brand {
		width:auto;
	}
	.ourservicebanner .col-3 {
		max-width:100%;
	}
	.rounddiv i {
		font-size:40px;
		line-height: 100px;
		width:100px;
	}
	.caption h1 {
		font-size:25pt;
	}
	.caption h4 {
		font-size:18pt;
	}
	.caption h5 {
		font-size:16pt;
	}
	.rounddivtext h1 {
		font-size: 18pt;
		line-height: 34px;
		padding-top: 0;
	}
	.at {
		margin: 16px 0px;
	}
	.carousel-inner {
		height:110%;
	}
	.glyph-icon:before {
		font-size:48pt !important;
		margin-left:0px !important;
	}
	.addressdiv h2 {
		font-size:16pt;
		margin:4px 0px;
	}
	.addressdiv h1 {
		font-size:18pt;
		line-height:35px;
	}
	.classicimg {
		
	}
	.ftcontactdivbk {
		
	}
	.ourservicebanner div.col-3 {
		max-width: 39%;
	}
	.ourservicebanner div.col-8 {
			max-width: 60%;
	}
	.classicvh {
		padding: 40px 0px 40px 0px;
	}
	.form-title h1 {
		font-size:25px;
	}
	.form-banner-contact h1 {
		font-size:35px;
	}
	.form-banner-contact h2 {
		font-size:25px;
	}
	.arrowrequired,.arrowrequired2 {
		left: -30px;
	}
	.arrowrequiredrght {
		right:-34px
	}	
	.partpic {
		position: absolute;
		width: 50%;
		height: 50%;
		background-size: contain;
		right: 0;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
	}
	.div-parts-block:hover .partpic, .div-parts-block:focus .partpic {
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}	
	.div-parts-block h1 { 
		font-size:20pt;
	}
	.div-parts-block h2 { 
		font-size:18pt;
	}
	.div-parts-block-content p {
		font-size:14px;
	}
	.custom-mt-130 {
		margin-top:calc(130px -	100px);
	}
	.custom-mt-150 {
		margin-top:calc(150px -	100px);
	}
	.custom-mt-100 {
		margin-top:calc(100px -	50px);
	}
	.caption h1 {
		font-size:26pt;
	}
	.caption h4 {
		font-size:20pt;
	}
	.caption h5 {
		font-size:20pt;
	}
	.content {
		margin-top:25px;
	}
	.logodefault {
		font-size: 20px;
	}
	.stlnumb {
		font-size:22px;
	}
	.stlnumbnav {
		line-height:25px;
		font-size:20px
	}
	.m-d-0 {
		margin-top:0px;
	}
	.site-slogan  {
		font-size:28pt;
		margin:5px 0px;
	}
	.stlnumbnav {
   	    font-size: 22px;
   		padding: 10px 20px 10px 20px;
	}
	.stlnumb {
		font-size: 24px;
	}
	.ftnml {
		font-size:11pt;
	}
	.faxx {
		font-size: 32pt;
	}
	
}
@media (max-width: 767px) and (min-width: 481px) {
	.dsk {
		display: none;
	}
	.mbl {
		display: block;
	}
	.navbar-brand {
		width: auto;
		margin: 0 auto;
	}
	.round {
		width:30px;
		height:50px;
		font-size: 17pt;
		line-height: 50px;
	}
	.pointdiv  {
		margin:5px 0px;
		width: 100%;
	}
	.pointdiv span {
		margin: 0;
		font-size: 11.5pt;
		line-height: initial;
		padding-top: 15px;
		float: left;
		width:80%;
	}
	.col-form-label span {
		right:unset;
	}
	.invisiblex {
		height:50px;
	}
	.cstbanner2 {
		height:200px;
		width:100%;
		z-index:1;
	}
	.cstbanner {
		background: #fff;
	}
	.cstbanner:before {
		background: #fff;
		opacity: 1;
		background-color: rgb(255, 255, 255)!important;
	}
	.divlistblog ul li {
		width:100%;	
	}
	.listdivpart ul li {
		width:100%;	
	} 
	.listdiv ul li{
		width:100%;
	}
	.ctnumb {
		text-align:left;
	}
	.qap-abtbanner {
		margin:0px;
	}
	.form-block , .form-banner-contact {
		margin:10px 0px;
		/*box-shadow:-1px 3px 6px #0003*/
	}
	.logodefault img {
		width:100%;
	}
	.homebanner, .parallax {
		height:100%;
		padding: 0px 0 15px 0;
		background-position: unset;
	}
	.coldivbk, .pdtdiv {
		width:50%;
		flex:50%;
		-ms-flex: 0 0 50%;
	}
	.continer {
		max-width:100%;
	}
	.navbar-brand {
		width:auto;
	}
	.ourservicebanner .col-3 {
		max-width:100%;
	}
	.rounddiv i {
		font-size:40px;
		line-height: 100px;
		width:100px;
	}
	.caption h1 {
		font-size:26pt;
	}
	.caption h4 {
		font-size:18pt;
	}
	.caption h5 {
		font-size:16pt;
	}
	.rounddivtext h1 {
		font-size: 20pt;
		line-height: 34px;
		padding-top: 0;
	}
	.at {
		margin: 16px 0px;
	}
	.carousel-inner {
		height:110%;
	}
	.glyph-icon:before {
		font-size:48pt !important;
		margin-left:0px !important;
	}
	.addressdiv h2 {
		font-size:16pt;
		margin:4px 0px;
	}
	.addressdiv h1 {
		font-size:18pt;
		line-height:35px;
	}
	.classicimg {
		display:none;
	}
	.ftcontactdivbk {
		
	}
	.ourservicebanner div.col-3 {
		max-width: 23%;
	}
	.ourservicebanner div.col-8 {
			max-width: 75%;
	}
	.classicvh {
		padding: 40px 0px 40px 0px;
	}
	.form-title h1 {
		font-size:25px;
	}
	.form-banner-contact h1 {
		font-size:35px;
	}
	.form-banner-contact h2 {
		font-size:25px;
	}
	.arrowrequired, .arrowrequired2 {
		left: -30px;
	}	
	.partpic {
		position: absolute;
		width: 50%;
		height: 50%;
		background-size: contain;
		right: 0;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
	}
	.div-parts-block:hover .partpic, .div-parts-block:focus .partpic {
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}	
	.div-parts-block h1 { 
		font-size:20pt;
	}
	.div-parts-block h2 { 
		font-size:18pt;
	}
	.div-parts-block-content p {
		font-size:14px;
	}
	.custom-mt-130 {
		margin-top:calc(130px -	100px);
	}
	.custom-mt-150 {
		margin-top:calc(150px -	100px);
	}
	.custom-mt-100 {
		margin-top:calc(100px -	50px);
	}
	.caption h1 {
		font-size:26pt;
	}
	.caption h4 {
		font-size:20pt;
	}
	.caption h5 {
		font-size:20pt;
	}
	.content {
		margin-top:25px;
	}
	
	.custom-nav .nav-link:hover {
		background: #0e9cde;
		color: #fff !important;
	}
	.custom-nav .nav-link { 
		font-size:16pt;
		padding:15px 15px !important;
		border:1px solid #dadada;
	}
	.custom-nav .active .nav-link {
		border-radius:0px;
	}
	.logodefault {
		font-size: 20px;
	}
	.m-d-0 {
		margin-top:0px;
	}
	.site-slogan  {
		font-size:18pt;
		margin:5px 0px;
	}
	.stlnumbnav {
   	    font-size: 32pt;
   	    padding: 13px 0px 10px 20px;
   	    line-height: 46px;
 }
	.stlnumb {
		font-size: 34pt;
	}
	
	
	.productimg img {
		height:160px;
		width:auto;
	}
}
@media (max-width: 480px) and (min-width: 321px) {
	.dsk {
		display: none;
	}
	.mbl {
		display: block;
	}
	.round {
		width:50px;
		height:50px;
		font-size: 17pt;
		line-height: 50px;
	}
	.pointdiv  {
		margin: 12px 0 0 0px;
	}
	.pointdiv span {
		margin: 0;
		font-size: 11pt;
		line-height: 18pt;
		font-weight: 500;
		width: 72%;
	}
	.col-form-label span {
		right:unset;
	}
	.invisiblex {
		height:50px;
	}
	.cstbanner2 {
		height:160px;
		width:100%;
		z-index:1;
	}
	.cstbanner {
		background: #fff;
	}
	.cstbanner:before {
		background: #fff;
		opacity: 1;
		background-color: rgb(255, 255, 255)!important;
	}
	.divlistblog ul li {
		width:100%;	
	}
	.listdivpart ul li {
		width:100%;	
	} 
	.listdiv ul li{
		width:100%;
	}
	.make-listpart ul li{ 
		width:100%;
	}
	.ctnumb {
		text-align:center;
	}
	.qap-abtbanner {
		margin:0px;
	}
	.form-block , .form-banner-contact {
		margin:10px 0px;
		/*box-shadow:-1px 3px 6px #0003*/
	}
	.custom-nav .nav-link:hover {
		background: #0e9cde;
		color: #fff !important;
	}
	.custom-nav .nav-link { 
		font-size:16pt;
		padding:15px 15px !important;
		border:1px solid #dadada;
	}
	.custom-nav .active .nav-link {
		border-radius:0px;
	}
.logodefault img {
		width:100px;
	}
	.homebanner, .parallax {
		height:100%;
		padding: 0px 0 15px 0;
		background-position: inherit;
	}
	.col-7 {
		max-width: 100%;
	}
	.navbar-brand {
		width:auto;
		margin: 0 auto;
	}
	.rounddiv i {
		font-size: 36px;
		line-height: 80px;
		width:80px;
	}
	.caption h1 {
		font-size:22pt;
	}
	.caption h4 {
		font-size:16pt;
	}
	.caption h5 {
		font-size:14pt;
	}
	.rounddivtext h1 {
		font-size: 12pt;
		line-height: 26px;
		padding-top: 0;
	}
	.at {
		margin: 16px 0px;
	}
	.carousel-inner {
		height:110%;
	}
	.glyph-icon:before {
		font-size:48pt !important;
		margin-left:0px !important;
	}
	.addressdiv h2 {
		font-size:14pt;
		margin:4px 0px;
	}
	.addressdiv h1 {
		font-size:16pt;
		line-height:35px;
	}
	.classicimg {
		display:none;
	}
	.ftcontactdivbk {
		
	}
	.classicvh {
		padding: 40px 0px 40px 0px;
	}
	.col-form-label {
		 font-size: 12px;
		 max-width: 23%;
		 flex: 0 0 23%;
	}
	.form-group div.col-10 {
         max-width: 75%;
		 flex: 0 0 75%;
		 float:right;
	}
	.ourservicebanner div.col-3 {
		max-width: 38%;
	}
	.ourservicebanner div.col-8 {
			max-width: 61%;
	}
	.form-title h1 {
		font-size:25px;
	}
	.form-banner-contact h1 {
		font-size:35px;
	}
	.form-banner-contact h2 {
		font-size:25px;
	}
	.arrowrequired, .arrowrequired2 {
		left: -30px;
	}	
	.partpic {
		position: absolute;
		width: 50%;
		height: 50%;
		background-size: contain;
		right: 0;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
	}
	.div-parts-block:hover .partpic, .div-parts-block:focus .partpic {
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}	
	.div-parts-block h1 { 
		font-size:20pt;
	}
	.div-parts-block h2 { 
		font-size:18pt;
	}
	.custom-mt-130 {
		margin-top:calc(130px -	100px);
	}
	.custom-mt-150 {
		margin-top:calc(150px -	100px);
	}
	.custom-mt-100 {
		margin-top:calc(100px -	50px);
	}
	.content {
		margin-top:25px;
	}
	.logodefault {
		font-size: 15px;
	}
	.m-d-0 {
		margin-top:0px;
	}
	.site-slogan  {
		font-size:14pt;
		margin:5px 0px;
		font-weight: 600;
	}		
	.site-slogan2  {
		font-size:10pt;
		margin:5px 0px;
		font-weight: 600;
	}		
	.site-slogan3  {
		font-size: 13pt;
		margin:5px 0px;
		font-weight: 600;
	}	
	.stlnumbnav {
   	    font-size: 27px;
   	    padding: 13px 0px 10px 20px;
     }
	.stlnumb {
		font-size: 29px;
	}
	.form-custom .form-control {
		height: 32px!important;
		font-size: 10pt;
		font-weight: 500;
	}
	.copyrighttext {
		width:100%;
		float:none;
		margin:0px auto;
	}
	.copyrighttext p {
		width:100%;
		float:none;
		text-align:center;
	}
	.mtn {
		text-align:center;
		width:100%;
		float:none;
	}
	
	
	.productimg img {
		height:160px;
		width:auto;
	}
}
@media (max-width: 320px) and (min-width: 280px) {
	.dsk {
		display: none;
	}
	.mbl {
		display: block;
	}
	.form-custom .form-control {
		font-size:11pt;
		    height: 30px!important;
	}
	.copyrighttext {
		width:100%;
		float:none;
		margin:0px auto;
	}
	.copyrighttext p {
		width:100%;
		float:none;
		text-align:center;
	}
	.mtn {
		text-align:center;
		width:100%;
		float:none;
	}
	.round {
		width:30px;
		height:50px;
		font-size: 17pt;
		line-height: 50px;
	}
	.pointdiv  {
		margin:5px 0px;
		width:100%;
	}
	.pointdiv span {
		margin: 0;
		font-size: 11pt;
		line-height: initial;
		width: 80%;  
		padding-top: 13px;
	}
	.site-slogan  {
		font-size: 12pt;
		margin:5px 0px;
		font-weight:600
	}
	.site-slogan2  {
		font-size: 10pt;
		margin:5px 0px;
		font-weight:600
	}
	.col-form-label span {
		right:unset;
	}
	.invisiblex {
		height:50px;
	}
	.cstbanner2 {
		height:160px;
		width:100%;
		z-index:1;
	}
	.cstbanner {
		background: #fff;
	}
	.cstbanner:before {
		background: #fff;
		opacity: 1;
		background-color: rgb(255, 255, 255)!important;
	}
	.divlistblog ul li {
		width:100%;	
	}
	.listdivpart ul li {
		width:100%;	
	} 
	.listdiv ul li{
		width:100%;
	}
	.make-listpart ul li{ 
		width:100%;
	}
	.form-block , .form-banner-contact {
		margin:10px 0px;		
		/*box-shadow:-1px 3px 6px #0003*/
	}
	.custom-nav .nav-link:hover {
		background: #0e9cde;
		color: #fff !important;
	}
	.custom-nav .nav-link { 
		font-size:15pt;
		padding:13px 15px !important;
		border:1px solid #dadada;
	}
	.custom-nav .active .nav-link {
		border-radius:0px;
	}
	.logodefault img {
		width:100%;
	}
	.homebanner, .parallax {
		height:100%;   
		padding: 0px 0px 15px 0;
		background-position: unset;
	}
	.col-7 {
		max-width: 100%;
	}
	.navbar-brand {
		width:auto;
	}
	.rounddiv i {
		font-size: 36px;
		line-height: 80px;
		width:80px;
	}
	.caption h1 {
		font-size:22pt;
	}
	.caption h4 {
		font-size:18pt;
	}
	.caption h5 {
		font-size:16pt;
	}
	.rounddivtext h1 {
		font-size: 15pt;
		line-height: 34px;
		padding-top: 0;
	}
	.at {
		margin: 16px 0px;
	}
	.carousel-inner {
		height:110%;
	}
	.glyph-icon:before {
		font-size:48pt !important;
		margin-left:0px !important;
	}
	.addressdiv h2 {
		font-size:14pt;
		margin:4px 0px;
	}
	.addressdiv h1 {
		font-size:16pt;
		line-height:35px;
	}
	.classicimg {
		display:none;
	}
	.ftcontactdivbk {
	}
	.classicvh {
		padding: 40px 0px 40px 0px;
	}
	.navbar-brand {
		width:auto;
	}
	.col-form-label {
		 font-size: 12px;
		 max-width: 23%;
		 flex: 0 0 23%;
	}
	.form-group div.col-10 {
         max-width: 75%;
		 flex: 0 0 75%;
		 float:right;
	}
	.form-title h1 {
		font-size:25px;
	}
	.form-banner-contact h1 {
		font-size:35px;
	}
	.form-banner-contact h2 {
		font-size:25px;
	}
	.arrowrequired, .arrowrequired2 {
		left: -34px;
	}	
	.partpic {
		position: absolute;
		width: 50%;
		height: 50%;
		background-size: contain;
		right: 0;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
	}
	.div-parts-block:hover .partpic, .div-parts-block:focus .partpic {
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}	
	.div-parts-block h1 { 
		font-size:20pt;
	}
	.div-parts-block h2 { 
		font-size:18pt;
	}
	.custom-mt-130 {
		margin-top:calc(130px -	100px);
	}
	.custom-mt-150 {
		margin-top:calc(150px -	100px);
	}
	.custom-mt-100 {
		margin-top:calc(100px -	50px);
	}
	.caption h1 {
		font-size:30pt;
	}
	.caption h4 {
		font-size:25pt;
	}
	.caption h5 {
		font-size:20pt;
	}
	.content {
		margin-top:25px;
	}
	.logodefault {
		font-size: 13px;
	}
	.m-d-0 {
		margin-top:0px;
	}	
	.stlnumbnav {
   	    font-size: 22px;
   		padding: 13px 0px 10px 20px;
	}
	.stlnumb {
		font-size: 24px;
	}
	.site-slogan3 {
		font-size: 12pt;
	}
	
	.productimg img {
		height:160px;
		width:auto;
	}
	
}
@media only screen and (max-width: 700px) and (min-width: 300px) {
 .logo-old img {
   width: 180px;
}   
.logo-old {
    display: inline-flex;
    right: 0;
    position: absolute;
}
.inline-align-logo{
    align-items: center;
    display: flex;
}

}
   