@font-face {
    font-family: TCWFont;
    src: url('../fonts/AGaramond-Regular.otf') format("opentype");
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.ttf') format("opentype");
}


.video-overlay-play-button g {
	display: none !important;
}
/*
div.wpcf7-response-output {
 display: none !important;
}
*/

body {
    font-size:16px;
    font-family: Roboto;
	color:#5c5957;
}


h1, h2, h3, h4, h5, h6 {
    font-family: TCWFont;

}

h1 {
    line-height: 2.4rem;
}

p {
    font-weight:200;
}
button:focus{
    outline: none;
}
@media (min-width: 769px) {
    .col-md-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.logo {
    height:50px;
}

.no-padding {
    padding:0;
}

.no-margin {
    margin:0;
}

.tile-text {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.tile-text h1,h2 {
    margin-bottom: 0;
}

.nav-link {
    position: relative;
    font-weight: 400 !important;
}

.nav-link span {
    padding-left: 10px;
}

.include-slash:after {
    content:"/";
    padding-left: 15px;
}

.include-slash:hover:after {
    color: rgba(255, 255, 255, 0.7);
}

.nav-link:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    bottom: -2px;
    left: 0;
	right:0;
	margin:0 auto;
    background-color: #ffffff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@media only screen and (max-width: 769px) {
    /* For mobile: */
    .include-slash:after {
        display: none;
    }

    .social-icon {
        display: none;
    }

    #mainNav a {
        font-size: 1rem !important;
    }

}

.social-icon {
    font-size: 0.9rem !important;
    padding-top:5px !important;
    padding-right:4px !important;
    padding-left: 4px !important;
}

@media only screen and (max-width: 769px) {
    body {
        font-size: 16px;
    }

    h1, h2, h3 {
        font-size: 1.5rem;
    }

    .section-map {
        height:500px;
    }

    .stick-button {
        display:none;
    }
}

footer {
    background: #121212;
    color: #5c5957;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

footer p {
    font-weight: 400;
}

footer hr {
    border-top: 1px solid rgb(93, 89, 88);
}

.footer-links {
    color: #5c5957;
    /* font-size: 0.8rem; */
}

.footer-links:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-links-slash:after {
    content:"/";
    padding-left: 10px;
    padding-right: 10px;
}

.footer-links-slash:hover:after {
    color: #5c5957;
}


/* .copyright-text {
    font-size: 0.8em;
} */

@media screen and (min-width: 1900px){
    h1,h2,h3,h4,h5,h6
    {
        font-size: 1.75rem;
    }
    p
    {
        font-size: 1rem;
    }
}
/* 
input {
    font-size: 0.8rem;
} */

textarea {
    /* font-size: 0.8rem; */
    padding-top: 5px;
    padding-left: 5px;
    text-indent: 5px;
}

@media only screen and (max-width: 600px) {
	h1 {
    line-height: 2rem !important;
}
}

.bg-ash{
background-color: #ececec;    
}

.bg-ash p{
color: #233745;    
}

/* Owl Carousal Styles */

.projects-owl-carousel .owl-item img{
width:100%;    
}

.projects-owl-carousel .owl-wrapper {
    display: flex !important;
}

.projects-owl-carousel .owl-item img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    max-width: initial;
}

.projects-owl-carousel .owl-prev,
.projects-owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.projects-owl-carousel .owl-prev {
  left: 2rem;
}

.projects-owl-carousel .owl-next {
  right: 2rem;
}

#topbanner{
background-image:url( ../img/Projects-top-banner.jpg);    
width:100%;
min-height:900px;
background-size: cover;
background-position: center;
}

.projects-owl-carousel .owl-item{
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.4;
}

.projects-owl-carousel .owl-item.center{
 top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent;
  opacity: 1;
}

.project-nav,.project-gallery{
 background-color: #ececec;   
}

.project-nav{
padding-top:2em;
padding-bottom:2em;
}

.prev-project a,.next-project a,.view-projects a{
 color:#99796a;   
 font-family: Roboto;   
 font-size:15px;
 line-height:20px;
}

.all-projects img{
 width: 40px;
 height: 40px;   
}

.prev-project a:hover,.next-project a:hover,.view-projects a:hover{
text-decoration:none;    
}

.navico a{
 color:#99796a;    
 font-size:25px;   
}

.disabled-nav a,.navicodisabled i{
opacity:0.5;
cursor:not-allowed;
}

 #mainNav{
 background-color:#233745;   
}

.owl-next, .owl-prev{
background:#233745 !important;
border: 2px solid #ffffff;
border-radius: 100% !important;
width: 40px;
height: 40px;
max-width: 40px;
max-height: 40px;
padding: 2px 7px !important;
}

.owl-next i, .owl-prev i{
font-size: 30px;    
}

span.navico{
display: block;
min-height: 40px;    
}

.home .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.home .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.story-video .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.story-video .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1024px) {
    .mobile-hide{
    display:none;    
    }
}
.project_thumb{
 height:200px;
 object-fit:cover;
}

.single-project p,.single-project span{
 font-weight:400;   
}
.single-post .elementor-inner p {
    font-weight: 400;
}

/*-- umesh css ---*/

.stm-listing-single-price-title {
    margin-bottom: 21px;
    font-weight: 700;
}
.stm-listing-single-price-title .title {
    padding-bottom: 8px;
    overflow: hidden;
    font-size: 28px;
    color: #000;
}
.stm-border-top-unit {
    border-top: 4px solid #000;
    padding-top: 25px;
}
body:not(.stm-template-listing) .stm-border-top-unit .title {
    padding: 20px 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.stm-border-top-unit {
    border-top: 2px solid #000;
    padding-top: 16px;
    margin-top: 21px;
    color: #000;
}
.stm-single-car-listing-data table.inner-table {
    margin-bottom: 0;
    table-layout: fixed;
}
.stm-single-car-listing-data table.inner-table tr td.heading-font {
    padding-left: 10px;
    color: #222;
    font-size: 14px;
    float:right;
    text-align:right;
}
.stm-single-car-listing-data table.inner-table tr td {
    border: 0;
    padding:0 0 8px 0;
    vertical-align: middle;
}
.stm-single-car-listing-data table.stm-table-main>tbody>tr>td.divider-td {
    width: 30px;
    border: 0;
}
.stm-single-car-listing-data table.stm-table-main>tbody>tr>td {
    padding: 13px 0 6px;
}
.car-name.car-details {
    margin: 13px 1px;
}

.car-title{
    font-size: 15px;
    margin: 15px 0;
    width: 100%;
    float: left;
}
.Pre-Owned-txt {
    border-bottom: 1px solid #000;
} 
ul.mi-tr li {
    list-style-type: none;
    display: inline;
    width: 50%;
    float: left;
    margin: 0;
    position: relative;
    left: -42px;
    padding: 10px 10px;
    color: #000;
}
ul.mi-tr li a {
    color: #aaa;
    font-size: 15px;
}
table.stm-table-main tr td {
    font-size: 13px;
    padding: 9px 5px 0px;
}
table.inner-table {
    table-layout: fixed;
    margin: 0px 0;
    border-bottom: 1px solid #aaa;
    width: 100%;
}
table.inner-table tr td {
    padding: 8px 7px;
}
.stm-similar-cars-units img {
    float: left;
    width: 34%;
    height: 100%;
    padding: 0 5px;
}
.swiper-container {
      width: 100%;
      height: 450px;
      margin-left: auto;
      margin-right: auto;
}
.swiper-slide {
      background-size: cover;
      background-position: center;
}
.gallery-top {
      height: 80%;
      width: 100%;
}
.gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100px;
      opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
}

.cr_fst-data {
    border-bottom: 1px solid #bbb;
    margin: 0;
}
.stm-border-bottom-unit {
    padding-bottom: 19px;
    margin-bottom: 25px;
    border-bottom: 4px solid #000000;
    margin-top: 20px;
}
.listing-cnt input {
    margin: 6px 0;
    width: 100%;
}
/*section.listing-car {
    margin-top: 7em !important;
}*/
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background:transparent;
    border:1px solid #808080;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    color: #fff;
    background:transparent;
    border: 1px solid #808080;
}
.stm-single-listing-car-sidebar {
    position: -webkit-sticky;
    position: sticky;
	top: 107px;
}
.car_cnt-detail {
    background-color:rgb(15,31,42);
    padding: 11px 24px 30px ;
    color: #fff;
}
.mileage {
    padding: 0 0 18px 0;
}
i.fa.fa-paper-plane {
    float: left;
    margin: 8px 12px;
}
.car-listing-row .listing-car-item-meta {
    padding-bottom: 16%;
}
.car-listing-row .listing-car-item-meta {
    padding-top: 17px;
}
.car-listing-row .car-meta-top {
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc;
}
.car-listing-row .listing-car-item-meta .price {
    position: relative;
    float: right;
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    background-color:#233745;
    text-align: right;
}
.car-listing-row .listing-car-item-meta .price .normal-price {
    line-height: 25px;
}
.car-listing-row .listing-car-item-meta .price .normal-price, .car-listing-row .listing-car-item-meta .price .sale-price {
    color: #fff;
    /* font-size: 14px; */
    line-height: 20px;
}
.car-listing-row .listing-car-item-meta .car-title {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.car-listing-row .car-meta-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.car-listing-row .car-meta-bottom ul li {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 14px;
    color: #888;
    vertical-align: middle;
}
.listing-cnt .wpcf7-form-control.wpcf7-submit {
    background:none;
    border:none;
    color: #fff;
    cursor:pointer;
}
.stm-listing-single-price-title .price {
    position: relative;
    float: right;
    min-width: 113px;
    padding: 0 10px 2px 7px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    background-color:#233745;
    margin-top:13px;
}
.stm-single-car-contact .title {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 0.3px;
}
.stm-single-car-contact .cnt-dealer {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 0.3px;
}
h6.cnt-dealer {
    margin: 7px 0;
}
.stm-border-bottom-unit {
    padding-bottom: 19px;
    margin-bottom: 25px;
    border-bottom: 4px solid #000000;
}
.stm-border-bottom-unit .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.stm-similar-cars-units .stm-similar-car .image {
    float: left;
    margin: 8px 7px;
    max-width: 75px;
}
.stm-similar-cars-units .stm-similar-car .right-unit {
    overflow: hidden;
}
.stm-similar-cars-units .stm-similar-car .right-unit .title {
    padding-right: 50px;
    margin: -2px 0 2px;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    color: #222;
}
.stm-similar-cars-units .stm-similar-car .right-unit .stm-dealer-name {
    min-height: 6px;
    margin-bottom: 2px;
    letter-spacing: -0.7px;
    color: #888;
}
.stm-similar-cars-units .stm-similar-car .right-unit .stm-price {
    float: left;
    margin-right: 10px;
    padding: 1px 10px 1px 5px;
    color: #fff;
    font-weight: 700;
    background-color:rgba(85,57,79,1);
}
.stm-similar-cars-units .stm-similar-car .right-unit .stm-car-similar-meta {
    margin-top: 3px;
    color: #222;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.5px;
}
.stm-similar-cars-units .stm-similar-car .right-unit .stm-car-similar-meta i {
    position: relative;
    top: 2px;
    margin-right: 3px;
    font-size: 15px;
    color: #aaa;
}
.stm-similar-cars-units img {
    float: left;
    width: 100%;
    height: 100%;
    padding: 0 5px;
}
.stm-similar-cars-units a {
    padding: 0;
    margin: 0 !important;
}
/*Pre-owned Page  */
.car-listing-row .listing-car-item-meta {
    padding-top: 17px;
}
.car-listing-row .car-meta-top {
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc;
}
.car-listing-row .listing-car-item-meta .price:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color:#233745 !important;
    -webkit-transform: skew(-14deg, 0deg);
    transform: skew(-14deg, 0deg) !important;
    z-index: 5;
}
.car-listing-row .listing-car-item-meta .price .normal-price {
    line-height: 25px;
}
.car-listing-row .listing-car-item-meta .car-title {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.car-listing-row .car-meta-top {
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc;
}
.car-listing-row .listing-car-item-meta {
     padding-bottom: 16%; 
}
.car-listing-row .car-meta-bottom ul li span {
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-left: 2px;
    font-size: 13px;
}
.car-listing-row .car-meta-bottom ul li i {
    margin-right: -1px;
    font-size: 13px;
    color: #aaaaaa;
    vertical-align: middle;
}
.car-listing .cr_image {
    position: relative;
	display: block;
	width: 100%;
}
.car-listing .cr_image::after {
    content: '';
	display: block;
	padding-bottom: 56.25%;
}
.car-listing .cr_image img {
    /* height: 233px;
    width: 100%; */

    display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.car-meta-top .car-title {
    float: left !important;
    margin: 15px 0;
    color: #000;
    font-size: 18px;
    font-weight:600;
	 -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.car-meta-bottom ul li {
    display: inline;
    padding: 2px 9px 3px 0;
    color: #000;
}
.car-meta-top {
    border-bottom: 1px solid #000;
}
.car-meta-bottom ul {
    margin: 8px 0;
    position: relative;
    left: -38px;
    color: #000;
}
.car-listing {
    margin: 2em 0;
}
.single-listing-car-inner {
    margin-top: -12px;
}
section.listing-car {
    margin-top: 8em;
}
.car-listing a:hover {
    text-decoration: none;
}
.price {
    float: left;
    background-color: #233745;
    padding: 6px 17px;
    color: #fff;
     padding: 6px 17px;
    margin: -6px 0 15px 0;
}
.stm-single-car-listing-data {
    margin-bottom: 70px;
}

table.inner-table tr td {
    padding: 7px 0 !important;
}
.sm_listing {
    margin: 23px 0px -5px 0;
}
.stm-similar-cars-units a {
    text-decoration: none;
}
.car-listing .rmv_txt_drctn .price:hover{
	background:#60445a;
}
.price {
    float: left;
    width: 36%;
    background-color:#233745;
    padding: 6px 17px;
	 -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.chatbot {
    position: fixed;
    bottom: 40px !important;
    right: 40px !important;
}
.swiper-container {
    height: 505px;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.ls_title {
    padding: 14px 0;
}
.sm_lst {
    margin: 50px 0 0 0;
}
.stm-similar-cars-units .right-unit {
    margin: 12px 0;
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none;
}
.lst_cnt-p p {
    text-align: left;
    margin:0;
}
section.all_cars {
    margin-top: 4em;
}
span.ajax-loader {
    display: none !important;
}
 .special-label {
    background:#2b841f;
}
.special-label-small {
    width: 130px !important;
}
.pr_none{
    display:none;
}
.special-label {
    padding: 0 2px !important;
    text-align: center !important;
}
.special-label-small {
    top: 20px;
    left: -91px;
    height: 32px;
    line-height: 32px;
}
.cr_image {
    overflow: hidden;
    position: relative;
}
.special-label {
    position: absolute;
    top: 20px;
    left: -30px;
    height: 31px;
    padding: 0 56px;
    /* line-height: 49px; */
    color: #fff !important;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -webkit-transform-origin: 50% 50%;
    z-index: 10;
    font-size: 17px;
}
tr.cr_specification table {
    margin-top: 2em;
}
.car_data p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
section.car_content {
    margin: 50px 0;
}
.car_points h3 {
    text-align: left;
    margin-bottom: 15px;
}
.car-slides div img {
    height: 530px;
    width: 100%;
}
a.blog-topic-link:hover {
    text-decoration: none;
}
.price a {
    color: #fff;
    text-align: center;
    text-decoration:none;
}
p.prj_page-listing {
    width: 98%;
}
.project_rd-mr{
    background-color: #233745;
    padding: 6px 17px;
    color: #fff;
    padding: 6px 17px;
    margin: -6px 0 15px 0;
    color:#fff;
    width:150px;
    text-align:center;
	 -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.project_rd-mr:hover{
	 background-color: #60445a;
}
.project_rd-mr a {
    color: #fff;
    text-decoration: none;
}
h2.project_subtitle {
    font-size: 22px;
}
b.prj_title {
    font-size: 24px;
}
@media only screen and (max-width: 767px){
     .projects-owl-carousel .owl-item img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        max-width: initial;
    }
    .stm-single-car-listing-data table.stm-table-main>tbody>tr>td {
        display: block;
        padding: 4px 0;
    }
    .Pre-Owned-txt {
        padding: 0 19px;
        margin-top:-4em;
    }
    .price {
        width: 100%;
        position: relative;
        top: 3em;
    }
    tr.cr_specification table {
        margin: 0;
    }
    .pr_car-title {
        width: 100%;
        position: relative;
        bottom: 3em;
    }
}

.error-404 {
}
.error-404__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-height: calc(100vh - 49px);
}
.error-404__code {
    font-weight: bold;
	font-size: 7em;
	line-height: 1;
}
.error-404__message {
    font-weight: bold;
    line-height: 1.5;
	border-bottom: 2px solid;
}
.error-404__action {
    font-weight: bold;
}
