@import url(css/font-awesome/css/font-awesome.min.css);
@font-face {font-family: "Bauhaus 93"; src: url("https://db.onlinewebfonts.com/t/40b9a3649fd5d8941b992d0692054bb3.eot");

src: url("https://db.onlinewebfonts.com/t/40b9a3649fd5d8941b992d0692054bb3.eot?#iefix") format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/40b9a3649fd5d8941b992d0692054bb3.woff2") format("woff2"), 
url("https://db.onlinewebfonts.com/t/40b9a3649fd5d8941b992d0692054bb3.woff") format("woff"),
url("https://db.onlinewebfonts.com/t/40b9a3649fd5d8941b992d0692054bb3.ttf") format("truetype"), 
url("https://db.onlinewebfonts.com/t/40b9a3649fd5d8941b992d0692054bb3.svg#Bauhaus 93") format("svg"); };

/*font-family: 'Barlow', sans-serif;
font-family: 'Poppins', sans-serif;*/

@import url('font-awesome-all.css');
@import url('icomoon.css');
@import url('bootstrap.css');
@import url('jquery.background-video.css');
@import url('global.css');
@import url('element.css');
@import url('header.css');
@import url('jquery.fancybox.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('custom-animate.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery-ui.css');


/*** 

====================================================================
	Main Slider Banner
====================================================================

***/
a:focus, a:hover {
    color: #23527c;
    text-decoration: none!important;
}

.main-slider{
	position:relative;
}

.main-slider .content {
	position: relative;
}

.main-slider .slide{
	position:relative;
	padding:120px 0px 120px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-slider h1{
	position:relative;
	color:#222;
	font-size:50px;
	font-weight:700;
	line-height:50px;
	margin-bottom:10px;
	text-transform: capitalize;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);

	padding-bottom: 10px;
}
.btsa{
    font-size:80px;
	font-family: "Bauhaus 93";    
    
}

.btsaaa{
  font-size:50px;
  line-height:40px!important;
	font-family: "Bauhaus 93";    
    
}

.fancy-iframe:hover {
    cursor: pointer;
 
}

#top-bar {
     text-transform: none!important;
    font-size: 14px!important;
    line-height: normal;
}
.btsaa{
    color: #000;
    background: #db2f2f;
    padding: 12px;
    box-shadow: 1px 1px 1px 1px #797373;
       font-size:80px;
	font-family: "Bauhaus 93";  
    
}

.main-slider h1:before {
	position: absolute;
	content: '';
	background: #f13729;
	width: 1px;
	height: 0px;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	transition: .7s ease;
	transition-delay: 1s;
	display:none;
}

.main-slider .active h1:before {
	height: 50px;
	transition-delay: 3s;
}

.main-slider .light h1 {
	color: #fff;
}

.main-slider .active h1{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

.btnsa2:hover{
    transform: scale(1.3);
    background:#3498bd;
}

.btnsa2 {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #f1f1f1;
    margin: 5px;
    border-radius: 50%;
    box-shadow: 0 5px 15px -5px #ecf0f1;
    color: #3498db;
    overflow: hidden;
    position: relative;
}

.main-slider h4{
	position:relative;
	color:#f13729;
	font-size:18px;
	font-weight:600;
	font-family: 'Barlow', sans-serif;
	margin-bottom:20px;
	display:inline-block;
	text-transform: uppercase;
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active h4{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider .text{
	position:relative;
	color:#7e8597;
	font-size:18px;
	opacity:0;
	line-height: 1.7em;
	font-weight:500;
	margin-bottom:15px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .light .text {
	color: #fff;
}

.main-slider .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .theme-btn{
	margin-right:10px;
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .content .title{
	position:relative;
	color:#ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 25px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .content .title:after{
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 70px;
	height: 1px;
	margin-left: -35px;
	background-color: #ffffff;
}

.main-slider .active .title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider .owl-dots{
	position:absolute;
	left:50%;
	bottom:20px;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:20px;
	height:5px;
	margin:0px 4px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active{
	background-color:#f13729;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-20px;
	opacity: 0;
	transition: .5s ease;
}


.car-listing-row .image .stm-badge-dealer, .listing-car-item-inner .image .stm-badge-dealer {
    position: absolute;
    left: -65px;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(-45deg);
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #db2f2f;
}



.car-listing-row .image, .listing-car-item-inner .image {
    overflow: hidden;
    position: relative;
    height:170px;
}

.listt img{
    overflow: hidden;
    position: relative;
    height:170px;
}

.frsa img{

    width: 100%;

    height: 500px;
}

.frsaa img{

    width: 100%;

    height: 150px;
}


.main-slider:hover .owl-nav {
	opacity: 1;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	left:40px;
	width: 55px;
	height: 130px;
	color: #222;
	padding-top: 23px;
	text-transform: uppercase;
	text-align:center;
	display:inline-block;
	background-color: #fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-prev .previous{
	position:relative;
	-webkit-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg);
	display:inline-block;
}

.main-slider .owl-nav .owl-next{
position: absolute;
    right: 40px;
    width: 55px;
    height: 128px;
    color: #222;
    padding-top: 17px;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#f13729;
}

.main-slider .owl-nav span {
	position: relative;
    word-break: break-all;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 15px;
    display: inline-block;
}

.main-slider .owl-nav .owl-prev span:before {
    bottom: -22px;
    position: absolute;
    left: -3px;
}

.main-slider .owl-nav .owl-next span:before {
    top: -19px;
    position: absolute;
    left: 0;
    transform: rotate(180deg);
}


/* Main header style two */

.main-slider.style-two {
	position: relative;
}

.main-slider.style-two .owl-dots {
	display: none;
}

.main-slider.style-two .slide {
	padding: 100px 0 90px;
}

.main-slider.style-two h1 {
	padding-bottom: 0px;
}

.main-slider.style-two h1:before {
	display: none;
}

/*Banner Tab*/

.main-slider .banner-tab{
	position:relative;
}

.main-slider .banner-tab .tabs-header{
	position:relative;
	margin-top: -30px;
}

.main-slider .banner-tab .tab-btns-box {
	position: relative;
	z-index: 9;
}

.main-slider .banner-tab .banner-tab-btns{
	position:relative;
	margin: 0 -15px;
	margin-bottom: 20px;
	display: inline-block;
	text-align: center;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn{
	position:relative;
	line-height:24px;
	padding:0px 0px;
	cursor:pointer;
	color:#303030;
	background: #fff;
	font-weight:500;
	font-size: 18px;
	display:inline-block;
	line-height: 76px;
	margin-bottom:10px;
	min-width: 267px;
	margin: 0px 15px 30px;
	padding-bottom:2px;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Poppins', sans-serif;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn .category {
	position: relative;
	display: inline-block;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn.active-btn .category {
	padding-left: 25px;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn .active-count {
	position: absolute;
	left: 0;
	top: 27px;
	color: #fff;
	opacity: 0;
	line-height: 1.2em;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn.active-btn .active-count {
	opacity: 1;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn .count {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 24px;
	color: #e5e5e5;
	font-family: 'Barlow', sans-serif;
	line-height: 1.2em;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn.active-btn .count {
	opacity: 0;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn.active-btn{
	background: #f13729;
	color: #fff;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn:before {
	position: absolute;
	content: '';
	background: #f13729;
	height: 30px;
	width: 30px;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	-webkit-clip-path: polygon(50% 52%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 52%, 0% 100%, 100% 100%);
	opacity: 0;
	transition: .5s ease;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn.active-btn:before {
	opacity: 1;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	  filter: grayscale(100%);
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn.active-btn img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	  filter: grayscale(0%);
}

.main-slider .banner-tab .b-tabs-content{
	position:relative;
	display:block;
}

.main-slider .banner-tab .b-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;	
}

.main-slider .banner-tab .b-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}

.main-slider .b-tab.active-tab .slide{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);
}

.main-slider .b-tab .slide{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	-moz-transform:scaleX(0);
	transform:scaleX(0);	
}


.logo-main img{
    width: 25%;
    margin-top:0px;

}
.icon_box_73441:after, .icon_box_73441:before {
    background-color: #ffffff!important;
}
.icon_box_68377:after, .icon_box_68377:before {
    background-color: #8a0000!important;
}


.stm-template-car_dealer .car-listing-tabs-unit .car-listing-row .image {
    max-height: 300px;
} 

#top-bar, #top-bar a {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 11px;
}
.dwq {
    font-size: 35px;
    color: #db2f2f;
    margin-bottom: 3px;
    font-family: "BAUHS93", verdana, helvetica, sans-serif;
    margin-left: 213px;
}
.dws{
font-size: 25px;
    color: #000;
    text-align: center;
    /* line-height: 18px; */
    margin-left: 380px;
}

.spec{
	width:100%;
	height:auto;
	background:#8e8e8e;
}

.ofre{
width:100%;
height:auto;
background-image:url(../images/back.jpg);
background-size:cover;
background-repeat:no-repeat;	
padding:10%;
background-attachment:fixed;
}
.ofres{
width:100%;
height:auto;
background-image:url(../images/back2.jpg);
background-size:cover;
background-repeat:no-repeat;	
padding:5%;
background-attachment:fixed;
}


.footer-wrap {
    background: url(http://hassandesigns.top/html/classified/images/footer-bg.jpg) no-repeat top;
    padding-top: 30px;
    background-size: cover;
}

.footer-wrap h3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #b3b3b3;
    margin-top: 15px;
}

.footer-wrap p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.footer-wrap p a:hover {
    text-decoration: none;
    color: #ff7800;
}

.footer-links li a {
    font-size: 14px;
    line-height: 26px;
    color: #b3b3b3;
    text-decoration: none;
}


.footer-links li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #b3b3b3;
}

.footer-category li a {
    font-size: 14px;
    line-height: 26px;
    color: #b3b3b3;
    text-decoration: none;
}

.footer-category li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #b3b3b3;
}

.address {
    
    color: #b3b3b3;
    font-size: 14px;
    position: relative;
    padding-left:0px;
    line-height: 30px;
}



.info a {
 
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-phone:before {
    content: "\f095";
}

.info a {

    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-fax:before {
    content: "\f1ac";
}

.copyright {
    border-top: 1px solid #5f5f5f;
    font-size: 14px;
    color: #b3b3b3;
    margin-top: 2px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}
.footer-logo img{
	padding-top:10%;
}

.hiring-btn{
	    background: #162579;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    height: auto;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 6px;
    padding-top: 3px;
    position: fixed;
    left: -90px;
    text-align: center;
    top: 50%;
    display:none;
    transform: rotate(-90deg);
    background-color: #162579;
    animation: bg-color 1s infinite;
    -webkit-animation: bg-color 1s infinite;
    z-index: 999;
}
.hiring-btn a{
	font-size:25px;
	display:block;
	color:#000;
	text-decoration:none;
	outline:none;
	font-weight:700;
    letter-spacing: 1px;
}

.icon_box_84124:after, .icon_box_84124:before {
    background-color: #ffffff!Important;
    /* color: #fff; */
}

.icon-box .icon-box-bottom-triangle {
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 55px solid rgba(255, 255, 255, 0.9)!important;
    transform: skew(0deg,23deg);
}


@-webkit-keyframes bg-color {
  50% { background-color: #0031f0; }
  100% { background-color: #fff; }
}

@keyframes bg-color {
  50% { background-color: #0031f0; }
  100% { background-color: #fff; }
}
#cont {
    background-color: #002147;
    padding: 100px;
}

.middle {
    text-align: center;
    float: left;
    margin-left: -20px;
}



.blink {
    background-color: #071877;
    -webkit-animation: blink 1100ms step-end infinite;
            animation: blink 1100ms step-end infinite;
}
@-webkit-keyframes blink { 50% { background-color: #fff; }}
        @keyframes blink { 50% { background-color: #fff; }}
.btn2 {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #f1f1f1;
	margin: 5px;
	border-radius:50%;
	box-shadow: 0 5px 15px -5px #ecf0f1;
	color: #3498db;
	overflow: hidden;
	position: relative;
}
.footer-links{
	list-style:none;
}
a.btn2:hover {
	transform: scale(1.3);
	color: #f1f1f1;
}

.btn2 i {
    line-height: 36px;
    font-size: 16px;
    transition: 0.2s linear;
}
.btn2:hover i {
	transform: scale(1.3);
	color: #f1f1f1;
}

.fa-facebook-f {
    color: #3c5a99;
}

.fa-twitter {
    color: #1da1f2;
}

.fa-instagram {
    color: #e1306c;
}

.fa-google {
    color: #dd4b39;
}

.fa-youtube {
    color: #ff0000;
}

.btn2::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 120%;
	background: #3498db;
	transform: rotate(45deg);
	left: -110%;
	top: 90%;
}

.btn2:hover::before {
	animation: aaa 0.7s 1;
	top: -10%;
	left: -10%;
}

@keyframes aaa {
	0% {
		left: -110%;
		top: 90%;
	}
	50% {
		left: 10%;
		top: -30%;
	}
	100% {
		left: -10%;
		top: -10%;
	}
}

.header-main .header-main-phone .phone .phone-number {
    color: #000;
    font-size: 17px!important;
    line-height: 28px!important;
    font-weight: 600;
    letter-spacing: .5px;}
    
    .header-main .header-main-phone .phone .phone-label {
    margin-right: 2px;
    color: #db2f2f;
    font-size: 16px!important;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px!important;
    margin-top: 10px;
}

.social {
    position: fixed;
    top: 110px;
    left: 0;
    z-index: 1111;
}
.social ul {
	padding: 0;
	margin-left: -265px
}
.social ul li {
	display: block;
	margin: 3px;
	background: rgba(171, 219, 209, .36);
	width: 300px;
	text-align: right;
	padding: 5px;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.social ul li:hover {
	-webkit-transform: translate(110px, 0);
	-moz-transform: translate(110px, 0);
	-ms-transform: translate(110px, 0);
	-o-transform: translate(110px, 0);
	transform: translate(110px, 0);
	background: rgba(173, 178, 177, .4)
}
.social ul li a {
	display: block
}
.social ul li:hover a {
	color: #000
}
.social ul li:hover i {
	color: #fff
}
.social ul li:hover .f-col {
	background: #2a45a0
}
.social ul li:hover .t-col {
	background: #29aafc
}
.social ul li:hover .l-col {
	background: #007bb6
}
.social ul li:hover .p-col {
	background: #f62a36
}
.social ul li:hover .i-col {
	background: #275a87
}
.social ul li i {
	margin-left: 10px;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	background: #fff;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	text-align: center
}
#ftservices,
#services,
.top-social-media {
	width: 100%;
	height: auto
}
.f-col {
	color: #2a45a0
}
.t-col {
	color: #29aafc
}
.l-col {
	color: #007bb6
}
.p-col {
	color: #f62a36
}
.i-col {
	color: #275a87
}
.top-social-media {
	margin: auto
}
#ftservices ul li,
#services ul li {
	transition: all .5s ease;
	margin-right: 10px;
	list-style-type: none;
	text-align: center;
	float: left
}
#ftservices ul,
#services ul {
	margin: 0;
	padding: 0
}
#ftservices ul li:last-child,
#services ul li:last-child {
	margin-right: 0
}
#services ul li {
	width: 46px;
	height: 46px;
	font-size: 14px;
	line-height: 45px;
	background-color: rgba(0, 0, 0, .05);
	margin-top: 0;
	border-radius: 0;
	border: none;
	color: #777
}
#services ul li a {
	text-decoration: none;
	display: block;
	font-size: 18px;
	color: #999
}
#services ul li:hover {
	transform: rotate(360deg);
	border-radius: 100px;
	background-color: #3FB779
}
#services ul li:hover a {
	color: #fff;
	display: block
}
#ftservices {
	margin-top: 15px
}
#ftservices ul li {
	width: 30px;
	height: 30px;
	color: #F7AB15;
	font-size: 14px;
	line-height: 30px;
	background: #F9A11B;
	background: rgba(255, 255, 255, .15);
	margin-top: 8px;
	border-radius: 2px;
	color: rgba(255, 255, 255, .5);
	border: none
}
#ftservices ul li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-size: 14px
}
#ftservices ul li:hover {
	border-radius: 2px;
	background-color: #ff5100
}
#ftservices ul li:hover a {
	color: #fff;
	display: inline-block
}
.testimain-box {
	width: 90%;
	height: auto;
	margin: 0 auto auto
}
.testi-topblock:after {
	border-style: solid;
	border-width: 25px 10px 0 20px;
	bottom: 0;
	content: "";
	left: 0;
	margin-bottom: -25px;
	position: absolute;
	background: 0 0;
	border-color: transparent
}
.testi-topblock {
	width: 100%;
	height: auto;
	padding: 30px 30px 0;
	margin-top: 70px;
	min-height: 220px;
	border-radius: 0;
	position: relative;
	background: 0 0
}
.tst-strt {
	width: 100%;
	height: auto;
	margin: 10px auto auto;
	text-align: center
}
.tst-strt ul {
	margin: 0;
	padding: 0;
	display: inline-block
}
.tst-strt ul li {
	list-style-type: none;
	width: auto;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	color: #ffb400;
	font-size: 24px
}
.test-circl {
	width: 86px;
	height: 86px;
	margin: -65px auto auto;
	background: #00a3de;
	border-radius: 100%;
	text-align: center;
	border: 3px solid rgba(255, 255, 255, .9)
}
.test-circl img {
	width: 80px;
	height: 80px;
	border-radius: 100%
}
.test-circl .fa {
	font-size: 22px;
	color: #fff;
	line-height: 55px
}
.testi-topblock h5,
.testi-topblock p {
	color: #fff;
	line-height: 30px;
	margin: 0;
	text-align: center
}
.testi-topblock p {
	padding-top: 15px;
	font-size: 16px;
	font-weight: 400
}
.testi-topblock h5 {
	padding-top: 20px;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 2px 2px 4px #000
}
.testi-topblock h4 {
	margin: 0;
	padding-top: 10px;
	font-size: 18px;
	color: rgba(255, 255, 255, .7);
	font-weight: 500;
	text-align: center
}
.testi-topblock h4 span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	font-weight: 900
}
.testi-img-name {
	width: 100%;
	height: auto;
	margin: 40px auto auto;
	z-index: 111;
	position: relative
}
.testiimg-lft {
	width: 75px;
	height: 75px;
	float: left;
	border-radius: 100%
}
.testiimg-lft img {
	width: 75px;
	height: 75px;
	border: 4px solid #f0f6fb;
	border-radius: 100%
}
.testname-rgt {
	width: 75%;
	height: auto;
	float: left;
	margin-left: 15px
}
.testicarousel-lftbtn,
.testicarousel-rgtbtn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 60%;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: transparent
}
.testname-rgt h4 {
	margin: 0;
	color: #7AC312;
	font-size: 20px;
	font-weight: 700;
	padding-top: 10px
}
.testname-rgt p {
	margin: 0;
	color: #777;
	font-size: 15px;
	padding-top: 7px;
	font-weight: 600
}
.testicarousel-lftbtn .fa,
.testicarousel-rgtbtn .fa {
	line-height: 40px;
	font-size: 28px;
	font-weight: 100;
	text-shadow: none
}
.testicarousel-lftbtn {
	background: #fff;
	background-image: none!important;
	border-radius: 0;
	left: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #ddd
}
.testicarousel-lftbtn .fa {
	color: #999;
	margin-left: 25px
}
.testicarousel-lftbtn:hover {
	background: #fff;
	transition: all .5s ease 0s;
	border: 1px solid #ccc
}
.testicarousel-lftbtn:hover .fa {
	color: #00a3de
}
.testicarousel-rgtbtn {
	background: #fff;
	background-image: none!important;
	border-radius: 0;
	right: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #ddd
}
.testicarousel-rgtbtn .fa {
	color: #999;
	margin-left: -35px
}
.testicarousel-rgtbtn:hover {
	background: #fff;
	transition: all .5s ease 0s;
	border: 1px solid #ccc
}
.testicarousel-rgtbtn:hover .fa {
	color: #00a3de
}
.image-preview-input {
	position: relative;
	overflow: hidden;
	margin: 0;
	color: #fff;
	background-color: #00A3DE;
	border: none;
	border-bottom: 3px solid rgba(0, 0, 0, .15);
	line-height: 35px;
	border-radius: 0
}
.image-preview-clear {
	color: #555;
	background-color: #eee;
	border: none;
	border-bottom: 3px solid rgba(0, 0, 0, .15);
	line-height: 35px;
	border-radius: 0
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0)
}
.image-preview-input-title {
	margin-left: 2px
}
.career-form .form-control[disabled] {
	background: #fff
}
.form-style-6{
	font: 95% Arial, Helvetica, sans-serif;
	max-width: 400px;
	margin: 10px auto;
	padding: 16px;
	background: #F7F7F7;
}
.form-style-6 h1{
	background: #2f2f2f;
	padding: 20px 0;
	font-size: 140%;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: #fff;
	margin-bottom: 4%;
	border: 1px solid #ccc;
	padding: 3%;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
	box-shadow: 0 0 5px #43D1AF;
	padding: 3%;
	border: 1px solid #43D1AF;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 3%;
	background: #db2f2f;
	border-bottom: 2px solid #db2f2f;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
	background: #db2f2f;
}

.single-car-data {
    padding: 0px!important;
    margin-bottom: 26px;
    background-color: #f0f2f5;
}

.fancy-title-view1 {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}
.fancy-title-view1 h2 {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 700;
    display: block;
}
.fancy-title-view1 p {
    margin-bottom: 0px;
    display: inline-block;
    width: 65%;
}
.fancy-title-view1 i {
    font-size: 22px; }
.fancy-title-view1-color h2,
.fancy-title-view1-color p {
    color: #ffffff;
}

        .light-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    background-color: #000;
}
.categories-view1-full {
    padding: 80px 0px 80px 0px;
    margin-top: 0;
    margin-bottom: 0;
    background: url(https://i.ibb.co/r4xf3sK/newslater.jpg);
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
}
.categories,.categories-view1-wrap {
    float: left;
    width: 100%;
}
.categories ul li       { list-style: none; }
.categories > ul > li   {

    display: inline-block;
    margin: 0px 0px 30px 0px;
    vertical-align: top;
}
.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
    padding: 15px 35px 20px 67px;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
}
.categories-view1 i {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 25px;
    color: #db2f2f;
    width: 55px;
    height: 55px;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding-top: 18px;
    margin-top: -36px;
    background-color: #ffffff;

    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.categories-view1 li:hover i {
    color: #ffffff;
    background-color: #db2f2f;
}
.categories-view1 a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.categories-view1 small {
    font-size: 20px;
    color: #db2f2f;
}
.categories-view1 span {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 90px;
    font-weight: 500;
    color: #999;
    opacity: 0.07;
    line-height: 1;
}
.main-load-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}
.main-load-btn a {
    display: inline-block;
    line-height: 1;
    padding: 18px 45px;
    color: #ffffff;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #fb236a;
}
.main-load-btn a:hover {
    background-color: #274160;
}
.more-spacer {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.listing-list-loop .content .meta-top .price {
    min-width: 130px;
    position: relative;
    margin-left: 40px;
    float: right;
    text-align: right;
    background-color: #db2f2f!important;
    color: #fff;
}

.listing-list-loop .content .meta-top .price:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -11px;
    height: 100%;
    width: 32px;
    background-color: #db2f2f!important;
    transform: skew(-23deg,0deg);
    z-index: -1;
}
.rmv_txt_drctn {
    color: inherit;
    text-decoration: none !important;
    margin-bottom: 50px;
}

  
  /*----------- Carousel Sliders --------------*/

  .carousel-type-1 .owl-carousel .owl-dots,
  .owl-custom .owl-nav,
  .carousel-type-3 .owl-carousel .owl-dots,
  .carousel-type-4 .owl-carousel .owl-dot{
    display: none!important;
  }

  [class*="carousel-type"] .owl-dots{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 30px;
    text-align: center;
    font-size: 0;
  }

  [class*="carousel-type"] .owl-dots .owl-dot{
    display: inline-block;
    margin: 0 6px;
  }

  .owl-carousel .animated{
    -webkit-animation-duration: 1s;
        -ms-animation-duration: 1s;
            animation-duration: 1s;
  }

  .owl-prev,
  .owl-next,
  .owl-custom-buttons > *{
    color: #aab3b6;
    position: absolute;
    top: 50%;
    font-size: 30px;
    margin-top: -15px;
    line-height: 30px;

    -webkit-transition: all .35s ease;
            transition: all .35s ease;
  }

  .owl-custom{
    position: relative;
    z-index: 2;
  }

  .owl-custom-buttons > *{
    z-index: 99;
    cursor: pointer;
  }

  .owl-prev{
    left: -60px;
  }

  .owl-next{
    right: -60px;
  }

  .owl-prev::before,
  .owl-next::before,
  .owl-custom-buttons > *:before{
    font-family: 'Linearicons';
  }

  .owl-prev::before,
  .custom-owl-prev:before{
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 5px;

  }

  .owl-next::before,
  .custom-owl-next:before{

     content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 5px;

  }
  .stm-template-car_dealer .car-listing-tabs-unit .car-listing-row .image img {
    max-height: 300px!important;
    -o-object-fit: cover;
    object-fit: cover;
}

  .owl-nav > [class*="owl-"],
  .owl-custom-buttons > *{
    color: #db2f2f;
    background:#db2f2f;
  }

  .owl-nav > [class*="owl-"]:hover,
  .owl-custom-buttons > *:hover{
    color: #ed1c24;
  }

  .carousel-type-1 .owl-carousel .owl-nav > [class*="owl-"]{
    font-size: 20px;
    top: 150px;
  }

  .carousel-type-1 .owl-carousel .owl-prev{
    left: 35px;
  }

  .carousel-type-1 .owl-carousel .owl-next{
    right: auto;
    left: 65px;
  }

  .parallax-section .owl-nav > [class*="owl-"]{
    color: #d5d7d8;
  }

  .car-carousel .tabs .tabs-nav{
    width: auto;
  }

  .car-carousel .tabs .tabs-content{
    border: none;
    padding: 25px 15px 25px;
  }

  .car-carousel .owl-carousel.container{
    width: 1260px;
  }

  .car-carousel .owl-carousel .owl-stage-outer{
    overflow: visible;
  }

  .car-carousel .carousel-type-3 .owl-carousel .owl-prev{
    left: -55px;
  }

  .car-carousel .carousel-type-3 .owl-carousel .owl-next{
    right: -55px;
  }

  .car-carousel .carousel-type-3 .owl-carousel .owl-item.active:last-child{
    opacity: 0.5!important;
  }

  .car-carousel .owl-carousel .owl-item:before{
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .car-carousel .owl-carousel .owl-item.active:before{
    display: none;;
  }

  .car-carousel .car-title-area .section-title:not(:last-child){
    margin-bottom: 0;
  }

  .car-carousel .car-title-area:not(:last-child){
    margin-bottom: 30px;
  }

  .carousel-type-4 .owl-nav > [class*="owl-"]{
    top: auto;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-color: rgba(49,53,60,0.8);
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 3px;
    font-size: 24px;
  }

  .carousel-type-4 .owl-nav > [class*="owl-"]:hover{
    background-color: rgba(49,53,60,1);
  }

  .carousel-type-4 .owl-nav > .owl-prev{
    left: 20px;
  }

  .carousel-type-4 .owl-nav > .owl-next{
    left: 75px;
  }

  .carousel-type-4 .owl-carousel.type-small .owl-nav > [class*="owl-"]{
    top: 50%;
    margin-top: -15px;
    bottom: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
  }

  .carousel-type-4 .owl-carousel.type-small:hover .owl-nav > [class*="owl-"]{
    opacity: 1;
    visibility: visible;
  }

  .carousel-type-4 .owl-carousel.type-small .owl-nav > .owl-prev{
    left: 10px;
  }

  .carousel-type-4 .owl-carousel.type-small .owl-nav > .owl-next{
    left: auto;
    right: 10px;
  }

  

  /* ------------------ Product Box ---------------- */

  .products-holder > .flex-row,
  .products-holder .tabs-content > * > .flex-row{
    margin-bottom: -30px;
    position: relative;
  }

  .products-holder > .flex-row:not(.brends) > *{
    padding-bottom: 30px;
  }

  .products-holder > [class*="col-"],
  .products-holder .flex-row > [class*="col"]{
    padding-bottom: 30px;
  }

  .flex-col-5{
    width: 20%;
    padding: 0 15px;
  }

  .products-holder:not(:last-child){
    margin-bottom: 35px;
  }

  .products-holder .tabs:not(.style-2) .tabs-nav{
    display: inline-block;
    width: auto;
  }

  .products-holder .tabs-content{
    padding: 30px 0 0;
    border: none;
  }

  .product{
    position: relative;
    height: 100%;
    transition: all .4s;
    background-color: #fff;
  }

  .product:hover{
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
  }

  .products-holder.type-2 .product:hover{
    box-shadow: none;
  }

  .product-description{
    position: relative;
    padding: 20px;
  }

  .products-holder.type-2 .product-description,
  table .product-description{
    padding: 22px 0 0;
  }

  .product-description.no-rating .product-name{
    height: 50px;
  }

  .product-description p:not(.text-size-normal):not(.product-excerpt){
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1px;
  }

  .product-description p{
    color: #6d6f73;
  }

  .product-description > .btn{
    width: 100%;
  }

  .product-description p:not(:last-child){
    margin-bottom: 30px;
  }

  .product-description p.product-excerpt:not(:last-child){
    margin-bottom: 20px;
  }

  .product img{
    width: 100%;
  }

  .product .dealer-item .personal{
    text-transform: uppercase;
    color: #999a9d;
    font-size: 12px;
    line-height: 18px;
  }

  .product .dealer-item .personal:not(:last-child){
    margin-bottom: 5px;
  }

  .brends:not(:last-child){
    margin-bottom: 15px;
  }

  .brends img{
    width: auto;
  }

  .brends > a:not(:last-child){
    margin-right: 20px;
  }

  .brends.type-2 > a:not(:last-child){
    margin-right: 10px;
  }

  .product::after{
    content: "";
    display: block;
    clear: both;
  }

  .product-image{
    display: block;
    position: relative;
  }

  .product .product-name{
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: normal;
  }

  .product .product-name > a{
    color: #31353c;
    border-bottom: 1px solid transparent;
  }

  .product .product-name a:hover{
    border-bottom-color: inherit;
  }

  .product-name:not(:last-child){
    margin-bottom: 5px;
  }

  .product-price{
    color: #31353c;
  }

  .products-holder[class*="view-"] .product .product-price > span{
    text-decoration: line-through;
  }

  .product-price.new-price span{
    color: #ed1c24;
  }

  .mpg:not(span){
    color: #31353c;
  }

  .product-info .product-review{
    font-size: 12px;
    display: block;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    line-height: 12px;
  }

  .product-info .product-review > a{
    color: #365ddd;
  }

  .product-info .product-review > a:hover{
    text-decoration: underline;
  }

  .product-excerpt:not(:last-child){
    margin-bottom: 20px;
  }

  .product-info .rating{
    line-height: 10px;
  }

  .amount::after{
    content: 'x';
    display: inline-block;
    margin: 0 5px;
  }

  .rating-area:not(:last-child){
    margin-bottom: 5px;
  }

  .rating-area > *{
    display: inline-block;
    line-height: 12px;
  }

  .rating-area > *:not(:last-child){
    margin-right: 8px;
  }

  .rating{
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 0;
  }

  .rating > li{
    display: inline-block;
    font-size: 16px;
  }

  .rating > li i{
    color: #ef4f54;
  }

  .rating > li.empty-half i{
    position: relative;
    overflow: hidden;
  }

  .rating > li.empty i,
  .rating > li.empty-half i{
    color: #999a9d;
  }

  .rating > li.empty-half i:after{
    content: '\e68d';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    color: #ef4f54;
    z-index: 1;
    display: block;
    overflow: hidden;
  }

  .rating-list .rating{
    line-height: 10px;
  }

  .rating-list > li{
    display: inline-block;
    position: relative;
    line-height: 15px;
    font-size: 0;
  }

  .rating-list > li:not(:last-child){
    padding-right: 12px;
    margin-right: 7px;
  }

  .rating-list > li:not(:last-child):after{
    content: '';
    height: 12px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: #86878a;
  }

  .pricing-area{
    overflow: hidden;
  }

  .pricing-area:not(:last-child){
    margin-bottom: 15px;
  }

  .pricing-area > *{
    display: inline-block;
  }

  .pricing-area > *:not(:last-child){
    margin-right: 10px;
  }

  .pricing-area > * span{
    font-family: 'Roboto', sans-serif;
    display: block;
    text-transform: uppercase;
    color: #999a9d;
    font-weight: normal;
    font-size: 12px;
  }

  .review-section:not(:last-child){
    margin-bottom: 40px;
  }

  .review-section > .row:not(:last-child){
    margin-bottom: 30px;
  }

  .review-section .review-item{
    position: relative;
    display: inline-block;
  }

  .review-section .review-item:not(:last-child){
    margin-bottom: 30px;
  }

  .review-item.entry .entry-attachment{
    margin-bottom: 0;
  }

    .review-section .review-item .entry-body{
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
    }

    .review-section .review-item .entry-body .entry-title:hover a{
      text-decoration: underline;
    }

    .review-section .review-item .thumbnail-attachment img{
      width: 100%;
    }

  .review-label{
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ed1c24;
    color: #fff;
    padding: 27px 0;
    font-family: 'Overpass',sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    width: 90px;
    height: 90px;
    overflow: hidden;
    z-index: 2;
  }

  .review-label span{
    font-size: 13px;
    text-transform: uppercase;
    display: block;
  }

  .review-label.size2{
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    padding: 13px 0;
  }

  .review-label.size2 span{
    font-size: 9px;
    line-height: 12px;
  }

  .review-label.size3{
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding: 5px 0;
  }

  .review-section .col-sm-6 .entry .entry-date,
  .review-section .col-sm-8 .entry .entry-date{
    font-size: 14px;
  }

  .review-section.list-type .review-item{
    overflow: hidden;
  }

  .review-section.list-type .review-item:not(:last-child){
    margin-bottom: 60px;
  }

  .review-section.list-type .entry-attachment{
    float: left;
    margin-right: 30px;
    position: relative;
  }

  .review-section.list-type .entry .thumbnail-attachment:not(:last-child){
    margin-bottom: 0;
  }

  .review-section.list-type .entry-body{
    overflow: hidden;
    position: relative;
    padding: 0;
  }

  .single-post .entry .entry-attachment:not(:last-child){
    margin-bottom: 25px;
  }

  .single-post .entry p{
    color: #31353c;
  }

  .single-post .review-section .review-item .entry-body{
    position: relative;
    padding: 0;
  }

  .single-post .carousel-type-4:not(:last-child),
  .carousel-type-4 .carousel-tabs:not(:last-child){
    margin-bottom: 15px;
  }

  .single-post .entry .entry-body:not(:last-child){
    margin-bottom: 15px;
  }

  .review-block{
    background-color: #f2f3f3;
  }

  .review-block h5{
    font-weight: bold;
    text-transform: uppercase;
  }

  .review-block .review-top{
    padding: 30px;
    display: block;
    border-bottom: 2px solid #fff;
  }

  .review-sum{
    overflow: hidden;
  }

    .review-sum .rev-label{
      color: #fff;
      width: 22%;
      text-align: center;
    }

      .review-sum .rev-label .review-numb{
        background-color: #ed1c24;
        padding: 25px 10px 15px;
        font-weight: bold;
        font-size: 36px;
        font-family: 'Overpass', sans-serif;
      }

       .review-sum .rev-label .review-numb span{
        font-size: 18px;
       }

       .review-sum .rev-label .review-numb h6{
        text-transform: uppercase;
        color: #fff;
        margin-top: 10px;
       }

       .review-sum .rev-label .review-numb .rev-title{
        text-transform: none;
       }

       .review-sum .rev-label .rating{
        line-height: 10px;
       }

       .review-sum .rev-label .rating > li i{
        color: #fff;
        font-size: 20px;
       }

      .review-sum .rev-label .review-vote{
        background-color: #d51920;
        padding: 10px;
      }

    .review-sum .rev-desc{
      padding: 25px 30px;
      color: #31353c;
      overflow: hidden;
    }

    .review-sum .rev-desc h5{
      text-transform: none;
    }

    .review-sum .rev-desc .row:not(:last-child){
      margin-bottom: 20px;
    }

  .reviews-section .rev-item:not(:last-child){
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d5d7d8;
  }

  .reviews-section .comment h6:not(:last-child){
    margin-bottom: 0;
  }

  .reviews-section .comment .entry-meta:not(:last-child){
    margin-bottom: 15px;
  }

  .flex-col-5 .product .product-price{
    font-size: 16px;
  }

  .product figure{
    position: relative;
  }



    .stm-sell-a-car-form .form-navigation .form-navigation-unit .title {
    margin: 0 0 -1px 3px;
    font-weight: 700;
    font-size: 30px!important;
    text-transform: uppercase;
}
.stm-sell-a-car-form .form-navigation .form-navigation-unit .sub-title {
    margin-left: 4px;
    color: rgba(35,38,40,.5);
    font-size: 18px!important;
}
.stm-sell-a-car-form .form-content .form-content-unit .contact-us-label {
    color: #313131!important;
    font-size: 17px!important;
    font-weight: 700!important;
}

.contact-us-label {
    margin-bottom: 5px;
    font-size: 18px!important;
    font-weight: 700!important;
}
.entry-title {
    position: absolute;
    top: 70%!important;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    /* color: #000; */
}
.entry-header.small_title_box>.container {
    min-height: 130px;
    /* padding: 85px; */
}
.entry-header.small_title_box .container .entry-title h2 {
    color: #fff;
}
  .overlay{
    position: absolute;
    bottom: 0;
    right: 10px;
    text-align: center;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition:         all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .overlay.full-width-block{
    left: 0;
    right: 0;
    padding: 0 10px;
  }

  .product:hover .overlay{
    opacity: 1;
    visibility: visible;
    bottom: 10px;
  }

  .overlay a{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 37px;
    text-align: center;
    background: rgba(54,93,221,0.8);
    color: #fff;
    border-radius: 3px;
    margin: 0 1px;
  }

  .overlay a i{
    font-size: 16px;
  }

  .overlay a span{
    padding-left: 5px;
    display: inline-block;
    vertical-align: 2px;
  }

  .overlay .icon-fancy > a{
    width: 44px;
    height: 32px;
    font-size: 12px;
    line-height: 33px;
    background-color: rgba(49,53,60,0.8);
  }

  .overlay a:hover{
    background: rgba(54,93,221,1);
    color: #fff;
  }

  .overlay .icon-fancy > a:hover{
    background-color: rgba(49,53,60,1);
  }

  .product-price{
    font-size: 18px;
    font-family: 'Overpass', sans-serif;
    font-weight: 900;
  }

  .products-holder[class*="view-"] .product .product-price > span{
    font-weight: normal;
    color: #6d6f73;
    font-size: inherit;
  }

  .model-info > a{
    color: #365ddd;
    position: relative;
  }

  .model-info > a:hover{
    text-decoration: underline;
    color: #365ddd;
  }

  .model-info > a:not(:last-child){
    padding-right: 12px;
    margin-right: 6px;
  }

  .model-info > a:not(:last-child):after{
    position: absolute;
    content: '';
    height: 11px;
    width: 2px;
    right: 0;
    top: 50%;
    margin-top: -5.5px;
    background-color: #a9a9ac;
  }

  .model-loc{
    margin-top: -5px;
  }

  .model-loc:not(:last-child){
    margin-bottom: 20px;
  }

  .model-loc ul li{
    color: #31353c;
    font-size: 14px;
    line-height: 18px;
  }

    .model-loc ul li span{
      color: #999a9d;
      font-size: 12px;
      text-transform: uppercase;
      min-width: 66px;
      display: inline-block;
    }

  .products-holder.view-list > .row > [class*="col-"]{
    width: 100%;
  }

  .products-holder.view-list .product:not(:last-child){
    margin-bottom: 30px;
  }

  .products-holder.view-list .product-image{
    float: left;
    max-width: 360px;
    margin: 0 30px 0 0;
    z-index: 1;
    position: relative;
  }

  .products-holder.view-list .product-description{
    padding-left: 0;
    overflow: hidden;
  }

  .products-holder.view-list .product-description > .btn{
    width: auto;
  }

    .products-holder.view-list .product .pricing-area > * span,
    .products-holder.view-grid .product .pricing-area > * span{
      display: inline-block;
      margin-right: 5px;
    }

    .products-holder.view-list .product .pricing-area:not(:last-child),
    .products-holder.view-grid .product .pricing-area:not(:last-child){
      margin-bottom: 10px;
    }

    .products-holder.view-list .product .product-description p:not(:last-child),
    .products-holder.view-grid .product .product-description p:not(:last-child){
      margin-bottom: 20px;
    }

    .products-holder.view-grid .product .product-name{
      min-height: 48px;
    }

    .products-holder.view-grid .product .product-description p,
    .products-holder.view-grid .product .product-description .col-xs-4{
      display: none;
    }

    .products-holder.view-grid .product .product-description .col-xs-8{
      width: 100%;
    }
.testimonial {
    padding-top: 50px;
    margin: 55px 15px 0;
    border: 2px solid #db2f2f;
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
    margin-bottom: 40px;
    margin-top: 150px;
}
.testimonial:hover{ border-color: #e7e3e3; }
.testimonial .pic {
    width: 170px;
    height: 170px;
    border-radius: 0%;
    background: #fff;
    padding: 7px;
    position: absolute;
    top: -130px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial:hover .pic{ background: #1d3033; }
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 0%;
}
.testimonial .title{
    font-size: 16px;
    font-weight: 700;
    color: #eabd44;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.testimonial .description{
    font-size: 15px;
    color: #999;
    line-height: 25px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
}
.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}


.fres{height:503px;}

.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.owl-next:before{ content: "\f105"; }

@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}
 .testi{
	 width:100%;
	 height:auto;
 }

.conde{
	width:100%;
	height:auto;
}
.contact .main .left {
    padding: 40px 60px;
}
.contact .main .right {
    background:#db2f2f;
    background-size: cover;
    padding: 40px;
    color: #ffffff;
    height: 100%;
}
.contact .main .right h4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}
.contact .main .right .info {
    margin-bottom: 35px;
}
.contact .main .right .info i {
    font-size: 25px;
    color: #ffffff;
}
.contact .main .right .info span {
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 0px;
}
.contact p {
    font-size: 18px;
    margin: 0px;
    color: #000000;
    padding: 0px;
    margin-bottom: 10px;
}
.contact .main .right .social a {
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    margin-right: 20px;
}
.contact {
    padding-bottom: 0px;
	    box-shadow: 0px 0px 25px 5px #a79f9f;

}
.contact .heading {
    margin-bottom: 50px;
}
.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #404356;
    margin: 0;
    margin-bottom: 15px;
}
.contact .heading h2 span {
    color: #7035cf;
    font-weight: 300;
}
.contact .heading p {
    font-size: 14px;
    font-weight: 400;
    color: #525f7f;
    line-height: 26px;
    margin: 0;
}
.contact .main {
    background: #ffffff;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.08);
}
.contact .main h3 {
    font-size: 20px;
    font-weight: 500;
    color: #4a545e;
    margin: 0;
    margin-bottom: 20px;
}
.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f8f8f9;
    border: 0;
    border-radius: 5px;
}
.contact button.btn {
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    background: linear-gradient(to right, rgba(114,96,206,1) 0%, rgba(70,96,241,1) 100%);
    


}

.detsnn{
    margin: 0 0 0px; 
    font-size: 16px; 
    font-weight: 700;
    
}
.cstok{font-size:36px;}

.whtcall-mob-btn{
	width:100%;
	height:auto;
	margin:auto;
	position:fixed;
	bottom:50px;
	left:0px;
	z-index:999;
}
.whtcall-mob-btn ul{
	margin:0px;
	padding:0px;
}
.whtcall-mob-btn ul li{
	width:auto;
	float:left;
	list-style-type:none;
	background:#24435d;
	background:#e86b05;
	text-align:center;
	line-height:40px;
	padding-left:10px;
	padding-right:10px;
}
.whtcall-mob-btn ul li:first-child{
	border-radius:0px 5px 5px 0px;
}
.whtcall-mob-btn ul li:last-child{
	float:right;
	border-radius:5px 0px 0px 5px;
}
.whtcall-mob-btn ul li a{
	display:block;
	font-size:15px;
	color:#fff;
	font-weight:600;
}

.whtcall-mob-btn{
	width:100%;
	height:auto;
	margin:auto;
	position:fixed;
	bottom:-6px;
	left:0px;
	z-index:999;
	display:none;
}
.whtcall-mob-btn ul{
	margin:0px;
	padding:0px;
	  

}
.whtcall-mob-btn ul li{
	width:auto;
	float:left;
	list-style-type:none;
	background:#24435d;
	background:#e86b05;
	text-align:center;
	line-height:40px;
	padding-left:10px;
	padding-right:10px;
}
.whtcall-mob-btn ul li:first-child{
	border-radius:0px 5px 5px 0px;
}
.whtcall-mob-btn ul li:last-child{
	float:right;
	border-radius:5px 0px 0px 5px;
}
.whtcall-mob-btn ul li a{
	display:block;
	font-size:15px;
	color:#fff;
	font-weight:600;
	    margin-left: 8px;
}
.whtcall-mob-btn ul li:last-child {
    float: right;
    border-radius: 5px 0px 0px 5px;
    background: #0cd475;
}

@media screen and (max-width: 767px){
.whtcall-mob-btn {
    display: block;
}
}

.dest{display :block ;}

.mobs{display :none ;}

.wayss{
    font-size: 76px; 
    text-align:center;
    margin-top:20px;
        color: #fff;
 
        font-family: "Bauhaus 93";
}

.footer-share[_ngcontent-jxi-c10] {
    display: none;
    background: #fff;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 -4px 10px rgba(0,0,0,.2);
    bottom: 0;
}

.footer-share-button[_ngcontent-jxi-c10] a.query-form[_ngcontent-jxi-c10] {
    padding: 4px 10px 0;
    display: block;
    border: 1px solid #ef6614;
    color: #58595b;
    float: left;
    width: 46%;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    font-size: 20px;
    margin: 5px 1%;
    border-radius: 3px;
}



.review-header {
    line-height: 1.2;
}

.review-header h4,
.review-header h5 {
    color: #333;
    line-height: 1;
    margin: 0 0 10px;
}

.review-header h5 {
    margin-top: 3px;
}

.review-overall-breakdown {
    border-left: 1px solid #E5E5E5;
    padding-left: 20px;
}

.review-overall-point {
    font-size: 15px;
    margin: 0;
}

.review-overall-point span {
    font-weight: 700;
    color: #0D7CC9;
    font-size: 24px;
}

.review-overall-breakdown .rating-wrapper {
    width: 110px;
    float: left;
}

.review-overall-breakdown .rating-wrapper .raty-wrapper > div {
    display: inline-block;
    vertical-align: middle;
}

.review-overall-breakdown .progress {
    width: 110px;
    float: left;
    margin: 0;
    margin-top: 4px;
}

.review-overall-breakdown .breakdown-count {
    width: 40px;
    float: left;
    text-align: right;
    margin-top: 1px;
}

.review-overall .rating-wrapper {
    margin: 5px 0 7px;
}

.review-overall .rating-wrapper > div {
    display: inline-block;
}

.review-overall .rating-wrapper .rating-item .fa {
    font-size: 16px;
}

ul.breakdown-list {
    margin: 0;
    margin-top: 20px;
}

ul.breakdown-list li:not(:last-child) {
    margin: 0 0 5px;
}

ul.breakdown-list.for-avg li {
    line-height: 1.23;
}

ul.breakdown-list.for-avg li:not(:last-child) {
    margin: 1px 0 7px;
}

ul.breakdown-list .rating-wrapper > div {
    display: inline-block;
}

ul.review-list {
    margin-top: 20px;
    border-top: 1px solid #E5E5E5;
    padding-top: 25px;
}

ul.review-list > li {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

ul.review-list > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.review-list li .image {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.43);
    border-radius: 50%;
}

ul.review-list li .content {
    padding-left: 70px;
    float: left;
}

ul.review-list li .content h6 {
    color: #333;
    line-height: 1.2;
    margin: 0 0 15px;
    padding-top: 3px;
    padding-right: 10px;
}

ul.review-list li .content .review-date {
    text-align: right;
    line-height: 1;
    margin: 0 0 10px;
    font-size: 11px;
    color: #999;
}

ul.review-list li .content h6,
ul.review-list li .content .rating-wrapper {
    display: inline-block;
}

.review-form {
    margin-top: 20px;
}

.review-form-title {
    color: #333;
    line-height: 1;
}

.review-text ul,
.review-text ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
}

.review-text ul li,
.review-text ol li {
    margin-bottom: 7px;
}

.review-text ul ul,
.review-text ol ol {
    margin-top: 7px;
}

.review-text > ul,
.review-text > ol {
    margin-bottom: 15px;
}

.review-text ol {
    list-style: decimal;
}

.review-list ul.social-share-sm {
    margin-top: 25px;
}

.review-pager .btn-sm {
    margin-top: 6px;
}

.review-pager .btn.btn-hidden {
    display: none;
}

.review-pager .btn.collapsed {
    display: block;
}

.review-form-wrapper {
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    padding: 20px;
}


.litas{
    height:320px;
}


.ext-men
{
display:none;
width:100%;
height:auto;
background:#000;
    
}


.ess-menu ul{
    list-style:none;
}

.gdTrade .innerBox p {
    color: #000;
    font-style: italic;
    height: auto;
    font-size: 20px;
    margin-bottom: 20px;
}

.gdTrade .innerBox .heading-1 {
    font-size: 40px;
}
.gdTrade .innerBox .heading-1 {
    font-size: 31px;
    color: #e21a22;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
.heading-1 {
    font-size: 1.75rem;
     font-weight: 600;
}
.gdTrade p {
    height: 42px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.mt-10 {
    margin-top: .625rem;
}
.gdTrade {
    padding: 25px 50px;
}
.gdTrade {
    padding: 5px;
    border-radius: 16px;
    border: solid 2px #a0a0a0;
    background-size: cover;
    text-align: center;
}
.gdTrade .ts-gd-logo .tradeShowLogo {
    width: 212px;
    height: 48px;
    background-position: -682px -558px;
    background-size: auto;
}
.gdTrade .ts-gd-logo .tradeShowLogo {
    width: 162px;
    height: 37px;
    background-position: -517px -423px;
    background-size: 736px;
}
.sprite {
    background: url(../images/flogo.png) no-repeat;
}


.drtq{
	margin-top:20px;
}

.gdTrade .btns {
    width: 280px;
}
.gdTrade .btns {
    width: 230px;
    border-radius: 25px;
    padding: 10px;
    background: #0031f0;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    animation: bg-color 1s infinite;
    -webkit-animation: bg-color 1s infinite;
}
.btn-red:hover {
    background: #0031f0;
}
.btns:hover {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.text-f {
    color: #fff;
}
.btn-red {
    background: #0031f0;
    color: #000;
    border: 1px solid #d01920;
}
.btns {
    display: inline-block;
    vertical-align: middle;
    padding: .75rem 1.5rem;
    background: #000;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}












@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .review-overall-breakdown {
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid #E5E5E5;
        padding-top: 20px;
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    ul.breakdown-list {
        margin-bottom: 20px;
    }
    ul.review-list li .content .review-date {
        text-align: left;
        padding-bottom: 15px;
    }
}




@media (max-width: 768px){
.footer-share {
    display: block!important;
}
}


@media only screen and (max-width: 767px) and (min-width: 320px) {
    
    .drtq{
        margin-top:30px;
    }

.header-main .header-main-phone .phone .phone-number {
    color: #000 !important;
    font-size: 15px!important;
}
    
    .dwq {
    font-size: 25px;
    color: #db2f2f;
    margin-bottom: 3px;
    font-family: "BAUHS93", verdana, helvetica, sans-serif;
    margin-left: 150px;
}
   
   .logo-main img {
    width: 45%;
    margin-top: 0px;
} 
    
  .btsa {
    font-size: 42px;
    font-family: "Bauhaus 93";
}  
.wpb_wrapper .icon-box .icon-text {
    float: initial;
    width: auto;
}
   
.main-slider h1 {
    font-size: 38px;
    line-height: 50px;
} 
.header-main .header-top-info .pull-right .header-main-phone {
    margin-left: 0;
    margin-bottom: 10px;
    display: none;
}

.icon-box {
    padding-right: 25px;
    text-align: center;
}

.wpb_wrapper .icon-box .icon {
    float: none;
}

.hiring-btn {
display:none;
}

.stm-listing-tabs ul li.active a {
    color: #db2f2f;
    background-color: #fff;
    font-size: 30px;
    text-align: center;
}

.dest{display :none ;}

.mobs{display :block ;}

.wayss{
    font-size: 46px; 
    text-align:center;
    margin-top:20px;
}


.main-slider .slide {
    position: relative;
    padding: 75px 0px 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider .text {
    position: relative;
    color: #7e8597;
    font-size: 16px;
    opacity: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}


.main-slider h1 {
    position: relative;
    color: #222;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 5px;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    padding-bottom: 10px;
}

.main-slider .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -20px;
    opacity: 0;
    transition: .5s ease;
    display: none;
}


.blink {
    background-color: #8e8e8e;
    -webkit-animation: none;
    animation: none;
     color: #fff;
 
        font-family: "Bauhaus 93";

}

.cstok{font-size:25px;}


.btsaaa {
    font-size: 45px;
    line-height: 40px!important;
    font-family: "Bauhaus 93";
}


.abthead {
    font-size: 37px;

} 
    
.testimonial {
    text-align: center;
    padding: 51px 0px 17px 0px;
    margin: 100px 6px 30px;
    background: #f9f9f9;
    box-shadow: 8px 4px 0 0 #db2f2f;
    position: relative;
    height: 130px;
    font-size:13px;
}
.owl-nav > [class*="owl-"], .owl-custom-buttons > * {
    color: #db2f2f;
    background: #db2f2f;
    width: 100%;
    height: 40px;
    display: none;
}


.categories-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
    padding: 5px 12px 20px 40px;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
}

.categories-view1 small {
    font-size: 14px;
    color: #db2f2f;
}
.categories > ul > li {
    display: inline-block;
    margin: 0px 0px 20px 0px;
    vertical-align: top;
}

.detsnn {
    margin: 0 0 0px;
    font-size: 12px;
    font-weight: 700;
}


.categories-view1 i {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 20px;
    color: #db2f2f;
    width: 33px;
    height: 55px;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding-top: 20px;
    margin-top: -36px;
    background-color: #ffffff;
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fres{height:auto;}



.car-listing-row .image, .listing-car-item-inner .image {
    overflow: hidden;
    position: relative;
    height:auto;
}

.listt img{
    overflow: hidden;
    position: relative;
    height:auto;
}
.footer-wrap {
    background: url(http://hassandesigns.top/html/classified/images/footer-bg.jpg) no-repeat top;
    padding-top: 10px;
    background-size: cover;
    /* margin-top: -40px; */
    /* margin-bottom: 130px; */
    padding-bottom: 45px;
}

.litas{
    height:auto;
}

.ext-men {
    display: block;
    width: 100%;
    height: 40px;
    background: #db2f2f;
}


.ext-men .header-menu li a {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    margin: 11px 7px 7px 0px;
    padding: 9px 5px 7px 4px;
}

.ess-menu ul {
    list-style: none;
    display: flex;
}


.ess-menu ul li {
    /* margin-bottom: 2px; */
    padding-top: 7px;
}


.frsaa img {
    width: 100%;
    height: auto;
}

.frsa img {
    width: 100%;
    height: auto;
}

.carousel-type-4 .owl-nav > .owl-next {
    left: 55px;
}
.carousel-type-4 .owl-nav > [class*="owl-"] {
    top: auto;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background-color: rgba(49,53,60,0.8);
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
}

}
    