/* Jay Mewada CSS */
/* Chronicle Display fonts */
@font-face {
	font-family: "Chronicle Display";
	src: url("../fonts/chronicle-display/ChronicleDisplay-Roman.woff2") format("woff2"),
		url("../fonts/chronicle-display/ChronicleDisplay-Roman.woff") format("woff"),
		url("../fonts/chronicle-display/ChronicleDisplay-Roman.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Chronicle Display";
	src: url("../fonts/chronicle-display/ChronicleDisplay-LightItalic.woff2") format("woff2"),
		url("../fonts/chronicle-display/ChronicleDisplay-LightItalic.woff") format("woff"),
		url("../fonts/chronicle-display/ChronicleDisplay-LightItalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Chronicle Display Semi";
	src: url("../fonts/chronicle-display/ChronicleDisplay-Semi.woff2") format("woff2"),
		url("../fonts/chronicle-display/ChronicleDisplay-Semi.woff") format("woff"),
		url("../fonts/chronicle-display/ChronicleDisplay-Semi.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Chronicle Display";
	src: url("../fonts/chronicle-display/ChronicleDisplay-Black.woff2") format("woff2"),
		url("../fonts/chronicle-display/ChronicleDisplay-Black.woff") format("woff"),
		url("../fonts/chronicle-display/ChronicleDisplay-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* Cera Pro fonts */
@font-face {
	font-family: "Cera Pro";
	src: url("../fonts/cera-pro/CeraPro-BlackItalic.woff2") format("woff2"),
		url("../fonts/cera-pro/CeraPro-BlackItalic.woff") format("woff"),
		url("../fonts/cera-pro/CeraPro-BlackItalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Cera Pro";
	src: url("../fonts/cera-pro/CeraPro-Bold.woff2") format("woff2"),
		url("../fonts/cera-pro/CeraPro-Bold.woff") format("woff"),
		url("../fonts/cera-pro/CeraPro-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Cera Pro";
	src: url("../fonts/cera-pro/CeraPro-Light.woff2") format("woff2"),
		url("../fonts/cera-pro/CeraPro-Light.woff") format("woff"),
		url("../fonts/cera-pro/CeraPro-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Cera Pro";
	src: url("../fonts/cera-pro/CeraPro-Black.woff2") format("woff2"),
		url("../fonts/cera-pro/CeraPro-Black.woff") format("woff"),
		url("../fonts/cera-pro/CeraPro-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Cera Pro";
	src: url("../fonts/cera-pro/CeraPro-Italic.woff2") format("woff2"),
		url("../fonts/cera-pro/CeraPro-Italic.woff") format("woff"),
		url("../fonts/cera-pro/CeraPro-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Cera Pro";
	src: url("../fonts/cera-pro/CeraPro-Medium.woff2") format("woff2"),
		url("../fonts/cera-pro/CeraPro-Medium.woff") format("woff"),
		url("../fonts/cera-pro/CeraPro-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

:root {
	--primary-font: "Chronicle Display";
	--secondary-font: "Cera Pro";
	--font-primary: "Cera Pro";
	--font-secondary: "Chronicle Display";
	--section-bg-light: #ebebeb;
}

html {
	scroll-padding-top: 104px;

	scroll-behavior: smooth;
}

body {
	color: #000;
	font-weight: 400;
	font-family: var(--font-primary);
}
a:focus,
button:focus,
a:focus-visible,
button:focus-visible,
input {
	outline: none !important;
	box-shadow: none !important;
}

.gloabl-margin {
	margin: 30px 0px;
}

.font-secondary {
	font-family: var(--font-secondary) !important;
}

.font-primary {
	font-family: var(--font-primary) !important;
}

/* BOOTSTRAP OVERRIDES */
.form-control {
	min-height: 40px !important;
	border-radius: 5px !important;
	padding: 5.5px 15px !important;
}
.form-control-lg {
	font-size: 18px !important;
}

/* ALL BUTTONS */
.btn-white {
	border: none !important;
	color: #000 !important;
	border-radius: 5px !important;
	padding: 12px 17.5px !important;
	background-color: #fff !important;
}

.btn-white:hover {
	background-color: #d3d3d3 !important;
}

.btn--secondary:hover {
	text-decoration: none;
}
.nojq + .site-header {
	top: 0px;
}

.font-chronicle-display {
	font-family: "Chronicle Display" !important;
}

.font-cera-pro {
	font-family: "Cera Pro";
}

.remove-bottom-global-spacing .section-global-spacing {
	margin-bottom: 0 !important;
}

.remove-top-global-spacing .section-global-spacing {
	margin-top: 0 !important;
}
/* Site Header */
.site-header {
	padding: 20px 0;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: 0.5s ease;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.site-header.is-home {
	transition: 0.3s ease-in-out;
	position: fixed;
	background-color: transparent;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.site-header.is-home .wp-main-header li.menu-item-has-children > a::after {
	border-top: 1.75px solid #fff;
	border-right: 1.75px solid #fff;
}
.site-header.is-home.is-active {
	background: #fff;
	-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
	-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
}
.site-header.is-home.is-active .wp-main-header li.menu-item-has-children > a::after {
	border-top: 1.75px solid #000;
	border-right: 1.75px solid #000;
}

.header-content-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-content-wrapper img {
	/* max-width: 150px; */
	max-width: 200px;
}
.wp-main-header {
	padding-left: 0;
	margin-bottom: 0;
	display: inline;
	list-style: none;
}

.wp-main-header > li {
	display: inline;
	position: relative;
}

.wp-main-header > li:not(:nth-last-child(1)) {
	margin-right: 35px;
}

.wp-main-header li a {
	color: #000000;
	font-size: 14px;
	font-family: "Cera Pro";
	text-transform: uppercase;
}

.wp-main-header li.menu-item-has-children > a {
	padding-right: 20px;
}

.wp-main-header li.menu-item-has-children > a::after {
	width: 8px;
	content: "";
	height: 8px;
	right: 2.5px;
	display: block;
	position: absolute;
	top: calc(50% - 7.5px);
	transform: rotate(135deg);
	border-top: 1.75px solid #000;
	border-right: 1.75px solid #000;
	transition: .3s ease;
}

.wp-main-header li.menu-item-has-children a[aria-expanded="true"]::after{
	top: 13px;
	transform: rotate(315deg);

}

.wp-main-header li a {
	position: relative;
}

.wp-main-header .sub-menu {
	left: 0;
	margin: 0;
	opacity: 0;
	width: auto;
	z-index: 999;
	display: block;
	padding: 10px 5px;
	min-width: 150px;
	border-radius: 0;
	visibility: hidden;
	position: absolute;
	top: calc(100% + 7.5px);
	pointer-events: auto;
	transform: translate(0, 10px);
	/* background: #fafafa !important; */
	background: #fff !important;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16) !important;
	transition: opacity 0.4s ease-in, transform 0.4s ease-in, visibility 0.4s ease-in;
}

.wp-main-header .sub-menu li {
	margin: 5px 0 !important;
	display: block;
}

.wp-main-header .sub-menu li a {
	padding: 10px;
	line-height: 1;
	display: block;
	white-space: nowrap;
	color: #000 !important;
	transition: background-color 0.3s ease-in;
}

.wp-main-header .sub-menu li a:hover {
	background-color: #f3f0f0;
}

.wp-main-header li.active .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.site-header.is-home ul li a {
	color: #fff;
}
.site-header.is-home.is-active ul li a {
	color: #000;
}
/* Site Header */

/* Site footer */
.site-footer {
	color: #fff;
	font-family: "Cera Pro";
	background-color: #19282b;
}

.site-footer hr {
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 25px;
}

.site-footer ul.nav,
.site-footer ul li.menu-item {
	display: block;
}

.site-footer ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-left: 0;
}

.site-footer ul:not(.social-media-list) li:not(:last-child) {
	margin-bottom: 5px;
}

.site-footer ul li a,
.site-footer a {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
}

.site-footer h6 {
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.social-media-list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-media-list li {
	margin: 7.5px;
}

.social-media-list li a {
	display: inline-block;
}

.footer-logo-wrapper {
	padding: 20px 0px 60px 0px;
}

.footer-otherlink,
.footer-copyrights {
	margin-bottom: 0;
	font-size: 14px !important;
}

.backdrop {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 61%);
	position: fixed;
}
/* Site footer */

.section-home-video-landing {
	position: relative;
	min-height: 675px;
	margin-bottom: -7.5px;
}

.section-home-video-landing::before {
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 100%;
	display: block;
	position: absolute;
	max-height: calc(100% - 7px);
	background-color: rgba(0, 0, 0, 0.5);
}

.section-home-video-landing .content-wrapper {
	left: 0;
	top: 50%;
	z-index: 11;
	padding: 20px;
	max-width: 1140px;
	position: absolute;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity .5s ease;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.section-header-dark,
.section-header-light {
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	margin-bottom: 55px;
	padding: 60px 0px 5px 0px;
	justify-content: space-between;
}

.section-header-light {
	color: #fff;
	border-bottom: 1px solid #707070;
}
.section-header-light a {
	color: #ffff !important;
}

.section-header-dark {
	border-bottom: 1px solid #d3d3d3;
}

.section-header-inline-dark,
.section-header-inline-light {
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	margin-bottom: 55px;
	padding: 60px 0px 5px 0px;
	justify-content: space-between;
}

.section-header-dark header,
.section-header-light header,
.section-header-inline-dark header,
.section-header-inline-light header {
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
	padding-right: 30px;
	text-transform: uppercase;
	font-family: var(--secondary-font);
}

.section-header-inline-dark header {
	color: #000;
}

.section-header-inline-light header {
	color: #fff;
}

.section-header-inline-dark::after,
.section-header-inline-light::after {
	content: "";
	height: 1px;
	width: 100%;
	display: inline-block;
}

.section-header-inline-dark::after {
	background-color: #d3d3d3;
}

.section-header-inline-light::after {
	background-color: #707070;
}

.section-header {
	word-break: break-word;
}

@media (max-width: 767px) {
	.section-header-inline-dark,
	.section-header-inline-light {
		margin-bottom: 40px;
	}
}

.section-header-dark a,
.section-header-light a {
	color: #000;
	font-size: 14px;
	font-family: var(--secondary-font);
	font-weight: 500;
	text-transform: uppercase;
}

.section-header-dark a::after,
.section-header-light a::after {
	content: ">";
	padding-left: 5px;
	display: inline-block;
}

/* Toggler button menu icon */
.btn-nav-toggler:focus,
.btn-nav-toggler:focus-visible {
	outline: none;
}

.btn-nav-toggler {
	display: none;
	padding: 0px;
	width: 25px;
	height: 20px;
	border: none;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.btn-nav-toggler span {
	width: 100%;
	height: 3px;
	right: 0;
	border-radius: 10px;
	background: #000;
	display: inline-block;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.btn-nav-toggler span:nth-child(1) {
	top: 0;
}

.btn-nav-toggler span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.btn-nav-toggler span:nth-child(3) {
	bottom: 0;
}

.btn-nav-toggler.is-active span:nth-child(1) {
	top: calc(50% - 1.45px);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-nav-toggler.is-active span:nth-child(2) {
	opacity: 0;
	right: -60px;
	overflow: hidden;
}

.btn-nav-toggler.is-active span:nth-child(3) {
	bottom: calc(50% - 1.45px);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Toggler button menu icon */

.section-global-spacing {
	margin: 30px 0;
}

/* 01 HOME LANDING SECTION */

.section-home-video-landing .desc-14,
.section-home-video-landing .description p,
.section-home-landing .description {
	opacity: 0.8;
	font-family: var(--font-secondary);
}
/* 02 HOME OUR BRANDS SECTION */
.section-our-brands {
	color: #fff;
	min-height: 100vh;
	position: relative;
}
.section-our-brands .content {
	background-size: cover !important;
	height: 100vh;
}

.section-our-brands .content::before {
	top: 0;
	left: 0;
	content: "";
	z-index: 1;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}
.section-our-brands .content .container {
	position: relative;
	z-index: 2;
}
.our-brands-wrapper {
	left: 50%;
	width: 100%;
	bottom: 25px;
	z-index: 2;
	max-width: 1140px;
	position: absolute;
	transform: translateX(-50%);
}
.our-brands-wrapper h5 {
	font-size: 14px;
	font-family: var(--secondary-font);
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	display: none;
}

/* O3 WORK WITH US SECTION */
.section-work-with-us .section-header-dark {
	padding-top: 20px;
}

.wwu-row .col-6:nth-child(odd) {
	padding-right: 7.5px;
}

.wwu-row .col-6:nth-child(even) {
	padding-left: 7.5px;
}

.wwu-row .col-6:last-child .numeric-content-box {
	display: flex;
	padding: 15px;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-style: italic;
}

@media (min-width: 992px) {
	.wwu-row .col-6:last-child .numeric-content-box {
		padding: 35px;
	}
}

.wwu-row .col-6:last-child .numeric-content-box p {
	display: none;
}

@media (max-width: 576px) {
	.section-our-brands {
		background: url("../img/backgrounds/section-bg-our-brands-mobile.png") no-repeat center center !important;
		background-size: cover !important;
	}

	.section-our-brands::before {
		background-color: rgba(0, 0, 0, 0.75);
	}
	.wwu-row .col-6:nth-child(odd) {
		padding-right: 7.5px;
		padding-left: 7.5px;
	}

	.wwu-row .col-6:nth-child(even) {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
}

@media (max-width: 767px) {
	.section-clients-home,
	.vertical-content-home,
	.section-insights-home {
		padding-top: 20px;
	}
}

.numeric-content-box {
	position: relative;
	margin-bottom: 15px;
	padding: 10% 10% 50% 10%;
	background-color: #d3d3d3;
	border: 1px solid #fafafa;
	min-height: 299px;
	overflow: hidden;
	background-size: cover !important;
	transition: 0.5s ease;
}
.numeric-content-box:hover {
	transform: scale(1.03);
}

.numeric-content-box span {
	display: block;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 5px;
	color: #fff;
	font-family: var(--font-secondary);
}

.numeric-content-box h3 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
	font-weight: 400;
	font-family: var(--font-secondary);
}

.numeric-content-box p {
	left: 50%;
	bottom: 10%;
	margin-bottom: 0;
	position: absolute;
	font-family: var(--secondary-font);
	width: calc(100% - 20%);
	transform: translateX(-50%);
	color: #fff;
}

.numeric-box-row .col-6:nth-last-of-type(1) .numeric-content-box {
	padding: 10%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.section-clients {
	background-color: #ebebeb;
	padding-bottom: 15px;
}

.client-logo-wrapper {
	display: flex;
	min-height: 113px;
	margin-bottom: 50px;
	align-items: center;
	justify-content: center;
}

.vertical-content-card {
	margin-bottom: 60px;
}
.vertical-content-card h5 {
	font-size: 24px;
	margin-bottom: 20px;
	height: 55px;
	font-family: var(--font-secondary);
}

.non-style-heading a{
	display: inherit !important;
    font-size: inherit !important;
    text-transform: none !important;
    font-family: inherit !important;
	color: inherit !important;
}

.vertical-content-card p {
	font-size: 14px;
	font-family: var(--secondary-font);
	line-height: 24px;
	margin-bottom: 35px;
}

.vertical-content-card p:empty {
	display: none;
}

.vertical-content-card a {
	color: #000;
	display: table;
	font-size: 16px;
	text-transform: uppercase;
	font-family: var(--secondary-font);
}

.section-about-us {
	color: #fff;
	position: relative;
	background-color: #000;
}

.section-insights {
	margin: 30px 0;
	padding-bottom: 60px;
	background-color: #ebebeb;
}

.section-contact-form,
.section-connect-us {
	color: #fff;
	background-color: #000;
}

.section-title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: var(--secondary-font);
}

.section-header {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	max-width: 675px;
	margin-bottom: 25px;
	font-family: var(--font-secondary);
}

.description {
	color: #010101;
	font-size: 18px;
	max-width: 420px;
	margin-bottom: 25px;
}

.master-class-wrapper .our-solution-content .description{
	color: #fff !important;
}

.description p {
	font-size: 18px;
	max-width: 420px;
	margin-bottom: 25px;
}

.desc-14,
.desc-16,
.desc-18 {
	opacity: 0.95;
	line-height: 24px;
	font-family: "Cera Pro";
}

.desc-14 {
	font-size: 14px;
}

.desc-16 {
	font-size: 16px;
}

.desc-18 {
	font-size: 18px;
}

@media (min-width: 767px) {
	.desc-md-14 {
		font-size: 14px !important;
	}

	.desc-md-16 {
		font-size: 16px !important;
	}

	.desc-md-18 {
		font-size: 18px !important;
	}
}

.btn-site-primary,
.btn--primary {
	font-size: 14px;
	padding: 10px 15px;
	font-weight: bold;
	border-radius: 5px;
	background: #fff;
	display: inline-block;
	color: #000 !important;
	cursor: pointer;
	text-transform: uppercase;
	font-family: var(--secondary-font);
	transition: background 0.3s ease, background-color 0.3s ease;
}

.btn-site-primary:hover {
	text-decoration: none;
}

.btn--primary {
	min-width: 120px;
	text-align: center;
}

.btn--secondary {
	font-size: 14px;
	padding: 10px 15px;
	background: #000;
	border-radius: 5px;
	min-width: 120px;
	text-align: center;
	display: inline-block;
	color: #fff !important;
	font-family: "Cera Pro";
	text-transform: uppercase;
}

.content-wrapper {
	display: flex;
	padding: 100px 0;
	justify-content: flex-start;
	align-items: center;
	/* min-height: calc(100vh - 107.08px); */
	/* min-height: calc(100vh - 175px); */
	position: relative;
}

.content-wrapper.masterclass-content-wrapper{
	opacity: 1;
	padding-left: 218px; 
}

.section-about-us-home .content-wrapper{
	/* padding: 0;
	min-height: calc(100vh - 175px); */
	padding: 2rem 0rem;
}

.section-our-brands .content-wrapper {
	/* min-height: calc(100vh - 107.08px); */
}

@media (max-width:767px) {
	.section-about-us-home .content-wrapper{
		padding: 1rem 0rem;
	}

	.content-wrapper{
		padding: 50px 0;
	}

	.content-wrapper.masterclass-content-wrapper{
		opacity: 1;
		padding-left: 20px; 
	}
}

.image-wrapper {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.section-vertical-content {
	background: #ebebeb;
}

.section-header.section-header-lg {
	max-width: 630px;
}
.count-wrapper {
	/* position: absolute;
	bottom: 84px; */
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-top: 5rem;
}
.count-wrapper::after {
	content: "";
	width: 100%;
	height: 0.2px;
	background: #ffffff61;
	display: block;
	position: absolute;
	top: 40%;
}
.count-wrapper h6 {
	/* top: 3px; */
	top: 0px;
	font-family: var(--secondary-font);
	font-size: 40px;
	color: #fff;
	padding-left: 45px;
	position: relative;
}
.count-wrapper h6::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 60%;
}
.content-wrapper li:last-of-type {
	display: none;
}
.count-wrapper p {
	font-family: var(--secondary-font);
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	padding-left: 45px;
}
.section-insights a:hover {
	text-decoration: none;
}

.article-content-wrapper {
	padding: 0 15px;
}
.article-content-wrapper h5 {
	font-size: 25px;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	word-break: break-word;
	text-overflow: ellipsis;
	text-transform: capitalize;
	-webkit-box-orient: vertical;
	font-family: var(--font-secondary);
}
.article-content-wrapper h6 {
	font-size: 22px;
	text-align: center;
	font-family: var(--font-secondary);
	color: #000;
	margin-bottom: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	word-break: break-word;
	text-overflow: ellipsis;
	text-transform: capitalize;
	-webkit-box-orient: vertical;
}

.article-content-wrapper .category {
	font-family: var(--secondary-font);
	font-size: 14px;
	text-align: center;
	color: #000;
	margin: 15px 0px 10px 0px;
}
.article-img-wrapper {
	background: #fafafa;
}
@media (max-width: 768px) {
	.article-img-wrapper {
		height: 230px !important;
	}
}
.article-img-wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.section-contact-form input,
.section-contact-form select,
.section-contact-form textarea {
	padding: 10px 16px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #fff;
	font-size: 18px;
	font-family: var(--secondary-font);
	border: none;
}
.section-contact-form select {
	padding: 0px 16px;
	color: #000 !important;
}

.master-class-wrapper .section-contact-form select { 
	color: #fff !important;
}

.master-class-wrapper .section-contact-form select option{
	color: #000 !important;
}

.section-contact-form input::placeholder,
.section-contact-form textarea::placeholder {
	color: #fff;
}

.section-contact-form .form-control:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	border-color: transparent;
	outline: none;
	box-shadow: none;
}

.section-contact-form .btn-light {
	color: #fff;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	font-family: var(--secondary-font);
}

.btn-light:hover,
.btn--primary:hover,
.btn-site-primary:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.7);
}

.section-contact-form {
	margin-bottom: 0 !important;
}

.footer-logo-wrapper img {
		/* max-width: 150px; */
	max-width: 200px; 
}

.footer-clients-logo {
	background: #000;
	padding: 5px 0px;
}
.footer-clients-logo-wrapper {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

.footer-clients-logo-wrapper img {
	max-width: 100px;
}

@media (max-width: 576px) {
	.footer-clients-logo-wrapper img {
		max-width: 90px;
	}
}

.section-about-us .content-wrapper {
	padding-top: 90px;
	/* padding-bottom: 210px; */
	padding-bottom: 80px;
	min-height: auto;
	padding-top: 30px;
}

/* CLIENT SECTIONS */

.section-connect-us {
	margin: 30px 0px 0px 0px;
}
.section-connect-us .image-wrapper {
	padding-bottom: 50px;
}
.connecting-cards {
	margin: 0 auto;
	max-width: 300px;
	border-radius: 5px;
	padding: 50px 30px;
	margin-bottom: 30px;
	color: #000 !important;
	background: rgba(255, 255, 255, 0.5);
	min-height: 370px;
	position: relative;
}
.connecting-cards .btn-site-primary {
	cursor: pointer;
	position: absolute;
	bottom: 50px;
	left: 30px;
}

.connecting-cards h4 {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 25px;
	font-family: "Chronicle Display";
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.connecting-cards p {
	opacity: 0.75;
	line-height: 24px;
	font-family: "Cera Pro";
	margin-bottom: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.connecting-cards p:empty {
	display: none;
}
.post,
.page {
	margin: 0;
}

.section-header-brand {
	max-width: 400px;
}
.section-brands {
	margin: 60px 0px;
}

.brand-logo-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.164);
	margin: 10px 0px;
	padding: 15px;
	transition: 0.3s ease-in-out;
}

.brand-logo-wrapper:hover {
	transform: scale(1.1);
}

.service-page-description {
	font-size: 14px;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px;
}

.service-page-description p {
	font-size: 14px;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px;
}

.admin-bar .site-header .mobile-sidebar-wrapper {
	padding: 15px;
}

#menu-header-main-menu>li{
	padding-bottom: 15px;

}

/* JOIN US PAGE  */

.section-landing-banner {
	/* min-height: 700px; */
	position: relative;
	padding: 0px 0 50px 0;
	background-color: #d3d3d3;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.section-landing-banner::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	content: "";
	opacity: 0.75;
	display: block;
	position: absolute;
	background-color: #1d0d01;
}

.section-landing-banner > div {
	z-index: 1;
	position: relative;
}

.section-landing-banner.banner-light {
	color: #fff;
}

.feature-icon-box-wrapper {
	margin: 0 auto;
	max-width: 1375px;
	padding: 50px 15px 25px 15px;
}
.feature-icon-box {
	margin-bottom: 30px;
	text-align: center;
}

.feature-icon-box img {
	max-width: 80%;
	margin: 0 auto;
	display: table;
}

.feature-icon-box p {
	font-size: 14px;
	margin: 15px 0 0 0;
	text-align: center;
	font-family: "Cera Pro";
}

.section-team {
	margin-bottom: 30px;
	padding-bottom: 90px;
	background-color: var(--section-bg-light);
}

.team-member-slider {
	display: grid;
	grid-gap: 30px 15px;
	grid-template-columns: 25% 25% 25% 25%;
}

.team-member-card {
	overflow: hidden;
	border-radius: 5px;
	background-color: #1d0d01;
}

.team-member-img {
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
}

.team-member-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.team-member-content {
	color: #fff;
	/* min-height: 160px; */
	text-align: center;
	border-radius: 0 0 5px 5px;
	background-color: #1d0d01;
	padding: 20px 15px 15px 15px;
}

.team-member-content h4 {
	font-family: var(--font-secondary);
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	/* height: 55px; */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.team-member-content p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 24px;
	font-family: "Cera Pro";
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 45px;
}

.section-work-cta {
	color: #fff;
	padding: 100px 0 75px 0;
	background-color: #000;
}

.section-work-cta p:empty {
	margin: 0;
	display: none;
}

.section-travell-program {
	padding-bottom: 75px;
	background-color: var(--section-bg-light);
}

.section-travell-program .section-header {
	font-size: 30px;
}

.section-travell-program ul,
.section-travell-program ol {
	margin: 0 0 30px 0;
	padding-left: 15px;
}

@media (max-width: 767px) {
	.section-travell-program .section-header,
	.section-work-cta .section-header {
		font-size: 22px;
	}
}

/* FEATURED JOBS */
.section-featured-jobs {
	padding: 30px 0 90px 0;
}

.featured-jobs-slider {
	margin: 0 -15px;
}

.jobs-card {
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 15px;
	text-align: center;
	position: relative;
	border-radius: 5px;
	height: 100%;
	max-width: calc(100% - 30px);
}

.jobs-card::before {
	top: 0;
	left: 0;
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	display: block;
	position: absolute;
	background-color: #1d0d01;
}

.jobs-card > div {
	z-index: 2;
	position: relative;
}

.jobs-card h5 {
	font-size: 24px;
	margin-bottom: 30px;
	font-family: "Chronicle Display";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	height: 55px;
	-webkit-box-orient: vertical;
}

.jobs-card p {
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* TRAVELL PROGRAM SECTION */

.program-video {
	display: block;
	overflow: hidden;
	position: relative;
}

.program-video img {
	transition: transform 0.5s ease;
}

.program-video:hover img {
	transform: scale(1.1);
}

.program-video::before {
	top: 0;
	left: 0;
	content: "";
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	display: block;
	position: absolute;
	background-color: #1d0d01;
}

.program-video::after {
	width: 0;
	height: 0;
	z-index: 2;
	content: "";
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	border-left: 35px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.section-ig {
	margin: 30px 0;
	padding-bottom: 40px;
	background-color: var(--section-bg-light);
}

.ig-img-container {
	margin-bottom: 30px;
}

/* JOIN US PAGE ENDS */

/* ABOUT US PAGE */

.section-about-landing {
	color: #fff;
	min-height: 600px;
	position: relative;
	padding: 150px 0 100px 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.section-about-landing::before {
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.75;
	display: block;
	position: absolute;
	background-color: #1d0d01;
}

.section-about-burda h2 {
	font-size: 40px;
	margin-bottom: 30px;
	font-family: var(--font-secondary);
}

.burda-investment-link {
	font-size: 18px;
	color: #1d0d01;
	font-family: var(--font-secondary);
}

@media (max-width: 767px) {
	.burda-investment-link {
		text-align: center;
	}
}

.section-about-burda a {
	color: #000;
	opacity: 0.95;
	text-decoration: underline;
}

.section-about-burda img {
	margin-bottom: 15px;
}

.section-our-reach {
	padding-bottom: 60px;
	background-color: var(--section-bg-light);
}

.content-reach-list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.content-reach-list li {
	margin-bottom: 18px;
	border-bottom: 1px solid #d3d3d3;
}

/* .content-reach-list li:nth-last-child(1),
.content-reach-list li:nth-last-child(2),
.content-reach-list li:nth-last-child(3) {
	display: none;
} */

.reach-box h6 {
	font-size: 40px;
	margin-bottom: 0;
	font-family: "Cera Pro";
}

.reach-box p:nth-child(1) {
	margin-bottom: 0;
	text-transform: uppercase;
}

.reach-box p:nth-child(2) {
	margin-bottom: 15px;
}

.bottom-reach-list {
	display: flex;
	padding-left: 0;
	list-style: none;
	margin: 150px 0 0 0;
	justify-content: space-around;
}

.bottom-reach-list h6 {
	font-size: 56px;
}

/* ABOUT US PAGE ENDS */

/* ADVERTISE WITH US START */
.section-advertise-with-us-landing {
	color: #fff;
	min-height: 500px;
	position: relative;
	padding: 200px 0 100px 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.section-advertise-with-us-landing::before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.75;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
}

.section-our-solution {
	padding: 60px 0;
	position: relative;
	margin: 60px 0 30px 0;
	background-size: cover !important;
}
.section-our-solution .btn-contact {
	display: inline-block;
	background: #1d0d01;
	border-radius: 5px;
	font-size: 18px;
	font-family: var(--font-secondary);
	color: #fff;
	padding: 12px 60px 12px 20px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}
.section-our-solution .btn-contact::after {
	content: ">";
	position: absolute;
	display: block;
	top: 50%;
	right: 10%;
	font-size: 25px;
	transform: translateY(-50%);
}

.section-our-solution::before {
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
}

.our-solution-content {
	top: 155px;
	position: sticky;
}

.section-our-solution .description {
	color: #fff;
	font-family: var(--font-secondary);
}

@media (max-width: 767px) {
	.section-our-solution {
		margin: 30px 0;
		padding: 30px 0 60px 0;
	}
}
/* ADVERTISE WITH US ENDS */

/* 03 DIGITAL SECTION */
.section-awards .nav-link::before,
.section-digital .nav-link::before {
	top: 50%;
	right: 0;
	width: 25px;
	content: "";
	height: 30px;
	position: absolute;
	transform: translateY(-50%);
	background: url("../img/icons/arrow-right.svg");
}
/* 03 DIGITAL SECTION */

/* Landing section */
.section-global-landing {
	color: #fff;
	min-height: 600px;
	position: relative;
	padding: 150px 0 100px 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.section-global-landing::before {
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.75;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 1);
}

/* Load More Button */

.btn--load-more {
	display: table;
	margin: 0 auto;
	font-size: 16px;
	margin-top: 30px;
	position: relative;
	cursor: pointer;
	border: none !important;
	color: #ffffff !important;
	border-radius: 5px !important;
	padding: 12px 50px 12px 15px !important;
	background-size: 15px !important;
	background: #1d0d01 url("../img/icons/dropdown-arrow.svg") no-repeat calc(100% - 15px) center !important;
}
/* .btn--load-more::after {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	
	background-size: contain;
	top: 50%;
	right: 8%;
	transform: translateY(-50%);
} */

/* ADVERTISE WITH US PAGE */
.section-media-channel {
	margin-bottom: 30px;
	padding-bottom: 60px;
	background-color: var(--section-bg-light);
}

.section-media-channel .section-header-dark {
	margin-bottom: 100px;
}

.media-channel-card {
	display: block;
	color: #1d0d01;
	margin-bottom: 30px;
}

.media-channel-card h5 {
	font-size: 24px;
	color: #1d0d01;
	margin-bottom: 25px;
	font-family: var(--font-secondary);

	height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.vertical-content-card h5 {
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	height: 58px;
	max-height: 70px;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.media-channel-card p,
.vertical-content-card p {
	font-size: 14px;
	color: #1d0d01;
	line-height: 24px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	max-height: 145px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	opacity: .8;
}

.media-channel-card span {
	color: #1d0d01;
}

.media-channel-card:hover {
	text-decoration: none;
}

@media (max-width: 992px) {
	.section-media-channel {
		padding-bottom: 30px;
	}
	.section-media-channel .section-header-dark {
		margin-bottom: 50px;
	}
	.media-channel-card {
		padding-bottom: 30px;
		border-bottom: 1px solid #d3d3d3;
	}

	.media-channel-card h5 {
		font-size: 20px;
		margin-bottom: 24px;
	}

	.media-channel-card span {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.section-media-channel .col-md-6:last-child .media-channel-card {
		border: none;
		margin-bottom: 0;
	}
}

.section-advertisement-reach svg {
	height: auto;
	max-width: 100%;
}

.grid-listing {
	width: 100%;
	display: grid;
	grid-gap: 15px;
	max-width: 615px;
	margin: 0 auto;
	grid-template-columns: auto auto;
}

.grid-listing-item {
	display: block;
	border-radius: 0 !important;
	margin-bottom: 15px;
}

.grid-listing-item h3 {
	font-size: 24px;
	margin-bottom: 30px;
	font-family: var(--font-secondary);
}


.grid-listing-item p {
	position: absolute;
	top: 48%;
	max-width: calc(100% - 60px);
	margin: 0 auto;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.augment-ourexpertise-section .grid-listing-item p{
	position: relative;
	top: 0;
	max-width: 100%;
}

.grid-listing-item-dark {
	color: #000;
	transition: 0.5s ease;
	background-color: #fff;
	border: 2px solid transparent;
}

.grid-listing-item-dark:hover {
	color: #fff;
	transform: scale(1.03);
	border: 2px solid #fff;
	background-color: rgba(0, 0, 0, 0.5);
}

.grid-listing-item-light,
.grid-listing-item-dark:hover h3,
.grid-listing-item-dark:hover p {
	color: #fff;
}

.grid-listing-item h3,
.grid-listing-item-dark h3,
.grid-listing-item-light h3{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.grid-listing-item-dark h3,
.grid-listing-item-dark p {
	color: #000;
}

.grid-listing-item {
	padding: 30px;
	cursor: pointer;
	min-height: 250px;
}

.master-class-wrapper .grid-listing-item {
	padding: 20px; 
}

.grid-listing-item:hover {
	text-decoration: none;
}

.grid-listing-details-modal .modal-header {
	border-bottom: none;
	padding: 35px 30px 0 30px;
}

.grid-listing-details-modal .modal-title {
	line-height: 1;
	font-size: 18px;
	text-transform: uppercase;
}

.grid-listing-details-modal .modal-body {
	padding: 15px 30px 30px 30px;
}

.grid-listing-details-modal header {
	font-size: 40px;
	margin-bottom: 10px;
	font-family: var(--font-secondary);
}

.grid-listing-details-modal p {
	max-width: 500px;
}

.single-modal-brand-box {
	text-align: center;
}
.modal-brand-box h5 {
	color: #000;
}

.box-img{
	text-align: center;
}

.box-img img{
	max-width: 120px;
    margin: 0 auto;
    text-align: center;
    height: auto;
}

.masterclass-content-wrapper .box-img{
	text-align: left;
}

.masterclass-content-wrapper .box-img img{
	max-width: 220px;
	/* temp-style */
	filter: invert(1);
}

.section-masterclass-event a.grid-listing-item-dark:hover .box-img img{
	filter: invert(1);
}

.calender-img-box{
	position: relative;
	padding-top: calc(9 / 16 * 92%);
}

.calender-img-box img{
	width: 100%;
}

.view-on-desktop{
	display: block;
}

.view-on-mobile{
	display: none;
}

.calender-img-box img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 992px) {
	.our-solution-content {
		position: static;
	}
}

@media (max-width: 767px) {
	.calender-img-box{
		position: relative;
		padding-top: calc(16 / 9 * 92%);
	}

	.view-on-desktop{
		display: none;
	}
	
	.view-on-mobile{
		display: block;
	}

	.grid-listing-item {
		padding: 20px;
		min-height: auto;
	}

	.master-class-wrapper .grid-listing-item {
		padding: 15px;
	}

	.grid-listing-item h3 {
		margin-bottom: 0;
	}

	.grid-listing-item p {
		display: none;
	}
}

/* ADVERTISE WITH US PAGE ENDS */

/* OUR INSIGHTS START */
.section-insights-landing {
	padding: 50px 0px 30px 0;
}

.section-insights-landing .img-logo-wrapper {
	max-width: 300px;
	margin: 0px auto 10px auto;
}

.section-insights-landing h2 {
	font-size: 40px;
	font-family: var(--font-secondary);
	text-align: center;
	margin-bottom: 0;
}

/* insights tabs  */
.section-insights-tabs {
	padding-bottom: 30px;
}

.insights-tabs-wrapper .nav-link {
	padding: 10px 17px;
	font-size: 18px;
	white-space: nowrap;
	display: inline-block;
	color: #000000;
	/* transition: .3s ease-in-out; */
	border: none;
	border-radius: 0;
	text-transform: uppercase;
}

.insights-tabs-wrapper .nav-link.active,
.insights-tabs-wrapper .nav-link:hover {
	background: #1d0d01;
	color: #ffffff;
	border: none;
	border-radius: 0;
}

.insights-tabs-wrapper .nav-tabs{
	width: 100%;
	overflow-x: auto;
	flex-wrap: nowrap;
	overflow-y: hidden;
	margin: 0 0 50px 0;
	display: inline-flex;
}

.insights-tabs-wrapper .nav-tabs li,
.insights-tabs-wrapper .nav-tabs .nav-item {
	display: inline;
	margin-bottom: 0;
}


.insights-trendings {
	top: 120px;
	position: sticky;
	padding: 30px;
	background: #ebebeb;
}

.insights-trendings ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.insights-trendings h5 {
	font-size: 24px;
	font-family: var(--font-secondary);
	color: #1d0d01;
	margin-bottom: 35px;
	text-align: center;
}

.insights-trendings ul a {
	display: flex;
	justify-content: space-between;
}

.insights-trendings ul li:not(:last-child) a {
	border-bottom: 1px solid #20110538;
	padding-bottom: 18px;
	margin-bottom: 15px;
}

a:hover {
	text-decoration: none;
}

.insights-trendings p {
	font-size: 16px;
	display: block;
	font-family: var(--font-secondary);
	color: #010101;
	margin-bottom: 0;
	max-width: 196px;
}

.insights-trendings .number {
	font-size: 24px;
	font-family: var(--font-secondary);
	display: block;
	color: #1d0d01;
	margin-right: 25px;
	margin-bottom: 0;
}

.insights-featured-blogs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/* flex-direction: column-reverse; */
	/* justify-content: center; */
	/* margin-bottom: 60px; */
}

.play-video-link{
	right: 5%;
    bottom: 5%;
    z-index: 99;
    position: absolute;
}

.play-video-link svg{
	height: auto;
    width: 60px;
}

@media(min-width:767px){
	.insights-featured-blogs{
		min-height: 400px;
	}

	.insights-tabs-wrapper .nav-tabs{
		margin: 0 0 5px 0;
	}
}

.insights-featured-blogs .img-wrapper {
	width: 100%;
	height: auto;
}
.insights-featured-blogs .img-wrapper img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.insights-featured-blogs .insights-content {
	/* position: absolute; */
	padding: 20px 0;
	/* background: #00000078; */
	/* bottom: 5%; */
	/* max-width: 508px; */
}

.insights-featured-blogs .insights-content p {
	margin: 0;
}

.insights-featured-blogs .insights-content h3 {
	font-size: 40px;
	/* color: #ffffff; */
	color: #1d0d01;
	/* text-align: center; */
	margin-bottom: 15px;
	line-height: normal;
	text-transform: capitalize;
	font-family: var(--font-secondary);

	/* text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	max-height: 100px;
	overflow: hidden;
	-webkit-box-orient: vertical; */
}

.insights-featured-blogs .insights-content a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	/* text-align: center; */
	/* color: #ffffff !important; */
	color: #010101 !important;
}

.insights-blog-card .img-wrapper {
	overflow: hidden;
	margin-bottom: 20px;
}

.insights-blog-card .img-wrapper img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}

.insights-blog-card .blog-content h3 {
	font-size: 24px;
	font-family: var(--font-secondary);
	margin-bottom: 15px;
	text-transform: capitalize;
	line-height: 34px;

	/* text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	max-height: 70px;
	overflow: hidden;
	-webkit-box-orient: vertical; */
}

.insights-blog-card .blog-content p {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 10px;
}

.insights-blog-card .blog-content a {
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	color: #000000;
	text-transform: uppercase;
}

.rest-padding-right {
	/* padding-right: 7.5px; */
}

.rest-padding-left {
	padding-left: 7.5px;
}

.insight-blog-wrapper {
	margin: 60px 0px;
	/* border-bottom: 1px solid #20110573; */
}

.single-insight-post-wrapper {
	padding: 60px 0px 40px 0px;
	border-bottom: 1px solid #20110573;
	border-top: 1px solid #20110573;
}

.insight-standard-margin {
	margin: 60px 0px;
}

.insight-border-top {
	border-top: 1px solid #20110573;
}

.left-side-img-card {
	background: #ebebeb;
}

.left-side-img-card .content {
	max-width: 287px;
	text-align: center;
}

.left-side-img-card .content h4 {
	font-size: 24px;
	font-family: var(--font-secondary);
	margin-bottom: 35px;
	color: #1d0d01;
	text-transform: capitalize;
}

.left-side-img-card .content p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #1d0d01;
}

.left-side-img-card .content a {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
}

.left-side-img-card-wrapper {
	padding: 60px 0px;
	border-bottom: 1px solid #20110573;
}

@media (max-width: 992px) {
	.left-side-img-card .content {
		position: absolute;
		padding: 30px 15px;
		background: #00000078;
		bottom: 30px;
		max-width: 508px;
	}

	.left-side-img-card .content p {
		display: none;
	}

	.left-side-img-card .content h4 {
		font-size: 40px;
		font-family: var(--font-secondary);
		color: #ffffff;
		text-align: center;
		margin-bottom: 40px;
		line-height: normal;
	}

	.left-side-img-card .content a {
		display: block;
		font-size: 14px;
		text-transform: uppercase;
		text-align: center;
		color: #ffffff;
	}

	.insights-blog-card {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.insights-blog-card {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #20110573;
	}

	.single-insight-post-wrapper {
		padding: 0px;
		border: none;
	}

	.insight-blog-wrapper {
		margin: 60px 0px 0px 0px;
	}

	.left-side-img-card {
		position: relative;
	}
}
/* OUR INSIGHTS ENDS */

/* ABOUT BURDA LUXURY START */
/* Leadership section */
.section-leadership {
	padding-bottom: 60px;
	margin-bottom: -30px;
}

.container-leadership {
	max-width: 1450px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}

.section-leadership .team-member-card {
	margin-bottom: 30px;
	min-height: 375px;
}

@media (max-width: 768px) {
	.section-leadership .team-member-img {
		min-height: 350px;
	}
	.section-leadership .team-member-card {
		margin-bottom: 30px;
		min-height: unset;
	}

	.container-leadership {
		padding: 0 15px;
	}
}

/* About burda Luxury */
.section-about-bl-details {
	padding: 60px 0px 30px 0px;
}

.section-about-bl-details .section-header {
	margin-bottom: 30px;
}

.section-about-bl-details .desc-14 {
	margin-bottom: 40px;
}

.section-about-bl-details p:empty {
	display: none;
}

.section-about-bl-details .img-wrapper {
	margin-bottom: 30px;
}

.section-about-bl-details p:empty,
.section-about-bl-details .desc-14:empty {
	display: none !important;
}

.section-global-about,
.section-about-burda {
	padding: 60px 0 45px 0;
}
@media (max-width: 576px) {
	.section-about-bl-details .desc-14 {
		margin-bottom: 30px;
	}

	.section-about-bl-details .section-header {
		margin-bottom: 30px;
	}
}

/* parallax slider */
.section-parallax {
}

.single-parallax-slide {
	display: flex;
	text-align: center;
	color: #fff;
	align-items: center;
	position: relative;
	justify-content: center;
	background: transparent;
	height: calc(100vh - 100px);
	height: 650px;
	background-color: rgba(0, 0, 0, 0.25);
}

.single-parallax-slide header {
	font-size: 50px;
	margin-bottom: 35px;
	font-family: var(--font-secondary);
}

.single-parallax-slide p {
	color: #fff;
	margin: 0 auto;
	font-size: 30px;
	max-width: 675px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.section-about-bl-parallax header {
		font-size: 35px;
		margin-bottom: 40px;
		line-height: normal;
	}

	.section-about-bl-parallax p {
		max-width: 80%;
		margin: 0 auto;
		font-size: 20px;
	}
}

/* Social Coverage */
.section-social-coverage {
	padding-bottom: 130px;
	margin-top: 30px;
	position: relative;
	background: url("../img/backgrounds/bl-about-us-img-5.png") no-repeat center center;
	background-size: cover !important;
}

.section-social-coverage::before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}

.section-social-coverage .desc-14 {
	max-width: 390px;
	color: #fff;
	padding-bottom: 60px;
	margin-bottom: 0;
}

.section-social-coverage .slick-next {
	transform: rotate(45deg);
	border-top: 2.5px solid #ffffff;
	border-right: 2.5px solid #ffffff;
}

.section-social-coverage .slick-prev {
	transform: rotate(225deg);
	border-top: 2.5px solid #ffffff;
	border-right: 2.5px solid #ffffff;
}

.section-social-coverage .slick-dots li button {
	border: 2px solid #ffffff;
}

.section-social-coverage .slick-dots li.slick-active button {
	background-color: #ffffff;
}

.single-social-count {
	padding: 30px;
	height: 320px;
	display: flex;
	color: #fff;
	margin: 0 7.5px;
	max-width: 275px;
	align-items: center;
	text-align: center;
	justify-content: center;
	border: 4px solid #fff;
	transition: 0.3s ease-in-out;
}

.single-social-count.facebook,
.single-social-count.linkedin,
.single-social-count.instagram {
	transition: 0.3s ease-in-out;
}

.single-social-count.facebook:hover {
	background: #2d88ff;
	border-color: #2d88ff;
}

.single-social-count.linkedin:hover {
	background: #2867b2;
	border-color: #2867b2;
}

.single-social-count.instagram:hover {
	background: #833ab4;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
	background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
	border: 10px solid;
	border-image-slice: 1;
	border-width: 4px;
	border-image-source: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
}

@media (max-width: 768px) {
	.section-social-count {
		background-size: cover !important;
		min-height: 500px;
		display: flex;
		align-items: center;
	}

	/* .single-social-count.facebook {
		background: #2d88ff;
		border-color: #2d88ff;
	}
	
	.single-social-count.linkedin {
		background: #2867b2;
		border-color: #2867b2;
	}
	
	.single-social-count.instagram {
		background: #833ab4;
		background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
		background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
		border: 10px solid;
		border-image-slice: 1;
		border-width: 4px;
		border-image-source: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
	}
	*/
}

@media (max-width: 576px) {
	.section-social-coverage {
		background: url("../img/backgrounds/bl-about-us-img-5-sm.png") no-repeat center center;
		background-size: cover;
		padding-bottom: 130px;
		margin: 30px 0px;
	}
	.single-social-count {
		margin: 0 auto;
		height: 277px;
	}
	.section-social-coverage {
		padding-bottom: 40px;
	}
	.section-social-coverage .desc-14 {
		max-width: 100%;
		color: #fff;
		padding-bottom: 30px;
	}
}

.single-social-count h6 {
	font-size: 40px;
	margin-bottom: 15px;
}

.single-social-count p {
	font-size: 18px;
}

.single-social-count img {
	width: 75px;
	height: 75px;
	/* margin: 25px auto 0 auto; */
}
/* ABOUT BURDA LUXURY ENDS */

/* BURDA PRINCIPAL INVESTMENT START */
.section-relavent-investments {
	background: #ebebeb;
	padding: 60px 0px;
	margin-bottom: -40px;
}

.section-relavent-investments h4 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 10px;
	font-family: var(--font-secondary);
}
.section-relavent-investments .container > .desc-14 {
	max-width: 590px;
	margin-bottom: 30px;
}
.latest-news-global-slide {
	margin: 0px 15px;
}
.section-relavent-investments .slick-next {
	right: 10% !important;
}
.section-relavent-investments .slick-prev {
	left: 10% !important;
}

.ssection-relavent-investments .slick-dots li button {
	border: 2px solid #ffff;
}

@media (max-width: 767px) {
	.section-global-about h2 {
		font-size: 30px;
	}
	.section-relavent-investments h4 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.section-relavent-investments .slick-next {
		right: 15px;
	}
	.section-relavent-investments .slick-prev {
		left: 15px;
	}
	.section-relavent-investments .slick-next,
	.section-relavent-investments .slick-prev {
		top: unset;
		bottom: 0;
	}
}

/* BURDA PRINCIPAL INVESTMENT ENDS */
.background-overlay,
.background-overlay-dark {
	position: relative;
}
.background-overlay::before,
.background-overlay-dark:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	content: "";
	opacity: 0.75;
	display: block;
	position: absolute;
	background-color: #1d0d01;
}
.background-overlay-dark:before {
	background-color: rgba(0, 0, 0, 0.75);
}

/* Newsletter  */
.newsletter-content {
	padding: 45px 70px;
	background-color: var(--section-bg-light);
}

.newsletter-content h3 {
	font-size: 34px;
	text-align: center;
	font-weight: 400;
	font-family: var(--font-secondary);
}
.newsletter-content p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 35px;
}
.newsletter-content label {
	display: inline-block;
	padding-left: 5px;
}
.newsletter-content label span {
	display: inline-block;
	padding-left: 10px;
	font-size: 14px;
	opacity: 0.75px;
}
.newsletter-content .btn-white {
	width: 100%;
	background: #000 !important;
	color: #fff !important;
}
.newsletter-content a {
	font-size: 14px;
	text-decoration: underline;
	color: #000;
}
.newsletter-content img {
	max-width: 200px;
	margin: 0 auto 20px auto;
	display: block;
}

/* Single service page Our reach section */
.map-country-card {
	max-width: 270px;
	background-color: #fff;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	padding: 30px 25px;
	margin: 0 auto 20px auto;
}
.map-country-slider .slick-next,
.map-country-slider .slick-prev {
	top: calc(50% - 40px);
}
.map-country-slider .slick-dots {
	margin-top: 20px !important;
}
.map-country-card h4 {
	font-family: var(--font-secondary);
	font-size: 24px;
	color: #1d0d01;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.map-country-card ul {
	margin-left: 0;
	padding-left: 15px;
	list-style: square;
}

.map-country-card ul li {
	font-size: 14px;
	margin-bottom: 5px;
	color: #1d0d01;
}

.map-country-card .country-img-wrapper img {
	display: block;
	max-width: 50px;
	width: 100%;
	margin: 0 auto;
}
.btn-white.loading {
	color: transparent !important;
	user-select: none;
	pointer-events: none;
	background-image: url("../img/icons/spinner.svg") !important;
	background-size: 40px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.article-single-post h1 {
	/* font-family: Butler; */
	font-family: var(--font-secondary);
	font-weight: 500;
	font-size: 32px;
	color: #000000;
	margin-bottom: 10px;
}

/* .article-single-post .article-content p:first-of-type {
	font-family: var(--secondary-font);
}

.article-single-post .article-content p:first-of-type:first-letter{
	float: left;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-size: 72px;
    letter-spacing: -1.94px;
    line-height: 50px;
} */

.article-single-post .article-content p,
.article-single-post .article-content ul li,
.article-single-post .article-content ol li{
	font-family: var(--font-secondary);
}

.article-single-post .article-content ul,
.article-single-post .article-content ol{
	margin-left: 0px !important;
}

.article-single-post .article-meta p span {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.4) !important;
}

.article-single-post .article-meta p span a {
	color: rgba(0, 0, 0, 0.4) !important;
}
.article-single-post .article-meta p {
	margin: 0;
}

.article-single-post .article-meta p time {
	font-size: 14px;
	text-align: center;
	color: grey;
	text-transform: capitalize;
}

.article-single-post .article-content {
	max-width: 800px;
	margin: 0 auto;
}

.article-single-post .article-featured-img {
	margin: 40px 0px;
	text-align: center;
}

.article-featured-img img {
	display: table;
	margin: 0 auto;
}

/* .article-single-post .article-content h2:first-of-type{
	font-family: var(--font-primary) !important;
}

.article-single-post .article-content h2:first-of-type:first-letter {
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding: 3px 8px;
	font-weight: 400;
	font-family: var(--font-secondary);
} */

.article-single-post .article-content h2 {
	margin-bottom: 27px;
	font-weight: 400;
	font-size: 24px;
	color: #000;
	letter-spacing: -0.65px;
	line-height: 34px;
}

.article-single-post .article-content p {
	font-size: 18px;
	margin-bottom: 40px;
}

.article-single-post .article-content ul li,
.article-single-post .article-content ol li {
	font-size: 18px;
	margin-bottom: 4px;
}

.article-single-post .article-content p:first-of-type:first-letter {
	float: left;
    font-size: 72px;
    line-height: 50px;
    padding: 0px 5px;
    font-weight: 400;
    font-family: var(--font-secondary);
}

.article-single-post .article-content a {
	color: #000000;
	text-decoration: underline;
}

.article-single-post .article-content h3 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 40px;
	margin-top: 0;
	font-weight: 600;
}

.article-single-post .article-content img {
	max-width: 100%;
	height: auto;
}

/* About author section */
.about-author-section {
	background: #000;
	padding: 40px 0px;
	margin: 40px 0px;
}

.about-author-section .author-name {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
	font-family: var(--font-secondary);
}

.about-author-section .author-title {
	color: #fff;
	opacity: 0.75;
	font-size: 12px;
	margin-bottom: 15px;
}

.about-author-section .author-bio {
	font-size: 12px;
	color: #d9d9d9;
}

.about-author-section .author-img-wrapper {
	max-width: 140px;
	margin: 0 auto;
}

.about-author-section .content {
	max-width: 800px;
	margin: 0 auto;
}

.about-author-section .author-tags a {
	display: inline-block;
	padding: 8px 10px;
	font-size: 10px;
	color: #d9d9d9;
	text-transform: uppercase;
	background: #333;
	margin-bottom: 5px;
}

.site-breadcurmbs p {
	margin-bottom: 0;
	padding: 30px 0px;
}

.site-breadcurmbs a,
.site-breadcurmbs {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}
.site-breadcurmbs a,
.site-breadcurmbs .breadcrumb_last {
	margin: 0px 5px;
	display: inline-block;
}

.social-sharing ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.social-sharing ul li {
	display: inline-block;
}
.social-sharing ul li:not(:last-child) {
	margin-right: 10px;
}
@media (max-width: 767px) {
	.article-single-post h1 {
		font-size: 24px;
	}

	.article-single-post .article-featured-img {
		margin: 20px 0px;
	}

	.article-single-post .article-content h2::first-letter {
		float: left;
		font-family: Georgia, serif;
		font-size: 40px;
		line-height: 60px;
		padding: 3px 8px;
	}

	.article-single-post .article-content h2 {
		font-size: 20px;
	}

	.article-single-post .article-content p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.article-single-post .article-content ul li,
	.article-single-post .article-content ol li {
		font-size: 16px;
		margin-bottom: 4px;
	}

	.article-single-post .article-content h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.article-meta {
		margin-bottom: 15px;
	}
	.social-sharing {
		margin-bottom: 15px;
	}
}
@media (max-width: 576px) {
	.article-single-post .article-content h2::first-letter {
		float: unset;
		font-size: 20px;
		line-height: normal;
		padding: 0px;
	}
}

.section-tnc {
	padding: 50px 0;
}

.global-bottom-spacing {
	margin-bottom: 30px;
}

.tabs-desktop {
	display: block;
}

.tabs-mobile {
	display: none;
}

@media (max-width: 768px) {
	.tabs-desktop {
		display: none;
	}

	.tabs-mobile {
		display: block;
	}

	.section-awards .accordian-wrapper:not(:last-of-type) {
		border: none !important;
	}
}

/* 01 OUR BRANDS BANNER */
.section-our-brands-banner {
	/* min-height: 600px; */
	min-height: 680px;
	background: url("../img/backgrounds/brand-landing-img.png") no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

@media (max-width: 1024px) {
	.section-our-brands-banner {
		min-height: 500px;
	}
}

@media (max-width: 576px) {
	.section-our-brands-banner {
		background: url("../img/backgrounds/sm-brand-landing-img.png") no-repeat;
		background-position: center top;
	}

	.section-our-brands-banner .logo-wrapper {
		padding: 15px 10px;
		box-shadow: 0 3px 6px #000;
		left: 50%;
		transform: translateX(-50%);
	}
	.section-our-brands-banner .logo-wrapper img {
		max-width: 200px;
	}
}

.section-our-brands-banner .logo-wrapper {
	display: inline-block;
	padding: 25px 10px;
	background: #fff;
	box-shadow: 0 3px 6px #000;
	position: absolute;
	bottom: -5%;
}

.section-digital-tabs {
	padding-top: 25px;
}

.section-digital-tabs .tab-pane a,
.subscription_brand {
	color: #007bff !important;
	cursor: pointer;
}

/* 02 OUR BRANDS ABOUT US */
.section-our-brands-about {
	background: url("../img/backgrounds/service-img-2.png") no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	position: relative;
	margin: 50px 0;
	padding-bottom: 30px;
}

@media (max-width: 576px) {
	.section-our-brands-about {
		background-position: center;
		background: url("../img/backgrounds/brand-about-us-img.png") no-repeat;
		color: #fff;
		position: relative;
		padding-bottom: 30px;
	}
}
.section-our-brands-about:before {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	content: "";
	height: 100%;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}

.stats-card {
	margin-bottom: 60px;
}

.stats-card span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.stats-card h6 strong {
	display: block;
	font-size: 52px;
	font-weight: 400;
}

.stats-card h6 span {
	font-size: 18px;
}

/* 03 DIGITAL SECTION */

.section-digital {
	background: var(--section-bg-light);
	padding-bottom: 85px;
	position: relative;
}

.section-digital .nav-link {
	background-color: transparent;
	font-family: var(--font-secondary);
	color: #1d0d01;
	font-size: 24px;
	padding: 9px 30px 9px 20px;
	font-weight: 400;
	position: relative;
}

.section-digital .nav-item:not(:last-of-type) .nav-link::after {
	content: "";
	width: 100%;
	height: 0.1px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #d3d3d3;
	z-index: 1;
}

.section-digital .nav-link.active {
	background-color: #fff !important;
	color: #1d0d01;
}

.section-digital .tab-content .tab-pane p {
	max-width: 80%;
	font-size: 14px;
	margin: 0 auto 15px auto;
}

.section-digital .btn-contact {
	right: 0;
	top: 0%;
	color: #fff;
	font-size: 18px;
	position: absolute;
	border-radius: 5px;
	background: #1d0d01;
	display: inline-block;
	transform: translateY(-50%);
	padding: 12px 60px 12px 20px;
	font-family: var(--font-secondary);
}

.section-digital .btn-contact::after {
	content: ">";
	position: absolute;
	display: block;
	top: 50%;
	right: 10%;
	font-size: 25px;
	transform: translateY(-50%);
}

.tabs-mobile .accordion-title {
	padding: 15px 20px 15px 40px;
	font-size: 22px;
	font-family: var(--font-secondary);
	margin-bottom: 0;
	border-radius: 5px;
	position: relative;
}

.tabs-mobile .accordion-title[aria-expanded="true"] {
	background: #fff;
}

.tabs-mobile .accordion-title[aria-expanded="true"]::before {
	top: 50%;
	content: "-";
	left: 15px;
	line-height: 1;
	font-size: 34px;
	font-weight: 300;
	position: absolute;
	display: inline-block;
	transform: translateY(-50%);
}

.tabs-mobile .accordion-title[aria-expanded="false"]::before {
	top: 50%;
	content: "+";
	left: 15px;
	line-height: 1;
	font-size: 34px;
	font-weight: 300;
	position: absolute;
	display: inline-block;
	transform: translateY(-50%);
}

.accordion-body p {
	font-size: 14px;
	margin-bottom: 0;
}

.accordion-body p:empty {
	display: none;
}

.accordian-wrapper:not(:last-of-type) {
	border-bottom: 1px solid #d3d3d3;
}

.accordion-body {
	padding: 20px 0px;
}

.accordion-body .img-wrapper {
	padding-top: 25px;
}



/* 04 PRINT SECTION */

/* .monthly-magazine-slider,
.special-magazine-slider {
	margin: 30px 0 60px 0;
} */



.section-print{
	padding-bottom: 60px;
}

.special-issue-magazine{
	margin-top: 55px;
}

.single-monthly-slide {
	display: block;
	text-align: center;
	padding: 15px 15px 0 15px;
}

.single-monthly-slide:hover {
	text-decoration: none;
}

.single-monthly-slide p {
	color: #000;
	font-size: 15px;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

/* 05 AWARDS SECTION */
.section-awards {
	margin: 50px 0;
	padding-bottom: 60px;
	background-color: var(--section-bg-light);
}

.section-awards .nav-link {
	padding: 10px 20px;
	position: relative;
	display: block;
	font-family: var(--font-secondary);
	font-weight: 400;
	font-size: 24px;
	color: #1d0d01;
	transition: background-color 0.3s ease;
}

.section-awards .nav p {
	font-size: 14px;
	font-family: var(--font-primary);
	padding: 0px 10px 40px 10px;
	margin-bottom: 20px;
}

.section-awards .nav .nav-item:not(:last-child) p {
	border-bottom: 1px solid #d3d3d3;
}

.section-awards .nav-link.active {
	background: #fff;
	border-radius: 5px;
	color: #1d0d01;
}

.section-awards .nav-link:hover {
	background-color: #fff;
}

.video-img-wrapper a {
	display: inline-block;
	position: relative;
}

.video-img-wrapper a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(29, 13, 1, 0.5);
}

.video-img-wrapper a::after {
	content: "";
	position: absolute;
	background: url("../img/icons/play-btn.svg") no-repeat center content-box;
	height: 60px;
	width: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 06  EXPERIENCE SECTION */
.single-experience-slide .experience-slide-content-wrapper {
	max-width: 300px;
}

/* 07 IMPORTED CLIENT SECTION */

/* 08  MANAGING DIRECTORS SECTION */
.singel-md-card {
	text-align: center;
	margin-bottom: 60px;
}

.singel-md-card img {
	display: table;
	margin: 0 auto;
}

.singel-md-card span {
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.singel-md-card img {
	display: block;
	border-radius: 5px;
}
@media (max-width: 767px) {
	.singel-md-card img {
		margin: 0 auto;
	}
}
.singel-md-card h5 {
	font-size: 24px;
	margin: 20px 0 30px 0;
	font-family: var(--font-secondary);
}

.singel-md-card p {
	font-size: 14px;
	color: #1d0d01;
	margin-bottom: 30px;
}

.singel-md-card ul {
	margin: 0;
	padding: 0;
}

/* CASE STUDY */
.section-media-channel {
	margin-bottom: 30px;
	padding-bottom: 60px;
	background-color: var(--section-bg-light);
}

.section-media-channel .section-header-dark {
	margin-bottom: 100px;
}

.media-channel-card {
	display: block;
	color: #1d0d01;
	margin-bottom: 30px;
}

.media-channel-card h5 {
	font-size: 24px;
	color: #1d0d01;
	margin-bottom: 30px;
	font-family: var(--font-secondary);
}

.media-channel-card p {
	font-size: 14px;
	color: #1d0d01;
	line-height: 24px;
}

.media-channel-card span {
	color: #1d0d01;
}

.media-channel-card:hover {
	text-decoration: none;
}

@media (max-width: 992px) {
	.section-media-channel {
		padding-bottom: 30px;
	}

	.section-media-channel .section-header-dark {
		margin-bottom: 50px;
	}

	.media-channel-card {
		padding-bottom: 30px;
		border-bottom: 1px solid #d3d3d3;
	}

	.media-channel-card span {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.section-media-channel .col-md-6:last-child .media-channel-card {
		border: none;
		margin-bottom: 0;
	}
}

.section-advertisement-reach svg {
	height: auto;
	max-width: 100%;
}

/* CASE STUDY */

.global-bottom-spacing {
	margin-bottom: 30px;
}

.tabs-desktop {
	display: block;
}

.tabs-mobile {
	display: none;
}

@media (max-width: 768px) {
	.tabs-desktop {
		display: none;
	}

	.tabs-mobile {
		display: block;
	}

	.section-awards .accordian-wrapper:not(:last-of-type) {
		border: none !important;
	}
}

/* 01 OUR BRANDS BANNER */
.section-our-brands-banner {
	/* min-height: 600px; */
	min-height: 680px;
	background: url("../img/backgrounds/brand-landing-img.png") no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

@media (max-width: 1024px) {
	.section-our-brands-banner {
		min-height: 500px;
	}
}

@media (max-width: 576px) {
	.section-our-brands-banner {
		background: url("../img/backgrounds/sm-brand-landing-img.png") no-repeat;
		background-position: center top;
	}

	.augment-logo .logo-wrapper,
	.section-our-brands-banner .logo-wrapper {
		padding: 15px 10px;
		box-shadow: 0 3px 6px #000;
		left: 50%;

		transform: translateX(-50%);
	}
	.augment-logo .logo-wrapper img,
	.section-our-brands-banner .logo-wrapper img {
		max-width: 200px;
	}
}

.augment-logo .logo-wrapper,
.section-our-brands-banner .logo-wrapper {
	display: inline-block;
	padding: 25px 10px;
	background: #fff;
	box-shadow: 0 3px 6px #000;
	position: absolute;
	bottom: -5%;
	max-width: 400px;
}

.section-digital-tabs {
	padding-top: 25px;
}

/* 02 OUR BRANDS ABOUT US */
.section-our-brands-about {
	background: url("../img/backgrounds/service-img-2.png") no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	position: relative;
	padding-bottom: 30px;
}

@media (max-width: 576px) {
	.section-our-brands-about {
		background-position: center;
		background: url("../img/backgrounds/brand-about-us-img.png") no-repeat;
		color: #fff;
		position: relative;
		padding-bottom: 30px;
	}
}
.section-our-brands-about:before {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	content: "";
	height: 100%;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}

.stats-card {
	margin-bottom: 60px;
}

.stats-card span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.stats-card h6 strong {
	display: block;
	font-size: 52px;
	font-weight: 400;
}

.stats-card h6 span {
	font-size: 18px;
}

/* 03 DIGITAL SECTION */

.section-digital {
	background: var(--section-bg-light);
	padding-bottom: 85px;
	position: relative;
}

.section-digital .nav-link {
	background-color: transparent;
	font-family: var(--font-secondary);
	color: #1d0d01;
	font-size: 24px;
	padding: 9px 30px 9px 20px;
	font-weight: 400;
	position: relative;
}

.section-digital .nav-item:not(:last-of-type) .nav-link::after {
	content: "";
	width: 100%;
	height: 0.1px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #d3d3d3;
	z-index: 1;
}

.section-digital .nav-link.active {
	background-color: #fff !important;
	color: #1d0d01;
}

.section-digital .tab-content .tab-pane p {
	max-width: 80%;
	font-size: 14px;
	margin: 0 auto 15px auto;
}

.section-digital .btn-contact {
	right: 0;
	top: 0%;
	color: #fff;
	font-size: 18px;
	position: absolute;
	border-radius: 5px;
	background: #1d0d01;
	display: inline-block;
	transform: translateY(-50%);
	padding: 12px 60px 12px 20px;
	font-family: var(--font-secondary);
}

.tabs-mobile .accordion-title[aria-expanded="true"] {
	background: #fff;
}

.tabs-mobile .accordion-title[aria-expanded="true"]::before {
	top: 50%;
	content: "-";
	left: 15px;
	line-height: 1;
	font-size: 34px;
	font-weight: 300;
	position: absolute;
	display: inline-block;
	transform: translateY(-50%);
}

.tabs-mobile .accordion-title[aria-expanded="false"]::before {
	top: 50%;
	content: "+";
	left: 15px;
	line-height: 1;
	font-size: 34px;
	font-weight: 300;
	position: absolute;
	display: inline-block;
	transform: translateY(-50%);
}

.accordion-body p {
	font-size: 14px;
	margin-bottom: 0;
}

.accordian-wrapper:not(:last-of-type) {
	border-bottom: 1px solid #d3d3d3;
}

.accordion-body {
	padding: 20px 0px;
}

.accordion-body .img-wrapper {
	padding-top: 25px;
}

/* 04 PRINT SECTION */

.single-monthly-slide {
	display: block;
	text-align: center;
	padding: 15px 15px 0 15px;
}

.single-monthly-slide:hover {
	text-decoration: none;
}

.single-monthly-slide p {
	color: #000;
	font-size: 15px;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

.section-print h3 {
	font-size: 18px;
}

.section-print .section-header-dark {
	margin-bottom: 55px;
	padding-top: 30px;
}

.section-experience {
	padding-bottom: 30px;
}

/* 05 AWARDS SECTION */
.section-awards {
	padding-bottom: 60px;
	background-color: var(--section-bg-light);
}

.section-awards .nav-link {
	padding: 10px 20px;
	display: block;
	font-family: var(--font-secondary);
	font-weight: 400;
	font-size: 24px;
	color: #1d0d01;
	margin-bottom: 10px;
}

.section-awards .nav p {
	font-size: 14px;
	font-family: var(--font-primary);
	padding: 0px 10px 40px 10px;
	margin-bottom: 20px;
}

.section-awards .nav .nav-item:not(:last-child) p {
	border-bottom: 1px solid #d3d3d3;
}

.section-awards .nav-link.active {
	background: #fff;
	border-radius: 5px;
	color: #1d0d01;
}

.video-img-wrapper a {
	display: inline-block;
	position: relative;
}

.video-img-wrapper a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(29, 13, 1, 0.5);
}

.video-img-wrapper a::after {
	content: "";
	position: absolute;
	background: url("../img/icons/play-btn.svg") no-repeat center content-box;
	height: 60px;
	width: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 06  EXPERIENCE SECTION */
.single-experience-slide .experience-slide-content-wrapper {
	max-width: 300px;
}

.section-advertisement-reach {
	padding-bottom: 30px;
}

/* 07 IMPORTED CLIENT SECTION */

/* 08  MANAGING DIRECTORS SECTION */
.singel-md-card {
	text-align: center;
	margin-bottom: 30px;
}

.singel-md-card span {
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.singel-md-card img {
	display: block;
	border-radius: 5px;
}
@media (max-width: 767px) {
	.singel-md-card img {
		margin: 0 auto;
	}
}
.singel-md-card h5 {
	font-size: 24px;
	margin: 20px 0 30px 0;
	font-family: var(--font-secondary);
}

.singel-md-card p {
	font-size: 14px;
	color: #1d0d01;
	margin-bottom: 30px;
}

.singel-md-card ul {
	margin: 0;
	padding: 0;
}

/* CASE STUDY */
.section-media-channel {
	margin-bottom: 30px;
	padding-bottom: 60px;
	background-color: var(--section-bg-light);
}

.section-media-channel .section-header-dark {
	margin-bottom: 100px;
}

.media-channel-card {
	display: block;
	color: #1d0d01;
	margin-bottom: 30px;
}

.media-channel-card h5 {
	font-size: 24px;
	color: #1d0d01;
	margin-bottom: 30px;
	font-family: var(--font-secondary);
}

.media-channel-card p {
	font-size: 14px;
	color: #1d0d01;
	line-height: 24px;
}

.media-channel-card span {
	color: #1d0d01;
}

.media-channel-card:hover {
	text-decoration: none;
}

@media (max-width: 992px) {
	.section-media-channel {
		padding-bottom: 30px;
	}

	.section-media-channel .section-header-dark {
		margin-bottom: 50px;
	}

	.media-channel-card {
		padding-bottom: 30px;
		border-bottom: 1px solid #d3d3d3;
	}

	.media-channel-card h5 {
		height: auto;
		font-size: 20px;
		max-height: 48px;
		margin-bottom: 20px;
	}

	.media-channel-card span {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.section-media-channel .col-md-6:last-child .media-channel-card {
		border: none;
		margin-bottom: 0;
	}
}

.section-advertisement-reach svg {
	height: auto;
	max-width: 100%;
}

/* CASE STUDY */

/* 01 GIT LANDING BANNER  */
.section-git-banner {
	min-height: 500px;
	position: relative;
	padding: 150px 0 100px 0;
	background: url("../img/backgrounds/git-landing-banner.png") no-repeat center center;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.section-git-banner::before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}

.section-git-banner p,
.section-git-banner .description {
	color: #fff;
	max-width: 100%;
	font-family: var(--font-secondary);
}

.section-landing-banner p,
.section-landing-banner .desc-14,
.section-landing-banner .desc-16 {
	font-family: var(--font-secondary);
}

.section-landing-banner p:empty {
	display: none;
}

/* 02 CONTACT DETAILS BY REGION */

.section-contact-details {
	padding-bottom: 40px;
}

.git-address-card {
	margin-bottom: 60px;
}
.git-address-card h3 {
	font-size: 24px;
	line-height: 40px;
	position: relative;
	margin-bottom: 15px;
	pointer-events: none;
	font-family: var(--font-secondary);
}

.git-address-card p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 24px;
}

.git-address-card a {
	color: #000;
	margin: 3px 0;
	display: table;
}

/* 03 REQUEST MEDIA */
.section-git-request-media {
	padding-bottom: 60px;
	background-color: var(--section-bg-light);
}

/* 04 ENQUIRIES */
.section-git-enquiries {
	margin: 30px 0;
	color: #fff;
	position: relative;
	padding-bottom: 60px;
	background: url("../img/backgrounds/enquiries-bg.png") no-repeat center center;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.section-git-enquiries::before {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	content: "";
	height: 100%;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
}

.section-git-enquiries .form-control {
	color: #fff;
	background-color: rgba(225, 225, 225, 0.35);
}

.section-git-enquiries .form-control::placeholder {
	color: #fff;
}
.section-git-enquiries .form-control option {
	background-color: rgba(0, 0, 0, 0.52);
}

/* 05 NEWSLETTER SUBSCRIPTION */
.section-git-newsletter {
	margin: 30px 0;
	padding-bottom: 60px;
	background-color: var(--section-bg-light);
}

@media (max-width: 767px) {
	/* 01 GET LANDING BANNER  */
	.section-git-banner {
		padding: 75px 0;
		min-height: 300px;
	}
	/* 02 CONTACT DETAILS BY REGION */
	.section-contact-details .section-header-dark {
		margin-bottom: 15px;
	}
	.git-address-card {
		margin-bottom: 0;
		padding: 0 30px 0 50px;
		border-bottom: 1px solid #d3d3d3;
	}
	.git-address-card h3 {
		margin-bottom: 0;
		padding-top: 20px;
		pointer-events: all;
		padding-bottom: 20px;
	}

	.git-address-card h3::before {
		top: 50%;

		left: -30px;
		line-height: 1;
		font-size: 34px;
		font-weight: 300;
		position: absolute;
		display: inline-block;
		transform: translateY(-50%);
	}

	.git-address-card h3[aria-expanded="true"]::before {
		content: "-";
	}

	.git-address-card h3[aria-expanded="false"]::before {
		content: "+";
	}

	.hidden-address-data > div {
		margin-bottom: 30px;
	}
	/* 05 NEWSLETTER SUBSCRIPTION */
	.section-git-newsletter,
	.section-git-request-media {
		padding: 10px 0 40px 0;
	}
}

.section-cs-listing {
	padding: 50px 0;
}


.cs-single-card h5{
	margin: 15px 0 20px 0;
}

.cs-card-thumbnail{
	height: 230px;
	overflow: hidden;
	margin-bottom: 10px;
}

.cs-card-thumbnail img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.section-social-count-lg {
	padding: 60px 0;
	background: url("../img/backgrounds/social-count-lg-bg.png") no-repeat center center;
	background-size: cover !important;
}

.social-count-lg-slider {
	margin: 0 auto;
	max-width: 900px;
}

.single-social-count-lg {
	padding: 30px;
	height: 320px;
	color: #fff;
	margin: 0 auto;
	max-width: 275px;
	text-align: center;
	border: 4px solid #fff;
	max-width: calc(100% - 30px);
	transition: 0.3s ease-in-out;
}

.single-social-count-lg.facebook,
.single-social-count-lg.linkedin,
.single-social-count-lg.instagram {
	transition: 0.3s ease-in-out;
}

.single-social-count-lg.facebook:hover {
	background: #2d88ff;
	border-color: #2d88ff;
}

.single-social-count-lg.youtube:hover {
	background-color: #ff0000;
	border-color: #ff0000 !important;
}

.single-social-count-lg.linkedin:hover {
	background: #2867b2;
	border-color: #2867b2;
}

.single-social-count-lg.twitter:hover {
	background: #1c9bef;
	border-color: #1c9bef;
}

.single-social-count-lg.line:hover {
	background: #00c200;
	border-color: #00c200;
}

.single-social-count-lg.instagram:hover {
	background: #833ab4;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
	background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
	border: 10px solid;
	border-image-slice: 1;
	border-width: 4px;
	border-image-source: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
}

.section-social-count-lg .slick-next {
	border-top: 2.5px solid #fff;
	border-right: 2.5px solid #ffff;
}

.section-social-count-lg .slick-prev {
	border-top: 2.5px solid #ffff;
	border-right: 2.5px solid #ffff;
}

.section-social-count-lg .slick-dots li.slick-active button {
	background-color: #ffff;
}

.section-social-count-lg .slick-dots li button {
	border: 2px solid #ffff;
}
/*

.single-social-count-lg.facebook {
	background: #2d88ff;
	border-color: #2d88ff;
}

.single-social-count-lg.linkedin {
	background: #2867b2;
	border-color: #2867b2;
}

.single-social-count-lg.instagram {
	background: #833ab4;
	background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
	background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
	border: 10px solid;
	border-image-slice: 1;
	border-width: 4px;
	border-image-source: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
} */

@media (max-width: 768px) {
	.section-social-count-lg {
		background: url("../img/backgrounds/social-count-sm-bg.svg") no-repeat center top;
		background-size: cover !important;
		min-height: 500px;
		display: flex;
		align-items: center;
	}

	.single-social-count-lg {
		background-color: rgba(0, 0, 0, 0.35);
	}

	.section-digital-tabs {
		padding-top: 0;
	}

	.singel-md-card {
		margin-bottom: 30px;
	}

	.singel-md-card h5 {
		margin: 15px 0 10px 0;
	}

	.singel-md-card p {
		margin-bottom: 15px;
	}
}

.single-social-count-lg h6 {
	font-size: 40px;
	margin-bottom: 15px;
}

.single-social-count-lg p {
	font-size: 18px;
}

.single-social-count-lg img {
	width: 75px;
	height: 75px;
	margin: 30px auto 0 auto;
}

.section-our-insights-inline {
	margin: 30px 0;
	padding-bottom: 30px;
	background-color: var(--section-bg-light);
}

.single-inline-insights-card {
	display: block;
	text-align: center;
	margin-bottom: 60px;
}

.single-inline-insights-card:hover {
	text-decoration: none;
}

.single-inline-insights-card img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.single-inline-insights-card p {
	color: #1d0d01;
	font-size: 14px;
	margin: 20px 0 15px 0;
}

.single-inline-insights-card h5 {
	color: #000;
	font-size: 24px;
	font-family: var(--font-secondary);
}

.section-latest-news-slider {
	overflow: hidden;
	padding-bottom: 60px;
}

.latest-news-global-slide h4 {
	font-size: 24px;
	margin-bottom: 30px;
	font-family: var(--font-secondary);
}

.section-clients-count {
	color: #fff;
	padding: 220px 0;
	text-align: center;
	background-size: cover !important;
	background-position: center center !important;
}

.section-clients-count header {
	font-size: 50px;
	margin-bottom: 35px;
	font-family: var(--font-secondary);
}

.section-clients-count p {
	color: #fff;
	margin: 0 auto;
	font-size: 30px;
	max-width: 675px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.section-clients-count header {
		font-size: 35px;
		margin-bottom: 40px;
	}
	.section-clients-count p {
		max-width: 80%;
		margin: 0 auto;
		font-size: 20px;
	}
}

.section-global-about h2 {
	font-size: 40px;
	margin-bottom: 30px;
	font-family: var(--font-secondary);
}

.section-global-about a {
	color: #000;
	opacity: 0.95;
	text-decoration: underline;
}

.section-latest-news-slider {
	overflow: hidden;
	max-width: 100vw;
	padding-bottom: 60px;
}

.latest-news-slider {
	margin: 0 -7.5px;
}

.latest-news-single-slide {
	margin: 0 auto;
	max-width: calc(100% - 15px);
}

.latest-news-single-slide h4 {
	color: #000;
	font-size: 24px;
	margin-bottom: 30px;
	font-family: var(--font-secondary);
}

.relavent-investment-card {
	max-width: 290px;
	background-color: #fff;
	padding: 30px 25px;
	margin: 15px 7.5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}

.relavent-investment-card .img-wrapper {
	margin-bottom: 20px;
}
.relavent-investment-card h3 {
	font-size: 24px;
	font-family: var(--font-secondary);
	margin-bottom: 0;
}

.section-global-landing::before {
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.75;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.9);
}
.section-our-brands-mobile {
	position: relative;
}
.section-our-brands-mobile::before {
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.75;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.9);
}

.our-brands-wrapper-mobile {
	margin-top: 150px;
}
.section-our-brands-mobile {
	padding-bottom: 30px;
}
.our-brands-wrapper-mobile h5 {
	font-size: 14px;
	font-family: var(--secondary-font);
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.our-brands-wrapper-mobile li {
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-brands-wrapper-mobile img {
	display: block;
	max-width: 150px;
	margin: 0 auto;
}

.navigation.pagination {
	text-align: center;
	display: block;
}

.navigation.pagination .page-numbers {
	color: grey;
	padding: 5px 10px;
}

.navigation.pagination .page-numbers.current {
	color: #000;
	background-color: #fafafa;
	border: 1px solid #e7e7e7;
}

.navigation.pagination .page-numbers.next {
	margin-left: 5px;
	color: #000 !important;
}

.object-fit-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reach-data-wrapper {
	display: none;
	z-index: 111;
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
}

.reach-data {
	display: table;
	max-width: 320px;
	min-width: 275px;
	position: relative;
	margin: 15px;
	z-index: 111;
	background-color: #fff;
	padding: 12px 15px 5px 15px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.reach-data h6 {
	font-size: 24px;
	margin-bottom: 10px;
	font-family: var(--font-secondary);
}

.reach-data a {
	top: 13px;
	right: 10px;
	font-size: 30px;
	opacity: 0.75;
	color: red;
	line-height: 1;
	padding: 0 5px;
	display: table;
	position: absolute;
}

.reach-data ul {
	margin: 0;
	padding-left: 15px;
	list-style: square;
}

.reach-data p {
	font-size: 14px;
	margin-bottom: 2.5px;
}

.slick-track {
	display: flex !important;
}

.slick-slide {
	height: inherit !important;
}

.section-our-brands-mobile {
	background-repeat: no-repeat !important;
}

.experience-slider .section-header {
	word-break: break-word;
}

.visually-hidden {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

.close_btn{
	position: absolute;
    right: 2%;
    top: 2%;
    height: 35px;
    width: 35px;
    overflow: hidden;
    font-size: 29px; 
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center; 
}

@media (max-width: 992px) {
	.section-global-latest-news .slide-content-wrapper {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.realvent-slider-wrapper .realvent-investment-slider .slick-arrow {
		border: none !important;
	}
	.realvent-slider-wrapper .realvent-investment-slider .slick-arrow::before {
		content: "";
		background-color: rgba(0, 0, 0, 0.8);
		display: block;
		padding: 20px;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: -11;
	}

	.realvent-slider-wrapper .realvent-investment-slider .slick-arrow::after {
		content: "";
		bottom: auto;
		padding: 0;
		outline: 0;
		font-size: 0;
		width: 10px;
		height: 10px;
		z-index: 999;
		border: none;
		color: #fff;
		cursor: pointer;
		top: 50%;
		transform: translate(-50%, -40%);
		left: 40%;
		line-height: 0;
		position: absolute;
		transition: 0.3s ease-in-out;
		background-color: transparent;
		border-top: 2.5px solid #fff;
		border-right: 2.5px solid #fff;
	}
}

.btt_brand-slider-tab a {
	border-bottom: 1px solid #757373;
}

.btt_brand-slider-tab .slick-slide.slick-current.slick-active a {
	border-bottom: 2px solid #fff;
}

@media (max-width: 767px) {
	.btt_brand-slider-tab .slick-prev {
		left: 3%;
	}

	.btt_brand-slider-tab .slick-next {
		right: 3%;
	}
}

#map-location-wrapper {
	position: relative;
}

#location-map-container {
	position: relative;
}

#location-map-container svg {
	max-width: 100%;
}

.map-marker {
	cursor: pointer;
}

.section-about-bl-details p:empty,
.section-about-bl-details .desc-14:empty {
	display: none;
	margin: 0;
}

#mobileBrandSlider {
	position: relative;
	background-size: cover !important;
	background-position: center center !important;
}

#mobileBrandSlider::before {
	content: "";
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
}

#mobileBrandSlider .container,
#mobileBrandSlider .slider-nav,
#mobileBrandSlider .slider-for {
	z-index: 2;
	position: relative;
}


.section-related-post{
	padding: 60px 0;
}

.blog-card-content h2 {
	font-size: 24px;
	color: #404040;
	margin: 10px 0;
	line-height: 34px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 70px;
	display: -webkit-box;
	text-transform: capitalize;
	-webkit-box-orient: vertical;
	font-family: var(--font-secondary);
}

.blog-card-content p {
	opacity: .5;
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: normal;
}

.subscription {
	top: 120px;
	margin: 0 auto;
	position: sticky;
	max-width: 420px;
	padding: 40px 30px;
	background-color: #181819;
}

.subscription-tnc-wrapper {
	display: flex;
	font-size: 14px;
	position: relative;
	margin-bottom: 25px;
	font-weight: lighter;
}

.subscription-tnc-wrapper a {
	color: #FFF;
	text-decoration: underline;
}

.subscription-tnc-wrapper label {
	color: #fff;
	padding-left: 25px;
}

.subscription-tnc-wrapper input {
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	position: absolute;
	display: inline-block;
	border: 1px solid #fff;
	background-color: transparent;
}

.subscription-tnc-wrapper input:checked {
	background: url('../img/backgrounds/tick.svg') no-repeat center;
	background-size: 11px auto;
}

.subscription .headline {
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 40px;
	letter-spacing: -.16px;
}

.subscription .email {
	width: 100%;
	border: 0;
	background: 0 0;
	outline: 0;
	-webkit-appearance: auto;
	color: #fff;
	padding-bottom: 14.5px;
	margin-bottom: 24.5px;
	border-bottom: 1px solid rgba(255, 255, 255, .55);
}

.subscription .callback {
	font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	margin-top: 12px;
}

.subscription .callback.success{
	color: #28a745!important;
}

.subscription .callback.error{
	color: #dc3545!important;
}

.section-our-brands-banner{
	margin-bottom: 50px;
}

.section-related-post .section-header{
	font-size: 30px;
}


.author-container {
	margin: 30px auto;
	padding: 50px;
	display: flex;
	max-width: 900px;
	justify-content: space-between;
	position: relative;
	border: 1px solid #e0e0e0;
	background-color: #fafafa;
}

.a-name {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.a-designation {
	opacity: 0.75;
	font-size: 14px;
	margin-bottom: 10px;
}

.author-container svg {
	opacity: 0.75;
}

.a-description {
	opacity: 0.75;
	font-size: 16px;
	line-height: 1.35;
	margin-bottom: 25px;
}

.a-img-wrapper {
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.a-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-profile-picture {
	width: 140px;
}

.a-content-wrapper {
	width: calc(100% - 170px);
}

.a-tag-list {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.a-tag-list li {
	display: inline-block;
}

.a-tag-list li:not(:last-child) {
	margin: 0 10px 10px 0;
}

.a-tag-list li a {
	color: #000;
	padding: 10px 15px;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	background-color: #edcec7;
	border: 1px solid #d3d3d3;
}

@media (max-width: 767px) {
	.author-container {
		padding: 20px;
		display: block;
	}

	.a-img-wrapper {
		width: 50%;
		max-width: 50%;
		margin-bottom: 15px;
	}

	.a-content-wrapper {
		width: 100%;
	}

	.a-tag-list li:not(:last-child) {
		margin-right: 5px;
	}

	.a-intro {
		top: 25px;
		left: calc(50% + 15px);
		max-width: calc(50% - 15px);
		position: absolute;
	}
}



@media (max-width: 1200px) {
	.grid-listing-item p{
		-webkit-line-clamp: 4;
	}
}

@media (max-width: 992px) {
	.grid-listing-item h3, 
	.grid-listing-item-dark h3, 
	.grid-listing-item-light h3{
		-webkit-line-clamp: 4;
	}
}


@media (max-width: 576px) {
	.grid-listing-item h3, 
	.grid-listing-item-dark h3, 
	.grid-listing-item-light h3{
		font-size: 20px;
		-webkit-line-clamp: 5;
	}
}

.section-our-brands-banner.augment-page{
	position: relative;
}

.section-our-brands-banner.augment-page::after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, 
											 rgba(255,255,255,0.8) 40%,
											 rgba(255,255,255,0.1) 100%); */
}

.augment-page .logo-wrapper{
	padding: 0px;
	z-index: 1;
}

.banner-float-text{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* width: 80%;
    left: 10%;
    right: 10%;  */
    z-index: 1;
}

.banner-float-text h1{
	font-family: Buttershine, Serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 52px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    line-height: 1.1;
	max-width: 100%;
}

.banner-float-text h1 span{
	font-family: Buttershine, Serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 52px;
	text-align: left;
	color: rgba(150, 149, 149, 1);
}

@media(max-width:767px){
	/* .banner-float-text{
		width: 90%;
		left: 5%;
		right: 5%;
	} */

	.section-our-brands-banner.augment-page::after{
		background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.8) 40%,rgba(255,255,255,0.1) 100%);
	}

	.banner-float-text h1{
		font-size: 40px;
	}
	.banner-float-text h1 span{
		color: rgba(0,0,0,0.7)
	}
}

.post-slider .slick-slide{
	position: relative;
	height: 100% !important;
}

.post-slider .slick-slide .slick-caption{
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: auto;
    z-index: 99;
    display: block;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

@media(max-width:767px){
	.post-slider .slick-slide .slick-caption{
		font-size: 12px;
	}
}

.post-slider .slick-next{
	background-image:url('../img/icons/slick-arrow-next.svg');
}

.post-slider .slick-prev{
	background-image:url('../img/icons/slick-arrow-prev.svg');
}

.post-slider .slick-next, .post-slider .slick-prev{
	width: 35px;
    height: 35px; 
	z-index: 1; 
    padding: 0; 
	border: 0;
	position: absolute;
    background-size: 18px auto;
    background-color: rgba(0,0,0,0.8);
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);	
}

.post-slider .slick-dots{
	margin-top: 6px;
}

.post-slider .slick-prev{
	left: -15px;
}

.post-slider .slick-next{
	right: -15px;
}

@media (max-width: 767px) {
	.augment-ourexpertise-section .grid-listing-item{
		padding: 20px;
        min-height: auto !important;
        height: auto !important;  
	}
	
	.augment-ourexpertise-section .grid-listing-item p{
		display: block;
		top: 0;
		max-width: 100%;
		margin-top: 15px;
		position: relative;
		margin: 10px auto 0px auto;
	}
}

.article-content figcaption.blocks-gallery-caption{
	width: 100%;
    height: auto;
    margin: 0 auto;
    display: block; 
    color: #000;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px; 
}	
 
.downloadReport-form input[type="text"], 
.downloadReport-form input[type="email"],
.downloadReport-form input[type="number"],
.downloadReport-form .form-control{
	color: #000 !important;
}
.downloadReport-form .new_msg{
	color: #ddd !important;
    margin-bottom: 0px;
    margin-top: 10px;
}

.new_form_chk input[type="checkbox"]{
	position: relative;
    height: 15px !important;
    width: 15px !important;
    top: 2px !important;
    margin-right: 2px !important;
}

.downloadReport-form .new_submit_btn{
	padding: 10px 15px !important;
	line-height: 1.5 !important;
}

@media(max-width: 767px){
	.download-container{
		padding: 10px 0px !important;
	}
}

/* WP Block and Classic gallery style */
.post-slider,
.wp-block-gallery{
	margin-bottom: 1.5rem;
}

.wp-block-gallery figure.wp-block-image,
.post-slider .slick-slide{
	z-index: 1;
    position: relative;
	background: #3c4142; 
}

.wp-block-gallery figure.wp-block-image img,
.post-slider .slick-slide img { 
	height: 500px !important;
	width: auto !important;
	object-fit: contain !important;
	flex: none !important;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
	object-position: center;
}

.wp-block-gallery figure.wp-block-image .wp-element-caption { 	
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7) !important;
    width: 100%;
    height: auto;
    z-index: 99;
    display: block;
    padding: 5px 10px !important;
    color: #fff !important; 
    font-size: 14px !important;
}

@media (max-width: 991px) {
	.wp-block-gallery figure.wp-block-image img,
	.post-slider .slick-slide img { 
		height: 400px !important;
		object-fit: contain !important;
	}
}

.wp-block-gallery .gallery-caption,
.post-slider .gallery-caption{
    color: #4e4d4d;
    margin: 0 auto !important;
    width: 100%;
    text-align: center;
}

