.wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}
html,body{
    scroll-behavior: smooth;
    overflow-x:hidden;
    max-width:100%;
    font-family: sans-serif;
}

.section {
  padding: 200px;
}

.section-blue {
  background-color: #1267fb;
  color: #fff;
}

.section-black {
  background-color: #000;
  color: #fff;
}

.highlight-sec .highlightbox.ogrd {
    background: #FDC830;
    background: -webkit-linear-gradient(to bottom, #F37335, #FDC830);
    background: linear-gradient(to bottom, #F37335, #FDC830);
    margin-top: 48px;
    position: relative;
    overflow: hidden;
    margin-bottom: 48px;
}

.highlight-sec .highlightbox {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 3px 25.11px 1.89px rgb(0 93 237 / 14%);
    margin-top: -150px;
    position: relative;
    z-index: 1;
    padding: 25px 38px 31px 38px;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
}

.highlight-sec .highlightbox.ogrd:before, .highlight-sec .highlightbox.ogrd:after {
    content: "";
    position: absolute;
    width: 325px;
    height: 325px;
    background: #fff;
    border-radius: 10px;
    opacity: .3;
    z-index: -1;
    transform: rotate(45deg);
}

.highlight-sec .highlightbox.ogrd:before {
    left: 0;
    bottom: -18px;
}

#appsdevp-formconts select
{
  padding: 5px;
}

.highlight-sec .highlightbox.ogrd:after {
    right: 0;
    top: -18px;
}

#appsdevp-getfsts h2
{
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-family: "Rubik", serif;
  text-transform: capitalize;
  font-weight: 650;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.gtbtn {
    animation: mymove 1s infinite;
}

@keyframes mymove
{
  0% {
    transform: scale(1.03);
}
100% {
    transform: scale(1.01);
}
}

.appsdevp-forminputconts
{
  padding: 3px;
  width: 100%;
  border: 0px;
  outline: 0px;
}

#appsdevp-formconts label
{
  font-size: 18px;
  text-align: left;
  line-height: 31px;
  text-transform: capitalize;
  margin-top: 9px;
  margin-bottom: 3px;
  font-family: "Josefin Sans", sans-serif;
}

#appsdevp-indseprfds h2
{
  font-size: 38px;
  font-weight: 650;
  text-align: left;
  text-transform: capitalize;
  margin-top: 9px;
  margin-bottom: 48px;
  font-family: "Rubik", serif;
  color: #275e97;
}

#appsdevp-indseprfds h3 {
    font-size: 25px;
    font-weight: 650;
    text-align: left;
    margin-top: -40px;
    margin-bottom: 9px;
    font-family: "Rubik", serif;
    color: #133c67;
    text-transform: capitalize;
}

#appsdevp-indseprfds p
{
  font-size: 18px;
  text-align: justify;
  line-height: 38px;
  padding: 0px 25px 25px 25px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

.appsdevp-subtbutn
{
  width: 100%;
  margin-top: 25px;
  padding: 9px 25px;
  font-size: 21px;
  font-weight: 650;
  letter-spacing: 0.5px;
  font-family: "Rubik", serif;
}

.appscard-desrtsconts {
  width: 100%;
  float: left;
  padding: 4%;
  box-sizing: border-box;
}

.appsdevp-rd {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #EB5160;
    color: #fff;
    cursor: pointer;
    margin-bottom: 60px;
}

.appsdevp-desrtsconts {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 6px;
    border: 1px solid #fff;
    opacity: 0.5;
    left: -6px;
    top: -6px;
}

.appsdevp-rd h3 {
  position: relative;
  padding: 9px 0px 9px 10px;
  width: 90%;
  font-family: "Edu AU VIC WA NT Pre", cursive;
  color: #fff;
}

.appsdevp-rd img {
    width: 21%;
    position: relative;
    top: -6%;
    left: -6%;
    height: 89px;
    padding: 9px;
    background-color: #fff;
}

.card-color-0 {
  background-color: #99c0c7;
}

.card-color-1 {
  background-color: #99c0c7;
}

.card-color-2 {
  background-color: #99c0c7;
}

.card-color-3 {
  background-color: #99c0c7;
}

/* 
** Transitions
*/

.appsdevp-rd {
  transition: opacity 200ms linear 320ms, transform 200ms ease-out 320ms;
}

.appsdevp-desrtsconts {
  transition: opacity 200ms linear, transform 200ms ease-out;
}

.appsdevp-rd img {
  transition: opacity 200ms linear 0ms, transform 200ms ease-in 0ms;
}

.appsdevp-rd h3 {
  transform: translate3d(20%, 0px, 0px);  
  transition: opacity 200ms linear 120ms, transform 200ms ease-in 120ms;
}

#appsdevp-drvtconts h2
{
  font-size: 38px;
  font-weight: 650;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-family: "Rubik", serif;
  color: #275e97;
}

#appsdevp-drvtconts ul li
{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
  list-style: none;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  background-image: linear-gradient(45deg, #68b3c6, transparent);
}

#appsdevp-drvtconts ul li i
{
  font-size: 21px;
  font-weight: 650;
  text-align: left;
  margin-right: 5px;
  color: #275e97;
}

#appsdevp-drvtconts ul li:hover i
{
  color: #fff;
}

.appsdevp-pubsprcos p {
    font-size: 38px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #0e3987;
    margin: 0.1em 0 0.1em 0;
    font-family: "Josefin Sans", sans-serif;
}

.appsdevp-pubsprcos span {
    font-size: 31px;
    color: #0071b7;
}

.appsdevp-customers {
    float: right;
    position: relative;
    margin-top: -62px;
    margin-right: 48px;
}

.appsdevp-pubsprcos h3 {
    font-size: 25px;
    color: #124478;
    letter-spacing: 1.8px;
    margin: 0;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 25px;
    font-family: 'Rubik';
    text-transform: capitalize;
    word-spacing: 1px;
}

.appsdevp-pubsprcos
{
  text-align: center;
  padding: 0px 18px;
  /* border-left: 1px solid #0e3987; */
  /* border-right: 1px solid #0e3987; */
  box-shadow: 2px 1px 6px 5px #f7f7f7;
  width: 250px;
  background-image: radial-gradient(rgb(248 162 50) 1px, #f8a23261 1px);
  background-size: calc(10* 1px) calc(10* 1px);
}

.appsdevp-pubsprcos p {
    font-size: 35px;
    font-weight: 550;
    letter-spacing: 2px;
    color: #0e3987;
    margin: 0.1em 0 0.1em 0;
    font-family: "Josefin Sans", sans-serif;
}

.appsdevpst-pubsproces
{
  padding: 9px 25px;
  /* border: 1px solid blue; */
  overflow: hidden;
  position: static;
  margin-top: 48px;
  margin-bottom: 48px;
/*  background-color: #f7f7f7;*/
}

.appsdevpst-pubsproces h2
{
  font-size: 31px;
  font-weight: 650;
  line-height: 31px;
  margin-top: 25px;
  margin-bottom: 38px;
  text-align: center;
  color: #003577;
  text-transform:capitalize;
  font-family: "Rubik", serif;
  color: #275e97;
}

.appsdevp-bg {
   background-color: #1e1f26;
   height: 100vh;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
}
 .appsdevp-level {
   background-color: #00d1b2;
   padding: 5rem 0;
   color: #fff;
   margin: 0 !important;
}
 .appsdevp-title {
   color: inherit;
   width: 200px;
   height: 36px;
}
 
 .text-reverse {
  padding: 3ch;
  background-color: var(--color-text);
  color: var(--color-background);
  border-radius: 2ch;
}

.fixed-bottom-right {
  position: fixed;
  bottom: 0;
  right: 0;
}

.bubble {
  background-color: rgba(0,0,0,0.3);
  padding: 1ch 2ch;
  border-top: 2px solid var(--color-accent);
  border-left: 2px solid var(--color-accent);
  border-top-left-radius: 1ch;
  font-family: 'Source Sans Pro', sans-serif;
}

.text-accent {
  color: var(--color-accent);
}

.no-decoration {
  text-decoration: none;
}

#appsdevp-projsectsconts
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#appsdevp-numbconts
{
  font-size: 38px;
  padding: 18px;
  border-radius: 48px;
  background-color: #f7f7f7;
  margin-top: 18px;
}

.appsdevp-choosappconts {
  position: relative;
  width: 200px;
  height: 95.47px;
  background-image: linear-gradient(45deg, #bae0e7, transparent);
  background-color: #97cfd9;
  margin: 58.74px 0;
  border-left: solid 2px #000000;
  border-right: solid 2px #000000;
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  font-size: 18px;
  text-align: center;
  font-weight: 650;
}

.appsdevp-choosappconts:before,
.appsdevp-choosappconts:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 141.42px;
  height: 141.42px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 27.2893px;
  z-index: -1;
}

.appsdevp-choosappconts:before {
  top: -70.7107px;
  border-top: solid 2.8284px #000000;
  border-right: solid 2.8284px #000000;
}

.appsdevp-choosappconts:after {
  bottom: -70.7107px;
  border-bottom: solid 2.8284px #000000;
  border-left: solid 2.8284px #000000;
}

#appsdevp-reasconts h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-family: "Rubik", serif;
  color: #275e97;
}

#appsdevp-motsconts h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-family: "Rubik", serif;
  color: #275e97;
}

#appsdevp-reasconts p
{
  font-size: 18px;
  text-align: justify;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

#appsdevp-motsconts p
{
  font-size: 18px;
  text-align: justify;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

#appsdevp-motsconts ul li
{
  list-style: none;
  font-size: 18px;
  text-align: left;
  line-height: 48px;
  font-family: "Josefin Sans", sans-serif;
}

#appsdevp-bstsconts h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-family: "Rubik", serif;
  color: #275e97;
}

#appsdevp-bstsconts p
{
  font-size: 18px;
  text-align: justify;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

#appsdevp-bstsconts ul li
{
  list-style: none;
  font-size: 16px;
  text-align: left;
  line-height: 35px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

.appsdevp-tatsimags
{
  width: 31px;
  margin-right: 5px;
  height: 25px;
}

 /*<< important styles*/
.scene{
  /* !3D space! */
  perspective: 600px;
}
.items{
  position: relative;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.item{
  position: absolute;
  backface-visibility: hidden;
}
.back {
  transform: rotateY( 180deg );
}

.items:hover {
  transform: rotateY(180deg);
}
/*important styles >>*/
 /*<< variations*/
.items-2 { 
  transform-origin: center right; 
}
.items-2:hover {
  transform: translateX(-100%) rotateY(-180deg);
}
.items-3 { 
  transform-origin: center left; 
}
.items-3:hover {
  transform: translateX(100%) rotateY(-180deg);
}
.text-rotate{
   transform: rotate(180deg);
}
.items-4:hover {
  transform: rotateX(-180deg);
}
.items-5:hover {
  transform: rotateX(180deg);
}
/*variations >>*/

.scene{
  width: 268px;
  min-width: 150px;
  height: 189px;
  margin: 18px;
}

.items{
  width: 100%;
  height: 100%;
  border-radius: 35px;
}
.item{
  width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-shadow: 2px 2px #e02577;
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
}

.items-1{
  background-image: linear-gradient(to bottom, #22529b, #26698f, #007aa1, #7ebac5, #99c0c7);
}
.items-2{
background-image: linear-gradient(to bottom, #22529b, #26698f, #007aa1, #7ebac5, #99c0c7);
}
.items-3{
  background-image: linear-gradient(to bottom, #22529b, #26698f, #007aa1, #7ebac5, #99c0c7);
}
.items-4{
  background-image: linear-gradient(to bottom, #22529b, #26698f, #007aa1, #7ebac5, #99c0c7);
}
.items-5{
  background-image: linear-gradient(to bottom, #22529b, #26698f, #007aa1, #7ebac5, #99c0c7);
}

.items i
{
  font-size: 62px;
  font-weight: 650;
  text-align: left;
  line-height: 35px;
}

#appsdevp-bactsconts
{
  position: absolute;
  font-size: 125px;
  opacity: 0.1;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: space-between;
  flex-direction: column-reverse;
  margin-top: 89px;
}

#appsdevp-rihtsconts h2 {
    font-size: 35px;
    font-weight: 650;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-family: "Rubik", serif;
    color: #275e97;
}

#appsdevp-rihtsconts p {
    font-size: 18px;
    text-align: justify;
    line-height: 35px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}

#appsdevp-custsdevpconts h2
{
  font-size: 38px;
  font-weight: 650;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-family: "Rubik", serif;
  color: #275e97;
}

#appsdevp-custsdevpconts ul li
{
  list-style: none;
  font-size: 16px;
  text-align: left;
  line-height: 35px;
}

.appsdevp-name{
  text-align: left;
  position: relative;
  font-size: 21px;
  padding-top: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  color: #ffffff;
  line-height: 42px;
  padding-bottom: 5px;
  text-transform: capitalize;
  margin-bottom: 25px;
  margin-left: 25px;
}

/* flippin */
.flip-container {
  perspective: 1000;
  margin:auto;
  transform:rotateZ(0deg);
  
 }
  /*.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg)rotateZ(10deg);
  }*/

.flip-container, .front, .back {
  width: 100%;
  height: 100%;
  margin: auto;
}
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  /*-webkit-box-shadow: 0px 7px 0px 0px rgba(50, 50, 50, 0.11);
  -moz-box-shadow:    0px 7px 0px 0px rgba(50, 50, 50, 0.11);
  box-shadow:         0px 7px 0px 0px rgba(50, 50, 50, 0.11);*/
}

/* front pane, placed above back */
.bubblefront {
  z-index: 2;
}

/* back, initially hidden pane */
.bubbleback {
  transform: rotateY(180deg);
}

/*front*/
.bubblesidea {
  background: #f7f7f7;
  text-align: center;
  height: 100%;
  width: 89%;
}

/*back*/
.bubblesideb{
  background:rgba(241, 196, 15,1.0);
}

/*front word bubble thing*/
.bubble-front {
    position: relative;
    width: 98%;
    height: 100%;
    padding: 0;
    background: rgba(241, 196, 15, 1.0);
}

.bubble-front:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 38px;
    border-style: solid;
    border-width: 29px 29px 0;
    border-color: rgba(241, 196, 15, 1.0) transparent;
    display: block;
    width: 0;
    z-index: 1;
}

/*back word bubble thing*/
.bubble-back {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    background-size: 100%;
    background-color: #ffffff;
}

.bubble-back:after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 130px;
    border-style: solid;
    border-width: 29px 29px 0;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
    z-index: 1;
    display: none;
}

.center {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
  }

.whatdo{
  position:absolute;
  font-family:Raleway,sans-serif;
  font-weight:100;
  color:#ffffff;
  padding-top:550px;
  padding-left:500px;
}

.hithere {
  animation: hithere 3s ease infinite;
  width: 100%;
}
@keyframes hithere {
  30% { transform: scale(1.01); }
  40%, 60% { transform: rotate(-3deg) scale(1.01); }
  50% { transform: rotate(3deg) scale(1.01); }
  70% { transform: rotate(0deg) scale(1.01); }
  100% { transform: scale(1); }
}

#appsdevp-stptsints h2
{
  font-size: 38px;
  font-weight: 650;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Rubik", serif;
  color: #275e97;
}

#appsdevp-stptsints p
{
  font-size: 18px;
  text-align: justify;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

#appsdevp-stptsints h3
{
  font-size: 25px;
  font-weight: 650;
  text-align: left;
  margin-top: 9px;
  margin-bottom: 9px;
  text-transform: capitalize;
  font-family: "Edu AU VIC WA NT Pre", cursive;
}

#appsdevp-dgtsints h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Rubik", serif;
  color: #275e97;
}

#appsdevp-dgtsints h3
{
  font-size: 21px;
  font-weight: 650;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px;
  text-transform: capitalize;
  font-family: "Rubik", serif;
}

#appsdevp-dgtsints p
{
  font-size: 18px;
  text-align: justify;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

.appsdevp-wrapconts{
    width:50%;
    margin-left:13%;
    transform-origin:60% 0;
    transform: rotate(-45deg);
}
.appsdevp-wrapconts a{
    float:left;
    width:19%;
    padding-bottom:19%;
    margin:0.5%;
    background:teal;
}
.appsdevp-wrapconts a:hover{
    background:gold;
}
.appsdevp-wrap a:nth-child(4){
    clear:left;
    margin-left:20.5%;
}
.appsdevp-wrapconts a:nth-child(7){
    clear:left;
    margin-left:60.5%;
}

.m-item {
color: white;
text-decoration: none;
text-transform: uppercase;
border: 2px solid #000;
background-color: black;
padding: 50px;
position: absolute;
transform: rotate(45deg) translate(25px);
}
.m-item span {
position: absolute;
transform: rotate(-45deg) translate(0, -14px);
}
.m-item:hover {
background-color: #AA5;
}

#appsdevp-spectsvatsconts h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Rubik", serif;
  color: #275e97;
}

#appsdevp-spectsvatsconts p
{
  font-size: 18px;
  text-align: justify;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

#appsdevp-mstsexptsconts h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: justify;
  margin-top: 25px;
  margin-bottom: 38px;
  font-family: "Rubik", serif;
  color: #275e97;
  line-height: 48px;
}

#appsdevp-mstsexptsconts p
{
  font-size: 18px;
  text-align: justify;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

#appsdevp-mstsexptsconts h3
{
  font-size: 18px;
  font-weight: 650;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-family: "Edu AU VIC WA NT Pre", cursive;
}

 .appsdevp-mstscard {
   position: relative;
   margin: 0px;
   width: 100%;
   padding: 12px 38px 12px 25px;
   box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
   border-radius: 3px;
   border: 0;
   margin-top: 31px;
}
 .appsdevp-mstscard .appsdevp-mstscircle {
   border-radius: 3px;
   width: 48px;
   height: 48px;
   background: black;
   position: absolute;
   right: 0px;
   top: 0;
   background-image: linear-gradient(to top, #97cfd9 0%, #00749b 100%);
   border-bottom-left-radius: 170px;
}
 .appsdevp-mstscard .appsdevp-mstscontent {
   margin-top: 25px;
   display: flex;
   flex-direction: column;
}
 .appsdevp-mstscard h1 {
   font-size: 34px;
   font-weight: bold;
   margin-bottom: 0;
}
 .appsdevp-mstscard h2 {
   font-size: 18px;
   letter-spacing: 0.5px;
   font-weight: 300;
   font-family: "Rubik", serif;
   color: #275e97;
}
 .appsdevp-mstscard .social {
   margin-bottom: 5px;
}
 .appsdevp-mstscard .social a {
   text-decoration: none !important;
   color: black;
   margin-left: 8px;
   font-weight: 300;
}
 .appsdevp-mstscard .social a i {
   font-weight: 400;
}
 .appsdevp-mstscard .location {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}
 .appsdevp-mstscard .location i {
   color: red;
}
 .appsdevp-mstscard .location p {
   font-weight: 400;
}


 .appsdevp-faq .appsdevpfaq-list {
  padding: 0 100px;
}

.appsdevp-faq .appsdevpfaq-list ul {
  padding: 0;
  list-style: none;
}

.appsdevp-faq .appsdevpfaq-list li + li {
  margin-top: 15px;
}

.appsdevp-faq .appsdevpfaq-list li {
  padding: 18px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
}

.appsdevp-faq .appsdevpfaq-list a {
  display: block;
/*  position: relative;*/
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
  text-transform: capitalize;
}

.appsdevp-faq .appsdevpfaq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.appsdevp-faq .appsdevpfaq-list .icon-show,
.appsdevp-faq .appsdevpfaq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.appsdevp-faq .appsdevpfaq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size: 18px;
  text-align: justify;
  line-height: 38px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

.appsdevp-faq .appsdevpfaq-list .icon-show {
  display: none;
}

.appsdevp-faq .appsdevpfaq-list a.collapsed {
  color: #37517e;
  transition: 0s;
}

.appsdevp-faq .appsdevpfaq-list a.collapsed:hover {
  color: #47b2e4;
}

.appsdevp-faq .appsdevpfaq-list a.collapsed .icon-show {
  display: inline-block;
}

.appsdevp-faq .appsdevpfaq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .appsdevp-faq .appsdevpfaq-list {
    padding: 0;
  }
}

.section-bg {
  background-color: #f3f5fa;
  padding-bottom: 38px;
}

.appsdevpsection-title {
  text-align: center;
  padding-bottom: 25px;
}

.appsdevpsection-title h2 {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 18px;
  position: relative;
  color: #37517e;
  margin-top: 25px;
  padding-top: 25px;
  font-family: "Rubik", serif;
}

.appsdevpsection-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 125px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.appsdevpsection-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.appsdevpsection-title p {
  margin-bottom: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

#appsdevp-faqspagsconts
{
  z-index: 0;
  position: relative;
}

.question {
  font-size: 18px;
  font-weight: 600;
  padding: 18px 78px 18px 18px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
}

.question::after {
  content: "\002B";
  font-size: 25px;
  position: absolute;
  right: 18px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0px 9px 12px;
  line-height: 35px;
  font-size: 18px;
  text-align: justify;
  font-family: "Josefin Sans", sans-serif;
}

.question.active + .answercont {
}

.appsdevp-wrapperss
{
  margin-top: -18px;
}

.appsdevp-wrapperss i
{
  font-size: 18px;
  margin-right: 9px;
  color: #fdd76fc7;
}

.appsdevp-accordion {
    max-width: 89%;
    background: linear-gradient(to bottom right, #FFF, #f7f7f7);
    background: #0097a7;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3), 0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1);
    font-family: "Josefin Sans", sans-serif;
    text-transform: capitalize;
}
.appsdevp-heading {
    color: #FFF;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
    letter-spacing: 0.8px;
    padding: 15px;
    cursor: pointer;
}
.appsdevp-heading:nth-last-child(2){
    border-bottom:0; 
}
.appsdevp-heading:hover {
    background: #00838f;
    border-radius: 0;
}
.appsdevp-heading:first-child:hover {
    border-radius: 3px 3px 0 0;
}
.appsdevp-heading:nth-last-child(2):hover{
    border-radius:0 0 3px 3px;
}
.appsdevp-heading::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #f5f5f5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: right;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 5px;
}
.active.appsdevp-heading::before {
    transform: rotate(-180deg);
}
.not-active.appsdevp-heading::before {
    transform: rotate(0deg);
}
.appsdevp-faqsectscontents {
  display: none;
  background: #FFFAFA;
  padding: 15px;
  color: #7f8fa4;
  font-size: 16px;
  line-height: 35px;
}

.appsdevp-fretyrsconts h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Rubik", serif;
  color: #275e97;
  text-transform: capitalize;
}

#appsdevp-typsappsconts h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 25px;
  font-family: "Rubik", serif;
  color: #275e97;
  text-transform: capitalize;
}

#appsdevp-typsappsconts p
{
  font-size: 18px;
  text-align: justify;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

#appsdevp-typsappsconts ul li
{
  list-style: none;
    font-size: 18px;
    line-height: 35px;
    padding: 9px;
    margin-top: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 25px 3px;
    margin-top: 25px;
    cursor: pointer;
    border-bottom: 9px solid #f6cf5c;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    background-image: -webkit-linear-gradient(-180deg, #ffc10703 0%, #cbeef3 30%, #95dbe7 100%);
    border-radius: 25px 0px 25px 0px;
    width: 268px;
    margin-left: -8px;
    text-transform: capitalize;
    font-weight: 650;
    text-align: center;
  }

#appsdevp-typsappsconts ul li:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  background: repeating-linear-gradient(-45deg, transparent, transparent 25px, rgb(255 250 250) 25px, rgb(255 254 254) calc(2* 25px));
  border-bottom: 9px solid #f6cf5c;
  box-shadow: 10px 10px 20px 0px rgb(138 156 189 / 40%), -10px -10px 10px 0px rgb(100 124 169 / 24%) inset, 10px 10px 30px 0px #fff inset;
  background-image: -webkit-linear-gradient(-180deg, #ffc10703 0%, #edd07114 30%, #7abecd 100%);
}

#appsdevp-majtsconts h2
{
  font-size: 31px;
  font-weight: 650;
  text-align: justify;
  margin-top: 38px;
  margin-bottom: 25px;
  font-family: "Rubik", serif;
  color: #275e97;
  text-transform: capitalize;
}

#appsdevp-majtsconts p
{
  font-size: 18px;
  text-align: justify;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

#appsdevp-majtsconts ul li
{
  list-style: none;
  font-size: 18px;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
}

#appsdevp-intsreasconts .appsdevp-digtsintsconts
{
  position: relative;
  width: 100%;
  padding: 25px;
  background: linear-gradient(to bottom, #E4E5EC, #f1c40f94);
  box-shadow: 0 15px 25px rgba(0, 0, 0, .1);
  border-radius: 15px;
  margin: 18px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center; 
}

#appsdevp-intsreasconts .appsdevp-digtsintsconts:before
{
  content:'';
  width: 50%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background:rgba(255,255,255,.2);
  z-index:2;
  pointer-events:none;
  text-align: center;
}

#appsdevp-intsreasconts .appsdevp-digtsintsconts .icon {
    position: relative;
    width: 68px;
    height: 68px;
    color: #fff;
    background: #ffc10a94;
    display: flex;
    justify-content: center;
    aling-items: center;
    margin: 9px auto 18px;
    border-radius: 25%;
    font-size: 35px;
    font-weight: normal;
    transition: 2s;
    padding: 10px;
}
#appsdevp-intsreasconts .appsdevp-digtsintsconts .icon i{
  padding:12px;
}

#appsdevp-intsreasconts .appsdevp-digtsintsconts .icon
{
  box-shadow:0 0 0 0 #76D7C4;
  backgraund:#76D7C4;
}
.appsdevp-devptsconts
{
    background-color: #f3e6b2;
    padding: 25px;
}
.appsdevp-devptsconts h4
{
  font-size: 31px;
  font-weight: 650;
  text-transform: capitalize;
  font-style: italic;
  font-family: "Rubik", serif;
}

#appsdevp-intsreasconts .appsdevp-digtsintsconts .content
{
  position:relative;
  z-index:1;
  transition:1.5s;
}

#appsdevp-intsreasconts .appsdevp-digtsintsconts .content h3
{
  font-size: 20px;
  margin:10px 0;
  padding:0;
  text-align: center;
  font-family: "Edu AU VIC WA NT Pre", cursive;
}
#appsdevp-intsreasconts .appsdevp-digtsintsconts .content p{
  margin:0;
  padding:0;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}

.appsdevp-choosappconts li
{
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  font-family: "Edu AU VIC WA NT Pre", cursive;
  font-weight: 650;
}

.appsdevp-setsimags
{
  width: 89%;
  margin: auto;
  display: flex;
  margin-top: 0px;
}

#websdevp-frstparaconts h1
{
  font-size: 46px;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 48px;
  line-height: 38px;
  font-family: "Rubik", serif;
  font-weight: 650;
  color: #1c5187;
}

#websdevp-frstparaconts p
{
  font-size: 18px;
  line-height: 31px;
  text-align: justify;
  margin-top: 25px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

.appsdevp-frstimags
{
  width: 325px;
}

#appsdevp-contacsectconts a
{
  text-transform: lowercase;
}

#websdevp-frstparaconts
{
  background-image: url(../images/app-development.png);
  padding: 38px 68px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  background-color: #99c0c799;
}

#appsdevp-whydoconts h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 25px;
  font-family: "Rubik", serif;
  color: #275e97;
  text-transform: capitalize;
}

#appsdevp-whydoconts p
{
  font-size: 18px;
  text-align: justify;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

#appsdevp-whydoconts ul li
{ 
  list-style: none;
  font-size: 18px;
  text-align: left;
  line-height: 42px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

#appsdevp-whydoconts ul li i
{
  font-size: 18px;
  margin-right: 5px;
  color: #99c0c7;
}

#appsdevp-majtsconts li i
{
  font-size: 18px;
  margin-right: 5px;
  color: #99c0c7;
}

#appsdevp-contacsectconts h3
{
  font-size: 25px;
  text-align: justify;
  line-height: 42px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 650;
  margin-top: 25px;
  text-transform: capitalize;
}

#appsdevp-stptsints h3 i
{
  font-size: 25px;
  font-weight: 650;
  margin-right: 5px;
  color: #f1c40f;
}

#appsdevp-bantsectsconts h3
{
  font-size: 25px;
  line-height: 42px;
  text-align: justify;
  text-transform: capitalize;
  color: #fff;
}

#appsdevp-bantsectsconts
{
  background-image: url('../images/mobile-app-development-company-in-chennai.jpg');
  padding: 25px 298px 25px 25px;
  color: #fff;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #0e2b4b;
  font-family: "Rubik", serif;
  margin-top: 0px;
}

#appsdevp-enhansconts
{
  letter-spacing: 1px;
}

.appsdevp-butnsectsconts
{
  width: fit-content;
  margin: auto;
  display: flex;
}

#websdevp-frstparaconts h1:after {
  content: "";
  position: absolute;
  left: 125px;
  bottom: -12px;
  width: 0;
  height: 5px;
  background-color: currentColor;
  transition: width 0.3s ease-in-out;
}

.websdevp-cltscontimags
{
  width: 325px;
  margin-top: -42px;
}

#websdevp-frstparaconts h1:hover:after {
  width: 78%;
}

#appsdevp-butnchts
{
  background-color: #275e97;
  color: #fff;
  text-transform: capitalize;
}

#appsdevp-butnbltsconts
{
  background-color: #275e97;
  color: #fff;
  text-transform: capitalize;
}

#appsdevp-butnchts a
{
  color: white;
}

@media (min-width: 321px) and (max-width: 375px){

.appsdevp-frstimags {
    width: 100%;
}

#websdevp-frstparaconts {
    padding: 38px 38px;
    background-size: contain;
}

#appsdevp-mstsexptsconts h2 {
    font-size: 25px;
    text-align: justify;
    line-height: 48px;
}

#appsdevp-mstsexptsconts h3 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 35px;
}

#appsdevp-bantsectsconts {
    padding: 25px 25px 25px 25px;
    margin-top: 0px;
}

#appsdevp-whydoconts h2 {
    font-size: 25px;
    margin-top: 38px;
    margin-bottom: 25px;
    line-height: 38px;
}

.question {
    font-size: 18px;
    padding: 18px 25px 18px 18px;
    display: flex;
}

.appsdevpsection-title h2 {
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    margin-top: 25px;
    padding-top: 25px;
}

.highlight-sec .highlightbox {
      padding: 25px 25px 31px 25px;
      width: 325px;
      margin-left: -38px;
      margin-right: auto;
}

#appsdevp-getfsts h2 {
    font-size: 25px;
    font-weight: 650;
}

.appsdevp-subtbutn {
    width: 100%;
    margin-top: 25px;
    padding: 9px 25px;
    font-size: 18px;
    font-weight: 650;
    letter-spacing: 0.5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

#appsdevp-drvtconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#appsdevp-reasconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#appsdevp-motsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-bstsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-rihtsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-custsdevpconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

.scene {
    width: 268px;
    margin: 18px;
    margin-left: -8px;
}

.websdevp-cltscontimags {
    width: 325px;
    margin-top: 0px;
}

.appsdevp-rd img {
    width: 25%;
    height: 62px;
}

#appsdevp-stptsints h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.appsdevp-setsimags {
    display: flex;
    margin-top: 0px;
    margin-bottom: 25px;
}

#appsdevp-stptsints h3 {
    font-size: 18px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 38px;
}

#appsdevp-dgtsints h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-dgtsints h3 {
    font-size: 21px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 38px;
}

#appsdevp-spectsvatsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 38px;
}

#appsdevp-indseprfds h2 {
    font-size: 25px;
    margin-top: 9px;
    margin-bottom: 48px;
  }

#appsdevp-typsappsconts h2 {
    font-size: 25px;
    margin-top: 9px;
    margin-bottom: 25px;
}

#appsdevp-majtsconts h2 {
    font-size: 25px;
    margin-top: 38px;
    margin-bottom: 25px;
    text-align: justify;
}

.appsdevp-fretyrsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-contacsectconts h3 {
    font-size: 18px;
    font-weight: 650;
    margin-top: 25px;
}
.appsdevp-fretyrsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#websdevp-frstparaconts h1 {
    font-size: 31px;
    margin-top: 25px;
    margin-bottom: 48px;
    line-height: 48px;
}
}

@media(min-width:376px) and (max-width:425px){

.appsdevp-frstimags {
    width: 100%;
}

#websdevp-frstparaconts {
    padding: 38px 38px;
    background-size: contain;
}

#appsdevp-mstsexptsconts h2 {
    font-size: 25px;
    text-align: justify;
    line-height: 48px;
}

#appsdevp-mstsexptsconts h3 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 35px;
}

#appsdevp-bantsectsconts {
    padding: 25px 25px 25px 25px;
    margin-top: 0px;
}

#appsdevp-whydoconts h2 {
    font-size: 25px;
    margin-top: 38px;
    margin-bottom: 25px;
    line-height: 38px;
}

.question {
    font-size: 18px;
    padding: 18px 25px 18px 18px;
    display: flex;
}

.appsdevpsection-title h2 {
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    margin-top: 25px;
    padding-top: 25px;
}

.highlight-sec .highlightbox {
      padding: 25px 25px 31px 25px;
      width: 325px;
      margin-left: -38px;
      margin-right: auto;
}

#appsdevp-getfsts h2 {
    font-size: 25px;
    font-weight: 650;
}

.appsdevp-subtbutn {
    width: 100%;
    margin-top: 25px;
    padding: 9px 25px;
    font-size: 18px;
    font-weight: 650;
    letter-spacing: 0.5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

#appsdevp-drvtconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#appsdevp-reasconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#appsdevp-motsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-bstsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-rihtsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-custsdevpconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

.scene {
    width: 268px;
    margin: 18px;
    margin-left: -8px;
}

.websdevp-cltscontimags {
    width: 325px;
    margin-top: 0px;
}

.websdevp-cltscontimags {
    width: 325px;
    margin-top: 0px;
}

.appsdevp-rd img {
    width: 25%;
    height: 62px;
}

#appsdevp-stptsints h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.appsdevp-setsimags {
    display: flex;
    margin-top: 0px;
    margin-bottom: 25px;
}

#appsdevp-stptsints h3 {
    font-size: 18px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 38px;
}

#appsdevp-dgtsints h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-dgtsints h3 {
    font-size: 21px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 38px;
}

#appsdevp-spectsvatsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 38px;
}

#appsdevp-indseprfds h2 {
    font-size: 25px;
    margin-top: 9px;
    margin-bottom: 48px;
  }

#appsdevp-typsappsconts h2 {
    font-size: 25px;
    margin-top: 9px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-majtsconts h2 {
    font-size: 25px;
    margin-top: 38px;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 38px;
}

.appsdevp-fretyrsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-contacsectconts h3 {
    font-size: 18px;
    font-weight: 650;
    margin-top: 25px;
}
.appsdevp-fretyrsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#websdevp-frstparaconts h1 {
    font-size: 31px;
    margin-top: 25px;
    margin-bottom: 48px;
    line-height: 48px;
}
}

@media(min-width:426px) and (max-width:575px){

.appsdevp-frstimags {
    width: 100%;
}

#websdevp-frstparaconts {
    padding: 38px 38px;
    background-size: contain;
}

#appsdevp-mstsexptsconts h2 {
    font-size: 25px;
    text-align: justify;
    line-height: 48px;
}

#appsdevp-mstsexptsconts h3 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 35px;
}

#appsdevp-bantsectsconts {
    padding: 25px 25px 25px 25px;
    margin-top: 0px;
}

#appsdevp-whydoconts h2 {
    font-size: 25px;
    margin-top: 38px;
    margin-bottom: 25px;
    line-height: 38px;
}

.question {
    font-size: 18px;
    padding: 18px 25px 18px 18px;
    display: flex;
}

.appsdevpsection-title h2 {
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    margin-top: 25px;
    padding-top: 25px;
}

.highlight-sec .highlightbox {
    padding: 25px 25px 31px 25px;
    width: 425px;
    margin-left: 0px;
    margin-right: auto;
}

#appsdevp-projsectsconts {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#appsdevp-getfsts h2 {
    font-size: 25px;
    font-weight: 650;
}

.appsdevp-subtbutn {
    width: 100%;
    margin-top: 25px;
    padding: 9px 25px;
    font-size: 18px;
    font-weight: 650;
    letter-spacing: 0.5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

#appsdevp-drvtconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#appsdevp-reasconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#appsdevp-motsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-bstsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-rihtsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-custsdevpconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

.scene {
    width: 268px;
    margin: 18px;
    margin-left: -8px;
}

.websdevp-cltscontimags {
    width: 325px;
    margin-top: 0px;
}

.websdevp-cltscontimags {
    width: 325px;
    margin-top: 0px;
}

.appsdevp-rd img {
    width: 25%;
    height: 62px;
}

#appsdevp-stptsints h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.appsdevp-setsimags {
    display: flex;
    margin-top: 0px;
    margin-bottom: 25px;
}

#appsdevp-stptsints h3 {
    font-size: 18px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 38px;
}

#appsdevp-dgtsints h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-dgtsints h3 {
    font-size: 21px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 38px;
}

#appsdevp-spectsvatsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 38px;
}

#appsdevp-indseprfds h2 {
    font-size: 25px;
    margin-top: 9px;
    margin-bottom: 48px;
  }

#appsdevp-typsappsconts h2 {
    font-size: 25px;
    margin-top: 9px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-majtsconts h2 {
    font-size: 25px;
    margin-top: 38px;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 38px;
}

.appsdevp-fretyrsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-contacsectconts h3 {
    font-size: 18px;
    font-weight: 650;
    margin-top: 25px;
}
.appsdevp-fretyrsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#websdevp-frstparaconts h1 {
    font-size: 31px;
    margin-top: 25px;
    margin-bottom: 48px;
    line-height: 48px;
}
}

@media(min-width:576px) and (max-width:767px){

.appsdevp-frstimags {
    width: 100%;
}

#websdevp-frstparaconts {
    padding: 38px 38px;
    background-size: contain;
}

#appsdevp-mstsexptsconts h2 {
    font-size: 25px;
    text-align: justify;
    line-height: 48px;
}

#appsdevp-mstsexptsconts h3 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 35px;
}

#appsdevp-bantsectsconts {
    padding: 25px 25px 25px 25px;
    margin-top: 0px;
}

#appsdevp-whydoconts h2 {
    font-size: 25px;
    margin-top: 38px;
    margin-bottom: 25px;
    line-height: 38px;
}

.question {
    font-size: 18px;
    padding: 18px 25px 18px 18px;
    display: flex;
}

.appsdevpsection-title h2 {
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    margin-top: 25px;
    padding-top: 25px;
}

.highlight-sec .highlightbox {
    padding: 25px 25px 31px 25px;
    width: 100%;
    margin-left: 25px;
    margin-right: auto;
}

#appsdevp-getfsts h2 {
    font-size: 25px;
    font-weight: 650;
}

.appsdevp-subtbutn {
    width: 100%;
    margin-top: 25px;
    padding: 9px 25px;
    font-size: 18px;
    font-weight: 650;
    letter-spacing: 0.5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

#appsdevp-drvtconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#appsdevp-reasconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#appsdevp-motsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-bstsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-rihtsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-custsdevpconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

.scene {
    width: 268px;
    margin: 18px;
    margin-left: -8px;
}

.websdevp-cltscontimags {
    width: 325px;
    margin-top: 0px;
}

.websdevp-cltscontimags {
    width: 325px;
    margin-top: 0px;
}

.appsdevp-rd img {
    width: 25%;
    height: 62px;
}

#appsdevp-stptsints h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.appsdevp-setsimags {
    display: flex;
    margin-top: 0px;
    margin-bottom: 25px;
}

#appsdevp-stptsints h3 {
    font-size: 18px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 38px;
}

#appsdevp-dgtsints h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-dgtsints h3 {
    font-size: 21px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 38px;
}

#appsdevp-spectsvatsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 38px;
}

#appsdevp-indseprfds h2 {
    font-size: 25px;
    margin-top: 9px;
    margin-bottom: 48px;
  }

#appsdevp-typsappsconts h2 {
    font-size: 25px;
    margin-top: 9px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-majtsconts h2 {
    font-size: 25px;
    margin-top: 38px;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 38px;
}

.appsdevp-fretyrsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-contacsectconts h3 {
    font-size: 18px;
    font-weight: 650;
    margin-top: 25px;
}
.appsdevp-fretyrsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#websdevp-frstparaconts h1 {
    font-size: 31px;
    margin-top: 25px;
    margin-bottom: 48px;
    line-height: 48px;
}
}

@media(min-width:768px) and (max-width:991px){

.appsdevp-frstimags {
    width: 325px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: auto;
}

#websdevp-frstparaconts {
    padding: 38px 38px;
    background-size: contain;
}

#appsdevp-mstsexptsconts h2 {
    font-size: 25px;
    text-align: justify;
    line-height: 48px;
}

#appsdevp-mstsexptsconts h3 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 35px;
}

#appsdevp-bantsectsconts {
    padding: 25px 25px 25px 25px;
    margin-top: 0px;
}

#appsdevp-whydoconts h2 {
    font-size: 25px;
    margin-top: 38px;
    margin-bottom: 25px;
    line-height: 38px;
}

.question {
    font-size: 18px;
    padding: 18px 25px 18px 18px;
    display: flex;
}

.appsdevpsection-title h2 {
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    margin-top: 25px;
    padding-top: 25px;
}

.highlight-sec .highlightbox {
    padding: 25px 25px 31px 25px;
    width: 100%;
    margin-left: 25px;
    margin-right: auto;
}

#appsdevp-getfsts h2 {
    font-size: 25px;
    font-weight: 650;
}

.appsdevp-subtbutn {
    width: 100%;
    margin-top: 25px;
    padding: 9px 25px;
    font-size: 18px;
    font-weight: 650;
    letter-spacing: 0.5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

#appsdevp-drvtconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#appsdevp-reasconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#appsdevp-motsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-bstsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-rihtsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-custsdevpconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

.scene {
    width: 268px;
    margin: 18px;
    margin-left: -8px;
}

.websdevp-cltscontimags {
    width: 325px;
    margin-top: 0px;
}

.websdevp-cltscontimags {
    width: 325px;
    margin-top: 0px;
}

.appsdevp-rd img {
    width: 25%;
    height: 62px;
}

#appsdevp-stptsints h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.appsdevp-setsimags {
    width: 325px;
    margin: auto;
    display: flex;
    margin-top: 0px;
}

#appsdevp-stptsints h3 {
    font-size: 18px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 38px;
}

#appsdevp-dgtsints h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-dgtsints h3 {
    font-size: 21px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 38px;
}

#appsdevp-spectsvatsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 38px;
}

#appsdevp-indseprfds h2 {
    font-size: 25px;
    margin-top: 9px;
    margin-bottom: 48px;
  }

#appsdevp-typsappsconts h2 {
    font-size: 25px;
    margin-top: 9px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-majtsconts h2 {
    font-size: 25px;
    margin-top: 38px;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 38px;
}

.appsdevp-fretyrsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 38px;
}

#appsdevp-contacsectconts h3 {
    font-size: 18px;
    font-weight: 650;
    margin-top: 25px;
}
.appsdevp-fretyrsconts h2 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#websdevp-frstparaconts h1 {
    font-size: 31px;
    margin-top: 25px;
    margin-bottom: 48px;
    line-height: 48px;
}
}

@media(min-width:1440px){

#appsdevp-butnchts {
    margin-top: 25px;
}
}

@media(min-width:1920px){

#appsdevp-butnchts
{
  margin-top: -18px;
}

.appsdevp-rd {
    width: 98%;
    max-width: 100%;
    margin-bottom: 60px;
}

.websdevp-cltscontimags {
    width: 325px;
    margin-top: 0px;
}

.appsdevp-setsimags {
    width: 78%;
    margin-top: 0px;
}
}
