.tile {
    border: 1px solid #c5cdd7;
    background-color: #fff;
    border-radius: 0.1875rem;
    -webkit-transition: .25s ease-out,.25s ease-out;
    transition: .25s ease-out,.25s ease-out;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0.625rem;
    cursor: pointer;
    position: relative;
}

.column.row.row, .row.row.columns {
    float: none;
    display: block;
}

@media print, screen and (min-width: 40em){
.column, .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
}


.text-center {
    text-align: center;
}


.row:not(.expanded) .row {
    max-width: none;
}

@media print, screen and (min-width: 64em){
.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
}


@media print, screen and (min-width: 64em){
.large-up-6>.column, .large-up-6>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
}


.tile>a {
    display: block;
    color: #046552;
}

.BannerForm {
    background: #ffffff94;
    padding: 30px 40px 30px;
    border-radius: 15px;
    box-shadow: 0 0 5px #04655254;
    position: relative;
}

.BannerForm p {
    font-size: 20px;
    color: #1C1A1C;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 30px;
}

.getyourForm input[type="text"], .getyourForm input[type="email"], .getyourForm input[type="number"], .getyourForm input[type="rel"], .getyourForm textarea {
    width: 100%;
    margin: 0 0 15px;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 0 5px #0465527d;
}

.tile:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}

input.slide-hover-left-1 {
    background-image: linear-gradient(0, #fff, #fff) !important;
    background-size: 0 !important;
    transition: .3s;
    background-repeat: no-repeat !important;
    border-radius: 0px;
    width: auto !important;
    padding: 15px 45px !important;
    color: #fff !important;
    text-transform: capitalize !important;
    font-weight: 600;
    letter-spacing: .4px;
    background-color: #056B57 !important;
    box-shadow: 0 0 15px #04655259;
    cursor: pointer !important;
    border: none !important;
    height: auto !important;
    border-radius: 0 !important;
}

.getyourForm {
    text-align: center;
}

main.section-pattern>section:nth-of-type(odd):not([class*=background-]):not([class*=hero]) {
    background-color: #f4f4f4;
}

.section-pattern{
    background-color: #F4F4F4;
    padding: 60px 0px 60px 0px;
}

/* website page css  */

.every-package {
    background: #f5f5f5;
    padding: 70px 0 40px;
    position: relative;
    overflow: hidden;
}

.every-package:before {
    content: '';
    background: url(../images/every-pack-before.png) no-repeat;
    height: 376px;
    width: 325px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    z-index: 1;
}

.hd-txt {
    padding-bottom: 20px;
}

.every-package * {
    text-align: center;
}

.hd-txt h2 {
    font-size: 36px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.every-package h2 {
    clear: both;
    font-size: 42px;
    font-weight: 700;
    position: relative;
    z-index: 9;
}
.every-package * {
    text-align: center;
}


.hd-txt p {
    font-size: 18px;
    padding: 0;
    color: #222;
}
.every-package p {
    font-size: 13px;
    color: #919191;
    line-height: 17px;
    margin-bottom: 0;
    font-weight: 400;
    padding: 0 21px;
    line-height: 18px;
}

.every-package .row {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.every-package:after {
    content: '';
    background: url(../images/every-pack-before.png) no-repeat;
    height: 348px;
    width: 323px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}

.every-package [class^="col-"] {
    margin-bottom: 60px;
}

.every-package img {
    margin-bottom: 15px;
    max-width: 50%;
}

.every-package h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    color: #046552;
}





/* website page css  */

.every-package-one {
  background: #f5f5f5;
  padding: 70px 0 40px;
  position: relative;
  overflow: hidden;
}

/* .every-package-one:before {
  content: '';
  background: url(../images/every-pack-before.png) no-repeat;
  height: 376px;
  width: 325px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: 1;
} */

.hd-txt {
  padding-bottom: 20px;
}

.every-package-one * {
  text-align: center;
}

.hd-txt h2 {
  font-size: 36px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.every-package-one h2 {
  clear: both;
  font-size: 42px;
  color: #046552;
  font-weight: 700;
  position: relative;
  z-index: 9;
}
.every-package-one * {
  text-align: center;
}


.hd-txt p {
  font-size: 18px;
  padding: 0;
  color: #222;
}
.every-package-one p {
  font-size: 16px;
  color: #046552;
  line-height: 17px;
  margin-bottom: 0;
  font-weight: 400;
  padding: 0 21px;
  line-height: 18px;
}

.every-package-one .row {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}

/* .every-package-one:after {
  content: '';
  background: url(../images/every-pack-before.png) no-repeat;
  height: 348px;
  width: 323px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.4;
} */

.every-package-one [class^="col-"] {
  margin-bottom: 60px;
}

.every-package-one img {
  margin-bottom: 15px;
  /* max-width: 50%; */
}

.every-package-one h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  color: #046552;
}




.digi{
    padding: 15px 15px 15px 15px;
    background-color: rgba(4, 4, 4, 0.267);
}

.digi-sec{
    background-image:linear-gradient(#36363648 , #36363648) , url(../images/Digitizing/We-believe.png);
    background-size: cover;
    background-repeat: no-repeat!important;
    background-position: 50% 50%;
}

.digi-li {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
   
}

::marker{
    padding-left: 10px;
}

/* new new */

.pb-50 {
    padding-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.section-head.style-4 .title_small {
    font-size: 12px;
    padding: 5px 10px;
    background-color: #f7f4ff;
    border-radius: 5px;
    color: var(--color-blue4);
    margin-bottom: 20px;
}

.section-head.style-4 h2 {
    font-size: 40px;
    line-height: 1.3;
    color: #000;
}

.section-head.style-4 h2 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#501e9c), color-stop(30%, #8169f1), color-stop(30%, #8169f1), color-stop(73%, #a44cee), to(#ff847f));
    background-image: -webkit-linear-gradient(left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
    background-image: -o-linear-gradient(left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
    background-image: linear-gradient(to right, #ee3560 0%, #ee3560 30%, #ee3560 30%, #ff847f 73%, #ee3560 100%);
}

.position-relative {
    position: relative!important;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.services-slider.style-6 .swiper-container {
    padding-bottom: 100px;
}

.service-card.style-6 {
    text-align: center;
    padding: 30px 8%;
    background-color: #f1f2fa;
    border-radius: 30px;
    overflow: hidden;
    margin: 20px 0;
    display: block;
    color: #000;
}

.service-card.style-6 .info h5 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
}



.service-card.style-6 .icon img {
    max-height: 100px;
    max-width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}


.service-card.style-6 .icon {
    -webkit-filter: drop-shadow(5px 15px 20px #07397255);
    filter: drop-shadow(5px 15px 20px #07397255);
    margin-bottom: 25px;
}

.services-slider.style-6 .swiper-container {
    padding-bottom: 100px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 50px;
    padding: 0 12px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 50px;
    padding: 0 12px;
}

/* --------------- services styles --------------- */
.services.style-1 {
    position: relative; }
    .services.style-1 .ser_shap_l {
      position: absolute;
      left: 0;
      bottom: 30%;
      z-index: -1;
      -webkit-transition: all 5s ease;
      -o-transition: all 5s ease;
      transition: all 5s ease; }
    .services.style-1 .ser_shap_r {
      position: absolute;
      right: 0;
      top: 25%; }
    .services.style-1 .service-box {
      position: relative;
      z-index: 5;
      padding: 30px;
      border: 1px solid #9993;
      border-radius: 8px;
      display: block;
      background-color: #fff;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .services.style-1 .service-box h5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 35px; }
        .services.style-1 .service-box h5 a {
          color: #000;
          font-weight: bold; }
        .services.style-1 .service-box h5 .num {
          color: var(--color-main);
          font-size: 12px; }
      .services.style-1 .service-box .icon {
        margin-bottom: 35px; }
        .services.style-1 .service-box .icon img {
          width: 60px;
          height: 60px;
          -o-object-fit: cover;
          object-fit: cover; }
      .services.style-1 .service-box .info .text {
        color: #666;
        margin-bottom: 20px;
        font-size: 13px; }
      .services.style-1 .service-box .info .tags a {
        font-size: 11px;
        padding: 3px 7px;
        border-radius: 4px;
        background-color: #eef4f8;
        margin-top: 10px; }
      .services.style-1 .service-box:hover {
        border-color: transparent;
        -webkit-box-shadow: 0px 54px 115px 0px rgba(52, 60, 66, 0.25);
        box-shadow: 0px 54px 115px 0px rgba(52, 60, 66, 0.25); }
        .services.style-1 .service-box:hover h5 a {
          color: var(--color-main); }
  
  .tags.style-2 a {
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 4px;
    background-color: #131172;
    margin: 3px; }
  
  .services_projects {
    background-image: url(../../assets/img/services_work.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center; }
    .services_projects .swiper-button-next, .services_projects .swiper-button-prev {
      width: 50px;
      height: 50px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .services_projects .swiper-button-next:hover, .services_projects .swiper-button-prev:hover {
        background: var(--color-lightBlue) !important; }
  
  .swiper-slide-duplicate-prev .service-box {
    border: 0 !important; }
  
  .services.style-3 {
    background-color: #f0eff5; }
    .services.style-3 .service-card.style-3 {
      padding: 30px;
      background-color: #fff;
      border-radius: 12px;
      height: 100%; }
      .services.style-3 .service-card.style-3 .icon {
        margin-bottom: 60px; }
        .services.style-3 .service-card.style-3 .icon img {
          width: 125px;
          height: 120px;
          -o-object-fit: contain;
          object-fit: contain; }
      .services.style-3 .service-card.style-3 .info .title {
        font-size: 18px;
        color: #000;
        text-transform: capitalize;
        margin-bottom: 20px;
        font-weight: bold; }
      .services.style-3 .service-card.style-3 .info .text {
        font-size: 13px;
        color: #666; }
      .services.style-3 .service-card.style-3 .info a {
        margin-top: 30px;
        font-weight: bold;
        font-size: 10px;
        text-transform: uppercase; }
        .services.style-3 .service-card.style-3 .info a:hover {
          color: var(--color-blue2); }
  
  .services-slider.style-6 .swiper-container {
    padding-bottom: 100px; }
  
  .services-slider.style-6 .swiper-slide {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 0; }
    .services-slider.style-6 .swiper-slide.swiper-slide-nth-next-2 {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      top: 100px;
      padding: 0 9px; }
    .services-slider.style-6 .swiper-slide.swiper-slide-next {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      top: 50px;
      padding: 0 12px; }
    .services-slider.style-6 .swiper-slide.swiper-slide-active {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      padding: 0 20px;
      -webkit-filter: drop-shadow(5px 50px 30px #07397211);
      filter: drop-shadow(5px 50px 30px #07397211); }
    .services-slider.style-6 .swiper-slide.swiper-slide-prev {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      top: 50px;
      padding: 0 12px; }
    .services-slider.style-6 .swiper-slide.swiper-slide-nth-prev-2 {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      top: 100px;
      padding: 0 9px; }
  
  .service-card.style-6 {
    text-align: center;
    padding: 30px 8%;
    background-color: #ee356021;
    border-radius: 30px;
    overflow: hidden;
    margin: 20px 0;
    display: block;
    color: #000; }
    .service-card.style-6 .icon {
      -webkit-filter: drop-shadow(5px 15px 20px #07397255);
      filter: drop-shadow(5px 15px 20px #07397255);
      margin-bottom: 25px; }
      .service-card.style-6 .icon img {
        max-height: 100px;
        max-width: 100px;
        -o-object-fit: contain;
        object-fit: contain; }
    .service-card.style-6 .info h5 {
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 15px; }
    .service-card.style-6 .info .text {
      font-size: 14px;
      color: #666; }


      .about.style-4 .content.sec-content .bubble2 {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        max-width: unset;
        max-height: unset;
        -webkit-animation: rotate-center 100s linear infinite both;
        animation: rotate-center 100s linear infinite both;
    }

    /* --------------- contact style-1 --------------- */
.contact.style-1 {
    position: relative;
    overflow: hidden; }
    .contact.style-1 .container {
      position: relative;
      z-index: 5; }
    .contact.style-1 .content .contact_info p {
      color: #fff;
      font-size: 13px; }
    .contact.style-1 .content .contact_info ul {
      margin: 50px 0; }
      .contact.style-1 .content .contact_info ul li {
        color: #fff;
        margin: 15px 0; }
        .contact.style-1 .content .contact_info ul li strong {
          margin-right: 5px; }
    .contact.style-1 .content .contact_info a {
      color: #fff;
      text-decoration: underline !important;
      text-transform: uppercase;
      font-size: 13px; }
    .contact.style-1 .content .contact_form .form-control,
    .contact.style-1 .content .contact_form .form-select {
      border: 0;
      font-size: 13px;
      min-height: 50px; }
    .contact.style-1 .content .contact_form textarea {
      min-height: 125px !important; }
    .contact.style-1 .contact_globe {
      position: absolute;
      left: 0;
      top: -10%;
      width: 47%;
      height: 120%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: right;
      object-position: right;
      max-height: none;
      -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
      filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
      opacity: 0.3;
      -webkit-animation: rotate-center 100s linear infinite both;
      animation: rotate-center 100s linear infinite both; }
  
  @-webkit-keyframes rotate-center {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @keyframes rotate-center {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  /* --------------- contact style-2 --------------- */
  .contact.style-2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 250px; }
    .contact.style-2 .global_2 {
      position: absolute;
      left: 25%;
      bottom: -500px;
      width: 55%;
      z-index: 2;
      opacity: 0.7;
      -webkit-animation: rotate-center 100s linear infinite both;
      animation: rotate-center 100s linear infinite both; }
  
  /* --------------- contact style-6 --------------- */
  .contact.style-6 .content {
    position: relative;
    border-top: 10px solid var(--color-blue6);
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    padding: 100px 15px; }
    .contact.style-6 .content::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
      background: -o-linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
      background: linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
      background-size: 400% 400%;
      -webkit-animation: gradient 20s linear infinite;
      animation: gradient 20s linear infinite;
      border-radius: 30px;
      overflow: hidden; }
    .contact.style-6 .content .contact_a {
      position: absolute;
      left: 0;
      bottom: 0;
      border-bottom-left-radius: 30px;
      pointer-events: none;
      max-width: 20%; }
    .contact.style-6 .content .contact_message {
      position: absolute;
      right: -150px;
      top: 100px;
      border-bottom-left-radius: 30px;
      pointer-events: none;
      max-width: 30%; }
    .contact.style-6 .content .form {
      position: relative;
      z-index: 5; }
  
  .contact.style-6 .form-group .form-control,
  .contact.style-6 .form-group .form-select {
    border: 1px solid #9994;
    border-radius: 30px;
    min-height: 50px;
    font-size: 12px;
    padding: 10px 25px; }
    .contact.style-6 .form-group .form-control:focus,
    .contact.style-6 .form-group .form-select:focus {
      border-color: var(--color-blue6);
      -webkit-box-shadow: none;
      box-shadow: none; }
  
  @-webkit-keyframes gradient {
    0% {
      background-position: 0% 50%; }
    50% {
      background-position: 100% 50%; }
    100% {
      background-position: 0% 50%; } }
  
  @keyframes gradient {
    0% {
      background-position: 0% 50%; }
    50% {
      background-position: 100% 50%; }
    100% {
      background-position: 0% 50%; } }
  
  /* ===============================================================
              [ * download Section ] 
  ================================================================*/
  /* --------------- download style-5 --------------- */
  .download.style-5 .content h2 {
    font-size: 50px; }
    .download.style-5 .content h2 span {
      position: relative; }
      .download.style-5 .content h2 span .head-line {
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 100%; }
      .download.style-5 .content h2 span .head-pen {
        position: absolute;
        right: 102%;
        bottom: -5px;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg); }


        .bubble2 {
            position: absolute;
            right: 0;
            top: 0;
            width: 50%;
            max-width: unset;
            max-height: unset;
            -webkit-animation: rotate-center 100s linear infinite both;
            animation: rotate-center 100s linear infinite both;
        }