








.inter-container{
    background: #fff;
    margin-top: -200px;
    padding: 15px;
    position: relative;
    z-index: 10;
    border-radius: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
}






.section-customer .slider {
	position: relative;
	height: 500px;
	width: 100%;
	border: 1px solid;
	font-family: 'Brasley', sans-serif;
}













/*OUR TEAM*/
.section-banner {
    border: 1px solid;
    background-image: url(../images/banner.png);
    background-position: center;
    position: relative;
	min-height: 220px;
	font-family: 'Brasley', sans-serif;
	object-fit: cover;
}
.section-banner::before {
	content: '';
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #231f20cc;
}
.section-banner::after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #161414 0%, rgba(35, 31, 32, 0) 50%);
}
.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: 47px;
	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  {
	height: 650px;
}
.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;
}
.section-product-details .action-btn button a{
	
	color: #fff;
	text-decoration: none;
}
.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: #ddd;
	padding: 15px;
	/* padding-bottom: 0; */
	margin: 0 auto;
	border-radius: 7px 7px 0px 0px;
}
.product-key-delivery .product-reference .app-screen img {
	height: 550px;
}
.swiper-container {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper {
	width: 100%;
	overflow: hidden;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateZ(-300px);
	transition: transform 0.5s;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.swiper-slide-active {
	transform: translateZ(0);
}
.swiper-pagination-bullet{
	background-color: #4b481c !important;
}
.swiper-pagination-bullet-active {
	background-color: #F7941D !important;
}
.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; 
    line-height: 1;
    text-align: center;
    width: 100%; 
}

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








@media screen and (min-width: 576px){
	
}
@media screen and (max-width: 768px){
	.header.basic .navbar {
		padding: 23px 20px;
	}
	.footer .connect-btn {
		display: none;
	}
	.footer .contact-box .group-1 {
		display: grid;
	}
	.footer .contact-box .group-1 .form-group {
		margin-top: 30px;
	}
	.footer .footer-text {
		display: grid;
	}
	.footer .footer-text span {
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}
	.product-key-delivery {
    	padding: 10px;
    	overflow: hidden;
	}
	.product-key-delivery .product-reference {
	    margin-top: 12px;
	}
	.section-product-details {
	    padding-top: 10px;
	}
	.about-us-grid .card-body {
	    padding: 34px;
	}
	.about-us-company-glance .solutions .image > span {
	    right: 0;
	    bottom: -6px;
	}
	.about-us-section-principles .row > .custom-col {
		width: 50%;
		margin: 0;
	}
	.about-us .custom-btn-group {
		position: initial!important;
		margin-bottom: 10px;
	}
	.header .banner .banner-wrapper .tag br {
		display: none;
	}
	.section-orange .means .letters span {
		font-size: 10px;
	}
	.section-orange .means .letters {
		min-height: 189px;
	}
	.header .banner .banner-wrapper .rip {
		display: none;
	}
	.header .banner .banner-wrapper .context{
		display: grid;
	}
	.header {
		height: 45vh;
		min-height: 300px;
	}
	.header .navbar {
		/* padding: 21px; */
	}
	.header .banner {
		min-height: calc(300px - 49px);
		height: calc(300px - 49px);
	}
	.section-global-impact .letters-g img.bg,
	.section-security .main-content .context:before,
	.section-security .letters,
	.section-global-impact .letters-g .info,
	.section-global-impact::after {
		display: none;
	}
	.section-orange .info .reach {
		margin-bottom: 30px;
	}
	.section-orange .info {
		height: inherit;
		/* margin-bottom: 100px; */
	}
	.section-agile .container > .row:first-child,
	.source-integration .container > .row {
		display: grid;
	}
	.section-agile .container > .row:first-child .col-md-6.letters,
	.source-integration .container > .row > .col-md-5.disk {
		grid-row: 1;
		text-align: center;
	}

	.section-agile .container > .row:first-child .col-md-6.content,
	.source-integration .container > .row > .col-md-5.integration {
		grid-row: 2;
	}
	.section-orange .redefining .group-letters img {
		width: 283px;
		margin-bottom: 46px;
	}

	.section-agile .container > .row .col-md-6.letters{
		text-align: end;
	}
	.section-orange .redefining {
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 992px){
	.header .banner .banner-wrapper .context {
	    align-items: center;
	}
	.section-global-impact .letters-g .info {
		text-align: end;
	}
	.section-technology .stack .col-md-8.margin-auto {
		margin: initial;
	}
	/* .section-technology .stack .common-title {
		margin-left: 0!important;
	} */
	/* .section-next-gen .slider .slide p {
	    font-size: 10px;
	    height: 125px;
	}
	.section-next-gen .slider .slide h5 {
		font-size: 0.7rem;
	}
	.section-next-gen .slider .slide h3 {
		font-size: 1rem;
	}
	.section-world-class h5 {
	    font-size: 1.8rem;
	} */
	.section-personalized .slider .slide img {
		width: 70%;
		margin: auto;
	}
	.section-orange .info .info-box.two .group h3 {
		font-size: 2.5rem;
	}
	.section-orange .info .info-box .group span {
	    font-size: 14px;
	    white-space: pre-line;
	    line-height: 20px;
	    display: block;
	}
	.section-orange .info .info-box .group:last-child {
		margin-right: 0!important;
	}
	.footer .contact-box .group-1, 
	.footer .contact-box .group-2, 
	.footer .contact-box .group-3 {
		font-size: 1rem;
	}

}
@media screen and (min-width: 1200px){
	.header .banner .banner-wrapper .context {
		align-items: center;
	}
}
@media screen and (min-width: 1400px){
	.navbar-brand img {
		height: 60px;
	}
	.section-global-impact .flags img {
		height: 137px;
	}
}