@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 22px;
	line-height: 145.455%;
	color: #000000;
	background: #E4E4E4;
	padding-top: 100px;
}

figure {
	margin: 0;
}

strong,
b {
	font-family: 'NeueHaasDisplayBold', sans-serif;
	font-weight: normal;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

a:hover {
	color: #0000FF;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid #0000FF;
	margin-bottom: 20px;
}

blockquote * {
	font-size: 135%;
	line-height: 160%;
}

h1 {
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 58px;
	line-height: 124.138%;
	color: #000000;
	margin-bottom: 25px;
}

h2 {
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 48px;
	line-height: 129.167%;
	color: #000000;
	margin-bottom: 25px;
}

h3 {
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 42px;
	line-height: 129.167%;
	color: #000000;
	margin-bottom: 25px;
}

h4 {
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 36px;
	line-height: 129.167%;
	color: #000000;
	margin-bottom: 25px;
}

h5 {
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 32px;
	line-height: 129.167%;
	color: #000000;
	margin-bottom: 20px;
}

h6 {
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 26px;
	line-height: 129.167%;
	color: #000000;
	margin-bottom: 20px;
}

.paragraph-medium {
	font-size: 26px;
	line-height: 138.462%;
}

.paragraph-large {
	font-size: 32px;
	line-height: 118.75%;
}

.fix-width-715 {
	max-width: 715px;
	width: 100%;
}

.fix-width-800 {
	max-width: 800px;
	width: 100%;
}

.fix-width-840 {
	max-width: 840px;
	width: 100%;
}

.fix-width-950 {
	max-width: 950px;
	width: 100%;
}

.fix-width-1080 {
	max-width: 1080px;
	width: 100%;
}

.fix-width-1200 {
	max-width: 1200px;
	width: 100%;
}

/* main-title */
.main-title {
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 64px;
	line-height: 115.625%;
	color: #000000;
	margin-bottom: 30px;
}

.main-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-title a {
	text-decoration: none;
}

.main-title a:hover {
	color: #0000FF;
}
/* main-title */

/* section-title */
.section-title {
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 58px;
	line-height: 124.138%;
	color: #000000;
	margin-bottom: 30px;
}

.section-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a {
	text-decoration: none;
}

.section-title a:hover {
	color: #0000FF;
}
/* section-title */

/* block-title */
.block-title {
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 48px;
	line-height: 129.167%;
	color: #000000;
	margin-bottom: 30px;
}

.block-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-title a {
	text-decoration: none;
}

.block-title a:hover {
	color: #0000FF;
}
/* block-title */

/* block-small-title */
.block-small-title {
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 32px;
	line-height: 118.75%;
	color: #000000;
	margin-bottom: 30px;
}

.block-small-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-small-title a {
	text-decoration: none;
}

.block-small-title a:hover {
	color: #0000FF;
}
/* block-small-title */

/* extra-small-block-title */
.extra-small-block-title {
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 26px;
	line-height: 134.615%;
	color: #000000;
	margin-bottom: 25px;
}

.extra-small-block-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.extra-small-block-title a {
	text-decoration: none;
}

.extra-small-block-title a:hover {
	color: #0000FF;
}
/* extra-small-block-title */

/* buttons */
.btn {
	position: relative;
	z-index: 9;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'NeueHaasDisplayMedium', sans-serif;
	font-size: 18px;
	line-height: 155.556%;
	padding: 0;
	border: 1px solid transparent;
	box-shadow: none;
	overflow: hidden;
	text-transform: capitalize;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	transition: color .1s ease .5s;
	-webkit-transition: color .1s ease .5s;
	-moz-transition: color .1s ease .5s;
	-ms-transition: color .1s ease .5s;
	-o-transition: color .1s ease .5s;
}

.btn .btn-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: translateX(-101%);
	transition: transform .25s ease;
	-webkit-transition: transform .25s ease;
	-moz-transition: transform .25s ease;
	-ms-transition: transform .25s ease;
	-o-transition: transform .25s ease;
	-webkit-transform: translateX(-101%);
	-moz-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	-o-transform: translateX(-101%);
}

.btn .btn-overlay:not(:last-of-type) {
	opacity: 0.7;
}

.btn .btn-overlay:nth-child(1) {
	background: #c6c4ff;
    transition-delay: .1s;
}

.btn .btn-overlay:nth-child(2) {
	background: #ffbfc3;
    transition-delay: .2s;
}

.btn .btn-overlay:nth-child(3) {
	background: #9effba;
    transition-delay: .2s;
}

.btn .btn-overlay:nth-child(4) {
	background: #0000FF;
    transition-delay: .4s;
	opacity: 1;
}

.btn:active:focus .btn-overlay,
.btn:hover .btn-overlay {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.btn:active:focus,
.btn:hover {
	color: #ffffff !important;
	/* border-color: #feff00 !important; */
	transition-delay: 0.1s;
}

.btn .btn-text {
	position: relative;
	z-index: 9;
	color: inherit;
	padding: 14px 24px;
}

.btn-simple-white {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
}

.btn-simple-white:active,
.btn-simple-white:focus {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
}

/* .btn-simple-white:active:focus,
.btn-simple-white:hover {
	color: #000000 !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
} */

.btn-white {
	color: #000000 !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.btn-white:active,
.btn-white:focus {
	color: #000000 !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

/* .btn-white:active:focus,
.btn-white:hover {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
} */

.btn-simple-black {
	color: #000000 !important;
	background: transparent !important;
	border-color: #000000 !important;
}

.btn-simple-black:active,
.btn-simple-black:focus {
	color: #000000 !important;
	background: transparent !important;
	border-color: #000000 !important;
}

/* .btn-simple-black:active:focus,
.btn-simple-black:hover {
	color: #ffffff !important;
	background: #000000 !important;
	border-color: #000000 !important;
} */

.btn-black {
	color: #ffffff !important;
	background: #000000 !important;
	border-color: #000000 !important;
}

.btn-black:active,
.btn-black:focus {
	color: #ffffff !important;
	background: #000000 !important;
	border-color: #000000 !important;
}

/* .btn-black:active:focus,
.btn-black:hover {
	color: #000000 !important;
	background: transparent !important;
	border-color: #000000 !important;
} */

.btn-simple-blue {
	color: #0000FF !important;
	background: transparent !important;
	border-color: #0000FF !important;
}

.btn-simple-blue:active,
.btn-simple-blue:focus {
	color: #0000FF !important;
	background: transparent !important;
	border-color: #0000FF !important;
}

/* .btn-simple-blue:active:focus,
.btn-simple-blue:hover {
	color: #ffffff !important;
	background: #0000FF !important;
	border-color: #0000FF !important;
} */

.btn-blue {
	color: #ffffff !important;
	background: #0000FF !important;
	border-color: #0000FF !important;
}

.btn-blue:active,
.btn-blue:focus {
	color: #ffffff !important;
	background: #0000FF !important;
	border-color: #0000FF !important;
}

/* .btn-blue:active:focus,
.btn-blue:hover {
	color: #0000FF !important;
	background: transparent !important;
	border-color: #0000FF !important;
} */
/* buttons */

/* common-form */
.common-form .row {
	margin: 0 -15px !important;
}

.common-form .row > * {
	padding: 0 15px !important;
}

.common-form .form-group {
	margin-bottom: 50px;
}

.common-form .form-label {
	font-family: 'NeueHaasDisplayBold', sans-serif;
	font-size: 10px;
	line-height: 200%;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.common-form .form-select,
.common-form .form-control {
	height: 42px;
	resize: none;
	background-color: transparent;
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 16px;
	line-height: 162.5%;
	padding: 6px 15px;
	color: #000000;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-form .form-select:focus,
.common-form .form-control:focus {
	border-color: #000000;
}

.common-form .form-control::-webkit-input-placeholder { color: #000000; }
.common-form .form-control::-moz-placeholder { color: #000000; }
.common-form .form-control:-ms-input-placeholder { color: #000000; }
.common-form .form-control:-o-placeholder { color: #000000; }

.common-form textarea.form-control {
	height: 162px;
	border: 1px solid rgba(0,0,0,0.1);
}

.common-form .form-submit {
	padding-left: 15px;
}

.common-form .form-note {
	font-size: 20px;
	line-height: 150%;
	margin-top: 30px;
}

.common-form .form-note a {
	color: #000000;
}

.common-form .form-note a:hover {
	color: #0000FF;
}
/* common-form */

/* common-select2-block */
.common-select2-block .select2 {
	width: 100% !important;
}

.common-select2-block .select2 .select2-selection {
	height: 42px;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-select2-block .select2 .select2-selection--single .select2-selection__rendered {
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 16px;
	line-height: 42px;
	padding: 0 35px 0 15px;
	color: #000000;
}

.common-select2-block .select2 .select2-selection--single .select2-selection__arrow {
	width: 35px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.common-select2-block .select2.select2-container--open .select2-selection--single .select2-selection__arrow {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.common-select2-block .select2 .select2-selection--single .select2-selection__arrow:before {
	position: relative;
	content: "";
	display: block;
	width: 16px;
	height: 9px;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='%23000000'%3E%3Cpath d='M7.99899 9.5C7.80082 9.5 7.60261 9.42274 7.45192 9.26711L0.226817 1.856C-0.0756055 1.5458 -0.0756055 1.04286 0.226817 0.732656C0.529239 0.422448 1.01955 0.422448 1.32197 0.732656L8 7.5826L14.678 0.732656C14.9805 0.422448 15.4708 0.422448 15.7732 0.732656C16.0756 1.04286 16.0756 1.5458 15.7732 1.856L8.54808 9.26711C8.39532 9.42274 8.19717 9.5 7.99899 9.5Z'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

.common-select2-block .select2 .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.common-dropdown-selectbox .select2-results__options .select2-results__option {
	padding: 7px 15px;
	font-size: 16px;
	line-height: 162.5%;
	color: #000000;
	background: transparent;
}

.common-dropdown-selectbox .select2-results__options .select2-results__option.select2-results__option--highlighted {
	color: #000000;
	background: transparent;
}

.common-dropdown-selectbox .select2-results__options .select2-results__option.select2-results__option--selected,
.common-dropdown-selectbox .select2-results__options .select2-results__option:hover {
	color: #ffffff;
	background: #0000FF;
}
/* common-select2-block */

/* common-social-icons */
.common-social-icons {
	font-size: 22px;
	line-height: 115%;
	color: #000000;
}

.common-social-icons.white-layout {
	color: #ffffff;
}

.common-social-icons ul {
	display: inline-flex !important;
	flex-wrap: wrap !important;
	flex-direction: row !important;
	margin: 0 -21px !important;
	padding: 0 !important;
	list-style-type: none;
}

.common-social-icons ul li {
	display: inline-flex !important;
	margin: 0 21px !important;
	padding: 0 !important;
	list-style-type: none;
}

.common-social-icons ul li a {
	color: inherit;
}

.common-social-icons ul li a:hover {
	opacity: 0.7;
}
/* common-social-icons */

/* common-date-time-items */
.common-date-time-items {
	font-family: 'NeueHaasDisplayMedium', sans-serif;
	font-size: 18px;
	line-height: 155.556%;
}

.common-date-time-items ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -5px;
	padding: 0;
	list-style-type: none;
}

.common-date-time-items ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 5px 5px;
	padding: 5px 14px;
	list-style-type: none;
	border: 1px solid #000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
/* common-date-time-items */

/* custom-arrow-pointer */
.custom-arrow-pointer {
	cursor: url("../images/cursor-hover-play.png") 45 45,default!important;
}
/* custom-arrow-pointer */

/* common-breadcrumbs */
.common-breadcrumbs-section {
	padding: 60px 0;
}

.common-breadcrumbs .breadcrumb {
	padding: 0;
	margin: 0;
}

.common-breadcrumbs .breadcrumb .breadcrumb-item {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'NeueHaasDisplayMedium', sans-serif;
	font-size: 18px;
	line-height: 155.556%;
	color: #000000;
}

.common-breadcrumbs .breadcrumb .breadcrumb-item:before {
	position: relative;
	display: inline-flex;
	content: "\f061";
	font-family: "FontAwesome";
	padding: 0 10px;
	color: inherit;
}

.common-breadcrumbs .breadcrumb .breadcrumb-item:first-child:before {
	display: none;
}

.common-breadcrumbs .breadcrumb .breadcrumb-item * {
	color: inherit;
}

.common-breadcrumbs .breadcrumb .breadcrumb-item a {
	text-decoration: none;
}

.common-breadcrumbs .breadcrumb .breadcrumb-item a:hover {
	color: #0000FF;
}

.common-breadcrumbs .breadcrumb .breadcrumb-item.active {
	color: #000000;
}
/* common-breadcrumbs */

/* common-readmore-less-detail */
.common-readmore-less-detail.full-detail .readmore-main-detail {
	display: block !important;
}

.common-readmore-less-detail .common-readmore-link {
	margin-top: 10px;
}

.common-readmore-less-detail .common-readmore-link a {
	text-decoration: none;
	font-family: "NeueHaasDisplayBold", sans-serif;
	font-size: 18px;
	line-height: 155.556%;
	color: #0A0400;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.common-readmore-less-detail .common-readmore-link a:hover {
	color: #0000FF;
}
/* common-readmore-less-detail */

/* cookie */
#cmplz-manage-consent .cmplz-manage-consent {
	display: none;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner {
	z-index: 99;
}

#cmplz-cookiebanner-container .cmplz-logo {
	display: none;
}

#cmplz-cookiebanner-container .cmplz-message {
	font-size: 16px;
	line-height: 135%;
}

#cmplz-cookiebanner-container .cmplz-buttons .cmplz-btn {
	font-family: 'NeueHaasDisplayMedium', sans-serif;
    font-size: 18px;
    line-height: 155.556%;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#cmplz-cookiebanner-container .cmplz-buttons .cmplz-btn.cmplz-accept {
	color: #ffffff !important;
	background: #0000FF !important;
	border-color: #0000FF !important;
}

#cmplz-cookiebanner-container .cmplz-buttons .cmplz-btn.cmplz-accept:hover {
	color: #0000FF !important;
	background: #ffffff !important;
	border-color: #0000FF !important;
}

#cmplz-cookiebanner-container .cmplz-buttons .cmplz-btn.cmplz-deny {
	color: #0000FF !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

#cmplz-cookiebanner-container .cmplz-buttons .cmplz-btn.cmplz-deny:hover {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
}
/* cookie */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background: #0000FF;
	padding: 8px 0;
}

body.modal-open .header {
	z-index: 999;
}

.header .h-searchbox {
	position: fixed;
	left: 0;
	right: 0;
	top: -100%;
	width: 100%;
	height: 100px;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #0000FF;
	z-index: 9999;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.header .h-searchbox.open {
	top: 0;
}

.header .h-searchbox form {
	position: relative;
}

.header .h-searchbox .form-control {
	height: 50px;
	font-size: 18px;
	line-height: 125%;
	color: #ffffff;
	border: none;
	border-bottom: 1px solid #ffffff;
	background: transparent;
	padding: 6px 60px 6px 0;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
}

.header .h-searchbox .form-control::-webkit-input-placeholder { color: #ffffff; }
.header .h-searchbox .form-control::-moz-placeholder { color: #ffffff; }
.header .h-searchbox .form-control:-ms-input-placeholder { color: #ffffff; }
.header .h-searchbox .form-control:-o-placeholder { color: #ffffff; }

.header .h-searchbox .btn-search {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 9;
	font-size: 18px;
	line-height: 125%;
	color: #ffffff;
	padding: 0;
	border: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header .h-searchbox .btn-search:hover {
	color: #ffffff !important;
	opacity: 0.7;
}

.header .h-searchbox .btn-close-form {
	position: absolute;
	right: 30px;
	top: 50%;
	z-index: 99;
	color: #ffffff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header .h-search-icon {
	position: relative;
	z-index: 9999;
	margin-left: 70px;
}

.header .h-search-icon a {
	text-decoration: none;
	color: #ffffff;
}

.header .navbar {
	padding: 0;
}

.header .navbar .navbar-brand {
	position: relative;
	z-index: 9999;
	padding: 0;
	width: 170px;
}

.header .navbar .navbar-brand * {
	max-width: 100%;
}

.header .navbar .navbar-toggler {
	position: relative;
	z-index: 9999;
	width: 24px;
	height: 24px;
	padding: 0;
	box-shadow: none !important;
	border: none;
}

.header .navbar .navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.header .navbar .navbar-toggler.collapsed .hamburger {
	height: 10px;
}

.header .navbar .navbar-toggler .hamburger-toggle {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header .navbar .navbar-toggler .hamburger span {
	width: 100%;
	height: 2px;
	background: #ffffff;
	position: relative;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.header .navbar .navbar-toggler .hamburger span:first-child {
	top: 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

/* .header .navbar .navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
} */

.header .navbar .navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -11px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.header .navbar .navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.header .navbar .navbar-nav {
	margin: 0;
	max-width: 435px;
	margin-left: auto;
	flex-wrap: wrap;
}

.header .navbar .navbar-nav .nav-item {
	width: 33.3333%;
	padding: 5px 15px;
}

.header .navbar .navbar-nav .nav-item .nav-link {
	display: inline-block;
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 18px;
	line-height: 115%;
	color: #ffffff;
	padding: 0;
	border-bottom: 1px solid transparent;
}

.header .navbar .navbar-nav .nav-item.active .nav-link,
.header .navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.header .navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.header .navbar .navbar-nav .nav-item.current_page_parent .nav-link,
.header .navbar .navbar-nav .nav-item .nav-link.active,
.header .navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.header .navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.header .navbar .navbar-nav .nav-item .nav-link.current_page_parent,
.header .navbar .navbar-nav .nav-item .nav-link:hover {
	border-color: #ffffff;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */
.banner-section .banner-main-image {
	height: calc(100vh - 100px);
}

.banner-section .banner-main-image .banner-image {
	height: 100%;
	/* background: #0000FF; */
}

.banner-section .banner-main-image .banner-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-section.inner-banner-section .banner-description {
	padding-top: 85px;
	padding-bottom: 100px;
}

.banner-section .banner-description .block-title {
	margin-bottom: 10px;
}

.banner-section .banner-description .banner-detail {
	font-size: 24px;
	line-height: 141.667%;
}
/* banner */

/* we-grow-business */
.we-grow-business-section {
	position: relative;
	z-index: 9;
	padding-top: 70px;
}

.we-grow-business-section .we-grow-business-detail {
	margin-bottom: 35px;
}

.we-grow-business-section .we-grow-business-detail .business-detail p {
	margin-bottom: 30px;
}

.we-grow-business-section .we-grow-business-main-image {
	position: relative;
	z-index: 9;
	padding: 65px 98px 0 0;
}

.we-grow-business-section .we-grow-business-main-image .lottie-back-shape-block {
	position: absolute;
	right: 0;
	top: 0;
	width: 750px;
	height: calc(100% + 65px);
	z-index: -1;
}

/* .we-grow-business-section .we-grow-business-main-image:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 750px;
	height: calc(100% + 65px);
	background: url("../images/grow-business-back-shape.svg") no-repeat;
	background-size: 100% 100%;
	z-index: -1;
} */

.we-grow-business-section .we-grow-business-main-image .grow-business-image {
	display: block;
	height: 688px;
	/* background: #0000FF; */
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.we-grow-business-section .we-grow-business-main-image .grow-business-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}
/* we-grow-business */

/* growth-services */
.growth-services-section {
	padding-top: 350px;
	padding-bottom: 60px;
	background: #000000;
	margin-top: -295px;
}

.growth-services-section .block-title {
	color: #ffffff;
	margin-bottom: 45px;
}

.growth-services-section .growth-services-list > .row {
	margin: 0 -10px;
}

.growth-services-section .growth-services-list > .row > * {
	padding: 0 10px;
}

.growth-services-block {
	height: calc(100% - 30px);
	margin-bottom: 30px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.growth-services-block .growth-image {
	height: 345px;
	overflow: hidden;
}

.growth-services-block .growth-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.growth-services-block .growth-title {
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 26px;
	line-height: 123.077%;
	color: #ffffff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 95px;
	margin-bottom: 25px;
}

.growth-services-block .growth-title * {
	font-family: inherit;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.growth-services-block .growth-title a {
	text-decoration: none;
}

.growth-services-block .growth-title a:hover {
	color: #0000FF;
}

.growth-services-block .growth-detail {
	padding: 30px;
}

.growth-services-block .growth-detail .detail {
	color: #ffffff;
}

.growth-services-block .growth-detail .detail *:last-child {
	margin-bottom: 0;
}

.growth-services-slider {
	margin-bottom: 42px;
}

.growth-services-carousel {
	opacity: 0;
}

.growth-services-carousel.slick-initialized {
	opacity: 1;
}

.growth-services-carousel .slick-arrow {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 50px;
	z-index: 9;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.05);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.growth-services-carousel .slick-arrow:hover {
	background: #0000FF;
}

.growth-services-carousel .slick-arrow.slick-prev {
	margin-left: -33px;
}

.growth-services-carousel .slick-arrow.slick-next {
	margin-left: 33px;
}

.growth-services-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.growth-services-carousel .slick-list {
	margin: 0 -12px;
}

.growth-services-carousel .slick-slide {
	height: inherit;
	padding: 0 12px;
}

.growth-services-carousel .growth-services-block {
	height: calc(100% - 80px);
	margin-bottom: 80px;
}
/* growth-services */

/* what-different */
.what-different-section {
	padding-top: 120px;
	padding-bottom: 60px;
	background: #E4E4E4;
}

.what-different-section .what-different-detail {
	margin-bottom: 60px;
}

.what-different-section .what-different-detail .different-detail p {
	margin-bottom: 30px;
}

.what-different-list > .row {
	margin: 0 -30px;
}

.what-different-list > .row > * {
	padding: 0 30px;
}

.what-different-block {
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
}

.what-different-block .different-image {
	display: block;
	overflow: hidden;
	height: 400px;
	margin-bottom: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.what-different-block .different-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.what-different-block .different-detail .detail {
	font-size: 26px;
	line-height: 134.615%;
}

.what-different-block .different-detail .detail a {
	display: inline;
	text-decoration: none;
	color: inherit;
}

.what-different-block .different-detail .detail a:hover {
	color: #0000FF;
}

.what-different-slider {
	overflow: hidden;
}

.what-different-carousel {
	opacity: 0;
}

.what-different-carousel.slick-initialized {
	opacity: 1;
}

.what-different-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.what-different-carousel .slick-list {
	margin: 0 -12px;
}

.what-different-carousel .slick-slide {
	height: inherit;
	padding: 0 12px;
}
/* what-different */

/* testimonials */
.testimonials-section {
	padding-top: 60px;
	padding-bottom: 85px;
	background: #E4E4E4;
}

.testimonials-section .testimonials-main-title {
	margin-bottom: 50px;
}

.testimonials-section .testimonials-list > .row {
	margin: 0 -30px;
}

.testimonials-section .testimonials-list > .row > * {
	padding: 0 30px;
}

.testimonials-section .testimonials-list > .row > *:nth-child(odd) .customer-block {
	color: #ffffff;
	background: #000000;
}

.testimonials-section .testimonials-list > .row > *:nth-child(odd) .customer-block .customer-name {
	border-color: rgba(255,255,255,0.2);
}

.testimonials-section .customer-block {
	/* display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between; */
	display: block;
	background: #EFEFEF;
	/* height: 475px; */
	height: calc(100% - 40px);
	margin-bottom: 40px;
}

.testimonials-section .customer-block .customer-image {
	height: 335px;
	overflow: hidden;
}

.testimonials-section .customer-block .customer-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.testimonials-section .customer-block .customer-main-detail {
	padding: 30px;
	height: calc(100% - 335px);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

/* .testimonials-section .customer-block .customer-detail {
	height: calc(100% - 83px);
	overflow: auto;
} */

.testimonials-section .customer-block .customer-detail *:last-child {
	margin-bottom: 0;
}

.testimonials-section .customer-block .customer-name {
	padding-top: 30px;
	margin-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.1);
	font-size: 22px;
	line-height: 145.455%;
}

.testimonials-section .customer-block .customer-name *:last-child {
	margin-bottom: 0;
}

.testimonials-carousel {
	opacity: 0;
}

.testimonials-carousel.slick-initialized {
	opacity: 1;
}

.testimonials-carousel .slick-arrow {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 50px;
	z-index: 9;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	border: 1px solid #000000;
	background: transparent;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.testimonials-carousel .slick-arrow:hover {
	color: #ffffff;
	background: #0000FF;
	border-color: #0000FF;
}

.testimonials-carousel .slick-arrow.slick-prev {
	margin-left: -33px;
}

.testimonials-carousel .slick-arrow.slick-next {
	margin-left: 33px;
}

.testimonials-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.testimonials-carousel .slick-list {
	margin: 0 -10px;
}

.testimonials-carousel .slick-slide {
	padding: 0 10px;
	height: inherit;
}

.testimonials-carousel .customer-block {
	margin-bottom: 70px;
	height: calc(100% - 70px);
}

.testimonials-carousel .customer-block .customer-image * {
	object-position: center 20%;
}
/* testimonials */

/* your-goals-success */
.your-goals-success-section {
	padding-top: 108px;
	padding-bottom: 78px;
	background: #000000;
	border-bottom: 4px solid #0000FF;
}

.your-goals-success-section .your-goals-success-main-title {
	margin-bottom: 105px;
}

.your-goals-success-section .your-goals-success-main-title .main-detail {
	font-size: 24px;
	line-height: 150%;
}

.your-goals-success-section .goals-success-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
}

.your-goals-success-section .goals-success-list > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 20%;
	padding: 0 15px;
	text-align: center;
}

.your-goals-success-section .success-block {
	margin-bottom: 30px;
}

.your-goals-success-section .success-block .block-title {
	font-family: 'NeueHaasGroteskDisplayPro65Medium', sans-serif;
	color: #ffffff;
	margin-bottom: 5px;
}

.your-goals-success-section .success-block .detail {
	font-family: 'NeueHaasGroteskDisplayPro65Medium', sans-serif;
	font-size: 18px;
	line-height: 155.556%;
	color: #ffffff;
	opacity: 0.8;
}

.your-goals-success-section .success-block .detail *:last-child {
	margin-bottom: 0;
}
/* your-goals-success */

/* defined-design */
.defined-design-section {
	padding-top: 205px;
	padding-bottom: 60px;
	margin-top: -75px;
	background: #000000;
}

.defined-design-section .section-title {
	color: #ffffff;
}

.defined-design-list .defined-design-block {
	margin-bottom: 130px;
}

.defined-design-list .defined-design-block:last-child {
	margin-bottom: 0;
}

.defined-design-list .defined-design-block:nth-child(odd) > .row {
	flex-direction: row-reverse;
}

.defined-design-block > .row {
	margin: 0 -30px;
}

.defined-design-block > .row > * {
	padding: 0 30px;
}

.defined-design-block .defined-images {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.defined-design-block .defined-images > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 50%;
	padding: 0 10px;
}

.defined-design-block .defined-images .image-block {
	height: 305px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.defined-design-block .defined-images .image-block * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.defined-design-block .defined-main-detail .block-small-title {
	font-size: 30px;
	color: #ffffff;
}

.defined-design-block .defined-main-detail .detail {
	color: #ffffff;
}
/* defined-design */

/* business-owner */
.business-owner-section {
	padding: 120px 0;
}

.business-owner-section .business-owner-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.business-owner-section .business-owner-content > * {
	flex: 1 0 0;
	max-width: 100%;
}

.business-owner-section .business-owner-content .business-owner-profile {
	flex: 0 0 auto;
	max-width: 100%;
	width: 605px;
	margin-right: 100px;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.business-owner-section .business-owner-content .business-owner-profile * {
	width: 100%;
}

.business-owner-section .business-owner-content .business-owner-detail .detail p {
	margin-bottom: 20px;
}
/* business-owner */

/* leadership */
.leadership-section {
	padding-top: 60px;
	padding-bottom: 90px;
	background: #E4E4E4;
}

.leadership-section .leadership-main-title {
	margin-bottom: 50px;
}

.leadership-section .leadership-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -9px;
}

.leadership-section .leadership-list > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 20%;
	padding: 0 9px;
}

.leadership-block {
	margin-bottom: 30px;
}

.leadership-block .leadership-image {
	height: 355px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.leadership-block .leadership-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: center top;
}

.leadership-block .extra-small-block-title {
	font-family: 'NeueHaasDisplayMedium', sans-serif;
	margin-bottom: 30px;
}

.leadership-block .extra-small-block-title span {
	display: block;
	font-family: "NeueHaasDisplayRoman";
	font-size: 22px;
	line-height: 134.615%;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	height: 70px;
}

.leadership-block .leadership-detail {
	color: #000000;
}

.leadership-block .leadership-detail .detail {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.leadership-block .leadership-detail .detail *:last-child {
	margin-bottom: 0;
}

.leadership-block .leadership-detail .learnmore-link a {
	text-decoration: underline;
	color: inherit;
}

.leadership-block .leadership-detail .learnmore-link a:hover {
	color: #0000FF;
}
/* leadership */

/* contact page */
.contact-section {
	padding: 60px 0 120px;
}

.contact-section .contact-main-title {
	margin-bottom: 85px;
}

.contact-section .contact-main-title .section-title {
	margin-bottom: 48px;
}

.contact-section .contact-main-title .block-small-title {
	margin-bottom: 10px;
}

.contact-section .contact-content > .row {
	margin: 0 -60px;
}

.contact-section .contact-content > .row > * {
	padding: 0 60px;
}

.contact-section .contact-love-image * {
	width: 100%;
}

.contact-form .row {
	margin: 0 -25px !important;
}

.contact-form .row > * {
	padding: 0 25px !important;
}

.contact-form .form-mail-phone-submit-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}

.contact-form .form-mail-phone-submit-block > * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 30px;
}

.contact-form .form-mail-phone-submit-block .form-mps-block {
	font-size: 16px;
	line-height: 162.5%;
	color: #0A0400;
	margin-bottom: 20px;
}

.contact-form .form-mail-phone-submit-block .form-mps-block * {
	margin-bottom: 0;
}

.contact-form .form-mail-phone-submit-block .form-mps-block p span {
	font-size: 24px;
	line-height: 141.667%;
	color: #000000;
}

.contact-form .form-mail-phone-submit-block .form-mps-block a {
	text-decoration: none;
	color: inherit;
}

.contact-form .form-mail-phone-submit-block .form-mps-block a:hover {
	color: #0000FF;
}
/* contact page */

/* services page */
.we-work-sectors-section {
	padding-top: 100px;
	padding-bottom: 120px;
}

.we-work-sectors-section .section-title {
	margin-bottom: 50px;
}

.work-sectors-accordion .accordion-item {
	margin-bottom: 30px;
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.work-sectors-accordion .accordion-item .accordion-button {
	position: relative;
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 32px;
	line-height: 131.25%;
	color: #000000;
	background: transparent;
	padding: 0 0 0 45px;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.work-sectors-accordion .accordion-item .accordion-button:after {
	position: absolute;
	left: 10px;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='%23ffffff'%3E%3Cpath d='M11.9649 5.17664C11.9415 5.23326 11.9078 5.28427 11.8653 5.32674L7.55737 9.63468C7.46752 9.72453 7.34934 9.77005 7.23118 9.77005C7.11302 9.77005 6.99484 9.72514 6.90499 9.63468C6.72467 9.45436 6.72467 9.16201 6.90499 8.98169L10.4252 5.46151H0.461565C0.206781 5.46151 0 5.25473 0 4.99995C0 4.74516 0.206781 4.53838 0.461565 4.53838H10.4246L6.90439 1.0182C6.72407 0.837883 6.72407 0.545537 6.90439 0.365219C7.08471 0.184901 7.37705 0.184901 7.55737 0.365219L11.8653 4.67316C11.9078 4.71562 11.9415 4.76664 11.9649 4.82325C12.0117 4.93649 12.0117 5.0634 11.9649 5.17664Z'/%3E%3C/svg%3E") #0000FF no-repeat;
	background-size: 12px 10px;
	background-position: center center;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.work-sectors-accordion .accordion-item .accordion-button.collapsed:after {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.work-sectors-accordion .accordion-item .accordion-body {
	padding: 10px 0 0 45px;
	font-size: 22px;
	line-height: 145.455%;
	color: #000000;
}

.work-sectors-accordion .accordion-item .accordion-body *:last-child {
	margin-bottom: 0;
}

.we-work-sectors-section .professional-consultation-block {
	margin-top: 60px;
	background: #ffffff;
	padding: 60px;
	border: 1px solid rgba(0, 0, 0, 0.50);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.we-work-sectors-section .professional-consultation-block .section-title {
	margin-bottom: 30px;
}

.we-work-sectors-section .professional-consultation-block .book-now-button {
	margin-top: 30px;
}

.our-work-services-section {
	margin-top: 50px;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #000000;
}

.our-work-services-section .section-title {
	color: #ffffff;
	margin-bottom: 30px;
}

.our-work-tabing > .row {
	margin: 0 -30px;
}

.our-work-tabing > .row > * {
	padding: 0 30px;
}

.our-work-tabing .nav-tabs {
	border: none;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.our-work-tabing .nav-tabs .nav-item {
	display: block;
	margin: 0 0 38px;
	padding: 0;
	list-style-type: none;
}

.our-work-tabing .nav-tabs .nav-item .nav-link {
	text-align: left;
	width: 100%;
	position: relative;
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 26px;
	line-height: 123.077%;
	color: #757575;
	margin: 0;
	padding: 0 25px 0 0;
	text-transform: capitalize;
	border: none;
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.our-work-tabing .nav-tabs .nav-item.active .nav-link,
.our-work-tabing .nav-tabs .nav-item .nav-link.active,
.our-work-tabing .nav-tabs .nav-item .nav-link:hover {
	color: #ffffff;
}

.our-work-tabing .nav-tabs .nav-item .nav-link:before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 18px;
	height: 2px;
	background: #ffffff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.our-work-tabing .nav-tabs .nav-item .nav-link:after {
	position: absolute;
	content: "";
	right: 8px;
	top: 50%;
	width: 2px;
	height: 18px;
	background: #ffffff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.our-work-tabing .nav-tabs .nav-item.active .nav-link:after,
.our-work-tabing .nav-tabs .nav-item .nav-link.active:after {
	transform: translate(0, -50%) rotate(-90deg);
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-moz-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	-o-transform: translate(0, -50%) rotate(-90deg);
}

.our-work-tabing .our-work-tab-block {
	display: flex;
	flex-wrap: wrap;
}

.our-work-tabing .our-work-tab-block > * {
	flex: 1 0 0;
	max-width: 100%;
}

.our-work-tabing .our-work-tab-block .our-work-image {
	flex: 0 0 auto;
	width: 435px;
	height: 435px;
	margin-right: 60px;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.our-work-tabing .our-work-tab-block .our-work-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}

.our-work-tabing .our-work-tab-block .our-work-detail {
	color: #ffffff;
}

.our-work-tabing .our-work-tab-block .our-work-detail p {
	margin-bottom: 20px;
}
/* services page */

/* insight page */
.insights-filter-section {
	padding-top: 60px;
	padding-bottom: 30px;
}

.insights-filter-section .insight-filter-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: -20px;
}

.insights-filter-section .insight-filter-title > * {
	flex: 0 0 auto;
	max-width: 100%;
	margin-right: 20px;
	margin-bottom: 30px;
}

.insight-filter-accordion {
	overflow: hidden;
}

.insight-filter-accordion .insight-filter-list-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -25px;
}

.insight-filter-accordion .insight-filter-list-items .accordion-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 0 25px;
	width: auto;
	padding: 0 20px 0 0;
	font-family: 'NeueHaasDisplayMedium', sans-serif;
	font-size: 14px;
	line-height: 128.571%;
	color: #000000;
	border: none;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.insight-filter-accordion .insight-filter-list-items .accordion-button:after {
	position: absolute;
	content: "\f078";
	font-family: "FontAwesome";
	right: 0;
	top: 50%;
	width: 15px;
	background: none;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transform: translate(0, -50%) rotate(-180deg);
	-webkit-transform: translate(0, -50%) rotate(-180deg);
	-moz-transform: translate(0, -50%) rotate(-180deg);
	-ms-transform: translate(0, -50%) rotate(-180deg);
	-o-transform: translate(0, -50%) rotate(-180deg);
}

.insight-filter-accordion .insight-filter-list-items .accordion-button.collapsed:after {
	transform: translate(0, -50%) rotate(0deg);
	-webkit-transform: translate(0, -50%) rotate(0deg);
	-moz-transform: translate(0, -50%) rotate(0deg);
	-ms-transform: translate(0, -50%) rotate(0deg);
	-o-transform: translate(0, -50%) rotate(0deg);
}

.insight-filter-accordion .accordion-body {
	/* padding: 20px 0 0; */
	padding: 0;
}

.insight-filter-accordion .insight-filter-tags-list {
	margin-top: 20px;
}

.insight-filter-tags-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.insight-filter-tags-list > * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 10px;
	margin: 0 0 10px;
}

.insight-filter-tags-list .tag-block {
	display: inline-flex;
	padding: 3px 25px;
	text-decoration: none;
	font-family: 'NeueHaasDisplayBold', sans-serif;
	font-size: 12px;
	line-height: 200%;
	color: #000000;
	border: 1px solid #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #D9D9D9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.insight-filter-tags-list a.tag-block[data-type="topic"]:hover {
	color: #ffffff;
	border-color: #939384;
	background: #939384;
}

.insight-filter-tags-list a.tag-block[data-type="location"]:hover {
	color: #000000;
	border-color: #9effba;
	background: #9effba;
}

.insight-topic-region-section {
	padding: 30px 0;
}

.insight-topic-region-section .insight-topic-region-content {
	display: flex;
	flex-wrap: wrap;
}

.insight-topic-region-section .insight-topic-region-content > * {
	flex: 1 0 0;
	max-width: 100%;
}

.insight-topic-region-section .insight-topic-region-content .insight-topic-region-image {
	flex: 0 0 auto;
	max-width: 100%;
	width: 630px;
	margin-right: 60px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.insight-topic-region-section .insight-topic-region-content .insight-topic-region-image * {
	width: 100%;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}

.insight-topic-region-section .insight-topic-region-content .topic-region-title {
	margin-bottom: 60px;
}

.insight-topic-region-section .insight-topic-region-content .topic-region-detail {
	font-size: 24px;
	line-height: 141.667%;
}

.insight-topic-region-section .insight-topic-region-content .topic-region-detail p {
	margin-bottom: 30px;
}

.insight-topic-region-section .insight-topic-region-content .topic-region-detail *:last-child {
	margin-bottom: 0;
}

.insight-topic-region-section .insight-topic-region-content .readmore-button {
	margin-top: 50px;
}

.you-might-like-section {
	padding-top: 30px;
	padding-bottom: 120px;
}

.you-might-like-section .you-might-like-main-title .block-title {
	text-transform: capitalize;
	margin-bottom: 60px;
}

.you-might-like-section .what-different-block .common-date-time-items {
	font-size: 12px;
}

.you-might-like-section .what-different-block .different-detail .detail {
	font-size: 16px;
	line-height: 162.5%;
}
/* insight page */

/* consumer-detail page */
.consumer-brand-section {
	overflow: hidden;
}

.consumer-brand-section .consumer-brand-main-title {
	margin-bottom: 60px;
}

.consumer-brand-section .consumer-brand-main-title .main-title {
	margin-bottom: 20px;
}

.consumer-brand-section .consumer-brand-main-title .main-detail {
	font-size: 16px;
	line-height: 162.5%;
	max-width: 275px;
	width: 100%;
}

.consumer-brand-section .consumer-brand-main-title .main-detail .detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
}

.consumer-brand-section .consumer-brand-main-title .main-detail .detail > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 30px;
}

.consumer-brand-section .consumer-brand-main-title .main-detail .common-social-icons {
	display: inline-flex;
}

.consumer-brand-section .consumer-brand-main-title .main-detail .common-social-icons ul {
	margin: 0 -8px !important;
}

.consumer-brand-section .consumer-brand-main-title .main-detail .common-social-icons ul li {
	margin: 0 8px !important;
}

.consumer-brand-section .consumer-brand-content {
	position: relative;
	z-index: 9;
	padding-bottom: 60px;
}

.consumer-brand-section .consumer-brand-content:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	width: 60000px;
	height: calc(100% - 390px);
	z-index: -1;
	background: #000000;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.consumer-brand-section .consumer-brand-content .consumer-brand-image {
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.consumer-brand-section .consumer-brand-content .consumer-brand-image * {
	width: 100%;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}

.consumer-brand-section .consumer-brand-content .brand-detail {
	padding-top: 30px;
	font-size: 24px;
	line-height: 141.667%;
	color: #ffffff;
}

.consumer-brand-typography-section {
	padding: 60px 0 30px;
}

.consumer-brand-typography-section p {
	margin-bottom: 20px;
}
/* consumer-detail page */

/* typography */
.typography-section {
	padding-top: 60px;
	padding-bottom: 70px;
}

.typography-section .back-home-button {
	padding-top: 30px;
}

.privacy-block {
	margin-bottom: 50px;
}

.privacy-block .privacy-detail ol li,
.privacy-block .privacy-detail ul li {
	margin-bottom: 10px;
}

.privacy-block .privacy-detail a {
	text-decoration: underline;
	color: inherit;
}

.privacy-block .privacy-detail a:hover {
	color: #0000FF;
}

.privacy-inner-list {
	counter-reset: my-awesome-counter;
}

.privacy-inner-list .privacy-inner-block {
	counter-increment: my-awesome-counter;
}

.typography-content {
	counter-reset: my-awesome-counter;
}

.typography-content .privacy-inner-block h2:before {
	content: counter(my-awesome-counter) ". ";
	counter-increment: my-awesome-counter;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	padding-right: 7px;
}

.privacy-inner-block {
	margin-bottom: 50px;
}

.privacy-inner-block .block-small-title {
	position: relative;
	padding-left: 50px;
}

.privacy-inner-block .block-small-title:before {
	position: absolute;
	left: 5px;
	top: 0;
}

.privacy-inner-block .privacy-detail {
	padding-left: 50px;
}

.privacy-inner-block .privacy-detail a {
	text-decoration: underline;
	color: inherit;
}

.privacy-inner-block .privacy-detail a:hover {
	color: #0000FF;
}

.privacy-inner-block .privacy-detail ol li,
.privacy-inner-block .privacy-detail ul li {
	margin-bottom: 10px;
}

.privacy-inner-block .privacy-contact-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.privacy-inner-block .privacy-contact-list > * {
	flex: 0 0 auto;
	width: 33.33333333%;
	max-width: 100%;
	padding: 0 15px;
	margin-bottom: 20px;
}

.privacy-inner-block .privacy-contact-list .contact-block p {
	margin-bottom: 0;
}

.privacy-inner-block .privacy-contact-list .contact-block a {
	text-decoration: none;
	color: inherit;
}

.privacy-inner-block .privacy-contact-list .contact-block a:hover {
	color: #0000FF;
}

.cookies-table {
	padding: 30px;
	background: #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.cookies-table .table tr th {
	width: 50%;
	padding: 0 25px 25px;
	border-right: 1px solid rgba(0,0,0,0.1);
}

.cookies-table .table tr th:first-child {
	padding-left: 0;
}

.cookies-table .table tr th:last-child {
	border-right: none;
	padding-right: 0;
}

.cookies-table .table tr td {
	width: 50%;
	padding: 25px;
	border-right: 1px solid rgba(0,0,0,0.1);
}

.cookies-table .table tr td:first-child {
	padding-left: 0;
}

.cookies-table .table tr td:last-child {
	border-right: none;
	padding-right: 0;
}

.cookies-table .table tbody tr:last-child td {
	padding-bottom: 0;
	border-bottom: none;
}
/* typography */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background: #000000;
	padding: 60px 0;
}

.footer .f-top .f-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 45px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.footer .f-top .f-content > * {
	flex: 0 0 auto;
}

.footer .f-top .block-title {
	margin-bottom: 0;
	margin-right: 25px;
	color: #ffffff;
}

.footer .f-bottom .f-content {
	padding-top: 53px;
}

.footer .f-navigation {
	max-width: 402px;
	width: 100%;
	margin-left: auto;
	margin-bottom: 50px;
}

.footer .f-navigation ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px;
	padding: 0;
	list-style-type: none;
}

.footer .f-navigation ul li {
	flex: 0 0 auto;
	width: 33.3333%;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	margin: 0 0 10px;
	padding: 0 15px;
	list-style-type: none;
	font-size: 18px;
	line-height: 115%;
	color: #ffffff;
	text-transform: capitalize;
}

.footer .f-navigation ul li a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid transparent;
}

.footer .f-navigation ul li.active a,
.footer .f-navigation ul li a.active,
.footer .f-navigation ul li a:hover {
	border-color: #ffffff;
}

.footer .f-copyright-social-logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 -15px;
	padding-top: 53px;
}

.footer .f-copyright-social-logo > * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 15px;
}

.footer .f-copyright ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -13px;
	padding: 0;
	list-style-type: none;
}

.footer .f-copyright ul li {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 13px;
	list-style-type: none;
	font-size: 14px;
	line-height: 171.429%;
	color: #ffffff;
}

.footer .f-copyright ul li:after {
	position: absolute;
	content: "";
	right: -3px;
	top: 50%;
	width: 6px;
	height: 6px;
	background: #ffffff;
	opacity: 0.5;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.footer .f-copyright ul li:last-child:after {
	display: none;
}

.footer .f-copyright ul li a {
	text-decoration: none;
	color: inherit;
}

.footer .f-copyright ul li.active > a,
.footer .f-copyright ul li.current-menu-item > a,
.footer .f-copyright ul li.current-menu-parent > a,
.footer .f-copyright ul li.current_page_parent > a,
.footer .f-copyright ul li a.active,
.footer .f-copyright ul li a.current-menu-item,
.footer .f-copyright ul li a.current-menu-parent,
.footer .f-copyright ul li a.current_page_parent,
.footer .f-copyright ul li a:hover {
	opacity: 0.7;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/*========== Modal Start ==========*/
.leadership-modal .btn-close {
	position: relative;
	right: auto;
	top: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 30px;
	padding: 0;
	box-shadow: none;
	opacity: 1;
	border: 1px solid #0000FF;
	width: 50px;
	height: 50px;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230000FF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") no-repeat;
	background-size: 19px 19px;
	background-position: center center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.leadership-modal .btn-close:hover {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") no-repeat #0000FF;
	background-size: 19px 19px;
	background-position: center center;
}

.leadership-modal .modal-content {
	background: transparent;
}

.leadership-modal .modal-body {
	padding: 0;
}

.leadership-modal-section {
	padding: 50px;
	background: #E4E4E4;
}

.leadership-modal-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.leadership-modal-block > * {
	flex: 1 0 0;
	max-width: 100%;
}

.leadership-modal-block .leadership-profile {
	flex: 0 0 auto;
	width: 605px;
	max-width: 100%;
	margin-right: 100px;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.leadership-modal-block .leadership-profile * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.leadership-modal-block .block-title {
	font-family: 'NeueHaasDisplayMedium', sans-serif;
}

.leadership-modal-block .block-title span {
	display: block;
	font-family: 'NeueHaasDisplayRoman', sans-serif;
	font-size: 32px;
	line-height: 131.25%;
	margin-top: 20px;
}

.leadership-modal-block .leadership-main-detail .detail p {
	margin-bottom: 20px;
}

.leadership-modal-block .leadership-main-detail .detail p:last-child {
	margin-bottom: 0;
}
/*========== Modal End ==========*/

/* ========== Dhaval Rathod CSS Start ========== */

.insight-filter-tags-list .tag-item a.active { color: #ffffff; border-color: #939384; background-color: #939384; }

.footer .menu-item:is(.current-menu-item) a { border-color: #ffffff; }

.pagination { justify-content: center; margin-bottom: 30px; }

.what-different-block .different-image { overflow: hidden;}
.what-different-block .different-image img { transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; }
.what-different-block .different-image:hover img { scale: 1.1; }

.pagination .page-numbers { display: flex; align-items: center; justify-content: center; background-color: transparent; height: 44px; width: 44px; margin-right: 20px; text-decoration: none; color: #ffffff; background-color: #00000060; }
.pagination .page-numbers:hover { color: #ffffff; background-color: #000000; }

.pagination .page-numbers:last-child { margin-right: 0; }

.pagination .page-numbers.current { background-color: #000000; color: #ffffff; }

.pagination .page-link { background-color: #0000FF; color: #000000; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; }
.pagination .page-link:hover { background-color: #000000; }
.pagination .page-link:hover svg { color: #ffffff; }

.pagination .page-link svg { color: #ffffff; }

.insight-post-thumbnail-img * { height: clamp(700px, 539.66px + 16.16vw, 850px); object-fit: cover; object-position: center; } /* height: 850px to 700px (1920 to 992) */

.youtube-video-fancybox { position: relative; }
.youtube-video-fancybox .play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); width: 120px !important; height: auto !important; }
.youtube-video-fancybox .play-button img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
/* ========== Dhaval Rathod CSS End ========== */

/* ========== Typography Section Start ========== */
.typography-section .privacy-inner-block h1 ,
.typography-section .privacy-inner-block h2 { font-size: 32px; line-height: 42px; font-weight: 500; }

.typography-section .privacy-inner-block p ,
.typography-section .privacy-inner-block ul li { font-size: 22px; line-height: 32px; color: #0A0400; margin-bottom: 10px; font-weight: 500; }

.typography-section .privacy-inner-block h1 { margin-bottom: 30px; }
.typography-section .privacy-inner-block h2 { margin: 50px 0 30px; }

.typography-section .privacy-inner-block a { text-decoration: none; color: #0A0400; font-weight: 500; }
.typography-section .privacy-inner-block li a { text-decoration: underline !important; text-underline-offset: 5px; }

.typography-section .privacy-inner-block a:hover { color: #0000FF !important; }	

.typography-section .privacy-inner-block p ,
.typography-section .privacy-inner-block li  { margin-left: 30px; }	

.typography-section .privacy-inner-block p:first-of-type { margin-left: 0 !important; }
.typography-section .privacy-inner-block p:first-of-type + p { margin-left: 0 !important; }
.typography-section .privacy-inner-block p:first-of-type + p + p { margin-left: 0 !important; }
.typography-section .privacy-inner-block p:first-of-type + p + p + p { margin-left: 0 !important; }

.typography-section th { font-size: 26px; line-height: 36px; color: #0A0400; width: 50% !important; }
.typography-section td { font-size: 22px; line-height: 32px; color: #0A0400; padding: 25px 0 !important; width: 50% !important; }

.typography-section tr > td:first-child { padding-left: 30px !important; padding-right: 15px !important; }
.typography-section tr > td:last-child { padding-right: 30px !important; padding-left: 15px !important; }

.typography-section td { border: unset !important; background-color: #ffffff !important; }	

.typography-section th { background-color: #ffffff !important; }
.typography-section th { background-color: #ffffff !important; }

.typography-section thead tr th:first-child { padding: 30px 15px 25px 30px !important; }
.typography-section thead tr th:last-child { padding: 30px 15px 25px 15px !important; }

.typography-section table { position: relative; border-collapse: collapse; border-radius: 20px; overflow: hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }

.typography-section table::before { content: ""; position: absolute; top: 50%; left: 48%; background-color: #e6e6e6; height: calc(100% - 60px); width: 1px; display: block; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); z-index: 1; }

.typography-section tr { position: relative; }
.typography-section tr::before { content: ""; position: absolute; top: 0; left: 50%; background-color: #e6e6e6; height: 1px; width: calc(100% - 60px); display: block; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); }

.typography-section thead tr::before { opacity: 0; }	
/* ========== Typography Section End ========== */