* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


::selection {
  background: #fde231;
  color: #ffffff;
}

body,html {
  font-family: 'Montserrat', sans-serif !important;
  scroll-behavior: smooth;
}
/* width */
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar {
  height: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #130874;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.header {
  padding: 14px 20px !important;
  background: linear-gradient(
    to right,
    rgb(10 80 120) 0%,
    rgb(19 82 118) 47%,
    rgb(143 19 134) 100%
  );
  /* border-bottom: 8px solid rgba(4, 4, 4, 0.25); */
}

.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to right,
    rgb(10 80 120) 0%,
    rgb(19 82 118) 47%,
    rgb(143 19 134) 100%
  );
  padding: 14px 20px;
  z-index: 300;
}

.logo_div {
  height: 66px;
  width: 96px;
}

.logo_div img {
  width: 100%;
  height: 100%;
}

/* .hr_line {
      border-bottom: 8px solid rgb(185, 175, 175);
  } */

.footer_col .fa-location-dot,
.footer_col .fa-envelope-open-text {
  margin-bottom: 7px;
}
.text-light a{
  padding: 0;
  margin: 0 !important;
}
.footer_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  justify-content: center;
}
.footer_icon a {
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  color: #fff;
}

.social_contact {
  display: flex;
  justify-content: end;
  align-items: center;
}

.home_icon img {
  margin-left: li;
  margin-bottom: 5px;
  height: 20px;
  width: 23px;
}

.home_icon a {
  text-decoration: none;
  padding: 0;
}
.phone_section:hover a{
  color: #fff;
}
.phone_section a,
.about_section a,
.Best_section a,
.Products_section a,
.Hire_section a {
  text-decoration: none;
  color: #fff;
  padding-left: 0px;
  cursor: pointer;
}
.Best_section a a:hover,
.about_section a:hover,
.Products_section a:hover,
.Hire_section a:hover{
  color: #fff;
}
.Best_section a:hover{
  color: #fff;;
}
/* ===============================best-menu==================== */
/* ===========================about-menu============================ */
/* ==========================hire_menu============================ */
.Hire_section,
.Best_section,
.about_section {
  position: relative;
}
.Best_section:hover .best_menu,
.about_section:hover .about_menu,
.Hire_section:hover .hire_menu {
  display: block;
}

.best_menu,
.hire_menu,
.about_menu {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  background-color: #0d3853;
  width: 300px;
  z-index: 200;
  padding: 10px;
  border-radius: 5px;
}


.best_menu ul,
.about_menu ul,
.hire_menu ul {
  padding: 0;
}

.best_menu ul li,
.about_menu ul li,
.hire_menu ul li {
  display: block;
  margin-bottom: 9px;
  background-color: #9a0b90;
  border-radius: 5px;
  text-transform: capitalize;
}

.best_menu ul li:hover,
.about_menu ul li:hover,
.hire_menu ul li:hover {
  background-color: #d105c3;
}

.best_menu ul li a,
.about_menu ul li a,
.hire_menu ul li a {
  padding: 5px;
  display: block;
}

#navbar {
  transition: all 0.5s ease-in-out;
}

.Best_section:hover .fa-chevron-down,
.about_section:hover .fa-chevron-down,
.Hire_section:hover .fa-chevron-down {
  transform: rotate(180deg);
  transition: 0.5s ease;
  color: #f7e816 !important;
}

.nav_link .hire {
  display: none;
}

.nav_link #hire {
  display: none;
}

#icon_hire {
  display: none;
}


.footer_icon .fa-envelope-open-text {
  color: #fff;
  font-size: 15px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #4937e3 !important;
}
.footer_icon .fa-location-dot{
  margin: 0 !important;
}
.footer_icon a:hover{
  color: #fff;
}
.footer_icon .fa-location-dot,
.phone_section .fa-phone,
.chat_section .fa-rocketchat {
  color: #fff;
  font-size: 15px;
  margin-right: 10px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #4937e3 !important;
}

.submenu_link {
  position: relative;
}

.submenu_link .fa-chevron-down {
  color: #fff !important;
  transition: 0.4s ease;
}
.hidden-for-pc {
  display: none;
  margin: 0;
}
.web-menu {
  background-color: #0d3853;
  display: none;
  position: absolute;
  top: 35px;
  left: 0px;
  height: auto;
  padding: 10px 20px 10px 0px;
  border-radius: 5px;
  width: 400px;
  z-index: 200;
  overflow: visible;
}

.submenu_link .web-menu li {
  display: block;
  margin: 10px 0;
  background-color: #9a0b90;
  border-radius: 5px;
  text-transform: capitalize;
  overflow: hidden;
}

.submenu_link .web-menu ul {
  padding-left: 16px;
}

.submenu_link .web-menu li:hover {
  background-color: #d105c3;
}

.submenu_link .web-menu li a {
  display: block;
  width: 100%;
  padding: 10px;
}

.nav_link ul li:hover .fa-chevron-down {
  transform: rotate(180deg);
  color: #f9f33d;
}

.nav_link ul li:hover .web-menu {
  display: block;
}

.nav_link > ul {
  cursor: pointer;
  display: flex;
}

.nav_link ul li {
  align-items: center;
  text-transform: capitalize;
  list-style: none;
  flex-wrap: nowrap;
  margin-right: 16px;
  text-transform: capitalize;
}

.nav_link ul li a {
  padding: 7px 4px;
  text-decoration: none;
  display: inline-block;
  color: #e5d9d9;
}

.nav_link ul li a:hover,
.active {
  /* color: #f9f33d !important; */
  transition: 0.5s;
}
#hire a:hover{
  color: #fff  !important;
}

.ham_bar {
  display: none;
  font-size: 26px;
}

.back_menu {
  font-size: 30px;
  display: none;
}

.bg_color {
  background: linear-gradient(
    to right,
    rgb(10 80 120) 0%,
    rgb(19 82 118) 47%,
    rgb(143 19 134) 100%
  );
}

.hire_color {
  background: #0d3853;
}

.hire_text h3 {
  text-align: center;
  font-weight: 700;
  color: #fff;
}

/* ================================================header banner btn section================================== */
.btn_section {
  position: relative;
  display: inline-block;
  padding: 10px 12px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 0;
  background-color: #033556;
}

.button {
  position: relative;
  z-index: 4;
  transition: 0.7s ease;
}

.button a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.overlay_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0px;
  transition: 0.7s ease;
  background: hsl(56, 88%, 65%);
}

.btn_section:hover .button a,
.btn_section:hover .overlay_btn {
  width: 300px;
  color: #090909;
}

/* =============================particales================== */
.header_wrapper {
  position: relative;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* ======================.header_banner============ */

.aside_text p,
.aside_text h3 {
  color: #fff;
}

.typed-cursor {
  color: rgb(33, 212, 206);
}

.aside_text h1 {
  color: #f9f33d;
  font-weight: 300;
  padding-bottom: 25px;
}

.line_div .line {
  height: 2.4px;
  width: 150px;
  background-color: #2d2b2b;
  display: inline-block;
  margin: 4px;
}

.line_div .curcle {
  height: 25px;
  width: 25px;
  background-color: #413f3f;
  display: inline-block;
  margin: 4px;
  border-radius: 50%;
}

/* ===================================================brand section=============================== */

.our_brands_wrapper {
  padding: 0px 0;
}

.brand_bg_image {
  background-image: url(../images/brandBackground.png);
  background-position: right;
  background-repeat: repeat;
  background-size: contain;
}

.our_brands {
  padding: 50px 5px;
  gap: 25px;
}

.our_brand_div {
  height: 90px;
  width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(167, 153, 153);
  transition: 0.3s ease;
  overflow: hidden;
}

.our_brand_div:hover {
  box-shadow: 0 0 10px rgb(2, 2, 2);
}

.h_color {
  color: #393434;
}

.our_brand_div img {
  width: 280px;
  height: 50px;
}

/* =================================================service section====================================== */

.our_service {
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(174, 165, 165);
  transition: 0.5s ease;
  margin-bottom: 10px;
  height: 300px;
  background: #fff;
}
.service_header {
  position: relative;
}
.our_service p {
  position: relative;
  z-index: 2;
}
.phlip_header::before {
  right: 17px;
  content: "";
  background-color: rgb(244, 237, 237);
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: 16px;
  opacity: 0;
  border-radius: 50%;
  animation: web_curcle 3s forwards infinite;
  z-index: 1;
}
.phlip_header::after {
  content: "";
  background-color: rgb(244, 237, 237);
  height: 100px;
  width: 100px;
  position: absolute;
  top: 4px;
  left: 17px;
  opacity: 0;
  border-radius: 50%;
  z-index: 1;
  animation: web_curcle 4s forwards infinite;
}
@keyframes web_curcle {
  25% {
    opacity: 0;
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
    transform: scale(0.8);
  }

  75% {
    opacity: 0.5;
    transform: scale(0.11);
  }
}
.ten_year{
  animation: year 8s linear infinite;
}
@keyframes year{
  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.header_wrapper{
  padding: 70px 0;
}




div.bg-color {
  overflow: hidden;

}
.swiper-container{
  overflow: hidden !important;
  border-radius: 10px;
}
.swiper-slide{
}
.swiper-slide img{
  width: 100%;
  border-radius: 10px;
}
div.swiper-5 {
  div.swiper-slide {
    padding: 3em 0;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    outline: 0;
    background-color: #4899dd;
  }
  .swiper-button-prev {
    background: none;
    &:before {
      position: absolute;
      content: "\f137";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      color: #fff;
      margin-top: 10px;
    }
  }
  .swiper-button-next {
    background: none;
    &:before {
      position: absolute;
      content: "\f138";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      color: #fff;
      margin-top: 10px;
    }
  }
}

















.service_header a {
  font-size: 18px;
  color: #0d3853 ;
  line-height: 1.5;
  text-decoration: none;

}
.our_service h4 {
  font-weight: 700;
  text-transform: capitalize;
}
.our_service p{
  color: #0d3853;
}

.our_service:hover {
  z-index: 100;
  box-shadow: 0 0 15px rgb(16, 16, 16);
}

.our_service img {
  min-width: 40px;
  min-height: 40x;
  height: 48px;
  width: 48px;
  transition: 0.9s ease;
}

.our_service:hover img {
  transform: rotate(360deg);
}

.service_text h4 {
  padding: 10px 0;
}

/* ================================cursor event======================================= */

#pointer-ring {
  position: fixed;
  width: 50px;
  height: 50px;
  border: 2px solid blue;
  transition: border-color 0.5s;
  border-radius: 50%;
  left: 0px;
  top: -50px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: 0.5s;
  z-index: 9999;
}

#pointer-dot {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: purple;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  z-index: 9999;
  transition: 0.1s ease;
}

/* =================================================rotate sectiomn===================================== */

.rotate_wrapper {
  padding: 40px 20px;
  width: 100%;
  background-color: #f9f9f9;
}

.rotate_header {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.rotate_div {
  max-width: 460px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.Daps_header {
  max-width: 760px;
}

.Daps_header h2 {
  margin-bottom: 30px;
}

.rotate_div_inner {
  height: 400px;
  max-width: 450px;
  background-image: url(../images/technology.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: spin 12s linear infinite;
}

.rotate_div img {
  position: absolute;
  top: 5px;
  left: 25px;
  height: 390px;
  width: 390px;
}

/* =========================footer==================== */

.footer_wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(
    to right top,
    #171919,
    #161817,
    #151716,
    #151514,
    #141413
  );
}

.foote_inner {
  position: relative;
  width: 100%;
  width: 100%;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}

.footer_col {
  width: 25%;
  padding: 0 9px;
}

.footer_col ul {
  margin: 0;
  padding: 0;
  color: #fff;
  transition: 0.6s;
}

.footer_col ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.7s;
}

.footer_col li {
  margin-top: 6px;
  list-style: none;
}

.footer_col h3 {
  color: #f9f33d;
  text-transform: uppercase;
}

.footer_contact {
  margin-top: 15px;
}

.footer_social_icon {
  position: absolute;
  bottom: 50px;
  right: 100px;
  display: flex;
  flex-direction: row;
}

.footer_col li a:hover {
  color: #f7e816;
  transform: translatex(10px);
}

.about_daps {
  text-align: justify;
  font-size: 18px;
  color: #0d3853;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  
}

.about_text_size {
  font-size: 18px;
  line-height: 1.5;
  color: #0d3853;
  text-align: start;
  font-family: 'Montserrat', sans-serif;
}

video {
  object-fit: contain;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.footer_video {
  position: absolute;
  z-index: 1;
  width: 100%;
  visibility: visible;
  top: 0%;
  left: 0%;
  transform: translate(0%, -40%);
  opacity: 0.3;
}
.icon_i{
  position: relative;
  z-index: 99;
}
.icon_i img{
margin-left: 5px;
}
/* ============================android======================================== */

.android_text h2 {
  color: #fff;
  font-size: 35px;
}

.android_text p {
  color: #fff;
  font-size: 18px;
}

.android_some_text {
  position: relative;
  max-width: 200px;
}

.some_inner_text span {
  color: #f9f33d;
  text-align: justify;
}

.dot_div {
  position: absolute;
  right: 20%;
  top: 22%;
}

.cube-classic-item {
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #6e6c6c;
  transform: none;
  margin-left: 20px;
  animation: cube-classic 10s infinite ease-in-out;
}

.android_image img {
  opacity: 0.7;
  border-radius: 10px;
}

.year_text h1 {
  font-size: 130px;
}

.year_text:hover {
  color: #f505e5;
}

.digital_text h1 {
  color: white;
}

.digital_text p {
  color: white;
  font-size: 17px;
}

/* =================.group_btn==================== */
.technical {
  margin-bottom: li;
}

.technical h2 {
  color: #fff;
}

.technical p {
  color: #fff;
  font-size: 14px;
}

/* ==========================testimonial=========================== */
.testimonial {
  position: relative;
  min-height: 380px;
  padding: 12px 20px;
  box-shadow: 0 0 20px rgb(222, 206, 206);
  transition: 0.4s ease;
  border-radius: 5px;
  overflow: hidden;
}
.testimonial::before {
  content: "";
  height: 100px;
  width: 100px;
  background-color: rgb(246, 229, 229);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0px 100px 0px;
  z-index: -1;
}
.testimonial::after {
  content: "";
  height: 100px;
  width: 100px;
  background-color: rgb(246, 229, 229);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100% 0px 0 0px;
  z-index: -1;
}

.testimonial:hover {
  box-shadow: 0 0 10px rgb(107, 103, 103);
}

/* .testimonial .curcle_div {
    height: 70px;
    width: 200px;
    background-color: #a9099ea7;
    border-radius: 0 0px 100px 0px;
    z-index: -0px;
    transition: 0.6s ease;
} */

.testimonial .star {
  color: #f93d92;
}

.testimonial_image {
  display: flex;
  justify-content: start;
  text-align: center;
  align-items: center;
}

.testimonial_image img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: li solid red;
}

@keyframes cube-classic {
  25% {
    opacity: 0.5;
    transform: scale(0.4) rotate(10deg);
  }

  50% {
    opacity: 1;
    transform: scale(0.7) rotate(10deg);
  }

  75% {
    opacity: 0.5;
    transform: scale(0.4) rotate(10deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1400px) {
  .our_brand_div {
    height: 90px;
    width: 100%;
    max-width: 290px;
  }
}

@media only screen and (max-width: 1300px) {
  .webmenu_flex {
    display: flex !important;
  }

  .nav_link {
    position: fixed;
    right: -100%;
    top: 0px;
    width: 100%;
    background-color: rgb(148, 4, 83);
    height: 100%;
    transition: 0.8s;
    z-index: 999;
    overflow-y: scroll;
  }

  .nav_link ul li {
    margin: 10px 5px;
  }

  .nav_link > ul {
    display: flex;
    flex-direction: column;
    padding: 5px;
  }

  .mobile_menu {
    right: 0;
  }

  .ham_bar {
    display: flex;
    color: #fff;
  }

  .back_menu {
    display: flex;
    position: absolute;
    right: 14px;
    top: 10px;
    color: #fff;
  }

  .nav_link ul li:hover .web-menu {
    display: none;
  }

  .submenu_link .web-menu {
    position: initial;
    top: inherit;
    left: initial;
    padding: 0;
    margin: 0;
    background: none;
    display: none;
  }

  .submenu_link .web-menu li {
    display: block;
    margin: 4px 0;
    border-radius: 5px;
    background: none;
  }

  .submenu_link .web-menu li:hover {
    background: #fdfbfb;
  }
  .submenu_link .web-menu li:hover a {
    color: black;
  }
  .nav_link ul li:hover .fa-chevron-down {
    transform: rotate(0deg);
    color: #f9f33d;
  }
}

@media only screen and (max-width: 1000px) {
  .contacts_us {
    justify-content: center;
  }

  .our_brand_div {
    height: 90px;
    width: 100%;
    max-width: 300px;
  }

  .about_daps {
    text-align: start;
    font-size: 17px;
    color: #0d3853;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 998px) {
  .contact-inner-div {
    display: flex;
    flex-wrap: wrap;
  }

  .android_some_text {
    padding: 0 !important;
    text-align: center;
  }

  .dot_div {
    display: none;
  }

  .our_brand_div {
    height: 90px;
    width: 100%;
    max-width: 290px;
  }

  .footer_video {
    display: none;
  }

  .footer_wrapper {
    background: linear-gradient(
      to right,
      rgb(10 80 120) 0%,
      rgb(19 82 118) 47%,
      rgb(143 19 134) 100%
    );
  }
  #pointer-ring{
    display: none;
  }
  #pointer-dot{
    display: none;
  }
  h4{
    font: 18px !important;
  }
}

@media only screen and (max-width: 778px) {
  .sticky {
    padding: 15px 40px;
  }
  /* .for__mobile_none{
    display: none !important;
  } */
  .hidden-for-pc {
    display: block;
    margin-right: 16px;
  }
  .header_banner {
    padding: 70px 20px 20px 20px;
  }

  .our_brand_div {
    height: 90px;
    width: 100%;
    max-width: 240px;
  }

  .footer_col {
    width: 50%;
    margin-bottom: 25px;
  }

  .Best_section a,
  .Products_section a,
  .Hire_section a {
    display: none;
    gap: 0px !important;
    justify-content: center !important;
  }
.Best_section span{
  display: none;
}
  .Hire_section {
    display: none;
  }

  #hire {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  /* #icon{
    display: none;
  }

  .Hire_section .fa-chevron-down {
    display: none;
  } */

  .nav_link #hire {
    display: flex;
  }

  #icon_hire {
    display: flex;
  }

  .some_inner_text {
    text-align: center;
  }

  .android_text h2 {
    font-size: 29px;
  }
}

@media only screen and (max-width: 668px) {
}

.group_btn {
  flex-wrap: wrap;
}

@media only screen and (max-width: 558px) {
  .sticky {
    padding: 13px 26px;
  }

  .aside_text .text {
    font-size: 30px;
  }

  .phone_section,
  .chat_section {
    margin-right: 0px;
  }

  .our_brand_div {
    height: 90px;
    max-width: 350px;
    width: 100%;
  }

  .line_div .line {
    width: 100px;
  }

  .rotate_div img {
    top: 30px;
    left: 38px;
  }

  .footer_social_icon {
    bottom: 0px;
  }
  .center{
   left: 0;
  }
  .about_menu{
    left: 0;
    width: 200px;
  }

  .rotate_div img {
    top: 0px;
    left: 25px;
    height: 400px;
    width: 400px;
  }

  .mobileappdevelopment .row > * {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: start !important;
  }

  .php_text {
    max-width: 300px;
    border: none;
    background-color: #f2e2e2;
  }
}

@media only screen and (max-width: 488px) {
  .rotate_div img {
    top: 5px;
    left: 0px;
    height: 300px;
    width: 300px;
  }

  .footer_col {
    width: 100%;
    margin-bottom: 20px;
  }

  .rotate_div {
    width: 300px;
  }

  .rotate_div_inner {
    height: 300px;
    width: 300px;
  }
}

@media only screen and (max-width: 398px) {
  .social_contact {
    display: none;
  }
}

.ppc {
  margin-top: 80px;
  margin-left: 30px;
  padding-left: 90px;
}

.ppc h2 {
  margin-top: 50px;
}

.get-started {
  background-color: #8ec0e9;
  min-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.waviy {
  position: relative;
}

.waviy span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  animation: flip 2s infinite;
  animation-delay: calc(0.2s * var(--i));
}

@keyframes flip {
  0%,
  80% {
    transform: rotateY(360deg);
  }
}

.serviceBox {
  height: 420px;
  color: #e9cc2c;
  background: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 55px 20px 60px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.serviceBox:before,
.serviceBox:after {
  content: "";
  background: #e0b805;
  height: 45px;
  width: 100%;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.3) inset;
  position: absolute;
  top: 0;
  left: 0;
}
.serviceBox:after {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3) inset;
  top: auto;
  bottom: 0;
}
.serviceBox .service-icon {
  font-size: 40px;
  margin: 0 0 10px;
}
.serviceBox .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.serviceBox .description {
  /* height: 260px; */
  color: #141414;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
.serviceBox.pink {
  color: #ec6d9e;
}
.serviceBox.pink:before,
.serviceBox.pink:after {
  background-color: #ec6d9e;
}
.serviceBox.purple {
  color: #9375df;
}
.serviceBox.purple:before,
.serviceBox.purple:after {
  background-color: #8672b9;
}
.serviceBox.blue {
  color: #7095c2;
}
.serviceBox.blue:before,
.serviceBox.blue:after {
  background-color: #77a3d8;
}
@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}
