.index-banner .index-banner__item {
  position: relative;
}
.index-banner .index-banner__item .index-banner__item__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-banner .index-banner__item .index-banner__item__content .index-banner__item__content__container {
  width: 100%;
  padding: 0 8.3333333333vw;
  overflow: hidden;
}
.index-banner .index-banner__item .index-banner__item__content .index-banner__item__content__container .index-banner__item__content__title {
  max-width: 940px;
  font-size: 56px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .index-banner .index-banner__item .index-banner__item__content .index-banner__item__content__container .index-banner__item__content__title {
    font-size: 30px;
  }
}
.index-banner .index-banner__item .index-banner__item__content .index-banner__item__content__container .index-banner__item__content__desc {
  font-size: 24px;
  color: #fff;
  margin-top: 20px;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .index-banner .index-banner__item .index-banner__item__content .index-banner__item__content__container .index-banner__item__content__desc {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 800px) {
  .index-banner .index-banner__item .index-banner__item__img {
    height: 100vh;
  }
  .index-banner .index-banner__item .index-banner__item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.index-banner .slick-dots {
  position: absolute;
  bottom: 100px;
  right: 8.3333333333vw;
  color: #fff;
}
.index-banner .slick-dots li {
  opacity: 0.4;
  color: #fff;
  margin-bottom: 15px;
}
.index-banner .slick-dots li button {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.index-banner .slick-dots li.slick-active {
  opacity: 1;
  color: #fff;
}
.index-banner .slick-dots li.slick-active::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #fff;
  margin-left: 9px;
}
.index-banner .slick-dots li.slick-active button {
  color: #fff;
  font-size: 20px;
}

.tab .tab-head strong {
  float: left;
  padding: 8px 20px 0 0;
  line-height: 20px;
}

.tab .tab-more {
  float: right;
  margin: 10px 0 0 10px;
  font-size: 12px;
}

.tab .tab-nav {
  list-style: none;
}

.tab .tab-nav li {
  display: inline-block;
}

.tab .tab-nav li a {
  color: #333;
  padding: 8px 20px;
  display: block;
  line-height: 20px;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.tab .tab-nav .active {
  background-color: transparent;
}

.tab .tab-nav .active a {
  cursor: default;
}

.tab .tab-body {
  border-top: solid 1px #ebebeb;
  margin-top: -1px;
  padding-top: 15px;
}

.tab .tab-body-bordered {
  border: solid 1px #ebebeb;
  border-radius: 4px;
  padding: 15px;
}

.tab .tab-body .tab-panel {
  display: none;
}

.tab .tab-body .active {
  display: block;
}

.tab.tab-small strong {
  padding-top: 3px;
}

.tab.tab-small .tab-more {
  margin: 5px 0 0 10px;
}

.tab.tab-small li a {
  padding: 3px 10px;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.techin-secton-product {
  padding: 80px 0;
}
.techin-secton-product .tabs-nav {
  background: #eeeeee;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 100%;
}
.techin-secton-product .tabs-nav .tabs-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.techin-secton-product .tabs-nav .tabs-nav-list button {
  font-size: 20px;
  text-align: center;
  padding: 0 10px;
}
.techin-secton-product .tabs-nav .tabs-nav-list button.active {
  background: #0171c1;
  color: #fff;
}
.techin-secton-product .tab-content {
  position: relative;
  padding: 0 8.3333333333vw;
  display: none;
}
.techin-secton-product .tab-content.active {
  display: block;
}
.techin-secton-product .slick-slide {
  padding: 0 20px;
}
.techin-secton-product .home-product-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.techin-secton-product .home-product-item .home-product-item__img {
  width: 100%;
  overflow: hidden;
}
.techin-secton-product .home-product-item .home-product-item__img::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
  transition: all 0.5s linear;
}
.techin-secton-product .home-product-item .home-product-item__img::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
  transition: all 0.6s linear;
}
.techin-secton-product .home-product-item .home-product-item__img a {
  display: block;
  position: relative;
}
.techin-secton-product .home-product-item .home-product-item__img a img {
  width: 100%;
}
.techin-secton-product .home-product-item .home-product-item__img a span {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0);
  color: #333;
  font-size: 24px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.techin-secton-product .home-product-item .home-product-item__content__btn {
  display: block;
  margin-top: 20px;
  width: 100%;
}
.techin-secton-product .home-product-item .home-product-item__content__btn a {
  background-color: transparent;
  display: block;
  width: 100%;
  border-radius: 50px;
  border: 1px #333333 solid;
  color: #333333;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  font-size: 16px;
}
.techin-secton-product .home-product-item .home-product-item__content__btn a span {
  color: #333333;
}
.techin-secton-product .home-product-item .home-product-item__content__btn a::after {
  left: 0;
  right: 0;
  text-align: center;
  color: #333;
}
.techin-secton-product .home-product-item .home-product-item__content__btn:hover a {
  background-color: #0e4298;
}
.techin-secton-product .home-product-item .home-product-item__content__btn:hover a span {
  color: #fff;
}
.techin-secton-product .home-product-item .home-product-item__content__btn:hover a::after {
  color: #fff;
}
.techin-secton-product .home-product-item:hover .home-product-item__img::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s linear;
}
.techin-secton-product .home-product-item:hover .home-product-item__img::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.6s linear;
}
.techin-secton-product .home-product-item:hover .home-product-item__img img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.techin-secton-product:first-child {
  margin-left: 0;
}
.techin-secton-product:last-child {
  margin-right: 0;
}
.techin-secton-product .home-product {
  margin-top: 40px;
  padding-bottom: 80px;
}
.techin-three-column,
.techin-secton-product{
  height: auto;
}
.techin-secton-product .home-product .slick-prev,
.techin-secton-product .home-product .slick-next {
  background: #f5f5f5;
  position: absolute;
  bottom: 0;
  z-index: 10;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
.techin-secton-product .home-product .slick-prev::before,
.techin-secton-product .home-product .slick-next::before {
  color: #000;
  font-size: 30px;
}
.techin-secton-product .home-product .slick-prev:hover,
.techin-secton-product .home-product .slick-next:hover {
  background: #0171c1;
  color: #fff;
}
.techin-secton-product .home-product .slick-prev:hover::before,
.techin-secton-product .home-product .slick-next:hover::before {
  color: #fff;
}
.techin-secton-product .home-product .slick-prev {
  left: calc(50% - 80px);
  z-index: 10;
}
.techin-secton-product .home-product .slick-next {
  right: calc(50% - 80px);
  z-index: 10;
}

@media (max-width: 800px) {
  .techin-secton-product .slick-slide {
    margin: 0;
    padding: 0 10px;
  }
  .techin-secton-product .slick-slide .home-product-item .home-product-item__img a span {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .techin-secton-product .slick-slide {
    margin: 0;
  }
}
.techin-section-about {
  position: relative;
  padding: 90px 0;
  background: #eeeeee url(../images/about-bg.jpg) top center no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .techin-section-about {
    background-size: auto 60%;
  }
}
@media screen and (max-width: 768px) {
  .techin-section-about {
    background-size: auto 54%;
  }
}
@media screen and (max-width: 500px) {
  .techin-section-about {
    background-size: auto 53.5%;
  }
}
.techin-section-about::before {
  content: "";
  display: block;
  position: absolute;
  top: 300px;
  left: 0;
  width: 48%;
  height: calc(100% - 300px);
  background: #eeeeee;
}
@media screen and (max-width: 991px) {
  .techin-section-about::before {
    display: none;
  }
}
.techin-section-about .techin-about-thumb.thumb2 {
  margin-top: 240px;
}
@media screen and (max-width: 991px) {
  .techin-section-about .techin-about-thumb.thumb2 {
    margin-top: 0;
  }
}
.techin-section-about .techin-about-content h2 span {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}
.techin-section-about .techin-about-content h4 {
  font-size: 26px;
  color: #fff;
}
.techin-section-about .techin-about-content .text {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  margin-top: 20px;
}
.techin-section-about .techin-about-content .techin-about-info-wraper {
  margin-top: 60px;
}
.techin-section-about .techin-about-content .techin-about-info-wraper a {
  background-color: transparent;
  border: 1px #fff solid;
}
.techin-section-about .techin-about-content .techin-about-info-wraper a span {
  color: #fff;
}
.techin-section-about .techin-about-content .techin-about-info-wraper a:hover {
  background-color: #0171c1;
  border: 1px #0171c1 solid;
}
.techin-section-about .techin-about-content .techin-about-pp {
  margin-top: 200px;
}
.techin-section-about .techin-about-content .techin-about-pp h2 {
  font-size: 32px;
  padding-bottom: 20px;
}
.techin-section-about .techin-about-content .techin-about-pp p {
  font-size: 20px;
  line-height: 1.7;
}
.techin-section-about .techin-about-product-list {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: auto auto 350px auto auto;
  gap: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .techin-section-about .techin-about-product-list {
    grid-template-columns: auto auto;
    gap: 20px;
    margin-top: 40px;
  }
}
.techin-section-about .techin-about-product-list .techin-about-product-icon img {
  max-height: 84px;
}
@media screen and (max-width: 991px) {
  .techin-section-about .techin-about-product-list .techin-about-product-icon img {
    max-height: 50px;
  }
}
.techin-section-about .techin-about-product-list .techin-about-product-content {
  margin-top: 20px;
}
.techin-section-about .techin-about-product-list .techin-about-product-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.techin-section-about .techin-about-product-list .techin-about-product-content p {
  color: #333;
  font-size: 15px;
}

.techin-section-blog {
  padding: 90px 0 0;
}
.techin-section-blog .techin-section-title h2 {
  font-size: 40px;
  text-transform: uppercase;
}
.techin-section-blog .blog-left {
  margin-bottom: 0;
  height: 100%;
  position: relative;
}
.techin-section-blog .blog-left .blog-thumb2 {
  height: 100%;
}
.techin-section-blog .blog-left .blog-thumb2 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.techin-section-blog .blog-left .blog-thumb2 .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.techin-section-blog .blog-left .blog-thumb2 .video-play i {
  color: #013a8d;
  font-size: 50px;
}
.techin-section-blog .blog-left .blog-thumb2 .blog-text {
  background: #013a8d;
  padding: 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 15px 15px;
}
.techin-section-blog .blog-left .blog-thumb2 .blog-text h6 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}
.techin-section-blog .blog-right .blog-wrap2 {
  border: 1px solid var(--light-color);
  border-radius: 20px;
}
.techin-section-blog .blog-right .blog-wrap2 .blog-thumb2 img {
  border-radius: 15px 15px 0 0;
}
.techin-section-blog .blog-right .blog-wrap2 .blog-content2 {
  background-color: transparent;
  border: 0;
}
.techin-section-blog .blog-right .blog-wrap2 .blog-content2 .blog-title::after {
  background-color: #013a8d;
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  margin-top: 30px;
}
.techin-section-blog .blog-right .blog-wrap2 .blog-content2 p:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.techin-section-blog .blog-right .blog-wrap2 .blog-content2 p:nth-of-type(2) span:nth-of-type(2) {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #013a8d;
  color: #fff;
  opacity: 0;
}
.techin-section-blog .blog-right .blog-wrap2:hover .blog-content2 p:nth-of-type(2) span:nth-of-type(2) {
  opacity: 1;
}

.techin-three-column .techin-t-wrap2 {
  box-shadow: -8px 0 8px -5px rgba(0, 0, 0, 0.3) inset;
  border-radius: 0;
}
.techin-three-column .techin-t-text {
  display: flex;
  align-items: center;
}
.techin-three-column .techin-t-text h4 {
  color: #0e4298;
  font-size: 33px;
}
.techin-three-column .techin-t-text h4 span {
  font-size: 20px;
}
.techin-three-column .techin-t-text p {
  padding-bottom: 0;
  margin-left: 15px;
}
.techin-three-column .techin-t-author-content a h6 {
  font-size: 18px;
  color: #333;
  height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.techin-three-column .techin-t-author-content a p {
  font-size: 15px;
  color: #666666;
}
.techin-three-column .slick-current.slick-active .techin-t-text h4 {
  color: #fff;
}

.techin-three-column-wraper a {
  background-color: transparent;
  border: 1px #333 solid;
  color: #333;
}
.techin-three-column-wraper a span {
  color: #333;
}
.techin-three-column-wraper a::after {
  color: #333;
}

.techin-service-wraper2 {
  background: url(../images/says-bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.techin-service-wraper2 h5 {
  display: flex;
  align-items: center;
  font-size: 29px;
}
.techin-service-wraper2 h5 span {
  margin-left: 20px;
}
.techin-service-wraper2 p {
  font-size: 20px;
  color: #000;
  text-align: left;
  display: flex;
  padding-top: 10px;
  margin-top: 20px;
  margin-left: 80px;
}
.techin-service-wraper2 p::before {
  content: "";
  display: block;
  flex: 0 0 40px;
  width: 40px;
  height: 36px;
  background: url(../images/shuangyinhao.png) top center no-repeat;
  background-size: 40px 36px;
  margin-right: 20px;
}
.techin-service-wraper2 .techin-section-title h2 {
  font-size: 40px;
}
.techin-service-wraper2 .slick-slide {
  opacity: 0.5;
}
.techin-service-wraper2 .slick-slide.slick-current.slick-active {
  opacity: 1;
}

.techin-cta-section {
  background: url(../images/cat-bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 90px 0;
  max-width: 100%;
  width: 100%;
  border-radius: 0;
}
.techin-cta-section h2 {
  font-size: 50px;
}
.techin-cta-section p {
  font-size: 20px;
  color: #fff;
}
.techin-cta-section .techin-title-btn a {
  border: 1px #fff solid;
  background-color: transparent;
  color: #fff;
}
.techin-cta-section .techin-title-btn a span {
  color: #fff;
}
.techin-cta-section .techin-title-btn a::after {
  color: #fff;
}

.techin-message {
  background: url(../images/message-bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 40px 0;
  width: 100%;
  overflow: hidden;
}
.techin-message h4 {
  color: #fff;
  margin-bottom: 20px;
}
.techin-message form {
  display: grid;
  grid-template-columns: 20% 30% 40% auto;
  gap: 20px;
}
.techin-message #techin-submit-btn {
  background-color: #fff;
  color: #00579b;
}
.techin-message #techin-submit-btn span {
  color: #00579b;
}
.techin-message #techin-submit-btn::after {
  color: #00579b;
}

.techin-footer-section {
  background: url(../images/footer-bg.jpg) top center no-repeat;
  background-size: cover;
}

.video-play {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-play i {
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.download-file-btn:hover {
  background: #fff;
  color: #0e4298;
}
.download-file-btn:hover span {
  color: #0e4298 !important;
}
.download-file-btn:hover::after {
  color: #0e4298 !important;
}
.download-file-btn::after:hover {
  color: #0e4298 !important;
}

.product-thumb {
  border: 1px #e1e1e1 solid;
  padding-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.product-thumb .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.product-thumb .slick-dots li {
  margin: 0 10px;
}
.product-thumb .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background: #00579b;
  color: #00579b;
  font-size: 12px;
  border-radius: 50%;
  font-size: 10px;
  opacity: 0.5;
}
.product-thumb .slick-dots li.slick-active button {
  opacity: 1;
}
.product-thumb .techin-p-slider-prev,
.product-thumb .techin-p-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #00579b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 10;
}
.product-thumb .techin-p-slider-prev i,
.product-thumb .techin-p-slider-next i {
  font-size: 24px;
}
.product-thumb .techin-p-slider-prev:hover,
.product-thumb .techin-p-slider-next:hover {
  background: #fff;
  color: #00579b;
}
.product-thumb .techin-p-slider-prev {
  left: 30px;
}
.product-thumb .techin-p-slider-next {
  right: 30px;
}

.pro-detail-btn a::after {
  font-size: 24px;
  text-transform: uppercase;
}

.techin-page-about .techin-about-pp {
  margin-top: 30px;
}
.techin-page-about .techin-about-pp h2 {
  font-size: 32px;
  padding-bottom: 20px;
}
.techin-page-about .techin-about-pp p {
  font-size: 20px;
  line-height: 1.7;
}
.techin-page-about .techin-about-product-list {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: auto auto 350px auto auto;
  gap: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .techin-page-about .techin-about-product-list {
    grid-template-columns: auto auto;
    gap: 20px;
    margin-top: 40px;
  }
}
.techin-page-about .techin-about-product-list .techin-about-product-icon img {
  max-height: 84px;
}
@media screen and (max-width: 991px) {
  .techin-page-about .techin-about-product-list .techin-about-product-icon img {
    max-height: 50px;
  }
}
.techin-page-about .techin-about-product-list .techin-about-product-content {
  margin-top: 20px;
}
.techin-page-about .techin-about-product-list .techin-about-product-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.techin-page-about .techin-about-product-list .techin-about-product-content p {
  color: #333;
  font-size: 15px;
}

@media (max-width: 1580px) {
  .header-logo2 {
    padding: 10px 50px 10px 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1438px) and (max-width: 1800px) {
  .techin-header-wrap2 {
    padding: 0 20px 0 0;
  }
  .main-menu > ul > li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1437px) {
  .techin-header-wrap2 {
    padding: 0 20px 0 20px;
  }
  .main-menu > ul > li {
    margin: 0 5px;
  }
  .main-menu a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1269px) {
  .techin-header-wrap2 {
    padding: 0;
  }
  .techin-header-icon {
    margin: 0 10px;
  }
  .main-menu > ul > li {
    margin: 0 5px;
  }
  .main-menu a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .site-header .techin-menu-toggle span,
  .site-header .techin-menu-toggle span:after,
  .site-header .techin-menu-toggle span:before {
    background-color: #000;
  }
  .site-header .techin-menu-toggle {
    margin-top: 17px;
    margin-right: 15px;
  }
  .techin-header-wrapper2 {
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .site-header .techin-menu-toggle {
    margin-top: 0;
  }
  .header-logo2 {
    padding: 10px 50px 10px 20px;
  }
  .techin-secton-product .tabs-nav .tabs-nav-list {
    height: 70px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .techin-secton-product .tabs-nav .tabs-nav-list button {
    flex: 0 0 auto;
  }
  .techin-section-blog .blog-left {
    padding-bottom: 30px;
  }
  .techin-message form {
    grid-template-columns: 50% 50%;
  }
  .techin-footer-textarea {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .header-logo2 {
    padding-left: 15px;
    max-width: 70vw;
    padding: 15px 0 10px 20px;
  }
  .site-header .techin-menu-toggle {
    margin-top: 0;
  }
  header.techin-header-section.techin-header-two {
    padding: 2px 0 10px 0 !important;
  }
  .techin-secton-product .tabs-nav .tabs-nav-list {
    height: 70px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .techin-secton-product .tabs-nav .tabs-nav-list button {
    flex: 0 0 auto;
  }
  .techin-message form {
    grid-template-columns: 50% 50%;
  }
  .techin-section-blog .blog-left {
    padding-bottom: 30px;
  }
  .breadcrumb-wrapper {
    padding: 300px 0 0;
  }
  .techin-service-d-wrap video {
    height: 300px !important;
  }
  .techin-service-d-data img {
    max-width: 100% !important;
    height: auto !important;
  }
  .techin-menu-wrapper .mobile-logo {
    max-width: 220px;
  }
  .techin-footer-textarea {
    max-width: 100%;
  }
  .techin-service-wraper2 p {
    margin-left: 20px;
  }
}/*# sourceMappingURL=master.css.map */