@import url('https://fonts.googleapis.com/css2?family=Paytone+One&family=Poppins:wght@200;400;500;600;700;800;900&display=swap');

:root {
    --tint-bg-default: 0, 0, 0;
    --tint-bg-alt-1: 255, 255, 255;
    --tint-bg-alt-2: 55, 57, 147;
    --opacity-1: 0.25;
    --opacity-2: 0.40;
    --opacity-3: 0.70;
    --primary-color: #006FAE;
    --secondary-color: #e78d00;
    --white-color: #ffffff;
    --btn-color: #EE0000;
    --btn-color-hover: #8f0101;
    --btn-txt-color: #fff;
    --primary-font: 'Open Sans', sans-serif;
    --secondary-font: 'Yellowtail', cursive;
}

/** Banner slider css for home **/
.banner-slider>ul>li>div {
    position: initial;
}

.banner-slider>ul>li>div .left-side-caption {
    left: 30px;
    width: auto;
    background-color: rgba(0,111,174,0.9);
    padding: 35px;
    position: absolute;
    bottom: 0;
}
 .banner-slider>ul>li>div .right-side-caption {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0;
    bottom: 0;
    width: 900px;
    background: #001a33ab;
    padding: 0.5rem 2rem;
    margin: 10rem 3rem;
    height: 350px;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid #001a33;
    border-radius: 1rem;
    box-shadow: 0px 0px 13px var(--black-color);
}


.Hiring .banner-slider>ul>li>div .right-side-caption {
    margin: 2.4rem 3rem !important;
}




.banner-slider > ul li:not(:first-child)>div .right-side-caption {
    display: none;
}

.right-side-caption.right-side-caption p{
    color: var(--white-color);
    font-size: 25px;
    font-family: var(--secondary-font) !important;
    text-align: justify;
}

.right-side-caption.right-side-caption p em{
    display: block;
    margin-top: 3rem;
    font-size: 20px
}

body{
   line-height: 1.428571429 !important;
}

a{
  text-decoration: none !important;
}

.row ol, .row ul {
    padding-left: 2rem !important;
}

a,input[type="button"],.btn{
  transition: all 0.5s;
}

.body h1, .body h2, .body h3, .body h4, .body h5, .body h6 {
   margin-bottom: 0px;
}


.body p{
    letter-spacing: 0px;
     line-height: 1.428571429 !important;
}

.page-title h1 span {
    display: block;
    text-transform: capitalize;
    color: var(--primary-color);
}

h2 span {
    display: block;
    text-transform: capitalize;
    color: #383e41;
}

.border_img img {
    border: solid thin rgb(243, 119, 37);
    box-shadow: 2px 2px 3px silver;
}

.img_box_shd > div img {
    box-shadow: 0 5px 10px rgb(0 0 0 / 35%);
}

.mw_860 .container{
   max-width: 860px !important;
}

.mw_980 .container{
   max-width: 980px !important;
}

.mw_820 .container{
   max-width: 820px !important;
}

.px_5 .container{
    padding: 0px 5px !important;
}

/** Navbar **/

@media (max-width: 1360px){
  .header #u_content_custom_navLinks_1 .d-nav-links-info.d-header-nav ul.menu>li>div {
    padding: 0 8px 0 8px !important;
   }
}
/****/

#apptSubmitBtn,
#Contact-btnSubmit{
    padding: 10px 30px;
    background: #a86800;
    border: 1px solid #a86800;
    color: #fff;
    border-radius: 4px;
    text-transform:uppercase;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    transition:all .3s ease-in-out;
}

#apptSubmitBtn:hover,
#Contact-btnSubmit:hover{
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}
/** slider css start **/
.subnav-a {
    position: absolute;
    z-index: 20; /*top:20%;*/
    bottom: 0;
    left: 30px;
    padding: 35px;
    text-align: center;
    background: rgba(0,111,174,0.9);
    color: var(--white-color);
}
.tagline {font-size:36px; font-weight:400; text-align: center;}
.tagline-center {
     display:block; 
     font-size:36px; 
     text-transform: uppercase; 
     font-weight:700; 
     border-top:1px solid var(--white-color); 
     border-bottom:1px solid var(--white-color); 
     max-width:270px; margin:0 auto; 
     line-height:36px; 
     padding:3px 0;
}
.tagline-bottom {display: block; margin-top:-10px;}
.location, .phone {text-transform: uppercase; padding:10px 0;}
.phone {font-size:18px; font-weight:700;}

.banner-slider>ul>li>div {   
    left: 30px;
    width: auto;
    background-color: rgba(0,111,174,0.9);
    padding: 35px;
}

.page-title h1 {
    text-transform: uppercase;
}

.alt-font {
    font-family: var(--secondary-font);
    font-weight: 400;
}

.banner-slider>ul>li>div,.banner-slider>ul>li>div p {
    color: var(--white-color);
}

.banner-slider .d-slider-caption {
    margin-bottom: 0px !important;
}

.banner-slider .d-con-slider-caption .d-slider-caption br {
    display: none;
}

.banner-slider .d-appointment-info {
    margin-top: 0px !important;
}

.banner-slider .d-appointment-info .d-appointment-button:hover {
    border-top: solid 1px var(--btn-color);
    border-bottom: solid 1px var(--btn-color);
    color: #C50000;
    background: unset;
    border-radius: unset !important;
}

/* TOP BAR == TOP BAR == TOP BAR == TOP BAR == TOP BAR == TOP BAR */
.top-bar {
  background: var(--top-bar-background);
  padding: 10px 0px;
}

.top-bar > div >div p {
    font-family:'Poppins';
    font-size: 15px;
    font-weight: 200;
    line-height: 19px;
    letter-spacing: 1.5px;
}

.d-cell1, .d-cell2, .d-cell3, .d-toolbar-social-box {
    justify-content: center;
}

@media screen and (max-width: 991px){
    .banner-slider>ul>li>div {
       display: none;
    }


.d-toolbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.social-box a{
color:#fff !important;
}

.d-toolbar p {
    margin-bottom: 10px;
}



}

.d-specials-content.box{
background:#fff !important;
}

.d-specials-image {
    background: #001A32;
}
.d-specials-image img{
padding:15px;
}

.d-con-vehicle-title {
    margin-bottom: 35px !important;
}

@media only screen and (max-width: 991px){
.d-toolbar .d-cell1 {
    display: block !important;
}

.d-toolbar .d-cell_1_image img{
display:none !important;
}

#u_content_custom_toolbar_1 .d-toolbar{
text-align:center;
}

.d-toolbar .d-cell2, .d-toolbar .d-cell3, .d-toolbar .d-toolbar-social-box {
    flex-basis: 100% !important;
}

#u_content_custom_toolbar_1 .d-cell_1_image {
    display: none !important;
}

.top-bar {
    padding: 20px 0px !important;
}

}




