.img-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-web {
  padding: 150px 0px 0px;
}

.hero-work {
  position: relative;
  background-image: url("../images/new/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  min-height: 700px;
}
.hero-work .circle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
}
.hero-work .main-img {
  position: relative;
  padding-left: 145px;
}
.hero-work .main-img img {
  width: 100%;
  height: 700px;
  -o-object-position: top;
     object-position: top;
  border-radius: 20px 20px 0px 0px;
  transition: all 3s ease;
}
.hero-work .main-img img:hover {
  -o-object-position: bottom;
     object-position: bottom;
  transition: all 3s ease;
}
.hero-work .main-img .mob-img {
  background-image: url(../images/new/mob-frame.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 210px;
  padding: 5px;
  height: 380px;
  border-radius: 20px 20px 0px 0px;
}
.hero-work .main-img .mob-img img.mob {
  -o-object-position: top;
     object-position: top;
  transition: all 3s ease;
  height: 380px;
}
.hero-work .main-img .mob-img img.mob:hover {
  -o-object-position: bottom;
     object-position: bottom;
  transition: all 3s ease;
}
.hero-work .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.hero-work .swiper-pagination-bullet-active {
  background-color: #0a2754;
}

.more-proj .icon {
  background-color: #0379a4;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
}
.more-proj span {
  color: #0379a4;
  font-family: "neo-sans-bold";
}

.work-opinion-section {
  padding: 100px 0px 90px;
  background-image: url(../images/new/opinion-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.work-opinion-section .text-warning {
  color: #f6bd57 !important;
}
.work-opinion-section .web-opinion-slider .swiper-wrapper {
  padding-bottom: 50px;
}
.work-opinion-section .web-opinion-slider .card {
  border: 0px;
  border-radius: 23px;
  box-shadow: 0 2px 23px -6px hsla(274.15, 4.42%, 80.23%, 0.2);
  border: 1px solid transparent;
}
.work-opinion-section .web-opinion-slider .card .tags {
  width: 26px;
  height: 26px;
}
.work-opinion-section .web-opinion-slider .card .card-text {
  color: #545f7e;
  min-height: 120px;
}
.work-opinion-section .web-opinion-slider .card:hover {
  border: 1px solid #f6bd57 !important;
}
.work-opinion-section .web-opinion-slider .swiper-pagination {
  bottom: -3px;
}
.work-opinion-section .web-opinion-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.work-opinion-section .web-opinion-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0a2754;
}

.apps a img {
  width: 155px;
  height: 55px;
}

.mob-apps {
  padding: 150px 0px 100px;
}
.mob-apps .swiper-wrapper{
      height:100%!important;
  }
.mob-apps .swiper {
  background-image: url(../images/new/app-mob-frame.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 4px 9px;
  height: 550px;
  overflow: hidden;
  border-radius: 20px;
}
.mob-apps .swiper .mob-img {
  width: 100%;
  height: 100%;
  border-radius: 23px;
}
.mob-apps .swiper .mob-img img.mob {
  -o-object-position: top;
     object-position: top;
  transition: all 3s ease;
  border-radius: 23px;
  height: 100%;
  width: 100%;
}
.mob-apps .swiper .mob-img img.mob:hover {
  -o-object-position: bottom;
     object-position: bottom;
  transition: all 3s ease;
}
.mob-apps .swiper .swiper-pagination-bullet {
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.6);
}
.mob-apps .swiper .swiper-pagination-bullet-active {
  background-color: #0a2754;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

@media screen and (max-width: 1366px) {
  .mob-apps .swiper {
    height: 525px;
  }
  .hero-work .main-img img {
    height: 650px;
  }
}
@media screen and (max-width: 1280px) {
  .mob-apps .swiper {
    height: 485px;
  }
}
@media screen and (max-width: 1200px) {
  .mob-apps .swiper {
    height: 450px;
  }
}
@media screen and (max-width: 1087px) {
  .mob-apps .swiper {
    height: 350px;
  }
  .mob-apps .swiper .mob-img img.mob {
    border-radius: 20px;
  }
  .work-opinion-section .web-opinion-slider .card .card-text {
    min-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .hero-work .main-img img {
    height: 545px;
  }
  .hero-work.hero-web {
    padding: 50px 0px 0px;
  }
  .work-opinion-section .web-opinion-slider .card .card-text,
  .hero-work {
    min-height: auto;
  }
  .mob-apps {
    background-color: #deefee;
    background-image: none;
    padding: 60px 25px;
  }
  .mob-apps .d-flex {
    display: block !important;
  }
  .mob-apps .swiper {
    height: 640px;
    margin-bottom: 20px;
    padding: 0px;
    background-image: none;
    border: 3px solid #1d2a3b;
  }
  .pg-about-about {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 520px) {
  .hero-work .main-img {
    padding-left: 100px;
  }
}
@media screen and (max-width: 480px) {
  .hero-work .main-img {
    padding-left: 70px;
  }
  .mob-apps .swiper {
    height: 580px;
  }
}/*# sourceMappingURL=works.css.map */