/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 15:24:09 */
/* ===== Vertical Wrapper ===== */
.vertical-wrapper {
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
}

/* ===== Y Axis ===== */
.y-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
  margin-right: 10px;
  font-size: 12px;
  opacity: 0.7;
}

/* ===== Vertical Chart ===== */
.vertical-chart {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 450px;
  gap: 8px;
}
.vertical-chart .bar:hover:before {
	background: linear-gradient(180deg, #06122a, #06122a);
	transition: all .2s ease;
}
/* Grid Lines */
.vertical-chart::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #f5f5f5 1px, #f5f5f5 1px, transparent 1px);
  background-size: 100% 20%;
  pointer-events: none;
}

/* Bars */
.bar {
  position: relative;
  flex: 1;
  height: 100%;
  background: #2a255c;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
transform: scaleY(0);
  transform-origin: bottom;
}

.bar.animate {
  animation: growUp 1s ease-out forwards;
}

@keyframes growUp {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

.bar::before {
  content: "";
  width: 100%;
  height: var(--value);
  border-radius: 10px;
  background: linear-gradient(180deg, #0075ff, #0d0078);
	transition: all .2s ease;
}

/* Labels */
.bar span {
    position: absolute;
    bottom: calc(var(--value) - 30px);
    font-size: 16px;
    color: #fff;
}

.bar p {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: "Vend Sans", Sans-serif;
    padding: 0 10px;
}

.arrowButton .elementor-button-icon{
	font-size: 60px;
	transition: all 0.5s;
}
.arrowButton .elementor-button .elementor-button-text{
	transition: all 0.5s;
	position: relative;
}
.arrowButton .elementor-button .elementor-button-text:after {
    content: '';
    height: 1px;
    width: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}
.arrowButton.svg-blue .elementor-button .elementor-button-text:after {
	background: #051229;
}
.arrowButton .elementor-button:hover .elementor-button-text:after {
	width: 100%;
}
.arrowButton .elementor-button:hover .elementor-button-icon,
.arrowButton .elementor-button:hover .elementor-button-text{
	transform: translatex(10px);
}
.arrowButton .elementor-button-content-wrapper:before {
    content: '';
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 0;
    z-index: 0;
}
.feature-item{
    height: 100%;
    border-radius: 5px;
	overflow: hidden !important;
	border-color: #fff !important;
}
.feature-item:before{
    border-radius: 0 0 5px 5px;
}
.h4-progress .progress-style-2{
	max-width: 100%;
}
.tj-progress__perchant {
    background: #051229 !important;
    bottom: inherit;
    top: 33px;
	border-radius: 4px;
}
.tj-progress__perchant::after{
	border-color: transparent transparent #051229 transparent;
	top: -10px;
	bottom: inherit;
}
.team-item.style-2{
	border-radius: 5px;
	transition: all 0.5s;
}
.team-item.style-2:hover{
	transform: translatey(-10px);
/* 	border-color: var( --e-global-color-274e91c ) !important; */
}
/* .team-item.style-2:hover .team-content{
	background-color: var( --e-global-color-274e91c ) !important;
}
.team-item.style-2:hover .team-content .title,
.team-item.style-2:hover .team-content .sub-title{
	color: #fff !important;
} */
.team-item.style-2 .team-content .team-text{
	width: 100%;
}
.feature-item.style-4::before{
	inset-inline-start: 0;
	bottom: 0;
	width: 100%;
}
.elementor-58 .elementor-element.elementor-element-cc87d5c::before {
    background: #000000 !important;
}
.h8-services-list .service_item .service_btn
{
	display: none;
}
.h8-services-list{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.h8-services-list .service_item {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
	background: rgba(247, 247, 247, 0.1);
}
.h8-services-list .service_item:hover{
    background: rgba(247, 247, 247, 0);
}
.tj-primary-btn:hover .btn_inner::before {
    width: 45px;
}
.service_item{
    transition: all 1s;
}
.feature-item.style-4::before {
    height: 0;
    transition: all 0.5s;
    transition-delay: inherit;
}
.tj-header-area.header-2 .header-bottom {
    padding: 0;
}
.tj-header-area.header-2 .col-12 {
    padding: 0;
}
.tj-header-area.header-2.header-absolute .header-wrapper {
    background: transparent;
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff38;
}
.svg-blue .elementor-button-content-wrapper::before {
    border-color: #051229 !important;
}
.svg-blue .elementor-button-content-wrapper svg path, .svg-blue .elementor-button-content-wrapper line {
    stroke: #051229 !important;
}
.contactForm .gform-theme--foundation .gform_fields{
	gap: 30px;
}
.contactForm .gform-theme--foundation .gfield input,
.contactForm .gform-theme--foundation .gfield select,
.contactForm .gform-theme--foundation .gfield textarea{
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--tj-color-border-2);
    background: transparent;
    box-shadow: none;
    padding: 12px 0;
    color: var(--tj-color-text-body);
    font-size: var(--tj-fs-body);
    line-height: 1.5;
    height: auto;
}
.contactForm .gform-theme--foundation .gform_footer{
	position: relative;
}
.contactForm .gform-theme--foundation .gfield textarea{
	min-block-size: inherit;
	resize: none;
	height: 130px;
}
.contactForm .gform-theme--foundation .gform_footer .button {
	background-color: transparent !important;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="57.634" height="18.56" viewBox="0 0 57.634 18.56"><g id="Group_61" data-name="Group 61" transform="translate(-8476.5 -992.782)"><path id="Path_45" data-name="Path 45" d="M8527.5,1009.135l8.927,8.927-8.927,8.927" transform="translate(-3 -16)" fill="none" stroke="%23051229" stroke-width="1"></path><line id="Line_6" data-name="Line 6" x1="56.378" transform="translate(8476.5 1001.828)" fill="none" stroke="%23051229" stroke-width="1"></line></g></svg>') !important;
    font-family: "Vend Sans", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    fill: var(--e-global-color-eba9826) !important;
    color: var(--e-global-color-eba9826) !important;
    padding: 0 15px 0px 105px !important;
    box-shadow: none !important;
    transition: all 0.5s !important;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0px center;
    line-height: 60px !important;
    border: none !important;
}
.contactForm .gform-theme--foundation .gform_footer .button:hover{
	padding: 0 5px 0px 115px !important;
	background-position: 10px center !important;
}
.contactForm .gform-theme--foundation .gform_footer:before {
    content: '';
    width: 60px;
    height: 60px;
    border: 1px solid #051229;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 0;
    z-index: 0;
}
.storySec .timeline .timeline-inner .content{
	border-radius: 10px;
	transition: all 0.5s;
}
.storySec .timeline .timeline-inner .content:hover{
	border-color: #0D0078;
	transform: translateY(-10px);
}
.storySec .timeline-inner .content .top{
	padding: 0;
}
.storyTimeline .twae-wrapper .twae-content{
	box-shadow: none;
    border-radius: 10px;
	transition: all 0.5s;
}
.storyTimeline .twae-wrapper .twae-story:hover .twae-content{
	box-shadow: none;
	border-color: #7a7a7a;
	transform: translateY(-10px);
}
.storyTimeline .twae-wrapper .twae-media img{
	border-radius: 8px;
}
.storyTimeline .twae-horizontal-timeline.twae-wrapper .twae-button-next,
.storyTimeline .twae-horizontal-timeline.twae-wrapper .twae-button-prev{
	color: #0D0078;
}
.storyTimeline .twae-horizontal-timeline.twae-wrapper .twae-h-line{
	height: 1px;
    margin-top: 2px;
}
.storyTimeline .twae-wrapper .twae-icondot{
	border-width: 1px;
}
.storyTimeline .twae-horizontal-timeline.twae-wrapper .twae-arrow{
	display: none;
}
.timeline{
	gap: 10px;
    display: flex;
    flex-direction: column;
}
.timeline-inner::after {
    border-width: 1px;
}
#uc_interactive_circle_infographic_elementor_75a31a8.ciclegraph .uc-circle{
	padding: 20px;
}
#uc_interactive_circle_infographic_elementor_dd17dc7{
	animation: spin 20s linear infinite;
}
#uc_interactive_circle_infographic_elementor_dd17dc7 .uc-circle .uc-circle-inner {
	animation: anti-spin 20s linear infinite;
	padding: 0 15px;
}
#uc_interactive_circle_infographic_elementor_dd17dc7.ciclegraph .innerCircle{
	animation: anti-spin 20s linear infinite;
}
#uc_interactive_circle_infographic_elementor_dd17dc7.ciclegraph .innerCircle .innerCircleTitle{
	color: #fff;
}
@keyframes spin {
  0% {
    transform: rotate(0deg); /* Starting position */
  }
  100% {
    transform: rotate(360deg); /* Ending position (one full turn) */
  }
}
@keyframes anti-spin {
  0% {
    transform: rotate(0deg); /* Starting position */
  }
  100% {
    transform: rotate(-360deg); /* Ending position (one full turn) */
  }
}
.lineBlue .feature-item {
    border-color: #0D0078 !important;
}
.lightBlue .feature-item {
    border-color: #3778EB !important;
}
.notHover .feature-item {
    border-color: #fff !important;
}
.borderRadius10 .h6-about-funfact-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.borderRadius10 .h6-about-funfact-item:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.h6-project-item .project_image.odd {
    border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.h6-project-item .project_image.even {
    border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.h6-project-item {
    border-radius: 10px !important;
}
.borderRadius10 .h10-counter-section, .borderRadius10 .elementor-widget-tj-brands .tj-brand-inner {
    border-radius: 10px;
}
.feature-item, .h8-services-list .service_item {
    border-radius: 10px;
}
.h8-feature-item.style-4 .feature-icon img {
    filter: none !important;
}
.h8-feature-item.style-4 .feature-icon svg path {
    stroke: #3778EB;
}
.counter-item::after {
    width: 16px;
    height: 15px;
    inset-inline-end: -8px;
}
.impactCount .h6-about-funfact-item .counter-item {
    max-width: 350px;
    border-inline-end: 1px solid #ced7e0;
}
.impactBrands .tj-brand-inner .brand-logo img {
    width: 55%;
}
.impactBrands .tj-brand-inner .brand-logo a {
    justify-content: center;
}
.impactCount .counter-item.style-2::before {
    border: 3px solid var(--tj-color-theme-dark);
    background-color: var(--tj-color-theme-primary);
}
.vertical-chart .bar:hover:before{
	background: #0D0078;
}
.timeline-inner .content{
	padding: 30px 0;
}
.timeline-inner:nth-child(odd) .content .top p{
	text-align: right;
}
.timeline-inner:nth-child(odd) {
    -webkit-padding-end: 90px;
    padding-inline-end: 60px;
}
.timeline-inner:nth-child(even) {
    -webkit-padding-start: 90px;
    padding-inline-start: 60px;
}
.timeline-inner:nth-child(even) .date {
    inset-inline-start: -165px;
}
.timeline-inner:nth-child(odd) .date {
    inset-inline-end: -165px;
}
.cws-list ul li.elementor-icon-list-item .elementor-icon-list-text a {
    display: inline-block;
    width: auto;
}
.hamburger_bg {
    background-color: #051229;
}
h4.hamburger-title {
    display: none;
}
.header_contact .icon,
.header_contact:hover .icon{
	width: 30px;
	background: transparent;
}
.tj-el-list ul,
.tj-el-list ul li{
	border: none !important;
}
.tj-el-list ul li:nth-child(odd){
	border-right: 1px solid var(--tj-color-border-2) !important;
}
.tj-el-list ul li:nth-child(1),
.tj-el-list ul li:nth-child(2){
	border-bottom: 1px solid var(--tj-color-border-2) !important;
}
/* Responsive */
@media only screen and (max-width: 1399px) {
	.h6-footer-menu ul li {
		padding: 0 20px;
	}
	.bar p {
		font-size: 14px;
	}
	.impactCount .h6-about-funfact-item .counter-item {
		max-width: 290px;
	}
}
@media only screen and (max-width: 1200px) {
	.h6-footer-menu ul li {
		padding: 0 23px;
	}
}
@media only screen and (max-width: 1024px) {
	.h6-footer-menu ul li {
		padding: 0 13px;
	}
	.tabletBRnone br {
		display: none;
	}
	.impactCount .h6-about-funfact-item .counter-item {
        max-width: 240px;
    }
}
@media only screen and (max-width: 880px) {
	.h6-footer-menu ul li {
		padding: 0 13px;
	}
	.footerNav .h6-footer-menu ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
	.site-logo .logo {
		max-width: 130px;
	}
}
@media only screen and (max-width: 768px) {
	.vertical-chart {
		height: 300px;
	}
	.y-axis {
		height: 300px;
		font-size: 10px;
	}
	.bar p {
		font-size: 9px;
	}
	.horizontal-chart label {
		width: 160px;
		font-size: 12px;
	}
	.get-involved .h8-services-list .service_item .no {
		display: none;	
	}
	.get-involved .h8-services-list .service_item {
		padding: 36px;
	}
}
@media only screen and (max-width: 767px) {
	.h6-footer-menu ul li {
		padding: 0 12px;
	}
	.tj-header-area.header-2.header-absolute .header-wrapper {
		padding: 10px 0;
	}
	.site-logo .logo {
        max-width: 110px;
    }
	.get-involved .h8-services-list .service_item {
        padding: 20px;
    }
	.impactCount .h6-about-funfact-item .counter-item {
		max-width: 170px;
		padding: 25px 15px;
	}
	.h6-about-funfact-item .desc {
        padding: 0 20px;
    }
	.counter-item .number {
        margin-bottom: 0;
    }
	.vertical-wrapper {
		width: 750px;
	}
	.chart-container {
		overflow: scroll;
	}
	.timeline-inner:nth-child(odd) .date {
		inset-inline-end: auto;
	}
	.timeline-inner:nth-child(odd) .content .top p, .timeline-inner:nth-child(even) .content .top p {
		text-align: left;
	}
	.timeline-inner:nth-child(odd) {
		padding-inline-end: 0;
	}
	.timeline-inner .content {
		padding: 0 0 60px;
	}
	.timeline-inner:nth-child(even) .date {
		inset-inline-start: auto;
	}
	.timeline-inner:nth-child(even) {
		padding-inline-start: 40px;
	}
	.timeline-inner:last-child .content {
		padding: 0;
	}
	.tj-el-list ul li:nth-child(1), .tj-el-list ul li:nth-child(2) {
		border-bottom: 0 !important;
	}
	.tj-el-list ul li:nth-child(odd) {
		border-right: 0 !important;
	}
	.h6-project-item .project_image {
        display: none;
    }
	.h6-project-item .project_content {
        min-height: 0;
    }
	.h6-project-item:not(:last-child) {
		margin-bottom: 15px;
	}
	.workSpaces .counter-item.style-2 {
        max-width: 100%;
		border: 0 !important;
    }
	.workSpaces .counter-item.style-2::before, .workSpaces .counter-item.style-2::after {
		opacity: 0;
	}
	.workSpaces .bottom-line {
		display: none;
	}
	.row {
    --bs-gutter-x: 15px;
	}
	.rg-30 {
		row-gap: 15px;
	}
	.homeHero {
		background-color: #0A0059 !important;
		--overlay-opacity: initial !important;
	}
}