:root {
    --black: #333333;
    --white: #ffffff;
    --skyblue: #00ADEE;
    --yellow: #FFF093;
    --pink: #F7DFFB;
    --green: #C7EFBA;
    --peach: #FED6DE;
    --purple: #D6DDFF;
    --light-grey: #FCFCFC;
    --bg-dark-grey: #424A54;
    --bg-light-skyblue: #B1DAF6;
    --border-color-grey: #DBD8D8;
    --hover-btn: #088bbd;
    --peach: #FEDEC1;
    --grey: #DBD8D8
}

body {
    font-family: 'Gotham';
    font-size: 16px;
    font-weight:400;
    color: #000;
   
    margin: auto;
    background: #fff;
}

body,
html {
    scroll-behavior: smooth;
    max-width: 100%;
   
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
    url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BoldItalic.woff2') format('woff2'),
    url('../fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.woff2') format('woff2'),
    url('../fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),
    url('../fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-ThinItalic.woff2') format('woff2'),
    url('../fonts/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
    url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-XLightItalic.woff2') format('woff2'),
    url('../fonts/Gotham-XLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-UltraItalic.woff2') format('woff2'),
    url('../fonts/Gotham-UltraItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
    url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
    url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
    url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-XLight.woff2') format('woff2'),
    url('../fonts/Gotham-XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'),
    url('../fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight:700;
}
strong{
    font-weight: 700;   
}
h3{
    font-size: 32px;
}
p{
    color: #5f5f5f;
}
a {
    text-decoration: none!important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: inherit;
}
a:hover , a:focus,button:focus{
    text-decoration: none;
    outline: none;
    color: inherit;
    cursor:pointer;
    text-decoration: none!importan;
}

p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
input:focus{
    outline: none;
}
.fa-phone{
    transform: rotate(90deg);
}
.bg-blue {
    background: #103658;
}
.ptb-theme{
    padding-top:75px;
    padding-bottom:60px;
}
.theme-btn{
    font-weight: 700;
    font-size:16px;
    padding: 0.9em 1.5em;
    border-radius: 0.25rem;
    border: none;
    background-color: #b5a885;
    color: #fff;
    display:inline-block;
}
.theme-btn:hover{
    color: #fff;
    background-color: #0c263f;
}
/*topbar-css-start*/
.topbar a{
    color:#c3cdd5;
    font-size:14px;
    display:inline-block;
    padding: 0.7rem 1rem;
    text-transform:uppercase;
}
.topbar a:hover {
    color: #fff;
}
/*topbar-css-end*/

/*header-css-start*/
.custom-header{

}
#nav ul li a {

}
.custom-header .navbar-expand-lg .navbar-nav .nav-link{
    font-size: .875rem;
    color: #666;
    text-transform:uppercase;
}
.custom-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000;
}
.custom-header .navbar-expand-lg .navbar-nav .nav-link.contact-btn{
    margin-left: 1.25rem;
    padding: 0 1.25rem;
    color: #fff;
    line-height: 2.625rem;
    font-weight: 700;
    border-radius: 0.25rem;
    background-color: #000;
}
.custom-header .navbar-expand-lg .navbar-nav .nav-link.contact-btn:hover{
    color: #fff;
    background-color: #aaa;
}

.custom-header .navbar-brand img {
    width: 250px;
}
.custom-header .navbar{
    padding-top:19px;
    padding-bottom:19px;
    padding-left: 0;
    padding-right: 0;
}
.custom-header .dropdown .dropdown-menu{
    width: 280px;
    box-shadow: 1px 3px 5px 1px rgb(0 0 0 / 30%);
}
.custom-header .dropdown .dropdown-menu .dropdown-item{
    color:#666;
    font-size:14px;
}
.custom-header .dropdown .dropdown-menu .dropdown-item:hover,
.custom-header .dropdown .dropdown-menu .dropdown-item:active{
    color:#000!important;
    background-color:transparent!important;
}
/* .custom-header .dropdown:hover .dropdown-menu{ */
    /* display: block; */
/* } */

/*header-css-end*/
/*banner-css-start*/
.banner img{
    width:100%; 
    object-fit:cover;

}
.banner-slider .slick-prev, .banner-slider .slick-next {
    width: 45px;
    height: 45px;
    z-index:9;
    background: #fff;
}
.banner-slider .slick-prev {
    left: 35px;
    background: #fff;
}
.banner-slider .slick-next {
    right: 35px;
}
.banner-slider .slick-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Pro";
    opacity: 1;
    font-size:30px;
    font-weight: 100;
    color:#000!important;
}
.banner-slider .slick-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    opacity: 1;
    font-size:30px;
    font-weight: 100;
    color:#000!important;
}*/
.banner-text{
    padding-top:15px;
    padding-bottom:15px;
}
.banner-text h1{
    margin-bottom:0;
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.banner video{
    width:100%;
    height:675px;
    object-fit:cover;
}
.banner{
  
    position:relative;
}

/*banner-css-end*/
/*custom-sticky-bar-css-start*/
.custom-sticky-bar{
    padding-top:15px;
    padding-bottom:15px;
    background-color:#0a2035;
    position: sticky;
    top: 0;
}
.custom-sticky-bar ul{
    display:flex;
}
.custom-sticky-bar ul li a{
    padding: 0.5rem 0.9rem;
    border-radius: 0.25rem;
    border: 1px solid #0a2035;
    font-size: .8rem;
    color: #c2c7cc;
    text-decoration: none;
    display: inline-block;
}
.custom-sticky-bar ul li a.selected{
    background: #b5a885;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    padding: 0.5rem 0.9rem;
    border-radius: 0.25rem;
    border: 1px solid #0a2035;
    font-size: .8rem;
}
.custom-sticky-bar ul li a:hover{
    color:#fff;
}
.custom-sticky-fr-section{
    padding-top:30px;
    padding-bottom:60px;
}
.custom-sticky-fr-section h2{
    font-size: 1.875rem;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.custom-sticky-fr-section p{
    font-size:16px;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}
.custom-sticky-fr-section ul{
    list-style-type:disc;
    padding-left:20px;
    margin-bottom:20px;
}
.custom-sticky-fr-section ul li {
    list-style-type: disc;
    color: #5f5f5f;
    margin-top: 15px;
    margin-bottom: 10px;
}
.custom-sticky-fr-section p a{
    color:#b5a885;
}
.car-ex img{height:518px;}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 1.5rem;
}
.car-example h2{
  font-size: 1.875rem;
  text-transform: uppercase;
  letter-spacing: .04em;      
}
.specifications-section{
    padding-top:30px;
    padding-bottom:60px;
}
.specifications-section table tr:nth-of-type(odd) {
    background: #f6f6f6;
}
.specifications-section table tr th{
 border-bottom: 2px solid #103658;
 background: #fff;
}
.specifications-section h2 {
    font-size: 1.875rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom:20px;
}
.car-lift h2{
    font-size: 1.875rem;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.about-us-section img {
    width: 70px;
    margin-bottom: 10px;
}
.car-lift p {
    font-size: 1.875rem;
    /* text-transform: uppercase; */
    letter-spacing: .04em;
    margin-bottom: 15px;
}
/*custom-sticky-bar-css-end*/
/*fr-section-start*/
.fr-section{
    background-image:url(../img/frs-bg.webp);
    background-size:cover;
    background-repeat:no-repeat;
}
.fr-section h2{
    margin-bottom: 0.875rem;
    font-size:48px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .03em;
    color:#fff;
}
.fr-section p{
    margin-bottom: 2.25rem;
    font-size: 1.875rem;
    line-height: 1.5;
    color:#fff;
}
/*fr-section-end*/
/*sc-css-start*/
.sc-section h3{
    margin-top: -0.2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1;
    color: #103658;
    text-transform: uppercase;
}
.sc-section-inner img{
    width:100%;
    height:185px;
    object-fit:cover;
}
.sc-section-inner h4{
    font-size: 1.25rem;
    margin: 0.75rem 0 0 0;
}
.sc-section-inner p{
    margin-bottom: 1.75rem;
    font-size: .875rem;
    color: #444;
}
.sc-section-inner{
    display:block;
}
.sc-section-inner:hover h4,.sc-section-inner:hover p{
    color: #999;
}
/*sc-css-start*/
/*th-section-css-start*/
.th-section h2{
    font-size: 2.5rem;
    color:#fff;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom:2rem;
    line-height: 1.2;
    text-transform:uppercase;
}
.th-section input.form-control{
    width: 66.66%;
    margin: auto;
    border-radius: 0px;
    margin-top: 15px;
    margin-bottom:15px;
}
/*th-section-css-end*/
/*video-section-css-start*/
.video-section h2{
    font-size: 1.875rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.video-section video{
    width:100%;
}
/*video-section-css-end*/
/*fr-section-css-start*/
.for-section{
    background-image:url('../img/fr-bg.webp');
    background-repeat:no-repeat;
    background-size:cover;
    text-align:center;
}
.for-section h2{
    font-size: 1.875rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.for-section p{
    margin-bottom: 2.25rem;
    font-size: 1.875rem;
    line-height: 1.5;
    color:#333;
}
.for-section .theme-btn{
    background-color:#103658;
}
.for-section .theme-btn:hover {
    background-color: #0c263f;
}
.for-slider img{
    width:100%;
    height:370px;
    object-fit:cover;
}
/*fr-section-css-end*/

/*five-section-css-start*/
.mentioned-section h3{
    margin-top: -0.2rem;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    color: #103658;
    text-transform: uppercase;
}
.mentioned-section img{
    max-width:230px;
    height:100px;
    object-fit:cover;
    padding:0px 15px;
}
/*five-section-css-end*/

/*cta-css-start*/
.cta h2{
    font-size: 2.5rem;
    color: #fff;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.cta h4{
    color: #fff;
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: .04em;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom:2rem;
    line-height: 1.2;
}
/*cta-css-end*/

/*footer-css-start*/
.custom-footer{
    background-color:#f2f2f2;
}
.custom-footer .footer-logo{
    display:inline-block;
    max-width:183px;
}
.custom-footer .footer-logo img{
 width:100%;
}
.custom-footer .footer-logo:hover img{
 opacity: .7;
}
.custom-footer h6{
    margin-top: -0.2rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #333;
    text-rendering: optimizeLegibility;
    line-height: 1.2;
}
.custom-footer a{
    display: inline-block;
    color: #6d6d6d;
    font-weight: 400;
    font-style: normal;
    border: none;
    padding: 0;
    font-size:14px;
}
.custom-footer p{
    font-size:14px;
}
.custom-footer ul li i{
 color: #6d6d6d; 
}
.custom-footer ul li{
    margin-bottom:5px;
}
.custom-footer a:hover{
    color:#000;
}
.custom-footer p span {
    padding: 0 20px;
}
/*footer-css-end*/