/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */

@font-face {
	font-family: 'Bebas Neue Bold';
	src: url('../fonts/bebasneue/bebasneue-bold.woff2') format('woff2'),
		url('../fonts/bebasneue/bebasneue-bold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Bebas Neue Pro';
	src: url('../fonts/bebasneue/bebasneuepro.woff2') format('woff2'),
		url('../fonts/bebasneue/bebasneuepro.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Brexter';
	src: url('../fonts/brexter/brexter.woff2') format('woff2'),
		url('../fonts/brexter/brexter.woff') format('woff');
	font-display: swap;
}


@font-face {
	font-family: 'Roboto Light';
	src: url('../fonts/roboto/roboto-light.woff2') format('woff2'),
		url('../fonts/roboto/roboto-light.woff') format('woff');
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Regular';
	src: url('../fonts/roboto/roboto-regular.woff2') format('woff2'),
		url('../fonts/roboto/roboto-regular.woff') format('woff');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Bold';
	src: url('../fonts/roboto/roboto-bold.woff2') format('woff2'),
		url('../fonts/roboto/roboto-bold.woff') format('woff');
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Black';
	src: url('../fonts/roboto/roboto-black.woff2') format('woff2'),
		url('../fonts/roboto/roboto-black.woff') format('woff');
	font-weight: 900;
	font-display: swap;
}

:root {
	--black: #000;
	--black2: #211C1F;
	--white: #fff;
	--grey: #9A9A9A;
	--grey2: #828282;
	--red: #C9272B;
	--redgradient: linear-gradient(180deg, #C9272B 0%, #BA1317 100%);
}

body,
mark {
	color: var(--black2)
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

.banner,
.fact,
.home-hero,
.machine {
	display: flex
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
	font-family: sans-serif
}

a {
	text-decoration: none;
}

a:focus {
	outline: dotted thin
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

mark {
	background: var(--black2)
}

dl,
menu,
ol,
p,
pre,
ul {
	margin: 1em 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

small,
sub,
sup {
	font-size: 75%
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:after,
q:before {
	content: '';
	content: none
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

dd {
	margin: 0 0 0 40px
}

menu,
ol,
ul {
	padding: 0 0 0 40px
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic
}

svg:not(:root) {
	overflow: hidden
}

figure,
form {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0;
	white-space: normal
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}

button,
input {
	line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix {
	zoom: 1
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility
}

:focus {
	outline: 0 !important
}

section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.wp-block {
	max-width: 100%
}

/* custom codes */

body {
	margin: 0;
	background: #fff;
	overflow-x: hidden
}

body,
p {
	font-family: 'Roboto Regular', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

h1,
h2,
h3,
.bn-btm span,
.home-hero .col-md-4 h2,
blockquote p {
	font-family: 'Brexter', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

.btn-red span,
.btn-black span,
.navbar-light .navbar-nav .nav-link,
.ser-grid .services a h3,
.serareas ul.arealist li a,
.dropdown-menu .dropdown-item,
.review-item .bt h5,
h4,
.blog-loop-pagination a,
.blog-loop-pagination span.page-numbers.current,
.gsbar .gres ul li a,
.gsbar .gser ul li a,
.gform_confirmation_message {
	font-family: 'Bebas Neue Bold', sans-serif;
}

.locs .locs__item h3.locs__name,
.menu-pg404 li a {
	font-family: "Bebas Neue Pro", sans-serif;
}

h1 {
	font-size: 50px;
	line-height: 41px;
	letter-spacing: -1px;
}

h2 {
	font-size: 42px;
	line-height: 36px;
	letter-spacing: -0.84px;
}

h3 {
	font-size: 24px;
	line-height: 23px;
	letter-spacing: -0.48px;
}

h4 {
	font-size: 32px;
	line-height: 27px;
}

::placeholder {
	color: var(--grey2) !important;
}

::-webkit-input-placeholder {
	color: var(--grey2) !important;
}

::-moz-placeholder {
	color: var(--grey2) !important;
}

:-moz-placeholder {
	color: var(--grey2) !important;
}

:-ms-input-placeholder {
	color: var(--grey2) !important;
}

::-ms-input-placeholder {
	color: var(--grey2) !important;
}


.container {
	z-index: 1;
	position: relative;
}

.home-hero {
	position: relative;
}

.bn-btm {
	z-index: 1;
}

.home-hero::after,
.home-hero:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bg-black,
.page-id-405 .serareas {
	background: url('../images/black-bg.svg') center center / cover no-repeat;
}

.page-id-405 .serareas ul.arealist li a,
.page-id-405 .serareas h2 {
	color: var(--white)
}

.page-id-405 .serareas {
	padding-top: 10px;
}

.bg-red {
	background: url('../images/red-bg.svg') center center / cover no-repeat;
}


.btn {
	padding: 16px 24px;
	line-height: 1;
	border-radius: 6px;
	border: none !important;
	box-shadow: none !important
}

.btn-red,
.btn-black {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 34px;
	box-shadow: 0 1px 10px 0 rgba(33, 28, 31, 0.39);
	border: 0.75px solid var(--white);
}

.btn-red {
	min-width: 150px;
	background: var(--redgradient);
	padding: 10px 22px 10px 19px;
}

.btn-red:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--white);
	border-radius: 34px;
	opacity: 0;
	z-index: 0;
	transition: opacity .4s ease-in-out;
}

.btn-red:hover:after {
	opacity: 1;
}

.btn-black {
	min-width: 199px;
	background: var(--black);
	padding: 10px 22px 8px 19px;
	transition: background .4s ease-in-out;
}

.btn-black:hover {
	background: var(--white);
}

.btn-red span,
.btn-black span {
	font-size: 21px;
	line-height: 21.979px;
	letter-spacing: -0.21px;
	text-transform: uppercase;
	color: var(--white);
	z-index: 1;
	transition: color .4s ease-in-out;
}

.btn-red:hover span,
.btn-black:hover span {
	color: var(--black2);
}

.btn-red svg {
	z-index: 1;
}

header .phone-cta {
	min-width: 200px;
	text-align: center;
}

.navbar {
	background-color: var(--black);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 18px 15px;
	z-index: 100;
	transition: background-color .2s ease-in-out;
}

.home .navbar {
	background-color: transparent;
}

body.home {
	padding-top: 0 !important;
}

header.scrolled .navbar {
	background-color: var(--black);
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
}

body.admin-bar .navbar {
	top: 32px
}

.navbar-brand img {
	min-width: 130px;
	object-fit: contain;
}

.navbar-light .navbar-nav .nav-link {
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.18px;
	text-transform: uppercase;
	color: var(--white);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 1rem 0rem;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.31);
}

.navbar-light .navbar-nav .nav-right .nav-link {
	text-transform: none;
	background: #231f20;
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	border-radius: 6px;
	padding: 12px 22px;
	line-height: 1
}

.navbar-toggler {
	border: none
}

/* .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(35, 32, 31, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
} */

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	transition: background-image .5s ease-in-out;
}

.nav-item.dropdown:hover .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: var(--red);
	text-shadow: 0 0 6px rgb(255 0 0 / 31%);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
	color: var(--red);
}

.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	color: var(--white);
	text-decoration: none;
	background: var(--red);
}

.dropdown-menu .dropdown-item {
	transition: background .4s ease-in-out, color .3s ease-in-out;
	padding: 12px 27px;
	text-transform: uppercase;
	letter-spacing: .2px;
}

.dropdown-menu {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	background: var(--white);
}

.main-content {
	overflow-x: hidden;
}

.home-hero {
	padding: 137px 0 45px 0;
	background-size: cover !important;
	background-position: center !important;
	min-height: 788px;
}

.home-hero::after {
	bottom: 0px;
	height: 250px;
	top: auto;
	/* background-image:
		linear-gradient(180deg, #211C1F 0%, rgba(33, 28, 31, 0.00) 100%),
		url('../images/home-hero-after.svg'); */
	background: linear-gradient(0deg, #171516 45%, rgba(33, 28, 31, 0.00) 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: 0;
}

.home-hero:before {
	background-image: url('../images/home-hero-before.webp');
	z-index: 0;
	max-height: 583px;
}

.home-hero .container,
.bn-btm {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bn-btm {
	flex-direction: row;
	align-items: center;
}

.bn-btm .cta2 span {
	font-size: 26px;
	line-height: 25px;
	letter-spacing: -0.52px;
	background-color: var(--red);
	color: var(--white);
	padding: 15px 22px;
	border-radius: 48px;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

/* .bn-btm .cta2 a:hover {
	background-color: var(--white);
	color: var(--black2);
} */

.btext h2 {
	text-align: center;
	text-shadow: 0 1px 10px rgba(33, 28, 31, 0.39);
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: var(--red);
	font-size: 50px;
	font-weight: 400;
	line-height: 45px;
	text-transform: uppercase;
	color: transparent;
	max-width: 300px;
	margin: 0 auto;
	animation: blink .9s step-start infinite;
}

@keyframes blink {
	50% {
		opacity: 0.1;
		-webkit-text-stroke-color: var(--white);
	}
}

.imgbg {
	background: url('../images/bg.webp') center center / cover no-repeat;
}

.services {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.ser-grid {
	color: var(--white);
	padding: 54px 0 33px 0;
	background: url('../images/black-bg.svg') center center / cover no-repeat;
}

.ser-grid .services a h3 {
	font-size: 32px;
	line-height: 27px;
	max-width: 129px;
	color: var(--white);
	transition: color .3s ease-in-out;
}

.ser-grid .services a:hover h3 {
	color: var(--red);
}

.ser-grid h2 {
	margin-bottom: 30px;
}

.ser-grid .services {
	align-items: flex-start;
}

.ser-grid .services .img,
.iconbox .ib-wrp .img {
	width: 109px;
	height: 109px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 109px;
	margin-bottom: 20px;
	transition: box-shadow .3s ease-in-out;
	background: url('../images/bg.webp') center center / cover no-repeat;
}

.ser-grid .services a:hover .img {
	box-shadow: 0 1px 30px 0 rgba(218, 218, 218, 0.34);
}

.serareas {
	background: url('../images/areasbg.webp') center center / cover no-repeat;
	padding: 69px 0 20px 0;
	position: relative;
}

section.simg {
	background: url(../images/black-bg.svg) center center / cover no-repeat;
}

section.serareas:after {
	content: '';
	position: absolute;
	width: 435px;
	height: 145.939px;
	background-image: url('../images/tap.svg');
	background-repeat: no-repeat;
	right: 0;
	top: 19%;
	z-index: 1;
	background-size: cover;
}

.serareas .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.serareas h2 {
	margin: 33px 0 10px 0;
}

.serareas .mapimg img {
	max-height: 415px;
	object-fit: cover;
	border-radius: 32px;
	border: 0.35px solid var(--grey);
	box-shadow: 0 3.517px 15.825px 0 rgba(48, 48, 48, 0.24);
	width: 100%;
}

section.simg .mapimg img {
	border: 0;
	border-radius: 0;
}

.serareas ul.arealist {
	list-style: none;
	padding-top: 10px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 200px;
}

.serareas ul.arealist li a {
	color: var(--black);
	font-size: 32px;
	line-height: 27px;
	width: 100%;
	display: block;
	align-items: center;
	position: relative;
	padding: 7px 0 19px 0;
	transition: color .3s ease-in-out;
}

.serareas ul.arealist li a:hover {
	color: var(--red);
}

.serareas ul.arealist li a:before {
	content: '';
	position: absolute;
	left: -53px;
	top: 0;
	width: 40px;
	height: 40px;
	background: url('../images/map-locator.svg');
	background-color: var(--red);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 48px;
}

.reviews {
	padding: 72px 0 91px 0;
	background-attachment: fixed;
}

.reviews .blk-box,
.reviews .top-review {
	display: flex;
	gap: 19px;
	align-items: flex-start;
}

.reviews .blk-box {
	margin-bottom: 15px;
}

.reviews .blk-box p {
	margin-top: 3px;
}

.reviews .top-review {
	align-items: normal;
	height: -webkit-fill-available;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.reviews .top-review  .review-item{
	width: 100%;
}

.reviews .rv-tp,
.reviews .bt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.reviews .blk-box .box-wrap {
	background-color: var(--black2);
	border-radius: 32px;
	padding: 30px 26px;
	max-width: 49%;
	min-height: -webkit-fill-available;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.reviews .twrap .rtitle h2 {
	text-align: center;
	max-width: 480px;
	text-shadow: 0 1px 10px rgba(33, 28, 31, 0.39);
}

.review-item {
	border-radius: 8px;
	background: var(--white);
	box-shadow: 0 1px 22px 6px rgba(33, 28, 31, 0.72);
	width: fit-content;
	padding: 19px 15px 9px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.reviews .twrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-bottom: 51px;
}

.reviews .blk-box .btn-red {
	min-width: 199px;
}

.reviews .rv-tp span {
	color: #7A7A7A;
}

.reviews p.review-text {
	font-size: 14px;
	line-height: 19px;
	color: var(--black2);
	margin: 39px 0 39px 0;
}

.reviews a.read-more {
	display: flex;
	width: 100%;
	color: var(--red);
	font-size: 16px;
	line-height: 24px;
	padding-top: 12px;
	font-weight: 600;
	align-items: center;
	gap: 8px;
}

.review-item .bt h5 {
	font-size: 32px;
	line-height: 27px;
}

.reviews .rlist {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 19px;
}

.rlist .review-item:first-child,
.rlist .review-item:nth-child(2) {
	display: none;
}

.finance {
	padding: 75px 0;
}

.finance + .finance {
	padding-top: 0;
}

.finance .row {
	border-radius: 32px;
}

.finance .left-text {
	padding: 0;
}

.finance .left-text .lefttext-wrap {
	background-size: cover !important;
	height: 100%;
	background-position: center !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 32px;
	position: relative;
	box-shadow: -7px 1px 22px 6px rgba(33, 28, 31, 0.72);
	padding: 50px;
}

.finance .left-text .lefttext-wrap:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 32px;
	opacity: 0.6;
	background: var(--black2);
	width: 100%;
	height: 100%;
}

.finance .left-text .lefttext-wrap img {
	z-index: 1;
}

.finance h2 {
	position: relative;
	z-index: 1;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	font-size: 26px;
	line-height: 25px;
	background: var(--white);
	padding: 19px 31px 15px 31px;
	border-radius: 48px;
	box-shadow: 0 1px 10px 0 rgba(33, 28, 31, 0.39);
	color: var(--black);
	margin-bottom: -30px;
}

.finance .right-text {
	border-radius: 32px;
	padding: 55px 34px 33px 45px;
}

.finance .right-text h3 {
	font-size: 42px;
	line-height: 36px;
	letter-spacing: -0.84px;
	margin-bottom: 0;
}

.finance .right-text p {
	margin: 15px 0 20px 0;
}

.global-cta .imglist {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 36px;
	padding: 65px 25px;
}

.global-cta .right-content img {
	width: 100%;
}

.global-cta .right-content .content-wrap {
	padding: 50px 50px 10px 82px;
}

.global-cta .right-content .content-wrap h2 {
	max-width: 793px;
}

.global-cta .right-content .content-wrap p {
	max-width: 800px;
	margin: 16px 0 27px 0;
}

.global-cta .col-md-3 {
	border-radius: 0 48px 48px 0;
}

.locs {
	padding: 36px 0 41px 0;
}

.locs h2 {
	font-size: 24px;
	margin-bottom: 24px;
	line-height: 23px;
	letter-spacing: -0.48px;
}

.locs .locs__list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 30px;
	text-align: center;
}

.locs .locs__item h3.locs__name {
	font-size: 27px;
	font-weight: 700;
	line-height: 27px;
	margin-top: 16px;
	letter-spacing: 0;
}

.locs .locs__item .locs__img img {
	width: 153px;
	height: 153px;
	object-fit: contain;
	border-radius: 153px;
	box-shadow: 0 1px 10px 0 rgba(33, 28, 31, 0.39);
}

.locs .locs__item p.locs__addr {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	max-width: 152px;
	margin: 5px auto 12px auto;
}

.footer {
	padding: 60px 0 0px 0;
	overflow:hidden;
}

.footer .row {
	padding-bottom: 44px;
}

.footer .ft-hrs h3 {
	margin-bottom: 4.5px;
}

.footer .ft-hrs h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.footer .ft-hrs {
	max-width: 140px;
	text-align: center;
	padding: 48px 0 20px 0;
}

.footer h3 {
	font-size: 21px;
	letter-spacing: -0.42px;
	margin-bottom: 12px;
}

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

.footer ul li a {
	color: var(--white);
	line-height: 36px;
	text-transform: uppercase;
	transition: color .3s ease-in-out;
}

.footer .ft-info ul li a {
	display: flex;
	gap: 12px;
	align-items: center;
	text-transform: none;
	font-weight: normal;
}

.footer .ft-info ul li a:hover,
.footer ul li a:hover {
	color: var(--black2);
}

.footer .ft-info ul li a svg path {
	transition: fill .3s ease-in-out;
}

.footer .ft-info ul li a:hover svg path {
	fill: var(--black2);
}

.footer .ft-license {
	margin-top: 30px;
}

.footer .ft-license ul li {
	line-height: 24px;
	margin-bottom: 5px;
}

.footer .ft-btm {
	background-color: var(--black);
	padding: 25px 70px 23px 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .ft-btm a {
	font-size: 14px;
	color: var(--white);
	line-height: 24px;
	letter-spacing: 0;
}

.footer .ft-btm a:hover {
	color: var(--red);
}

ul.socials {
	display: flex;
	align-items: center;
	gap: 11.713px;
}

ul.socials a img {
	transition: margin-top .3s ease-in-out;
}

ul.socials a:hover img {
	margin-top: -4px;
}

.footer .copyrights a {
	color: var(--white) !important;
}

.bn-btm.mcta2 {
	justify-content: center;
	display: none;
}

.bn-btm.mcta2 .cta2,
.phone-sticky,
.navbar-cta {
	display: none;
}

.slick-dots {
	bottom: auto;
}

.slick-dots li {
	margin: 0 10px;
}

.slick-dots li button {
	background: var(--grey);
	border-radius: 50px;
	padding: 2px;
	width: 31px;
	height: 4px;
}

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

.slick-dots li.slick-active button {
	background: var(--redgradient);
}

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

.slick-next,
.slick-prev {
	width: 40px;
	height: 40px;
	padding: 10px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	z-index: 1;
}

.slick-next {
	background-image: url('../images/slick-next.svg') !important;
	right: 0;
}

.slick-prev {
	background-image: url('../images/slick-prev.svg') !important;
	left: 0;
}

section.pg404 {
	margin: 139px 0 154px 0;
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: center;
}

section.pg404 img {
	width: 100%;
	height: 100%;
}

.pg404-content {
	position: absolute;
	z-index: 1;
	top: 80px;
}

.pg404-content p {
	max-width: 830px;
	margin: 20px auto;
}

.menu-page-404-container {
	max-width: 747px;
	margin: 0 auto;
}

.menu-pg404 {
	list-style: none;
	column-count: 3;
	gap: 33px;
}

.menu-pg404 li a {
	font-size: 18px;
	line-height: 31px;
	letter-spacing: -0.18px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: 1.5px;
	text-underline-position: from-font;
	text-transform: uppercase;
	color: var(--red);
	transition: color .3s ease-in-out;
	font-weight: 700;
}

.menu-pg404 li a:hover {
	color: var(--black2);
}

.contact-us .title-wrap {
	padding: 53px 0 36px 0;
}

.fh-banner {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	min-height: 730px;
	position: relative;
}

.fh-banner::before {
	content: '';
	width: 100%;
	height: 530px;
	position: absolute;
	top: 0%;
	left: 0;
	background: url('../images/fh-before.webp') center center / cover no-repeat;
}

.fh-banner .fh-wrp {
	text-align: center;
	padding-top: 97px;
}

.fh-banner .fh-wrp h1 {
	text-shadow: 0 1px 13px rgba(58, 58, 58, 0.39);
	margin-bottom: 13px;
	color: var(--white);
}

.cn-details {
	padding: 52px 0 10px 0;
}

.cn-details .cs-left p {
	padding-bottom: 25px;
	margin-bottom: 0;
	border-bottom: 1px solid var(--white);
	max-width: 464px;
}

.cn-details .cs-left .cnd-wrp {
	padding: 40px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.cn-details .cs-left .cnd-wrp a,
.cn-details .cs-left .cnd-wrp h6 {
	font-size: 21px;
}

.cn-details .cs-left .cnd-wrp a {
	color: var(--white);
	transition: color .3s ease;
}

.cn-details .cs-left .cnd-wrp a:hover {
	color: var(--red);
}

.cn-details .cs-left .cnd-wrp h3 {
	margin-bottom: 5px;
}

.cn-details .cs-right {
	padding: 60px 70px 56px 70px;
	width: 100%;
	border-radius: 10px;
}

.cn-details .cs-right h4 {
	margin-bottom: 23px;
}

.form input[type='text'],
.form input[type='email'],
.form input[type='tel'],
.form input[type='file'],
.form textarea .form select {
	border-radius: 4px !important;
	border: 0 !important;
	padding: 10px 20px !important;
}

.form input[type='text'],
.form input[type='email'],
.form input[type='tel'],
.form input[type='file'],
.form select {
	height: 48px !important;
}

.form textarea {
	min-block-size: 172px !important;
	resize: none !important;
	border: 0 !important;
}

.form select {
	display: flex;
	justify-content: center;
	align-items: center;
}

.form .datepicker {
	width: 100% !important;
}

.form input[type='text'],
.form input[type='email'],
.form input[type='tel'],
.form input[type='file'],
.form textarea,
.form textarea .form select {
	transition: box-shadow .3s ease-in-out !important;
}

.form input[type='text']:focus,
.form input[type='email']:focus,
.form input[type='tel']:focus,
.form input[type='file']:focus,
.form textarea:focus,
.form textarea .form select:focus {
	box-shadow: 0 21px 20px 0 rgba(35, 35, 35, 0.20);
	border: 0 !important;
}

.form #input_2_12,
.form #input_2_13 {
	height: 110px !important;
	min-height: 110px !important;
}

.form .ginput_container_date {
	position: relative;
}

.form .ginput_container_date .ui-datepicker-trigger {
	position: absolute;
	right: 7px;
}

.gform-theme--foundation .gform_fields {
	row-gap: 29px !important;
}

label.gfield_label.gform-field-label,
.gfield_label{
	color: var(--white) !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size: 16px !important;
}

.form .ginput_container_fileupload input {
	padding-left: 45px !important;
	background: var(--white) url('../images/file-upload.svg') no-repeat 20px / 13px !important;
	color: var(--grey2) !important;
	padding-top: 6.5px !important;
}

.form select {
	background: url(../images/down-arrow.svg) 96% center / 13px no-repeat !important;
	appearance: none !important;
	background-color: var(--white) !important;
	border: none !important;
}

.ginput_container_fileupload input::file-selector-button {
	background: #F3F3F3 !important;
	border: 0.5px solid #C2C2C2 !important;
	border-radius: 2px;
	height: 35px !important;
	margin-top: -26px !important;
	color: var(--grey2) !important;
}

.gform_fileupload_rules,
.gform_validation_errors,
.ginput_preview_list {
	display: none !important;
}

.gform-footer.gform_footer.top_label {
	display: block;
	text-align: center;
	margin-top: 29px;
}

.cform .gform-footer.gform_footer.top_label {
	margin-top: 40px;
}

.cform .gform-field-label,
.cform .gsection_title,
.gform-theme--framework .gf_progressbar_title{
	color: var(--white) !important;
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
	background-color: var(--white) !important;
}

.cform .gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section,
.cform .gfield_description {
	border-color: var(--white) !important;
	color: var(--white) !important;
}

.gform_button {
	border-radius: 34px !important;
	border: 1px solid var(--white) !important;
	background: var(--black) !important;
	box-shadow: 0 1px 10px 0 rgba(33, 28, 31, 0.39) !important;
	padding: 10px 22px 10px 19px !important;
	min-width: 221px !important;
	font-size: 21px !important;
	line-height: 21.979px !important;
	font-family: 'Bebas Neue Bold', sans-serif !important;
	letter-spacing: -0.21px !important;
}

.gfield_validation_message,
.validation_message {
	color: var(--white) !important;
	font-weight: 600 !important;
	font-size: 12px !important;
}

.gform-theme--framework .gform-loader {
	position: absolute !important;
	border-block-end-color: var(--white) !important;
	border-block-start-color: var(--red) !important;
	border-inline-end-color: var(--red) !important;
	border-inline-start-color: var(--white) !important;
	margin-top: -2px;
	margin-left: -40px;
}

.gform_confirmation_message {
	text-align: center !important;
	font-size: 35px !important;
	color: var(--white) !important;
	padding: 30px 0 50px 0 !important;
	line-height: 1 !important;
	font-family: 'Brexter', sans-serif !important;
	max-width: 90% !important;
	margin: 0 auto !important;
}

.orcall {
	margin-top: 10px;
	text-align: center;
}

.orcall span,
.orcall a {
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	transition: color .2s ease-in-out;
}

.orcall a {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.orcall a:hover {
	color: var(--black2);
}

.sl-banner {
	padding: 110px 10px 110px 10px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.sl-banner h1 {
	margin-bottom: 15px;
	text-shadow: 0 1px 13px rgba(58, 58, 58, 0.39);
}

.acrdn {
	padding: 59px 0 70px 0;
}

.acrdn h2 {
	margin-bottom: 24px;
}

.accordion-item {
	border-radius: 25px !important;
	background: var(--white);
	margin-bottom: 15px;
}

.imgslider .slick-slide {
	border-radius: 32px;
}

.imgslider .slick-slide img {
	width: 100%;
	height: 470px;
	object-fit: cover;
	object-position: center;
	border-radius: 32px;
}

.imgslider {
	padding: 0px 0px 10px 0;
}

.lsrc {
	padding: 0 0 55px 0;
}

.lsrc .imgslider .slick-slide img {
	height: 392px;
}

.lsrc .singleimg img {
	width: 100%;
	border-radius: 32px;
}

section.lsrc.bg-black .text-wrp {
	margin-top: 0;
	color: var(--white);
}

section.lsrc.bg-black {
	padding: 0 0 30px 0;
}

.textBlock p {
	margin-bottom: 26px;
}

.textBlock {
	padding: 28px 0 68px 0;
}

.iconbox {
	padding: 55px 0px 57px 0;
}

.iconbox .ib-wrp .img {
	width: 147px;
	height: 147px;
	box-shadow: 0 1px 10px 0 rgba(33, 28, 31, 0.39);
}

section.team {
	padding: 82px 0 74px 0;
}

.team-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	column-gap: 34px;
	row-gap: 22px;
	margin-top: 20px;
}

.team-list .team-wrap {
	grid-template-columns: repeat(4, 1fr);
	column-gap: 22px;
	row-gap: 17px
}

.team-wrap .team-card img {
	height: 262px;
	object-fit: cover;
	width: 100%;
	object-position: top;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10);
}

.team-wrap .team-card {
	border-radius: 8px;
	background: var(--white);
	cursor: pointer;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.18);
	transition: background .3s ease-in-out;
}

.team-wrap .team-card:hover {
	background: var(--red);
}

.team-wrap .team-card h4 {
	transition: color .3s ease-in-out;
	margin-bottom: 5px;
}

.team-wrap .team-card .team-details {
	padding: 23px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.team-wrap .team-card .team-details p {
	margin: 0;
	transition: color .3s ease-in-out;
}

.team-wrap .team-card:hover h4,
.team-wrap .team-card:hover p {
	color: var(--white);
}

.lead-team .team-wrap.row {
	display: flex;
	column-gap: 0;
	justify-content: center;
}

.lead-team .team-wrap.row .col-md-3 {
	padding: 0;
}

.lead-team .team-wrap .team-card {
	margin: 0px 15px;
	height: 100%;
}


.modal .modal-header {
	position: absolute;
	right: 0;
	border: 0;
	z-index: 9;
}

.modal .modal-header .btn-close {
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'%3E%3Cpath d='M8.5075 6.79446L14.9344 0.355365C15.4083 -0.118455 16.1737 -0.118455 16.6475 0.355365C17.1213 0.829185 17.1213 1.59459 16.6475 2.06841L10.2205 8.49535L16.6475 14.9223C17.1213 15.3961 17.1213 16.1615 16.6475 16.6353C16.1737 17.1092 15.4083 17.1092 14.9344 16.6353L8.5075 10.2084L2.08056 16.6596C1.60674 17.1335 0.841335 17.1335 0.367514 16.6596C-0.106306 16.1858 -0.106306 15.4204 0.367514 14.9466L6.79446 8.51965L0.355365 2.08056C-0.118455 1.60674 -0.118455 0.829185 0.355365 0.355365C0.829185 -0.118455 1.60674 -0.118455 2.08056 0.355365L8.5075 6.78231V6.79446Z' fill='white'/%3E%3C/svg%3E") center/1em auto no-repeat;
	box-shadow: none;
	opacity: 1;
}

.modal-backdrop.show {
	opacity: .8;
}

.modal .modal-content {
	background: transparent;
	border: 0;
}

.modal h5.modal-title {
	font-size: 24px;
	line-height: 25px;
}

.modal .modal-wrap {
	display: flex;
	flex-wrap: nowrap;
	background: var(--red);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
	border-radius: 5px;
}

.modal .modal-img,
.modal .modal-details {
	width: 50%;
}

.modal .modal-details {
	padding: 50px 56px 50px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--red);
}

.modal .modal-img img {
	max-height: 546px;
	border-radius: 8px 0 0 8px !important;
	box-shadow: 0 5.466px 20.496px 0 rgba(0, 0, 0, 0.10);
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}

.modal .modal-body {
	padding: 0 0 0 0;
	border-radius: 5px;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18);
}

.modalDesignation {
	margin: 0 0 30px 0;
}

.blog-loop .tp {
	display: flex;
	justify-content: space-between;
	margin-bottom: 31px;
}

section.blog-loop {
	padding: 0px 0 60px 0;
	background: var(--white) !important;
}


.blogs .post-img a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.blogs img {
	height: 275px;
	width: 100%;
	object-fit: cover;
	box-shadow: 0 4px 5px 0 rgba(14, 14, 14, 0.10);
	border-radius: 5px;
	transition: transform .5s ease-in-out;
}

.blogs img:hover {
	transform: scale(1.1);
}

.blogs .content-wrap h4 {
	margin-bottom: 23px;
}

.blogs .content-wrap h4 a {
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	color: var(--black);
	transition: color .3s ease-in-out;
}

.blogs .content-wrap h5 {
	color: var(--grey2);
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	margin-top: 23px;
	transition: color .3s ease-in-out;
}

.blogs .col-md-6 {
	margin-bottom: 59px;
}

.blog-loop-pagination {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 10px 0 0 0;
}

.blog-loop-pagination a,
.blog-loop-pagination span.page-numbers.current {
	line-height: normal;
	color: var(--black);
	font-size: 28px;
	margin: 0;
	display: flex;
	width: 37px;
	height: 40px;
	border-radius: 2px;
	transition: background-color .3s ease-in-out;
	align-items: center;
	justify-content: center;
}

.blog-loop-pagination span.page-numbers.current,
.blog-loop-pagination a:hover {
	background: var(--redgradient);
	color: var(--white);
}

.blog-loop-pagination a.prev.page-numbers:hover,
.blog-loop-pagination a.next.page-numbers:hover {
	background: var(--white);
}

.blog-loop .filter {
	display: flex;
	gap: 58px;
	align-items: center;
}

.blog-loop .filter .catgories,
.blog-loop .filter .sorting {
	display: flex;
	align-items: center;
	gap: 16px;
}

.blog-loop .filter .catgories h6,
.blog-loop .filter .sorting h6 {
	font-size: 19px;
	color: var(--black);
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 31px;
}

.blog-loop select {
	padding: 10px 47px 8px 16px;
	border: 1px solid var(--black);
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L6%206L11%201%22%20stroke%3D%22%230B3650%22%20stroke-width%3D%221.75%22%2F%3E%3C%2Fsvg%3E');
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: 83% center;
	min-width: 200px;
	background-color: var(--white);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: var(--black2);
}

.blog-loop select option {
	color: var(--black2);
}

.archive .blog-loop select {
	min-width: 300px;
	background-position: 92% center;
}

.archive .blog-loop .catgories {
	text-align: center;
}

.archive section.blog-loop {
	padding: 130px 0 60px 0;
}

.blog-loop #ajax-loader {
	display: block;
	text-align: center;
	margin: 0 !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffffd6;
	z-index: 9;
}

.loader-spinner {
	width: 60px;
	height: 60px;
	border: 6px solid var(--red);
	border-top: 6px solid rgb(10 10 10 / 30%);
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 0 auto;
	margin-top: 150px;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.blog-page-loop {
	position: relative;
}

.blog-loop article {
	position: relative;
	border-radius: 4px;
	background: var(--white);
	box-shadow: 0 4px 5px 0 rgba(14, 14, 14, 0.27);
	height: 100%;
	transition: background .4s ease-in-out;
}

.blog-loop article:hover {
	background: var(--black);
}

.blog-loop .content-wrap {
	padding: 0 30px 90px 29px;
}

.blog-loop .content-wrap a.btn-red {
	position: absolute;
	bottom: 31px;
	margin: 0 0;
	min-width: 175px;
}

.blog-loop article:hover h5,
.blog-loop article:hover h4 a {
	color: var(--white);
}

.blog-page-loop .col-md-4 {
	margin-bottom: 34px;
}

.fh-banner+section {
	margin-top: -20px;
}

.page-id-324 .fh-wrp .btn-red svg {
	display: none;
}

.page-id-324 .fh-wrp .btn-red {
	min-width: 175px;
}

.accordion-body {
	padding: 0px 47px 38px 41px;
}

.accordion-body> :first-child {
	padding-top: 0;
}

.accordion-body.gcontent p:first-child {
	margin-top: 0;
}

.accordion-body.gcontent h3 {
	color: var(--black);
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10 16.25C10 16.9404 9.44036 17.5 8.75 17.5C8.05964 17.5 7.5 16.9404 7.5 16.25L7.5 1.25C7.5 0.559644 8.05964 0 8.75 0C9.44036 0 10 0.559644 10 1.25L10 16.25Z' fill='black'/%3E%3Cpath d='M1.25 10C0.559645 10 0 9.44036 0 8.75C0 8.05965 0.559644 7.5 1.25 7.5L16.25 7.5C16.9404 7.5 17.5 8.05964 17.5 8.75C17.5 9.44036 16.9404 10 16.25 10L1.25 10Z' fill='black'/%3E%3C/svg%3E");
	position: absolute;
	right: 59px;
	top: 29px;
	transition: background-image .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='3' viewBox='0 0 18 3' fill='none'%3E%3Cpath d='M1.25 3C0.559645 3 -4.89256e-08 2.44036 -1.09278e-07 1.75C-1.69631e-07 1.05965 0.559644 0.500001 1.25 0.500001L16.25 0.5C16.9404 0.5 17.5 1.05964 17.5 1.75C17.5 2.44036 16.9404 3 16.25 3L1.25 3Z' fill='black'/%3E%3C/svg%3E");
	transform: none;
}

.accordion-button:not(.collapsed) {
	color: var(--black);
	background-color: var(--white);
	border: 0;
	border-radius: 25px;
}

h3.accordion-button,
.accordion-item:first-of-type .accordion-button {
	font-size: 24px;
	line-height: 23px;
	letter-spacing: -0.48px;
	padding: 0;
	padding: 30px 132px 27px 38px;
	border-radius: 32px;
	margin-bottom: 0;
	border: 0;
}

.accordion-body .btn-red {
	min-width: 176px;
}

.accordion-button.collapsed {
	border: 0 !important;
}

.faq .accordion-collapse {
	transition: height 0.4s ease-in-out;
}

.career .accordion-collapse {
	transition: height .8s ease-in-out;
}


.cform {
	border-radius: 8px;
	padding: 95px 80px 90px 80px;
	background: url('../images/red-bg.svg') center center / contain repeat;
	/* margin-top: 80px;
	margin-bottom: -50px; */
}

.cform h2 {
	margin-bottom: 33px;
}

a.btn-red.apply-now-btn {
	margin-top: 10px;
}

.accordion-body h2,
.accordion-body h3,
.accordion-body h4,
.accordion-body h5,
.accordion-body h6 {
	margin: 1.1em 0 1.1em 0;
	font-weight: 700;
}

section.fn-blogs {
	padding: 101px 0 113px 0;
	background: url('../images/fn-blog-bg.webp') center center / cover no-repeat !important;
}

.br-banner {
	padding: 60px 0 55px 0;
}

.br-banner .title-wrap {
	margin-bottom: 35px;
}

.br-banner .btext {
	position: absolute;
	right: -43px;
}

.gcontent img {
	width: 100%;
	height: 432px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 3px 9px 0 rgba(139, 139, 139, 0.30);
}

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

.gcontent p {
	color: var(--black2);
	margin: 1.5em 0;
}

.gcontent ul,
.gcontent ol {
	margin: 30px 0 30px 0;
}

.gcontent ul li,
.gcontent ol li {
	color: #333;
	margin-bottom: 10px;
}

.gcontent h3 {
	margin: 20px 0 20px 0;
	color: var(--red);
}

.gcontent ul li::marker,
.gcontent ol li::marker {
	color: var(--red);
	font-weight: bold;
}

.gcontent .mejs-video,
.gcontent .wp-block-video video {
	border-radius: 5px;
	box-shadow: 0px 3px 9px 0px rgba(139, 139, 139, 0.30);
}

.gcontent .wp-block-video video {
	width: 100%;
}

.gcontent .wp-video,
.gcontent .wp-block-video {
	margin-bottom: 46px;
}

.gcontent .mejs-controls {
	display: none;
}

.gcontent .mejs-overlay-button {
	background: url('../images/video-play.svg') no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center !important;
	background-color: var(--white);
	border-radius: 50%;
}

.general-content .mejs-poster {
	border-radius: 5px;
	box-shadow: 0px 3px 9px 0px rgba(139, 139, 139, 0.30);
}

blockquote {
	margin: 1em 40px;
	border-radius: 5px;
	background: var(--black);
	box-shadow: 0px 3px 9px 0px rgba(139, 139, 139, 0.30);
	margin-left: 0;
	max-width: 752px;
	padding: 76px 35px 24px 35px;
	position: relative;
}

blockquote::before {
	content: '';
	position: absolute;
	top: 26px;
	left: 34px;
	background-image: url('../images/block-quote.svg');
	width: 61px;
	height: 37px;
}

blockquote p {
	color: var(--white) !important;
	margin: 0 !important;
	font-size: 24px;
	line-height: 23px;
	letter-spacing: -0.48px;
}

.gcta {
	border-radius: 149px;
	background: var(--black);
	box-shadow: 0 3px 9px 0 rgba(139, 139, 139, 0.30);
	display: flex;
	align-items: center;
	padding: 42px 60px 44px 67px;
	max-width: 800px;
	margin: 50px 0 70px 0;
	justify-content: space-between;
}

.gcta h3 {
	max-width: 60%;
	margin: 0;
	color: var(--white);
}

.gsbar {
	margin: 0 0px 30px 51px;
	display: flex;
	flex-direction: column;
	gap: 43px;
}

.gsbar .gser,
.gsbar .gres {
	background-color: var(--black);
	border-radius: 8px;
	box-shadow: 0 3px 9px 0 rgba(139, 139, 139, 0.30);
	padding: 56px 19px 32px 19px;
}

.gsbar .gser ul,
.gsbar .gres ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}

.gsbar .gser ul li,
.gsbar .gres ul li {
	padding: 16px 8px;
	border-bottom: 1px solid var(--white);
}

.gsbar .gser ul li:last-child,
.gsbar .gres ul li:last-child {
	border-bottom: none;
}

.gsbar .gser ul li a,
.gsbar .gres ul li a {
	font-size: 32px;
	line-height: 27px;
	color: var(--white);
	transition: color .3s ease-in-out;
}

.gsbar .gser ul li a:hover,
.gsbar .gres ul li a:hover {
	color: var(--red);
}

.gsbar h3 {
	color: var(--white);
	font-size: 28px;
	margin-bottom: 20px;
}

section.fh-banner.textcenter {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}

section.fh-banner.textcenter .fh-wrp {
	padding-top: 0;
}

section.fh-banner.textcenter .fh-wrp h1 {
	max-width: 1093px;
	margin-left: auto;
	margin-right: auto;
}

section.fh-banner.textcenter:after {
	content: '';
	position: absolute;
	background: linear-gradient(0deg, var(--white) 0%, rgba(255, 255, 255, 0.00) 100%);
	bottom: 0;
	width: 100%;
	height: 384px;
}

a.back-to-page {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 30px;
}

a.back-to-page span {
	font-size: 18px;
	letter-spacing: -0.36px;
	line-height: 27px;
	color: var(--black);
	font-weight: 700;
	transition: color .3s ease-in-out;
}

a.back-to-page:hover span {
	color: var(--red);
}

a.back-to-page svg path,
.sharelist a svg path {
	transition: fill .3s ease-in-out;
}

a.back-to-page:hover svg path {
	fill: var(--red)
}

.social_share,
.sharelist {
	display: flex;
	align-items: center;
}

.stitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: -0.36px;
	background: var(--redgradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-right: 10px;
}

.sharelist a:hover svg path {
	fill: #000;
}

.sharelist a {
	padding: 0 11px;
}

.single-post section.fn-blogs {
	margin-bottom: 0;
}

.blog-single-page .fh-wrp h6 {
	margin-bottom: 20px;
}

.blog-single-page .fh-wrp h4 {
	margin-bottom: 30px;
	margin-top: 12px;
}

.global-cta {
	padding-top: 70px;
}

.home .global-cta {
	padding-top: 0;
}

.lsrc .imgslider,
.lsrc .singleimg {
	padding: 0px 12px 0px 0;
}

.lsrc .text-wrp {
	padding-left: 12px;
}

.lsrc .text-wrp.wrp-m {
	margin-top: -18px;
}

section.lsrc.bg-white {
	padding: 59px 0 61px 0;
}

.general-content {
	padding: 78px 0 60px 0;
}

.general-content h1 {
	margin-bottom: 46px;
}

.page-id-434 .general-content a {
	color: var(--black);
}

.page-id-434 .general-content .gcontent ul,
.page-id-434 .general-content .gcontent ol {
	padding-left: 20px;
	margin: 0;
	margin-top: -1em;
}

.page-id-434 .general-content .gcontent ul lsi::marker,
.page-id-434 .general-content .gcontent ol li::marker {
	color: var(--black);
}

.gcontent p a{
	color: var(--red);
}