@font-face {
  font-family: 'calvin';
  src: url('../fonts/CaviarDreams-Bold.eot'); / IE9 Compat Modes /
  src: url('../fonts/CaviarDreams-Bold.eot?#iefix') format('embedded-opentype'), / IE6-IE8 /
       url('../fonts/CaviarDreams-Bold.woff2') format('woff2'), / Super Modern Browsers /
       url('../fonts/CaviarDreams-Bold.woff') format('woff'), / Pretty Modern Browsers /
       url('../fonts/CaviarDreams-Bold.ttf')  format('truetype'), / Safari, Android, iOS /
       url('../fonts/CaviarDreams-Bold.svg#svgFontName') format('svg'); / Legacy iOS /
}

/* World */
.b-world{
    padding-top: 60px;
    padding-bottom: 35px;
    background: none;
}

.b-world:after{
    display: none;
}

/* Featured */
.b-featured{
    padding-top: 65px;
    padding-bottom: 70px;
    background: url(../images/featured.jpg);
    background-size: cover;
}

.b-featured:after{
    display: none;
}

.b-featured__item > a{
    margin-bottom: 0;
    height:125px;
}

.b-featured__item > a img{
    margin-top: 10px;
}

.b-featured__item-price{
    margin-left: 0;
}

.b-featured__item h5{
    padding-left: 0;
    padding-bottom: 35px;
    border-bottom: none;
    background: url(../images/elements/line.png) left bottom no-repeat;
}

.b-featured__item h5:after{
    display: none;
}


.b-world__item h2{
	border-color: #f76d2b;
	color: #000;
}
.b-world__item h2 {
    margin: 0 0 25px 0;
    font: 600 16px 'Open Sans',sans-serif;
    padding: 0 0 0 10px;
    text-align: left;
    border-left: 3px solid #f76d2b;
}
.b-world__item p {
    font: 300 13px 'Open Sans',sans-serif;
    text-align: left;
    padding-top: 35px;
    border-top: 1px solid #B4B4B4;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.7;
}
.b-world__item-val {
    margin: 25px 0 10px 0;
    text-align: left;
}
.b-world__item {
    text-align: left;
}
.b-world__item-val-title {
    font: 400 10px 'Open Sans',sans-serif;
    margin-right: 10px;
}
.b-world__item p:after {
    background: url(../images/down-arrow.png) center no-repeat;
    width: 15px;
    left: 20px;
    height: 7px;
    content: '';
    position: absolute;
    top: -1px;
    display: block;
}
.b-welcome{
	background-color: #0f97eb;
    fill: #a6a6a6;
}
.b-welcome {
   
    position: relative;
}
.b-welcome .container {
    padding: 75px 15px 70px 15px;
    height: 580px;
}
.b-welcome h2{
	color: #fff;
    fill: #fff;
}
.b-welcome h3{
	color: #fff;
    fill: #fff;
}
.b-welcome_text{
	color: #fff;
    fill: #fff;
	
}
.b-welcome__text h2 {
    font: 400 14px 'Open Sans',sans-serif;
    padding: 0 10px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px 0;
}
.b-welcome__text h2{
	    border-color: #fff;
}
.b-welcome__text h2 {
    font: 400 14px 'Open Sans',sans-serif;
    padding: 0 10px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px 0;
}
.b-welcome__text{
	color: #fff;
    fill: #fff;
	    text-align: left;
}
.b-welcome__text h3 {
    font: 700 30px 'Open Sans',sans-serif;
    text-transform: uppercase;
    margin: 0 0 30px 0;
} 
.b-welcome__text p {
    font: 300 13px 'Open Sans',sans-serif;
    margin: 0 0 25px 0;
}
.b-welcome__text ul {
    padding-left: 0;
    list-style: none;
    margin-top: 45px;
}
.b-welcome__text ul li {
    margin-bottom: 10px;
}
.b-welcome__text ul li span {
    font-size: 18px;
    margin-right: 15px;
}
.b-welcome__text h3 {
    font: 700 30px 'Open Sans',sans-serif;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.b-welcome__services .m-padding {
    padding: 0 10px;
}
.b-welcome__services-auto{
	    background-color: #fff;
    padding: 35px 0;
    text-align: center;
}
.b-welcome__services-img {
    height: 90px;
    width: 90px;
    border: 2px solid #efefef;
    border-radius: 100%;
    display: inline-block;
    position: relative;
}
.b-welcome__services-img.m-auto span.fa {
    margin-top: 23px;
}

/* Welcome */
.b-welcome{
 
  position: relative;
}

.b-welcome .container{
    padding: 75px 15px 70px 15px;
    height:580px;
}

.b-welcome:after{
    height:5px;
    width:100%;
    position: absolute;
    bottom: 0;
    display:block;
    content:'';
}

.b-welcome__text{
    text-align: left;
}

.b-welcome__text h2{
    font: 400 14px 'Open Sans',sans-serif;
    padding: 0 10px;
    border-left:3px solid #fff;
    border-right:3px solid #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px 0;
}

.b-welcome__text h3{
    font: 700 30px 'Open Sans',sans-serif;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.b-welcome__text p{
    font: 300 13px 'Open Sans',sans-serif;
    margin: 0 0 25px 0;
}

.b-welcome__text ul{
    padding-left: 0;
    list-style: none;
    margin-top: 45px;
}

.b-welcome__text ul li{
    margin-bottom: 10px;
}

.b-welcome__text ul li span{
    font-size:18px;
    margin-right: 15px;
}

.b-welcome__services{
    margin-top: 5px;
}

.b-welcome__services h3{
    font: 600 14px 'Open Sans',sans-serif;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}

.b-welcome__services-img{
    height:90px;
    width:90px;
    border:2px solid #efefef;
    border-radius: 100%;
    display: inline-block;
    position: relative;
}

.b-welcome__services-auto,.b-welcome__services-trade,.b-welcome__services-buying,.b-welcome__services-support{
    background-color: #fff;
    padding: 35px 0;
    text-align: center;
}

.b-welcome__services-img:hover{
        height: 90px;
    width: 90px;
    border: 2px solid #fff;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    cursor: pointer;
	background-color:#0f97eb;
}

.b-welcome__services-circle{
    display: inline-block;
    height:46px;
    width:46px;
    border-radius: 100%;
    margin: -18px 0;
    border:10px solid #0f97eb;
    position: relative;
    z-index:1000;
}

.b-welcome__services-img span.fa{
    font-size: 40px;
     height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}

.b-welcome__services-img.m-auto span.fa{
    margin-top: 23px;
}

.b-welcome__services-img svg{
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}

.b-welcome__services .m-padding{
    padding: 0 10px;
}

.b-welcome__services > .row{
    margin-right: -10px;
    margin-left: -10px;
}
.selectedbar{
    border: 1px solid #eee;
    padding: 15px 20px 0px 27px;
    height: 50px;
    background-color: #298cc9;
    color: #fff;
    margin-left: 2px;
    margin-right: 2px;
}
#modifysearch_h{
	    background-color: #ff737d;
    padding: 5px 10px;
    color: #fff;
    border-radius: 25px;
    width: 135px;
	    line-height: 23px;
		    margin-top: -7px;
			text-align:center;
}
.taxiroot{
	    font-size: 15px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 27px;
    color: white;
}
.accdefine{
	    color: #ff737d;
    font-size: 15px;
    font-weight: bolder;
}
.locmap{
	color: #FFF;
background-color: #72d4c6;
border-color: #fff;
border-radius:0px;
}
.locmap:hover, .locmap:focus, .locmap:active, .locmap.active, .open>.dropdown-toggle.locmap {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}.locmap:active{
	color: #FFF;
background-color: #72d4c6;
border-color: #fff;
}
.modifysearch{
	    position: absolute;
    top: 207px;
    left: -28px;
    right: 0;
    /*background: rgba(0,0,0,0.8);*/
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    
}
@media only screen and (min-width:320px) and (max-width:640px){
    .selectedbar{height:180px;}
    #modifysearch_h{margin-top:3px;}
    .b-welcome{width:100%;display:table;padding-bottom:20px;}
    #footer-page{background-color:#fff !important;}
    #footer-page .widget_follow_us .widget_content p{color:#000 !important;}
}





