/* Commomn styles */

body {
  font-family: "Merriweather Sans", sans-serif;
  overflow-x: hidden;
}

a {
  color: #3a3a3a;
  font-size: 14px;
}

.btn,
a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none !important;
  outline: none !important;
}

:root {
  --hash-blue : #3a9cf2;
  --hash-orange : #f9a13e;
  --hash-darkgrey : #363845;
  --hash-lightgrey : #cdcdcd;
  --hash-light : #efefef;
}

img {
  max-width: 100%;
}

.clr-blu {
  color: #3a9cf2 !important;
}

.bg-about {
  background-color: rgba(58, 156, 242, 0.1) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

section {
    padding: 50px 0;
}

.col-1by5 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.pad-none {
  padding-left: 0px;
  padding-right: 0px;
}

.pad-left-none {
  padding-left: 0;
}

.pad-right-none {
  padding-right: 0;
}

.pad-5-row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.pad-5-row > div {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.white-bg {
  background: #fff;
}

p {
  font-weight: 300;
  font-size: 18px;
  color: #384656;
  line-height: 23.61px;
  margin-bottom: 25px;
}

p.alt {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 20px;
}

.whatsapp {
  -webkit-box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 20;
  background-color: #29a71a;
  width: 65px;
  height: 65px;
  border-radius: 13px;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}

.whatsapp:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  color: #fff;
}
.show-xs {
  display: none;
}
.d-flex {
  display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.hidden-sm{
  display: block;
}

/*  Commomn styles end */

/*call to action*/

.cltoactn {
  text-align: left;
  color: #384656;
  display: inline-block;
  float: none;
  max-width: 100%;
  margin: 15px 0;
  padding: 10px 30px 5px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 9px 9px 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 9px 20px 1px rgba(0, 0, 0, 0.2);
}

.cltoactn h3 {
  margin: 3px 0;
  color: #3a9cf2;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 30px;
}

.cltoactn h4 {
  font-weight: 300;
  font-size: 20px;
  color: #384656;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.cltoactn h5 {
  font-size: 18px;
  color: #384656;
  margin-top: 15px;
  margin-bottom: 20px;
  float: left;
  font-weight: 300;
  letter-spacing: 0;
}

.cltoactn .form-control {
  font-size: 17px;
  letter-spacing: 1px;
  border: 0px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.cltoactn .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.cltoactn .form-control::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.cltoactn .form-control:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.cltoactn .form-control:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.cltoactn .form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cltoactn input {
  height: 30px;
  font-size: 17px;
  letter-spacing: 1px;
  border: 0px;
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cltoactn .form-group {
  position: relative;
  background: #fff;
  border: 1px solid #3a9cf2;
  border-radius: 4px;
  padding: 12px 0 0;
  margin-bottom: 21px;
}

.cltoactn label {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 0;
  font-size: 16px;
  line-height: 21px;
  margin: 0px 0 0;
  color: #384656;
  font-weight: 300;
  -webkit-transition: all ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: all ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: all ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: all ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.cltoactn span {
  color: red;
}

.cltoactn input:focus + label,
.cltoactn input:not(:placeholder-shown) + label {
  top: -3px;
  font-size: 10px;
}

.focused label {
  top: -3px;
  font-size: 10px;
}

.cltoactn .btn {
  width: 100%;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0;
  max-width: 150px;
  display: block;
  border-radius: 10px;
  background: #3a9cf2;
  border: 2px solid #3a9cf2 !important;
  float: right;
  margin-top: 10px;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.cltoactn .btn:hover {
  border-color: #3a9cf2 !important;
  background: #fff;
  color: #3a9cf2 !important;
}

/*call to action end*/

/* header styles start */

/* .triangle {} */

.seo-helper {
  max-height: 90px;
  overflow: hidden;
  bottom: -53px;
  position: absolute;
  left: 0;
  right: 0;
  color: #909090;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #f5f5f5;
}

#closeButton {
  position: absolute;
  right: -35px;
  z-index: 1;
  font-size: 4rem;
  color: #3a9cf2;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  top:-11px;
}
#closeButton:hover, #closeButton-solutions:hover {
  color: #00539b;
}
#closeButton-solutions {
  position: absolute;
  right: -35px;
  z-index: 1;
  font-size: 4rem;
  color: #3a9cf2;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  top:-11px;
}


.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInRight {
  0%,
  100% {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%,
  100% {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.megaopen {
  line-height: 20px;
  color: #384656 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 5px 5px 0 0;
  padding: 14px 15px;
  margin-right: 0px;
  font-family: "Oxygen", sans-serif;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.megaopen:hover {
  color: #3a9cf2 !important;
  border-bottom-color: #3a9cf2;
}
.nav > li.mega-dropdown{
  position: static;
}
.nav > li.mega-dropdown-solutions{
  position: static;
}
.mega-dropdown-menu{
  position: absolute;
  top: 100%;
  left: 6% !important;
  width: 86% !important;
  height: auto;
  border-top: 1px solid #eee;
  background-color: #ffe5f6;
  z-index: -1;
  display: none;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.mega-dropdown-menu-solutions {
  position: absolute;
  top: 100%;
  left: 15% !important;
  width: 70% !important;
  height: auto;
  border-top: 1px solid #eee;
  background-color: #ffe5f6;
  z-index: -1;
  display: none;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.rightbtn {
  background-color: #fff;
  border: 0px;
  height: 50px;
  line-height: 37px !important;
  width: 73%;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #424242 !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 5px 5px 0 0px #6a1b9a;
  box-shadow: 5px 5px 0 0px #6a1b9a;
}

.rightbtn:hover {
  -webkit-box-shadow: 2px 2px 0 0px #6a1b9a;
  box-shadow: 2px 2px 0 0px #6a1b9a;
}

.rightbox .cltoactn .btn {
  max-width: 100%;
  margin: 0;
}

.rightbox .cltoactn h5 {
  margin: 0 0 10px;
}

.mega-dropdown-menu .head {
  font-size: 50px;
  color: #6b6b6b;
  border-bottom: solid 1px #f1f1f1;
  padding: 20px 36px;
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
}

.menulist {
  margin: 20px 0;
  height: auto;
}

.menulist a {
  display: block;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 70px;
  color: #384656;
}

.menulist a:hover {
  color: #3a9cf2;
}

.page-home {
  position: relative;
}

.navbar-default {
  border: 0;
  background: transparent;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 999;
  margin-bottom: -22px;
  margin-top: 0;
}

.carousel {
  position: relative;
}

.carousel-control {
  display: none;
}

.carousel-control.left,
.carousel-control.right {
  background: transparent;
}

.page-inner .carousel-inner.mobil-app-dev {
  background: #3A9CF3;
}

.page-inner .carousel-inner.seo {
  background: #3A9CF3;
}

.page-inner .carousel-inner.socialmedia-marketing {
  background: #3A9CF3;
}

.page-inner .carousel-inner.software-testing {
     background: #d8d8d8;
}

.page-inner .carousel-inner.web-hosting {
  background: #3A9CF3;
}

.page-inner .carousel-inner .item {
  min-height: 509px;
  height: 100%;
}

/* .carousel-inner .item:nth-child(1) {} */
/* .carousel-inner .item:nth-child(2) {} */
/* .carousel-inner .item:nth-child(3) {} */
.page-home .carousel-inner img {
  float: right;
  margin-top: 23%;
}

.page-home .shopify img {
  width: 100%;
}

.page-home .carousel p span {
  font-weight: 500;
  font-size: 20px;
}

.main-head-1,
.team-indian .carousel p,
.page-home .carousel p {
  font-family: "Oxygen", sans-serif;
  color: #282828;
  margin-top: 10%;
  font-weight: 700;
  font-size: 4rem;
  line-height: initial;
  /*letter-spacing: 2px;*/
}

.about-us .main-head-1 {
  margin-top: 8% !important;
}

.bannersub {
  color: #fff;
  font-size: 2.3rem;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px 0;
}

.banner .main-head-1 {
  min-height: 150px;
  color: #fff;
}

.lets-talk {
  min-width: 200px;
  max-width: 400px;
  background-color: #3a9cf2;
  font-size: 18px;
  font-family: "Oxygen", sans-serif;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 10px 15px;
  color: #ffffff;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid #ffffff !important;
}

.lets-talk.inverse {
  background-color: #e3f0fb;
  color: #3a9cf2;
}

.lets-talk span {
  letter-spacing: 1px;
  padding-left: 5px;
  font-size: 20px;
  font-weight: 600;
}

.lets-talk:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.lets-talk.inverse:hover {
  background-color: #d7ebfd;
}

.navbar-default .navbar-nav > li > a {
  color: #384656 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 14px 0px;
  margin-right: 20px;
  font-family: "Oxygen", sans-serif;
}

.navbar-brand {
  height: auto;
  position: relative;
  padding: 0;
  margin: 5px 0 0 !important;
  max-width: 250px;
}
.navbar-brand>img{
    padding-top: 5px;
}

.navbar-brand .d-one {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3a9cf2;
  position: absolute;
  left: 0;
  font-size: 60px;
  font-weight: 600;
  color: #c0e5cf;
}

.navbar-brand .d-two {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3a9cf2;
  position: absolute;
  left: 12px;
  font-size: 60px;
  font-weight: 600;
  top: 26px;
  color: #c0e5cf;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #3a9cf2 !important;
  border-bottom-color: #3a9cf2;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > span {
  color: #3a9cf2 !important;
  background-color: transparent;
  font-weight: 600;
  border-bottom: 1px solid #3a9cf2;
}

.nav-fixed {
  background-color: #fff !important;
  width: 100%;
  height: 102px;
  position: fixed !important;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0px;
  -webkit-box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.nav-fixed .bredcrumb_nav {
  position: static !important;
  margin-top: 22px;
  left: 62px;
  float: left;
  display: block;
  padding-left: 40px;
}

.page-inner .nav-fixed .bredcrumb_nav {
  margin: 53px 0 0;
}

.nav-fixed .navbar-right {
  margin-top: 0;
}

.nav-fixed .navbar-nav > li.top-li {
  margin: 7px 0 0;
}

.nav-fixed .navbar-brand {
  margin: 5px 0 0 !important;
  max-width: 230px;
}
.menu-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  display: inline-block;
  color: black;
}
.services-menu-items a {
  padding: 10px 0;
  height: auto;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-menu-items [class|="fi"] {
  min-width: 70px;
}

.services-menu-items a span {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}

.solutions-menu-items a {
  padding: 15px 0;
  height: auto;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.solutions-menu-items [class|="fi"] {
  min-width: 70px;
}

.solutions-menu-items a span {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}
.navbar-default .navbar-nav > li.top-li {
  float: none !important;
  margin: 15px 0 0;
}

.navbar-default .navbar-nav > li > a.google-partner img {
  max-width: 150px;
  float: right;
}

li.top-li ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

li.top-li ul li a img {
  max-width: 94px;
}

li.top-li ul li a.phone-contact img {
  max-width: 26px;
  margin-top: -2px;
  margin-right: 3px;
}

li.top-li ul li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-right: 20px;
  font-family: "Oxygen", sans-serif;
  display: block;
}

li.top-li ul li a.google-partner {
  margin-right: 25px;
}

.ser-img {
  max-width: 40px;
  margin-right: 5px;
}

.nav-item .dropdown-item {
  display: block;
  padding: 10px;
}

.nav-item .dropdown-item:hover,
.nav-item .dropdown-item:focus {
  background: #eeeeee;
}

.nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #aaa;
  padding: 0 5px 10px 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/*  header styles end  */

/*nav icons start*/

.nav-icons {
  text-align: center;
  padding: 40px 0px 20px 0;
}

.nav-icons img {
  max-width: 70px;
}

.nav-icons span {
  color: #384656;
  font-weight: 300;
  font-size: 17px;
  display: block;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 60px;
}

.self-intro {
  text-align: center;
  padding: 20px 0px;
  background: #fff url("../img/background_curve.svg") no-repeat;
  background-size: cover;
}

.self-intro .hilight {
  font-family: "Oxygen", sans-serif;
  text-align: center;
  letter-spacing: 2px;
  color: #384656;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 70px;
}

.self-intro p {
  font-size: 21px;
  font-weight: 300;
  color: #384656;
  line-height: 39px;
  padding: 0px 100px;
  letter-spacing: 0.5px;
}

.title {
  font-weight: 600;
}

.title span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #e193a9;
  margin-left: 5px;
  border-radius: 50px;
}

.what-we-do-list {
  background-color: #f6f9fc;
  padding: 100px 0px;
}

.what-we-do-list p.para-1 {
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 1.5;
  color: #384656;
}

.what-we-do-list .title {
  color: #394199;
  font-size: 27px;
  font-weight: 500;
}

.what-we-do-list ul {
  list-style: none;
  padding: 0px;
}

.what-we-do-list ul li {
  font-size: 20px;
  margin-bottom: 5px;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.what-we-do-list ul li .img-con-1 {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  background: #fff;
  float: left;
  padding: 8px 11px 13px;
  border-radius: 50%;
  border: 5px solid transparent;
  background: rgba(58, 156, 242, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.what-we-do-list ul li:hover .img-con-1 {
  border: 5px solid #3a9cf2;
}

.what-we-do-list ul li span {
  display: block;
  color: #384656;
  padding: 0;
  line-height: 1.5;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.what-we-do-list ul li:hover span {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.what-we-do-list ul li a {
  padding-left: 25px;
  font-size: 15px;
  font-weight: 300;
  color: #2f3756;
  line-height: 44px;
}

.what-we-do-list ul li a:before {
  font-family: "FontAwesome";
  content: "\f178";
  display: inline-block;
  color: #6772e5;
  font-size: 16px;
  padding-right: 10px;
}

ul.service-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.what-we-do-list ul.service-links li a:before {
  content: "";
}

.what-we-do-list ul li a:hover:before {
  color: #07b37e;
}

.what-we-do-list .lets-talk {
  margin-top: 5px;
}

.web-icon-1,
.web-icon-2,
.web-icon-3,
.web-icon-4,
.web-icon-5,
.web-icon-6,
.web-icon-7,
.web-icon-8,
.web-icon-9 {
  display: inline-block;
  background: url("../img/web-icon-new.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.web-icon-1 {
  background-position: -2px -0px;
  width: 40px;
  height: 40px;
}

.web-icon-2 {
  background-position: -44px -0px;
  width: 40px;
  height: 40px;
}

.web-icon-3 {
  background-position: -86px -0px;
  width: 40px;
  height: 40px;
}

.web-icon-4 {
  background-position: -2px -42px;
  width: 40px;
  height: 40px;
}

.web-icon-5 {
  background-position: -44px -42px;
  width: 40px;
  height: 40px;
}

.web-icon-6 {
  background-position: -86px -42px;
  width: 40px;
  height: 40px;
}

.web-icon-7 {
  background-position: -2px -84px;
  width: 40px;
  height: 40px;
}

.web-icon-8 {
  background-position: -44px -84px;
  width: 40px;
  height: 40px;
}

.web-icon-9 {
  background-position: -86px -84px;
  width: 40px;
  height: 40px;
}

.web-icon-01,
.web-icon-02,
.web-icon-03,
.web-icon-04,
.web-icon-05,
.web-icon-06,
.web-icon-07,
.web-icon-08,
.web-icon-09,
.web-icon-10,
.web-icon-11,
.web-icon-12 {
  display: inline-block;
  background: url("../img/web-icon.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.web-icon-01 {
  background-position: -2px -0px;
  width: 40px;
  height: 40px;
}

.web-icon-02 {
  background-position: -44px -0px;
  width: 40px;
  height: 40px;
}

.web-icon-03 {
  background-position: -86px -0px;
  width: 40px;
  height: 40px;
}

.web-icon-04 {
  background-position: -2px -42px;
  width: 40px;
  height: 40px;
}

.web-icon-05 {
  background-position: -44px -42px;
  width: 40px;
  height: 40px;
}

.web-icon-06 {
  background-position: -86px -42px;
  width: 40px;
  height: 40px;
}

.web-icon-07 {
  background-position: -2px -84px;
  width: 40px;
  height: 40px;
}

.web-icon-08 {
  background-position: -44px -84px;
  width: 40px;
  height: 40px;
}

.web-icon-09 {
  background-position: -86px -84px;
  width: 40px;
  height: 40px;
}

.web-icon-10 {
  background-position: -2px -126px;
  width: 40px;
  height: 40px;
}

.web-icon-11 {
  background-position: -44px -126px;
  width: 40px;
  height: 40px;
}

.web-icon-12 {
  background-position: -86px -126px;
  width: 40px;
  height: 40px;
}

.page-home .services {
  /*padding: 100px 0px;*/
  padding: 50px 0px 20px 0;
  background-color: #f6f9fc;
}

.page-home .services .row {
  margin-bottom: 80px;
}
.services-row {
  margin-bottom: 0px !important;
}

.page-home .services .service {
  margin-top: 2%;
  width: 80%;
}

.page-home .services .service .item {
  color: #3a9cf2;
  font: 400 26px/50px "Oxygen", sans-serif;
}

h2.text {
  font-weight: 500;
  color: #fff;
  font-style:italic;
  margin-top: 15px;
  font-size: 24px;
}
.text {
  font-weight: 300;
  letter-spacing: 1px;
  color: #2f2f2f;
  margin-top: 30px;
  font-size: 17px;
}

.page-home .services .service .btn {
  border-radius: 0px;
  padding: 0px;
  border-bottom: solid 1px #e193a9;
  font-weight: 300;
  font-size: 17px;
  color: #525252;
  padding-bottom: 1px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
}

.page-home .services .service-img-bg {
  position: relative;
  max-width: 70%;
}

.service-img-bg-a {
  background: #e3f2fd;
}

.service-img-bg-b {
  background: #e3f2fd;
}

.service-img-bg-c {
  background: #e3f2fd;
}

.service-img-bg-d {
  background: #e3f2fd;
}

.service-img-bg-e {
  background: #e3f2fd;
}

.page-home .services .service-img-bg img {
  position: relative;
  top: 25px;
  border: 6px solid #3a9cf2;
  padding: 15px;
  width: 250px;
}

.service-img-bg-right {
  right: 25px;
}

.service-img-bg-left {
  right: 25px;
}

.lfloat {
  float: left;
}

.rfloat {
  float: right;
}

.headline {
  text-align: center;
  color: #3a9cf2;
  font: 300 48px/55px "Oxygen", sans-serif;
}

.headline p {
  color: #384656;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 18px;
  font-family: "Merriweather Sans", sans-serif;
}

.address + .headline {
  text-align: left;
  font-size: 27px;
}

.address + .headline p {
  margin-bottom: 0;
}

.page-home .portfolio {
  padding-bottom: 80px;
  padding-top: 80px;
}

.page-home .portfolio .row .project-box {
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

.page-home .portfolio .row .project-box .box-one {
  background-color: #ebf7fb;
}

.page-home .portfolio .row .project-box .box-two {
  background-color: #e8f5e9;
}

.page-home .portfolio .row .project-box .box-three {
  background-color: #b0e2c6;
}

.page-home .portfolio .row .project-box .box-four {
  background-color: #f8f8f8;
}

.page-home .portfolio .row .project-box .logo {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-home .portfolio .row .project-box .logo img {
  max-width: 36%;
}

.page-home .portfolio .row .project-box .name {
  text-transform: capitalize;
  color: #3a9cf2;
  font: 400 22px/80px "Oxygen", sans-serif;
}

.page-home .portfolio .row .project-box p {
  color: #3e3e3e;
  font-weight: 300;
  font-size: 17px;
}

.view_work {
  border-bottom: solid 1px #f16262;
  border-radius: 0px;
  padding: 0px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #3a9cf2;
}

.page-home .portfolio .row .project-box a:hover {
  padding: 0px 20px 0px 0px;
}

.page-home .portfolio .row a.view_all,
a.view_all {
  display: block;
  max-width: 250px;
  margin: 30px auto 30px auto;
  border-radius: 50px;
  padding: 8px 11px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 17px;
  color: #3a9cf2;
  background-color: rgba(58, 156, 242, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-home .portfolio .row a.view_all:hover,
a.view_all:hover {
  background-color: rgba(58, 156, 242, 0.2);
}

.story .view_all {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  color: white;
  background: #3a9cf2;
  padding: 7px 10px;
}

.story .view_all:hover {
  background: white;
  color: #3a9cf2;
  border: 1px solid #3a9cf2;
}

.clients {
  background: #fff url("../img/background_curve.svg");
  background-size: cover;
  padding: 60px 0px;
}

.clients .headline {
  color: inherit;
}

.clients .story p {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: inherit;
  letter-spacing: 0px;
  line-height: 30px;
  padding: 35px 0px 0px 0px;
}

.clients .story p span {
  font-size: 50px;
  font-weight: 600;
  color: #f16262;
}

.common_contact {
  background-color: #fff;
  text-align: center;
  background-image: url(../img/common-banner.svg);
  padding: 100px 0px;
  background-repeat: repeat;
  background-position: left top;
}

.common_contact .container {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
  -webkit-box-shadow: 1px 1px 9px 0px #3a3a3a26;
  box-shadow: 1px 1px 9px 0px #3a3a3a26;
  border-radius: 30px;
}

.common_contact .headline {
  font-size: 40px;
}

.common_contact p {
  text-align: center;
  font-weight: 500;
  padding: 20px 0px;
}

.common_contact .btn {
  margin: 0px auto;
  display: block;
  border: 1px solid;
  background-color: #3a9cf2;
  width: 400px;
  max-width: 100%;
  line-height: 50px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}

.common_contact .btn.wa-btn {
  background: white;
  color: #4caf50;
}

.common_contact .btn:hover {
  background-color: #fff;
  color: #3a9cf2;
}

.common_contact .btn.wa-btn:hover {
  color: #4caf50;
}

.common_contact .btn.portfolio {
  width: 200px;
  max-width: 100%;
  line-height: 45px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.contact-banner .carousel-inner > .item {
  height: 250px !important;
}
/*added by anfar start*/
.startup-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.startup {
  height: auto;
  width: auto;
}
.startup h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.startup h3 {
  font-size: 22px;
  margin-top: 0;
}
.startup-offer .featured-tag {
  margin: 20px 0;
}
/*added by anfar end*/

/*testimonials start*/

.testimonials {
  padding: 60px 0px;
}

#testim-section {
  position: relative;
  clear: both;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 70px;
}

.testimonial {
  color: #2b2b2b;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 4%;
  margin-bottom: 30px;
  position: relative;
  border: 5px solid #e0f7fa;
  padding: 15px;
  min-height: 338px;
}

.testimonial:before {
  content: "\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  font-size: 8rem;
  left: 40px;
  top: -50px;
  color: #b2ebf2;
  text-shadow: 6px 5px 11px rgba(0, 0, 0, 0.05);
}

.site-name {
  padding: 6px 20px;
  font-size: 14px;
  text-align: center !important;
  font-weight: 300;
  display: table;
  width: auto;
  margin: 20px auto;
  letter-spacing: 0px;
  border-radius: 15px;
  background-color: rgba(58, 156, 242, 0.1);
}

.site-name a {
  color: #3a9cf2;
}

.testimonial p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  min-height: 170px;
  overflow: hidden;
}

.testimonial h4 {
  font-size: 19px;
  font-weight: 400;
  color: #384656;
}

.site-logo {
  text-align: center;
  display: block;
  margin: 0px auto;
  margin-top: 30px;
}

.site-logo img {
  max-width: 100px;
  opacity: 0.5;
}

/* Tooltip container */

/*testimonails end*/

/* footer styles start */

footer {
  font-family: "Oxygen", sans-serif;
}

#siteFooter {
  position: relative;
  margin: 0;
  padding: 0 0 0 0;
  color: #384656;
  z-index: 10;
  clear: both;
  font-size: 15px;
  font-weight: 600;
}

.text-center {
  text-align: center;
}

.social {
  list-style: none;
}

.social .fa {
  color: #384656;
  font-size: 26px;
  padding: 5px;
}
.social img {
    filter: invert(.8) brightness(50%);
    margin-top: -7px;
    line-height: 0;
}

#siteFooter .container h4 {
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: 400;
}

#siteFooter .container {
  padding-bottom: 50px;
}

#siteFooter p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0px;
  color: #384656;
  line-height: 30px;
}

a.swipesmall {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #384656;
  padding: 10px;
  font-size: 17px;
  font-weight: 300;
}

.page-home .bredcrumb_nav {
  display: none;
}

a.wa-footer img {
  max-width: 70px;
  margin: 11px 0 0 -3px;
}

footer hr {
  border-top: 1px solid #ffbaaf;
}

.footer-form label {
  font-weight: 500;
}

/*  footer styles end  */

/*innerpage styles*/

.webdesign .carousel-inner {
  background-color: #e3eaff;
}

.page-inner .carousel-inner {
  height: 90vh;
  background: rgba(58, 156, 242, 0.8);
  margin-top: -22px;
}

.page-inner .carousel .text {
  margin: 15px 0 10px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.page-inner .carousel .text-1 {
  margin: 15px 0 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
}
.home-page .text-1 {
  padding: 15px 0 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

.txt-black{
  color: #3a3a3a;
}
.txt-white{
  color: #fff;
}

.page-inner .bredcrumb_nav,
.cs-inner .bredcrumb_nav {
  /* display: flex; */
  position: relative;
  top: 145px;
  left: 0;
  right: 0;
  font-weight: 300;
  letter-spacing: 0px;
  font-size: 11px;
  color: rgb(58, 156, 242);
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.bredcrumb_nav a {
  font-weight: 300;
  margin-right: 10px;
  font-size: inherit;
  color: #ffffff;
}

.bredcrumb_nav a i {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-size: inherit;
  color: #ffffff;
}
.bredcrumb_nav span {
  color: white;
}

.about-inner .bredcrumb_nav a,
.about-inner .bredcrumb_nav span,
.about-inner .bredcrumb_nav i,
.about-inner .carousel p {
  color: #ffffff !important;
}

.about-inner.contact .bredcrumb_nav a,
.about-inner.contact .bredcrumb_nav span,
.about-inner.contact .bredcrumb_nav i,
.about-inner.contact .carousel p,
.about-inner.contact .carousel .text,
.about-inner .main-head-1 {
  color: #282828;
}

/* .bredcrumb_nav a:hover {} */

.bredcrumb_nav a:hover i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.page-inner .carousel-control,
.page-inner .carousel-indicators {
  display: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 1px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
}

.carousel-indicators .active {
  background-color: hsl(208, 88%, 59%);
  width: 30px;
  height: 5px;
  margin: 1px;
}

.sub-title-1 {
  color: #fff;
  letter-spacing: 1px;
}

.para-1 {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  /*padding: 18px 0px;*/
  letter-spacing: 0.5px;
}

.tech-banner img {
  max-width: 70px;
  width: 100%;
  margin: 0 5% 0 0;
}

.expertise {
  text-align: center;
  padding: 60px 0px;
  padding-bottom: 0px;
}

.expertise .headline {
  padding-bottom: 10px;
  font-weight: 600;
  color: #2e469e;
  font-size: 30px;
  letter-spacing: 2px;
}

.expertise .row {
  margin-top: 20px;
}

.expertise .icon img {
  max-width: 70px;
}

.expertise .name {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #3a9cf2;
  line-height: 1.4;
  margin-top: 6px;
  min-height: 60px;
}

.expertise .name:after {
  content: "";
  display: block;
  width: 43px;
  margin: 10px auto 5px;
  border-bottom: 2px solid;
}

.expertise p {
  max-height: 100px;
  /* overflow: hidden; */
  font-size: 15px;
}

.expertise.business p {
  min-height: 140px;
}

.expertise .headline p {
  min-height: auto;
}

.common-call-action {
  display: block;
  margin: 60px 0px;
  text-align: center;
}

.common-call-action a {
  background-color: #3a9cf2;
  color: #fff;
  padding: 18px 20px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 20px;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  display: block;
}

/* .common-call-action a i {} */

.common-call-action a:hover {
  background-color: #5069c3;
}

/* .featured_projects .row div:nth-child(1) {} */

.featured_projects .row div:nth-child(1) .cover {
  padding-left: 10%;
  background-color: #32439b;
  padding-bottom: 57px;
  padding-top: 63px;
  text-align: left;
}

.featured_projects .row div:nth-child(1) .headline {
  color: #fff;
  font-size: 30px;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 20px;
}

.featured_projects .row div:nth-child(1) .headline a {
  color: #fff;
  border: solid 2px #f16262;
  padding: 8px 12px;
  border-radius: 50px;
  margin-left: 29px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.featured_projects .row div:nth-child(1) .headline a:hover {
  letter-spacing: 1.5px;
}

.featured_projects .row div:nth-child(1) p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-style: normal;
  font-size: 23px;
}

.featured_projects .row div:nth-child(1) p a {
  color: #faa429;
  font-size: 20px;
  border-bottom: solid 5px #4359d0;
  padding-bottom: 4px;
}

.featured_projects .row div:nth-child(1) p a:hover {
  letter-spacing: 0.8px;
}

/* .team-indian {} */

.team-indian .about {
  background-color: #fff;
}

.team-indian .about p {
  color: #3a9cf2;
}

.page-home .carousel-inner .tamindianvector {
  margin-top: 40px;
  max-width: 76%;
  display: block;
}

/*.team-indian .carousel {height:85vh;}*/

.team_image {
  padding-top: 40px;
}

.team-indian .what-we-do-list {
  padding-bottom: 0px;
  padding-top: 40px;
}

.team-indian .extracover {
  max-width: 900px;
  margin: 0px auto;
}

.team-indian .what-we-do-list ul li a {
  padding: 7px 20px;
  display: block;
  font-size: 16.5px;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.team-indian .what-we-do-list h3,
.head-2 {
  color: #3a9cf2;
  margin-top: 0;
  margin-bottom: 50px;
  letter-spacing: 0;
  font: 300 48px/48px "Oxygen", sans-serif;
}

.team-indian .what-we-do-list h4 {
  color: #3a9cf2;
  font-size: 2.8rem;
}

.team-indian .carousel-inner {
  text-align: left;
}

.team-indian .carousel p {
  margin-top: 33%;
}

.team-indian .carousel p span {
  font-size: 18px;
  display: block;
  line-height: 25px;
  padding-top: 30px;
  letter-spacing: 0px;
  font-weight: 600;
}

.main-sub-head-1 {
  font-family: "Oxygen", sans-serif;
  color: #282828;
  font-size: 22px;
  display: block;
  line-height: 29px;
  letter-spacing: 0px;
  font-weight: 300;
}

.team-indian .about p:nth-child(2) {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0px;
}

.team-indian .about ul.bullets {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.team-indian .about ul.bullets li {
  color: #fff;
  line-height: 37px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
}

.team-indian .about ul.bullets li i {
  margin-right: 10px;
}

.team-indian .what-we-do-list .head {
  padding-bottom: 20px;
  text-align: center;
  color: #3a9cf2;
  font-weight: 500;
  font-size: 33px;
  letter-spacing: 1px;
}

.team-indian .maper {
  position: relative;
  float: right;
  top: 86%;
  opacity: 0.8;
}

.team-indian .maper img {
  margin: 0px;
}

.team-indian .maper .target {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
  width: 12px;
  height: 12px;
  border: solid 2px #b97e0d;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
}

.team-indian .maper .target:nth-child(1) {
  left: 15%;
  top: 21%;
}

.team-indian .maper .target:nth-child(2) {
  left: 36%;
  top: 3%;
}

.team-indian .maper .target:nth-child(3) {
  left: 71%;
  top: 22%;
}

.team-indian .maper .target:nth-child(4) {
  left: 88%;
  top: 75%;
}

.team-indian .maper .target:nth-child(5) {
  top: 78%;
  left: 25%;
}

.team-indian .maper .target:nth-child(6) {
  left: 50%;
  top: 47%;
}

.team-indian .maper .target:nth-child(7) {
  left: 69%;
  top: 42%;
  background-color: #ff8976;
  border: 0px;
}

.team-indian .maper .joint {
  position: absolute;
  height: 9px;
  width: 100%;
  background-image: url(../img/joint_bg.png);
  background-repeat: repeat-x;
  background-position: right center;
}

.team-indian .maper .joint1 {
  transform: rotate(41deg);
  -webkit-transform: rotate(41deg);
  -moz-transform: rotate(41deg);
  -o-transform: rotate(41deg);
  -ms-transform: rotate(41deg);
  width: 25%;
  right: 8%;
  top: 59%;
  animation: slide 20s linear infinite;
  -webkit-animation: slide 20s linear infinite;
}

.team-indian .maper .joint2 {
  transform: rotate(-79deg);
  -webkit-transform: rotate(-79deg);
  -moz-transform: rotate(-79deg);
  -o-transform: rotate(-79deg);
  -ms-transform: rotate(-79deg);
  right: 24%;
  width: 10%;
  top: 33%;
  animation: slide 15s linear infinite;
  -webkit-animation: slide 15s linear infinite;
}

.team-indian .maper .joint3 {
  transform: rotate(-202deg);
  -webkit-transform: rotate(-202deg);
  -moz-transform: rotate(-202deg);
  -o-transform: rotate(-202deg);
  -ms-transform: rotate(-202deg);
  width: 47%;
  top: 61%;
  left: 24%;
  animation: slide 10s linear infinite;
  -webkit-animation: slide 10s linear infinite;
}

.team-indian .maper .joint4 {
  transform: rotate(-150deg);
  -webkit-transform: rotate(-150deg);
  -moz-transform: rotate(-150deg);
  -o-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  top: 23%;
  width: 37%;
  left: 35%;
  animation: slide 10s linear infinite;
  -webkit-animation: slide 13s linear infinite;
}

.team-indian .maper .joint5 {
  transform: rotate(-169deg);
  -webkit-transform: rotate(-169deg);
  -moz-transform: rotate(-169deg);
  -o-transform: rotate(-169deg);
  -ms-transform: rotate(-169deg);
  width: 55%;
  top: 32%;
  left: 15%;
  animation: slide 10s linear infinite;
  -webkit-animation: slide 17s linear infinite;
}

.team-indian .maper .joint6 {
  transform: rotate(-188deg);
  -webkit-transform: rotate(-188deg);
  -moz-transform: rotate(-188deg);
  -o-transform: rotate(-188deg);
  -ms-transform: rotate(-188deg);
  top: 45%;
  width: 19%;
  left: 51%;
  animation: slide 25s linear infinite;
  -webkit-animation: slide 10s linear infinite;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}

.clr-blu {
  color: #3a9cf2 !important;
}

.team-indian .about h1 {
  color: #fff;
}

.team-indian .about h4 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

.team-indian .cltoactn h4 {
  color: #3a9cf2;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
}

.team-indian .about p.para-1 {
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 24px;
  color: #fff;
}

.why_we {
  padding: 60px 0px;
}

.why_we .bulb-data {
  position: relative;
}

.why_we .bulbbox {
  border-radius: 50%;
  text-align: center;
  border: dashed 4px #ffd32c;
  min-height: 720px;
  width: 720px;
  margin: 0px auto;
  margin-top: 50px;
  -webkit-animation: spin 40000ms linear infinite;
  animation: spin 40000ms linear infinite;
  -webkit-transition: rotate(3600deg);
  transition: rotate(3600deg);
}

/* .why_we .bulb-data img {} */

.why_we .bulb-data .content {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13%;
}

.why_we .bulb-data .content .item {
  margin: 0px auto;
  padding-bottom: 10px;
  margin-bottom: 50px;
  text-align: center;
}

.why_we .bulb-data .content .item:nth-child(1) {
  left: 140px;
  top: 51px;
}

.why_we .bulb-data .content .item:nth-child(2) {
  right: 140px;
  top: 51px;
}

.why_we .bulb-data .content .item:nth-child(3) {
  right: 24px;
  top: 252px;
}

.why_we .bulb-data .content .item:nth-child(4) {
  right: 50px;
  top: 486px;
}

.why_we .bulb-data .content .item:nth-child(5) {
  left: 50px;
  top: 486px;
}

.why_we .bulb-data .content .item:nth-child(6) {
  left: 24px;
   top: 252px;
}

.why_we .bulb-data .content .item .name {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 20px;
  background-color: #fff;
  padding-bottom: 10px;
  color: #3a9cf2;
}

.why_we .bulb-data .content .item .name span {
  font-weight: 600;
  font-size: 32px;
  color: #3a9cf2;
  display: inline-block;
  background-color: #ffe748;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.why_we .bulb-data .content .item p {
  font-size: 16px;
  margin: 0px;
  background-color: #fff;
  padding-bottom: 3px;
}

.why_we .bulbbox {
  display: none;
}

/* .step-process {} */

.step-process .step-cover {
  display: table;
  width: 100%;
  background-image: url(../img/city-bg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  padding-top: 122px;
  padding-bottom: 37px;
  animation: slide 20s linear infinite;
  -webkit-animation: slide 20s linear infinite;
  padding-left: 10px;
  border-bottom: solid 1px #b1b3c1;
}

.step-process .step-cover .step {
  position: relative;
  text-align: center;
  color: #3a9cf2;
  min-height: 124px;
  border: solid 2px #3a9cf2;
  border-radius: 18px;
  float: left;
  width: 14%;
  margin-left: 1px;
  background-color: white;
}

.step-process .step-cover .step .train {
  color: #394199;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: white;
  border: solid 2px #3a9cf2;
  bottom: -40px;
  z-index: -1;
  line-height: 45px;
  font-size: 29px;
}

.step-process .step-cover .step .train i.fa {
  line-height: 48px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.step-process .step-cover .step .count {
  width: 100%;
  height: 40px;
  margin: 0px auto;
  border-radius: 50px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 16px;
}

.step-process .step-cover .step .info {
  font-weight: 500;
  font-size: 16px;
  padding: 0px 0px;
  letter-spacing: 0px;
}

.step-process .step-cover .step span {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
}

/*added anfar start*/
.page-inner .carousel-inner.portfolio,
.page-inner .carousel-inner.contactus,
.page-inner .carousel-inner.zoommeet {
  height: 170px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.zoommeet .main-head-1 {
  margin-top: 57px!important;
}
/*added anfar end*/

.portfolio .carousel p {
  margin-top: 200px;
}

.portfolio-sctn {
  padding-top: 60px;
}

#ourworks::before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
  pointer-events: none;
}

.portfolio-sctn .item img {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.portfolio-sctn .item .info {
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 49px;
  background-color: #32429b7d;
  width: 100%;
  height: 100%;
  width: 370px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.portfolio-sctn .item .info .name {
  color: white;
  font-size: 24px;
  font-weight: 600;
  margin-top: 42px;
  margin-bottom: 20px;
}

.portfolio-sctn .item .info .linker {
  color: white;
  border-radius: 50px;
  margin: 0px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0px;
  font-weight: 600;
}

.portfolio-sctn .item .info .linker i {
  font-size: 18px;
  color: white;
  border-radius: 50px;
  margin: 0px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0px;
  font-weight: 600;
  padding-left: 10px;
}

.portfolio-sctn .item .info .linker a {
  color: #fff;
  font-size: 20px;
}

.portfolio-sctn .item .info .linker a:hover {
  letter-spacing: 2px;
}

.portfolio-sctn .item:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-filter: blur(1px);
  /* Safari */
  filter: blur(1px);
}

.portfolio-sctn .item:hover .info {
  opacity: 1;
}

.portfolio-sctn .item .info .tags {
  margin: 31px auto;
  display: table;
}

.portfolio-sctn .item .info .tags p {
  margin-bottom: 10px;
  color: #fff;
  line-height: 6px;
  font-size: 16px;
  text-align: left;
  padding: 0px;
  line-height: 24px;
  font-weight: 500;
}

.portfolio-sctn .item .info .tags p i {
  padding-right: 10px;
}

.scrolldown {
  position: absolute;
  bottom: 20px;
  left: 45%;
  color: #3a9cf2;
  font-size: 16px;
}

.scrolldown:hover {
  color: white;
}

.contact-main {
  padding: 20px 0px;
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  margin-top: 50px;
}

/* .contact-main .address {} */

.contact-main .address p,
.contact-main .address span {
  margin-bottom: 10px;
  color: #62626b;
}

.contact-main .address p strong {
  font-weight: 500;
  display: inline-block;
}

.contact-main .address .title {
  font-weight: 500;
  font-size: 24px;
  color: #3a9cf2;
  margin-top: 10px;
}

.contact-main .address .title:nth-child(1) {
  margin-top: 12px;
}

/* .contact-main .contact_form {} */

.contact-main .contact_form .tagline {
  color: #3a9cf2;
  font-size: 32px;
}

.contact .form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: solid 1px #b9b9b9;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: #7f7f7f;
  font-size: 16px;
}

.contact textarea.form-control {
  height: auto;
  padding: 0px !important;
  margin-top: 14px !important;
}

.contact .submit-your {
  background-color: #df8ca4;
  border: none;
  border-radius: 50px;
  line-height: 56px;
  padding: 0px 20px;
  color: white;
  font-weight: 600;
  font-size: 19px;
  margin-top: 16px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

.contact .submit-your:hover {
  background-color: #df8ca4;
  letter-spacing: 1.5px;
}

.visitus {
  border-top: solid 1px #f3f3f3;
  margin-top: 50px;
}

.wheelnav {
  position: relative;
  top: -32px;
  background-color: #fff;
  display: table;
  margin: 0px auto;
}

.wheel {
  animation: wheel linear 5s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: wheel linear 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: wheel linear 5s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: wheel linear 5s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: wheel linear 5s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  position: relative;
  top: 21px;
  left: 26px;
}

.ways {
  text-align: center;
  border-top: solid 20px white;
}

.ways p {
  border-right: solid 1px #a7a7a7;
  padding: 0px 20px;
}

.ways p.l-bar {
  border-left: solid 1px #a7a7a7;
}

.right-graphics {
  float: right;
  margin-top: 23%;
}

/*innerpage styles end*/

/*keyframe start*/

.element-animation {
  animation: wheel linear 5s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: wheel linear 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: wheel linear 5s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: wheel linear 5s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: wheel linear 5s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes wheel {
  0% {
    -webkit-transform: translate(-26px, -22px) rotate(-10deg);
    transform: translate(-26px, -22px) rotate(-10deg);
  }
  50% {
    -webkit-transform: translate(-26px, -22px) rotate(15deg);
    transform: translate(-26px, -22px) rotate(15deg);
  }
  100% {
    -webkit-transform: translate(-26px, -22px) rotate(-13deg);
    transform: translate(-26px, -22px) rotate(-13deg);
  }
  101% {
    -webkit-transform: translate(-26px, -22px) rotate(-15deg);
    transform: translate(-26px, -22px) rotate(-15deg);
  }
}

@-webkit-keyframes wheel {
  0% {
    -webkit-transform: translate(-26px, -22px) rotate(-10deg);
  }
  50% {
    -webkit-transform: translate(-26px, -22px) rotate(15deg);
  }
  100% {
    -webkit-transform: translate(-26px, -22px) rotate(-13deg);
  }
  101% {
    -webkit-transform: translate(-26px, -22px) rotate(-15deg);
  }
}

/*css sprite Starts*/

.fi-100-transparent,
.fi-agile-app-development,
.fi-android-apps,
.fi-api-testing,
.fi-backups,
.fi-build-trust,
.fi-business-integration,
.fi-canned-responses,
.fi-clear-communication,
.fi-cms-enabled,
.fi-cross-platform-apps,
.fi-custom-apps,
.fi-customer-loyalty,
.fi-customisable-widgets,
.fi-data-testing,
.fi-desktop-notifications,
.fi-dns-management,
.fi-downloadable-reports,
.fi-fast-responsive,
.fi-fiile-transfer,
.fi-functional-testing,
.fi-global-reach,
.fi-higher-revenue,
.fi-improved-conversion,
.fi-integrated-caching,
.fi-ios-apps,
.fi-lower-cost,
.fi-malware-protection,
.fi-measurable-results,
.fi-multiple-payments,
.fi-order-management,
.fi-personalised-service,
.fi-php-based,
.fi-powerful,
.fi-real-time,
.fi-security-testing,
.fi-seo-friendly,
.fi-simple-campaigns,
.fi-social-currency,
.fi-social-media-integration,
.fi-stay-competitive,
.fi-ui-testing,
.fi-unlimited-bandwidth,
.fi-user-friendly-interface {
  display: inline-block;
  background: url("../img/feature-icons.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.fi-100-transparent {
  background-position: -2px -0px;
  width: 70px;
  height: 56px;
}

.fi-agile-app-development {
  background-position: -74px -0px;
  width: 70px;
  height: 56px;
}

.fi-android-apps {
  background-position: -146px -0px;
  width: 70px;
  height: 56px;
}

.fi-api-testing {
  background-position: -218px -0px;
  width: 70px;
  height: 56px;
}

.fi-backups {
  background-position: -290px -0px;
  width: 70px;
  height: 56px;
}

.fi-build-trust {
  background-position: -362px -0px;
  width: 70px;
  height: 56px;
}

.fi-business-integration {
  background-position: -2px -58px;
  width: 70px;
  height: 56px;
}

.fi-canned-responses {
  background-position: -74px -58px;
  width: 70px;
  height: 56px;
}

.fi-clear-communication {
  background-position: -146px -58px;
  width: 70px;
  height: 56px;
}

.fi-cms-enabled {
  background-position: -218px -58px;
  width: 70px;
  height: 56px;
}

.fi-cross-platform-apps {
  background-position: -290px -58px;
  width: 70px;
  height: 56px;
}

.fi-custom-apps {
  background-position: -362px -58px;
  width: 70px;
  height: 56px;
}

.fi-customer-loyalty {
  background-position: -2px -116px;
  width: 70px;
  height: 56px;
}

.fi-customisable-widgets {
  background-position: -74px -116px;
  width: 70px;
  height: 56px;
}

.fi-data-testing {
  background-position: -146px -116px;
  width: 70px;
  height: 56px;
}

.fi-desktop-notifications {
  background-position: -218px -116px;
  width: 70px;
  height: 56px;
}

.fi-dns-management {
  background-position: -290px -116px;
  width: 70px;
  height: 56px;
}

.fi-downloadable-reports {
  background-position: -362px -116px;
  width: 70px;
  height: 56px;
}

.fi-fast-responsive {
  background-position: -2px -174px;
  width: 70px;
  height: 56px;
}

.fi-fiile-transfer {
  background-position: -74px -174px;
  width: 70px;
  height: 56px;
}

.fi-functional-testing {
  background-position: -146px -174px;
  width: 70px;
  height: 56px;
}

.fi-global-reach {
  background-position: -218px -174px;
  width: 70px;
  height: 56px;
}

.fi-higher-revenue {
  background-position: -290px -174px;
  width: 70px;
  height: 56px;
}

.fi-improved-conversion {
  background-position: -362px -174px;
  width: 70px;
  height: 56px;
}

.fi-integrated-caching {
  background-position: -2px -232px;
  width: 70px;
  height: 56px;
}

.fi-ios-apps {
  background-position: -74px -232px;
  width: 70px;
  height: 56px;
}

.fi-lower-cost {
  background-position: -146px -232px;
  width: 70px;
  height: 56px;
}

.fi-malware-protection {
  background-position: -218px -232px;
  width: 70px;
  height: 56px;
}

.fi-measurable-results {
  background-position: -290px -232px;
  width: 70px;
  height: 56px;
}

.fi-multiple-payments {
  background-position: -362px -232px;
  width: 70px;
  height: 56px;
}

.fi-order-management {
  background-position: -2px -290px;
  width: 70px;
  height: 56px;
}

.fi-personalised-service {
  background-position: -74px -290px;
  width: 70px;
  height: 56px;
}

.fi-php-based {
  background-position: -146px -290px;
  width: 70px;
  height: 56px;
}

.fi-powerful {
  background-position: -218px -290px;
  width: 70px;
  height: 56px;
}

.fi-real-time {
  background-position: -290px -290px;
  width: 70px;
  height: 56px;
}

.fi-security-testing {
  background-position: -362px -290px;
  width: 70px;
  height: 56px;
}

.fi-seo-friendly {
  background-position: -2px -348px;
  width: 70px;
  height: 56px;
}

.fi-simple-campaigns {
  background-position: -74px -348px;
  width: 70px;
  height: 56px;
}

.fi-social-currency {
  background-position: -146px -348px;
  width: 70px;
  height: 56px;
}

.fi-social-media-integration {
  background-position: -218px -348px;
  width: 70px;
  height: 56px;
}

.fi-stay-competitive {
  background-position: -290px -348px;
  width: 70px;
  height: 56px;
}

.fi-ui-testing {
  background-position: -362px -348px;
  width: 70px;
  height: 56px;
}

.fi-unlimited-bandwidth {
  background-position: -2px -406px;
  width: 70px;
  height: 56px;
}

.fi-user-friendly-interface {
  background-position: -74px -406px;
  width: 70px;
  height: 56px;
}

.office-img-con {
  -webkit-box-shadow: 0 30px 50px -30px #3a3a3a;
  box-shadow: 0 30px 50px -30px #3a3a3a;
}

.office-sec {
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url("../img/dotted.jpg");
}

.map-container {
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
}

.office-con {
  padding: 0 50px 0 30px;
}

.office-con h3 {
  line-height: 1.4;
  margin: 20px 0 15px;
  color: #3a9cf2;
  font-weight: 600;
  font-family: "Oxygen", sans-serif;
}

.office-con p {
  color: #3a9cf2;
  font-size: 20px;
  line-height: 1.5;
}

.button {
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: top;
  border: solid 2px #6fd5d7;
  padding: 10px 20px 10px;
  background-color: #6fd5d7;
  color: #fff !important;
  font-weight: 600;
  white-space: normal;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 20px #f7f7f7;
  box-shadow: 0 5px 20px #f7f7f7;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  border-radius: 10px;
  margin-top: 30px;
}

.button:after {
  content: "\2192";
  font-size: 22px;
  display: inline-block;
  color: inherit;
  margin-left: 20px;
  line-height: 1;
  position: relative;
  left: 0;
  -webkit-transition: left 0.1s ease-in-out;
  transition: left 0.1s ease-in-out;
}

.button i {
  margin-left: -8px;
}

.button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #6fd5d7 !important;
  font-size: 1.7rem;
}

.button:hover:after {
  left: 10px;
}

.head-1 {
  font-weight: 700;
  color: #3a9cf2;
  letter-spacing: 2px;
  font-family: "Oxygen", sans-serif;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 1.5;
}

.light-border {
  border-color: #fff !important;
}

.banner .lets-talk {
  background: #3a9cf2;
  color: #ffffff;
  display: block;
  font-weight: 500;
}

a.lets-talk.lets-talk span img {
  margin: -2px 7px 0 0;
  float: none;
  max-width: 29px;
}

.lets-talk:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  color: #3a9cf2;
  background-color: #ffffff;
}

.lets-talk.reverse {
  background-color: #3a9cf2;
  color: #ffffff !important;
  border: 1px solid #3a9cf2;
  margin-bottom: 20px;
}

.lets-talk.reverse:hover {
  background-color: #fff;
  color: #3a9cf2;
}

.pt-30,
.py-30 {
  padding-top: 30px !important;
}
.mr-10 {
  margin-right: 10px;
}
.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}

.bg-white {
  background: #fff !important;
}

.p-15 {
  padding: 15px !important;
}

.seo-helper h1 {
  font-size: 24px;
}

.seo-helper h2 {
  font-size: 18px;
}

.seo-helper p,
.seo-helper ul li {
  font-size: 14px;
  color: #90908f;
  font-weight: 500;
}

a.link {
  font-size: 19px;
  line-height: 31px;
  font-weight: 300;
  color: #3a9cf2;
  text-decoration: underline;
}

ul.thankyou-links {
  padding: 0;
  list-style: none;
    margin: 15px 0 0;
}

ul.thankyou-links li {
  display: inline-block;
  margin: 0 5px;
}

ul.thankyou-links li a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
}

ul.thankyou-links li a:hover {
  text-decoration: underline !important;
}

.megabtn-2 {
  cursor: pointer;
}

/*cookie-policy*/

#cookie-alert {
  background: #3a9cf2;
  color: #cccccc;
  display: none;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 0;
  text-align: left;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
}

#cookie-alert div#message {
  margin: 0 auto;
  max-width: 100%;
  width: 950px;
  color: #fff;
  line-height: 40px;
}

#cookie-alert div#title {
  border-right: 1px solid #cccccc;
  float: left;
  margin-right: 40px;
  width: 155px;
  min-height: 40px;
}

#cookie-alert a {
  color: #3a3a3a;
  text-decoration: underline;
}

#cookie-alert button {
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: medium none;
  padding: 2px 12px;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
  line-height: normal;
}

#cookie-alert div#title h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  text-align: center;
}

#cookie-alert a {
  color: wheat;
}

.cookies-page {
  padding: 30px 15px;
}

.cookies-page h4 {
  font-size: 24px;
}

.cookies-page h5 {
  font-size: 22px;
}

.cookies-page h6 {
  font-size: 20px;
}

.cookies-page p {
  margin: 0 0 10px;
}

.cookies-page ul {
  font-size: 18px;
  padding: 0 19px;
}

/*cookie-policy*/

span.red {
  color: #1dae77;
}

.para-2 {
  margin-top: 21px;
  font-size: 24px;
}
.g-recaptcha
{
    display:none;
}
.g-recaptcha .grecaptcha-badge {
  bottom: 100px !important;
  right: -249px !important;
}

.g-recaptcha:hover .grecaptcha-badge {
  right: 0 !important;
}

/* new hashwide 20190410 */

.h-navbar {
  background: #fff;
  position: relative;
}

a.phone-contact {
  padding: 7px 15px;
  border-radius: 25px;
  color: #3a9cf2;
  margin-right: 5px;
  display: block;
}

.b-1 {
  background: url("../img/tech-banner-3.jpg") no-repeat center;
  background-size: cover;
}

.b-2 {
  background: url("../img/tech-banner-4.jpg") no-repeat center;
  background-size: cover;
}

.b-3 {
  background: url("../img/tech-banner-1.jpg") no-repeat center;
  background-size: cover;
}

.b-4 {
  background: url("../img/tech-banner-2.jpg") no-repeat center;
  background-size: cover;
}

.b-5 {
  background: url("../img/ai-b.jpg") no-repeat center;
  background-size: cover;
}

.b-6 {
  background: url("../img/blockchain-banner.jpg") no-repeat center;
  background-size: cover;
}
.b-7 {
  background: url("../img/contact-banner.jpg") no-repeat center;
  background-size: cover;
}
/*.b-8 {
  background: url("../img/2021/tech-banner-5.jpg") no-repeat right;
  background-size: cover;
}*/

.b-8 {
  background: url("../img/2021/home.jpg") no-repeat center;
  background-size: cover;
  background-color: #3a9cf2;
}

.navbar-default .navbar-nav > li > a,
.megaopen {
  text-transform: uppercase;
  font: 700 14px/20px "Oxygen", sans-serif;
  padding: 18px 15px;
  border-bottom: 1px solid transparent;
}

.page-home .carousel-inner img.ve-banner-img {
  margin-top: 10px;
  margin-bottom: 5px;
}

.ve-banner .carousel-inner {
  background: url(../img/virtual-banner-02.jpg) no-repeat;
  background-size: cover;
}

.ve-banner .lets-talk {
  margin-top: 0;
}

.page-inner .ve-banner .text {
  padding-top: 0;
  margin-top: 0;
}

.ve-step {
  margin: 20px -10px 0;
}

.ve-step h3 {
  font: 300 26px/26px "Oxygen", sans-serif;
  margin-bottom: 25px;
}

.ve-step img {
  max-width: 80px;
  margin-bottom: 20px;
}

.ve-step h4 {
  /* font: 400 18px/26px "Merriweather Sans", sans-serif; */
  color: #3a9cf2;
  min-height: 60px;
}

.ve-step p {
  font-size: 14px;
  margin-bottom: 0;
}

.ve-call-action {
  margin: 0 0 30px;
}

.ve-hightlights {
  background: rgba(255, 0, 255, 0.2);
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.ve-hightlights img {
  max-width: 120px;
}

.ve-hightlights p {
  margin-top: 15px;
  margin-bottom: 0;
  min-height: 46px;
}

.ve-why-india {
  padding-bottom: 30px;
  background: linear-gradient(122deg, #3a9cf2, #f97fcf);
  color: #fff;
}

.ve-why-india h3 {
  color: white;
  margin-top: 50px;
}

.feature-list-item {
  color: white;
  padding-left: 60px;
  position: relative;
}

.feature-list-item + .feature-list-item {
  margin-top: 20px;
}

.feature-list-index {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
}

.feature-list-label {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  line-height: 20px;
}

.ve-office-location {
  padding: 30px 0;
}

.ve-office-location h3 {
  font: 300 48px/55px "Oxygen", sans-serif;
  margin-bottom: 30px;
}

.ve-office-location p {
  font: 300 20px/32px "Merriweather Sans", sans-serif;
  color: #97a3b4;
}

.ve-work-process {
  background: #f5f5f5;
}

.ve-work-process h3 {
  padding: 15px;
  border-top: 3px solid #3a9cf2;
}

.ve-work-process img {
  max-width: 140px;
  padding: 0 15px;
}

.ve-wp-item {
  padding: 15px;
}

.ve-wp-item p {
  margin-bottom: 0;
  min-height: 138px;
}

.res-pb {
  padding-bottom: 30px;
}

.ve-employee-services h3 {
  margin-bottom: 10px;
}

.ve-employee-services p {
  margin-bottom: 50px;
  color: white;
}

.ve-company-highlight img {
  max-width: 70px;
}

.ve-company-highlight h3 {
  font-size: 48px;
  margin-bottom: 30px;
  color: #3a9cf2;
}

.step-process div[class^="col-"] {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
}

.step-process div[class^="col-"]:nth-child(odd) {
  background-color: rgba(58, 156, 242, 0.1);
}

.ve-main-highlight.large {
  background: #f97fcf;
}

.ve-main-highlight {
  background: #00bcd4;
  margin-bottom: 20px;
  padding-right: 15px;
}

.ve-main-highlight h3,
.ve-main-highlight p {
  color: white;
}

.bg-grey {
  background: #eee;
}

.res-py {
  padding-top: 30px;
  padding-bottom: 30px;
}

.about-banner .carousel-inner {
  background: url(../img/about-us-banner.jpg) no-repeat;
  background-size: cover;
}

section[class$="banner"] h1,
.page-home section.about-banner p {
  min-height: auto;
  margin-bottom: 20px;
}

section.about-banner h1 {
  margin-top: 12%;
  margin-bottom: 15px;
  color: #fff;
}

section.about-banner h2 {
  margin-top: 0;
}

section.po-banner h2 {
  margin-top: 10%;
}

.abt-highlight img {
  margin-top: 0 !important;
  max-width: 70px;
  display: block;
  float: none !important;
  margin: auto;
}

.abt-highlight h3 {
  color: white;
  font-size: 18px;
  margin-top: 10px;
}

.abt-highlight p {
  margin-top: 0 !important;
  font-size: 14px !important;
  line-height: 0 !important;
}

.h1 {
  font: 300 62px/62px "Oxygen", sans-serif;
}

.t-dark {
  color: #384656 !important;
}

.t-grey {
  color: #97a3b4 !important;
}

.t-blue {
  color: #3a9cf2 !important;
}

.t-white {
  color: #ffffff !important;
}

.bg-dark {
  background: #384656 !important;
}

.bg-grey {
  background: #97a3b4 !important;
}

.bg-blue {
  background: #3a9cf2 !important;
}

.bg-gradient {
  background: linear-gradient(122deg, #3a9cf2, #f97fcf) !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.res-mb {
  margin-bottom: 30px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.about-company h3,
.about-next h3 {
  margin-bottom: 10px;
  font: 300 32px/32px "Oxygen", sans-serif;
}

.about-company p,
.about-next p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.po-banner .carousel-inner {
  /*background: url(../img/new-partners-banner.jpg) left bottom no-repeat;*/
  background: url(../img/2021/hashwide1.jpg) left bottom no-repeat;
  background-size: cover;
}

.new-cntnt-strt {
  position: relative;
}

.new-cntnt-strt > img {
  width: 100%;
}

.new-cntnt-strt .new-icn-start-cntnt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 15px 0px 15px 40px;
}

.new-cntnt-strt .new-icn-start-cntnt h5 {
  font-size: 25px;
  font-weight: 300;
  line-height: 27.6px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 8px 0;
}

.new-cntnt-strt .new-icn-start-cntnt .more-info {
  color: #ffffff;
  font-size: 16px;
}

.new-cntnt-strt .new-icn-start-cntnt .more-info img {
  margin-left: 5px;
}

.kick-strat {
  /* background: url(../img/kick-start.jpg) no-repeat; */
  background-size: cover;
  padding: 47px 0 20px 0;
}

.kick-strat h3 {
  font-size: 33px;
  font-weight: 300;
  color: #3a9cf2;
  margin-bottom: 25px;
}

.kick-strat .brdr-cntnt {
  border-right: 1px dashed #3a9cf2;
  min-height: 260px;
}

.kick-start-cntnt {
  padding-top: 0;
}

.kick-start-cntnt h5 {
  margin-top: 26px;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 24px;
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  color: #384656;
}

.kick-start-cntnt p {
  font-size: 14px;
  font-weight: 300;
  color: #384656;
  line-height: 1.42857;
}

.kick-start-cntnt {
  padding-top: 15px;
}

.brdr-btm-cntnt-hr {
  border-bottom: 1px dashed #3a9cf2;
  width: 100%;
}

.po-content h4 {
  font-size: 24px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
}

.po-content h5 {
  font-size: 20px;
  line-height: 25px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
}

.po-content p {
  line-height: 25px;
}

.po-specialists .feature-list-item .feature-list-index {
  color: #dfdfdf;
}

.po-specialists .feature-list-item .feature-list-label {
  color: #2f2f2f;
}

.po-specialists .feature-list-item .feature-list-label h5 {
  font-size: 20px;
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
}

.navbar-brand .logo-text {
  position: absolute;
  bottom: -30px;
  font-family: "Oxygen", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-brand span {
  color: #384656;
  font-size: 1.2rem;
  display: block;
  white-space: nowrap;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

span.registration {
  padding-left: 4px;
  text-transform: uppercase;
}

.address .address-box {
  min-height: 190px;
}

.page-inner .web-design {
  background: #3A9CF3 url(../img/affordable.jpg) center center no-repeat;
  background-size: cover;
}
.page-inner .carousel-inner {
  height: 100%;
}
.page-inner.software-dev .carousel-inner{
  background: url(../img/2021/hashwide5.jpg) center center no-repeat;
  background-size: cover;
  /*max-height: 660px;
  height: 70vh;*/
}
.page-inner.responsive-web .carousel-inner{
  background: url(../img/2021/hashwide8.jpg) center center no-repeat;
  background-size: cover;
}

.page-inner .carousel-inner.mob-app-d{
  background: url(../img/2021/hashwide6.jpg) center center no-repeat;
  background-size: cover;
  /*max-height: 660px;
  height: 70vh;*/
}
.page-inner .carousel-inner.ecom-web{
  background: url(../img/2021/hashwide9.jpg) center center no-repeat;
  background-size: cover;
}
.page-inner .carousel-inner.custom-web{
  background: url(../img/2021/hashwide7.jpg) center center no-repeat;
  background-size: cover;
}
.page-inner .carousel-inner.shopify-web{
  background: url(../img/2021/hashwide9.jpg) center center no-repeat;
  background-size: cover;
}

.page-inner .web-dev {
  /*background: #3A9CF3 url(../img/web-dev.jpg) center center no-repeat;*/
  background: url(../img/2021/hashwide2.jpg) center center no-repeat;
  background-size: cover;
}

.carousel-inner.why-we {
  background: url(../img/2021/hashwide3.jpg) left bottom no-repeat;
  background-size: cover;
}

.why-we .main-head-1 {
  font-size: 3.6rem;
  line-height: 5rem;
}

.page-inner .ai {
  background: #3A9CF3 url(../img/2021/hashwide10.jpg) center center no-repeat;
  /*background: #3A9CF3 url(../img/ai-b.jpg) center center no-repeat;*/
  background-size: cover;
}

.page-inner .ml-banner {
  background: #3A9CF3 url(../img/2021/hashwide19.jpg) center center no-repeat;
  /*background: #3A9CF3 url(../img/machine-learning.jpg) center center no-repeat;*/
  background-size: cover;  
}

.page-inner .bc-banner {
  background: #3A9CF3 url(../img/2021/hashwide11.jpg) center center no-repeat;
  /*background: #3A9CF3 url(../img/blockchain-banner.jpg) center center no-repeat;*/
  background-size: cover;
}

.page-inner .cbd-banner {
  background: #3A9CF3 url(../img/2021/hashwide12.jpg) center center no-repeat;
  /*background: #3A9CF3 url(../img/cbd-banner.jpg) center center no-repeat;*/
  background-size: cover;
}

.page-inner .seo-digital {
  background: #3A9CF3 url(../img/2021/hashwide13.jpg) center center no-repeat;
  background-size: cover;
}

.page-inner .chat-software {
  background: #3A9CF3 url(../img/2021/hashwide14.jpg) center center no-repeat;
  background-size: cover;
}

.page-inner .mob-ecom {
  background: #3A9CF3 url(../img/2021/hashwide15.jpg) center center no-repeat;
  background-size: cover;
}

.page-inner .chat-support {
  background: #3A9CF3 url(../img/2021/hashwide16.jpg) center center no-repeat;
  background-size: cover;
}

.page-inner .asp-banner {
  background: #3A9CF3 url(../img/2021/hashwide17.jpg) center center no-repeat;
  /*background: #3A9CF3 url(../img/asp-banner.jpg) center center no-repeat;*/
  background-size: cover;
}

.page-inner .enterprise-app {
  background: #3A9CF3 url(../img/2021/hashwide18.jpg) center center no-repeat;
  background-size: cover;
}
.page-inner .recruitment {
  background: #3A9CF3 url(../img/2021/hashwide-recruitment.jpg) center center no-repeat;
  background-size: cover;
}
.page-inner .h-bg {
  background: #3A9CF3 url(../img/2021/h-bg.jpg) center center no-repeat;
  background-size: cover;
}

.mob-call-btn {
  position: absolute;
  right: 72px;
  top: 20px;
  padding: 1px 10px;
  background: #3a9cf2;
  color: white;
  border-radius: 4px;
  font-size: 25px;
  height: 34px;
  border: 1px solid #3a9cf2;
}

.mob-call-btn:hover,
.mob-call-btn:focus {
  background: transparent;
  color: #3a9cf2;
}

#toggleContactMob {
  font-family: "Oxygen", sans-serif;
  z-index: 999999999999999999;
  background: #fff;
}

#toggleContactMob ul {
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#toggleContactMob ul li {
  display: inline-block;
}

#toggleContactMob ul.show {
  height: 35px;
  opacity: 1;
}

#toggleContactMob ul li img {
  max-width: 21px;
}

.aboutus-img {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 3px 3px 12px 0px rgba(255, 255, 255, 0.3);
}

.office-india {
  position: absolute;
  top: 40%;
  right: 1%;
  color: #2e469e;
  font-weight: 600;
}

.top-li {
  font-family: "Oxygen", sans-serif;
  padding: 0;
  list-style: none;
  float: right;
  margin: 0;
  margin-top: 10px;
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}

.top-li li {
  display: inline-block;
}

.top-li li a {
  display: block;
}

.top-li li a.reg-text {
  text-transform: uppercase;
  font-weight: 600;
  color: #3a9cf2;
  margin-right: 10px;
  font-size: 17px;
  letter-spacing: 0;
}

a.phone-contact i {
  font-size: 18px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-right: 2px;
}

a.phone-contact img {
  max-width: 25px;
  padding-bottom: 3px;
}

#main-services-box a {
  display: block;
}

.text-18-con {
  font-size: 18px;
}

.case-short-text h3 {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.3;
}

.case-short-text p {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.5;
}

.view-case-study {
  background: #3a9cf2;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}

.view-case-study:hover,
.view-case-study:focus {
  color: #3a9cf2;
  background: #ebf5fe;
}

.case-short-text {
  padding: 30px;
}

.highlight-points {
  padding: 0;
  list-style: none;
  font-size: 20px;
  color: #384656;
  margin: 0;
  display: block;
}

.highlight-points li:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 20px;
  background-image: url(../img/tick.png);
  margin: 0 10px 0 0;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.highlight-points li.no-icon:before {
  height: 0px;
  width: 0px;
  background-image: none;
}

.highlight-points li span {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  font-weight: 600;
  font-size: 18px;
}

.banner-bar {
  background: #d7ebfd;
  padding: 15px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 52px;
}

.banner-bar .phone-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
}

.banner-bar .phone-form span {
  font-size: 18px;
  font-weight: 600;
  color: #384656;
  margin-right: 15px;
}

.main-head-2 {
  margin-top: 70px;
      font-size: 44px;
}

.btn-primary {
  color: #fff;
  background-color: #3a9cf2;
  border-color: #3a9cf2;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1e76c3;
  border-color: #1e76c3;
}

.banner-bar .phone-form > span {
  padding: 10px 0 6px;
}

.phone-form input {
  min-width: 220px;
}

.cs-inner .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* .cs-inner {
  padding-top: 30px;
  padding-bottom: 30px;
} */

.cs-inner .cs-top-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #384656;
}

.cs-points p {
  margin-bottom: 10px;
  color: #fff;
}

.cs-points label {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 300;
}

.cs-points {
  color: #fff;
}

.cs-h1 {
  color: white;
  margin: 0;
  margin-bottom: 25px;
  line-height: 1.4;
}

.cs-points-wrapper {
  display: inline-block;
  width: 100%;
  padding: 0 30px 20px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.cs-img-wrapper {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.5);
}

.cs-overview h3 {
  font-size: 38px;
  margin-top: 0;
}

.cs-overview p {
  line-height: 1.5;
}

.ul-block li {
  list-style: circle;
  margin-bottom: 10px;
}

.ul-block {
  padding: 0 0 0 23px;
  font-size: 18px;
}

.cs-inner p {
  font-weight: 400;
}

.headline-1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.headline-1 span {
  color: #3a9cf2;
  font-size: 40px;
}

.headline-1 span.sub {
  font-size: 27px;
}

.headline-1 span.mainhead-1 {
  border-bottom: 1px solid;
}

.c-studies-text p {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.tel-numbers a {
  color: #3a9cf2;
  background: #ebf5fe;
  padding: 9px 15px;
}

.banner {
  color: #fff;
}

.startup .highlight-points li,
.startup-offer .highlight-points li {
  width: auto;
  color: #333;
  font-weight: 300;
  margin: 0 20px 20px 0;
}

.startup-offer .highlight-points li {
  color: inherit;
}

.startup .highlight-points li span {
  font-weight: 300;
}

.startup-features p {
  max-height: 117px;
}

.page-inner .about {
  background: #32439b;
  padding: 60px 0px;
}

.banner .b-span {
  font-size: 2.2rem;
  margin-bottom: 20px;
  display: block;
}

.address p,
.address span {
  font-size: 17px;
}

.featured-tag span:before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url(../img/tick-circle.svg);
  background-size: 100% 100%;
  margin: 0 10px 0 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.startup .carousel-inner .featured-tag img {
  margin: 0;
  float: none;
}

.featured-tag {
  color: #fff;
  font-size: 19px;
  margin: 15px 0 10px;
}

.startup .featured-tag {
  color: #333;
}

.startup .highlight-points span,
.startup-offer .highlight-points span {
  display: inline-block;
  width: 10px;
  height: 14px;
  background: #fdd11e;
  margin-right: 5px;
}

.startup .highlight-points span:before,
.startup-offer .highlight-points span::before {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background: #f57f17;
}

.startup .highlight-points li:before {
  display: none;
}

.highlight-points li span,
.startup-offer .highlight-points span {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  margin-right: 10px;
}

.startup .highlight-points li strong {
  font-weight: normal;
}

.startup-banner-img {
    padding-top: 22px;
}

/*AI header*/
/* .navbar-default .navbar-nav > li:last-child > a {
  background: rgba(255, 0, 170, 0.1);
  color: #ff00aa !important;
  border: 1px solid transparent;
  padding: 4px 15px !important;
  border-radius: 25px;
  margin-top: 5px;
  font: 700 14px/28px "Oxygen", sans-serif;
}

.navbar-default .navbar-nav > li:last-child > a:hover,
.navbar-default .navbar-nav > li:last-child > a:focus,
.navbar-default .navbar-nav > li.active#startup-link > a {
  border-color: #ff00aa;
  padding: 4px 15px !important;
}
.navbar-default .navbar-nav > li.active#startup-link > a {
  border-color: transparent;
}
.navbar-default .navbar-nav > li#startup-link > a:hover,
.navbar-default .navbar-nav > li.active#startup-link > a:focus {
  color: #ff00aa !important;
  background: rgba(255, 0, 170, 0.1);
  border-color: #ff00aa;
} */
.featured-tag strong {
  font-weight: 500;
}

/*.contact .contact-banner .carousel-inner {
  background: url('../img/virtual-banner-02.jpg') no-repeat;
  background-size: 100%;
  height: auto;
}*/

.featured_projects.portfolio-sctn .item .info .name {
  margin: 10px 0;
}

.featured_projects.portfolio-sctn .item .info .tags {
  margin: 15px;
}

.featured_projects.portfolio-sctn .item .info .tags p {
  font-size: 14px;
  margin: 0 0 5px;
}

.portfolio-sctn .item {
  max-width: 370px;
  margin: auto; 
  box-shadow: none!important;
  margin-bottom: 45px!important;
  overflow: hidden;
}
.skype-icon {
  color: #3a9cf2 !important;
}
.whatsapp-icon {
  color: #33cc66 !important;
}
.social i {
  font-size: 15px;
}
.social a {
  font-size: 15px;
}
span.company-alias {
  color: #faa429;
  line-height: 1;
}

.nav-fixed .navbar-brand .logo-text {
  bottom: -26px;
  left: 0;
}

/*footer form starts*/

footer {
  padding: 30px 15px;
  background: #ffe7e3;
}

.footer-form-sec {
  padding: 25px;
  background: #fff;
  display: inline-block;
  border-radius: 8px;
}
@media (max-width: 991px) {
    .footer-form-sec {
      display: none;
    }
}
.footer-form-sec .form-group {
  margin-bottom: 10px;
}
.footer-form .form-control {
  border-radius: 0;
}
.footer-each hr {
  display: inline-block;
  margin: 10px 0;
  border-top: 6px solid #3a9cf2;
  border-radius: 20px;
  width: 50%;
}
.footer-each h2 {
  font-size: 38px;
  line-height: 28px;
  font-weight: 900;
  color: #faa429;
}
.footer-each h3 {
    margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  color: #3a9cf2;
}
.footer-each h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #faa429;
}
.footer-each p,
.footer-each a {
  font-size: 18px;
  margin: 0;
  color: #384656;
  display: inline-block;
  width: 100%;
  line-height: 1.7;
  padding-bottom: 5px;
}

.footer-each ul {
  padding: 0;
  list-style: none;
}

.footer-each ul li {
  margin-bottom: 15px;
}

.footer-form .form-control {
  margin: 0;
  border-color: transparent;
  background-color: #ececec;
  border-radius: 5px;
  height: 40px;
  padding: 5px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-form .form-inline .form-control {
  float: left;
}

.footer-form .form-inline .form-control:first-child {
  width: 30%;
  border-radius: 5px 0 0 5px;
}

.footer-form .form-inline .form-control:last-child {
  width: 100%;
  border-radius: 0 5px 5px 0;
}

.form-group .form-inline {
  display: inline-block;
  width: 100%;
}

hr {
  display: inline-block;
  width: 100%;
}

.footer-bot span {
  line-height: 3;
  font-weight: 600;
}

p.iso-certified {
  margin: 12px 0 0 -13px;
}

.startup-offer .featured-tag {
  color: inherit;
}

.startup-offer .highlight-points strong {
  font-weight: 500;
}

/*footer form ends*/

.contact-btn-div > span > a {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  padding: 10px 15px;
}

.contact-btn-div > span.or {
  color: #282828;
  padding: 0 8px;
  font-size: 18px;
  display: inline-block;
}

.contact-btn-div {
  display: inline-flex;
  margin-top: 5px;
  margin-bottom: 15px;
}

.contact-btn-div > span > a.wa-footer {
  padding: 0;
}

.startup-offer {
  padding: 100px 15px;
}

.startup-offer .cltoactn .btn:hover {
  background-color: #3a9cf2;
  color: #fff !important;
}

.startup-offer .contact-btn-div > span.or {
  color: inherit;
  padding: 15px 0;
}

.page-inner .banner-dollar-99 {
  background: url("../img/bg-dollar-99.jpg") no-repeat bottom;
  background-size: cover;
}

.page-inner .banner-dollar-99 .dollar-99-img img {
  float: none;
  margin: 48px 0 0;
}

.dollar-99-content .main-head-1 {
  margin: 8px 0 0;
}

.page-inner .banner-dollar-99 .featured-tag strong img {
  display: inline-block;
  float: none;
  margin: 0 0 0 6px;
}

.dollar-99-content .featured-tag strong {
  display: inline-block;
  line-height: 1;
  margin: 0 0 10px;
}

.dollar-99-content .featured-tag span {
  line-height: 1;
  display: inline-block;
}

.featured-tag {
  margin: 15px 0 0;
}

.dollar-99-content ul.highlight-points {
  color: #fff;
}

.dollar-99-content ul.highlight-points li strong {
  font-weight: 400;
}

.dollar-99-content ul.highlight-points li:before {
  display: none;
}

.dollar-99-content ul.highlight-points li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ff9800;
}

.dollar-99-content ul.highlight-points li span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffcc80;
}

.banner-dollar-99 .contact-btn-div > span > a.wa-footer {
  padding: 0;
  vertical-align: middle;
}

.page-home .carousel-inner a.wa-footer img {
  margin: 0;
}

.dollar-99-content .featured-tag span::before {
  height: 25px;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.dollar-99-content .featured-tag {
  font-size: 17px;
}

.dollar-99-content .highlight-points li {
  width: 100%;
}

.highlight-points li span img {
  margin: 0 !important;
}

.shopify .main-head-1 {
  margin: 22% 0 0;
}

.full-width {
  max-width: none;
}

.lets-talk.full-width span {
  letter-spacing: 1px;
  padding-left: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #3a9cf2;
}

.save-box {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

.highlight-strap {
  padding: 5px 10px;
  color: #333;
  font-size: 18px;
  position: relative;
  width: 100%;
  z-index: 1;
  top: 100%;
  background: #ebf5fe;
  border-bottom: 1px solid #ddd;
}

.navbar {
  border-radius: 0;
}

.telephone-cal2actn {
  display: none;
  position: fixed;
  right: 0;
  top: 260px;
  padding: 9px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-image: url(../img/call-back.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 89px;
  height: 76px;
  z-index: 99;
}

.telephone-cal2actn img {
  margin-left: 13px;
  margin-top: -5px;
  width: 40px;
}

.form-only .head,
.form-only .services-menu-items {
  display: none;
}

.form-only {
  width: 26% !important;
  left: auto !important;
  right: 0;
}

.form-only .rightbox {
  width: 100%;
}

.footer-quick-links a {
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 11px;
  white-space: nowrap;
}

.tick-bullets {
  list-style: none;
  padding: 0;
}

.tick-bullets li:before {
  font-family: fontawesome;
  content: "\f00c";
  position: absolute;
  left: 0;
}

.tick-bullets li {
  padding: 0 0 0 20px;
  position: relative;
}

.content-div {
  display: inline-block;
  /* border: 1px solid; */
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  margin: 15px;
}

.content-div a {
  font-size: 20px;
  color: rgb(17, 17, 17);
  /* text-transform: uppercase; */
}
.contact-btn-div .whatsapp-us {
  background: #ffffff;
  border-color: #388e3c !important;
  color: #388e3c;
  font-weight: 600;
}
/*added by anfar start*/

#myCarousel .web-dev .item {
  background: rgba(58, 156, 242, 0.8);
}
#myCarousel .web-dev .item .container {
  /*background: transparent;*/
}
/*added by anfar end*/

.h-navbar > .container {
  z-index: 10;
  background: #fff;
}
.mt-20 {
  margin-top: 20px;
}
.nav-drop {
  position: relative;
  z-index: 100;
}
.featured_projects {
  padding: 50px 0;
  padding-right: 30px;
  padding-left: 30px;
  background: #32439b;
  overflow: hidden;
}
.home-page-form-wrapper {
  display: none;
  position: fixed;
  top: 160px;
  right: 20px;
  z-index: 100;
  width: 100%;
  max-width: 500px;
}
.home-page-form-wrapper.show {
  display: block;
}
.home-page-form-wrapper a {
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 25px;
}

/*===============================updates 23 jan 2020 start===============================*/
.team_section_pad,
.page_pad {
  padding: 40px 0px;
}
.case_martop {
  padding-top: 0px !important;
}
.no_mar_btm_sec {
  padding-bottom: 0px !important;
}

.text_white_clr .main-head-1,
.text_white_clr .text {
  color: #fff !important;
}

/*===============================updates 23 jan 2020 end===============================*/

.megabtn.hovered {
  background: #fee4f5 !important;
}
.megabtn-solutions.hovered {
  background: #fee4f5 !important;
}

/*updates on Oct 23 2020  added by anfar*/
.home-page .main-head-1 {
  margin-top: 80px;
  min-height: 60px;
  text-shadow: 5px 5px 5px #3a9cf3;
  color: #fff;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 900;
}
.home-page h3.home-page-subhead{
      font-size: 22px;
      margin: 10px 0 10px 0;
      font-weight: 500;
}

.home-page div.second-subhead{
    font-size: 34px;
    font-weight: 600;
    color: #4bc1f0;
    margin: 10px 0 10px 0;
    padding-left: 60px;
}
.home-page .bannersub{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
}

/*contact-thankyou*/
.main-head-1 .contact-thankyou{
      margin-top: 10%;
}
.contact-thankyou .carousel .text {
      margin: 15px 0 10px;
}

.contact-thankyou a.link {
    color: #ffffff;
}

/*gdpr*/
.gdpr{
  padding-top: 40px;
}

/*seven pounds*/
.home-page{
  position: relative;
}
.home  .offer-image img{
  position: absolute;
  right: 270px;
  top: 130px;
  width: 100%;
}
.offer-image img{
  position: absolute;
  right: 40px;
  bottom: 70px;
  width: 180px;
}
/* .web-dev .offer-image img{
  position: absolute;
  right: 70px;
  top: 183px;
  width: 170px;
  bottom: unset;
}
.software-dev .offer-image img{
  position: absolute;
  right: 53px;
  top: unset;
  width: 200px;
  bottom: 65px;
} */

.m-0 {
  margin: 0!important;
}

.mt-0 {
  margin-top: 0!important;
}

.mt-1 {
  margin-top: 10px!important;
}

.mt-2 {
  margin-top: 20px!important;
}

.mt-3 {
  margin-top: 30px!important;
}

.mt-4 {
  margin-top: 40px!important;
}

.mt-5 {
  margin-top: 50px!important;
}

.mt-6 {
  margin-top: 60px!important;
}

.mt-7 {
  margin-top: 70px!important;
}

.mt-8 {
  margin-top: 80px!important;
}

.mt-9 {
  margin-top: 90px!important;
}

.mt-10 {
  margin-top: 100px!important;
}

.mt-11 {
  margin-top: 110px!important;
}

.mt-12 {
  margin-top: 120px!important;
}

.mb-1 {
  margin-bottom: 10px!important;
}
.mb-2 {
  margin-bottom: 20px!important;
}
.mb-3 {
  margin-bottom: 30px!important;
}
.mb-4 {
  margin-bottom: 40px!important;
}
.mb-5 {
  margin-bottom: 50px!important;
}
.mb-6 {
  margin-bottom: 60px!important;
}
.mb-7 {
  margin-bottom: 70px!important;
}
.mb-8 {
  margin-bottom: 80px!important;
}
.mb-9 {
  margin-bottom: 90px!important;
}
.mb-10 {
  margin-bottom: 100px!important;
}
.mb-11 {
  margin-bottom: 110px!important;
}
.mb-12 {
  margin-bottom: 120px!important;
}

.ml-1 {
  margin-left: 10px;
}
.ml-2 {
  margin-left: 20px;
}
.ml-3 {
  margin-left: 30px;
}
.ml-4 {
  margin-left: 40px;
}
.ml-5 {
  margin-left: 50px;
}
.mr-1 {
  margin-right: 10px;
}
.mr-2 {
  margin-right: 20px;
}
.mr-3 {
  margin-right: 30px;
}
.mr-4 {
  margin-right: 40px;
}
.mr-5 {
  margin-right: 50px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pl-5 {
  padding-left: 50px;
}
.pl-7 {
  padding-left: 60px;
}
.pl-7 {
  padding-left: 70px;
}


/*DD Pages*/
.b-ecommerce .main-head-2{
  margin-top: 40px !important;
}
.about {
  padding: 75px 0 0 0;
}
.why-tech {
  padding: 75px 0 75px 0;
}
.about-text h2 {
  text-align: left;
  font-weight: 600;
  line-height: 50px;
  color: #2e469e;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
}
.banner-highlight-color{
  color: #ffbc01;
  font-weight: 600;
  font-size: 40px;
}

.about-text p {
  padding: 0 25px 0 0;
  font-size: 16px;
}
.banner-a-google a.g-cloud img {
  max-width: 188px;
}
.banner-a-google a.ccs img {
  max-width: 177px;
}
.banner-a-google a img {
  max-width: 125px;
}

.b-grocery-ecommerce .main-head-1 {
  color: #fff;
  font-size: 50px;
  line-height: 1.5;
}

.b-grocery-ecommerce .cltoactn {
  margin-top: 160px;
}

.b-grocery-ecommerce .amount {
  display: flex;
  align-items: baseline;
}

.b-grocery-ecommerce .amount span.space {
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
}

.b-grocery-ecommerce .amount h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.ve-step {
  margin: 0;
  padding: 20px 20px;
  background: #fff;
  box-shadow: 1px 2px 9px 1px #cccccc6b;
  border-radius: 5px;
  min-height: 355px;
}

.ve-step h3 {
  font: 300 26px/26px "Oxygen", sans-serif;
  margin-bottom: 25px;
}

.ve-step img {
  max-width: 80px;
  margin-bottom: 0px;
}

.ve-step h4 {
  min-height: 40px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.3;
}

.ve-step h5 {
  min-height: 40px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.3;
}

.ve-step p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
}

.btn-disabled {
  background-color: #f0f8ff00;
  border-color: darkgrey;
  color: darkgrey;
}

.grocery-ecommerce .variety-hire {
  margin-top: unset;
}

.grocery-ecommerce .variety-hire .pound {
  width: 300px;
  position: absolute;
  top: -135px;
  right: -90px;
}

.keyfeatures {
  color: #282828;
  letter-spacing: 1px;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
}

/*Pharmacy Wholesalers Platform*/

.b-pharmacy-wholesale .amount {
  margin-top: 0px;
  align-items: baseline;
}

.b-pharmacy-wholesale .main-head-1 {
  font-size: 45px;
}

.for-custom-hire {
  text-align: center;
  background: #f8f8f8;
  padding-bottom: 40px;
  padding-top: 40px;
}

.for-custom-hire h2 {
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  color: #232c64;
  font-size: 30px;
}
.hire-div {
  color: #2e469e;
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  float: left;
  width: 100%;
}

.for-custom-hire .hire-div {
  margin-bottom: 10px;
}

.for-custom-hire h3 {
  font-weight: 500;
  line-height: 50px;
  color: #0b374b !important;
  font-size: 26px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: center;
}


.banner-section h4 {
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1.5px;
}

.banner-section h3 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1.5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.banner-section h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #fff;
}

.banner-section .main-head-1 {
  font-size: 48px;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 170px;
}
.banner-section .main-head-2 {
  font-size: 48px;
  color: #ffffff;
  line-height: 1.2;
  /* margin-top: 140px; */
  font-family: "Open sans", serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.b-pharmacy {
  background: url(../img/products/pharmacy-bg.jpg) center center no-repeat;
  background-size: cover;
  background-color: #26397b;
}

section.product-details {
  padding: 60px 0px 30px 0px;
}

section.product-details h2 {
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  color: #232c64;
  font-size: 38px;
  margin-top: 0;
}

.s-sub-head {
  font-size: 1.7em;
  font-weight: 500;
  text-align: center;
  color: #3c4d87;
}

section.screenshots-section h2 {
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  color: #232c64;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}

.dashboard-screen {
  padding-bottom: 10px;
  min-height: 350px;
}

.dashboard-screen h3 {
  color: #232c64;
  font-size: 20px;
}
.dashboard-screen p{
  font-size: 14px;
  font-weight: 300;
}

.dashboard-s-image {
  border-radius: 14px;
  box-shadow: 2px 0px 12px 1px #e2e2e2;
}

section.keyfeatures .key-head {
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  color: #232c64;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 29px;
}

section.keyfeatures {
  padding: 50px 0px 30px 0px;
  background: url(../img/products/bg1.svg) #fff;
  background-size: cover;
}

ul.keyfeatures-sub-list {
  padding-left: 24px;
}

ul.keyfeatures-list {
  padding-left: 0px;
}

ul.keyfeatures-list li {
  list-style-type: none;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
  display: flex;
}

ul.keyfeatures-sub-list li {
  list-style-type: none;
  font-size: 17px;
  line-height: 29px;
}

ul.keyfeatures-list li .hyphen {
  width: 20px;
  display: flex;
  align-self: flex-start;
  padding-top: 18px;
  padding-right: 6px;
  margin-right: 5px;
}

ul.keyfeatures-sub-list li .hyphen {
  width: 16px;
}
.bg-addon-sec {
  background: #e6f5fc;
  padding: 0 15px;
}

/*ecommerce*/
.b-ecommerce {
  background: url(../img/products/ecommerce-bg.jpg) center center no-repeat;
  background-size: cover;
  background-color: #26397b;
}


/*Fooddelivery*/
.b-carehome {
  background: url(../img/products/carehome-bg.jpg) center center no-repeat;
  background-size: cover;
  background-color: #26397b;
}

/*Fooddelivery*/
/*--------------------------Food----------------------------*/

.food-delivery-banner {
  background: url(../img/Food-Delivery.jpg) center center no-repeat;
}

.food-delivery-screen {
  margin-top: 54%;
}

.buy-now {
  font-weight: bold;
  color: #fff;
}

.buy-now > span {
  color: #f0e20a;
}

.screenshot-slide .carousel-inner {
  height: auto !important;
}

.screenshot-slide .carousel-control,
.screenshot-slide .carousel-indicators {
  display: block !important;
}

#food-delivery-slide ol.carousel-indicators li {
  display: inline-block;
  list-style-type: none;
  background: transparent;
  text-indent: inherit;
}

#food-delivery-slide ol.carousel-indicators {
  margin: auto;
  text-align: center;
  margin: 10px;
  margin-right: 10px;
  width: 100%;
  position: initial;
}

#food-delivery-slide ol.carousel-indicators li.active span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #263570;
  border-radius: 50%;
  color: #fff;
  padding-top: 4px;
}

#food-delivery-slide ol.carousel-indicators li span {
  display: inline-block;
  width: 10px;
  height: 10px;
}

#food-delivery-slide .carousel-inner {
  box-shadow: 1px 2px 30px #ccc;
  min-height: unset;
  height: auto !important;
  margin-top: 0;
  background: rgba(58, 156, 242, 0);
}

#food-delivery-slide .carousel-control {
  width: 21px;
  text-align: left;
}

.food-delivery-partners img {
  max-width: 112px;
  margin-right: 3%;
}

#food-delivery-slide .carousel-control img {
  position: absolute;
  top: 46%;
}

#food-delivery-slide .custom-left {
  position: absolute;
  left: -36px;
}

#food-delivery-slide .custom-right {
  position: absolute;
  right: -36px;
}

.about-food-delivery {
  color: #2e469e;
  font-weight: 600;
  font-size: 30px;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.screenshot-head {
  color: #2e469e;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}

.skill-title {
  text-align: center;
  color: #232c64;
}

.fi-top-recruitment {
  background-position: -7px -414px;
  width: 60px;
  height: 40px;
}

.self-intro-1 {
  padding: 0;
}

.self-intro-1 .hilight-1 {
  text-align: center;
  letter-spacing: 2px;
  color: #7988a7;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

.self-intro-1 h6 {
  font-size: 18px;
  color: #848484;
  text-align: center;
  font-weight: 400;
}
.ol-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.self-intro-1 ol {
  padding-inline-start: 30px;
  list-style-type: none;
}
.self-intro-1 li {
  font-size: 19px;
  font-weight: 500;
  /* line-height: 39px; */
  /* padding: 0 100px; */
  /* letter-spacing: 0.5px; */
  margin-bottom: 15px;
  padding: 0;
  display: flex;
}
.self-intro-1 ol li i {
  color: #4f66ba;
}

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bg-color-1 {
  background: aliceblue;
}

.bg-color-2 {
  background: #cee8f5;
}

.bg-color-3 {
  background: rgb(237, 226, 239);
}

.line_divider {
  border: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.99);
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.model p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 5px 10px;
  margin-bottom: 15px;
  min-height: 80px;
}

.model h5 {
  font-size: 20px;
}

.over-hidden {
  overflow: hidden;
}

.cls_card {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

/*header 10-08-2020*/
.hire-dev-menu-item {
  display: flex;
  justify-content: center;
}
.hire-dev-head-btn {
  color: #2e469e !important;
  border: 2px solid #2e469e;
  padding: 12px 34px !important;
  border-radius: 30px;
  font-size: 16px !important;
  line-height: 1.2 !important;
}
.hire-dev-head-btn:hover {
  background: #2e469e;
  color: #fff !important;
}

.contact-thankyou-banner-img {
  margin: 120px 0 0 0;
}
.show-md {
  display: none;
}
.why-es-btn-wrapper-1 {
  padding: 10px 20px 0px 20px;
}


.three-points-row {
    padding: 30px 0;
}
.three-points-row ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.three-points {
  padding: 0;
  width: 215px;
}
.three-points p {
  color: #333366;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-align: -webkit-center;
}
.three-points img {
  width: 60px;
  display: block;
  padding-bottom: 10px;
}
.circle-outer {
  position: relative;
  height: 60px;
}
.circle {
  background: #2e469e;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 10px 0 10px 0;
  font-weight: 600;
  font-size: 25px;
  margin: 15px auto;
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  top: 10px;
  left: 40%;
  color: #fff;
}
.w-container {
  padding: 30px;
  /* -webkit-box-shadow: 2px 2px 16px 4px rgba(0, 0, 0, 0.22); */
  border: 1px solid rgba(0, 0, 0, 0.22);
  /* box-shadow: 2px 2px 16px 4px rgba(0, 0, 0, 0.22); */
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 330px;
}
.w-container .list-unstyled li {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.7;
}
.w-container .list-unstyled i {
  margin-right: 15px;
  font-size: 20px;
  color: #027e02;
}
.addon-section .w-container {
  padding: 20px;
  -webkit-box-shadow: 2px 0px 6px 2px rgba(0, 0, 0, 0.22);
  /* border: 1px solid rgba(0,0,0,0.22); */
  box-shadow: 2px 0px 6px 2px rgba(0, 0, 0, 0.22);
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 366px;
}
.addon-section .w-container img {
  width: 125px;
}
.addon-section h3 {
  font-size: 20px;
}
.addon-section p {
  font-size: 16px;
}
.w-container a.see-how {
  border: 1px solid #2c2c2c;
  border-radius: 18px;
  padding: 3px 10px;
  color: #2c2c2c;
}
.w-container a.see-how:hover {
  border: 1px solid blue;
  border-radius: 18px;
  padding: 3px 10px;
  color: #ffffff;
  background: #2e469e;
}
.list-flex1 {
  display: flex;
  list-style: none;
  justify-content: space-around;
  padding-left: 0;
}
.list-flex1 li {
  padding: 10px;
  font-size: 16px;
  /* min-width: 260px; */
  font-weight: 400;
}
.expertise .box {
  /* border: 1px solid #33429c; */
  min-height: 360px;
  padding: 15px 15px 15px 15px;
  box-shadow: 1px 2px 9px 4px #cccccc6b;
}
.fi-uk-company {
  background-position: -146px -410px;
  width: 70px;
  height: 56px;
}
.expertise-dd .box{
text-align: left;
}
.expertise-dd .name {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.3px;
  color: #33429c;
  line-height: 1.3;
}
.expertise-dd .name:after {
  content: "";
  display: block;
  width: 43px;
  margin: 10px 0px;
  border-bottom: 2px solid;
}
.ensuring-head {
  text-align: center;
  /* font-family: "Roboto Slab", serif; */
  font-weight: bold;
  width: 60%;
  margin: auto;
  margin-bottom: 3%;
  margin-top: 3%;
  color: #2e469e;
  line-height: 1.5em;
  font-size: 28px;
}
.ensuring-head span {
  color: #ffc400;
}
.variety-hire {
  text-align: left;
  padding: 50px 0;
  /* background: #e6f5fc; */
}
.fi-uk-company{
  display: inline-block;
  background: url(../img/feature-icons.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.fi-uk-company {
  background-position: -146px -410px;
  width: 70px;
  height: 56px;
}
.screenshots {
  background: #ffebd7;
}
.cloud-head h2 {
  text-align: center;
  font-weight: 600;
  /* line-height: 72px; */
  padding-top: 50px;
  line-height: 40px;
  color: #0b374b !important;
  font-size: 30px;
}
.cloud-head h3 {
  font-weight: 400;
  line-height: 40px;
  color: #0b374b !important;
  font-size: 20px;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}
.why-es-btn-wrapper {
  text-align: left;
}
.why-es-btn-wrapper img {
  margin-top: 30px;
}
.why-es-btn-wrapper .carousel-caption {
  color: black;
  font-weight: 400;
  font-size: 16px;
  bottom: -40px;
  padding-bottom: 0;
  text-shadow: unset;
  width: 96%;
  text-align: center;
  right: unset;
  left: unset;
  z-index: 0;
}
.why-es-btn-wrapper .btn {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
}
.btn-span {
  border: 2px solid #2e469e;
  border-radius: 20px;
  padding: 7px 29px;
}
.addon-section {
  padding: 50px 0;
}
.bold-text {
  font-weight: 600;
}
.red-color {
  color: red;
}
.call-us-sec {
  background-color: #fbf0ec;
  padding: 50px 0;
}
.help-title {
  color: #282828;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
}
.call-us-sec h4 {
  font-size: 20px;
  color: #a94623;
  margin-bottom: 25px;
}
.call-us-sec img {
  width: 250px;
  position: absolute;
  top: 0px;
  right: 20px;
}
.call-us-sec p{
  font-size: 15px;
}
.why-hire-ded{
  margin-top: 25px;
}
.why-hire-ded ul {
  padding-left: 15px;
}
.why-hire-ded ul li {
  font-weight: 500;
  list-style: none;
  font-size: 16px;
  margin-bottom: 15px;
}
.why-hire-ded ul li i {
  margin-right: 15px;
  font-size: 20px;
  color: #a94623;
}

.call-us-sec .cltoactn {
  text-align: left;
  color: #fff;
  display: inline-block;
  float: none;
  max-width: 100%;
  padding: 30px;
  background: #6fd5d7;
  border-radius: 10px;
  -webkit-box-shadow: 9px 9px 20px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 9px 9px 20px 1px rgba(255, 255, 255, 0.2);
}
.call-back h3 {
  color: #ffffff !important;
  font-weight: 600;
  margin-bottom: 9px;
  font-size: 28px !important;
}
.call-back span {
  color: #2e469e;
  font-weight: 600;
  margin-bottom: 9px;
}

.clients-using-services {
  background: #fbfbfb;
  padding: 30px 0;
}
.clients-using-services .hire-div {
  color: #2e469e;
  font-weight: 600;
  font-size: 30px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: center;
  /* background: #dadada1f; */
  padding-top: 35px;
  padding-bottom: 20px;
}
.clients-using-services .logo {
  height: 130px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background: #dadada1f; */
}
.clients-using-services .logo img {
  width: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-example-modal-lg .carousel-control, .page-inner .carousel-indicators {
  display: unset;
  opacity: 0.8;
  width: 5%;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  color: #ff9e19;
}
/*DD pages end*/

/*case study start*/
.casestudy-banner-wrapper{
  text-align: center;
}
.casestudy-inner .casestudy-top-wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #ffffff;
}
.taxi-icon img {
  margin: 0 auto;
  display: table;
  width: 175px;
}
.casestudy-h1 {
  color: black;
  margin-top: 15px;
  margin-bottom: 50px;
  line-height: 1.4;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}

ul.itemlist li {
  background: 0 0;
  border-radius: 5px;
  display: inline-block;
  margin-left: 6px;
  padding: 10px 15px;
  border: 1px solid #2778bc;
  text-transform: uppercase;
  color: #2778bc;
  font-size: 15px;
  margin-bottom: 12px;
}
.taxi-bannerleft ul.itemlist li .fa {
  font-size: 10px;
  padding-right: 5px;
}

.taxi-bannerleft p {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 20px;
  line-height: 1.5;
}
.banner-btn-taxi {
  display: table;
  margin: 0 auto;
}
.orange-btn {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding: 1.25rem 1.5rem;
  color: #fff;
  min-width: 230px;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #ef5426;
  position: relative;
  transition-delay: 0.2s !important;
  transition: all 0.3s;
  width: 300px;
}
.btn.bg-orange:after, .btn.orange-btn:after {
  border-radius: 0 0 50% 50%/0 0 75% 75%;
  transition: height 0.5s ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background: #ef5426;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.industry-exp-sec {
  border-bottom: 1px solid #eaeaea;
}
#industry-exp-sec.inner-industry-exp {
  position: relative;
  background: #fff;
}
.industry-exp-sec .row {
  align-items: center;
}
.bg-d-blue {
  background: #083e70;
}
.indsutry-title .titlebox {
  padding: 23px 20px 15px;
  margin-top: -27px;
  position: relative;
}
.indsutry-title .titlebox:before, .indsutry-title .titlebox:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 27px solid #08345c;
  border-left: 20px solid transparent;
  top: 0;
}
.indsutry-title .titlebox:before {
  left: -20px;
}
.indsutry-title .titlebox:after {
  right: -20px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
.indsutry-title .titlebox h4 {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding-bottom: 12px;
  margin-bottom: 11px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.indsutry-title .titlebox p {
  font-size: 20.5px;
  line-height: 1.35;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #fff;
  margin-bottom: 10px;
}
.indsutry-title .titlebox p span {
  font-size: 16.5px;
  display: block;
}

.client-req-txt {
  padding: 55px 75px;
}
.client-req-txt h2, .client-req-txt h3 {
  color: #262626;
  font-size: 40px;
  font-weight: 900;
}
.client-req-txt p {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
  margin-top: 20px;
  font-weight: 300;
}
.fashion-feature h3 {
  margin-top: 40px;
}
ul.tech-skill {
  padding: 0;
}
.tech-skill li {
  position: relative;
  padding-left: 30px;
  margin-top: 17px;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.4px;
  font-weight: 300;
  line-height: 1.4;
  list-style: none;
}
.tech-skill li:before {
  content: "\f111";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  color: #ef5426;
  vertical-align: middle;
  position: relative;
  position: absolute;
  left: 0;
  top: 6px;
}
#our-challenge {
  background: url(../images/taxi-app/faq_background.png) no-repeat;
  background-size: cover;
  padding: 50px 0 40px;
}
.our-challenge-content h3 {
  margin-bottom: 25px;
  margin-top: 25px;
}
.our-challenge .our-challenge-content .accordion_body, .accordion_container {
  transition: none !important;
}
.our-challenge .our-challenge-content .accordion_head {
  background: 0 0!important;
  border-bottom: 1px solid #e7e7e7;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin: 0 0 1px;
  padding: 22px 12px 15px 20px;
  position: relative;
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}
.our-challenge .our-challenge-content .plusminus {
  color: #ef5426;
  float: left;
  left: 0;
  padding-right: 10px;
  position: absolute;
  top: 21px;
}
/*case study end*/

/**/


.dropdown-menu
{
    border-top: 1px solid #eee;
    background-color: #ffe5f6;
}
/* media Query */

/* Define mobile styles */

@media (max-width: 767px) {
  .hidden-sm{
    display: none;
  }
  .col-1by5 {
    width: 100%;
  }
  .pad-none {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pad-left-none {
    padding-left: 15px;
  }
  .pad-right-none {
    padding-right: 15px;
  }

  .step-process .step-cover {
    padding: 130px 15px 0;
  }
  .step-process .step-cover .step {
    width: 100%;
    margin-bottom: 38px;
  }
  /*
  .step-process .step-cover .step .count {
    font-size: 18px;
  }
  .step-process .step-cover .step .info {
    font-size: 12px;
  }
  .step-process .step-cover .step .train {
    width: 40px;
    height: 40px;
    border: solid 2px #3a9cf2;
    bottom: -40px;
    z-index: -1;
    line-height: 37px;
    font-size: 24px;
  }
  .step-process .step-cover .step .train i.fa {
    line-height: 30px;
  } */

  .page-inner .bredcrumb_nav,
  .cs-inner .bredcrumb_nav {
    top: 40px;
    color: #fff;
  }
  .bredcrumb_nav a,
  .bredcrumb_nav a i {
    color: #fff;
  }

  .nav-fixed.navbar > .container .navbar-brand {
    margin: 10px 0 0 15px !important;
  }
  .navbar-default {
    position: static;
  }
  .navbar-default,
  .nav-fixed {
    background: #fff;
    height: auto;
    top: -1px;
    z-index: 100;
  }
  .navbar-default .navbar-toggle {
    border-color: #ddd;
    margin: 20px 20px;
  }
  header .navbar-nav {
    margin: 7.5px 0;
    text-align: center;
  }
  li.top-li ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menulist {
    overflow: scroll;
    /* height: 100vh; */
  }
  #closeButton {
    color: #3a9cf2;
  }
  .cltoactn {
    margin: 15px 0;
  }
  .common_contact .cltoactn {
    margin: 0;
    padding: 0;
    background: transparent;
  }
  .cltoactn.startup-banner-form-sec {
    margin: 15px 15px 30px;
  }
  .featured_projects .row div:nth-child(1) .headline a {
    margin: 13px 0 0 0;
    display: block;
    line-height: 2;
    padding: 0 15px;
    max-width: 110px;
  }

  .page-inner .carousel-inner {
    height: auto;
  }
  .lets-talk {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px 10px;
    width: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .lets-talk span {
    padding: 0;
    display: inline-block;
    font-size: 15px;
  }
  .page-home .carousel-inner .tamindianvector {
    margin: 10px 0;
    max-width: 100%;
  }
  .map-container {
    padding: 15px;
  }
  .page-inner .about {
    padding: 10px 0;
  }
  .office-con {
    padding: 0 15px;
  }
  .why_we {
    padding: 0 30px;
  }
  .self-intro p {
    padding: 15px;
    margin: 0 !important;
    font-size: 16px;
    line-height: 2;
  }
  .page-home .portfolio .row a.view_all {
    float: none;
    max-width: 300px;
    margin: 15px auto;
  }
  .page-home .services {
    padding: 30px 0;
  }
  .page-home .services .service {
    width: 100%;
    margin-top: 0;
  }
  .page-home .services .service-img-bg {
    width: 100%;
    max-width: 100%;
    margin: auto;
    float: none;
    text-align: center;
    background: none;
  }
  .page-home .services .service-img-bg img {
    top: 10px;
    padding: 30px;
  }
  .page-home .services .service-img-bg img {
    width: 100%;
    max-width: 80px;
    padding: 0;
    border: none;
    margin: 30px auto 0;
    position: static;
  }
  .rfloat {
    float: none;
  }
  .page-home .services .row {
    margin-bottom: 10px;
  }
  .service-img-bg-right {
    right: 10px;
  }
  .service-img-bg-left {
    left: 10px;
  }
  .page-home .services .service .item {
    margin-top: 20px;
    text-align: center;
  }
  .clients .story p {
    line-height: 50px;
    padding: 35px 15px;
  }
  .testimonial {
    margin-left: 0;
    margin-right: 0;
  }
  .testimonial:before {
    top: -50px;
  }
  .menulist a {
    margin-left: 0;
  }
  .page-home .carousel-inner .tamindianvector {
    max-width: 400px;
    float: left;
  }
  .common-call-action {
    padding: 15px;
    margin: 0;
  }
  .common-call-action a {
    margin-top: 0;
    font-size: 16px;
    padding: 10px 15px;
  }
  .navbar > .container .navbar-brand {
    margin: 10px 5px 0 15px !important;
    max-width: 150px;
  }
  .navbar-brand .logo-text {
    bottom: -7px;
  }
  span.company-alias {
    padding-left: 31px;
  }
  span.registration {
    padding-left: 4px;
  }
  .navbar-brand span {
    font-size: 1.1rem;
  }
  #myCarousel .item .container {
    background: #3A9CF2;
    min-height: unset;
  }
  .banner .main-head-1,
  .main-head-1,
  .banner .bannersub,
  .bannersub {
    min-height: auto;
  }
  .main-head-1 {
    margin-top: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #fff;
  }
  .main-head-2 {
    margin-top: 40px;
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    color: #fff !important;
  }
  .web-dev .main-head-1 {
    font-size: 3.5rem;
    color: #fff;
  }
  .page-inner .carousel .text {
    line-height: 26px;
    color: #fff;
  }
  .bannersub {
    font-size: 2rem;
  }

  .page-home .carousel-inner img {
    margin-top: 30px;
    max-width: 50%;
    margin-bottom: 30px;
  }
  
  .page-home .shopify img {
    margin-bottom: 0;
  }
  .about-img-con {
    margin: 0;
  }
  .about-img-con img{
    width:50%
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > span {
    border-bottom: 1px solid transparent;
  }
  a.phone-contact {
    font-size: 12px;
  }
  .scrolldown {
    left: 0;
    bottom: 10px;
    width: 100%;
    color: #ffffff;
    text-align: center;
  }
  .banner-bar {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 50px;
  }
  .banner-bar .phone-form > span {
    font-size: 17px;
    padding: 15px 0;
  }
  .nav-item .dropdown-menu {
    display: none;
  }
  .nav-item.open .dropdown-menu {
    display: block;
  }
  .nav-icons span{
    font-size: 14px;
    
  }
  .common_contact .btn {
    width: 100%;
    padding: 0 15px;
  }
  .portfolio-sctn {
    padding: 60px 15px 0;
  }
  .portfolio-sctn .cover {
    padding: 15px;
  }
  .featured_projects.portfolio-sctn .item {
    margin: 0 auto 30px;
  }
  .portfolio-sctn .item img {
    min-width: 100%;
  }
  .testimonial {
    margin-left: 0;
    margin-right: 0;
  }
  .testimonial,
  .testimonial p {
    min-height: auto;
  }
  .page-home .banner-dollar-99 .contact-btn-div > span > a.wa-footer img {
    margin: 0;
    max-width: 100%;
  }
  .banner-dollar-99 .contact-btn-div span {
    display: inline-block;
  }
  .banner-dollar-99 .contact-btn-div > span > a > span {
    display: block;
  }
  .navbar > .container .navbar-brand {
    max-width: 120px;
  }
  .navbar-brand .logo-text {
    position: static;
  }
  .navbar-brand span,
  .navbar-brand span.company-alias {
    padding: 0;
    letter-spacing: 0;
    font-weight: normal;
  }
  .featured-tag span,
  .featured-tag strong {
    width: 8%;
    display: contents;
    float: left;
  }
  .featured-tag strong {
    width: auto;
  }
  .featured-tag strong:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  /*cookie start*/
  #cookie-alert div#title {
    min-height: 80px;
  }
  #cookie-alert div#title h6 {
    line-height: 80px;
  }
  #cookie-alert div#title {
    width: 80px;
    margin-right: 10px;
  }
  #cookie-alert div#message {
    width: 348px;
    margin: unset;
  }
  /*cookie end*/
  .shopify .main-head-1 {
    margin: 8% 0 0;
  }
  .page-home .carousel-inner .wa-footer img {
    max-width: none;
  }
  .lets-talk.full-width {
    margin-bottom: 10px;
  }
  .lets-talk.full-width span {
    white-space: normal;
    width: 250px;
  }
  .highlight-strap {
    position: static;
  }

  .contact-main {
    margin-top: 0px;
  }
  .h-strap-each {
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    padding: 5px;
  }

  .h-strap-each img {
    width: 20px;
  }
  .self-intro .hilight {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .mega-dropdown-menu {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 1000;
    width: 100% !important;
    left: 0% !important;
    overflow: scroll;
  }
  #closeButton {
    position: absolute;
    right: 10%;
    z-index: 1;
    font-size: 4rem;
    color: #3a9cf2;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    top: 0;
  }
  .mega-dropdown-menu-solutions {
    position: fixed;
    top: 0;
    min-height: 75%;
    z-index: 1000;
    width: 100% !important;
    left: 0% !important;
  }
  #closeButton-solutions {
    position: absolute;
    right: 10%;
    z-index: 1;
    font-size: 4rem;
    color: #3a9cf2;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    top: 0;
  }
  
  .tick-bullets,
  .startup .highlight-points li,
  .startup-offer .highlight-points li {
    color: #3a3a3a;
  }
  .abt-highlight img {
    width: 100px;
    margin-bottom: 10px !important;
  }
  .tel-numbers a {
    display: block;
    margin-bottom: 10px;
  }
  ul.thankyou-links li {
    display: block;
  }

  .page-inner .carousel-inner.why-we {
    min-height: 100%;
  }
  .why-we .main-head-1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .head-1 {
    font-size: 24px;
    line-height: 1.5;
  }
  .expertise p{
    height: 100%;
    padding-top: 10px;
  }
  .page-inner .carousel .text-1{
    color: #fff;
  }
  .about-inner .main-head-1 {
    color: #ffffff;
  }
  .home-page .main-head-1 {
    margin-top: 20px;
    font-size: 34px;
  }
  .home-page h3.home-page-subhead {
    font-size: 18px;
    margin: 10px 0 0px 0;
  }
  .home-page .bannersub {
    padding: 15px 0 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .page-home .offer-image img {
    position: relative;
    top: unset;
    right: 0;
    left: 0;
    width: 50%;
    padding: 15px 0;
  }
  .offer-image img {
    position: relative;
    right: 0;
    bottom: 0;
    width: 110px;
    top: unset;
    margin-bottom: 0px;
    margin: 0px !important;
    float: unset !important;
  }
  .web-dev .offer-image img {
    position: relative;
    width: 110px;
    top: 0px;
    margin: 0px !important;
    left: 0px;
    right: unset;
    float: unset;
  }

  .software-dev .offer-image img{
    position: relative;
    width: 110px;
    top: 0px;
    margin: 0px !important;
    left: 0px;
    right: unset;
    float: unset;
  }
  .home-page .text-1 {
    padding: 15px 0 5px;
    font-size: 17px;
    line-height: 30px;
  }
  .nav-icons img {
    max-width: 50px;
  }
  .headline {
    font: 300 34px/40px "Oxygen", sans-serif;
  }

  .cltoactn h3 {
    font-size: 24px;
  }
  .cltoactn h4 {
      font-size: 15px;
      letter-spacing: 0.5px;
      line-height: 1.5;
  }
  .call-us-sec img {
    width: 190px;
    top: -130px;
  }
  .ve-step {
    padding: 10px 20px;
    margin: 20px 0px;
  }
  .three-points {
    padding: 0;
    width: 110px;
    margin: 0 auto;
  }
  .dashboard-screen {
    padding-bottom: 10px;
    min-height: 300px;
  }
  .list-flex1 {
    display: block;
  }
  .expertise .box {
    /* border: 1px solid #33429c; */
    min-height: 300px;
    padding: 15px 15px 15px 15px;
    box-shadow: 1px 2px 6px 2px #cccccc6b;
    margin-bottom: 15px;
  }
  .expertise-dd .name {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.3px;
    color: #33429c;
    line-height: 1.3;
    margin-top: 0px;
    min-height: 40px;
  }
  
  #food-delivery-slide .custom-left
  {
      left:0;
  }
  #food-delivery-slide .custom-right
  {
      right:0;
  }
    .for-custom-hire .three-points-row ul,.for-custom-hire .three-points-row ul li,.for-custom-hire .three-points-row ul li .three-points
    {
        display:block;
        width:100%;
    }
    .startup-banner-img
    {
        float:left;
        width:100%;
        text-align:center;
    }
    .page-home .carousel-inner img
    {
        max-width:100%;
        float:none;
        display:inline-block;
        
    }
    .page-home .carousel-inner .item .container
    {
        height:auto !important;
    }
    .contact-btn-div > span > a
    {
        max-width:none;
    }
    .screenshot-head
    {
        text-align:center !important;
        margin-top: 20px;
    }
    .ve-step
    {
        min-height:0px;
    }
   
    .contact-btn-div > span ~ span > a, .contact-btn-div,.contact-btn-div > span
    {
        display:block !important;
        margin-bottom:10px;
    }
   .three-points 
   {
       padding:0px 15px;
   }
   .three-points p
   {
       text-align:left;
   }
   .three-points p img
   {
       display:inline;
   }
}

/* Extra Small Phone screens */

@media (max-width: 575px) {
  .page-home .carousel-inner .tamindianvector {
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  .cltoactn h5 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .cltoactn .btn {
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .common_contact .btn {
    font-size: 16px;
  }
  .page-home .shopify img {
    margin-top: 0;
  }
  .highlight-strap {
    padding: 0;
  }
  .h-strap-each {
    font-size: 9px;
    padding: 5px 0;
  }
  .contact-btn-div {
    width: 100%;
    display: flex;
    /* padding-left: 25px; */
    padding-bottom: 15px;
  }
  .startup-row .contact-btn-div {
    justify-content: center;
  }
  .abt-highlight img {
    width: 50px;
  }
  .pad-none-xs {
    padding: 0;
  }
  .show-xs {
    display: block;
  }
  .self-intro {
    padding: 20px 0px 20px 0;
    background-position: initial;
  }
  .software-dev .item .container{
    height: 560px !important;
  }

}

/* tablet screens */

@media (min-width: 768px) and (max-width: 991px) {
  .col-1by5 {
    width: 50%;
  }
  .navbar-default .navbar-nav > li > a,
  .megaopen {
    text-transform: uppercase;
    font: 700 12px/20px "Oxygen", sans-serif;
    letter-spacing: 0;
    margin-right: 11px;
  }
  .page-home .carousel-inner img {
    float: right;
    margin-top: -10%;
    margin-bottom: 10%;
    max-width: 300px;
  }
  .page-inner .banner-dollar-99 .dollar-99-img img {
    margin-top: 25%;
  }
  #myCarousel .main-head-1 {
    margin-top: 10%;
  }
  #myCarousel .dollar-99-content .main-head-1 {
    margin-top: 10px;
  }
  .what-we-do-list ul li a {
    padding-left: 0;
  }
  .what-we-do-list ul li a:before {
    padding-right: 5px;
    margin-left: -5px;
  }
  .page-inner .bredcrumb_nav,
  .cs-inner .bredcrumb_nav {
    max-width: 750px;
    top: 50px;
  }
  .page-home .carousel-inner .tamindianvector {
    margin-top: -75px;
    max-width: 309px;
  }
  .step-process .step-cover .step .info {
    font-size: 14px;
  }

  .navbar > .container .navbar-brand {
    margin: 10px 0 0 !important;
    max-width: 170px;
  }
  .nav-fixed.navbar > .container .navbar-brand {
    margin: 10px 0 0 !important;
  }
  .navbar-brand .logo-text {
    bottom: -9px;
  }
  span.company-alias {
    padding-left: 33px;
  }
  span.registration {
    padding-left: 7px;
  }
  .navbar-brand span {
    font-size: 1.1rem;
  }
  .banner .main-head-1,
  .banner .bannersub {
    min-height: auto;
  }
  #myCarousel .item .container {
    min-height: 550px;
  }
  .services-menu-items,
  .mega-dropdown-menu .head {
    width: 21.3333%;
    float: left;
  }
  .mega-dropdown-menu .rightbox {
    width: 33.3333%;
  }
  .navbar-default .navbar-nav > li:last-child > a {
    font: 700 12px/20px "Oxygen", sans-serif;
    margin-top: 11px;
    padding: 2px 8px !important;
  }
  .navbar > .container .navbar-brand {
    max-width: 150px;
  }
  .navbar-brand .logo-text {
    position: static;
  }
  .navbar-brand span,
  .navbar-brand span.company-alias {
    padding: 0;
    letter-spacing: 1px;
  }
  .h-strap-each {
    font-size: 13px;
  }

  .h-strap-each img {
    width: 20px;
  }

  .highlight-strap {
    padding: 5px 0;
  }
  .abt-highlight img {
    max-width: 70px !important;
  }
}

@media (min-width: 768px) {
  .ve-why-india h2 {
    margin-top: 70px;
    font-size: 5rem;
  }
  .feature-list-items {
    padding-right: 50px;
  }
  .feature-list-item {
    padding-left: 80px;
  }
  .ve-why-india {
    padding-bottom: 100px;
  }
  .ve-office-location {
    padding: 70px 0;
  }
  .res-pb {
    padding-bottom: 45px;
  }
  .res-py {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .res-mb {
    margin-bottom: 45px;
  }
  #toggleContactMob {
    display: none;
  }
 
  .nav-item .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .banner-bar .phone-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .highlight-points {
    /* float: left; */
  }
  .highlight-points li {
    float: left;
    margin-right: 30px;
  }
  .page-inner .bredcrumb_nav,
  .cs-inner .bredcrumb_nav {
    font-size: 16px;
  }
  .highlight-points li {
    line-height: 2.2;
  }
  .startup .highlight-points li,
  .dollar-99 .highlight-points li {
    line-height: 1.4;
  }
  .startup .highlight-points,
  .dollar-99 .highlight-points {
    margin-top: 20px;
  }
  .phone-form {
    padding: 5px 0;
  }
  .contact-btn-div > span.dark-or {
    color: #333;
  }
  .nav-item .dropdown-menu {
    min-width: 180px;
    /*display: block;*/
    z-index: -1;
    margin: 0;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* medium desktop screens */

@media (min-width: 992px) and (max-width: 1199px) {
  .col-1by5 {
    width: 20%;
  }
  .page-inner .bredcrumb_nav,
  .cs-inner .bredcrumb_nav {
    top: 40px;
  }
  .navbar > .container .navbar-brand {
    max-width: 200px;
  }
  .navbar-brand span {
    font-size: 1.3rem;
  }
  .navbar-default .navbar-nav > li > a {
    margin-right: 15px;
  }
  .services-menu-items,
  .mega-dropdown-menu .head {
    width: 21.3333%;
    float: left;
  }
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; 
    }
  .startup .carousel-inner {
    height: auto;
    padding: 0 0 30px;
  }
  .map-container {
    position: relative;
    -webkit-transform: translate(-10%, 0%);
    transform: translate(-10%, 0%);
    max-width: 500px;
  }
  .office-con h3 {
    margin: -42px 0 15px;
  }
  .page-inner .bredcrumb_nav,
  .cs-inner .bredcrumb_nav {
    max-width: 970px;
  }
  .nav-icons span {
    margin-bottom: 0px;
  }
  .mega-dropdown-menu .head {
    width: 74%;
  }
  #main-services-box a {
    display: block;
    padding: 15px;
    border: 2px solid transparent;
    border-radius: 10px;
    position: relative;
  }
  #main-services-box a.active {
    border-color: #384656;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
  }
  #main-services-box a.active:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 18px solid;
    border-color: transparent;
    border-top-color: #2f2f2f;
  }
  .page-inner .b-block-chain {
    height: auto;
  }
  .page-inner .b-block-chain .bc-banner {
    padding-bottom: 30px;
  }
  .p-md-r-0,
  .p-md-mx-0 {
    padding-right: 0;
  }
  .p-md-l-0,
  .p-md-mx-0 {
    padding-left: 0;
  }
  .featured_projects.portfolio-sctn .row div:nth-child(1) .headline a {
    margin: 0 0 30px;
    display: inline-block;
    line-height: 1.5;
  }
  .featured_projects.portfolio-sctn .row div:nth-child(1) .cover {
    padding-left: 10%;
    background-color: #32439b;
    padding-bottom: 57px;
    padding-top: 63px;
    padding-right: 30px;
    text-align: left;
  }
  .dollar-99-content .main-head-1 {
    margin-top: 30%;
  }
  .page-inner .banner-dollar-99 .dollar-99-img img {
    margin: 40% 0 0 0;
  }
  .telephone-cal2actn {
    display: block;
  }
}

/* Large screens*/

@media (min-width: 1200px) {
  .col-1by5 {
    width: 20%;
  }
  .container {
    width: 1200px;
  }
  .team-indian .about ul.bullets li {
    font-size: 2rem;
    white-space: nowrap;
  }
  .page-inner .bredcrumb_nav,
  .cs-inner .bredcrumb_nav {
    max-width: 1170px;
    padding: 0;
    top: 30px;
  }
  .why_we .bulbbox {
    display: block;
  }
  .why_we .bulb-data .content {
    position: absolute;
    background-image: url(../img/bulb.png);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .why_we .bulb-data .content .item {
    position: absolute;
    max-width: 420px;
  }
  .feature-list-items {
    padding-right: 8.33333%;
  }
  .step-process div[class^="col-"] {
    min-height: 370px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .res-py {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .res-mb {
    margin-bottom: 70px;
  }
  .address {
    display: inline-block;
    background: rgba(58, 156, 242, 0.1);
    height: 500px;
    padding: 30px 18px;
  }
  .contact_form {
    padding: 30px;
    border: 3px solid rgba(58, 156, 242, 0.1);
    height: 500px;
  }
  .page-home .services .service-img-bg {
    max-width: 100%;
    width: 100%;
  }
  a.phone-contact .visible-lg {
    display: inline !important;
  }
  .contact .main-head-1 {
    margin-top: 30px;
  }

  .case-study .main-head-1 {
    margin-top: 30px;
    font-size: 3.9rem;
    color: rgb(40, 40, 40);
  }

  .highlight-points li {
    display: block;
    margin-right: 20px;
    float: left;
  }
  .top-li li a.reg-text {
    margin-right: 58px;
    font-size: 20px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  .banner-bar {
    padding: 5px 15px;
    border-radius: 30px;
  }
  .banner-bar .phone-form > span {
    padding: 0;
  }
  .banner .carousel-inner > .item {
    min-height: 90vh;
  }
  .cltoactn.startup-banner-form-sec {
    margin: 140px 0 0;
  }
  .startup .main-head-1 {
    margin-top: 10%;
  }
  .top-li {
    margin: 10px 0;
  }
  .nav-fixed ul.top-li {
    margin: 5px 0;
  }
  .featured-tag strong {
    margin-right: 10px;
  }
  .page-inner .contact-banner .carousel .text,
  .page-inner .portfolio-banner .carousel .text {
    font-size: 25px;
    margin: 0 0 30px;
  }
  .page-inner .contact-banner .carousel .main-head-1,
  .page-inner .portfolio-banner .carousel .main-head-1 {
    margin-bottom: 20px;
  }
  .page-inner .contact-banner .carousel #call-us {
    margin: 0 0 30px;
  }

  .startup .cltoactn {
    margin-top: 20%;
  }
  .page-home .carousel-inner img,
  .page-inner .banner-dollar-99 .dollar-99-img img {
    float: none;
    margin-top: 50px;
  }
  .contact-thankyou .carousel-inner img{
    margin-top: 0px;
  }
  span.company-alias {
    color: #faa429;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.3;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
  }
  .nav-fixed .navbar-brand span {
    line-height: 1.2;
    font-size: 1.4rem;
  }
  .dollar-99-content .main-head-1 {
    margin-top: 26%;
  }
  .page-inner .carousel .dollar-99-content .text {
    margin: 10px 0 0;
    font-size: 22px;
  }
  .page-inner .dollar-99 .text {
    max-width: 400px;
  }
  .dollar-99 .highlight-points {
    margin-top: 30px;
  }
  .highlight-strap {
    top: 100%;
  }
  #myCarousel .web-dev .item {
    background: transparent;
  }

}

@media (min-width: 1200px) and (max-width: 1365px) {
  .abt-highlight img {
    max-width: 50px !important;
  }
  .page-inner .carousel .text{
    margin: 10px 0 0 !important;
  }
}

/*custom screen media */

@media (max-height: 1600px) {
  .banner .carousel-inner > .item,
  #myCarousel .item .container {
    min-height: 509px;
    height: 100%;
  }
}

@media (max-height: 650px) {
  .page-inner .carousel-inner {
    min-height: 25vh;
  }
  .shopify .lets-talk {
    margin-bottom: 0;
  }
  .contact .carousel-inner {
    min-height: 25vh;
  }
  .banner-a-google {
    margin-top: 15px;
}
}
 

/*=====================
 case-study--potfolio
=====================*/

.block_caselist {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-color: #f9f9f9;
  overflow: hidden;
  transition: 0.5s;
}
.img_caseb {
  height: 215px;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.logo_website {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
  left: 50%;
}
.logo_website img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.case-int .img_caseb::after {
  background-image: linear-gradient(to right top, #26397b, #225194, #1b69ac, #1282c3, #109bd8);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  opacity: 0.6;
}
.case_listtext {
  float: left;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.case_listtext h2 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  position: relative;
  padding-bottom: 13px;
}
.case_listtext h1::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  width: 50px;
  background-color: #e92b26;
  content: "";
  bottom: 0;
  margin: 0 auto;
}
.case_listtext p {
  letter-spacing: normal;
  color: #555555;
  min-height: 42px;
  font-size: 15px;
  margin-top: 10px;
}
.case_studynew {
  display: inline-block;
  margin: 11px 0 11px;
  padding: 11px 40px 11px;
  text-transform: uppercase;
  border-radius: 100px;
  border: 1px solid #e92b26;
  color: #e92b26;
  font-weight: 600;
  transition: 0.5s;
}
.new_case_study {
  display: flex;
  justify-content: center;
}
.case-int:hover {
  box-shadow: 0px 0px 42px -5px rgba(0,0,0,0.19);
}

.main-title {
  padding: 60px 0;
}
.main-title h3 {
  font: 500 32px/38px "Oxygen", sans-serif;
  margin-bottom: 30px;
}
.main-title p {
  font: 400 24px/36px "Merriweather Sans", sans-serif;
  color: #4e9de0;
}


.tech-expertise {
  padding: 50px;
  background-color: #f6f9fc;
}
.tech-expertise-box {
  padding: 5px 15px;
  border-radius: 10px;
  display: grid;
  align-content: center;
  text-align: left;
  transition: .3s ease;
  box-shadow: 1px 2px 30px 0px #cccccc6b;
  border-bottom: 5px solid #faa429;
  margin-bottom: 10px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%233a9cf2' fill-opacity='0.04' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}
.tech-expertise-box i {
  margin-right: 15px;
  color: #4f9fdd;
  font-size: 20px;
}
.tech-expertise-box:hover {
  transform: scale(1.02);
  transition: .3s ease;
}
.tech-expertise h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}
.tech-expertise h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}
.tech-expertise-box h4 {
    display: flex;
  justify-content: space-between;
}
.tech-expertise p {
  font: 400 24px/36px "Merriweather Sans", sans-serif;
  color: #4e9de0;
}

.remote-sec {
  padding: 50px 0;
  background-color: #f6f9fc;
}
.remote-sec .remote-row {
  margin: 20px 0;
  padding: 50px 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  box-shadow: 1px 2px 30px 0px #cccccc6b;
  transition: .3s ease-in-out;
  border-bottom: 10px solid #faa429;
  background-color: #ffffff;
  background: url(../img/2021/h-white-bg.jpg) center left no-repeat;
}
.remote-sec .remote-row:nth-child(even) {
  background: url(../img/2021/h-white-bg.jpg) center right no-repeat;
}
.remote-sec h4 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #333;
  transition: .2s ease-in-out;
}
.remote-sec p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #606060;
  margin-bottom: 25px;
  transition: .2s ease-in-out;
}
.remote-sec .remote-row img {
  transition: .3s ease-in-out;
}
.remote-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  transition: .3s ease-in-out;
}
.remote-sec .remote-row:hover {
  background: #3a9cf2;
  transition: .3s ease-in-out;
}
.remote-sec .remote-row:hover img {
  transform: scale(1.07) rotate(-8deg);
  transition: .3s ease-in-out;
}
.remote-sec .remote-row:hover h4,
.remote-sec .remote-row:hover p {
  color: #fff;
}

.unique h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}
.unique h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}
span.border-down {
  background: #faa429;
  height: 8px;
  width: 200px;
  border-radius: 50px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
}
.unique-box {
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 10px;
  min-height: 345px;
  display: grid;
  align-content: center;
  transition: .3s ease;
  background-color: #4e9de0;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23faa429' fill-opacity='0.41'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.unique-box:hover {
  transform: scale(1.02);
}
.unique-box h4 {
  /*min-height: 72px;*/
  color: #fff;
  display: grid;
  align-items: self-end;
  font-size: 25px;
  line-height: inherit;
  font-weight: 600;
  margin-top: 0;
}
.unique-box p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
}

.benefits {
  padding: 50px;
  background-color: #f6f9fc;
}
.benefits h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}
.benefits p {
  font: 600 24px/36px "Merriweather Sans", sans-serif;
  color: #4e9de0;
}
.benefits-box {
  padding: 25px;
  box-shadow: 1px 2px 30px 0px #cccccc6b;
  border-radius: 10px;
  margin-bottom: 25px;
  min-height: 355px;
  display: grid;
  align-content: center;
  transition: .3s ease;
  border-bottom: 10px solid #faa429;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%233a9cf2' fill-opacity='0.04' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}
.benefits-box:hover {
  transform: scale(1.02);
  background-position: bottom;
}
.benefits-box h3 {
  color: #8690e4;
  font-size: 25px;
  line-height: inherit;
  font-weight: 600;
}
.benefits-box p {
  font: 400 18px/27px "Merriweather Sans", sans-serif;
  margin-bottom: 0;
  color: #3a3a3a;
}

.howitwork {
  padding: 50px 0;
  background: linear-gradient(122deg, #3a9cf2, #f97fcf);
  color: #fff;
}
.howitwork h2 {
  font: 700 46px/58px "Oxygen", sans-serif;
  margin-bottom: 20px;
}
.howitwork p {
  font: 400 22px/36px "Merriweather Sans", sans-serif;
  color: #fff;
}
.howitwork-box {
  padding: 25px;
  box-shadow: 1px 2px 30px 0px #cccccc6b;
  border-radius: 10px;
  margin-bottom: 25px;
  min-height: 270px;
  display: grid;
  align-content: baseline;
  transition: .3s ease;
  border-bottom: 10px solid #faa429;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%233a9cf2' fill-opacity='0.13' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.howitwork-box:hover {
  transform: scale(1.02);
  background-position: bottom;
}
.howitwork-box h3 {
  color: #8690e4;
  font-size: 50px;
  line-height: inherit;
  font-weight: 600;
}
.howitwork-box p {
  font: 400 18px/27px "Merriweather Sans", sans-serif;
  margin-bottom: 0;
  color: #3a3a3a;
}

.tech-expert {
  padding: 50px;
}
.tech-expert .icon-box {
  display: inline-grid;
  justify-items: center;
}
.tech-expert img {
  margin: 0 0;
  padding: 15px;
  transition: 600ms ease;
  width: 125px;
}
.tech-expert span {
  font-size: 16px;
  font-weight: 600;
  color: #8690e4;
}
.tech-expert h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}
.tech-expert p {
  font: 600 24px/36px "Merriweather Sans", sans-serif;
  color: #4e9de0;
}

.tech-expert h6 {
  font-size: 16px;
  font-weight: 600;
  display: inline-grid;
  place-content: center;
  min-width: 100px;
  height: 50px;
  background: #8690e4;
  color: #fff;
  margin-top: 15px;
  border-radius: 10px;
}
.tech-expert-box {
  padding: 25px;
  box-shadow: 1px 2px 30px 0px #cccccc6b;
  border-radius: 10px;
  margin-bottom: 25px;
  min-height: 300px;
  display: grid;
  align-content: center;
  transition: .3s ease;
  border-bottom: 10px solid #faa429;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%233a9cf2' fill-opacity='0.04' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}
.tech-expert-box:hover {
  transform: scale(1.02);
  background-position: bottom;
}
.tech-expert-box h3 {
  color: #8690e4;
  font-size: 25px;
  line-height: inherit;
  font-weight: 600;
  margin-top: 0;
}
.tech-expert-box p {
  font: 400 18px/27px "Merriweather Sans", sans-serif;
  margin-bottom: 0;
  color: #3a3a3a;
}
.btn-hire {
  background-color: #faa429;
  font-weight: 600;
  font-size: 20px;
  border: 0px;
  padding: 15px 34px;
  color: #ffffff;
  border-radius: 100px;
  cursor: pointer;
}

@media (max-width: 767px){
    .flex-d-c {
      flex-direction: column;
    }
}
.super-headline {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 50px;
  color: var(--hash-darkgrey);
  margin-bottom: 20px;
}
.super-text {
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  color: #666666;
}


.form2023{
  display: inline-block;
  color: #3a9cf2;
  padding: 25px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 9px 9px 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 9px 20px 1px rgba(0, 0, 0, 0.2);
}
.form2023 h3 {
  color: #3a9cf2;
  font-weight: 600;
  font-size: 26px;
  margin: auto;
  margin-bottom: 10px;
}
.form2023 p {
  font-size: 18px!important;
  color: #ff9d17!important;
  line-height: 24px!important;
  font-weight: 500;
  margin-bottom: 10px;
}
.form2023 .form-group {
  margin-bottom: 10px;
}
.form2023 input {
  height: 40px;
  padding: 12px;
}
.form2023 .btn {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  padding: 5px;
  max-width: 150px;
  display: block;
  border-radius: 10px;
  background: #3a9cf2;
  border: 2px solid #3a9cf2 !important;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.ai-dev .first{
    background: #f9f9f9;
  /*background: linear-gradient(109.6deg, #ffc230 10%, #ff7c00 100%);*/
  border-radius: 10px;
}
.first h2 {
  color: var(--hash-darkgrey);
  font-weight: 600;
  font-size: 36px;
  line-height: initial;
}
.first p {
  font-size: 20px;
  color: var(--hash-darkgrey);
  letter-spacing: inherit;
  line-height: inherit;
}
.block-point {
  font-size: 18px;
  font-weight: 500;
  line-height: inherit;
  padding: 0;
  text-indent: -13px;
  margin-left: 13px;
  margin-bottom: 15px;
  color: var(--hash-darkgrey);
}
.about-box {
  background: var(--hash-blue);
  padding: 20px;
  border-radius: 15px;
  color: #fff;
}
.about-box h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 37px;
  margin: auto;
  margin-bottom: 15px;
}
.about-box p {
  font-size: 20px!important;
  color: #f9f9f9!important;
  line-height: 25px!important;
  font-weight: 500;
  margin-bottom: 15px;
}
.about-box .call-btn {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  padding: 10px;
  border-radius: 50px;
  background: var(--hash-orange);
  color: #fff;
}

.talk-box {
  height: auto;
  padding: 35px;
  border-radius: 15px;
  margin-top: 25px;
  position: relative;
  color: #fff;
  background: var(--hash-darkgrey);
}
.talk-box h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
}
.talk-box p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
}

.phone-btn {
  font-size: 24px;
  color: #fff;
  background: var(--hash-orange);
  border-radius: 100px;
  box-shadow: none;
  width: 130px;
  height: 130px;
  font-size: 40px;
  display: grid;
  align-items: center;
  transition: .5s ease-in-out;
  float: right;
}
.talk-box:hover .super-btn {
    transform: rotate(15deg);
}

.gamma {
  background: #f1f1f1;
  padding: 80px 0;
}

.gamma-box {
  display: grid;
  align-content: end;
  padding: 25px;
  min-height: 320px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  transition: 600ms ease;
}
.gamma h4 {
  position: absolute;
  font-size: 200px;
  font-weight: 700;
  color: #ecf0f7;
  z-index: 0;
  top: -20px;
  right: 0;
}
.gamma h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 15px;
  position: relative;
}
.gamma p {
  margin-bottom: 0;
  position: relative;
}
.super-service {
  padding: 80px 0;
}
.super-service-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  width: 100%;
  min-height: 400px;
  border-radius: 20px;
  background-color: var(--hash-darkgrey);
  background: linear-gradient(135deg, #e9b964, #CC9900 50%);
  margin-bottom: 30px;
  transition: 600ms ease;
  box-shadow: 0 5px 25px rgb(0 0 0/15%);
}

.super-service-box:hover:before {
  left: 150px;
  width: 400px;
  height: 400px;
  border-radius: 300px;
  top: 120px;
  transition: 600ms ease;
}

.super-service-box h4 {
  position: absolute;
  font-size: 200px;
  font-weight: 700;
  color: #dcaa35;
  z-index: 0;
  top: -30px;
  right: 0;
  transition: .5s ease;
}

.super-service-box:hover h4 {
  font-size: 250px;
  top: -10px;
  right: 160px;
  transition: .5s ease;
}

.super-service-box h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
}

.super-service-box p {
  color: #fff;
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  /*-webkit-line-clamp: 6;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.super-service-box.contact-box:hover {
    transform: scale(1.03) rotate(3deg);
}
.super-service-box.contact-box img{
    opacity: .5;
}
.super-service-box.contact-box:hover img{
    opacity: .3;
    transition: .5s ease-in-out;
}
.super-service-box .call-btn {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  padding: 10px;
  border-radius: 50px;
  background: var(--hash-orange);
  color: #fff;
}