  @font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/Euclid%20Circular%20A%20Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }

  a:hover{
    text-decoration: none;
    color: #3C3C3C;
  }
  a{
    color: #BC3687;
  }
  .main-wrapper {
    position: static !important;
  }
  /* -------------------------- fonts ---------------------------- */

  body {
    font-family: 'Euclid Circular A', sans-serif;
    overflow-x: hidden;
    color: #3C3C3C;
    font-size: 15px;
    font-weight: 400;
  }


  img{
    max-width: 100%;
    height: auto;
  }
  .animate {
    opacity: 0;
}
 @keyframes anim {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
         }
 }
  /* reset*/
    .techslider{
    overflow: hidden;
    display: flex;
    position: relative;
    margin-bottom: 10px;
  }
  .techslider2{
    overflow: hidden;
    display: flex;
    position: relative;
  }
  .techslider img{
        position: relative;
        animation: marquee-scroll 15s linear infinite;
        will-change: transform;
        white-space: nowrap;
  }
  .techslider2 img{
        position: relative;
        animation: marquee-scroll 15s linear infinite;
        will-change: transform;
        white-space: nowrap;
  }
  @keyframes marquee-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*popup css*/
    #cs-popup {
      position: fixed;
      background: #00000057;
      width: 100%;
      height: 100%;
      z-index: 999;
    }
    .cs-popup-content {
        background: #fff;
        border-radius: 15px;
        padding: 25px 45px;
        display: inline-block;
        margin: 0 auto !important;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        width: 600px;
        bottom: 0;
        height: max-content;
        margin: auto !important;
    }
    .cs-close {
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer;
      width: 23px;
    }
    .customheader.cs-sticky {
      position: fixed;
      background: #ffffffd6;
      padding: 10px 0px;
      box-shadow: 0px 1px 6px #33333326;
    }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      border-radius: 50px 0 0 50px;
    }
    .iti.iti--allow-dropdown.iti--show-flags {
      width: 100%;
    }
    .popheading {
        font-size: 44px;
        font-weight: 500;
        color: #28163D;
        margin-bottom: 20px;
    }
    .popheading span {
      color: #5D379B;
    }
    .cs-popup-content label {
        font-size: 13px;
        font-weight: 500;
        color: #333;
        display: block;
        margin-bottom: 7px;
    }
    .frm-row {
        display: flex;
        margin-bottom: 15px;
    }
   
    .frm-row .col-50 {
      width: 50%;
    }
    button.wrkwithu.btttn {
        background: transparent !important;
    }
    button.wrkwithu.btttn:hover{
        color: #fff !important;
    }
    .frm-row input, .frm-row textarea, .frm-row select {
        width: 100% !important;
        background-color: #F9F9F9;
        border: 1px solid #ECEAF0;
        height: 40px;
        border-radius: 50px;
        color: #999;
        font-size: 12px;
        padding-left: 15px;
        font-weight: 300;
    }
     .frm-row .col-50:first-child {
      padding-right: 10px;
    }
    .frm-row .col-50:last-child {
      padding-left: 10px;
    }
    .frm-row textarea {
      height: 148px !important;
      border-radius: 8px;
      padding-top: 10px;
    }
    .frm-row input::placeholder, .frm-row textarea::placeholder{
        opacity: 1 !important;
    } 
    .col-100 {
      width: 100%;
    }
    #servicesdropdown {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(../img/arrowbtmservices.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 96% center;
}
/*popupcss end*/
.mainh1 {
  text-align: center;
  font-size: 29px;
  color: #5D379B !important;
  font-weight: bold;
}
.newupdate .mainh1 {
  font-size: 40px;
}
#header .logo img {
  width: 205px;
}
.foot-col-1 img {
  width: 190px;
}
.projetcnt.DuckTindo p {
  width: 69%;
}
  @media only screen and (min-width: 1081px){
    .smt-scroll{
      display: flex;
      width: 100%;
      height: 98vh;
      justify-content: center;
      align-items: center;
    }
    .smt-scroll.main_banner{
      height: 98vh;
    }
    .newupdate .smt-scroll.main_banner{
      height: auto;
      padding-top: 200px;
    }
  }

  .custom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .blue {
    background-color: #2c7ad2;
  }

  header.customheader {
    padding-top: 25px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 99;
  }
  .csSidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-size: cover;
    padding-top: 95px !important;
  }
  .csSidenav.actv-br{
    padding-left: 85px;
  }
  .websitenav{
    opacity: 0;
  }
  .csSidenav.actv-br .websitenav{
    opacity: 1
  }
  .csSidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .header_right-sec ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .websitenav li a {
    font-size: 29px;
    font-weight: 500;
  }
  .header_right-sec img {
    cursor: pointer;
    width: 50px;
  }
  .websitenav li {
    margin-bottom: 27px;
    display: flex;
    flex-direction: column;
    height: 39px;
  overflow: hidden;
  }
  .btttn{
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
  .btttn:hover::after,
  .btttn:focus::after,
  .btttn:active::after {
    bottom: -49px;
  }

  .btttn::after {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    content: "";
    position: absolute;
    background: #603A8B;
    height: 150px;
    left: 0;
    border-radius: 100px;
    right: 0;
    z-index: -1;
    bottom: -150px;
  }
  .header_right-sec ul li {
    position: relative;
    display: flex;
    align-content: center;
  }
  .header_right-sec ul {
    margin-bottom: 0 !important;
  }
  .flheadright{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .closebtn {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .closebtn.plusopen {
    z-index: 999;
    opacity: 1;
    position: fixed;
  }
  .websitenav li > a:first-child{
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
    color: #28163D;
  }
  .websitenav > li:hover > a:first-child{
    margin-top: -40px;
  }
  .websitenav > li > a:nth-child(2){
    color: #BC3687;
  }
  .websitenav {
    list-style: none;
    padding-left: 0;
  }
  .custombdr {
    width: 79%;
    margin-left: 0;
    margin-top: 78px;
    margin-bottom: 45px;
  }
  .menu_blw-cnt p {
    margin-bottom: 8px;
    color: #666 !important;
    font-size: 15px;
  }
  .menu_blw-cnt a {
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 16px;
  }

  .submenu {
    position: absolute;
    margin-top: 11px;
    padding-left: 0;
    margin-left: 240px;
    visibility: hidden;
  }
  .submenu::before {
    content: url(../img/submenu.svg);
    position: absolute;
    left: -38px;
    top: 2px;
  }
  .websitenav li:hover > .submenu {
    visibility: visible;
  }
  .submenu li a {
    font-size: 16px;
  }
  .submenu li {
    margin-bottom: 17px;
    height: auto;
  }
  /* ---------- MainBanner Css ---------- */
  .main_banner{
    background-position: center;
    background-size: cover;
  }
  .smt-scroll.main_banner {
    align-items: flex-end;
    /*flex-direction: column;*/
    overflow: hidden;
  }

  .slider-parent{
    position: relative;
    pointer-events: none;
  }
  .mbabs {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 280px;
    margin: auto;
    pointer-events: none;
    max-width: 100%;
  }
  .mb-slider-row.slick-initialized.slick-slider {
    width: 225px !important;
    margin: 0 auto;
    border-radius: 37px 37px 0 0;
    overflow: hidden;
    top: 3px;
  }
  .main_banner-text{
      margin-bottom: 20px;
      /*overflow: hidden;*/
  }
  .main_banner-text p {
    text-align: center;
    font-size: 15px;
    /*font-size: 16px;*/
    line-height: 25px;
    font-weight: 500;
    /*margin-bottom: 50px;*/
    margin-bottom: 22px;
  }
  @media only screen and (max-width: 1720px) and (min-width: 1440px){
      .main_banner-text p {
          margin-bottom: 50px;
      }
  }
  .wrkwithu {
    color: #603A8B;
    font-size: 15px;
    font-weight: 600;
    border: 1.7px solid #603A8B;
    height: 50px;
    display: inline-block;
    line-height: 48px;
    padding: 0 26px;
    border-radius: 40px;
    margin-right: 45px;
  }

  a.wrkwithu:hover{
    color: #fff;  
  }
  .wrkwithu.btttn.expertbtn {
    padding: 0 15px !important;
  }
    .wrkwithu.btttn.getquote {
      margin-right: 20px !important;
    background: #333;
    color: #fff !important;
    border: 0 !important;
    cursor: pointer;
    line-height: 54px;
}
  .seamless-img.flutter-seamless img {
    max-width: 100%;
    width: 100% !important;
    margin-right: -12% !important;
  }
  /* mainbanner bullets */
  .custom-dots ul {
    position: static !important;
    display: flex;
    flex-direction: column;
    align-items: center;  
  }
  .custom-dots .custom-dot {
    width: 10px;
    height: 10px;
    background: #603A8B;
    border-radius: 20px;
    opacity: 0.16;
    margin: 5px 0;
  }
  .custom-dots .slick-dots li{
    width: auto;
    height: auto;
    margin: 4px 0;
  }
  .custom-dots {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .custom-dots .custom-dot {
    width: 10px;
    height: 10px;
    background: #603A8B;
    border-radius: 20px;
    opacity: 0.16;
    margin:  0;
  }
  .custom-dots .slick-dots li.slick-active .custom-dot{
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  .custom-dots .slick-dots li.slick-active {
    border: 1px solid rebeccapurple;
    padding: 5px;
    border-radius: 50px;
  }

  .main-slier-wrapper{
    position: relative;
  }
  .topiconslide {
    animation: moveIcon 2s ease-in-out infinite;
    position: absolute;
    right: 0;
    left: -140px;
    margin: auto;
    text-align: center;
    top: -500px;
    z-index: 1;
  }
  .topiconslide img {
    width: 58px;
  }
  .max-bnr-container{
   max-width: 800px;
  /*  border: 1px solid;  */
  }

    .main-slier-wrapper .col-md-6 {
  /*  border: 1px solid;  */
      flex: 0 0 42% !important;
      max-width: 42% !important;
    }
    .main-slier-wrapper .col-md-3 {
       /* border: 1px solid; */
       position: relative; 
        flex: 0 0 29% !important;
        max-width: 29% !important;
    }
  .appdetails-slide h4 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .rght .appdetails-slide h4{
    margin-bottom: 43px;
  }
  .appdetails-slide p {
    text-align: left;
    margin-bottom: 0 !important;
    color: #666;
    font-weight: 300 !important;
    font-size: 13px !important;
    line-height: 1.6;
  }
  .appdetails-slide li {
    list-style-image: url('../img/check.svg') !important;
  }
  .appdetails-slide ul {
    padding-left: 22px;
    margin-top: 23px;
  }
  .appdetails-slide li {
    list-style-image: url('../img/check.svg') !important;
    color: #666;
    font-size: 14px;
    margin-bottom: 9px;
  }
  .rel{
    position: relative;
  }
  .absbottomslibtm {
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
  }
  .main-slier-wrapper .h1 {
    font-size: 56px;
    font-weight: 100 !important;
    text-align: right;
    width: 227px;
    color: #28163D !important;
    line-height: 1;
    margin-top: 20px;
  }

  .main-slier-wrapper .h2 {
      font-size: 56px;
      font-weight: 100 !important;
      text-align: left;
      width: 227px;
      color: #28163D !important;
      line-height: 1;
      margin-top: 70px;
      margin-left: -50px;

  }
  .main-slier-wrapper .h2 strong,
  .main-slier-wrapper .h1 strong{
    font-weight: 600;
  }
  .left-slide.rgad .appdetails-slide {
    margin-left: 60px;
  }
  .absbottomslibtm.abs {
    left: 36px;
  }
  .lefticonslide img {
    width: 48px;
  }

  .lefticonslide {
      animation: moveIcon2 2s ease-in-out infinite;
    position: absolute;
    left: 76px;
    bottom: -500px;
  }
  .centericonslide img {
    width: 67px;
  }
  .centericonslide {
    position: absolute;
    left: -83px;
    /* bottom: 97px; */
    bottom: -500px;
      animation: moveIcon3 2s ease-in-out infinite;
  }
.newcta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  box-shadow: 0 0 43px #603A8B17;
  padding: 40px 60px;
  border-radius: 10px;
}
.newcta p strong {
  color: #5D379B !important;
  font-weight: bold;
}
.newcta .wrkwithu.btttn {
  width: 155px;
  margin-right: 0;
  text-align: center;
}
.ctaposbtm .newcta .wrkwithu.btttn {
  width: auto !important;
}
.newcta p {
  font-size: 31px;
  font-weight: 300;
  color: #000;
  margin-bottom: 0;
}
.ctapos{
    position: relative;
    z-index: 1;
}
.ctapos .newcta{
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
}
.truevalue h2 {
  font-size: 43px;
}
/*.truevalue h3:last-child {*/
/*  color: #5d379b;*/
/*  font-weight: 600;*/
/*}*/
.truevalue .row a {
  margin-top: 25px !important;
}
.truevalue .additional {
  align-items: center;
}
.truevalue {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fcfaff8c;
}
.road .container-fluid {
  padding: 0;
}
/*.road {*/
    /*position: relative;*/
  /*padding-top: 80px;*/
/*}*/
/*.oneicon {*/
/*    top: 25px;*/
/*    left: 17%;*/
    /*animation: moveIconNew 25s infinite;*/
/*}*/
/*.twoicon {*/
/*    top: 25px;*/
/*    left: 55%;*/
/*}*/
/*.threeicon.icc {*/
/*  left: 38%;*/
/*  top: 38%;*/
/*}*/
/*.fouricon {*/
/*    top: 70%;*/
/*    left: 17%;*/
/*}*/

/*.fiveicon {*/
/*  left: 55%;*/
/*  top: 70%;*/
/*}*/
/*.sixicon {*/
/*  left: 88%;*/
/*  top: 70%;*/
/*}*/
/*.icc {*/
/*  position: absolute;*/

/*}*/
.cs-popup {
    display: none;
}
.road p {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0;
}
.road .icc img {
    margin-bottom: -10px;
  }
  .ani_cnt > div {
  display: inline-block;
}
/*  .ani_cnt {*/
/*  position: absolute;*/
/*  top: 0;*/
/*}*/
/*.road .icc {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*}*/
.client-say {
  margin-top: 90px;
}


   @keyframes moveIcon {
        0% {
          transform: translate(0, 0);
        }
        50% {
          transform: translate(0, -10px);
        }

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

       @keyframes moveIcon2 {
        0% {
          transform: translate(0, 0);
        }
        50% {
          transform: translate(0, 10px);
        }
        100% {
          transform: translate(0, 0);
        }
      }
       @keyframes moveIcon3 {
        0% {
          transform: translate(0, 0);
        }
        50% {
          transform: translate(0, -30px);
        }
        100% {
          transform: translate(0, 0);
        }
      }

  /* -------------------------------------- banner end ---------------------------------------------- */


  /* -------------------------------------- second section start ---------------------------------------------- */
    .secondssmtsec{
      
      background-size: cover;
      background-position: center center;
    }
     .cs-tooltip-container {
        position: relative;
        display: inline-block;
      }

      .cs-tooltip-trigger {
        cursor: pointer;
      }

      .cs-tooltip-content {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: visibility 0s, opacity 0.3s ,bottom 0.5s;
      }
    .cs-tooltip-content-client {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: visibility 0s, opacity 0.3s ,bottom 0.5s;
      }
      .cs-tooltip-container:hover .cs-tooltip-content {
        visibility: visible;
        opacity: 1;
        bottom: 90%;
      }
      .cs-tooltip-container:hover .cs-tooltip-content-client {
        visibility: visible;
        opacity: 1;
        width: 125%;
        max-width:  120px;
        bottom: -70%;
      }
      .main-text {
        font-size: 33px;
        color: #333;
        padding-right: 20px;
      }

      .second-sec-cnt p {
        font-size: 20px;
        line-height: 31px;
        color: #333333;
        margin-bottom: 25px;
      }
  /* -------------------------------------- second section end ---------------------------------------------- */
  /* -------------------------------------- portfolio section end ---------------------------------------------- */

  .prtleft-content {
    text-align: center;
  }
  .prtleft-content img{
    width: 35%;
  }
  .portfolios-wrapper .row > div {
    padding: 0 9px !important;
    margin-bottom: 18px;
  }
  .row.prtwor {
    right: 40px !important;
    position: relative;
  }
  .prf-cont{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
  }
  .hvr-portfolio-cnt {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #1A00103D;
    left: 0;
    right: 0;
    border-radius: 10px;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .prbtn-wrapper{
    margin-top: -20px !important;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
     -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
  }
    .prf-con.Dafrah:hover .hvr-portfolio-cnt .prbtn-wrapper {
    margin-top: 17px !important;
    }
    .prf-con.Dafrah:hover .hvr-portfolio-cnt {
    visibility: visible !important;
    opacity: 1 !important;
    }
    .prf-con.Dafrah:hover .hvr-portfolio-cnt h3 {
    margin-bottom: 12px;
    }
    .hvr-portfolio-cnt p,
    .hvr-portfolio-cnt a{
        pointer-events: none;
        color: #fff !important;
        border: 1px solid;
        padding: 5px 12px;
        font-size: 11px;
        border-radius: 31px;
        display: inline-block;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        margin-bottom: 0 !important;
  }
  .hvr-portfolio-cnt a:hover{
    opacity: 0.8;
  }
  .hvr-portfolio-cnt h3 {
    font-size: 19px;
    margin-bottom: -25px;
    color: #FFF;
    font-weight: bold;
      -webkit-transition: all 0.7s;
       -moz-transition: all 0.7s;
        -ms-transition: all 0.7s;
         -o-transition: all 0.7s;
            transition: all 0.7s;
  }
  .hvr-portfolio-cnt {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
       -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
         -o-transition: all 0.7s ease;
            transition: all 0.7s ease;
  }
  .prf-cont:hover .hvr-portfolio-cnt {
    visibility: visible;
    opacity: 1;
  }
  .prf-cont:hover .hvr-portfolio-cnt h3{
    margin-bottom: 12px;
  }
  .prf-cont:hover .hvr-portfolio-cnt .prbtn-wrapper{
    margin-top: 17px !important;
  }
  .prf-cont:hover img {
    transform: scale(1.1);
  }
  .prf-cont img {
    transition: all 0.8s ease;
  }


  /* ---------------------------- portfolio section end --------------------------- */
  .how-it-work{
    background-image: url('../optimized_img/hwitwork-bg.webp');
    background-size: cover;
    background-position: center;
  }
  .hwitwk-content h2 {
    font-size: 70px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .hwitwk-content {
    text-align: center;
    color: #fff !important;
    max-width: 634px;
    margin: 0 auto;
    margin-bottom: 55px
  }
  .hwitwk-content p {
    line-height: 1.6;
  }
  .hwitwk-box.one{
    background-image: url('../img/hw-box-1.jpg');
  }
  .hwitwk-box.two{
    background-image: url('../img/hw-box-2.jpg');
  }
  .hwitwk-box.three{
    background-image: url('../img/hw-box-3.jpg');
  }
  .hwitwk-box.four{
    background-image: url('../img/hw-box-4.jpg');
  }
  .how-it-work .row > div {
    padding: 0 10px;
  } 
  .hwitwk-box{
    text-align: right;
  }
  .hwitwk-box h3 {
    text-align: left;
    color: #000;
    font-size: 23px;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 10px;
    -webkit-transition: all 0.7s ease;
       -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
         -o-transition: all 0.7s ease;
            transition: all 0.7s ease;
  }

  .hwitwk-box img {
    -webkit-transition: all 0.7s ease;
       -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
         -o-transition: all 0.7s ease;
            transition: all 0.7s ease;
    margin-bottom: 15px;
  }
  .hwitwk-box {
    overflow: hidden;
    padding-top: 22px;
    padding-left: 22px;
    height: 100%;
    background-position: left bottom;
  }
  .hwitwk-box.one img {
    padding-top: 30px;
  }

  .hwitwk-box.three img,
  .hwitwk-box.four img {
    padding-top: 40px;
  }
  .hwitwk-box:hover img {
    transform: scale(1.1);
  }

  .hwitwk-box:hover h4{
    margin-top: 0;
  }

  /* ------------------------- how it work end ------------------------ */

  /* ------------------------- what we offer ------------------------- */

  .circle-animation img{
      animation: rotateAnimation 4s linear infinite;
  }
       @keyframes rotateAnimation {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
      .custom-accordions {
        margin-bottom: 0px;
      }

     .custom-accordions .accordion-title {
      cursor: pointer;
      position: relative;
      color: #28163D;
      font-size: 21px !important;
      font-weight: 500;
      border-bottom: 1px solid #E4E4E4;
      padding-bottom: 28px;
    }
  .custom-accordions .accordion-title h3{
       font-size: 21px !important;
       margin: 0 !important;
  }
    


    .custom-accordions .accordion-content {
        /* display: none; */
        padding: 10px;
      }
      .custom-accordions .accordion-title .plus-icon img{

        filter: grayscale(100%);
      }
      .custom-accordions .accordion-title .plus-icon {
        float: right;
      }
      .custom-accordions .accordion-title:hover .plus-icon img{
        filter: none;
        position: relative;
        margin-top: -10px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
      }
      .custom-accordions .accordion-title .hover-image {
        position: absolute;
        top: -129px;
        visibility: hidden;
        z-index: 9;
        left: 350px;
        width: 420px;
        opacity: 0;
        transform: rotate(5.6deg);
        -webkit-transition: all .6s ease;
           -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
             -o-transition: all .6s ease;
                transition: all .6s ease;
      }    
      .custom-accordions .accordion-title:hover .hover-image {
            visibility: visible;
            opacity: 1;
            transform: rotate(0deg);
        }
      .what-we-offer h2 {
        font-size: 65px;
        color: #28163D;
        font-weight: 500;
      }
      .wwf {
        font-size: 17px;
        line-height: 35px;
        margin-bottom: 0;
      }
       .wwf.right-an h2.h2_csp {
        font-size: 17px !important;
        color: #3C3C3C;
        font-weight: 400;
        line-height: 0;
          display: inline;
      }
      .what-we-offer .row {
        align-items: center;
      }
      .what-we-offer .row .col-md-5:first-child {
        flex: 0 0 39%;
      }
      .what-we-offer .row .col-md-5:nth-child(2) {
        margin-right: 28px;
      }
      .accor-wrapper {
        margin-top: 70px;
      }
      /* ----------------------------- case studies ------------------------------- */

        .case-studies-wrapper{
          padding-bottom: 120px;
          padding-top: 80px;
          background-color: #FCFAFF;
          /*margin-bottom: 50px;*/
        }
        .testimonial-content img:first-child {
          margin-right: 10px;
        }
        .container.cta-container.ctaposbtm {
              margin-top: -65px;
              z-index: 1;
              position: relative;
        }
        .case-studies-wrapper h2 {
          font-size: 65px;
          color: #28163D;
          font-weight: 500;
        }
        .case-studies-wrapper .wwf {
          /*font-size: 22px;*/
          /*line-height: 35px;*/
          font-size: 17px;
          line-height: 28px;
        }
        .case-studies-wrapper .wwf .h2_csp {
          font-size: 17px;
          line-height: 28px;
          display: inline;
          font-weight: 400;
        }
        .case-studies-wrapper .row {
          align-items: center;
        }
        .case-studies-wrapper .row .col-md-5:first-child {
          flex: 0 0 33%;
        }
        .case-studies-wrapper .row .col-md-5:nth-child(2) {
          margin-right: 28px;
        }
        .view-more-cs a{
          margin-right: 0 !important;
          width: 146px;
          text-align: center;
          padding: 0;
        }
        .case-loop {
          margin-top: 23px;
        }
        .case-studies-wrapper .case-content h3 {
          font-size: 23px;
          margin-top: 13px;
          font-weight: 600;
        }
        .case-studies-wrapper .case-content h3 a{
          color: #333 !important;
        }
        .case-content p {
          color: #666;
          font-size: 14px;
        }
        .case-content {
          margin-bottom: 45px;
        }
        .case-content > img {
          border-radius: 15px;
        }
        .smt-scroll.none {
          display: block;
          height: auto !important;
          width: 100% !important;
      }
     
      /* ------------------------- what our client say ----------------------------- */

      .client-slide h4, .client-slide h2 {
        font-size: 43px;
        color: #333;
        margin-right: 30px;
      }
      .client-slide h4 span{
        color: #858585;
      }
      .client-slide img {
        width: 150px;
      }
      .client-slide {
        display: flex !important;
        align-items: center;
        margin-right: 69px;
      }
      .client-say .container-fluid {
        padding: 0;
      }
      .testimonials-wrapper {
        margin-top: 70px;
      }
      .testimonial-content img {
        margin-bottom: 20px;
      }
      .testimonial-content p {
        color: #000;
        line-height: 27px;
      }
      .testi-name {
        font-weight: 500;
      }
      .testimonial-content p {
        color: #000000;
        line-height: 27px;
        display: flex;
        align-items: center;
      }
      .testi-name{
        display: flex;
        align-items: center;
      }
      .testi-name::before {
        content: "";
        width: 49px;
        background: #BC3687;
        display: block;
        height: 2px;
        margin-right: 12px;
      }
      /* -------------------------- testimonial end -------------------------- */
      /*.reownedclient h2{*/
      /*  color: #28163D;*/
      /*  font-size: 65px;*/
      /*  font-weight: 500;*/
      /*}*/
      .reownedclient h2 {
        color: #28163D;
        font-size: 53px;
        font-weight: 500;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
      }
      .reownedclient ul {
        list-style: none;
        display: flex;
        padding-left: 0;
        flex-wrap: wrap;
        max-width: 90%;
        margin: 0 auto;
      }
      .reownedclient ul li {
        width: 25%;
        max-width: 25%;
      }
      .reownedclient {
        padding-bottom: 65px;
    }
    .reownedclient ul li {
      width: 25%;
      max-width: 25%;
      border: 1px solid #E9E9E9;
      border-top: 0;
      border-right: 0;
    }
    .reownedclient ul li:nth-child(n+9){
      border-bottom: 0; 
    }
    .reownedclient ul li:nth-child(1),
    .reownedclient ul li:nth-child(5),
    .reownedclient ul li:nth-child(9) {
      border-left: 0; 
    }
    .reownedclient ul li img{
      filter: grayscale(100%);
      -webkit-transition: all 0.7s ease;
         -moz-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
           -o-transition: all 0.7s ease;
              transition: all 0.7s ease;
  }
  .reownedclient ul li img:hover{
      filter: grayscale(0%) !important;
  }
  /* ---------------------- footer ------------------------- */
  footer{
    background-color: #28163D;
  }
  footer .container {
    max-width: 1035px;
  }
  .circle-animation img {
    width: 144px;
  }
  /*.foot-top h3 {*/
  /*  color: #fff;*/
  /*  font-size: 53px;*/
  /*  font-weight: 600;*/
  /*  line-height: 72px;*/
  /*}*/

  .foot-top h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    text-transform: capitalize !important;
  }
  .foot-top {
    padding-top: 70px;
    border-bottom: 1px solid #593C7A;
    padding-bottom: 45px;
    margin-bottom: 50px;
  }
  .foot-top .circle-animation {
    text-align: center;
  }
  .copyright-sec ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .copyright-sec ul li {
    margin-right: 10px;
    color: #fff !important;
    display: flex;
    align-items: center;
  }
  .copyright-sec p,
  .copyright-sec a{
    color: #fff !important;
    margin-bottom: 0;
  }
  .cpr-text a{
    color: #BC3687 !important;
  }
  .copyright-sec {
    border-top: 1px solid #593C7A;
    padding: 30px 0;
  }
  .privacy-policyfoot {
    justify-content: flex-end;
  }
  .privacy-policyfoot li {
    margin-left: 9px;
  }
  .foot-center a, .foot-center p {
    color: #fff;
  }
  .foot-center ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .foot-col-1 ul {
    display: flex;
  }
  .foot-col-1 p {
    margin-top: 22px;
    font-size: 13px;
    text-transform: capitalize;
    opacity: 0.8;
  }
  .foot-col-1 i {
    color: #28163d;
    width: 25px;
    background: #fff;
    border-radius: 25px;
    text-align: center;
    height: 25px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .foot-col-1 a:hover{
    opacity: 0.7;
  } 
  .foot-col-1 ul li{
    margin-right: 8px;  
  }
  .foot-center h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 600;
  }
  .foot-col-2 a {
    opacity: 0.8;
    margin-bottom: 7px;
    display: inline-block;
  }

  .foot-col-2 a:hover{
    text-decoration: underline;
  }
  .cntfoot li{
    align-items: center;
    margin-bottom: 18px;
    display: flex;
  }
  .cntfoot li:first-child{
    align-items: flex-start;
  }
  .cntfoot p{
    margin-bottom: 0;
  }

  .cntfoot img{
    width: 90%;
    margin-right: 10px;
  }
  .cntfoot li img {
    width: 20px;
  }
  .foot-center {
    padding-bottom: 90px;
  }
  .cntbuttong a {
    background: #149939;
    color: #fff !important;
    height: 43px;
    width: 43px;
    border-radius: 50px;
    display: flex;
    overflow: hidden;
    align-items: center;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    justify-content: flex-end;
    font-weight: 600;
  }
  .cntbuttong a img {
    margin-right: 11px;
    margin-left: 13px;
    width: 20px;
  }
  .cntbuttong li{
    margin-bottom: 25px;
  }
  .cntbuttong a:hover{
    width: 140px;
  }
  .cntbuttong {
    position: absolute;
    right: 18px;
    bottom: 17px;
  }
  .cntbuttong ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cntbuttong li:last-child a{
    background: rgb(188,54,135);
    background: linear-gradient(90deg, rgba(188,54,135,1) 0%, rgba(96,58,138,1) 100%); 
  }
  .cntbuttong li:last-child a span {
    visibility: hidden;
  }
  /* back on top css */
  .bcktop {
    position: fixed;
    bottom: 30px;
    right: 65px;
    cursor: pointer;

  }
  .bcktop img {
    width: 85px;
  }

  /* case studies - image animation */
  /* .smt-scroll{
    display: none;
  } */
  .cs-img-wrapper {
    height: 394px;
    background: url("../optimized_img/case-studies/rent.webp");
    background-size: contain !important;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
  }

  .cs-img-wrapper.second-case {
    background: url('../optimized_img/case-studies/Rinse-Car-Wash.webp');
  }
  .cs-img-wrapper.third-case {
    background: url('../optimized_img/case-studies/sell-now.webp');
  }
  .cs-img-wrapper.third-case img {
    right: 270px;
  }
  .cs-img-wrapper.four-case {
    background: url('../optimized_img/case-studies/fabyland(2/index.html).webp');
  }
  .cs-img-wrapper.four-case img {
    right: 420px;
  }
  .cs-img-wrapper.five-case {
    background: url('../optimized_img/case-studies/tycoon-screens.webp');
  }
  .cs-img-wrapper.six-case {
    background: url('../optimized_img/case-studies/tycoon.webp');
  }
  .cs-img-wrapper img {
    cursor: pointer;
    /* transition: all 6s linear; */
    transform: rotate(33deg);
    position: absolute;
    right: 240px;
    top: -117px !important;
    width: 270px;
  }
  .cs-img-wrapper:hover img{
    transition: all 4s linear;
    transform: rotate(33deg) translateX(0%) translateY(-1100px);
  }
  .prtleft-content h3{
    display: none;
  }
  /* -------------------------------------------------------------------------------- */
  /* -----------------------ANDROID MOBILE APP DEVELOPMENT--------------------------- */
  /* -------------------------------------------------------------------------------- */
  .ap-hero{
    background: url('../optimized_img/banner.webp');
    padding-top: 150px;
    padding-bottom: 90px;
    background-size: cover;
  }
  .ap-banner-cnt .h1 {
    color: #28163D;
    font-size: 53px;
    font-weight: 600;
    line-height: 60px;
  }

  .ap-banner-cnt .h1 span{
    color: #5D379B;
  }
  .request-frm form input, .request-frm form textarea {
    width: 100%;
  }
  .request-frm .h2 {
    font-size: 30px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }

  .request-frm .h2 {
    margin-bottom: 25px;
  }
  .request-frm form textarea {
    height: 120px !important;
    margin-bottom: 17px;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 15px;
    border: 0;
    padding-top: 10px;
  }
  .request-frm form input {
    height: 50px;
    margin-bottom: 17px;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 50px;
    border: 0;
  }
  .submit-btn {
    color: #fff !important;
    font-weight: 600;
    background: transparent;
    border: 1px solid white !important;
    height: 45px !important;
    padding: 0 !important;
    margin-bottom: 5px !important;
    box-shadow: -2px 4px 8px #0000002e !important;
    width: 100%;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .request-frm {
    background: url('../img/form-bg.svg');
    padding: 35px;
    background-size: cover !important;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #3333333d;
  }

  .ap-banner-cnt p {
    font-size: 16px;
    color: #3C3C3C !important;
    margin-top: 26px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .ap-banner-cnt p strong{
   color: #BC3687;
  }
  .ap-banner-cnt {
    margin-top: 20px;
  }
  .submit-btn::after {
    content: "";
    background: black;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 55%;
    height: 116px;
    display: block;
    z-index: -1;
    transition: all .5s ease;
    top: 65px;
  }
  .submit-btn:hover::after {
    top: -36px !important;
  }
  .ap-transuae {
    background: url('../optimized_img/uae-background.webp');
    background-position: bottom center;
    background-size: cover;
  }
  .ap-transuae.iosbg{
    background: url('../img/ios-background.png');
    background-position: bottom center;
    background-size: cover;
    padding-top: 26px;
  }
  .burj-img {
    margin-top: -80px;
    width: 95%;
    max-width: 100%;
  }
  .Seamless-before-cnt .h3,
  .burj-next-cnt .h3 {
    font-size: 41px;
    color: #222;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .Seamless-before-cnt .h3{
    line-height: 50px;
  }
  .burj-next-cnt span {
    font-size: 20px;
    line-height: 28px;
    color: #222;
    display: block;
    margin-bottom: 9px;
  }
  .burj-next-cnt p {
      font-size: 16px;
      line-height: 1.8;
      color: #444;
  }
  .ap-transuae .row {
    align-items: center;
  }
  .ap-transuae .row > div {
      padding: 0;
  }
  .burj-next-cnt {
      padding-left: 32px;
  }
  .burj-img{
    position: relative;
  }
  .burj-img::after {
      content: "";
      background-image: url(../img/cloud.png);
      width: 450px;
      height: 147px;
      display: block;
      position: absolute;
      right: -121px;
      top: 175px;
      max-width: 80%;
      background-size: contain;
  }

  .mgbtm-75p{
    margin-bottom: 100px;
  }
  .Seamless-before-cnt p {
      font-size: 16px;
      color: #333;
      line-height: 1.8;
  }
  .seamless-img img {
      width: 90%;
      float: right;
  }
  .seamless-img.imgwdth100 img{
    width: 100%;
  }
  .Seamless-before-cnt a {
      width: 252px;
      text-align: center;
      margin-top: 30px;
  }
  .iospg .wrkwithu.btttn.gtaf {
    margin-top: 0;
  }

  .Seamless-before-cnt a.btttn::after {
      height: 288px;
      border-radius: 400px;
      bottom: -294px;
  }
  .Seamless-before-cnt a.btttn:hover::after,
  .Seamless-before-cnt a.btttn:focus::after,
  .Seamless-before-cnt a.btttn:active::after {
    bottom: -119px;
  }
  .ap-transuae .see-what-slider {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .sr-first-sec p {
      font-size: 20px;
      line-height: 34px;
    text-align: center;
    color: #333 !important;
  }
  .one-fr {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
    width: 306px;
    height: 250px;
    max-width: 100%;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 30px;
    transition: all 0.5s linear;
  }
  .one-fr .h3{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
    color: #333;
  }
  .one-fr img {
    filter: brightness(0%);
  }
  .sr-first-sec .row {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .one-fr:hover {
    border: 1px solid #bc3788;
    margin-top: -10px;
  }
  .one-fr:hover img{
    filter: brightness(100%);
  }
  .one-fr:hover .h3 {
    margin-bottom: 7px;
      transition: all 0.5s linear;
  }
  .sr-snd-sec {
    text-align: center;
  }
  .sr-snd-sec h3, .sr-snd-sec h2 {
    font-size: 44px;
    line-height: 55px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 600;
  }
  .sr-snd-sec h3 span, .sr-snd-sec h2 span {
    color: #BC3687 !important;
  }
  .sr-snd-sec p {
    color: #333;
    font-weight: 400;
        line-height: 25px;
        font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .service-slider .col-cs-4{
    margin-bottom: 58px;
    margin-top: 15px;
  }
  .flex-arrow {
    display: flex;
    justify-content: center;
  }
  .flex-arrow > div{
    padding: 0 30px;
    cursor: pointer;
  }
  .flex-arrow p {
    font-size: 18px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .service-slider .h3{
    color: #333;
    font-weight: 600;
    line-height: 27px;
    font-size: 18px;
  }

  .col-cs-4 p{
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
  }

  .col-cs-4 {
    /*background-image: url('../img/serv-sliderbg.png');*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 160% 50%;
    padding: 28px;
    transition: all 0.5s ease;
    margin: 0 10px;
    border-radius: 15px;
  }
  .col-cs-4:hover{
    background-position: right center;
    box-shadow: 0px 0px 14px #00000008;
  }
  .service-slider .h3{
    margin-bottom: 22px;
  }
  .gtaf {
    margin-right: 0 !important;
    margin-top: 40px;
    padding: 0 30px;
  }
  .flex-arrow.flx2 {
    flex-direction: column;
    align-items: center;
  }
  .techslider{
    position: relative;
    margin-bottom: 10px;
  }
  .techslider::before {
    content: "";
    background: white;
    width: 100px;
    height: 125px;
    position: absolute;
    z-index: 9;
    display: block;
    filter: blur(14px);
    left: -47px;
  }
  .techslider::after {
    content: "";
    background: white;
    width: 100px;
    height: 125px;
    position: absolute;
    z-index: 9;
    top: 0;
    display: block;
    filter: blur(14px);
    right: -47px;
  }

  .techslider2{
    position: relative;
  }
  .techslider2::before {
    content: "";
    background: white;
    width: 100px;
    height: 125px;
    position: absolute;
    z-index: 9;
    display: block;
    filter: blur(14px);
    left: -47px;
  }
  .techslider2::after {
    content: "";
    background: white;
    width: 125px;
    height: 125px;
    position: absolute;
    z-index: 9;
    top: 0;
    display: block;
    filter: blur(14px);
    right: -47px;
  }
  .techslider2 {
    transform: scaleX(-1);
  }
  .techslider2 img{
    transform: scaleX(-1);
  }
  .ourtechstack .h3{
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 45px;
    color: #333333;
    font-weight: 600;
  }
  .ourtechstack p strong {
    font-size: 21px;
    font-weight: 600 !important;
    color: #333 !important;
  }
  .ourtechstack p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }
  .ap-cuscol {
    width: 536px;
    float: right;
  }
  .ourtechstack .row {
    align-items: center;
  }
  .ourtechstack {
    margin: 80px 0;
  }
  .case-toparea {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .case-toparea .h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 30px;
    color: #222;
  }
  .case-toparea p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
  }
  .android-pg{
    margin-bottom: 0 !important;
  }
  .app-process .hwitwk-content h2 {
    font-size: 55px;
  }
  .app-process {
    /*background-image: url('../img/hwitwork-bg.jpg');*/
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .app-process .hwitwk-box h3 {
    margin-bottom: 15px;
    font-size: 19px !important;
  }
  .app-process .hwitwk-box ul {
    padding-left: 0;
    text-align: left;
    margin-bottom: 0;
    color: #666;
    font-weight: 500;
    font-size: 13px;
  /*   list-style: url(../img/list-icon.svg); */
    list-style: none;
  }

  .app-process .hwitwk-box ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
  }

  .app-process .hwitwk-box ul li::before {
    content: url(../img/list-icon.svg);
    margin-right: 10px;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .app-process .hwitwk-box img {
    padding: 0 !important;
    margin: 0 !important;
  }
  .app-process .hwitwk-box{
    padding-right: 22px;
  }
  /* .app-process .hwitwk-box div {
    margin-right: -22px;
  } */
  .app-process .hwitwk-box.three img {
    margin-top: -30px !important;
  }
  .app-process .hwitwk-box {
    height: 346px;
    position: relative;
  }
  .app-process .hwitwk-box div {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .app-process .hwitwk-box{
    background-size: contain;
    background-color: white;
  }
  .app-faqs-wrap .h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 50px;
  }
  .app-faqs-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  /* accordion-apppage */
  .app-faq-accordion {
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    padding-left: 0 !important;
  }
  .app-faq-accordion::after {
    content: url(../img/faq-plus.svg);
    float: right;
    transform: scale(0.8);
  }
  .app-active-accordion:after {
    content: url(../img/faq-minus.svg);
  }

  .app-panel {
    display: none;
  }
  .app-faq-accordion {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .app-ac-wrapper {
    margin: 0 auto;
    max-width: 84%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 25px;
    padding-left: 35px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .app-panel p {
    margin-bottom: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
    color: #787878;
    max-width: 90%;
  }
  .app-panel li{
     margin-bottom: 8px !important;
    font-size: 15px;
    color: #787878;
    max-width: 90%;
  }

  /* IOS PAGE */

  .ios-award-sec {
    background-image: url('../img/award-bg.jpg');
    margin-top: 60px;
    padding: 50px 0;
    background-size: cover;
    background-position: 80% 50%;
  }

  .ios-award-sec .h3 {
    font-size: 41px;
    line-height: 52px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
  }
  .ios-award-sec p {
    font-size: 15px;
    line-height: 25px;
  }
  .ios-award-sec .wrkwithu.btttn {
    width: 165px !important;
    text-align: center;
    margin-right: 0 !important;
    margin-top: 20px;
  }

  .ios-award-sec .wrkwithu.btttn {
    margin-top: 40px;
  }
  .many-industries .h3 {
    font-size: 44px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    color: #333;
    margin-bottom: 90px;
  }
  .many-industries .h3 span{
    color: #BC3687;
  }
  .many-industries {
    margin-bottom: 90px;
  }

  /* flip box */
  .flip-box {
    background-color: transparent;
    height: 155px;
    perspective: 1000px;
    width: 18%;
    margin: 0 11px;
    margin-bottom: 25px;
  }
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }

  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }

  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .flip-box-front {
    border-radius: 15px;
    border: 1px solid white;
    box-shadow: 0px 0px 6px #dbdbdbbf;
  }

  .flip-box-back {
    border-radius: 15px;
    transform: rotateY(180deg);
    background: linear-gradient(90deg, rgb(188, 54, 135) 0%, rgb(96, 58, 138) 100%);
  }
  .flip-box-front .h4{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
  }
  .flip-box-back .h4{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }
  .industries-row {
    display: flex;
    flex-wrap: wrap;
  }
  .flip-box-inner > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .flip-box-inner > div img {
    margin-bottom: 18px;
  }
  .flip-box-back img {
    filter: invert(100%) brightness(200%);
  }
  .cntbuttong.fxdbtns {
    position: fixed;
    right: 25px;
  }
  .sscarton {
      position: absolute;
      left: -56px;
      width: 18%;
  }
  .robotss {
      position: absolute;
      right: 0;
      width: 11%;
  }
  .pkp img {
      width: 72%;
  }

  .many-industries p {
      color: #333;
      font-weight: 400;
      line-height: 1.8;
      font-size: 16px;
      max-width: 90%;
      margin: 0 auto;
      margin-bottom: 30px;
  }
  h3.h3.gt, h2.h3.gt {
      margin-bottom: 25px;
      margin-top: 71px;
  }
  .pkp {
      position: absolute;
      left: 0;
  }
  .react-award-sec {
      background-image: url(../img/enginner.jpg);
      margin-top: 60px;
      padding: 50px 0;
      background-size: cover;
      background-position: 80% 50%;
  }
  .react-award-sec h3.h3, .react-award-sec h2.h3 {
      color: #333;
      text-align: center;
      font-family: Euclid Circular A;
      font-size: 50px;
      font-style: normal;
      font-weight: 600;
      line-height: 65px;
  }
  .react-award-sec p {
      color: #333;
      text-align: center;
      font-family: Euclid Circular A;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
  }
  .twiter {
      display: flex;
      flex-wrap: wrap;
  }

  .react-item {
      text-align: center;
      margin: 0 11px;
      width: 18%;
      margin-bottom: 28px;
  }
.sspk{
  display: none !important;
}
  ul.sspk {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: center;
      justify-content: flex-start;
      align-items: baseline;
  }

  .sspk li {
      margin: 0 15px;
      list-style-type: none;
  }
  li p.framew {
      border-radius: 14px;
      border: 1px solid rgba(188, 54, 135, 0.13);
      background: #FEF9FC;
      box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.08);
      padding: 5px 18px 5px 18px;
  }
  .userss{
  transition: color 0.3s, transform 0.3s;
  }
  .userss:hover {
   
    transform: translateY(-10px); /* Move the icon 10px upwards on hover */
  }
  .headi h1,
  .headi h2 {
      color: #28163D;
      font-family: Euclid Circular A;
      font-size: 70px;
      font-style: normal;
      font-weight: 600;
      line-height: 80px;
  }
  span.lemo {
      color: #603A8B;
      font-family: Euclid Circular A;
      font-size: 70px;
      font-style: normal;
      font-weight: 600;
      line-height: 80px;
  }
  .dott li {
      list-style-type: none;
  }
  .line {
      background: url(../img/liness.png) no-repeat;
      width: 1px;
      height: 160px;
      top: 227px;
      left: 33px;
      position: absolute;
      z-index: 1;
  }
  img.ims {
      position: relative;
      z-index: 99;
  }
  p.hapen {
      color: #28163D;
      font-family: Euclid Circular A;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 40px;
  }
  .headi p {
      color: #3C3C3C;
      font-family: Euclid Circular A;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 31px;
      color: #28163D;
      font-family: Euclid Circular A;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 40px;
  }
  span.aa {
      position: absolute;
      LEFT: 80PX;
      font-size: 17px;
      color: #3C3C3C !important;
      margin-top: 0;
      line-height: 26px;
      margin-bottom: 0;
  }
  .request-frm.tt {
      border-radius: 25px;
      background: #FFF;
  }
  select.form-select {
      width: 100%;
      height: 48px;
      border-bottom: 1px solid rgba(153, 153, 153, 0.40);
      border-left: 0px solid;
      border-right: 0px solid;
      border-top: 0px solid;
      color: #999;
      font-family: Euclid Circular A;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px;
  }

  .tt input[type="text"] {
      border-bottom: 1px solid rgba(153, 153, 153, 0.40);
      border-radius: 0px;
      color: #999;
      font-family: Euclid Circular A;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px;
      margin-top:20px;
      padding-left:0px;
  }
  .tt textarea::placeholder {
      color: #999;
  }
  .tt select.form-select::placeholder {
      color: #999;
  }
  .tt textarea {
      border-bottom: 1px solid rgba(153, 153, 153, 0.40) !important;
      border-radius: 0px !important;
      color: #999;
      font-family: Euclid Circular A;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px;
      padding-left:0px !important;
  }
  button.submit-btn.ab {
      color: #603A8B !important;
      border: 1px solid #603A8B !important;
      box-shadow: none !important;
  }
  .grtt {
    position: relative;
    overflow: hidden;
  }
  .fillo {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
  }
  .file.btn.btn-lg.btn-primary.grtt {
      border-radius: 40px;
      background: #FAF7FD !important;
      color: #000000;
      color: #603A8B;
      leading-trim: both;
      text-edge: cap;
      font-family: Euclid Circular A;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      border:1px solid #FAF7FD !important;
      
  }
  .tt .submit-btn::after {
      content: "";
      background: #603A8B;
      position: absolute;
      left: 0;
      right: 0;
      border-radius: 45%;
      height: 121px;
      display: block;
      z-index: -1;
      transition: all .5s ease;
      top: 65px;
  }
  .tt input[type="text"]::placeholder {
      color: #999;
  }
  .ap-hero.rr {
      padding-top: 220px;
  }
  .pott{
      color: #999;
  font-family: Euclid Circular A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  }
  button.submit-btn.ab:hover {
      color: #ffffff !important;
  }
  .purpl{
      color:#603A8B;
  }
  p.sidetext{
      color: #444;
  font-family: Euclid Circular A;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 36px !important;
  }
  p.o3, h2.o3 {
      color: #000;
      font-family: Euclid Circular A;
      font-size: 50px;
      font-style: normal;
      font-weight: 600;
      line-height: 65px;
  }
    h3.ozon {
    color: #000;
    font-family: Euclid Circular A;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: 37.294px;
    position: absolute;
    left: 110px;
    top: 33px;
}
h3.ozon1 {
    color: #ffffff;
    font-family: Euclid Circular A;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: 37.294px;
    position: absolute;
    left: 110px;
    top: 33px;
}
  span.appdev {
      color: #603A8B;
      font-family: Euclid Circular A;
      font-size: 50px;
      font-style: normal;
      font-weight: 600;
      line-height: 65px;
  }
  .obox {
      border-radius: 9.563px;
      background: #F8F2FF;
      width: 97%;
      height: 274.763px;
      flex-shrink: 0;
      padding: 35px;
  }
  .obox1 {
      border-radius: 9.563px;
      background: url(../img/ityy.png) no-repeat;
      width: 97%;
      height: 274.763px;
      flex-shrink: 0;
      padding: 35px;
      
  }
  span.ozon {
      color: #000;
      font-family: Euclid Circular A;
      font-size: 31px;
      font-style: normal;
      font-weight: 600;
      line-height: 37.294px;
      position: absolute;
      left: 110px;
  }
  span.ozon1 {
      color: #ffffff;
      font-family: Euclid Circular A;
      font-size: 31px;
      font-style: normal;
      font-weight: 600;
      line-height: 37.294px;
      position: absolute;
      left: 110px;
  }
  p.poozon {
      color: #444;
      font-family: Euclid Circular A;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px;
      padding-top: 12px;
  }
  p.poozon1 {
      color: #ffffff;
      font-family: Euclid Circular A;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px;
      padding-top: 12px;
  }
  
  p.poozon.new {
      color: #444;
      font-family: Euclid Circular A;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px;
      padding-top: 0px;
  }
  p.poozon1.new {
      color: #ffffff;
      font-family: Euclid Circular A;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px;
      padding-top: 0px;
  }
  
  
  
  
  
  
  span.perfecr {
      color: #BC3687;
      font-family: Euclid Circular A;
      font-size: 31px;
      font-style: normal;
      font-weight: 600;
      line-height: 37.294px;
  }
  p.hd {
      color: #222;
      font-family: Euclid Circular A;
      font-size: 25px;
      font-style: normal;
      font-weight: 400;
      line-height: 35px;
  }
  p.hd1, h2.hd1 {
      color: #222;
      font-family: Euclid Circular A;
      font-size: 50px;
      font-style: normal;
      font-weight: 600;
      line-height: 65px;
  }
  span.prem {
      color: #603A8B;
      font-family: Euclid Circular A;
      font-size: 50px;
      font-style: normal;
      font-weight: 600;
      line-height: 65px;
  }
  .logimg {
      display: flex;
      flex-direction: row-reverse;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
  }
  .imgman {
      background: url(../img/manthemith.png) no-repeat #ffffff14;
      background-size: contain;
  }
  .logoman img {
      position: relative;
      left: 12%;
      top: -134px;
      width: 95.5%;
  }
  p.hd11 {
      color: #000;
      font-family: Euclid Circular A;
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 25px;
  }
  p.sidetext.ss {
      color: #603A8B;
      font-family: Euclid Circular A;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 36px;
  }
  .battl {
      padding-top: 80px;
  }
  ul.ulun {
      padding-left: 20px;
  }
  ul.ulun li {
      color: #444;
      font-family: Euclid Circular A;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 27.5px;
  }
  .tixt {
      padding: 41px;
  }

  @media only screen and (max-width:1367px){
   .sscarton {
      position: absolute;
      left: -56px;
      width: 17%;
  }   
  .robotss {
      position: absolute;
      right: 0;
      width: 10%;
  }
  .pkp img {
      width: 64%;
  }
  }


  /* ############# Portfolio Page ########### */
  .portfolio_pg-main h1 {
    color: #28163D;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 48px;
  }
  .portfolio_pg-main p {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    width: 68%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .projetcnt.DuckTindo{
    background: url('../img/portfolio/DuckTindo.png');
    background-size: cover;
  }

  .projetcnt {
    display: flex;
    align-items: center;
  }
  .projetcnt.rinecar .h3{
    color: #333333;
  }
  .projetcnt .h3{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .projetcnt p {
    font-size: 15px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #fff;
  }
  .projetcnt.rinecar p{
    color: #666666;
  }
  .projetcnt {
    padding-left: 35px;
  }
  .projetcnt.DuckTindo .col-pr-right img {
    margin-top: 30px;
    width: 75%;

  }
  .project-parent a img {
    width: 58px !important;
  }
  .projetcnt {
    border-radius: 25px;
    overflow: hidden;
  }
  .projetcnt.rinecar{
    background: url('../img/portfolio/pr-2-bg.png');
    background-size: cover;
  }
  .projetcnt.rinecar .right {
    width: 51%;
  }
  .projetcnt.rinecar .right img {
    width: 75% !important;
    padding: 20px 0;
    float: right;
  }
  .projetcnt.rinecar .left {
  width: 41%;
}
.projetcnt.Umex{
    background: url('../img/portfolio/pr-3-bg.jpg');
    background-size: cover;
}

.projetcnt.Al-Dafrah{
    background: url('../img/portfolio/pr-4-bg.jpg');
    background-size: cover;
}

.projetcnt.AD-Group{
    background: url('../img/portfolio/pr-5-bg.jpg');
    background-size: cover;
}

.projetcnt.pr-6{
    background: url('../img/portfolio/pr-6-bg.jpg');
    background-size: cover;
}

/*.projetcnt.pr-7{*/
/*    background: url('../img/portfolio/pr-7-bg.jpg');*/
/*    background-size: cover;*/
/*}*/
.projetcnt.pr-8{
    background: url('../img/portfolio/pr-8-bg.jpg');
    background-size: cover;
}

.projetcnt.pr-9{
    background: url('../img/portfolio/pr-9-bg.jpg');
    background-size: cover;
}

.projetcnt.pr-10{
    background: url('../img/portfolio/pr-10-bg.jpg');
    background-size: cover;
}
.projetcnt.pr-10.RentEZ {
  background: #FDEAE2 !important;
}
.RentEZ .h3{
  color: #000;
}
.RentEZ p {
  color: #666;
}

.projetcnt.pr-11{
    background: url('../img/portfolio/pr-11.jpg');
    background-size: cover;
}
.projetcnt.pr-12{
    background: url('../img/portfolio/pr-12-bg.jpg');
    background-size: cover;
}
.projetcnt.pr-13 {
  background: #DE1608;
}
.projetcnt.pr-14 {
    background: url('../img/portfolio/pr-14-bg.jpg');
    background-size: cover;
}
.projetcnt.pr-15 {
    background: url('../img/portfolio/pr-15-bg.jpg');
    background-size: cover;
}
.projetcnt.pr-16{
    background: url('../img/portfolio/pr-16-bg.jpg');
    background-size: cover;
}
.projetcnt.pr-17{
    background: #3B8DE1;
}
.projetcnt.showwin{
    background: url('../img/portfolio/showwin-bg.jpg');
    background-size: cover;
}
.projetcnt.dealnearme{
    background: #35B38E;
}
.projetcnt.Gangster{
    background: url('../img/portfolio/pr-18-bg.jpg');
    background-size: cover;
}
.projetcnt.Flap-pp{
    background: url('../img/portfolio/pr-21-bg.jpg');
    background-size: cover;
}
.projetcnt.Monicview-pp{
    background: url('../img/portfolio/pr-22-bg.jpg');
    background-size: cover;
}
.projetcnt.Jeem-pp{
    background: url('../img/portfolio/pr-23-bg.jpg');
    background-size: cover;
}
.projetcnt.Umexlast{
    background: url('../img/portfolio/pr-27-bg.jpg');
    background-size: cover;
}
.projetcnt.dubai-courts{
    background: url('../img/portfolio/pr-28-bg.png');
    background-size: cover;
}
.fabyland-bg{
    background: url('../img/portfolio/fabyland-bg.png') !important;
    background-size: cover !important;

}
.Tycoon-bg{
  background: #63B464;
}
.Tycoon-bg > img {
  position: absolute !important;
  right: 0;
  bottom: 0;
}
.Forexed{
  background: url('../img/portfolio/forexed-bg.jpg') !important;
  background-size: cover !important;
}
.projetcnt.socialseed{
  background: #7DCEE4 !important;
}

.projetcnt.smallbx.Umexlast.cll-3.Forexed img {
  bottom: auto !important;
  width: 71%;
  top: 37px;
  right: 11px;
}
.projetcnt.smallbx.cll-3.Forexed .h3 {
  color: #fff !important;
}
.projetcnt.smallbx.cll-3 .h3 {
  color: #fff !important;
}
.projetcnt.Ishraq{
    background: #023F59;
}
.projetcnt.Arban{
    background: #CAEDFC;
}
.projetcnt.smallbx.Arban.cll-3 .h3 {
  color: #000 !important;
}
.projetcnt.Schduler-pp{
    background: url('../img/portfolio/pr-24-bg.jpg');
    background-size: cover;
}
.projetcnt.Footprints-pp{
    background: #265DC7;
}
.projetcnt.smallbx.Umexlast .h3 {
  color: black !important;
}
.projetcnt.smallbx.Footprints-pp.cll-3 > img,
.projetcnt.smallbx.Schduler-pp.cll-3 > img {
  width: 72%;
  padding-bottom: 13px;
}
.projetcnt.MarryUs-pp{
    background: #FFA7AC;
}
.projetcnt.smallbx.cll-3{
  height: 349px;
}

.projetcnt.smallbx.cll-3 .h3{
  color: #fff;
}

.projetcnt.smallbx.cll-3 > img {
  width: 76%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pr-14 {
  position: relative;
}
.projetcnt.pr-13 p,
.projetcnt.pr-13 .h3 {
  color: #fff;
}
.projetcnt.pr-13 .right img {
  width: 100% !important;
  padding-bottom: 0;
}

.projetcnt.smallbx {
  height: 100%;
}
.projetcnt.smallbx {
  padding-left: 30px;
}
.Luggage-Boomerang{
    background: #F35F48;
}
.pin{
  background: url('../img/portfolio/pin-bg.jpg') !important;
  background-size: cover !important;
}
.Youth-Spots-bg{
  background: url('../img/portfolio/youth.png') !important;  
  background-size: cover !important;
}
.ringarose-bg{
  background: url('../img/portfolio/ringarose-bg.jpg') !important;  
  background-size: cover !important;
}
.Hanz-Free-bg{
   background: url('../img/portfolio/Hanz-Free-bg.jpg') !important;  
  background-size: cover !important; 
}
.projetcnt.Hanz-Free-bg.smallbx > img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.impact-food-bg{
  background: #F6E0AD !important;
}
.impact-food-bg p,
.impact-food-bg .h3{
  color: #333333 !important;
}
.projetcnt.Youth-Spots-bg.smallbx > img {
  margin-left: -13px;
  width: 75%;
  position: absolute !important;
  right: 0;
  bottom: 0;
}
.umexcnt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0px;
}
.umexcnt img {
  width: auto !important;
  max-width: fit-content;
}
.projetcnt.smallbx > img {
  margin-left: -29px;
}
.project-parent {
    margin-bottom: 30px;
}

.projetcnt.AD-Group .right {
  text-align: center;
}
.projetcnt.AD-Group .left{
  width: 55%;
}
.projetcnt.AD-Group .right img {
  width: 80%;
  padding: 22px 0;
}
.projetcnt.dubai-courts .left {
  width: 48%;
}
.projetcnt.dubai-courts .right img {
  width: 98%;
  padding-top: 14px;
}
.projetcnt.Al-Dafrah.smallbx{
  position: relative;
}
.pin .col-pr-right img {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  width: 68%;
  padding-top: 25px;
}
.pin .col-pr-right{
  text-align: center;
}
.projetcnt.Al-Dafrah.smallbx > img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.projetcnt.pr-9.smallbx .h3,
.projetcnt.Al-Dafrah.smallbx .h3 {
  color: #0a0a0a;
}

.projetcnt.smallbx{
  position: relative;
}
.projetcnt.pr-9.smallbx > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 67%;
}
.projetcnt.pr-8.smallbx> img {
  margin: 25px 0px;
}
.projetcnt.pr-10 .left {
  width: 45%;
}
.projetcnt.pr-10 .right img {
  width: 95%;
  float: right;
}
.projetcnt.pr-11.smallbx > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.projetcnt.pr-14.smallbx > img {
    position: absolute;
    right: 12px;
    width: 66%;
    top: 49px;
    margin: 0 !important;
}
.projetcnt.rinecar .left {
  width: 48%;
}
.projetcnt.pr-11.smallbx{
  position: relative;
}
.projetcnt.pr-11.smallbx a {
  position: relative;
  z-index: 99;
}
.our-work .ap-hero {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: #F9F5FC;
}
.project-parent{
  display: none;
}
.loadmorebtn a {
  margin-right: 0 !important;
  width: 162px;
}
.loadmorebtn {
  background: transparent !important;
  border: 0 !important;
  margin: 0 auto !important;
  display: inherit;
  margin-top: 56px !important;
}
.request-frm.tt textarea, .request-frm.tt input {
  outline: 0 !important;
  padding-left: 15px !important;
  font-size: 15px !important;
}
select.form-select {
  padding-left: 15px;
}
p.hapen1 {
    color: #3C3C3C;
    font-family: Euclid Circular A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
h2.subh {
    color: #28163D;
    font-family: Euclid Circular A;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
}

.foot-center h4.mgtop_22px{
  margin-top: 35px;
  margin-bottom: 8px !important;
  /*font-size: 12px !important;*/
}
.antidos_logo {
  width: 161px !important;
}
.payment-ic img {
  width: 161px;
}
.payment-ic {
  border-top: 1px solid #593c7a;
  padding-top: 10px;
  margin-top: 15px;
}
.foot-center h4.mgbtm_20px{
  margin-bottom: 10px;
}
.cybersecuritydubai {
  width: 180px;
}
.cpr-text a img {
  width: 24px;
  margin-left: 10px;
}
.firstcase img {
  right: 306px !important;
}
#aboutend .wrkwithu.btttn.expertbtn {
  width: auto !important;
}

.wrkwithu.btttn.expertbtn {
  padding: 0 25px !important;
  width: auto !important;
}
@media only screen and (min-width: 1023px){
    .col-md-3.wdchange {
      width: 19% !important;
      max-width: 19%;
    }
    .col-md-3.wdchange2 {
      max-width: 31%;
      flex: 0 0 31%;
    }
}
/*@media only screen and (max-height: 620px) {*/
/*    body .main_banner-text p{*/
/*        font-size: 14px !important;*/
/*        margin-bottom: 33px !important;*/
/*    }*/
/*}*/

/*#####################################*/
/*#######################################*/
/*########################################*/

