body {
	font-family: 'Raleway', sans-serif !important;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/*#pmsg{width:100%;background:#ff9f9f;z-index:1;padding:5px 5px; margin-bottom:15px;color:#a20000;font-size:12px;border:1px solid #cc4848;display:none;border-radius:2px;font-family:'Montserrat', sans-serif;font-weight:500;}*/
#pmsg{position: absolute;background: #ffffff;z-index:1;padding: 5px 15px 5px 5px;margin:6px 0px 0px 0px;color: #505050;font-size: 11px;line-height: 15px;border: 1px solid #cccccc;border-radius: 4px;font-family:Montserrat, sans-serif;font-weight:500;width: 124px;right: -130px;top: -93px;box-shadow:0px 1px 4px 0px #0000006e;}
#pmsg span {background:#dadada;border-radius:50%;width: 15px;float:left;line-height: 15px;height: 15px;padding: 0px 0 0px 0;text-align:center;position:absolute;font-weight:bold;right: 2px;top: 2px;font-size: 10px;cursor: pointer;}

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;
}
.text-black {
	color:#000 !important;
}
.text-white {
	color:#fff !important;
}
.text-blue {
	color:#007bff !important;
}
.text-red {
	color:#d90000 !important;
}
.parallax {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.bgblue {
	background:#000000;
}
.bg-grey {
	background:#ededed;
}
.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, #000000ad, #21272ac2);
}
.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-0::before {
  background-color: rgba(255, 255, 255, 0);
}
.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: rgb(22 17 17 / 76%)
}
.layer-overlay.overlay-dark-9::before {
  background-color: rgba(17, 17, 17, 0.9);
}
.navbar-custom {
	background:#fff;
	box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.18);
}
.custom-nav .nav-link  {
	color: #000;
	font-weight:500;
	padding: .3rem 1rem !important;
	font-size:15px;
}
.custom-nav  .active .nav-link {
	background:#000000;
	border-radius:0px;
	color:#fff !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
	cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
}
.homewelcomebanner {
	background-image:url(../images/qap-homewelcome.jpg);
}
.homebanner {
	background-image:url(../images/qap-homebanner.jpg);
	width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.overflow-none {
	overflow:unset!important;
}
.bt-radius {
	border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
}
.bb-radius {
	border-bottom-left-radius: 20px!important;
    border-bottom-right-radius: 20px!important;
}
.arrowpt {
	left:-13px!important;
	top: -9px;
}
.arrowptright {
	right:-10px!important;
	left: unset!important;
	top: -6px;
}
.form-block {
	background:#fff;
	width:100%;
	margin:10px 0px;
	border-radius:8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: -1px 1px 12px 2px #0000002e;
}
.form-title {
	background:#000000;
	width:100%;
	padding:14px 25px 14px 25px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.form-title h1 {
	color:#fff;
	font-size: 28pt;
	font-weight:800;
	margin:0px;
	text-align:center;
}
.form-titleh1 {
	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:15px;
}
.form-custompartrequest {
	padding:/*15px 30px*/15px 0px;
}
.form-custom .form-control {
	border:3px solid #d9d9d9;
	box-shadow: 0px 1px 2px #00000026;
    border-radius: 0;
	height:44px !important;
}
.form-custompartrequest .form-control {
	border:3px solid #d9d9d9;
	box-shadow: 0px 1px 2px #00000026;
    border-radius: 0;
	font-size:15px;
	padding:.3rem .75rem;
	height:35px !important;
} 
.form-custompartrequest .form-control:focus, .form-custom .form-control:focus {
	border:3px solid #d90000;
}
.btn-custom {
	background:#ffffff;
	color:#000000;
	box-shadow: 0px 1px 2px #bbbbbb;
	border:none;
	border-radius:0px;
	width:100%;
	padding:10px;    
	font-size: 18px;
    font-weight: 600;
}
.btn-custom:focus, .btn-custom:hover, .btn-custom:active {
	background:#ffec16;
	color:#000;
}
.form-banner-contact {
	background:#ffffff;
	width:100%;
	margin:10px 0px;
	text-align:center;
	border-radius:8px;
	overflow: hidden;
}
.form-banner-contact h2 {
	font-family: 'Montserrat', sans-serif;
	font-size:51pt;
	color:#fff;
	font-weight:bolder;
	margin:0px;
}
.form-banner-contact h3 {
	font-size:35pt;
	color:#000000;
	font-weight:100;
}
.arrowrequired {
	left:2px;
    position: absolute;
	display:none;
	z-index: 1;
	width:35px;
}
.lineargradient1 {	
	background: #0e9cde;
	background: -webkit-linear-gradient(to right, #4b14d9f5, #0e9cde);
	background: linear-gradient(to right, #7cad55f5, #297091);
}
.lineargradient2 {	
	background: #268573;
}
.lineargradient3 {	
	background: #0e9cde;
	background: -webkit-linear-gradient(to right, #0e9cde, #4b14d9f5);
	background: linear-gradient(to right, #0fef64, #2e7a91f5);
}
.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-blockh1 { 
	font-size:33pt;/*40pt*/
	font-weight:bolder;
	color:#fff;
}
.div-parts-block h2 { 
	font-size:28pt;/*38pt*/
	font-weight:bolder;
	color:#fff;
}
.div-parts-blockh2 { 
	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:0;/*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:center;
}
/*.caption h1 {
	font-size:40pt;
	font-weight:bolder;
	color:#fff;
}
.caption h2 {
	font-size:18pt;
	font-weight:bold;
	color:#fff;
}
.caption h4 {
	font-size:20pt;
	font-weight:bold;
	color:#fff;
}
.caption h5 {
	font-size:17pt;
	font-weight:400;
	color:#fff;
}*/
.captionh1 {
	font-size:40pt;
	font-weight:bolder;
	color:#fff;
}
.captionh2 {
	font-size:18pt;
	font-weight:bold;
	color:#fff;
}
.captionh4 {
	font-size:20pt;
	font-weight:bold;
	color:#fff;
}
.captionh5 {
	font-size:17pt;
	font-weight:400;
	color:#fff;
}
.partrequestsubtdcp {
	margin-top:10px;
}
.caption hr {
	border: 2px solid #fff;
}
.content {
	margin-top:50px;
}
.content p {
	text-align:center;
	color:#fff;
}
.sectionppdt{
	background: #392ed7a1;
	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;
}
.popularpdt-image img {
	height:200px;
}
.blogdiv-image {
	text-align: center;
	width:100%;
	overflow:hidden;
}
.blogdiv-image img {
	width: /*538px;*/100%;
}
.badge {
	font-family:'Montserrat', sans-serif;
	line-height:21px!important;
}
.popularpdt-content {
	background:#eeeeee;	
	padding:15px;
}
.pdtname {
	font-size: 12pt;
	font-weight: bolder;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 50px;
	word-break:  break-all;
}
.popularpdt-content p {
	color:#000;
	font-size: 14px;
}
.blogdiv-content {
	background:#eeeeee;	
	padding:15px;
}
.blogdiv-content h2 {
	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;
}
.rounddivtexth1 {
	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:110%;
	padding-bottom:50px;
}
.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:50px 0px 0px 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;
}
.addressdivh2 {
	font-size:18pt;
	color:#fff;
	margin:13px 0px;
}
.addressdivh1 {
	font-size:22pt;
	font-weight:bold;
	color:#fff;
	margin:0px;
	line-height:54px;
}
.contactdiv {
	padding:50px 0px;
}
.addressctdiv h4 {
	font-size:16pt;
	color:#000;
	margin:8px 0px;
}
.addressctdiv h2 {
	font-size:18pt;
	color:#000;
	margin:13px 0px;
}
.addressctdiv h1 {
	font-size:22pt;
	font-weight:bold;
	color:#000;
	margin:0px;
	line-height:54px;
}
.cntdiv {
	
}
.footerdiv {
	background:#262626;
	padding:30px 0px 0px 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:#2e2e2e;
}
.copyrighttext{
	padding:15px 0px;
}
.copyrighttext p{
	color:#737373;
	text-align:center;
	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(../index.html);
}
.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: 8px 10px;
	text-shadow:0 0 2px #000;
}
.pagedetailh1in h1 {
	font-size:18pt;
	color:#000;
	text-transform:uppercase;
	font-weight:bolder;
	font-weight:bold;
	margin:0px;
	padding:25px 0px 20px 0px;
}
.positionbottom h1{
	position:absolute;
	bottom:50px;
	background: #000000e8;
	z-index:2;
	width:95%
}
.pagebannerh1h1 {
	font-size:18pt;
	color:#fff;
	text-transform:uppercase;
	font-weight:bolder;
	margin:0px;
	padding:25px 0px;
}
.pagebannerh1inh1 {
	font-size:21pt;
	color:#0e9cde;
	text-transform:uppercase;
	font-weight:bolder;
	margin:0px;
	padding:25px 0px;
	text-shadow:0 0 2px #000;
}
.pagedetailh1inh1 {
	font-size:21pt;
	color:#000;
	text-transform:uppercase;
	font-weight:bolder;
	font-weight:bold;
	margin:0px;
	padding:25px 0px;
}
.positionbottomh1{
	position:absolute;
	bottom:50px;
}
.fnt-big {
	font-size:18pt;
}
.pagebannerh1 h1 span{
	color:#0e9cde;
	font-size:16pt;
}
.pagebannerh1h1 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;
	line-height:30px;
	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;
}
.contactdivft {
	padding:25px 0px;
}
.ctnumb h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 30pt;
    color: #fff;
    font-weight: bolder;
}
.ctnumb h2 a, .ctnumb h2 a:hover , .form-banner-contact h2 a, .form-banner-contact h2 a:hover, .addressdiv h2 a, .addressdiv h2 a:hover{
	text-decoration:none;
	color:#ffffff;
}
.addressctdiv h2 a, .addressctdiv h2 a:hover{
	text-decoration:none;
	color:#000000;
}
.abtcontent p span a, .abtcontent p span a:hover {
	text-decoration:none;
	color:#007bff;
}
.ctnumb h1 { 
	font-size: 25pt;
    color: #fff;
    font-weight: 100;
}
.ctnumbh1 { 
	font-size: 25pt;
    color: #fff;
    font-weight: 100;
}
.make-listpart {
	width:100%;
}
.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: 14px;
	padding: 11px 0px 12px 21px;
}
.form-custompartrequest .col-form-label{
	padding: 5px 0px 12px 21px;
}
.form-custompartrequest .form-group {
    margin-bottom: .5rem;
	position:relative;
}
.form-title2 small span {
	font-family: 'Raleway', sans-serif !important;
    font-weight: 800;
}
.col-form-label span {
    position: absolute;
    top: 0;
    font-size: 28px;
}
.pdtdiv {
	padding-bottom:20px;
}
.authimg img {
	width:100%;
}
.sitemapulli {
 	padding:50px 0px;
 	float:left;
 	width:100%;
}
.sitemapulli ul {
	margin: 0px auto;
	padding:0px;
}
.sitemapulli ul li {
	width:25%;
	float:left;
	padding:5px 0px;
	list-style-type: none;
}
.sitemapulli ul li a {
	color:#000;
	text-decoration: none;

}
.testimoniallist {
	padding:50px 0px;
}
.testimoniallist  ul {
	padding:0px;
	margin:0px;
}
.testimoniallist  ul li{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#container {
    -moz-column-count:4;
    -webkit-column-count:4;
    column-count:4;
}
.block {
	width:auto;
    background-color: #f0f0f0;
    margin: 10px 10px 20px 10px;
	padding:20px;
	 -webkit-column-break-inside: avoid;
	  page-break-inside: avoid;
	  break-inside: avoid;
}
.block p {
	font-size:14px;
	line-height:24px;
	text-align:justify;
}
.block:hover {
	box-shadow:0px 0px 10px #00000038;	
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.guaranteedk img {
	/*height:70px;*/
}
.bannerproduct {
	position: absolute;
    width: 100%;
	z-index:-1;
	left:0px;
	top:70px;
}
.bannerproduct img {
	width: 100%;
}
.overflow-hidden {
	overflow:hidden;
}
.subbannerproduct {
	background:#dadada;
	height:330px;/*345px*/
	padding:40px 50px;
	text-align:center;
	border: 8px solid #b5b5b5;
    box-shadow: 0px 0 9px 2px #b9b9b9ba;
}
.subbannerproduct img {
	height:100%;
}
.h3qttxt {
    font-size: 16pt;
    color: #000;
    font-weight: 500;
	margin-top:30px;
}
.partrequestsubt {
	margin:25px 0px;
}
.dsk {
	display: block;
}
.mbl {
	display: none;
}
.cursor {
	cursor:pointer;
}
.ret {
	position:relative;
    top: 60%;
}
.h1bannertitle {
	background: rgba(255, 0, 0, 0.75);
    color: #fff;
    width: auto;
    padding: 8px 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24pt;
    font-weight: bolder;
	float:left;
	line-height:40px;
	margin-bottom:3px;
}
.h2bannertitle {
	background: rgba(255, 0, 0, 0.75);
    color: #fff;
    width: auto;
    padding: 8px 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17pt;
    font-weight: 400;
	float:left;
	/*margin-top:8px;*/
	margin-bottom:3px;
}
.ads {
    height: 100%;
    width: 100%;
	margin-top:30px;
}
.ads img{
    max-width: 100%;
}
.custformgrp label {
	padding: 0 15px;
	line-height: 38px;
}
.stfnt {
	font-size:16px;
	line-height:40px;
}

.bidcontent p {
	font-size:11pt;
	line-height:25px;
	margin-bottom:.3rem;
}

.bidcontent p span {
    font-size: 12pt!important;
}
* .custformgrp  label {
	line-height: 30px !important;
	font-size:10pt
}
.custformgrp {
	/*margin: 5px 0 5px 0;*/
	margin: 0;
}
.custformgrp .form-control {
   /* border: 3px solid #d9d9d9;
	border-radius:0;*/
	
	border: 1px solid #d9d9d9;
    border-radius: 2px;
    margin: 5px;
}
@media (max-width: 1024px) and (min-width: 992px) {
	
	.detads {
		display:none!important;
	}
	.det2 {
		max-width:100%!important;
		flex:100%!important;
	}	
	.col-form-label {
		 font-size: 10px;
	}	
	.ret {
		top:14%;
	}
	.form-banner-contact h2 {
		font-size:35pt;
	}
	.form-banner-contact h3 {
		font-size:25pt;
	}
	.rounddiv i {
		font-size: 35px;
		line-height: 80px;
		width: 80px;
	}
	.rounddivtexth1 {
		padding:0
	}
	.bannerproduct img {
		width:auto;
	}
	.stfnt {
		font-size:16px;
		line-height:40px;
	}
	.make-listpart ul li {
		width:32%;
	}
	.infooter h4 {
		font-size:13px;
	}	
	#pmsg{position: absolute;background: #ffffff;z-index:1;padding: 5px 15px 5px 5px;margin:6px 0px 0px 0px;color: #505050;font-size: 11px;line-height: 15px;border: 1px solid #cccccc;border-radius: 4px;font-family:Montserrat, sans-serif;font-weight:500;width: 70%;left: 60px;top: -33px;box-shadow:0px 1px 4px 0px #0000006e;}
#pmsg span {background:#dadada;border-radius:50%;width: 15px;float:left;line-height: 15px;height: 15px;padding: 0px 0 0px 0;text-align:center;position:absolute;font-weight:bold;right: 2px;top: 2px;font-size: 10px;cursor: pointer;}

}
@media (max-width: 991px) and (min-width: 768px) {
	.bannerproduct img {
		width:100%;
	}
	.custom-nav .nav-link {
		color: #000;
		font-weight: 500;
		padding: .3rem .5rem !important;
		font-size: 13px;
	}
	.cstbanner * .col-md-6 {
		margin-top:10px;
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%;
	}
	.addressctdiv h1 {
		font-size:18pt;
		line-height: 31px;
	}
	.addressctdiv h2 {
		font-size:17pt;
		line-height: 31px;
		margin:2px 0px;
	}
	.abtliststyle ul li {
		font-size:8pt;
	}
	.blogdiv-content h2 {
		font-size:12px;
	}
	.contactdivft .btn-custom {
		width:auto;
		font-size:15px;
	}
	.blogdiv  .fa-lg {
		font-size: 12px!important;
		line-height: 0;
		vertical-align:0;
		padding: 0px 6px!important;
	}
	.btn-custom {
		width:auto;
	}
	.ret {
		display: none;
	}
	.popularpdt-image img {
		width:100%;
	}
	.detads {
		display:none!important;
	}
	.det2 {
		max-width:100%!important;
		flex:100%!important;
	}
	.partrequestsubtdiv {
		max-width: 100%;
		flex: 100%;
	}
	.bannerproduct {
		position: initial;
	}	
	.subbannerproduct {
		padding:15px;
		height:100%;
	}
	.subbannerproduct img {
		height:100%;
	}
	#container {
		-moz-column-count:3;
		-webkit-column-count:3;
		column-count:3;
	}
	.invisiblex {
		height:50px;
	}
	.cstbanner2 {
		height:250px;
		width:100%;
		z-index:1;
		overflow:hidden;
	}
	.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:200px;
	}
	.divblk {
		max-width:100%;
		margin:0px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.homebanner, .parallax {
		height:100%;
		padding:15px 0;
	}
	.coldivbk {
		max-width: 50%;
		flex:50%;
		-ms-flex: 0 0 50%;
	}
	.continer {
		max-width:100%;
	}
	.navbar-brand {
	}
	.ourservicebanner .col-3 {
		max-width:100%;
	}
	.rounddiv i {
		font-size: 35px;
		line-height: 90px;
		width: 90px;
	}
	
	.rounddivtext h1 {
		font-size: 18pt;
		line-height: 34px;
		padding-top: 0;
	}
	.rounddivtexth1 {
		font-size: 13pt;
		line-height: 34px;
		padding-top: 0;
	}
	.at {
		margin: 16px 0px;
	}
	.carousel-inner {
		height:110%;
	}
	.glyph-icon:before {
		font-size:18pt !important;
		margin-left:0px !important;
	}
	.addressdiv h2 {
		font-size:16pt;
		margin:4px 0px;
	}
	.addressdiv h1 {
		font-size:18pt;
		line-height:35px;
	}
	.addressdivh2 {
		font-size:16pt;
		margin:4px 0px;
	}
	.addressdivh1 {
		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-titleh1 {
		font-size:25px;
	}
	.form-banner-contact h2 {
		font-size:35px;
	}
	.form-banner-contact h3 {
		font-size:25px;
	}
	.arrowrequired {
		left: 3px;
	}	
	.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-blockh1 { 
		font-size:20pt;
	}
	.div-parts-block h2 { 
		font-size:18pt;
	}
	.div-parts-blockh2 { 
		font-size:18pt;
	}
	.div-parts-block-content p {
		font-size:13px;
	}
	.infooter h4 {
		font-size:13pt;
	}
	.infooter ul li a {
		font-size:11pt;
	}
	.custom-mt-130 {
		margin-top:calc(130px -	100px);
	}
	.custom-mt-150 {
		margin-top:calc(150px -	100px);
	}
	.custom-mt-100 {
		margin-top:calc(100px -	50px);
	}
	.captionh1 {
		font-size:25pt;
	}
	.captionh4 {
		font-size:18pt;
	}
	.captionh5 {
		font-size:16pt;
	}
	.content {
		margin-top:25px;
	}
	.h3qttxt { 
		font-size:14pt;
	}	
	.dsk {
		display: block;
	}
	.mbl {
		display: none;
	}
	.pagedetailh1in h1, .pagebannerh1in h1, .fnt-big {
		font-size: 13pt;
	}
	
	.blogdiv-image img {
		width:100%
	}
	.stfnt {
		font-size:16px;
		line-height:40px;
	}
	
	.make-listpart ul li {
		width:32%;
	}
	
	#pmsg{position: absolute;background: #ffffff;z-index:1;padding: 5px 15px 5px 5px;margin:6px 0px 0px 0px;color: #505050;font-size: 11px;line-height: 15px;border: 1px solid #cccccc;border-radius: 4px;font-family:Montserrat, sans-serif;font-weight:500;width: 70%;left: 140px;top: -33px;box-shadow:0px 1px 4px 0px #0000006e;}
#pmsg span {background:#dadada;border-radius:50%;width: 15px;float:left;line-height: 15px;height: 15px;padding: 0px 0 0px 0;text-align:center;position:absolute;font-weight:bold;right: 2px;top: 2px;font-size: 10px;cursor: pointer;}

}
@media (max-width: 767px) and (min-width: 481px) {
	
	.popularpdt-image img {
		width:100%;
	}
	.form-custom {
		padding: 15px 10px 15px 45px;
	}	
	.subbannerproduct {
		padding:15px;
		height:100%;
	}
	.subbannerproduct img {
		height:100%;
	}
	#container {
		-moz-column-count:2;
		-webkit-column-count:2;
		column-count:2;
	}
	.col-form-label span {
		right:0px;
	}
	.invisiblex {
		height:50px;
	}
	.bannerproduct {
		position: initial;
	}
	.cstbanner2 {
		height:200px;
		width:100%;
		z-index:1;
		overflow:hidden;
	}
	.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:200px;
	}
	.homebanner, .parallax {
		height:100%;
		padding:15px 0;
	}
	.coldivbk {
		width:50%;
		flex:50%;
		-ms-flex: 0 0 50%;
	}
	.continer {
		max-width:100%;
	}
	.navbar-brand {
		width:70%;
	}
	.ourservicebanner .col-3 {
		max-width:100%;
	}
	.rounddiv i {
		font-size:40px;
		line-height: 80px;
		width:80px;
	}	
	.rounddivtext h1 {
		font-size: 20pt;
		line-height: 34px;
		padding-top: 0;
	}
	.rounddivtexth1 {
		font-size: 20pt;
		line-height: 34px;
		padding-top: 0;
	}
	.at {
		margin: 16px 0px;
	}
	.carousel-inner {
		height:110%;
	}
	.glyph-icon:before {
		font-size:18pt !important;
		margin-left:0px !important;
	}
	.addressdiv h2 {
		font-size:16pt;
		margin:4px 0px;
	}
	.addressdiv h1 {
		font-size:18pt;
		line-height:35px;
	}
	.addressdivh2 {
		font-size:16pt;
		margin:4px 0px;
	}
	.addressdivh1 {
		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-titleh1 {
		font-size:25px;
	}
	.form-banner-contact h2 {
		font-size:35px;
	}
	.make-listpart ul li {
		width:32%;
	}
	.form-banner-contact h3 {
		font-size:25px;
	}
	.arrowrequired {
		left: 3px;
	}	
	.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-blockh1 { 
		font-size:20pt;
	}
	.div-parts-block h2 { 
		font-size:18pt;
	}
	.div-parts-blockh2 { 
		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);
	}
	
	.captionh1 {
		font-size:35pt;
	}	
	.captionh2 {
		font-size:17pt;
	}
	.captionh4 {
		font-size:20pt;
	}
	.captionh5 {
		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;
	}
	.h3qttxt { 
		font-size:12pt;
	}
	.dsk {
		display:none!important;
	}
	.mbl {
		display:block;
	}	
	.item img {
		height:30px;
	}
	.pagedetailh1in h1, .pagebannerh1in h1, .fnt-big {
		font-size: 13pt;
	}
	
	.blogdiv-image img {
		width:100%
	}
	
	.addressctdiv h1 {
		font-size:18pt;
		line-height: 31px;
	}
	.addressctdiv h2 {
		font-size:17pt;
		line-height: 31px;
		margin:2px 0px;
	}
	.stfnt {
		font-size:16px;
		line-height:40px;
	}
	#pmsg{position: absolute;background: #ffffff;z-index:1;padding: 5px 15px 5px 5px;margin:6px 0px 0px 0px;color: #505050;font-size: 11px;line-height: 15px;border: 1px solid #cccccc;border-radius: 4px;font-family:Montserrat, sans-serif;font-weight:500;width: 70%;left: 120px;top: -33px;box-shadow:0px 1px 4px 0px #0000006e;}
#pmsg span {background:#dadada;border-radius:50%;width: 15px;float:left;line-height: 15px;height: 15px;padding: 0px 0 0px 0;text-align:center;position:absolute;font-weight:bold;right: 2px;top: 2px;font-size: 10px;cursor: pointer;}

}
@media (max-width: 480px) and (min-width: 320px) {
	.popularpdt-image img {
		width:100%;
	}
	.form-custom {
		padding: 15px 25px 15px 30px;
	}
	.subbannerproduct {
		padding:15px;
		height:100%;
	}
	.subbannerproduct img {
		height:100%;
	}
	#container {
		-moz-column-count:1;
		-webkit-column-count:1;
		column-count:1;
	}
	.col-form-label span {
		/*right:-10px;*/
	}
	.invisiblex {
		height:50px;
	}
	.bannerproduct {
		position: initial;
	}
	.cstbanner2 {
		height:160px;
		width:100%;
		z-index:1;
		overflow:hidden;
	}
	.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:180px;
	}
	.homebanner, .parallax {
		height:100%;
		padding:15px 0;
	}
	.col-7 {
		max-width: 100%;
	}
	.navbar-brand {
		width:70%;
	}
	.rounddiv i {
		font-size: 36px;
		line-height: 80px;
		width:80px;
	}
	.captionh1 {
		font-size:22pt;
	}	
	.captionh2 {
		font-size:14pt;
	}
	.captionh4 {
		font-size:16pt;
	}
	.captionh5 {
		font-size:14pt;
	}
	.rounddivtext h1 {
		font-size: 12pt;
		line-height: 26px;
		padding-top: 0;
	}
	.rounddivtexth1 {
		font-size: 12pt;
		line-height: 26px;
		padding-top: 0;
	}
	.at {
		margin: 16px 0px;
	}
	.carousel-inner {
		height:110%;
	}
	.glyph-icon:before {
		font-size:18pt !important;
		margin-left:0px !important;
	}
	.addressdiv h2 {
		font-size:14pt;
		margin:4px 0px;
	}
	.addressdiv h1 {
		font-size:16pt;
		line-height:35px;
	}
	.addressdivh2 {
		font-size:14pt;
		margin:4px 0px;
	}
	.addressdivh1 {
		font-size:16pt;
		line-height:35px;
	}
	.classicimg {
		display:none;
	}
	.ftcontactdivbk {
		
	}
	.classicvh {
		padding: 40px 0px 40px 0px;
	}
	.col-form-label {
		 font-size: 12px;
		 white-space: nowrap;
		 padding-left: 0;
	}
	.ourservicebanner div.col-3 {
		max-width: 38%;
	}
	.ourservicebanner div.col-8 {
			max-width: 61%;
	}
	.form-title h1 {
		font-size:25px;
	}
	.form-titleh1 {
		font-size:25px;
	}
	.form-banner-contact h2 {
		font-size:35px;
	}
	.form-banner-contact h3 {
		font-size:25px;
	}
	.arrowrequired {
		left: 4px;
		width: 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-blockh1 { 
		font-size:20pt;
	}
	.div-parts-block h2 { 
		font-size:18pt;
	}
	.div-parts-blockh2 { 
		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;
	}
	.h3qttxt { 
		font-size:11pt;
	}
	.dsk {
		display:none!important;
	}
	.mbl {
		display:block;
	}
	.item img {
		height:30px;
	}
	.pagedetailh1in h1, .pagebannerh1in h1, .fnt-big {
		font-size: 13pt;
	}
	
	.blogdiv-image img {
		width:100%
	}
	
	.addressctdiv h1 {
		font-size:18pt;
		line-height: 31px;
	}
	.addressctdiv h2 {
		font-size:17pt;
		line-height: 31px;
		margin:2px 0px;
	}
	.stfnt {
		font-size:16px;
		line-height:40px;
	}
	
	#pmsg{position: absolute;background: #ffffff;z-index:1;padding: 5px 15px 5px 5px;margin:6px 0px 0px 0px;color: #505050;font-size: 11px;line-height: 15px;border: 1px solid #cccccc;border-radius: 4px;font-family:Montserrat, sans-serif;font-weight:500;width: 70%;left: 60px;top: -33px;box-shadow:0px 1px 4px 0px #0000006e;}
#pmsg span {background:#dadada;border-radius:50%;width: 15px;float:left;line-height: 15px;height: 15px;padding: 0px 0 0px 0;text-align:center;position:absolute;font-weight:bold;right: 2px;top: 2px;font-size: 10px;cursor: pointer;}


}
@media (max-width: 319px) and (min-width: 280px) {
	
	.addressctdiv h1 {
		font-size:18pt;
		line-height: 31px;
	}
	.addressctdiv h2 {
		font-size:17pt;
		line-height: 31px;
		margin:2px 0px;
	}
	.popularpdt-image img {
		width:100%;
	}
	.form-custom {
		padding: 15px 10px 15px 45px;
	}	
	.subbannerproduct {
		padding:15px;
		height:100%;
	}
	.subbannerproduct img {
		height:100%;
	}
	#container {
		-moz-column-count:1;
		-webkit-column-count:1;
		column-count:1;
	}
	.col-form-label span {
		right:0px;
	}
	.invisiblex {
		height:50px;
	}
	.bannerproduct {
		position: initial;
	}
	.cstbanner2 {
		height:160px;
		width:100%;
		z-index:1;
		overflow:hidden;
	}
	.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:180px;
	}
	.homebanner, .parallax {
		height:100%;
		padding:15px 0;
	}
	.col-7 {
		max-width: 100%;
	}
	.navbar-brand {
		width:70%;
	}
	.rounddiv i {
		font-size: 36px;
		line-height: 80px;
		width:80px;
	}
	.rounddivtext h1 {
		font-size: 15pt;
		line-height: 34px;
		padding-top: 0;
	}
	.rounddivtexth1 {
		font-size: 15pt;
		line-height: 34px;
		padding-top: 0;
	}
	.at {
		margin: 16px 0px;
	}
	.carousel-inner {
		height:110%;
	}
	.glyph-icon:before {
		font-size:18pt !important;
		margin-left:0px !important;
	}
	.addressdiv h2 {
		font-size:14pt;
		margin:4px 0px;
	}
	.addressdiv h1 {
		font-size:16pt;
		line-height:35px;
	}
	.addressdivh2 {
		font-size:14pt;
		margin:4px 0px;
	}
	.addressdivh1 {
		font-size:16pt;
		line-height:35px;
	}
	.classicimg {
		display:none;
	}
	.ftcontactdivbk {
	}
	.classicvh {
		padding: 40px 0px 40px 0px;
	}
	.navbar-brand {
		width:70%;
	}
	.col-form-label {
		 font-size: 14px;
	}
	.form-title h1 {
		font-size:25px;
	}
	.form-titleh1 {
		font-size:25px;
	}
	.form-banner-contact h2 {
		font-size:35px;
	}
	.form-banner-contact h3 {
		font-size:25px;
	}
	.arrowrequired {
		left: 0;
	}	
	.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-blockh1 { 
		font-size:20pt;
	}
	.div-parts-block h2 { 
		font-size:18pt;
	}
	.div-parts-blockh2 { 
		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);
	}
	.captionh1 {
		font-size:35pt;
	}	
	.captionh2 {
		font-size:16pt;
	}
	.captionh4 {
		font-size:25pt;
	}
	.captionh5 {
		font-size:20pt;
	}
	.content {
		margin-top:25px;
	}	
	.h3qttxt { 
		font-size:11pt;
	}
	.ret {
		top:14%;
	}
	.dsk {
		display:none!important;
	}
	.mbl {
		display:block;
	}
	.item img {
		height:30px;
	}
	.pagedetailh1in h1, .pagebannerh1in h1, .fnt-big {
		font-size: 13pt;
	}
	.blogdiv-image img {
		width:100%
	}
	.stfnt {
		font-size:16px;
		line-height:40px;
	}
	#pmsg{position: absolute;background: #ffffff;z-index:1;padding: 5px 15px 5px 5px;margin:6px 0px 0px 0px;color: #505050;font-size: 11px;line-height: 15px;border: 1px solid #cccccc;border-radius: 4px;font-family:Montserrat, sans-serif;font-weight:500;width: 70%;left: 60px;top: -33px;box-shadow:0px 1px 4px 0px #0000006e;}
#pmsg span {background:#dadada;border-radius:50%;width: 15px;float:left;line-height: 15px;height: 15px;padding: 0px 0 0px 0;text-align:center;position:absolute;font-weight:bold;right: 2px;top: 2px;font-size: 10px;cursor: pointer;}

}
   