html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

.content-logo img{
	width: 100%;
	margin-bottom: 0;
	vertical-align: middle;
}

.content-heading{
	letter-spacing: 0.0005em;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
	color: #8dc7e8;
	font-size: 80px;
	font-weight: 700;
	font-family: SharpSansDispNo1-Black,system-ui,-apple-system,BlinkMacSystemFont,Avenir Next,Avenir,Segoe UI,Lucida Grande,Helvetica Neue,Helvetica,Fira Sans,Roboto,Noto,Droid Sans,Cantarell,Oxygen,Ubuntu,Franklin Gothic Medium,Century Gothic,Liberation Sans,sans-serif; 
}

.item-1 {
	position: absolute;
	top: 8em;
	width: 100%;
	animation-duration: 60s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

.item-1{
	animation-name: anim-1;
	font-size: 18px;
}

.content-details-heading{
	font-family: SharpSansDispNo1-Black,system-ui,-apple-system,BlinkMacSystemFont,Avenir Next,Avenir,Segoe UI,Lucida Grande,Helvetica Neue,Helvetica,Fira Sans,Roboto,Noto,Droid Sans,Cantarell,Oxygen,Ubuntu,Franklin Gothic Medium,Century Gothic,Liberation Sans,sans-serif; 
	color: #454445;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05px;
	margin: auto;
	margin-bottom: 40px;
	padding-top: 25px;
}

.content-details-heading-slide{
	font-family: SharpSansDispNo1-Black,system-ui,-apple-system,BlinkMacSystemFont,Avenir Next,Avenir,Segoe UI,Lucida Grande,Helvetica Neue,Helvetica,Fira Sans,Roboto,Noto,Droid Sans,Cantarell,Oxygen,Ubuntu,Franklin Gothic Medium,Century Gothic,Liberation Sans,sans-serif; 
	color: #454445;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.05px;
	margin: auto;
	margin-bottom: 40px;
	padding-top: 50px;
}

#head1, #head2{
	margin-top: 80px;
}

.main{
	display: flex;
	height: 500px;
}

.temp{
	margin: auto;
}

@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 0%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

.carousel{
	display: flex;
}

#myCarousel{
	width: 67vw;
	margin-top: 20px;
}

a.right.carousel-control, a.left.carousel-control{
	opacity: 0!important;
	background-color: #e7e5e6 !important;
}

glyphicon.glyphicon-chevron-left::before, glyphicon.glyphicon-chevron-right{
	color: black;
}

.wrap {
  margin: 0px auto;
  width: 486px;
}

.box {
  width: 160px;
  height: 120px;
  float: left;
  background: #347fc3;
  border: 1px solid #fff;
  overflow: hidden;
}

.text {
  text-align: center;
  margin-top: 56px;
  color: #fff;
  font-size: 1.0em;
  font-family: sans-serif;
  text-transform: uppercase;
}

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}
.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {opacity: 1;}
  25%, 75% {opacity: 0;}
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
.pulse {
  animation-name: pulse;
  animation-duration: 1s;
}

@keyframes rubberBand {
  0% {transform: scale(1);}
  30% {transform: scaleX(1.25) scaleY(0.75);}
  40% {transform: scaleX(0.75) scaleY(1.25);}
  60% {transform: scaleX(1.15) scaleY(0.85);}
  100% {transform: scale(1);}
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
  20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {transform: rotate(15deg);}
  40% {transform: rotate(-10deg);}
  60% {transform: rotate(5deg);}
  80% {transform: rotate(-5deg);}
  100% {transform: rotate(0deg);}
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes wobble {
  0% {transform: translateX(0%);}
  15% {transform: translateX(-25%) rotate(-5deg);}
  30% {transform: translateX(20%) rotate(3deg);}
  45% {transform: translateX(-15%) rotate(-3deg);}
  60% {transform: translateX(10%) rotate(2deg);}
  75% {transform: translateX(-5%) rotate(-1deg);}
  100% {transform: translateX(0%);}
}
.wobble {
  animation-name: wobble;
}

@keyframes flip {
  0% {transform: perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function: ease-out;}
  40% {transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function: ease-out;}
  50% {transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function: ease-in;}
  80% {transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function: ease-in;}
  100% {transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function: ease-in;}
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes lightSpeedIn {
  0% {transform: translateX(100%) skewX(-30deg);opacity: 0;}
  60% {transform: translateX(-20%) skewX(30deg);opacity: 1;}
  80% {transform: translateX(0%) skewX(-15deg);opacity: 1;}
  100% {transform: translateX(0%) skewX(0deg);opacity: 1;}
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes rollIn {
  0% {opacity: 0;transform: translateX(-100%) rotate(-120deg);}
  100% {opacity: 1;transform: translateX(0px) rotate(0deg);}
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rotateIn {
  0% {transform-origin: center center;transform: rotate(-200deg);opacity: 0;}
  100% {transform-origin: center center;transform: rotate(0);opacity: 1;}
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes hinge {
  0% {transform: rotate(0);transform-origin: top left;animation-timing-function: ease-in-out;}
  20%, 60% {transform: rotate(80deg);transform-origin: top left;animation-timing-function: ease-in-out;}
  40% {transform: rotate(60deg);transform-origin: top left;animation-timing-function: ease-in-out;}
  80% {transform: rotate(60deg) translateY(0);transform-origin: top left;animation-timing-function: ease-in-out;}
  100% {transform: translateY(700px);}
}
.hinge {
  margin: 20px;
  animation-name: hinge;
}

@media all and (max-width: 680px) {
  .wrap {
   width: 100%;
  }
  .box {
    width: 100%;
  height: 55px;
    clear: both;
    margin: 0px auto;
  }
  .text {
   margin-top: 20px; 
  }
  .hingebox, .flipbox {
     display: none; 
  }
}

.item{
	display: inline-block;
	text-align: center;
}

.content{
	background-color: #f2f0f1;
}

.content-details{
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 20px;
	padding-bottom: 25px;
	border-radius: 0 100px 0 0;
	background-color: #e7e5e6;
}

p,li{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	line-height: 25px;
}

.expertise-heading{
	 height: 400px; 
	 width: 100%;
	 background-image: url(../images/expertise.jpg);
	 background-size: contain;
	 display: flex;
}

.expertise-heading h2{
	 margin: auto;
	 color: white;
}

@media screen and (max-width: 1300px){
	.expertise-heading{
		 height: 300px; 
	}
}

@media screen and (max-width: 900px){
	.expertise-heading{
		 height: 180px; 
	}
}

h1 {
  color: white;
  padding-left: 10px;
}

#hover {
  color: rgba(188, 175, 204, 0.9);
}

h2#testimonials {
  color: #fffae3;
}

div#all {
  width: 100%;
  height: 100%;
}


/* generic css */

.view {
  margin: 10px 10px;
  float: left;
  width: 95%;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  border-radius: 20px;
  cursor: default;
  background: #fff no-repeat center center;
}

.mask,.view{
	display: flex;
}

.view .mask,
.view .content {
  width: 270px;
  height: 200px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.view img {
  display: block;
  position: relative
}

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  font-family: Raleway, serif;
  padding: 10px;
  /*background: rgba(0, 0, 0, 0.8);*/
  margin: 20px 0 0 0
}

.view p {
  margin: auto;
  font-size: 14px;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  font-family: Raleway, serif;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000
}

.view a.info:hover {
  box-shadow: 0 0 5px #000
}


/*1*/

.view-first img {
  /*1*/
  transition: all 0.2s linear;
  width: 300px;
  height: 200px;
}

.view-first .mask {
  opacity: 0;
  background-color: rgba(128, 130, 132, 0.8);
  transition: all 0.4s ease-in-out;
}

.view-first h2 {
  transform: translateY(-100px);
  opacity: 0;
  font-family: Raleway, serif;
  transition: all 0.2s ease-in-out;
}

.view-first p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}

.view-first a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}


/* */

.view-first:hover img {
  transform: scale(1.1);
}

.view-first:hover .mask {
  opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}

.view-first:hover p {
  transition-delay: 0.1s;
}

.view-first:hover a.info {
  transition-delay: 0.2s;
}


/*2*/

.view-second img {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.view-second .mask {
  background-color: rgba(12, 19, 27, 0.6);
  width: 300px;
  padding: 105px;
  height: 200px;
  opacity: 0;
  transform: translate(265px, 145px) rotate(45deg);
  -webkit-transform: translate(265px, 145px) rotate(45deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.view-second h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-family: Raleway, serif;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-second p {
  transform: translate(-200px, 200px);
  -webkit-transform: translate(200px, -200px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.view-second a.info {
  transform: translate(0px, 100px);
  -webkit-transform: translate(0px, 100px);
  transition: all 0.2s 0.1s ease-in-out;
  -webkit-transition: all 0.2s 0.1s ease-in-out;
}


/* */

.view-second:hover .mask {
  opacity: 1;
  transform: translate(-80px, -125px) rotate(45deg);
  -webkit-transform: translate(-80px, -125px) rotate(45deg);
}

.view-second:hover h2 {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.view-second:hover p {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.view-second:hover a.info {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}


/*3*/

.view-tenth img {
  transform: scaleY(1);
  transition: all .7s ease-in-out;
}

.view-tenth .mask {
  background-color: rgba(255, 231, 179, 0.3);
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 20px 40px 0px 40px;
  transform: scale(0);
  color: #333;
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth p {
  color: #333;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  padding-
}

.view-tenth a.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}

.view-tenth:hover img {
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 0;
}

.view-tenth:hover .mask {
  opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
  transform: scale(1);
  opacity: 1;
}


@media screen and (max-width: 600px){
	
	@keyframes anim-1 {
		0%, 8.3% { left: -100%; opacity: 0; }
	  8.3%,25% { left: -10%; opacity: 1; }
	  33.33%, 100% { left: 110%; opacity: 0; }
}
	
	.item-1{
		line-height: 18px;
		width: 120%;
		font-size: 15px;
	}
	
	#head3, #head4{
	top: 10em;
}
	
	.content-heading{
		font-size: 50px;
	}
	
	
	.content-details-heading{
		font-size: 20px;
	}
	
	p{
		line-height: 15px;
		font-size: 12px;
	}
	
	.expertise-heading{
		 height: 133px; 
		 margin-top: -60px;
	}
	
	.expertise-heading h2{
		font-size: 30px;
	}
	
}

.experience-headings{
    width: 95%;
	height: 360px;
}

#experience-content{
	width: 100%;
	height: 360px;
}

.experience-class{
	margin: auto;
	font-size: 24px;
	font-weight: bold;
	padding-left: 0;
}
.journey_logos{
	margin-left: -8%;
}

.svg-anim {
	height: 124px;
	width: 200px;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 7%;
}

.svg-one, .svg-two{
	margin-left: 40%;
	margin-top: -172px;
}

.svg-two{
	margin-left: 75%;
}

@keyframes scrollingCode1 {
	0% {
	}
	100% {
		transform: translateY(-450px);
	}
}
@keyframes scrollingCode2 {
	0% {
	}
	100% {
		transform: translateY(-360px);
	}
}
@keyframes scrollingCode3 {
	0% {
	}
	100% {
		transform: translateY(-270px);
	}
}

.code1 {
	transform: translateY(-180px);
	animation: scrollingCode1 3s linear infinite;
}
.code2 {
	transform: translateY(-90px);
	animation: scrollingCode2 3s linear infinite;
	animation-delay: 1s;
}
.code3 {
	animation: scrollingCode3 3s linear infinite;
	animation-delay: 2s;
}

/******   Animation Colors   ******/
.st0 {
	opacity: 0.17;
}
.st1 {
	fill: #7bc4e3;
}
.st2 {
	fill: #7bc4e3;
}
.st3 {
	fill: #7bc4e3;
}
.st4 {
	fill: #d1d1d1;
}
.st5 {
	fill: #cfd0d1;
}
.st6 {
	fill: #b3b3ba;
}
.st7 {
	fill: #a2a2a3;
}
.st8 {
	fill: #cfcfd1;
}
.st9 {
	fill: #a4a4a6;
}
.st10 {
	fill: #cacacf;
}
.st11 {
	fill: #b6b6ba;
}
.st12 {
	fill: #a7a7a8;
}

.container-earth{
	height:0;
	width:100%;
	padding-top:0;
  text-align:center;
}
.svg-earth{
  margin-top: 50px;
  width:200px;
  height:200px;
  fill:#aed2e8;
	
-webkit-transform-origin: center center;
-moz-transform-origin: 50% 50%;
-o-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: 50% 50%;
	
-webkit-animation:spin 20s ease-in-out infinite;
-moz-animation:spin 20s ease-in-out infinite;
-o-animation:spin 20s ease-in-out infinite;
-ms-animation:spin 20s ease-in-out infinite;
animation:spin 20s ease-in-out infinite;
}
.svg-man-01,
.svg-man-02,
.svg-man-03,
.svg-man-04,
.svg-man-05,
.svg-man-06,
.svg-man-07,
.svg-man-08,
.svg-man-09,
.svg-man-10,
.svg-man-11,
.svg-man-12,
.svg-man-13,
.svg-man-14,
.svg-man-15,
.svg-man-16{
	-webkit-transform-origin: 50% bottom;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin:50% bottom;
}

.svg-man-01{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 1s, big 5s infinite 1s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 1s, big 5s infinite 1s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 1s, big 5s infinite 1s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 1s, big 5s infinite 1s;
	animation:man-glow 5s ease-in-out alternate infinite 1s, big 5s infinite 1s;
}
.svg-man-02{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 2s, big 5s infinite 2s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 2s, big 5s infinite 2s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 2s, big 5s infinite 2s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 2s, big 5s infinite 2s;
	animation:man-glow 5s ease-in-out alternate infinite 2s, big 5s infinite 2s;
}
.svg-man-03{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 3s, big 5s infinite 3s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 3s, big 5s infinite 3s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 3s, big 5s infinite 3s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 3s, big 5s infinite 3s;
	animation:man-glow 5s ease-in-out alternate infinite 3s, big 5s infinite 3s;
}
.svg-man-04{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 4s, big 5s infinite 4s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 4s, big 5s infinite 4s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 4s, big 5s infinite 4s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 4s, big 5s infinite 4s;
	animation:man-glow 5s ease-in-out alternate infinite 4s, big 5s infinite 4s;
}
.svg-man-05{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 5s, big 5s infinite 5s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 5s, big 5s infinite 5s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 5s, big 5s infinite 5s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 5s, big 5s infinite 5s;
	animation:man-glow 5s ease-in-out alternate infinite 5s, big 5s infinite 5s;
}
.svg-man-06{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 6s, big 5s infinite 6s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 6s, big 5s infinite 6s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 6s, big 5s infinite 6s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 6s, big 5s infinite 6s;
	animation:man-glow 5s ease-in-out alternate infinite 6s, big 5s infinite 6s;
}
.svg-man-07{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 7s, big 5s infinite 7s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 7s, big 5s infinite 7s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 7s, big 5s infinite 7s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 7s, big 5s infinite 7s;
	animation:man-glow 5s ease-in-out alternate infinite 7s, big 5s infinite 7s;
}
.svg-man-08{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 8s, big 5s infinite 8s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 8s, big 5s infinite 8s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 8s, big 5s infinite 8s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 8s, big 5s infinite 8s;
	animation:man-glow 5s ease-in-out alternate infinite 8s, big 5s infinite 8s;
}
.svg-man-09{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 9s, big 5s infinite 9s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 9s, big 5s infinite 9s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 9s, big 5s infinite 9s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 9s, big 5s infinite 9s;
	animation:man-glow 5s ease-in-out alternate infinite 9s, big 5s infinite 9s;
}
.svg-man-10{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 10s, big 5s infinite 10s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 10s, big 5s infinite 10s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 10s, big 5s infinite 10s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 10s, big 5s infinite 10s;
	animation:man-glow 5s ease-in-out alternate infinite 10s, big 5s infinite 10s;
}
.svg-man-11{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 11s, big 5s infinite 11s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 11s, big 5s infinite 11s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 11s, big 5s infinite 11s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 11s, big 5s infinite 11s;
	animation:man-glow 5s ease-in-out alternate infinite 11s, big 5s infinite 11s;
}
.svg-man-12{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 12s, big 5s infinite 12s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 12s, big 5s infinite 12s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 12s, big 5s infinite 12s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 12s, big 5s infinite 12s;
	animation:man-glow 5s ease-in-out alternate infinite 12s, big 5s infinite 12s;
}
.svg-man-13{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 13s, big 5s infinite 13s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 13s, big 5s infinite 13s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 13s, big 5s infinite 13s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 13s, big 5s infinite 13s;
	animation:man-glow 5s ease-in-out alternate infinite 13s, big 5s infinite 13s;
}
.svg-man-14{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 14s, big 5s infinite 14s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 14s, big 5s infinite 14s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 14s, big 5s infinite 14s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 14s, big 5s infinite 14s;
	animation:man-glow 5s ease-in-out alternate infinite 14s, big 5s infinite 14s;
}
.svg-man-15{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 15s, big 5s infinite 15s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 15s, big 5s infinite 15s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 15s, big 5s infinite 15s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 15s, big 5s infinite 15s;
	animation:man-glow 5s ease-in-out alternate infinite 15s, big 5s infinite 15s;
}
.svg-man-16{
	-webkit-animation:man-glow 5s ease-in-out alternate infinite 16s, big 5s infinite 16s;
	-moz-animation:man-glow 5s ease-in-out alternate infinite 16s, big 5s infinite 16s;
	-o-animation:man-glow 5s ease-in-out alternate infinite 16s, big 5s infinite 16s;
	-ms-animation:man-glow 5s ease-in-out alternate infinite 16s, big 5s infinite 16s;
	animation:man-glow 5s ease-in-out alternate infinite 16s, big 5s infinite 16s;
}
@-webkit-keyframes man-glow{
	0%{fill: #4498c9;}
	50%{fill: #4498c9;}
	100%{fill: #4498c9;}
}
@-moz-keyframes man-glow{
	0%{fill: #4498c9;}
	50%{fill: #4498c9;}
	100%{fill: #4498c9;}
}
@-o-keyframes man-glow{
	0%{fill: #4498c9;}
	50%{fill: #4498c9;}
	100%{fill: #4498c9;}
}
@-ms-keyframes man-glow{
	0%{fill: #4498c9;}
	50%{fill: #4498c9;}
	100%{fill: #4498c9;}
}
@keyframes man-glow {
	0%{fill: #4498c9;}
	50%{fill: #4498c9;}
	100%{fill: #4498c9;}
}
@-webkit-keyframes big{
	0% {
		-webkit-transform: scale(0);
	}
	50%{
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0);
	}
}
@-moz-keyframes big{
	0% {
		-moz-transform: scale(0);
	}
	50%{
		-moz-transform: scale(1);
	}
	100% {
		-moz-transform: scale(0);
	}
}
@-o-keyframes big{
	0% {
		-o-transform: scale(0);
	}
	50%{
		-o-transform: scale(1);
	}
	100% {
		-o-transform: scale(0);
	}
}
@-ms-keyframes big{
	0% {
		-ms-transform: scale(0);
	}
	50%{
		-ms-transform: scale(1);
	}
	100% {
		-ms-transform: scale(0);
	}
}
@keyframes big{
	0% {
		transform: scale(0);
	}
	50%{
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@-webkit-keyframes spin{
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spin{
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-o-keyframes spin{
	100% {
		-o-transform: rotate(360deg);
	}
}
@-ms-keyframes spin{
	100% {
		-ms-transform: rotate(360deg);
	}
}
@keyframes spin{
	100% {
		transform: rotate(360deg);
	}
}
@keyframes big{
	0% {
		transform: scale(0);
	}
	50%{
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@-webkit-keyframes spin{
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spin{
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-o-keyframes spin{
	100% {
		-o-transform: rotate(360deg);
	}
}
@-ms-keyframes spin{
	100% {
		-ms-transform: rotate(360deg);
	}
}
@keyframes spin{
	100% {
		transform: rotate(360deg);
	}
}

.service-svg { visibility: hidden;
	height: 35%;
	width: 35%;
	margin-top: -15%;
	margin-left: 35%;
}

.btnContainer {
	position: fixed;
	right: 5%;
	visibility: hidden;
}

.btnContainer p {
	border: 2px solid #FFF;
	color: #FFF;
	padding: 10px;
	margin: 10px;
	text-align: center;
	cursor: pointer;
	font-family: 'Nova Mono', monospace;
}

.content-details-heading{
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	font-size: 28px;
}

.section p, .section ul li{
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	text-align: center;
	list-style: none;
}

.section ul{
	display:table; 
	margin:0 auto;
}
	
@media (min-width: 100px) and (max-width: 1500px) {
  
  .service-svg{
	  height: 400px !important;
  }
  
}

@media (min-width: 100px) and (max-width: 1100px) {
  
  .service-svg{
	  height: 200px !important;
  }
  
  #intelligence{
	  margin-top: 220px !important;
  }
  
}

@media (min-width: 100px) and (max-width: 650px) {
  .btnContainer {
    display: none;
  }
  
  .svg-anim{
	  margin-left: 25%;
  }
  
  .svg-one, .svg-two{
	  display: none;
  }
  
  .service-svg{
	  height: 150px !important;
  }
  
  #service-logo{
	  margin-top: 60px !important;
  }
  
  #Background_2_{
	  width: 600;
	  height: 600;
  }
  
  #intelligence{
	  margin-top: 250px !important;
  }
  
  .carousel-inner .item{
	  height: 580px;
  }
  
  .car .bike{
	  height: 300px !important;
  }
  

	.section p, .section ul li{
		font-size: 16px;
		line-height: 22px;
	}
	
	section ul{
		line-height: 30px;
	}
	
	.content-details{
		padding-left: 8%;
		padding-right: 8%;
	}
	
	.award{
		width: 76vw !important;
	}
	
	.submit-button{
		width: 84vw !important;
	}
  
}

.content-details{
	padding-bottom: 120px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

body {
  background-color: #E7E5E6;
}
.mailAnimationWrapper {
  width: 250px;
  margin: auto;
}
.mailAnimationWrapper #Windstriche, .mailAnimationWrapper #Mail path {
  fill: #74b9ed;
}
.mailAnimationWrapper #Mail {
  transform-origin: center center;
}

.logo{
	width: 50px;
}

.burger:hover{
	color: black;
	background-color: black;
}

.service-wrapper{
	display: flex;
}

.service{
	margin: auto;
	padding: 0 10%;
}

@media (min-width: 100px) and (max-width: 400px) {
  
  .carousel-inner .item{
	  height: 420px !important;
  }
  
}

.truck .tempo{
	  height: 350px !important;
	  padding: 0;
  }
  
  @media (min-width: 100px) and (max-width: 1000px) {
  
  .truck .tempo{
	  height: 400px !important;
	  padding: 0;
  }
  
}

@media (min-width: 100px) and (max-width: 700px) {
  
  .truck .tempo{
	  height: 410px !important;
	  padding: 0;
  }
  .service{
	margin: auto;
	padding: 0;
}

#myCarousel3{
	  height: 550px !important;
  }
  
  #myCarousel2{
	  height: 480px !important;
  }
  
}

.burger:hover{
	background-color: white !important;
	color: #222 !important;
}

.burger{
    text-align: right !important;
    font-weight: 400 !important;
    font-size: 1.2em !important;
    font-family: 'Work Sans', sans-serif !important;
}