/*
Theme Name: HeyMarket
Theme URI: #
Author: #
Author URI: #
Description: HeyMarket is very flexible and well suited free blogging WordPress theme for personal, food, 
travel, fashion, corporate, or any other amazing blog. HeyMarket is fully responsive and mobile friendly.
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hmg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
 
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@200;300;400;500;600;700&display=swap');
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #2d3f4e;
	text-decoration: none;
	transition: all .5s;
}
a:hover,
a:focus,
a:active {
	color: #4a3b1a;
}

a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}

body {
	font-family: 'Epilogue', sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 32px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Epilogue', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 10px;
}

img {
	max-width: 100%;
	height: auto;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="number"] {
	-webkit-appearance: none;
	border-radius: 0;
}
table td,
table th {
	padding: 10px;
}
table {
	margin: 20px 0;
}
b,
strong {
	font-weight: bold;
}
/*Site Header Start*/

.site-header {
	/*padding:10px 0;*/
	z-index: 1;
	background: #fff;
}
.site-header .logo {
	display: inline-block;
	line-height: 100%;
	margin-top: 10px;
}
.site-header .col-md-3 {
	line-height: 100%;
}

.is-sticky .site-header {
	box-shadow: 0px 1px 3px #eaeaea;
}

.site-header .col-md-6 {
	padding-left: 5px;
	padding-right: 5px;
}
.logo img {
	display: inline-block;
}
/***** Navigation *****/

nav.main-menu {
	text-align: center;
	/*margin-top:4px;*/
}
nav.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}
nav.main-menu ul li {
	display: inline-block;
	padding: 15px 5px;
	/*position:relative;*/
}

nav.main-menu ul li:hover a,
nav.main-menu ul li.current_page_item a,
nav.main-menu ul li.active a {
	color: #ed1b24;
}

nav.main-menu ul li a {
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	font-family: 'Epilogue', sans-serif;
	line-height: 100%;
}

nav.main-menu ul ul {
	display: none;
}

nav.main-menu ul li:hover>ul {
	display: block;
}

nav.main-menu ul ul {
	background: #232049;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
}

nav.main-menu ul ul li {
	padding: 0;
}

nav.main-menu ul ul li a {
	padding: 15px 15px;
	color: #fff !important;
	font-size: 14px;
	text-align: left;
}

nav.main-menu ul ul li:hover a {
	color: #1783d5 !important;
}

nav.main-menu ul ul ul {
	background: #232049;
	min-width: 190px;
}

nav.main-menu ul ul ul li:hover a {
	background: #232049;
	color: #fff !important;
}

nav.main-menu ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}


/*Home page Slider*/

.hmg-site-banner img {
	width: 100%;
	height: auto;
	display: block;
}

.header-search {
	float: right;
	margin-top: 20px;
	border-bottom: 1px solid #000;
	position: relative;
	padding: 0 3px 2px 0;
}

.header-search input[type="search"] {
	float: left;
	background: transparent;
	border: none;
	padding: 0px 5px;
	width: auto;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	font-family: 'Epilogue', sans-serif;
	border-radius: 0;
	box-shadow: none;
	width: 85%;
}

.header-search input[type="submit"] {
	float: right;
	text-indent: -9999px;
	border: 0;
	background: url(assets/images/search_icon.svg) no-repeat;
	width: 22px;
	height: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
}

.header-search input[type="search"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
}

.header-search input[type="search"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

.header-search input[type="search"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
}

.header-search input[type="search"]:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

.header-search input[type="search"]:focus {
	outline: none;
	box-shadow: none;
}


/*Site content*/

.home-section-1,
.home-section-2,
.home-section-3,
.home-section-4,
.home-section-5 {
	padding: 40px 0;
	text-align: center;
}

.home-section-1 .we-are-content p {
	margin: 0;
}

.home-section-2 {
	background: url(assets/images/business-bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}

.home-section-4 {
	background: url(assets/images/our-people-bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}

.home-section-6 {
	background: url(assets/images/news-bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}

.home-section-1 .we-haymarket-title,
.home-section-2 .investment-title,
.home-section-3 .brands-title,
.home-section-4 .people-title {
	font-size: 60px;
	font-weight: 200;
	line-height: 100%;
	margin-bottom: 40px;
}

.home-section-2 h2.investment-title {
	display: block;
	width: 100%;
}

.home-section-1 .we-are-content {
	max-width: 850px;
	margin: 0 auto;
	font-weight: 300;
	font-size: 22px;
}

.find-out-more {
	margin-top: 30px;
}

.home-section-2 .find-out-more a,
.home-section-4 .find-out-more a,
.home-section-6 .find-out-more a {
	color: #fff;
	text-decoration: none;
}

.home-section-2 .find-out-more a:hover,
.home-section-4 .find-out-more a:hover,
.home-section-6 .find-out-more a:hover {
	color: #fff;
}

.find-out-more a {
	position: relative;
	color: #ED1C24;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 1px solid;
	transition: inherit;
	text-decoration: none;
}


/*.find-out-more a:hover{
	border-bottom:0px solid;
}
.find-out-more a:after{
	content:'';
	position:absolute;
 	background:url(assets/images/arrow_red.svg) no-repeat;
	width: 15px;
    height: 15px;
	right:-22px;
	color:#ED1C24;
	top:6px;

}*/

.with_image_content .find-out-more a,
.brands-item .leader-bx-mn .overlay a {
	background: #40c4d1;
	display: inline-block;
	border-radius: 5px;
	margin-top: 10px;
	padding: 16px 35px;
	color: #fff;
	line-height: 100%;
	font-weight: 700;
	font-size: 17px;
	transition: all .3s;
	border: 2px solid #40c4d1;
	min-width: 237px;
	text-align: center;
}

.with_image_content .find-out-more a:hover,
.brands-item .leader-bx-mn .overlay a:hover {
	border: 2px solid #329faa;
	background: #329faa;
	color: #fff;
}

.brands-item .leader-bx-mn .overlay a {
	margin-top: 0px;
}

article.brands-item .clear p {
	margin-bottom: 0px;
}

.with_background_color .find-out-more a {
	border: 2px solid #fff !important;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 700;
	padding: 18px 80px;
	display: inline-block;
	color: #fff;
	background: transparent;
}

.with_background_color .find-out-more a:hover {
	background: #fff;
	color: #333;
}

.home-section-4 .find-out-more a:after,
.home-section-6 .find-out-more a:after {
	background: url(assets/images/arrow_white.svg) no-repeat;
}

.investment-box img {
	width: 100%;
	height: auto;
	/*border:2px solid #fff;*/
	margin-bottom: 20px;
}

.investment-box h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
}

.investment-box p {
	margin-bottom: 25px;
}

.brands-content p {
	margin-top: 0;
}

.our-brands-main,
.our-people-main {
	text-align: left;
}

.brand-logos a {
	display: inline-block;
	margin: 12px 5px;
}

.brand-logos img {
	max-width: 110px;
	height: auto;
}

.our-people-main .pull-right {
	float: right;
}

.our-people-main .pull-left {
	float: left;
}

.our-people-main img {
	display: inline-block;
	max-width: 200px;
	height: auto;
}

.responsibility {
	text-align: left;
}

.home-section-6 {
	padding: 50px 0;
}

.home-section-6 h2.news-title,
.home-section-5 h2.responsibility-title {
	font-size: 60px;
	font-weight: 200;
	line-height: 100%;
	margin-bottom: 40px;
}

.news-post-hm {
	font-weight: 200;
	font-size: 24px;
	background: #fff;
	color: #000;
}

.news-post-hm h3 {
	font-size: 20px;
	padding: 10px;
	line-height: 26px;
}

.news-post-hm h3 a {
	color: #000;
	text-decoration: none;
}

.news-post-hm img {
	width: 100%;
	border: 1px solid #fff;
	display: block;
	height: auto;
}

.news-post-hm span {
	margin: 0;
	font-size: 15px;
	float: right;
	font-weight: 400;
	background: #fff;
	padding: 0 10px 0 0;
}

.news-text-hm {
	font-size: 20px;
	line-height: 28px;
}

.response-image img {
	width: 100%;
	height: auto;
	display: block;
}

.response-image {
	margin-bottom: 30px;
}


/*Footer Css*/

.site-footer {
	background: #261656;
font-size:13px;
 
color: #fff;
padding-top: 3%;
}

.ipsologo{float:right !important;}

.site-footer .footer-site-logo {
	display: flex;
    align-items: flex-end;
}
.site-footer-copyright{
	padding:0;
}
.social-icons a{
	text-align:center
}

.site-footer .footerlogo {
	margin-right: 10px;
}

.site-footer .widget-title {
	    margin-bottom: 6px;
    font-weight: 500;
}

.home .site-footer {
	padding-top: 40px;
	color: #fff;
	background: #261656;
}

.site-footer-bootom {
	padding: 30px 0;
}

.follow-us {
	text-align: center;
	margin-top: 100px;
}

.follow-us ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.follow-us ul li {
	display: inline-block;
	margin: 0 3px;
}

.follow-us-title {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
}

.follow-us ul.social-icons li i.fa {
	width: 43px;
	height: 43px;
	background: #fff;
	border-radius: 100%;
	color: #000;
	font-size: 24px;
	line-height: 43px;
	border: none;
	transition: all .5s;
}

.follow-us ul.social-icons li i.fa:hover {
	background: #dd0a17;
	color: #fff;
}

.footer-widget .widget-title {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 13px;
}

.footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li {
	display: block;
	line-height: 100%;
	padding-bottom: 10px;
}

.footer-links ul li a {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.footer-menu ul li a:hover,
.footer-links ul li a:hover {
	color: #fff;
}

.copyright-text {
	color:#fff;
	margin-top: 30px;
}


/*Inner pages css*/

.site-content {
	font-size: 18px;
}

.page-header .page-title,
h2.page-title {
	font-size: 60px;
	line-height: 60px;
}

.site-content article.post img {
	max-width: 98.5%;
	height: auto;
	width: auto;
}

.content-area {
	padding: 60px 0;
}

.content-area .page-header {
	margin-bottom: 40px;
	text-align: center;
}

.site-content article.post,
.site-content article {
	margin-bottom: 50px;
	overflow: hidden;
}

.single-post .site-content article.post {
	overflow: inherit;
}

.site-content article.post.has-post-thumbnail .entry-header {
	margin-left: 8px;
	position: relative;
	margin-top: -30px;
	overflow: hidden;
}

.single-post .site-content article.post img {
	max-width: 97.8%;
}

.single-post .site-content article.post.has-post-thumbnail .entry-header {
	margin-left: 25px;
}

.single-post .site-content article.post .entry-content {
	margin: 60px 40px;
}

.single-post .site-content article {
	 
}

.site-content article.post .entry-header h2.entry-title,
.site-content article.page .entry-header h2.entry-title,
.site-content article .entry-header h2.entry-title {
	background: #F47B20;
	color: #fff;
	line-height: 34px;
}

.site-content article.post .entry-header h2.entry-title a,
.site-content article.page .entry-header h2.entry-title a,
.site-content article .entry-header h2.entry-title a {
	color: #fff;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	font-size: 28px;
	line-height: 36px;
}

.site-content article.post.has-post-thumbnail .entry-header h2.entry-title a {
	font-size: 22px;
	line-height: 30px;
}

.site-content article.post .entry-meta,
.site-content article.page .entry-meta,
.site-content article .entry-meta {
	float: right;
	display: inline-block;
	background: #F47B20;
	color: #fff;
	line-height: 100%;
	padding: 7px 15px 12px;
	font-weight: 400;
	font-size: 16px;
}

.single-post .navigation.post-navigation,
.single-post .comments-area {
	display: none;
}

.single-post .site-content article.post .entry-header h2.entry-title {
	line-height: 36px;
	font-size: 28px;
	padding: 15px;
}

.infinite-loader {
	width: 100%;
}

.infinite-loader .spinner {
	left: 50% !important;
}

.sharedaddy {
	float: right;
}

.policy .sharedaddy {
	text-align: right;
	width: 100%;
	margin-top: 30px;
}

.sharedaddy .sd-title {
	font-weight: 300 !important;
	font-size: 16px !important;
	font-family: 'Epilogue', sans-serif;
	margin-right: 12px !important;
}

.sharedaddy .sd-content {
	display: inline-block !important;
}

.sharedaddy h3.sd-title:before {
	display: none !important;
}

button#responsive-menu-button {
	right: 3% !important;
	top: 8px !important;
}

.site-content article.post.post-orange .entry-header h2.entry-title,
.site-content article.post-orange .entry-header h2.entry-title {
	background: #F47B20;
}

.site-content article.post.post-orange .entry-meta,
.site-content article.post-orange .entry-meta {
	background: #F47B20;
}

.site-content article.post.post-blue .entry-header h2.entry-title,
.site-content article.post-blue .entry-header h2.entry-title {
	background: #54C0D3;
}

.site-content article.post.post-blue .entry-meta,
.site-content article.post-blue .entry-meta {
	background: #54C0D3;
}

.site-content article.post.post-magenta .entry-header h2.entry-title,
.site-content article.post-magenta .entry-header h2.entry-title {
	background: #ED1849;
}

.site-content article.post.post-magenta .entry-meta,
.site-content article.post-magenta .entry-meta {
	background: #ED1849;
}

.site-content article.post.post-green .entry-header h2.entry-title,
.site-content article.post-green .entry-header h2.entry-title {
	background: #00AA84;
}

.site-content article.post.post-green .entry-meta,
.site-content article.post-green .entry-meta {
	background: #00AA84;
}

.home-section-6 .news-post-hm.post-orange,
.home-section-6 .news-post-hm.post-orange span.news-date {
	background: #F47B20;
}

.home-section-6 .news-post-hm.post-blue,
.home-section-6 .news-post-hm.post-blue span.news-date {
	background: #54C0D3;
}

.home-section-6 .news-post-hm.post-magenta,
.home-section-6 .news-post-hm.post-magenta span.news-date {
	background: #ED1849;
}

.home-section-6 .news-post-hm.post-green,
.home-section-6 .news-post-hm.post-green span.news-date {
	background: #00AA84;
}

.home-section-6 .news-post-hm a,
.home-section-6 .news-post-hm span.news-date {
	/*color: #fff;*/
}

#responsive-menu-container .responsive-menu-search-box {
	border: none !important;
	border-radius: 0px !important;
	padding: 5px 15px !important;
	height: 40px !important;
	font-family: 'Epilogue', sans-serif !important;
	color: #000 !important;
	font-size: 15px !important;
}

#responsive-menu-container #responsive-menu-search-box {
	padding: 15px 5% !important;
}

#responsive-menu-container #responsive-menu-search-box input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.header-search .search-submit {
	display: none;
}

#responsive-menu-container #responsive-menu-search-box input::-moz-placeholder {
	color: #000;
	opacity: 1;
}

#responsive-menu-container #responsive-menu-search-box input::-webkit-input-placeholder {
	color: #000;
}

.search.search-results .site-content article.post {
	overflow: inherit;
}

.search.search-results .site-content article.post.has-post-thumbnail .entry-header {
	margin-top: 0;
}

.search.search-results .site-content article .entry-content {
	margin-top: 0px;
}

.search.search-results .site-content .entry-content {
	padding: 40px 0 20px;
}

.search.search-results .site-content article .entry-meta a {
	color: #fff;
}

.search.search-results .site-content .entry-footer {
	text-align: right;
}

.search.search-results .site-content .entry-footer a {
	color: #24205b;
	font-weight: 400;
}

.search.search-results .site-content {
	max-width: 825px;
	margin: 0 auto;
}

body.error404 .entry-content input[type="search"],
body.search .entry-content input[type="search"] {
	border: 1px solid #333;
	font-size: 16px;
	color: #a3a3a3;
	font-family: 'Epilogue', sans-serif !important;
	padding: 10px;
	max-width: 70%;
	float: left;
	width: 240px;
}

body.error404 .entry-content input[type="submit"],
body.search .entry-content input[type="submit"] {
	display: none;
}

body.error-404 .entry-content input[type="search"]:focus,
body.search .entry-content input[type="search"]:focus {
	outline: none;
	box-shadow: none;
}

.search.search-results .site-content article.post,
.search.search-results .site-content article.page,
.search.search-results .site-content article {
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: 1px solid;
}

.search.search-results .site-content article.page,
.search.search-results .site-content article {
	width: 100%;
}

.search.search-results .site-content article.post.post-blue,
.search.search-results .site-content article.post-blue {
	border-color: #54C0D3;
}

.search.search-results .site-content article.post.post-green,
.search.search-results .site-content article.post-green {
	border-color: #00AA84;
}

.search.search-results .site-content article.post.post-orange,
.search.search-results .site-content article.post-orange {
	border-color: #F47B20;
}

.search.search-results .site-content article.post.post-magenta,
.search.search-results .site-content article.post-magenta {
	border-color: #ED1849;
}

.search.search-results .site-content .entry-footer a:hover {
	color: #dd0a17;
}


/*About us css*/

.inner-banner {
	background-size: cover;
}

.inner-banner-content {
	font-size: 20px;
	line-height: 32px;
	padding: 80px 0;
	font-weight: 300;
}

.about-what-we-do {
	background: #72c2d3;
	padding: 40px 0;
	color: #fff;
}

.about-what-we-do .what-do-title,
.about-why-we-do .why-do-title,
.about-how-we-do .how-do-title,
.about-where-we-do .where-do-title,
.about-leadership .leadership-title {
	font-size: 60px;
	font-weight: 200;
	line-height: 100%;
	margin-bottom: 40px;
	text-align: center;
}

.about-what-we-do .what-do-image img {
	max-width: 100%;
	height: auto;
}

.about-how-we-do,
.about-leadership {
	background-size: cover !important;
}

.about-how-we-do {
	background: #ef781e;
	padding: 40px 0;
	color: #fff;
}

.about-why-we-do,
.about-where-we-do {
	padding: 40px 0;
	color: #000;
	text-align: center;
}

.about-why-we-do .why-we-main {
	margin-top: 40px;
}

.about-how-we-do .pull-right {
	float: right;
}

.about-how-we-do .pull-left {
	float: left;
}

.about-how-we-do .how-we-main .row {
	display: inline-block;
}

.about-how-we-do .find-out-more a,
.about-leadership .find-out-more a {
	color: #fff;
}

.about-how-we-do .find-out-more a:after,
.about-leadership .find-out-more a:after {
	background: url(assets/images/arrow_white.svg) no-repeat;
}

.about-where-we-do .where-we-main {
	text-align: left;
}

.where-do-image {
	text-align: center;
}

.about-leadership {
	background: #00AA84;
	padding: 40px 0;
	color: #fff;
}

.about-leadership .about-leadership-main img {
	display: inline-block;
	max-width: 200px;
	height: auto;
	border: 1px solid #fff;
}

.leadership-page-banner {
	color: #fff;
	background: #1cab84;
	text-align: center;
}

.leadership-page-banner .inner-banner-content {
	text-align: left;
	font-size: 20px;
	max-width: 100%;
	margin: 30px 0 0;
}


/*Leadership css*/

.leader-bx-mn {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}

.leader-bx-mn img {
	width: 100%;
	display: block;
	height: 100%;
}

.leader-bx-mn .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(28, 171, 132, 0.9);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .1s ease;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
}

.leader-bx-mn:hover .overlay {
	bottom: 0;
	height: 100%;
	width: 100%;
	padding: 20px 10px;
}

.leader-bx-mn .overlay p {
	padding: 15px;
}

.leader-bx-mn .overlay a {
	background: #fff;
	padding: 6px 15px;
	line-height: 100%;
	border: 2px solid transparent;
	color: #1cab84;
}

.page-id-857 .leader-bx-mn .overlay a {
	padding: 10px 15px;
	position: relative;
	left: 0%;
	width: 90%;
	top: 50%;
	margin-top: -22px;
	font-size: 18px;
}

.leader-bx-mn .overlay a:hover {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.brand-title {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.brand-title h3 {
	background: #ed1b24;
	padding: 10px;
	color: #fff;
	display: inline-block;
}

.inner-slider {
	position: relative;
}

.inner-slider img {
	width: 100%;
	display: block;
}

.inner-slider ul,
.inner-slider ol {
	margin: 0;
	padding: 0;
}

.inner-slider ul.slides li {
	display: none;
}

.inner-slider ol.flex-control-nav {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

.inner-slider ol.flex-control-nav li {
	display: inline-block;
}

.inner-slider ol.flex-control-nav li a {
	background: #ccc;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 2px;
	display: block;
	cursor: pointer;
}

.inner-slider ol.flex-control-nav li a.flex-active {
	background: #000;
}

.copyright-text-mobile {
	display: none;
}

.inner-slider .flex-direction-nav {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -26px;
}

.flex-direction-nav li {
	position: relative;
	list-style: none;
}

.inner-slider .flex-direction-nav li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 20px;
}

.inner-slider .flex-direction-nav li a.flex-prev {
	background: url(assets/images/left_arrow.svg) center no-repeat;
	height: 52px;
	width: 65px;
	float: left;
	background-size: 100%;
}

.inner-slider .flex-direction-nav li a.flex-next {
	background: url(assets/images/right_arrow.svg) center no-repeat;
	height: 52px;
	width: 65px;
	float: right;
	background-size: 100%;
}


/*Brands page css*/

.brands-page-banner {
	color: #fff;
	background: #180F5E;
	text-align: center;
}

.brands-page-banner .inner-banner-content {
	text-align: left;
	font-size: 20px;
	margin: 30px auto;
}


/*Brands css*/

.brands-item .leader-bx-mn {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}

.brands-item .leader-bx-mn img {
	width: 100%;
	display: block;
	height: auto;
}

.brand-logo {
	background: #fff;
	padding: 10px;
	display: inline-block;
}

.brands-item .leader-bx-mn .brand-logo img {
	width: auto;
	max-height: 50px;
	display: block;
}

.brands-item .leader-bx-mn .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/*background:#1e1563;*/
	background: rgb(30, 21, 99, 0.85);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .1s ease;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 200;
	line-height: 26px;
}

.brands-item .leader-bx-mn .overlay h3.brand-logo-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}

.brands-item .leader-bx-mn:hover .overlay {
	bottom: 0;
	height: 100%;
	width: 100%;
	padding: 20px 10px;
}

.brands-item .leader-bx-mn .overlay p {
	padding: 10px 15px;
}


/*.brands-item .leader-bx-mn .overlay a{
	background: #FFD500;
    font-size: 16px;
    font-weight: 300;
    color: #180F5E;
    padding: 6px 20px;
    border: none;
}
.brands-item .leader-bx-mn .overlay a:hover{
	background:#FFD500;
	border:none;
}*/

.brands-item .leader-bx-mn .overlay .brand-logo a {
	margin: 0px;
	border: none;
	display: inline;
}

.content-area .brands-item .leader-bx-mn .overlay p {
	/*padding: 10px 3px;*/
	padding:4px 3px 8px;
}

.brands-item .leader-bx-mn .overlay a.br-logo-link {
	background: none;
	padding: 0;
}

.brands-item .leader-bx-mn .overlay a.br-logo-link:hover {
	background: #FFD500;
	border: none;
}

.country-title {
	font-size: 60px;
	margin-bottom: 15px;
}


/*Contact css*/

.address-loop .address-title {
	text-align: left;
}

.address-loop .google-map {
	width: 75%;
	text-align: left;
	float: right;
	padding-left: 2px;
	text-decoration: underline;
}

.address-info {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	text-align: left;
}

.address-info span {
	font-weight: 400;
}

.address-title {
	font-weight: 400;
	padding-bottom: 20px;
}

.address-info .row {
	margin-bottom: 15px;
}

.address-loop .leader-bx-mn {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}

.address-loop .leader-bx-mn img {
	width: 100%;
	display: block;
	height: auto;
}

.address-loop .leader-bx-mn .address-title-main {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	margin-top: -16px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-weight: 400;
}

.address-loop .leader-bx-mn .overlay {
	box-sizing: border-box;
	position: relative;
	padding: 10px;
	top: 0;
	height: 100%;
	min-height: 290px;
	background: transparent;
	overflow: hidden;
	width: 100%;
	transition: .1s ease;
	color: #000;
	font-size: 16px;
	text-align: center;
	font-weight: 200;
	line-height: 26px;
}

.address-loop .leader-bx-mn:hover .overlay {
	padding: 10px !important;
}

.address-loop .address-info {
	color: #000;
}


/* .address-loop .leader-bx-mn:hover .overlay{
    bottom: 0;
    height: 100%;
    width:100%;
	padding: 20px;
}*/

.address-loop .leader-bx-mn .overlay .google-map a {
	/*background:#ED1C24;*/
	padding: 4px 6px;
	color: #F00229;
	text-transform: capitalize;
	border: none;
	font-size: 14px;
	font-weight: 400;
}

.address-loop .leader-bx-mn .overlay .google-map a:hover {
	/*background:#c7050d;*/
	border: none;
}


/*Businesses Css*/

.businesses-section1 {
	background: #ED1849;
	padding: 40px 0;
	color: #fff;
}

.tab-content-main h2.title {
	margin-top: 0;
}

.businesses-section1 h2.title,
h2.title {
	font-size: 50px;
	font-weight: 200;
	line-height: 100%;
	margin-bottom: 40px;
}

.with_image_content h2.title {
	text-align: right;
}

.with_image_content .pull-right-area h2.title {
	text-align: left;
}

.businesses-image img {
	max-width: 100%;
	height: auto;
}

.businesses-section2,
.responsibility {
	padding: 40px 0;
}

.pull-right-area {
	display: inline-block;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.responsibility-section1 {
	background: #ED1849;
	padding: 40px 0;
	color: #fff;
}

.responsibility-section3 {
	background: #00AA84;
	color: #fff;
}

.charities-links a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-right: 15px;
}


/*Careers page css*/

.careers-page-banner .find-out-more a,
.careers.careers-section1 .find-out-more a,
.careers.careers-section3 .find-out-more a {
	color: #fff;
}

.careers-page-banner .find-out-more a:after,
.careers.careers-section1 .find-out-more a:after,
.careers.careers-section3 .find-out-more a:after {
	background: url(assets/images/arrow_white.svg) no-repeat;
}

.careers.careers-section1 {
	background: #ED1849;
	padding: 40px 0;
	color: #fff;
}

.careers .wc_tabs ul.tabs {
	list-style: none;
	;
	margin: 0;
	padding: 0;
	background: #180F5E;
	text-align: center;
}

.careers .wc_tabs ul li.tab-link {
	display: inline-block;
	padding: 12px 15px;
	text-transform: capitalize;
	font-size: 20px;
	color: #fff;
	font-weight: 200;
	line-height: 100%;
	cursor: pointer;
	margin-right: 45px;
}

.careers .wc_tabs ul li.tab-link.current {
	background: #fff;
	color: #000000;
}

.careers .wc_tabs .tab-content {
	background: #fff;
	font-size: 20px;
	font-weight: 300;
}

.careers .tab-content-main {
	margin: 40px 0;
}

.wc_tabs .tab-content {
	display: none;
}

.wc_tabs .tab-content.current {
	display: inherit;
}


/*.careers.careers-section3{
	background:#00AA84;
	padding:40px 0;
	color:#fff;
}*/

.build-career-main {
	margin-top: 20px;
}

.bulid-box .bulid-img img {
	display: block;
}

.build-career-main .bulid-content {
	padding: 15px;
	font-size: 16px;
}

.bulid-box.orange-box {
	background: #F47B20;
	color: #fff;
}

.bulid-box.blue-box {
	background: #54C0D3;
}

.bulid-box.magenta-box {
	background: #ED1849;
}

.careers.careers-section4 {
	padding: 40px 0;
}

.benefits-image {
	margin-top: 10px;
}

.benefits-image img {
	max-width: 100%;
	height: auto;
}


/*.careers.careers-section5{
	background:#00AA84;
	padding:40px 0;
	color:#fff;
}*/

.values-main .values-content {
	font-size: 16px;
}


/*Brand Filters Css*/

.brand-filters,
.locations-filters {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 0;
}

#brand-filters,
#location-filter {
	display: inline-block;
}

.brand-filter-label,
.location-filter-label {
	font-weight: 400;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 20px;
}

.brand-filters select,
.locations-filters select {
	padding: 0 10px;
	font-family: 'Epilogue', sans-serif;
	font-size: 16px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #eb2028;
	border-color: #eb2028;
	-webkit-appearance: none;
	-moz-appearance: none;
	min-width: 270px;
	position: relative;
	z-index: 0;
	background: transparent;
	border-radius: 0;
}

.brand-filters select option,
.locations-filters select option {
	font-size: 15px;
	color: #333;
}

.brand-filters span.filter-container,
.locations-filters span.filter-container {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.brand-filters span.filter-container:after,
.locations-filters span.filter-container:after {
	position: absolute;
	content: " ";
	top: 14px;
	right: 10px;
	border-top: 10px solid #eb2028;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.brand-filters select:focus,
.locations-filters select:focus {
	outline: none;
	box-shadow: none;
}

.brand-preloader {
	display: block;
	text-align: center;
	width: 100%;
	width: auto;
	z-index: 1000;
}


/* ---- .grid-masonry css---- */

.entry-item {
	width: 33.333%;
	float: left;
	padding: 10px;
}

.entry-item img {
	display: block;
	max-width: 100%;
}

.infinite-loader {
	position: fixed;
	top: 50%;
	margin-top: -14px;
	margin-left: -14px;
}

.about_video a {
	position: relative;
	display: block;
}

.about_video a.mfp-iframe img {
	display: block;
}

.about_video a:before {
	content: " ";
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	opacity: .7;
	transition: all .5s;
	background: url(assets/images/play-icon.png) no-repeat;
}

.about_video a:hover:before {
	opacity: 1;
}


/* Section background Color */

.with_image_content {
	padding: 40px 0;
}

.with_background_color {
	color: #fff;
	background-size: cover;
}

.inner-banner.with_background_color .find-out-more a {
	color: #fff;
}

article.no-results {
	width: 100%;
	text-align: center;
}


/*.no-results .entry-header h2{
	background: transparent !important;
	color: #ED1B24 !important;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 40px !important;

}*/

.careers-section1 h2.title {
	text-align: right;
}

h2.build-title,
h2.benefit-title,
h2.value-title {
	text-align: center;
	font-weight: 300;
}

.error404 .site-content {
	text-align: center;
}


/*
.with_background_color .find-out-more a:after{
	content: '';
    position: absolute;
    background: url(assets/images/arrow_white.svg) no-repeat;
    width: 15px;
    height: 15px;
    right: -22px;
    color: #fff;
    top: 6px;
}*/

.values-content img {
	margin-top: 8px;
}

.header-search input:-webkit-autofill,
.header-search input:-webkit-autofill:hover,
.header-search input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}

.hmg-youtube iframe {
	width: 100% !important;
	height: 315px !important;
}

.hmg-location .row {
	margin-bottom: 20px;
}

.policy {
	padding: 40px 0;
	color: #000;
	font-size: 18px;
	line-height: 28px;
}

.policy .sidebar__inner .navbar-nav.ml-auto li a {
	font-size: 20px;
	font-weight: 400;
	padding: 0;
}

.policy .sidebar__inner .navbar-nav.ml-auto li a {
	padding-bottom: 5px;
}

.policy .sidebar__inner .navbar-nav.ml-auto li ul li {
	display: block;
	width: 100%;
	margin-bottom: 0;
	line-height: 100%;
	padding: 5px 0;
}

.policy .sidebar__inner .navbar-nav.ml-auto li ul {
	margin-left: 10px;
}

.policy .sidebar__inner .navbar-nav.ml-auto li ul li a {
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	padding: 0;
}

.policy .sidebar__inner .navbar-nav.ml-auto li {
	line-height: 22px;
	margin-bottom: 10px;
}

.site-content .entry-content {
	padding: 40px 0;
	display: block;
	width: 100%;
}

.site-content .entry-content .sharedaddy {
	float: right;
}

.policy h2 {
	color: #ed1748;
	font-size: 1.9em;
}

.policy article h2 {
	margin: 20px 0;
	font-size: 34px;
}

.policy article h3 {
	margin: 20px 0;
	font-size: 28px;
	font-weight: 400;
}

.policy article h4 {
	margin: 1.3em 0 1em 0;
	font-size: 20px;
	font-weight: 400;
}

.policy article ul {
	margin: 15px;
	padding: 0 15px;
}

.policy article ul li {
	list-style: disc;
}

.policy article dd {
	margin-bottom: 0;
	margin-left: 0;
	font-size: 15px;
}

.policy article dd a,
.policy article a {
	color: #232049;
	font-weight: 400;
}

.policy article button.btn,
.policy article button {
	background: #232049;
	border: none;
}

.policy article button.btn a,
.policy article button a {
	color: #fff;
}

.policy article button.bbtn {
	padding: 6px 10px;
}

.hmg_fullwidth h2 {
	text-align: center;
}

.inner-banner .pull-center {
	max-width: 1150px;
	margin: 0 auto;
}


/*
.home .hmg_fullwidth .section-content {
	max-width: 910px;
	margin: 0 auto;
}*/

.single-post .sharedaddy {
	 
}

.hmg-investment-theme {
	text-align: center;
}

.hmg-section h2.hmg-title,
.hmg-investment-theme h2.hmg-title {
	text-align: center;
	font-size: 60px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	line-height: 100%;
}

.blog .content-area .page-header {
	text-align: left;
}

.hmg-back-btn {
	color: #1e1563;
	font-weight: 400;
	float: right;
	clear: both;
	margin-right: 85px;
	font-size: 16px;
	text-decoration: underline;
	margin-top: 15px;
}

.search-no-results .page-title {
	display: none;
}

.search-no-results h2.entry-title {
	font-family: 'Epilogue', sans-serif;
	font-weight: 200;
	margin: 0;
	padding: 0;
	color: #000 !important;
	font-size: 60px !important;
	background: transparent !important;
	margin-top: 40px;
	line-height: 100% !important;
}
p:empty {
	display: none;
}
.benefits-content img {
	margin-top: 15px;
}
.search.search-results .site-content article {
	position: relative;
}
.search.search-results .site-content article a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}
.search.search-results .site-content article h2.entry-title {
	padding: 10px 15px;
}
.search.search-results .site-content article.brand .entry-content {
	padding: 25px 0 0;
}
.page-id-1447 .find-out-more {
	text-align: left;
}
.home .inner-banner .pull-center {
	max-width: 950px;
}
.about-what-we-do .hmg-youtube iframe {
	height: 100% !important;
}
.bottom-follow-us { 
	margin: 0 20px;
	display: block;
	width: 100%;
}
.bottom-follow-us .follow-us-title {
	 
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.bottom-follow-us ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bottom-follow-us ul li {
	display: inline-block;
	margin: 0 16px;
}
.bottom-follow-us ul.social-icons li i.fa {
	width: 43px;
	height: 43px;
	background: #fff;
	border-radius: 100%;
	color: #261656;
	font-size: 24px;
	line-height: 43px;
}
.bottom-follow-us ul.social-icons li i.fa:hover {

}
.page-id-857 .leader-bx-mn .overlay h3 {
	font-weight: 500;
}
.investment-box .hmg-youtube iframe {
	margin-bottom: 12px;
	height: 213px !important;
}
h1.page-title .chevron-title-icon,
h2.page-title .chevron-title-icon {
	background: url(assets/images/arrow_red.svg) no-repeat;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	position: relative;
	top: -5px;
	display: inline-block;
}
h1.page-title a,
h2.page-title a {
	text-decoration: none;
}
.with_background_color h1.page-title a,
.with_background_color h2.page-title a {
	color: #fff;
}
.with_background_color h1.page-title .chevron-title-icon,
.with_background_color h2.page-title .chevron-title-icon {
	background: url(assets/images/arrow_white.svg) no-repeat;
}
.footer-site-logo {
	margin-bottom: 19px;
}
.site-footer-bootom .container {
	position: relative;
}
.copyright-text-mobile {
	position: absolute;
	bottom: 8px;
	right: 0;
}
.table-scroll {
	overflow: auto;
}
.with_background_color a {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.with_background_color .page-title a {
	border-bottom: 0;
}
.with_image_content a.link {
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.with_image_content a.link:hover {
	border-bottom: 0;
}
.section-btn a {
	background: #40c4d1;
	display: inline-block;
	border-radius: 5px;
	margin-top: 30px;
	padding: 16px 61px;
	color: #fff;
	line-height: 100%;
	font-weight: 700;
	font-size: 17px;
	text-decoration: none;
	border: 2px solid #40c4d1;
}
.section-btn a:hover {
	border: 2px solid #40c4d1;
	background: transparent;
	color: #40c4d1;
}
.investment-box a.hmg-investment-link {
	font-size: 17px;
	display: inline-block;
	border: 2px solid #f0094f;
	border-radius: 3px;
	font-weight: 700;
	padding: 9px 28px;
	color: #f0094f;
	text-decoration: none;
}
.investment-box a.hmg-investment-link:hover {
	border: 2px solid #f0094f;
	background: #f0094f;
	color: #fff;
}
.our-brands-main .section-btn a {
	padding: 18px 33px;
	margin-top: 6px;
}
.news.with_background_color .news-title a {
	color: #000;
}
.news-post-hm {
	background: transparent;
}
.news.with_background_color .news-title span {
	display: none;
}
.news.with_background_color h2.news-title {
	font-size: 45px;
	margin-bottom: 20px;
	font-weight: 300;
	color: #000;
}
.with_background_color h1.page-title .chevron-title-icon,
.with_background_color h2.page-title .chevron-title-icon {
	display: none;
}

.news.with_background_color .news-post-hm h3 a {
	border-bottom: 0;
	 
}

.news.with_background_color .news-post-hm h3 a:hover {
	text-decoration: none;
}

.news.with_background_color .news-post-hm h3 {
	font-size: 20px;
	padding: 10px 0;
	line-height: 32px;
}

.news.with_background_color .news-post-hm span {
	background: transparent;
	float: right;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	margin-top: 5px;
}
.news.with_background_color a.all-news-btn {
	border: 2px solid #090803;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 700;
	padding: 16px 80px;
	display: inline-block;
	color: #090803;
	transition: all .3s;
	background: transparent;
	line-height: 100%;
}

.news.with_background_color a.all-news-btn:hover {
	background: #090803;
	color: #fff;
	border: 2px solid transparent;
}

.video-section {
	position: relative;
}

.video-section .video-btns {
	position: absolute;
	bottom: 150px;
	width: 100%;
	text-align: center;
}

.video-section .video-btns a {
	margin: 0 22px;
	padding: 14px 28px;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	font-weight: 700;
}

.video-section .video-btns a.btn1 {
	background: #f00229;
	border: 2px solid #f00229;
}

.video-section .video-btns a.btn1:hover {
	background: #B40320;
	border: 2px solid #B40320;
}

.video-section .video-btns a.btn2 {
	border: 2px solid #fff;
}

.video-section .video-btns a.btn2:hover {
	border: 2px solid #fff;
	background: #fff;
	color: #000;
}

.page-header-title h2.page-title {
	font-size: 60px;
}

.find-out-more a.alternate-button {
	background: transparent!important;
	color: #40c4d1 !important;
	margin-left: 25px;
}

.find-out-more a.alternate-button:hover {
	color: #fff !important;
	background: #40c4d1 !important;
}

body .video-section .video-btns {
	bottom: 40px;
}
/****** new css for Nav **********/

header.site-header {
	position: relative;
	padding: 0px;
}

header.site-header .logo {
	margin-top: 9px;
}

nav.main-menu ul ul {
	left: 0px !important;
	right: 0px;
	width: 100% !important;
}

.site-header .col-md-6 {
	position: static;
}


.flags {
    margin-top: 20px;
}
.flags ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    text-align: right;
}
.flags ul li:first-child {
    margin-left: 0px;
}
.flags ul li {
    display: inline-block;
	margin-left:10px;
}
.flags ul li img {
    width: 22px;
    box-shadow: 1px 0px 7px #aaa;
}

div#cookie-notice {
    opacity: 0.93;
}
.cookie-notice-container span#cn-notice-text {
    float: left;
    text-align: left;
	font-weight: 500;
}
.cookie-notice-container {
    max-width: 1170px;
    margin: 0 auto;
    width: 98%;
    display: inline-block;
}
.cookie-notice-container .cn-button {
background: #40c4d1;
    color: #fff;
    font-size: 15px;
    margin-top: 6px;
    border: none;
    font-weight: 200 !important;
    padding:7px 20px;
}
.cookie-notice-container .cn-button:hover {
background: #329faa;
	color: #fff;
}
.cookie-notice-container span#cn-notice-text a {
    color: #428bca;
}
/*** brand section ******/
body .brands-item .leader-bx-mn .brand-logo img {
	max-height: 42px;
}
.brandoverlay-center {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 96%;
}
/** comlaint form**/
#zendesk_field_zen_submit input{
	    background: #40c4d1;
	cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
    padding: 16px 35px;
    color: #fff;
    line-height: 100%;
    font-weight: 700;
    font-size: 17px;
    transition: all .3s;
    border: 2px solid #40c4d1;
    min-width: 237px;
    text-align: center;
}

.zrf-form p input {
    border: solid 1px #888;
    padding: 0 5px;
}

#zen_files{
	border:none;
}

.zrf_input_url{
	width:100%;
}

.zrf-form label, .zrf-form input[type=text], .zrf-form input[type=password], .zrf-form input[type=tel], .zrf-form input[type=email], .zrf-form input[type=file], .zrf-form textarea, .zrf-form select {
	margin-bottom: 0;
}

.zrf-form label, .zrf-form input[type=text], .zrf-form input[type=password], .zrf-form input[type=tel], .zrf-form input[type=email], .zrf-form textarea, .zrf-form select{
	float: left;
}

#zendesk_field_zen_name, #zendesk_field_zen_email, #zendesk_field_360004776459, #zendesk_field_360004776439,
#zendesk_field_360004726520, #zendesk_field_360004776259, #zendesk_field_360004722880, #zendesk_field_360004680141, #zendesk_field_27553111, #zendesk_field_25004261, #zendesk_field_25012482, #zendesk_field_25012492, #zendesk_field_25121601, #zendesk_field_25012332, #zendesk_field_25012232{
   width:100%;
	padding: 0 10px;
	float: left;
}

.zrf-form label, .zrf-form input[type=text], .zrf-form input[type=password], .zrf-form input[type=tel], .zrf-form input[type=email], .zrf-form input[type=file], .zrf-form textarea, .zrf-form select {
    min-height: 35px;
}

#zendesk_field_zen_desc{
	padding: 0 10px;
}

.zrf-form select{
 -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	padding: 0 5px;
    border-radius: 0;
    border-color: #888888;
}

p#zendesk_field_25012482 {
    position: relative;
}

p#zendesk_field_25012482:before {
    content: "▼";
    position: absolute;
    bottom: 0;
    font-size: 12px;
    right: 15px;
    z-index: 1;
}

/* i'm not a Robot */

p#zendesk_field_360007266537 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

p#zendesk_field_360007266537 input[type=checkbox] {
    width: 20px;
    height: 20px;
}

p#zendesk_field_360007266537 span.zrf_field_title {
    line-height: 2;
    margin-left: 10px;
}

p#zendesk_field_360007266537 span.zrf_field_title label{
    
    cursor: pointer;
}


/*** start responsive ****/

@media screen and (max-width: 1200px) {
	.flags ul li {
    margin-left: 5px;
}
.flags ul li img {
    width: 25px;	
	}	
}

@media screen and (max-width: 767px) {
.address-loop .google-map {
padding:0px; width:100%; 
}
.ipsologo{
	    float: none !important;
}
.address-loop .google-map a {
    padding: 0px !important;
	}
}

@media( min-width: 767px) and (max-width:992px){
	.brands-item.col-md-4{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 1024px) {
#zendesk_field_zen_name, #zendesk_field_zen_email, #zendesk_field_360004776459, #zendesk_field_360004776439,
#zendesk_field_360004726520, #zendesk_field_360004776259, #zendesk_field_360004722880, #zendesk_field_360004680141, #zendesk_field_27553111, #zendesk_field_25004261, #zendesk_field_25012482, #zendesk_field_25012492, #zendesk_field_25121601, #zendesk_field_25012332, #zendesk_field_25012232{
	width: 50%;
	}
}

/* News page */
.notes {
  margin: 0 auto;
  width: 99%;
  padding: 20px 0;
}
.note {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

@media screen and (min-width: 560px) {
  .note {
    width: 100%;
  }
}
@media screen and (min-width: 816px) {
  .note {
    width: 49%;
  }
}
@media screen and (min-width: 1072px) {
  .note {
    width: 33.3%;
  }
}
.note-inner {
  background-color: #fff;
  min-height: 4em;
  border-radius: 2px;
  padding: 20px 0;
  border-bottom: 2px solid #C0B9D3;
}
.note-inner p{
	color:#0516AA;
	font-weight: 400;
    margin: 10px 0;
}

.note-inner h3{
	color:#FF0031;
	font-size: 20px;
    font-weight: 500;
    margin: 12px 0;
}
.note-inner h2 a:hover{
	text-decoration:none 
}
.note-inner h2 a{
	color:#261656;
    font-size: 25px;
    font-weight: 600;
}
.single-post .note-inner h2{
	color:#261656;
	font-weight: 600;
} 
.single-post .note-inner h4{
	color:#0516AA;
	    font-size: 18px;
}
.single-post .note-inner p{
	color:#261656;
}

.col-md-7 .sharedaddy {display:none;}
.sharedaddy.sd-sharing-enabled {float:left}

.single-post .note-inner .sharedaddy .sd-social-icon .sd-content ul li a.sd-button {
    background: #fff !important;
    color: #0516AA !important;
    border: 1px solid #0516AA !important;
	width: 50px;
    height: 50px;
}

.single-post .note-inner .sharedaddy .sd-social-icon .sd-content ul li a.sd-button:before{ font-size: 35px; }

.col-md-7.note-inner .bordersx{border-bottom: 2px solid #ccc;
    width: 60%;
    float: left;
    margin: 20px 0px;
}

.sharedaddy {margin:0}
/* News page end */


/* Header flag css */
ul.hmg-menu-flags li a{
	color:#fff;
}
ul.hmg-menu-flags li a:before{
	content: "";
    height: 15px;
    position: absolute;
    width: 23px;
	box-shadow: 1px 0px 7px #aaa;
} 
ul.hmg-menu-flags li.ukflag a:before{
background: url(http://haymarket.com/wp-content/uploads/2019/04/1.png);
background-repeat: no-repeat;
background-size: 100%;
}
ul.hmg-menu-flags li.usflag a:before{
background: url(http://haymarket.com/wp-content/uploads/2019/04/2.png);
background-repeat: no-repeat;
background-size: 100%;
}
ul.hmg-menu-flags li.asiaflag a:before{
background: url(http://haymarket.com/wp-content/uploads/2019/04/3.png);
background-repeat: no-repeat;
background-size: 100%;
}
ul.hmg-menu-flags li.asia2flag a:before{
background: url(http://haymarket.com/wp-content/uploads/2019/04/4.png);
background-repeat: no-repeat;
background-size: 100%;
}
ul.hmg-menu-flags li.germanyflag a:before{
background: url(http://haymarket.com/wp-content/uploads/2019/04/5.png);
background-repeat: no-repeat;
background-size: 100%;
}
ul.hmg-menu-flags li.indiaflag a:before{
background: url(http://haymarket.com/wp-content/uploads/2019/04/6.png);
background-repeat: no-repeat;
background-size: 100%;
}


/* Header flag css end */
 .deslead {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
	padding: 5px 0px;
    background: #00AA84;
}
.leader-bx-mn:hover .deslead {
	display:none;
}
p.catname{
    color: #FF0031;
    font-weight: normal;
    font-size: 20px;
    margin: 0;

}

.floated_logo{position: relative;}
.floated_logo .float_logo{
    position: fixed;
    z-index: 999;
    left: 85%;
    bottom: 2%;
}

.with_image_content .newsbtn a {
    background: #40c4d1 !important;
    display: inline-block;
text-decoration:none;
    border-radius: 5px;
    margin-top: 10px;
    padding: 16px 35px;
    color: #fff !important;
    line-height: 100%;
    font-weight: 700;
    font-size: 17px;
    transition: all .3s;
    border: 2px solid #40c4d1 !important;
    min-width: 237px;
    text-align: center;
}
.with_image_content .newsbtn a:hover{
    border: 2px solid #329faa;
    background: #329faa;
    color: #fff;
}
.fltlogo{    width: 9%;
    float: right;
    position: relative;}
.fltlogo .inlogo{position: absolute;
    bottom: 5px;
    right: 5px; 
z-index:9999;}