@import url("/css/main.css");


/* header section starts here */
body {
  overflow-x: hidden;
}

.header {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: url(../images/service_page/banner_img3.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.main_heading {
  margin-top: 100px;
  height: 60vh;
}

.header_title {
  color: white;
}

/* sub heading section starts here */

.title2 h3 {
  margin-top: 200px;
  color: #0078D5;
}

.title2 h3 {
  padding: 0px 80px;
}

.h_para {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 0px 200px;
}

.our_idea{
  margin-top: 50px;
}


.services,
.cta_sec,
.website_footer,
.case_study,
.tech_solutions,
.business_solutions,
.service_solutions,
.business_benifits {
  margin-top: 150px;
}

.service_cards {
  margin-top: 80px;
}

.our_reason {
  margin-top: 200px;
}

.our_idea .bg_shape,
.case_study .bg_shape {
  position: absolute;
  z-index: -1;
  left: 70%;
}

.our_reason .bg_shape {
  position: absolute;
  z-index: -1;
  left: -5%;
}

.bg_shape {
  animation-name: bg_shape;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes bg_shape {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}

/* mobile screen animation */

.sec2_artwork{
  overflow: visible;
}

.mob_screen {
  animation-name: mob_screen;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

/* @keyframes mob_screen {
  0% {
    transform: translate(0, -20px);
    opacity: .1;
  }

  60% {
    transform: translate(0, -60px);
    opacity: 1;
  }

  100% {
    transform: translateX(-100px);
    opacity: 0;
    }
} */


@keyframes mob_screen {
  0% {
    transform: translate(0, -20px);
    opacity: .1;
  }

  20% {
    transform: translate(0, -60px);
    opacity: 1;
  }

  40% {
    transform: translateX(-100px);
    opacity: 0;
    }

  60% {
    transform: translate(0, -20px);
    opacity: .1;
  }

  80% {
    transform: translate(0, -60px);
    opacity: 1;
  }

  100% {
    transform: translate(100px, -100px);
    opacity: 0;
    }
}


.sec2_title1,
.sec2_title2,
.blog_sec h2,
.blog_title {
  color: #0078D5;
  padding-top: 60px;
}

.sec2_para1,
.sec2_para2 {
  line-height: 1.5 !important;
  letter-spacing: 1px;
  padding-top: 40px;
}

.service_solutions h4,
.sec3_mtitle,
.form_title,
.cta_sec h2,
.service-title {
  color: #0078D5;
}

.w_icn {
  display: none;
}

.crd1:hover .w_icn {
  display: inline;
}

.crd1:hover .b_icn {
  display: none;
}

.crd1,
.crd2 {
  box-shadow: 0px 1px 20px -15.5px;
  border-radius: 15px;
}

.crd1:hover {
  box-shadow: 0px 1px 20px -15.5px;
  background-color: #0078D5;
  color: white;
  animation-name: zoom_out;
  animation-duration: 400ms;
  animation-timing-function: linear;
  animation-fill-mode: both;
}

.crd1:hover .go_btn{
  filter: invert(95%) sepia(0%) saturate(6645%) hue-rotate(30deg) brightness(118%) contrast(104%);  /* fill: white; */
}


@keyframes zoom_out {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.03, 1.03);
  }
}

/* blog section desktop */

.blog_sec {
  margin-top: 80px;
}

.blog_sec h2 {
  padding-bottom: 50px;
}


.blog {
  position: relative;
}

.bg_shape1 {
  position: absolute;
  top: 10%;
  z-index: -1;
}

.blog .thumb_img {
  padding-top: 40px;
  padding-left: 160px;
}

.blog_card {
  margin-top: 150px;
}

/* blog section mobile */

.blog_sec {
  margin-top: 80px;
}

.blog .thumb_img {
  padding-top: 10px;
  padding-left: 10px;
}

.blog_card {
  margin-top: 80px;
}

/* blog sec tab portrait */

.blog_sec {
  margin-top: 50px;
}

.blog .thumb_img {
  padding-top: 10px;
  padding-left: 10px;
}



/* tab view portrait */

@media only screen and (min-width: 600px) and (max-width: 991px) {

  .main_heading {
    margin-top: 60px;
    height: 80vh;
  }

  .title2 {
    margin-top: 100px;
    color: white;
  }

  .title2 h3 {
    padding: 0px 40px;
  }

  .h_para {
    padding: 0px 80px;
  }
}


/* mobile device */

@media only screen and (max-width: 600px) {
  .main_heading {
    margin-top: 15px;
    height: 80vh;
  }

  .header_title {
    height: 60vh;
    padding-top: 30px;
  }

  .main_heading p {
    font-size: 32px;
  }

  .main_heading h2 {
    font-size: 22px;
  }

  .title2 {
    margin-top: 10px;
    color: white;
  }

  .title2 h3 {
    font-size: 32px;
    padding: 0px 15px;
  }

  .h_para {
    padding: 0px 10px;
  }
}