.problem-icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-top: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  border: 1px solid rgba(243, 14, 14, 1);
  color: rgba(243, 14, 14, 1);
}

.project_one h2 {
  position: relative;
  padding-bottom: 30px;
}

.project_one h2:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 1%;
  width: 80px;
  height: 5px;
  background-image: -o-linear-gradient(left, #ffe11a, #fe0000);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffe11a),
    to(#fe0000)
  );
  background-image: linear-gradient(to right, #ffe11a, #fe0000);
}

.case-study-col:nth-child(2),
.case-study-col:first-child {
  margin: 2px;
  border-right: 1px solid #cfcfcf;
  padding-right: 48px;
}

.case-study-col p {
  margin: 0px;
}

.case-study-col span {
  display: block;
  font-weight: 700;
  line-height: 30px;
}

.col.project_one .main-btn_one {
  border: 1px solid rgba(243, 14, 14, 1);
  padding: 6px 13px;
  color: rgba(243, 14, 14, 1);
}

.case-study_solution {
  padding:50px 0;
  position: relative;
  overflow: hidden;
}

.case-study_solution .case-study-bg{
  position: absolute;
  top: 0%;
  left: 0;
  height: 90%;
-webkit-animation: bgRotate 8s ease-in-out infinite;
animation: bgRotate 8s ease-in-out infinite;
max-height: 800px;
}


@keyframes bgRotate {
	0% {
		-webkit-transform: translate(-35%, 0%) rotate(0);
		transform: translate(-35%, 0%) rotate(0)
	}
	50% {
		-webkit-transform: translate(-35%, 5%) rotate(4deg);
		transform: translate(-35%, 5%) rotate(4deg)
	}
	100% {
		-webkit-transform: translate(-35%, 0%) rotate(0);
		transform: translate(-35%, 0%) rotate(0)
	}
}

.case-study_solution .fa-angle-left.fa.slick-arrow{
  left: 10px;
}

.case-study_solution .left-box {
  width: 65%;
}

.case-study_solution .right-box {
  width: 30%;
}

.case-study_solution .right-innerbox{
  max-width: 405px;
  padding-top: 30px;
  position: relative;
}

.left-box .image-slider img {
  max-width: 100%;
}

.case-study_solution .right-box {
  width: 35%;
  padding-left: 45px;
}

.case-study_solution .right-box h2 {
  position: relative;
  padding-bottom: 24px;
}

.case_study-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  z-index: 4;
  position: relative;
}

.impact-service .main-btn_one img.img-responsive.normal-img {
  width: 16px;
  margin-left: 5px;
}

.right-box h2:after {
  content: "";
  position: absolute;
  bottom: 18%;
  left: 1%;
  width: 80px;
  height: 5px;
  background-image: -o-linear-gradient(left, #ffe11a, #fe0000);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffe11a),
    to(#fe0000)
  );
  background-image: linear-gradient(to right, #ffe11a, #fe0000);
}

.right-box p {
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
}

.right-box a {
  margin: 25px 0px;
}

.right-box .main-btn_one {
  border: 1px solid rgba(243, 14, 14, 1);
  padding: 7px 20px;
  color: #eb0303;
  margin: 25px 6px;
}

 .main-btn_one {
  margin: 0px;
}
.main-btn_one{
  display: inline-block;
}
.main-btn_one:hover{
  color: #ffffff !important;
  background: #fe0000;
  border: 1px solid #fe0000;
  transition: all 0.3s;
}
.main-btn_one:hover .normal-img, .hover-img{
  display: none;
}
.main-btn_one:hover .hover-img{
  display: inline-block
}


.col.project_one .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-flex-pack: distribute;
  justify-content: space-evenly;
  background-color: rgb(249 241 241);
  margin: 20px 0px;
}

 .case-study-section1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case-study-goals .col {
  width: 50%;
}

.case-study-goals .col .detail {
  background: -o-linear-gradient(
    354.17deg,
    rgba(255, 227, 227, 0.15) -44.03%,
    rgba(255, 249, 198, 0.22) 176.59%
  );
  background: linear-gradient(
    95.83deg,
    rgba(255, 227, 227, 0.15) -44.03%,
    rgba(255, 249, 198, 0.22) 176.59%
  );
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: Gordita;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 23px;
  margin-top: 27px;
}

.case-study-goals .col .detail .box:first-child {
  border: 1px solid #cfcfcf;
  padding-right: 41px;
}

.col.project_one {
  padding: 0 25px;
}

.case-study-goals {
  height: 100%;
}

section.featured-job-section .left {
  float: left;
  margin: 50px 0px;
}

section.featured-job-section .left p {
  line-height: 45.5px;
  font-size: 20px;
  font-weight: 400;
}

section.featured-job-section .right {
  float: right;
  margin: 20px 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

section.featured-job-section .right span {
  display: block;
}

section.featured-job-section .right h6 {
  margin: 35px;
}
.home-services a {
  color: #f30e0e;
}
.media-section .home-featured-card a.read-more {
  position: absolute;
  bottom: 15px;
}

.para {
  margin-top: 20px;
  font-size: 18px;
  text-align: left;
  font-size: 18px;
  max-height: 245px;
  overflow: auto;
}

.testimonial-box {
  padding: 20px;
  width: auto !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  min-height: 400px;
  -moz-border-radius: 8px;
  margin: 25px 10px 20px;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  box-shadow: 0 0 16px rgba(0,0,0,0.1);;
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.1);;
  -moz-box-shadow: 0 0 16px rgba(0,0,0,0.1);;
}
.testimonial-box:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.testimonial-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e9f2;
}

.test-image {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 60px;
  width: 60px;
  margin: 0px 10px 10px 0px;
  flex-shrink: 0;
}

.info {
  width: 80%;
}

.info p {
  margin: 0;
  font-size: 12px;
}

.info h3 {
  font-size: 18px;
}

.test-logo {
  height: 50px;
  width: 50px;
  margin: 0px 10px 10px 10px;
}

section.testimonial-career-section {
  
  text-align: center;
}
#prespective-section {
  text-align: center;
}
#prespective-section .test-image {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0px 20px 30px 0;
  flex-shrink: 0;
}
.home-featured-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 25px;
}
.prep-block{
text-align: left;
}
.prep-card{
  margin: 25px 0 10px;
  padding: 0 10px;
}
.prep-card-inner{
  background: #fff;
  box-shadow: 0px 4px 24px rgb(0 0 0 / 2%);
  -webkit-box-shadow: 0px 4px 24px rgb(0 0 0 / 2%);
  -moz-box-shadow: 0px 4px 24px rgb(0 0 0 / 2%);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #cecece;
  height: 100%;
  min-height: 560px;
  display: flex;
    flex-direction: column;
}

.prep-inner{
  background: white;
}
#prespective-section .info {
  width: 100%;
}
#prespective-section .info p {
  margin: 0;
  font-size: 12px;
  max-height: 73px;
  overflow: auto;
}


#prespective-section a {
  color: #f30e0e;
  position: absolute;
  bottom: 15px;
}

#prespective-section .full-img {
  width: 100%;
}
#prespective-section img {
  max-height: 250px;
}

#prespective-section .fa,
#prespective-section a {
  color: #f30e0e;
  margin-right: 15px;
}
#prespective-section .time {
  padding: 14px 30px 0px;
}
#prespective-section .content {
  padding: 0px 25px 45px;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  height: 100%;
  min-height: 230px;
}

#prespective-section h4 {
  color: #000;
  font-size: 24px;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
#prespective-section h4:hover{
  color: #f30e0e;
}

#prespective-section .content p {
  max-height: 90px;
    overflow: hidden;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#prespective-section .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 15px 0 10px;
  padding: 0px 22px;
  align-self: flex-end;
  min-height: 80px;
  width: 100%;
  line-height: 1.5;
}
#core-section .test-image {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0px 20px 30px 0;
}
#core-section {
  text-align: center;
}
#core-section .home-featured-card{overflow: visible; margin-bottom: 70px;}
#core-section .home-featured-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 25px;
  
}
#core-section .home-featured-card-inner:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

#core-section .home-featured-card-inner {
  background: #fcfcfc;
  box-shadow: 0 0 16px rgba(0,0,0,0.1);;
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.1);;
  -moz-box-shadow: 0 0 16px rgba(0,0,0,0.1);;
  text-align: left;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: block;
  margin-top: 50px;
  overflow: visible;
  white-space: normal;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border:0;
}

#core-section .figure {
  position: absolute;
  top: -50px;
  left: 20px;
  height: 120px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  padding: 25px;
}
#core-section .yellow {
  background: radial-gradient(
      circle at center,
      rgb(241 180 24) 60%,
      transparent 62%
    ),
    -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), color-stop(0%, rgb(226
              226 226)));
  background: -o-radial-gradient(
      center,
      circle,
      rgb(241 180 24) 60%,
      transparent 62%
    ),
    -o-linear-gradient(top, white 40%, rgb(226 226 226) 0%);
  background: radial-gradient(
      circle at center,
      rgb(241 180 24) 60%,
      transparent 62%
    ),
    linear-gradient(to bottom, white 40%, rgb(226 226 226) 0%);
}
#core-section .red {
  background: radial-gradient(
      circle at center,
      rgb(229 57 57) 60%,
      transparent 62%
    ),
    -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), color-stop(0%, rgb(226
              226 226)));
  background: -o-radial-gradient(
      center,
      circle,
      rgb(229 57 57) 60%,
      transparent 62%
    ),
    -o-linear-gradient(top, white 40%, rgb(226 226 226) 0%);
  background: radial-gradient(
      circle at center,
      rgb(229 57 57) 60%,
      transparent 62%
    ),
    linear-gradient(to bottom, white 40%, rgb(226 226 226) 0%);
}
#core-section .purple {
  background: radial-gradient(
      circle at center,
      rgb(84 144 233) 60%,
      transparent 62%
    ),
    -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), color-stop(0%, rgb(226
              226 226)));
  background: -o-radial-gradient(
      center,
      circle,
      rgb(84 144 233) 60%,
      transparent 62%
    ),
    -o-linear-gradient(top, white 40%, rgb(226 226 226) 0%);
  background: radial-gradient(
      circle at center,
      rgb(84 144 233) 60%,
      transparent 62%
    ),
    linear-gradient(to bottom, white 40%, rgb(226 226 226) 0%);
}
#core-section .orange {
  background: radial-gradient(
      circle at center,
      rgb(251 136 25) 60%,
      transparent 62%
    ),
    -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), color-stop(0%, rgb(226
              226 226)));
  background: -o-radial-gradient(
      center,
      circle,
      rgb(251 136 25) 60%,
      transparent 62%
    ),
    -o-linear-gradient(top, white 40%, rgb(226 226 226) 0%);
  background: radial-gradient(
      circle at center,
      rgb(251 136 25) 60%,
      transparent 62%
    ),
    linear-gradient(to bottom, white 40%, rgb(226 226 226) 0%);
}
#core-section .blue {
  background: radial-gradient(
      circle at center,
      rgb(47 199 223) 60%,
      transparent 62%
    ),
    -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), color-stop(0%, rgb(226
              226 226)));
  background: -o-radial-gradient(
      center,
      circle,
      rgb(47 199 223) 60%,
      transparent 62%
    ),
    -o-linear-gradient(top, white 40%, rgb(226 226 226) 0%);
  background: radial-gradient(
      circle at center,
      rgb(47 199 223) 60%,
      transparent 62%
    ),
    linear-gradient(to bottom, white 40%, rgb(226 226 226) 0%);
}
#core-section .content {
  margin-left: -23px;
  margin-right: -23px;
  padding: 75px 55px 30px;
}

#core-section h4 {
  color: #000;
  font-size: 24px;
  margin-top: 10px;
}

#core-section p {
  margin-bottom: 20px;
  position: relative;
}

#core-section .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  padding: 0px 22px;
}
.view-job {
  margin-top: 20px;
  text-align: center;
}

.culture_page_section {
  text-align: center;
}

.row_one {
  margin-top: 16px;
}

.col-sm_one {
  width: auto !important;
  margin: 0px 8px;
  position: relative;
  overflow: hidden;
  margin-top: 2%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.culutre-para {
  position: absolute;
  background-color: black;
  height: 100%;
  width: 100%;
  overflow: auto;
  left: 0;
  right: 0;
  opacity: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  bottom: -100%;
  padding: 20px 12px;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  display: none;
}
.col-sm_one:hover .culutre-para {
  color: white;
  opacity: 0.8;
  bottom: 0%;
}
.map-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.pdfformsection{
  padding: 45px 40px 10px 10px;
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 100%;
}

.pdfformsection .hbspt-form{
  margin:10px 0 -40px 0
}

.pdfformsection .pdfformclose{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  text-align: center;
  color: #f30e0e;
  cursor: pointer;
  line-height: 1;
  padding-top: 6px;
}

@media (max-width: 991px) {

  .pdfformsection{position: relative;padding-left: 0;}

  .case-study-goals .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4%;
  }
  .case_study-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px;
  }
  .case-study-goals .col:first-child {
    padding: 0px;
  }
  .case-study-goals .container .col {
    width: 100%;
    margin: 12px 0px;
  }
  .case-study-goals .container .col.project_one {
    padding:0
  }
  .case-study-col:nth-child(2),
  .case-study-col:first-child {
    margin: 2px;
    border-right: 1px solid #cfcfcf;
    padding-right: 48px;
  }
  .case-study_solution .right-box {
    width: 100%;
    margin: 24px 0px;
  }
  .case-study-goals .col.project_one {
    margin-left: 0px;
  }
  .case-study_solution .right-box,
  .case-study_solution .left-box {
    width: 100%;
    padding-left: 0;
  }

  .prep-card{
    width: 50%;
  }

  .case-study_solution .right-innerbox{max-width: 100%;}
  .case-study_solution {
    padding:0;
    position: relative;
  }
  .case-study_solution .case-study-bg{display: none;}
  .case-study_solution .fa-angle-right.slick-arrow{right: 10px;}
  .case_study-main .slick-slide.slick-active .dashboardAnimation{margin:0}
  .case_study-main .slick-slide > div{
    padding: 36px 4%;
  }
  .case-study_solution .right-innerbox{padding: 0;}
    .bubbles{display: none;}
    .container-fluid {
      padding: 0 6%;
  }
}

@media(max-width:767px){
  .prep-card{
    width: 100%;
  }
}


@keyframes dashboardbg {
	0% {
		border-radius:27% 73% 76% 24% / 45% 54% 46% 55% 
	}
	25% {
		border-radius:40% 100% 90% 45% / 15% 25% 76% 32% 
	}
	50% {
		border-radius:80% 30% 40% 95% / 55% 65% 36% 82% 
	}
	75% {
		border-radius:40% 100% 90% 45% / 15% 25% 76% 32% 
	}
	100% {
		border-radius:27% 73% 76% 24% / 45% 54% 46% 55% 
	}
}

.map-content .right p:before {
  content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    top: 0px;
    height: 65px;
    width: 5px;
    background-image: -o-linear-gradient(320deg, #ffe11a, #fe0000);
    background-image: -o-linear-gradient(320deg, #ffe11a, #fe0000);
    background-image: linear-gradient( 
130deg
 , #ffe11a, #fe0000);
}

.bubbles {
	z-index: 2;
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #453ec5;
	bottom: 30%;
	left: 10%;
	-webkit-animation: bubbleAni 18s ease-in-out infinite;
	animation: bubbleAni 18s ease-in-out infinite
}
@-webkit-keyframes bubbleAni {
	0% {
		bottom: -10%;
	}
	100% {
		bottom: 105%
	}
}
@keyframes bubbleAni {
	0% {
		bottom: -10%
	}
	100% {
		bottom: 105%
	}
}
.bubbles.bubbles2 {
	background: #ff911c;
	left: 17%;
	-webkit-animation-duration: 23s;
	animation-duration: 23s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
.bubbles.bubbles3 {
	bottom: 0;
	left: 1%;
	background: #50d;
	-webkit-animation-duration: 18s;
	animation-duration: 18s;
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}
.bubbles.bubbles4 {
	bottom: 0;
	left: 20.5%;
	background: #ff911c;
	-webkit-animation-duration: 26s;
	animation-duration: 26s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.bubbles.bubbles5 {
	bottom: 0;
	left: 30%;
	background: #50d;
	-webkit-animation-duration: 21s;
	animation-duration: 21s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}
.bubbles.bubbles6 {
	bottom: 0;
	left: 37.5%;
	background: #ff911c;
	-webkit-animation-duration: 28s;
	animation-duration: 28s;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
.bubbles.bubbles7 {
	bottom: 0;
	left: 47%;
	background: #50d;
	-webkit-animation-duration: 24s;
	animation-duration: 24s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}
.bubbles.bubbles8 {
	bottom: 0;
	left: 52%;
	background: #ff911c;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}
.bubbles.bubbles9 {
	bottom: 0;
	left: 60.7%;
	background: #50d;
	-webkit-animation-duration: 28s;
	animation-duration: 28s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}
.bubbles.bubbles10 {
	bottom: 0;
	left: 59.5%;
	background: #ff911c;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

