
@keyframes scroll {
	100% { transform: translateX(0); }
	0% { transform: translateX(calc(-250px * 7))}
}
.languge-section {
    background: linear-gradient(to right, rgba(42, 110, 187, 0.95), rgba(30, 22, 86));
    padding: 10rem 0 0 0;
    width: 100%;
    height: 100%;

   
  }
.logo {
    width:20%
}
.elm-bg {
    background-image:url('./../assets/img/BACKROUND.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-elm-cobalt {
    color: #2A6EBB;
}

.bg-elm-cobalt {
    background-color: #2A6EBB;
}

@media (max-width: 576px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* larg screens */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}
/* medium and up screens */
@media (max-width: 992px) and (min-width: 576px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.3%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.3%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
    transform: translateX(0);
}

.carousel-inner img {
    width:214px;
    height:267px
}
.carousel-inner .card-img-overlay {
    top: auto;
    right: auto;
    font-size: 1.25rem;
    color:white
}


.slider {
	height: 120px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: auto;
	
}
.slide-track {
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slide-track .slide {
    height: 3.5rem;
    width: 250px;
    margin-left:40px
}
.slide-track .slide img {
    max-height: 100%
}

.icon {
    width:60px;
}
.services-icon{
    /* width:240px; */
    height: 188px;

}
.app-badge {
    width: 135px;
    height: 40px;
  }

.btn-rounded:hover a {
  color: #fff;

}
/* 
 */
 /**********************
/***** Services *******
/*********************/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section{
	padding: 60px 0;
}
section .section-title{
	text-align:center;
	color:#1E1656;
	margin-bottom:50px;
	text-transform:uppercase;
}
#what-we-do{
	background:#ffffff;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-right: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #3550bc !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #3550bc;
    right: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.counter
{
    text-align: center;
}

.counter-count
{
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: #000000;
    text-align: center;
    display: inline-block;
}