.post-header-image .wrapper-service {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 10;
  padding-bottom: 60px;
  background-color: #00000000;
}

.post-header-image {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.main-text-h1 {
  font-size: 90px;
  transition: 1.5s;
  font-family: Montserrat;
  font-weight: 900;
  text-align: center;
  letter-spacing: -2px;
  padding-top: 215px;
}

.contact-home .wpcf7-response-output, .contact-home .wpcf7-not-valid-tip{
  display: none;
}
.contact-home .wpcf7-not-valid-tip {
display: block;
}

.contact-home .screen-reader-response{
display: none
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  display: block !important;
}

.contact-sec .form-outline {
margin-bottom: 0.5rem !important;
}

.contact-home .sent .wpcf7-response-output {
  color: greenyellow !important;
}

@media (max-width: 768px) {
  .main-text-h1 {
    font-size: 3em;
    padding-left:0px;
  }
}

.service-span {
  color: #015dd3cf !important;
}

/* new */
@media screen and (min-width: 75em) {
  .SectionList {
    padding-bottom: 12.8rem;
  }
}

@media screen and (min-width: 54.375em) {
  .SectionList {
    padding-bottom: 8rem;
  }
}

.SectionList {
  padding-bottom: 4.8rem;
}

@media screen and (min-width: 75em) {
  .SectionList__item {
    padding-top: 12.8rem;
  }
}

@media screen and (min-width: 54.375em) {
  .SectionList__item {
    padding-top: 8rem;
  }
}

.SectionList__item {
  padding-top: 4.8rem;
}

.Container {
  width: 100%;
  margin: 0 auto;
  padding-left: 5vw;
  padding-right: 5vw;
  max-width: calc(125rem + 10vw);
}

.gatsby-image-wrapper {
  vertical-align: middle;
}

.Container1 {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 0fr;
  column-gap: 5px;
  padding-top: 80px;
}

.Container1:after {
  content: "";
  display: table;
  clear: both;
}

.Image {
  max-width: 100%;
  max-height: 100%;
}

.Text {
  margin-right: 20px;
}

.service-sub-heading {
  color: #015dd3cf;
  font-weight: 700;
}

.intro-text {
  margin-bottom: 100px;
  width: 100%;
  padding-top: 50px;
}


/* new */
/* web development */
.web-design {
  background-color: #f2f2f2;
  min-height: 100vh;
  /* font-family: 'Fira Sans', sans-serif; */
  display: flex;
}

.blog-inner {
  position: relative;
  max-width: 1200px;
  /* padding:20px; */
  margin: auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px
}

.blog-slider {
  width: 100%;
  background: #fff;
  padding: 25px;
  border-radius: 25px;
  transition: all 0.3s;

}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}

.blog-slider__item {
  display: flex;
  align-items: center;
  padding: 50px 0 50px 0;

}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
    padding-bottom: 150px;
  }
}

.blog-slider__img {
  width: 340px;
  flex-shrink: 0;
  height: 235px;
  box-shadow: 4px 13px 30px 1px rgba(26, 168, 226, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
  background: #FFF;
}

.blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
  height: 400px
}

.blog-slider__img img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  display: inline-block;
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
  }
  .blog-slider__img {
    height: 220px;
  }
}

.blog-slider__content {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #015dd3cf;
  margin-bottom: 20px;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 2){
  .blog-slider {
    max-width: 100%;
    height: auto;
  }
  .blog-slider__item {
    padding: 50px 0 0 0;
  }
  .blog-slider__img {
    width: 300px !important;
    height: 205px !important;
  }
  .main-text-h1 {
    font-size: 90px;
  }
  
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}


.get-touch-sec-p-industry{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.get-touch-sec {
  background-color: #015dd3;
  padding: 55px !important;
}

.who-main-sec-text {
  text-align: center;
  font-size: 100px;
  color: #0569bd;
  font-family: Montserrat;
  font-weight: 900;
  letter-spacing: 0px !important;
}

.get-touch-sec-h1 {
  color: #fff !important;
  position: relative;
  top: 150px;
  letter-spacing: -8px !important;
}

.get-touch-sec-dots {
  padding-top: 60px;
}

.get-touch-sec-h2 {
  font-weight: bolder;
  color: #fff;
  margin-top: 20px;
}

.get-touch-sec-p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.dots-sec-two {
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  background-color: #fff;
  border-radius: 100px;
  margin: 15px 0px;
}

.dots-sec-three {
  width: 2rem;
  height: 15rem;
  margin: .5rem;
  background-color: #fff;
  border-radius: 0px;
  margin: 15px 0px
}

.two-line{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}