.contact-us-main {
  padding-top: 100px;
}

.nav-bg {
  height: 458px;
  width: 100vw;
  flex-shrink: 0;
  background: #c0e9fb;
  position: relative;
  z-index: 1;
}

.nav-bg .nav-text {
  padding: 240px 0px 0 270px;
  display: inline-flex;
  align-items: flex-start;
}

.nav-bg .nav-text .header-theme {
  /* width: 300px; */
  position: absolute;
  bottom: -44px;
  left: 100px;
  z-index: -1;
  opacity: 0.4;
}


.nav-bg .header-design {
  position: absolute;
  right: 230px;
  bottom: 0;
  width: 323px;
  height: 310.401px;
  flex-shrink: 0;
  /* background: url(../images/ios-developers.png); */
  /* background-repeat: no-repeat; */
}

/* About us */

.about-us {
  position: relative;
  z-index: 1;
  background: white;
  padding-bottom: 20px;
}

.about-main .who-discr p {
  font-size: 1.5rem;
  font-weight: bold;
}

/* Hire-developers */

.hiring_types h3 {
  padding: 20px 0;
  font-weight: 500;
  font-size: 1.5rem;
}

.hiring_types h3 span {
  font-weight: bold;
}

.timing-col {
  padding: 20px 10px;
}

.time_block {
  border-radius: 40px;
  border: 2px solid #F97080;
  background: rgba(249, 112, 128, 0.30);
  display: flex;
  flex-direction: column;
}

.time_block h3 {
  padding: 40px 0;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.time_block h3 i {
  font-size: 1.5rem;
}

.timing_details {
  display: flex;
  gap: 30px;
  padding: 27px 50px;
  min-height: 162px;
}

@media (max-width:1200px){
  .timing_details {
    padding: 27px 25px;
  }
}


@media (max-width: 1024px) {
  

  /* .hire-btn {
    padding: 25px 50px 35px 50px !important;
  }  */

  .time_block {
    align-items: center;
  }

}

.hiring_types .timing-col .time_block.parttime {
  border-radius: 40px;
  border: 2px solid var(--sec-3, #968BFF);
  background: rgba(150, 139, 255, 0.30);
}

.hiring_types .timing-col .time_block.hourly {
  border-radius: 40px;
  border: 2px solid var(--sec-4, #FFAF87);
  background: rgba(255, 175, 135, 0.30);
}

.hiring_types .timing-col .time_block .timing_details .hours_minimum span {
  font-size: 1.5rem
}

.hiring_types .timing-col .time_block.fulltime .hours_per_day span {
  color: #FF907C
}

.hiring_types .timing-col .time_block.fulltime .minimun_day span {
  color: #FF907C
}

.hiring_types .timing-col .time_block.parttime .hours_per_day span {
  color: #A38CFF;
}

.hiring_types .timing-col .time_block.parttime .minimun_day span {
  color: #A38CFF;
}

.hiring_types .timing-col .time_block.hourly .hours_per_day span {
  color: #FFAF87;
  font-size: 1.5rem;
}

.hiring_types .timing-col .time_block.hourly .minimun_day span {
  color: #FFAF87;
}


.hire-btn {
  display: flex;
  justify-content: center;
  padding: 25px 0 35px 0;
}

.timing_details span {
  font-weight: bold;
  font-size: 2rem;
}

.timing_details h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  /* 27px */
}

.hire-btn .free-btn {
  display: inline-flex;
  padding: 10px 19px;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  background: #F97080;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.14);
}

.hire-btn .free-btn:hover {
  background: #df6371;
}

.hiring_types .timing-col .time_block.parttime .free-btn {
  background: #968BFF;
}

.hiring_types .timing-col .time_block.parttime .free-btn:hover {
  background: #7f74df;
}

.hiring_types .timing-col .time_block.hourly .free-btn {
  background: #FFAF87;
}

.hiring_types .timing-col .time_block.hourly .free-btn:hover {
  background: #e2966f;
}

.hire-btn .service-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

/* .hiring_types h3 {
  padding-bottom: 20px;
  font-weight: 500;
}



.time_block {
  border-radius: 10px;
  overflow: hidden;
}

.time_block h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0
}

@media screen and (max-width: 1024px) {
  .time_block h3 {
    font-size: 1.25rem
  }
}

@media screen and (max-width: 990px) {
  .hours_per_day {
    width: 50% !important
  }
}

.hours_per_day,
.minimun_day {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  padding: 25px 16px 12px
}

.hiring_types {
  padding: 50px 0 20px 0;
  position: relative
}

@media screen and (max-width: 600px) {
  .hiring_types {
    padding-bottom: 0
  }
}

@media screen and (max-width: 1366px) {
  .hiring_types:after {
    width: 98%
  }
}

@media screen and (max-width: 1200px) {
  .hiring_types:after {
    width: 100%
  }
}

@media screen and (max-width: 1024px) {
  .hiring_types:after {
    display: none
  }

  .hiring_types .timing-col .time_block h3 {
    font-size: 1.25rem !important;
  }
}

.hiring_types .timing-col .time_block h3 {
  border-radius: 29px;
  line-height: 1;
  padding: 14px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.hiring_types .timing-col .time_block .timing_details .hours_per_day span {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 22px
}

.hiring_types .timing-col .time_block .timing_details .hours_per_day h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 10px;
}

.hiring_types .timing-col .time_block .timing_details .hours_flexible {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  padding: 20px 16px 12px
}

.hiring_types .timing-col .time_block .timing_details .hours_flexible span {
  font-size: 1.5rem
}

.hiring_types .timing-col .time_block .timing_details .minimun_day span {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 26px
}

.hiring_types .timing-col .time_block .timing_details .minimun_day h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: capitalize
}

.hiring_types .timing-col .time_block .timing_details .hours_minimum span {
  font-size: 1.5rem
}


.hiring_types .timing-col .time_block.hourly .hours_per_day span .visible-mob {
  display: block;
  height: 0;
  visibility: hidden
}

@media (min-width: 481px) and (max-width:991px) {
  .hiring_types .timing-col .time_block.hourly .hours_per_day span .visible-mob {
    display: inline;
    height: auto;
    visibility: visible
  }
}

.hiring_types .timing-col .time_block.hourly .hours_per_day h4 {
  padding-top: 8px
}

.minimun_day {
  border-left: 2px solid rebeccapurple;
}

.hours_per_day,
.minimun_day {
  float: left;
  width: 50%
}

.hours_per_day h4,
.minimun_day h4 {
  font-size: 1.875rem;
  font-weight: 400
}

.hours_per_day span,
.minimun_day span {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 400
}

@media screen and (max-width: 480px) {

  .hours_per_day span,
  .minimun_day span {
    display: block;
    font-size: 1.25rem;
    padding-right: 20px
  }
}

@media screen and (max-width: 320px) {

  .hours_per_day span,
  .minimun_day span {
    padding-right: 0
  }
}

.hours_per_day span strong,
.minimun_day span strong {
  color: #f8b649;
  font-size: 1.375rem;
  font-weight: 400;
  margin-right: 2px
}

@media screen and (max-width: 480px) {

  .hours_per_day span strong,
  .minimun_day span strong {
    font-size: 1.5rem
  }
}

@media screen and (max-width: 991px) {
  .timing-col {
    margin-bottom: 20px
  }
}

.hiring_model {
  position: relative
}

@media screen and (max-width: 600px) {
  .hiring_model {
    overflow: hidden
  }
}

.hiring_model .container {
  position: relative
}

@media screen and (max-width: 600px) {
  .hiring_model .mt-4 {
    padding: 0 15px
  }
} */


/* we provide */

.ser-plate {
  align-items: center;
  display: flex;
  flex-grow: 1;
  height: 100%;
  min-height: 196px;
  justify-content: center;
  position: relative
}

.custom-gap-20 {
  gap: 60px 0;
  padding: 50px 0;
}

@media screen and (max-width: 576px) {
  .ser-plate {
    margin-bottom: 25px
  }

  .ser-plate .ser-title i {
    padding-bottom: 20px;
  }
}

.ser-plate .ser-title i {
  font-size: 3rem;
  padding-bottom: 20px;
}

.ser-plate .digits {
  align-items: center;
  display: flex;
  font-size: 3.25rem;
  font-weight: bold;
  -webkit-text-stroke: 2px #2376bc;
  color: transparent;
  justify-content: center;
  left: 15px;
  margin: 0 auto;
  position: absolute;
  top: -35px;
  transition-delay: .2s;
  transition: all .5;
  z-index: 1000
}

@media (max-width: 991px) {
  .ser-plate .ser-title i {
    padding-bottom: 20px;
  }
}

.ser-plate h3.ser-title,
.ser-plate h4.ser-title {
  margin-bottom: 0;
  padding: 40px 10px;
  transition: all .5;
  z-index: 9
}

.ser-plate .ser-title,
.ser-plate h3.ser-title,
.ser-plate h4.ser-title {
  border-radius: 10px;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  text-align: center
}

.ser-plate .ser-title {
  align-items: center;
  background: #D6F2FE;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 120px;
  overflow: hidden;
  padding: 5px 10px;
  width: calc(100% - 30px);
  width: 100%;
  z-index: 1
}

/* domain section */

.domain-section {
  padding-bottom: 50px;
}

.industires-infocus-boxes ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 40px;
  margin-top: 1rem;
}

@media screen and (max-width: 850px) {
  .industires-infocus-boxes ul {
    row-gap: 20px
  }
}

@media screen and (max-width: 567px) {
  .industires-infocus-boxes ul {
    gap: 15px
  }
}

.industires-infocus-boxes ul li {
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 7.2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: calc(16% - 10px);
  padding: 30px 20px 25px 20px;
  transition: all 0.3s ease-in;
}

.industires-infocus-boxes ul li:hover {
  background: #2376BC;
  transition: all .2s ease-in-out
}

.industires-infocus-boxes ul li:hover i {
  color: #fff;
  transition: all .2s ease-in-out
}

.industires-infocus-boxes ul li:hover p,
.industires-infocus-boxes ul li:hover span {
  color: #fff;
  transition: all .2s ease-in-out
}

.industires-infocus-boxes ul li:hover .infocus-box-img {
  opacity: 20%;
}

.industires-infocus-boxes ul li .infocus-box-img {
  background: url(../images/solution/industries-icon-bg.svg) no-repeat;
  width: 45px;
  height: 42px;
  position: relative;
  animation: mover 3s linear infinite;
}

@-webkit-keyframes mover {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  35% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  65% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -5px, 0) rotateZ(0.01deg);
  }
}

@keyframes mover {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  35% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  65% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -5px, 0) rotateZ(0.01deg);
  }
}

@media screen and (max-width: 1200px) {
  .industires-infocus-boxes ul li {
    width: calc(15% - 2px)
  }
}

@media screen and (max-width: 991px) {
  .industires-infocus-boxes ul li {
    width: calc(25% - 15px)
  }
}

@media screen and (max-width: 567px) {
  .industires-infocus-boxes ul li {
    width: calc(50% - 10px)
  }
}



/* .industires-infocus-boxes ul li:hover:after {
  height: 100%
} */



/* .industires-infocus-boxes ul li:after {
  background: #2376bc;
  bottom: 0;
  content: "";
  height: 4px;
  position: absolute;
  transition: all .4s ease;
  width: 100%
} */

/* .industires-infocus-boxes ul li a {
  text-decoration: none;
  height: 100%;
  position: relative;
  transition: all .2s ease-in-out;
  width: 100%;
  z-index: 2
} */

.industires-infocus-boxes ul li i {
  position: absolute;
  top: 37px;
  color: #000;
  font-size: 2rem;
  z-index: 2;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.industires-infocus-boxes ul li p {
  font-weight: 600;
  margin: 5px 0 0;
  transition: all .2s ease-in-out;
  z-index: 2;
}

.industires-infocus-boxes ul li span {
  color: #757575;
  font-size: 0.75rem;
  font-weight: 400;
}


/* Look at our work */
.quick-look .portfolio-btn {
  display: flex;
  justify-content: end;
  padding-bottom: 30px;
}

.portfolio-cards {
  position: relative;
  z-index: 1;
  background: #fff;
}

.card-container {
  perspective: 1000px;
  display: inline-block;
  margin: 3%;
  transition: all 0.5s ease-in-out;
}

.card-container:hover .flipper {
  transform: rotateY(180deg);
}

.card-container,
.front,
.back {
  width: 326px;
  height: 326px;
}

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 326px;
  height: 326px;
}

.front {
  z-index: 2;
}

.back {
  transform: rotateY(180deg);
  background: #E6F7FF;
  border-radius: 16px;
  box-shadow: 4px 11px 49px 0px rgba(145, 182, 212, 0.6);
  transform-style: preserve-3d;
  transition: all 0.5s ease-in-out;
}

.back a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 150px) scale(0.8);
}


.portfolio-main .portfolio-card .portfolio-image {
  /* width: 344px; */
  position: relative;
}

.portfolio-main .portfolio-card .portfolio-image img {
  /* width: 344px; */
  height: 326px;
  flex-shrink: 0;
  box-shadow: 4px 11px 49px 0px rgba(145, 182, 212, 0.6);
  border-radius: 5%;
  opacity: 1;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

/* .portfolio-main .portfolio-card .portfolio-detail {
padding: 40px 0 30px 0;
} */

.portfolio-main .portfolio-card .portfolio-detail span {
  display: inline-flex;
  padding: 3px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #757575;
  color: #2376bc;
  font-size: 1rem;
  font-weight: 600;
}

.portfolio-main .portfolio-card .portfolio-detail h4 {
  padding: 15px 0;
  color: #000;
  font-size: 1.75rem;
  font-weight: 600;
}

.portfolio-detail .abt {
  display: inline-flex;
  gap: 20px;
}

.portfolio-detail .port-link {
  background: #2376BC;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 89px;
  height: 45px;
  border-radius: 150px 150px 0 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-detail .port-link i {
  color: #fff;
  font-size: 2rem;
}

.portfolio-detail .web {
  padding: 3px 15px;
  gap: 10px;
  border-radius: 5px;
  background: #6AD4CE80;
  color: #000 !important;
  font-size: 1rem;
  font-weight: 500;
  border: none !important;
}

.portfolio-detail .mobile {
  padding: 3px 15px;
  gap: 10px;
  border-radius: 5px;
  background: #968BFF80;
  color: #000 !important;
  font-size: 1rem;
  font-weight: 500;
  border: none !important;
}

.portfolio-detail .ui-ux {
  padding: 3px 15px;
  gap: 10px;
  border-radius: 5px;
  background: #F9708080;
  color: #000 !important;
  font-size: 1rem;
  font-weight: 500;
  border: none !important;
}


@media (max-width: 1200px) {
  .card-container,
  .front,
  .back {
    width: 284px;
    height: 286px;
  }

  .portfolio-main .portfolio-card .portfolio-image img {
    /* width: 294px; */
    height: 286px;
  }
}

@media (max-width: 1024px) {

  /* .portfolio-main .portfolio-card .portfolio-image {
  width: 344px;
} */

  
}

/* Newsletter */

.newsletter {
  padding: 100px 0;
}

.newsletter-bg {
  width: auto;
  height: 250px;
  flex-shrink: 0;
  border-radius: 30px;
  background: linear-gradient(288deg, #85e1ff 0.23%, #237bff 99.44%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsletter-bg .news {
  padding-left: 50px;
}

.newsletter-bg .news h2 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 12px;
}

.newsletter-bg .news h4 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1.375rem;
  font-weight: 500;
}

.newsletter-bg .btn-wrap {
  padding-right: 50px;
}

.newsletter-bg .btn-wrap a {
  text-decoration: none;
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  transition: 0.6s ease-in-out;
}

.newsletter-bg .btn-wrap .news-btn {
  display: inline-flex;
  padding: 10px 20px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background-color: #000000;
  background-image: #000000;
  background-image: -moz-linear-gradient(top, #fff 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #fff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #ffffff 100%);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.14);
}

.newsletter-bg .btn-wrap .news-btn:hover {
  color: #fff;
  background-position: -1700%;
  transition: 0.6s ease-in-out;
}

@media (max-width: 992px) {
  .newsletter {
    padding: 100px 0;
  }

  .newsletter-bg .news {
    text-align: center;
    padding-left: 12px;
  }

  .newsletter-bg .news {
    text-align: center;
    padding-left: 12px;
  }

  .newsletter-bg .btn-wrap a {
    font-size: 0.75rem;
  }

  .newsletter-bg .btn-wrap .news-btn img {
    height: 20px;
    width: 20px;
  }

  .newsletter-bg .btn-wrap .news-btn {
    width: 200px;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .newsletter-bg .news h2 {
    font-size: 1.375rem;
    padding-top: 15px;
  }

  .newsletter-bg .news h4 {
    font-size: 1rem;
  }

  .newsletter-bg .btn-wrap {
    padding: 15px 0 15px 0;
  }

  .newsletter-bg .btn-wrap .news-btn {
    width: auto;
  }

  .newsletter-bg {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}