/*------------------------------------------------------------------
[Main Stylesheet]

Project:    Tharindu Car Sale
Version:    1.0
-------------------------------------------------------------------*/

/** COMMON CSS START **/
body {
    font-family: 'Lato', sans-serif;
    background: #F5F5F5 ;
}

/*PRE HEADING START HERE*/
.pre-header {
  background-color: #232323;
  padding: 0px;
}
.pre-header .left-info {
  background-color: none;
  float: left;
  padding: 8px 0 0 0;
  margin-left:0px;
}
.pre-header .left-info a {
  color: #ffffff;
  font-size: 11px;
}
.pre-header .left-info ul  {
    padding-left: 15px;
}
.pre-header .left-info ul li {
    display: inline-block;
    padding-right: 12px;
    padding-left: 0px;
}
.pre-header .left-info ul li a {
    text-decoration: none;
    color: #FFF;
}
.pre-header .left-info ul li a i {
    margin-right: 6px;
}


.pre-header .right-info {
  background-color: none;
  float: right;
  padding: 8px;
}
.pre-header .right-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pre-header .right-info ul li {
  display: inline-block;
}
.pre-header .right-info ul li a {
  color: #ffffff;
  font-size: 12px;
  margin: 0px 8px;
}

.right-info .fa-facebook:hover {
	color: #0866FF;
	transition: all 0.5s;
}
.right-info .fa-twitter:hover {
	color: #2b97f0;
	transition: all 0.5s;
}
.right-info .fa-linkedin:hover {
	color: #1c82ca;
	transition: all 0.5s;
}
.right-info .fa-google:hover {
	color: #dc4e41;
	transition: all 0.5s;
}
.right-info .fa-rss:hover {
	color: #e78733;
	transition: all 0.5s;
}
.right-info .fa-instagram:hover {
	color: #D80860;
	transition: all 0.5s;
}
.right-info .fa-tiktok:hover {
	color: #1C1518;
	transition: all 0.5s;
}
.right-info .fa-whatsapp:hover {
	color: #0CC243;
	transition: all 0.5s;
}
/** PRE HEADING END HERE **/

/*SITE HEADER START HERE*/
.site-header {
	position: fixed;
	width: 100%;
	left: 0;
	background-color: rgba(250, 250, 250, 0.95);
	z-index: 9999;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.navbar-default {
    background: transparent;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
}

.navbar-default .nav {
    margin-top: 25px;
}

.navbar-default .nav > li > a {
    display: block;
    margin-left: 25px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	color: #4d4d4d;
	padding: 5px 10px;
}

.navbar-default .nav > li > a:hover {
    background: #f5f5f5;
    color: #1565C0;
    border: none;
}

.navbar-default .nav > li > .active {
    color: #1565C0;
    background: #f5f5f5;
}


.dropdown-menu{
	top: 40px!important;
	left: 25px!important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 12px;
    border-left: solid 5px white;
    border-bottom: solid 1px white;
    background: none;
}

.dropdown-menu > li > a:hover {
    border-left: solid 5px #1565C0;
    background: none;
    border-bottom: solid 1px #f1f1f1;
}

.navbar-brand-logo img {
	margin: 10px 10px;
	height: 55px!important;
}


@media (max-width: 991px) {
	.site-header {
		position: relative;
	}
	.navbar-brand-logo img {
		margin: 5px 2px;
		height: 40px!important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.navbar-default .nav {
		margin-top: 15px;
	}
	
	.navbar-brand-logo img {
		margin: 10px 0px 10px 0px;
		height: 45px!important;
	}
	
    .navbar-default .nav > li > a {
        padding: 4px 5px;
        margin-left: 7px;
    }
}
/*SITE HEADER END HERE*/



/*SCROLLED HEADER START HERE*/
.scrolled-header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(250, 250, 250, 0.95) !important;
	-webkit-transition: opacity 2s fade-in;
	-moz-transition: opacity 2s fade-in;
	-o-transition: opacity 2s fade-in;
	-ms-transition: opacity 2s fade-in;
	transition: opacity 2s fade-in;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.scrolled-header .navbar-brand-logo img {
	height: 50px!important;
	margin: 10px 10px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.scrolled-header nav.main-navigation ul li a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.scrolled-header .navbar-default .nav {
	margin-top: 15px;
}

@media (max-width: 991px) {
	.scrolled-header .navbar-brand-logo img {
		height: 35px!important;
		margin: 10px 2px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.scrolled-header .navbar-default .nav {
		margin-top: 10px;
	}
}
/*SCROLLED HEADER END HERE*/


/** SEARCH SECTION START HERE **/
.search-section {
  margin-bottom:5px;
}
.search-section .search-content {
  z-index: 999;
  position: relative;
  margin-top: -9%;
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.search-section .search-content .search-heading i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #18428C;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
}
.search-section .search-content .search-heading h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.search-section .search-content .search-heading span {
  font-family: 'georgia', serif;
  font-size: 13px;
  font-style: italic;
  color: #9a9a9a;
}
.search-section .search-content .search-form {
  margin-top: 40px;
}
.search-section .search-content .search-form select {
  cursor: pointer;
  outline: none;
  font-size: 11px;
  color: #9a9a9a;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 5px;
  border: 1px solid #eeeeee;
}

@media (max-width: 991px) {
  .search-section .search-content .search-form select {
    margin-bottom: 15px;
  }
}
/*SEARCH SECTION END HERE*/


/**<!--car-details-content-body start--> **/
.nav-tabs > li > a {
    margin-right: 3px;
    line-height: 1.42857143;
    border-top: solid 2px white;
    border-radius: 0px;
    background: none;
    color: black;
    font-weight: bold;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
    color: black;
    cursor: default;
    background-color: none;
    border-top: solid 2px #1565C0;
}
/**<!--car-details-content-body end--> **/




/**SLIDING QUOTES AREA START **/
.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.slider-mover-left {
    width: 40px;
    height: 40px;
    line-height: 37px;
    position: absolute;
    top: 43%;
    z-index: 5;
    display: inline-block;
    left: 5px;
    background: #1B1410;
    border-radius: 5px;
}

.slider-mover-left img {
    width: 16px;
    height: 23px;
}

.slider-mover-right {
    width: 40px;
    height: 40px;
    line-height: 37px;
    position: absolute;
    top: 43%;
    z-index: 5;
    display: inline-block;
    right: 5px;
    background: #1B1410;
    border-radius: 5px;
}

.slider-mover-right img {
    width: 16px;
    height: 23px;
}

.banner-slider-inner-1 h1 {
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 900;
}

.banner-slider-inner-1 h2 {
    text-transform: uppercase;
    font-size: 40px;
}

.banner-slider-inner-1 h4 {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}

.banner-slider-inner-1 {
    position: absolute;
    top: 23%;
}

.banner-slider-inner-1 span {
    font-weight: 300;
}

.banner-slider-inner-1 .Website-text {
    font-family: 'Oleo Script', cursive;
    font-size: 60px;
}
/** SLIDING QUOTES AREA END **/


/**CONTENT AREA START **/
.content-area {
    padding: 40px 0px 10px 0px;
}

.section-heading {
    margin-bottom: 0px;
}

.section-heading i {
    float: left;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    background-color: #18428C;
    color: #ffffff;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 0px;
}

.margin-b-15 {
    margin-bottom: 15px;
}

.section-heading h2 {
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    color: #18428C;
    font-weight: 700;
    text-transform: uppercase;
}

.section-heading .border {
    height: 2px;
    width: 30px;
    background: #18428C;
    float: left;
}

.section-heading h4 {
    font-size: 14px;
    color: #9a9a9a;
}

.option-bar {
    border-radius:3px;
    background: #ffffff;
    padding: 15px;
    border: solid 1px #E4E3E3;
    margin: 0px 15px 20px 15px;
    border-radius: 8px;
}

.option-bar .sorting-options {
    margin-top: 10px;
}

.option-bar .sorting {
    padding: 8px 12px;
    background: #FFF;
    border: 1px solid #EEE;
    color: #999;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 300;
}

.change-view-btn {
    color: #1565C0;
    border-radius: 2px;
    background: #f8f8f8;
    padding: 7px 10px;
    margin-left: 5px;
    border: 1px solid #1565C0;
}

.change-view-btn:hover {
    color: #f8f8f8;
    border-radius: 2px;
    background: #1565C0;
    padding: 7px 10px;
    margin-left: 5px;
    border: 1px solid #1565C0;
}

.active-view-btn {
    background: #1565C0;
    color: #FFF;
    padding: 7px 10px;
    margin-left: 5px;
    border: 1px solid #1565C0;
}

.active-view-btn:hover {
    color: #1565C0;
    background: none;
    border: 1px solid #18428C;
}



/** CAR-GRID BOX AREA START **/
.car-box {
    border-radius:3px;
    padding: 15px;
    background: white;
    border: 1px solid #ddd;
}

#car-img {
    /*height: auto;
	width: 350px;*/
	max-width: 100% !important;
	height: auto !important;
}

#car-box-img{
	/* width: auto; */
    width: 330px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.car-box:hover {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.10), 0 6px 5px 0 rgba(0, 0, 0, 0.10);
}

.car-box .car-pic-m  img {
    width: 100%;
    height: 250px;
}

.car-box .car-content {
    padding: 0px;
    background: white;
}

.car-content h3 {
    text-transform: uppercase;
    color: #363f48;
    border-left: 4px solid #18428C;
    font-size: 17px;
    padding: 3px 0px;
    padding-left: 8px;
}

.vehicle-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.car-content h3 .price {
    float: right;
    background: #f5f5f5;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    font-weight: 700;
    color: #FF6B6B;
    border-radius: 5px;
}

.car-content .car-tags ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: inline-block;
}

.car-content .car-tags ul li {
    display: inline-block;
    float: left;
    display: block;
    margin: 0 4px 4px 0px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    font-size: 13px;
    color: #46505a;
    padding: 4px 5px;
}

.for-card{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.car-content .price {
    float: right;
    background: #f5f5f5;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ff9113;
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.details-button {
    text-align: center;
    /*display: inline-block;*/
    margin: 10px 0px 0px 0px;
}

.details-button a {
    font-size: 12px;
    font-weight: 500;
    /* text-transform: uppercase; */
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    padding:7px 13px;
    background-color: #1565C0;
    border-radius: 5px;
    text-decoration: none;
}

.details-button a:hover {
    background-color: #18428c;
}

.car-box .header h3 a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.car-box .header h3 a:hover {
    color: #0091EA;
}

.car-description{
  width: 100%;
  height: 44px; 
  display: block; 
  display: -webkit-box;
  max-width: 400px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex-box {
    display:flex;
    justify-content:space-between;
}
.flex-box p{
    text-align: center;
    margin-top: auto;
    font-style: italic;
    color: #9c999c;
}

.car-box-time-ago{
    text-align:left;
}

.car-box-time-ago p{
    font-style: italic;
    color: #9c999c;
}

.car-box-body-inner{
    display: inline-block;
    width: 100%;
}

/** CAR-GRID BOX AREA START **/


/*NEW TAG START HERE*/
.new-tag {
    position: absolute;
    top: 15px;
    right: 0px;
    border: 2px solid rgba(255, 0, 0, 0.8);
	border-radius: 100px 0 0 100px;
	/* padding: 2px; */
}
.new-tag p{
	margin-bottom: 0;
    background: rgba(255, 0, 0, 0.8);
    border-radius: 100px 0px 0px 100px;
    text-align: center;
    line-height: 0em !important;
    font-size: 0.9em !important;
    padding: 10px;
}
.new-tag span{
    color: #fff;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

.on-new-list {
	right: 15px;
    top: -0.5px;
}
/*NEW TAG END HERE*/


/** SOLD TAG START**/
.car-box .sold-tag {
    text-decoration: none;
}

.sold-tag {
    transform: rotate(134deg);
    position: absolute;
    left: 15px;
    top: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sold-tag:hover {
    color: white;
    transform: rotate(0deg);
}

.sold-tag span {
    display: block;
    transform: rotate(-134deg);
    text-transform: uppercase;
}

.sold-tag span:hover {
    transform: rotate(0deg);
    text-transform: uppercase;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

/** SOLD TAG END**/


.rounded-text-box {
    position: absolute;
    padding: 5px 5px 5px 25px; /* Adjust padding as needed */
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 0;
    right: 0;
    margin: 5px;
    font-size: 11px;
    display: inline-block; /* Make the box inline-block */
    max-width: fit-content; /* Adjust width based on content */
    word-wrap: break-word; /* Text wrapping */
  }
  
.rounded-text-box i {
    position: absolute;
    left: 5px;
    top: 50%;
    font-weight: 100;
    transform: translateY(-50%);
    font-size: 18px; 
    color: #fff;
    line-height:0% !important;
}

.clock-icon {
    width: 17px; 
    height: 17px; 
    background-image: url('../images/history.svg');
    background-size: contain; 
    background-repeat: no-repeat; 
  }



.thumbnail.car-box {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    overflow: hidden;
}

.image-wrapper {
    position: relative;
}

.image-wrapper img{
    border-radius: 18px !important;
}

.ribbon-wrap {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -15px;
    left: -30px;
    pointer-events: none;
}

.ribbon {
    width: 120px;
    font-size: 0.918rem;
    text-align: center;
    padding: 8px 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    transform: rotate(-45deg);
    right: -17px;
    top: 29%;
}

.list-ribbon-wrap {
    width: 115px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: -30px;
    pointer-events: none;
}

.list-ribbon {
    width: 150px;
    font-size: 0.918rem;
    text-align: center;
    padding: 8px 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    transform: rotate(-45deg);
    right: -17px;
    top: 45%;
}



/*PAGE HEADING START HERE*/
.page-heading {
    background-image: url(../../../public/images/heading-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 240px 0px 0px 0px;
    margin-bottom: 50px;
}

.page-heading .heading-content-bg {
    margin-bottom: -50px;
    z-index: 999;
    position: relative;
    background-color: #ffffff;
    padding: 30px;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.page-heading .heading-content-bg .heading-content span {
    font-family: 'georgia', serif;
    font-size: 13px;
    font-style: italic;
    color: #9a9a9a;
}

.page-heading .heading-content-bg .heading-content h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase;
}

.page-heading .heading-content-bg .go-back {
    text-align: right;
    margin-top: 12px;
}

.page-heading .heading-content-bg .go-back p {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-heading .heading-content-bg .go-back p a {
    color: #4a4a4a;
	text-decoration: none;
}

.page-heading .heading-content-bg .go-back p em {
    color: #9a9a9a;
    font-style: normal;
}


@media (max-width: 991px){
	.page-heading {
		padding: 60px 0px 0px 0px;
	}
	.page-heading .heading-content-bg .heading-content h2 {
		margin-bottom: 10px;
	}

	.page-heading .heading-content-bg .heading-content {
		text-align: center;
	}

	.page-heading .heading-content-bg .go-back {
		text-align: center;
		margin-top: 20px;
	}
}

/*PAGE HEADING END HERE*/





/**TESTIMONIALS AREA START **/
.testimonials {
    width: 100%;
    padding: 15px 0px 65px;
    height: auto;
    background: #eaeaea;
    text-align: center;
}

.testimonials .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 0px 0px 0px;
}

.testimonials-inner ul {
    margin: 0px;
    padding: 0px;
}
/*
.testimonials-inner .star-rating li {
    list-style: none;
    display: inline-block;
    color: #F34B0A;
}*/

.testimonials-inner .line-dec {
    margin-top: 15px;
    width: 30px;
    height: 2px;
    background-color: #b2b5b5;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-inner p {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #7a7a7a;
    line-height: 32px;
}

.testimonials-inner .author-rate img {
    margin-top: 30px;
    border-radius: 50%;
}

.testimonials-inner .author-rate h4 {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonials-inner .author-rate span {
    font-size: 12px;
    font-weight: 700;
    color: #18428C;
}

.testimonials .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: black;
    border: none;
    border-radius: 50%;
}

.testimonials .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #1565C0;
}

.testimonials .carousel-indicators {
    bottom: -40px;
}

.testimonials-inner .author-rate .line-dec2 {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 30px;
    height: 2px;
    background-color: #b2b5b5;
    margin-left: auto;
    margin-right: auto;
}
/**TESTIMONIALS AREA END **/


/**FOOTER AREA START **/
footer {
    width: 100%;
    background: #2A2A2A;
    padding: 40px 0px 0px 1px;
}

footer p {
    color: #ffffff;
}

.blue-clr {
    color: #039BE5 !important;
    font-weight: bold !important;
}

.footer-item .footer-item-content p {
    margin-top: 30px;
    margin-bottom: 15px;
}

.footer-item-content img {
    height: 50px;
}

.footer-item .footer-item-content ul {
    margin-bottom: 20px;
    padding: 0px;
}

.footer-item .footer-item-content ul li {
    list-style: none;
    line-height: 30px;
}

.footer-item .footer-item-content ul li a i {
    width: 25px;
}

.footer-item .footer-item-content ul li a {
    text-decoration: none;
    color: white;
}

.footer-social-list li {
    list-style: none;
    float: left;
    margin-right: 4px;
}

.footer-social-list li a {
    font-size: 12px;
    border-radius: 3px 2px 2px 3px;
    display: inline-block;
    width: 25px;
    height: 26px;
    text-align: center;
    line-height: 28px;
    color: white;
}

.footer-social-list .facebook {
    background: #0866FF;
}

.footer-social-list .twitter {
    background: #2b97f0;
}

.footer-social-list .linkedin {
    background: #1c82ca;
}

.footer-social-list .google {
    background: #dc4e41;
}

.footer-social-list .rss {
    background: #e78733;
}

.footer-social-list .instagram {
    background: #D80860;
}

.footer-social-list .tiktok {
    background: #1C1518;
}
.footer-social-list .whatsapp {
    background: #0CC243;
}


footer .footer-item h2 {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0px;
}

footer .footer-item .line-dec {
    margin: 15px 0 30px;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}

footer .footer-item {
    margin-bottom: 30px;
    float:left;
}

footer .footer-item .media .media-left img {
    width: auto;
    height: 60px;
    border-radius: 8px;
}

footer .footer-item .media .media-body a {
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    margin-top: 5px;
    text-decoration: none;
}

footer .footer-item .media .media-body a:hover {
    color: #F34B0A;
}

footer .footer-item .media .media-body .line-dec-o {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 2px;
    background-color: #555;
}

footer .footer-item .media .media-body span {
    font-size: 12px;
    font-weight: 600;
    color: #039BE5;
}

footer .footer-item .gallery-item img {
    width: auto;
    max-width: 50px;
    overflow: hidden;
    float: left;
}

footer .footer-item .gallery-item {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0px;
}
@media (max-width: 991px){
	footer .footer-item  .f-recent{
		width: 320px;
	}
	
	footer .footer-item  .f-gallery{
		width: 230px;
	}
}
/**MAIN FOOTER AREA END **/


/**SUB FOOTER AREA START **/
.sub-footer {
    background-color: #242424;
    width: 100%;
    padding: 23px 0px;
}

.sub-footer p {
    color: #858585;
    font-size: 14px;
    margin: 0 0 0px;
}

.sub-footer p a{
	color: #EEEEEE;
	text-decoration:none;
}

.sub-footer p a:hover{
	color:  #448AFF;
}

.sub-footer p span {
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
}

.sub-footer ul {
    margin: 0px;
    padding: 0px;
}

.sub-footer ul li {
    list-style: none;
    float: right;
    margin-left: 20px;
}

.sub-footer ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    color: #686868;
}

.sub-footer ul li a:hover{
	color:#039BE5;
}
/**SUB FOOTER AREA END **/


/**CAR-LIST BOX AREA START **/
.car-box {
    background: white;
    padding: 15px;
    border: solid 1px #E4E3E3;
	margin-bottom:30px;
    position: relative;
    height: 95%;
}
.list-car-box{
	margin: 0px 30px 30px 30px;
    border-radius: 18px;
    overflow: hidden;
}
.col-pad-0{
    padding-right:0px;
    padding-left:0px;
}
.car-box-body .header h3 {
    text-transform: uppercase;
    margin: 15px 0 10px;
    border-left: 4px solid #18428C;
    font-size: 17px;
    padding: 3px 0px 3px 10px;
}

.car-box-body .header h3 a {
    text-decoration: none;
    color: #363f48;
}

.car-box-body .header h3 a:hover {
    color: #0091EA;
}

.car-box-body .header h3 span {
    float: right;
    background: #f5f5f5;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ff9113;
}

.b-items-cars-one-info-header {
    padding-bottom: 15px;
    margin-bottom: 18px;
}

.s-lineDownLeft {
    border-bottom: 1px solid #B4B4B4;
    position: relative;
}

.s-lineDownLeft:after {
    background-image: url("../images/chevron-down.png");
    background-repeat: no-repeat;
    width: 15px;
    left: 13%;
    height: 7px;
    content: '';
    position: absolute;
    top: 100%;
    display: block;
}

.car-box-body p {
    color: #757373;
    margin-bottom: 15px;
}

.car-box-body-inner p {
    font-size: 12px;
    margin-bottom: 7px;
}

.car-box-body-inner p span {
    float: left;
    margin-right: 15px;
    color: #545454;
    font-weight: bold;
}

.car-box-body .details-btn a {
    font-size: 12px;
    font-weight: 500;
    /* text-transform: uppercase; */
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    padding:7px 13px;
    background-color: #1565C0;
    border-radius: 5px;
    text-decoration: none;
}
.car-box-body .details-btn a:hover {
    background-color: #18428c;
}


.details-btn {
    text-align: center;
    display: inline-block;
    margin: 10px 0px 10px 0px;
}

.car-box-body .details-button a:hover {
    background-color: #de460b;
}

.car-box-body .details-button {
    margin: 0px;
    bottom: -70px;
    position: absolute;
}
/**CAR-LIST BOX AREA START **/


/**PAGINATION AREA START **/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0% !important;
    margin: 0 5px 5px;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 0px;
    line-height: 34px;
}

.pagination > li > a, .pagination > li > span :hover {
    color: #0275d8;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: white;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #0275d8;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #0275d8;
    color: white;
}
/**PAGINATION AREA END **/


/**RECENT-NEWS AREA START **/
.Recent-news {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: solid 1px #E4E3E3;
    border-radius:3px;
}

.Recent-news .title {
    font-weight: 700;
    border-left: 4px solid #18428C;
    padding-left: 15px;
    font-size: 18px;
    color: #18428C;
    margin: 0px 0px 20px;
}

.Recent-news .media {
    padding-bottom: 20px;
    border-bottom: 1px dotted #DDD;
}

.Recent-news .media:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.Recent-news .media .media-body a {
    color: #585858;
    font-weight: 700;
    font-size: 13px;
    margin-top: 5px;
    text-decoration: none;
}

.Recent-news .media .media-body a:hover {
    color: #03A9F4;
}

.Recent-news .media .media-body .line-dec-o {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 2px;
    background-color: #ccc;
}

.Recent-news .media .media-body span {
    font-size: 15px;
    font-weight: 700;
    color: #0091EA;
}
/**RECENT-NEWS AREA END **/


/**CONTACT-US-BODY AREA START **/
.contact-us-body {
    width: 100%;
    padding: 30px 0px;
}

.contact-us-body .title {
    font-weight: 700;
    border-left: 4px solid #18428C;
    padding-left: 15px;
    font-size: 18px;
    color: #18428C;
    margin-bottom: 20px;
}

.contact-form #contact_form textarea {
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
    min-height: 140px;
    max-height: 180px;
    font-size: 12px;
    color: #888888;
    height: 40px;
    padding: 12px 45px;
    outline: none;
}

.contact-form #contact_form input {
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
    width: 100%;
    padding-left: 45px;
    /* font-family: 'Roboto', sans-serif; */
    font-size: 12px;
    color: #888888;
    height: 40px;
    outline: none;
}

/**CONTACT-DETAILS AREA START **/
.contact-details {
    background:#fff;
    border: solid 1px #E4E3E3;
    border-bottom:none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.contact-details .item {
    padding: 12px 30px;
    border-bottom: 1px solid #e5e7e9;
}

.contact-details .item .icon {
    font-size: 28px;
    line-height: 21px;
    color: #1565C0;
    float: left;
}

.contact-details .content {
    margin-left: 50px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #5d6e7b;
}

.contact-details .content h5 {
    font-size: 15px;
    line-height: 21px;
    color: #18428C;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.contact-details .content p {
    color: #5d6e7b;
}

.contact-details .content p span {
    font-weight: bold;
    color: #3e3e3e;
}

.contact-details .content p a {
    text-decoration: none;
    color: #5d6e7b;
}

.share {
    background: #2a2a2a;
    float: left;
    width: 100%;
    padding: 30px 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.share ul {
    padding: 0px;
    margin: 0px;
}

.share h2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 25px;
    border-left: solid 4px #fff;
    padding-left: 20px;
    margin: 0 0 20px 0px;
}
/**CONTACT-US-BODY AREA END **/

/**ABOUT-BODY AREA START **/
.about-body {
    width: 100%;
    padding: 0px 0px;
}

.page-section {
    padding: 40px 0px;
}

.page-section h2 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase !important;
    margin: 0 0 10px;
}

.page-section p {
    color: #363636 !important;
    line-height: 24px;
}

.page-section .icon-list {
    margin: 0 0 30px 0;
    padding: 0px;
}

.page-section .icon-list li {
    list-style: none;
    line-height: 30px;
    margin: 0 -4px 0 0;
    font-size: 12px;
    padding: 0 15px 0 30px;
    font-weight: 400;
    position: relative;
    color: #444444;
}

.page-section .icon-list li i {
    position: absolute;
    top: 7px;
    left: 0px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 0;
    font-size: 16px;
    margin-top: 0px;
    color: #1565C0;
}

.btn-contact-us {
    border: 2px solid #1565C0;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 31px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 30px;
    color: #18428C;
    border-radius: 8px;
}

.btn-contact-us:hover {
    background: #1565C0;
    color: white;
}

.about-body a {
    text-decoration: none;
}


.page-section .title {
    font-weight: 700;
    border-left: 4px solid #18428C;
    padding-left: 15px;
    font-size: 25px;
    color: #18428C;
    margin: 0 0 20px;
}


/**PANEL AREA START **/
.panel-body {
    padding: 35px;
}

.panel-div a {
    text-decoration: none;
}

.panel-div .panel-default > .panel-heading {
    color: #969595;
    background-color: white;
    padding: 13px 5px 13px 15px;
    border-radius: 0px;
    color: #18428C;
    border-radius: 8px;
}

.panel-title i {
    margin-right: 10px;
    background: #1565C0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 0px;
    color: white;
}

.panel-default {
    border-color: white;
    border: none;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.page-section p {
    color: #444444 !important;
    line-height: 24px;
    font-weight: 400;
}

iframe {
    width: 100%;
}
/**ABOUT-BODY AREA END **/


/**CAR-DETAILS IMAGE AREA START **/
.car-details {
    width: 100%;
    padding: 50px 0px;
}

.car-details-header-price h3 {
    font-size: 21px;
    font-weight: 300;
    margin: 0px 0px 5px 0px;
    color: #ff9113;
}

.car-details-header-price p {
    margin: 0 0 0px;
}

#carousel-custom .carousel-indicators {
    margin: 10px 0px 0px;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    width: auto;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer {
    position: relative;
}

/* .thumb-preview {
    display: block;
    max-width: 100% !important;
	margin: 0 auto;
    height: auto !important;
} */

.carousel-inner>.item>img {
    display: block; 
    margin: 0 auto;
    width: auto;
    max-height: 480px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}



/* .image-wrapper{
    height: 480px
} */

.thumbs {
    width: 82% !important;
    margin: 12px auto !important;
    background: #f2f2f2;
    padding: 10px 0px 6px 10px;
}

.thumbs img {
    width: 80px;
    height: 50px;
}


.img-responsive {
    width: 100%;
}


.recent-cars{
    width: 80px;
    height : 60px;
    text-align: center;
}

.recent-img {
    width: auto;
    max-width: 80px;
    height : 60px;
    text-align: center;
    max-height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 800px;
  }
  
  
  /* Add Animation */
  .modal-content{  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }
/**CAR-DETAILS IMAGE AREA END **/



/**CAR-DETAILS-CONTENT-BOBY AREA START **/
.car-details-content-body {
    margin: 50px 0px 30px;
}

.panel-body p {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: white;
    border-color: #ddd;
    border-radius: 0px;
}

.panel-default {
    background: none;
}

.panel-body {
    background: white;
    border: solid 1px #E4E3E3;
    border-radius:3px;
}
.mrg-b-30 {
    margin-bottom: 30px;
}


.features ul {
    margin: 0px;
    padding: 0px;
}

.features ul li {
    list-style: none;
    line-height: 30px;
    position: relative;
    padding-left: 31px;
    color: #666;
    font-size: 13px;
}

.features ul li i {
    left: -2px;
    top: 8px;
    font-size: 16px;
    color: #1565C0;
    position: absolute;
}

.technical ul {
    margin: 0px;
    padding: 0px;
}

.technical ul li {
    list-style: none;
    font-weight: bold;
    border-bottom: 1px dotted #d4cece;
    line-height: 35px;
    color: #666;
}

.technical ul li span {
    float: right;
    font-weight: 400;
}
/**CAR-DETAILS-CONTENT-BOBY AREA END **/



/**CAR DETAILS-SIDEBAR-RIGHT AREA START **/
.car-sidebar-right {
    width: 100%;
}

.car-detail-block {
    border: solid 1px #E4E3E3;
    padding: 30px 30px;
    background: white;
    border-radius:3px;
    width: 100%;
    float: left;
}

.car-detail-block .title {
    font-size: 19px;
    line-height: 26px;
    border-left: solid 4px #18428c;
    padding: 0px 0px 0px 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #18428c;
}

.car-detail-info-list li {
    list-style: none;
    line-height: 34px;
    color: #999;
    border-bottom: 1px dotted #DDD;
    text-align: right;
}

.car-detail-info-list li span {
    font-weight: bold;
    margin-right: 10px;
    float: left;
    color: #3e3e3e;
}
.car-detail-block .car-detail-info-list {
    margin: 0px;
    padding: 0px;
}
/**CAR DETAILS-SIDEBAR-RIGHT AREA END **/

/** DEATER-CONTACT AREA START **/
.dealer-contact {
    padding: 30px 30px;
    background: white;
    width: 100%;
    float: left;
    border: solid 1px #E4E3E3;
    border-radius:3px;
}

.dealer-contact .title {
    font-size: 19px;
    line-height: 26px;
    margin: 0px 0px 20px 0px;
    border-left: solid 4px #18428c;
    padding: 0px 0px 0px 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #18428c;
}

.share .title {
    font-size: 19px;
    line-height: 26px;
    margin: 0px 0px 20px 38px;
    border-left: solid 4px white;
    padding: 0px 0px 0px 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.dealer-contact ul {
    margin: 0px;
    padding: 0px;
}

.dealer-contact ul li {
    list-style: none;
    line-height: 27px;
    color: #999;
}

.dealer-contact ul li span {
    font-weight: bold;
    color: #3e3e3e;
}

.mrg-b-30 {
    margin-bottom: 30px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}
/** DEATER-CONTACT AREA END **/



/** Page-content-404 AREA START **/
.page-content-404 {
    width: 100%;
    padding: 70px 0px;
}

.error404 {
    position: relative;
    margin: 40px auto;
}

.error404 .e404 {
    position: absolute;
    left: 0;
    top: 5%;
    margin-top: 5%;
    padding: 0 10%;
    width: 100%;
    text-align: center;
}

.error404 h1 {
    margin: 0;
    color: #fe5214;
    font-weight: 700;
    font-size: 108px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
}

.error404 .title-error {
    color: #1a1a1b;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.error404 p {
    margin: 0 0 20px 0px;
    padding: 0;
    line-height: 1.6em;
    color: #8a8585;
}

.back_to_home {
    display: inline-block;
    margin-bottom: 1.5em;
    padding: 5px 10px 5px;
    outline: none;
    color: #fbfafa;
    vertical-align: baseline;
    text-align: center;
    text-decoration: none;
    font: 13px Arial;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #1565C0;
}
.page-content-404 a:hover{
	text-decoration:none;
	color:white;
	background: #18428c;
}
/** Page-content-404 AREA END **/

/** ADMIN LOGIN-BODY AREA START **/
.body-bg {
    width: 100%;
    color: white;
    float: left;
    height: auto;
}

.mrg-t-250px {
    margin-top: 250px;
}

.form-content-box {
    padding: 54px;
    width: 100%;
    background: white;
    border: solid #EEE 1px;
}

.form-content-box img {
    height: 52px;
}

.form-content-box h4 {
    text-align: center;
    margin-bottom: 20px;
    color: #797979;
    font-size: 15px;
}

form .form-row .input-text {
    width: 100%;
    line-height: 1;
    padding: 13px 26px;
    font-size: 13px;
    border: 1px solid #D8D8D8;
    border-radius: 0px;
    outline: none;
    color: #9c9898;
}

.btn-login button{
    width: 100%;
    border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-login {
    margin: 10px 0px 10px;
}

.form-row-wide label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 0px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
    color: #929292;
}

.form-row-wide label:before {
    width: 0px;
    height: 0px;
    margin-right: 0px;
    border: solid 0px #b7b5b5;
    background: red;
}

.remember-me {
    color: black;
    text-transform: uppercase;
}

.l-y-p a {
    text-decoration: none;
    color: #1565C0;
}

.lost-password {
    font-size: 12px;
    color: #929292;
}

.lost-password a {
    text-decoration: none;
    font-weight: bold;
    color: #1565C0;
}

.logo-the {
    margin-bottom: 20px;
}

.big-pic {
    margin-top: 50px;
}

.car-content h3 span p i {
    font-size: 10px;
    margin: 0 0 0px;
}

.car-content h3 span p {
    margin: 0 0 0px;
}

.ster-fa {
    margin: 0 0 0px;
}

.pdng {
    padding: 30px;
}
/** ADMIN LOGIN-BODY AREA END **/

/*INPUT ADDON*/
.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;  
}
.left-inner-addon i {
    position: absolute;
    padding: 12px 12px;
}

.login-left-inner-addon {
    position: relative;
}
.login-left-inner-addon input {
    padding-left: 30px;  
}
.login-left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
}

.blueiconcolor {color: #1565c0;}

.login-page-body{
	margin-top:90px;
}

.eps-desc{
	display:block;
	white-space:pre-wrap
}

.primary-button a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: 110px;
  background-color: #1565C0;
}

.primary-button a:hover {
	background-color: #18428C;
	text-decoration: none;
}

.primary-button button {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  /* line-height: 35px; */
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: 110px;
  background-color: #1565C0;
}

.primary-button button:hover {
	background-color: #18428C;
	text-decoration: none;
}
@media (max-width: 991px) {
  .primary-button {
    text-align: center;
  }
}

/*GO EPS TOP START HERE*/
.go-to-top {
  display: inline-block;
  width: 40px!important;
  height: 40px!important;
  line-height: 40px!important;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 77;
  font-size: 18px!important;
  text-align: center;
  background-color: #1565C0 !important;
  color: #ffffff !important;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.go-to-top.go-to-top-visible {
  visibility: visible;
  opacity: 1;
}
.go-to-top.go-eps-topfade-out {
  opacity: 1;
}
@media (max-width: 991px) {
  .go-to-top {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .go-to-top {
    height: 60px;
    width: 60px;
    line-height: 60px;
    right: 30px;
    bottom: 60px;
  }
}
/*GO EPS TOP END HERE*/


.second-tag-line {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0px!important;
  padding: 10px 15px!important;
  font-weight: 700;
  color: #1565C0;
  background-color: rgba(250, 250, 250, 0.6);
  line-height: normal!important;
  border-radius: 5px;
}
.first-tag-line {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0px!important;
  padding: 8px 15px!important;
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: normal!important;
  border-radius: 5px;
}
.first-tag-line em {
  font-size: 36px;
  color: #ffba00;
  font-style: normal;
}
@media (max-width: 991px) {
  .second-tag-line {
    margin-top: 10px !important;
  }
}




.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider .tp-caption {
  visibility: hidden;
  opacity: 0;
}
.tp-bullets {
  z-index: 1!important;
}



.eps-center {
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: auto; 
	margin-top: auto;
}


/**Circle Iconed button**/
.btn-fa { 
	padding:8px; 
	background:#ffffff; 
	margin-right:4px; 
}

.icon-btn { 
	padding: 1px 15px 3px 2px; 
	border-radius:50px;
}

@media(max-width:768px) {
	.icon-btn { 
		margin-top: 10px;
	}	
}


.modal {
    position: fixed;
    top: 20% !important;
}

/* FLOAT */
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
}






/**MOBILE RESPONSIVE**/


@media (min-width: 768px) {
	#car-img {
		max-width: 100% !important;
		height: auto !important;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .thumbs {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .car-box img {
        height: auto;
		width: 380px;
    }
}

@media (max-width: 768px) {

	.nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        width: 100%;
    }

    .page-banner-inner-1 h1 {
        font-size: 30px;
        font-weight: 900;
    }

    .car-box .header h3 a {
        max-width: 225px;
    }

    .car-box {
        margin-bottom: 20px;
    }

    .banner .item {
        height: 300px;
    }

    .banner-slider-inner-1 {
        position: absolute;
        top: 4%;
    }

    .banner-slider-inner-1 {
        width: 100%;
        text-align: center;
    }

    .banner-slider-inner-1 h1{
        width: 100%;
        text-align: center;
        font-size: 60px;
    }


    .banner-slider-inner-1 h2 {
        text-transform: uppercase;
        font-size: 30px;
    }

    .banner-slider-inner-1 h4 {
        font-weight: 300;
        font-size: 18px;
        line-height: 27px;
    }


    .slider-mover-left {
        width: 30px;
        height: 30px;
        line-height: 27px;
        left: 0px;
        background: #1B1410;
    }

    .slider-mover-right {
        width: 30px;
        height: 30px;
        line-height: 27px;
        right: 0px;
        background: #1B1410;
    }

    .slider-mover-right img {
        width: 12px;
        height: 19px;
    }

    .slider-mover-left img {
        width: 12px;
        height: 19px;
    }

    .section-heading h4 {
        font-size: 16px;
    }

    .b-items-cars-one-info-header {
        padding-bottom: 25px;
        margin-bottom: 18px;
    }

    .form-content-box {
        padding: 15px;
        margin-top: 50px;
    }

    .big-pic {
        margin-top: 0px;
    }

    .car-detail-info-list li {
        font-size: 12px;
    }


    .option-bar .sorting {
        padding: 6px 9px;
        background: #FFF;
        border: 1px solid #EEE;
        color: #999;
        margin-right: 2px;
        font-size: 13px;
        font-weight: 300;
        float: left;
    }

    .change-view-btn {
        padding: 5px 8px;
        margin-left: 2px;
        float: left;
    }

    .active-view-btn {
        padding: 5px 8px;
        margin-left: 2px;
    }

    .active-view-btn:hover {
        padding: 5px 8px;
        margin-left: 2px;
    }

    .change-view-btn:hover {
        padding: 5px 8px;
        margin-left: 2px;
    }

    .car-content h3 {
        margin-bottom: 0px;
    }

    .details-button a {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .car-content h3 span {
        padding: 4px 6px;
    }

    .car-box-body .header h3 span {
        padding: 4px 6px;
    }

    .car-box-body .header h3 {
        margin-bottom: 0px;
    }

    .panel-title {
        font-size: 14px;
    }

    .features ul li {
        line-height: 27px;
        font-size: 12px;
    }
	
    .user_avatar {
        float: left;
        clear: both;
    }

    .testimonials .slider-mover-left {
        left: -15px;
    }

    .testimonials .slider-mover-right {
        right: -15px;
    }

    .testimonials-inner p {
        margin-top: 25px;
        font-size: 18px;
        font-weight: 300;
        color: #7a7a7a;
        line-height: 32px;
        text-align: justify;
    }

    .contact-us-body {
        padding: 10px 0px 40px;
    }

    .page-section {
        padding: 50px 0px 0px;
    }


    .panel-body p {
        text-align: justify;
    }

    .page-section p {
        text-align: justify;
    }

    .page-section .title {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .mrg-t-250px {
        margin-top: 40px;
    }

    .form-content-box img {
        height: 52px;
    }

    .car-box-body p {
        text-align: justify;
    }

    .Recent-news {
        padding: 10px;
        margin-bottom: 20px;
    }

    .car-box {
        padding: 10px;
        position: relative;
    }

    .option-bar {
        background: transparent;
        border: none;
        padding: 0px;
    }

    .option-bar .sorting-options {
        margin-top: 20px;
    }

    .pagination > li > a, .pagination > li > span {
        border-radius: 0% !important;
        margin: 0 3px 3px;
        width: 28px;
        height: 28px;
        text-align: center;
        padding: 0px;
        line-height: 28px;
    }


    .thumbs img {
        width: 30px;
        height: 20px;
        display: inline-block;
    }

    .thumbs {
        width: 100% !important;
        margin: 12px auto !important;
        background: #dde3e4;
        padding: 3px 0px 0px 3px;
    }


    .panel-body {
        padding: 10px;
    }
    .main-footer{
        margin:0px;
    }

    .thumb-preview {
        max-width: 100% !important;
		height: auto !important;
    }

    .car-details-header-price {
        text-align: left;
    }

    .share {
        padding: 20px 10px;
    }

    .dealer-contact {
        padding: 20px 10px;
    }

    .car-detail-block {
        padding: 20px 10px;
        background: white;
    }

    .pdng {
        padding: 20px 10px;
    }


    footer {
        width: 100%;
        background: #2A2A2A;
        padding: 30px 0px 0px 0px;
    }

    .error404 .e404 {
        top: 10%;
        padding: 0px;
    }

    .error404 h1 {
        font-size: 70px;
    }

    .error404 .title-error {
        font-size: 20px;
    }

    .error404 p {
        margin: 5px 0 110px 0px;
        padding: 0;
        line-height: 1.6em;
        color: #8a8585;
    }

    .car-box img {
		height: auto;
		width: 340px;
	}
	
	.login-page-body{
		margin-top:0px;
	}
	.sub-footer p{
		text-align: center;
	}  
}


/*GOOGLR AD SENSE*/

/*extra small - max width */
@media (max-width: 767px) {

/*.hidden-xs { display: none!important; } */
.mrec-xs { width:300px; height:250px; }
.leaderboard-xs { width:728px; height:90px; }
.mobile-xs { width:320px; height:50px; }
.skyscraper-xs { width:120px; height:600px; }
.banner-xs { width:468px; height:60px; }
}

/* small */
@media (min-width: 768px) and (max-width: 991px) {

/*.hidden-sm { display: none!important; } */
.mrec-sm { width:300px; height:250px; }
.leaderboard-sm { width:728px; height:90px; }
.mobile-sm { width:320px; height:50px; }
.skyscraper-sm { width:120px; height:600px; }
.banner-sm { width:468px; height:60px; }
}

/* medium */
@media (min-width: 992px) and (max-width: 1199px) {

/*.hidden-md { display: none!important; } */
.mrec-md { width:300px; height:250px; }
.leaderboard-md { width:728px; height:90px; }
.mobile-md { width:320px; height:50px; }
.skyscraper-md { width:120px; height:600px; }
.banner-md { width:468px; height:60px; }
}

/* large */
@media (min-width: 1200px) {

/*.hidden-lg { display: none!important; } */
.mrec-lg { width:300px; height:250px; }
.leaderboard-lg { width:728px; height:90px; }
.mobile-lg { width:320px; height:50px; }
.skyscraper-lg { width:120px; height:600px; }
.banner-lg { width:468px; height:60px; }
}



/* Job */
.heading {
    text-align: center;
    margin-bottom: 40px;
	margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.job-title a{
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
}

.heading:after {
    content: " ";
    display: block;
    width: 100px;
    height: 2px;
    margin: 20px auto 20px;
    background: #ff7473;
}
.box-image-text {
    position: relative;
    background: #fff;
    overflow: hidden;
    text-align: center;
    margin: 15px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.box-image-text .top {
    position: relative;
    margin-bottom: 10px;
}

.box-image-text.bg-visible .bg {
    opacity: 0.8;
}
.box-image-text .top .bg {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
}

.box-image-text .top .logo {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.box-image-text .content {
    padding: 15px 15px 0 15px;
}

.full-height {
    height: 100% !important;
    border-radius: 12px;
}


.box-image-text .content p {
    color: #868e96;
}
.featured__details {
    font-size: .7875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.featured__details {
    font-weight: 300;
    font-size: 0.75rem !important;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    color: #aaa;
}

.featured__details i {
    margin-right: 5px;
}
.job__location {
    margin-right: 5px;
    color: #868e96;
}


.badge-success {
    color: color-yiq(#5cb85c);
    background-color: #5cb85c;
}
.featured-badge {
    font-weight: 300;
    border-radius: 3px;
    margin-left: 5px;
    padding: 5px;
    letter-spacing: 0.1rem;
}
.badge {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 400;
    font-size: 0.65rem;
    padding: 7px;
}


.job-detail-description {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #868e96;
    font-size: 0.9rem;
}

.job-detail__apply-bottom {
    margin-top: 40px;
}

.job-detail__apply-bottom a{
    text-decoration: none;
}

.job-sub-title {
	margin-bottom: 1rem;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


.job-detail__company-description {
    color: #868e96;
}

.job-detail__social {
    text-align: left !important;
    padding: 20px 0;
}

.social--outline a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #ff7473;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
}

.social--outline a.whatsapp {
    color: #1a923e;
    border-color: #1a923e;
}


.social--outline a.instagram {
    color: rgb(255, 51, 119);
    border-color: rgb(255, 51, 119);
}

.social--outline a.facebook {
    color: #0866FF;
    border-color: #0866FF;
}

.social--outline a.tiktok {
    color: #1C1518;
    border-color: #1C1518;
}