* {
  font-family: regular;
}
.mywidthw{
  width: 60px;
  height: 60px !important;
}
.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}
#timelinehead{
  padding: 0;
  margin: 0;
  background: #ffffff;
  
  color: rgb(50,50,50);
  font-family: 'Open Sans', sans-serif;
  font-size: 112.5%;
  line-height: 1.6em;
}
.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 297px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 297px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: #e4d31c;
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #e4d31c;
  border-radius: 10px;
  border: 4px solid #f15e25;
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color:#e4d31c;
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: #e4d31c;
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
  text-align: justify;
  font-size: 0.8888em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 2em 0;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

.flag-wrapper {
	text-align: center;
}

.flag {
	background: #e4d31c;
	z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 52%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #e4d31c;
	border-radius: 10px;
	border: 4px solid rgb(255,80,80);
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: #e4d31c;
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	
  z-index: 15;
}

}

@media screen and (min-width: 400px) and (max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
	margin: 1em 4em 0 4em;
}

}
#iPhone-bg {
  padding-top: 57px;

  padding-bottom: 45px;
  background-repeat: no-repeat;
  background-size: 100%;

  position: relative;
}.servicesmy{
  color: #f15e25 !important;
}
.five {
  position: absolute;
  top: 35%;
  left: 2%;
}
.six {
  position: absolute;
  bottom: 1%;
  right: 2%;
}
.seven {
  position: absolute;
  top: 2%;
  right: 5%;
}
.eight {
  position: absolute;
  top: 0%;
  left: 39%;
}
.one {
  opacity: 0.9;
  position: absolute;
  top: 1%;
  left: 25%;
  animation: halchal 2s infinite;
}
.two {
  opacity: 0.9;
  position: absolute;
  top: 2% !important;
  right: 14%;
  animation: halchal 2s infinite;
}
.three {
  opacity: 0.8;
  position: absolute;
  bottom: 25%;
  right: 5%;
  animation: halchal 2s infinite;
}

.four {
  opacity: 0.9;
  position: absolute;
  bottom: 25%;
  left: 5%;
  animation: halchal 2s infinite;
}
@keyframes halchal {
  0% {
    transform: translate3d(50px, 40px, 0px);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translate3d(50px, 50px, 0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translate3d(50px, 40px, 0px);
  }
}

.moblieapp_padding {
  margin-top: -75px;
}
.bannerH {
  font-size: 100px;

  color: #e4d31c;
  font-family: thin;
}
.vbv {
  text-align: center;
  font-family: "regular";
}
.bannerP {
  color: #ff38c1;
  font-weight: 800;
  font-size: 40px;
  font-family: extrabold;
}
.peregraph p {
  text-align: justify;
}
.big_font {
  font-size: large;
  text-align: justify;
}
.justi {
  text-align: justify;
}
.bold {
  font-family: "extrabold";
}

.text-dark {
  font-family: bold;
}
.orange {
  color: #f15e25;
  text-transform: uppercase;
  font-family: semibold;
  font-size: 15px;
  padding-top: 10px;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  background-color: #f15e25;
}

.iphoneservices h2 {
  font-weight: 700;
  font-family: bold;
}

h4 {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
/* .paddi h4:hover {
  transform: scale(1.1);
}
.padd h4:hover {
  transform: scale(1.1);
}
.xz h4:hover {
  transform: scale(1.1);
} */

/*customize card*/

.a-box {
  display: inline-block;
  width: 100%;
  height: 100% !important;
  text-align: center;
}

.img-container {
  height: 230px;
  width: 200px;
  overflow: hidden;
  border-radius: 0px 0px 20px 20px;
  display: inline-block;
}

.img-container img {
  transform: skew(0deg, -13deg);
  height: 120px;
  margin: 29px 0px 0px -5px;
}

.inner-skew {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  padding: 55px;
  transform: skew(0deg, 13deg);
  font-size: 0px;
  margin: 30px 0px 0px 0px;
  background-image: linear-gradient(#1fa2cb, #2ad45c);
  height: 250px;
  width: 200px;
}
.inner-skew1 {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  padding: 50px;
  transform: skew(0deg, 13deg);
  font-size: 0px;
  margin: 30px 0px 0px 0px;
  background-image: linear-gradient(#4760ff, #0ecbff);
  height: 250px;
  width: 200px;
}
#Layer_2 {
  width: 100px;
  height: 100px;
}
.inner-skew2 {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  padding: 0px;
  transform: skew(0deg, 13deg);
  font-size: 0px;
  margin: 30px 0px 0px 0px;
  background-image: linear-gradient(#f83600, #fbca22);
  height: 250px;
  width: 200px;
}
.inner-skew3 {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  padding: 0px;
  padding-top: 40px;
  transform: skew(0deg, 13deg);
  font-size: 0px;
  margin: 30px 0px 0px 0px;
  background-image: linear-gradient(#00b1e8, #00ebd4);
  height: 250px;
  width: 200px;
}

.text-container {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 120px 20px 20px 20px;
  border-radius: 20px;
  background: #fff;
  margin: -120px 0px 0px 0px;
  line-height: 19px;
  font-size: 14px;
}

.text-container h3 {
  margin: 20px 0px 10px 0px;
  color: #ff38c1;
  font-size: 18px;
}
@media screen and (min-width: 426px) and (max-width: 775px) {
  .ipadajest {
    width: 50%;
  }
}

#ourexpert {
  background-image: url(../../../images/mobile/imges/UX\ bg.png);
  background-position-x: right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-color: #f15e25;
  padding-top: 100px;
  padding-bottom: 100px;
}

.st01 {
  fill: #f15e25;
}
.cardsize {
  width: 95px;
  height: 150px;
}
.market {
  background-color: #1d2122;
  width: 100%;
  height: 100%;
}

.market1 {
  background-color: #1d2122;
  width: 100%;
  height: 100%;
}
.marketT {
  color: white;
  transition: all 0.4s ease-in-out;
  text-shadow: white;
}
.hr {
  width: 70%;
  height: 7%;
  background-color: #f15e25;
  margin: 0% 15%;
  transition: all 0.4s;
}

.hr1 {
  width: 70%;
  height: 7%;
  background-color: #60aa45;
  margin: 0% 15%;
}

.padd {
  padding-left: 123px;
}
.paddi {
  padding-right: 123px;
}

.market:hover {
  background-color: white;
  color: black;
}
.market:hover .marketT {
  color: black;
}

.market1:hover {
  background-color: white;
  color: black;
}
.market1:hover .marketT {
  color: black;
}
.stack {
  background-color: #f6f6f6;
  color: black !important;
  font-weight: 600 !important;
  font-size: large !important;
  width: 205px !important;
  height: 68px!important;
}
@media (min-width: 768px) {
  .vv {
    padding-left: 35px;
  }
}
.marketz {
  background-color: #1d2122;
  width: 100%;
  height: 100%;
}
.marketz:hover {
  background-color: white;
  color: black;
}
.marketz:hover .marketT {
  color: black;
}
.hrz {
  width: 70%;
  height: 7%;
  background-color: #f15e25;
  margin: 0% 15%;
  transition: all 0.4s;
}
.hrz1 {
  width: 70%;
  height: 7%;
  background-color: #60aa45;
  margin: 0% 15%;
}
@media (max-width: 768px) {
  .cardsize {
    padding: 12px;
  }
  .cardsize1 {
    padding: 12px;
  }
}

@media (max-width: 350px) {
  .cardsize1 {
    padding: 12px;
  }
  .marketz {
    background-color: #1d2122;
    width: 50%;
    height: 100%;
    margin-left: 76px;
  }
  .hrz {
    width: 35%;
    height: 7%;
    background-color: #f15e25;
    margin: 0% 33%;
    transition: all 0.4s;
  }
  .hrz1 {
    width: 35%;
    height: 7%;

    background-color: #60aa45;
    margin: 0% 33%;
    transition: all 0.4s;
  }
}

.tecnology {
  margin-bottom: 25px;
}
.cardphone{
  padding: 12%;
}
@media screen and (min-width: 426px) and (max-width: 820px) {
  .cardphone{
    margin-bottom: -30px;
    margin-top: -21px;
  }
  .marketT {
    font-size: 11px;
    margin-top: 5px;
  }
  .market,
  .market1,
  .marketz {
    height: 90%;
  }
  .text-dark {
    padding-top: 6px;
  }
}

@media screen and (min-width: 310px) and (max-width: 325px) {
  .cardphone{
    padding: 0%;
  }
}
@media screen and (min-width: 325px) and (max-width: 376px) {
  .cardphone{
    padding: 0%;
  }

  .marketz {
    height: 100%;
  }
  .market1,
  .market {
    margin-left: 3px;
  }
  .text-dark {
    padding-top: 6px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1025px) {
  .stack {
    background-color: #f6f6f6;
    color: black;
    font-weight: 600;
    font-size: large;
    width: 125px;
    height: 68px;
  }
  .text-dark {
    padding-top: 6px; /*today*/
  }
}
@media screen and (min-width: 980px) and (max-width: 1025px) {
  .stack {
    background-color: #f6f6f6;
    color: black;
    font-weight: 600;
    font-size: large;
    width: 125px;
    height: 68px;
  }
  .text-dark {
    padding-top: 6px; /*today*/
  }
}
@media screen and (min-width: 760px) and (max-width: 975px) {
  .stack {
    background-color: #f6f6f6;
    color: black;
    font-weight: 600;
    font-size: large;
    width: 126px;
    height: 35px;
    margin-left: -7px;
    margin-right: 70px;
    width: 100%;
  }
  /* .ww {
    margin-left: 5px;
    width: 100%;
    margin-bottom: 55px;
  }
  .uu {
    justify-content: center;
  } */
  .text-dark {
    padding-top: 6px;
    font-size: 18px;
  }
}



.collapseCard {
  background-color: #f6f6f6;
}
.left {
  justify-content: right;
  text-align: right;
}
.right {
  align-items: flex-end;
  padding-left: 55px;
  justify-content: flex-end;
}

.development {
  background: rgb(230,230,230);
}
.xx {
  display: block;
}
.orange2 {
  color: #f15e25;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 5px;
  font-family: semibold;
}
.fw-bold {
  font-family: "extrabold";
}
.btncard {
  background-color: #5a5a5a;
  padding-bottom: 5px;
  color: white;
}

@media screen and (min-width: 300px) and (max-width: 700px) {
  .services1,
  .services2,
  .services3,
  .services4,
  .services6,
  .services5 {
    width: 100px;
    justify-content: center;
  }

  #ourexpert {
    background-image: url(../../../images/mobile/imges/UX\ bg.png);
    background-position-x: right;
    background-size: 0% 0%;
    background-repeat: no-repeat;
    background-color: white;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .services3 img {
    margin: 17px 27px;
  }
  .services2 img {
    margin: 17px 27px;
  }
  .services1 img {
    margin: 25px 27px;
  }
  .services4 img {
    margin: 17px 27px;
  }
  .services5 img {
    margin: 17px 27px;
  }
  .services6 img {
    margin: 17px 27px;
  }
  .tecnology {
    padding: 1rem;
  }
  .bannerH {
    font-size: 70px;
    font-weight: 100;
  }
  .bannerP {
    font-weight: 800;
    font-size: 30px;
  }

  .aa {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 10px;
  }
  .peregraph {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .xx {
    display: flex;
  }
  .market1 {
    margin-bottom: 5px;
    width: 100%;
    height: 100%;
  }
}

.col {
  flex: 1 0 0%;
  margin-bottom: 35px;
}

@media screen and (min-width: 701px) and (max-width: 1026px) {
  /* .aa {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 120px;
  } */
  .moblieapp_padding {
    margin-top: 40px;
  }
  .services1,
  .services2,
  .services3,
  .services4,
  .services6,
  .services5 {
    width: 100px;
    justify-content: center;
  }
  .peregraph {
    font-size: 12px;
  }
  .ce {
    justify-content: center;
    align-items: center;
  }
  .peregraph {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

/* timeline*/

*,
*:before,
*:after {
  /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
  -webkit-box-sizing: border-box; /* Firefox (desktop or Android) 28- */

  -moz-box-sizing: border-box; /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
  box-sizing: border-box;
}
* {
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

img {
  border: 0px;
}

a:focus,
a:active,
a:visited {
  outline: none;
  border: 0px;
}
.border-none {
  border: none !important;
}
.bg-none {
  background: none !important;
}
.margint-none {
  margin-top: 0px !important;
}
.marginr-none {
  margin-right: 0px !important;
}
.marginb-none {
  margin-bottom: 0px !important;
}
.marginl-none {
  margin-left: 0px !important;
}
.padding-none {
  padding: 0px !important;
}
.paddingt-none {
  padding-top: 0px !important;
}
.paddingr-none {
  padding-right: 0px !important;
}
.paddingb-none {
  padding-bottom: 0px !important;
}
.paddingl-none {
  padding-left: 0px !important;
}
.fleft {
  float: left !important;
}
.fright {
  float: right !important;
}

/******* Common Element CSS End *********/



/* dsp/*

/******* Common Element CSS Start ******/
*,
*:before,
*:after {
  /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
  -webkit-box-sizing: border-box; /* Firefox (desktop or Android) 28- */
  -moz-box-sizing: border-box; /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
  box-sizing: border-box;
}
* {
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
body {
  font-family: "sf_ui_displaylight" !important;

  overflow-x: hidden !important;
  -moz-overflow-x: hidden !important;
  -webkit-overflow-x: hidden !important;
  -o-overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.development {
  background: rgb(230,230,230);
}

img {
  border: 0px;
}

a:focus,
a:active,
a:visited {
  outline: none;
  border: 0px;
}
.border-none {
  border: none !important;
}
.bg-none {
  background: none !important;
}
.margint-none {
  margin-top: 0px !important;
}
.marginr-none {
  margin-right: 0px !important;
}
.marginb-none {
  margin-bottom: 0px !important;
}
.marginl-none {
  margin-left: 0px !important;
}
.padding-none {
  padding: 0px !important;
}
.paddingt-none {
  padding-top: 0px !important;
}
.paddingr-none {
  padding-right: 0px !important;
}
.paddingb-none {
  padding-bottom: 0px !important;
}
.paddingl-none {
  padding-left: 0px !important;
}
.fleft {
  float: left !important;
}
.fright {
  float: right !important;
}

/******* Common Element CSS End *********/
.containerpaddingmobile{
  margin: 50px auto;
  max-width: 1170px;
  width: 100%;
  background: rgb(230,230,230);
  
  color: rgb(50,50,50);
  font-family: 'Open Sans', sans-serif;
  font-size: 112.5%;
  line-height: 1.6em;
}

#remove {
  display: none;
}

/* *************************** Media Query *************************** */

@media (min-width: 1024px) and (max-width: 1366px) {
  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight {
    display: none;
  }
  
}

@media (min-width: 768px) and (max-width: 1023px) {
  
  .bannerH {
    font-size: 40px;
    font-weight: 100;
  }
  .bannerP {
    font-weight: 800;
    font-size: 20px;
  }
  .big_font {
    font-size: 14px;
  }
  .tecnologystack_padding img {
    padding-top: 90px;
  }
}
@media (max-width: 766px) {
  
  .padd {
    padding-left: 0;
  }
  .paddi {
    padding-right: 20px;
  }
}

@media (min-width: 280px) and (max-width: 423px) {
  .one {
    display: none;
  }
  .two {
    display: none;
  }
  .three {
    display: none;
  }
  .four {
    display: none;
  }
  .five {
    position: absolute;
    top: 35%;
    left: 2%;
    display: none;
  }
  .six {
    position: absolute;
    bottom: 1%;
    right: 2%;
    display: none;
  }
  .seven {
    position: absolute;

    right: 0%;
    display: none;
  }
  .eight {
    display: none;
  }
 
  
  .padd {
    padding-left: 0;
  }
  .paddi {
    padding-right: 20px;
  }
  #iPhone-bg {
    padding-top: 57px;

    padding-bottom: 44px;
  }
}
