
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px !important;
    }
}

.techwix-hero-section-06 {
    background: #0f0948;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 60px;
  }
  
  .techwix-hero-section-06 .hero-images {
    padding-top: 105px;
    position: relative;
    z-index: 1;
  }
  
  .techwix-hero-section-06 .hero-images .shape-1 {
    position: absolute;
    left: 5%;
    top: 17%;
    -webkit-animation: round-01 7s linear infinite;
            animation: round-01 7s linear infinite;
    z-index: -1;
  }
  
  .techwix-hero-section-06 .hero-content {
    padding-top: 170px;
  }
  
  .techwix-hero-section-06 .hero-content .sub-title {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
  }
  
  .techwix-hero-section-06 .hero-content .title {
    font-size: 46px;
    line-height: 60px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px;
  }
  
  .techwix-hero-section-06 .hero-content .title span {
    color: #11ddf5;
  }
  
  .techwix-hero-section-06 .hero-content p {
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
    margin-top: 20px;
    font-weight: 100;
  }
  
  .techwix-hero-section-06 .hero-content .hero-btn .btn-4 {
    height: 60px;
    line-height: 58px;
    padding: 0 65px;
    margin-top: 60px;
  }
  
  @-webkit-keyframes round-01 {
    0% {
      transform: rotate(15deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(15deg);
    }
  }
  
  @keyframes round-01 {
    0% {
      transform: rotate(15deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(15deg);
    }
  }
  
  @media only screen and (max-width: 1399px) {
    .techwix-hero-section-06 .hero-images .shape-1 {
      left: 2%;
    }
    .techwix-hero-section-06 .hero-content .title {
      font-size: 60px;
      line-height: 70px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .techwix-hero-section-06 .hero-images .shape-1 {
      left: 2%;
    }
    .techwix-hero-section-06 .hero-content {
      padding-top: 120px;
    }
    .techwix-hero-section-06 .hero-content .title {
      font-size: 50px;
      line-height: 60px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .techwix-hero-section-06 .hero-content {
      padding-top: 40px;
    }
    .techwix-hero-section-06 .hero-images .shape-1 {
      left: 5%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .techwix-hero-section-06 .hero-images {
      padding-top: 80px;
    }
    .techwix-hero-section-06 .hero-images .shape-1 {
      left: 0;
    }
    .techwix-hero-section-06 .hero-content .title {
      font-size: 40px;
      line-height: 50px;
    }
    .techwix-hero-section-06 .hero-content p {
      font-size: 20px;
      line-height: 32px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .techwix-hero-section-06 .hero-content .title {
      font-size: 32px;
      line-height: 42px;
    }
  }

  
.techwix-features-section-02 .features-wrap-02 {
    margin-top: -80px;
    position: relative;
    z-index: 5;
  }
  
  .techwix-features-section-02 .features-item {
    background: white;
    padding: 40px 35px;
    padding-right: 90px;
  }
  .techwix-features-section-02 .features-item .features-icon{
    background-color: #395972;
    padding: 5px;
    border-radius: 10px;
  }
  .techwix-features-section-02 .features-item .features-content {
    margin-left: 40px;
  }
  
  .techwix-features-section-02 .features-item .features-content .title {
    font-size: 40px;
    line-height: 41px;
    font-weight: 700;
    color: #000000;
  }
  
  .techwix-features-section-02 .features-item .features-content .title:hover a {
    color: #47c0b0;
  }
  
  .techwix-features-section-02 .features-item .features-content p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-top: 15px;
  }
  
  .techwix-features-section-02 .features-item .features-content .lern-more {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #395972;
    margin-top: 5px;
  }
  
  .techwix-features-section-02 .features-item .features-content .lern-more i {
    position: relative;
    top: 1px;
    transition: all 0.3s linear;
  }
  
  .techwix-features-section-02 .features-item .features-content .lern-more:hover i {
    margin-left: 5px;
  }
  
  @media only screen and (max-width: 1399px) {
    .techwix-features-section-02 .features-item {
      padding-right: 38px;
    }
    .techwix-features-section-02 .features-item .features-content {
      margin-left: 30px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .techwix-features-section-02 .features-wrap-02 {
      margin-top: -90px;
    }
    .techwix-features-section-02 .features-item {
      padding: 40px 25px;
      padding-right: 25px;
    }
    .techwix-features-section-02 .features-item .features-content {
      margin-left: 25px;
    }
    .techwix-features-section-02 .features-item .features-content .title {
      font-size: 22px;
    }
  }
  
  @media only screen and (max-width: 449px) {
    .techwix-features-section-02 .features-item {
      align-items: self-start;
      flex-direction: column;
      gap: 25px;
    }
    .techwix-features-section-02 .features-item .features-content {
      margin-left: 0px;
    }
  }
  .features-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0px 37px 79px 0px rgba(0, 0, 0, 0.13);
    padding: 35px;
    padding-right: 50px;
    margin-top: 30px;
    transition: all 0.3s linear;
  }

  
.techwix-about-section-06 {
    padding-bottom: 200px;
  }
  
  .techwix-about-section-06 .about-img {
    position: relative;
    margin-top: 70px;
    z-index: 1;
  }
  
  .techwix-about-section-06 .about-img .shape-1 {
    position: absolute;
    left: 0;
    top: -25%;
    -webkit-animation: round-01 7s linear infinite;
            animation: round-01 7s linear infinite;
    z-index: -1;
  }
  
  .techwix-about-section-06 .about-img .play-btn {
    position: absolute;
    top: -25px;
    right: 135px;
  }
  
  .techwix-about-section-06 .about-img .play-btn a {
    width: 80px;
    height: 80px;
    line-height: 68px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 7px solid #ffffff;
    background: #49f4a8;
    color: #ffffff;
  }
  
  .techwix-about-section-06 .about-img .play-btn a:hover {
    background: #0f0948;
    color: #ffffff;
  }
  
  .techwix-about-section-06 .about-img .image {
    padding-left: 70px;
  }
  
  .techwix-about-section-06 .about-img .image img {
    border-radius: 50%;
  }
  
  .techwix-about-section-06 .about-content-wrap {
    padding-right: 115px;
  }
  
  .techwix-about-section-06 .about-content-wrap .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
  }
  
  .techwix-about-section-06 .about-content-wrap .about-list-wrap {
    padding-top: 50px;
  }
  
  .techwix-about-section-06 .about-content-wrap .about-list-wrap .about-list li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  
  .techwix-about-section-06 .about-content-wrap .about-list-wrap .about-list li:last-child {
    margin-bottom: 0;
  }
  
  .techwix-about-section-06 .about-content-wrap .about-list-wrap .about-list li a {
    font-size: 20px;
    line-height: 30px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #0e0e0e;
  }
  
  @media only screen and (max-width: 575px) {
    .techwix-about-section-06 .about-content-wrap .about-list-wrap .about-list li a {
      font-size: 18px;
    }
  }
  
  .techwix-about-section-06 .about-content-wrap .about-list-wrap .about-list li a:hover {
    color: #11ddf5;
  }
  
  .techwix-about-section-06 .about-content-wrap .about-list-wrap .about-list li a:hover i {
    transform: translateX(20px);
  }
  
  .techwix-about-section-06 .about-content-wrap .about-list-wrap .about-list li a i {
    transform: translateX(15px);
    transition: all 0.3s linear;
  }
  
  @media only screen and (max-width: 1199px) {
    .techwix-about-section-06 {
      padding-bottom: 100px;
    }
    .techwix-about-section-06 .about-img .shape-1 {
      top: -13%;
    }
    .techwix-about-section-06 .about-img .image {
      padding-left: 30px;
    }
    .techwix-about-section-06 .about-content-wrap {
      padding-right: 0px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .techwix-about-section-06 .about-img .shape-1 {
      top: -25%;
      left: 11%;
    }
    .techwix-about-section-06 .about-img .image {
      text-align: center;
      padding-left: 0px;
    }
    .techwix-about-section-06 .about-content-wrap {
      margin-top: 150px;
    }
    .techwix-about-section-06 .about-content-wrap .about-list-wrap {
      padding-top: 30px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .techwix-about-section-06 .about-img .shape-1 {
      top: -20%;
      left: 0;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .techwix-about-section-06 .about-img .shape-1 {
      top: -10%;
    }
    .techwix-about-section-06 .about-content-wrap {
      margin-top: 110px;
    }
  }
  
  @media only screen and (max-width: 449px) {
    .techwix-about-section-06 .about-content-wrap {
      margin-top: 80px;
    }
  }
  .section-padding-03 {
    padding-top: 140px;
  }
  
  @media only screen and (max-width: 1199px) {
    .section-padding-03 {
      padding-top: 100px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .section-padding-03 {
      padding-top: 80px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .section-padding-03 {
      padding-top: 60px;
    }
  }
  .section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
  .oteam-sec img{
    min-width: 700px !important;
    position: absolute;
    left: 0px;
    top: -48px;
  }
  .team-slider.owl-carousel.owl-loaded.owl-drag{
    background: white;
    padding: 10px;
    border-radius: 5px;
  }
  .single-box{
    position: relative;
  }
  .single-box .info-area {
    position: absolute;
    bottom: -49px;
    left: -15px;
    background: white;
    padding: 5px;
    width: 100%;
}
.single-box .img-area img.img-fluid.move {
  width: 84%;
  margin-bottom: 50px;
}
.single-box .info-area h4,   .single-box .info-area p{
  padding: 0px;
  margin: 0px;
  font-size: 15px;
}
.team-slider.owl-carousel .owl-dots{
  display: none;
}
.benefits-image img{
  width: 150px;
}
.techwix-service-section-06 {
  background: #eaf3f9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 150px;
  padding: 15px 0px;
}

.techwix-service-section-06 .section-title {
  max-width: 650px;
  margin: 0 auto;
}

.techwix-service-section-06 .service-content-wrap {
  padding-top: 30px;
}
.service-item-05 {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 51px 45px;
  margin-top: 30px;
}


@media only screen and (max-width: 1399px) {
  .service-item-05 {
    padding: 40px 35px 45px;
  }
}

@media only screen and (max-width: 767px) {
  .service-item-05 {
    padding: 40px 30px 45px;
  }
}

.service-item-05 .service-img img {
  transition: all 0.3s linear;
}

.service-item-05 .service-content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 25px;
}

.service-item-05 .service-content .title:hover a {
  color: #11ddf5;
}

.service-item-05 .service-content p {
  font-size: 14px;
  line-height: 30px;
  margin-top: 15px;
}

.service-item-05:hover .service-img img {
  transform: scale(1.1);
}
.techwix-hero-section {
  background: #f0f0f0;
  overflow: hidden;
  position: relative;
  padding-top: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.techwix-hero-section .shape-2 {
  position: absolute;
  width: 100%;
  height: 130px;
  right: 0;
  left: 0px;
  bottom: -130px;
  background: #ffffff;
  transform: skewY(-3deg);
  transform-origin: 0;
  z-index: 2;
}

.techwix-hero-section .hero-content .sub-title {
  font-size: 18px;
  line-height: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  height: 45px;
  line-height: 43px;
  background: #ffffff;
  color: #484848;
  padding-left: 10px;
  padding-right: 25px;
  display: inline-block;
  border-radius: 35px;
  margin-bottom: 10px;
}

.techwix-hero-section .hero-content .sub-title span {
  display: inline-block;
  height: 35px;
  line-height: 33px;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  background: #086ad8;
  color: #ffffff;
  border-radius: 35px;
  padding: 0 15px;
  margin-right: 10px;
}

.techwix-hero-section .hero-content .title {
  font-size: 72px;
  line-height: 84px;
  color: #0e0e0e;
  margin-top: 15px;
}

.techwix-hero-section .hero-content p {
  font-size: 24px;
  line-height: 36px;
  color: #4c4d56;
  padding-right: 45px;
  margin-top: 30px;
}

.techwix-hero-section .hero-content .hero-btn .btn {
  margin-top: 45px;
}

.techwix-hero-section .hero-images .images {
  text-align: center;
  position: relative;
  bottom: -50px;
}

@media only screen and (max-width: 1399px) {
  .techwix-hero-section .shape-2 {
    bottom: -110px;
  }
  .techwix-hero-section .hero-content .sub-title {
    padding-right: 20px;
  }
  .techwix-hero-section .hero-content .sub-title span {
    font-size: 14px;
    padding: 0 14px;
    margin-right: 5px;
  }
  .techwix-hero-section .hero-content .title {
    font-size: 60px;
    line-height: 72px;
  }
}

@media only screen and (max-width: 1199px) {
  .techwix-hero-section .hero-content .sub-title {
    font-size: 14px;
    padding-right: 15px;
  }
  .techwix-hero-section .hero-content .title {
    font-size: 50px;
    line-height: 62px;
  }
  .techwix-hero-section .hero-content p {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .techwix-hero-section .shape-2 {
    transform: skewY(-4deg);
    bottom: -75px;
  }
  .techwix-hero-section .hero-content {
    padding-top: 70px;
  }
  .techwix-hero-section .hero-images {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .techwix-hero-section .hero-content .sub-title {
    font-size: 14px;
    padding-right: 15px;
  }
  .techwix-hero-section .hero-content .sub-title span {
    font-size: 14px;
    padding: 0 14px;
    margin-right: 5px;
  }
  .techwix-hero-section .hero-content .title {
    font-size: 40px;
    line-height: 52px;
  }
  .techwix-hero-section .hero-content p {
    font-size: 18px;
  }
  .techwix-hero-section .hero-images {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .techwix-hero-section .hero-images .images {
    bottom: -15px;
  }
}

@media only screen and (max-width: 449px) {
  .techwix-hero-section .hero-content .sub-title {
    font-size: 11px;
  }
  .techwix-hero-section .hero-content .sub-title span {
    font-size: 12px;
    padding: 0 12px;
  }
}

.service-content-wrap {
  padding-top: 45px;
}

@media only screen and (max-width: 767px) {
  .service-content-wrap {
    padding-top: 20px;
  }
}

.techwix-service-section{
  padding-bottom: 50px;
}
.service-item {
  background: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 10px;
  border-top: 10px solid #45bcb0;
  transform: translate3d(0, 0, 0);
  padding: 30px 40px 40px;
  margin-top: 30px;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 1399px) {
  .service-item {
    padding: 30px 30px 40px;
  }
}

.service-item.service-01, .service-item.service-03 {
  margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .service-item.service-01, .service-item.service-03 {
    margin-top: 30px;
  }
}

.service-item .service-img img {
  height: 80px;
}

.service-item .service-content .title {
  font-size: 24px;
  line-height: 30px;
  padding-right: 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 1399px) {
  .service-item .service-content .title {
    font-size: 22px;
    padding-right: 0;
  }
}

.service-item .service-content p {
  margin-top: 15px;
  font-size: 15px;
}

.service-item:hover {
  transform: translateY(-5px) translate3d(0, -5px, 0);
}

.techwix-about-section {
  background: linear-gradient(120deg, rgb(53, 58, 95) 0%, rgb(69, 192, 178) 100%);
  padding-top: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.techwix-about-section .shape-1 {
  position: absolute;
  width: 100%;
  height: 130px;
  right: 0;
  left: 0px;
  top: -30px;
  background: #ffffff;
  transform: skewY(-3deg);
  transform-origin: 0;
  z-index: 2;
}

.techwix-about-section .about-img-wrap {
  position: relative;
}

.techwix-about-section .about-img-wrap .about-img img {
  border-radius: 10px;
}

.techwix-about-section .about-img-wrap .about-img.about-img-big {
  padding-top: 80px;
}

.techwix-about-section .about-img-wrap .about-img.about-img-sm {
  position: absolute;
  top: 0px;
  right: 0;
}

.techwix-about-section .about-img-wrap .about-img.about-img-sm .shape-01 {
  position: absolute;
  width: 9px;
  height: 235px;
  background: #ffffff;
  right: -69px;
  bottom: 0px;
}

.techwix-about-section .about-content-wrap {
  padding-left: 100px;
}

.techwix-about-section .about-content-wrap .section-title .title {
  color: #ffffff;
}

.techwix-about-section .about-content-wrap .section-title .sub-title {
  color: #ffffff;
}

.techwix-about-section .about-content-wrap p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding-right: 15px;
  margin-top: 20px;
}

.techwix-about-section .about-content-wrap .play-btn {
  margin-top: 60px;
}

.techwix-about-section .about-content-wrap .play-btn a {
  position: relative;
}

.techwix-about-section .about-content-wrap .play-btn a i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(240deg, #364164 0%, #43afa8 100%);
  color: #ffffff;
  transition: all 0.3s linear;
}

.techwix-about-section .about-content-wrap .play-btn a span {
  font-size: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-left: 30px;
}

.techwix-about-section .about-content-wrap .play-btn a::before {
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  z-index: 0;
  left: 16%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-animation: zoombig 3.25s linear infinite;
          animation: zoombig 3.25s linear infinite;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.techwix-about-section .about-content-wrap .play-btn a::after {
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  z-index: 0;
  left: 16%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-animation: zoombig 3.25s linear infinite;
          animation: zoombig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.techwix-about-section .about-content-wrap .play-btn a:hover i {
  background: linear-gradient(180deg, #086ad8 0%, #42b9ff 100%);
}

@media only screen and (max-width: 1199px) {
  .techwix-about-section {
    padding-top: 165px;
  }
  .techwix-about-section .shape-1 {
    top: -60px;
  }
  .techwix-about-section .about-img-wrap .about-img.about-img-sm {
    right: -25px;
  }
  .techwix-about-section .about-img-wrap .about-img.about-img-sm .shape-01 {
    height: 190px;
    bottom: -228px;
  }
  .techwix-about-section .about-content-wrap {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .techwix-about-section {
    padding-top: 135px;
  }
  .techwix-about-section .about-content-wrap {
    padding-left: 0px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .techwix-about-section {
    padding-top: 150px;
  }
  .techwix-about-section .about-img-wrap .about-img.about-img-big {
    padding-top: 0px;
  }
  .techwix-about-section .about-img-wrap .about-img.about-img-sm {
    display: none;
  }
}

@-webkit-keyframes zoombig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 3px;
  }
  65% {
    border-width: 2px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}

@keyframes zoombig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 3px;
  }
  65% {
    border-width: 2px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}
/*--
/*  03 - Choose Us CSS
/*----------------------------------------*/
.techwix-choose-us-section {
  background: #f8f8f8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 210px;
}

.techwix-choose-us-section .section-title {
  max-width: 570px;
  margin: 0 auto;
}

.choose-us-content-wrap {
  padding-top: 30px;
}

.choose-us-content-wrap .more-choose-content {
  margin-top: 30px;
}

.choose-us-content-wrap .more-choose-content p {
  font-size: 16px;
  line-height: 30px;
}

.choose-us-content-wrap .more-choose-content p a {
  font-weight: 600;
  color: #086ad8;
}

.choose-us-content-wrap .more-choose-content p a i {
  position: relative;
  top: 1px;
  transition: all 0.3s linear;
}

.choose-us-content-wrap .more-choose-content p a:hover i {
  margin-left: 5px;
}

.choose-us-item {
  margin-top: 30px;
}

.choose-us-item .choose-us-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s linear;
}

.choose-us-item .choose-us-img a {
  display: block;
  position: relative;
}

.choose-us-item .choose-us-img a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(249, 80, 0, 0) 35%, rgba(14, 14, 14, 0.92) 78%);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.choose-us-item .choose-us-img .choose-us-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 60px 60px;
  padding-right: 75px;
}

.choose-us-item .choose-us-img .choose-us-content .title {
  font-size: 24px;
  line-height: 27px;
  color: #ffffff;
  padding-left: 15px;
  position: relative;
}

.choose-us-item .choose-us-img .choose-us-content .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: linear-gradient(-160deg, #43baff 0%, #7141b1 100%);
  width: 3px;
  height: 50px;
  transform: translateY(-50%);
}

.choose-us-item .choose-us-img .choose-us-content p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: -115px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.choose-us-item:hover .choose-us-img .choose-us-content p {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1399px) {
  .choose-us-item .choose-us-img .choose-us-content {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .choose-us-item .choose-us-img .choose-us-content {
    padding: 40px 30px;
    padding-right: 25px;
  }
}
.techwix-choose-us-section-04 {
  background: #ffffff;
  padding-top: 120px;
}

.techwix-choose-us-section-04 .choose-us-wrap {
  margin-top: -30px;
}

.techwix-choose-us-section-04 .choose-us-content-wrap {
  padding-top: 0;
}

.techwix-choose-us-section-04 .choose-us-item-02 {
  border: 1px solid #e1e1e1;
  box-shadow: none;
}
.choose-us-item-02 {
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 40px 45px 40px;
  margin-top: 30px;
  position: relative;
}

.choose-us-item-02 .choose-us-img img {
  transition: all 0.3s linear;
}

.choose-us-item-02 .choose-us-content .title {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
}

.choose-us-item-02 .choose-us-content p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}

.choose-us-item-02:hover .choose-us-img img {
  transform: scale(0.9);
}

.page-banner-section {
  padding-top: 85px;
  min-height: 670px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.page-banner-section .shape-1 {
  position: absolute;
  left: -32%;
  top: -35%;
  z-index: -1;
}

.page-banner-section .shape-2 {
  position: absolute;
  left: -11%;
  top: -30%;
  z-index: -1;
}

.page-banner-section .shape-3 {
  position: absolute;
  right: -2%;
  bottom: -27%;
  z-index: -1;
}

.page-banner-section .shape-4 {
  position: absolute;
  right: -26%;
  bottom: -81%;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .page-banner-section {
    min-height: 520px;
  }
  .page-banner-section .shape-1 {
    left: -70%;
    top: -47%;
  }
  .page-banner-section .shape-2 {
    left: -30%;
    top: -55%;
  }
  .page-banner-section .shape-3 {
    right: -15%;
    bottom: -45%;
  }
  .page-banner-section .shape-4 {
    right: -50%;
    bottom: -130%;
  }
}

@media only screen and (max-width: 991px) {
  .page-banner-section {
    min-height: 450px;
  }
  .page-banner-section .shape-1 {
    left: -95%;
    top: -58%;
  }
  .page-banner-section .shape-2 {
    left: -41%;
    top: -79%;
  }
  .page-banner-section .shape-3 {
    right: -25%;
    bottom: -60%;
  }
  .page-banner-section .shape-4 {
    right: -90%;
    bottom: -125%;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    min-height: 350px;
  }
  .page-banner-section .shape-1 {
    display: none;
  }
  .page-banner-section .shape-2 {
    display: none;
  }
  .page-banner-section .shape-3 {
    display: none;
  }
  .page-banner-section .shape-4 {
    display: none;
  }
}

.page-banner .title {
  font-size: 60px;
  line-height: 1.25;
  font-family: "Barlow", sans-serif;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .page-banner .title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner .title {
    font-size: 30px;
  }
}

.page-banner .breadcrumb {
  margin-bottom: 0;
  margin-top: 10px;
}

.page-banner .breadcrumb .breadcrumb-item {
  color: #ffffff;
  font-size: 20px;
}

@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .page-banner .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}

.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}

.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  font-family: flaticon !important;
  font-size: 20px;
  padding-right: 5px;
  color: #ffffff;
}


.contact-info-section .contact-info-wrap {
  margin-top: -30px;
}

.contact-info-section .contact-info-wrap .single-contact-info {
  background: #f8f8f8;
  padding: 50px 15px 75px;
  border-radius: 5px;
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info {
    padding: 50px 40px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info-section .contact-info-wrap .single-contact-info {
    padding: 50px 30px 60px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    font-size: 18px;
  }
}
.text-center.bkbtn2{
  position: fixed;
  bottom: 35px;
  left: 5px;
  z-index: 999;
}
.text-center.bkbtn2 button{
  color: black;
  background: white;
  padding: 14px;
  font-size: 20px;
}


/* Mobile Menu Styles (initially hidden) */
.mobile-menu {
  display: none;
  position: absolute;
  top: 70px; /* Adjust as needed based on your header height */
  left: 0;
  width: 100%;
  background-color: #ffffff; /* Adjust background color */
  z-index: 1000;
}

.mobile-menuul{
  display: flex;
  gap: 22px;
  margin: 0 auto;
  flex-wrap: wrap;
  font-size: 15px;
}

.div_mobilemenu{
  display: flex;
  position: absolute;
  top: 86px;
  left: 0px;
  background: white;
  width: 100%;
}

.mobile-menu li {
  padding: 10px;
  
}
.li::marker {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .techwix-hero-section-06{
    padding-top: 100px;
  }
  .techwix-hero-section{
    padding-top: 65px;
  }
}

.home-modalfirst .el-form-item{
  display: flex;
  align-items: center;
}
.home-modalfirst .el-form-item__content{
  margin: 0 !important;
}
.hometextarea textarea{
  width: 375px;
}
.card--closed {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #1e1d1d;
}

.card--closed .icon,
.card--open .header .icon {
  width: 32px;
  height: 32px;
}

.card--closed .icon {
  margin-right: 0px;
  margin-top: 40px;
}

.card--closed .divisor--closed,
.card--open .header .divisor {
  transition: all 300ms;
  height: 3px;
  background: rgba(255, 250, 250, 0.2);
}

.card--closed .divisor--closed {
  width: 3px;
  height: 48px;
}

.card--open .header .divisor {
  flex: 1;
}

.card--closed .title,
.card--open .header .title {
  transition: all 300ms;
  text-transform: uppercase;
  font-size: 24px;
  margin-right: 20px;
  margin-left: 20px;
}

.card--closed .title {
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.card--open {
/*   padding: 24px 40px; */
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 0;
}

.card--open .header {
  display: flex;
  align-items: center;
}

.card--open .description {
  font-size: 20px;
  letter-spacing: 0.8px;
}

.card--open .button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  color: #fffafa;
  border: 1px solid currentColor;
  background: transparent;
  width: max-content;
}

.card--open .button span {
  text-transform: uppercase;
  letter-spacing: 0.64px;
}

.card--open .showcase {
  width: 100%;
  height: 384px;
  object-fit: cover;
  object-position: center center;
}

/* Card container */
.app-msection {
  position: relative;
  height: 552px;
  width: 140px;
  display: flex;
  overflow: hidden;
  transition: width 300ms;
}

.card--open {
  width: 600px;
  padding: 0px;
  height: 100%;
  max-width: 673px;
  position: absolute;
  overflow: hidden;
  transition: all 300ms;
  left: 100%;
}

.card--closed{
  width: 140px;
  opacity: 1;
  transition: all 300ms;
}

/* Transitions */
.app-msection:hover {
  width: 600px;  
}

.app-msection:hover .card--open {
  left: 0%;
}

.app-msection:hover .card--closed{
  width: 0px;
  opacity: 0;
}
#appSection h2{
  margin: 0;
}
#appSection p.app_pera{
  line-height: 25px;
  font-size: 18px;
  text-transform: capitalize;
  font-family: sans-serif;

}
.app_paravr{
  font-size: 12px;  
}


#appButton {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #ffffff;
  color: #494949;
  cursor: pointer;
  z-index: 1000;
  overflow: hidden;
  text-align: left;
  transition: right 0.3s ease-in-out; /* Added transition property */
  outline: none;
  border: none;
  padding: 7px 8px 7px 37px;
  border-radius: 10px 0px 0px 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#appButton::after {
  content: '';
  position: absolute;
  top: 51%;
  left: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #494949;
  transition: left 0.3s ease-in-out;
}

#appButton:hover {
  background-color: #f3f3f3; /* Darker color on hover */
  transform: translateY(-50%) scale(1.05); /* Slightly scale up on hover */
}

#appButton:hover::after {
  left: 10px; /* Move arrow 5px to the left on hover */
}


#appSection {
  position: fixed;
  top: 50%;
  right: -300px;
  width: 300px;
  background-color: #f4f4f4;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease-in-out;
  z-index: 999;
  transform: translateY(-50%);
}

#appSection.open {
  right: 0;
}

#appSection img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
  a.downloadButton {
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

a.downloadButton img {
  width: 20px; /* Adjust size of the Android logo as needed */
  margin: 0 !important;
}


#dapp__btn {
	width:500px;
}
#dbtn-wrap {
	position:relative;
  padding: 4px;
  width: 237px;
  height: 57px;
	display:block;
	text-decoration:none;
	margin-bottom:30px;
	background: #242428;
    background: -webkit-gradient(linear, 0 bottom, 0 top, from(#2d2d30 ), to(#17171a));
    background: -moz-linear-gradient(-90deg, #17171a, #2d2d30 );
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 1px 0 #37373b;
    -moz-box-shadow: 0 1px 0 #37373b;
    box-shadow: 0 1px 0 #37373b;
}

#dbtn-wrap span.title{
  text-align: center;
  color: #d6d6e7;
  font: 24px / 47px "BebasNeueRegular", Helvetica, Arial, sans-serif;
  height: 50px;
	width:230px;
	display:block;
	position:relative;
    -webkit-box-shadow: 0 -1px 0 #8d8d94, 0 1px 1px #0b0b0c;
    -moz-box-shadow:  0 -1px 0 #8d8d94, 0 1px 1px #0b0b0c;
    box-shadow:  0 -1px 0 #8d8d94, 0 1px 1px #0b0b0c;
	background: #52525c;
    background: -webkit-gradient(linear, 0 bottom, 0 top, from(#383840 ), to(#5a5a64));
    background: -moz-linear-gradient(-90deg, #5a5a64, #383840 );
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	z-index:5;
	-webkit-transition:width .2s ease-out;
	-moz-transition:width .2s ease-out;
	-o-transition:width .2s ease-out;
}

#dbtn-wrap:hover span.title {
	font-size:16px;
	width:135px;
}

#dinfo {
	position:absolute;
	height:50px;
	width:230px;
	top:5px;
	right:4px;
	-webkit-box-shadow: 0 -1px 0 #404042, 0 1px 1px #0b0b0c;
    -moz-box-shadow:   0 -1px 0 #404042, 0 1px 1px #0b0b0c;
    box-shadow:   0 -1px 0 #404042, 0 1px 1px #0b0b0c;
	background: #2a2a2d;
    background: -webkit-gradient(linear, 0 bottom, 0 top, from(#212124 ), to(#2a2a2d));
    background: -moz-linear-gradient(-90deg, #2a2a2d, #212124 );
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	z-index:4;
}

#dinfo p {
	width:65px;
	margin:17px 17px 0 0;
	position:absolute;
	right:0;
	color:#7c7c84;
	font:11px/12px Helvetica, Arial, sans-serif;
	text-align:left;
}
.policy-contant{
	background-color: rgb(230, 230, 230);
	padding-top: 1px;
	padding-bottom: 60px;
}
.policy-head-text{
background-color: #009286;
padding: 12px;
}
.policy-head-text h3{
  margin: 0px;
	color: white;
	font-size: 1.5rem;
  padding-left: 57px;
}

   .appbtn-crd{
	  border: none;
    outline: none;
    padding: 6px 10px;
    border-radius: 4px;
    background: #00344e;
    color: white;
    font-weight: 200;
   }