@charset "utf-8";
/* CSS Document */
body {margin:0 auto; padding:0; font-family: 'Poppins', sans-serif; -moz-user-select:none; -webkit-user-select:none;}
a, a:hover, a:focus{outline:none;} 
::-moz-selection {background: #ffc82a;color: #000; }
::-webkit-selection {background: #ffc82a;color: #000; }
a, a:hover {-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;text-decoration:none;}

a, a:visited {
	color: #0087cc;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
	color: #ff7b29;
}

.header-section {
	margin:0 auto;
	padding:0 0;
	position:fixed;
	z-index:999;
	left:0;
	right:0;
	background:#fff;
}

.header-section-left{
	margin: 0;
	padding: 0;
}

.header-section-left h1{
	font-size: 18px;
	padding-top:30px;
}

.header-section-middle{
	margin: 0;
	padding: 0;
	text-align: center;
}

.header-section-right{
	margin: 0;
	padding: 45px 0 0 0;
	text-align: right;
}

.logo {color:#FC0 !important;}
.logo img {width:100%; margin:0; padding:0;}

.navbar-toggler {
	color:#CCC !important;
}

.call {margin:-6px 0 0 0; padding:0; font-weight:200; font-size:18px; letter-spacing:0.8px;}
.fa-mobile-alt {font-size:18px; color:#ee713a;}

.social-icon {
	margin: 0 auto;
}

a.fb {color:#000; font-size:18px; margin-right:12px; }
a.fb:hover {color:#06C; font-size:18px; margin-right:12px;}
a.tweeter {color:#000;font-size:18px; margin-right:12px;}
a.tweeter:hover {color:#09C;font-size:18px;}
a.instagram {color:#000;font-size:18px;margin-right:12px;}
a.instagram:hover {color:#906;font-size:18px;}
a.whatsup {color:#000;font-size:18px;margin-right:12px;}
a.whatsup:hover {color:#146C03;font-size:18px;}

.banner-section {
	margin:0;
	padding:0;
}

.social {
	font-size:16px;
	color:#C00;
}

.welcome-section {
	margin: 0 auto;
	padding: 75px 0;
}

.welcome-section-left{
	margin:0;
	padding:0;
}

.welcome-section-left h1{
	font-size: 45px;
	color: #000;
	line-height:48px;
	text-transform: uppercase;
	margin:0;
	padding:25px 120px 0 0;
	font-weight: 300;
}

.line-welcome {
	width: 20%;
	height: 1px;
	margin: 20px 0;
	background: #bd152a;
}

.welcome-section-left p{
	font-size: 16px;
	color: #333;
	line-height:24px;
	margin:0;
	padding:0 25px 0 0;
}


.welcome-section-right{
	margin:0;
	padding:25px 0 0 0;
}

.pro-section-home {
	margin: 0 auto;
	padding: 75px 0;
	background: #f1f3f4;
	text-align: center;
}

.pro-section-home h1{
	font-size: 30px;
	color: #000;
	line-height: 32px;
	text-transform: uppercase;
	margin:0 auto;
	padding:0;
	font-weight: 300;
}

.pro-section-home p{
	font-size: 16px;
	color: #000;
	line-height: 32px;
	margin:0 auto 20px auto;
	padding:0;
}

.pro-section-home-col {
	width: 30%;
	height: auto;
	margin: 15px 15px;
	float: left;
	text-align: center!important;
}

.pro-section-home-col h2{
	font-size: 18px;
	color: #000;
	text-align: center;
	padding: 12px 15px;
	margin: 0 auto;
	background: #fff;
	border-radius: 50px;
	margin-top: -75px;
	z-index: 99;
	display: block;
	position: absolute;
}

a.glass{
	background: #AA0407;
	text-align: center;
	margin: 0 auto;
	padding: 15px 25px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

a.glass:hover{
	background: #333;
}


#rig {
    max-width:1100px;
    margin:0 auto 40px auto; /*center aligned*/
    padding:0;
    font-size:0; /* Remember to change it back to normal font size if have captions */
    list-style:none;
    background-color:none;
}
#rig li {
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:30%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding:0;
}

#rig h4{
	font-size:20px;
	color:#043277;
	text-align:center;
	padding:8px 0;
}
        
/* The wrapper for each item */
.rig-cell {
    /*margin:12px;
    box-shadow:0 0 6px rgba(0,0,0,0.3);*/
    display:block;
    position: relative;
    overflow:hidden;
}
        
/* If have the image layer */
.rig-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
	border:1px solid #fff;
}

#rig li:hover .rig-img {
    transform:scale(1.05);
}
        
/* If have the overlay layer */
.rig-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #000 url(../images/arrow.png) no-repeat center 20%;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.6s;
}

#rig li:hover .rig-overlay {
    opacity:0.8;
}

.rig-overlay01 {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #099 url(../images/icon-zoom.png) no-repeat center 50%;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.6s;
}

#rig li:hover .rig-overlay01 {
    opacity:0.8;
}

/* If have captions */
.rig-text {
    display:block;
    padding:0 0;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:capitalize;
    font-size:22px;
    font-weight:bold;
    font-weight:normal!important;
    top:60%;
    color:white;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}

#rig li:hover .rig-text {
    transform:translateY(0px);
    opacity:0.9;
}

@media (max-width: 9000px) {
    #rig li {width:30%; margin:3px;}
}

@media (max-width: 700px) {
    #rig li {width:33.33%;}
}

@media (max-width: 550px) {
    #rig li {width:50%;}
}

@media (max-width: 480px) {
#rig li {width:90%; margin:1px;}

.rig-text {
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:capitalize;
    font-size:16px;
	line-height:16px;
    font-weight:bold;
    top:50%;
    color:white;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}
}

.moto-section {
	margin: 0 auto;
	padding: 75px 0;
	background:url(../images/ourmotto.jpg) center fixed #000;
	background-size: cover;
}

.moto-section-right {
	margin:0;
	padding: 250px 80px 0 80px;
}

.moto-section-right h2{
	font-size: 30px;
	color: #fff;
	line-height: 32px;
	text-transform: uppercase;
	margin:0 auto;
	padding:0;
	font-weight: 600;
}

.moto-section-right h1{
	font-size: 50px;
	color: #fff;
	line-height:60px;
	text-transform: uppercase;
	margin:0 auto;
	padding:0;
	font-weight: 200;
}

.moto-section-right p{
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	margin:0 auto;
	padding:0 50px 0 0;
	font-weight: 200;
}

.usa-section {
	margin: 0 auto;
	padding:75px 0;
	height: auto;
	width: 100%;
}

.usa-section-main {
	margin: 0 auto;
	padding:0 0;
	background:#1a2424;
	height: auto;
	width: 100%;
}

.usa-section-colleft{
	width: 40%;
	height: auto;
	float:left;
	padding: 35px;
}

.line-usa {
	background: #dd9f41;
	height: 1px;
	width: 15%;
	margin: 15px 0;
	padding: 0;
}

.usa-section-colleft h1{
	font-size: 30px;
	color: #dd9f41;
	line-height:36px;
	text-transform: uppercase;
	margin:0;
	padding:10px 0 0 0;
	font-weight: 200;
}

.usa-section-colleft p{
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	margin:0 auto;
	padding:0 0 0 0;
	font-weight: 200;
}

.usa-section-colright{
	width: 60%;
	height: auto;
	float:left;
}

.icon-section {
	margin: 0 auto;
	padding:0 0 75px 0;
	height: auto;
	width: 100%;
	text-align: center;
}

.icon-section-col{
	width: 33%;
	float:left;
	margin: 0;
	padding: 0 0 15px 0;
}

.icon-section-col img{
	margin-bottom: 15px;
}

.line-icontitle {
	margin: 15px auto;
	padding: 0;
	height: 1px;
	width: 15%;
	background: #E5060A;
}

.icon-section-col h1{
	font-size: 18px;
	color: #000;
	margin:0 auto;
	padding: 0;
	font-weight: 500;
	text-transform: uppercase;
}

.icon-section-col p{
	font-size: 16px;
	color: #000;
	margin: 0 auto;
	padding: 0 65px;
	font-weight: 300;
}

.partner-section {
	margin: 0 auto;
	padding:0 0 75px 0;
	height: auto;
	text-align: center;
}

.partner-section h1{
	font-size: 24px;
	color: #000;
	margin:0 auto;
	padding: 0 0 15px 0;
	font-weight: 400;
	text-transform: uppercase;
}

.footer-section2 {
	margin: 0 auto;
	padding:0 0;
	background: url(../images/bg-footer-2.jpg) center no-repeat #000;
	height: auto;
}

.footer-section2-col1 {
	margin: 0;
	padding: 15px 0;
}

.footer-section2-col2 {
	margin: 0;
	padding: 0;
}

.footer-section2-col2 h1{
	font-size: 28px;
	color: #fff;
	margin:0 auto;
	padding:51px 35px;
	font-weight: 200;
}

.footer-section {
	margin: 0 auto;
	padding: 75px 0;
	background: url(../images/bg-footer.jpg) repeat;
}

.footer-section-left{
	margin: 0;
	padding: 0;
}

.footer-section-left ul{
	margin: 95px 0 0 0;
	padding: 0;
}

.footer-section-left ul li{
	margin: 0;
	padding: 0 15px;
	list-style: none;
	display: inline;	
}

.footer-section-left ul li a{
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	letter-spacing: 0.8px;
}
	
.footer-section-left p{
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	padding: 5px 0 0 15px;
	letter-spacing: 0.5px;
}

.footer-section-left a{
	color: #fff;
}

.footer-section-left a:hover{
	color: #ccc;
}

.footer-section-right{
	margin: 0;
	padding: 0;
}

.banner-section-inner {
	margin: 0 auto;
	padding: 75px 0 35px 0;
	background: url(../images/bg-banner-inner.jpg) center repeat-x #000;
	height: 221px;
}

.banner-section-inner h1{
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 55px 0 0 0;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

.banner-section-inner-2 {
	margin: 0 auto;
	width: 100%;
	background: #2d9aa8;
}

.banner-section-inner-2 img{
	width: 100%;
}

.body-section-inner {
	padding: 75px 0;
	margin: 0 auto;
}

.pro-section-inner {
	margin: 0 auto 45px auto;
	padding:0 0 45px 0;
	border-bottom: 1px solid #ccc;
}

.pro-section-inner h1{
	font-size: 30px;
	margin: 0;
	padding: 0 0 25px 15px;
	text-align: left;
	color: #cd051e;
	font-weight: 300;
}

.pro-section-inner-left {
	width: 45%;
	float: left;
	margin: 0;
	padding: 0 0 0 35px;
}

.pro-section-inner-left img{
	border-radius: 0 35px 0 35px;
}

.pro-section-inner-right {
	width: 55%;
	float: left;
	margin: 0;
	padding: 0;
}

.pro-section-inner h2{
	font-size: 24px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
}

.line-title-proinner {
	width: 10%;
	height: 1px;
	background: #cd051e;
	margin: 15px 0;
	padding: 0;
}

.pro-section-inner p{
	font-size: 16px;
	margin: 0;
	padding: 0 50px 0 0;
	text-align: left;
	color: #333;
	line-height: 24px;
}

.pro-section-inner p span{
	color: #cd051e;
}

.contact-section {
	padding:0;
	background:#fff;
}

.contact-section h2{
	font-size:24px;
	color:#333;
	font-weight:300;
	line-height:32px;
	text-align:center;
	margin:0 0 40px 0;
	padding:0 20px;
	text-transform:none;
}

.contact-section h2 span{
	color: #D90508;
}

.col-contact {
	width:auto;
	height:auto;
	margin:0;
	padding:10px 20px;
	background:none;
	border-right:1px dashed #d6d6d6;
	text-align:center;
}

.col-contact a{
	color:#C70202;
	text-decoration:underline;
}

.col-contact a:hover{
	color: #000;
	text-decoration: none;
}

.col-contact h1{
	font-size:22px;
	color:#000;
	font-weight:400;
	text-align:center;
	margin:20px 0 5px 0;
	padding-bottom:0;
	text-transform:uppercase;
}

.col-contact p{
  	font-style: normal;
  	font-weight:400;
	color:#333;
	font-size:16px;
	line-height:24px;
	margin:0;
	padding:5px 10px 10px 10px;
}

.col-contact p span{
	font-size:24px;
	font-weight:300;
	color:#333;	
}

.map-section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 450px;
	border-top: 1px solid #666;
}

.testimonials-section {
	margin:0 auto;
	padding:0;
}

.testimonials-col {
	float:left;
	width:30%;
	margin:0 30px 30px 0;
	padding:20px 15px;
	text-align:center;
	border:1px solid #fff;
	box-shadow:1px 0px 7px #CCC;
	height:450px;
}

.testimonials-col img {
	width:150px;
	height:150px;
	border-radius:100px;
	border:5px solid #CCC;
	padding:5px;
}

.testimonials-col h1{
	font-size:18px;
	text-transform:uppercase;
	color:#C00;
	margin:0 auto;
	padding:10px 0 0 0;
	font-weight:normal;
	text-align:center;
}

.testimonials-col h2{
	font-size:14px;
	text-transform:uppercase;
	color:#333;
	line-height: 24px;
	margin:10px auto;
	padding:5px;
	display:table;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	font-weight:400;
	letter-spacing:0.8px;
	text-align:center;
}

.testimonials-col p{
	font-size:15px;
	color:#000;
	margin:0 auto;
	line-height: 22px;
	padding:10px 25px;
	font-weight:300;
	text-align:center;
}

.fa-star {
	font-size:16px;
	color:#000;
	margin:10px 0 0 0;
	padding:0 1px;
}

.profile-section-inner {
	margin: 0 auto;
	padding: 0;
}

.profile-section-inner h1{
	font-size:30px;
	color:#C50003;
	margin:0;
	padding:0;
	font-weight:400;
	letter-spacing:0.8px;
}

.profile-section-inner p{
	font-size:20px;
	color:#333;
	margin:0;
	line-height: 36px;
	padding:10px 0;
	font-weight:300;
	text-align:left;
}

.whyus-section-inner {
	margin: 0 auto;
	padding: 100px 0;
	background: #e0e1e1;
}

.whyus-section-inner-left{
	margin: 0;
	padding: 0;
}

.whyus-section-inner-left img{
	border-radius: 0 75px 0 75px;
	-webkit-border-radius: 0 75px 0 75px;
	-moz-border-radius: 0 75px 0 75px;
}

.whyus-section-inner-left img{
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

.whyus-section-inner-right{
	margin: 0;
	padding: 0;
}

.whyus-section-inner-right h1{
	font-size:30px;
	color:#C50003;
	margin:0;
	padding:35px 0 0 0;
	font-weight:400;
	letter-spacing:0.8px;
}

.whyus-section-inner-right p{
	font-size:16px;
	color:#000;
	margin:0;
	line-height: 26px;
	padding:10px 100px 0 0;
	font-weight:400;
	text-align:left;
}

.vision-section-inner {
	margin: 0 auto;
	padding:75px 0;
}

.vision-section-inner-col {
	float: left;
	width: 48%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.vision-section-inner-col h1{
	font-size:20px;
	color:#C50003;
	margin:0;
	padding:10px 0 0 0;
	font-weight:400;
	letter-spacing:0.8px;
}

.vision-section-inner-col p{
	font-size:16px;
	color:#000;
	margin:0;
	line-height: 26px;
	padding:0 25px;
	font-weight:300;
}

.glassthickness-section02 {
	margin: 0 auto;
	padding: 75px 0 35px 0;
}

.glassthickness-section02 h1{
	font-size:20px;
	color:#333;
	margin:0;
	line-height: 30px;
	padding:10px 120px;
	text-align: center;
	font-weight:300;
	letter-spacing:0.8px;
}

.glassthickness-section02 h2{
	font-size:30px;
	color:#DD0508;
	margin:0 auto;
	line-height: 30px;
	padding:10px 120px;
	text-align: center;
	font-weight:300;
	letter-spacing:0.8px;
}

.glassthickness-pro-section {
	margin: 25px auto;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #ccc;
}

.glassthickness-pro-section-left{
	margin: 0;
	padding: 0;
}

.glassthickness-pro-section-right{
	margin: 0;
	padding: 90px 50px;
}

.glassthickness-pro-section-right h1{
	font-size:36px;
	color:#333;
	margin:0;
	line-height: 30px;
	padding:10px 0;
	text-align:left;
	font-weight:500;
	letter-spacing:0.8px;
}

.glassthickness-pro-section-right p{
	font-size:18px;
	color:#333;
	margin:0;
	line-height: 30px;
	padding:10px 0;
	text-align:left;
	font-weight:300;
	letter-spacing:0.8px;
}

.glassthickness-pro-section-right p strong{
	font-weight: 500;
}

.authenticitycheck-section {
	margin: 0 auto;
	padding: 75px 0;
}

.authenticitycheck-section img{
	text-align: center;
	margin: 0 auto;
	padding: 25px;
}

.authenticitycheck-section h1{
	font-size: 16px;
	text-align: center;
}

.fa-arrow-right {
	font-size: 13px;
	color: #C00A0D;
}

.glassthickness-section {
	margin: 0 auto 45px auto;
	padding: 0 0;
	width: 100%;
	height: auto;
}

.glassthickness-section-50left{
	margin: 0;
	padding:50px 0;
	width: 50%;
	float: left;
	background: #000000;
	text-align: center;
}

.glassthickness-section-50left img{
	border:none;
	padding: 5px;
	margin-bottom: 10px;
}

.glassthickness-section-50left a{
	margin: 0 auto;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.glassthickness-section-50left a:hover{
	text-decoration: underline;
	padding: 0 0 0 15px;
}

.glassthickness-section-50right{
	margin: 0;
	padding:50px 0;
	width: 50%;
	float: left;
	background: #bd152a;
	text-align: center;
}

.glassthickness-section-50right img{
	border:none;
	padding: 5px;
	margin-bottom: 10px;
}

.glassthickness-section-50right a{
	margin: 0 auto;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.glassthickness-section-50right a:hover{
	text-decoration: underline;
	padding: 0 0 0 15px;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.header-section {
		margin:0 auto;
		padding:0 0;
		position:fixed;
		z-index:999;
		left:0;
		right:0;
		background:#fff;
		text-align: center;
	}

	.header-section-left{
		margin: 0;
		padding: 0;
	}
	
	.header-section-left img{
		width: 15%;
	}

	.header-section-left h1{
		font-size: 11px;
		padding-top: 22px;
	}

	.header-section-middle{
		margin: 0;
		padding: 5px 0 0 0;
		text-align: center;
	}

	.header-section-right{
		margin: 0;
		padding: 30px 0 0 0;
		text-align: right;
	}

	.logo {color:#FC0 !important;}
	.logo img {width:70%; margin:0; padding:0;}

	.navbar-toggler {
		color:#CCC !important;
	}

	.call {margin:-6px 0 0 0; padding:0; font-weight:200; font-size:18px; letter-spacing:0.8px;}
	.fa-mobile-alt {font-size:18px; color:#ee713a;}

	.social-icon {
		margin: 0 auto;
	}

	a.fb {color:#000; font-size:14px; margin-right:10px; }
	a.fb:hover {color:#06C; font-size:14px; margin-right:10px;}
	a.tweeter {color:#000;font-size:14px; margin-right:10px;}
	a.tweeter:hover {color:#09C;font-size:14px;}
	a.instagram {color:#000;font-size:14px;margin-right:10px;}
	a.instagram:hover {color:#906;font-size:14px;}
	a.whatsup {color:#000;font-size:14px;margin-right:10px;}
	a.whatsup:hover {color:#146C03;font-size:14px;}

	.banner-section {
		margin:0;
		padding:0;
	}

	.social {
		font-size:16px;
		color:#C00;
	}

	.welcome-section {
		margin: 0 auto;
		padding:30px 0;
	}

	.welcome-section-left{
		margin:0;
		padding:0 20px 25px 20px;
	}

	.welcome-section-left h1{
		font-size:24px;
		color: #000;
		line-height:30px;
		text-transform: uppercase;
		margin:0;
		padding:0 40px 0 0;
		font-weight: 400;
	}

	.line-welcome {
		width: 20%;
		height: 1px;
		margin: 20px 0;
		background: #bd152a;
	}

	.welcome-section-left p{
		font-size: 13px;
		color: #333;
		line-height:20px;
		margin:0;
		padding:0 0 0 0;
		font-weight: 400;
	}


	.welcome-section-right{
		margin:0;
		padding:0;
	}

	.pro-section-home {
		margin: 0 auto;
		padding: 35px 0 25px 0;
		background: #f1f3f4;
		text-align: center;
	}

	.pro-section-home h1{
		font-size: 24px;
		color: #000;
		text-transform: uppercase;
		margin:0 auto;
		padding:0;
		font-weight: 300;
	}

	.pro-section-home p{
		font-size: 12px;
		color: #000;
		line-height: 32px;
		margin:0 auto;
		padding:0 0 10px 0;
	}

	.pro-section-home-col {
		width: 30%;
		height: auto;
		margin: 15px 15px;
		float: left;
		text-align: center!important;
	}

	.pro-section-home-col h2{
		font-size: 18px;
		color: #000;
		text-align: center;
		padding: 12px 15px;
		margin: 0 auto;
		background: #fff;
		border-radius: 50px;
		margin-top: -75px;
		z-index: 99;
		display: block;
		position: absolute;
	}
	
	.pro-section-home a.glass{
		background: #AA0407;
		text-align: center;
		margin: 0 auto 25px auto;
		padding: 8px 15px;
		color: #fff;
		font-size: 12px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	.pro-section-home a.glass:hover{
		background: #333;
	}

	.moto-section {
		margin: 0 auto;
		padding: 35px 0;
		/*background:url(../images/ourmotto.jpg) center fixed #000;*/
		background: #333;
		background-size: cover;
	}

	.moto-section-right {
		margin:0;
		padding: 0 20px 0 20px;
	}

	.moto-section-right h2{
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
		margin:0 auto;
		padding:0;
		font-weight: 600;
	}

	.moto-section-right h1{
		font-size: 40px;
		color: #fff;
		line-height:40px;
		text-transform: uppercase;
		margin:0 auto;
		padding:0;
		font-weight: 200;
	}

	.moto-section-right p{
		font-size: 14px;
		color: #fff;
		line-height: 20px;
		margin:0 auto;
		padding:0 50px 0 0;
		font-weight: 400;
	}

	.usa-section {
		margin: 0 auto;
		padding:35px 0;
		height: auto;
		width: 100%;
	}

	.usa-section-main {
		margin: 0 auto;
		padding:0 0;
		background:#1a2424;
		height: auto;
		width: 100%;
	}

	.usa-section-colleft{
		width:100%;
		height: auto;
		float:left;
		padding: 25px;
	}

	.line-usa {
		background: #dd9f41;
		height: 1px;
		width: 15%;
		margin: 15px 0;
		padding: 0;
	}

	.usa-section-colleft h1{
		font-size: 24px;
		color: #dd9f41;
		line-height:30px;
		text-transform: uppercase;
		margin:0;
		padding:10px 0 0 0;
		font-weight: 200;
	}

	.usa-section-colleft p{
		font-size: 13px;
		color: #fff;
		line-height: 22px;
		margin:0 auto;
		padding:0 0 0 0;
		font-weight: 300;
	}

	.usa-section-colright{
		width: 100%;
		height: auto;
		float:left;
	}

	.icon-section {
		margin: 0 auto;
		padding:0 0 35px 0;
		height: auto;
		width: 100%;
		text-align: center;
	}

	.icon-section-col{
		width: 100%;
		float:left;
		margin: 0;
		padding: 0 0 15px 0;
	}

	.icon-section-col img{
		margin-bottom: 15px;
	}

	.line-icontitle {
		margin: 10px auto;
		padding: 0;
		height: 1px;
		width: 15%;
		background: #E5060A;
	}

	.icon-section-col h1{
		font-size: 14px;
		color: #000;
		margin:0 auto;
		padding: 0;
		font-weight: 500;
		text-transform: uppercase;
	}

	.icon-section-col p{
		font-size: 13px;
		color: #000;
		margin: 0 auto;
		padding: 0 65px;
		font-weight: 400;
	}

	.partner-section {
		margin: 0 auto;
		padding:0 0 25px 0;
		height: auto;
		text-align: center;
	}

	.partner-section h1{
		font-size: 20px;
		color: #000;
		margin:0 auto;
		padding: 0 0 15px 0;
		font-weight: 400;
		text-transform: uppercase;
	}

	.footer-section2 {
		margin: 0 auto;
		padding:15px 0;
		background: #000;
		height: auto;
		text-align: center;
	}

	.footer-section2-col1 {
		margin: 0;
		padding: 15px 0;
		
	}

	.footer-section2-col2 {
		margin: 0;
		padding: 0;
	}

	.footer-section2-col2 h1{
		font-size: 18px;
		color: #fff;
		margin:0 auto;
		padding:10px 15px;
		font-weight: 200;
	}

	.footer-section {
		margin: 0 auto;
		padding: 35px 0;
		background: url(../images/bg-footer.jpg) repeat;
		text-align: center;
	}

	.footer-section-left{
		margin: 0;
		padding: 0;
	}

	.footer-section-left ul{
		margin: 0 0 0 0;
		padding: 0;
	}

	.footer-section-left ul li{
		margin: 0;
		padding: 0 5px;
		list-style: none;
		display: inline;	
	}

	.footer-section-left ul li a{
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		font-weight: 300;
		letter-spacing: 0.8px;
	}

	.footer-section-left p{
		font-size: 11px;
		color: #fff;
		font-weight: 300;
		padding: 5px 10px;
		letter-spacing: 0.5px;
	}

	.footer-section-left a{
		color: #fff;
	}

	.footer-section-left a:hover{
		color: #ccc;
	}

	.footer-section-right{
		margin: 0;
		padding: 0;
	}
	
	.banner-section-inner {
		margin: 0 auto;
		padding: 35px 0 35px 0;
		background: url(../images/bg-banner-inner.jpg) center repeat-x #000;
		height: auto;
	}

	.banner-section-inner h1{
		font-size: 18px;
		text-transform: uppercase;
		margin: 0 auto;
		padding:0 0 0 0;
		font-weight: 300;
		color: #fff;
		text-align: center;
	}

	.body-section-inner {
		padding: 35px 0;
		margin: 0 auto;
	}

	.pro-section-inner {
		margin: 0 auto 25px auto;
		padding:0 15px 25px 15px;
		border-bottom: 1px solid #ccc;
	}

	.pro-section-inner h1{
		font-size: 20px;
		margin: 0;
		padding: 0 0 25px 0;
		text-align: center;
		color: #cd051e;
		font-weight: 300;
	}

	.pro-section-inner-left {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0 10px;
	}

	.pro-section-inner-left img{
		border-radius: 0 15px 0 15px;
		margin-bottom: 15px;
	}

	.pro-section-inner-right {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0 15px;
	}

	.pro-section-inner h2{
		font-size: 18px;
		margin: 0;
		padding: 0;
		text-align: left;
		color: #000;
	}

	.line-title-proinner {
		width: 10%;
		height: 1px;
		background: #cd051e;
		margin: 15px 0;
		padding: 0;
	}

	.pro-section-inner p{
		font-size: 13px;
		margin: 0;
		padding: 0 0 0 0;
		text-align: left;
		color: #333;
		line-height: 20px;
	}

	.pro-section-inner p span{
		color: #cd051e;
	}
	
	.contact-section {
		padding:0;
		background:#fff;
	}

	.contact-section h2{
		font-size:14px;
		color:#333;
		font-weight:300;
		line-height:22px;
		text-align:center;
		margin:0 0 40px 0;
		padding:0 20px;
		text-transform:none;
	}

	.col-contact {
		width:auto;
		height:auto;
		margin:0;
		padding:10px 20px;
		background:none;
		border-right:1px dashed #d6d6d6;
		text-align:center;
	}

	.col-contact a{
		color:#C70202;
		text-decoration:underline;
	}

	.col-contact a:hover{
		color: #000;
		text-decoration: none;
	}

	.col-contact img {
		width: 15%;
	}
	
	.col-contact h1{
		font-size:18px;
		color:#000;
		font-weight:500;
		text-align:center;
		margin:10px 0 5px 0;
		padding-bottom:0;
		text-transform:uppercase;
	}

	.col-contact p{
		font-style: normal;
		font-weight:400;
		color:#333;
		font-size:14px;
		line-height:22px;
		margin:0;
		padding:5px 10px 10px 10px;
	}

	.col-contact p span{
		font-size:20px;
		font-weight:300;
		color:#333;	
		padding-top: 10px;
	}

	.map-section {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		height: 250px;
		border-top: 1px solid #666;
	}
	
	.testimonials-section {
		margin:0 auto;
		padding:0;
	}

	.testimonials-col {
		float:left;
		width:90%;
		margin:0 20px 20px 15px;
		padding:20px 15px;
		text-align:center;
		border:1px solid #fff;
		box-shadow:1px 0px 7px #CCC;
		height:450px;
	}

	.testimonials-col img {
		width:150px;
		height:150px;
		border-radius:100px;
		border:2px solid #CCC;
		padding:5px;
	}

	.testimonials-col h1{
		font-size:16px;
		text-transform:uppercase;
		color:#C00;
		margin:0 auto;
		padding:10px 0 0 0;
		font-weight:normal;
		text-align:center;
	}

	.testimonials-col h2{
		font-size:13px;
		text-transform:uppercase;
		color:#333;
		line-height: 24px;
		margin:10px auto;
		padding:5px;
		display:table;
		border-top:1px solid #666;
		border-bottom:1px solid #666;
		font-weight:400;
		letter-spacing:0.8px;
		text-align:center;
	}

	.testimonials-col p{
		font-size:13px;
		color:#000;
		margin:0 auto;
		line-height: 18px;
		padding:10px 25px;
		font-weight:300;
		text-align:center;
	}

	.fa-star {
		font-size:14px;
		color:#e1b700;
		margin:10px 0 0 0;
		padding:0 1px;
	}
	
	.profile-section-inner {
		margin: 0 auto;
		padding: 0;
	}

	.profile-section-inner h1{
		font-size:24px;
		color:#C50003;
		margin:0;
		padding:0;
		font-weight:400;
		letter-spacing:0.8px;
	}

	.profile-section-inner p{
		font-size:13px;
		color:#333;
		margin:0;
		line-height: 20px;
		padding:10px 0;
		font-weight:300;
		text-align:left;
	}

	.whyus-section-inner {
		margin: 0 auto;
		padding:35px 0;
		background: #e0e1e1;
	}

	.whyus-section-inner-left{
		margin: 0;
		padding: 0;
	}

	.whyus-section-inner-left img{
		margin: 0 10px;
		width: 95%;
		border-radius: 0 75px 0 75px;
		-webkit-border-radius: 0 75px 0 75px;
		-moz-border-radius: 0 75px 0 75px;
	}

	.whyus-section-inner-left img{
		border-left: 10px solid #fff;
		border-right: 10px solid #fff;
	}

	.whyus-section-inner-right{
		margin: 0;
		padding: 0 15px;
	}

	.whyus-section-inner-right h1{
		font-size:20px;
		color:#C50003;
		margin:0;
		padding:35px 0 0 0;
		font-weight:400;
		letter-spacing:0.8px;
	}

	.whyus-section-inner-right p{
		font-size:13px;
		color:#000;
		margin:0;
		line-height: 20px;
		padding:10px 0;
		font-weight:400;
		text-align:left;
	}

	.vision-section-inner {
		margin: 0 auto;
		padding:35px 0;
	}

	.vision-section-inner-col {
		float: left;
		width: 100%;
		margin: 0 0 25px 0;
		padding: 0;
		text-align: center;
	}

	.vision-section-inner-col h1{
		font-size:18px;
		color:#C50003;
		margin:0;
		padding:10px 0 0 0;
		font-weight:400;
		letter-spacing:0.8px;
	}

	.vision-section-inner-col p{
		font-size:13px;
		color:#000;
		margin:0;
		line-height: 20px;
		padding:0 25px;
		font-weight:300;

	}
	
	.glassthickness-section02 {
		margin: 0 auto;
		padding:25px 0 15px 0;
	}

	.glassthickness-section02 h1{
		font-size:16px;
		color:#333;
		margin:0;
		line-height: 22px;
		padding:10px 20px;
		text-align: center;
		font-weight:300;
		letter-spacing:0.8px;
	}
	
	.glassthickness-section02 h2{
		font-size:24px;
		color:#DD0508;
		margin:0 auto;
		line-height: 30px;
		padding:10px 20px;
		text-align: center;
		font-weight:300;
		letter-spacing:0.8px;
	}

	.glassthickness-pro-section {
		margin: 15px auto;
		padding: 0 0 0 0;		
		border-bottom: none;
	}

	.glassthickness-pro-section-left{
		margin: 0;
		padding: 0;
	}

	.glassthickness-pro-section-right{
		margin: 0;
		padding: 20px 20px;
	}

	.glassthickness-pro-section-right h1{
		font-size:18px;
		color:#333;
		margin:0;
		line-height: 30px;
		padding:10px 0;
		text-align:left;
		font-weight:500;
		letter-spacing:0.8px;
	}

	.glassthickness-pro-section-right p{
		font-size:13px;
		color:#333;
		margin:0;
		line-height: 20px;
		padding:10px 0;
		text-align:left;
		font-weight:300;
		letter-spacing:0.8px;
	}

	.glassthickness-pro-section-right p strong{
		font-weight: 500;
	}

	.authenticitycheck-section {
		margin: 0 auto;
		padding:20px 0;
	}

	.authenticitycheck-section img{
		text-align: center;
		margin: 0 auto;
		padding: 25px;
	}

	.authenticitycheck-section h1{
		font-size: 14px;
		text-align: center;
	}
	
	.glassthickness-section {
		margin: 0 auto;
		padding: 0 0;
		width: 100%;
		height: auto;
	}

	.glassthickness-section-50left{
		margin: 0;
		padding:20px 0;
		width: 100%;
		float: left;
		background: #000000;
		text-align: center;
	}

	.glassthickness-section-50left a{
		margin: 0 auto;
		font-size: 14px;
		color: #fff;
		text-align: center;
	}

	.glassthickness-section-50left a:hover{
		text-decoration: underline;
		padding: 0 0 0 15px;
	}

	.glassthickness-section-50right{
		margin: 0;
		padding:20px 0;
		width: 100%;
		float: left;
		background: #bd152a;
		text-align: center;
	}
	.glassthickness-section-50right a{
		margin: 0 auto;
		font-size: 14px;
		color: #fff;
		text-align: center;
	}

	.glassthickness-section-50right a:hover{
		text-decoration: underline;
		padding: 0 0 0 15px;
	}
	
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	
	.header-section {
		margin:0 auto;
		padding:0 0;
		position:fixed;
		z-index:999;
		left:0;
		right:0;
		background:#fff;
		text-align: center;
	}

	.header-section-left{
		margin: 0;
		padding: 0;
	}

	.header-section-left h1{
		font-size: 12px;
		padding-top: 35px;
	}

	.header-section-middle{
		margin: 0;
		padding: 5px 0 0 0;
		text-align: center;
	}

	.header-section-right{
		margin: 0;
		padding: 30px 0 0 0;
		text-align: right;
	}

	.logo {color:#FC0 !important;}
	.logo img {width:70%; margin:0; padding:0;}

	.navbar-toggler {
		color:#CCC !important;
	}

	.call {margin:-6px 0 0 0; padding:0; font-weight:200; font-size:18px; letter-spacing:0.8px;}
	.fa-mobile-alt {font-size:18px; color:#ee713a;}

	.social-icon {
		margin: 0 auto;
	}

	a.fb {color:#000; font-size:14px; margin-right:10px; }
	a.fb:hover {color:#06C; font-size:14px; margin-right:10px;}
	a.tweeter {color:#000;font-size:14px; margin-right:10px;}
	a.tweeter:hover {color:#09C;font-size:14px;}
	a.instagram {color:#000;font-size:14px;margin-right:10px;}
	a.instagram:hover {color:#906;font-size:14px;}
	a.whatsup {color:#000;font-size:14px;margin-right:10px;}
	a.whatsup:hover {color:#146C03;font-size:14px;}

	.banner-section {
		margin:0;
		padding:0;
	}

	.social {
		font-size:16px;
		color:#C00;
	}

	.welcome-section {
		margin: 0 auto;
		padding:30px 0;
	}

	.welcome-section-left{
		margin:0;
		padding:0 20px 25px 20px;
	}

	.welcome-section-left h1{
		font-size:22px;
		color: #000;
		line-height:24px;
		text-transform: uppercase;
		margin:0;
		padding:25px 10px 0 0;
		font-weight: 400;
	}

	.line-welcome {
		width: 20%;
		height: 1px;
		margin: 12px 0;
		background: #bd152a;
	}

	.welcome-section-left p{
		font-size: 14px;
		color: #333;
		line-height:24px;
		margin:0;
		padding:0 0 0 0;
		font-weight: 400;
	}


	.welcome-section-right{
		margin:0;
		padding:0;
	}

	.pro-section-home {
		margin: 0 auto;
		padding: 35px 0 25px 0;
		background: #f1f3f4;
		text-align: center;
	}

	.pro-section-home h1{
		font-size: 24px;
		color: #000;
		text-transform: uppercase;
		margin:0 auto;
		padding:0;
		font-weight: 300;
	}

	.pro-section-home p{
		font-size: 14px;
		color: #000;
		line-height: 32px;
		margin:0 auto;
		padding:0 0 10px 0;
	}

	.pro-section-home-col {
		width: 30%;
		height: auto;
		margin: 15px 15px;
		float: left;
		text-align: center!important;
	}

	.pro-section-home-col h2{
		font-size: 18px;
		color: #000;
		text-align: center;
		padding: 12px 15px;
		margin: 0 auto;
		background: #fff;
		border-radius: 50px;
		margin-top: -75px;
		z-index: 99;
		display: block;
		position: absolute;
	}

	.moto-section {
		margin: 0 auto;
		padding: 75px 0;
		background:url(../images/ourmotto.jpg) center fixed #000;
		background-size: cover;
	}

	.moto-section-right {
		margin:0;
		padding: 150px 20px 0 20px;
	}

	.moto-section-right h2{
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
		margin:0 auto;
		padding:0;
		font-weight: 600;
	}

	.moto-section-right h1{
		font-size: 40px;
		color: #fff;
		line-height:40px;
		text-transform: uppercase;
		margin:0 auto;
		padding:0;
		font-weight: 200;
	}

	.moto-section-right p{
		font-size: 14px;
		color: #fff;
		line-height: 20px;
		margin:0 auto;
		padding:0 10px 0 0;
		font-weight: 400;
	}

	.usa-section {
		margin: 0 auto;
		padding:35px 0;
		height: auto;
		width: 100%;
	}

	.usa-section-main {
		margin: 0 auto;
		padding:0 0;
		background:#1a2424;
		height: auto;
		width: 100%;
	}

	.usa-section-colleft{
		width:100%;
		height: auto;
		float:left;
		padding: 25px;
	}

	.line-usa {
		background: #dd9f41;
		height: 1px;
		width: 15%;
		margin: 15px 0;
		padding: 0;
	}

	.usa-section-colleft h1{
		font-size: 24px;
		color: #dd9f41;
		line-height:36px;
		text-transform: uppercase;
		margin:0;
		padding:10px 0 0 0;
		font-weight: 200;
	}

	.usa-section-colleft p{
		font-size: 13px;
		color: #fff;
		line-height: 22px;
		margin:0 auto;
		padding:0 0 0 0;
		font-weight: 300;
	}

	.usa-section-colright{
		width: 100%;
		height: auto;
		float:left;
	}

	.icon-section {
		margin: 0 auto;
		padding:0 0 35px 0;
		height: auto;
		width: 100%;
		text-align: center;
	}

	.icon-section-col{
		width: 33%;
		float:left;
		margin: 0;
		padding: 0 0 15px 0;
	}

	.icon-section-col img{
		margin-bottom: 15px;
	}

	.line-icontitle {
		margin: 10px auto;
		padding: 0;
		height: 1px;
		width: 15%;
		background: #E5060A;
	}

	.icon-section-col h1{
		font-size: 13px;
		color: #000;
		margin:0 auto;
		padding: 0;
		font-weight: 500;
		text-transform: uppercase;
	}

	.icon-section-col p{
		font-size: 14px;
		color: #000;
		margin: 0 auto;
		padding: 0 10px;
		font-weight: 300;
	}

	.partner-section {
		margin: 0 auto;
		padding:0 0 25px 0;
		height: auto;
		text-align: center;
	}

	.partner-section h1{
		font-size: 20px;
		color: #000;
		margin:0 auto;
		padding: 0 0 15px 0;
		font-weight: 400;
		text-transform: uppercase;
	}

	.footer-section2 {
		margin: 0 auto;
		padding:15px 0;
		background: #000;
		height: auto;
		text-align: left;
	}

	.footer-section2-col1 {
		margin: 0;
		padding: 15px 0;
		
	}

	.footer-section2-col2 {
		margin: 0;
		padding: 0;
	}

	.footer-section2-col2 h1{
		font-size: 16px;
		color: #fff;
		margin:0 auto;
		padding:20px 25px;
		font-weight: 200;
	}

	.footer-section {
		margin: 0 auto;
		padding: 35px 0;
		background: url(../images/bg-footer.jpg) repeat;
		text-align: left;
	}

	.footer-section-left{
		margin: 0;
		padding: 0;
	}

	.footer-section-left ul{
		margin: 0 0 0 0;
		padding: 0;
	}

	.footer-section-left ul li{
		margin: 0;
		padding: 0 5px;
		list-style: none;
		display: inline;	
	}

	.footer-section-left ul li a{
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		font-weight: 300;
		letter-spacing: 0.8px;
	}

	.footer-section-left p{
		font-size: 11px;
		color: #fff;
		font-weight: 300;
		padding: 5px 5px;
		letter-spacing: 0.5px;
	}

	.footer-section-left a{
		color: #fff;
	}

	.footer-section-left a:hover{
		color: #ccc;
	}

	.footer-section-right{
		margin: 0;
		padding: 0;
	}
	
	.banner-section-inner {
		margin: 0 auto;
		padding: 35px 0 35px 0;
		background: url(../images/bg-banner-inner.jpg) center repeat-x #000;
		height: auto;
	}

	.banner-section-inner h1{
		font-size: 18px;
		text-transform: uppercase;
		margin: 0 auto;
		padding:0 0 0 0;
		font-weight: 300;
		color: #fff;
		text-align: center;
	}

	.body-section-inner {
		padding: 35px 0;
		margin: 0 auto;
	}

	.pro-section-inner {
		margin: 0 auto 25px auto;
		padding:0 15px 25px 15px;
		border-bottom: 1px solid #ccc;
	}

	.pro-section-inner h1{
		font-size: 20px;
		margin: 0;
		padding: 0 0 25px 0;
		text-align: center;
		color: #cd051e;
		font-weight: 300;
	}

	.pro-section-inner-left {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0 10px;
	}

	.pro-section-inner-left img{
		border-radius: 0 15px 0 15px;
		margin-bottom: 15px;
	}

	.pro-section-inner-right {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0 15px;
	}

	.pro-section-inner h2{
		font-size: 18px;
		margin: 0;
		padding: 0;
		text-align: left;
		color: #000;
	}

	.line-title-proinner {
		width: 10%;
		height: 1px;
		background: #cd051e;
		margin: 15px 0;
		padding: 0;
	}

	.pro-section-inner p{
		font-size: 13px;
		margin: 0;
		padding: 0 0 0 0;
		text-align: left;
		color: #333;
		line-height: 20px;
	}

	.pro-section-inner p span{
		color: #cd051e;
	}
	
	.contact-section {
		padding:0;
		background:#fff;
	}

	.contact-section h2{
		font-size:16px;
		color:#333;
		font-weight:300;
		line-height:22px;
		text-align:center;
		margin:0 0 40px 0;
		padding:0 20px;
		text-transform:none;
	}

	.col-contact {
		width:auto;
		height:auto;
		margin:0;
		padding:10px 10px;
		background:none;
		border-right:1px dashed #d6d6d6;
		text-align:center;
	}

	.col-contact a{
		color:#C70202;
		text-decoration:underline;
	}

	.col-contact a:hover{
		color: #000;
		text-decoration: none;
	}

	.col-contact img {
		width: 15%;
	}
	
	.col-contact h1{
		font-size:18px;
		color:#000;
		font-weight:500;
		text-align:center;
		margin:10px 0 5px 0;
		padding-bottom:0;
		text-transform:uppercase;
	}

	.col-contact p{
		font-style: normal;
		font-weight:400;
		color:#333;
		font-size:14px;
		line-height:22px;
		margin:0;
		padding:5px 10px 10px 10px;
	}

	.col-contact p span{
		font-size:20px;
		font-weight:300;
		color:#333;	
		padding-top: 10px;
	}

	.map-section {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		height: 250px;
		border-top: 1px solid #666;
	}
	
	.testimonials-section {
		margin:0 auto;
		padding:0;
	}

	.testimonials-col {
		float:left;
		width:40%;
		margin:0 20px 20px 15px;
		padding:20px 15px;
		text-align:center;
		border:1px solid #fff;
		box-shadow:1px 0px 7px #CCC;
		height:auto;
	}

	.testimonials-col img {
		width:150px;
		height:150px;
		border-radius:100px;
		border:2px solid #CCC;
		padding:5px;
	}

	.testimonials-col h1{
		font-size:16px;
		text-transform:uppercase;
		color:#C00;
		margin:0 auto;
		padding:10px 0 0 0;
		font-weight:normal;
		text-align:center;
	}

	.testimonials-col h2{
		font-size:13px;
		text-transform:uppercase;
		color:#333;
		line-height: 24px;
		margin:10px auto;
		padding:5px;
		display:table;
		border-top:1px solid #666;
		border-bottom:1px solid #666;
		font-weight:400;
		letter-spacing:0.8px;
		text-align:center;
	}

	.testimonials-col p{
		font-size:13px;
		color:#000;
		margin:0 auto;
		line-height: 18px;
		padding:10px 8px;
		font-weight:300;
		text-align:center;
	}

	.fa-star {
		font-size:14px;
		color:#e1b700;
		margin:10px 0 0 0;
		padding:0 1px;
	}
	
	.profile-section-inner {
		margin: 0 auto;
		padding: 0;
	}

	.profile-section-inner h1{
		font-size:24px;
		color:#C50003;
		margin:0;
		padding:0;
		font-weight:400;
		letter-spacing:0.8px;
	}

	.profile-section-inner p{
		font-size:13px;
		color:#333;
		margin:0;
		line-height: 20px;
		padding:10px 0;
		font-weight:300;
		text-align:left;
	}

	.whyus-section-inner {
		margin: 0 auto;
		padding:35px 0;
		background: #e0e1e1;
	}

	.whyus-section-inner-left{
		margin: 0;
		padding: 0;
	}

	.whyus-section-inner-left img{
		margin: 0 10px;
		width: 95%;
		border-radius: 0 75px 0 75px;
		-webkit-border-radius: 0 75px 0 75px;
		-moz-border-radius: 0 75px 0 75px;
	}

	.whyus-section-inner-left img{
		border-left: 10px solid #fff;
		border-right: 10px solid #fff;
	}

	.whyus-section-inner-right{
		margin: 0;
		padding: 0 15px;
	}

	.whyus-section-inner-right h1{
		font-size:20px;
		color:#C50003;
		margin:0;
		padding:0 0 0 0;
		font-weight:400;
		letter-spacing:0.8px;
	}

	.whyus-section-inner-right p{
		font-size:13px;
		color:#000;
		margin:0;
		line-height: 20px;
		padding:10px 0;
		font-weight:400;
		text-align:left;
	}

	.vision-section-inner {
		margin: 0 auto;
		padding:35px 0;
	}

	.vision-section-inner-col {
		float: left;
		width: 100%;
		margin: 0 0 25px 0;
		padding: 0;
		text-align: center;
	}

	.vision-section-inner-col h1{
		font-size:18px;
		color:#C50003;
		margin:0;
		padding:10px 0 0 0;
		font-weight:400;
		letter-spacing:0.8px;
	}

	.vision-section-inner-col p{
		font-size:13px;
		color:#000;
		margin:0;
		line-height: 20px;
		padding:0 25px;
		font-weight:300;
	}
	
	.glassthickness-section02 {
		margin: 0 auto;
		padding:25px 0 15px 0;
	}

	.glassthickness-section02 h1{
		font-size:16px;
		color:#333;
		margin:0;
		line-height: 22px;
		padding:10px 20px;
		text-align: center;
		font-weight:300;
		letter-spacing:0.8px;
	}

	.glassthickness-pro-section {
		margin: 15px auto;
		padding: 0 0 0 0;		
		border-bottom: none;
	}

	.glassthickness-pro-section-left{
		margin: 0;
		padding: 0;
	}

	.glassthickness-pro-section-right{
		margin: 0;
		padding: 10px 10px;
	}

	.glassthickness-pro-section-right h1{
		font-size:16px;
		color:#333;
		margin:0;
		line-height: 20px;
		padding:10px 0 0 0;
		text-align:left;
		font-weight:500;
		letter-spacing:0.8px;
	}

	.glassthickness-pro-section-right p{
		font-size:13px;
		color:#333;
		margin:0;
		line-height: 20px;
		padding:10px 0;
		text-align:left;
		font-weight:300;
		letter-spacing:0.8px;
	}

	.glassthickness-pro-section-right p strong{
		font-weight: 500;
	}
	
	.glassthickness-section {
		margin: 0 auto;
		padding: 0 0;
		width: 100%;
		height: auto;
	}

	.glassthickness-section-50left{
		margin: 0;
		padding:20px 0;
		width: 100%;
		float: left;
		background: #000000;
		text-align: center;
	}

	.glassthickness-section-50left a{
		margin: 0 auto;
		font-size: 14px;
		color: #fff;
		text-align: center;
	}

	.glassthickness-section-50left a:hover{
		text-decoration: underline;
		padding: 0 0 0 15px;
	}

	.glassthickness-section-50right{
		margin: 0;
		padding:20px 0;
		width: 100%;
		float: left;
		background: #bd152a;
		text-align: center;
	}
	.glassthickness-section-50right a{
		margin: 0 auto;
		font-size: 14px;
		color: #fff;
		text-align: center;
	}

	.glassthickness-section-50right a:hover{
		text-decoration: underline;
		padding: 0 0 0 15px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.header-section {
		margin:0 auto;
		padding:0 0;
		position:fixed;
		z-index:999;
		left:0;
		right:0;
		background:#fff;
		text-align: center;
	}

	.header-section-left{
		margin: 0;
		padding: 0;
	}

	.header-section-left h1{
		font-size: 12px;
		padding-top: 35px;
	}

	.header-section-middle{
		margin: 0;
		padding: 5px 0 0 0;
		text-align: center;
	}

	.header-section-right{
		margin: 0;
		padding: 30px 0 0 0;
		text-align: right;
	}

	.logo {color:#FC0 !important;}
	.logo img {width:70%; margin:0; padding:0;}

	.navbar-toggler {
		color:#CCC !important;
	}

	.call {margin:-6px 0 0 0; padding:0; font-weight:200; font-size:18px; letter-spacing:0.8px;}
	.fa-mobile-alt {font-size:18px; color:#ee713a;}

	.social-icon {
		margin: 0 auto;
	}

	a.fb {color:#000; font-size:14px; margin-right:10px; }
	a.fb:hover {color:#06C; font-size:14px; margin-right:10px;}
	a.tweeter {color:#000;font-size:14px; margin-right:10px;}
	a.tweeter:hover {color:#09C;font-size:14px;}
	a.instagram {color:#000;font-size:14px;margin-right:10px;}
	a.instagram:hover {color:#906;font-size:14px;}
	a.whatsup {color:#000;font-size:14px;margin-right:10px;}
	a.whatsup:hover {color:#146C03;font-size:14px;}

	.banner-section {
		margin:0;
		padding:0;
	}

	.social {
		font-size:16px;
		color:#C00;
	}

	.welcome-section {
		margin: 0 auto;
		padding:30px 0;
	}

	.welcome-section-left{
		margin:0;
		padding:0 20px 25px 20px;
	}

	.welcome-section-left h1{
		font-size:22px;
		color: #000;
		line-height:24px;
		text-transform: uppercase;
		margin:0;
		padding:25px 40px 0 0;
		font-weight: 400;
	}

	.line-welcome {
		width: 20%;
		height: 1px;
		margin: 12px 0;
		background: #bd152a;
	}

	.welcome-section-left p{
		font-size: 14px;
		color: #333;
		line-height:24px;
		margin:0;
		padding:0 0 0 0;
		font-weight: 400;
	}


	.welcome-section-right{
		margin:0;
		padding:0;
	}

	.pro-section-home {
		margin: 0 auto;
		padding: 35px 0 25px 0;
		background: #f1f3f4;
		text-align: center;
	}

	.pro-section-home h1{
		font-size: 24px;
		color: #000;
		text-transform: uppercase;
		margin:0 auto;
		padding:0;
		font-weight: 300;
	}

	.pro-section-home p{
		font-size: 14px;
		color: #000;
		line-height: 32px;
		margin:0 auto;
		padding:0 0 10px 0;
	}

	.pro-section-home-col {
		width: 30%;
		height: auto;
		margin: 15px 15px;
		float: left;
		text-align: center!important;
	}

	.pro-section-home-col h2{
		font-size: 18px;
		color: #000;
		text-align: center;
		padding: 12px 15px;
		margin: 0 auto;
		background: #fff;
		border-radius: 50px;
		margin-top: -75px;
		z-index: 99;
		display: block;
		position: absolute;
	}

	.moto-section {
		margin: 0 auto;
		padding: 75px 0;
		background:url(../images/ourmotto.jpg) center fixed #000;
		background-size: cover;
	}

	.moto-section-right {
		margin:0;
		padding: 150px 20px 0 20px;
	}

	.moto-section-right h2{
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
		margin:0 auto;
		padding:0;
		font-weight: 600;
	}

	.moto-section-right h1{
		font-size: 40px;
		color: #fff;
		line-height:40px;
		text-transform: uppercase;
		margin:0 auto;
		padding:0;
		font-weight: 200;
	}

	.moto-section-right p{
		font-size: 14px;
		color: #fff;
		line-height: 20px;
		margin:0 auto;
		padding:0 10px 0 0;
		font-weight: 400;
	}

	.usa-section {
		margin: 0 auto;
		padding:35px 0;
		height: auto;
		width: 100%;
	}

	.usa-section-main {
		margin: 0 auto;
		padding:0 0;
		background:#1a2424;
		height: auto;
		width: 100%;
	}

	.usa-section-colleft{
		width:100%;
		height: auto;
		float:left;
		padding: 25px;
	}

	.line-usa {
		background: #dd9f41;
		height: 1px;
		width: 15%;
		margin: 15px 0;
		padding: 0;
	}

	.usa-section-colleft h1{
		font-size: 24px;
		color: #dd9f41;
		line-height:36px;
		text-transform: uppercase;
		margin:0;
		padding:10px 0 0 0;
		font-weight: 200;
	}

	.usa-section-colleft p{
		font-size: 13px;
		color: #fff;
		line-height: 22px;
		margin:0 auto;
		padding:0 0 0 0;
		font-weight: 300;
	}

	.usa-section-colright{
		width: 100%;
		height: auto;
		float:left;
	}

	.icon-section {
		margin: 0 auto;
		padding:0 0 35px 0;
		height: auto;
		width: 100%;
		text-align: center;
	}

	.icon-section-col{
		width: 33%;
		float:left;
		margin: 0;
		padding: 0 0 15px 0;
	}

	.icon-section-col img{
		margin-bottom: 15px;
	}

	.line-icontitle {
		margin: 10px auto;
		padding: 0;
		height: 1px;
		width: 15%;
		background: #E5060A;
	}

	.icon-section-col h1{
		font-size: 13px;
		color: #000;
		margin:0 auto;
		padding: 0;
		font-weight: 500;
		text-transform: uppercase;
	}

	.icon-section-col p{
		font-size: 14px;
		color: #000;
		margin: 0 auto;
		padding: 0 10px;
		font-weight: 300;
	}

	.partner-section {
		margin: 0 auto;
		padding:0 0 25px 0;
		height: auto;
		text-align: center;
	}

	.partner-section h1{
		font-size: 20px;
		color: #000;
		margin:0 auto;
		padding: 0 0 15px 0;
		font-weight: 400;
		text-transform: uppercase;
	}

	.footer-section2 {
		margin: 0 auto;
		padding:15px 0;
		background: #000;
		height: auto;
		text-align: left;
	}

	.footer-section2-col1 {
		margin: 0;
		padding: 15px 0;
		
	}

	.footer-section2-col2 {
		margin: 0;
		padding: 0;
	}

	.footer-section2-col2 h1{
		font-size: 16px;
		color: #fff;
		margin:0 auto;
		padding:45px 25px;
		font-weight: 200;
	}

	.footer-section {
		margin: 0 auto;
		padding: 35px 0;
		background: url(../images/bg-footer.jpg) repeat;
		text-align: left;
	}

	.footer-section-left{
		margin: 0;
		padding: 0;
	}

	.footer-section-left ul{
		margin: 35px 0 0 0;
		padding: 0;
	}

	.footer-section-left ul li{
		margin: 0;
		padding: 0 3px;
		list-style: none;
		display: inline;	
	}

	.footer-section-left ul li a{
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		font-weight: 300;
		letter-spacing: 0.8px;
	}

	.footer-section-left p{
		font-size: 11px;
		color: #fff;
		font-weight: 300;
		padding: 5px 5px;
		letter-spacing: 0.5px;
	}

	.footer-section-left a{
		color: #fff;
	}

	.footer-section-left a:hover{
		color: #ccc;
	}

	.footer-section-right{
		margin: 0;
		padding: 0;
	}
	
	.banner-section-inner {
		margin: 0 auto;
		padding: 35px 0 35px 0;
		background: url(../images/bg-banner-inner.jpg) center repeat-x #000;
		height: auto;
	}

	.banner-section-inner h1{
		font-size: 20px;
		text-transform: uppercase;
		margin: 0 auto;
		padding: 25px 0 0 0;
		font-weight: 300;
		color: #fff;
	}

	.body-section-inner {
		padding:35px 0;
		margin: 0 auto;
	}

	.pro-section-inner {
		margin: 0 auto 35px auto;
		padding:0 0 35px 0;
		border-bottom: 1px solid #ccc;
	}

	.pro-section-inner h1{
		font-size: 22px;
		margin: 0;
		padding: 0 0 25px 15px;
		text-align: left;
		color: #cd051e;
		font-weight: 300;
	}

	.pro-section-inner-left {
		width: 45%;
		float: left;
		margin: 0;
		padding: 0 0 0 35px;
	}

	.pro-section-inner-left img{
		border-radius: 0 35px 0 35px;
	}

	.pro-section-inner-right {
		width: 55%;
		float: left;
		margin: 0;
		padding: 0 0 0 25px;
	}

	.pro-section-inner h2{
		font-size:18px;
		margin: 0;
		padding: 0;
		text-align: left;
		color: #000;
	}

	.line-title-proinner {
		width: 10%;
		height: 1px;
		background: #cd051e;
		margin: 10px 0;
		padding: 0;
	}

	.pro-section-inner p{
		font-size: 13px;
		margin: 0;
		padding: 0 0 0 0;
		text-align: left;
		color: #333;
		line-height: 20px;
	}

	.pro-section-inner p span{
		color: #cd051e;
	}

	.contact-section {
		padding:0;
		background:#fff;
	}

	.contact-section h2{
		font-size:16px;
		color:#333;
		font-weight:300;
		line-height:22px;
		text-align:center;
		margin:0 0 40px 0;
		padding:0 20px;
		text-transform:none;
	}

	.col-contact {
		width:auto;
		height:auto;
		margin:0;
		padding:10px 10px;
		background:none;
		border-right:1px dashed #d6d6d6;
		text-align:center;
	}

	.col-contact a{
		color:#C70202;
		text-decoration:underline;
	}

	.col-contact a:hover{
		color: #000;
		text-decoration: none;
	}

	.col-contact img {
		width: 15%;
	}
	
	.col-contact h1{
		font-size:18px;
		color:#000;
		font-weight:500;
		text-align:center;
		margin:10px 0 5px 0;
		padding-bottom:0;
		text-transform:uppercase;
	}

	.col-contact p{
		font-style: normal;
		font-weight:400;
		color:#333;
		font-size:14px;
		line-height:22px;
		margin:0;
		padding:5px 10px 10px 10px;
	}

	.col-contact p span{
		font-size:20px;
		font-weight:300;
		color:#333;	
		padding-top: 10px;
	}

	.map-section {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		height: 250px;
		border-top: 1px solid #666;
	}
	
	.testimonials-section {
		margin:0 auto;
		padding:0;
	}

	.testimonials-col {
		float:left;
		width:45%;
		margin:0 20px 20px 15px;
		padding:20px 15px;
		text-align:center;
		border:1px solid #fff;
		box-shadow:1px 0px 7px #CCC;
		height:auto;
	}

	.testimonials-col img {
		width:150px;
		height:150px;
		border-radius:100px;
		border:2px solid #CCC;
		padding:5px;
	}

	.testimonials-col h1{
		font-size:16px;
		text-transform:uppercase;
		color:#C00;
		margin:0 auto;
		padding:10px 0 0 0;
		font-weight:normal;
		text-align:center;
	}

	.testimonials-col h2{
		font-size:13px;
		text-transform:uppercase;
		color:#333;
		line-height: 24px;
		margin:10px auto;
		padding:5px;
		display:table;
		border-top:1px solid #666;
		border-bottom:1px solid #666;
		font-weight:400;
		letter-spacing:0.8px;
		text-align:center;
	}

	.testimonials-col p{
		font-size:13px;
		color:#000;
		margin:0 auto;
		line-height: 18px;
		padding:10px 8px;
		font-weight:300;
		text-align:center;
	}

	.fa-star {
		font-size:14px;
		color:#e1b700;
		margin:10px 0 0 0;
		padding:0 1px;
	}
	
	.profile-section-inner {
		margin: 0 auto;
		padding: 0;
	}

	.profile-section-inner h1{
		font-size:24px;
		color:#C50003;
		margin:0;
		padding:0;
		font-weight:400;
		letter-spacing:0.8px;
	}

	.profile-section-inner p{
		font-size:13px;
		color:#333;
		margin:0;
		line-height: 24px;
		padding:10px 0;
		font-weight:300;
		text-align:left;
	}

	.whyus-section-inner {
		margin: 0 auto;
		padding:35px 0;
		background: #e0e1e1;
	}

	.whyus-section-inner-left{
		margin: 0;
		padding: 0;
	}

	.whyus-section-inner-left img{
		margin: 0 10px;
		width: 95%;
		border-radius: 0 75px 0 75px;
		-webkit-border-radius: 0 75px 0 75px;
		-moz-border-radius: 0 75px 0 75px;
	}

	.whyus-section-inner-left img{
		border-left: 10px solid #fff;
		border-right: 10px solid #fff;
	}

	.whyus-section-inner-right{
		margin: 0;
		padding: 0 15px;
	}

	.whyus-section-inner-right h1{
		font-size:20px;
		color:#C50003;
		margin:0;
		padding:35px 0 0 0;
		font-weight:400;
		letter-spacing:0.8px;
	}

	.whyus-section-inner-right p{
		font-size:13px;
		color:#000;
		margin:0;
		line-height: 20px;
		padding:10px 0;
		font-weight:400;
		text-align:left;
	}

	.vision-section-inner {
		margin: 0 auto;
		padding:35px 0;
	}

	.vision-section-inner-col {
		float: left;
		width: 48%;
		margin: 0 0 25px 0;
		padding: 0;
		text-align: center;
	}

	.vision-section-inner-col h1{
		font-size:18px;
		color:#C50003;
		margin:0;
		padding:10px 0 0 0;
		font-weight:400;
		letter-spacing:0.8px;
	}

	.vision-section-inner-col p{
		font-size:13px;
		color:#000;
		margin:0;
		line-height: 20px;
		padding:0 25px;
		font-weight:300;

	}
	
	.glassthickness-section02 {
		margin: 0 auto;
		padding:25px 0 15px 0;
	}

	.glassthickness-section02 h1{
		font-size:16px;
		color:#333;
		margin:0;
		line-height: 22px;
		padding:10px 20px;
		text-align: center;
		font-weight:300;
		letter-spacing:0.8px;
	}

	.glassthickness-pro-section {
		margin: 15px auto;
		padding: 0 0 15px 0;		
	}

	.glassthickness-pro-section-left{
		margin: 0;
		padding: 0;
	}

	.glassthickness-pro-section-right{
		margin: 0;
		padding: 30px 30px;
	}

	.glassthickness-pro-section-right h1{
		font-size:16px;
		color:#333;
		margin:0;
		line-height: 20px;
		padding:10px 0 0 0;
		text-align:left;
		font-weight:500;
		letter-spacing:0.8px;
	}

	.glassthickness-pro-section-right p{
		font-size:13px;
		color:#333;
		margin:0;
		line-height: 20px;
		padding:10px 0;
		text-align:left;
		font-weight:300;
		letter-spacing:0.8px;
	}

	.glassthickness-pro-section-right p strong{
		font-weight: 500;
	}
	
	.glassthickness-section {
		margin: 0 auto;
		padding: 0 0;
		width: 100%;
		height: auto;
	}

	.glassthickness-section-50left{
		margin: 0;
		padding:20px 0;
		width: 50%;
		float: left;
		background: #000000;
		text-align: center;
	}

	.glassthickness-section-50left a{
		margin: 0 auto;
		font-size: 14px;
		color: #fff;
		text-align: center;
	}

	.glassthickness-section-50left a:hover{
		text-decoration: underline;
		padding: 0 0 0 15px;
	}

	.glassthickness-section-50right{
		margin: 0;
		padding:20px 0;
		width: 50%;
		float: left;
		background: #bd152a;
		text-align: center;
	}
	.glassthickness-section-50right a{
		margin: 0 auto;
		font-size: 14px;
		color: #fff;
		text-align: center;
	}

	.glassthickness-section-50right a:hover{
		text-decoration: underline;
		padding: 0 0 0 15px;
	}
	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 	
	.header-section {
		margin:0 auto;
		padding:0 0;
		position:fixed;
		z-index:999;
		left:0;
		right:0;
		background:#fff;
	}

	.header-section-left{
		margin: 0;
		padding: 0;
	}

	.header-section-left h1{
		font-size: 18px;
		padding-top: 45px;
	}

	.header-section-middle{
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.header-section-right{
		margin: 0;
		padding: 45px 0 0 0;
		text-align: right;
	}

	.logo {color:#FC0 !important;}
	.logo img {width:100%; margin:0; padding:0;}

	.navbar-toggler {
		color:#CCC !important;
	}

	.call {margin:-6px 0 0 0; padding:0; font-weight:200; font-size:18px; letter-spacing:0.8px;}
	.fa-mobile-alt {font-size:18px; color:#ee713a;}

	.social-icon {
		margin: 0 auto;
	}

	a.fb {color:#000; font-size:18px; margin-right:12px; }
	a.fb:hover {color:#06C; font-size:18px; margin-right:12px;}
	a.tweeter {color:#000;font-size:18px; margin-right:12px;}
	a.tweeter:hover {color:#09C;font-size:18px;}
	a.instagram {color:#000;font-size:18px;margin-right:12px;}
	a.instagram:hover {color:#906;font-size:18px;}
	a.whatsup {color:#000;font-size:18px;margin-right:12px;}
	a.whatsup:hover {color:#146C03;font-size:18px;}

	.banner-section {
		margin:0;
		padding:0;
	}

	.social {
		font-size:16px;
		color:#C00;
	}

	.welcome-section {
		margin: 0 auto;
		padding: 75px 0;
	}

	.welcome-section-left{
		margin:0;
		padding:0;
	}

	.welcome-section-left h1{
		font-size: 40px;
		color: #000;
		line-height:48px;
		text-transform: uppercase;
		margin:0;
		padding:25px 70px 0 0;
		font-weight: 300;
	}

	.line-welcome {
		width: 20%;
		height: 1px;
		margin: 20px 0;
		background: #bd152a;
	}

	.welcome-section-left p{
		font-size: 16px;
		color: #333;
		line-height:26px;
		margin:0;
		padding:0 25px 0 0;
	}


	.welcome-section-right{
		margin:0;
		padding:0;
	}

	.pro-section-home {
		margin: 0 auto;
		padding: 55px 0 35px 0;
		background: #f1f3f4;
		text-align: center;
	}

	.pro-section-home h1{
		font-size: 30px;
		color: #000;
		line-height: 32px;
		text-transform: uppercase;
		margin:0 auto;
		padding:0;
		font-weight: 300;
	}

	.pro-section-home p{
		font-size: 16px;
		color: #000;
		line-height: 32px;
		margin:0 auto;
		padding:0;
	}

	.pro-section-home-col {
		width: 30%;
		height: auto;
		margin: 15px 15px;
		float: left;
		text-align: center!important;
	}

	.pro-section-home-col h2{
		font-size: 18px;
		color: #000;
		text-align: center;
		padding: 12px 15px;
		margin: 0 auto;
		background: #fff;
		border-radius: 50px;
		margin-top: -75px;
		z-index: 99;
		display: block;
		position: absolute;
	}
	
	.moto-section {
		margin: 0 auto;
		padding: 75px 0;
		background:url(../images/ourmotto.jpg) center fixed #000;
		background-size: cover;
	}

	.moto-section-right {
		margin:0;
		padding: 250px 80px 0 80px;
	}

	.moto-section-right h2{
		font-size: 30px;
		color: #fff;
		line-height: 32px;
		text-transform: uppercase;
		margin:0 auto;
		padding:0;
		font-weight: 600;
	}

	.moto-section-right h1{
		font-size: 50px;
		color: #fff;
		line-height:60px;
		text-transform: uppercase;
		margin:0 auto;
		padding:0;
		font-weight: 200;
	}

	.moto-section-right p{
		font-size: 15px;
		color: #fff;
		line-height: 24px;
		margin:0 auto;
		padding:0 50px 0 0;
		font-weight: 200;
	}

	.usa-section {
		margin: 0 auto;
		padding:55px 0;
		height: auto;
		width: 100%;
	}

	.usa-section-main {
		margin: 0 auto;
		padding:0 0;
		background:#1a2424;
		height: auto;
		width: 100%;
	}

	.usa-section-colleft{
		width: 40%;
		height: auto;
		float:left;
		padding:25px;
	}

	.line-usa {
		background: #dd9f41;
		height: 1px;
		width: 15%;
		margin: 15px 0;
		padding: 0;
	}

	.usa-section-colleft h1{
		font-size: 18px;
		color: #dd9f41;
		line-height:26px;
		text-transform: uppercase;
		margin:0;
		padding:10px 0 0 0;
		font-weight: 200;
	}

	.usa-section-colleft p{
		font-size: 13px;
		color: #fff;
		line-height: 20px;
		margin:0 auto;
		padding:0 0 0 0;
		font-weight: 300;
	}

	.usa-section-colright{
		width: 60%;
		height: auto;
		float:left;
	}

	.icon-section {
		margin: 0 auto;
		padding:0 0 75px 0;
		height: auto;
		width: 100%;
		text-align: center;
	}

	.icon-section-col{
		width: 33%;
		float:left;
		margin: 0;
		padding: 0 0 15px 0;
	}

	.icon-section-col img{
		margin-bottom: 15px;
	}

	.line-icontitle {
		margin: 15px auto;
		padding: 0;
		height: 1px;
		width: 15%;
		background: #E5060A;
	}

	.icon-section-col h1{
		font-size: 18px;
		color: #000;
		margin:0 auto;
		padding: 0;
		font-weight: 500;
		text-transform: uppercase;
	}

	.icon-section-col p{
		font-size: 14px;
		color: #000;
		margin: 0 auto;
		padding: 0 55px;
		font-weight: 300;
	}

	.partner-section {
		margin: 0 auto;
		padding:0 0 75px 0;
		height: auto;
		text-align: center;
	}

	.partner-section h1{
		font-size: 24px;
		color: #000;
		margin:0 auto;
		padding: 0 0 15px 0;
		font-weight: 400;
		text-transform: uppercase;
	}

	.footer-section2 {
		margin: 0 auto;
		padding:0 0;
		background: url(../images/bg-footer-2.jpg) center no-repeat #000;
		height: auto;
	}

	.footer-section2-col1 {
		margin: 0;
		padding: 15px 0;
	}

	.footer-section2-col2 {
		margin: 0;
		padding: 0;
	}

	.footer-section2-col2 h1{
		font-size: 20px;
		color: #fff;
		margin:0 auto;
		padding:51px 35px;
		font-weight: 200;
	}

	.footer-section {
		margin: 0 auto;
		padding:35px 0;
		background: url(../images/bg-footer.jpg) repeat;
	}

	.footer-section-left{
		margin: 0;
		padding: 0;
	}

	.footer-section-left ul{
		margin: 95px 0 0 0;
		padding: 0;
	}

	.footer-section-left ul li{
		margin: 0;
		padding: 0 10px;
		list-style: none;
		display: inline;	
	}

	.footer-section-left ul li a{
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		font-weight: 300;
		letter-spacing: 0.8px;
	}

	.footer-section-left p{
		font-size: 11px;
		color: #fff;
		font-weight: 300;
		padding: 5px 0 0 15px;
		letter-spacing: 0.5px;
	}

	.footer-section-left a{
		color: #fff;
	}

	.footer-section-left a:hover{
		color: #ccc;
	}

	.footer-section-right{
		margin: 0;
		padding: 0;
	}
	
	.banner-section-inner {
		margin: 0 auto;
		padding: 45px 0 35px 0;
		background: url(../images/bg-banner-inner.jpg) center repeat-x #000;
		height: auto;
	}

	.banner-section-inner h1{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0 auto;
		padding: 35px 0 0 0;
		font-weight: 300;
		color: #fff;
	}

	.body-section-inner {
		padding:35px 0;
		margin: 0 auto;
	}

	.pro-section-inner {
		margin: 0 auto 35px auto;
		padding:0 0 35px 0;
		border-bottom: 1px solid #ccc;
	}

	.pro-section-inner h1{
		font-size: 24px;
		margin: 0;
		padding: 0 0 25px 15px;
		text-align: left;
		color: #cd051e;
		font-weight: 300;
	}

	.pro-section-inner-left {
		width: 45%;
		float: left;
		margin: 0;
		padding: 0 0 0 35px;
	}

	.pro-section-inner-left img{
		border-radius: 0 35px 0 35px;
	}

	.pro-section-inner-right {
		width: 55%;
		float: left;
		margin: 0;
		padding: 0 0 0 25px;
	}

	.pro-section-inner h2{
		font-size:20px;
		margin: 0;
		padding: 0;
		text-align: left;
		color: #000;
	}

	.line-title-proinner {
		width: 10%;
		height: 1px;
		background: #cd051e;
		margin: 10px 0;
		padding: 0;
	}

	.pro-section-inner p{
		font-size: 14px;
		margin: 0;
		padding: 0 0 0 0;
		text-align: left;
		color: #333;
		line-height: 22px;
	}

	.pro-section-inner p span{
		color: #cd051e;
	}
	
	.contact-section {
		padding:0;
		background:#fff;
	}

	.contact-section h2{
		font-size:20px;
		color:#333;
		font-weight:300;
		line-height:32px;
		text-align:center;
		margin:0 0 40px 0;
		padding:0 20px;
		text-transform:none;
	}

	.col-contact {
		width:auto;
		height:auto;
		margin:0;
		padding:10px 20px;
		background:none;
		border-right:1px dashed #d6d6d6;
		text-align:center;
	}

	.col-contact a{
		color:#C70202;
		text-decoration:underline;
	}

	.col-contact a:hover{
		color: #000;
		text-decoration: none;
	}

	.col-contact h1{
		font-size:20px;
		color:#000;
		font-weight:500;
		text-align:center;
		margin:20px 0 5px 0;
		padding-bottom:0;
		text-transform:uppercase;
	}

	.col-contact p{
		font-style: normal;
		font-weight:400;
		color:#333;
		font-size:15px;
		line-height:22px;
		margin:0;
		padding:5px 10px 10px 10px;
	}

	.col-contact p span{
		font-size:24px;
		font-weight:300;
		color:#333;	
	}

	.map-section {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		height: 450px;
		border-top: 1px solid #666;
	}
	
	.testimonials-col {
		float:left;
		width:30%;
		margin:0 30px 30px 0;
		padding:20px 15px;
		text-align:center;
		border:1px solid #fff;
		box-shadow:1px 0px 7px #CCC;
		height:450px;
	}

	.testimonials-col img {
		width:150px;
		height:150px;
		border-radius:100px;
		border:5px solid #CCC;
		padding:5px;
	}

	.testimonials-col h1{
		font-size:16px;
		text-transform:uppercase;
		color:#C00;
		margin:0 auto;
		padding:10px 0 0 0;
		font-weight:normal;
		text-align:center;
	}

	.testimonials-col h2{
		font-size:12px;
		text-transform:uppercase;
		color:#333;
		line-height: 20px;
		margin:10px auto;
		padding:5px;
		display:table;
		border-top:1px solid #666;
		border-bottom:1px solid #666;
		font-weight:400;
		letter-spacing:0.8px;
		text-align:center;
	}

	.testimonials-col p{
		font-size:13px;
		color:#000;
		margin:0 auto;
		line-height: 20px;
		padding:10px 25px;
		font-weight:300;
		text-align:center;
	}

	.fa-star {
		font-size:14px;
		color:#e1b700;
		margin:10px 0 0 0;
		padding:0 1px;
	}
	
	.profile-section-inner {
		margin: 0 auto;
		padding: 25px 0;
	}

	.profile-section-inner h1{
		font-size:24px;
		color:#C50003;
		margin:0;
		padding:0;
		font-weight:400;
		letter-spacing:0.8px;
	}

	.profile-section-inner p{
		font-size:18px;
		color:#333;
		margin:0;
		line-height: 30px;
		padding:10px 0;
		font-weight:300;
		text-align:left;
	}

	.whyus-section-inner {
		margin: 0 auto;
		padding: 75px 0;
		background: #e0e1e1;
	}

	.whyus-section-inner-left{
		margin: 0;
		padding: 0;
	}

	.whyus-section-inner-left img{
		width: 90%;
		border-radius: 0 75px 0 75px;
		-webkit-border-radius: 0 75px 0 75px;
		-moz-border-radius: 0 75px 0 75px;
	}

	.whyus-section-inner-left img{
		border-left: 10px solid #fff;
		border-right: 10px solid #fff;
	}

	.whyus-section-inner-right{
		margin: 0;
		padding: 0;
	}

	.whyus-section-inner-right h1{
		font-size:30px;
		color:#C50003;
		margin:0;
		padding:35px 0 0 0;
		font-weight:400;
		letter-spacing:0.8px;
	}

	.whyus-section-inner-right p{
		font-size:16px;
		color:#000;
		margin:0;
		line-height: 26px;
		padding:10px 100px 0 0;
		font-weight:400;
		text-align:left;
	}

	.vision-section-inner {
		margin: 0 auto;
		padding:75px 0;
	}

	.vision-section-inner-col {
		float: left;
		width: 48%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.vision-section-inner-col h1{
		font-size:20px;
		color:#C50003;
		margin:0;
		padding:10px 0 0 0;
		font-weight:400;
		letter-spacing:0.8px;
	}

	.vision-section-inner-col p{
		font-size:16px;
		color:#000;
		margin:0;
		line-height: 26px;
		padding:0 25px;
		font-weight:300;
	}
	
	.glassthickness-section {
		margin: 0 auto;
		padding:55px 0 35px 0;
	}

	.glassthickness-section h1{
		font-size:20px;
		color:#333;
		margin:0;
		line-height: 30px;
		padding:10px 80px;
		text-align: center;
		font-weight:300;
		letter-spacing:0.8px;
	}

	.glassthickness-pro-section {
		margin: 25px auto;
		padding: 0 0 25px 0;
		border-bottom: 1px solid #ccc;
	}

	.glassthickness-pro-section-left{
		margin: 0;
		padding: 0;
	}

	.glassthickness-pro-section-right{
		margin: 0;
		padding: 50px 50px;
	}

	.glassthickness-pro-section-right h1{
		font-size:26px;
		color:#333;
		margin:0;
		line-height: 30px;
		padding:10px 0;
		text-align:left;
		font-weight:500;
		letter-spacing:0.8px;
	}

	.glassthickness-pro-section-right p{
		font-size:16px;
		color:#333;
		margin:0;
		line-height: 24px;
		padding:10px 0;
		text-align:left;
		font-weight:300;
		letter-spacing:0.8px;
	}

	.glassthickness-pro-section-right p strong{
		font-weight: 500;
	}
	
	.glassthickness-section {
		margin: 0 auto;
		padding: 0 0;
		width: 100%;
		height: auto;
	}

	.glassthickness-section-50left{
		margin: 0;
		padding:20px 0;
		width: 50%;
		float: left;
		background: #000000;
		text-align: center;
	}

	.glassthickness-section-50left a{
		margin: 0 auto;
		font-size: 20px;
		color: #fff;
		text-align: center;
	}

	.glassthickness-section-50left a:hover{
		text-decoration: underline;
		padding: 0 0 0 15px;
	}

	.glassthickness-section-50right{
		margin: 0;
		padding:20px 0;
		width: 50%;
		float: left;
		background: #bd152a;
		text-align: center;
	}
	.glassthickness-section-50right a{
		margin: 0 auto;
		font-size:20px;
		color: #fff;
		text-align: center;
	}

	.glassthickness-section-50right a:hover{
		text-decoration: underline;
		padding: 0 0 0 15px;
	}

}

.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }