

.jumbotron {
  padding-top: 240px;
  padding-bottom: 0px;
  margin-bottom: 0rem;
  margin-top: -30px;
  height: 80vh;
  border-radius: 0rem;
  background: #000;  
  background: url(../images/bg.jpg)center center;      
   background-repeat: no-repeat; 
   background-size: cover;
}


.jumbotron-cars {
  padding-top: 120px;
  padding-bottom: 0px;
  margin-bottom: 0rem;
  margin-top: -30px;
  height: 70vh;
  border-radius: 0rem;
  background: #000;  
  background: url(../images/bg-car-new.jpg)center center;      
   background-repeat: no-repeat; 
   background-size: cover;
}



/*  scroll */

.mouse-wrap {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 9;
}

.mouse-wrap:active, .mouse-wrap:active > .mouse-label, .mouse-wrap:focus, .mouse-wrap:focus > .mouse-label {
  outline: none;
}

.mouse-wrap.mouse-with-slider {
  bottom: -50px;
}

.mouse-wrap .mouse-label {
  top: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
}

.mouse-wrap.dark .mouse-label {
  color: #000;
}

.mouse-wrap.dark .mouse {
  border: 2px solid #000;
}

.mouse-wrap.dark .mouse .scroll {
  background: #000;
}

.mouse-wrap .mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 30px;
  display: block;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 2s;
  animation: intro 2s;
}

.mouse-wrap .mouse .scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 2s infinite;
  animation: finger 2s infinite;
}



.mouse-wrap {
        position: relative;
        display: inline-block;
        left: 50%;
        margin-top: 60% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 50px;
        z-index: 9;
      }



ouse-wrap:active, .mouse-wrap:active > .mouse-label, .mouse-wrap:focus, .mouse-wrap:focus > .mouse-label {
  outline: none;
}

.mouse-wrap.mouse-with-slider {
  bottom: -50px;
}

.mouse-wrap .mouse-label {
  top: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
}

.mouse-wrap.dark .mouse-label {
  color: #000;
}

.mouse-wrap.dark .mouse {
  border: 2px solid #000;
}

.mouse-wrap.dark .mouse .scroll {
  background: #000;
}

.mouse-wrap .mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 40px;
  display: block;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 3px solid #fff;
  -webkit-animation: intro 2s;
  animation: intro 2s;
}

.mouse-wrap .mouse .scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 2s infinite;
  animation: finger 2s infinite;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

background: #2F2F2F;
border-color: transparent;
box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);






.btn-blue-nav {
  background-color: transparent;
  color: #004A99;
  padding: 16px 60px;
  border-radius: 5px;
  border: 2px solid #014A99;
  text-transform: none;
  font-size: 13px;
  margin-left: 30px;
  font-weight: 600; 
  
}


.btn-blue-nav:hover {
  background-color: #014A99;
  color: #fff; 
  border: 2px solid #014A99;

}


.btn-primary-red {
  margin-top: 0px;
  margin-left: 0px;
  background-color: #EA0A1E;
  color: #FFFFFF !important;
  padding: 20px 60px !important;
  border-color: #EA0A1E;
  font-size: 12px;
  border-radius: 5px !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);

}
.jumbotron-video {
  padding-top: 180px;
  padding-bottom: 180px;
  margin-bottom: 0rem;
  /*background-color: #222;*/
  margin-top: -0px;
  /*height: 60vh;*/
  border-radius: 0rem;
  background: #000;    
  background: url(../images/car-bg.png) no-repeat center;
  background-size: cover;
  /*background-attachment: fixed;*/  
  /*border: 3px dotted red;*/
}

.jumbotron-about {
  padding-top: 20px;
  padding-bottom: 60px;
  margin-bottom: 0rem; 
  margin-top: -0px; 
  border-radius: 0rem;
  background: #D8DCD6;   
  /*background: url(../images/about-bg.jpg) no-repeat center;*/
  /*background-size: cover;*/
 /**/
}


.jumbotron-services {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0rem; 
  margin-top: -0px; 
  border-radius: 0rem;
  background: #000;    
  background: url(../images/services-bg.jpg) no-repeat center;
  background-size: cover;
}



.jumbotron-black {
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 0rem;
  /*background-color: #222;*/
  margin-top: -0px;
  /*height: 60vh;*/
  border-radius: 0rem;
  background: #000;    
  /*background: url(../images/about-bg.jpg) no-repeat center;*/
  background-size: cover;
  /*background-attachment: fixed;*/  
  /*border: 3px dotted red;*/
}


.jumbotron-contact{
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0rem;
  background-color: #0B1A21;
  border-radius: 0rem;  
  background-size: cover;
  /*background: url("../img/contact-bg.jpg") center center;*/
  /*background: url("../images/contact-bg.jpg") center center;*/
  /*background: url(../images/contact-bg.jpg) center center;*/
  background-size: cover;
  background-repeat: no-repeat;
}




/* contact form */

input[type="text"], 
textarea, 
textarea.form-control {
  height: 48px;
  margin: 0; 
  padding: 15px !important;   
  vertical-align: middle;
  background: rgba(255,255,255,.8);
  font-family: 'barlow', sans-serif;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  border-radius: 1px !important;
  /*box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.17) !important;*/
  color: #999;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
  /*padding-top: 6px;*/
  /*padding-bottom: 10px;*/ 
    padding: 15px !important; 
    line-height: 30px;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    max-width: 100%;
    
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
  outline: none;
  background: rgba(255,255,255,0.6);
   /* border-bottom: 1px solid #FFF;*/
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 15px !important; 
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: rgba(255,255,255,.8);
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 1px !important;
  /*box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.17) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}

.card-1 { 
  line-height: 1.42857143;
  padding: 0px;
  padding-top: 0px;
  border-radius: 0px; 
  background: #FFF;
  border: 1px solid #f2f2f2;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}


.card-1:hover { 
  line-height: 1.42857143;
  padding: 0px;
  padding-top: 0px;
  border-radius: 0px; 
  background: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 5px 0 rgba(0,0,0,0.03);
}

.card { 
  line-height: 1.42857143;
  padding: 40px;
  padding-top: 40px;
  border-radius: 15px; 
  background: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}


.card-img, .card-img-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.card-white { 
  line-height: 1.42857143;
  padding: 40px;
  padding-top: 40px;
  border-radius: 0px; 
  background: #FFF;
  /*border: 1px solid rgba();*/
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 5px 0 rgba(0,0,0,0.03);
  /*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}


/* FOOTER STYLES */

.jumbotron-footer { 
  margin-top: 0px;
  padding-top: 45px;
  margin: 0 auto;
  padding-bottom: 0px;
  background-color: #000;
  border-radius: 0rem;  
  background: url(../images/bg-footer.jpg) no-repeat center center;      
   background-repeat: no-repeat;
   /*background-attachment: fixed;*/
   background-size: cover;
}

.jumbotron-footer-bottom {
  margin: 0 auto;
  margin-top: -2px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: #018C5C;
}

.jumbotron-footer-bottom p {
  font-family: 'Arial',sans-serif;
  font-size: 15px;
  color: #FFF;
}


.jumbotron-footer hr {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
}



.jumbotron-footer h1 {
  font-family: 'arial', sans-serif;
  font-size: 20px; 
  color: #FFF;
  font-weight: 600;
  
}

.jumbotron-footer p {
  font-family: 'barlow', sans-serif;
  font-size: 15px; 
  color: #FFF;
  color: #BABABA;
}

.jumbotron-footer a {
  color: #BABABA;
  text-decoration: none !important;
}

.jumbotron-footer a:hover {
  text-decoration: none !important;
  color: #BABABA;
}


footer-social {
  text-align: center;
}

.footer-social a {
  background: transparent;
  width: 20px;
  width: 40px;
  display: inline-table;
  height: 50px;
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social a:hover {
  color: #FFF2D9;
   font-size: 20px;
}

.footer-social a:hover i {
  color: #FFF2D9;
  font-size: 20px;
}

.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.jumbotron-white {  
  padding-top: 10px;
  margin: 0 auto;
  padding-bottom: 10px;
  background-color: #FBFBFB;
  border-radius: 0rem;    
}

.jumbotron-grey {  
  padding-top: 10px;
  margin: 0 auto;
  padding-bottom: 10px;
  background-color: #FBFBFB;
  border-radius: 0rem;  
  /*background: url(../images/bg-footer.jpg) no-repeat center center;      */
   /*background-repeat: no-repeat;*/
   /*background-attachment: fixed;*/
   /*background-size: cover;*/
}

/* footer ends */




.back-to-top{

        position:fixed;
        right:20px;
        bottom:80px;
          text-decoration: none !important;
        display:inline-block;
        z-index:9;
        width:40px;
        height:40px;
        font-size:11px;
        text-transform: uppercase;
        font-weight:400;
        color:#fff;
        text-align:center;
        line-height:2.3;
        letter-spacing:1px;
        background:#A67D44;
        border-radius:3px;
        visibility:hidden;
        padding:5px;-webkit-transform:translate3d(0,50px,0);-moz-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);transition-duration:.3s}.back-to-top:hover{color:#fff;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}.back-to-top.back-to-top-is-visible{visibility:visible;opacity:.6;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}



        .back-to-top.back-to-top-is-visible:hover{

          opacity:1;
          transition-duration:.3s;
          transition-property:all;
          text-decoration: none !important;
          transition-timing-function:cubic-bezier(.7,1,.7,1)}


        .back-to-top.back-to-top-fade-out{opacity:.8}

        .back-to-top.back-to-top-fade-out:hover{opacity:1;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}.swiper-clients-img,.swiper-clients-img:hover{transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}

/*  back to top */




.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143; 
  border-radius: 0px;
  box-shadow: 10px 5px 38px rgba(0,0,0,.25);
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: 1px solid #FFA800;
}


.thumbnail:hover {

   /*border-right: 2px solid #FFA800;*/
}




.home-thumb img:hover {
  transform: scale(1.1);
  
}


.thumbnail img {
  transition: all 0.8s ease 0s;
  width: 100%;
}



.thumbnail {
  overflow: hidden;
}



