@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

:root {
	--sky: #05A0C6;
	--blue: #0A2D82;
	--white: #fff;
	--black: #000000;
	--grey: #757575;
}

body {
	font-family: "Outfit", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: var(--grey);
	background: var(--white);
	padding-top: 96px;
}

b,
strong {
	font-weight: 600 !important;
}

figure {
	margin: 0;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: var(--sky);
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: var(--sky);
}

.paragraph-small {
	font-size: 16px;
	line-height: 162.5%;
}

.paragraph-medium {
	font-size: 25px;
	line-height: 166.667%;
}

.paragraph-large {
	font-size: 30px;
	line-height: 166.667%;
}

.fix-width-1405 {
	max-width: 1405px;
	width: 100%;
}

/* Common style Start */

.banner-title {
	font-weight: 400;
	font-size: 60px;
	line-height: 116.667%;
}

.banner-title * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.banner-title a {
	text-decoration: none;
}

.banner-title a:hover {
	color: var(--sky);
}

.banner-title span {
	font-weight: 100;
}

.section-title {
	font-weight: 400;
	font-size: 70px;
	line-height: 114.286%;
}

.section-title * {
	display: inline-block;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
	background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a {
	text-decoration: none;
}

.section-title a:hover {
	color: var(--sky);
}

.section-title span {
	font-weight: 200;
}

.block-title {
	font-weight: 500;
	font-size: 30px;
	line-height: 134%;
}

.block-title * {
	display: inline-block;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	/* background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	margin-top: 0;
	margin-bottom: 0;
}

.block-title a {
	text-decoration: none;
}

.block-title a:hover {
	color: var(--sky);
}

/* buttons */
.btn {
	font-weight: 600;
	font-size: 18px;
	line-height: 155.556%;
	position: relative;
}

.btn-gradient {
	padding: 11px 30px;
	border: none;
	color: var(--white);
	background: -moz-linear-gradient(96deg, #0A2D82 0%, #05A0C6 50%, #0A2D82 100%);
	background: -webkit-linear-gradient(96deg, #0A2D82 0%, #05A0C6 50%, #0A2D82 100%);
	background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 50%, #0A2D82 100%);
	background-size: 200% 100%;
	-moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-gradient::after {
	content: "";
	border: 2px solid rgba(246, 245, 246, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}

.btn-gradient:active:focus,
.btn-gradient:hover {
	color: var(--white) !important;
	background-position: 300% center;
}
/* buttons */

/* common-social-icons */
.common-social-icons ul {
	display: flex !important;
	flex-wrap: wrap !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: center;
	margin: 0 -7px !important;
	padding: 0 !important;
	list-style-type: none;
}

.common-social-icons ul li {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 7px 7px !important;
	padding: 0 !important;
	list-style-type: none;
}

.common-social-icons ul li a {
	position: relative;
	text-decoration: none;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--blue);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.common-social-icons ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.2;
	background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}

.common-social-icons ul li a:hover {
	color: var(--white);
	background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	border-radius: 3px 3px 15px 3px;
	-webkit-border-radius: 3px 3px 15px 3px;
	-moz-border-radius: 3px 3px 15px 3px;
	-ms-border-radius: 3px 3px 15px 3px;
	-o-border-radius: 3px 3px 15px 3px;
}

.common-social-icons ul li a:hover:before {
	opacity: 1;
}
/* common-social-icons */
/* Common style End */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	padding: 20px 0 26px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: var(--white);
	z-index: 999999;
}

.header.h-stick {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.header .container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

.header .navbar {
	padding: 0;
}

.header .navbar-brand {
	max-width: 311px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.header .navbar-nav .nav-item {
	padding: 0 15px;
}

.header .navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.header .navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.header .navbar-nav .nav-item .nav-link {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: var(--black);
	opacity: 0.65;
	padding: 0;
}

.header .navbar-nav .nav-item.current-menu-item .nav-link,
.header .navbar-nav .nav-item.current-menu-parent .nav-link,
.header .navbar-nav .nav-item.current_page_parent .nav-link,
.header .navbar-nav .nav-item .nav-link.current-menu-item,
.header .navbar-nav .nav-item .nav-link.current-menu-parent,
.header .navbar-nav .nav-item .nav-link.current_page_parent,
.header .navbar-nav .nav-item .nav-link.active,
.header .navbar-nav .nav-item .nav-link:hover {
	color: var(--sky);
	opacity: 1;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
.bnr-demo {
	max-width: 160px;
	width: 100%;
	margin-left: auto;
	padding: 20px;
	background: -moz-linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	background: -webkit-linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.bnr-demo .detail {
	font-weight: 600;
	font-size: 18px;
	line-height: 155.556%;
	color: var(--white);
	margin: 0 0 82px;
}

.bnr-call {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/* .bnr-call * {
	position: relative;
	top: 1px;
} */

.bnr-call:hover {
	background: var(--sky);
}

.bnr-call figure {
	display: flex;
}

.banner-wrp {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 20px;
	padding: 50px 50px 60px 80px;
	overflow: hidden;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.banner-wrp .banner-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.banner-wrp .banner-overlay.desktop-screen-1400-bg {
	display: none;
}

.bnr-bottom {
	color: var(--white);
	padding: 330px 30px 0 0;
}

.bnr-bottom .row {
	align-items: center;
}

.bnr-bottom-detail {
	max-width: 373px;
	width: 100%;
	margin-left: auto;
}

.bnr-bottom-detail .common-detail {
	margin: 0 0 40px;
}

.bnr-bottom-title {
	max-width: 609px;
	width: 100%;
}

.climate-action-detail {
	font-weight: 200;
	text-align: justify;
	max-width: 942px;
	width: 100%;
}

.climate-action-detail span {
	color: var(--black);
}

.climate-action-detail p {
	margin: 0;
}

.climate-action-right {
	text-align: right;
	margin: 0 0 0 -4px;
}

.climate-action-right .section-title {
	margin: 0 0 40px;
}

.climate-action-img img {
	width: 100%;
	height: 474px;
	object-fit: cover;
	border-radius: 10px 10px 100px 10px;
	-webkit-border-radius: 10px 10px 100px 10px;
	-moz-border-radius: 10px 10px 100px 10px;
	-ms-border-radius: 10px 10px 100px 10px;
	-o-border-radius: 10px 10px 100px 10px;
}

.climate-action-wrp {
	padding: 150px 0 75px;
	position: relative;
}

.climate-action-grid {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	top: 130px;
	z-index: -1;
}

.climate-action-wrp::after {
	content: "";
	width: 332px;
	height: 332px;
	background-color: var(--sky);
	position: absolute;
	left: -275px;
	top: 321px;
	filter: blur(250px);
	-webkit-filter: blur(250px);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.platform-features-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px 0 0;
	flex: 0 0 auto;
	background-color: var(--white);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.platform-features-block {
	display: flex;
	align-items: center;
	margin: 0 0 40px;
}

.platform-features-block .detail {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: var(--blue);
}

.platform-features-block .detail p {
	margin: 0;
}

.platform-features-block:last-child {
	margin-bottom: 0;
}

.unified-platform-features .block-title {
	color: var(--black);
	margin: 0 0 30px;
}

.unified-platform-main > .section-title {
	margin: 0 0 50px;
}

.unified-platform-main > .section-title span {
	display: block;
}

.unified-platform-wrp .unified-platform-img * {
	width: 100%;
}

.small-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}

.small-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.unified-platform-right {
	padding: 20px 12px 12px;
	margin: 0 0 0 -68px;
	background-color: var(--white);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.unified-platform-right .small-title {
	color: var(--sky);
	padding: 0 0 5px;
	margin: 0 16px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.unified-platform-section {
	position: relative;
	padding: 30px 30px 30px 55px;
	background: -moz-linear-gradient(96deg, rgba(10, 45, 130, 0.1) 0%, rgba(5, 160, 198, 0.1) 100%);
	background: -webkit-linear-gradient(96deg, rgba(10, 45, 130, 0.1) 0%, rgba(5, 160, 198, 0.1) 100%);
	background: linear-gradient(96deg, rgba(10, 45, 130, 0.1) 0%, rgba(5, 160, 198, 0.1) 100%);
	border-radius: 130px 20px 20px 20px;
	-webkit-border-radius: 130px 20px 20px 20px;
	-moz-border-radius: 130px 20px 20px 20px;
	-ms-border-radius: 130px 20px 20px 20px;
	-o-border-radius: 130px 20px 20px 20px;
}

.unified-platform-grid {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.unified-platform-grid figure {
	width: 100%;
	height: 100%;
}

.unified-platform-grid figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: left;
}

.unified-platform-wrp {
	position: relative;
	padding: 75px 0 75px;
}

.platform-circle {
	position: absolute;
	right: 0;
	top: -465px;
	z-index: -1;
}

.ai-operations-wrp {
	padding: 75px 0;
	position: relative;
}

.ai-operations-wrp::after {
	content: "";
	width: 332px;
	height: 332px;
	background-color: var(--sky);
    position: absolute;
    left: -275px;
    top: -20px;
    filter: blur(250px);
    -webkit-filter: blur(250px);
	z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ai-operations-main > .section-title {
	text-align: center;
	margin: 0 0 50px;
}

.ai-operations-main > .section-title span {
	display: block;	
}

.ai-operations-section {
	max-width: 1295px;
	width: 100%;
	margin: 0 auto;
}

.ai-operations-left {
	padding: 30px;
	margin: 0 -7px 0 0;
	background-color: #DAE1F0;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.ai-operations-left img {
	width: 100%;
}

.ai-operations-right {
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	padding: 20px;
	height: 100%;
	background-color: var(--white);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.ai-operations-top {
	padding: 22px 25px;
	background-color: rgba(218, 225, 240, 0.5);
	margin: 0 0 24px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.ai-operations-top * {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--blue);
	margin: 0;
}

.ai-operations-icon {
	width: 37px;
	height: 25px;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	margin: 0 10px 0 0;
}

.ai-operations-icon figure {
	display: flex;
}

.ai-operations-block {
	display: flex;
	margin: 0 0 30px;
}

.ai-operations-block .paragraph-small {
	color: rgba(0, 0, 0, 0.7);
}

.ai-operations-block .paragraph-small *:last-child {
	margin: 0;
}

.stackholders-wrp {
	padding: 90px 0 75px;
	position: relative;
	z-index: 99999;
}

.stackholders-main > .section-title {
	margin: 0 0 30px;
}

.stackholders-main > .section-title span {
	display: block;
}

.stackholders-icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;	
	margin: 0 0 20px;
	background-color: rgba(10, 45, 130, 0.15);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.stackholders-block .detail {	
	font-size: 18px;
	line-height: 28px;
	color: var(--black);
	font-weight: 300;
	padding: 20px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.stackholders-block .detail strong {
	font-weight: 500 !important;
}

.stackholders-block .detail p {
	margin: 0;
}

.stackholders-section {
	position: relative;
	padding: 30px 30px 45px;
	overflow: hidden;
	background: -moz-linear-gradient(96deg, rgba(5, 160, 198, 0.1) 0%, rgba(10, 45, 130, 0.1) 100%);
	background: -webkit-linear-gradient(96deg, rgba(5, 160, 198, 0.1) 0%, rgba(10, 45, 130, 0.1) 100%);
	background: linear-gradient(96deg, rgba(5, 160, 198, 0.1) 0%, rgba(10, 45, 130, 0.1) 100%);
	border-radius: 20px 130px 20px 20px;
	-webkit-border-radius: 20px 130px 20px 20px;
	-moz-border-radius: 20px 130px 20px 20px;
	-ms-border-radius: 20px 130px 20px 20px;
	-o-border-radius: 20px 130px 20px 20px;
}

.stackholders-grid {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.stackholders-grid figure {
	width: 100%;
	height: 100%;
}

.stackholders-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}

.stackholders-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -12px;
}

.stackholders-block {
	flex: 0 0 auto;
	width: 20%;
	padding: 15px 12px;
	cursor: pointer;
	background: transparent;
	border-radius: 5px 5px 30px 5px;
	-webkit-border-radius: 5px 5px 30px 5px;
	-moz-border-radius: 5px 5px 30px 5px;
	-ms-border-radius: 5px 5px 30px 5px;
	-o-border-radius: 5px 5px 30px 5px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.stackholders-block:hover {
	-moz-background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	-webkit-background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.stackholders-block:hover .stackholders-icon {
	background-color: rgba(255, 255, 255, 0.2);
}

.stackholders-block:hover .stackholders-icon img {
	filter: brightness(35);
	-webkit-filter: brightness(35);
}

.stackholders-block:hover .detail {
	color: var(--white);
	border-top-color: rgba(255, 255, 255, 0.15);
}

.stackholders-block:nth-child(even) {
	margin-top: 166px;
}

.slick-arrow {
	border: none;
	padding: 0;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: -moz-linear-gradient(96deg, #0A2D82 0%, #05A0C6 50%, #0A2D82 100%);
	background: -webkit-linear-gradient(96deg, #0A2D82 0%, #05A0C6 50%, #0A2D82 100%);
	background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 50%, #0A2D82 100%);
	background-size: 200% 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.slick-arrow:hover {
	background-position: 200% center;
}

.slick-arrow::after {
	content: "";
    border: 2px solid rgba(246, 245, 246, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.slick-prev {
	background: -moz-linear-gradient(96deg, #05A0C6 0%, #0A2D82 50%, #05A0C6 100%);
	background: -webkit-linear-gradient(96deg, #05A0C6 0%, #0A2D82 50%, #05A0C6 100%);
	background: linear-gradient(96deg, #05A0C6 0%, #0A2D82 50%, #05A0C6 100%);
	background-size: 200% 100%;
}

.stackholders-arrows {
	display: flex;
	align-items: center;
	justify-content: center;
}

.stackholders-arrows .slick-arrow {
	margin: 0 5px;
}

/* build-together */
.build-together-section {
	position: relative;
	z-index: 9999;
	padding-top: 400px;
	padding-bottom: 75px;
	overflow: hidden;
	margin-top: -325px;
}

.build-together-section:before {
	position: absolute;
    content: "";
    left: -275px;
    top: 335px;
    width: 332px;
    height: 332px;
    background: var(--sky);
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    filter: blur(180px);
    -webkit-filter: blur(180px);
}

.build-together-section .build-together-back-image {
	position: absolute;
	width: 495px;
	z-index: -1;
}

.build-together-section .build-together-back-image * {
	width: 100%;
}

.build-together-section .build-together-back-image.back-shape1 {
	left: 0;
	bottom: 75px;
}

.build-together-section .build-together-back-image.back-shape2 {
	right: 0;
	top: 400px;
}

.build-together-section .section-title {
	margin-bottom: 50px;
}

.build-together-section .build-together-list > .row {
	margin: 0 -20px;
}

.build-together-section .build-together-list > .row > * {
	padding: 0 20px;
}

.build-together-section .build-together-image * {
	width: 100%;
	border-radius: 10px 10px 110px 10px;
	-webkit-border-radius: 10px 10px 110px 10px;
	-moz-border-radius: 10px 10px 110px 10px;
	-ms-border-radius: 10px 10px 110px 10px;
	-o-border-radius: 10px 10px 110px 10px;
}

.build-together-section .build-together-block .get-touch-button {
	margin-top: 30px;
}
/* build-together */

/* for-your-use */
.for-your-use-section {
	position: relative;
	z-index: 999;
	padding-top: 400px;
	padding-bottom: 75px;
	overflow: hidden;
	margin: -325px 0 0;
}

.for-your-use-section:before {
	position: absolute;
    content: "";
    right: -275px;
    top: 335px;
    width: 332px;
    height: 332px;
    background: var(--sky);
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    filter: blur(180px);
    -webkit-filter: blur(180px);
}

.for-your-use-section .section-title {
	margin-bottom: 30px;
}

.for-your-use-section .for-your-use-description {
	overflow: hidden;
	position: relative;
	border-radius: 130px 20px 20px 20px;
	-webkit-border-radius: 130px 20px 20px 20px;
	-moz-border-radius: 130px 20px 20px 20px;
	-ms-border-radius: 130px 20px 20px 20px;
	-o-border-radius: 130px 20px 20px 20px;
}


.for-your-use-section .for-your-use-description .for-your-use-back-image {
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 561px;
	z-index: -1;
}

.for-your-use-section .for-your-use-description .for-your-use-back-image * {
	width: 100%;
}

.for-your-use-section .for-your-use-description .for-your-use-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;

	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}

.for-your-use-section .for-your-use-description .for-your-use-content {
	padding: 70px 20px 70px 95px;
}

.for-your-use-section .for-your-use-list > .row {
	margin: 0;
}

.for-your-use-section .for-your-use-list > .row > * {
	padding: 0;
	margin-left: -40px;
	margin-bottom: 20px;
}

.for-your-use-section .for-your-use-list > .row > *:first-child {
	margin-top: 110px;
	margin-left: 0;
}

.for-your-use-section .for-your-use-list > .row > *:nth-child(3) {
	margin-top: -110px;
}

.for-your-use-section .for-your-use-list .your-use-block {
	text-decoration: none;
	display: block;
	padding: 30px 20px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	background: var(--white);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	transition: border-radius 0.3s ease-in-out;
	-webkit-transition: border-radius 0.3s ease-in-out;
	-moz-transition: border-radius 0.3s ease-in-out;
	-ms-transition: border-radius 0.3s ease-in-out;
	-o-transition: border-radius 0.3s ease-in-out;
}

.for-your-use-section .for-your-use-list .your-use-block:hover {
	background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px 5px 30px 5px;
	-webkit-border-radius: 5px 5px 30px 5px;
	-moz-border-radius: 5px 5px 30px 5px;
	-ms-border-radius: 5px 5px 30px 5px;
	-o-border-radius: 5px 5px 30px 5px;
}

.for-your-use-section .for-your-use-list .your-use-block .your-detail {
	padding-right: 50px;
}

.for-your-use-section .for-your-use-list .your-use-block:hover .your-detail {
	color: var(--white);
}

.for-your-use-section .for-your-use-list .your-use-block .your-icon {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.for-your-use-section .for-your-use-list .your-use-block:hover .your-icon {
	border-color: rgba(255, 255, 255, 0.15);
}

.for-your-use-section .for-your-use-list .your-use-block:hover .your-icon svg path {
	fill: var(--white);
}

.for-your-use-section .for-your-use-list .your-use-block .title {
	font-weight: 600;
	font-size: 25px;
	line-height: 115%;
	margin-bottom: 20px;
}

.for-your-use-section .for-your-use-list .your-use-block .title * {
	display: inline-block;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
}

.for-your-use-section .for-your-use-list .your-use-block .title a {
	text-decoration: none;
}

.for-your-use-section .for-your-use-list .your-use-block .title a:hover {
	color: var(--white);
}

.for-your-use-section .for-your-use-list .your-use-block:hover .title * {
	background: var(--white);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.for-your-use-section .for-your-use-list .your-use-block .custom-block-link * {
	font-weight: 500;
	color: var(--blue);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.for-your-use-section .for-your-use-list .your-use-block:hover .custom-block-link * {
	color: var(--white);
}
/* for-your-use */

/* folks-work */
.folks-work-section {
	position: relative;
	z-index: 99;
	padding: 400px 0 60px;
	margin-top: -325px;
	overflow: hidden;
}

.folks-work-section:before {
	position: absolute;
	content: "";
	left: -275px;
	top: 335px;
	width: 332px;
	height: 332px;
	background: var(--sky);
	z-index: -1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	filter: blur(180px);
	-webkit-filter: blur(180px);
}

.folks-work-section .folks-back-image {
	position: absolute;
	width: 561px;
	z-index: -1;
}

.folks-work-section .folks-back-image * {
	width: 100%;
}

.folks-work-section .folks-back-image.back-shape1 {
	top: 325px;
	left: -137px;
}

.folks-work-section .folks-back-image.back-shape2 {
	top: 318px;
	right: -195px;
}

.folks-work-section .folks-logo-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0 -10px;
}

.folks-work-section .folks-logo-list > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 255px;
	padding: 0 10px;
}

.folks-work-section .folks-logo-block {
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 15px;
	height: 235px;
	padding: 10px;
	background: var(--white);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.folks-work-section a.folks-logo-block:hover {
	background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	box-shadow: 0px 0px 8.912px 0px rgba(0, 0, 0, 0.10);
	border-radius: 10px 10px 60px 10px;
	-webkit-border-radius: 10px 10px 60px 10px;
	-moz-border-radius: 10px 10px 60px 10px;
	-ms-border-radius: 10px 10px 60px 10px;
	-o-border-radius: 10px 10px 60px 10px;
}

.folks-work-section .folks-logo-block * {
	max-height: 86px;
}

.folks-work-section .folks-work-bottom-part .folks-right-side {
	padding-right: 265px;
}

.folks-work-carousel {
	opacity: 0;
	padding-bottom: 65px;
}

.folks-work-carousel.slick-initialized {
	opacity: 1;
}

.folks-work-carousel .slick-track {
	display: flex;
	justify-content: center;
}

.folks-work-carousel .slick-list {
	padding: 0 143px;
}

.folks-work-carousel .slick-slide {
	height: inherit;
	padding: 0 5px;
}

.folks-work-carousel .slick-slide.slick-current .folks-logo-block {
	background: linear-gradient(96deg, #0A2D82 0%, #05A0C6 100%);
	box-shadow: 0px 0px 8.912px 0px rgba(0, 0, 0, 0.10);
	border-radius: 10px 10px 35px 10px;
	-webkit-border-radius: 10px 10px 35px 10px;
	-moz-border-radius: 10px 10px 35px 10px;
	-ms-border-radius: 10px 10px 35px 10px;
	-o-border-radius: 10px 10px 35px 10px;
}

.folks-work-carousel .slick-arrow {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.folks-work-carousel .slick-arrow.slick-prev {
	margin-left: -30px;
}

.folks-work-carousel .slick-arrow.slick-next {
	margin-left: 30px;
}
/* folks-work */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	position: relative;
	z-index: 9;
	padding-top: 400px;
	padding-bottom: 20px;
	overflow: hidden;
	margin-top: -325px;
}

.footer:before {
	position: absolute;
	content: "";
	right: -275px;
	top: 300px;
	width: 332px;
	height: 332px;
	background: var(--sky);
	z-index: -1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	filter: blur(180px);
	-webkit-filter: blur(180px);
}

.footer .f-main-content {
	position: relative;
	z-index: 9;
}

.footer .f-back-overlay {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: calc(100% - 160px);
	height: 100%;
	z-index: -1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.footer .f-block {
	padding-top: 60px;
	padding-bottom: 60px;
}

.footer .f-title {
	font-weight: 500;
	font-size: 22px;
	line-height: 145.455%;
	color: var(--blue);
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.footer .f-title * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.footer .f-title a {
	text-decoration: none;
}

.footer .f-title a:hover {
	color: var(--sky);
}

.footer .f-block .f-detail {
	padding-left: 15px;
	padding-right: 15px;
}

.footer .f-block .f-detail ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer .f-block .f-detail ul li {
	display: block;
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.56);
}

.footer .f-block .f-detail ul li:last-child {
	margin-bottom: 0;
}

.footer .f-block .f-detail ul li a {
	text-decoration: none;
	color: inherit;
}

.footer .f-block .f-detail ul li a:hover {
	color: var(--sky);
}

.footer .f-block .f-detail ul li.active a,
.footer .f-block .f-detail ul li.current-menu-item a,
.footer .f-block .f-detail ul li.current-menu-parent a,
.footer .f-block .f-detail ul li.current_page_parent a,
.footer .f-block .f-detail ul li a.active,
.footer .f-block .f-detail ul li a.current-menu-item,
.footer .f-block .f-detail ul li a.current-menu-parent,
.footer .f-block .f-detail ul li a.current_page_parent {
	font-weight: 400;
	color: var(--sky);
}

.footer .f-quick-links-block .f-title *,
.footer .f-quick-links-block .f-detail {
	display: block;
	max-width: 185px;
	margin: 0 auto;
}

.footer .f-contact-block .f-title *,
.footer .f-contact-block .f-detail {
	display: block;
	max-width: 310px;
	margin: 0 auto;
}

.footer .f-contact-list .contact-block {
	margin-bottom: 50px;
}

.footer .f-contact-list .contact-block:last-child {
	margin-bottom: 0;
}

.footer .f-contact-list .contact-block .title {
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: var(--grey);
	margin-bottom: 10px;
}

.footer .f-contact-list .contact-block .title * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.footer .f-contact-list .contact-block .title a {
	text-decoration: none;
}

.footer .f-contact-list .contact-block .title a:hover {
	color: var(--sky);
}

.footer .f-contact-list .contact-block .detail {
	font-weight: 400;
	font-size: 22px;
	line-height: 113.636%;
	color: var(--blue);
}

.footer .f-contact-list .contact-block .detail *:last-child {
	margin-bottom: 0;
}

.footer .f-contact-list .contact-block .detail a {
	text-decoration: none;
	color: inherit;
}

.footer .f-contact-list .contact-block .detail a:hover {
	color: var(--sky);
}

.footer .f-logo-detail-block {
	text-align: center;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	background: url('../images/f-logo-detail-bg.svg') no-repeat;
	background-size: 100% 100%;
}

.footer .f-logo-detail-block > * {
	width: 650px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.footer .f-logo-detail-block .f-logo {
	margin-bottom: 30px;
}

.footer .f-logo-detail-block .f-logo * {
	display: inline-block;
	width: 310px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.footer .f-top .f-content > .row {
	margin: 0;
}

.footer .f-top .f-content > .row > * {
	padding: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.footer .f-top .f-content > .row > *:last-child {
	border-right: none;
}

.footer .f-top .f-block {
	height: 100%;
}

.footer .f-block .f-follow-us-block {
	margin-top: 20px;
}

.footer .f-block .f-follow-us-block .f-title {
	padding-bottom: 0;
	border: none;
	margin-bottom: 15px;
}

.footer .f-bottom .f-content {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.footer .f-bottom ul {
	display: block;
	margin: 0 -7px 0 -2px;
	padding: 0;
	list-style-type: none;
}

.footer .f-bottom ul li {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 7px 0 2px;
	list-style-type: none;
	color: var(--black);
}

.footer .f-bottom ul li a {
	text-decoration: none;
	color: inherit;
}

.footer .f-bottom ul li a.active,
.footer .f-bottom ul li a.current-menu-item,
.footer .f-bottom ul li a.current-menu-parent,
.footer .f-bottom ul li a.current_page_parent,
.footer .f-bottom ul li a:hover {
	color: var(--sky);
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
