body {
  font-family: 'Montserrat', sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  font-family: 'Montserrat', sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4em;
  color: #111;
}
a {
  outline: 0;
  color: #222;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
a:hover {
  color: #00a3c8;
  text-decoration: none;
}
.btn {
  outline: 0;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  cursor: pointer;
}
button:focus {
  outline: none;
}
.container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.main_section {
  width: 100%;
  margin: 0px;
  padding: 60px 0;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
  font-size: 21px;
  padding: 11px 0;
  background-color: #00a3c8;
  border-color: #00a3c8;
}
.btn-dark:hover {
  color: #fff;
  background-color: #0490b0;
  border-color: #0490b0;
}
.header {
  margin: 0px;
  padding: 0px 0;
  background: #000;
}
.header_left {
  width: 70%;
  float: left;
  text-align: left;
  padding: 16px 0 0 15px;
}
.header_left ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.header_left ul li {
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 0 7px 0 0;
  font-weight: 800;
}
.header_left ul li img{
  width: 18px;
}
.header_left ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: 800;
}

.header_left ul li i {
    margin-right: 4px;
    color:#fff;
    font-size: 15px;
}
.header_phone {}
.header_phone ul {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.header_phone ul li {
  font-size: 13px;
  list-style-type: none;
  padding: 0 7px;
  display: inline-block;
  float: left;
  line-height: 37px;
  color: #666;
  margin-top: 6px;
}
.header_phone ul li:first-child {
  padding-left: 0px;
}
.header_phone ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  float: left;
}
.header_phone ul li a i {
  color: #fff;
  margin: 0 5px 0 0;
}
.header_phone ul li i {
  color: #93c248;
  margin: 0 5px 0 0;
}
.header_phone ul li a:hover {
  color: #00a3c8;
}
.header_phone ul li:hover {
  color: #00a3c8;
}
.header_right1 {
  width: 30%;
  float: left;
  text-align: right;
  padding: 0px;
}
.header_phone {
  float: right;
}
.warranty{
  width: 80%;
  background: #e10101;
  max-width: 200px;
  background-image: url(../images/united-states.png);
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  height: 45px;
}
.warranty h6{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 3px 0 0 0;
}



.box {
  display: flex;
  flex-wrap: wrap;
}


/******* Header ************/
.menu_bar {
  padding: 0px;
}
.menu {
  padding: 8px 0;
  background: #fff;
}
.top_menu {
  background:#fff;

}
.menu_bar_left {
  float: left;
  width: 20%;
}
.menu_bar_left img {
  margin-top: 0px;

    width: 45%;

}
.menu_bar_center {
  float: left;
  width: 20%;
}
.menu_bar_center img {
  margin-top: 0px;

    width: 65%;

}

.menu_bar_right {
  float: right;
  margin-top: 22px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2.5rem;
  padding-left: 0rem;
  text-transform: uppercase;
}
.bg-light {
  background-color: rgba(255, 255, 255, 0.0) !important;
}
.navbar-expand-md .navbar-collapse {
  justify-content: end;
}
.navbar > li > a {
  padding-right: 0rem;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #f1ab4e;
}
.vg-nav > ul > li > a {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.vg-nav > ul > li.active a{
  color: #000;
  font-weight: 600;
  /* border-bottom: 2px solid #ab2c2d; */

}
.vg-nav .dropdown ul li a {
 text-transform: uppercase;
  font-size: 15px;

  border: 1px solid rgba(0,0,0,0.1);

  font-weight: 600;
  }
.vg-nav > ul > li {
  padding: 9px 13px 10px;
}
.fixed-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  background-color: #fff;
}
.book {
  border: 1px solid #fff;
  font-weight: 600 !important;
  line-height: 12px;
  border-radius: 5px;
  margin-top: 7px;
  padding: 7px 11px;
}
/******* slider ************/
.slider {
  padding: 10px 0 25px;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
}

.sliders {
  padding: 10px 0 80px;
  background-image: url(../images/slide_asset2-1-1-1-3.jpg);
  background-size: cover;
  background-position: center;
}
.slider h2{
  color:#fff;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 0px;
}
.slider ul{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.slider ul li{
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  padding: 0px 34px 0 0;
  margin-top: 5px;
}
.slider ul li i{
  color:#e10101;
  margin-right:10px;
}

.slider-img{
  margin-top: 120px;
}

.slider-form{
  margin-top: 10px;
  background: #0000006b;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.slider-form h4{
  color:#FFFF;
  font-weight: 700;

}
.slider-form label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #fff;
  font-weight: 600;
}
.slider-form .form-control {

padding: 0.1rem .75rem;

border-radius: 0px;
}
.slider-form .form-group {
  margin-bottom: 0.5rem;
}
.slider-form .btn-primary {
  color: #FFFF;
  background-color: #920000;
  border-color: #e10101;
  font-weight: 600;
  border-radius: 0px;
  margin-top: 10px;
}



/******* about ************/

.about{
  background: #f7f7f7;
  padding: 40px 0;
}
/******* services ************/
.services{
padding: 10px 0;
}
.cus-box {
  box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
  background: #fff;
  padding: 10%;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 30px;
}

.cus-box h4 {
  font-weight: 700;
  color: #ad2525;
  font-size: 22px;
  margin-top: 10px;
}
.cus-box p {
  color: #666;
  margin-bottom: 20px;
}


.testimonials {
	width: 100%;
	padding: 80px 0 85px 0;
	background-image: url(../images/cta.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	color: #ccc;
}
.testimonials .title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	line-height: 1.2;
}
.testimonials .title span {
	color: #fff;
}
.testimonials .carousel {
	padding: 0 0 30px 0;
}
.testimonials .carousel-indicators {
	margin: 0px;
	bottom: 0;
}
.testimonials .carousel-indicators li {
	cursor: pointer;
	background-color: #fff;
}
.testimonials .carousel-indicators .active {
	background-color: #369aff;
}
.testimonials .carousel-item p {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
}
.test-name {
	color: #ffc107;
	font-size: 16px;
	margin: 0 0 5px 0;
	font-weight: 700;
}
.comp-name {
    font-size: 14px;
    color: #cecece;
    font-style: italic;
}
.contact{
  padding: 0px 0;
}
.contact-box{
  box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
  background: #fff;
  padding: 5%;
}
.contact-box h4{
  color: #000000;
  font-weight: 700;
  text-align: center;
}
.contact-box p{
  text-align: center;
}
.contact-box .form-control {

padding: 0.375rem .75rem;

border-radius: 0px;
}
.contact-box label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 600;
  color: #111;
}

.contact-box .btn-primary {
  color: #000;
  background-color: #e10101;
  border-color: #e10101;
  font-weight: 600;
  border-radius: 0px;
  margin-top: 10px;
}
/******* footer ************/
.footer {
  background: #ab2c2d;
  padding: 80px 0;
}
.footer-text{}
.footer-text h3{
  font-weight: 700;
  color:#fff;
}
.footer-text ul{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.footer-text ul li{
  text-decoration: none;
  display: inline-block;
  float: left;
  width: 25%;
  line-height: 35px;
}
.footer-text ul li a{
  color:#fff;
  font-weight: 600;
  
}

.footer-nav {

    position: fixed;

    z-index: 99999;

    bottom: 0;

    /*display: none;*/

    width: 100%;

    background-color: rgba(0, 0, 0, 0.6);

    font-size: 12px;

    font-family: Arial, sans-serif;

    font-weight: normal;

    color: #fff;

    text-align: center;

    cursor: pointer;

}

.contact-address{
  background: #1a1a1a;
  padding: 40px 20px;
  border-radius: 6px;

}
.contact-address h5{
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.contact-address h6{
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
}
.contact-address p{
  color: #fff;
  font-weight: 700;
  line-height: 30px;
}
.contact-address p a{
  color: #fff;
  font-weight: 700;
  line-height: 30px;
}

.copyright {
  background: #000;
  padding: 22px 0;
}
.copyright p {
  font-size: 16px;
  color: #fff;
  margin: 0px;
  font-weight: 600;
}
.copyright p a{
  color: #fff;
}



.engines {
  padding: 140px 0;
  background-image: url(../images/quality-engines-header.jpg);
  background-size: cover;
  background-position: center;
}

.engines h2{
  font-size: 40px;
  font-weight: 600;
  color:#fff;
}

.quote{}
.quote-text{}
.quote-text h3 {
  font-size: 28px;
  font-weight: 700;
}
.quote-text h3 span{
  color: #e10101;
}
.quote-text .form-control {

  height: calc(2.9rem + 2px);

  border-radius: 0px;

}

.quote-text .btn-primary {
  color: #000;
  background-color: #e10101;
  border-color: #e10101;
  border-radius: 0px;
  font-weight: 600;
  padding: 10px 46px;
}
.quote-content{
    text-align: justify;
}
.quote-content p{
  font-size: 17px;
  line-height: 28px;
}

.transmissions {
  padding: 140px 0;
  background-image: url(.../images/quality-transmissions-header.jpg);
  background-size: cover;
  background-position: center;
}
.about-us{
  padding: 140px 0;
  background-image: url(../images/quality-about-header.jpg);
  background-size: cover;
  background-position: center;
}

.call {
  padding: 40px 0;
  position: fixed;
  bottom: -51px;
  width: 59%;
  /* left: -15px; */
  left: 0%;
  display: none;
}


.call-box p img{
  background: #ab2c2f;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  padding: 12px;  

} 
.call-box p a{
  font-size: 24px;
  margin-left: 10px;
  font-weight: 600;
  color: #ab2c2d;
}
.contact-box-form{
  background: #000000b3;
  padding: 20px;
  text-align: center;
}
.contact-box-form h2 a{
  color: #fff;
  font-size: 56px;
}
.contact-box-form h2 span a{
  line-height: 60px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 41px;
}
#more {display: none;}

/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
  .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
  }
  .header_left ul li a {
    font-size: 12px;
}
.header_left ul li {
  font-size: 11px;

}
.slider ul li {

  font-size: 16px;

}
.slider h2 {  
  font-size: 31px;
}
}
/* media screen and (max-width: 992px)
---------------------------------------------------------------------- */
@media screen and (max-width:992px) {
  .header_left {
    width: 100%;
}
.header_right1 {

  display: none;
}
.header_left ul li a {
  font-size: 13px;
}
.header_left ul li {
  font-size: 12px;
}
.header_left {

  padding: 16px 0 13px 11px;
}
.slider-img {
  margin-top: 50px;
}
.slider-img img{
  width: 100%;
}.contact-address {

  margin-top: 30px;
}
.quote-text .btn-primary {

  padding: 10px 6px;
}
.about-us {
  padding: 90px 0;
}
.engines {
  padding: 90px 0;

}

}

@media only screen and (max-width: 1024px) and (orientation: portrait){

.down_enquiry {

    display: block !important;

}

}

.down_enquiry{background:#f7c107;bottom:0;position:fixed;display:none;width: 100%;z-index:999;box-shadow:0 0 5px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);}



.down_enquiry  a {

    /*line-height: 0.88;*/

    /*color: #000;*/

    /*display: block;*/

    font-size: 22px;

    text-decoration: none;

    font-weight: bold;

    /*padding: 12px 0;*/

    /*margin-top: -2px;*/

}

.down_enquiry  i {


    font-size: 32px;

    margin-right: 13px;

}



@media only screen and (max-width: 1024px) and (orientation: portrait){

.down_enquiry {

    display: block !important;

}

}



/*@media screen and (min-width:1400px) and (max-width:3000px){*/
/*    .down_enquiry{display:none !important;}*/
/*.block{display:none;}*/
    
    
/*}*/
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
  .header_left {
    width: 100%;
  }
  .mobile{
    display:block;
}
  
  .desktop{
          display: none;
  }
  .header_right1 {
  
    display: none;
}
.contact-box-form h2 a {
  color: #fff;
  font-size: 36px;
}
.copyright {
  background: #000;
  padding: 22px 0 70px;
}
.call {

  display: block;
}

.header_left ul li a {
  font-size: 14px;
  font-weight: 800;
}
.header_left ul li {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: block;
}
.header {
  padding: 0px 0 10px;
}
.menu_bar_left img {
  margin-top: 8px;
  width: 50%;
}
.menu_bar_center img {
  margin-top: 8px;
  width: 100%;
}
.slider h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.slider-img {
  margin-top: 10px;
}
.slider-form {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 12px;
}

.services {
  padding: 60px 0;
}
.slider-form h4 {
 
  font-weight: 700;
  font-size: 20px;
}
.contact-box h4 {
  font-size: 20px;
}

.footer-text h3 {
  font-weight: 700;
  color: #fff;
  font-size: 22px;
}
.footer {
  padding: 50px 0;
}
.footer-text ul li {
  text-decoration: none;
  display: inline-block;
  float: left;
  width: 33%;
  line-height: 35px;
}
.contact-address {

  margin-top: 20px;
}
.contact-address img{
  width: 15%;
}
.contact-address h5 {
  font-size: 16px;
}
.about-us {
  padding: 70px 0;
}
.quote-content {
  margin-top: 24px;
}
.engines {
  padding: 70px 0;
}
.contact-box-form h2 span a {
  line-height: 38px;

  font-size: 26px;
}

.white{color:#fff !important;}

.slider-form .form-group {
  margin-bottom: 0.1rem;
      padding: 0px;
}
#more {
    margin: 0px;
    width: 100%;
    padding: 0px;
}
.slider-form label {

  margin-bottom: .2rem;

}
.slider-form .btn-primary {

    padding: 10px;
    box-shadow: none;
}
.slider-form .form-control {
  height: calc(2rem + 2px);
  border-radius: 0px;
}
.slider {
  padding: 10px 0 40px;
}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {}
/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {}
/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {}
/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {}

.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
#callnowbutton {
 display:none;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width:650px) {
 #callnowbutton {
  display:block;
  position:fixed;
  text-decoration:none;

  width:100%;
  left:0;
  bottom:0;
  height:60px;
  border-top:1px solid #4ba0eb;
  border-bottom:1px solid #00418c;
  text-shadow: 0 1px #00418c;
  text-align:center;
  color:#fff;
  font-weight:600;
  font-size:120%;
  overflow: hidden;
  padding-right:20px;
  background:#1e73be;
  display: flex;
  justify-content: center;
  align-items: center;
 font-family: 'Roboto Condensed', sans-serif;
 }

 #callnowbutton img {
  transform: scale(1);
 }
}
#callnowbutton .NoButtonText {
 display:none;
}
  .full_width {
    width: 100%;
        float: left !important;
}

div.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity = 50); /* required for opacity to work in IE */
}