.orange-description {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
}

.letters {
	color: #000;
	width: 100%;
}

.common-title {
	font-size: 45px;
	font-weight: 400;
	line-height: 50px;
}

.common-title.spall {
	position: relative;
}

.common-title.spall::before {
	content: '';
	position: absolute;
	left: 0;
	top: -20px;
	height: 6px;
	width: 85px;
	background: #FBB040;
	margin-bottom: 36px;
	border-radius: 3px;
}

.btn.custom-orange,
.btn.custom-dark {
	border: 1.39px solid #1a1e24;
	background: #575052;
	color: #fff !important;
	font-weight: 300;
	font-size: 15px !important;
	padding: 7px 15px;
	border-radius: 5px;
}

.btn.custom-orange {
	border: 1.39px solid #EF7D00;
	background: #fff;
	color: #EF7D00 !important;

}
.breadcumb {
	background-color: #FAF8F4;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 45px;
	margin-bottom: 0px;
}

.breadcumb-index {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 2px;
}

.breadcumb-index img {
	width: 1.6%;

}

.section-orange {
	padding-top: 70px;
	background-image: url(../images/map-bg-2.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	font-family: 'Brasley', sans-serif;
	background-size: contain;
}

.section-orange .action-btn {
	text-align: center;
	padding-top: 20px;

}

.section-orange .popup {
	position: absolute;
	display: none;
	bottom: -112px;
	left: 50%;
	font-weight: 400;
	transform: translate(-50%, -50%);
	width: 87%;
	padding: 13px;
	background: linear-gradient(176deg, #FFF1DB 28.24%, #0BC966 153.78%);
	filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.10)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.06));
	box-shadow: 0 4px 8px rgb(229 226 226 / 20%);
	border-radius: 5px;
	z-index: 9999;
	background: #221706;
}
.section-orange .popup #popup-btn {
	position: absolute;
    right: -10px;
    top: -10px;
    background: #FFB444;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c1a883;
	color: #fff;
}

.section-orange .poly {
	display: none;
	position: absolute;
	z-index: 99999999;
	top: calc(100% - 83px);
	left: calc(50% - 11px);
	height: 20px;
	width: 20px;
	background: #8adea3;

	background: #221706;
	transform: rotate(45deg);
	border-radius: 25px 0 0 0;
}

.section-orange .popup p {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	color: #333;
	position: relative;
	padding: 15px;
	padding-bottom: 28px;
	color: #fff;
	background: linear-gradient(276deg, rgba(247, 147, 30, 0.50), rgba(31, 19, 5, 0.00));
}

.section-orange .popup p::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	background: linear-gradient(93.56deg, rgba(255, 255, 255, 0) -5.91%, #FFFFFF 103.34%);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-webkit-mask-composite: destination-out;
	padding: 1px;
}

/* Popup Animation */
.fade-out {
	animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.section-orange .action-btn button {
	padding: 15px 35px;
	background: #FFB444;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	outline: none;
	box-shadow: none;
	position: relative;
	border-radius: 4px;
}

.section-orange .action-btn button span.border {
	position: absolute;
	left: -2px;
	top: -2px;
	width: 14px;
	height: 18px;
	border-left: 2px solid #FFB444 !important;
	border-top: 2px solid #FFB444 !important;
	border-right: none !important;
	border-bottom: none !important;
	border-radius: 5px 0 0 0;
	transition: .8s linear;
	animation-duration: .6s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}



.section-orange .action-btn button.animate span.border:nth-child(1) {
	animation-name: section_orange_btn_animate1;
}

@keyframes section_orange_btn_animate1 {
	100% {
		left: -13px;
		top: -13px;
	}
}

.section-orange .action-btn button span.border:nth-child(2) {
	transform: rotate(90deg);
	left: initial;
	right: -4px;
	top: 0px;
	width: 18px;
	height: 14px;
}

.section-orange .action-btn button.animate span.border:nth-child(2) {
	animation-name: section_orange_btn_animate2;
}

@keyframes section_orange_btn_animate2 {
	100% {
		right: -14px;
		top: -10px;
	}
}







.section-orange .action-btn button span.border:nth-child(3) {
	top: calc(100% - 13px);
	left: -4px;
	transform: rotate(-90deg);
	width: 18px;
	height: 14px;
}

.section-orange .action-btn button.animate span.border:nth-child(3) {
	animation-name: section_orange_btn_animate3;
}

@keyframes section_orange_btn_animate3 {
	100% {
		top: calc(100%);
		left: -15px;
	}
}






.section-orange .action-btn button span.border:nth-child(4) {
	left: initial;
	right: -2px;
	top: initial;
	bottom: -2px;
	transform: rotate(-180deg);
}

.section-orange .action-btn button.animate span.border:nth-child(4) {
	animation-name: section_orange_btn_animate4;
}

@keyframes section_orange_btn_animate4 {
	100% {
		right: -14px;
		bottom: -14px;
	}
}



.section-orange .means {
	padding-bottom: 70px;
}

.section-orange .means .letters {
	position: relative;
	top: -55px;
	width: 16.66667%;
	min-height: 280px;
	position: relative;
	transition: .4s;
	cursor: pointer;
	font-weight: 900;
}

.section-orange .means .letters span:first-child {
	font-family: 'Codenext', sans-serif;
}

.section-orange .means .letters::before {
	content: '';
	position: absolute;
	height: 20%;
	border: 1px solid #000000;
	border-left: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-orange .means .letters span {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	font-weight: bolder;
	position: absolute;
	top: 64%;
	left: 0;
}

.section-orange .means .letters span:last-child::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -16px;
	width: 40%;
	height: 5px;
	background: #FBB040;
	border-radius: 3px;
}

.section-orange .means .letters span:first-child {
	top: 10px;
	bottom: initial;
	font-size: 99px;
	line-height: 1;
	background: none;
}

.section-orange .means .letters.selected {
	top: -140px;
	z-index: 10;
	background-image: linear-gradient(to bottom, white 25%, transparent);
	border-radius: 25% 25% 0 0;
	transition: all 1s;
	color: #FBB040;
}

.section-orange .means .letters:first-child {
	color: #FBB040;
}

.section-orange .means .letters:first-child span:last-child::after {
	background: #000;
}

.section-orange .means .letters:first-child .text {
	background: none;
}

.section-orange .means .letters:hover {
	color: #FBB040;
}

.section-orange .means .letters:hover span:last-child:after {
	background: #000;
}

.section-orange .means .letters:hover .text {
	background: none;
}







.section-orange .content {
	padding-top: 0;
}

.section-orange .info {
	background: #fff;
	height: 413px;
}

.section-orange .info .content h3 {
	font-size: 56px;
    font-family: 'Aleksha', sans-serif;
    font-weight: 800;
    text-shadow: 0 0 black;
}

.section-orange .info .content h5 {
	color: #F7941D;
	font-weight: 600;
	margin-top: 10px;
}

.section-orange .info .content .group h3 {
	margin: 0;
}

.section-orange .info .content p {
	font-size: 18px;
    line-height: 18px;
    font-family: 'Nunito', sans-serif;
    text-align: justify;
}

.section-orange .info .content .text-orange {
	font-family: 'Nunito', sans-serif;
}

.section-orange .info .info-box {
	display: flex;
	align-items: center;
	justify-content: start;
	padding: 14px 0px;
	padding-left: 47px;
	border-bottom: 1px solid #999999;
	position: relative;
	height: 123px;
}

.section-orange .info .info-box:last-child {
	border-bottom: 15px solid #000;
}

.info-box .label {
	position: absolute;
	left: -25px;
	top: 50%;
	bottom: initial;
	text-transform: uppercase;
	border: 1px solid #000;
	padding: 6px 10px;
	transform: translatey(-50%) rotate(-90deg);
	font-size: 9px;
	margin: 0;
	font-weight: 800;
	line-height: 1;
}

.section-orange .info .info-box.one .group {
	margin-right: 25px;
}

.section-orange .info .info-box.one .group h3 span:first-child {
	font-size: 75px;
	font-family: 'Codenext', sans-serif;
	font-weight: 800;
	margin: 0;
	display: inline;
}

.section-orange .info .info-box.one .group h3 span:nth-child(2) {
	font-size: 47px;
	font-weight: 800;
	margin: 0;
	display: inline;
}

.section-orange .info .info-box.one .group span {
	display: block;
	font-size: 13px;
	white-space: nowrap;
	font-family: 'Aleksha', sans-serif;
	font-weight: 800;
	margin-top: -15px;
	margin-left: 12px;
	margin-bottom: 10px;
}

.section-orange .info .info-box.two .group h3 span:first-child {
	font-size: 46px;
	margin: 0;
	font-family: 'Codenext', sans-serif;
	font-weight: 800;
	display: inline;
}

.section-orange .info .info-box.two .group h3 span:nth-child(2) {
	font-size: 2rem;
	font-weight: bolder;
	margin: 0;
	font-family: 'Aleksha', sans-serif;
	font-weight: 800;
	display: inline;
}

.section-orange .info .info-box.two .group span {
	font-size: 10px;
	line-height: 12px;
	white-space: wrap;
	display: block;
	font-family: 'Aleksha', sans-serif;
	font-weight: 800;
}

.section-orange .info .info-box.two .group:nth-child(3) {
	margin: 0px 35px;
}

.section-orange .info .info-box.three .group {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Aleksha', sans-serif;
	font-weight: 800;
	padding-right: 20px;
}

.section-orange .info .info-box.three .group h3 {
	font-size: 60px;
	font-family: 'Codenext', sans-serif;
	font-weight: 800;
	margin: 0;
	display: inline;
}
.section-orange .info .info-box.three .group strong.plus {
	font-size: 35px;
	font-weight: bolder;
}
.section-orange .info .info-box.three .group span {
	font-size: 16px;
	font-weight: bolder;
	display: block;
	padding-left: 10px;
	font-family: 'Nunito', sans-serif;
	font-weight: 1300;
	text-align: left !important;
	line-height: 1;
}

.section-orange .info .reach {
	display: flex;
	font-size: 1.4rem;
	align-items: center;
}

.section-orange .info .reach button {
	background: none;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #231F20;
	font-size: 20px;
	font-weight: 600;
	padding: 17px 21px;
	margin-right: 13px;
	font-family: 'RoomBlack', sans-serif;
}

.section-orange .info .reach h4 {
	font-size: 2rem;
	font-weight: bolder;
	margin: 0;

}

.section-orange .info .reach div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: start;
}

.section-orange .info .reach strong {
	font-size: .8rem;
	font-weight: bolder;
	margin: 0;

}



/* Changing style  */
.section-orange .source-integration {
	background: #fff;
	padding-bottom: 90px;
	margin-top: -30px;
}

.section-orange .source-integration .integration {
	display: flex;
	align-items: end;
	justify-content: center;
}

.section-orange .source-integration .integration h3 {
	font-size: 55px;
	font-weight: 400;
	margin-bottom: 24px !important;
	line-height: 60px;
}

.section-orange .source-integration .integration p {
	font-size: 17px;
	font-weight: 400;
	line-height: 22px;
	padding-right: 100px;
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}

.section-orange .source-integration .disk {
	text-align: right;
}

.section-orange .source-integration .disk img {
	width: 500px;
	margin-top: -14px;
	position: relative;
}

.section-orange .source-integration .disk button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 307px;
	right: -27px;
	font-size: 13px;
	width: 173px;
	height: 40px;
	background: #231F20;
	border: 1px solid #A7A9AC;
	color: white;
	border-radius: 6px;
	cursor: pointer;
	font-family: 'Nexa', sans-serif;
	padding: 0px 17px;
}

.section-orange .source-integration .slick-dots li.slick-active {
	margin-right: 30px;
}

.section-orange .source-integration .slick-dots li button:before,
.section-orange .source-integration .slick-dots li.slick-active button:before {
	background: #b9b9b9;
	height: 6px;
	width: 7px;
	overflow: hidden;
	border-radius: 50%;
}

.section-orange .source-integration .slick-dots li.slick-active button:before {
	width: 30px;
	border-radius: 10px;
}

.section-orange .source-integration .slick-dots {
	bottom: -40px;
}

.section-orange .source-integration .slider {
	width: 525px;
	margin-left: -10px;
	margin-top: 30px;
}

.section-orange .source-integration .images {
	display: flex;
	flex-wrap: wrap;
}

.section-orange .source-integration .disk button:hover {
	background-color: #46484a;
	border: 1px solid #46484a;
}

.section-orange .source-integration .integration .images img {
	height: 30px;
	margin: 10px;
	filter: grayscale(1);
	transition: .8s linear;
}

.section-orange .source-integration .integration .images .image-position img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: .5;
}

.section-orange .source-integration .integration .images .image-position.active img {
	height: 35px;
	filter: grayscale(0);
	opacity: 1;
}

/* Triangles */
.triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.triangle.top-left1 {
	background-image: url('../svg/triangle-one.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	bottom: -20px;
	right: 370px;
	z-index: 2;
	border: none;
}

.triangle.top-left2 {
	background-image: url('../svg/triangle-two.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	bottom: -30px;
	right: 480px;
	z-index: 2;
	border: none;
}

.triangle.top-left3 {
	background-image: url('../svg/triangle-two.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	bottom: -60px;
	right: 534px;
	z-index: 2;
	border: none;
}

.triangle.top-left4 {
	background-image: url('../svg/triangle-one.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	bottom: -89px;
	right: 567px;
	z-index: 2;
	border: none;
}

/* end style  */

.section-orange .letter-wrapper {
	/* padding: 0px 105px; */
	position: relative;
}


.section-orange .letter-wrapper::after {
	content: '';
	position: absolute;
	/* right: 0;
	top: 70%; */
	left: 5%;
	top: 55%;
	/* transform: translateY(-50%); */
	transform: rotate(-35deg);
	width: 70px;
	height: 200px;
	background-image: url('../images/3-triangle.webp');
	background-size: cover;
	background-repeat: no-repeat;
}
.section-orange .redefining .slider .slide img {    
	width: 100%;
    height: 85px;
    object-fit: cover;
}
.section-orange .redefining .slider .slide p {
	margin: 0;
	font-size: 13px;
	padding: 5px 0px;
	position: relative;
	padding-top: 8px;
}
.section-orange .redefining .slider .slide p:before {
	content: '';
	width: 8%;
	position: absolute;
	left: 0;
	bottom: 0px;
	border: 1px solid #FBB040;
}

.section-orange .redefining .group-letters img {
	width: 100%;
	margin-left: -45px;
}

.section-orange .redefining .group-letters {
	padding: 0;
}

.section-orange .redefining .group-letters .btn {
	position: absolute;
	left: 81px;
	bottom: 18px;
	font-size: 13px;
	width: 156px;
	text-align: center;
	background: #231f20;
	color: #dbdbdb;
	padding: 12px;
	border: 1px solid #818182;
	line-height: 1;
	font-weight: 100;
	font-family: 'Nexa', sans-serif;
}
.section-orange .redefining .common-title {
	margin: 15px 0px;
	margin-top: 47px;
	font-weight: 400;
	font-size: 50px;
	line-height: 55px;
}
.section-orange .redefining .common-title::before {
	top: -22px;
	width: 70px;
}
.section-orange .redefining p {
	font-size: 19px;
	line-height: 22px;
	font-family: 'Nunito', sans-serif;
	width: 460px;
	font-weight: 500;
	margin-bottom: 27px;
	text-align: justify;
}
.section-agile {
	color: #fff;
	background: #231F20;
	padding-top: 100px;
	padding-bottom: 50px;
	font-family: 'Brasley', sans-serif;
}
.section-agile .vector svg {
	width: 180px;
	height: 214px;
}
.section-agile .common-title {
	margin-top: 50px;
}
.section-agile .common-title.spall::before {
	top: -28px;
	width: 70px;
}
.section-agile .container {
	padding: 0px 100px;
	padding-left: 100px;
}
.section-agile .content p {
	font-size: 25px;
	line-height: 28px;
	font-family: 'Nunito', sans-serif;
	color: #FBB040;
	margin-top: 16px;
	margin-bottom: 40px;
}
.section-agile p {
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}

.section-agile .col-11 p {
	padding-left: 129px;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
}

.section-agile .col-11 .tiles-2 {
	height: 100px;
	position: absolute;
	left: -50px;
	bottom: -82px;
}

.section-agile .col-11 .tiles-2 img {
	height: 100px;
	object-fit: contain;
}

.section-agile .letters {
	text-align: right;
	position: relative;
}

.section-agile .letters::before {
	content: '';
	position: absolute;
	right: 15px;
	top: -100px;
	height: 20px;
	width: 130px;
	background: #FBB040;
}

.section-agile .letters>img {
	height: 335px;
}

.section-agile .vector {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: start;
}

.section-agile .vector span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	width: 100px;
}

.section-agile .vector:nth-child(2) span {
	padding-top: 38px;
}

/* .section-agile .vector:nth-child(3) span {
    left: 22%;
}
.section-agile .vector:nth-child(4) span {
    left: 39%;
} */
.section-agile .tiles {
	position: absolute;
	top: 58px;
	width: 128px;
	right: -116px;
}

.section-agile .text-our-agile {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
	text-align: justify;
}

.section-agile .tiles img {
	margin: 0;
	width: 100%;
	height: 100%;
}
.section-agile .tiles2 {
    position: absolute;
    top: initial;
    width: 121px;
    left: 14px;
    bottom: -90px;
    text-align: left;
}
.section-agile .tiles2 img {
	margin: 0;
	width: 100%;
	height: 100%;
}


.section-next-gen {
	padding: 100px 0;
	font-family: 'Brasley', sans-serif;
	background-image: url(../images/radius.png);
	background-repeat: no-repeat;
	background-position: right;
	background-position-y: bottom;
	background-size: 90px;
}
.section-next-gen .slider .slide .tag{
	position: absolute;
    right: 103px;
    top: 20px;
}
.section-next-gen .slider .slide img.flags {
    height: 24px;
}
.section-next-gen .slider .slide img.flags{
    right: 130px;
}
.section-next-gen .slider .slide img.client {
	height: inherit;
	width: 24px;
}
.section-next-gen .common-title {
	font-size: 55px;
	line-height: 61px;
	font-weight: lighter;
	margin-bottom: 7px;
}

.section-next-gen .common-title.spall::before {
	top: -22px;
	width: 76px;
}

.section-next-gen .letters {
	margin-left: -73px;
}

.section-next-gen .context p {
    font-size: 24px;
    width: 340px;
    line-height: 25px;
    color: #231F20;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    padding-bottom: 15px;
	text-align: justify;
}

.section-next-gen .context button {
	color: #fff;
	background: #231F20;
	padding: 8px 19px;
	padding-right: 35px;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	border: 2px solid #000;
}

.section-next-gen .context button i {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	animation: ection_next_gen_button_animated 1s linear infinite;
}

@keyframes ection_next_gen_button_animated {
	0% {
		right: 5px;
	}

	25% {
		right: 15px;
	}

	50% {
		right: 20px;
	}

	75% {
		right: 15px;
	}

	100% {
		right: 5px;
	}
}

.section-next-gen .slider .slide {
	padding: 30px;
	padding-top: 60px;
	/* background: #E6E7E8; */
	background: #fde1b682;
	border-radius: 10px;
	position: relative;
	background: url(../images/orangebd-frame-logo.png) #fde1b682;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 314px;
}

.section-next-gen .slider .slide h3 {
	font-weight: 800;
	font-size: 18px;
	height: 46px;
	display: flex;
	align-items: end;
}

.section-next-gen .slider .slide h5 {
	font-weight: 600;
	font-size: .9rem;
}

.section-next-gen .slider .slide p {
	font-size: 14px;
	line-height: 16px;
	height: 138px;
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}

.section-next-gen .slider .slide button {
	color: #000;
	background: #f9a93082;
	border-color: #f9a93082;
	padding: 3px 14px;
	font-size: 12px;
	border-radius: 3px;
	/* border-bottom: #231F20; */
	font-family: 'Nunito', sans-serif;
}

.section-next-gen .slider .slide .sticker {
	position: absolute;
	right: 0;
	top: 20px;
	color: #000000e0;
	background: #f9a93082;
	/* color: #fff; */
	/* background: #231F20; */
	padding: 6px 9px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	width: 100px;
	font-family: 'Aleksha', sans-serif;
}

.section-next-gen .slider .slick-dots {
	bottom: -50px;
}

.section-next-gen .slick-slider .slick-dots li button:before {
	opacity: .70;
}

.section-next-gen .slick-slider .slick-prev:before,
.section-next-gen .slick-slider .slick-next:before {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	width: 35px !important;
	height: 35px !important;
	border-radius: 50%;
	font-size: 14px;
}

.section-next-gen .slick-slider .slick-prev {
	left: -60px;
}

.section-next-gen .slick-slider .slick-next {
	right: -60px;
}

.section-next-gen .slick-slider .slick-dots li.slick-active button::before {
	opacity: 1;
}

.section-global-impact {
	background: #E6E7E8;
	min-height: 720px;
	position: relative;
	font-family: 'Brasley', sans-serif;
}

.section-global-impact .common-title.spall::before {
	top: -30px;
	height: 10px;
	width: 75px;
	border-radius: inherit;
}

.section-global-impact .context h5 {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 0 black;
	margin: 15px 0px;
}

.section-global-impact p {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 22px;
	text-align: justify;
}

.section-global-impact::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: #FBB040;
	z-index: 1;
}

.section-global-impact::after {
	content: '';
	position: absolute;
	left: 68%;
	bottom: 0;
	width: 32%;
	height: 720px;
	background: #231f20;
	z-index: 1;
}

.section-global-impact img.svg {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	height: 100%;
}

.section-global-impact .content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.section-global-impact .letters-g::after {
	content: '';
	height: 40px;
	width: 7px;
	background: #fff;
	position: absolute;
	top: 10px;
	right: 370px;
	z-index: 2;
	display: none;
}

.section-global-impact .context {
	padding: 85px 0;
	padding-left: 75px;
	height: 525px;
}

.section-security .context .group .text button,
.section-global-impact .context button {
	background: #231F20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	padding: 11px 17px;
	padding-right: 10px;
	width: 140px;
	border-radius: 4px;
	font-size: 17px;
	line-height: 1;
	font-family: 'Nexa', sans-serif;
	border: 1px solid #ddd;
	transition: .5s linear;
	transition: 1s linear;
	animation: button_animated 1s linear infinite;
}

@keyframes button_animated {
	0% {
		padding-right: 10px;
	}

	25% {
		padding-right: 15px;
	}

	50% {
		padding-right: 20px;
	}

	75% {
		padding-right: 15px;
	}

	100% {
		padding-right: 10px;
	}
}


.section-global-impact .flags img {
	height: 127px;
	margin-top: 20px;
}

.section-global-impact .letters-g img {
	width: 266px;
	padding-top: 42px;
	padding-bottom: 30px;
}

.section-global-impact .letters-g h3 {
	color: #fff;
}

.section-global-impact .letters-g {
	position: relative;

}

.section-global-impact .letters-g img.bg {
	position: absolute;
	height: 720px;
	right: 0;
	top: 0;
	width: auto;
	padding: 0;
	z-index: 1;
}

.section-global-impact .letters-g .info {
	position: absolute;
	top: 50%;
	left: 39%;
	transform: translate(-50%, -50%);
	z-index: 2;
	height: 100%;
	width: 100%;
}

.section-global-impact .letters-g .info h3 {
	font-size: 27px;
	line-height: 23px;
}

.section-security {
	background: #231F20;
	font-family: 'Brasley', sans-serif;
	height: 575px;
}

.section-security p {
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}

.section-security .main-content {
	background: #fff;
	border-bottom: 23px solid #FBB040;
	position: relative;
}

.section-security .main-content:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #231F20;
	height: 54px;
	width: 100%;
}

.section-security .main-content .context {
	min-height: 550px;
	position: relative;
}

.section-security .main-content .context:before {
	content: '';
	position: absolute;
	left: 160px;
	top: 0;
	width: 200px;
	height: 100%;
	background: #FBB040;
	z-index: 2;
}

.section-security .context .group {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.section-security .context .group p {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	line-height: 19px;
	padding-right: 40px;
	text-align: justify;
	font-weight: 500;
}

.section-security .context img.letters-e {
	height: 330px;
	margin-top: 15%;
	margin-left: 91px;
	background: #fff;
	border-radius: 50%;
}

.section-security .context .group .text {
	padding: 80px 0;
	padding-right: 115px;
}

.section-security .context .group .text .common-title {
	margin-bottom: 15px;
}

.section-security .context .group .text .common-title.spall::before {
	top: -27px;
	height: 6px;
	width: 66px;
}

.section-security .context .group .tabs {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
}

.section-security .context .group .tabs ul {
	display: flex;
	margin: 0;
	list-style: none;
}

.section-security .context .group .tabs ul li {
	width: 151px;
	border-right: 3px solid #FBB040;
	padding: 11px 20px;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-security .context .group .tabs ul li:last-child {
	border: none;
	margin-right: 45px;
}


.section-request {
	height: 180px;
	background: #231F20;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Brasley', sans-serif;
}

.section-request img {
	height: 60px;
	margin-right: 40px;
}

.section-request p {
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}

.section-request button {
	text-transform: uppercase;
	padding: 13px 29px;
	color: white;
	background: none;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 15px;
}

/* .section-request strong {
    display: block;
    color: #fff;
    font-size: 100px;
    line-height: 37px;
    font-weight: bolder;
    padding: 0px 20px 0px 60px;
    width: fit-content;
    height: 70px;
} */
.section-customer {
	height: 580px;
	border: 1px solid #ddd;
	font-family: 'Brasley', sans-serif;
}

.section-customer .slider-header {
	width: 610px;
	margin: 0 auto;
}

.section-customer .slider-header .common-title {
	font-size: 40px;
	font-weight: 400;
}

.section-customer p {
	font-family: 'Nunito', sans-serif;
	text-align: justify;
	margin-bottom: 42px;
	font-size: 14px;
	line-height: 16px;
}

.section-customer .slider-container {
	padding: 100px 0;

}

.section-customer .slider-container .title-portion {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	margin-bottom: 11px;
}

.section-customer .slider-container .common-image {
	transform: rotate(-90deg);
	margin-right: 36px;
}





.section-beyond-border {
	background: #231F20;
	color: #fff;
	position: relative;
	font-family: 'Brasley', sans-serif;
}
.section-beyond-border .platforms {
	width: 33.333333%;
	padding: 5px;
}
.section-beyond-border .platforms .img-wrap {
	display: block;
	width: 100%;
    min-height: 80px;
    border: 1px solid #5d5b5b;
    background: #3f3b3c;
    padding: 10px 5px;
    transition: all 0.4s;
    text-align: center;
}
.section-beyond-border .platforms .img-wrap h2 {
	font-size: 12px;
}
.section-beyond-border .platforms .img-wrap img{
	height: 58px;
}
.section-beyond-border p {
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}

.section-beyond-border .content::before {
	background-image: url(../images/orbd-logo-dark.png);
	content: '';
	position: absolute;
	transform: rotate(-90deg);
	top: 42%;
	left: -157px;
	width: 396px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.section-beyond-border .content {
	font-weight: 100;
	padding: 60px 120px;
	position: relative;
}

.section-beyond-border .content strong {
	display: block;
	padding: 0px 0px;
	font-size: 14px;
	line-height: 1;
	padding-bottom: 22px;
	text-shadow: 0 0 black;
	font-weight: 400;
	color: #fff;
}

.section-beyond-border .content h2 {
	font-size: 68px;
	line-height: 1;
}

.section-beyond-border .content p.top {
	font-weight: 100;
	font-size: 30px;
	margin: 32px 0px;
	margin-top: 48px;
	color: #fff;
}

.section-beyond-border .content p {
	font-size: 14px;
	font-weight: 100;
	color: #bab8b8;
	text-align: left;
	line-height: 16px;
}

.section-beyond-border .quick-actions button {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1;
	padding: 12px 25px;
	padding-bottom: 17px;
	color: white;
	background: none;
	border: 1px solid #fff;
}

.section-beyond-border .quick-actions strong {
	display: block;
	color: #fff;
	font-size: 88px;
	line-height: 16px;
	font-weight: bolder;
	padding: 0px 18px;
	width: fit-content;
	height: 47px;
}
.section-customer .slider {
	position: relative;
	height: 500px;
	width: 100%;
	border: 1px solid;
	font-family: 'Brasley', sans-serif;
}
.section-technology {
	padding: 100px 0px;
	background-image: url(../images/future-ready.png);
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	font-family: 'Brasley', sans-serif;
	background-size: 300px;
}

.section-technology .stack {
	padding-left: 70px;
}

.section-technology p {
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}

.section-technology .content {
	position: relative;
}

.section-technology .row .technology-list {
	width: 14.28571%;
	padding: 5px;
}

.section-technology .row .technology-list .info {
	width: 100%;
	min-height: 100px;
	border: 1px solid #eaeaea;
	background: #f6f9fc;
	padding: 10px 5px;
	transition: all 0.4s;
	text-align: center;
}

.section-technology .row .technology-list .info img {
	height: 60px;
	margin-bottom: 8px;
}

.section-technology .row .technology-list .info h6 {
	margin: 0;
	font-size: 11px;
}

.section-technology .content .first-image {
	position: absolute;
	z-index: 2;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	height: 100px;
}

.section-technology .content h3 {
	margin-left: 67px;
}

.section-technology .content .second-image {
	transform: rotate(270deg);
	position: absolute;
	z-index: 2;
	right: 450px;
	bottom: -31px;
}

.section-technology .tech-img {
	width: 20%;
	padding: 5px;
	height: 160px;
	text-align: center;
}

.section-technology .tech-img .img {
	padding: 27px;
	border-radius: 3px;
	/* background: #fafbfc; */
}

.section-technology .tech-img img {
	height: 70px;
}

.section-technology .stack .common-title {
	position: relative;
	margin-bottom: 50px;
	font-weight: 100;
	line-height: 1.2;
	margin-left: 40px;
}




.section-personalized {
	padding: 100px 0px;
	padding-top: 0;
	background: #fbfbfb;
	padding-top: 100px;
	font-family: 'Brasley', sans-serif;
}
.personalized-solutions .client-into {
	width: 20%;
	padding: 8px;
	min-height: 120px;
}
.personalized-solutions .client-into .info-wrapper {
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd54;
    background: #dddddd12;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px;
    box-shadow: 4px 4px 8px -4px #ddd;
	transition: .8s;
}
.personalized-solutions .client-into .info-wrapper.active {
    box-shadow: 10px 10px 10px -4px #c3c3c3;
	border: 1px solid #ffe1e1;
}
.personalized-solutions .client-into img {
	height: 70px;
    object-fit: contain;
    padding: 0px!important;
}

.section-personalized p {
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}

.section-personalized .personalized-solutions .slider {
	width: 740px;
	margin: auto;
}

.section-personalized .personalized-solutions .content {
	margin: auto;
	width: fit-content;
}

.section-personalized .personalized-solutions .content img {
	height: 92px;
	margin-right: 22px;
	margin-top: 5px;
}

.section-personalized .personalized-solutions .content h3 {
	font-size: 62px;
	width: fit-content;
	font-weight: 100;
	line-height: 1;
	margin: 0;
}

.section-personalized .personalized-solutions .content h5 {
	font-size: 37px;
	padding-bottom: 11px;
	width: fit-content;
	font-weight: 100;
	line-height: 42px;
}

.section-personalized .personalized-solutions .content p {
    max-width: 600px;
    padding: 0px 0px;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 100;
    line-height: 22px;
}

.section-personalized .slider {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}

.section-personalized .slider .slide img {
	width: 100%;
	padding: 30px;
}

.section-personalized .personalized-solutions .slick-dots li button:before {
	color: #000 !important;
	font-size: 9px;
}

.section-personalized .personalized-solutions .slick-dots li {
	margin: 0 7px;
}


.section-world-class {
	background: #231F20;
	/*    padding: 100px 0px;*/
	color: #fff;
	font-family: 'Brasley', sans-serif;
}

.section-world-class p {
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}

.section-world-class .content {
	padding: 76px 101px;
}

.section-world-class .hand-phone {
	position: relative;
	min-height: 320px;
}

.section-world-class .hand-phone img {
	height: 345px;
	position: absolute;
	right: 45px;
	bottom: 0;
}

.section-world-class h5 {
	padding-bottom: 30px;
	font-size: 27px;
	font-weight: 100;
}

.section-beyond-border .request-quote,
.section-world-class .request-quote {
	height: 52px;
	display: flex;
	align-items: center;
}

.section-request button,
.section-beyond-border .request-quote button,
.section-world-class .request-quote button {
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	padding: 13px 25px;
	color: white;
	background: none;
	border: 1px solid #fff;
	height: 48px;
	font-family: 'Nunito', sans-serif;
	letter-spacing: 2px;
	position: relative;
	display: flex;
	padding-left: 44px !important;
}
.section-request strong,
.section-beyond-border .request-quote strong,
.section-beyond-border .quick-actions strong,
.section-world-class .request-quote strong {
	color: #fff;
	font-size: 93px;
	line-height: normal;
	height: auto;
	font-weight: 100;
	display: block;
	padding: 0px 10px;
	width: fit-content;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	position: absolute !important;
	top: 50% !important;
	left: 5px !important;
	transform: translateY(-50%) !important;
	font-size: 40px !important;
}



.section-impact-live {
	padding: 100px 0px;
	font-family: 'Brasley', sans-serif;
}

.section-impact-live .content {
	padding: 0 100px;
}

.section-impact-live .content h5 {
	font-size: 30px;
}

.section-impact-live .content .common-title {
	font-size: 65px;
	line-height: 1;
}

.section-impact-live .content img.sign {
	transform: rotate(-90deg);
	margin-top: -7px;
	height: 111px;
	margin-left: 51px;
}

.section-impact-live p {
	font-family: 'Nunito', sans-serif;
	text-align: justify;
	font-size: 30px;
	line-height: 0;
	font-weight: 300;
	margin-bottom: 58px;
	margin-top: 5px;
	padding-bottom: 22px;
}

.section-impact-live .slick-dots {
	bottom: -60px;
}

.section-impact-live .slick-dots li {
	margin: 0 7px;
}

.section-impact-live .slick-dots li button:before {
	font-size: 10px;
	color: #000 !important;
}

.section-impact-live .slider .slide img {
	width: 285px;
	height: 535px;
	object-fit: cover;
	object-position: top;
	border: 1px solid #cbcbcb;
}

.contact-map {
	height: 400px;
}

.contact-form {
	background-image: url(../images/musk-phone.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	clear: both;
	padding: 60px 0px;
}

.contact-form .card,
.contact-form .card-body {
	background: none;
	color: #fff;
}

.contact-form .card {
	background: linear-gradient(180deg, rgba(51, 39, 21, 0) 0%, #453113 100%);
}

.contact-form .form-control,
.contact-form .label,
.contact-form .input-group-text {
	border: none;
	outline: none;
	box-shadow: none;
	background: none;
	color: #fff;
	font-size: 15px;
}

.contact-form textarea.form-control,
.contact-form .input-group {
	border-bottom: 1px solid #fff;
}

.contact-form .label {
	padding-left: 12px;
}

.contact-form button {
	padding: 10px 60px;
	background: #F6CE7173;
	border: none;

}

.contact-form .info-card {
	display: flex;
	color: #fff;
	margin-top: 50px;
}

.contact-form .info-card .icon {
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 50%;
	background: #EF7D00;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-form .info-card .info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 15px;
}

.contact-form .info-card .info ul li a {
	color: #fff;
}







/*OUR TEAM*/
.section-banner {
	border: 1px solid;
	background-image: url(../images/banner.png);
	background-position: center;
	position: relative;
	min-height: 388px;
	font-family: 'Brasley', sans-serif;
	object-fit: cover;
}

.section-banner p {
	font-family: 'Nunito', sans-serif;
	text-align: center;
}

.section-banner::before {
	content: '';
	position: absolute;
	background: #000000BF;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.section-banner .content {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.section-banner h2 {
	padding: 15px 0px;
}




.section-gallery.team {
	padding: 20px 0px;
	font-family: 'Brasley', sans-serif;
}

.section-gallery.team .card {
	position: relative;
	border: none;
}

.section-gallery.team .card .img {
	background: #E7D6C5;
	border-radius: 5px;
	overflow: hidden;
}

.section-gallery.team .card .img img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	object-position: top;
}

.section-gallery.team .card .actions {
	width: 90%;
	margin: auto;
	background: #1F170C;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 15px;
	height: 50px;
	position: relative;
	border-radius: 0px 0px 5px 5px;
}

.section-gallery.team .card .actions .stake {
	width: fit-content;
}

.section-gallery.team .card .actions .stake a.icon {
	color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 7px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #3e3b3b;
}

.section-gallery.team .card .actions .stake .info-box {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	min-height: 105px;
	background: linear-gradient(360deg, #1F170C 22.25%, rgba(133, 97, 53, 0.85) 134.96%);
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-gallery.team .card .actions .stake .info-box h3 {
	font-size: 1.4rem;
}

.section-gallery.team .card .actions .stake .info-box h4 {
	font-size: 1rem;
}












/*ABOUT US*/
.section-banner.about {
	border: 1px solid;
	background-image: url(../images/banner/banner-3.png);
	font-family: 'Brasley', sans-serif;
}

.section-banner.about::before {
	background: #00000000;
}


.about-us {
	padding: 60px 0px;
	font-family: 'Brasley', sans-serif;
}

.about-us p {
	text-align: justify;
	font-family: 'Nunito', sans-serif;
}

.about-us-company-glance .vision,
.about-us .vision {
	border-left: 5px solid #EF7D00;
	padding-left: 20px;
}

.about-us .who p {
	font-size: 16px;
	text-align: justify;
	font-family: 'Nunito', sans-serif;
}





.about-us-company-glance {
	padding: 60px 0px;
	background: #E3D8CA;
	font-family: 'Brasley', sans-serif;
}

.about-us-company-glance p {
	font-family: 'Nunito', sans-serif;
}

.about-us-company-glance .solutions {
	clear: both;
	/*	overflow: hidden;*/
}

.about-us-company-glance .solutions .image {
	float: right;
	margin-left: 10px;
	margin-bottom: 50px;
	position: relative;
}

.about-us-company-glance .solutions .image>span {
	position: absolute;
	right: -50px;
	bottom: -80px;
	width: 200px;
	height: 230px;
	border: 17px solid #E3D8CA;
	background: #D3C3A9;
	padding: 30px;

}

.about-us-company-glance .solutions .image>span>span {
	display: block;
}

.about-us-company-glance .solutions .image>span>span:first-child {
	font-size: 3rem;
	font-weight: bolder;
}

.about-us-company-glance .solutions .image>span>span:last-child {
	font-size: 1.2rem;
	;
}

.about-us-company-glance .solutions .image img {
	height: 500px;
	width: 500px;
	object-fit: cover;
}

.about-us-company-glance .solutions>span {
	display: block;
	font-size: 1.1rem;
	margin-top: 17px;
	padding-left: 30px;
	font-weight: 100;
	position: relative;
}

.about-us-company-glance .solutions>span:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
	background: #009E4D;
}


.about-us-grid {
	width: 100%;
	overflow: hidden;
}

.about-us-section-principles {
	padding: 60px 0px;
	font-family: 'Brasley', sans-serif;
}

.about-us-section-principles .row>.custom-col {
	width: 16.6666666667%;
	padding: 20px;
}

.about-us-section-principles .row>.custom-col:nth-child(2n-1) {
	margin-top: 30px;
}

.about-us-section-principles .row>.custom-col .card {
	min-height: 230px;
	box-sizing: border-box;
	padding: 25px;
	text-align: center;
	border-radius: 7px;
	box-shadow: 0px 20px 35px 0px #68401329;
	border: none;
}

.about-us-section-principles .row>.custom-col strong {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	display: block;
}

.about-us-section-principles .row>.custom-col .image {
	position: relative;
	height: 70px;
	width: 70px;
	background: #F4EDE5;
	margin: auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 30px;
}

.about-us-section-principles .row>.custom-col .image img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}

.about-us-grid .card,
.about-us-grid .card-body {
	height: 400px;
	background: none;
	border: none;
}

.about-us-grid .card-body {
	padding: 100px;
}

.about-us-grid .grid:nth-child(1) {
	background: #CDDBCD;
}

.about-us-grid .grid:nth-child(3),
.about-us-grid .grid:nth-child(8),
.about-us-grid .grid:nth-child(9),
.about-us-grid .grid:nth-child(2) {
	background-image: url(../images/grid/grid-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	color: #fff;
}



.about-us-grid .grid:nth-child(2) a {
	color: #fff;
}



.about-us-grid .grid:nth-child(3) {
	background-image: url(../images/grid/grid-3.png);
}

.about-us-grid .grid:nth-child(4) {
	background: #FF5208;
	color: #fff;
}

.about-us-grid .grid:nth-child(5) {
	background: #7E5527;
	color: #fff;
}

.about-us-grid .grid:nth-child(6) {
	background: #73291F;
	color: #fff;
}

.about-us-grid .grid:nth-child(7) {
	background: #552410;
	color: #fff;
}

.about-us-grid .grid:nth-child(8) {
	background-image: url(../images/grid/grid-8.png);
}

.about-us-grid .grid:nth-child(9) {
	background-image: url(../images/grid/grid-9.png);
}

.about-us-grid .grid:nth-child(10) {
	background: #F6CE71;
	color: #000;
}




.section-product-details {
	padding: 60px 0px 0px 0px;
	font-family: 'Nunito', sans-serif;
	position: relative;
}

.section-product-details .round {
	position: absolute;
	left: 0;
	top: 30%;
}

.section-product-details p {
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}

.section-product-details .product-title {
	font-weight: 800;
	font-size: 3rem;
	color: #009E4D;
	line-height: 1.2;
	margin-bottom: 20px;
}

.section-product-details .product-details {
	font-size: 1.1rem;
	line-height: 1.8rem;
	font-family: 'Nunito', sans-serif;
}

.section-product-details .counter {
	padding-top: 2px;
}

.section-product-details .counter-row {
	display: flex;
	margin-top: -2px;
}

.section-product-details .counter-column {
	padding: 25px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

.section-product-details .counter-column p {
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 600;
}

.section-product-details .counter-column strong {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
}

.section-product-details .product-image img {
	width: 100%;
	/* padding-top: 30px; */
	height: 650px;
	background-image: '../svg/product-details/background.svg';
	background-repeat: no-repeat;
	background-position: top;
}

.section-product-details .action-btn {
	text-align: left;
	padding-top: 60px;

}

.section-product-details .action-btn button {
	padding: 10px 50px;
	background: #FFB444;
	color: #fff;
}

.product-key-delivery {
	margin: 50px 0px;
	padding: 60px;
	border-radius: 15px;
	background: #E5DBCD;
	position: relative;
	z-index: -2;
}

.product-key-delivery .background {
	position: absolute;
	z-index: -1;
	width: 10%;
	top: -7%;
	right: 0%;
}

.product-key-delivery .card {
	background: #F3F3F3;
	height: 100%;
}

.product-key-delivery .card-body {}

.product-key-delivery .card-body .key-title {
	line-height: 1;
	margin-bottom: 30px;
}

.product-key-delivery .card-body p {
	display: block;
	padding: 10px 15px;
	background: #EAE6DE;
}

.product-key-delivery .product-reference {
	background: #EFE9E3;
	padding-top: 30px;
	height: 100%;
}

.product-key-delivery .product-reference .link {
	text-align: center;
	margin-bottom: 40px;
}

.product-key-delivery .product-reference .link strong {
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.product-key-delivery .product-reference .app-screen {
	width: fit-content;
	background: #000;
	padding: 15px;
	padding-bottom: 0;
	margin: 0 auto;
	border-radius: 7px 7px 0px 0px;
}

.product-key-delivery .product-reference .app-screen img {
	height: 380px;
}

.section-customer .swiper {
	width: 80%;
	padding-bottom: 50px;
}

.section-customer .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	/* height: 450px; */
}

.section-customer .swiper-slide img {
	display: block;
	width: 100%;
}

.image-card {
	position: relative;
	width: 100%;
	height: 100%;
}

.image-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-details {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	padding: 15px;
	color: white;
}

.card-details h3 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
}

.card-details p {
	margin: 0;
	font-size: 0.9em;
}

.slide-show-slider {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 860px;
	margin: 0 auto;
}

.slide-show-slider .swiper {
	width: 150% !important;
	padding: 0px 0px;

}

.slide-show-slider .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 400px;
}

.slide-show-slider .swiper-slide img {
	display: block;
	width: 100%;
}

.carousel-container {
	width: 85%;
	position: relative;
	margin: auto;
}

.slick-prev:before,
.slick-next:before {
	color: black !important;

}

.slick-prev:before {
	content: url(../svg/left.svg) !important;
	font-weight: 500 !important;
}

.slick-next:before {
	content: url(../svg/right.svg) !important;
	font-weight: 500 !important;
}

.slick-dots li {
	/* background-color: orange !important; */
	width: 5px !important;
}

.slick-dots li button:before {
	/* background-color: orange !important; */
	color: #FBB040 !important;
}

.odometer {
	display: flex;
	vertical-align: middle;
	font-size: 2em;
	/* Adjust the font size as needed */
	line-height: 1;
	text-align: center;
	width: 100%;
	/* Ensure the width is consistent */
}

.odometer-inside {
	display: flex !important;
	flex-direction: row !important;
	justify-content: flex-start !important;
	align-items: start !important;
}












.infinite_slider {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-top: 2px;
}
.infinite_slider div.container {
	transition: all 0.3s ease;
}
.infinite_slider div.container h1 {
	margin: 15px 0 0 0;
}
.infinite_slider div.container h3 {
	margin: 0 0 25px 0;
}
@media (max-width: 992px) {
   .infinite_slider {
		padding: 0 20px 0 20px;
   }
}
.infinite_slider .no-marg {
	margin: 0 0 0 0;
}
.infinite_slider div.highway-slider {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 80px;
	margin-top: 53px;
}
.infinite_slider div.highway-slider div.highway-barrier {
	overflow: hidden;
	position: relative;
}
.infinite_slider div.highway-slider ul.highway-lane {
	display: flex;
	height: 100%;
}
.infinite_slider div.highway-slider ul.highway-lane li.slide {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background: #fff; */
	color: #343434;
}
@keyframes translatestf {
	0% {
		transform: translateX(100%);
   }
	100% {
		transform: translateX(-500%);
   }
}
.infinite_slider  #stffull div.highway-barrier ul.highway-lane {
	width: 500%;
}
.infinite_slider  #stffull div.highway-barrier ul.highway-lane li.slide {
	animation: translatestf 30s linear infinite;
}
.infinite_slider  #stffull div.highway-barrier ul.highway-lane li.slide h4 {
	font-size: 28px;
}
@keyframes translateinfinite {
	100% {
		transform: translateX(calc(-180px * 12));
    }
}
/* .infinite_slider  #infinite div.highway-barrier {
	background: #fff;
	box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.3);
} */
.infinite_slider  #infinite div.highway-barrier::before, #infinite div.highway-barrier::after {
	content: " ";
	position: absolute;
	z-index: 9;
	width: 180px;
	height: 100%;
}
.infinite_slider  #infinite div.highway-barrier::before {
	top: 0;
	left: 0;
	/* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
}
.infinite_slider  #infinite div.highway-barrier::after {
	top: 0;
	right: 0;
	/* background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
}
.infinite_slider  #infinite div.highway-barrier ul.highway-lane {
	width: calc(180px * 24);
}
.infinite_slider  #infinite div.highway-barrier ul.highway-lane li.slide {
	width: 180px;
	animation: translateinfinite 25s linear infinite;
}
.infinite_slider  #infinite div.highway-barrier ul.highway-lane li.slide span.fab {
	font-size: 65px;
}
.infinite_slider  #infinite div.highway-barrier ul.highway-lane li.slide img {
    height: 80px;
    width: 147px;
    object-fit: cover;
}














@media screen and (max-width: 576px) {
	.common-title {
		font-size: 30px;
		line-height: 38px;
	}

	.section-orange {
		overflow: hidden;
		padding: 0px 0px;
	}

	.section-orange .letter-wrapper {
		padding: 0 15px;
	}

	.section-orange .letter-wrapper .row {
		margin: 0px;
		margin-bottom: 30px;
	}

	.section-orange .means .letters span:first-child {
		font-size: 55px;
	}

	.section-orange .means .letters {
		min-height: 170px;
	}

	.section-orange .means .letters span {
		font-size: 7px;
		line-height: 10px;
	}

	.section-orange .action-btn {
		padding: 0;
	}

	.section-orange .means {
		padding: 40px 0px;
	}

	.section-orange .info .content h3 {
		font-size: 40px;
		line-height: 1;
	}

	.section-orange .info .content h5 {
		padding-bottom: 6px;
	}

	.section-orange .source-integration {
		margin: 0;
		padding-bottom: 40px;
	}

	.section-orange .info {
		height: fit-content;
	}

	.section-orange .info .reach {
		margin: 20px 0px;
		margin-top: 30px;
	}

	.section-orange .info .info-box.one .group h3 span:first-child {
		font-size: 45px;
	}

	.section-orange .info .info-box.one .group span {
		margin: 0;
		font-size: 11px;
	}

	.section-orange .info .info-box.two .group h3 span:first-child {
		font-size: 36px;
	}
	.section-orange .info .info-box.three .group span {
		font-size: 12px;
	}

	.section-orange .source-integration .container .integration {
		order: 2;
	}

	.section-orange .source-integration .container .integration .overflow-hidden {
		width: 100%;
	}

	.section-orange .source-integration .disk {
		order: 1;
		text-align: center;
	}

	.section-orange .source-integration .disk img {
		width: 250px;
		margin-top: 0;
	}

	.section-orange .info .info-box {
		height: 120px;
	}

	.section-orange .info .info-box.two .group:nth-child(3) {
		margin-right: 18px;
	}

	.section-orange .source-integration .disk button {
		top: 50%;
		left: inherit;
		right: 37px;
	}

	.section-next-gen .carousel-container,
	.section-orange .source-integration .slider,
	.section-personalized .personalized-solutions .slider,
	.section-customer .slider-header,
	.section-customer .slider-container .slide-show-slider {
		width: 100%;
		overflow: hidden;
	}

	.section-orange .source-integration .integration p {
		padding: 0;
	}

	.section-orange .source-integration .slider {
		height: 300px;
	}

	.section-orange .source-integration .integration h3 {
		font-size: 36px;
		line-height: 40px;
		margin-top: 43px;
	}

	.section-orange .source-integration .triangle.top-left1 {
		width: 85px;
		height: 85px;
		bottom: -31px;
		right: 249px;
	}

	.section-orange .redefining p {
		text-align: justify;
		font-size: 15px;
		width: 100%;
	}

	.section-orange .redefining .common-title {
		font-size: 32px;
		line-height: 37px;
		margin-bottom: 8px !important;
	}

	.section-orange .redefining .slider {
		margin-bottom: 30px;
	}

	.section-orange .redefining .group-letters .btn {
		position: absolute;
		left: 63px;
		font-size: 11px;
		width: 135px;
	}

	.section-orange .redefining .slider .slide p {
		font-size: 8px;
		line-height: 9px;
	}

	.section-agile {
		padding-top: 30px;
	}

	.section-agile .container {
		padding: 0 30px;
	}

	.section-agile .content p {
		font-size: 22px;
		line-height: 26px;
		margin-top: 0px;
	}

	.section-agile .common-title {
		line-height: 34px;
	}

	.section-agile .letters>img {
		height: 280px;
	}

	.section-agile .tiles {
		right: initial;
		left: 0;
		top: 90px;
	}

	.section-agile .letters::before {
		display: none;
	}

	.section-agile .vector svg {
		width: 135px;
		height: 171px;
	}

	.section-agile .letters {
		margin-bottom: 28px;
	}

	.section-agile .tiles2 {
		display: none;
	}

	.section-agile .text-our-agile {
		margin-top: 30px;
	}

	.section-next-gen {
		padding-top: 45px;
	}

	.section-next-gen .common-title {
		font-size: 42px;
		line-height: 44px;
		margin-top: 23px;
		margin-bottom: 10px;
	}

	.section-next-gen .context p {
		font-size: 18px;
	}

	.section-next-gen .slider {
		margin-top: 40px;
	}

	.section-next-gen .slider .slide {
		padding: 30px 13px;
		min-height: 330px;
	}

	.section-next-gen .slider .slide p {
		font-size: 13px;
		line-height: 17px;
	}

	.section-next-gen .slider .slide h3 {
		margin-top: 20px;
		font-size: 16px;
	}

	.section-beyond-border .content::before,
	.section-global-impact .letters-g img.bg,
	.section-security .context .group .tabs,
	.section-security .main-content .context:before,
	.section-global-impact::before,
	.section-global-impact::after {
		display: none;
	}

	.section-global-impact {
		min-height: fit-content !important;
		padding-bottom: 40px;
	}

	.section-global-impact .context {
		padding: 70px 0px;
		padding-bottom: 20px;
		height: fit-content;
	}

	.section-security .context .group,
	.section-security .main-content:after,
	.section-global-impact .content,
	.section-security .context .group .tabs,
	.section-global-impact .letters-g .info {
		position: initial;
		transform: initial
	}

	.section-security .main-content .context,
	.section-security {
		height: initial;
		min-height: initial;
	}

	.section-global-impact .content .col-md-5 {
		order: 2;
	}

	.section-global-impact .content .col-md-7 {
		order: 1;
		text-align: center !important;
	}

	.section-global-impact .letters-g img {
		width: 150px;
	}

	.section-global-impact .flags img {
		height: 100px;
	}

	.section-security .context .group .letter {
		text-align: center;
		padding: 35px 0px;
	}

	.section-security .context img.letters-e {
		margin: 0;
	}

	.section-security .context .group .text {
		padding: 0px 15px;
	}

	.section-security .main-content {
		border: initial;
		padding-bottom: 30px;
	}

	.section-beyond-border .content {
		padding: 15px;
	}

	.section-beyond-border .content h2 {
		font-size: 40px;
	}

	.section-beyond-border .content p.top {
		font-size: 18px;
		margin: 20px 0px;
	}

	.section-beyond-border .content strong {
		font-size: 12px;
	}

	.section-request strong,
	.section-impact-live .content img.sign,
	.section-world-class .request-quote strong,
	.section-personalized .personalized-solutions .content img,
	.section-technology .content .first-image,
	.section-beyond-border .content .request-quote strong {
		display: none;
	}

	.section-beyond-border .content .request-quote button {
		margin: auto;
	}

	.section-beyond-border {
		padding: 24px 0px;
	}
	.section-technology {
		background-image: none;
	}

	.section-technology .stack {
		padding: 0;
	}

	.section-technology .stack .common-title {
		font-size: 26px;
		font-weight: 800;
		margin: 0;
		margin-bottom: 10px;
	}

	.section-technology .tech-img {
		width: 33.3333%;
		height: fit-content;
	}

	.section-personalized .personalized-solutions .content .d-flex {
		display: block !important;
	}

	.section-personalized .personalized-solutions .content h3 {
		font-size: 30px;
		text-align: center;
		width: 100%;
	}

	.section-personalized .personalized-solutions .content h5 {
		font-size: 18px;
		text-align: center;
		width: 100%;
		padding: 0;
	}

	.section-personalized .personalized-solutions .content p {
		font-size: 15px;
		width: 80%;
	}

	.section-world-class .content {
		padding: 40px 15px;
	}

	.section-world-class h5 {
		font-size: 19px;
	}

	.section-world-class .request-quote button {
		margin: auto;
	}

	.section-world-class .row .col-md-10 {
		order: 2;
	}

	.section-world-class .row .col-md-2 {
		order: 1;
	}

	.section-impact-live .content {
		padding: 15px;
	}

	.section-impact-live {
		padding: 40px 0px;
	}

	.section-impact-live .content h5 {
		font-size: 25px;
	}

	.section-impact-live .content .common-title {
		font-size: 47px;
	}

	.section-impact-live p {
		font-size: 17px;
		line-height: 20px;
		text-align: center;
		width: 80%;
		margin: auto;
	}

	.section-impact-live .slider .slide img {
		width: 170px;
		height: 318px;
	}

	.section-request {
		display: block;
		text-align: center;
		padding: 25px 0px;
	}

	.section-request img {
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.section-customer .slider-container .title-portion {
		height: fit-content;
	}

	.section-customer .slider-container {
		padding: 45px 0px;
	}
	.section-orange .redefining .group-letters img {
		width: 400px;
	}
	.section-orange .means .letters,
	.section-orange .means .letters.selected {
		top: 0;
	}
	.section-orange .info .content p {
		font-size: 14px;
	}
	.section-request button {    
		margin: auto;
		padding-left: 27px!important;
	}
	.section-technology .row .technology-list {
		width: 25%;
	}
	.personalized-solutions .client-into {
		width: 50%;
	}
	.header .banner .banner-wrapper .context {
		display: grid;
	}
	.header .banner .banner-wrapper {
        margin-top: 40px;
    }
}