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

@font-face {
	font-family: 'Albert Sans';
	src: url('../fonts/AlbertSans-SemiBold.woff2') format('woff2'),
		url('../fonts/AlbertSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nekst-Regular';
	src: url('../fonts/nekst-regular-webfont.woff2') format('woff2'),
		url('../fonts/nekst-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nekst-Medium';
	src: url('../fonts/nekst-medium-webfont.woff2') format('woff2'),
		url('../fonts/nekst-medium-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nekst-Bold';
	src: url('../fonts/nekst-bold-webfont.woff2') format('woff2'),
		url('../fonts/nekst-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nekst-Black';
	src: url('../fonts/nekst-black-webfont.woff2') format('woff2'),
		url('../fonts/nekst-black-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--white: #fff;
	--orange: #FF4C00;
	--orange-gradient: linear-gradient(180deg, #FF7134 0%, #FF4C00 100%);
	--black: #1E1E1E;
	--black2: #323232;
	--black3: #626262;
	--grey: #AFAFAF;
}

[data-wpr-lazyrender] {
    content-visibility: visible !important;
}

body,
mark {
	color: #000
}

body {
	margin: 0;
	overflow-x: hidden;
}


body,
p {
	font-size: 16px;
	line-height: 27px;
	letter-spacing: -0.32px;
}

body,
p,
.text-org,
.sinelg-slide h6 {
	font-family: 'Nekst-Regular', sans-serif;
	font-weight: 400;

}

h1,
h2,
h3,
.gcontent ul li::marker,
.gcontent ol li::marker {
	font-family: 'Nekst-Black', sans-serif;
	text-transform: uppercase;

}

.navbar-light .navbar-nav .nav-link,
.tobar .tb-right a {
	font-family: 'Nekst-Medium', sans-serif;
}

h4,
h5,
h6,
.globalcta .flist .fitem,
.blog-list h4.blog-title,
blockquote p,
.fp-slider .project-cat,
.plist h3.project-title a,
.sp-details .sp-categories span {
	font-family: 'Nekst-Bold', sans-serif;
}

.btn-org span,
.btn-blk span {
	font-family: 'Albert Sans', sans-serif;
	text-transform: uppercase;
}


.main-content h1 {
	font-size: 88px;
	line-height: 73px;
	letter-spacing: -1.76px;
}

h2 {
	font-size: 56px;
	line-height: 49px;
	letter-spacing: -1.12px;
}

h4 {
	font-size: 26px;
	line-height: 34px;
	text-transform: none;
}

h5 {
	font-size: 18px;
	line-height: 27px;
	text-transform: none;
	letter-spacing: -0.36px;
}

h6 {
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
	letter-spacing: -0.16px;
}

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

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

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

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

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

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


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
}

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


a {
	text-decoration: none;
	color: var(--orange);
	transition: color .3s ease-in-out;
}

a:focus {
	outline: dotted thin
}

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

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

b,
strong {
	font-weight: 700
}

blockquote {
	margin: 1em 40px
}

mark {
	background: #ff0
}

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%
}


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

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: box-shadow .4s ease-in-out;
}

.header.scrolled {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.header:not(.home .header) {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

body.admin-bar .header {
	top: 32px;
	transition: top .3s ease-in-out;
}

header .navbar-brand {
	margin-right: 0;
}

.home header .navbar {
	transition: background-color .5s ease-in-out;
}

header.scrolled .navbar {
	background-color: var(--white);
}

.navbar-brand img {
	max-width: 130px;
}

.navbar-light .navbar-nav .nav-link {
	color: var(--white);
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -0.32px;
	padding: 1rem .5rem;
	text-transform: uppercase;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.navbar-light .navbar-nav .nav-link:not(.home .navbar-light .navbar-nav .nav-link) {
	color: var(--black);
}

header.scrolled .navbar-nav .nav-link {
	padding: 31px .5rem;
	color: var(--black);
}

a.navbar-brand.sticky-logo {
	display: none;
}

header.scrolled a.navbar-brand.logo,
header .logo:not(.home header .logo) {
	display: none;
}

header.scrolled a.navbar-brand.sticky-logo,
header .sticky-logo:not(.home header .sticky-logo) {
	display: block;
}

.navbar-light .navbar-nav .nav-right .nav-link {
	text-transform: none;
	background: #231f20;
	color: #fff !important;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 700;
	border-radius: 6px;
	padding: 12px 22px;
	line-height: 1;
}

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

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

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

.navbar-toggler {
	border: none
}

.home .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='%23fff' 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;
}

.navbar-light .navbar-toggler-icon,
.header.scrolled .navbar-light .navbar-toggler-icon,
.nav-open .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 {
	color: transparent;
}

.nav-item.dropdown:hover .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: var(--orange) !important;
}

.header .topbar .container {
	display: flex;
	justify-content: space-between;
}

.header .topbar .container .tb-left {
	display: flex;
	gap: 9px;
	align-items: center;
}

header .topbar {
	background: var(--orange);
	padding: 6px 0;
}

header .topbar h6 {
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -0.32px;
	margin-bottom: 0;
}

header .topbar a {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	color: var(--white);
	text-transform: uppercase;
	transition: color .4s ease-in-out;
}

header .topbar a:hover {
	color: var(--black);
}

.text-org {
	background: var(--orange-gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 37px;
	line-height: 50px;
	letter-spacing: 9.62px;
}

.btn-org,
.btn-blk {
	position: relative;
	display: inline-flex;
	padding: 6px 23px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 40px;
	background: var(--orange-gradient);
	box-shadow: 0px 1px 10px 0px rgba(33, 28, 31, 0.24);
}

.phone-cta .btn-org {
	white-space: nowrap;
}

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

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

.btn-blk {
	background: var(--black);
	transition: background .4s ease-in-out;
}

.single-service .btn-blk {
	transition-property: opacity, transform, background, color !important;
}

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

.btn-org,
.btn-blk {
	min-width: 177px;
}

.blog-grid .btn-blk {
	min-width: 189px;
}

.blog-grid .blog-item {
	height: 100%;
	background: var(--white);
}

.img-text .btn-org {
	min-width: 191px;
}

.r-slider .btn-org {
	min-width: 213px;
}

.btn-org span,
.btn-blk span {
	color: var(--white);
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.36px;
	z-index: 1;
	transition: color .4s ease-in-out;
}

.btn-org:hover span,
.btn-blk:hover span {
	color: var(--orange);
}

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

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

.main-content .bg-pattern {
	/* background-color: var(--black2); */
	background-image: url('../images/bg.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 2;
	position: relative;
}

.home-hero {
	position: relative;
}

.home-hero {
	height: 1090px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.home-hero video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.home-hero .hh-wrap {
	position: absolute;
	text-align: center;
	color: var(--white)
}

.home-hero::before {
	opacity: 0.63;
	background: var(--black);
	mix-blend-mode: multiply;
}

.home-hero img.logo2 {
	width: 122.712px;
	height: 42.156px;
	object-fit: contain;
	margin: 0 auto 15px auto;
}

.home-hero .hh-wrap p {
	max-width: 1000px;
	margin: 8px auto 15px auto;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -0.36px;
}

.home-hero .text-org {
	margin-top: 12px;
}

.home-hero .btn-wrap {
	margin: 35px 0 60px 0;
}

.hh_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 61px;
}

.single-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.single-flex span {
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
}

.ser-grid {
	padding: 230px 0 70px 0;
	margin-top: -170px;
}

.home .ser-grid {
	padding-top: 230px;
}

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

.ser-layout {
	display: flex;
	justify-content: center;
	gap: 18px;
}

.ser-box {
	position: relative;
	display: block;
	width: 20%;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	padding-bottom: 30px;
}

.ser-img img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 2px;
	display: block;
	transition: transform 0.5s ease;
}

.ser-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	display: flex;
	justify-content: center;
	transition: bottom 0.5s ease-in-out;
	z-index: 2;
}

.ser-title h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: -0.36px;
	border: 2px solid var(--orange);
	background: var(--white);
	padding: 11px 25px 14px 25px;
	margin: 0;
	display: flex;
	align-items: center;
	transition: background 0.4s ease-in-out, color 0.4s ease-in-out, padding 0.4s ease-in-out;
}

/* Arrow inside button */
.ser-title h5 .arrow {
	width: 0;
	opacity: 0;
	transform: translateX(-26px);
	transition: opacity 0.3s ease, width 0.3s ease, transform 0.3s ease;
}

.ser-box:hover .ser-title {
	bottom: 45%;
}


.ser-box:hover .ser-title h5 {
	background: var(--orange);
	color: var(--white);
	padding: 11px 25px 14px 13px;
}

.ser-box .ser-title h5 span {
	transition: margin-left .3s ease;
}

.ser-box:hover .ser-title h5 span {
	margin-right: 15px;
}

.ser-box:hover .ser-title h5 .arrow {
	opacity: 1;
	width: 14px;
	transform: translateX(10px);
}

.ser-img {
	position: relative;
}

.ser-img:before {
	content: '';
	border-radius: 2px;
	opacity: 0;
	background: var(--white);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: opacity .4s ease-in-out;
}

.ser-box:hover .ser-img:before {
	opacity: 0.79;
}

.img-text .img-left,
.img-text .img-right {
	padding: 47px 0 45px 0;
}

.img-text .img-right {
	padding: 80px 0 45px 0;
}

.img-text h2 {
	max-width: 562px;
}

.img-text .image img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	object-position: top;
	border-radius: 34px;
}

.img-text .img-left .content {
	padding-left: 47px;
}

.img-text .img-right .content {
	padding-right: 47px;
}

.img-text .img-left h2 {
	max-width: 430px;
}

.r-slider h2 {
	text-align: center;
	color: var(--white);
	max-width: 754px;
	margin: 0 auto 16px auto;
}

.r-slider p.review-text {
	padding: 30px 43px 30px 0;
	line-height: 23px;
	letter-spacing: -0.32px;
}

.r-slider a.read-more {
	font-weight: 600;
}

.r-slider a.read-more:hover {
	color: var(--black3);
}

.r-slider a.read-more svg {
	margin-left: 5px;
}

.sinelg-slide .slide-wrap {
	border-radius: 2px;
	background: var(--white);
	padding: 31px 28px 18px 28px;
	margin-left: 30px;
}

.sinelg-slide h6,
.sinelg-slide h5 {
	margin-bottom: 0;
}

.sinelg-slide h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: -0.4px;
}

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

footer {
	box-shadow: 0 -3px 34px 0 rgba(158, 158, 158, 0.24);
	overflow: hidden;
    width: 100%;
}

footer .left-text {
	background-color: var(--black);
	padding: 30px 60px 10px 60px;
}

footer .left-text h3 {
	color: var(--white);
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -0.36px;
	margin-top: 30px;
	margin-bottom: 5px;
}

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

footer ul li a {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -0.32px;
}

footer .left-text a {
	color: var(--white);
}

footer .left-text a:hover {
	color: var(--orange);
}

footer .left-text .ft-add a {
	max-width: 222px;
}

footer .navbar-brand {
	margin: 0;
}

footer .navbar-brand img {
	max-height: 553px;
}

footer .left-text ul {
	margin: 0 0 37px 0;
}

footer .left-text ul li {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 10px;
}

footer .left-text .ft-details li {
	flex-direction: column !important;
	gap: 0 !important;
	color: var(--white);
}

footer .left-text .ft-details li p {
	margin: 0;
}

footer .left-text .ft-details h3 {
	margin-bottom: 0;
	margin-top: 20px;
	line-height: 1;
}

footer .text-right {
	padding: 55px 50px 20px 80px;
}

footer .text-right h3 {
	font-size: 18px;
}

footer .text-right h3 a {
	color: var(--black);
	transition: color .3s ease-in-out;
}

footer .text-right h3 a:hover {
	color: var(--orange);
}

footer .text-right ul li a {
	color: var(--black);
	line-height: 28px;
	letter-spacing: -0.36px;
}

footer .text-right ul li a:hover {
	color: var(--orange);
}

footer .text-right ul li a img {
	transition: margin-top .4s ease-in-out;
}

footer .text-right ul li a img:hover {
	margin-top: -5px;
}

footer .col-md-8 {
	position: relative;
	background-image: url('../images/ft-bg.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

footer .col-md-8 .text-right .ft-bt {
	position: absolute;
	bottom: 26px;
	left: 0;
}

footer .copyrights a {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -0.28px;
}

footer .mby a,
footer .ft-links a {
	color: var(--black);
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.28px;
	transition: color .3s ease-in-out;
}

footer .mby a:hover,
footer .ft-links a:hover {
	color: var(--orange);
}

footer ul.socials {
	margin: 8px 0 7px 0;
}

ul.socials {
	display: flex;
	gap: 12px;
	justify-content: center;
}

.globalcta {
	padding: 145px 0 60px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.globalcta .cta-text p {
	max-width: 366px;
}

.globalcta .flist {
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}

.globalcta .flist .fitem {
	font-size: 26px;
	line-height: 34px;
}

.globalcta .vanimg img {
	width: 100%;
}

.globalcta .vanimg {
	margin-top: -80px;
}

.blog-list h4.blog-title a {
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -0.4px;
	color: var(--black);
	transition: color .3s ease-in-out;
}

.blog-list h4.blog-title a:hover {
	color: var(--orange);
}

.blog-list p.blog-excerpt {
	max-width: 300px;
	margin: 8px auto 15px auto;
}

.blog-list .blog-image {
	overflow: hidden;
	display: block;
	position: relative;
}

.blog-list img {
	height: 230px;
	transition: transform 0.3s ease;
	display: block;
	width: 100%;
	object-fit: cover;
	border-radius: 2px 2px 0px 0;
	transition: transform 0.3s ease;
}

.blog-list .blog-image:hover img {
	transform: scale(1.1);
}

.blog-list .blog-content {
	background: var(--white);
	text-align: center;
	padding: 13px 31px 24px 31px;
	border-radius: 0px 0px 2px 2px;
}

.blog-list a.btn-org {
	min-width: 245px;
}

.fepost {
	margin-bottom: 50px;
	background: var(--black);
	border-radius: 2px;
	box-shadow: 0 1px 10px 0 rgba(33, 28, 31, 0.24);
}

.fepost .fe-image img {
	width: 100%;
	height: 575px;
	object-fit: cover;
}

.fepost h2.fe-title {
	font-size: 26px;
	line-height: 28px;
	margin: 5px 0 20px 0;
	text-transform: none;
	letter-spacing: -0.26px;
}

.fepost h6 {
	margin: 0;
	text-transform: none;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -0.26px;
}

.fepost .fe-meta {
	display: flex;
	justify-content: flex-end;
	height: 100%;
	flex-direction: column;
	padding: 0 52px 52px 52px;
}

.fepost a.btn-org {
	width: 197px;
}

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

.r-slider {
	padding: 45px 0 180px 0;
	background-image: url('../images/bg2.svg');
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
}

.single-banner+section {
	position: relative;
}

.r-slider:after,
.fi-form::after,
.single-banner+section::after,
.text-img-overlay::after,
.bg-pattern.top-padding::before,
section.blog-loop:before,
.fps:before,
.plist::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 75px;
	bottom: -15px;
	left: 50%;
	background: var(--black2);
}

.fps:before {
	top: 30px;
	bottom: 0;
}

section.blog-loop:before,
.plist::before {
	bottom: -100px;
}

.single-banner+section::after {
	top: -100px;
	bottom: auto;
	margin-left: -2px;
}

.bg-pattern.top-padding::before {
	top: 26px;
	bottom: auto;
}

.text-img-overlay::after {
	top: 85% !important;
	margin-left: 0 !important;
}

.page-id-251 .text-img-overlay::after {
	top: 88% !important;
}

.fi-form::after {
	bottom: -10%;
	width: 2.5px;
}


.r-slider .slick-list {
	padding: 0 7.5% 0 0 !important;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	position: relative;
	margin: 25px 0;
	bottom: 0;
}

.slick-dots li {
	margin: 0 5px;
	padding: 0;
	width: auto;
}

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

.slick-dots li button {
	height: 4px;
	width: 36px;
	background: var(--black3);
	border-radius: 5px;
	padding: 2.5px;
	transition: background .4s ease-in-out;
}

.slick-next,
.slick-prev {
	height: 40px;
	width: 40px;
	top: -30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center !important;
	border-radius: 50%;
	border: 2px solid var(--white);
	transition: box-shadow .4s ease-in-out, background-color .3s ease-in-out;
	z-index: 2;
	background-size: 30% !important;
	background-repeat: no-repeat !important;
}

.slick-prev {
	left: 30px;
}

.slick-next {
	left: 80px;
	top: -30px;
}

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

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

.slick-next:hover,
.slick-prev:hover {
	background-color: var(--orange);
	border-color: var(--orange);
}

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

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

/* .slick-next:before, .slick-prev:before{
	display: none !important;
} */

section.blog-grid,
section.recent-projects {
	position: relative;
	padding: 30px 0 10px 0;
}

.recent-projects::before {
	background: var(--white);
	z-index: 1;
}

.recent-projects .btn-blk {
	z-index: 1;
}

section.blog-grid:after,
section.recent-projects:after {
	content: '';
	position: absolute;
	bottom: -165px;
	width: 100%;
	height: 600px;
	background: url('../images/org-gradient-bg.svg');
	background-size: cover;
}

section.blog-grid:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 80px;
	bottom: -95px;
	left: 50%;
	background: var(--white);
	z-index: 1;
}

.mobo-topbar,
.hide-d,
.phone-sticky {
	display: none;
}

footer .text-right.row {
	--bs-gutter-x: 0;
}

.main-content {
	overflow: hidden;
}

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: 100px;
}

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

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

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


.pg404 h1 {
	margin-bottom: 25px;
}

.menu-pg404 li a {
	color: var(--orange);
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.single-banner {
	padding: 70px 0 125px 0;
	background: url('../images/single-bg.svg') bottom center / cover no-repeat;
	z-index: 1;
	position: relative;
}

.single-banner p {
	margin: 20px 0 20px 0;
}

.single-banner a.btn-org {
	margin-bottom: 80px;
}

.text-img-overlay {
	position: relative;
}

.text-img-overlay img,
.text-img-overlay .vd-wrap video {
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: top;
}

.text-img-overlay .img-wrap,
.text-img-overlay .vd-wrap {
	position: relative;
}

.text-img-overlay .vd-wrap video {
	object-position: center center;
}

.text-img-overlay .img-wrap:before,
.text-img-overlay .vd-wrap:before {
	content: '';
	width: 100%;
	height: 262px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, var(--white) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.text-img-overlay .text-wrap {
	max-width: 1132px;
	margin: 0 auto;
}

.text-img-overlay {
	padding: 0 0 190px 0;
	margin-top: -140px;
}

.text-img-overlay .container {
	margin-top: -20px;
}

.text-img-overlay .cities ul {
	padding: 0;
	list-style: none;
	column-count: 3;
	gap: 300px;
}

.cities {
	display: flex;
	justify-content: center;
}

.cities ul li a img {
	height: 43px;
	width: 43px;
	object-fit: contain;
}

.cities ul li a {
	display: flex;
	align-items: center;
	color: var(--black);
	gap: 17px;
	transition: color .3s ease-in-out;
}

.cities ul li a:hover {
	color: var(--orange);
}

.cities ul li {
	padding-bottom: 16px;
}

.cities ul li a h4 {
	margin-bottom: 0;
}

section.blog-loop {
	margin-top: 0;
}

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

section.blog-loop {
	padding: 0px 0 40px 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: 26px;
	font-weight: 700;
	line-height: 28px;
	color: var(--black);
	transition: color .3s ease-in-out;
	letter-spacing: -0.26px;
}

.blogs .content-wrap h5 {
	color: var(--grey);
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	margin-top: 23px;
	letter-spacing: 0;
	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: 37px;
	border-radius: 2px;
	transition: background-color .3s ease-in-out;
	align-items: center;
	justify-content: center;
	font-family: 'Nekst-Bold', sans-serif !important;
}

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

.blog-loop-pagination a.prev.page-numbers:hover,
.blog-loop-pagination a.next.page-numbers:hover {
	background: transparent;
}

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

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

.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(--orange);
	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 100px 29px;
}

.blog-loop .content-wrap a.btn-org {
	position: absolute;
	bottom: 43px;
	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: 47px;
}

.contact-banner h1,
.blog .single-banner h1 {
	padding-bottom: 50px;
	position: relative;
	max-width: 652px;
	margin: 0 auto;
}

.contact-banner h1::after,
.blog .single-banner h1::after {
	content: '';
	width: 100%;
	height: 2px;
	background: var(--orange);
	position: absolute;
	left: 0;
	bottom: 25px;
	right: 0;
}

.blog .single-banner h1 {
	max-width: 276px;
}

.contact-details {
	margin-top: 0 !important;
	padding: 50px 0 30px 0;
}

.contact-details .cleft p.bd {
	padding: 18px 0 40px 0;
	border-bottom: 2px solid var(--orange);
	margin: 0;
}

.cleft-wrap {
	padding: 38px 3px 10px 3px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.cleft-wrap h5,
.cleft-wrap h4 {
	margin: 0;
}

.cleft-wrap a {
	color: var(--black);
	transition: color .3s ease-in-out;
}

.cleft-wrap a:hover {
	color: var(--orange);
}

.cleft-wrap .address a {
	max-width: 300px;
	display: block;
}

.cright {
	border-radius: 2px;
	background: linear-gradient(268deg, #FF7134 0%, #FF4C00 100%);
	padding: 43px 60px 48px 60px;
}

.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: 2px solid var(--white) !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: 2px solid var(--white) !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, border .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 {
	border-radius: 2px;
	border: 2px solid var(--black) !important;
	box-shadow: 0 21px 20px 0 rgba(35, 35, 35, 0.20);
}

.fi-form input[type='text']:focus,
.fi-form input[type='email']:focus,
.fi-form input[type='tel']:focus,
.fi-form input[type='file']:focus,
.fi-form textarea:focus,
.fi-form textarea .form select:focus {
	border: 2px solid var(--orange) !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: 30px !important;
}

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

.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: 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: -20px !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;
}

.gform_button {
	border-radius: 34px !important;
	background: var(--black) !important;
	box-shadow: 0 1px 10px 0 rgba(33, 28, 31, 0.39) !important;
	padding: 12px 22px 13px 19px !important;
	min-width: 221px !important;
	font-size: 21px !important;
	line-height: 21.979px !important;
	font-family: 'Albert Sans', sans-serif !important;
	letter-spacing: -0.36px !important;
	text-transform: uppercase !important;
	border-color: var(--black) !important;
}

.fi-form .gform_button {
	background: var(--orange-gradient) !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(--orange) !important;
	border-inline-end-color: var(--orange) !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: 'Nekst-Bold', sans-serif !important;
	max-width: 90% !important;
	margin: 0 auto !important;
}

.gfield--type-checkbox .gfield_label,
.gfield--type-checkbox .gform-field-label,
.gfield--type-radio .gfield_label,
.gfield--type-radio .gform-field-label {
	color: var(--white) !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 1 !important;
	letter-spacing: -0.36px !important;
}

.gfield--type-checkbox .gform-field-label--type-inline,
.gfield--type-radio .gform-field-label--type-inline {
	margin-left: 9px !important;
}

.gfield_checkbox,
.gfield_radio {
	flex-direction: row !important;
	gap: 55px !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	color: var(--orange) !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background-color: var(--orange) !important;
}

.gfield_checkbox .gchoice,
.gfield_radio .gchoice {
	align-items: center;
}

/* .gfield--type-checkbox .gfield_label,
.gfield--type-radio .gfield_label {
	margin-bottom: 0 !important;
} */

span.gfield_required.gfield_required_text {
	display: none;
}

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

.orcall span,
.orcall a {
	color: var(--white);
	transition: color .2s ease-in-out;
}

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

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

.cright h4 {
	margin-bottom: 32px;
}

.cusam h6 {
	font-size: 21.643px;
	line-height: 18.937px;
	letter-spacing: -0.433px;
	padding: 20px 15px 26px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.cusam-img {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	padding: 30px 0 30px 0;
}

.van-img img {
	width: 100%;
}

.fi-img-text {
	margin-top: 0;
}

.fi-img-text .img-left h2,
.fi-img-text .img-left p {
	max-width: 562px;
}

.fi-img-text .img-left a {
	color: var(--black);
	text-decoration: underline;
}

.fi-img-text .img-left a:hover {
	color: var(--orange);
}

.fi-img-text .image img {
	max-height: 100%;
}

.fi-img-text {
	padding: 0px 0 25px 0;
}

.fi-img-text .img-left {
	padding: 27px 0 45px 0;
}

.fi-form .text-center {
	border-radius: 2px;
	background: var(--orange-gradient);
	padding: 44px 9px 24px 9px;
}

.fi-form .form {
	border-radius: 2px;
	background: var(--black);
	padding: 54px 85px 65px 85px;
}

.fi-form {
	padding-bottom: 30px;
	position: relative;
}

.single-banner-inn {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.single-banner-inn:before,
.single-banner-inn::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.8;
	background: linear-gradient(180deg, #211C1F 0%, rgba(33, 28, 31, 0.00) 100%);
}

.single-banner-inn::after {
	bottom: 0;
	background: linear-gradient(0deg, #211C1F 0%, rgba(33, 28, 31, 0.00) 100%);
}

.single-banner-inn h1 {
	text-shadow: 0 1px 13px rgba(58, 58, 58, 0.39);
}

.single-banner-inn p {
	font-weight: 700;
	max-width: 1054px;
	margin: 18px auto 31px auto;
	text-shadow: 0 1px 10px rgba(33, 28, 31, 0.63)
}

.side-content,
.blog-single-wrap {
	padding: 31px 0 52px 0;
}

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

.gser {
	margin-bottom: 30px;
}

.gsbar h3 {
	font-size: 38px;
	color: var(--white);
	letter-spacing: -0.76px;
	line-height: 49px;
	margin-bottom: 15px;
}

.sd-menu {
	padding: 0;
	margin: 0;
}

.sd-menu li a {
	font-size: 26px;
	font-weight: 700;
	padding: 16px 8px;
	color: var(--white);
	border-bottom: 1px solid var(--white);
	display: flex;
	align-items: center;
	align-self: stretch;
}

.sd-menu li a:hover {
	color: var(--orange);
}

.sd-menu li:last-child a {
	border-bottom: 0;
}

.back-link {
	margin-bottom: 27px;
}

.back-link a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: var(--black);
}

.back-link a h5 {
	margin-bottom: 0;
}

.back-link a svg path {
	transition: fill .3s ease-in-out;
}

.back-link:hover a {
	color: var(--orange);
}

.back-link:hover svg path {
	fill: var(--orange);
}

.side-content .gcontent {
	padding: 54px 0 50px 30px;
}

.blog-single-wrap .gcontent {
	padding: 20px 0 25px 30px;
}

.gcontent {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.gcontent p,
.gcontent ul,
.gcontent ol,
.gcontent h2,
.gcontent h3,
.gcontent h4,
.gcontent h5,
.gcontent h6 {
	margin: 0;
}

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

.gcontent ul li,
.gcontent ol li {
	margin: 0px 0 10px 10px;
	padding-left: 5px;
}

.gcontent ul li::marker,
.gcontent ol li::marker {
	color: var(--orange);
	font-size: 18px;
}

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

.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;
}

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 30px 35px;
	position: relative;
}

.gcontent a {
	color: var(--orange);
	font-weight: 700;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.gcontent a:hover {
	color: var(--black);
}

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

blockquote p {
	color: var(--white) !important;
	margin: 0 !important;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: -0.48px;
	text-transform: uppercase;
}

.line-cta {
	border-radius: 74px;
	background: var(--black);
	box-shadow: 0 3px 9px 0 rgba(139, 139, 139, 0.30);
	padding: 43px 59px 43px 59px;
	max-width: 752px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.line-cta h4 {
	margin-bottom: 0;
	color: var(--white);
	font-size: 32px;
	line-height: 34px;
}

.bg-pattern.top-padding {
	padding-top: 160px;
}

.social_share {
	display: flex;
	align-items: center;
	gap: 21px;
	padding-top: 20px;
}

.sharelist {
	display: flex;
	gap: 10px;
	align-items: center;
}

.sharelist a {
	text-decoration: none;
	padding: 10px 10px;
	transition: transform 0.3s ease;
}

.sharelist a:hover {
	transform: translateY(-3px);
}

.single-post section.blog-loop.blog-grid {
	padding-top: 30px;
}

.fp-slider {
	margin-bottom: 40px;
}

.fe-project h2 {
	margin-bottom: 22px;
}

.fp-slider .project-slide {
	padding-bottom: 30px;
}

.fp-slider .project-wrap {
	padding-bottom: 30px;
	border-radius: 32px 32px 34px 34px;
	background: var(--white);
	box-shadow: 0 1px 10px 0 rgba(33, 28, 31, 0.24);
	margin: 0 10px;
}

.fp-slider .project-thumbnail img {
	width: 100%;
	height: 542px;
	object-fit: cover;
	border-radius: 34px 34px 0px 0px;
}

.fp-slider .project-meta {
	padding: 15px 12px 20px 12px;
}

.fp-slider .project-categories {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.fp-slider .project-cat {
	font-size: 18px;
	line-height: 27px;
	color: var(--orange);
	letter-spacing: 0;
}

.fp-slider h3.project-title {
	margin: 10px 0 13px 0;
	font-size: 26px;
	letter-spacing: -0.26px;
	text-transform: none;
}

.fp-slider .slick-prev,
.fp-slider .slick-next,
.fps-slider .slick-prev,
.fps-slider .slick-next {
	background-color: var(--orange);
	border-color: var(--orange);
	height: 50px;
	width: 50px;
	top: 45%;
}

.fp-slider .slick-prev,
.fps-slider .slick-prev {
	left: -17px;
}

.fp-slider .slick-next,
.fps-slider .slick-next {
	right: -17px;
	left: auto;
}

.plist {
	position: relative;
}

.plist .projects {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	row-gap: 37px;
	padding: 0 0 60px 0;
}

.plist .blog-loop-pagination {
	padding-bottom: 50px;
}

.plist .project .project-thumbnail img,
.plist .project .project-slider img {
	width: 100%;
	height: 575px;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: 0 1px 10px 0 rgba(33, 28, 31, 0.24);
}

.plist .project {
	position: relative;
	overflow: hidden;
}

.plist .project:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: var(--black);
	opacity: 0.77;
	border-radius: 2px;
}

.plist .project .project-meta {
	position: relative;
	text-align: center;
}

.plist .project .project-meta h3.project-title a {
	color: var(--white);
	font-size: 32px;
	letter-spacing: -0.32px;
	text-transform: none;
	line-height: 34px;
}

.plist .project .project-meta p {
	color: var(--white);
}

.plist .project .project-meta {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.plist .project .project-meta .meta-wrap {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	padding: 30px;
	opacity: 1;
	transition: opacity .5s ease-in-out;
}

.plist .project .overlay-meta-wrap {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.plist .project .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .5s ease-in-out;
}

.plist .project .project-slider:before {
	content: '';
	position: absolute;
	border-radius: 2px;
	opacity: 0.6;
	background: linear-gradient(0deg, #FF4C00 0%, rgba(255, 113, 52, 0.00) 100%);
	box-shadow: 0 1px 10px 0 rgba(33, 28, 31, 0.24);
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}

.plist .project:hover .overlay {
	opacity: 1;
}

.plist .project:hover .meta-wrap {
	opacity: 0;
}

.plist .project-slider .slick-next,
.plist .project-slider .slick-prev {
	top: 45%;
	background-color: transparent !important;
	border: 0 !important;
	z-index: 3 !important;
	opacity: 1 !important;
	background-size: 50% !important;
	margin-left: 10px;
	margin-right: 10px;
}

.plist .project-slider .slick-prev {
	left: 0;
}

.plist .project-slider .slick-next {
	right: 0;
	left: auto;
}

.plist .project .overlay-meta-wrap h3 {
	margin-bottom: 45px;
}

.plist .project .overlay-meta-wrap h6.mt-4 {
	position: absolute;
	bottom: 56px;
	display: flex;
	flex-direction: column;
	gap: 3px;
	color: var(--white);
}

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

.g-content h1 {
	margin-bottom: 20px;
}

.g-content .gcontent a {
	font-weight: 400;
}

.page-id-374 .gcontent ul,
.page-id-374 .gcontent ol {
	margin-top: -20px;
}

.page-id-374 .gcontent ul li::marker,
.page-id-374 .gcontent ol li::marker,
.page-id-374 .g-content .gcontent a {
	color: var(--black);
	text-decoration: none;
}

a.org-a {
	color: var(--orange) !important;
}

.fps-slider img {
	border-radius: 34px;
	box-shadow: 0 4px 5px 0 rgba(14, 14, 14, 0.10);
	width: 100%;
	height: 542px;
	object-fit: cover;
}

.sp-details {
	padding: 40px 0 0 0;
}

.sp-single h1 {
	margin: 10px 0 15px 0;
}

.sp-details .sp-categories span {
	color: var(--orange);
}

.sp-details .sp-categories {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

.sp-details p.sp-excerpt {
	margin-bottom: 23px;
}

.sp-details .slick-slide {
	margin: 0 10px;
}

.fps-slider ul.slick-dots {
	margin: 10px 0;
}

.fps {
	padding: 210px 0 0px 0;
}

.fps .r-slider {
	padding: 45px 0 110px 0;
}

.fps-details .pcd {
	width: fit-content;
	margin: 0 auto 31px auto;
	border-radius: 2px;
	background: var(--orange-gradient);
	padding: 4px 30px 4px 30px;
	font-weight: 700;
}

.fps-details h2 {
	margin-bottom: 15px;
}

.fps-details .details p {
	margin: 5px 0 16px 0;
}

.fps-details .details h4 {
	margin: 0;
}

.single-projects .line-cta {
	display: none;
}

.single-projects .side-content {
	padding-top: 60px;
}

.hh_flex.fe_flex {
	padding-bottom: 50px;
}

.recent-projects h2 {
	margin-top: 50px;
}

.single-service .gcontent img {
	max-width: max-content;
	width: auto;
	box-shadow: none;
}

.single-service .gcontent {
	display: block;
}

.single-service .gcontent h1,
.single-service .gcontent h2,
.single-service .gcontent h3,
.single-service .gcontent h4,
.single-service .gcontent h5,
.single-service .gcontent h6,
.single-service .gcontent ul,
.single-service .gcontent ol,
.single-service .gcontent img,
.single-service .gcontent p {
	margin-bottom: 30px;
	margin-top: 0;
}

.single-service .gcontent h4 img {
	margin-bottom: 0;
}

.smt {
	display: flex;
	max-width: 752px;
	align-items: center;
	border-radius: 74px;
	background: var(--Black, #1E1E1E);
	box-shadow: 0 3px 9px 0 rgba(139, 139, 139, 0.30);
	padding: 2px 60px 0px 60px;
	position: relative;
	min-height: 150px;
	margin: 50px 0 50px 0;
}

.smt h4 {
	max-width: 400px;
	color: var(--white);
}

.smt img {
	position: absolute;
	right: 60px;
}

.smt img,
.smt h4 {
	margin-bottom: 0 !important;
}

.gcontent .btn-org {
	text-transform: none !important;
	text-decoration-line: none;
}

.back-link-mobo {
	display: none;
}

.fp-slider .project-slider .slick-prev,
.fp-slider .project-slider .slick-next {
	top: 50%;
}