@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
body {
  background-color: #fff;
}
.workforce-container {
  width: 80%;
  margin: auto;
}
.video-main-wrap .workforce-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 9;
}
.video-main-wrap .workforce-section::after {
  content: "";
  position: absolute;
  /* background-image: url(..//images/workforce-bg.png); */
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.video-main-wrap .workforce-section .workforce-inner {
  background: radial-gradient(
    50.28% 34.4% at 50% 49.88%,
    #fff 16.81%,
    rgba(255, 255, 255, 0.86) 69.53%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 60px 0px 0px;
}
.video-main-wrap .workforce-section .workforce-inner h1 {
  font-size: 55px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #cc1521;
  margin-bottom: 60px;
}
.video-main-wrap .workforce-section .workforce-inner button {
  color: #cc1521;
  font-size: 22px;
  padding: 14px 12px;
  font-weight: 600;
  border-top: 1px solid #cc1521;
  border-bottom: 1px solid #cc1521;
}

/* slider */

#slider {
  width: 90%;
  margin: 0 auto;
  position: relative;
/*  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);*/
}

.slide {
  width: 100%;
  display: none;
  animation-name: fade;
  animation-duration: 1s;
  height: 350px;
  overflow: hidden;
}
/*img {
  width: 100%;
}*/
@keyframes fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

.controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  padding: 0px;
  border-radius: 5px;
  color: #cc1521;
  cursor: pointer;
  font-weight: 600;
}

.controls:active {
  color: grey;
}

#left-arrow {
  left: -12%;
}

#right-arrow {
  right: -12%;
}

#dots-con {
  text-align: center;
  margin-top: 20px;
}
.dot {
  display: inline-block;
  background: grey;
  padding: 8px;
  border-radius: 50%;
  margin: 10px 5px;
  cursor: pointer;
}

.active {
  background: #cc1521;
}

.workforce-features {
  padding: 50px 0px;
}
.workforce-features .workforce-features-title {
  margin-bottom: 70px;
}
.workforce-features .workforce-features-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #cc1521;
  margin-bottom: 12px;
}
.workforce-features .workforce-features-title p {
  font-size: 22px;
  color: #292929;
  font-weight: 300;
}
.workforce-features .workforce-features-title p span {
  color: #000000;
  font-weight: 600;
}
.workforce-features .workforce-features-wrap .workforce-slider {
  padding: 50px;
}
.workforce-features .workforce-features-wrap ul {
  width: 80%;
  list-style: disc;
}
.workforce-features .workforce-features-wrap ul li {
  font-size: 22px;
  color: #292929;
  font-weight: 300;
  margin-bottom: 30px;
}
.workforce-features .workforce-features-wrap ul li:last-child {
  margin-bottom: 0px;
}
.workforce-features .workforce-features-wrap ul li span {
  color: #000000;
  font-weight: 600;
}
.workforce-features .Projects-serve {
  margin-top: 70px;
}
.workforce-features .Projects-serve ul {
  margin: auto;
}
.download-app-section {
  padding-top: 140px;
}
.download-app-section .download-now-btn {
  text-align: center;
  margin-bottom: 40px;
}
.download-app-section .download-now-btn button {
  color: #cc1521;
  font-size: 22px;
  padding: 14px 12px;
  font-weight: 600;
  border-top: 1px solid #cc1521;
  border-bottom: 1px solid #cc1521;
  display: inline-block;
}

/* Footer */
.footer {
  background-color: #232323;
  padding: 25px 0;
  z-index: 1;
  position: relative;
}
.footer-container {
  width: 95%;
  margin: auto;
}
.footer-container h5 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}
.footer-part .follows-content .left-part {
  margin-top: 30px;
}
.footer-container ul li {
  display: inline-flex;
  margin: 7px 0;
}
.footer-container ul li a {
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  color: #d2d2d2;
  padding: 0 4px;
  transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
}
.footer-container ul li a img {
  width: 15px;
}
.footer-container ul.social-detail li a img {
  width: 28px;
}
.subscribe-content .form-group {
  margin-top: 20px;
}
.subscribe-content .form-control {
  border-bottom: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 25px 0px;
}
.subscribe-content .form-control:focus {
  box-shadow: none;
}
.subscribe-content .form-control::placeholder {
  color: #fff;
}
.fixed {
  top: 70px;
}

.fixed.blog-banner .blog-banner-title {
  height: calc(100vh - 90px);
  transition: height 0.5s;
}

.app-img img {
  display: initial;

}
.app-img {
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .workforce-features .workforce-features-wrap ul {
    width: 90%;
  }
  #left-arrow {
    left: -15%;
  }
  #right-arrow {
    right: -15%;
  }
}
@media only screen and (max-width: 991px) {
  .workforce-features .workforce-features-wrap .workforce-slider {
    padding: 20px;
  }
  .workforce-features .workforce-features-wrap ul {
    width: 100%;
    margin-bottom: 40px;
  }
  .video-main-wrap .workforce-section .workforce-inner h1 {
    font-size: 42px;
  }
  .workforce-features .workforce-features-title h2 {
    margin-bottom: 18px;
  }
  .workforce-features .workforce-features-title {
    margin-bottom: 30px;
  }
  .workforce-features .Projects-serve .row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .footer-container h5 {
    font-size: 20px;
  }
  .footer-container ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 525px) {
  .video-main-wrap .workforce-section .workforce-inner h1 {
    font-size: 34px;
  }
  .slide{
    height: 280px;
   }
  .video-main-wrap .workforce-section {
    height: 60vh;
  }
  .workforce-features .workforce-features-title h2 {
    font-size: 22px;
  }
  .workforce-features .workforce-features-title p {
    font-size: 18px;
  }
  .workforce-container {
    width: 90%;
  }
  .workforce-features .workforce-features-wrap ul {
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .workforce-features .workforce-features-wrap ul li {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #slider {
    width: 100%;
  }
  .controls {
    font-size: 40px;
  }
  #right-arrow {
    right: -10%;
  }
  #left-arrow {
    left: -10%;
  }
  .download-app-section {
    padding-top: 0px;
  }
  .video-main-wrap .workforce-section .workforce-inner button,
  .download-app-section .download-now-btn button {
    font-size: 18px;
  }
  .workforce-features .Projects-serve {
    margin-top: 20px;
  }
  .dot {
    padding: 6px;
  }
  #dots-con {
    margin-top: 10px;
  }
}
