<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700&amp;display=swap');

body,html {
  font-weight: 400;
  font-family: 'Exo 2', sans-serif;
  font-size:16px;
  color: #3c3c3c;
}
a {
  color:#C20000;
}
a:hover {
  color:#C20000;
}
.text-primary {
  color:#C20000!important;
}
.text-grey {
  color:#414755;
}
header {
  background: #C20000;
  min-height: 130px;
}
@media (min-width: 992px) {
  header &gt; .container {
    position: relative;
  }
  .sp-container {
    position: absolute;
    width: 100%;
    top:0;
    left:0;
  }
}

.tbar {
  font-size: 16px;
}
.navbg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6d6d6+0,dedede+5,f4f4f4+13,ffffff+19,ffffff+81,f7f7f7+86,dddddd+96,d8d8d8+100 */
  background: rgb(214,214,214); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(214,214,214,1) 0%, rgba(222,222,222,1) 5%, rgba(244,244,244,1) 13%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 81%, rgba(247,247,247,1) 86%, rgba(221,221,221,1) 96%, rgba(216,216,216,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(214,214,214,1) 0%,rgba(222,222,222,1) 5%,rgba(244,244,244,1) 13%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 81%,rgba(247,247,247,1) 86%,rgba(221,221,221,1) 96%,rgba(216,216,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(214,214,214,1) 0%,rgba(222,222,222,1) 5%,rgba(244,244,244,1) 13%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 81%,rgba(247,247,247,1) 86%,rgba(221,221,221,1) 96%,rgba(216,216,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d8d8d8',GradientType=1 ); /* IE6-9 */
  box-shadow: 0 0 5px 0px #5a5a5a;
}
.navbar-expand-lg {
  padding: 0;
  width:100%;
}
.collapse.navbar-collapse {
    justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
  color: #000;
  transition: .6s linear;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .nav-item.dropdown.show .nav-link, .navbar-expand-lg .navbar-nav .nav-item.inMenu .nav-link {
  color: #fff;
  background: #3c3c3c;
  border-radius: 15px;
}
.navbar-nav .dropdown-menu {
    min-width: 12.5rem;
    border-color: transparent;
    background: #3c3c3c;
    margin-top: 25px;
    border-radius: 0;
}
.dropdown-item {
    padding: .5rem 1.5rem;
    font-weight: 600;
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
  background:#c20000;
  color:#fff;
}
.navbar-expand-lg .navbar-nav .nav-item {
  margin-bottom: 15px;
  margin-right: 0;
}
.dropdown-toggle::after {
  display: none;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    margin-bottom: 0px;
    margin-right: 5px;
  }
  .navbar-expand-lg .navbar-nav .nav-item:last-child .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbg.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
  }
}

/* hero slide */
.hero-slide {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0072ba+0,54caf1+100 */
  background-image: url(../images/mainImage-xs.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: top center;
  color:#fff;
}
.hero-slide h2, .hero-slide h3 {
    text-shadow: 2px 2px #333;
}
@media (min-width: 768px) {
  .hero-slide {
    background-image: url(../images/mainImage.jpg);
  }
  .hero-slide h1 {
    font-size: 40px;
    font-weight: 600;
  }
  .hero-slide .txt {
    font-size: 20px;
    font-weight: 500;
  }
}
.bg-overlay {
  padding: 50px 0;

  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .bg-overlay {
    background: rgba(0,0,0,.6);
    height: 60vh;
    padding: 0;
  }
}
.hero-slide .btn-primary {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9c9c9+0,ffffff+100 */
  background: rgb(201,201,201); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(201,201,201,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  color:#474747;
  padding:1rem 3rem;
  border:none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
}
.hero-slide .btn-primary:hover {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  color:#474747;
  border:none;
}
.font-weight-600 {
  font-weight:600;
}
.font-weight-700 {
  font-weight:700;
}
.font-weight-800 {
  font-weight:800;
}

.btn-primary {
  color: #fff;
  background-color: #C20000;
  border-color: #C20000;
  font-size:15px;
  font-weight:500;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-secondary {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  font-size:15px;
  font-weight:500;
}
.btn-secondary:hover {
  color: #000;
  background-color: #e6b300;
  border-color: #e6b300;
}
.btn-outline-primary {
  color: #C20000;
  border-color: #C20000;
  border-radius: 0;
  font-size:15px;
  font-weight:500;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #C20000;
  border-color: #C20000;
}


.p-80 {
  padding-top:40px;
  padding-bottom:40px;
}

@media (min-width: 992px) {
  .p-80 {
    padding-top:80px;
    padding-bottom:80px;
  }
}

.home-search {
  background: #0D293F;
  color:#fff;
  padding: 25px 0;
}
.home-search .newUsed-row {
  display: none;
}
.home-search .fields-row {
  align-items: center;
}
.home-search .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.home-search option {
  background: #0d293f;
}
.home-search .btn-primary {
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 30px;
  font-weight: 500;
}
.home-search .btn-primary span {
  display: none;
}
.home-btns {
  padding-bottom: 80px;
}
.home-btns .block {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color:#fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-btns .block1 {
  background-image: url(../images/btn-bg1.jpg);
}
.home-btns .block2 {
  background-image: url(../images/btn-bg2.jpg);
}
.home-btns .block3 {
  background-image: url(../images/btn-bg3.jpg);
}
.home-btns .block4 {
  background-image: url(../images/btn-bg4.jpg);
}
.block:after {
  content: "\f061";
  font-family: 'FontAwesome';
  position: absolute;
  bottom: -25px;
  font-size: 30px;
  font-weight: 600;
  width: 60px;
  height: 60px;
  background: #c20000;
  border-radius: 50%;
  border: 4px solid #fff;
  left: 40%;
  line-height: 1.6;
  transition: .3s;
  z-index: 1;
}
.block:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

section.home-content {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 50%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,1) 50%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=1 ); /* IE6-9 */

}
.img-holder {
    position: absolute;
    width: 50vw;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/welcome-left.png) no-repeat #fff;
    background-size: cover;
    background-position: right;
    z-index: -1;
}
.home-content .btn-primary {
  padding:.5rem 2rem;
  transition: .4s;
  border-radius: 25px;
}
.home-content .btn-primary i.fa {
  transition: .4s;
}
.home-content .btn-primary:hover i.fa {
  padding-left:1rem;
  font-size: 20px;
}

.home-services h3 {
  font-size: 1.5rem;
}


.fv {
  padding:50px 0;
}
.fv h2 {
  text-align:left;
}
.fv .boxArea {
    padding: 0 15px;
}
.fv .thumbnail {
    border: 1px solid #ccc;
    text-align: center;
    min-height: 280px;
    background: #fff;
}

.fv .namecar {
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px;
    color:#3c3c3c;
}
.fv .price {
    display: block;
    font-weight: 500;
    color: #3c3c3c;
    font-size: 16px;
}
.fv .slick-prev, .fv .slick-next {
    background: #3c3c3c!important;
    width: 30px!important;
    height: 30px!important;
}
.fv slick-prev:before, .fv .slick-next:before {
  font-size:30px!important;
  color:#fff!important;
}
.slick-prev::before {
  content: "\f104"!important;
  font-family: FontAwesome!important;
}
.slick-next::before {
  content: "\f105"!important;
  font-family: FontAwesome!important;
}
.slick-dots {
	display: none!important;
}
@media (max-width: 576px) {
	.slick-prev {
		left:0!important;
		z-index: 1;
	}
	.slick-next {
		right:0!important;
	}
}




.home-reviews {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 50px 0;
  font-size:18px;
  font-weight: 600;
}
.home-reviews:before {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.home-reviews .box {
  background: #fff;
  padding:25px 20px;
}
.home-reviews .icon {
  padding: 15px;
  border: 5px solid #ececec;
  background: #fff;
  top: -40px;
  left: 36%;
}
.home-reviews .cname {
  font-weight: 700;
  font-size: 18px;
}
.reviewbox {
  padding:15px;
  border:1px solid #e5e5e5;
}
.reviewbox .rating {
  font-size: 42px;
  font-weight: bold;
}
.reviewbox .stars span {
  font-size:20px;

}
.reviewbox .fa {
  color: #ffc600;
}
.reviewbox a {
  text-decoration: none;
  font-size:18px;
}


footer {
  background: #000;
  padding: 40px 0;
}
footer a {
  color:#fff;
}
footer a:hover {
  color:#C20000;
  text-decoration: none;
}
footer .links {
  font-size:16px;
  color:#fff;
}
footer a.btn {
  font-size:20px;
}
.copyrights {
  font-size: 13px;
}
.copyrights a {
  color:#C20000;
}
.copyrights a:hover {
  color:#fff;
}

.innerPage {
  min-height: 350px;
  padding-top:25px;
  padding-bottom:25px;
}

/***Review 8 Css Start****/
.reviews h6 {
    font-weight: 600;
}
.ui-rating .ui-rating-star,.ui-rating .ui-rating-cancel{width:16px;height:16px;font-size:2px;float:left;text-decoration:none;vertical-align:bottom;background-image:url(/images/star.gif);background-repeat:no-repeat;}
.ui-rating a{cursor:pointer;}
.ui-rating-full{background-position:left top;}

.ui-rating-half{background-position:left -16px;}

.ui-rating-empty{background-position:left -32px;}

.ui-rating-cancel-empty{background-position:left -64px;}

.ui-rating-cancel-full{background-position:left -80px;}

.ui-rating-hover{background-position:left -48px;}

.ui-selected-value{background-color:#EEEEEE;margin-left:150px;text-align:center;width:60px;}
.ui-rating .ui-rating-star,.ui-rating .ui-rating-cancel{width:16px;height:16px;font-size:2px;float:left;text-decoration:none;vertical-align:bottom;background-image:url(/images/star.gif);background-repeat:no-repeat;}

.ui-rating a{cursor:pointer;}
.ui-rating-full{background-position:left top;}

.ui-rating-half{background-position:left -16px;}

.ui-rating-empty{background-position:left -32px;}

.ui-rating-cancel-empty{background-position:left -64px;}

.ui-rating-cancel-full{background-position:left -80px;}

.ui-rating-hover{background-position:left -48px;}

.ui-selected-value{background-color:#EEEEEE;margin-left:150px;text-align:center;width:60px;}

/*.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}
.pagination div{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}
.pagination a{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}
*/
#review .btn-warning{background-color:#c20001;color:#ffffff;border-color:#c20001;}
#review .btn-warning:hover{background-color:#4eaef1;color:#ffffff;border-color:#4eaef1;}
/***Review 8 Css end****/

span.redText {
  color: red;
}
.alert-primary {
  color: #fff;
  background-color: #646464;
  border-color: #3c3c3c;
}
</pre></body></html>