/*
Theme Name: Stoneway Live theam
Author: Cskills
Version: 1
*/
body>img.error {
	display: none
}

header {
	padding: 24px 0;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	background: #E9E9E9;
	border-bottom: #fff solid 1px
}

header .flexWrap {
	justify-content: center;
	position: relative;
}

.RightSec {
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
}

.contactLink {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 21px;
	font-family: 'Conv_Circular-Std-Black';
	letter-spacing: 1px;
	line-height: normal;
}

a.search {
	display: flex;
}

.search svg {
	margin: 0 26px;
}


#menu {
	background: #EA3631;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	text-align: center;
	top: 0;
	transition: all 0.7s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 1100;
}

body.open-menu #menu {
	opacity: 1;
	visibility: visible;
	overflow: auto;
}

#menu.open li {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.menu a {
	text-decoration: none;
	display: inline-block;
}

.menu a:before,
.menu a:after {
	position: absolute;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.menu a:before {
	bottom: 0;
	display: block;
	height: 3px;
	width: 0%;
	content: "";
	left: 0;
	right: 0;
	background-color: #CDDB00;
}

.menu a:after {
	left: 0;
	top: 0;
	position: absolute;
	content: attr(title);
	color: #CDDB00 !important;
	white-space: nowrap;
	max-width: 0%;
	overflow: hidden;
}

.menu a:hover:before,
.menu .current a:before,
.navBottom a:hover:before,
.navBottom .current a:before {
	opacity: 1;
	width: 100%;
}

.menu a:hover:after,
.menu .current a:after {
	max-width: 100%;
}

.logo {
	max-width: 214px;
}

#menu ul li {
	margin: 0px 0 30px;
	padding: 0;
	list-style-type: none;
}

#menu ul a {
	-webkit-transform: translateZ(0);
	transition: opacity 0.3s ease-in-out;
	color: #E9E9E9;
	text-decoration: none;
	position: relative;
}

#menu ul a:hover {
	opacity: 1;
	color: #fff;
}

#menu .main-nav {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#menu .main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu .main-nav a {
	color: #ffffff;
	display: block;
	font-size: 50px;
	font-weight: bold;
	padding: 1rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

#menu .main-nav a:first {
	padding-top: 0;
}

.menu-item-has-children>a {
	margin-bottom: 14px !important;
	display: inline-block;
}

#menu-main-menu li a {
	font-size: 42px;
	line-height: 48px;
	font-family: 'Conv_Circular-Std-Black';
	text-transform: uppercase;
	position: relative;
}

#menu-main-menu li a:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	background: #fff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

header .current_page_item>a:after,
header .current_page_parent>a:after,
header .current-menu-item>a:after,
header .current-menu-ancestor.menu-item-has-children>a:after,
header .menu-item-has-children .current_page_item>a:after,
header .sub-menu .current-menu-item>a:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 0% !important;
	position: absolute;
	background: #fff;
	width: 100% !important;
}

header .current_page_item>a,
header .current_page_parent>a,
header .current-menu-item>a,
header .current-menu-ancestor.menu-item-has-children>a,
header .menu-item-has-children .current_page_item>a,
header .sub-menu .current-menu-item>a {
	color: #fff !important;
}

#menu-main-menu li a:hover:after {
	width: 100%;
	left: 0;
}

.sub-menu li {
	margin-bottom: 16px !important;
}

.sub-menu>li>a {
	color: #FF8581 !important;
}

.toggle-menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 42px;
	outline: none;
	padding: 0;
	pointer-events: initial;
	position: relative;
	vertical-align: middle;
	width: 42px;
	z-index: 1110;
}

.toggle-menu span {
	background-color: #FF0E21;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	top: calc(50% - 1px);
	transform-origin: 50% 50%;
	transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
	width: 42px;
}

.toggle-menu span:before,
.toggle-menu span:after {
	background-color: #FF0E21;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	transform-origin: 50% 50%;
	transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
	width: 42px;
}

.toggle-menu span:before {
	top: 13px;
}

.toggle-menu span:after {
	top: -13px;
}

.toggle-menu.is-active span {
	background-color: transparent;
	transition: background 0.2s ease-out;
}

.toggle-menu.is-active span:before,
.toggle-menu.is-active span:after {
	background: #fff;
	transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}

.toggle-menu.is-active span:before {
	top: 0;
	transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.is-active span:after {
	top: 0;
	transform: rotate3d(0, 0, 1, 45deg);
}

.open-menu {
	overflow: hidden;
}

.menuLogo {
	padding: 24px 0 0;
}

.menuLogo a {
	position: relative;
	z-index: 9;
}

.menuLogo img {
	display: inline-block;
	max-width: 214px;
}

#menu nav {
	padding: 194px 0 100px;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
}

/* header .current_page_item>a, header .current_page_parent>a, header .current-menu-item>a, header .current-menu-ancestor.menu-item-has-children>a, header .menu-item-has-children .current_page_item > a, header .sub-menu .current-menu-item > a{color:#FECA2A !important;} */
.current_page_item>a:before,
.current_page_parent>a:before,
.current-menu-item>a:before,
.current-menu-ancestor.menu-item-has-children>a:before,
.current_page_item>a:after,
.current_page_parent>a:after,
.current-menu-item>a:after,
.current-menu-ancestor.menu-item-has-children>a:after {
	display: none;
}

#menu {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-rental_guide .burgerMenu .current_page_parent>a,
.single-done_deals .burgerMenu .current_page_parent>a {
	color: #fff !important;
}

.single-rental_guide .burgerMenu .current_page_parent>a:after,
.single-done_deals .burgerMenu .current_page_parent>a:after {
	display: none !important;
}

.footerMenu .current_page_item>a,
.single-done_deals footer .current-menu-item>a,
.single-post footer .current_page_parent>a {
	color: #FF0E21 !important;
}

.error404 header .current_page_parent>a {
	color: #E9E9E9 !important;
}

.touch .menu a:before,
.touch .menu a:after {
	display: none;
}

.home header {
	background: none;
	border: 0
}

.home header.scroll {
	background: #E9E9E9;
	border-bottom: #fff solid 1px;
}

.homeBanner>div {
	position: relative;
	height: 100%;
}

.homeBanner {
	height: 100vh;
}

.videoframeinner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	max-width: 100%;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.videoframe~.bannerInfo {
	position: absolute !important;
	top: 50%;
}

.bannerInfo {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	width: auto;
	max-width: 1280px;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}

.bannerInfo h1 {
	max-width: 860px;
	color: #AAA39C;
}

.bannerInfo h1 span {
	color: #79726B;
}

.whatwedo {
	background: #EEEEED;
	padding: 68px 0;
}

.whatwedo .flexWrap {
	margin: 0 -26px;
}

.whatwedo h4 {
	text-align: center;
	margin-bottom: 52px;
	color: #AAA39C;
}

.whatwedo .col-6 a {
	margin: 0 26px;
	display: block;
	position: relative;
}

.whatwedo .col-6>div {
	margin: 0 26px;
	position: relative;
}

.whatwedo .box:before {
	padding-top: 100%;
}

.whatwedo .col-6 a>div h2,
.whatwedo .col-6>div h2 {
	position: absolute;
	;
	left: 0;
	right: 0;
	top: 50%;
	color: #fff;
	transform: translate(0%, -50%);
	text-align: center;
	z-index: 99;
}

.whatwedo .col-6 a>div:before,
.whatwedo .col-6>div:before {
	content: "";
	background: rgb(0 0 0 / 40%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.btnBox {
	text-align: center;
	margin: 52px 0 0;
}

.whatwedo .col-6 .imageHolder {
	overflow: hidden;
}

.whatwedo .col-6 img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all .5s ease-in-out;
}

.whatwedo .col-6:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.whatwedoLink {
	padding: 60px 0 68px 0;
}

.whatwedoLink .flexWrap {
	margin: 0 -26px;
}

.whatwedoLink h4 {
	text-align: center;
	margin-bottom: 50px;
	color: #AAA39C;
}

.whatwedoLink .col-6>div {
	margin: 0 26px;
	position: relative;
}

.whatwedoLink .box:before {
	padding-top: 100%;
}

.whatwedoLink .col-6>div h2 {
	position: absolute;
	;
	left: 0;
	right: 0;
	top: 50%;
	color: #fff;
	transform: translate(0%, -50%);
	text-align: center;
	z-index: 99;
}

.whatwedoLink .col-6>div:before {
	content: "";
	background: rgb(0 0 0 / 40%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.whatwedoLink .col-6>div .btnBox {
	margin: 60px 0 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	color: #fff;
	text-align: center;
	z-index: 99;
}

.home .donedeals {
	background: #E9E9E9;
}

.home .donedeals .flexWrap {
	margin-bottom: 0 !important
}

.donedeals {
	padding: 68px 0;
	background: rgb(238 238 237 / 50%);
}

.donedeals .flexWrap {
	margin: 0 -26px 52px;
	display: flex !important;
}

.donedeals .flexWrap:nth-child(odd)>.col-6:first-child {
	order: 2
}

.home .donedeals .flexWrap:nth-child(odd)>.col-6:first-child {
	order: 0
}

.donedeals h2 {
	text-align: center;
	margin-bottom: 60px;
	color: #AAA39C;
}

.donedeals h4 {
	text-align: center;
	margin-bottom: 50px;
	color: #AAA39C;
}



.donedeals .col-6>div {
	margin: 0 26px;
	position: relative;
	padding: 68px 52px 110px;
	height: 100%;
}

.donedeals .col-6>div h4 {
	color: #FF0E21;
	text-align: left;
	margin-bottom: 30px;
}

.donedeals .flexWrap:last-child {
	margin-bottom: 0;
}

.donedeals .arrowlink {
	position: absolute;
	bottom: 30px;
	margin: 0
}

.donedeals .col-6:first-child>div {
	background: #fff
}

.donedeals .col-6 .imageHolder,
.done-deals .col-6 .imageHolder {
	overflow: hidden;
	background: #e1e1e1;
}

.donedeals .col-6 a img,
.done-deals .col-6 a img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all .5s ease-in-out;
}

.donedeals .col-6 a:hover img,
.done-deals .col-6 a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.donedeals .col-6>div h4 a,
.done-deals .col-6>div h4 a {
	text-decoration: none;
	display: inline-block;
	color: #79726B;
}

.donedeals .col-6>div h4 a:hover,
.done-deals .col-6>div h4 a:hover {
	color: #FF0E21
}

.donedeals .col-6 h4 span,
.done-deals .col-6 h4 span {
	color: #FF0E21
}

.lazyLoadImage {
	/* background-image: url('images/loader.svg');
background-size: 40px; */
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.lazyLoadImage {
	opacity: 0;
	transition: opacity 1s ease .4s;
	-webkit-transition: opacity 1s ease .4s;
	-moz-transition: opacity 1s ease .4s;
	-o-transition: opacity 1s ease .4s;
}

.lazyLoadImage.lazyloaded {
	opacity: 1;
}

.donedeals .slick-prev {
	background: url(./images/prevgrey.png) no-repeat center;
	opacity: 0.6
}

.donedeals .slick-prev:hover {
	opacity: 1
}

.donedeals .slick-next {
	background: url(./images/nextgrey.png) no-repeat center;
	opacity: 0.6
}

.donedeals .slick-next:hover {
	opacity: 1
}

.dealSlider .arrowlink {}
.dealSlider .slick-prev,
  .dealSlider .slick-next {
    top: -76px;
  }

@keyframes arrow {
	0% {
		margin-left: 0px;
	}

	50% {
		margin-left: 20px;
	}

	100% {
		margin-left: 0px;
	}
}

@-webkit-keyframes arrow {
	0% {
		margin-left: 40px;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 40px;
	}
}

@-moz-keyframes arrow {
	0% {
		margin-left: 40px;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 40px;
	}
}

@-o-keyframes arrow {
	0% {
		margin-left: 40px;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 40px;
	}
}



/* Deal Page */
.done-deals .flexWrap {
	margin: 0 -26px 52px;
	display: flex !important;
}

.done-deals .flexWrap:nth-child(even)>.col-6:first-child {
	order: 2
}

.done-deals h1 {
	text-align: center;
	margin-bottom: 60px;
}

.done-deals .col-6>div {
	margin: 0 26px;
	position: relative;
	padding: 68px 52px 110px;
	height: 100%;
	background: #fff;
}

.done-deals .col-6>div h4 {
	color: #FF0E21;
	text-align: left;
	margin-bottom: 30px;
}

.done-deals .flexWrap:last-child {
	margin-bottom: 0;
}

.alm-btn-wrap .alm-load-more-btn {
	padding: 0 0 90px 0 !important;
}

.alm-btn-wrap .alm-load-more-btn.done {
	padding: 0 !important;
}

.alm-reveal.flexData {
	margin-top: 52px;
}

.alm-btn-wrap .alm-load-more-btn.done {
	display: none;
}

.done-deals .box:before,
.donedeals .box:before {
	padding-top: 86%;
}

.done-deals .arrowlink {
	position: absolute;
	bottom: 40px;
	margin: 0
}

#ajax-load-more {
	width: 100%
}

.blog .alm-btn-wrap,
.page-template-template-rental-guide .alm-btn-wrap,
.done-deals .alm-btn-wrap {
	width: 100% !important;
	text-align: center;
	padding: 0 !important
}

.blog .alm-btn-wrap button,
.page-template-template-rental-guide .alm-btn-wrap button {
	margin: 4px 0 52px 0px !important;
	overflow: hidden;
	height: 100%;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
	background: url(./images/ajax-loader.gif) center top no-repeat !important;
	background-size: 26px !important;
	margin: 0 !important
}

.done-deals .alm-layouts .alm-listing {
	margin-bottom: 68px;
}

.done-deals .alm-btn-wrap button {
	margin: 4px 0 52px 0px !important;
	overflow: hidden;
	height: 100%;
}

.alm-no-results {
	border: #ff0e21 dashed 1px;
	padding: 52px 50px;
	text-align: center;
	margin: 0 0 68px;
	color: #ff0e21;
}

.alm-no-results .heading {
	font-size: 42px;
	line-height: normal;
	margin: 0;
	letter-spacing: -0.50px;
}

.arrowlink {
	text-decoration: none;
	font-size: 42px;
	font-family: 'Conv_Circular-Std-Black';
	margin-top: 68px;
	display: inline-block;
}

.arrowlink:hover {
	color: #7B726A;
}

.NewsletterBox {
	background: #FF0E21;
	padding: 42px 0 52px;
	color: #fff;
	font-size: 19px;
}


.NewsletterBox .gform_heading {
	font-size: 22px;
	line-height: 36px;
}

.NewsletterBox form {
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
	padding: 0;
	list-style: none;
	border-bottom: #fff solid 1px;
	position: relative;
}

.NewsletterBox form .gform_footer,
.NewsletterBox form .gform_page_footer {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}

.NewsletterBox form .gform_body {
	width: 94%;
}

.NewsletterBox form .gform_body input {
	background: none;
	color: #fff;
	border: 0 !important;
	padding: 0 !important;
}

.NewsletterBox form .gform_footer {
	width: 6%;
	text-align: right;
}

.NewsletterBox form .gform_footer input {
	background: none;
	border: 0 !important;
	color: #fff;
	cursor: pointer;
	float:right;
}

.NewsletterBox form input::-webkit-input-placeholder {
	color: #fff;
}

.NewsletterBox form input:-ms-input-placeholder {
	color: #fff;
}

.NewsletterBox form input::placeholder {
	color: #fff;
}

.gform_wrapper .gform_validation_errors>h2 {
	color: #c02b0a;
	font-size: 13.2px;
	font-weight: 500;
	line-height: 17.6px;
	font-family: 'Conv_ApercuMono', Sans-Serif;
	letter-spacing: 0;
	text-transform: capitalize;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
	line-height: normal !important;
}

.NewsletterBox .gform_required_legend {
	display: none;
}

.NewsletterBox div#validation_message_1_1 {
	position: absolute;
	width: auto;
	padding: 0px;
	background: none;
	color: #fff;
	border: 0;
	margin: 22px 0 0;
}

.NewsletterBox .gravity-theme {
	margin: 14px 0 0;
}

.gfield_description {
	display: none
}

.NewsletterBox .flexWrap {
	margin: 0 -20px;
}

.NewsletterBox .col-6 {
	padding: 0 20px;
}

.NewsletterBox form .gform_footer input {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.NewsletterBox form .gform_footer input:hover {
	color: #fff;
}


.gform_confirmation_message {
	border: #fff dashed 1px;
	padding: 9px 20px;
	background: rgb(0 0 0 / 15%) !important;
}

#gform_ajax_spinner_1 {
	position: absolute;
	top: 10px;
	right: 50px;
	width: 30px;
}

/* Intro Section */
.IntroSection {
	text-align: center;
	color: #AAA39C;
	font-size: 42px;
	line-height: 52px;
	letter-spacing: -1.68;
	font-family: 'Conv_Circular-Std-Black';
	text-transform: uppercase;
	font-weight: normal;
}


/* Three Column Section Css */
.ThreeCol .flexWrap {
	margin: 0 -30px;
}

.ThreeCol {
	padding-top: 68px
}

.ThreeCol h4 {
	text-align: center;
	margin: 0 0 50px 0;
	color: #AAA39C;
}

.ThreeCol .col-4 {
	margin-bottom: 68px;
}

.ThreeCol .col-4>div {
	margin: 0 30px;
	background: #fff;
	height: 100%;
}

.ThreeCol .col-4 .box:before {
	padding-top: 80%;
}

.details {
	padding: 52px 46px;
	color: #7B726A;
}

.details h5 {
	margin-bottom: 40px;
	color: #AAA39C
}

.ThreeCol .details {
	padding: 42px 34px;
}

.ThreeCol .details h5 {
	margin-bottom: 26px;
}

.ThreeCol .details p:last-child {
	padding-bottom: 0
}

/* Process Steps Section */
.ProcessSec {
	background: #EEEEED;
	padding-top: 68px;
}

.hideArrow .col-4 .proImg::after{ display: none !important;}

.ProcessSec h4 {
	text-align: center;
	padding: 0;
	color: #AAA39C;
	margin-bottom: 50px;

}

.ProcessSec h5 {
	text-align: center;
	margin-bottom: 42px;
}

.ProcessSec .proImg {
	display: flex;
	align-items: center;
	position: relative;
}

.ProcessSec .col-4 .proImg::after,
.ProcessSec .col-4:nth-child(8) .proImg:after {
	content: "";
	background: url(./images/downarrow.svg) no-repeat right -50% center;
	position: absolute;
	width: 186px;
	height: 100px;
	right: -109px;
	background-size: 186px !important
}

.ProcessSec .col-4:nth-child(1) .proImg:after,
.ProcessSec .col-4:nth-child(5) .proImg:after,
.ProcessSec .col-4:nth-child(7) .proImg:after,
.ProcessSec .col-4:nth-child(11) .proImg:after {
	content: "";
	background: url(./images/uparrow.svg) no-repeat right -50% center !important;
	position: absolute;
	width: 186px;
	height: 100px;
	right: -109px;
	background-size: 186px !important
}

.ProcessSec .col-4:nth-child(3) .proImg:after,
.ProcessSec .col-4:nth-child(6) .proImg:after,
.ProcessSec .col-4:nth-child(9) .proImg:after,
.ProcessSec .col-4:nth-child(12) .proImg:after {
	display: none;
}

.ProcessSec .proImg img {
	margin: 0px auto;
}

.ProcessSec .proImg img {
	max-width: 140px;
	max-height: 160px
}

.ProcessSec .details {
	color: #7B726A;
	text-align: center;
	padding-bottom: 84px;
}

.ProcessSec .col-4:last-child .proImg::after {
	display: none;
}

/* Our clients css*/
.OurClients {
	background: #fff;
	padding: 52px 0;
}

.intro {
	text-align: center;
	color: #AAA39C;
}

.intro h4 {
	margin-bottom: 50px;
}

.intro h5 {
	margin-bottom: 32px;
}

.MapBox {
	margin-right: 68px;
	position: relative;
}

.redBox {
	background: #FF0E21;
	padding: 40px 40px 85px;
	color: #fff;
}

.redBox h5 {
	margin: 34px 0 0;
}

.redBox a {
	color: #fff;
	text-decoration: none;
	font-size: 42px;
	font-family: 'Conv_Circular-Std-Black';
}

.redBoxlink {
	text-align: right;
}

.redBox .slick-prev,
.redBox .slick-next {
	top: auto;
	bottom: 20px;
}

.redBox .slick-prev {
	left: 40px;
}

.redBox .slick-next {
	right: 40px;
}

.redBox .slick-next {
	background: url(./images/nextarrow.png) no-repeat center !important;
	background-size: 24px !important;
}

.redBox .slick-prev {
	background: url(./images/prevarrow.png) no-repeat center !important;
	background-size: 24px !important;
}

.redBox .slick-prev:hover,
.redBox .slick-next:hover {
	opacity: 0.7;
}

/* Logo slider css */
.logoslider {
	background: #EEEEED;
	padding: 62px 0;
}

.logoslider ul,
.logoslider ul li {
	margin: 0;
	padding: 0 20px;
}

.logoslider .slick-slide img {
	margin: 0px auto;
}

.grecaptcha-badge {
	display: none;
}

.pageContent {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.15px;
}

.pageContent h1 {
	text-align: center;
	margin-bottom: 40px;
}

.pageContent .entry {
	max-width: 1100px;
	margin: 0px auto;
}

.pageContent .entry h6 {
	color: #AAA39C;
	font-size: 20px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

/* 404 Css */
.pageNotFound {
	width: 100%;
	max-width: 650px;
	text-align: center;
	margin: auto;
	padding: 0px;
	font-weight: 500;
}

.pageNotFound h2 {
	font-size: 180px;
	line-height: 150px;
	;
	margin-bottom: 30px;
	padding-top: 00px;
	-webkit-text-stroke-color: #ff0e21;
	overflow-wrap: break-word;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 3px;
}

/* News Page Css */
.News .flexWrap {
	margin: 0 -16px;
}

.News .col-4 {
	margin-bottom: 64px;
	position: relative;
}

.News .col-4>div {
	height: 100%;
}

.News .col-4 .box:before {
	padding-top: 100%
}

.News h5 a {
	color: #AAA39C;
	text-decoration: none;
}

.News h5 a:hover {
	color: #FF0E21;
}

.News .alm-item {
	margin-bottom: 68px;
	width: 33.33%;
}

.News .col-4>div a {
	margin: 0 32px;
	background: #fff;
	height: 100%;
	display: block;
}

.News .col-4>div a {
	text-decoration: none;
}

.News .col-4>div a:hover .arrowlink {
	color: #7B726A;
}

.News h4 {
	color: #AAA39C;
}

.News .Newsdetails {
	padding: 42px 34px 120px;
	color: #AAA39C;
}

.News .Newsdetails span {
	display: block;
}

.News .Newsdetails .arrowlink {
	margin-top: 0;
	position: absolute;
	bottom: 34px;
	font-size: 30px;
	letter-spacing: 0.35px;
	line-height: 40px;
	color: #FF0E21;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.News .col-4:nth-child(3n+2) .imageHolder {
	right: -1px;
}

.News .col-4 .box {
	overflow: hidden;
}

.News .col-4 a img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.News .col-4 a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}



/* Single Page css */
.singleTopImg {
	padding-left: 22px;
}

.single-done_deals h1 {
	margin-bottom: 50px;
}

.singleTopImg .box:before {
	padding-top: 60%
}

.LeftSide {
	background: #fff;
	padding: 52px 34px 34px;
	margin-right: 40px
}

.LeftSide h5 {
	color: #AAA39C;
	margin-bottom: 30px;
}

.DetailBox .col-8 {
	padding: 0px
}

.single-done_deals .LeftSide img {
	margin-top: 141px;
	max-height: 120px;
	max-width: 200px;
	width: auto;
}

.single-done_deals h5 {
	color: #79726B !important;
}

.single-done_deals h5 span {
	color: #FF0E21;
}

.DetailBox.BSpace {
	padding-top: 0px;
	padding-bottom: 42px;
}

.DetailBox .LeftSide {
	padding-bottom: 68px;
}

.single-done_deals .DetailBox .LeftSide {
	padding-bottom: 34px;
}

.DetailsBoxList .flexWrap {
	margin: 0 -32px;
}

.DetailsBoxList h5 {
	text-align: left;
	color: #AAA39C;
	margin-bottom: 26px;
}

.DetailsBoxList .col-4 {
	margin-bottom: 68px;
}

.DetailsBoxList .col-4>div {
	margin: 0 32px;
	background: #fff;
	height: 100%;
	padding: 40px;
	color: #AAA39C;
}

.DetailsBoxList .col-4>div p:last-child {
	padding-bottom: 0
}

.single-done_deals .DetailsBoxList .col-4>div {
	color: #7B726A;
}

/* Team section Css */
.our_team .flexWrap {
	margin: 0 -38px;
}

.our_team h5 {
	text-align: left;
	color: #AAA39C;
	margin-bottom: 30px;
}

.our_team .col-4 {
	margin-bottom: 74px;
}

.our_team .col-4>div {
	margin: 0 38px;
	background: #fff;
	height: 100%;
	padding: 46px;
	color: #AAA39C;
}


.TeamSec.cardsList {
    padding: 60px 0 0;
}

.TeamSec .flexWrap {
	margin: 0 -26px;
}

.teamDetail .flexWrap {
	margin: 0;
}

.TeamSec h2 {
	margin-bottom: 30px;
}


.TeamSec h4 {
	text-align: center;
	color: #AAA39C;
	margin-bottom: 50px;
}


.TeamSec h5 {
	color: #AAA39C;
	padding: 0px 0 42px;
}

.TeamSec .column4 {
	position: relative;
}

.TeamSec .column4 {
	padding: 0 26px;
	margin-bottom: 42px;
	color: #AAA39C;
}

.TeamSec .column4.disabled {
	pointer-events: none;
}

.TeamSec .column4 h5 {
	padding: 34px 0 18px;
}

.TeamSec .box:before {
	padding-top: 100%;
}

.cardsList .column4 .box {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.cardsList .column4.is-expanded .box:hover {
	background-color: transparent;
}

.teamDetail {
	position: relative;
	background: #fff;
	width: 100%;
}

.teamDetail .flexWrap {
	position: relative;
}

.infoBox {
	margin: 0px 0 0;
	position: relative;
	z-index: 999;
}

.infoBox a {
	color: #AAA39C;
	text-decoration: none;
}

.infoBox a:hover {
	color: #ff0e21;
}

.teamDetail .leftContent {
	max-width: 1340px;
	width: 100%;
	color: #7B726A;
	padding-left: 1px;
}

.teamDetail .leftContent .col-8 {
	padding-right: 60px;
}

.teamDetail.TBspace {
	padding: 42px 0;
}

.cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0px;
}

.card {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.card__inner {
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 100%;
	border-bottom: 1px solid transparent;
}

.card__inner:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	height: 2px;
	background-color: #00abb0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.card__expander {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 100%;
}

.card.is-collapsed .card__expander {
	opacity: 0;
	overflow: hidden;
	margin-top: 0;
	max-height: 0;
	min-height: 0;
	display: none;
}

.card.is-expanded .card__inner {
	position: relative;
	z-index: 1;
	padding-bottom: 10px;
	position: relative;
}

.card.is-expanded .card__inner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	right: 0;
	bottom: 0px;
	background: #ff0e21;
}

.card.is-expanded .card__expander {
	margin-top: 0px;
	min-height: 200px;
	margin-bottom: 20px;
	opacity: 1;
	overflow: visible;
}

.teamDetail p:last-child {
	padding-bottom: 0
}

.TeamSec .column4 .imageHolder {
	overflow: hidden;
}

.TeamSec .column4 img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all .5s ease-in-out;
}

.TeamSec .column4:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.is-expanded.column4:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.card.is-inactive .card__inner .caption,
.card.is-inactive .card__inner .box {
	z-index: 99;
	opacity: 0.3;
}

.card.is-inactive .card__inner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9;
}

.card.is-inactive:hover .card__inner {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.card.is-inactive .card__inner:hover {
	opacity: 1;
}

.plusButton {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 24px;
	bottom: 30px;
	border: 2px solid #ff0e21;
	border-radius: 50%;
	text-align: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.plusButton svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	stroke: #ff0e21;
}

.plusButton .teamIcon {
	stroke: #ff0e21;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.cardsList .column4.is-expanded .card__inner .plusButton {
	background: #ff0e21;
	border: #ff0e21 solid 2px;
}

.cardsList .column4.is-expanded .card__inner .plusButton .teamIcon {
	stroke: #fff;
}

.cardsList .column4.is-expanded .card__inner .plusButton {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.card.is-expanded .card__expander::after {
	content: "";
	position: absolute;
	left: 1px;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background: #fff;
	z-index: 1;
}

.card.is-expanded .card__expander::before {
	content: "";
	position: absolute;
	right: 1px;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background: #fff;
	z-index: 1;
}

.card__expander {
	width: calc(400% + 55px);
}

.cardsList .cards .card:nth-of-type(3n + 1) .card__expander {
	width: calc(320% + 30px);
	margin-left: 0px;
}

.cardsList .cards .card:nth-of-type(3n + 2) .card__expander {
	margin-left: calc(-100% - 54px);
}

.cardsList .cards .card:nth-of-type(3n + 3) .card__expander {
	margin-left: calc(-200% - 106px);
}

.linkedinUrl {
	display: block;
	width: 36px;
	margin: 18px 0 0;
}

.linkedinUrl svg {
	width: 36px;
	height: 36px;
	display: block;
}

.linkedinUrl svg path {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.linkedinUrl:hover svg path {
	fill: #ff0e21 !important
}

#page-wrap .text-center+.IntroSection {
	padding-top: 0
}

.IntroSection p {
	padding-bottom: 30px;
}

.IntroSection p:last-child {
	padding: 0
}

.IntroSection+.ThreeCol {
	padding-top: 0
}

/* Contact Page css */
.page-template-template-contact #page-wrap {
	padding-top: 100px;
}

.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
	display: none !important;
}

.contactCol {
	position: relative;
	display: flex;
	flex-flow: wrap;
}

.mapBoxText {
	background: #fff;
	padding: 34px;
	width: 30%;
	margin: 0%;
	z-index: 9;
	max-height: 100%;
	overflow: auto;
	/* height: 100vh; */
}

.mapboxgl-map {
	width: 70%
}

.mapboxgl-popup-close-popup {
	background: none !important;
	color: #FF0E21 !important;
}

.mapBoxText h5 {
	color: #FF0E21;
}

.mapBoxText ul {
	margin: 20px 0 0;
	padding: 0px;
	list-style-type: none;
}

.mapBoxText ul li {
	margin: 0;
	padding: 0px 10px 0 0;
	list-style-type: none;
	display: inline-block;
}

.mapBoxText a {
	color: #7B726A;
	text-decoration: none;
}

.mapBoxText a:hover {
	color: #FF0E21;
}

.mapBoxText ul li path {
	fill: #7B726A !important;
}

.mapBoxText ul li a:hover path {
	fill: #FF0E21 !important;
}

.mapBoxText ul li svg {
	width: 34px;
	height: 34px;
}

.mapBoxText ul li svg path {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.gform_footer input.gform_button {
	background: #FF0E21;
	color: #fff;
	padding: 9px 20px 8px 20px;
	text-decoration: none;
	font-size: 15px;
	line-height: 23px;
	display: inline-block;
	font-family: 'Conv_Circular-Std-Black';
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
}

.gform_footer input.gform_button:hover {
	background: #000;
	color: #fff;
}

.mapboxgl-popup {
	max-width: 280px !important;
	width: 100%;
}

.mapboxgl-popup-content {
	padding: 20px 20px 25px !important;
	font-size: 15px !important;
	line-height: normal;
}

.mapboxgl-popup-content h6 {
	color: #FF0E21;
}

.mapboxgl-popup-close-button {
	right: 4px !important;
	top: -4px !important;
	font-size: 30px;
}


.gform_confirmation_message {
	border: rgb(0 0 0 / 15%) dashed 2px;
	padding: 9px 20px;
	background: #fff;
	margin-bottom: 40px;
	margin-top: 30px;
}

.gform_wrapper.gravity-theme .gform_validation_errors>ol {
	padding-inline-start: 15px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>ol li:before {
	display: none;
}



.mapBoxText>div {
	min-height: 500px;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
	align-items: flex-start !important;
	top: 13px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>ol li {
	line-height: normal !important;
}

.videoMain {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin: 0px auto;
}

.videoContainer {
	padding-top: 56.25%;
}

.videoContainer iframe {
	max-width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	right: 0;
}

/* Cookies Bar Css */
.cli-bar-message,
.cli-plugin-button,
.cli-plugin-button:visited {
	font-family: 'Conv_ApercuMono', Sans-Serif !important;
	font-weight: normal !important;
}

.cli-bar-message a {
	color: #FF0E21;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
	padding: 20px !important;
	font-family: 'Conv_ApercuMono', Sans-Serif !important;
	font-weight: normal;
}

.cli-bar-message {
	margin-bottom: 16px;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
	background: #FF0E21 !important
}

.cli-switch input:checked+.cli-slider {
	background: #FF0E21 !important
}

/* 404 page */
.errorCenter .container_1600 {
	padding: 100px 0;
}

.errormsg,
.svg-a {
	font-size: 24px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.errormsg {
	top: 90%;
}

.four {
	fill: none;
	fill-opacity: 1;
	stroke: #000000;
	stroke-width: 4.48801327;
	stroke-linecap: butt;
	stroke-linejoin: miter;
	stroke-miterlimit: 4;
	stroke-opacity: 1
}

.cube {
	fill: none;
	stroke: #000000;
	stroke-width: 6.50948906;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 4;
	stroke-opacity: 1
}

.four,
.cube {
	animation: drawf 5s forwards ease-out;
}

@keyframes drawf {
	to {
		stroke-dashoffset: 0;
	}
}

.color_anim {
	animation: color_a 4.5s infinite alternate;
}

@keyframes color_a {
	0% {
		stroke: #000000;
	}

	20% {
		stroke: #c41717;
	}

	40% {
		stroke: #a8871c;

	}

	60% {
		stroke: #15ba12;

	}

	80% {
		stroke: #1252ba;
	}

	100% {
		stroke: #b512af;
	}

}

.hang {
	animation: hang-a 6s infinite alternate;
}

@keyframes hang-a {
	0% {
		transform: translate(-50%, -50%) rotatez(0deg);
	}

	20% {
		transform: translate(-50%, -50%) rotatez(15deg);
	}

	40% {
		transform: translate(-50%, -50%) rotatez(0deg);
	}

	50% {
		transform: translate(-50%, -50%) rotatez(0deg);
	}

	80% {
		transform: translate(-50%, -50%) rotatez(-15deg);
	}

	90% {
		transform: translate(-50%, -50%) rotatez(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotatez(0deg);
	}
}

.me {
	margin: 0;
	font-weight: 600;
	color: #75787c;
}

.footerMenu ul li:before,
.logoslider ul li:before,
#menu ul li:before,
.followUs ul li:before,
.mapBoxText ul li::before {
	display: none;
}

.resWrap {
	width: 100%;
	overflow: auto;
}

.wt-cli-ckyes-brand-logo {
	display: none !important
}

/* Footer Css */
footer .container_1600 {
	max-width: 1340px;
}

footer .flexWrap>div {
	width: 20%;
	font-size: 15px;
	line-height: 25px;
	color: #AAA39C;
	padding-right: 14px;
}

.footerMenu ul li {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

.footerMenu ul li a {
	text-transform: inherit;
	color: #AAA39C;
	text-decoration: none;
}

.footerMenu ul li a:hover {
	color: #FF0E21
}

.footerMenu ul,
.followUs ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

.footerMenu .current-page-ancestor>a {
	color: #FF0E21;
}

.followUs ul {
	margin: 12px 0 0 0
}

.followUs ul svg {
	width: 24px;
	height: 24px;
}

.followUs ul li {
	margin: 0 8px 0 0;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}

.followUs a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.followUs a path {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.followUs a:hover path {
	fill: #000 !important;
}

.followUs li:last-child {
	display: none !important;
}

.addBox a {
	color: #AAA39C;
	text-decoration: none;
}

.addBox a:hover {
	color: #FF0E21;
}

.footerMenu {
	width: 18% !important;
}

.footerLogo {
	width: 26% !important;
	text-align: center;
}

.footerLogo a img {
	margin: 6px auto;
	display: inline-block;
}

.followUs {
	width: 16% !important;
}

.graphical a {
	color: #AAA39C;
	text-decoration: none;
}

.graphical a:hover {
	color: #FF0E21
}

.graphical {
	margin: 14px 0 0;
	line-height: 22px;
}

/* Common Css */
.btn {
	background: #FF0E21;
	color: #fff;
	padding: 9px 20px 8px 20px;
	text-decoration: none;
	font-size: 15px;
	line-height: 23px;
	display: inline-block;
	font-family: 'Conv_Circular-Std-Black';
	text-transform: uppercase;
}

.btn:hover {
	background: #000;
	color: #fff;
}

.alm-btn-wrap .alm-load-more-btn {
	font-size: 30px !important;
	font-weight: 500;
	color: #FF0E21 !important;
	box-shadow: 0 0px 0px rgb(0 0 0 / 4%) !important;
	background: none !important;
	font-family: 'Conv_Circular-Std-Black'
}

/* img[data-lazy-src]{opacity:0}
img.lazyloaded { -webkit-transition: opacity .5s linear 0.2s;-moz-transition: opacity .5s linear 0.2s; transition: opacity .5s linear 0.2s; opacity: 1;} */




/* Slick Slider */
.slick-dots li button[aria-label="1 of 1"] {
	display: none;
}

.Slider {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-next {
	background: url(./images/next.png) no-repeat center;
	background-size: 24px !important;
	width: 24px;
	height: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.slick-prev {
	background: url(./images/prev.png) no-repeat center;
	background-size: 24px !important;
	width: 24px;
	height: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.slick-next:before,
.slick-prev:before {
	display: none;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-arrow.slick-disabled {
	opacity: 0.5
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff;
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: calc(-0% - 90px);
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0px;
	z-index: 99;
}

[dir='rtl'] .slick-prev {
	right: 20px;
	left: auto;
}

.slick-prev:before {
	content: 'ï¿½ï¿½?';
}

[dir='rtl'] .slick-prev:before {
	content: 'â†’';
}

.slick-next {
	right: 0px;
	z-index: 99;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: 20px;
}

.slick-next:before {
	content: 'â†’';
}

[dir='rtl'] .slick-next:before {
	content: 'ï¿½ï¿½?';
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 44px !important;
	height: 44px;
	margin: 0 16px 0px !important;
	padding: 0 !important;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: 'â€¢';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
	background: #fff;
}


.KnowledgeHub .alm-reveal, .KnowledgeHub .alm-listing {
	margin: 0 -16px;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
	padding: 0;
	list-style: none;
}

.KnowledgeHub .col-4 {
	margin-bottom: 50px;
	position: relative;
}

.KnowledgeHub .col-4>div {
	height: 100%;
	padding-bottom: 110px;
	position: relative;
}

.KnowledgeHub .col-4 .Hubbox {
	padding: 50px 0;
	border-radius: 0px 0px 0 0
}

.KnowledgeHub .col-4 .Hubbox>div {
	margin: 0px 40px 100px;
	border-radius: 0px;
	font-size: 30px;
	letter-spacing: 0.35px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'Conv_Circular-Std-Black';
	padding: 10px 20px;
	border: #DC2A10 solid 1px;
	min-height: 200px;
	box-shadow: #DC2A10 3px 3px 0px;
}

.KnowledgeHub h5 a {
	color: #AAA39C;
	text-decoration: none;
}

.KnowledgeHub h5 a:hover {
	color: #FF0E21;
}

.KnowledgeHub .alm-item {
	margin-bottom: 68px;
	width: 33.33%;
}

.KnowledgeHub .col-4>div {
	margin: 0 20px;
	background: #fff;
	height: 100%;
	display: block;
}

.KnowledgeHub .col-4>div {
	text-decoration: none;
	border-radius: 0px 0px 0 0;
}

.KnowledgeHub h4 {
	color: #AAA39C;
	padding: 0 50px;
}

.KnowledgeHub .Hubdetails {
	padding: 26px 34px 0;
	font-size: 16px;
	line-height: 22px;
}

.Hubdetails p {
	padding-bottom: 0px;
}

.KnowledgeHub .Downloadlink span {
	display: block;
	padding: 0 34px;
	position: absolute;
	right: 0px;
	left: 0;
	cursor: pointer;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.KnowledgeHub .Downloadlink span.unlock svg {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.KnowledgeHub .Downloadlink span.open-popup svg path,
.KnowledgeHub .Downloadlink span.open-popup svg path:last-child {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.KnowledgeHub .Downloadlink span.open-popup:hover svg path {
	stroke: #000
}

.KnowledgeHub .Downloadlink span.open-popup:hover svg path:last-child {
	stroke: none !important;
	fill: #000 !important
}

.KnowledgeHub .Downloadlink span:hover {
	color: #000
}

.KnowledgeHub .Downloadlink span.unlock:hover svg {
	stroke: #000
}

.KnowledgeHub .Downloadlink span svg {
	height: 40px;
	width: auto;
	float: right;
	margin-top: -2px;
}

.KnowledgeHub .Downloadlink span.unlock {
	font-size: 0;
}

.KnowledgeHub .Downloadlink span a {
	font-size: 30px;
	letter-spacing: 0.35px;
	line-height: 40px;
	color: #FF0E21;
	text-decoration: none;
}

.KnowledgeHub .Downloadlink span a:hover,
.KnowledgeHub .Downloadlink span.unlock:hover a {
	color: #000;
}

.KnowledgeHub .Downloadlink span.unlock a {
	display: block;
}

#download-button {
	text-decoration: none;
}

.KnowledgeHub .Downloadlink {
	position: absolute;
	margin-top: 0;
	font-size: 30px;
	letter-spacing: 0.35px;
	line-height: 40px;
	color: #FF0E21;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	font-family: 'Conv_Circular-Std-Black';
	width: 100%;
	bottom: 30px;
	padding: 0 34px;
}

.KnowledgeHub .col-4:nth-child(3n+2) .imageHolder {
	right: -1px;
}

.KnowledgeHub .col-4 .box {
	overflow: hidden;
}

.KnowledgeHub .col-4 a img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.KnowledgeHub .col-4 a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.open-popup .locked {
	display: none;
}

.unlock .unlock {
	display: none;
}

.KnowledgeHub .alm-btn-wrap {
	padding: 10px 0 68px 0 !important
}

.form-popup-bg {
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #0000005c;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	overflow-y: auto;
	z-index: 10000;
}

.form-popup-bg.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 40px;
	color: #333;
}

.close-popup {
	background: none;
	color: #ff0e21;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 40px;
	line-height: 24px;
	cursor: pointer;
	padding: 4px;
}

.form-popup-bg:before {
	content: '';
	background-color: #000;
	opacity: 0.25;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

span#close-popup {
	position: absolute;
	right: 14px;
	top: 14px;
	background: #ff0000;
	width: 26px;
	height: 26px;
	line-height: 25px;
	font-size: 26px;
	text-align: center;
	color: #fff;
}

.form-container .gform_button.button {
	background: #FF0E21;
	border: #FF0E21 solid 1px !important;
	color: #fff !important;
	padding: 9px 20px 8px 20px;
	text-decoration: none;
	font-size: 15px;
	line-height: 23px;
	display: inline-block;
	font-family: 'Conv_Circular-Std-Black';
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	margin-bottom: 0 !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.form-container .gform_button.button:hover {
	background: #000 !important;
	border: #000 solid 1px !important;
}

.KnowledgeHub .alm-btn-wrap .alm-load-more-btn.loading:before {
	top: 12px;
	left: 13px;
	background: url(./images/newspinner.svg) no-repeat !important;
	background-size: 26px !important;
}

#popup-overlay .gfield_label {
	margin-bottom: 0 !important;
	font-weight: normal;
}

#popup-overlay .gfield_error [aria-invalid=true],
.gform_wrapper .gform_validation_errors {
	border: #ff0e21 solid 1px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
	line-height: normal;
}

#popup-overlay .gform_wrapper .gfield_error label {
	color: #ff0e21
}

.gform_wrapper .gform_validation_errors>h2,
.gform_wrapper .gform_validation_errors>h2 {
	color: #ff0e21 !important
}

.gform_button+.gform_ajax_spinner {
	width: 24px;
	margin: -2px 0 0 10px;
}

#popup-overlay input,
#popup-overlay select,
#popup-overlay textarea {
	color: #333;
	border: #333 solid 1px
}

#popup-overlay .gform_confirmation_message {
	padding: 20px 0 0;
	background: none;
	color: #79726B;
	text-align: left;
	margin: 0px auto;
}

#popup-overlay .gform_confirmation_message span {
	color: #ff0e21;
	display: block;
}

.followUs li:last-child {
	display: none !important;
}

.yellowCard .Hubbox {
	background: #FEFFD5 !important;
}

.KnowledgeHub .col-4.yellowCard .Hubbox>div {
	background: #FFFE8D !important;
}

.greenCard .Hubbox {
	background: #B2FFEA !important;
}

.KnowledgeHub .col-4.greenCard .Hubbox>div {
	background: #33FFC4 !important;
}

.blueCard .Hubbox {
	background: #BBFFFE !important;
}

.KnowledgeHub .col-4.blueCard .Hubbox>div {
	background: #4AFFFF !important;
}

.CTABox {
	background: #fff;
	padding: 40px;
	margin-top: 60px;
	margin-bottom: 60px;
	color: #FF0E21;
}

.CTABox h5 {
	margin-bottom: 0;
}

.CTABox a {
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.35px;
	font-family: 'Conv_Circular-Std-Black';
	text-decoration: none;
}

.KnowledgeHub button.alm-load-more-btn.more {
	background: #FF0E21 !important;
	color: #fff !important;
	border-radius: 0 !important;
	padding: 14px 23px 12px;
	height: auto !important;
	font-size: 24px !important;
}

.KnowledgeHub button.alm-load-more-btn.more.loading {
	padding-left: 50px !important;
}

.scrollHide {
	overflow: hidden;
}

#popup-overlay p.gform_required_legend {
	display: none;
}






/* Expert Hub css */
.topSec {
	margin: 70px 0;
}

.expertHub .alm-listing {
	margin: 0 -16px;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
	padding: 0;
	list-style: none;
	justify-content: center;
}

.expertHub .col-4 {
	margin-bottom: 80px;
	position: relative;
	height: auto;
	display: flex;
}

.expertHub .col-4>div {
	height: 100%;
	padding-bottom: 0px;
	position: relative;
	margin: 0 20px;
	background: #fff;
	display: block;
	text-decoration: none;
	border-radius: 0px;
}

.Hubimage {
	position: relative;
}

.Hubimage:before {
	content: "";
	display: block;
	padding-top: 64%;
}

.expertHub img {
	border-radius: 0;
	object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center';
	width: 100%;
	height: 100%;
}

.sectionTitle {
	background: #FF0E21;
	text-align: center;
	padding: 26px 0 20px 0
}

.sectionTitle h3 {
	color: #fff;
	letter-spacing: 0;
	margin: 0;
}

.postDetail p {
	line-height: normal;
}

.expertHub .postdate {
	background: #FF0E21;
	color: #fff;
	padding: 5px 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
}

.expertHub .postTitle {
	font-family: 'Conv_Circular-Std-Black';
	text-transform: uppercase;
	font-weight: normal;
	color: #79726B;
	font-size: 24px;
	margin: 0px 0 10px;
}

.expertHub .postDetail {
	padding: 26px 24px 120px;
}

.expertHub .postTitle a {
	color: #7B726A;
	text-decoration: none;
	display: inline-block;
}

.expertHub .postTitle a:hover {
	color: #FF0E21;
}

.expertHub .readingTime {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: absolute;
  bottom: 64px;
}

.readingTime svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.expertHub .Hublink {
	text-transform: uppercase;
	color: #fff;
	background: #ff0e21;
	padding: 7px 16px 6px 16px;
	font-family: 'Conv_Circular-Std-Black';
	text-decoration: none;
	border-radius: 10px;
	position: absolute;
	bottom: 30px;
	line-height: normal;
	font-size: 18px;
}

.expertHub .Hublink:hover {
	color: #fff;
	background: #000;
}

#featuredSlider {
	margin: 100px -20px;
}

#featuredSlider .flexWrap {
	visibility: hidden;
	opacity: 0
}

#featuredSlider .flexWrap.loaded {
	visibility: visible;
	opacity: 1
}

#featuredSlider img.lazyload,
#featuredSlider img.lazyloading {
	opacity: 0;
	transition: opacity .7s ease;
}

#featuredSlider img.lazyloaded {
	opacity: 1;
}

#featuredSlider .col-4 {
	margin-bottom: 0;
}

.expertHub .slick-dots {
	position: relative;
	margin-top: 80px;
}

.expertHub .slick-dots li {
	margin-bottom: 0 !important;
}

.expertHub .slick-dots li::before {
	display: none;
}

.expertHub .slick-dots li button {
	width: 28px;
	height: 28px;
	border-radius: 20px;
	background: transparent;
	border: #FF0E21 solid 2px;
}

.expertHub .slick-dots li.slick-active button {
	width: 28px;
	height: 28px;
	border-radius: 20px;
	background: #FF0E21;
	border: #FF0E21 solid 2px;
}


.expertHub .slick-track {
	display: flex !important;
	align-items: stretch;
	overflow: hidden;
}


.allStories .sectionTitle {
	margin-bottom: 60px;
}

.allStories .alm-layouts .alm-listing {
	margin: 0 -20px;
}



/* ============================================================
   NEWSLETTER
   ============================================================ */

.alm-listing.flexData {
	flex-wrap: wrap;
}

.newsletter {
	background-size: cover;
	background-position: center;
	flex: 0 0 100vw;
	max-width: 100vw;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	margin-bottom: 80px;
	position: relative;
	color: #fff;
	padding: 80px 0;
}

.newsletter-title {
	font-size: 80px;
	font-weight: 900;
	letter-spacing: .02em;
	margin-bottom: 16px;
	line-height: normal;
}

.newsletter-text {
	font-size: 25px;
	line-height: normal;
	margin-bottom: 16px;
	max-width: 750px;
}

.btn-subscribe {
	display: inline-block;
	background: #FF0E21;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: .06em;
	padding: 10px 20px;
	border-radius: 4px;
	transition: background .2s ease;
	text-transform: uppercase;
	text-decoration: none;
	min-width: 240px;
	font-family: 'Conv_Circular-Std-Black';
	text-align: center;
}

.btn-subscribe:hover {
	background: #000;
	color: #fff;

}

.knowledge-hub-single ul,
.knowledge-hub-single ol {
	margin-left: 20px;
}

.knowledge-hub-single .post-meta {
	text-align: center;
}

p.post-meta {
	background: #ff0e21;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.knowledge-hub-single .featured-image {
	position: relative;
}

.knowledge-hub-single .featured-image h1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
	padding: 0 44px;
	max-width: 1440px;
	margin: 0px auto;
	text-align: center;
	color: #fff;
}

.knowledge-hub-single .container_1600 {
	max-width: 1000px;
	width: 100%;
	padding: 60px 20px;
	margin: 0 auto;
}

.knowledge-hub-single .box {
	min-height: 450px;
}

.knowledge-hub-single .box:before {
	padding-top: 24%;
}

.knowledge-hub-single .box:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: hsl(0deg 0% 0% / 41%);
}

.back-to-list {
	text-align: center;
	margin: 40px 0 0;
}

.backtolist {
	text-transform: uppercase;
	color: #fff;
	background: #ff0e21;
	padding: 18px 20px 14px 20px;
	font-family: 'Conv_Circular-Std-Black';
	text-decoration: none;
	border-radius: 10px;
	margin: 0px auto;
	min-width: 250px;
	position: relative;
	display: inline-block;
	font-size: 25px;
	line-height: normal;
}

.backtolist:hover {
	background: #000;
	color: #fff;
}

.single-knowledge_hub #page-wrap {
	padding-top: 100px;
	background: #FDFDFD;
}



.single-knowledge_hub.admin-bar #page-wrap {
	padding-top: 68px;
	background: #FDFDFD;
}

.page-template-template-knowledge-hub-list.admin-bar #page-wrap {
	padding-top: 68px;
}



span.divider {
	margin: 0 10px;
}


.alm-filters-container .alm-filter li {
	margin: 0 0px 5px !important;
	list-style-type: none !important;
	display: inline-block !important;
}

.alm-filters-container .alm-filter li:before {
	display: none;
}

.filterHub {
	display: flex;
	text-align: center;
	width: 100%;
	justify-content: center;
	margin-bottom: 10px;
}

.alm-filters-container .alm-filter li div.alm-filter--link,
.resetFilter {
	display: inline-block !important;
	padding: 12px 20px 9px 20px !important;
	min-height: 24px;
	line-height: 1.45;
	font-size: 16px !important;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	color: #fff !important;
	cursor: pointer;
	background: #79726C;
	border-radius: 10px;
	height: fit-content;
	border: 0;
	font-family: 'Conv_Circular-Std-Black';
	letter-spacing: 1px;
	margin: 0 14px;
	min-width: 134px;
}

.alm-filters-container .alm-filter li div.alm-filter--link:hover,
.resetFilter:hover,
.alm-filters-container .alm-filter li div.alm-filter--link.active,
.resetFilter.active {
	color: #fff !important;
	background: #FF0E21;
}

.alm-filter.alm-filters--controls {
	display: none !important;
}

.alm-filters-container .alm-filter li div.alm-filter--link:before,
.alm-filters-container .alm-filter li div.alm-filter--link:after {
	display: none !important;
}

.alm-btn-wrap .alm-load-more-btn {
	color: #fff !important;
	background: #FF0E21 !important;
	padding: 12px 20px 10px !important;
	border-radius: 10px !important;
	height: auto !important;
	line-height: normal !important;
	margin-bottom: 60px !important;
}

section.postNotfound {
    text-align: center;
    padding: 100px 0;
}


/* Carousel */
.carousel{padding: 60px 0;}
.carousel .flexWrap{
	margin: 0 -20px;
}

.carousel li::before{display: none;}
.carousel .col-4 {
	margin-bottom: 40px;
	position: relative;
    height: auto;
    display: flex;
}

.carousel .col-4>div {
	height: 100%;
	padding-bottom: 0px;
	position: relative;
	margin: 0 20px;
	background: #fff;
	display: block;
	text-decoration: none;
	border-radius: 0px;
}

.carousel img {
    border-radius: 0;
    object-fit: cover;
    font-family: 'object-fit: cover';
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center';
    width: 100%;
    height: 100%;
	background: #d1d0ce;
}

.carousel .postdate {
	background: #FF0E21;
	color: #fff;
	padding: 5px 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
}

.carousel .postTitle {
	font-family: 'Conv_Circular-Std-Black';
	text-transform: uppercase;
	font-weight: normal;
	color: #79726B;
	font-size: 24px;
	margin: 0px 0 10px;
}

.carousel .postDetail {
	padding: 26px 24px 120px
}

.carousel .postTitle a {
	color: #7B726A;
	text-decoration: none;
	display: inline-block;
}

.carousel .postTitle a:hover {
	color: #FF0E21;
}

.carousel .readingTime {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: absolute;
  bottom: 64px;
}

.readingTime svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.carousel .Hublink {
	text-transform: uppercase;
	color: #fff;
	background: #ff0e21;
	padding: 7px 16px 6px 16px;
	font-family: 'Conv_Circular-Std-Black';
	text-decoration: none;
	border-radius: 10px;
	position: absolute;
	bottom: 30px;
	line-height: normal;
	font-size: 18px;
}

.carousel .Hublink:hover {
	color: #fff;
	background: #000;
}


.carousel .slick-dots {
	position: relative;
}

.carousel .slick-dots li {
	margin-bottom: 0 !important;
}

.carousel .slick-dots li::before {
	display: none;
}

.carousel .slick-dots li button {
	width: 28px;
	height: 28px;
	border-radius: 20px;
	background: transparent;
	border: #FF0E21 solid 2px;
}

.carousel .slick-dots li.slick-active button {
	width: 28px;
	height: 28px;
	border-radius: 20px;
	background: #FF0E21;
	border: #FF0E21 solid 2px;
}


.carousel .slick-track {
	display: flex !important;
	align-items: stretch;
	overflow: hidden;
	justify-content: center;
}


.shortlistBtn {
    font-size: 14px;
}

.shortlistBtn .button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: inline-flex;
    height: auto;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    align-items: center;
}

.shortlistBtn .button svg {
    height: 25px;
    width: auto;
	fill:#fff;
}

.featuredArticle .details {
    padding: 26px 24px 70px;
    color: #7B726A;
}


.featuredArticle .details h3 {
    margin: 5px 0;
    font-size: 22px;
    line-height: 1.2;
    font-family: "Conv_Circular-Std-Black";
    letter-spacing: -1px;
}

.featuredArticle .details h3 a{ text-decoration: none;}

.featuredArticle .buttons {
    position: absolute;
}

/* .featuredArticle .carousel .slick-track{float: left;} */

.promoRow{padding: 60px 0;}
.promoRow .flexWrap{
	align-items: center;
	margin: 0 -20px;
}
.promoRow .flexWrap .col-6{
	padding: 0 20px;
}

.promoRow .flexWrap .col-6:last-child *{
	max-width: 86%;
}

.promoRow .flexWrap .box {
	min-height: 440px;
}
.promoRow .flexWrap .box img{
    object-fit: cover;
    font-family: 'object-fit: cover';
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center';
    width: 100%;
    height: 100%;
}

.alm-filters-container .alm-filters--controls{display:none !important}

.featuredArticle{
	padding-top: 60px;
}
.featuredArticle h4 {
	text-align: center;
	margin-bottom:-10px;
	color: #AAA39C;
}
.promoRow h4 {
	text-align: left;
	margin-bottom:10px;
	color: #AAA39C;
}

/* Expert Hub css */