@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?i8y3q8');
  src:  url('fonts/icomoon.eot?i8y3q8#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?i8y3q8') format('truetype'),
    url('fonts/icomoon.woff?i8y3q8') format('woff'),
    url('fonts/icomoon.svg?i8y3q8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-right: 10px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
	 color: #c09d46;
}
.icon-location:before {
  content: "\e947";
	 color: #c09d46;
}
.icon-clock:before {
  content: "\e94e";
	 color: #c09d46;
}
.icon-earth:before {
  content: "\e9ca";
	 color: #c09d46;
}
.icon-facebook:before {
  content: "\ea90";
	 color: #c09d46;
}

.icon-compass:before {
  content: "\e949";
	color: #c09d46;
}

.carousel-control-prev-icon {
	background-image:url("../images/left.png");
	width: 25px;
	height: 25px;!important
}

.carousel-control-next-icon {
	background-image:url("../images/right.png");
	width: 25px;
	height: 25px;!important
}

.direction{
	background-color: #c09d46;
	width: 150px;
	    padding: 4px 5px 6px 15px
}




