/* Start Slider */
.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.slider .carousel-caption {
  top: 1.25rem;
  display: flex;
  align-items: center;
}

body {
  position: relative;
  height: 100vh;
}

.wrapper {
  display: inline-block;

  transform: translate(0%, 0%)
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 3.125rem;
  width: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  background: #ff770756;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -2.188rem;
  bottom: -2rem;
  transition: 0.2s;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.slider .change-txt-orange:hover .waves {
  background: rgba(255, 255, 255, 0.308);
}

.slid-bg-1 {
  background: url(../../Images/sliderBG2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.slid-bg-2 {
  background: url(../../Images/sliderBG.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.slid-bg-3 {
  background: url(../../Images/sliderBG1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-indicators{
  display: none;
}
/* End Slider */
/*  Start About Industry */
/*  End About Industry */
/* Start business services */
.services-bx:hover .services-bx-txt{
margin-top: -2rem !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.business-services {
  background: url(../../Images/businessServices.svg);
  background-size: cover;
}

.services-bx-img {
  height: 6rem !important;
  margin: auto 0 auto auto;
}

.services-bx-txt {
  display: inline-block;
  width: 100%;
  margin-top: -1rem;
  box-shadow: 0px 0px 11px 0px #00000012;
  transition: 0.2s;
}

.tranform i {
  transition: 0.2s;
}

.tranform:hover i {
  transform: translateX(0.625rem);
}

.contact-parson-bx {
  padding: 0.3rem;
  border: 0.063rem solid #ff7607;
  display: inline-block;
  border-radius: 50%;
  width: 7.5rem;
  transition: 0.2s;
}

.contact-parson-bx img {
  transition: 0.2s;
}

.services-hov:hover img {
  transform: scale(1.1);
}

.business-services-owl .owl-dots {
  position: absolute;
  right: 0;
  display: inline-block;
  width: auto;
  bottom: -2.313rem;
}
.recent-projects-owl .owl-dots {
position: unset;
width: inherit;
}

.business-services-owl .owl-dots span {
  width: 0.938rem !important;
  height: 0.938rem !important;
  border: 0.063rem solid #ff7607;
  background: transparent !important;
  margin: 0.413rem !important;
}

.business-services-owl .owl-dots button.active span {
  background: #ff7607 !important;
}

.business-services-owl .owl-stage {
  margin-bottom: 3rem;
}

.services-txt-design:hover,
.services-txt-design {
  color: #ff7607;
  border-bottom: 0.125rem solid !important;
}

.phone-services {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #0E133F;
  border-radius: 50%;
  bottom: 0;
}

/* End business services */
/* Start numbers speak */
.numbers-speak {
  background: #0E133F;
  padding-bottom: 14rem;
}

.numbers-speak>img {
  right: -24rem;
  top: 5%;
  animation-name: speakspin;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

@keyframes speakspin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.grey-bg {
  background: #00000085;
  z-index: 999;
}

.counter-Txt {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.counter-Txt span {
  display: block;
  font-size: 4.375rem;
}


/* End numbers speak */

/* Start performance */
/* start Design product card */
.design-card{
  background: #0E133F;
}
.design-card h1{
font-size: 3.75rem;
color: white;
}
.design-product-own{
  z-index: 1;
  position: relative;
  margin-top: -22rem;
}
.design-card{
  width: 38rem;
  position: absolute;
  z-index: 2;
  top: 15%;
  right: 10%;
}
/* End Design product card */
.parformance{
  background: #D9D9D9;
}
.parformance-title{
  margin-top: 16rem;
}
.parformance-indu-bg{
  background-image: url(../../Images/performance-indu.svg);
background-repeat:no-repeat;
background-position: bottom right;
background-size: 100vh;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
}
.check-hover:hover p,.check-hover:hover i, .check-hover, .check-hover{
color: #ff7607 !important;
transition: 0.2s;
}
/* End performance */
/* Start Recent Projects */
/* End Recent Projects */
/* Start review */
.review-title{
  font-size: 12.313rem;
  line-height: 10.8rem;
  color: white;
    -webkit-text-stroke: 0.006rem #ffffff;
    -moz-text-stroke: 0.006rem #ffffff;
    opacity: .4;
}
.quote-txt{
  font-size: 9.625rem;
  color: white;
  opacity: 0.3;
  line-height: 7rem;
}
.review-profile img{
  width: 4.5rem;
}
.review-bottom button{
  position: unset;
  border: 0.125rem solid #ff7607;
  opacity: 1;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  transition: 0.2s;
}
.review-bottom button:hover{
  background: #ff7607;
}
.review-bottom button i{
  font-size: 1.3rem;
  color: #ff7607;
  transition: 0.2s;
  }
  .review-bottom button:hover i{
    color: #ffffff;
  }
.logoslide img{
  width: 7.321rem !important;
  margin: auto;
}
.workwith-bx{
  width: 40rem;
  border-top-left-radius: 5rem;
}.workwith-bx h1{
font-size: 3.25rem;
}
/* End review */
/* Start help contact */
.help-bg{
  background: url(../../Images/HelpContact.png);
  background-size:cover ;
}
.text-height{
  height: 10rem;
  max-height: 10rem;
}
/* End help contact */
/* start footer */
.footer-logo{
  width: 24rem;
}
.footer-title::after {
  content: "";
  height: 0.25rem;
  display: block;
  margin-top: 0.5rem;
  position: absolute;
  left: 0;
  right: 0;
  background: #ff7607;
}
.footer-hover a{
  transition: 0.2s;
}
.footer-hover a:hover{
  transform: translateX(0.4rem);
}

  /* end footer */
 

@media only screen and (max-width: 1400px) and (min-width:1200px) {
  .review-pt{
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 1300px) {
  .workwith-bx{
    width: 37.5rem;
  }.workwith-bx h1{
  font-size: 3rem;
  }
}
@media only screen and (max-width: 1200px) {
  .services-bx-img {
    height: 4rem !important;
  }

  .full-title-after {
    font-size: 1.8rem;
  }

  .contact-parson-bx {
    width: 13rem;
  }
  .numbers-speak>img {
    right: -29rem;
  }
  .parformance-title{
  margin-top: 24rem;
}
.review-title {
  font-size: 10.313rem;
  line-height: 7.8rem;
}
.quote-txt {
  font-size: 6.625rem;
  line-height: 5rem;
}
.workwith-bx{
  width: 37.5rem;
}.workwith-bx h1{
font-size: 3rem;
}
}

@media only screen and (max-width: 992px) {
  .services-bx-img {
    height: 6rem !important;
  }
  .design-product-own{
    margin-top: -18rem;
  }
  .numbers-speak>img {
    right: -32rem;
  }
  .review-title {
    font-size: 8.313rem;
    line-height: 5.8rem;
} 
.quote-txt {
  font-size: 4.625rem;
  line-height: 4rem;
}
}
@media only screen and (max-width: 768px) {
  .numbers-speak>img {
    right: -27rem;
  }
  .workwith-bx{
    width: 80%;
    margin: auto 0 auto auto;
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }
}
@media only screen and (max-width: 717px) {
  .numbers-speak>img {
    right: -29rem;
  }
}@media only screen and (max-width: 666px) {
  .numbers-speak>img {
    right: -31rem;
  }
}@media only screen and (max-width: 576px) {
  .numbers-speak>img {
    right: -27rem;
  }
}@media only screen and (max-width: 575px) {
  .numbers-speak>img {
    right: -39rem;
  }
}
@media only screen and (max-width: 475px) {
  .checkbox-1{
    display: none !important;
  } .checkbox-2{
    display: block !important;
  }
}
@media only screen and (max-width: 400px) {
  .services-bx-img {
    height: 7.5rem !important;
  }

  .full-title-after {
    font-size: 2.8rem;
  }

  .services-bx-txt p {
    font-size: 2.125rem;
  }
  .design-card{
    width: 35rem;
    right: 5%;
    top: 20%;
  }
  .design-product-own{
    margin-top: -13rem;
  }
    .parformance-title{
  margin-top: 30rem;
}
.workwith-bx{
  width: 90%;}
  
}


@media only screen and (max-width: 320px) {
  .design-card{
  right: 0;
  }
}