@font-face {
	font-family: 'Arcon';
	src: url('../fonts-text/Arcon-Regular.eot');
	src: url('../fonts-text/Arcon-Regulard41dd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts-text/Arcon-Regular.woff2') format('woff2'),
		url('../fonts-text/Arcon-Regular.woff') format('woff'),
		url('../fonts-text/Arcon-Regular.ttf') format('truetype'),
		url('../fonts-text/Arcon-Regular.svg#Arcon-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

p {
    /* text-align: justify; */
    font-family: 'Arcon';
}
a{
    font-family: 'Arcon';
    font-size: 14px !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Arcon';
    font-weight: 600 !important;
}
.header-style-three .main-menu .navigation > li > a{
    font-family: 'Arcon';
    font-size: 14px !important;
}



p{
  font-size: 14px !important ;
}

.logo-box img{
    width: 60%;
}
.pull-left img{
    width: 60%;
}
.header-style-three .logo-box{
    padding: 15px 0 !important;
}
.app-fa .fa{
    color: #fff !important;
}
.num-fa .fa{
    color:#fff !important;
}

/* about section */
.service-block-two h3{
    text-transform: uppercase;
    margin-bottom: 5px !important;
    padding: 0 !important;
}
.service-block-two .icon-box{
    margin-bottom: 10px;
    font-size: 27px;
    text-align: center !important;
    color: #1c63b8 !important;
}
.service-block-two{
    margin: auto;
    text-align: center;
}
.service-block-two p{
    margin-bottom: 5px;
    line-height: 20px;
}
.services-section-two{
    position: relative;
    padding: 70px !important;
   
   
}
.feature-section{
    background-color: #f5f5f5;
}

/* .feature-section:after{
    content:'';
    position:absolute;
    bottom:0; left:0;
    border-left:50vw solid #fff;
    border-right:50vw solid #fff;
    border-top:100px solid transparent;
   
} */






.service-block-two .inner-box{
    background-color: #fff;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0 0.2rem 0.2rem 0 rgb(0 0 0 / 30%);
    padding: 10px;
    border: 1px solid #f5f5f5;
}
.sec-title h6{
    font-size: 12px;
    color: #1c63b8;;
}


/* vehicle card */

.l_collection_item {
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 20%);
    transition: all 300ms linear 0s;
    border:1px solid #fff;
}
.l_collection_item .car_img {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.l_collection_item .car_img {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: auto;
  
}

.l_collection_item .car_img .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }

  .l_collection_item .car_img:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }

  .l_collection_item .car_img .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .l_collection_item .car_img:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }

  .l_collection_item .car_img .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }

  .l_collection_item .car_img .fadeIn-bottom{
    top: 80%;
  }

  .l_collection_item .car_img .btn-request{
    padding: 7px 20px;
    color: #fec901;
    border: 1px solid #fec901;
    text-transform: uppercase;
  }
  .l_collection_item .car_img .btn-request:hover{
    color: #fec901;
  }


.l_collection_item .text_body {
    padding: 15px 20px 10px 20px;
}
.l_collection_item .text_body p {
    margin-bottom: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #dfdcdc;
    margin-bottom: 5px;
    color: #000;
    font-size: 13px !important;
}
.l_collection_item .text_footer {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e4e4e4;
}
.l_collection_item .text_footer a {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: inline-block;
    text-align: center;
    color: #777777;
    font: normal 8px/40px "Barlow", sans-serif;
    cursor: auto;
}
.l_collection_item .text_footer a i {
    padding-right: 5px;
    transition: all 300ms linear 0s;
    color: #9d9d9d;
}
.icon-engine:before {
    content: "\e920";
}
.icon-gear1:before {
    content: "\e925";
}
.icon-oil:before {
    content: "\e932";
}
i:before {
    margin-left: 0px !important;
}
.l_collection_item .text_body h5 {
    display: inline-block;
    /*float: right;*/
    font-size: 17px;
    color: #1c63b8;
   
}
.l_collection_item .text_body h4 {
    display: inline-block;
    color: #34373b;
   font-size: 17px;
    margin-bottom: 12px;
    transition: all 300ms linear 0s;
    text-transform: uppercase;
    color: #1c63b8;
}
.text_footer a img{
    width: 18px;
    padding-right: 5px;
}

.more-btn{
    margin: auto;
    text-align: center;
    margin: 15px 0;
}
.more-btn a{
    background-color: #1c63b8;
    border: 1px solid #1c63b8;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff !important;
    font-weight: 400;
    padding: 14px 35px;
    border: 1px solid #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0;
    text-transform: uppercase;

}



/* car rental */
#car-rental{
    background-color: #fff !important;
}
#car-rental:after{
    content:'';
    position:absolute;
    bottom:0; left:0;
    border-left:50vw solid #fff;
    border-right:50vw solid #fff;
    border-top:100px solid transparent;
   
}


/* house sale */
#houses .sec-title{
    margin-bottom: 20px !important;
}

#house-sale .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

#house-sale .card  .property-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

#house-sale .card .property-view a{
    width: 45px;
    height: 45px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
}
#house-sale .card .property-tag{
    position: absolute;
    top: 10px;
    left: 20px;
}
#house-sale .card .property-tag ul li {
    color: white;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 3px;
}




/* PROPERTY */

.prop-entry {
	position: relative;
	overflow: hidden
}

.prop-entry img,
.prop-entry figure {
	margin-bottom: 0
}

.prop-entry .prop-text {
	position: absolute;
	bottom: -50px;
	width: 100%;
	z-index: 2;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}

.prop-entry .prop-text .inner {
	padding-left: 20px;
	padding-right: 20px
}

.prop-entry .prop-text:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, transparent 0, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(top, transparent 0, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
	background: -o-linear-gradient(top, transparent 0, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, transparent 0, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0)
}

.prop-entry .prop-text .prop-more-info {
	font-size: 12px;
	background: #1c63b8;
	position: relative;
	z-index: 4;
	/* padding-top: 5px;
	padding-bottom: 5px */
}

.prop-entry .prop-text .prop-more-info .col {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	color: #fff
}

.prop-entry .prop-text .prop-more-info span {
	display: block
}

.prop-entry .prop-text .price {
	background: #1c63b8;
	color: #fff;
	padding: 4px 10px;
	display: inline-block;
	margin-bottom: 20px
}

.prop-entry .prop-text .title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0
}

.prop-entry .prop-text .location {
	font-size: 15px;
	color: #e6e6e6
}

.prop-entry:hover .prop-text {
	bottom: 0
}

.feature .icon {
	font-size: 3rem;
	line-height: 0;
	position: relative;
	top: -3px;
	color: #f89d13
}

.feature .text h2 {
	font-size: 18px;
	color: #000
}

.feature .text p {
	color: #888
}

#houses{
    background-color: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 10px;
}

#test{
    background-color: #fff;
}

#services .services-box{
    padding: 15px 5px;
    border: 1px solid #aaaaaa;
}
#services .services-box h3{
    text-transform: uppercase;
}

.sec-title .separator span{
    display: none !important;
}
#about .sec-title{
    margin-bottom: 0;
}
.active{
    background-color: #1c63b8;
    
}
.active>a{
    color: #fff !important;
}

.service-detail-section{
    padding: 60px !important;
}
#car-detail .sec-title{
    margin-bottom: 10px !important;
}
#car-detail figure{
    margin-bottom: 0 !important;
}
.detail-img{
    padding: 8px;
    border: 1px solid #f5f5f5;
    margin: auto;
    text-align: center;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 18%);
    margin-bottom:8px ;
}
.detail-img p{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 13px !important;
}
.detail-img img{
    width:12%;
}
.img-detail h4{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #1c63b8;
}


/* vehical sales details */
.shipping-block  th {
    border-right: none;
    border-bottom: 1px solid #E6E6E6;
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    padding: 7px 10px;
    width: 120px;
}
.shipping-block .gray {
    background-color: #f2f2f2;
    color: #000;
}

.shipping-block td {
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
}
.shipping-block .specification td {
    padding: 5px;
    font-size: 11px;
    border-bottom: 1px dotted #b4b4b4;
}

#main-header .current a{
    color: #000000;
}

#main-header .current li a{
    color: #fff;
}

.text-green {
    color: #009351
}