@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?orkqwr');
  src: url('../fonts/icomoon.eot?orkqwr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?orkqwr') format('truetype'),
    url('../fonts/icomoon.woff?orkqwr') format('woff'),
    url('../fonts/icomoon.svg?orkqwr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}









.icon-pin:before {
  content: "\e900";
}
.icon-email:before {
  content: "\e901";
}
.icon-phone:before {
  content: "\e902";
}
.icon-magnifying-glass:before {
  content: "\e903";
}
.icon-shopping-cart:before {
  content: "\e904";
}
.icon-right-arrow:before {
  content: "\e905";
}
.icon-strategy:before {
  content: "\e906";
}
.icon-point-of-sale:before {
  content: "\e907";
}
.icon-consumer-behavior:before {
  content: "\e908";
}
.icon-verification:before {
  content: "\e909";
}
.icon-quotes:before {
  content: "\e90a";
}
.icon-help:before {
  content: "\e90b";
}
.icon-customer-review:before {
  content: "\e90c";
}
.icon-consultant:before {
  content: "\e90d";
}
.icon-telephone:before {
  content: "\e90e";
}
.icon-business:before {
  content: "\e90f";
}
.icon-creative:before {
  content: "\e910";
}
.icon-global:before {
  content: "\e911";
}
.icon-news:before {
  content: "\e912";
}
.icon-consulting:before {
  content: "\e913";
}
.icon-group:before {
  content: "\e914";
}
.icon-report:before {
  content: "\e915";
}
.icon-mobile-analytics:before {
  content: "\e916";
}
.icon-creative-1:before {
  content: "\e917";
}
.icon-analysis:before {
  content: "\e918";
}
/*========================================================*/
/*========================================================*/
/*========================================================*/
/*========================================================*/
/*========================================================*/
.free-consultation__btn {
	
}
	.free-consultation__btn a {
		
	}
	.free-consultation__btn a:first-child {
		margin-right: 32px;
	}
.main-header {
	background-color: var(--conult-black)!important;
}
.feature-one {
	padding: 90px 0 90px!important;
}
.main-menu-wrapper__left {
	float: none!important;
	display: flex!important;
	align-items: center!important;
}
.pop-up__modal {
	width: 100%;
	max-width: 767px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-radius: 2px;
	padding: 30px 32px 20px;
}
@media(max-width:991px) {
	.main-menu-wrapper__left {
		justify-content: space-between;
	}
}
@media(max-width:575px) {
	.free-consultation__btn .open-contact {
		margin-bottom: 24px;
	}
	.site-footer__bottom {
		flex-direction: column!important;
	}
}