.coninfo h2 {
  color: #ffb939;
  text-align: center;
  font: 36px ProximaNova-Bold;
}

.coninfo p {
  color: #fff;
  font-size: 20px;
  line-height: 1.875rem;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.swiper-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

.swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: .7s;
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.5);
}

.center .swiper-slide img {
  transform: scale(0.8);
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 20px;
}

.center .swiper-slide {
  opacity: 1 !important;
  display: block;
  padding-top: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-align: center;
}

.center .swiper-slide-active img {
  transform: scale(0.9);
  transition: all 0.3s ease;
  border-radius: 20px;
}

.center .swiper-slide p,
#center .swiper-slide a,
#center .swiper-slide h2 {
  display: none;
}

.center .swiper-slide-active p,
#center .swiper-slide-active a,
#center .swiper-slide-active h2 {
  display: block;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.center {
  padding: 0px;
}

.center .swiper-slide-active a {
  position: absolute;
  bottom: 0;
}

.blogimg {
  position: relative;
  display: flex;
  justify-content: center;
}

.center .swiper-slide-active a {
  padding: 10px 20px;
  background-color: #1d9dbf;
  color: #000000;
  border-radius: 10px;
}

.center .swiper-slide-active .blogimg::after {
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #1d9dbf;
  width: 85%;
  height: 10px;
  clip-path: polygon(2% 0%, 98% 0%, 100% 100%, 0% 100%);
  transition: all 0.3s ease;
  ;
}

.swiper-pagination1 {
  text-align: center;
}

.btn {
  border: none;
  background: linear-gradient(to bottom, #3498db, #2980b9);
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 5px;
}

.active {
  background: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.box {
  padding: 10px;
  float: left;
  margin: 5px;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}

.spacer {
  clear: both;
  height: 20px;
}

#parent .box {
  display: none;
}

#parent .box.a {
  display: block;
}

.ohide {
  position: :relative;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px !important;
}

.tvideos .wid100 {
  width: 100%;
  padding: 0px;
}

.tvideos {
  padding-bottom: 70px;
}

.tvideos .container {
  width: 100%;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  padding: 0px;
}

.tvideos .swiper-button-prev {
  left: 50px;
}

.tvideos .swiper-button-next {
  right: 60px;
}

.tvideos .swiper-button-next,
.tvideos .swiper-button-prev {
  color: #919191;
  transition: all 0.3s ease;
  z-index: 99;
}

.tvideos .swiper-button-next::after,
.tvideos .swiper-button-prev::after {
  font-size: 24px;
}

.tvideos .swiper-button-next:hover,
.tvideos .swiper-button-prev:hover {
  color: rgb(252, 177, 32);
}

.tvideos,
.tvideos .resp-tab-content {
  background: #f0f0f0;
}

.tvideos .swiper-container {
  position: relative;
}

.tvideos .swiper-container::before,
.tvideos .swiper-container::after {
  content: '';
  position: absolute;
  width: 25%;
  height: 100%;
  background: linear-gradient(to right, #f0f0f0, transparent);
  z-index: 99;
  left: 0;
  top: 0;
}

.tvideos .swiper-container::after {
  left: auto;
  right: 0;
  background: linear-gradient(to left, #f0f0f0, transparent);
  z-index: 9;
}

.mb0 {
  margin-bottom: 0px;
}

.vall {
  text-align: center;
  margin-top: 30px;
  display: block;
  width: 100%;
  float: left;
}

.ucase {
  text-transform: uppercase;
}

.bw25 {
  width: 25%;
}

.center .swiper-slide a {
  position: absolute;
  bottom: auto;
  padding: 0px;
  width: 65px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF0000;
  border-radius: 8px;
}

.center .swiper-pagination {
  display: none;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width:1199px) {
  .tvideos .swiper-button-prev {
    left: 25px;
  }

  .tvideos .swiper-button-next {
    right: 35px;
  }
}

@media (max-width:767px) {
  .tvideos #tech_head {
    padding: 0px 15px !important;
  }

  .tvideos .resp-tab-content {
    padding: 50px 15px;
  }

  .tvideos .swiper-container::before,
  .tvideos .swiper-container::after {
    width: 15%;
  }

  .tvideos .swiper-button-prev {
    left: 10px;
  }

  .tvideos .swiper-button-next {
    right: 10px;
  }

  .tvideos .swiper-container::before,
  .tvideos .swiper-container::after {
    display: none;
  }

  .tvideos .swiper-button-next,
  .tvideos .swiper-button-prev {
    display: none;
  }

  .tvideos .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }

  .tvideos .swiper-pagination-bullet-active {
    background: rgb(252, 177, 32);
  }
}

@media (max-width:480px) {

  .center .swiper-slide-active img,
  .center .swiper-slide img {
    transform: scale(1);
  }

  .center .swiper-slide a {
    width: 55px;
    height: 40px;
    border-radius: 4px;
  }

  .center .swiper-pagination {
    display: block;
  }
}