/*Common css*/
.emb-container {
  max-width: 1170px;
}

.emb-container-fluid,
.emb-container,
.block-embed-view-blockinsights-listing .view-header,
.block-views-blockinsights-listing-case-studies .view-header,
.block-views-blockaddress-block-2,
.layout--twocol-section,
.block-views>h2,
.block-embed-view-block>h2,
.block-field-blocknodeplatforms-l3-body,
.block-field-blocknodeservicesbody,
.embed_jobs_head,
#featured,
.block-views>form,
article.node--type-clients,
.insights-tags,
.block-share-everywhere-block,
.block-field-blocknodearticlebody,
.block-field-blocknodearticlefield-video {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.layout--twocol-section {
  padding-left: 0;
  padding-right: 0;
}

.emb-row {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.emb-col,
.emb-col-1,
.emb-col-10,
.emb-col-11,
.emb-col-12,
.emb-col-2,
.emb-col-3,
.emb-col-4,
.emb-col-5,
.emb-col-6,
.emb-col-7,
.emb-col-8,
.emb-col-9,
.emb-col-auto,
.emb-col-lg,
.emb-col-lg-1,
.emb-col-lg-10,
.emb-col-lg-11,
.emb-col-lg-12,
.emb-col-lg-2,
.emb-col-lg-3,
.emb-col-lg-4,
.emb-col-lg-5,
.emb-col-lg-6,
.emb-col-lg-7,
.emb-col-lg-8,
.emb-col-lg-9,
.emb-col-lg-auto,
.emb-col-md,
.emb-col-md-1,
.emb-col-md-10,
.emb-col-md-11,
.emb-col-md-12,
.emb-col-md-2,
.emb-col-md-3,
.emb-col-md-4,
.emb-col-md-5,
.emb-col-md-6,
.emb-col-md-7,
.emb-col-md-8,
.emb-col-md-9,
.emb-col-md-auto,
.emb-col-sm,
.emb-col-sm-1,
.emb-col-sm-10,
.emb-col-sm-11,
.emb-col-sm-12,
.emb-col-sm-2,
.emb-col-sm-3,
.emb-col-sm-4,
.emb-col-sm-5,
.emb-col-sm-6,
.emb-col-sm-7,
.emb-col-sm-8,
.emb-col-sm-9,
.emb-col-sm-auto,
.emb-col-xl,
.emb-col-xl-1,
.emb-col-xl-10,
.emb-col-xl-11,
.emb-col-xl-12,
.emb-col-xl-2,
.emb-col-xl-3,
.emb-col-xl-4,
.emb-col-xl-5,
.emb-col-xl-6,
.emb-col-xl-7,
.emb-col-xl-8,
.emb-col-xl-9,
.emb-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.emb-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 576px) {

  .emb-col,
  .emb-col-1,
  .emb-col-10,
  .emb-col-11,
  .emb-col-12,
  .emb-col-2,
  .emb-col-3,
  .emb-col-4,
  .emb-col-5,
  .emb-col-6,
  .emb-col-7,
  .emb-col-8,
  .emb-col-9,
  .emb-col-auto,
  .emb-col-lg,
  .emb-col-lg-1,
  .emb-col-lg-10,
  .emb-col-lg-11,
  .emb-col-lg-12,
  .emb-col-lg-2,
  .emb-col-lg-3,
  .emb-col-lg-4,
  .emb-col-lg-5,
  .emb-col-lg-6,
  .emb-col-lg-7,
  .emb-col-lg-8,
  .emb-col-lg-9,
  .emb-col-lg-auto,
  .emb-col-md,
  .emb-col-md-1,
  .emb-col-md-10,
  .emb-col-md-11,
  .emb-col-md-12,
  .emb-col-md-2,
  .emb-col-md-3,
  .emb-col-md-4,
  .emb-col-md-5,
  .emb-col-md-6,
  .emb-col-md-7,
  .emb-col-md-8,
  .emb-col-md-9,
  .emb-col-md-auto,
  .emb-col-sm,
  .emb-col-sm-1,
  .emb-col-sm-10,
  .emb-col-sm-11,
  .emb-col-sm-12,
  .emb-col-sm-2,
  .emb-col-sm-3,
  .emb-col-sm-4,
  .emb-col-sm-5,
  .emb-col-sm-6,
  .emb-col-sm-7,
  .emb-col-sm-8,
  .emb-col-sm-9,
  .emb-col-sm-auto,
  .emb-col-xl,
  .emb-col-xl-1,
  .emb-col-xl-10,
  .emb-col-xl-11,
  .emb-col-xl-12,
  .emb-col-xl-2,
  .emb-col-xl-3,
  .emb-col-xl-4,
  .emb-col-xl-5,
  .emb-col-xl-6,
  .emb-col-xl-7,
  .emb-col-xl-8,
  .emb-col-xl-9,
  .emb-col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }

  .emb-row {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .emb-container,
  .block-embed-view-blockinsights-listing .view-header,
  .block-views-blockinsights-listing-case-studies .view-header,
  .block-views-blockaddress-block-2,
  .block-webform-block,
  .layout--twocol-section,
  .block-views>h2,
  .block-embed-view-block>h2,
  .block-field-blocknodeplatforms-l3-body,
  .block-field-blocknodeservicesbody,
  .embed_jobs_head,
  #featured,
  .block-views>form,
  article.node--type-clients,
  .insights-tags,
  .block-share-everywhere-block,
  .block-field-blocknodearticlebody,
  .block-field-blocknodearticlefield-video {
    max-width: 540px;
  }

  .emb-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .emb-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .emb-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .emb-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .emb-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .emb-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .emb-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .emb-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .emb-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .emb-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .emb-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 768px) {

  .emb-container,
  .block-embed-view-blockinsights-listing .view-header,
  .block-views-blockinsights-listing-case-studies .view-header,
  .block-views-blockaddress-block-2,
  .block-webform-block,
  .layout--twocol-section,
  .block-views>h2,
  .block-embed-view-block>h2,
  .block-field-blocknodeplatforms-l3-body,
  .block-field-blocknodeservicesbody,
  .embed_jobs_head,
  #featured,
  .block-views>form,
  article.node--type-clients,
  .insights-tags,
  .block-share-everywhere-block,
  .block-field-blocknodearticlebody,
  .block-field-blocknodearticlefield-video {
    max-width: 720px;
  }

  .emb-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .emb-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .emb-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .emb-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .emb-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .emb-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .emb-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .emb-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .emb-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .emb-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .emb-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 992px) {

  .emb-container,
  .block-embed-view-blockinsights-listing .view-header,
  .block-views-blockinsights-listing-case-studies .view-header,
  .block-views-blockaddress-block-2,
  .block-webform-block,
  .layout--twocol-section,
  .block-views>h2,
  .block-embed-view-block>h2,
  .block-field-blocknodeplatforms-l3-body,
  .block-field-blocknodeservicesbody,
  .embed_jobs_head,
  #featured,
  .block-views>form,
  article.node--type-clients,
  .insights-tags,
  .block-share-everywhere-block,
  .block-field-blocknodearticlebody,
  .block-field-blocknodearticlefield-video {
    /*max-width: 960px;*/
    max-width: 1170px;
  }

  .emb-offset-col-6 {
    margin-left: 50%;
  }

  .emb-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .emb-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .emb-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .emb-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .emb-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .emb-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .emb-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .emb-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    /*max-width: 33.333333%;*/
    max-width: 100%;
  }

  .emb-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .emb-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .emb-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 1200px) {

  emb-container,
  .block-embed-view-blockinsights-listing .view-header,
  .block-views-blockinsights-listing-case-studies .view-header,
  .block-views-blockaddress-block-2,
  .block-webform-block,
  .layout--twocol-section,
  .block-views>h2,
  .block-embed-view-block>h2,
  .block-field-blocknodeplatforms-l3-body,
  .block-field-blocknodeservicesbody,
  .embed_jobs_head,
  #featured,
  .block-views>form,
  article.node--type-clients,
  .insights-tags,
  .block-share-everywhere-block,
  .block-field-blocknodearticlebody,
  .block-field-blocknodearticlefield-video {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {

  .emb-container,
  .block-embed-view-blockinsights-listing .view-header,
  .block-views-blockinsights-listing-case-studies .view-header,
  .block-views-blockaddress-block-2,
  .block-webform-block,
  .layout--twocol-section,
  .block-views>h2,
  .block-embed-view-block>h2,
  .block-field-blocknodeplatforms-l3-body,
  .block-field-blocknodeservicesbody,
  .embed_jobs_head,
  #featured,
  .block-views>form,
  article.node--type-clients,
  .insights-tags,
  .block-share-everywhere-block,
  .block-field-blocknodearticlebody,
  .block-field-blocknodearticlefield-video {
    max-width: 1320px;
  }
}

/*Global css*/
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 26px;
}

.p-0 {
  padding: 0;
}

.white-text {
  color: #ffffff;
}

.align-center {
  align-items: center;
}

.yellow-square {
  width: 15px;
  height: 15px;
  background: #FFBA08;
  margin-right: 10px;
}

h1,
h2,
h3,
h4 {
  /*  font-weight: 700;
  color: #091030;
  margin: 0 0 15px 0;*/
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 36px;
  line-height: 48px
}

h2 {
  font-size: 32px;
  line-height: 42px;
  color: #333;
}

h3 {
  font-size: 28px;
  line-height: 38px
}

h4 {
  font-size: 24px;
  line-height: 36px
}

h2 .light,
h3.light {
  font-weight: 400;
}

/*.description, p
{
  font-size: 16px;
  line-height: 24px;
  color: #091030;
  margin: 0 0 15px 0;
}*/

.slick-dots {
  display: flex;
  align-items: center;
  list-style-type: none;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  background: #747EAE;
  border: 3px solid #747EAE;
  border-radius: 50%;
  margin-right: 10px;
}

.slick-dots li.slick-active {
  width: 13px;
  height: 13px;
  border: 3px solid #182978;
  background: #fff;
}

.slick-dots li button {
  visibility: hidden;
  width: 0;
  height: 0;
}

.large-device-only {
  display: none;
}

.small-device-only {
  display: block;
}

input:focus,
textarea:focus {
  outline: none;
}

@media (min-width: 1024px) {
  .large-device-only {
    display: block;
  }

  .small-device-only {
    display: none;
  }

  h1 {
    font-size: 56px;
    line-height: 66px;
  }

  h2 {
    font-size: 42px;
    line-height: 52px
  }

  h3 {
    font-size: 32px;
    line-height: 42px
  }
}

/*home-slider*/
#home-slider .slick-arrow {
  display: none !important;
}

#home-slider .slick-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#home-slider .slider-caption {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

#home-slider .slider-img,
.about-img,
#home-slider .slider-img img {
  position: relative;
}

.hint-text {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #091030;
  margin-bottom: 10px;
}

#home-slider .slider-content-button {
  margin-top: 20px;
  display: inline-block;
}

#home-slider .slick-dots {
  position: relative;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  #home-slider .slider-img img {
    position: absolute;
    top: 0;
  }
section#ew-create-1 {
    display: block !important;
}
  #home-slider .slider-caption {
    padding-top: 150px;
    /*padding-bottom: 150px;*/
    padding-right: 20px;
  }

  #home-slider .slick-dots {
    position: absolute;
    bottom: 112px;
    left: 76%;
    transform: rotate(90deg);
    padding: 10px 10px;
    background-color: #ffffff;
    border-radius: 12pc;
  }

  .hint-text {
    font-size: 18px;
    line-height: 32px;
  }
}

/*about page*/
.about-img img {
  position: absolute;
  top: 0;
}

.about-caption {
  /*background-color: rgba(9,16,48,.7);*/
  background-color: #2a344f;
  color: #fff;
  position: relative;
  padding-top: 180px;
  padding-bottom: 100px;
  padding-right: 20px;
}

/*.about-caption
{
  padding-top: 150px;
  padding-bottom: 150px;

}*/
.about-caption:before,
.about-caption:after {
  position: absolute;
  right: 100%;
  top: 0;
  /*background-color: rgba(9,16,48,.7);*/
  background-color: #2a344f;
  display: inline-block;
  content: "";
  width: 1000px;
  height: 100%;
}

.about-caption:after {
  right: auto;
  left: 100%;
}

.about-caption .btns {
  margin-top: 35px;
}

.about-banner-overlay .about.description {
  color: #fff;
}

@media (min-width: 768px) {
    .about-caption:after {
        display: none;
    }
    #main-1 {
        margin-top: 54px;
    }
    /* #home-card .card-box {
        height: 990px !important;
    } */
}

.about-img:before {
  background-color: rgba(9, 16, 48, .3);
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}

.about-caption h1,
.about-caption h2 {
  color: #fff;
  margin-top: 0px;
  font-size: 46px !important;
}


.statistics-wrapper {
  background-color: #182978;
  padding-top: 60px;
  padding-bottom: 60px;
}

.statistics-wrapper .statistics {
  margin-top: 0;
}

.statistics-wrapper .statistics .item {
  padding: 0;
  background-color: transparent;
  color: #fff;
  width: auto;
  margin-left: 0;
}

.statistics-wrapper .statistics .item {
  padding: 0;
  background-color: transparent;
  color: #fff;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.statistics-wrapper .statistics .item .icon {
  filter: brightness(0) invert(1);
}

.statistics-wrapper .statistics .item .count,
.statistics-wrapper .statistics .item .description {
  color: #fff;
}

@media (max-width: 767px) {
  .statistics-wrapper .statistics .item {
    min-height: 160px;
  }
}



.about-wrapper {
  position: relative;
  overflow: hidden;
}

.about-img img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
  z-index: -1;
}


/*insight-featured*/
.insight-featured {
  padding-bottom: 60px;
  padding-top: 60px;
}

.insight-featured .left .left-img {
  margin-top: 30px;
}

.insight-featured .right .left-img {
  margin-bottom: 30px;
}

.insight-featured .right.reverse {
  display: flex;
  flex-flow: column;
}

.insight-featured .right-content {
  order: 2;
}

.insight-featured .right-img {
  order: 1;
}

.block-embed-view-blockinsights-listing,
.block-views-blockinsights-listing-case-studies {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-embed-view-blockinsights-listing .view-header .cta-link,
.block-views-blockinsights-listing-case-studies .view-header .cta-link {
  text-align: right;
  margin-top: -50px;
}

.block-embed-view-blockinsights-listing .view-content,
.block-views-blockinsights-listing-case-studies .view-content {
  padding-top: 40px;
}

.cta-link>a {
  margin-top: 0;
  margin-bottom: 0;
}

.cta-link>a .view-all-name {
  padding-left: 5px;
}


@media(min-width: 768px) {
  .insights-casestudies-content .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

/*ebook-banner*/
#ebook-banner {
  /* padding-top: 120px;*/
  padding-bottom: 60px;
}

#ebook-banner .note-word {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 30px;
}

#ebook-banner h2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 600;
}

.ebook-banner-left .btns .secondary-btn {
  margin-left: 0;
  margin-top: 10px;
}

.mobile-hidden {
  display: none !important;
}

.desktop-hidden {
  display: block !important;
}

.ebook-mobile-icon {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  padding: 20px;
  box-shadow: 0 0 12px #ddd;
  margin-bottom: 20px;
}

.ebook-mobile-icon:before {
  display: inline-block;
  content: "";
  background-image: url('/themes/custom/workiy/images/ebook-mobile.webp');
  background-size: cover;
  width: 100%;
  height: 100%;
}
section#home-slider .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
section#home-slider .slick-slide {
    
    float: left;
    height: 100%;
    min-height: 1px;
}
section#home-slider.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
section#home-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
section#home-slider .slider-item {
    float: left;
}
@media (min-width: 768px) {
  .ebook-banner-left .btns .secondary-btn {
    margin-left: 10px;
    margin-top: 0px;
  }

  .desktop-hidden {
    display: none !important;
  }

  .mobile-hidden {
    display: block !important;
  }
}

.service-heading img {
  width: 100%;
}

/*****embark home page css added by vidhya*******/

/**footer top copy right**/
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  padding-top: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #222;
}

.text-white {
  color: #fff !important;
}

#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  height: max-content;
}

.copyright {
  text-align: center;
  padding-top: 30px;
}

#footer {
  color: #fff;
  font-size: 14px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #072946;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: .3s;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

links ul li {
  padding: 10px 0;
  padding-top: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #222;
}

#footer .footer-top .footer-links ul i {
  padding-right: 7px;
  color: #1689e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul a {
  line-height: 15px;
  font-family: inherit;
  font-weight: 200;
  text-decoration: none;
  color: white !important;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 5px;
  padding: 2px 0;
  line-height: 1.6;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
  padding: 0 0 10px;
  padding-left: 0px;
}

.footer-links li a::before {
  content: " ";
  border-right: 2px solid #1689e4;
  border-top: 2px solid #1689e4;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  cursor: pointer;
  display: inline-block;
  margin-right: 9px;
}

.img-footer {
  width: 18px;
  height: 19px;
}

.img-footer-faceboor {
  width: 18px;
  height: 19px;
}

.img-footer-insta {
  width: 25px;
  height: 19px;
}

/*track project section*/

/*contact*/
.font-40 {
  font-size: 40px;
}

.para {
  font-size: 22px;
  color: #666;
}

.text-center {
  text-align: center !important;
}

.text-center {
  text-align: center !important;
}

.service-call-to-action h3 {
  position: relative;
  z-index: 1;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -2px;
  color: #1689e4;
  font-weight: 700;
}

.service-call-to-action {
  background: #f2f2f4;
}

.padding-t-60 {
  padding-top: 60px;
}

.contact-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact .heading,
.contact label {
  color: #fff;
}

.contact input,
.contact textarea {
  height: 48px;
  margin-top: 20px;
  background-color: #fff;
  border: 0;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid;
font-family: 'Montserrat', sans-serif !important;
  border-color: #ccc;
}

.contact input.form-submit {
  display: inline-block;
  width: auto;
}

.contact textarea {
  height: 120px;
}

.webform-submission-contact-form .form-item {
  margin-bottom: 1em;
}

.webform-submission-contact-form .form-item label {
  display: none;
}

.mail-link {
  margin-bottom: 30px;
  color: #091030;
  display: block;
  font-weight: 600;
}

.contact {

  background: #fff;
  overflow: hidden;
  padding: 40px 40px;
   padding-bottom: 40px;
}

#webform-submission-contact-node-3-add-form input {
    padding: 10px 15px;
    font-weight: 600;
    color: #666;
    font-family: 'Montserrat', sans-serif;
}

#webform-submission-contact-node-3-add-form #edit-actions-submit {
  background: #1689e4;
  color: #fff !important;
  border: 1px solid #fff;
  float: right;
  margin-top: 13px;
}

@media (min-width: 768px) {
  .contact-wrapper {
    padding-left: 19px;
  }
  /* #edit-actions-submit {
    margin-right: 0px;
  }
  .contact input, .contact textarea {
    height: 48px;
    margin-top: 20px;
    background-color: #fff;
    border: 0;
    width: 100% !important;
    padding: 10px 15px;
    border-bottom: 1px solid;
    border-color: #ccc;
} */
}

#our-clients h2 {
  text-align: center;
  margin-left: 37%;
  font-size: 44px;
  margin-bottom: 0px;
}

#our-clients h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 51px;
}

.client-logo img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 8px 12px 0 rgb(0 0 0 / 20%);
  padding: 10px 10px;
  height: 71px;
}

/*partner home*/
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.tool-tip-box {

  background: #000;
  color: #fff;
  width: 190px;
  height: 95px;
  padding: 1px;
}

.tool-tip-box::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  left: 188px;
  border: 8px solid transparent;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 8px;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 8px;
  border-right: 0;
  border-left: 15px solid #000;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.red {

  text-align: center !important;
}

/*teams partner*/
.our-team {
  /* padding-bottom: 30px;
  padding-top: 30px;*/
}

/*.our-team .slick-slide, .our-team .slick-slide .team-description
{
  opacity: .1;
  transition: opacity .5s;
}
.our-team .slick-slide .team-description
{
  opacity: 0;
   transition: opacity .5s;
}*/
.our-team .slick-center,
.our-team .slick-center .team-description {
  opacity: 1;
  transition: opacity .5s;
}

.our-team .team-wrapper {
  transform: scale(.8);
  transition: transform .3s;
  /* margin:10px;*/
}

.our-team .slick-center .team-wrapper {
  transform: scale(1);
  transition: transform .3s;
}

.our-team .slick-slide img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.team-profile {
  position: relative;
}

.team-description {
  margin-top: 20px;
}

.team-description .heading {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 5px;
}

.our-team .heading a {
  color: black;
}

.team-description .social-links {
  display: flex;
  align-items: center;
}

.team-description .social-links>a {
  width: 35px;
  height: 35px;
  display: block;
}

.team-description .social-links>a:first-child {
  padding: 3px;
}

.our-team .slick-arrow {
  bottom: -50px;
}

.our-team .slick-next {
  left: calc(50% + 30px);
}

.our-team .slick-prev {
  left: calc(50% - 30px);
}

.team-content p a {
  font-weight: 600;
  color: #091030;
}

.slick-next.slick-arrow {
  display: none !important;
}

.slick-prev.slick-arrow {
  display: none !important;
}

.team-profile {
  /*border-right: 1px solid lightgray;*/
}

.team-profile-wrapper.slick-initialized.slick-slider {
  border: 1px solid lightgray;
  border-top: unset;
  height: 87px;
  margin-top: -77px;
}

.team-img {
  border-right: 2px solid lightgray;

}

.our-team.emb-container {
  /*margin-top: -88px;*/
}

@media (min-width: 768px) {
  .our-team {
    /* padding-bottom: 60px;
    padding-top: 60px;*/
  }

  .team-description {
    position: absolute;
    top: 30px;
    left: calc(100% + 15px);
    z-index: 3;
    width: 100%;
  }

}

/*tab section home page*/
.single-service {
  /*box-shadow: 0 5px 10px rgb(0 0 0 / 20%);*/
  padding: 1rem !important;
  width: 267px;

}

.sub-h3-title a {
  font-size: 16px;
  color: #333 !important;
  font-weight: 700;
  text-decoration: none;
}

.sub-h3-title {
  width: 167px;
  line-height: 17px;
  margin-bottom: -5%;
}

.single-service h3 {
  font-size: 16px;
  line-height: 16px;
}

.sub-h3-link a {
  font-size: 12px;
  padding: 0;
  color: black !important;
  text-decoration: none;
  font-weight: 500;
}

.services-sub-category {
  line-height: 0px;
}

.sub-h3-link a::after {
  content: '\2192';
}

.sub-service-home .grid__content:hover .sub-h3-title a {
  color: #1689e4 !important;
}

a {
  text-decoration: none;
}

.layout.layout--twocol-section.layout--twocol-section--25-75 {
  background: url(/embark/images/tab-bg.webp);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  /* padding-top: 50px;*/
  padding-bottom: 50px;
  position: relative;
  left: -90px;
}

/*
#edit-field-servies-type-target-id {

  border-right: 10px solid rgba(116,116,116,.15);
  text-align: right;
  color: rgba(40,40,40,.8);
  font-weight: 700;
}
form[action="/embark/home"] .bef-links ul li > a.bef-link--selected {
  box-shadow: 0 0 15px 2px rgb(0 0 0 / 40%);
  background: 0 0;
  border: 1px solid #fff;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: solid;
  border-right-width: 1px;
  color: #282828;
  border-right: 8px solid #ffd13c;
  padding: 35px 15px;
}*/
@media (min-width: 768px) {
  .ebook-banner-right img {
    width: 100%;
  }

  #views-exposed-form-sub-services-subservice {
    background: url(/embark/images/tab-bg.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*.bef-link {
  box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
  background: 0 0;
  border: 1px solid #fff;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: solid;
  border-right-width: 1px;
  color: #282828;
  border-right: 8px solid #ffd13c;
  padding: 20px 10px
}
#edit-field-servies-type-target-id li {
  list-style: none;
  text-align:right;
}
#edit-field-servies-type-target-id ul {
  width: 221px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 5.5;
  color: #212529;
  text-align: left;

}*/
}

.ebook-banner-right img {
  width: 100%;
}

/*
#edit-field-servies-type-target-id li {
  list-style: none;
}
#edit-field-servies-type-target-id li .bef-link--selected {

  text-align: right;
  color: rgba(40,40,40,.8);
  font-weight: 700;
  width: 100%;
}
#edit-field-servies-type-target-id li a {
  line-height: 70px;

}
.bef-link {

  color: rgba(40,40,40,.8);
}
.bef-link:hover {

color: #282828;
}*/
#edit-field-servies-type-target-id ul {
  line-height: 1.1;
  width: 268px !important;
}

#edit-field-servies-type-target-id li {
  list-style: none;
  margin-top: .5rem !important;
}

#edit-field-servies-type-target-id li a {

  text-decoration: none;
  padding: 40px 20px;
  border-right: 10px solid rgba(116, 116, 116, .15);
  text-align: right;
  color: rgba(40, 40, 40, .8);
  font-weight: 700;
  display: block;

}

.what .text-center.margin-20-auto-60.para {
  padding-right: 10%;
  padding-left: 10%;
  margin-bottom: -22px;
  font-weight: 400;
}

.what {
  background: url(/embark/images/tab-bg.webp);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 25px;
}

#edit-field-servies-type-target-id li a:hover {
  color: #282828;


}

#edit-field-servies-type-target-id {
  margin-top: -65px;
}

/****css add by surya home page*******/
.header-right a {
  color: black;
  padding-left: 15px;
}

.header-right {
  display: flex;
  margin-top: -17px;
}

.ribbon1 {
  position: absolute;
  right: 35px;
  top: -163%;
}

.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #1689e4;
  font-size: 14px;
  line-height: 1;
  padding: 13px 8px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  width: 68px;
  color: #fff;
}

.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 10px solid #1689e4;
  left: 45px;
  top: 46px;
  transform: rotate(-90deg);
}

#topbar {
  transition: all .5s;
  z-index: 1;
  height: 40px;
  font-size: 14px;
  transition: all .5s;
  color: #fff;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.align-items-center {
  -webkit-box-align: center !important;
  /**-ms-flex-align: center!important;**/
  align-items: center !important;
}

@media (min-width: 768px) {
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

.social-links a {
  color: black;
  line-height: 0;
  font-size: 12px;
  transition: .3s;
  padding-top: 45px;
}

.main-logo {
  margin-left: 90px;
}

.menu-overlay hr {
  color: rgba(255, 255, 255, .7);
}

.menu-overlay:before {
  content: "";
  background: #f7f7f7;
  width: 35%;
  height: 0px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 5;
  transition: height .5s;
  transition-delay: .2s;
}

.menu-overlay:after {
  content: "";
  background: #fff;
  width: 65%;
  height: 0px;
  right: 0px;
  top: 0px;
  position: absolute;
  z-index: 5;
  border-radius: 0;
  transition: height .5s;
  transition-delay: 0s;
}

header.active .main-navigation .region-navigation {
  opacity: 1;
  visibility: visible;
}

.text-center {
  text-align: center !important;
}

.para {
  font-size: 22px;
  color: #666;
}

.orange {
  color: #1589e3;
}

.font-24 {
  font-size: 24px;
  line-height: 30px;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.timeline ul {
  background: url(/embark/images/bg-element-ST.webp) no-repeat;
  background-position: center;
  background-position-y: top;
  padding: 25px 0 45px 0;
  margin-bottom: 0;
}

.new-bg ul {
  background: url(/embark/images/bg-element-GB-150x150.webp) no-repeat;
  background-position: center;
  background-position-y: top;
  padding: 25px 0 45px 0;
  margin-bottom: 0;
}

.list-inline {
  /**padding-left: 0;**/
  list-style: none;
}

.timeline h3 {
  line-height: 25px;
  margin: 10px 0 25px 0;
}

.timeline h3:before {
  content: "";
  background: url(/embark/images/dashed-border.webp) no-repeat;
  position: absolute;
  width: 5px;
  z-index: 1;
  height: 22px;
  transform: translate(0, -350%);
  left: calc(50% - 1px);
}

.timeline h4 {
  margin-top: 15px;
}

.orange {
  color: #1589e3;
}

.text-left {
  text-align: left !important;
}

.pt-1,
.py-1 {
  padding-top: .25rem !important;
}

.call-to-btns {
  display: inline-block;
  background: #1689e4;
  padding: 10px 35px;
  color: #fff;
  border: 1px solid #27ae60;
  cursor: pointer;
  width: 70%;
  margin: 0 auto;
  box-shadow: 0 20px 49.5px .5pxrgb(0 0 0/18%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin-left: 50px;
  margin-right: 60px;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.font-20 {
  font-size: 20px;
}

.divider {
  border: 1px dashed rgba(0, 0, 0, .2);
  background: #fff;
  border-radius: 50%;
  padding: 30px;
  position: absolute;
  top: 45%;
  left: 50px;
}

.divider:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1314px;
  z-index: -1;
  border-right: 1px dashed rgba(0, 0, 0, .2);
  /**margin-top: -20px;**/
  transform: translate(10px, -50%);
  top: 0%;
}

.yellow {
  color: #ffd13c;
}

.font-15 {
  font-size: 15px;
}

.card-content {
  display: flex;
}

.card-1 {
  background: #333;
  color: #fff;
}

.card-2 {
  background: #f2f2f4;
  color: #fff;
}

.card-3 {
  background: #333;
  color: #fff;
}

.card-box {
  height: 650px;
  padding: 100px 50px
}

.card-box a {
  color: #adadad;
}

.p-0 {
  padding: 0 !important;
}

.card-3 h4 {
  color: white;
}

.card-3 p {
  color: white;
  font-weight: 400;
}

.card-2 h4 {
  color: black;
}

.card-2 p {
  color: #767576;
  font-weight: 400;
}

.card-1 h4 {
  color: white;
}

.card-1 p {
  color: white;
  font-weight: 400;
}

.chosse-left h2 {
  color: white;
  text-align: left;
  padding-left: 19px;
}

.chosse-left p {
 color: white;
    margin-left: 32px;
    font-weight: 400;
    text-align: center;
}

.choose-img {
  display: flex;
}

.why-choose.embark {
  margin-top: 50px;
}

.subservice-1 li {
  padding: 0px !important;
}

.ecomm-tab .bef-links {
  /*width: 25%;*/
  position: absolute;
  width: 250px;
}
.ecomm-tab .bef-links ul {
    background: url(/embark/images/tab-bg.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    /* padding-right: 12px; */
}


.ecomm-tab .tab-content {
  width: 75%;
  margin-left: 23%;
}

.ecomm-tab .bef-links li a {
  text-decoration: none;
  padding: 30px 20px;
  border-right: 10px solid rgba(116, 116, 116, .15);
  text-align: right;
  color: rgba(40, 40, 40, .8);
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.ecomm-tab .bef-links li {
  list-style: none;

}

#views-exposed-form-ecommerce-service-tabpane-block-1 .ecomm-tab ul {
  line-height: 1.5;
  padding-left: 12px;
  background: url(/embark/images/tab-bg.webp);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding-right: 12px;
}

/*.emb-container.ecomm-tab {
  background: url(/embark/images/tab-bg.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding-bottom:20px;
}*/
.ebook-banner-left .heading {
  color: #333;
  font-size: 40px;
  font-weight: 600 !important;
  line-height: 1.2;
  width: 90%;
}

/**.choose-right img{
  padding: 200px 150px;
  width:50%;
}**/
.chosse-left {
  background-color: #1689e4;
  padding: 87px 25px;
  height: 100%;
}

.choose-img img {
  padding-left: 70px;
}

.choose-right {
  background: url(https://embarkinteractive.com/embark/images/Why%20Choose%20Embark%20Section%20image.webp);
  background-position: center;
  padding: 230px 150px;
  height: 100%;
}

.choose-1 {
  padding-left: 35px;
}

.choose-2 {
  padding-left: 35px;
}

.choose-3 {
  padding-left: 35px;
}

.video-title-section {
  background: url(/sites/default/files/2023-01/Home-Video.mp4);
  width: 100%;
  height: 50%;
}

.digi-card h2 {
  text-align: center;
}

.digi-card p {
  text-align: center;
}

#digital-card .card-box {
  height: 756px;
}

.card-4 h4 {
  color: white;
}

.card-4 p {
  color: #867336;
}

.card-5 h4 {
  color: white;
}

.card-5 p {
  color: #606060;
}

.card-4 {
  background-color: #ffd13c;
}

.card-5 {
  background-color: #999;
}

.card-6 {
  background-color: #fff;
}

.card-6 h2 {
  color: black;
}

.fa-arrow-right:before {
  content: "\f061";
}

.fully-con-1 i {
  transition-duration: .6s;
}

.fully-con-1 h4 {
  color: #333333;
}

.fully-con-1 h3 {
  color: #66666b;
}

.fully-con-1 p {
  color: #858589;
}

.fully-con-1:hover h3 {
  color: #1689e4;
}

.fully-con {
  display: flex;
}

.fully-heading h2 {
  text-align: center;
}

.fully-con-2 h4 {
  color: #333333;
}

.fully-con-2 h3 {
  color: #66666b;
}

.fully-con-2 p {
  color: #858589;
}

.fully-con-2:hover h3 {
  color: #1689e4;
}

.fully-con-3 h4 {
  color: #333333;
}

.fully-con-3 h3 {
  color: #66666b;
}

.fully-con-3 p {
  color: #858589;
}

.fully-con-3:hover h3 {
  color: #1689e4;
}

.fully-con-1 a {
  color: #565656;
}

.fully-con-2 a {
  color: #565656;
}

.fully-con-3 a {
  color: #565656;
}

.integrate-left span {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  color: #1689e4;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.grid-call-to-action .overlay-box {
  position: relative;
  z-index: 1;
  max-width: 400px;
  padding: 70px 45px;
  color: #fff;
}

.grid-call-to-action .overlay-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1689e4;
  opacity: .9;
  z-index: -1;
}

/* .overlay-box .call-to-btns {
  background: #3a3a3a;
  border: 1px solid #2b2b2b;
  cursor: pointer;
} */

.overlay-box-2 .call-to-btns {
  background: #3a3a3a;
  border: 1px solid #2b2b2b;
  cursor: pointer;
}

.overlay-box-1 .call-to-btns {
  background: #3a3a3a;
  border: 1px solid #2b2b2b;
  cursor: pointer;
}

.call-to-btns a {
  color: #fff;
  text-align: center;
}

.font-20 {
  font-size: 20px;
}

.grid-call-to-action {
  background-image: url('/sites/default/files/2023-02/Digital-Marketing-shortlisted.webp');
  background-size: cover;
  background-position: center;
}

.cloud-left h2 {
  text-align: center;
}

.cloud-left p {
  text-align: left;
}

.cloudy-section {
  background: url(/sites/default/files/2023-02/choose_vendor.png);
}


.cloud-vendor {
  background: url(/embark/images/choose_vendor.webp);
  color: #fff;
  background-size: cover;
  margin-top: 63px;
}

.cloud-sec-img h3 {
  font-size: 16px !important;
}

.padding-t-60 {
    padding-top: 60px;
    padding-bottom: 70px;
}

.cloud-vendor .blur-bg {
  background: rgba(23, 23, 23, .28);
  padding: 30px 0;
}

.full-with-padding-lr {
  padding-left: 50px;
  padding-right: 50px;
}

.text-justify {
  text-align: justify !important;
}

.cloud-vendor .cloud-sec-img {
  padding: 25px 0;
  background: rgba(0, 0, 0, .5);
  margin: 15px 0;
  height: 175px;
  padding-top: 35px;
}

.cloud-sec-img img {
  width: 26%;
}

.cloud-sec-img h3 {
  padding: 15px 0;
}

.header-right .header-right .main-navigation .humburger-menu {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.header-right .main-navigation .humburger-menu {
  background-image: url(/embark/images/menu-icon.webp);
  margin-top: 12px;
  margin-right: 24px;
}

@media (min-width: 1024px) {
  header.whitebg {
    background-color: #fff;
  }
}

header.whitebg {
  background-color: #fff;
  transition: background-color .5s;
}

.toolbar-tray-open header {
  top: 78px;
}

@media (min-width: 1024px) {
  header {
    background: transparent;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 5;
}

@media (min-width: 768px) {
  #home-slider .slider-img img {
    position: absolute;
    top: 0;
  }

  #home-slider .slider-caption {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 20px;
  }

  #home-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    /**left: 6%;**/
  }

  .hint-text {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .main-logo {
    margin-top: 24px;
    margin-left: 14px;
  }

  .header-right a {
    display: none;
  }

  .header-right {
    display: flex;
    float: right;
    margin-top: -78px !important;
    z-index :9;
  }

  .social-links-1 {
    display: none;
  }

  #main-1 {
    position: absolute;
    top: -75px;
    right: 21px;
  }

  #main-1 img {
    padding-left: 21px;
  }

  .ribbon1 {
    display: none;
  }

  .divider {
    display: none;
  }
}

.full-with-padding-lr h2 {
  color: white;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 36px;
  margin-left: 50px;
  background: none;
  border: none;
  color: white;
}

#main-1 {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {

  /*.sidenav {padding-top: 150px;}*/
  .sidenav a {
    font-size: 18px;
  }
}

/* @media(min-width: 768px) {
  #main-1 {
    display: none;
  }
} */

@media(min-width: 819px) {
  #main-1 {
    display: none;
  }
}

.user-login-form {
  margin-top: 11%;
}

.marketing-head h2 {
  color: #1689e4;
}

.mark-cont-1:hover h3 {
  color: #1689e4;
}

.mark-cont h4 {
  color: #666666;
}

.mark-cont a {
  text-decoration: none;
}

.mark-cont-1 h3 {
  color: #333333;
}

.mark-cont-1 p a {
  color: #333333;
}

.industry-cont {
  display: flex;
}

.industry-cont {
  padding: 8px 8px;
  border-radius: 20px;
  background: #111;
}

#industry {
  background: url(/embark/images/industries.webp);
  background-repeat: no-repeat;
  color: #fff;
  background-size: cover;
  padding-left: 50px;
  padding-right: 50px;
}

.industry-left h2 {
  color: white;
}

.grid-call-to-action-1 .overlay-box-1 {
  position: relative;
  z-index: 1;
  max-width: 400px;
  padding: 70px 45px;
  color: #fff;
}

.grid-call-to-action-1 .overlay-box-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1689e4;
  opacity: .9;
  z-index: -1;
}

.grid-call-to-action-1 {
  background-image: url('/embark/images/Startup-Finalized.webp');
  background-size: cover;
  background-position: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.overlay-box-1 h2 {
  color: white;
}

.partners-listing-item {
  padding: 15px;
  box-shadow: 0 0 10px #ddd;
  border-radius: 10px;
  height: 100%;
}

.partners-listing-item .insight-content .heading a {
  height: 65px;
}

.partcol {
  display: flex;
}

.insight-content .heading a {
  color: #091030;
  height: 108px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: color .3s;
}

.insight-content .heading a:hover,
.right-side-bar .views-field-title a:hover {
  color: #182978;
  transition: color .3s;
}

.insight-content .heading {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}

.insight-content {
  padding-top: 20px;
  margin-bottom: 30px;
}

#digital-card-startup .card-box-startup {
  height: 756px;
}

.card-box-startup {
  /**height: 832px;**/
  padding: 0px 0px
}

.card-box-startup a {
  color: #adadad;
}

.card-7 {
  background: #333;
  color: #fff;
}

.card-7 h4 {
  color: white;
  padding-left: 25px;
  /*padding-top: 55%;*/
}

.card-7 p {
  color: #adadad;
  padding-left: 25px;
  padding-right: 25px;
}

.card-8 {
  background: #f2f2f4;
  color: #fff;
}

.card-8 h4 {
  color: black;
  padding-left: 25px;
  /*padding-top: 55%;*/
}

.card-8 p {
  color: #767576;
  padding-left: 25px;
  padding-right: 25px;
}

.card-9 {
  background: #1689e4;
  color: #fff;
}

.card-9 h4 {
  color: white;
  padding-left: 25px;
  /*padding-top: 55%;*/
}

.card-9 p {
  color: #a2d0f4;
  padding-left: 25px;
  padding-right: 25px;
}

.card-10 {
  background-color: #1689e4;
}

.card-10 h4 {
  color: white;
  padding-left: 0px;
  /*padding-top: 55%;*/
}

.card-10 p {
  color: white;
  padding-left: 0px;
  padding-right: 25px;
  font-weight: 400;
}

.card-11 h4 {
  color: white;
  padding-left: 25px;
  /*padding-top: 55%;*/
}

.card-11 p {
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
}

.card-11 {
  background-color: #999;
}

.card-12 h4 {
  color: white;
  padding-left: 25px;
  /*padding-top: 55%;*/
}

.card-12 p {
  color: #606060;
  padding-left: 25px;
  padding-right: 25px;
}

.card-12 {
  background-color: #999;
}

.card-box-startup a {
  color: #adadad;
  position: absolute;
  padding-left: 25px;
  top: 70%;
}

.card-13 {
  background: #333;
  color: #fff;
}

.card-13 h4 {
  color: white;
  padding-left: 25px;
  padding-top: 55%;
}

.card-13 p {
  color: #adadad;
  padding-left: 25px;
  padding-right: 25px;
}

.card-14 {
  background: #f2f2f4;
  color: #fff;
}

.card-14 h4 {
  color: black;
  padding-left: 25px;
  padding-top: 55%;
}

.card-14 p {
  color: #767576;
  padding-left: 25px;
  padding-right: 25px;
}

.card-15 {
  background: #1689e4;
  color: #fff;
}

.card-15 h4 {
  color: white;
  padding-left: 25px;
  padding-top: 55%;
}

.card-15 p {
  color: #a2d0f4;
  padding-left: 25px;
  padding-right: 25px;
}

/**********ecommerce page by vidhya**************/
/******icon section********/
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

figure {
  margin: 0 0 1rem;
}

.erp_icon img {
  display: block;
  margin: 0 auto;
  margin-left: auto;
  margin-left: 24px;
}

.erp_text {
  font-size: 12px;
  text-align: center;
}

/***ecommerce startup section*********/
.flex-wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.even {
  background: #126eba;
}

.color-boxes {
  padding: 30px 5px;
  color: #fff;
}

.color-boxes img {
  width: 50%;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.color-boxes p {
  text-align: justify;
  padding: 6px 0px;
}

.color-boxes h3 {
  color: #fff;
}

.color-boxes h3 {
  font-size: 16px !important;

}

.color-boxes {
  color: #fff;
}

.color-boxes .parallax-line {
  background-color: #fff;
  height: 2px;
  margin: 10px 0;
  width: 10%;
  margin: 0 auto;
}

.color-boxes p {
  text-align: justify;
  padding: 15px 0px;
}

.odd {
  background: #353535;
}

/**ecommerce startup***/
.p-0 {
  padding: 0 !important;
}

.service-box {
  height: 625px;
}

.service-1 {
  background: #333;
  color: #fff;
}

/* .service-1, .service-2, .service-3, .service-4, .service-5, .service-6 {
  padding: 150px 50px;
} */
.service-1 a,
.service-3 a {
  color: #fff;
  font-weight: bold;
}

.service-box p {
  opacity: 1;
  font-weight: 400;
}

.service-1 a,
.service-3 a {
  color: #fff;
  font-weight: bold;
}

.service-2 {
  background: #f2f2f4;
}

.service-2 a {
  color: #232222;
  font-weight: bold;
  text-decoration: none;
}

.service-2 h3,
.service-2 p,
.service-5 h4 {
  color: #232222;
}

.full_services {
  opacity: .6;
  color: #fff;
}

.h4-heading {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-transform: initial;
  color: #fff;
}

.service-2 h3,
.service-2 p,
.service-5 h4 {
  color: #232222;
}

.service-2 h3,
.service-2 p,
.service-5 h4 {
  color: #232222;
}

.service-3 {
  background: #1689e4;
}

/* .service-1, .service-2, .service-3, .service-4, .service-5, .service-6 {
  padding: 180px 50px;
} */
.service-1 a,
.service-3 a {
  color: #fff;
  font-weight: bold;
}

.service-3 p {
  color: #fff;
}

.service-1 a,
.service-3 a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

/****our ecommerce platform *******/
.ebook-banner-left .heading {
  color: #333;
  font-size: 40px;
  font-weight: 600 !important;
  line-height: 1.2;
    margin-top: 17px;
}

.ebook-banner-left .heading.medium {
  font-size: 21px !important;
  color: #666;
  font-weight: 400 !important;
  line-height: 36px !important;
}


.call-to-btns.text-center.d-block:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #1789e4;
}

.call-to-btns.text-center.d-block:hover a {
  color: #1789e4;
}

.button {
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center !important;
  padding: 16px;
  width: 100%;
  transition: all .5s;
  cursor: pointer;
}

.button:hover {
  padding-right: 24px;
  padding-left: 8px;
}

.button {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: .5s;
}

.button:hover::after {
  opacity: 1;
  right: 35px;
}

.button::after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 16px;
  right: -5px;
  transition: .5s;
}

.cont {
  background-image: url('/embark/images/form-cover.webp');
  background-size: cover;
  height: 220px;
  overflow: hidden;
  /*border-bottom-left-radius: 40%;
border-bottom-right-radius: 40%;*/
  clip-path: ellipse(292px 164px at 50% 20%);
  width: 402px;
  z-index: 4;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 58px 70px;

}

.ebook-banner-right {

  margin-top: 26px;
}

/***full service ecommerce****/
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.lean-business .heading-h2 {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 1.2;
  margin-top: 15%;
  padding-left: 12px;
}

.lean-business h3 {
  font-weight: 700;
  font-size: 20px;
  margin-top: -12px;
}

/* .lean-business p, .lean-business ul li {
  color: rgba(0,0,0,.6);
}
.lean-business p, .lean-business ul li {
  color: rgba(0,0,0,.6);
} */
.lean-business .quote-bg {
  /*background: url(/embark/images/quote.png);
  background-position: top left;
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 15px 30px;*/
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #1689e4;
  text-align: justify;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

/* .lean-business p, .lean-business ul li {
  color: rgba(0,0,0,.6);
} */
.experience-box,
.experience-box p {
  color: #000;
}

.experience-box h3 {
  color: #666;
}

.experience-box h3 b {
  color: #333;
}

.experience-section h2 b,
.experience-section h3 b {
  font-weight: 900;
}

.experience-section p {
  color: #232222;
  opacity: .8;
}

.experience-box:hover h3 b {
  color: #1689e4;
}

.experience-section p a:hover .img-arrow-right {
  margin-left: 15px;
  transition-duration: .6s;
}

.img-arrow-right {
  background-color: transparent;
  width: 17px;
  height: auto;
  display: inline;
  vertical-align: middle;
}

.experience-box h3 a {
  color: #666;
  text-decoration: none;
}

.experience-box a,
.experience-box p a {

  text-decoration: none;

  color: #232222;
}

/***talk to us ****/
.grid-call-to-action {
  background: url(/embark/images/Digital-Marketing-shortlisted.webp);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: center;
}

.grid-call-to-action .overlay-box {
  position: relative;
  z-index: 1;
  max-width: 400px;
  padding: 70px 45px;
  color: #fff;
}

.grid-call-to-action .overlay-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1689e4;
  opacity: .9;
  z-index: -1;
}

.grid-call-to-action .overlay-box {
  color: #fff;
}

.grid-call-to-action h2 {
  color: #fff;
}

.overlay-box .call-to-btns {
  background: #3a3a3a;
  border: 1px solid #2b2b2b;
  cursor: pointer;
  margin: 0px;
}

.call-to-btns a {
  color: #fff;
  text-align: center;
}

.font-20 {
  font-size: 20px;
}

/*****call-to-action****/
.margin-20 {
  margin: 40px 0;
}

.call-to-action {
  padding: 40px 15px;
  background: #126eba;
  color: #fff;
  width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/***scalable section****/
.secure-web-dev {
  color: #fff;
  /* background-image: url(/embark/images/web-develope.webp); */
  background-image: url(/embark/images/web-develop.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  min-height: auto;
  min-width: 100%;
  z-index: 1;
  margin-bottom: 50px;
}

/* .padding-t-60 {
  padding-top: 60px;
} */

.full-with-padding-lr {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  background: rgba(39, 62, 84, 0.82);
  height: 100%;
  overflow: hidden;
  margin-bottom: -59px;
  margin-top: -61px !important;
}

.secure-web-dev {
  color: #fff;
}

.cloud-vendor h2,
.cloud-vendor h3,
.color-boxes h3,
.grid-call-to-action h2,
.ready-to-use h2,
.section-services h3,
.secure-web-dev h2,
.secure-web-dev h3,
.tool-tip-box h3,
.why-choose-embark h3 {
  color: #fff;
}

.secure-web-dev h2 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 60px;
}

.secure-web-dev p {
  color: #fff !important;
  font-weight: 400;
  margin-top: 0px;
}

.secure-web-dev .grid {
  padding: 25px 15px;
  background: rgba(0, 0, 0, .5);
  line-height: 18px;
  margin-bottom: 10px;
  border-radius: 10px;
}

/***ecommerce service tab****/
.tab-pane.active {
  -webkit-animation: slide-down .5s ease-out;
  animation: slide-down .5s ease-out;
}

.tab-content .tab-pane p {
  color: #007bff;
  font-size: 18px;
  line-height: 1.5;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.tab-content ul li,
.accordion-collapse .card-body ul li {
  background-image: url(/embark/images/icon-image.webp);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-right: 30px;
  background-position: 6px;
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}

#edit-field-ecommerce-service-tab-value li {
  list-style: none;
  margin-top: .5rem !important;
}

#edit-field-ecommerce-service-tab-value li a {
  text-decoration: none;
  padding: 35px 20px;
  border-right: 10px solid rgba(116, 116, 116, .15);
  text-align: right;
  color: rgba(40, 40, 40, .8);
  font-weight: 700;
  display: block;
}

#edit-field-ecommerce-service-tab-value li a:hover {
  color: #282828;
}

#edit-field-ecommerce-service-tab-value ul {
  line-height: 1.5;
  padding-left: 12px;
  background: url(/embark/images/tab-bg.webp);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding-right: 12px;
}

li .bef-link--selected {
  border-right: 8px solid #ffd13c !important;
  box-shadow: 0 0 15px 2px rgb(0 0 0 / 40%);
  color: #007bff !important;
}



/**contact us paage****/
.contact_blur_box {
  background: rgb(219 215 215 / 58%);
  padding: 30px;
}

@media (min-width: 768px) {}

.contact_blur_box {
  width: 90%;
  position: relative;
  right: 30px;
}

.contacts .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0d366a;
  margin: 3px auto;
  margin-bottom: 0px;
  margin-bottom: 20px;
}

.contact_blur_box h3 {
  color: #0d314e;
  font-size: 21px;
  margin-top: 10px;
  line-height: 27px;
}

.icons img {
  line-height: 50px;
  display: block;
  margin-top: 18px;
}

#footer .footer-top .social-links a:hover {

  background: #1689e4;
  color: #fff;
  text-decoration: none;
}

.contact_blur_box h4 {
  line-height: 1px;
}

.contact_blur_box p {
  color: #3f3f3f;
  padding: 0;
  font-size: 12px;
  margin-top: -7px;
  margin-bottom: 10px;
}

.mt-2,
.my-2 {
  margin-top: .5rem !important;
}

.layout.layout--twocol-section.layout--twocol-section--50-50 {
  margin-right: 0px;
}

#webform-submission-contact-us-node-25-add-form label {
  display: none;
}

#webform-submission-contact-us-node-25-add-form #edit-your-name {
  width: 46%;
  padding: 15px 20px;
  border-color: #cccccc;
}

#edit-actions-submit {
  background: #1689e4;
  border: 1px solid #ccc;
  color: #fff;
  float: right;
  margin-right: 70px;
  margin-top: 37px;
  padding: 11px 30px;
  width: 45%;
  font-size: 16px;
  font-weight: 400;
}

#edit-subject {
  width: 90%;
  border-color: #cccccc;
  padding: 15px 20px;
  margin-bottom: 38px;
}

#webform-submission-contact-us-node-25-add-form textarea#edit-message {
  width: 100%;
  padding: 25px;
}

#webform-submission-contact-us-node-25-add-form #edit-subject {
  width: 100%;
  border-color: #cccccc;
  padding: 15px 20px;
  margin-bottom: 38px;
}

#webform-submission-contact-us-node-25-add-form #edit-your-email {

  width: 51%;
  float: right;
  position: relative;
  bottom: 35px;
  left: 0px;
  border-color: #ccc;
  padding: 15px 20px;
  height: 35px;
  border-radius: 5px;
  border-width: thin;
}

.icon img {
  width: 30px;
  height: 27px;
  background-color: transparent;
  position: absolute;
  top: 12px;
  left: 41px;
}

.icon .img-web {
  width: 30px;
  height: 27px;
  background-color: transparent;
  position: absolute;
  top: 652px !important;
  left: 303px !important;
}

.contact-header {
  margin-bottom: 50px;
  margin-top: 5%;
}

.emb-container.contacts a {
  color: #3f3f3f !important;
  text-decoration: none;
}

/*application moderniation*/

#blazy-views-application-modernization1-block-block-1-2 .views-field.views-field-title a {
  color: #333;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900 !important;
}

#blazy-views-application-modernization1-block-block-1-2 .views-field.views-field-field-subtitle a {
  color: #666;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600 !important;
}

.views-field.views-field-field-servicel2-link a {
  text-decoration: none;
  color: #666;
  font-size: 16px;
}

.views-field.views-field-field-servicel2-link a::after {
  content: "  \2192";
  color: black;
}

.views-field.views-field-field-servicel2-link a:hover .views-field.views-field-field-servicel2-link a::after {
  margin-left: 15px;
  transition-duration: .6s;
}

#blazy-views-application-modernization1-block-block-1-2 .views-field.views-field-field-shortdescription a {
  color: #232222;
  opacity: .8;
  text-decoration: none;
}

/*platform development**/
#blazy-views-platform-development-ecommerce-block-block-1-1 .views-field.views-field-title a {
  /*color: #333;*/
  color: black;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900 !important;
}

#blazy-views-platform-development-ecommerce-block-block-1-1 .views-field.views-field-field-subtitle a {
  color: #666;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600 !important;
}

.views-field.views-field-field-servicel2-link a {
  text-decoration: none;
  color: #666;
  font-size: 16px;
}

.views-field.views-field-field-servicel2-link a::after {
  font-size: 18px;
  font-weight: bolder;
}

.views-field.views-field-field-servicel2-link a:hover .views-field.views-field-field-servicel2-link a::after {
  margin-left: 15px;
  transition-duration: .6s;
}


#blazy-views-platform-development-ecommerce-block-block-1-1 .grid__content:hover .views-field-title a {

  color: #1689e4;
}

.views-element-container.contextual-region h2 {
  text-align: center;
  margin-bottom: 60px;
}

#blazy-views-go-to-market-support-block-block-1-2 .views-field.views-field-title a {
  color: #333;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900 !important;
}

#blazy-views-go-to-market-support-block-block-1-2 .views-field.views-field-field-subtitle a {
  color: #666;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600 !important;
}

.views-field.views-field-field-servicel2-link a {
  text-decoration: none;
  color: #666;
  font-size: 16px;
}

.views-field.views-field-field-servicel2-link a::after {
  content: "  \2192";
}

.views-field.views-field-field-servicel2-link a:hover .views-field.views-field-field-servicel2-link a::after {
  margin-left: 15px;
  transition-duration: .6s;
}

#blazy-views-go-to-market-support-block-block-1-2 .grid__content:hover .views-field-title a {

  color: #1689e4;
}

.views-element-container.contextual-region h2 {
  text-align: center;
  margin-bottom: 60px;
}

#blazy-views-go-to-market-support-block-block-1-2 .views-field.views-field-title {
  width: 75%;
}

#blazy-views-platform-development-ecommerce-block-block-1-1 .views-field.views-field-title {
  width: 75%;
}

/****Rapid application home page****/
#blazy-views-rapid-application-block-block-1-2 .views-field.views-field-title {
  width: 70%;
}

#blazy-views-rapid-application-block-block-1-2 .views-field.views-field-title a {
  color: #333;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900 !important;
  width: 300px;
  display: block;
}

#blazy-views-rapid-application-block-block-1-2 .views-field.views-field-field-subtitle a {
  color: #666;
  text-decoration: none;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600 !important;
}

#blazy-views-rapid-application-block-block-1-2 .grid__content:hover .views-field-title a {

  color: #1689e4;
}

.views-element-container.contextual-region h2 {
  text-align: center;
  margin-bottom: 60px;
}

#blazy-views-go-to-market-support-block-block-1-2 .views-field.views-field-title {
  width: 75%;
}

#blazy-views-platform-development-ecommerce-block-block-1-1 .views-field.views-field-title {
  width: 75%;
}

/****Rapid application home page****/
#blazy-views-rapid-application-block-block-1-2 .views-field.views-field-title {
  width: 70%;
}

#blazy-views-rapid-application-block-block-1-2 .views-field.views-field-title a {
  color: #333;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900 !important;
}

#blazy-views-rapid-application-block-block-1-2 .views-field.views-field-field-subtitle a {
  color: #666;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600 !important;
}

#blazy-views-rapid-application-block-block-1-2 .grid__content:hover .views-field-title a {

  color: #1689e4;
}

#blazy-views-rapid-application-block-block-1-2 .views-field.views-field-field-shortdescription a {
  color: #232222;
  opacity: .8;
  text-decoration: none;
}

.card-box a {
  color: #adadad;
  text-decoration: none;
}

/*blog page**/
.views-field.views-field-field-insights-image img {
  width: 112%;
  margin-left: -20px;
  margin-top: -20px;
  margin-bottom: 15px;
  height: 200px !important;
  object-fit: cover;
  object-position: top center;
}

.field-content.sub-title-overlay {
  background: #1689e4;
  display: inline-block;
  color: white;
  position: relative;
  bottom: 208px;
  float: right;
  padding: 2px 12px;
}

#blazy-views-insight-block-block-1-1 .grid__content {
  border: 1px solid #ccc;
  margin-bottom: 30px;

}

.field-content.insight-title a {
  font-size: 20px;
  display: block;
  line-height: 2;
  padding-left: 20px;
}

.field-content.insight-body p {
  margin: 0;
  text-align: left;
  height: 50px;
  overflow: hidden;
  line-height: 1.5;
}

.field-content.insight-body {
  text-align: left;
  color: #616161;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  line-height: 1.75em;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 8px;
}

.views-field.views-field-field-website-link {
  text-align: center;
}

.field-content.insight-readmore a {
  margin-top: 0px;
  border: 0;
  padding: 8px 10px !important;
  color: #888;
}

/* .field-content.insight-readmore:hover {
  background: #1689e4 !important;
  display: inline-block;
} */

/* .field-content.insight-readmore a:hover {

  color: white;
} */

.field-content.insight-readmore {
  text-align: center;
  padding: 5px;
}

.field-content.insight-date {
  font-size: 14px;
  padding: 20px;
}

/***technology page****/
/***talktous****/
@media(min-width:600px) {
  section.accordion-collapse.pt-5.pb-5.d-block.d-md-none.d-lg-none {
    display: none;
  }

  .case_study_sub_head {
    background: white;
    position: relative;
    top: 0px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 45px;
    margin-bottom: -90px;
}

  .card-8 h4 {
    color: black;
    padding-left: 0;
}
.card-9 h4 {
    color: white;
    padding-left: 0;
}
.card-9 p {
    color: #a2d0f4;
    padding-left: 0px;
    padding-right: 0px;
}
.card-11 h4 {
    color: white;
    padding-left: 0;
}
.card-11 p {
    color: white;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
}
  .card-8 p {
    color: #767576;
    padding-left: 0px;
    padding-right: 0px;
}
  .card-7 h4 {
    color: white;
    padding-left: 0;
}
  .card-7 p {
    color: #adadad;
    padding-left: 0px;
    padding-right: 0px;
}

  .card-9 p {
  color: #a2d0f4;
  padding-left: 0px;
  padding-right: 0px;
}.card-9 h4 {
    color: white;
    padding-left: 0;
}
.card-8 p {
    color: #767576;
    padding-left: 0px;
    padding-right: 0px;
}
.card-8 h4 {
    color: black;
    padding-left: 0;
}
.card-7 p {
    color: #adadad;
    padding-left: 0px;
    padding-right: 0px;
}
.card-7 h4 {
    color: white;
    padding-left: 0px;
}
.card-11 p {
    color: white;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 400;
}

}
.emb-col-md-6.bl-text-col {
    margin-top: 0;
}
.grid-call-to-action.tech-action {
  background: url(/embark/images/technology-cta.webp);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center;
  background-size: cover;
}

/* .grid-call-to-action {
  background: url(/embark/images/Digital-Marketing-shortlisted.webp);
  background-size: cover;
  background-position: center;
} */
/**with technology atfrontend**/
.text-justify {
  text-align: justify !important;
}

.para {
  font-size: 22px;
  color: #666;
}

.text-left {
  text-align: left !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.color-yellow {
  background: #ffca30;
}

.three-column-color img {
  display: block;
  margin: 0 auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.color-yellow {
  color: #fff;
  text-align: justify;
}

.color-yellow h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.color-grey {
  background: #636363;
  color: #fff;
}

.color-blue,
.color-grey,
.color-yellow {
  padding: 30px 15px;
  color: #fff;
  text-align: justify;
}

.color-grey h3,
.color-grey img,
.color-blue h3 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.color-blue {
  background: #1689e4;
}

/***cloud vendor*****/
.cloud-vendor-tech {
  background: url(/embark/images/techie-business-approach.webp);
  background-size: auto;
  background-size: auto;
  color: #fff;
  background-size: cover;
}

.cloud-vendor .cloud-sec-img {
  padding: 25px 0;
  background: rgba(0, 0, 0, .5);
  margin: 15px 0;
  height: 175px;
}

.cloud-vendor-tec {
  background: url(/embark/images/techie-call-to-action.webp);
  background-size: auto;
  background-size: auto;
  color: #fff;
  background-size: cover;
}

/****cloud lean business***/
.lean-business .heading-h2 {
  color: #333;
  /* font-size: 48px; */
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 1.2;
  padding-left: 12px;
}

.lean-business h2 {
  font-weight: 700;
}

.lean-business ul {
  margin-top: 10px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

/***industriesweserve***/
.ready-to-use {
  background: url(/embark/images/industries.webp) no-repeat top left;
  background-size: auto;
  color: #fff;
  background-size: cover;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.ready-to-use {
  color: #fff;
}

/* .cloud-vendor h2, .cloud-vendor h3, .color-boxes h3, .grid-call-to-action h2, .ready-to-use h2, .section-services h3, .secure-web-dev h2, .secure-web-dev h3, .tool-tip-box h3, .why-choose-embark h3 {
  color: #fff;
} */
.font-48 {
  font-size: 46px;
}

.carousel {
  position: relative;
}

.icon_industies {
  border-radius: 10px;
  background-color: rgb(0, 0, 0, .8);
  padding: 5px 5px;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 4%);
  transition: all .2s ease;
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

.info_we_serve img {
  width: 50%;
}

.icon_industies h4 {
  font-size: 14px !important;
  margin: auto 0;
  line-height: 1.2;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
 height: 400px ;
    object-fit: cover !important;
}

li strong {
    color: black;
}

/***serviceoffered***/
.ecommerce-tabpanel {
  background-image: url(/embark/images/home-industry-main.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  min-height: auto;
  min-width: 100%;
  z-index: 1;
  margin-bottom: 50px;
}

.white-head {
  color: #fff;
}

/* .full-with-padding-lr {
  padding-left: 50px;
  padding-right: 50px;
} */
.ecommerce-tab .nav-tabs {
  border: 0;
}

.tabs-left,
.tabs-right {
  border: none;
  padding-top: 2px;
}

.tabs-left>li>a {
  margin-right: 0;
  display: block;
  text-align: left;
  color: #fff;
  /* padding: 20px 16px;*/
  padding: 15px 7px;
}

.tabs-left>li>a {
  border: 1px solid rgba(255, 255, 255, .15) !important;
}

.ecommerce-tab .nav-tabs .active a {
  border: 1px solid #fff !important;
  background: #2389e4;
}

.ecommerce-tab .tab-content {
  padding: 50px;
  margin-top: 12px;
  background: #fff;
  text-align: center;
}

.ecommerce-tabpanel .tab-content .tab-pane {
  -webkit-animation: fadeEffect 2s;
  animation: fadeEffect 2s;
}

/*----- Tabs -----*/
.tabs {
  width: 100%;
  display: inherit;
}

/*----- Tab Links -----*/
/* Clearfix */
#tech-service .tab-links:after {
  display: block;
  clear: both;
  content: '';
}

#tech-service .tab-links li {
  /*margin:0px 5px;
	float:left;*/
  list-style: none;
}



/*----- Content of Tabs -----*/
#tech-service .tab-content {
  /*padding:15px;
	border-radius:3px;
	box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
	background:#fff;*/
  float: right;
}

#tech-service .tab {
  display: none;
}

#tech-service .tab.active {
  display: block;
}

.ecommerce-tab .tab-content {
  text-align: center;
}

.ecommerce-tabpanel .tab-content .tab-pane {

  -webkit-animation: fadeEffect 2s;
  animation: fadeEffect 2s;

}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

.offered-icons li a img {
  width: 10%;
}

.emb-col-md-6.offered-icons img {
  width: 10%;
  vertical-align: middle;
  display: inline;
}

.emb-col-md-6.offered-icons li {
  list-style: none;
}

/****Rapid appdevelopmenttechnology page****/
#blazy-views-rapid-app-development-block-block-1-1 .views-field.views-field-title {
  width: 70%;
}

#blazy-views-rapid-app-development-block-block-1-1 .views-field.views-field-title a {
  color: #333;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900 !important;
}

#blazy-views-rapid-app-development-block-block-1-1 .views-field.views-field-field-subtitle a {
  color: #666;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600 !important;
}

#blazy-views-rapid-app-development-block-block-1-1 .grid__content:hover .views-field-title a {

  color: #1689e4;
}

#blazy-views-rapid-app-development-block-block-1-1 .views-field.views-field-field-shortdescription a {
  color: #232222;
  opacity: .8;
  text-decoration: none;
}

/* .card-box a {
  color: #adadad;
  text-decoration: none;
} */
/****applicationmodernizaion technology page****/
#blazy-views-application-modernization-block-block-1-2 .views-field.views-field-title {
  width: 70%;
}

#blazy-views-application-modernization-block-block-1-2 .views-field.views-field-title a {
  color: #333;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900 !important;
}

#blazy-views-application-modernization-block-block-1-2 .views-field.views-field-field-subtitle a {
  color: #666;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600 !important;
}

#blazy-views-application-modernization-block-block-1-2 .grid__content:hover .views-field-title a {

  color: #1689e4;
}

#blazy-views-application-modernization-block-block-1-2 .views-field.views-field-field-shortdescription a {
  color: #232222;
  opacity: .8;
  text-decoration: none;
}

/* .card-box a {
  color: #adadad;
  text-decoration: none;
} */
/****cloud transform technology page****/
#blazy-views-cloud-block-block-1-3 .views-field.views-field-title {
  width: 70%;
}

#blazy-views-cloud-block-block-1-3 .views-field.views-field-title a {
  color: #333;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900 !important;
}

#blazy-views-cloud-block-block-1-3 .views-field.views-field-field-subtitle a {
  color: #666;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600 !important;
}

#blazy-views-cloud-block-block-1-3 .grid__content:hover .views-field-title a {

  color: #1689e4;
}

#blazy-views-cloud-block-block-1-3 .views-field.views-field-field-shortdescription a {
  color: #232222;
  opacity: .8;
  text-decoration: none;
}

/* .card-box a {
  color: #adadad;
  text-decoration: none;
} */

/***CSS by Suriya***/

.card-16 {
  background: #333;
  color: #fff;
}

.card-16 h4 {
  color: white;
}

.card-16 p {
  color: #adadad;
}

.card-17 {
  background: #f2f2f4;
  color: #fff;
}

.card-17 h4 {
  color: black;
}

.card-17 p {
  color: #767576;
}

.card-18 {
  background: #1689e4;
  color: #fff;
}

.card-18 h4 {
  color: white;
}

.card-18 p {
  color: #a2d0f4
}

.grid-call-to-action-2 .overlay-box-2 {
  position: relative;
  z-index: 1;
  max-width: 400px;
  padding: 70px 45px;
  color: #fff;
}

.grid-call-to-action-2 .overlay-box-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1689e4;
  opacity: .9;
  z-index: -1;
}

.grid-call-to-action-2 {
  background-image: url('/embark/images/Growing-Business (1).webp');
  background-size: cover;
  background-position: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.overlay-box-2 h2 {
  color: white;
}

#views-exposed-form-careers-block-1 {
  display: flex;
  padding: 0 10px 10px;
}

.js-form-item.form-item.js-form-type-select.form-item-field-job-category-target-id.js-form-item-field-job-category-target-id {
  border: 1px solid #f9f9f9;
  padding: 25px 25px;
  box-shadow: beige;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}

.js-form-item.form-item.js-form-type-select.form-item-field-job-type-target-id.js-form-item-field-job-type-target-id {
  border: 1px solid #f9f9f9;
  padding: 25px 25px;
  box-shadow: beige;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  margin-left: 25px;
}

.js-form-item.form-item.js-form-type-select.form-item-field-job-location-target-id.js-form-item-field-job-location-target-id {
  border: 1px solid #f9f9f9;
  padding: 25px 25px;
  box-shadow: beige;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  margin-left: 25px;
}

#blazy-views-careers-block-block-1-1 {
  margin-top: 2%;
  margin-left: -13px;
}

#blazy-views-careers-block-block-1-1 .grid {
  border: 1px solid #f9f9f9;
  padding: 25px 25px;
  box-shadow: beige;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  margin-left: 25px;
}

.views-field.views-field-title a {
  color: #1689e4;
  text-transform: uppercase;
}

.views-field.views-field-field-job-category a {
  color: black;
}

.views-field.views-field-field-job-type a {
  color: black;
}

.views-field.views-field-field-job-location a {
  color: black;
}

.views-field.views-field-field-link a {
  color: #3b92e6;
}

.views-field.views-field-field-job-category {
  padding-top: 5px;
}

.js-form-item.form-item.js-form-type-select.form-item-field-job__target-id.js-form-item-field-job__target-id {
  border: 1px solid #f9f9f9;
  padding: 25px 25px;
  box-shadow: beige;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  margin-left: 25px;
}

/****rapid mvp startup page****/
#blazy-views-rapid-mvp-development-block-block-1-2 .views-field.views-field-title {
  width: 70%;
}

#blazy-views-rapid-mvp-development-block-block-1-2 .views-field.views-field-title a {
  color: #333;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900 !important;
}

#blazy-views-rapid-mvp-development-block-block-1-2 .views-field.views-field-field-subtitle a {
  color: #666;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600 !important;
}

#blazy-views-rapid-mvp-development-block-block-1-2 .grid__content:hover .views-field-title a {

  color: #1689e4;
}

#blazy-views-rapid-mvp-development-block-block-1-2 .views-field.views-field-field-shortdescription a {
  color: #232222;
  opacity: .8;
  text-decoration: none;
}

/* .card-box a {
  color: #adadad;
  text-decoration: none;
} */
/****go to support startup page****/
#blazy-views-go-to-market-support-block-block-2-1 .views-field.views-field-title {
  width: 70%;
}

#blazy-views-go-to-market-support-block-block-2-1 .views-field.views-field-title a {
  color: #333;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900 !important;
}

#blazy-views-go-to-market-support-block-block-2-1 .views-field.views-field-field-subtitle a {
  color: #666;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600 !important;
}

#blazy-views-go-to-market-support-block-block-2-1 .grid__content:hover .views-field-title a {

  color: #1689e4;
}

#blazy-views-go-to-market-support-block-block-2-1 .views-field.views-field-field-shortdescription a {
  color: #232222;
  opacity: .8;
  text-decoration: none;
}

/* .card-box a {
  color: #adadad;
  text-decoration: none;
} */
/****end to end startup page****/
#blazy-views-end-end-commerce-block-block-1-3 .views-field.views-field-title {
  width: 70%;
}

#blazy-views-end-end-commerce-block-block-1-3 .views-field.views-field-title a {
  color: #333;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900 !important;
}

#blazy-views-end-end-commerce-block-block-1-3 .views-field.views-field-field-subtitle a {
  color: #666;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600 !important;
}

#blazy-views-end-end-commerce-block-block-1-3 .grid__content:hover .views-field-title a {

  color: #1689e4;
}

#blazy-views-end-end-commerce-block-block-1-3 .views-field.views-field-field-shortdescription a {
  color: #232222;
  opacity: .8;
  text-decoration: none;
}

/* .card-box a {
  color: #adadad;
  text-decoration: none;
} */
/****go to support in growingpage****/
#blazy-views-go-to-market-support-block-block-1-3 .views-field.views-field-title {
  width: 70%;
}

#blazy-views-go-to-market-support-block-block-1-3 .views-field.views-field-title a {
  color: #333;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900 !important;
}

#blazy-views-go-to-market-support-block-block-1-3 .views-field.views-field-field-subtitle a {
  color: #666;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600 !important;
}

#blazy-views-go-to-market-support-block-block-1-3 .grid__content:hover .views-field-title a {

  color: #1689e4;
}

#blazy-views-go-to-market-support-block-block-1-3 .views-field.views-field-field-shortdescription a {
  color: #232222;
  opacity: .8;
  text-decoration: none;
}

/* .card-box a {
  color: #adadad;
  text-decoration: none;
} */
/****carrer page code add by vidhya***/
.emb-container.career-list {
  background: #f2f2f4;
  padding: 20px;
  padding-bottom: 5px;
  margin-bottom: 50px;
}

#views-exposed-form-careers-block-1 .form-actions {
  /*hide by vidya border: 1px solid #f9f9f9;*/
  padding: 25px 25px;
  box-shadow: beige;
  /*box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;*/
  margin-left: 25px;
}

.career-list .form-select {
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
}

.career-list .js-form-item {
  background-color: white;
}

#blazy-views-careers-block-block-1-1 li {
  background-color: white;
}

/***start up tab nav****/
.ew-create-steps .easy-steps .create-tab .five-steps-carousel .owl-nav button.owl-next {
  right: 0;
  background: #1689E4 url(/embark/images/arrow-icon.webp) center center no-repeat;
  transform: rotate(180deg);
}

.ew-create-steps .easy-steps .create-tab .five-steps-carousel .owl-nav button {
  width: 48px;
  height: 48px;
  border: medium none;
  position: absolute;
  top: 35%;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.ew-create-steps .easy-steps .create-tab .five-steps-carousel .owl-nav button {
  width: 48px;
  height: 48px;
  border: medium none;
  position: absolute;
  top: 35%;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.ew-create-steps .easy-steps .create-tab .five-steps-carousel .owl-nav button.owl-prev {
  left: 0;
  background: #1689E4 url(/embark/images/arrow-icon.webp) center center no-repeat;
}

.ew-create-steps .easy-steps .easy-step-1 {
  padding: 0 100px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

/* .ew-create-steps {
  padding-top: 80px;
  padding-bottom: 80px;
} */
.ew-create-steps .easy-steps {
  color: #060023;
}

.startup_span_text {
  color: #1789e4 !important;
  position: relative;
  top: 6px;
}

.ew-create-steps .easy-steps p {
  /*width: 100%;*/
  margin: 0 auto;
  font-size: 16px;
  margin-top: 9px;
  font-weight: 400 !important;
}

.ew-create-steps .easy-steps .create-tab {
  position: relative;
  margin: 70px 0 0;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ew-create-steps .easy-steps .create-tab .tabbed_navigation.bookmarks {
    margin: 0 auto;
    width: 90%;
  }
}
ul#blazy-views-our-client-block-block-1-1 li {
    padding: 1px 5px !important;
}
.service-b1
{
    height:120px;
}
@media (max-width: 600px) {
    .service-b1
{
    height:auto;
}
.row-inner {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-direction: column;
}
/* .banner-form {
    margin: 20px;
} */

.service-card {
    padding: 20px !important;
    margin-top: 30px !important;
}
.service-section {
    padding: 0px !important;
}
div#career-ui-ux {
  padding-top: 58px;
}
p.textchoo {
  text-align: left !important;
  font-size: 18px;
  font-weight: 400;
  color: #FFFEFE;
  padding: 12px;
  margin-bottom: -20px;
}
ul.textchooul {
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  padding: 32px;
}
div#edit-upload-cv-resume--description {
    display: none;
}
  .ew-create-steps .easy-steps .create-tab .tabbed_navigation.bookmarks {
    margin: 0 auto;
    width: 90%;
  }
  .emb-col-md-6.bl-text-col {
    margin-top: 30px !important;
}
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto ;
    object-fit: cover !important;
}
.ew-create-steps .easy-steps .create-tab .five-steps-carousel img {
    display: none;
}
/* sabarinew */
.left-bottom-image img {
    display: none;
}
.service-cards1 {
    padding: 43px 18px !important;
    border-left: none !important;
    height: 100% !important;
    border-top: 1px solid #c7c7c7;
}
.digitalright {
    border-radius: 10px 10px 10px 10px !important;
    border-left: 1px solid #c7c7c7;
    margin: 10px 10px;
}
.service-lefts {
    background: #1689e4;
    color: #000000;
    padding: 12px 32px;
    height: -webkit-fill-available;
    border-radius: 10px 10px 10px 10px !important;
    position: relative;
    margin: 0px 10px;
}
h3.certificate-title {
    font-size: 30px !important;
    font-weight: 600;
    width: auto !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .service-section {
    margin: 0;
    padding: 50px 0px !important;
    box-sizing: border-box;
    background: #f2f2f4;
    background: #f4f6f9;
    color: #222;
    line-height: 1.6;
    overflow: hidden;
}
.banner-form {
    margin: 20px 0px !important;
}
.service-card {
    display: none;
    background: #fff;
    padding: 45px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    margin-bottom: 60px;
    margin-top: 30px;
}
.left-bottom-image img {
    width: 179px;
    height: auto;
    border-radius: 8px;
    display: none;
}
.digitalright {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-radius: 10px 10px 10px 10px !important;
    border-left: 1px solid #c7c7c7;
}
.service-lefts {
    background: #1689e4;
    color: #000000;
    padding: 12px 32px;
    height: -webkit-fill-available;
    border-radius: 10px 10px 10px 10px !important;
    position: relative;
}
.service-cards1 {
    padding: 43px 18px !important;
    border-left: 1px solid #c7c7c7;
    height: auto !important;
}
}
.ew-create-steps .easy-steps ul {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  color: #b4c0cb;
  margin: 0;
}

.ew-create-steps .easy-steps ul li {
  margin: 0 17px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ebeff2;
  background: #fff;
  position: relative;
  cursor: pointer;
  outline: medium none;
}

.ew-create-steps .easy-steps ul li.active,
.ew-create-steps .easy-steps ul li:hover {
  color: #4284fb;
  background: #F2F2F4;
}

.ew-create-steps .easy-steps ul li {
  margin: 0 17px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ebeff2;
  background: #fff;
  position: relative;
  cursor: pointer;
  outline: medium none;
}

.ew-create-steps .easy-steps .create-tab .five-steps-carousel {
  margin: 100px 0 0 0;
}

.owl-carousel.owl-loaded {
  display: block;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ew-create-steps .easy-steps .create-tab .tabbed_navigation.bookmarks {
    margin: 0 auto;
    width: 90%;
  }
}

.ew-create-steps .easy-steps ul {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  color: #b4c0cb;
  margin: 0;
}

.ew-create-steps .easy-steps ul li {
  margin: 0 17px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ebeff2;
  background: #fff;
  position: relative;
  cursor: pointer;
  outline: medium none;
}

.ew-create-steps .easy-steps ul li {
  cursor: pointer;
}

.ew-create-steps .easy-steps ul {
  color: #b4c0cb;
}

.ew-create-steps .easy-steps ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #37383c;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ew-create-steps .easy-steps .create-tab .five-steps-carousel .owl-nav button.owl-next {
  right: 0;
  background: #1689E4 url(/embark/images/arrow-icon.webp) center center no-repeat;
  transform: rotate(180deg);
}

.ew-create-steps .easy-steps .create-tab .five-steps-carousel .owl-nav button {
  width: 48px;
  height: 48px;
  border: medium none;
  position: absolute;
  top: 35%;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.ew-create-steps .easy-steps .create-tab .five-steps-carousel .owl-nav button {
  width: 48px;
  height: 48px;
  border: medium none;
  position: absolute;
  top: 35%;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.ew-create-steps .easy-steps .create-tab .five-steps-carousel .owl-nav button.owl-prev {
  left: 0;
  background: #1689E4 url(/embark/images/arrow-icon.webp) center center no-repeat;
}

.ew-create-steps .easy-steps .easy-step-1 {
  padding: 0 100px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.ew-create-steps {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ew-create-steps .easy-steps {
  color: #060023;
}

.startup_span_text {
  color: #1789e4 !important;
  position: relative;
  top: 6px;
}

.ew-create-steps .easy-stepsp {
  width: 47%;
  margin: 0 auto;
  font-size: 22px;
}

.ew-create-steps .easy-steps .create-tab {
  position: relative;
  margin: 15px 0 0;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ew-create-steps .easy-steps .create-tab .tabbed_navigation.bookmarks {
    margin: 0 auto;
    width: 90%;
  }
}

.ew-create-steps .easy-steps ul {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  color: #b4c0cb;
  margin: 0;
}

.ew-create-steps .easy-steps ul li {
  margin: 0 17px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ebeff2;
  background: #fff;
  position: relative;
  cursor: pointer;
  outline: medium none;
}

.ew-create-steps .easy-steps ul li.active,
.ew-create-steps .easy-steps ul li:hover {
  color: #4284fb;
  background: #F2F2F4;
}

.ew-create-steps .easy-steps ul li {
  margin: 0 17px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ebeff2;
  background: #fff;
  position: relative;
  cursor: pointer;
  outline: medium none;
}

.ew-create-steps .easy-steps .create-tab .five-steps-carousel {
  margin: 100px 0 0 0;
}

.owl-carousel.owl-loaded {
  display: block;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ew-create-steps .easy-steps .create-tab .tabbed_navigation.bookmarks {
    margin: 0 auto;
    width: 90%;
  }
}

.ew-create-steps .easy-steps ul {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  color: #b4c0cb;
  margin: 0;
}

.ew-create-steps .easy-steps ul li {
  cursor: pointer;
}

.ew-create-steps .easy-steps ul {
  color: #b4c0cb;
}

.ew-create-steps .easy-steps ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #37383c;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
.ew-create-steps .easy-steps ul li .dot-line{
  position: absolute;
  left: 40px;
  width: 248px;
  top: 15px;
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMyAyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMyAyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0I1QkVDOTt9Cjwvc3R5bGU+Cjx0aXRsZT5MaW5lIDIgQ29weSA0PC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yLDJIMUMwLjQsMiwwLDEuNiwwLDFzMC40LTEsMS0xaDFjMC42LDAsMSwwLjQsMSwxUzIuNiwyLDIsMnoiLz4KPC9zdmc+Cg==) 0 50%/auto 3px repeat-x;
}*/
.ew-create-steps .owl-nav span {
  display: none;
}

.owl-dot {
  display: none;
}

.ew-create-steps .owl-nav span {
  display: none;
}

.ew-create-steps .easy-steps ul li span {
  transition: color 0.3s ease-in-out;
  display: block;
  padding-top: 15px;
  letter-spacing: 0.5px;
  text-align: center;
  /*width: 200px;*/
  font-weight: 500;
  font-size: 16px;
  color: #94939d;
}

/*
.ew-create-steps .easy-steps ul li .dot-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  border-radius: 15px;
  background: #1689E4;
}*/
.ew-create-steps .easy-steps ul li.active div::before {
  width: 100%;
  -webkit-transition: width 8s ease-in-out;
  -moz-transition: width 8s ease-in-out;
  -ms-transition: width 8s ease-in-out;
  -o-transition: width 8s ease-in-out;
  transition: width 8s ease-in-out;
}

.ew-create-steps .easy-steps ul li div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  border-radius: 15px;
  background: #1689E4;
}

.ew-create-steps .easy-steps ul li div {
  position: absolute;
  left: 40px;
  width: 250px;
  top: 15px;
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMyAyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMyAyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0I1QkVDOTt9Cjwvc3R5bGU+Cjx0aXRsZT5MaW5lIDIgQ29weSA0PC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yLDJIMUMwLjQsMiwwLDEuNiwwLDFzMC40LTEsMS0xaDFjMC42LDAsMSwwLjQsMSwxUzIuNiwyLDIsMnoiLz4KPC9zdmc+Cg==) 0 50%/auto 3px repeat-x;
}

.p-dot {
  transition: color 0.3s ease-in-out;
  display: block;
  padding-top: 15px;
  letter-spacing: 0.5px;
  text-align: center;
  width: 200px;
  /*top: 19%;*/
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 100;
  font-size: 16px;
  color: #94939d;
}

/***responsiveness***/
@media(max-width: 768px) {
  #home-slider {
    /*display: none ;*/
  }

  .footer-social-media img {
    width: 16px;
    height: 17px;
    padding: 1px;
}
}

@media(min-width: 768px) {
  .our-team.emb-container {
    display: block;
  }
}

.client-logo img {
  width: 100%;
}

.client-logo img {
  width: 100%;
}

.market:hover h3 {
  color: #1689e4;
}

.market h3 {
  font-size: 26px;
  color: black;
  line-height: 1;
  font-weight: 800;
}

.market h4 {
  color: #666670;
  font-weight: 800;
}

/*service offered startup*/
#tech-service-1 .tab-links:after {
  display: block;
  clear: both;
  content: '';
}

#tech-service-1 .tab-links li {
  /*margin:0px 5px;
	float:left;*/
  list-style: none;
}

#tech-service-1 .tab-links a {
  /*padding:9px 15px;
	display:inline-block;
	border-radius:3px 3px 0px 0px;
	background:#7FB5DA;
	font-size:16px;
	font-weight:600;
	color:#4c4c4c;
	transition:all linear 0.15s;*/
}

#tech-service-1 .tab-links a:hover {
  /**background:#a7cce5;
	text-decoration:none;*/
}

#tech-service-1 ul li.active a,
#tech-service-1 ul li.active a:hover {
  /*background:#fff;
	color:#4c4c4c;*/
}

/*----- Content of Tabs -----*/
#tech-service-1 .tab-content {
  /*padding:15px;
	border-radius:3px;
	box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
	background:#fff;*/
  float: right;
}

#tech-service-1 .tab {
  display: none;
}

#tech-service-1 .tab.active {
  display: block;
}

ul#blazy-views-sub-services-block-subservice-1 {
  margin-left: 7%;
}

.js-form-item.form-item.js-form-type-select.form-item-field-servies-type-target-id.js-form-item-field-servies-type-target-id {
  margin-left: -20%;
}

form#views-exposed-form-sub-services-subservice {
  margin-left: 34%;
}

/*home page tab section*/
#blazy-views-sub-services-block-subservice-1.block-column .grid {
  margin: 0 0 1rem;
  padding: 0;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  height: 150px;
}

ul#blazy-views-rapid-application-block-block-1-2 .views-field-title a {
  font-size: 25px;
  font-weight: 900;
}

ul#blazy-views-rapid-application-block-block-1-2 .views-field-field-subtitle a {
  font-size: 28px;
}


ul#blazy-views-insight-block-block-2-1 {
  margin-top: 10%;
}

#blazy-views-insight-block-block-2-1 .grid__content {
  border: 1px solid #ccc;
  margin-bottom: 30px;

}

#blazy-views-insight-block-block-2-1 .views-field.views-field-title {
  background: #262626;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -2%;
}

#blazy-views-insight-block-block-2-1 .views-field.views-field-field-website-link {
  margin-bottom: 5%;
}

form#webform-submission-contact-us-node-25-add-form {
  position: absolute;
}

.contact_blur_box {
  margin-left: 28%;
  overflow: hidden;
}

.call-to-btns:hover .call-to-btns {
  background: white;
  color: #007bff;
}

ul#blazy-views-ideal-client-block-block-1-3 {
  /*margin-left: 16px;*/
}

ul#blazy-views-customer-development-growing-block-block-1-2 {
  /*margin-left: 16px;*/
}

ul#blazy-views-customer-development-block-block-1-2 {
  /*margin-left: 16px;*/
}

.tap-pane img {
  width: 18%;
}

.insight-content {
  padding-top: 20px;
  margin-bottom: 30px;
  background: white;
  margin-top: -7px;
  padding-bottom: 15px;
}

.vertical-line {
  width: 1px;
  height: 15px;
  display: inline-block;
  margin: 0 10px 0;
  background-color: #091030;
}

.insight-image-s img {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  object-position: top center;
}

.heading-1 {
  line-height: 1;
  font-size: 15px;
  background-color: #262626;
  padding: 12px;
  height: 50px;
  margin-top: -12px;
  padding-top: 17px;
}

.heading-1 a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}

.date-tags {
  display: flex;
  position: absolute;
  top: 285px;
  padding-left: 15px;
}

.insight-image-s h4 {
  background: #1689e4;
  display: inline-block;
  color: white;
  position: relative;
  bottom: 239px;
  float: right;
  padding: 2px 12px;
}

.date a {
  color: black;
  padding-left: 5px;
}

#insta p {
  padding-left: 15px;
  padding-right: 7px;
  font-weight: 400 !important;
}

ul.pager__items.js-pager__items {
  list-style: none;
  display: flex;
  margin-left: 17%;
}

li.pager__item {
  padding-left: 20px;
  border: 1px solid black;
  /* color: black; */
  margin: 5px;
  padding-right: 20px;
  background: #fcb040;
  text-align: center;
}

.js-form-item.form-item.js-form-type-select.form-item-field-insights-type__target-id.js-form-item-field-insights-type__target-id {
  margin-left: 32%;
  font-size: 29px;
  /*position: absolute;*/
  /*top: -16%;*/
  color: white;
}

select#edit-field-insights-type-target-id {
  font-size: 22px;
  /*text-decoration: underline;*/
  padding: 5px;
  border: 1px solid transparent;
  background: transparent;
  border-bottom: 2px solid black;
  color: white;
}

select#edit-field-insights-type-target-id option {
  color: black;
}

li.pager__item a {
  color: black;
}

.cont::before {

  opacity: .6;
  background: #143056;
  height: 659px;
  content: '';
  border-radius: 50%;
  top: 0;
  transform: translate(0, -65%);
  right: auto;
  width: 657px;
  position: absolute;
  left: calc(70% - 410px);
  left: -webkit-calc(70% - 410px);
  z-index: 3;
}

.field-content p {
  text-align: left;
  font-size: 16px;
  color: #232222;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 4px;
}

.block-column>.grid,
.item-list>.block-column>.grid {
  padding-bottom: 50px;
  padding: 20px !important;
}

.views-field.views-field-field-servicel2-link a:hover::after {
  transition-duration: .6s;
  margin-left: 15px;
}

.views-field.views-field-field-servicel2-link a::after {
  font-size: 20px;
  font-weight: bolder;
}

#header.header-scrolled {
  background: rgba(21, 34, 43, .85);
  padding: 0;
  z-index: 6;
  padding-top: 10px;
}

#header {
  transition: all .5s;
  z-index: 6;
}

#header.header-scrolled .social-links-1.d-none.d-md-flex.align-items-center {
  display: none !important;
}

#header.header-scrolled .header-main {
  margin: top -9px;
}

#header.header-scrolled .header-right a {
  color: white;

}

@media screen and (max-height: 450px) {
  #header.header-scrolled .header-right a {
    color: white;
    padding-top: 18px;
    font-size: 15px;
  }
}

#header.header-scrolled hr {
  display: none;
}

ul.list-inline.new-bg {
  background: url(/embark/images/bg-element-GB.webp);
  background-repeat: no-repeat;
  background-position: top;
}

.fully-con-1 h3 {
  color: black;
  line-height: 1;
  width: 350px;
}

.fully-con-1 h4 {
  color: #666;
  margin-top: 0px;
  line-height: 1;
  font-size: 24px;
  font-weight: 900;
}

.insight-back {
  background: #333;
  /*padding-bottom: 5px;*/
}

ul.nav.navbar-nav {
  list-style: none;
  display: flex;
  background: #343a40;
  /*margin-top: -7px;*/
  margin-top: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
}

ul.nav.navbar-nav li {
  padding-left: 21px;
  padding-top: 27px;
}

ul.nav.navbar-nav li a {
  color: #979da0;
}

button.navbar-toggle {
  display: none;
}

.contextual-region.js-view-dom-id-d9f6f68a407d3c678c4d04bb490a3cb3c42f8adc2227b51f0191e5d3b1245f4e {
  margin-top: -16px;
}

.our-team.emb-container .align-self-center {
  top: 6px !important;
}

section.our-team.emb-container {
  margin-top: -23px;
}

.sub-service-home .grid {
  padding: 0px !important;
}

.date-tags a {
  padding-left: 5px;
  color: black;
}

.more-link:hover img {
  margin-left: 15px;
  transition: all .5s;
}

#tech-card .card-box {
  height: 780px;
  padding: 180px 50px;
}

/**careers L2 form**/
.layout.layout--twocol-section.layout--twocol-section--50-50 {
  margin-top: 105px;
  margin-right: 56px;
  margin-bottom: 80px;
}

form#webform-submission-apply-for-this-position-node-82-add-form input#edit-full-name {
    border-width: 2px;
    position: absolute;
    border-radius: unset;
    top: 36px;
    left: 33px;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 450px;
}

form#webform-submission-apply-for-this-position-node-82-add-form input#edit-email {
  border-left: transparent;
  border-right: transparent;
  position: absolute;
  border-top: transparent;
  top: 36px;
  left: 0px;
}

form#webform-submission-apply-for-this-position-node-82-add-form .js-form-item.form-item.js-form-type-email.form-item-email.js-form-item-email {
  position: absolute;
  top: 81px;
}

form#webform-submission-apply-for-this-position-node-82-add-form .js-form-item.form-item.js-form-type-textarea.form-item-cover-letter.js-form-item-cover-letter {
  position: absolute;
  top: 210px;
}

form#webform-submission-apply-for-this-position-node-82-add-form textarea#edit-cover-letter {
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
}

form#webform-submission-apply-for-this-position-node-82-add-form .js-form-item.form-item.js-form-type-managed-file.form-item-upload-cv-resume.js-form-item-upload-cv-resume {
  position: absolute;
  top: 335px;
}

form#webform-submission-apply-for-this-position-node-82-add-form label.option.js-form-required.form-required {
  position: absolute;
  top: 524px;
  left: 51px;
  font-weight: 100;
}

form#webform-submission-apply-for-this-position-node-82-add-form input#edit-terms-of-service {
  position: absolute;
  top: 527px;
  left: 30px;
}

form#webform-submission-apply-for-this-position-node-82-add-form .js-form-item.form-item.js-form-type-tel.form-item-phone.js-form-item-phone {
  position: absolute;
  top: 140px;
}

form#webform-submission-apply-for-this-position-node-82-add-form input#edit-phone {
    position: absolute;
    top: 32px;
    left: 0px;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 454px;
}

form#webform-submission-apply-for-this-position-node-82-add-form input#edit-actions-submit {
  position: absolute;
  top: 498px;
  padding: 10px 0px 10px 0px;
  right: 16%;
  width: 19%;
}

form#webform-submission-apply-for-this-position-node-82-add-form div#edit-upload-cv-resume--description {
  font-weight: 100;
}

form#webform-submission-apply-for-this-position-node-82-add-form {
    border: 1px solid black;
    padding-top: 15px;
    position: absolute;
    width: 46%;
    padding-left: 35px;
    height: 659px;
    box-shadow: -16px 16px 0px 1px #f2f2f4;
    /* padding-bottom: 66px; */
}
@media (max-width: 600px){
ul.nav.navbar-nav {
    display: block !important;
   
  }

.layout.layout--twocol-section.layout--twocol-section--25-75 .layout__region.layout__region--second {
  border: 1px solid transparent !important;
  box-shadow: -16px 16px 0px 1px transparent !important;
}

ul#blazy-views-careers-block-block-1-1 .views-field.views-field-field-servicel2-link a {
  color: #3b92e6;
}

/***responsive for social icons in header***/
.sidenav .footer-social-media a {
  padding: 0px;
}

/**for careers L2 expired link**/
.sorry {
  background: #fff;
  border: 1px solid #dddfe3;
  padding: 35px;
  box-shadow: -16px 16px 0px 1px #f2f2f4;
}

.sorry-1 {
  background: #fff;
  border: 1px solid #dddfe3;
  padding: 35px;
  box-shadow: -16px 16px 0px 1px #f2f2f4;
}

form#webform-submission-contact-node-3-add-form #webform-submission-contact-node-3-add-form #edit-actions-submit {
  background: #1689e4;
  color: #fff !important;
  border: 1px solid #fff;
  float: right;
  margin-top: 13px;
  right: -33px;
  width: 90px;
  height: 45px;
}

div#mySidenav a {
  color: #a8a9b4;
  padding-top: 45px;
  font-size: 18px;
}

div#mySidenav:hover a {
  color: white;
}

/**our client section new home page**/
#blazy-views-our-client-block-block-1-3 img {
  width: 100%;
  padding: 10px 10px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  height: 75px;
  object-fit: contain;
}

.views-field.views-field-field-client-image .field-content {
  width: 100%;
}

#blazy-views-our-client-block-block-1-3 .grid {
  padding: 1px 5px !important;
}

@media (max-width:600px) {
  ul.pager__items.js-pager__items {
    margin-left: 0px;
  }
}

/*accordion*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  /**home page responsiveness***/

  .sub-service-home .grid {
    padding: 0px !important;
  }

  .single-service {
    /*box-shadow: 0 5px 10px rgb(0 0 0 / 20%);*/
    padding: 1rem !important;
    width: 267px;

  }

  .sub-h3-title a {
    font-size: 16px;
    color: #333 !important;
    font-weight: 700;
    text-decoration: none;
  }

  .sub-h3-title {
    width: 167px;
    line-height: 17px;
  }

  .single-service h3 {
    font-size: 16px;
    line-height: 16px;
  }

  .sub-h3-link a {
    font-size: 12px;
    padding: 0;
    color: black !important;
    text-decoration: none;
  }

  .services-sub-category {
    line-height: 0px;
  }

  .sub-h3-link a::after {
    content: '\2192';
  }

  .sub-service-home .grid__content:hover .sub-h3-title a {
    color: #1689e4 !important;
  }

  a {
    text-decoration: none;
  }

  #edit-field-servies-type-target-id ul {
    width: 285px;
  }

  .layout.layout--twocol-section.layout--twocol-section--25-75 {
    background: url(/embark/images/tab-bg.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    /* padding-top: 50px;*/
    padding-bottom: 30px;
    position: relative;

  }

  .sub-h3-title {
    margin-bottom: -5%;
  }

  ul#blazy-views-sub-services-block-subservice-1 {
    margin: 23%;
  }

  /*get-contact responsiveness homepage**/
  #webform-submission-contact-node-3-add-form #edit-name {
    width: 100%;
  }

  #webform-submission-contact-node-3-add-form #edit-email {
    width: 100%;
  }

  #webform-submission-contact-node-3-add-form #edit-contact-number {
    width: 100%;
  }

  li .bef-link--selected {
    border-right: 8px solid #ffd13c !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .12);
    color: #1689e4 !important;
  }

  #edit-field-servies-type-target-id li a {
    text-decoration: none;
    padding: 25px 20px;
    border-right: 10px solid rgba(116, 116, 116, .15);
    text-align: left;
    color: rgba(40, 40, 40, .8);
    font-weight: 700;
    display: block;
  }

  #edit-field-servies-type-target-id li {
    list-style: none;
    margin-bottom: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .12);

  }

  form#views-exposed-form-sub-services-subservice {
    margin-left: 0px;
  }

  .js-form-item.form-item.js-form-type-select.form-item-field-servies-type-target-id.js-form-item-field-servies-type-target-id {
    margin-left: 33%;
  }

  #edit-field-servies-type-target-id ul {
    width: 91%;
    line-height: 8px;
  }

  /****Rapid application home page****/
  #blazy-views-rapid-application-block-block-1-2 .views-field.views-field-title {
    width: 70%;
  }

  #blazy-views-rapid-application-block-block-1-2 .views-field.views-field-title a {
    color: #333;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900 !important;
  }

  #blazy-views-rapid-application-block-block-1-2 .views-field.views-field-field-subtitle a {
    color: #666;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600 !important;
  }

  #blazy-views-rapid-application-block-block-1-2 .grid__content:hover .views-field-title a {

    color: #1689e4;
  }

  #blazy-views-go-to-market-support-block-block-1-2 .views-field.views-field-title {
    width: 75%;
  }

  #blazy-views-platform-development-ecommerce-block-block-1-1 .views-field.views-field-title {
    width: 75%;
  }

  /****Rapid application home page****/
  #blazy-views-rapid-application-block-block-1-2 .views-field.views-field-title {
    width: 70%;
  }

  #blazy-views-rapid-application-block-block-1-2 .views-field.views-field-title a {
    color: #333;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900 !important;
  }

  #blazy-views-rapid-application-block-block-1-2 .views-field.views-field-field-subtitle a {
    color: #666;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600 !important;
  }

  #blazy-views-rapid-application-block-block-1-2 .grid__content:hover .views-field-title a {

    color: #1689e4;
  }

  #blazy-views-rapid-application-block-block-1-2 .views-field.views-field-field-shortdescription a {
    color: #232222;
    opacity: .8;
    text-decoration: none;
    font-size: 15px;
  }

  .views-field.views-field-field-servicel2-link a {
    text-decoration: none;
    color: #666;
    font-size: 16px;
  }

  .views-field.views-field-field-servicel2-link a::after {
    content: " \2192";
    font-size: 20px;
    font-weight: bolder;
  }

  .views-field.views-field-field-servicel2-link a:hover::after {
    transition-duration: .6s;
    margin-left: 15px;
  }

  /* .card-box a {
 color: #adadad;
 text-decoration: none;
} */
  /*blog page**/
  .views-field.views-field-field-insights-image img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    object-position: top center;
    margin-top: 0px;
    margin-left: 0px;
  }

  .field-content.sub-title-overlay {
    background: #1689e4;
    display: inline-block;
    color: white;
    position: relative;
    bottom: 208px;
    float: right;
    padding: 2px 12px;
  }

  #blazy-views-insight-block-block-1-1 .grid__content {
    border: 1px solid #ccc;
    margin-bottom: 30px;

  }

  .field-content.insight-body {
    text-align: left;
    color: #616161;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    line-height: 1.75em;
    padding-left: 0px;
  }

  .field-content.insight-body p {
    margin: 0;
  }

  .views-field.views-field-field-website-link {
    text-align: center;
  }

  .field-content.insight-readmore a {
    margin-top: 0px;
    border: 0;
    padding: 8px 10px !important;
    color: #888;
  }

  /* .field-content.insight-readmore:hover {
    background: #1689e4 !important;
    display: inline-block;
  } */

  /* .field-content.insight-readmore a:hover {

    color: white;
  } */

  .field-content.insight-readmore {
    text-align: center;
    padding: 5px;
  }

  .field-content.insight-date {
    font-size: 14px;
    padding: 20px;
  }

  .field-content p {
    text-align: left;
    font-size: 15px;
  }

  .block-column>.grid,
  .item-list>.block-column>.grid {
    padding-bottom: 50px;
    padding: 20px !important;
  }

  .views-field.views-field-field-servicel2-link a:hover::after {
    transition-duration: .6s;
    margin-left: 15px;
  }

  .views-field.views-field-field-servicel2-link a::after {
    font-size: 20px;
    font-weight: bolder;
  }

  /***technology page****/

  /***talktous****/
  .more-link:hover img {
    margin-left: 15px;
    transition: all .5s;
  }

  #tech-card .card-box {
    height: 780px;
    padding: 100px 50px;
  }

  .grid-call-to-action.tech-action {
    background: url(/embark/images/technology-cta.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
  }

  .grid-call-to-action {
    background: url(/embark/images/Digital-Marketing-shortlisted.webp);
    background-size: cover;
    background-position: center;
  }

  /**with technology atfrontend**/
  .text-justify {
    text-align: justify !important;
  }

  .para {
    font-size: 22px;
    color: #666;
  }

  .text-left {
    text-align: left !important;
  }

  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }

  .color-yellow {
    background: #ffca30;
  }

  .three-column-color img {
    display: block;
    margin: 0 auto;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }

  .color-yellow {
    color: #fff;
    text-align: justify;
  }

  .color-yellow h3 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  }

  .color-grey {
    background: #636363;
    color: #fff;
  }

  .color-blue,
  .color-grey,
  .color-yellow {
    padding: 30px 15px;
    color: #fff;
    text-align: justify;
  }

  .color-grey h3,
  .color-grey img,
  .color-blue h3 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }

  .color-blue {
    background: #1689e4;
  }

  /***cloud vendor*****/
  .cloud-sec-img h3 {
    margin: 0;
  }

  .cloud-sec-img h3 {
    margin: -18px;
  }

  .cloud-vendor-tech {
    background: url(/embark/images/techie-business-approach.webp);
    background-size: auto;
    background-size: auto;
    color: #fff;
    background-size: cover;
  }

  .cloud-vendor .cloud-sec-img {
    padding: 25px 0;
    background: rgba(0, 0, 0, .5);
    margin: 15px 0;
    height: 175px;
  }

  .cloud-vendor-tec {
    background: url(/embark/images/techie-call-to-action.webp);
    background-size: auto;
    background-size: auto;
    color: #fff;
    background-size: cover;
  }

  /*contact*/
  .font-40 {
    font-size: 40px;
  }

  .para {
    font-size: 22px;
    color: #666;
  }

  .text-center {
    text-align: center !important;
  }

  .text-center {
    text-align: center !important;
  }

  .service-call-to-action h3 {
    position: relative;
    z-index: 1;
    font-size: 45px;
    line-height: 64px;
    letter-spacing: -2px;
    color: #1689e4;
    font-weight: 700;
  }

    .emb-col-sm-12.emb-col-lg-4.contact-wrapper span {
        font-size: 16px !important;
    }

    .choose-img {
        display: block;
        padding-bottom: 45px;
    }

  .service-call-to-action {
    background: #f2f2f4;
  }

  .padding-t-60 {
    padding-top: 60px;
  }

  .contact-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact .heading,
  .contact label {
    color: #fff;
  }

  .contact input,
  .contact textarea {
    height: 35px;
    margin-top: 20px;
    background-color: #fff;
    border: 0;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid;
    border-color: #ccc;
  }

  .contact input.form-submit {
    display: inline-block;
    width: auto;
    margin: 0px 60px !important;
  }

  .contact textarea {
    height: 120px;
  }

  .webform-submission-contact-form .form-item {
    margin-bottom: 1em;
  }

  .webform-submission-contact-form .form-item label {
    display: none;
  }

  .mail-link {
    margin-bottom: 30px;
    color: #091030;
    display: block;
    font-weight: 600;
  }

  .contact {

    background: #fff;
    overflow: hidden;
    padding: 40px 40px;
    padding-bottom: 60px;
/* 
    padding-top: 100px;
    margin-top: -72px; */
  }

  #webform-submission-contact-node-3-add-form input {
    padding: 10px 15px;
    font-weight: 600;
    color: #666;
  }

  #webform-submission-contact-node-3-add-form #edit-actions-submit {
    background: #1689e4;
    color: #fff !important;
    border: 1px solid #fff;
    float: right;
    margin-top: 13px;
  }

  /**footer top copy right**/
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }

  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    padding-top: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #222;
  }

  .text-white {
    color: #fff !important;
  }

  #footer {
    background: #000;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    height: max-content;
  }

  .copyright {
    text-align: center;
    padding-top: 30px;
  }

  #footer {
    color: #fff;
    font-size: 14px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }

  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #072946;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s;
  }

  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  links ul li {
    padding: 10px 0;
    padding-top: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #222;
  }

  #footer .footer-top .footer-links ul i {
    padding-right: 7px;
    color: #1689e4;
    font-size: 18px;
    line-height: 1;
  }

  #footer .footer-top .footer-links ul a {
    line-height: 15px;
    font-family: inherit;
    font-weight: 200;
    text-decoration: none;
    color: white !important;
  }

  #footer .footer-top .footer-info h3 {
    font-size: 17px;
    margin: 0 0 5px;
    padding: 2px 0;
    line-height: 1.6;
    font-weight: 700;
  }

  #footer .footer-top .footer-info p {
    font-size: 11px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
    padding: 0 0 10px;
    padding-left: 0px;
  }

  .footer-links li a::before {
    content: " ";
    border-right: 2px solid #1689e4;
    border-top: 2px solid #1689e4;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    cursor: pointer;
    display: inline-block;
    margin-right: 9px;
  }

  .img-footer {
    width: 18px;
    height: 19px;
  }

  .img-footer-faceboor {
    width: 18px;
    height: 19px;
  }

  .img-footer-insta {
    width: 28px;
    height: 19px;
  }

  #footer .footer-top .social-links a:hover {

    background: #1689e4;
    color: #fff;
    text-decoration: none;
  }

  .cont {
    background-image: url('/embark/images/form-cover.webp');
    background-size: cover;
    height: 220px;
    overflow: hidden;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    width: 100%;
    z-index: 4;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 58px 70px;

  }

  .cont::before {

    opacity: .6;
    background: #143056;
    height: 659px;
    content: '';
    border-radius: 0;
    top: 0;
    transform: translate(0, -65%);
    right: auto;
    width: 100%;
    position: absolute;
    left: calc(70% - 410px);
    left: -webkit-calc(81% - 410px);
    z-index: 3;
  }
}

.layout.layout--twocol-section.layout--twocol-section--33-67 .layout__region.layout__region--second {
  border: none;
  padding: 0px;
  box-shadow: none;
}

/****startup carousel section****/
@media (max-width: 600px) {

  .ew-create-steps .easy-steps .create-tab .five-steps-carousel .owl-nav button.owl-prev {
    left: 22px;
  }

  .ew-create-steps .easy-steps .create-tab .five-steps-carousel .owl-nav button.owl-next {
    right: 22px;
  }

  .owl-carousel .owl-stage-outer-1 {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }

  #ew-create {
    display: none;
  }

  #tech-service-1 {
    display: none;
  }
}

.owl-carousel .owl-stage-outer-1 {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-item {
    float: left;
}
@media (min-width:600px) {
 .owl-stage-outer-1 {
    display: none;
  } 

  #ew-create-1 {
    display: none;
  }

  #accor {
    display: none;
  }
}

/*code by vidhya mam*/
@media (max-width:600px) {
  #edit-field-servies-type-target-id ul {
    width: 100%;
    line-height: 8px;
  }

  .emb-container.contacts {
    margin-top: 154%;
    padding: 0px;
}
h1.heading-h1-tag {
    color: #333;
    font-weight: bold;
    font-size: 29px !important;
    line-height: 44px;
}
  .contact_blur_box {
    overflow: hidden;
  }
    .ready-to-use {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

  .contact_blur_box {
    width: 100%;
    position: relative;
    right: 30px;
  }

  .contact_blur_box {
    background: rgb(219 215 215 / 58%);
    padding: 0px;
  }
}

/*our partner*/
@media (max-width:600px) {
  .tool-tip-box {
    background: #000;
    color: #fff;
    width: 150px;
    height: 84px;
    padding: 1px;
  }

  .team-img {
    width: 200px;
    padding: 25px;
  }

  .our-team .team-wrapper {
    transform: none;
    transition: none;
  }

  .our-team.emb-container .align-self-center {
    top: 17px !important;
    left: -15px;
  }

  .tool-tip-box::before {
    left: 150px;
  }

  .team-profile {
    border-right: none;
  }

  .our-team.emb-container {
    /*margin-right: -15px;*/
  }

  .team-profile-wrapper.slick-initialized.slick-slider {
    height: 95px;
  }

  #webform-submission-contact-node-56-add-form #edit-actions-submit {
    width: 50%;
    padding: 0px;
  }
}

@media (max-width:600px) {

  /*contactpagge*/
  #webform-submission-contact-node-56-add-form #edit-actions-submit {
    width: 50%;
    padding: 0px;
  }

  #webform-submission-contact-us-node-25-add-form #edit-your-email {
    width: 80%;
    float: none;
    position: unset;
    padding: 15px 20px;
    margin-bottom: 35px;
    margin-left: 10%;
  }

  #webform-submission-contact-us-node-25-add-form #edit-your-name {
    width: 80% !important;
    padding: 15px 20px;
    margin-bottom: 35px;
    margin-left: 10%;
  }

  #webform-submission-contact-us-node-25-add-form #edit-subject {
    width: 80% !important;
    padding: 15px 20px;
    margin-bottom: 35px;
    margin-left: 10%;
  }
    .text-section.emb-col-md-4 {
        margin-left: 0px !important;
        margin-top: 10px;
    }
    .text-section.emb-col-md-10 {
        margin-left : 0px !important;
    }

  #webform-submission-contact-us-node-25-add-form textarea#edit-message {
    width: 80% !important;
    height: 100px;
    margin-left: 10%;
  }

  #webform-submission-contact-us-node-25-add-form #edit-actions-submit {
    padding: 0px;
  }

  .contact_blur_box {
    position: relative;
    left: 34px;
    right: 0;
    margin-left: 0;
    width: 100%;
}

  .field-content.insight-title {
    padding: 0;
  }

  section.our-team.emb-container {
    margin-top: -30px;
    padding-right: 0px;
  }
}

@media (max-width: 600px) {
  section#sacalable .call-to-btns {
    margin-right: 100px;
    margin-top: 28px;
  }
}

@media (max-width: 600px) {
  form#views-exposed-form-careers-block-1 {
    margin-left: -19px;
  }

  .js-form-item.form-item.js-form-type-select.form-item-field-job-category-target-id.js-form-item-field-job-category-target-id {
    padding: 10px 0px;
  }

  .js-form-item.form-item.js-form-type-select.form-item-field-job-type-target-id.js-form-item-field-job-type-target-id {
    padding: 10px 0px;
  }

  .js-form-item.form-item.js-form-type-select.form-item-field-job-location-target-id.js-form-item-field-job-location-target-id {
    padding: 10px 0px;
  }

  .emb-container.career-list {
    overflow: hidden;
  }

  .js-form-item.form-item.js-form-type-select.form-item-field-job-type-target-id.js-form-item-field-job-type-target-id {
    margin-left: 10px;
  }

  .js-form-item.form-item.js-form-type-select.form-item-field-job-location-target-id.js-form-item-field-job-location-target-id {
    margin-left: 10px;
  }
}

/*accordion*/
.accordion-collapse {
  display: block;
}

#tech-service {
  display: none;
}

.ecommerce-tabpanel {
  background-image: url(/embark/images/home-industry-main.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  min-height: auto;
  min-width: 100%;
  z-index: 1;
}

.accordion-collapse {
  background: url(/embark/images/home-industry-main.webp);
  background-size: auto;
  background-size: cover;
}

/*serice offered technology*/
.accordion-ser li {
  list-style: none;
  margin-bottom: 20px;
  border: 0;
  background: 0 0;
  width: 95%;

}

.accordion-ser li a {
  color: #fff;
  display: block;
  text-align: left;
  background: 0 0;
  border: 1px solid #fff;
  padding: 20px;
}

.accordion-ser {
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.card-body h3 {
  text-align: center;
  font-size: 20px;
  padding: 10px;
  color: #fff;
  font-weight: 600 !important;
}

.submenu {
  background: rgb(0, 0, 0, .4);
  line-height: 30px;
  color: #fff;
  padding: 1.2rem;
  margin: -14px -2px 0 -2px;

}

.card-body img {
  width: 40px;
  margin: 0 40%;
}

/*ecommercetab in ecommercepage*/
@media (max-width: 600px) {
  .ecomm-tab .bef-links {
    position: unset;
    width: 100%;
  }
}

/*digital marketing page carousel mobile*/
@media (min-width: 600px) {
  #accordon {
    display: none;
  }

}

@media (max-width: 600px) {
  #tech-card .card-box .card-3 {
    height: 854px;
  }

  .accordion-collapse {
    display: block;
  }
}

@media (max-width:600px) {
  .card-box {
    height: auto !important;
    padding: 50px 50px !important;
  }

  .card-box h4 {
    font-size: 30px;
  }

  .card-box.card-7 {
    height: 535px;
  }

  .card-box.card-9 {
    height: 516px;
  }

  .card-box.card-10 {
    height: 432px;
  }

  .card-box.card-16 {
    height: 477px;
  }

  .card-box.card-17 {
    height: 412px;
  }

  .card-box.card-18 {
    height: 442px;
  }

  .card-box.card-11 {
    height: 413px;
  }

  .card-box.card-12 {
    height: 413px;
  }

  .card-box.card-8 {
    height: 418px;
  }
}

/*for home slider*/
@media (min-width: 768px) {
  #home-slider .slider-img img {
    position: absolute;
    top: 0;
  }

  #home-slider .slider-caption {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 20px;
  }

  #home-slider .slick-dots {
    position: absolute;
    bottom: 140px;
    left: 91%;
    transform: rotate(90deg);
    padding: 10px 10px;
    background-color: #ffffff;
    border-radius: 12pc;
  }

  .hint-text {
    font-size: 18px;
    line-height: 32px;
  }
}

@media(max-width:600px) {
  #our-clients h2 {
    text-align: center;
    margin-left: 72px;
    font-size: 32px;
    margin-bottom: 0px;
  }

  .choose-1 {
    padding-left: 0px;
  }

  .choose-2 {
    padding-left: 0px;
  }

  .choose-3 {
    padding-left: 0px;
  }
}

@media(max-width:600px) {
  .card-box {
    padding: 2px 19px;
    text-align: justify;
  }

  .footer-social-media img {
    width: 22px;
    height: 21px;
    padding: 3px;
  }
    input[type="text"] {
        width: 100% !important;
        margin-left: 2px;
        height: 35px;
        border-radius: 5px;
        border-width: thin;
    }

  #ebook-banner h2 {
    font-size: 32px;
  }

  .full-with-padding-lr {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
    padding-top: 10px;
  }

  /* .service-1, .service-2, .service-3, .service-4, .service-5, .service-6 {
  padding: 2px 19px;
} */
  .service-box {
    height: auto;
    padding: 50px 50px !important;
  }
}

/*blog page*/
.field-content.insight-title {
  padding: 20px;
}

@media (max-width: 600px) {
  #car-1 .card-box {
    height: 452px;
  }

  #car-2 .card-box {
    height: 410px;
  }
}

@media (max-width: 600px) {
  form#webform-submission-apply-for-this-position-node-82-add-form input#edit-full-name {
    width: 295px !important;
   left: 7px;
  }

form#webform-submission-apply-for-this-position-node-82-add-form input#edit-email {
    width: 298px;
    left: 0px !important;
}

  form#webform-submission-apply-for-this-position-node-82-add-form textarea#edit-cover-letter {
    width: 80%;
  }
.webform-submission-add-form input#edit-phone{
     width: 298px !important;
 }
  form#webform-submission-apply-for-this-position-node-82-add-form .js-form-item.form-item.js-form-type-email.form-item-email.js-form-item-email {
    top: 90px;
  }

  form#webform-submission-apply-for-this-position-node-82-add-form .js-form-item.form-item.js-form-type-tel.form-item-phone.js-form-item-phone {
    top: 176px
  }

  form#webform-submission-apply-for-this-position-node-82-add-form .js-form-item.form-item.js-form-type-textarea.form-item-cover-letter.js-form-item-cover-letter {
    top: 252px;
  }

  form#webform-submission-apply-for-this-position-node-82-add-form .js-form-item.form-item.js-form-type-managed-file.form-item-upload-cv-resume.js-form-item-upload-cv-resume {
    top: 388px;
  }

  form#webform-submission-apply-for-this-position-node-82-add-form input#edit-terms-of-service {
    top: 450px;
  }

  form#webform-submission-apply-for-this-position-node-82-add-form label.option.js-form-required.form-required {
    top: 450px;
  }

  form#webform-submission-apply-for-this-position-node-82-add-form {
    height: 600px;
    margin-top: 28px;
    position: relative;
    width: 100%;
    padding-left: 10px !important;
  }

  form#webform-submission-apply-for-this-position-node-82-add-form input#edit-actions-submit {
    top: 439px !important;
  }

  li.pager__item {
    margin: 0px;
  }

  .date-tags {
    padding-left: 0px;
  }

  form#views-exposed-form-insightss-insights {
    margin-top: 395px;
  }

  .vertical-lines {
    padding-left: 22px !important;
  }

  .comments {
    padding-left: 30px;
  }

  .js-form-item.form-item.js-form-type-select.form-item-field-insights-type__target-id.js-form-item-field-insights-type__target-id {
    margin-left: 19%;
  }

  select#edit-field-insights-type-target-id {
    margin-left: 50px;
  }
}

@media (max-width: 600px) {
  #webform-submission-contact-us-node-25-add-form #edit-actions-submit {
    padding: 15px;
  }
}

@media(max-width: 600px) {
  .emb-container-fluid.what {
    display: none;
  }

  .our-team.emb-container {
    margin-bottom: 75px;
  }
}

@media (max-width:600px) {
  #home-card .card-box {
    height: auto !important;
    padding: 10px 10px;
  }
}

@media(max-width:600px) {
  #inte .call-to-btns {
    margin-left: 20%;
  }
}

/*for contact on footer*/
@media(max-width: 600px) {
  .cont {
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
  }

  .cont::before {
    left: 0;
    top: 56px;
  }

  form#webform-submission-contact-node-57-add-form #edit-actions-submit {
    width: 55%;
  }

  form#webform-submission-contact-node-20-add-form #edit-actions-submit {
    width: 55%;
  }

  form#webform-submission-contact-node-21-add-form #edit-actions-submit {
    width: 55%;
  }

  form#webform-submission-contact-node-73-add-form #edit-actions-submit {
    width: 55%;
  }
}

/*tab accordion*/
.tab-content ul li,
.accordion-collapse-1 .card-body ul li {
  background-image: url(/embark/images/icon-image.webp);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-right: 30px;
  background-position: 6px;
}

.card-body-1 {
  border: 1px solid black;
}

.card-body-1 h2 {
  font-size: 28px;
  line-height: 1;
}

.card-body-1 h3 {
  float: left;
  line-height: 0;
}

.card-body-1 .call-to-btns {
  background: none;
  border: none;
  margin-top: 33px;
  margin-left: 0;
}
.choose-img {
    display: flex;
    margin-left: -17px;
}
/*whome we  choose with section mobile view*/
@media (max-width: 600px) {
  /* p.font-24.orange.text-uppercase {
    text-align: left !important;
  } */

  p.font-24.yellow.text-uppercase {
    text-align: left !important;
  }

  .choose-1 img {
    /* padding-left: 25px !important; */
    width: 36%;
    margin: 0px 82px;
  }
    .chosse-left p {
        text-align: center;
        margin-left: 0px;
    }

  .choose-2 img {
    /* padding-left: 25px !important; */
    width: 36%;
    margin: 0px 82px;
  }
 .chosse-left h2 {
   color: white;
   text-align: center;
   padding-left: 1px;
   font-size: 30px;
 }

  .choose-3 img {
    /* padding-left: 25px !important; */
    width: 36%;
    margin: 0px 82px;
  }

  .get-contact.service-call-to-action.padding-t-60 h2 {
    font: size 28px;
    font-weight: 800;
  }

 

  .font-40 {
    font-size: 28px;
  }
}
 .chosse-left {
    background-color: #1689e4;
    padding: 6px 14px !important;
  }
.choose-1 img {
  padding-left: 17px;
}

.choose-2 img {
  padding-left: 18px;
}

.choose-3 img {
  padding-left: 20px;
}
.choose-4 p {
    padding-left: 54px;
}
p.font-24.orange.text-uppercase {
  text-align: center;
}

p.font-24.yellow.text-uppercase {
  text-align: center;
}

/* tab accordion*/
.home-accr {
  display: none;
}

@media(max-width: 600px) {
  .layout.layout--twocol-section.layout--twocol-section--25-75 {
    display: none;
  }
.choose-img img {
    margin-left: 135px;
}
.choose-4 p {
    padding-left: 15px;
}
img.why-choose2 {
    width: 47%;
    margin: 0px 82px;
}
  .submenu {
    display: none;
  }

  .accordion-home li {
    list-style: none;
  }

  .accordion-home .link {
    border-right: 8px solid #ffd13c;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
    background: 0 0;
    color: #282828 !important;

    border-radius: 2px;
    padding: 1px;
    margin-bottom: 20px
  }

  .accordion-home .link a {
    color: #000;
    padding: 15px;
    font-weight: 700;
    display: block;
    text-align: left;
  }

  .accordion-home .active a {
    color: #1689e4;
    font-weight: 700;
  }

  .accordion-home.emb-container .submenu {
    background: rgb(255, 255, 255, .6);
    margin: 0;
    padding: 0;
  }

  .accordion-home.emb-container .card-body {
    padding-left: 21px;
  }

  .accordion-home.emb-container .experience-box {
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    padding: 1rem !important;
  }

  .accordion-home.emb-container .card-body h3 {
    font-size: 20px;
    text-align: left;
    padding: 0;
    color: #666;
    line-height: 24px;
  }

  .accordion-home.emb-container .experience-box h3 strong {
    color: #333;
  }

  .accordion-home.emb-container .submenu {
    background: unset;
    line-height: unset;
    color: unset;
    padding: 0;
    margin: 0;
  }

  .accordion-home.emb-container .experience-box:hover strong {
    color: #1689e4 !important;
  }

  .accordion-home.emb-container .submenu p {
    font-size: 12px;

  }

  .accordion-home.emb-container .submenu p::after {
    font-size: 12px;
    content: " ->";
  }

  .home-accr {
    background: url(/embark/images/tab-bg.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding: 25px 0;
  }

  .home-accr {
    display: block !important;
  }

  #views-exposed-form-ecommerce-service-tabpane-block-1 .ecomm-tab ul {
    line-height: 1.5;
    padding-left: 12px;
    background: url(/embark/images/tab-bg.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding-right: 12px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .layout.layout--twocol-section.layout--twocol-section--25-75 {
    display: none;
  }

  .submenu {
    display: none;
  }

  .accordion-home li {
    list-style: none;
  }

  .accordion-home .link {
    border-right: 8px solid #ffd13c;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
    background: 0 0;
    color: #282828 !important;

    border-radius: 2px;
    padding: 1px;
    margin-bottom: 20px
  }

  .accordion-home .link a {
    color: #000;
    padding: 15px;
    font-weight: 700;
    display: block;
    text-align: left;
  }

  .accordion-home .active a {
    color: #1689e4;
    font-weight: 700;
  }

  .accordion-home.emb-container .submenu {
    background: rgb(255, 255, 255, .6);
    margin: 0;
    padding: 0;
  }

  .accordion-home.emb-container .card-body {
    padding: 0;
  }

  .accordion-home.emb-container .experience-box {
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    padding: 1rem !important;
  }

  .accordion-home.emb-container .card-body h3 {
    font-size: 20px;
    text-align: left;
    padding: 0;
    color: #666;
    line-height: 24px;
  }

  .accordion-home.emb-container .experience-box h3 strong {
    color: #333;
  }

  .accordion-home.emb-container .submenu {
    background: unset;
    line-height: unset;
    color: unset;
    padding: 0;
    margin: 0;
  }

  .accordion-home.emb-container .experience-box:hover strong {
    color: #1689e4 !important;
  }

  .accordion-home.emb-container .submenu p {
    font-size: 12px;

  }

  .accordion-home.emb-container .submenu p::after {
    font-size: 12px;
    content: " ->";
  }

  .home-accr {
    background: url(/embark/images/tab-bg.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
  }

  .home-accr {
    display: block;
  }

  #home-card .card-box {
    height: 1040px;
  }

  .cont::before {
    opacity: .6;
    background: #143056;
    height: 659px;
    content: '';
    border-radius: 0;
    top: 0;
    transform: translate(0, -65%);
    right: auto;
    width: 100%;
    position: absolute;
    left: 0;

    z-index: 3;
  }

  .cont {
    background-image: url('/embark/images/form-cover.webp');
    background-size: cover;
    height: 220px;
    overflow: hidden;
    /*border-bottom-left-radius: 40%;
border-bottom-right-radius: 40%;*/
    clip-path: ellipse(292px 164px at 50% 20%);
    width: 100%;
    z-index: 4;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 58px 70px;
  }
  .box {
    background-color: #1689e4;
    color: white;
    padding: 20px;
    text-align: center;
    height: 141px;
    border-radius: 5px;
    margin: 7px;
    width: 322px;
    position: relative;
}

}

#featured {
  margin-top: 100px;
  position: relative;
  top: 64px;
  z-index: 9;
  background-color: mintcream;
}

h2.h2-heading.text-center {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

h2.clients_heading {
  padding-top: 0px;
  font-weight: bold;
}

/*codes by vidhya mam */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #666;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.ecomm-tab .tab-pane {
  padding-top: 30px;
}

.ecomm-tab .tab-pane p {
  color: #007bff;
  font-size: 18px;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

@media (min-width: 600px) and (max-width: 1024px) {
 
  #views-exposed-form-ecommerce-service-tabpane-block-1 .ecomm-tab ul {
    line-height: 1.5;
    padding-left: 12px;
    background: url(/embark/images/tab-bg.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding-right: 12px;
  }

  .ecomm-tab .bef-links {
    position: unset;
    width: 100%;
  }

  .ecomm-tab .bef-links {

    width: 100%;
  }

  section.three-column-color.pt-3 .color-yellow {
    height: 444px;
  }

  section.three-column-color.pt-3 .color-blue {
    background: #1689e4;
    height: 444px;
  }
}

.views-field.views-field-field-servicel2-link a::after {
  font-size: 18px;
  font-weight: bolder;
}

@media (max-width: 600px) {
  #views-exposed-form-ecommerce-service-tabpane-block-1 .ecomm-tab ul {
    line-height: 1.5;
    padding-left: 12px;
    background: url(/embark/images/tab-bg.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding-right: 12px;
  }

  .ecomm-tab .tab-content {
    width: 100%;
    margin-left: 0;
  }
}

#ebook-banner img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin-top: 57px;
}

#edit-actions-submit {
  margin-right: 0px;
  margin: 0px 90px;
}

.team-img {
  border-right: 2px solid lightgray;

}

@media (max-width:600px) {
    .tech-card .card-box {
        height: auto !important;
        padding: 50px 50px !important;
    }
    .tech-card .card-box p {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .lean-business .heading-h2 {
        font-size: 40px !important;
    }
        section.lean-business.pb-0 img {
        margin-left: 0px !important;
        margin-top: 0px !important;
        width: 100%;
    }
    .full-with-padding-lr {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

form#webform-submission-contact-us-node-25-add-form {
  margin-top: 53px;
  width: 42%;
}

#webform-submission-contact-us-node-25-add-form #edit-subject {
  width: 100%;
  border-color: #cccccc;
  padding: 15px 20px;
  margin-bottom: 38px;
  margin-top: -10px;
}

#webform-submission-contact-us-node-25-add-form #edit-actions-submit {
  background: #1689e4;
  border: 1px solid #ccc;
  color: #fff;
  float: left;
  margin-right: 22px !important;
  margin-top: 37px;
  padding: 19px 22px;
  width: 30%;
  font-size: 16px;
  font-weight: 400;
}

@media(max-width: 600px) {
  form#webform-submission-contact-us-node-25-add-form {
    width: 100%;
  }

  #webform-submission-contact-us-node-25-add-form #edit-actions-submit {
    width: 50%;
  }
}

@media (max-width:1024px) {
  .partner-head {
    position: absolute !important;
    left: 0 !important;
  }

  .Marquee {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .partner-head {
    left: 0px;
    top: auto !important;
  }
    section#accordon h2 {
        padding-top: 25px;
    }
}

/*Landing page header*/
.button-3:hover {
  background-color: #1689e4;
  color: #FFCA21;
  cursor: pointer;
}

.button-3 {
  background: #fdc400;
  border: 1px solid black;
  color: black;
  float: right;
  margin-right: 111px;
  margin-top: 20px;
  padding: 9px 24px;
}

/*which stage is your*/
.landing_page_stages {
  background-image: linear-gradient(330deg, #1689e4, #0a1936);
  padding: 50px 0;
}

.stage_descirption {
  color: #ffca21;
  font-size: 26px;
  text-align: center;
}

.stage_heading {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

.stage_1_box {
  background-color: #0A2A63;
  height: 100%;
}

.stage_rank_1 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.stage_rank_1::after {
  content: " ";
  margin: auto;
  display: block;
  background-color: #e3e3e3;
  height: 0.0625rem;
  width: 6.25rem;
  margin-top: 10px;
}

.wp-block-separator {
  border: 1px solid;
  border-right: none;
  border-left: none;
}

.stage_side_heading {
  color: #fff;
  font-size: 33px;
}

.stage_details_1 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.stage_2_box {
  background-image: url(/embark/images/stage-bg-1.webp);
  height: 24.5625rem;
  width: 18.0625rem;
  background-position: right;
  background: #0A2A63;
}

.stage_rank {
  color: white;
  font-size: 17px;
  font-weight: 400;
}

.stage_rank::after {
  content: " ";
  margin: auto;
  display: block;
  background-color: white;
  height: 0.0625rem;
  width: 6.25rem;
  margin-top: 10px;
}

.stage_side_heading_1 {
  color: white;
  font-size: 33px;
}

.stage_details {
  color: white;
  font-size: 12px;
  font-weight: 500;
}

.stage_additional_description {
  color: #fff;
  font-size: 21px;
  margin-top: 30px;
  font-weight: 600;
}

.stage-additional-caption {
  color: #fff;
  margin-bottom: 50px;
}

.stage_button {
  background-color: #ffffff;
  color: #333;
  padding: 15px 25px;
  margin: auto;
  width: 37%;
  height: 60px;
  font-size: 17px;
  font-weight: 700 !important;
  position: relative;
  z-index: 6;
}

.stage_button:before {
  content: "";
  background-color: #f9c523;
  height: 60px;
  display: block;
  position: absolute;
  top: -9px;
  width: 100%;
  z-index: -9999;
  left: -13px;
}

.stage_timings {
  color: #fff;
  font-weight: 500;
}

/*we focus only*/
.landing_page_focus {
  background-image: linear-gradient(330deg, #1689e4, #0a1936);
  padding: 50px 0;
}

#block-245 {
  font-size: .95rem;
  letter-spacing: .5em;
  font-weight: 400;
  color: #f9c523;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.focus_heading {
  color: #fff;
}

.focus_heading mark {
  color: #f9c523;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.focus_heading_sub {
  color: #fff;
  font-size: 30px;
  margin-top: -11px;
}

#block-126 {
  position: absolute;
}

.focus_side_headings {
  margin-left: 13%;
  color: #fff;
  margin-bottom: -3px;
  font-size: 25px;
}

.focus_sub_headings {
  margin-left: 13%;
  color: #fff;
  font-size: 17px;
  font-weight: 100;
  line-height: 1.4;
}

#block-126 {
  position: absolute;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.focus_button {
  color: #333;
  background-color: #f9c523;
  padding: 15px 17px;
  margin: auto;
  width: 48%;
  font-weight: bold !important;
  font-size: 17px;
  border-radius: 5px;
}

.focus_notes {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.focus_additional_info {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
}

.wp-block-image img {
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}

.wp-block-image.has-custom-border img,
.wp-block-image img {
  box-sizing: border-box;
}

/*about embark interactive*/
.footer_landing_page {
  background-image: linear-gradient(330deg, #1689e4, #0a1936);
  padding: 25px 0;
}

.footer_about {
  color: #fff;
}

.footer_description {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#block-145 h2 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.builder-before-content-widget-landingpagefooter2 {
  display: flex;
  justify-content: center;
}

/*landing-page-2*/
/*Marketing is Not Enough*/
.landing_page_menu {
  padding: 9px 0 0 !important;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.custom-container_1 {
  padding: 0 115px;
}

.landing_page_menu nav {
  background-color: #fff0;
  padding: 0 15px;
  margin-top: 22px;
}

.landing_page_menu nav {
  background-color: #fff;
  padding: 0px 15px 0 15px;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.cta_link {
  float: right;
  border: 1px solid #333;
  font-size: 16px;
  padding: 10px 25px;
  background: #f9c523;
  color: #000000;
}

.cta_link {
  float: right;
  border: 1px solid #333;
  font-size: 16px;
  padding: 10px 25px;
  color: #333;
  margin: 20px;
}

.n2_clear {
  clear: both;
}

.ss3-force-full-width {
  position: relative;
  display: block;
  opacity: 0;
  width: 100vw;
  transform: translateX(-100vw);
}

.n2_clear {
  clear: both;
}

.n2-section-smartslider {
  position: relative;
  width: 100%;
  outline: 0;
  --widget-offset: 0px;
}

.n2-ss-align.n2-ss-align-visible {
  overflow: visible;
}

.n2-ss-align {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.n2-ss-slider {
  z-index: 3;
  position: relative;
  text-align: left;
  width: 100%;
  min-height: 1px;
}

.n2-ss-slider,
.n2-ss-slider .n2_ss__touch_element {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.n2-ss-slider {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1;
  user-select: none;
  --ss-fs: flex-start;
  --ss-fe: flex-end;
  --ss-r: row;
  --ss-rr: row-reverse;
}

div#n2-ss-13 .n2-ss-slider-1 {
  display: grid;
  position: relative;
}

.n2-ss-slider .n2-ow,
.n2-ss-slider .n2-ow:before,
.n2-ss-slider .n2-ow:after,
.n2-ss-slider .n2-ow-all *,
.n2-ss-slider .n2-ow-all :before,
.n2-ss-slider .n2-ow-all :after {
  box-sizing: content-box;
}

.n2-ss-slider .n2-ow,
.n2-ss-slider .n2-ow-all * {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.n2-ss-slider,
.n2-ss-slider .n2_ss__touch_element {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.n2-ss-slider>*,
.n2-ss-slider .n2_ss__touch_element>* {
  -webkit-tap-highlight-color: initial;
}

div#n2-ss-13 .n2-ss-slide-backgrounds {
  z-index: 10;
}

div#n2-ss-13 .n2-ss-slide-backgrounds,
div#n2-ss-13 .n2-ss-slider-3>.n2-ss-divider {
  position: relative;
}

div#n2-ss-13 .n2-ss-slider-3>* {
  grid-area: cover;
}

.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-image {
  z-index: 5;
}

.n2-ss-slider .n2-ss-slide-background-image {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  --ss-o-pos-x: 50%;
  --ss-o-pos-y: 50%;
}

.n2-ss-slider .n2-ss-slide-background,
.n2-ss-slider .n2-ss-slide-background * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

.n2-ss-slider picture.n2-ow,
.n2-ss-slider .n2-ow-all picture {
  display: inline-block;
}

.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color[data-overlay="1"] {
  z-index: 7;
}

div#n2-ss-13 .n2-ss-slide-active {
  z-index: 21;
}

div#n2-ss-13 .n2-ss-slide {
  perspective: 1500px;
}

div#n2-ss-13 .n2-ss-slide {
  display: grid;
  place-items: center;
  grid-auto-columns: 100%;
  position: relative;
  z-index: 20;
  -webkit-backface-visibility: hidden;
  transform: translateX(-100000px);
}

div#n2-ss-13 .n2-ss-slider-4>* {
  grid-area: slide;
}

.n2-ss-slider .n2-ss-slide {
  position: relative;
  overflow: hidden;
  text-align: center;
  --ssselfalign: center;
}

.n2-ss-slider .n2-ss-slide--focus {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -99999;
}

.n2-ss-slider.n2-ss-loaded .n2-ss-layers-container {
  opacity: 1;
}

.n2-ss-slider .n2-ss-layers-container {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 20;
  opacity: .001;
  transition: opacity .4s;
}

.n2-ss-slider .n2-ow,
.n2-ss-slider .n2-ow:before,
.n2-ss-slider .n2-ow:after,
.n2-ss-slider .n2-ow-all *,
.n2-ss-slider .n2-ow-all :before,
.n2-ss-slider .n2-ow-all :after {
  box-sizing: content-box;
}

.n2-ss-slider .n2-ow,
.n2-ss-slider .n2-ow-all * {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

div#n2-ss-13 .n-uc-uVtFgtqAncpM {
  padding: 10px 10px 10px 10px;
}

div#n2-ss-13 .n-uc-17ab7f6c6c7aa {
  align-self: center;
}

div#n2-ss-13 .n-uc-17ab7f6c6c7aa-inner {
  padding: 10px 10px 10px 10px;
  text-align: center;
  --ssselfalign: center;
  justify-content: center;
}

.n2-ss-slider .n2-ss-layer-with-background {
  --n2bgimage: none;
  --n2bggradient: none;
  background-image: var(--n2bggradient), var(--n2bgimage);
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  transition: all .3s;
  transition-property: border-color, background-color, border-radius, box-shadow;
}

.n2-ss-slider .n2-ss-section-main-content {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100%;
  max-width: 100%;
}

.n2-ss-slider .n2-ss-layer-content {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
  min-height: 10px;
}

.n2_clear {
  clear: both;
}

/*give us a call*/
.stats_info_section {
  background-color: #333333;
  padding: 0;
}

.stats_heading {
  color: #fff;
  font-size: 25px;
  margin-left: 64px;
}

.stats_description {
  color: #fff;
  margin-left: 71px;
}

.stats_image img {
  position: absolute;
  width: 50px;
  top: 33px;
}

/*Book a FREE*/
.get_a_quote {
  background-image: linear-gradient(330deg, #1689e4, #0a1936);
  padding: 50px 0;
  height: 880px;
}

.quote-heading {
  font-size: 3.125rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}

.quote_description {
  color: #FFCA21;
  font-size: 23px;
  margin: 10px 0 27px 0;
  font-weight: 600;
}

.quote-points {
  font-size: 21px;
  font-weight: 600;
  color: #c5dbff;
}

.quote_description {
  color: #FFCA21;
  font-size: 23px;
  margin: 10px 0 27px 0;
  font-weight: 600;
}

.quote_description-1 {
  position: relative;
  z-index: 999;
  color: #000 !important;
  margin-bottom: 50px;
}

/*Fill up the details form*/
form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form {
 background: white;
    padding: 35px 35px 34px 35px;
    border-radius: 2%;
    position: absolute;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form .js-form-item.form-item.js-form-type-textfield.form-item-name.js-form-item-name {
  color: black;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form input#edit-name {
  height: 34px;
  /* color: black; */
  /*border-color: #dedede;*/
  margin-top: 10px;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form .js-form-item.form-item.js-form-type-textfield.form-item-email.js-form-item-email {
  color: black;
  margin-top: 20px;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form input#edit-email {
  height: 34px;
  /* color: black; */
  /*border-color: #dedede;*/
  margin-top: 10px;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form .js-form-item.form-item.js-form-type-textfield.form-item-phone.js-form-item-phone {
  color: black;
  margin-top: 20px;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form input#edit-phone {
  height: 34px;
  /* color: black; */
  /*border-color: #dedede;*/
  margin-top: 10px;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form .js-form-item.form-item.js-form-type-textfield.form-item-website.js-form-item-website {
  color: black;
  margin-top: 20px;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form input#edit-website {
  height: 34px;
  /* color: black; */
  /*border-color: #dedede;*/
  margin-top: 10px;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form .js-form-item.form-item.js-form-type-select.form-item-categories.js-form-item-categories {
  color: black;
  margin-top: 20px;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form select#edit-categories {
  height: 34px;
  /* color: black; */
  border-color: #dedede;
  margin-top: 10px;
  position: absolute;
  margin-top: 30px;
  width: 368px;
  margin-left: -85px;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form .js-form-item.form-item.js-form-type-select.form-item-avg-monthly-ad-spends-in-inr-.js-form-item-avg-monthly-ad-spends-in-inr- {
  color: black;
  margin-top: 58px;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form select#edit-avg-monthly-ad-spends-in-inr- {
  height: 34px;
  /* color: black; */
  border-color: #dedede;
  margin-top: 10px;
  position: absolute;
  margin-top: 30px;
  width: 368px;
  margin-left: -243px;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form .js-form-item.form-item.js-form-type-select.form-item-avg-monthly-orders.js-form-item-avg-monthly-orders {
  color: black;
  margin-top: 58px;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form select#edit-avg-monthly-orders {
  height: 34px;
  /* color: black; */
  border-color: #dedede;
  margin-top: 10px;
  position: absolute;
  margin-top: 30px;
  width: 368px;
  margin-left: -151px;
}

form#webform-submission-fill-up-the-details-schedule-a-f-node-80-add-form #edit-actions-submit {
  background: #ffca21;
  border: 1px solid #ccc;
  color: black;
  float: right;
  margin-right: 0px;
  margin-bottom: 22px;
  margin-top: 51px;
  padding: 11px 30px;
  width: 100%;
  font-size: 16px;
  font-weight: 900;
}

/*landing page 1*/
/*Engagement Models*/
.engagement_model_landing_page {
  background: #1689e4;
  position: relative;
  padding: 110px 0;
  color: #fff;
  z-index: 0;
  margin-bottom: 60px;
}

.engagement_info {
  font-size: .95rem;
  letter-spacing: .5em;
  font-weight: 400;
  color: #f9c523;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}

.engagement_heading {
  font-size: 44px;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  font-weight: 900;
}

.engagement_description {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto 71px auto;
}

.engage_left {
  background: #fdc400;
  padding: 50px;
}

.engagement_side_heading {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 700;
  color: #fff;
}

.engagement_side_descriprion {
  font-size: 19px;
  font-weight: 600;
}

.engage_right {
  position: absolute;
  width: 100%;
  left: calc(-2% - 4px);
  height: 100%;
}

@media (max-width: 600px) {
  .engage_right {
    position: relative;
    left: calc(1% - 4px);
  }
}

.engage_right {
  padding: 50px;
  background: #fff;
}

.engage_side_heading_1 {
  color: #1a2e65;
  font-size: 2rem;
  margin-bottom: 30px;
}

.engage_side_heading_2 {
  font-size: 1.2rem;
  margin-bottom: 30px;
  font-weight: 500;
  color: #000;
  line-height: 2;
}

.engage_side_button {
  color: #fff;
  border-radius: 50px;
  border: 1px solid #fdc400;
  background: #fdc400;
  white-space: nowrap;
  display: inline-block;
  padding: 0.61rem 2rem;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 15px 9px 0 0;
  position: relative;
  overflow: hidden;
}

.engage_side_button::before {
  position: absolute;
  content: "";
  border-radius: 50px;
  height: 50px;
  width: 50px;
  background: #fdc400;
  bottom: -21px;
  right: -31px;
}

/**We encourage you**/
.explore_landing_page {
  padding: 90px 0 65px 0;
}

.explore_info {
  font-size: .95rem;
  letter-spacing: .5em;
  font-weight: 400;
  color: #fdc400;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.explore_heading {
  font-size: 44px;
  margin-bottom: 20px;
  font-weight: 900;
}

.builder-before-content-widget-landingpage2_7 {
  display: flex;
  margin: auto;
}

.explore_buttons {
  color: #fff;
  border-radius: 50px;
  border: 1px solid #fdc400;
  background: #fdc400;
  white-space: nowrap;
  display: inline-block;
  padding: 0px 35px;
  font-size: 1rem;
  font-weight: 600;
  margin: 15px 9px 0 0;
  position: relative;
  overflow: hidden;
}

.explore_buttons::before {
  position: absolute;
  content: "";
  border-radius: 50px;
  height: 50px;
  width: 50px;
  background: #fdc400;
  bottom: -21px;
  right: -31px;
}

.d-flex {
  display: flex !important;
}

.heading-2 {
  text-align: left;
  font-size: 20px;
  background-position: center;
  background: url(/embark/images/casestudybg.webp);
  height: 200px;
  font-weight: bold;
  padding: 30px;
}

.insight-content-1 {
  padding-top: 20px;
  margin-bottom: 30px;
  background: #f7f7f7;
  margin-top: -7px;
  padding-bottom: 15px;
  height: 40%;
}

.insights-listing-1 {
  background: white;
}

.heading-2 a {
  color: black;
}


a.btn.primary-btn.down-arrow {
  color: white;
  border: 1px solid white;
  padding: 10px;
  text-align: left;
}

/***landing page layout3 banner****/
.layout.layout--twocol-section.layout--twocol-section--50-50 .layout__region.layout__region--first {
  flex: 0 1 40% !important;
}

.layout.layout--twocol-section.layout--twocol-section--50-50 .layout__region.layout__region--second {
  flex: 0 1 51% !important;
}

.land-banner1 {
  background-image: url('/embark/images/blue-design.png');
  background-repeat: no-repeat;
  margin-top: -110px;
  padding: 10% 1% 10% 5%;
  width: 123%;
  margin-left: 17px;

}

.land-banner1 p {
  color: white;
}

.land-banner1 p {
  color: white !important;
}

.land-banner1.emb-container-fluid h3 {
  color: white;
  line-height: 20px;
}

.layout.layout--twocol-section.layout--twocol-section--50-50 {
  margin-bottom: 130px;
}

.description {
  margin-top: 65px;
}

.insight-content p.description {
  margin-top: 35px;
}

.ifram {
  height: 300px;
  margin-bottom: 99px;
  margin-top: 41px;
  width: 510px;
}

/***form head left****/
.layout.layout--twocol-section.layout--twocol-section--50-50 .layout__region.layout__region--first {
  background-image: none;
  background-repeat: no-repeat;
  margin-top: -110px;
  /* margin-left: -123px;*/
}

.emb-form-head p {
  width: 86%;
  text-align: left;
  font-size: 14px;
  color: #333333;
  margin-left: 7%;
}

.stage_descirption1 {
  color: white;
  font-size: 24px;
  text-align: left;
  line-height: 21px;
  margin-left: 7%;
  font-weight: 700;
}

.stage_descirption2 {
  color: black;
  font-size: 24px;
  text-align: left;
  line-height: 21px;
  margin-left: 7%;
  font-weight: 700;
}

.emb-form-head {
  padding-top: 22%;
}

#webform-submission-landing-page-node-173-add-form--2 {
  padding: 0 10% 5%;
  line-height: 36px;
}

#webform-submission-landing-page-node-173-add-form--2 label {
  color: black;
  font-weight: 800;
  /*display: block;*/
}

#webform-submission-landing-page-node-173-add-form--2 input {
  border-radius: 25px;
  padding: 14px;

}

#webform-submission-landing-page-node-173-add-form--2 #edit-name--2 {
  width: 75%;
  display: block;
}

#webform-submission-landing-page-node-173-add-form--2 #edit-e-mail--2 {
  width: 75%;
  display: block;
}

#webform-submission-landing-page-node-173-add-form--2 #edit-phone--2 {
  width: 75%;
  display: block;
}

.left {
  text-align: center;
  color: white;
  padding-bottom: 50px;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-i-agree.js-form-item-i-agree .option {
  font-size: 10px;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-i-agree.js-form-item-i-agree {
  line-height: 14px;
  padding-top: 15px;
}

.sub {
  background: #fdc400;
  border: 1px solid #ccc;
  color: #fff;
  float: unset !important;
  margin-left: 7% !important;
  margin-top: 37px;
  padding: 11px 30px;
  width: 75% !important;
  font-size: 16px;
  font-weight: 700 !important;
}

/****best annual***/
.layout--twocol-section.layout--twocol-section--33-67 >
.layout__region--second,
.layout--twocol-section.layout--twocol-section--67-33 >

.layout__region--first {
  flex: 0 1 60% !important;
}

.layout--twocol-section.layout--twocol-section--33-67 >
.layout__region--first,
.layout--twocol-section.layout--twocol-section--67-33 >

.layout__region--second {
  flex: 0 1 40% !important;
}

.land-banner {
  background-image: url('/embark/images/blue-design.png');
  background-repeat: no-repeat;
  margin-top: -116px;
  padding: 10% 1% 12% 37%;
  width: 99%;
  margin-left: 0px;
}

.land-banner p {
  color: white;
}

.land-banner p {
  color: white !important;
}

.layout.layout--twocol-section.layout--twocol-section--67-33 {
  max-width: 100% !important;
}

.land-banner h3 {
  color: white;
  line-height: 22px;
  font-size: 32px;
  font-weight: 500;
}

.duration {
  color: black !important;
}

.duration {
  color: black !important;
}

.p-black {
  color: black !important;
}

.img-land {
  border-radius: 50%;
  width: 54%;
  margin-left: 24%;
}

.time {
  font-weight: 600;
  color: white;
}

.land-banner .p-white,
.p-black {
  color: white;
  font-size: 13px;
}

/***form head***/
.layout.layout--twocol-section.layout--twocol-section--67-33 .layout__region.layout__region--second {
  background-image: url('/embark/images/webinar-image-3.png');
  background-repeat: no-repeat;
  margin-top: -123px;
}

.emb-form-head p {
  width: 86%;
  text-align: left;
  font-size: 14px;
  color: #333333;
  margin-left: 7%;
}

.stage_descirption1 {
  color: white;
  font-size: 24px;
  text-align: left;
  line-height: 21px;
  margin-left: 7%;
  font-weight: 700;
}

.stage_descirption2 {
  color: black;
  font-size: 24px;
  text-align: left;
  line-height: 21px;
  margin-left: 7%;
  font-weight: 700;
}

.emb-form-head {
  padding-top: 22%;
}

#webform-submission-landing-page-node-173-add-form {
  padding: 0 10% 10%;
  line-height: 36px;
}

#webform-submission-landing-page-node-173-add-form label {
  color: black;
  font-weight: 800;
}

#webform-submission-landing-page-node-173-add-form input {
  border-radius: 25px;
  padding: 14px;

}

#webform-submission-landing-page-node-173-add-form #edit-name {
  width: 75%;
  display: block;
}

#webform-submission-landing-page-node-173-add-form #edit-e-mail {
  width: 75%;
  display: block;
}

#webform-submission-landing-page-node-173-add-form #edit-phone {
  width: 75%;
  display: block;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-i-agree.js-form-item-i-agree .option {
  font-size: 10px;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-i-agree.js-form-item-i-agree {
  line-height: 14px;
  padding-top: 15px;
}

.sub {
  background: #fdc400;
  border: 1px solid #ccc;
  color: #fff;
  float: unset !important;
  margin-left: 7% !important;
  margin-top: 37px;
  padding: 11px 30px;
  width: 75% !important;
  font-size: 16px;
  font-weight: 700 !important;
}

/***countdown timer****/
.li {
  display: inline-block;
  list-style-type: none;
  font-size: 1.5em;
  padding: 1em;
}

.li span {
  display: block;
  font-size: 4.5rem;
}

.about-land {
  text-align: center;
  margin-top: 50px;
}

.about-land div {
  display: inline-block;
  line-height: 1;
  padding: 20px;
  color: #333333;
  font-size: 40px;
}

.about-land .tech-span {
  display: inline-block;
  color: black;
}

.about-h3 {
  color: #1689e4;
  font-weight: lighter !important;
}

.about-div p {
  font-size: 18px;
  margin-left: 11%;
  margin-right: 11%;
  color: #333333;
  text-align: center;
}

.cout-p {
  color: #1689e4 !important;
  padding-top: 22px;
  font-size: 20px !important;
}

#timer span {
  font-size: 16px !important;
  display: block;
  background-color: #1689e4;
  color: white;
  margin-top: 39px;
  padding: 9px;
  width: 114px;
  margin-left: -8px;
  margin-bottom: -2px;
}

#timer div {
  border: 1px solid #BFBFBF;
  box-shadow: 0 0 3px;
  padding: 30px 6px 1px 7px;
  margin-left: 9px;
  width: 114px;
}

.join-button {
  display: block !important;
  font-size: 18px !important;
  border: 1px solid #1689e4;
  width: 20%;
  border-radius: 31px;
  background-color: #1689e4;
  text-align: center;
  margin-left: 40%;
  font-weight: 600;
  color: white;
  padding: 12px !important;
  margin-top: 28px;
}

/***clear value**/
.margin-20 {
  margin: 40px 0;
}

.clearvalue .call-to-action {
  padding: 16px 15px;
  background: #fdc400;
  color: #fff;
  font-size: 30px;
  font-weight: 700 !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.button {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: .5s;
}

.clearvalue .button {
  border-radius: 25px;
  border: 1px solid #fff;
  color: black;
  text-align: center !important;
  padding: 5px 10px;
  width: 100%;
  transition: all .5s;
  cursor: pointer;
  background-color: white;
  font-size: 24px;
  cursor: pointer;
}

.button:hover {
  padding-right: 24px;
  padding-left: 8px;
}

.button {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: .5s;
}

.button:hover::after {
  opacity: 1;
  right: 35px;
}

.button::after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 16px;
  right: -5px;
  transition: .5s;
}

/***what you will know***/
.about-land {
  text-align: center;
  margin-top: 50px;
}

.what-know div {
  display: inline-block;
  line-height: 1;
  padding: 0px !important;
  font-size: 40px;
  vertical-align: middle;
}

.book {
  margin-bottom: 87px;
}

.what-know .tech-span {
  display: inline-block;
  color: black;
}

.about-h3 {
  color: #1689e4;
  font-weight: lighter !important;
}

.about-div p {
  font-size: 18px;
  margin-left: 11%;
  margin-right: 11%;
  color: #333333;
  text-align: center;
}

.cout-p {
  color: #1689e4 !important;
  padding-top: 22px;
  font-size: 20px !important;
}

.what-h4 {
  font-size: 20px;
  font-weight: 800 !important;
  color: black;
  text-align: left;
}

.what-p {
  font-size: 16px;
  line-height: 20px;
  font-weight: lighter;
  color: #333333;
  text-align: left;
}

.what-img {
  width: 75%;
  vertical-align: middle;
}

/***your target***/
.join-button3 {
  display: inline-block !important;
  font-size: 18px !important;
  border: 1px solid #fdc400;
  width: 50%;
  border-radius: 31px;
  background-color: #fdc400;
  text-align: center;
  margin-left: 2%;
  font-weight: 600;
  color: white;
  padding: 12px !important;
  margin-top: 28px;
}

.tar-img {
  width: 60%;
  margin-left: 32%;
}

.your-target.emb-container {
  margin-top: 68px;
}

.tar-h3 {
  line-height: 2px;
  color: black;
  font-size: 26px;
  font-weight: 800 !important;
}

.your-h3 {
  font-size: 26px;
  line-height: 24px;
  color: #1689e4;
}

.what-p {
  font-size: 16px;
  line-height: 20px;
  font-weight: lighter;
  width: 70%;
  color: #333333;
  text-align: justify;
  line-height: 24px;
}

/***bg-overlay***/
.bg-overlay {
  background: url("/embark/images/webinar-image-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  height: 450px;
  padding-top: 50px;
}

.bg-overlay .tech-span {
  color: white;
}

.join-button2 {
  display: inline-block !important;
  font-size: 18px !important;
  border: 1px solid #fdc400;
  width: 20%;
  border-radius: 31px;
  background-color: #fdc400;
  text-align: center;
  margin-left: 2%;
  font-weight: 600;
  color: white;
  padding: 12px !important;
  margin-top: 28px;
}

.join-button1 {
  display: inline-block !important;
  font-size: 18px !important;
  border: 1px solid #eaeae9;
  width: 30%;
  border-radius: 31px;
  background-color: #eaeae9;
  text-align: center;
  font-weight: 600;
  color: white;
  padding: 12px !important;
  margin-top: 28px;
}

.bg-input {
  color: white;
  margin-left: 24%;
}

#webform-submission-landing-page-node-173-add-form--2 #edit-actions-submit {
  background: #53ba00 !important;
  border: 1px solid #ccc;
  color: #fff;

  margin-top: 24px !important;

  font-size: 16px;

}

#webform-submission-landing-page-node-173-add-form #edit-actions-submit {
  background: #fdc400 !important;
  border: 1px solid #ccc;
  color: #fff;

  margin-top: 24px !important;

  font-size: 16px;

}

.glob {
  margin-top: -42px;
}

/********layopu4 aagtha section**********/
.ava-img {
  width: 75%;
}

.my-web {
  margin-top: 50px;
  background-color: #faf9f9;
  padding-bottom: 100px;
}

.avacontent h3 {
  color: black;
}

.p-desc {
  float: left;
  line-height: 25px;
}

.agthaul {
  float: left;
  margin-left: -25px;
}

.video-p {
  margin-top: 40px;
}

.lead.my-3.text-muted {
  font-size: 16px;
}

.text-justify {
  margin-top: 50px;
}

.test {
  border-bottom: 10px solid #1689e4;
  padding-bottom: 35px;
}

.test2 {
  margin-bottom: 50px;
}

/****landing page 4 banner*****/
.l4-banner.emb-container-fluid {
  padding: 0;
  margin-top: -100px;
}

.calimg {
  padding-right: 17px;
  width: 50px;
  height: 30px;
}

.land4ul li {
  text-align: left;
}

.emb-col-md-6.tim-col {
  display: flex;
  /* padding-left: 12px; */
}

.emb-col-md-6.tim-col p {
  font-size: 20px;
  font-weight: 700;
}

.emb-col-md-6.tim-col {
  padding-bottom: 60px;
}

.land4ul li::before {
  color: #fdc400;
  content: "\2022";
  /* color: red; */
  font-weight: bold;
  font-size: 28px;
  display: inline-block;
  width: 1em;
  margin-left: -2em;
}

.bullet-head {
  display: block;
  float: left;
  font-size: 24px;
}

.land4ul {
  float: left;
  margin-top: 72px;
  font-size: 20px;
  margin-left: -186px;
  list-style: none;
  opacity: 0.8;
  line-height: 38px;
}

#webform-submission1 {
  background: white;
  padding: 47px 15px;
  border-radius: 2%;
  position: absolute;
  width: 100%;
  padding-right: 36px !important;
}

#webform-submission1 input {
  width: 75%;
  display: block;
  margin-left: 40px;
  padding: 7px;
  margin-bottom: 4px;
}

#webform-submission1 input {
  width: 75%;
  display: block;
  margin-left: 53px;
  padding: 7px;
  margin-bottom: 4px;
}

.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 720px;
}

#webform-submission1 .label-check {
  display: inline-block !important;
  margin-left: 12px !important;
  margin-top: 10px;
}

#vehicle1 {
  display: inline-block !important;
  width: 6% !important;
}

#webform-submission1 #edit-actions-submit {
  margin-top: 6px;
  margin-right: 24px;
  padding: 12px !important;
  background-color: #fdc400;
  font-size: 20px;
  font-weight: 800;
}

#webform-submission1 label {
  color: #9e9e9e;
  margin-left: -112px;
  font-size: 14px;
}

.l4-banner.emb-container-fluid h1 {
  font-size: 52px !important;
}

.sub-p {
  font-size: 24px;
  font-weight: lighter;
  padding-bottom: 32px;
}





/**********************************************MAhesh css for landing page 1 start here**********/

/***banner****/
.third-img-First-section {
  border-radius: 50%;
  border: 2px solid #fdc400;
  height: 14%;
  left: 56%;
  position: absolute;
  top: 6%;
  width: 13%;
}

.third-img-Second-section {
  border-radius: 50%;
  border: 3px solid #fdc400;
  height: 7%;
  left: 74%;
  position: absolute;
  top: 3%;
  width: 7%;
}

.third-img-third-section {
  background-color: yellow;
  border-radius: 50%;
  border: 3px solid #fdc400;
  height: 6%;
  left: 79%;
  position: absolute;
  top: 78%;
  width: 6%;
}

section.back-color h6.text-1 {
  font-size: 16px;
  margin-top: 43px;
  font-weight: 300;
  color: white;
}

section.back-color h1.text-11 {
  font-size: 34px;
  margin-top: 30px;
  color: white;
  line-height: unset !important;
  margin-bottom: 16px;
}

i.fa.fa-rocket {
  margin-top: 36px;
  font-size: 21px;
  color: white;
}

i.fa.fa-adjust {
  color: white;
  font-size: 21px;
}

i.fa.fa-thumbs-up {
  color: white;
  font-size: 21px;
}

i.fa.fa-diamond {
  color: white;
  font-size: 21px;
}

section.back-color p.icon-text1 {
  margin-top: -35px;
  font-size: 12px;
  margin-left: 43px;
  color: white;
}

h1.text-lets {
  font-size: 16px;
  margin-top: 15px;
  color: white;
  margin-left: 16px;
}

.text-fir button.btn-1 {
  color: white;
  margin-top: 24px;
  border-radius: 16px;
  padding: 12px 48px;
  background-color: #1689e4;
  margin-left: 18px;
  border: none;
  font-weight: 600;
}

section.back-color {
  background-color: #333333;
  padding-bottom: 20px;
  margin-top: -8%;
}

.calimg1 {

  width: 41px;
  margin-left: -7px;
}

.calimg2 {
  width: 41px;
  height: 37px;
  margin-left: -9px;
}

.calimg3 {
  width: 41px;
  height: 37px;
  margin-left: -3px;
}

.calimg4 {
  width: 41px;
  height: 37px;
  margin-left: -4px;
}

section.photo-sec1 {

  position: relative;
}

section.photo-sec-mob {

  position: relative;
}


.side-tex h2 {
  padding: 20px 444px 0px;
  font-size: 28px;
}


.first-p {

  text-align: left;
  padding: 5px 54px;
  color: white;
  opacity: 0.8;

}

.meet-p {
  font-size: 15px;
  padding: 0px 353px 40px;
  text-align: center;
}

h1.text-1-second-sec-new {
  font-size: 20px;
  margin-top: 43px;
  color: white;
  margin-left: 42px;
}

h1.text-11-second-sec-new {
  font-size: 31px;
  margin-top: 30px;
  color: white;
  margin-left: 42px;
}



p.icon-text11 {
  margin-top: -23px;
  font-size: 16px;
  margin-left: 29px;
  color: white;
  margin-left: 42px;
}

h1.text-lets-new {
  font-size: 19px;
  margin-top: 45px;
  color: white;
  margin-left: 44px;
  margin-bottom: 17px;
}

button.btn-1-new {
  color: white;
  margin-top: 24px;
  border-radius: 38px;
  width: 204px;
  height: 37px;
  background-color: #01d6d39e;
  border-width: inherit;
}

section.back-color-second-sec {
  background-color: black;
  margin-top: 0px;
}

img.img-fluid-new {
  width: 551px;
  height: 518px;
}


@media (min-width: 600px) {
  section.back-color-second-sec {

    display: none;
  }

  #timer1 {
    display: flex;
    margin-top: 20px !important;
    margin-left: 0;
    padding-bottom: 62px;
  }

  #timer1 {
    display: flex;
    margin-top: 20px !important;
    margin-left: 411px !important;
    padding-bottom: 62px;
  }

  .last-sec-tex div {
    margin-left: 0;
  }

  .third-img-First-section {
    border-radius: 50%;
    border: 2px solid #fdc400;
    height: 9%;
    left: 56%;
    position: absolute;
    top: 6%;
    width: 13%;
  }

  .third-img-First-section {
    border-radius: 50%;
    border: 2px solid #fdc400;
    height: 9%;
    left: 56%;
    position: absolute;
    top: 6%;
    width: 13%;
  }
}


#timer1 {
  display: flex;
  margin: 0 328px;
}

.last-sec-tex div {
  margin-left: 15px;
  display: inline-block;
  line-height: 1;


  font-size: 40px;
  color: white;
}

div#timer1 span {
  color: #fdc400;
  font-size: 16px;
  margin-left: 4px;
  display: block;
}

h1.text-step1-current-news {
  color: white;
  text-align: center;
  margin-left: 13%;
  margin-top: 77px;
  font-size: 26px;
  opacity: 0.8;
  margin-top: 50px;
  padding-bottom: 0px;
}

#timer1 {
  display: flex;
  margin-top: 20px !important;
  margin-left: 439px !important;
  padding-bottom: 62px;
}

#timer1 div {
  padding-right: 16px;
  font-weight: 800;
}




.hr-roll {
  margin-left: -11px;
  background-color: black;
  height: 8px;
  border: 2px solid black;
  margin-top: 34px;
  width: 520px;
}

h1.text-center-tex-mob-new {
  margin-top: 26px;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
}

h1.text-center-tex-mob {
  margin-left: 139px;
  margin-top: 28px;
  font-weight: normal;
  font-size: 17px;
  color: black;
}

h1.text-center-text-mob {
  margin-left: 221px;
  margin-top: -72px;
  color: black;
}

.dot-mob {
  height: 92px;
  width: 89px;
  margin-left: 89px;
  margin-top: 37px;
  border: 2px solid black;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
}

h1.text-center-text-new-mob {
  margin-top: 46px;
  font-size: 15px;
  color: black;
  margin-left: 170px;
  font-weight: 400;
}

@media (min-width: 600px) {
  .hr-roll {
    display: none;
  }

  h1.text-center-tex-mob-new {
    display: nene;
  }

  h1.text-center-tex-mob {
    display: none;
  }

  .Circles-new-mob {

    display: none;

  }

  h1.text-center-tex-mob-new {
    display: none;
  }
}


@media (max-width: 600px) {

  h1.text-center-tex {
    display: none;
  }

  .side-tex h2 {
    padding: 0px;
    font-size: 28px;
  }

  section.dis-sec-mob {

    display: none;

  }

  #timer1 {
    display: flex;
    margin-top: 20px !important;
    margin-left: 0px !important;
    padding-bottom: 62px;
  }

  #timer1 {
    display: flex;
    margin: 0;
    margin-top: 0px;
    margin-left: 0px;
  }

  .last-sec-tex div {
    margin-left: 0px;
    display: inline-block;
    line-height: 1;
    font-size: 40px;
    color: white;
  }

}


h1.tex-mob-view {
  text-align: center;
  margin-top: 41px;
}

p.para-mob {
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
}

h1.para-mob1 {
  font-size: 19px;
  margin-left: 47px;
  margin-top: 31px;
  color: white;
}

p.para-mob2 {
  font-size: 13px;
  margin-left: 47px;
  margin-top: 13px;
  color: white;
}

p.para-mob3 {
  margin-left: 48px;
  font-size: 13px;
  margin-top: 18px;
  color: white;
}

img.img-order-one-mob {
  text-align: center;
  margin-left: 47px;
}

button.btn-10 {
  color: white;
  margin-top: 42px;
  border-radius: 38px;
  margin-left: 40px;
  width: 290px;
  height: 50px;
  background-color: #0dbda6;
  border-width: inherit;
}

.emb-col-md-6.dep-mob {
  background-color: beige;
}

.emb-col-md-6.dep-mob {
  background-color: black;
  padding-bottom: 34px;
}

.dedicate-p {
  font-size: 14px;
  padding: 0% 37% 2%;
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 600px) {

  h1.tex-mob-view {
    display: none;
  }

  p.para-mob {
    display: none;
  }

  h1.para-mob1 {
    display: none;
  }

  p.para-mob2 {

    display: none;

  }

  p.para-mob3 {

    display: none;

  }

  .table-form:before {
    background: rgba(250, 140, 50, 0.6);
  }

  .col-md-6.dep-mob {
    display: none;
  }



}

@media (max-width: 600px) {

  section.second-bg {

    display: none;

  }

}

@media (min-width: 600px) {
  .photo-sec-mob {
    display: none;

  }

}

@media (max-width: 600px) {
  .photo-sec1 {
    display: none;

  }

}

.last-sec {
  background-image: url('/embark/images/form_shape1.png');
  margin-top: -68px;
  background-size: cover;
  padding: 67px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 65px;

}

.table-form h2 {
  font-size: 20px !important;
  margin-top: -11px;
}

@media (max-width: 600px) {

  .last-sec {
    background-image: none;
    margin-top: 0px;
  }

  .dedicate {
    margin: 0;
    margin-top: 50px;
  }

  .dedicate-p {
    font-size: 14px;
    padding: 0;
    text-align: center;
  }

  .joinus-form {
    margin-left: 0px;
  }
}

@media (min-width: 600px) {

  section.final-sec {

    display: none;

  }
}

@media (max-width: 600px) {
  section.final-first {
    display: none;

  }

  .meet-p {
    font-size: 18px;
    padding: 0;
    text-align: center;
  }

  h2.text-center.cen {
    margin: 0;
  }

  .testimonial {
    text-align: center;
  }

  h2.text-center.cen {
    margin: 0px;
    font-size: 28px;
  }

  .dedicate {
    margin: 80px 8% 20px;
  }

  .dedicate h2.text-center.cen {
    font-size: 28px;
  }

  .join-us h2.text-center.cent {
    font-size: 28px;
  }

  .testimonial {
    text-align: center;
  }

  .third-img-5 {
    border-radius: 50%;
    border: 2px solid #fdc400;
    height: 10%;
    left: 64%;
    position: absolute;
    top: 4%;
    width: 11%;
  }

  .third-img-4 {
    border-radius: 50%;
    border: 2px solid #fdc400;
    height: 10%;
    left: 28%;
    position: absolute;
    top: 33%;
    width: 12%;
  }

  .third-img-3 {
    border-radius: 50%;
    border: 2px solid #fdc400;
    height: 10%;
    left: 25%;
    position: absolute;
    top: 4%;
    width: 12%;
  }
}

.third-img-3 {
  border-radius: 50%;
  border: 2px solid #fdc400;
  height: 12%;
  left: -2%;
  position: absolute;
  top: 4%;
  width: 18%;
}

.third-img-4 {
  border-radius: 50%;
  border: 2px solid #fdc400;
  height: 10%;
  left: 8%;
  position: absolute;
  top: 29%;
  width: 16%;
}

.third-img-5 {
  border-radius: 50%;
  border: 2px solid #fdc400;
  height: 12%;
  left: 57%;
  position: absolute;
  top: 4%;
  width: 18%;
}




img.img-fluid {
  width: 551px;
  height: 518px;
}


.Circles-new .dot {
  width: 80px;
  margin-left: 88px;
  margin-top: 24px;
  border: 2px solid black;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  height: 80px;
}

.emb-col-md-8.img-sec {
  height: 337px;
  width: 696px;
  margin-top: 62px;
}

.emb-col-md-8.img-bg {
  margin-top: 58px;
}

.first-clas {
  background-image: url(/embark/images/Intelig1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 9%;
  margin: -2%;
}

h1.text-center-tex {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  margin-top: 100px;
  margin-left: 35%;
  line-height: 33px;
  margin-right: 28%;
}

h1.text-center-text-new {
  margin-top: 41px;
  font-size: 15px;
  color: black;
  margin-left: 82px;
  font-weight: 400;
}

.text-center-text-new {
  color: black !important;
  margin-left: 82px;
  font-size: 12px;
  margin-top: 21px;
}

img.img-fluid.animation {
  /* font-size: 26px; */
  width: 700px;
  height: 411px;
}

h1.text-center-text-second {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0px;
}

h1.text-cen {
  margin-top: 99px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

img.img-fluid.ste-img {
  margin-left: 271px;
  margin-top: 103px;
  width: 64%;
  height: 50%;
}

.third-img {
  border-radius: 50%;
  border: 2px solid #fdc400;
  height: 23%;
  left: 33%;
  position: absolute;
  top: 41%;
  width: 19%;
}

h1.text-banner {
  margin-top: 40px;
  font-size: 16px;
  margin-left: 50px;
  color: white;
  margin-bottom: -8px;
}

h1.text-center-text {
  margin-left: 111px;
  margin-top: -71px;
  color: black;
}

h1.text-banner-next {
  margin-top: 13px;
  font-size: 14px;
  margin-left: 12px;
  color: white;
}

h1.text-banner-fir {
  margin-top: 13px;
  font-size: 14px;
  margin-left: 12px;
  color: white;
}

.resiter button.btn-2 {

  color: white;
  margin-top: 24px;
  border-radius: 38px;
  margin-left: 56px;
  background-color: #1689e4;
  padding: 12px 50px;
  border: none;
  font-weight: 600;

}

.sencond-img-2 {
  top: -117px;
  margin-bottom: -128px;
}

.flex.flex-wrap {
  margin-top: 60px !important;
}

h2.text-center.cen {
  margin-top: 129px;
  text-align: center;
}

h1.text-center-text-third {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0px;
}

img.img-order-new {
  margin-top: 100px;
  width: 136px;
}

img.img-order-new-mob {
  margin-top: 100px;
  width: 136px;
  margin-left: 32%;
}

h1.text-step-mob {
  font-size: 25px;
  margin-top: 20px;
  margin-left: 126px;
}

h1.text-step1-mob {
  font-size: 11px;
  margin-left: 130px;
  /* font-size: initial; */
}

button.btn-3-mob {
  color: white;
  margin-top: 7px;
  border-radius: 38px;
  margin-left: 136px;
  width: 156px;
  height: 37px;
  background-color: #0dbda6;
  border-width: inherit;
}

img.img-order-new {
  margin-top: 100px;
  width: 136px;
}

img.img-order-new-1s {
  margin-top: 100px;
  width: 136px;
  margin-left: 32%;
}

h1.text-step-current-mob {
  font-size: 25px;
  margin-top: 20px;
  margin-left: 126px;
}

h1.text-step1-current-mob {
  font-size: 11px;
  margin-left: 130px;
}

button.btn-4-mob {
  color: white;
  margin-top: 7px;
  border-radius: 38px;
  margin-left: 136px;
  width: 156px;
  height: 37px;
  background-color: #0dbda6;
  border-width: inherit;
}





h1.text-step {
  font-size: 21px;
  margin-top: 20px;
  text-align: center;
  color: black;
}

.text-step1 {
  text-align: center;
}

h1.text-step1 {
  font-size: 14px;
}


button.btn-3 {
  color: white;
  margin-top: 31px;
  border-radius: 38px;
  margin-left: 35px;
  background-color: #1689e4;
  font-size: 14px;
  padding: 13px 50px;
  font-weight: 600;
  border: none;
}

.testimonial {
  margin-bottom: 80px;
}

.cir img {
  margin-left: 20px;
}

img.img-order-new-2-mob {
  margin-top: 100px;
  width: 136px;
  margin-left: 32%;
}

h1.text-step-current-new-mob {
  font-size: 25px;
  margin-top: 20px;
  margin-left: 126px;
}

h1.text-step1-current-new-ss {

  font-size: 11px;
  margin-left: 130px;
}


h1.text-step-current-new {
  font-size: 21px;
  margin-top: 20px;
  margin-left: 94px;
}

img.img-order-new-1 {
  margin-top: 100px;
  width: 136px;
  margin-left: 99px;
}

h1.text-step-current {
  font-size: 21px;
  margin-top: 20px;
  margin-left: 94px;
}

h1.text-step1-current {
  margin-left: 94px;
  font-size: 14px;
}

button.btn-4 {
  color: white;
  margin-top: 31px;
  border-radius: 38px;
  margin-left: 79px;
  width: 156px;
  height: 37px;
  background-color: #0dbda6;
  border-width: inherit;
}

button.btn-5-mob {
  color: white;
  margin-top: 7px;
  border-radius: 38px;
  margin-left: 136px;
  width: 156px;
  height: 37px;
  background-color: #0dbda6;
  border-width: inherit;
}

img.img-order-new-2 {
  margin-top: 100px;
  width: 136px;
  margin-left: 99px;
}

h1.count-clas {
  color: white;
}

p.count-colo {
  margin-left: 6px;
  color: yellow;
  margin-top: -16px;
}

h1.count-clas1 {
  color: white;
}

p.count-colo1 {
  color: yellow;
  margin-top: -14px;
}

h1.count-class-last {
  color: white;
}

p.count-colo1-last {
  margin-top: -15px;
  color: yellow;
}

h1.tex-count1 {
  margin-top: -81px;
  color: white;
  margin-left: 276px;
}

p.tex-color1 {
  margin-top: -15px;
  color: yellow;
  font-size: 18px;
  margin-left: 38%;
}

h1.tex-count2 {
  margin-top: -79px;
  margin-left: 364px;
  color: white;
}

p.tex-color2 {
  color: yellow;
  margin-top: -2%;
  margin-left: 50%;
}

h1.text-step-current-new {
  font-size: 21px;
  margin-top: 20px;
  margin-left: 94px;
}

h1.text-step1-current-new {
  margin-left: 94px;
  font-size: 14px;
}

button.btn-5 {
  color: white;
  margin-top: 31px;
  border-radius: 38px;
  margin-left: 94px;
  width: 156px;
  height: 37px;
  background-color: #0dbda6;
  border-width: inherit;
}

h2.text-center.cent {
  margin-top: 90px;
  font-size: 32px;
}

h1.text-center-text-thirdt {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0px;
}

.table-form {
  text-align: center;
}

input#fname1 {
  width: 238px;
  background-color: transparent;
  padding-bottom: 14px;
}


input#lname2 {

  width: 238px;
  background-color: transparent;
  padding-bottom: 14px;
}

input#lname3 {
  width: 238px;
  background-color: transparent;
  /*margin-left: -37px;*/
  padding-bottom: 14px;
}

label.fform {
  margin-left: -168px;
}

label.fform1.for\= {
  margin-left: -197px;
}

label.fform2.for\= {
  margin-left: -190px;
}

.joinus-form button.btn-6 {
  color: white;
  margin-top: -9px;
  border-radius: 38px;
  margin-left: -95px;
  background-color: #1689e4;
  font-size: 14px;
  padding: 10px 48px;
  border: none;
  font-weight: 600;
}

.joinus-form {
  margin-left: 78px;
}

.joinus-form input {
  border: 1px solid black;
}

.col-md-8.last-sec {
  width: 713px;
  height: 421px;
  padding-top: 65px;
}

.flex.flex-wrap.last-img {
  padding-bottom: 60px;

}

section.last-sec-tex {
  background-color: #333333;
  padding-bottom: 0px;
}



h1.time-set {
  text-align: center;
  margin-top: 49px;
  color: white;
}

h1.time-set1 {
  margin-top: -10px;
  margin-left: 300px;
  font-size: 14px;
  color: yellow;
}

h1.time-set2 {
  margin-top: -23px;
  margin-left: 351px;
  font-size: 14px;
  color: yellow;
}

h1.time-set3 {
  margin-top: -25px;
  margin-left: 403px;
  font-size: 14px;
  color: yellow;
}

/***section***/
section.second-bg1 {
  /* text-align: center; */
  /* padding: 86px; */
  margin: 23px -118px 23px 76px;
}

h2.text-center.cen {

  margin: 0px;

}

h1.text-center-text-third {
  margin: 23px -118px 23px 76px;
}

img.img-order-new-mob {

  margin-left: 48%;
}

h1.text-step-mob {

  margin-left: 138px;
}

h1.text-step1-mob {

  margin-left: 146px;

}

button.btn-3-mob {
  margin-left: 149px;

}

.third-img-6 {
  left: 44%;

}

img.img-order-new-1s {

  margin-left: 48%;
}

h1.text-step-current-mob {
  margin-left: 138px;
}

h1.text-step1-current-mob {
  margin-left: 146px;
}

button.btn-4-mob {
  margin-left: 149px;
}

img.img-order-new-2-mob {
  margin-left: 48%;
}

h1.text-step-current-new-mob {
  margin-left: 146px;
}

h1.text-step1-current-new-ss {
  margin-left: 146px;
}

button.btn-5-mob {
  margin-left: 149px;
}

h2.text-center.cent {
  margin: 0;

}

h1.text-center-text-thirdt {

  margin: 0;

}

section.final-sec {
  margin: 0;
}

section.last-sec-tex {
  margin: 0;
}

h1.text-center-tex-mob-new {
  margin: 0;
}




}



/***************Mahesh css for landing page 1 ends here****************/




@media only screen and (max-width: 600px) {
  .land-banner1 {
    background-image: url('/embark/images/blue-design.png');
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 0;
    width: 100%;
    margin-left: 0;
  }

  .ifram {
    height: 200px;
    margin-bottom: 99px;
    margin-top: 41px;
    width: 100%;
  }

  .land-banner h3 {
    color: white;
    line-height: unset;
    font-size: 32px;
    font-weight: 500;
  }

  .layout.layout--twocol-section.layout--twocol-section--67-33 .layout__region.layout__region--second {
    background-image: url('/embark/images/webinar-image-3.png');
    background-repeat: no-repeat;
    margin-top: 0;
  }

  .land-banner {
    background-image: url('/embark/images/blue-design.png');
    background-repeat: no-repeat;
    margin-top: -123px;
    padding: 22px;
    width: 100%;
    margin-left: 0px;
  }

  .layout.layout--twocol-section.layout--twocol-section--50-50 .layout__region.layout__region--second {
    flex: 0 1 100% !important;
  }

  #webform-submission-landing-page-node-173-add-form--2 {
    padding: 0;
    line-height: 36px;
  }

  .land-banner-join {
    width: 100%;
  }

  .bg-overlay {
    background: url("/embark/images/webinar-image-2.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: auto;
    padding-top: 50px;
  }

  .join-button1 {
    display: block;
    font-size: 18px !important;
    border: 1px solid #eaeae9;
    width: 100%;
    border-radius: 31px;
    background-color: #eaeae9;
    text-align: center;
    font-weight: 600;
    color: white;
    padding: 12px !important;
    margin-top: 28px;
  }

  .join-button2 {
    display: inline-block !important;
    font-size: 18px !important;
    border: 1px solid #fdc400;
    width: 100%;
    border-radius: 31px;
    background-color: #fdc400;
    text-align: center;
    font-weight: 600;
    color: white;
    padding: 12px !important;
    margin-top: 28px;
  }

  #webform-submission-landing-page-node-173-add-form--2 #edit-name--2 {
    width: 100%;
    display: block;
  }

  #webform-submission-landing-page-node-173-add-form--2 #edit-e-mail--2 {
    width: 100%;
    display: block;
  }

  #webform-submission-landing-page-node-173-add-form--2 #edit-phone--2 {
    width: 100%;
    display: block;
  }

  .layout.layout--twocol-section.layout--twocol-section--50-50 .layout__region.layout__region--first {
    background-image: none;
    background-repeat: no-repeat;
    margin-top: -110px;
    margin-left: 0;
  }

  .layout.layout--twocol-section.layout--twocol-section--50-50 {
    margin-right: 0px;
  }

  .join-button3 {
    display: inline-block !important;
    font-size: 18px !important;
    border: 1px solid #fdc400;
    width: 100%;
    border-radius: 31px;
    background-color: #fdc400;
    text-align: center;
    margin-left: 2%;
    font-weight: 600;
    color: white;
    padding: 12px !important;
    margin-top: 28px;
    margin-bottom: 20px;
  }

  .join-button {
    display: block !important;
    font-size: 18px !important;
    border: 1px solid #1689e4;
    width: 100%;
    border-radius: 31px;
    background-color: #1689e4;
    text-align: center;
    margin-left: 0;
    font-weight: 600;
    color: white;
    padding: 12px !important;
    margin-top: 28px;
  }

  .land-banner h3 {
    color: white;
    line-height: unset;
    font-size: 20px;
    font-weight: 500;
  }

  .layout.layout--twocol-section.layout--twocol-section--50-50 .layout__region.layout__region--first {
    flex: 0 1 100% !important;
  }

  .what-h4 {
    font-size: 20px;
    font-weight: 800 !important;
    color: black;
    text-align: center;
  }

  .book {
    margin-bottom: 0;
    /* padding-left: 9px; */
  }

  .what-p {
    font-size: 16px;
    line-height: 20px;
    font-weight: lighter;
    width: 70%;
    color: #333333;
    text-align: center;
    line-height: 24px;
    margin-left: 51px;
  }

  .glob {
    margin-top: 0px;
  }

  .bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 1471px;
  }

  #webform-submission1 {
    background: white;
    padding: 30px;
    border-radius: 2%;
    position: absolute;
    width: 100%;
    /*margin-top: 97px;
     padding-right: 36px !important; */
  }

  #webform-submission1 label {
    color: #9e9e9e;
    margin-left: 0 !important;
    font-size: 14px;
  }

  #webform-submission1 input {

    margin-left: 21px;
    padding: 7px;
    margin-bottom: 4px;
  }

  .land4ul {
    float: left;
    margin-top: 72px;
    font-size: 20px;
    margin-left: 0;
    list-style: none;
    opacity: 0.8;
    line-height: 38px;
  }
}

/***landing page 2 banner***/
/* Banner background Color section  */
section.best-seller {
  background-color: #DE8969;
}

img.img-fluid {
  /* height: 89%;
  width: 425px; */
  margin-top: 40px;
  margin-left: 24px;
}

section.best-seller {
  padding-bottom: 65px;
  background-color: #1689e4;

}

h1.first-test-section {
  margin-top: 76px;
  font-size: 14px;
  margin-left: 2px;
  color: black;
  margin-bottom: -35px;
}

h2.first-second-sec {

  font-size: 40px;
}

p.para-sec {
  font-weight: 500;
  font-size: 18px;
  color: black;
  opacity: 0.8;
}

/***landing page 2 header***/
.emb-col-md-6.leftmenu {
  display: flex;
  float: left;
  /* padding-left: 32px; */
}

.emb-col-md-6.leftmenu a {
  padding-left: 15px;
  color: black;
  font-size: 14px;
  font-weight: bolder;
}

.emb-row.emb-container.slack.menu {
  margin-top: -63px;
}

.img-order-one {
  margin-top: -30px;
}

.btn-slack {
  margin-top: 3px;
  width: 123px;
  height: 38px;
  font-size: 12px;
  color: #1689e4;
  font-weight: 700;
  /*border-radius: 10%;*/
  background-color: white;
  margin-left: 22px;
}

.btn2-slack {
  margin-left: 12px;
  width: 123px;
  height: 38px;
  font-size: 12px;
  color: #fcfbff;
  font-weight: 700;
  /*border-radius: 10%;*/
  background-color: #fdc400;
  margin-top: -9px;
}

.emb-col-md-6.rightmenu {
  display: flex;
}

.Sign.in {
  margin-left: 20px;
}

.Sign.in a {
  color: #000;
  font-size: 14px;
  font-weight: 800 !important;
}


/********************code by vidhya mam - 12-07-2023******************************/
.img-order-on1e {
  border-radius: 63%;
  margin-top: -19px;
  width: 54px;
  margin-left: -8px;
  margin-bottom: 15px;
}

#myTopnav {
  margin-top: -83px;
  margin-bottom: -12px;
}

.Searc {
  margin-top: 10px;
}

.first-webinar {
  margin-top: 90px;
}

.para-link {
  margin-top: 35px;
  color: #1264a3;
  font-size: 16px;
  margin-left: 24px;
  text-decoration: underline;
  margin-bottom: 62px;
}

.Webinar-txt- {
  margin-top: 38px;
  margin-bottom: 20px;
}

/* Form section  */
.forms-start {
  display: flex;
}

input#inputEmail4 {
  width: 311px;
  height: 35px;
  border-radius: 5px;
  border-width: thin;
  margin-left: -15px;
}

.form-sectiom-div {
  padding: 10px;
  background: white;
  margin-left: 100px;
  margin-top: -38px;
  color: black;
}

input#inputEmail3 {
  width: 147px;
  margin-left: 0px;
  text-align: center;
  border-radius: 5px;
  border-width: thin;
}

input#inputEmail {
  width: 156px;
  margin-left: -85px;
  text-align: center;
  border-radius: 5px;
  border-width: thin;
}

.control-label {
  font-size: 14px;
  font-weight: 600;
  margin-left: 18px;
}

.control-label-2 {
  font-size: 14px;
  font-weight: 600;
  margin-left: -49px
}

.control-label-12 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  float: left;
  margin-left: 2px;
}

.control-label-13 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
}

input#inputEmail5 {
  width: 311px;
  border-radius: 5px;
  border-width: thin;
}

input[type="text"] {
  width: 311px;
  margin-left: 2px;
  height: 35px;
  border-radius: 5px;
  border-width: thin;
}

ui.list-sty {
  list-style: none;
}

label.control-label-15 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
}

select.lable-sec {

  width: 311px;
  height: 35px;
  border-radius: 5px;
  border-width: thin;
  margin-left: 15px;
}

/* Form Drop section  */
label.control-label-16 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  float: left;
}

select.lable-sec-drop {
  width: 311px;
  height: 35px;
  border-radius: 5px;
  border-width: thin;
}

label.control-label-17 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  float: left;
}

select.lable-sec-drop1 {
  width: 311px;
  height: 35px;
  border-radius: 5px;
  border-width: thin;
}

label.control-label-Mobile {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
}

input#inputCompany5 {
  width: 311px;
  height: 35px;
  border-radius: 5px;
  border-width: thin;
  margin-left: -15px;
}

label.control-label-18 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  float: left;
}

select.lable-sec-drop2 {
  width: 311px;
  height: 35px;
  border-radius: 5px;
  border-width: thin;
}

.paragrap-2 {
  margin-top: 16px;
  font-size: 14px;
}

.underline-2 {
  margin-top: -56px;
  width: 137px;
  height: 2px;
  margin-left: 88px;
  text-align: center;
  background-color: #009edb;
}

.underline-3 {
  margin-top: 38px;
  width: 111px;
  height: 2px;
  margin-left: 187px;
  text-align: center;
  background-color: #009edb;
}

#web-form button.btn-3 {
  border-width: thin;
  width: 311px;
  margin-top: 0px;
  height: 49px;
  background-color: #1689e4;
  color: white;
  border-radius: 7px;
  margin-left: -2px;
}

/* Icon section */
.social-media-icon {
  display: flex;
}

i.fa-regular.fa-clock {
  margin-top: 22px;
  font-size: 12px;
  margin-left: 13px;
}

/* 30 min text */
.social-media-icon .icon-text1 {
  margin-top: 10px;
  margin-left: 28px;
  color: black;
}

.icon-twitter {
  margin-left: 373px;
  margin-top: 17px;
}

.icon-facebook {
  margin-top: 17px;
}

i.fa-brands.fa-instagram {
  margin-top: 21px;
  margin-left: 20px;
}

/* Hr roll */
hr.hr-roll {
  margin-top: -8px;
  width: 636px;
  margin-left: 14px;
}

.Webinar-text-center h1 {
  line-height: 30px;
}

/* Webinar text */
h1.webinar-text {
  font-size: 18px;
  margin-left: 17px;
  margin-top: 50px;
  font-weight: 700 !important;
  color: black;
  margin-bottom: 30px;
}

.underline-4 {
  margin-top: 18px;
  width: 8px;
  height: 9px;
  margin-left: 29px;
  text-align: center;
  background-color: #1689e4;
}

h1.webinar-text-2 {
  margin-top: -11px;
  margin-left: 53px;
  font-size: 14px;
  font-weight: 600;
}

p.webinar-text-para {
  margin-left: 21px;
  font-size: 16px;
  font-weight: 400;
}

p.webinar-text-para-second {
  margin-left: 21px;
  font-size: 16px;
  font-weight: 400;
}

.underline-5 {
  margin-top: 18px;
  width: 626px;
  height: 9px;
  margin-left: 24px;
  text-align: center;
  background-color: #1689e4;
}

.underline-6 {
  margin-top: 20px;
  width: 8px;
  height: 9px;
  margin-left: 44px;
  text-align: center;
  background-color: #1689e4;
}

h1.Webinar-text-no {
  margin-top: 20px;
  padding-top: 21px;
  font-size: 15px;
  /* padding: 18px; */
  margin-left: 43px;
}

h1.Webinar-text-no-1 {
  margin-top: -25px;
  margin-left: 64px;
  font-size: 15px;
}

.underline-7 {
  margin-top: 20px;
  width: 8px;
  height: 9px;
  margin-left: 44px;
  text-align: center;
  background-color: #1689e4;
}

h1.Webinar-text-no-2 {
  margin-top: -25px;
  margin-left: 64px;
  font-size: 16px;
}

.Webinar-text-center h1 {
  line-height: 48px;
}

.underline-8 {
  margin-top: 20px;
  width: 8px;
  height: 9px;
  margin-left: 44px;
  text-align: center;
  background-color: #1689e4;
}

h1.Webinar-text-no-3 {
  margin-top: -25px;
  margin-left: 64px;
  font-size: 16px;
}

.Webinar-text-center {
  /* margin-bottom: 100px; */
  margin-left: 24px;
  padding-bottom: 28px;
  width: 626px;
  /* padding-left: 97px; */
  padding-top: 0px;
  margin-top: -21px;
  background-color: #f2f2f4;
  color: black;
  margin-bottom: 10px;
}

h1.webinar-two-img {
  margin-left: 25px;
  margin-top: 24px;
  font-size: 16px;
  color: black;
  font-weight: 400;
  margin-bottom: -21px
}

img.img-order-one {
  border-radius: 63%;
  margin-top: 25px;
  width: 54px;
  margin-left: -8px;
}

h1.test-tex {
  margin-left: 60px;
  font-size: 12px;
  margin-top: -51px;
  color: black;
  font-weight: 400 !important;
}

p.para-sec-name {
  font-weight: 500;
  margin-left: 61px;
  font-size: 12px;
  margin-top: -6px;
  color: black;
}

img.img-order-one {
  border-radius: 63%;
  margin-top: 25px;
  width: 54px;
  margin-left: -8px;
}

.test-text {
  margin-left: 60px;
  font-size: 12px;
  margin-top: -51px;
  color: black;
  font-weight: 400 !important;
}

p.para-sec-name-sec {
  font-weight: 500;
  margin-left: 61px;
  font-size: 12px;
  margin-top: -6px;
  color: black;
}

.para-link {
  margin-top: 74px;
  color: #1264a3;
  font-size: 16px;
  margin-left: 24px;
  margin-bottom: 62px;
}

.underline {
  margin-top: -8px;
  width: 85px;
  height: 1px;
  margin-left: 25px;
  text-align: center;
  background-color: #1264a3;
}

hr.hr-roll-second {
  margin-top: -8px;
  width: 636px;
  margin-left: 14px;
}

hr.hr-roll-second {
  margin-top: 56px;
  width: 636px;
  margin-left: 14px;
}

h1.webinar-textsec {
  margin-top: 29px;
  font-size: 15px;
  margin-left: 253px;
}

#web-form button.btn-4 {
  margin-top: 14px;
  width: 158px;
  border-width: thin;
  height: 40px;
  margin-left: 179px;
  color: #1689e4;
  font-weight: 600;
  background-color: white;
  font-size: 14px;
  border-radius: 4px;
}

#web-form button.btn-5 {
  margin-top: 14px;
  width: 158px;
  border-width: thin;
  height: 40px;
  margin-left: 46px;
  color: #1689e4;
  font-weight: 600;
  background-color: white;
  font-size: 14px;
  border-radius: 4px;
}

hr.hr-roll-third {
  margin-top: 20px;
  width: 636px;
  margin-left: 14px;
}

#web-form fieldset {
  border: 1px solid transparent;
}

.webinar {
  color: black;
  margin-top: -25px;
}

.list-sty li {
  list-style: none;
  margin-left: -39px;
}

.icon-text1 img {
  vertical-align: bottom;
}

.icon-fb {
  display: block ruby;
}

.icon-instagram {
  margin-top: 17px;
}

#web-form hr {
  margin-top: -6px;
  color: lightgray;
}

.footer_section a {
  color: gray;
  font-size: 12px;
}

/*  Related.Events  */
h1.Related.Events {
  margin-top: 70px;
  font-size: 26px;
  margin-bottom: 60px;
  margin-left: 12px;
}

.section-related .card {
  border: none;
}

.card.first-img {
  margin-top: 49px;
  width: 255px;
}

span.badge.rounded-pill.bg-primary.badge-1 {

  margin-left: -15px;

  font-size: 12px;

  border-radius: 25px;
  padding: 7px 10px;
  background-color: #1689e4 !important;
}

h6.small-text {
  margin-top: -38px;
  font-weight: 300;
  margin-left: 60px;
  font-size: 15px;
}

h5.card-title.hed-text {
  font-size: 20px;
  font-weight: 700;
  margin-left: -15px;
  margin-top: 28px;
}

p.card-text {
  margin-left: -15px;
  font-size: 16px;
}

a.linked-text {
  margin-left: -15px;
  text-decoration: none;
  font-size: 18px;
}

/*   Arrow icon */
i.fa-solid.fa-arrow-right {
  color: #0e73d6;
}

.card.second-img {
  margin-top: 49px;
  width: 255px;
}

span.badge.rounded-pill.bg-primary.badge-2 {

  margin-left: -15px;
  font-size: 12px;
  border-radius: 25px;
  padding: 7px 10px;
  background-color: #1689e4 !important;
}

h6.small-text1 {
  margin-top: -38px;
  font-weight: 300;
  margin-left: 60px;
  font-size: 15px;
}

h5.card-title.hed-text2 {
  font-size: 20px;
  font-weight: 700;
  margin-left: -15px;
  margin-top: 28px;
}

p.card-text2 {
  margin-left: -15px;
  font-size: 16px;
}

a.linked-text2 {
  margin-left: -15px;
  text-decoration: none;
  font-size: 18px;
}

i.fa-solid.fa-arrow-right.second-card {
  color: #0e73d6;
}

.card.third-img {
  margin-top: 49px;
  width: 255px;
}

span.badge.rounded-pill.bg-primary.badge-3 {
  gap: 10px;
  margin-left: -15px;
  width: 67px;
  font-size: 12px;
  height: 24px;
}

i.fa.fa-play.first {
  font-size: 9px;
  margin-left: -14px;
  color: white;
  background-color: #1264a3;
  border-radius: 50%;
  padding: 6px;
}

h6.small-text2 {
  margin-top: -31px;
  font-weight: 300;
  margin-left: 32px;
  font-size: 15px;
}

h5.card-title.hed-text3 {
  font-size: 20px;
  font-weight: 700;
  margin-left: -15px;
  margin-top: 28px;
}

p.card-text3 {
  margin-left: -15px;
  font-size: 16px;
}

a.linked-text3 {
  margin-left: -15px;
  text-decoration: none;
  font-size: 18px;
}

i.fa-solid.fa-arrow-right.third-card {
  color: #0e73d6;
}

.card.four-img {
  margin-top: 49px;
  width: 255px;
}

h6.small-text3 {
  margin-top: -31px;
  font-weight: 300;
  margin-left: 32px;
  font-size: 15px;
}

h5.card-title.hed-text4 {
  font-size: 20px;
  font-weight: 700;
  margin-left: -15px;
  margin-top: 28px;
}

p.card-text4 {
  margin-left: -15px;
  font-size: 16px;
}

a.linked-text4 {
  margin-left: -15px;
  text-decoration: none;
  font-size: 18px;
}

i.fa-solid.fa-arrow-right.four-card {
  color: #0e73d6;
}

h1.center-text {
  text-align: center;
  margin-top: 74px;
  color: white;
  font-weight: 800;
  font-size: 34px;
}

section.section-related {
  margin-bottom: 115px;
  padding-top: 3px;
}

.center-section {
  padding-bottom: 68px;
  margin-bottom: 82px;
}

.play-blue {
  margin-left: -14px !important;
}

.linked-text::after {
  content: "\2192";
  font-size: 20px;
  font-weight: 700;
}

.linked-text2::after {
  content: "\2192";
  font-size: 20px;
  font-weight: 700;
}

.linked-text3::after {
  content: "\2192";
  font-size: 20px;
  font-weight: 700;
}

.linked-text4::after {
  content: "\2192";
  font-size: 20px;
  font-weight: 700;
}

section.cent-bar {
  background: #611F69;
  margin-top: -66px;
  clip-path: ellipse(75% 79% at center top);
  min-height: 370px;
  border: none;
}

.cent-bar button.btn-6 {
  border-radius: 5px;
  height: 47px;
  font-size: 13px;
  font-weight: 800;
  color: #1689e4;
  background-color: white;
  margin-left: 458px;
  margin-top: 22px;
  border-width: thin;
  width: 218px;
  border: none;
}

/* Footer section */
.dropdown-content a:hover {
  background-color: #ddd;
}

.dropbtn.f-s7 {
  padding: 0px 10px;
}

.dropbtn.f-s7::after {
  content: '▼';
  font-size: 9px;
  padding-left: 4px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.site-footer__bottom {
  border-top: 1px solid lightgray;
  padding-top: 32px;
  margin-left: 79px;
}

.footer_heading h3 {
  margin-left: 9px;
}

img.img-fluid.last-img-logo {
  width: 67px;
  margin-top: -7px;
}

section.cent-bar {
  background: #611F69;
  margin-top: -66px;
  clip-path: ellipse(75% 79% at center top);
  min-height: 370px;
  border: none;
}

section.footer_section {
  margin-top: 63px;
  margin-bottom: 50px;
}

ul.footer_links {
  list-style: none;
  margin-left: -29px;
}

h3.footfirst {
  font-size: 15px;
  font-weight: 700;
}

li.footer_item {
  padding-bottom: 6px;
  padding-top: 8px;
}

h3.footsecond {
  font-size: 15px;
  font-weight: 700;
}

h3.footthird {
  font-size: 15px;
  font-weight: 700;
}

h3.footfourth {
  font-size: 15px;
  font-weight: 700;
}

h3.footfifth {
  font-size: 15px;
  font-weight: 700;
}

h3.footsixth {
  font-size: 15px;
  font-weight: 700;
}

/* Last footer section */
.last.footer.section {
  display: flex;
}

.f-s2 {
  margin-left: 10px;
}

.f-s3 {
  margin-left: 10px;
}

.f-s4 {
  margin-left: 10px;
}

.f-s5 {
  margin-left: 10px;
}

.f-s6 {
  margin-left: 10px;
}

li.nav-item.dropdown {
  list-style: none;
}

a#navbarDropdown\ last {
  margin-top: -21px;
  margin-left: 34px;
  font-size: 13px;
}

i.fa.fa-globe {
  margin-left: 10px;
}

i.fa.fa-download {
  margin-left: 86px;
  color: #1296d6;
}

b.last-text-color {
  color: #1296d6;
  font-size: 14px;
}

i.fa-brands.fa-twitter.last-icon {
  margin-left: 13px;
  font-size: 17px;
}

i.fa-brands.fa-square-facebook.last-icon {
  margin-left: 13px;
  font-size: 17px;
}

i.fa-brands.fa-youtube.last-icon {
  margin-left: 13px;
  font-size: 17px;
}

i.fa-brands.fa-instagram.last-icon {
  margin-left: 13px;
  margin-top: 3px;
  font-size: 17px;
}

h1.copy-right {
  font-size: 10px;
  margin-top: 10px;
  margin-left: 3px;
}

.card.first-img {

  border: none;
}

.card.second-img {

  border: none;
}

.card.third-img {

  border: none;
}

.card.four-img {

  border: none;
}

/*  Mobile view Section */
section.best-seller-mobile-view {
  padding-top: 24px;
  padding-bottom: 41px;
  background-color: #DE8969;
  margin-bottom: -20px;
}

h1.first-test-section-mobile-view {
  font-size: 18px;
}

h2.first-second-sec-mobile-view {
  font-size: 37px;
  font-weight: 700;
}

p.para-sec-Mobile.view {
  font-size: 20px;
}

.last.footer.section {
  display: flex;
  /* margin-left: 0px; */
}

.f-s8 {
  margin-left: 117px;
}

.slack-copy {
  margin-left: 164px;
  margin-top: -24px;
}

.site-footer__bottom a {
  font-size: 12px;
}

@media (min-width: 600px) {

  section.best-seller-mobile-view {
    display: none;
  }


}

@media (max-width: 600px) {
  section.cent-bar {
    background: #611F69;
    margin-top: -66px;
    clip-path: unset;
    min-height: 370px;
    border: none;
    width: 100%;
  }

  .layout.layout--twocol-section.layout--twocol-section--50-50 {
    display: block !important;
  }

  .cent-bar button.btn-6 {
    border-radius: 5px;
    height: 47px;
    font-size: 13px;
    font-weight: 800;
    color: #1689e4;
    background-color: white;
    margin-left: 0;
    margin-top: 22px;
    border-width: thin;
    width: 100% !important;
    border: none;
  }

  .last.footer.section {
    display: block;
  }

  .f-s2 {
    margin-left: 0px;
  }

  .f-s3 {
    margin-left: 0px;
  }

  .f-s4 {
    margin-left: 0px;
  }

  .f-s5 {
    margin-left: 0px;
  }

  .f-s6 {
    margin-left: 0px;
  }

  .f-s8 {
    margin-left: 0px;
  }

  .slack-copy {
    margin-left: 0px;
    margin-top: 0px;
  }

  .icon-twitter {
    margin-left: 0;
    margin-top: 17px;
  }

  .form-sectiom-div {

    margin-left: 0px;
    margin-top: 25px;
  }

  .underline-5 {
    margin-top: 18px;
    width: 100%;
    height: 9px;
    margin-left: 0px;
    text-align: center;
    background-color: #1689e4;
  }

  .Webinar-text-center {
    margin-left: 0pz;
    padding-bottom: 28px;
    width: 100%;
    padding-top: 0px;
    margin-top: -21px;
    background-color: #f2f2f4;
    color: black;
    margin-bottom: 10px;
  }

  #web-form button.btn-5 {
    margin-top: 14px;
    width: 100%;
    border-width: thin;
    height: 40px;
    margin-left: 0;
    color: #611f69;
    font-weight: 500;
    background-color: white;
    font-size: 16px;
    border-radius: 4px;
  }

  button.btn-4 {
    margin-left: 0px;
    width: 100%;
  }

  button.btn-5 {

    margin-left: 0px;
    width: 100%;

  }

  h1.webinar-textsec {

    text-align: center;
    margin-left: 0px;

  }

  .card.first-img {
    width: 100%;
  }

  .card.second-img {
    width: 100%;
  }

  .card.third-img {
    width: 100%;
  }

  .card.four-img {
    width: 100%;
  }

  button.btn-6 {

    margin-left: 92px;

  }
}

.sell-img img.img-fluid {
  width: 100%;
  height: auto;
}

.slack {
  font-size: 22px !important;
  margin-left: -23px;
  margin-top: -8px;
}

.table-form label {
  color: black;
}

.topnav {
  overflow: hidden;

}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {

  color: black;
}

.topnav .icon {
  display: none;
}

.control-label-15 {
  float: left;
  margin-left: 15px;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav button {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .slack {
    font-size: 22px !important;
    margin-left: 0;
    margin-top: -8px;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive button {
    float: none;
    display: block;
    text-align: left;
  }

  .Sign.in {
    margin-left: 0px;
  }

  .btn-slack {
    margin-bottom: 28px;
  }

  .btn2-slack {
    margin-left: 21px;
  }
}

.sell-img img {
  padding-right: 25px;
}

img.img-fluid.grey-color {
  width: 26%;
}


/*********Oracel landing page*********/

.oracle_webform_body h2 {
  color: white;
  font-size: 43px;
  font-style: normal;
  font-weight: bold;
}

.oracle_webform_body p {
  color: white;
  margin: 0;
  padding: 0 0 25px;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}

.oracle_webform_header img {
  width: 131px;
}

.oracle_webform_header {
  padding-top: 34px;
}

section.oracle_webform {
  background: url(/embark/images/blue-bg.png);
  margin-top: -124px;
  background-repeat: no-repeat;
  margin-bottom: 10%;
}

.oracle_webform_image img {
  width: 135%;
}

@media(max-width: 600px) {
  .oracle_webform_image img {
    width: 100%;
  }
}

/****ORACLE FORM*******/
form#webform-submission-oracle-form-add-form {
  margin-top: 7%;
  background: white;
  z-index: 6;
  position: relative;
  margin-left: 16%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.1);
}

form#webform-submission-oracle-form-add-form input {
  border-radius: 0;
  margin-top: 15px;
  border: none;
  padding: 8px;
  margin-left: 12%;
  border-bottom: 2px solid grey;
  width: 75%;
}

form#webform-submission-oracle-form-add-form select {
  width: 76%;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid grey;
  padding: 8px;
  margin-top: 15px;
  margin-left: 12%;
}

form#webform-submission-oracle-form-add-form #edit-actions-submit {
  width: 60%;
  font-size: 23px;
  font-weight: bold;
  margin-right: 88px;
  background: #fdc400;
  color: white;
  padding: 25px;
  border: none;
  border-radius: 6px;
}

.fomr_heading p {
  margin-left: 12%;
  font-size: 13px;
  width: 75%;
}

.fomr_heading h3 {
  margin-left: 12%;
  width: 75%;
  font-family: 'Georgia';
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #1689e4;
}

.form_policy p {
  font-size: 13px;
  width: 350px;
  margin-left: 12%;
}

.fomr_heading {
  padding-top: 10px;
}

@media(max-width: 600px) {
  form#webform-submission-oracle-form-add-form {
    margin-left: 5%;
  }
  img.eCo-img {
    margin-top: 0%;
}
img.eboo-img {
    margin-top: 0%;
}
img.ebook-eimg {
    margin-top: 0%;
}
}

/********suite section oracle*******/
img.eboo-img {
    margin-top: 6%;
}
.emb-container.technology-2col {
    margin-bottom: -95px;
}
.emb-col-md-2.align-self-center a {
    border-radius: 4px;
    /* border: 1px solid #fff; */
    color: #fff;
    text-align: center !important;
}
.emb-container.emb-home-ecom-des {
    margin-top: -100px;
    margin-bottom: 50px;
}
img.ebook-eimg {
    margin-top: 27%;
}
img.eCo-img {
    margin-top: 15%;
}
.site_featutred h3 {
  color: #1689e4;
  font-weight: bold;
}

.site_featutred p {
  font-style: normal;
  font-weight: 300;
  color: black;
  font-size: 23px;
  line-height: 35px;
}

.site_featutred_image img {
  width: 96%;
  margin-left: 4%;
}

section.suite_growth {
  background: url(/embark/images/gray-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
}

section.suite_growth.linked-text::after {
  background: url(/embark/images/gray-bg.png);
  bottom: 0;
  content: '';
  display: block;
  height: 88%;
  left: 0px;
  position: absolute;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

.continous_change_header h2 {
  text-align: center;
  font-weight: bold;
  font-size: 29px;
  color: #1689e4;
}

.continous_change_header p {
  text-align: center;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 33px;
}

.continous_block_1 img {
  margin-left: 38%;
  padding-top: 15%;
}

.continous_block_2 img {
  margin-left: 38%;
  padding-top: 15%;
}

.continous_block_3 img {
  margin-left: 38%;
  padding-top: 15%;
}

.continous_block_1 h3 {
  text-align: center;
  color: #1689e4;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0px;
}

.continous_block_1 p {
  margin-bottom: 0;
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 10%;
}

.continous_block_1 {
  background: white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  width: 88%;
  height: 95%;
  border-bottom: 9px solid #fdc400;
  margin-bottom: 15%;
}

.continous_block_2 {
  background: white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  width: 88%;
  border-bottom: 9px solid #fdc400;
  height: 95%;
}

.continous_block_3 {
  background: white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  width: 88%;
  border-bottom: 9px solid #fdc400;
  height: 95%;
}

.continous_block_2 h3 {
  color: #1689e4;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0px;
}

.continous_block_3 h3 {
  color: #1689e4;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0px;
}

.continous_block_2 p {
  margin-bottom: 0;
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 10%;
}

.continous_block_3 p {
  margin-bottom: 0;
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 10%;
}


/*****Oracle industry******/
section.oracle_industry {
  background: #1689e4;
  margin-top: -18px;
  padding: 35px 0px;
}

.oracle_industry_head h3 {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
}

.oracle_industry_images img {
  margin-left: 58px;
}

.oracle_industry_images {
  margin-top: 55px;
  margin-bottom: 55px;
}

button.oracle_industry_button {
  margin: 20px auto 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  background: #fdc400;
  cursor: pointer;
  color: #FFF !important;
  display: block;
  text-align: center;
  border: none;
  padding: 20px 0px;
  border-radius: 7px;
  width: 300px;
  max-width: 100%;
  box-sizing: border-box;
}

.oracle_strip_img img {
  width: 100%;
  height: 18px;
  overflow-x: hidden;
}

@media(max-width: 600px) {
  section.oracle_strip {
    display: none;
  }
}


/*****oracle footer*******/
section.oracle_footer {
  background: #333333;
  padding: 60px 0px;
  margin-top: -7px;
}

.oracle_footer_links {
  text-align: center;
  color: white;
}

.oracle_footer_links a {
  color: white;
}

/**align-landing page css by vidhya*/
/**align-landing page-header*/
.land-align {
  background-color: #1689e4;
  padding: 38px 0 0px;
  margin-top: -100px;
}

.align-logo {
  width: 200px;
}

/**banner-align**/
.align-banner {
  position: absolute;
  top: 0;
  height: 494px;
  background-color: #1689e4;
  z-index: -1;
}

.emb-row.oncloud.emb-container {
  padding-top: 124px;
}

.triangle_right_banner {
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 30px solid red;
  border-bottom: 30px solid transparent;
  float: left;
}

.int_ad_heading,
.int_ad_heading2 {
  width: 94%;
  float: right;
  padding-top: 30px;
}

.int_ad_heading {
  font-size: 35px;
  line-height: normal;
}

.bills_main_1,
.btm_heading1,
.desktop,
.find_partenr_big,
.semi,
.sla_banner {
  width: 100%;
  float: left;
}

.spacer {
  clear: both;
}

.int_ad_fm {
  width: 404px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #adadad;
  margin: -30px auto 0;
  padding-bottom: 30px;
}

#LName,
#LPhone,
#LEmail,
#LCompany {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.align-carousel.emb-container {
  margin-top: 38%;
  margin-bottom: 25px;
}

.align-img11 {
  width: 100%;
  margin-bottom: 15px;
}

/*align-seamless*/
.title {
  margin-bottom: 5px;
  margin-top: 5px;
  color: #1689e4;
  font-size: 28px;
  padding: 0px 0;
  text-align: center;
  font-weight: 800;
}

/*module image*/
.add_mod_txt1_ad {
  font-size: 14px;
  color: #1689e4;
  text-align: -webkit-center;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 15px;
}

.emb-row.ads_menu_hide_mmob {
  margin-top: 2%;
}

/**features -align**/
#demo-f1,
#demo-f2,
#demo-f3,
#demo-f4,
#demo-f5,
#demo-f6,
#demo-f7,
#demo-f8,
#demo-f9,
#demo-n1,
#demo-n2,
#demo-n3 {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: 1s linear;
}

/**align footer**/
.align-footer {
  color: #fff;
}

.align-copyright {
  background-color: #11193d;
  padding: 30px;
}

.free-button {
  width: 16%;
}

.foot1 {
  background-color: #1689e4;
  border-radius: 3px;
  height: 23px;
  margin-right: 5px;
  padding: 0 5px;
  text-align: center;
  width: 43px;
}

.foot2 {
  background-color: #1689e4;
  border-radius: 3px;
  height: 23px;
  margin-right: 5px;
  padding: 0 5px;
  text-align: center;
  width: 63px;
}

.foot3 {
  background-color: #1689e4;
  border-radius: 3px;
  height: 23px;
  margin-right: 5px;
  padding: 0 5px;
  text-align: center;
  width: 53px;
}

.foot4 {
  background-color: #1689e4;
  border-radius: 3px;
  height: 23px;
  margin-right: 27px;
  padding: 0 5px;
  text-align: center;
  width: 150px;
}

.align-foot-mobile {
  display: none;
}

.align-foot-desktop {
  display: block;
}

.google-play {
  float: left;
  margin-left: 20px;
  width: 130px;

}

.align-carousel.emb-container {
  display: block;
}

.carousel-control-prev {
  margin-left: -76px !important;
}

.carousel-control-prev::after {
  content: '<';
  font-size: 31px;
  font-weight: 800;
}

@media screen and (max-width: 600px) {
  .align-image-section.emb-container {
    margin-top: 966px;
  }

  .int_ad_fm {
    width: 100%;
  }

  .free-button {
    width: 100%;
  }

  .emb-row.ads_menu_hide_mmob {
    margin-top: 2%;
    text-align: center;
  }

  .tex-cen {
    text-align: center;
  }

  .container p {
    color: white;
  }

  .align-foot-desktop {
    display: none;
  }

  .align-foot-mobile {
    display: block;
  }

  .google-play {
    float: left;
    margin-left: 84px;
    width: 130px;
    margin-top: 20px;
    text-align: center;

  }

  .app-store {
    margin-left: 84px !important;
  }

  .align-carousel.emb-container {
    display: none;
  }
}

div#block-140 {
  margin: 5px;
}

div#block-141 {
  margin: 5px;
}

div#block-142 {
  margin: 5px;
}

div#block-143 {
  margin: 5px;
}

div#block-144 {
  margin: 5px;
}

img.footer-fb {
  width: 50%;
  margin-left: 10px;
}

img.footer-twit {
  width: 70%;
}

img.footer-youtube {
  width: 60%;
}

img.footer-insta {
  width: 60%;
}

.icon-twitter img {
  width: 60%;
}

.icon-facebook img {
  width: 60%;
}

.icon-instagram img {
  width: 60%;
}

section.about-land.emb-container .join-button {
  color: white;
}

@media(max-width: 600px) {
  .site_featutred {
    margin-top: 94px !important;

  }

  .site_featutred p {
    width: 100%;
    color: white;
  }
}

.site_featutred p {

  width: 70%;
}

.site_featutred {
  margin-top: -63px;
}

@media(max-width: 600px) {
  .button-3 {
    display: none;
  }

  #odoo_ban1 {
    display: none;
  }
}

@media(min-width: 600px) {
  #odoo_ban2 {
    display: none;
  }
}

.button-4:hover {
  background-color: #FF3D00;
  color: #FFCA21;
  cursor: pointer;
}

.button-4 {
  background: #fdc400;
  /*border:1px solid black;*/
  color: white;
  border-radius: 3px;
  float: right;
  margin-right: 111px;
  margin-top: 20px;
  padding: 9px 24px;
}

.experience-box.pt-5:hover h3 a {
  color: #007BFE;
}

/***Data-Analytics- Visualization About US***/
/* .pb-0, .py-0 {
  padding-bottom: 0 !important;
} */
.lean-business .heading-h2 {
  color: #333;
  /* font-size: 48px; */
  font-weight: 700;
  margin-bottom: 32px;
}

/********Data-Analytics- Visualization  Our Approach******/
.secure-web-dev.padding-t-60 h3 {
  font-size: 16px;
  font-weight: 600 !important;
}

.secure-web-dev .grid {
  padding: 25px 15px;
  background: rgba(0, 0, 0, .5);
  line-height: 18px;
  margin-bottom: 0px;
  border-radius: 10px;
  height: 90%;
}

/********Data-Analytics- Visualization Benefits ***************/

.padding-t-60 {
  padding-top: 60px;
}

.experience-section .h2-heading {
  color: #333;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 32px;
}

.experience-box,
.experience-box p {
  color: #000;
  font-weight: 400;
}

.pt-5,
.py-5 {
  padding-top: 0px !important;
}

p.a-description a {
  color: black;
  padding-left: 0px;
  font-weight: bold;
}

.story-two-header-title-eyebrow {
  color: white !important;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;

}

.case-banner {
  padding-bottom: 100px;
  padding-top: 70px;
  margin-bottom: 30px;
}

/****Business Problem***/
.choose-right1 {
  background: url(/embark/images/honey.jpg);
  background-position: center;
  padding: 230px 150px;
  height: 100%;
}


.choose-right-business-problems--2 {
  background: url(/embark/images/business-problems--2.jpg);
  background-position: center;
  padding: 230px 150px;
  height: 100%;
}

.ebook-banner-rightimg {
  width: 100%;
  height: 323px;
}

.case-page li.grid {
  border: 1px solid #ccc;
}

div#drupal-modal input {
  margin: 12px;
  width: 50%;
  padding: 8px;
  margin-left: 46px;
}

input#edit-contact-number---5GTirgPIpg {
  margin-left: 29px !important;
}

input#edit-contact-number--bb-pwV-Hl0s {
  margin-left: 29px !important;
}

button.webform-button--submit.button.button--primary.js-form-submit.form-submit.ui-button.ui-corner-all.ui-widget {
  background: #1689e4;
  color: #fff !important;
  border: 1px solid #fff;
  float: right;
  margin-top: 13px;
}

/* odoo l1 page css */
.add_mod_txt1_ad2 {
  font-size: 14px;
  color: white;
  text-align: -webkit-center;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 15px;
}

.grid-call-to-action.mb-2 {
  margin-bottom: 50px;
}

@media(max-width: 600px) {
  .odoo_checkout {
    margin-top: 24% !important;
  }

  .checkout_one img {
    width: 100%;
  }
/* 
  button.odoo_button {
    margin-left: 37% !important;
  } */
}

.case-study-ser {
  margin-bottom: 50px;
}

.field-content.case-study-ser-a a {
  float: left;
  color: black;
}

.case-page {
  /* margin: 50px 0 50px 0; */
  padding: 0px 0 70px 0;
}

/***/
.field-content.insight-readmore.readmore1 {
  padding: 5px !important;
  margin-bottom: -20px;
}

.webform-button--submit {
  background: #1689e4 !important;
  color: #fff !important;
  border: 1px solid #fff;
  float: right;
  margin-top: 13px;
}

/*****E-commerce p***/
.e-img {
  width: 50% !important;
  height: 14%;
  margin-left: 50px !important;
  margin-top: 0 !important;
}

p.ecomm-p {
  padding-bottom: 25px;
}

p.ecomm-p1 {
  padding-bottom: 47px;
}

h3.ecomm-h3 {
  margin-top: -25px;
}

section.four-column-color.pt-3 {
  padding-bottom: 15px;
}

.icon-section-ecommerce {
  padding-top: 15px;
  padding-bottom: 30px;
}

.emb-ecommerce {
  padding-top: 30px;
  padding-bottom: 15px;
}

.mar-head.mar-head1 {
  padding-top: 30px;
  padding-bottom: 15px;
}

.ecomm-er-head {
  padding-top: 15px;
}

.text-center.ecom-par {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0px 8px;
}

.more-link:hover img {
  margin-left: 15px;
  transition: all .5s;
}

.grid-call-to-action {
  background: url(/embark/images/Ecommerce-cta.webp);
  background-size: cover;
  background-position: center;
}

.service-1,
.service-2,
.service-3,
.service-4,
.service-5,
.service-6 {
  padding: 100px 50px;
}

.case-study-ser footer {
  padding: 10px 0px;
  margin-top: 30px;
  width: 12%;
  border-radius: 0px;
  display: block;
  text-align: center;
  margin-left: 44%;
  background: #1689e4;
  border: 1px solid #ccc;

}

.case-study-ser footer a {
  color: #fff !important;
}

@media(max-width: 600px) {
  .case-study-ser footer {
    padding: 10px 0px;
    border: 1px solid #ccc;
    color: #fff !important;
    margin-top: 0px;
    width: 100%;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin-left: 0 !important;
  }
}

.full-with-padding-lr1 {
  background: rgba(39, 62, 84, 0.82);
  overflow: hidden;
  height: 100%;
  z-index: 2;
  margin-top: -32px;
}

.secure-web-dev.padding-t-60 h3 {
  margin-bottom: 0px;
  margin-top: -15px;
}

/*****getmarket support***/
.list-inline {
  padding-left: 0;
  list-style: none;
}

.lean-business p,
.lean-business ul li {
  color: rgba(0, 0, 0, .6);
  font-size: 20px;
  margin-top: 0px;
  font-weight: 400;
}

p.justi {
  font-weight: 800;
}

/****contact**/
.text-section.emb-col-md-4 {
  margin-left: -45px;
  margin-top: 10px;
}

.cta-icon {
  height: 75px !important;
  margin-top: 0 !important;
  width: 75px !important;
}


/**Growing-business-solutions***/
.ready-to-use {
  background: url(/embark/images/Growing-business-solutions.webp) no-repeat top left;
  background-size: auto;
  color: #fff;
  background-size: cover;
  padding-left: 50px;
  padding-right: 50px;
}

.ready-to-use {
  color: #fff;
}

/* .cloud-vendor h2, .cloud-vendor h3, .color-boxes h3, .grid-call-to-action h2, .ready-to-use h2, .section-services h3, .secure-web-dev h2, .secure-web-dev h3, .tool-tip-box h3, .why-choose-embark h3 {
  color: #fff;
} */
.font-48 {
  font-size: 46px;
}

.carousel {
  position: relative;
}

.icon_industies {
  border-radius: 10px;
  background-color: rgb(0, 0, 0, .8);
  padding: 5px 5px;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 4%);
  transition: all .2s ease;
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

.info_we_serve img {
  width: 50%;
}

.icon_industies h4 {
  font-size: 14px !important;
  margin: auto 0;
}

.card-box p strong {
    font-weight: 400;
}

.blue-quote {
  color: #1689e4;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
}

.Integrate p {
    font-weight: 400;
}

/**footer p copy right*/
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

#footer p {
  padding: 10px 0;
}

/***header code ***/
section#main {
  margin-top: 9%;
}

/***** with technology front end*****/
.text-justify {
  text-align: justify !important;
}

.para {
  font-size: 22px;
  color: #666;
}

.text-left {
  text-align: left !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.color-yellow {
  background: #ffca30;
}

.three-column-color img {
  display: block;
  margin: 0 auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.color-yellow {
  color: #fff;
  text-align: justify;
}

.color-yellow h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.color-grey {
  background: #636363;
  color: #fff;
}

.color-blue,
.color-grey,
.color-yellow {
  padding: 30px 15px;
  color: #fff;
  text-align: justify;
}

.color-grey h3,
.color-grey img,
.color-blue h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.color-blue {
  background: #1689e4;
}

.three-column-color.pt-3 h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold !important;
  text-align: center !important;
}

.three-column-color.pt-3 {
  margin-bottom: 60px;
}

/* Digital Marketing */
section#home-slider {
  padding-top: 0px;
}

/**Drupal CMS Development Services**/
img.img-fluid.grey-color.Drupal-CMS {
  width: 54px;
  height: 50px;
}

.c-height {
  height: 379px;
}

/* comment-form */
form#comment-form {
  margin-left: 10%;
  margin-right: 10%;
  border: 1px solid grey;
  padding: 50px;
  margin-bottom: 25px;
}

form#comment-form input {
  margin-bottom: 20px;
}

form#comment-form input#edit-submit {
  background-color: #1689e4;
  font-size: 16px;
  font-weight: 600;
  width: unset;
  margin-top: 20px;
}

form#comment-form input#edit-preview {
  background-color: #1689e4;
  font-size: 16px;
  font-weight: 600;
  width: unset;
  margin-top: 20px;
}

.field-content.insight-readmore.readmore2:hover {
  display: block !important;
  color: white;
}

.field-content.insight-readmore.readmore2 {
  display: block !important;
}

span.field-content.blog-auth {
  position: relative;
  top: -28px;
  left: 54px;
}

span.field-content.blog-auth:before {
  content: '|';
  padding: 3px;
}

/* stat about us */
.about-section6 .achivement-heading {
  font-weight: 400;
  font-size: 32px;
 
  text-align: center;
  letter-spacing: -.02em;
  color: #000;
}

.space-around {
  padding: 2px;
}

.head-bg {
  background: #000;
  color: #fff;
  font-weight: 700;
}

.about-section6 .head-bg {
  padding: 0 8px;
}

.pad-50 {
  padding: 50px 0;
}

.about-section6 .achievement-sec {
  display: flex;

  background: transparent;
}

.about-section6 .achievement-box {
  text-align: center;
  width: 25%;
  margin: 20px;
}

.apps-icon {
  width: 72px;
}

.about-section6 .achievement-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 27px !important;
  text-align: center;
  color: #5C5C5C;
}

.views-field.views-field-field-client-image img {
  width: 100%;
  padding: 10px 10px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  height: 74px;
}

@media(max-width: 600px) {

  .about-section6 .achivement-heading {
    font-weight: 400;
    font-size: 24px;
    line-height: 132%;
    text-align: center;
    letter-spacing: -.02em;
    color: #000;
  }

  .about-section6 .achievement-sec {
    display: block;
    background: transparent;
    margin-left: 115px;
  }

  .c-height {
    height: 425px;
  }

  section.odoo_landing_page_banner {
    height: 300px !important;
  }

  .odoo_landing_page_banner_left1 h4 {
    display: none;
  }

  ul.odoo_landing_page_banner_left_ul {
    display: none;
  }
}


/***new css***/

p.client_description {
  font-weight: 400;
}

/* .views-field.views-field-field-website-link:hover {
  text-align: center;
  margin-bottom: -21px;
} */

.views-field.views-field-created {
  margin-top: 5px;
}


/*** Vidhya mam CSS ***/

.border-blog.emb-container {
  border-bottom: 3px solid black;
  border-top: 3px solid black;
  padding: 20px 20px;
  margin-bottom: 30px;
}

.track-cont1 p {
  text-align: justify;
}

.views-element-container.contextual-region h2 {
  text-align: center;
  font-weight: bold;
}

.case-page h2 {
  text-align: center;

  position: unset !important;
}

.emb-container.follow-blog {
  margin-top: 30px;
  padding: 50px;
  margin-bottom: 30px;
}

.follow-blog {
  border: 1px solid #1689e4;
  border-radius: 5px;
}

.follow-img1 {
  width: 70%;
  margin-top: 13px;
  height: 49px;
}

.follow-img2 {
  width: 70%;
  margin-top: 50px;
  height: 49px;
}

/* Custom print */
img.img-fluid.custom-printing-img {
  width: 100%;
}

section.custom-printing-section {
  margin-top: 39px;
}

section.custmo-print-section {
  /* margin-top: 67px; */
  padding-top: 50px;
}

img.img-fluid.cus-image {
  width: 157px;
}

.container.set-bg-color {
  background-color: #fbbe06;
  padding-bottom: 35px;
}

.girl-image {
  position: relative;
}

img.img-fluid.cus-image {
  width: 451px !important;
  height: 398px;
  position: absolute;
  bottom: 0px;
  top: -403px;
  right: 0;
  /* object-fit: contain; */
}

.track-image {
  margin-top: -16px !important;
}

.track-image h2 {
  margin-top: 0;
}

.track-cont1 p {
  margin-top: 0;
}

.emb-container.\32 p-blog1 p strong {
  font-weight: 100;
}

.emb-container.\32 p-blog img {
  height: 500px;
  width: 100% !important;
  object-fit: cover;
}

.emb-container.\32 p-blog1 {
  padding-left: 0;
}

.first-div-text {
  margin-left: 90px;
  padding-top: 60px;
}

.first-div-text h2 {
  color: white;
}

p.custom-print-para-text {
  text-align: left;
  font-size: 19px;
  color: black;
  font-weight: 500;
  padding-top: 4px;
  margin-left: 95px;
}

button.btn-display-2 {
  background-color: white;
  border: 1px solid white;
  color: black;
  cursor: auto;
  border-radius: 50px !important;
  margin-left: 95px;
  display: block;
  font-size: 13px;
  margin-top: 25px;
  font-weight: 600;
  border-radius: 6px;
  padding: 13px 17px;
}

input#edit-field-tags-target-id {
  width: 50%;
  margin-left: 24%;
}

input#edit-submit-blog {
  width: 90px;
  position: absolute;
  right: 240px;
  padding: 8px;
  bottom: 28px;
  font-weight: 700;
  background-color: #1689e4;
  color: white;
  border: 3px solid #1689e4;
}

input#edit-field-tags-target-id {
  width: 50%;
  margin-left: 24%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid lightblue;
  color: whitesmoke;
  padding-left: 47px;
}

.searchblog header {
  position: unset;
}

.searchblog header h2.text-center {
  margin-bottom: 0px;
}

.searchblog header p {
  font-size: 16px;
}

.searchblog {
  border: 1px dotted blue;
  margin-bottom: 32px;
}

.case-page header {
  position: unset;
}

.case-page p {
  text-align: center;
  margin-bottom: 30px;
}

.case-page h2 {
  text-align: center;
  margin-bottom: 0 !important;
}

form#views-exposed-form-blog-block-5 {
  position: relative;
}

.case-page.searchblog .ui-autocomplete-input {
  width: 50%;
  margin-left: 24%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid lightblue;
  color: whitesmoke;
  padding-left: 47px;
  margin-bottom: 30px;
}

.case-page.searchblog .form-submit {
  width: 90px;
  position: absolute;
  right: 287px;
  padding: 8px;
  font-weight: 700;
  background-color: #1689e4;
  color: white;
  border: 3px solid #1689e4;
  top: 0px;
}

.views-element-container h2 {
  text-align: center;
  margin-bottom: 50px;
}

@media(max-width: 600px) {
  .case-page.searchblog {
    display: none;

  }
}

section#section1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6) !important;
}

.sub-h3-title {
  font-size: 16px;
  color: #333 !important;
  font-weight: 700;
  text-decoration: none;
}

.sub-service-home .grid__content:hover .sub-h3-title {
  color: #1689e4 !important;
}
.main-logo img {
    width: 160px;
    height: 57px;
}
#blazy-views-rapid-application-block-block-1-2 .views-field.views-field-field-shortdescription  {
    color: #232222;
    opacity: .8;
    text-decoration: none;
}
h1.heading-l1-page {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
}
h1.banner.heading {
    color: white !important;
    font-size: 35px !important;
    font-weight: bold !important;
    text-align: center !important;
    line-height: 53px ;
}
.views-field.views-field-field-case-study-service- {
    top: 134px;
    position: absolute;
    right: -20px;
    background: rgba(21, 34, 43, .85);
    color: white;
    /* height: 55px; */
    /* opacity: 0; */
    padding: 10px 10px;
    font-size: 12px;
}
/* #home-slider .slick-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
} */
@media(min-width: 600px) and (max-width: 1421px) {
    .slick-slide {
        /* display: none; */
        float: left;
        height: 400px !important;
    }
}
.slider-caption {
 width: 1093px;
}
.img-footer {
    width: 15px;
    height: 16px;
    margin-top: 3px;
}
.img-footer-insta {
    width: 17px;
    height: 19px;
}


#home-slider .slick-dots {
    position: absolute;
    bottom: 180px;
    left: 93%;
    transform: rotate(90deg);
    padding: 10px 10px;
    background-color: #ffffff;
    border-radius: 12pc;
}
.why-choose1 {
    width: 89px;
    height: 89px;
    margin-left: 52px;

}
img.why-choose2 {
    width: 135px;
    height: 89px;
}
@media (min-width: 1367px) and (max-width: 1921px) {
    .color-blue,
        .color-grey {
            display: flex;
            flex-direction: column;
            width: 100%;
            height: 100%;
        }
                img.img-fluid.grey-color.e-img {
                    width: 26% !important;
                    margin: 53px 140px !important;
                    margin-top: 0px !important;
                    height: 25% !important;
                }
        
               
  .erp_icon img {
    display: block;
    margin: 0 auto;
    margin-left: auto;
    /* margin-left: 24px; */
}

.latest-banner {
    padding-top: 90px !important;
}
form#webform-submission-apply-for-this-position-node-82-add-form input#edit-terms-of-service {
    position: absolute;
    top: 528px;
    left: 30px;
}
.contact_blur_box {
  margin-left: 50%;
  overflow: hidden;
}
section#main {
  margin-top: 5%;
}
}



@media (min-width: 768px) { 
#home-slider .slider-caption {
    padding-top: 83px;
    padding-bottom: 150px;
    padding-right: 20px;
}

}

h1.heading-h1-tag {
    color: #333;
    font-weight: bold;
    font-size: 46px;
}

@media (min-width: 1024px) {
    #career-ui-ux {
        height: 725px;
    }
}

span.heading-l3-page-color {
    color: #1689e4;
}

.grid-call-to-action p {
    font-weight: 400;
}
.views-field.views-field-field-shortdescription p strong {
    font-weight: 400;
}

ul#blazy-views-platform-development-ecommerce-block-block-1-1 {
    margin-top: 30px;
}

.track-image img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.integrate-left {
    font-weight: 400;
}

ul#blazy-views-application-modernization1-block-block-1-2 {
    margin-top: 45px;
}

ul#blazy-views-rapid-app-development-block-block-1-1 {
    margin-top: 45px;
}
@media(max-width: 600px) {
  ol.breadcrumbs-ol {
    display: none;
}
    #home-slider .slick-slide img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    h1.banner.heading {
        color: white !important;
        font-size: 18px !important;
        font-weight: bolder;
        text-align: center !important;
        position: absolute;
        top: 0;
        line-height: 28px;
    }
    #home-slider .slider-caption {
        padding-top: 60px;
        padding-right: 20px;
    }
    #home-slider .slider-caption {
        padding-bottom: 0;
    }
    .wky-container hr {
        display: none;
    }
    #home-slider .slick-dots {
        display: none;
    }
    .views-field.views-field-field-case-study-service- {
        top: 0;
        position: absolute;
        right: 0;
        background: #1689e4;
        color: white;
        padding: 12px 12px;
        font-size: 12px;
    }
}

@media (min-width: 1367px) and (max-width: 1921px) {
    .slider-img {
        margin-top: 34px;
    }
    .emb\=row {
        margin-top: 40px;
    }
    .header-right {
        display: flex;
        margin-left: 147px;
    }
    .main-logo {
        margin-left: 90px;
        padding-top: 6px;
    }
    .slick-slide {
        /* display: none; */
        float: left;
        height: 830px !important;
    }
    .call-to-btns {
        padding: 10px 12px;
        width: 50%;
    }
    .insight-content-1 {
    
        height: 37%;
    }

    .color-grey {
        padding-bottom: 53px;
    }
    .service-box {
        height: 495px;
    }
    .ebook-banner-left {
        padding-top: 112px;
    }
    .emb-row.emb-wrap.mobile-reverse .ebook-banner-left {
        padding-top: 25px;
    }
    .layout.layout--onecol {
        margin-top: -24px;
    }
    .card-box {
        height: 560px;
    }
    .tech-card .card-box {
        height: 468px;
    }
    .cloud-sec-img img {
        width: 25%;
    }
    .case-study-ser footer {
        margin-top: 11px;
    }
    .ebook-banner-left .heading {
        position: relative;
        top: 0px;
        margin-top: 17px;
    }
    .ebook-banner-left {
        padding-top: 22px;
    }
    .craft-step-left.emb-col-md-6.left-align {
        margin-top: 110px;
    }
    .card-box {
        height: 430px !important;
        padding: 50px;
    }
    .secure-web-dev.padding-t-60 h3 {
        margin-bottom: 12px;
        margin-top: -15px;
    }
    .secure-web-dev .grid {
        padding: 36px 26px;
    }

    .ebook-banner-left {
        padding-top: 20px;
    }
    section#home-slider {
        padding-top: 30px;
    }
    .why-choose1 {
        width: 89px;
        height: 89px;
        margin-left: 82px;
    }
    .chosse-left p {
        color: white;
        margin-left: 50px;
        font-weight: 400;
        text-align: left;
    }
    #ebook-banner h2 {
        font-size: 44px;
        line-height: 1.2;
        font-weight: 600;
        padding-top: 0px ;
    }
    .color-grey p{
        margin-bottom: 71px !important;
    }
    section.secure-web-dev.padding-t-60 {
        padding-top: 60px !important;
    }
    .three-column-color.pt-3 .color-grey p {
        margin-bottom: -4px !important;
    }
    section.cloud-vendor.cloud-vendor-tec.text-center.padding-t-60 h2 {
        margin-top: 70px !important;
    }
    .full-with-padding-lr {
        margin-top: -62px !important;
    }
    .cloud-vendor-tech .full-with-padding-lr {
        margin-top: -90px !important;
    }
    .layout.layout--twocol-section.layout--twocol-section--50-50 {
        margin-top: 105px;
        margin-right: 229px !important;
        margin-bottom: 80px;
    }
    .layout__region.layout__region--second h2 {
        margin-top: 0px;
    }
    .layout.layout--twocol-section.layout--twocol-section--33-67 {
        margin-left: 145px;
    }
    #webform-submission-contact-us-node-25-add-form #edit-actions-submit {
        margin-left: 0px !important;
    }
    .contact_blur_box {
        width: 100% !important;
        position: relative;
        right: 30px;
    }
    .ew-create-steps .easy-steps .create-tab {
        position: relative;
        margin: 12px 150px 0 !important;
    }
    section.secure-web-dev.padding-t-60 .call-to-btns {
        padding: 10px 12px;
        width: 25%;
        margin: 0px 676px !important;
    }
    #home-slider .slick-slide img {
        width: 100%;
        height: 600px !important;
        object-fit: cover;
    }
    .slick-slide {
        /* display: none; */
        float: left;
        height: 600px !important;
    }
    #home-slider .slick-dots {
        position: absolute;
        bottom: 225px;
        left: 93%;
        transform: rotate(90deg);
        padding: 10px 10px;
        background-color: #ffffff;
        border-radius: 12pc;
    }
}
h1.heading-h1-tag {
    color: #333;
    font-weight: bold;
    margin: 0;
    padding-top: 27px;
}
.breadcrumbs-ol {
    display: flex;
    list-style: none;
    margin-left: 76px;
    position: relative;
    top: 30px;
}

ol.breadcrumbs-ol li {
    font-size: 14px;
    padding-right: 5px;
}
ol.breadcrumbs-ol li::after {
    content: "/";
    margin-left: 0px;
    color: #555;
}
ol.breadcrumbs-ol li:last-child::after {
    display: none;
}

@media  (min-width: 768px) and (max-width: 900px) {
  
    .layout.layout--twocol-section.layout--twocol-section--25-75 {
      display: none !important;
    }
    .main-logo {
        margin-left: 10px;
    }
    .header-right a {
        color: black;
        font-size: 14px;
        padding-left: 6px;
    }
    .header-right {
        display: flex;
        margin-top: -17px;
        margin-left: -32px;
    }
    #home-slider .slider-img img {
        position: absolute;
        top: 22px;
    }
    .why-choose1 {
        margin-left: 21px;
    }
    .chosse-left p {
        margin-left: 23px;
    }
    a.ptbkbtn img {
        margin-right: 4% !important;
    }
}
@media (min-width: 600px) and (max-width: 769px) {
    #home-card .card-box {
        height: 630px !important;
        margin: 3px;
    }
}
@media (min-width: 769px) and (max-width: 821px) {
    #home-card .card-box {
        height: 935px !important;
        margin: 3px;
    }
}
@media  (min-width: 900px) and (max-width: 1024px) {
    .main-logo {
        margin-left: 12px;
    }
    .header-right {
        margin-left: -32px;
    }
    #home-card .card-box {
        height: 695px !important;
    }
    a.ptbkbtn img {
        margin-right: 4% !important;
    }
    .color-grey {
        padding: 34px;
        height: 444px;
    }
    .tabs-left>li>a span {
        top: 7px !important;
    }
    img.img-fluid.grey-color {
        width: 26%;
        height: 100px;
    }
}
@media (min-width: 400px) and (max-width: 600px) {
    .why-choose1 {
        margin-left: 40px;
    }
}
.Navbar-scrolled {
    position: fixed;
    top: 74px;
    width: 100%;
    left: 0;
    z-index: 666;
}
ul.nav.navbar-nav {
    list-style: none;
    display: flex;
    background: hsl(0deg 0% 96.47%) !important;
    margin-top: 0px;
    padding-bottom: 25px;
}
ul.nav.navbar-nav li {
    padding-left: 21px;
    padding-top: 27px;
    width: 45% ;
    text-align: center;
}
ul.nav.navbar-nav li a {
    color: black !important;
}
.active-bg {
    background-color: hsl(0deg 0% 100%);
    color: white;
    margin-bottom: -24px;
}
.case_study_img.emb-container-fluid img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.case_study_sub_head {
    background: white;
    position: relative;
    top: -150px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 45px;
    margin-bottom: -90px;
}

.case_study_sub_head p {
    color: black !important;
}

.case_study_sub_head h3 {
    margin-top: 0;
    color: #1689e4;
    font-weight: 400;
}

div#results h2 {
    margin-top: 0px;
}
.single-service h3 a {
    font-size: 16px;
    line-height: 16px;
    color: #666;
}
li.active-bg {
    border-bottom: 5px solid #1689e4;
}
section.ourcaseproc {
    background: #0000001A;
    padding: 60px;
    margin-top: 60px;
}
p.ourcaseproc-p {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.88px;
   
}

.p12 {
    background: #1689E4;
    color: white;
    padding: 20px;
}
.pr2{
       margin-left: 465px;
    width: 311px;
    margin-top: 20px;
}
img.image-fluid.crassimg1 {
    position: relative;
    right: 334px;
    top: 150px;
    width: 179px;
    height: 109px;
}
.emb-pr {
    margin-right: 1px;
    width: 30%;
   
}
p.p2 {
    text-align: center;
}
p.p1 {
    text-align: center;
}
.ourcaseproc-3 {
    display: flex;
    margin-left: 119px;
}
.p12 {
    background: #1689E4;
    color: white;
    padding: 20px;
    height: 150px;
}
img.image-fluid.crassimg {
    width: 18px;
    height: 15px;
    margin-top: 58px;
}
section.ourcaseproc {
    background: #0000001A;
    padding: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
}
p.textchoo {
    text-align: left !important;
}
p.How-We {
    font-size: 36px;
    font-weight: 600;
    line-height: 43.88px;
    text-align: left;
}
span.blue-head {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #1689e4;
}
strong.black-head {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #000000;
}
.approachbr {
    margin-bottom: 28px;
}
div#results {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.agserv-b {
    background: url(https://embarkinteractive.com/embark/images/agserv-b.webp);
    background-position: center;
    padding: 230px 150px;
    height: 100%;
    /* margin-top: 20px; */
    background-repeat: no-repeat;

}

p.para-text-p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.chosse-left {
    background-color: #126EBA;
    padding: 17px 34px;
    /* height: 70%; */
    padding-bottom: 35px;
}
h2.business-text-head {
    font-size: 36px;
    font-weight: 600;
}
p.textchoo {
    text-align: left !important;
    font-size: 18px;
    font-weight: 400;
    color: #FFFEFE;
}

section#business {
    margin-bottom: 60px;
}
@media(max-width: 600px)
{
  
.BP12 img {
    width: 100%;
    margin-left: 0px;
    height: auto;
    margin-top: 32px;
}

}
.BP12 img {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.approachbr {
    margin-bottom: 28px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
  
}
ul.textchooul {
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}
.arrow-right {
    position: absolute;
    top: 72px;
    right: -15px;
    transform: translateY(-50%);
    width: 15px;
}
strong.white-head {
    
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color:white;
}
div#introduction {
    text-align: justify;
    color: #000000;
}
 section.arrow-section {
    padding-top: 1px;
    background-color: #e5e5e5;
    padding-bottom: 40px;
  }
  h2.arrow-heading {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 18px;
  }
  span.title {
    font-size: 15px;
    font-weight: 500;
    color: white;
  }
  span.descrip {
    font-size: 16px;
    font-weight: 700;
  }
  .box {
    background-color: #1689e4;
    color: white;
    padding: 35px;
    text-align: center;
    height: 141px;
    border-radius: 5px;
    margin: 7px;
    width: 322px;
    position: relative;
  }
  .arrow-right {
    position: absolute;
    top: 72px;
    right: -15px;
    transform: translateY(-50%);
    width: 15px;
  }
  .arrow-right1 {
    position: absolute;
  }
  img.arrow-up {
    width: 188px;
    height: 126px;
  }
  .arrow-up {
    position: absolute;
    top: 141px;
    left: -4%;
  }
  .container-class {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .row-down {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  @media (max-width: 600px) {
    .arrow-right {
      right: 50%;
      top: 159px;
      transform: translate(50%, -50%) rotate(90deg);
      width: 25px;
    }
    .arrow-right1 {
      right: 50%;
      top: 159px;
      transform: translate(50%, -50%) rotate(90deg);
      width: 25px;
    }
    .arrow-up {
      top: auto;
      bottom: -60px;
      left: 50%;
      transform: translateX(-50%) rotate(0deg);
      width: 100px;
      height: 60px;
    }
    .box {
      margin-bottom: 30px;
      width: 100%;
    }
    .row-down {
      margin-top: 0px;
    }
  }
  @media (min-width: 600px) and (max-width: 1024px) {
    img.arrow-up {
      width: 121px;
      height: 126px;
    }
    .arrow-up {
      position: absolute;
      top: 138px;
      left: -7%;
    }
    span.descrip {
      font-size: 14px;
      font-weight: 700;
    }
  }
  @media (max-width: 768px) {
    img.arrow-up {
      display: none;
    }
  }
  @media (min-width: 768px) {
    img.arrow-up {
      display: block;
    }
    img.arrow-right1 {
      display: none;
    }
   
  }
     @media (max-width: 600px) {
    .field_featured {
    background: #F4F3F3;
   
    width: 100%;
    margin-left: 0px !important;
}
  }
div#results li {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}
.field_featured_image-image-s img {
    width: 100%;
    height: auto;
}
.field_featured {
     background: #F4F3F3;
    padding: 50px;
    width: 100%;
    margin-left: 0px !important;
}
@media (min-width: 1367px) and (max-width: 1921px) {
.field_featured {
    background: #F4F3F3;
    padding: 50px;
    width: 100%;
    margin-left: 0px !important;
}
}
/**bog***/
  .banner-section-bs {
        width: 100%;
        padding-top: 65px;
      }
      .banner-b {
        position: relative;
        width: 100%;
        height: 500px;
        background: url("/images/Case study image.webp") ;
        display: flex;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
      }
      .banner-overlay {
        position: absolute;
        bottom: 12px;
        width: 295px;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        gp: 10px;
        max-width: 100%;
    }
      .banner-overlay img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
      }
      .text-content {
        display: flex;
        flex-direction: column;
        width: 100px;
        margin-top: 5px;
    }
      .text-content span:first-child {
        font-size: 14px;
        font-weight: bold;
      }
      .name-span {
        font-size: 14px;
        color: gray;
      }
      .read-span {
        font-size: 13px;
        font-weight: 500;
        color: #1689e4;
      }
      .date-span {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        margin-left: 4px;
        width: 124px;
        display: block;
    }
   h1.heading-text-1 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}
p.heading-text-para {
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    color: #000000;
    font-weight: 400;
}
      .features-div {
        text-align: center;
        padding-top: 10px;
      }
      button.features-text {
        background-color: #1689e4;
        color: white;
        border: none;
        font-weight: 500;
        cursor: default !important;
        padding: 5px 25px;
        border-radius: 4px;
        font-family: 'Montserrat', sans-serif;
      }
.text-content-1 {
    display: flex;
    gap: 10px;
    background: #FFFFFF;
    padding: 8px;
}
/***blog scroll***/
section.sticky-sidebar-section {
    margin-top: 60px;
    margin-bottom: 60px;
}
.top-text-div h3 {
    background: #1689E4;
    width: 86%;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #FFFFFF;
    text-align: center;
    padding: 0px 16px;
}
.top-text-div {
    position: relative;
    margin-left: 50px;
    top: -23px;
}
.sidebar {
    background: #1E2B36;
    color: white;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 16px;
}
.sidebar a {
    /* color: white; */
    font-size: 15px;
    font-weight: 600;
}
.main-blog p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    height: 58px;
    text-align: left;
    margin-bottom: 5px;
    overflow: hidden;
}
h2.head-text-one strong {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
}
span.heading_color {
    color: #1689E4;
     font-size: 22px;
    font-weight: 600;
}
   li.active-bg-1 a{
        color: white !important;
        font-weight: bold;
      }
      .sidebar ul li a {
        color: hsl(207.69deg 5.63% 54.71%);
        line-height: 2;
      }
       .lable-div-section {
        display: flex;
        align-items: center;
        width: fit-content;
        border: 1px solid #ddd;
        border-radius: 4px;
        overflow: hidden;
        margin-top: 33px;
      }

      .left-section {
        background-color: #1689e4;
        color: white;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 600;
        position: relative;
      }
      .left-section::after {
        content: "";
        position: absolute;
        top: 97%;
        right: -10px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #1689e4;
      }
      .right-section {
        padding: 10px 20px;
        color: #333;
        background-color: #fafafa;
        font-size: 15px;
        font-weight: 400;
      }
       .sidebar-class {
        position: -webkit-sticky;
        position: sticky;
        top: 7%;
        padding: 0px;
        padding-top: 48px;
        /* background-color: #1e2b36; */
        color: #ffffff;
      }

    .social-media-icons {
        background: white;
        padding: 10px 80px;
        display: flex;
    }
    .social-media-icons a {
        padding-left: 10px;
    }

 @media (max-width: 600px) {
.top-text-div h3 {
    background: #1689E4;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #FFFFFF;
    text-align: center;
    padding: 0px 16px;
}
.top-text-div {
    position:unset;
    margin-left: 41px;
    top: 0px;
}
 }
@media (min-width: 1367px){
    .sidebar-class {
        position: -webkit-sticky;
        position: sticky;
        top: 9%;
        padding: 0px;
        padding-top: 48px;
        /* background-color: #1e2b36; */
        color: #ffffff;
    }
}

ul.nav.navbar-nav1 {
    margin-top: -10px;
    padding-bottom: 15px;
}

article footer article img {
    display: none;
}
article footer span {
    display: none;
}
article footer div {
    display: none;
}

@media (max-width: 600px){
  .banner-overlay {
    position: absolute;
    bottom: -30px;
    left: -7px;
    width: 295px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    gp: 10px;
    max-width: 100%;
  }
  p.heading-text-para {
    display: none;
  }
  .banner-b {
    background-position: center;
  }
  .sidebar-class {
    display: none;
  }
  .left-section::after {
    content: "";
    display: none;
  }
  button.features-text {
    margin: 6px;
  }
  .right-section {
    padding: 0px 15px;
    color: #333;
    background-color: #fafafa;
    font-size: 15px;
    font-weight: 400;
}
    .text-content {
        display: flex;
        flex-direction: column;
        width: 94px;
        margin-top: 5px;
    }
    .date-span {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        margin-left: 4px;
        width: 100px;
        display: block;
    }
    .text-content-1 {
        display: flex;
        gap: 10px;
        background: #FFFFFF;
        padding: 6px;
    }
}
li.scroll-active a {
  color: white !important;
  font-weight: bold;
}
p.head-para-text {
  font-weight: 400;
}

h2.head-text-one {
  line-height: 1;
}
p.sticky-para-text {
    font-weight: 400;
}
/************************************************31-12***************/

/********suite section oracle*******/
.site_featutred h3 {
  color: #1689e4;
  font-weight: bold;
}

.site_featutred p {
  font-style: normal;
  font-weight: 300;
  color: black;
  font-size: 23px;
  line-height: 35px;
}

.site_featutred_image img {
  width: 100%;
    margin-left: 4%;
    position: relative;
    bottom: 82px;
}

section.suite_growth {
  background: url(/embark/images/gray-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
}

section.suite_growth.linked-text::after {
  background: url(/embark/images/gray-bg.png);
  bottom: 0;
  content: '';
  display: block;
  height: 88%;
  left: 0px;
  position: absolute;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

.continous_change_header h2 {
  text-align: center;
  font-weight: bold;
  font-size: 29px;
  color: #1689e4;
}

.continous_change_header p {
  text-align: center;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 33px;
}

.continous_block_1 img {
  margin-left: 38%;
  padding-top: 15%;
}

.continous_block_2 img {
  margin-left: 38%;
  padding-top: 15%;
}

.continous_block_3 img {
  margin-left: 38%;
  padding-top: 15%;
}

.continous_block_1 h3 {
  text-align: center;
  color: #1689e4;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0px;
}

.continous_block_1 p {
  margin-bottom: 0;
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 10%;
}

.continous_block_1 {
  background: white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  width: 88%;
  height: 95%;
  border-bottom: 9px solid #fdc400;
  margin-bottom: 15%;
}

.continous_block_2 {
  background: white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  width: 88%;
  border-bottom: 9px solid #fdc400;
  height: 95%;
}

.continous_block_3 {
  background: white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  width: 88%;
  border-bottom: 9px solid #fdc400;
  height: 95%;
}

.continous_block_2 h3 {
  color: #1689e4;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0px;
}

.continous_block_3 h3 {
  color: #1689e4;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0px;
}

.continous_block_2 p {
  margin-bottom: 0;
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 10%;
}

.continous_block_3 p {
  margin-bottom: 0;
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 10%;
}


/*****Oracle industry******/
section.oracle_industry {
    background: #1689e4;
    padding: 35px 0px;
}

.oracle_industry_head h3 {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
}

.oracle_industry_images img {
  margin-left: 58px;
}

.oracle_industry_images {
  margin-top: 55px;
  margin-bottom: 55px;
}

button.oracle_industry_button {
  margin: 20px auto 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  background: #fdc400;
  cursor: pointer;
  color: #FFF !important;
  display: block;
  text-align: center;
  border: none;
  padding: 20px 0px;
  border-radius: 7px;
  width: 300px;
  max-width: 100%;
  box-sizing: border-box;
}

.oracle_strip_img img {
  width: 100%;
  height: 18px;
  overflow-x: hidden;
}

@media(max-width: 600px) {
  section.oracle_strip {
    display: none;
  }
}


/*****oracle footer*******/
section.oracle_footer {
  background: #333333;
  padding: 60px 0px;
  margin-top: -7px;
}

.oracle_footer_links {
  text-align: center;
  color: white;
}

.oracle_footer_links a {
  color: white;
}

/**align-landing page css by vidhya*/
/**align-landing page-header*/
.land-align {
  background-color: #1689e4;
  padding: 38px 0 0px;
  margin-top: -100px;
}

.align-logo {
  width: 200px;
}

/**banner-align**/
.align-banner {
  position: absolute;
  top: 0;
  height: 494px;
  background-color: #1689e4;
  z-index: -1;
}

.emb-row.oncloud.emb-container {
  padding-top: 124px;
}

.triangle_right_banner {
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 30px solid red;
  border-bottom: 30px solid transparent;
  float: left;
}

.int_ad_heading,
.int_ad_heading2 {
  width: 94%;
  float: right;
  padding-top: 30px;
}

.int_ad_heading {
  font-size: 35px;
  line-height: normal;
}

.bills_main_1,
.btm_heading1,
.desktop,
.find_partenr_big,
.semi,
.sla_banner {
  width: 100%;
  float: left;
}

.spacer {
  clear: both;
}

.int_ad_fm {
  width: 404px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #adadad;
  margin: -30px auto 0;
  padding-bottom: 30px;
}

#LName,
#LPhone,
#LEmail,
#LCompany {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.align-carousel.emb-container {
  margin-top: 38%;
  margin-bottom: 25px;
}

.align-img11 {
  width: 100%;
  margin-bottom: 15px;
}

/*align-seamless*/
.title {
  margin-bottom: 5px;
  margin-top: 5px;
  color: #1689e4;
  font-size: 28px;
  padding: 0px 0;
  text-align: center;
  font-weight: 800;
}

/*module image*/
.add_mod_txt1_ad {
  font-size: 14px;
  color: #1689e4;
  text-align: -webkit-center;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 15px;
}

.emb-row.ads_menu_hide_mmob {
  margin-top: 2%;
}

/**features -align**/
#demo-f1,
#demo-f2,
#demo-f3,
#demo-f4,
#demo-f5,
#demo-f6,
#demo-f7,
#demo-f8,
#demo-f9,
#demo-n1,
#demo-n2,
#demo-n3 {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: 1s linear;
}

/**align footer**/
.align-footer {
  color: #fff;
}

.align-copyright {
  background-color: #11193d;
  padding: 30px;
}

.free-button {
  width: 16%;
}

.foot1 {
  background-color: #1689e4;
  border-radius: 3px;
  height: 23px;
  margin-right: 5px;
  padding: 0 5px;
  text-align: center;
  width: 43px;
}

.foot2 {
  background-color: #1689e4;
  border-radius: 3px;
  height: 23px;
  margin-right: 5px;
  padding: 0 5px;
  text-align: center;
  width: 63px;
}

.foot3 {
  background-color: #1689e4;
  border-radius: 3px;
  height: 23px;
  margin-right: 5px;
  padding: 0 5px;
  text-align: center;
  width: 53px;
}

.foot4 {
  background-color: #1689e4;
  border-radius: 3px;
  height: 23px;
  margin-right: 27px;
  padding: 0 5px;
  text-align: center;
  width: 150px;
}

.align-foot-mobile {
  display: none;
}

.align-foot-desktop {
  display: block;
}

.google-play {
  float: left;
  margin-left: 20px;
  width: 130px;

}

.align-carousel.emb-container {
  display: block;
}

.carousel-control-prev {
  margin-left: -76px !important;
}

.carousel-control-prev::after {
  content: '<';
  font-size: 31px;
  font-weight: 800;
}

@media screen and (max-width: 600px) {
  .align-image-section.emb-container {
    margin-top: 1000px;
  }
}

section#get-contact-section {
    margin-top: 100px;
    padding-top: 40px;
}
.main-logo img {
    width: 160px;
    height: 57px;
}
.emb-col-12.home-slider-12 {
    margin-top: 30px;
}
.cont-new p {
    font-size: 30px;
}
span.blue-text {
    color: #1689e4;
}
@media screen and (max-width: 600px) {
div#home-track {
    display: none;
}
div#home-track-mobi{
      display: block;

}
.technology-Our-Platforms h1.heading {
    margin-top:0px;
}
ul#blazy-views-ui-ux-case-study-page-page-1-1 .views-field.views-field-title a {
    height: auto;
    display: inline-block;
}
ul#blazy-views-ui-ux-case-study-block-block-7-1  .views-field.views-field-title a {
    height: auto;
    display: inline-block;
}
}
.technology-Our-Platforms h1.heading {
    margin-top: 91px;
}
div#home-track-mobi{
    display: none;

}
div#home-track {
    display: block;
}
@media screen and (min-width: 1900px) {
    .emb-container.contacts {
    margin-left: -333px;
}
h2.grow-tr {
    padding-top: 45px !important;
}
img.ebook-eimg {
    margin-top: 18%;
}
.track-image {
  margin-top: 3px !important;
}
.emb-container.emb-home-ecom-des {
    margin-bottom: 100px;
}
section#get-contact-section {
    margin-top: 60px;
}
img.img-fluid.grey-color {
    width: 26% !important;
    margin: 25px 141px !important;
    margin-top: 0px !important;
}
img.img-fluid.grey-color {
    width: 26% !important;
    margin: 25px 137px !important;
    margin-top: 0px !important;
}
.cloud-sec-img img {
    width: 21%;
}

}
img.img-fluid.grey-color {
    width: 26% !important;
    margin: 25px 103px !important;
    margin-top: 0px !important;
}
.lean-business h3 {
    font-weight: 700;
    font-size: 20px;
    margin-top: -12px;
    color: black;
}
.technology-Our-Platforms h1.heading {
    margin-top: 91px;
}
ul#blazy-views-ui-ux-case-study-page-page-1-1 .views-field.views-field-title a {
    height: 75px;
    display: inline-block;
}
ul#blazy-views-ui-ux-case-study-block-block-7-1  .views-field.views-field-title a {
    height: 75px;
    display: inline-block;
}
ul#blazy-views-ui-ux-case-study-block-block-7-1 p {
    text-align: left;
}
span.ser-blog-p {
    font-weight: 600;
}
.field-content.b-readmore {
    text-align: left;
}
.field-content.b-readmore a {
    color: #1689e4;
}

.field-content.b-readmore a:after {
    transition-duration: .6s;
    margin-left: 15px;
    content: " \2192";
}
ul#blazy-views-ui-ux-case-study-block-block-7-1 li.grid {
    border: none;
}
div#block-breadcrumbs {
    margin-bottom: 40px;
}
.emb-container.Digital-to .views-field.views-field-title a:hover {
    color: #1689e4;
}
.emb-container.Digital-to .views-field.views-field-title a {
    color: black;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900 !important;
}
.emb-container.Digital-to .views-field.views-field-field-subtitle div {
    color: #666;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600 !important;
}
ul#blazy-views-our-client-block-block-1-3 {
    margin-bottom: 30px;
}
section.cloud-vendor.cloud-vendor-tec.text-center.padding-t-60 {
    margin-bottom: 60px !important;
    margin-top: -20px;
}
ul#blazy-views-application-modernization1-block-block-1-2 li.grid {
    padding-bottom: 50px;
    padding: 20px !important;
    height: 431px !important;
}
#webform-submission-contact-us-node-25-add-form textarea#edit-message {
    width: 100%;
    padding: 25px;
    border-radius: 5px;
    border-color: #cccccc;
    border-width: thin;
}
.main-blog.insight-body {
    border-bottom: 1px solid #ccc;
}
.emb-container.track-web {
    display: block;
}
.emb-container.mobile-track {
    display: none;
}
/****Mahesh code****/
@media only screen and (max-width: 600px) {
.emb-container.ecomm-tab.pt-5 {
    display: none;
}
.emb-container.mobile-track {
 display: block;
}
.emb-container.track-web {
    display: none;
}

}
@media only screen and (min-width: 361px) and (max-width: 420px) { 
.why-choose1 {
    margin-left: 40px;
}
 }
 @media only screen and (max-width: 360px) {
 .why-choose1 {
    margin-left: 26px;
}
}
@media screen and (min-width: 1900px) {
section.three-column-color.pt-3 img.img-fluid.grey-color {
    margin: 25px 132px !important;
}
}
@media screen and (min-width: 1900px) {
    #ebook-banner img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-top: -2px;
}
div#color-box-1 .color-blue {
    padding-bottom: 79px;
    padding-top: 55px;
}
div#color-box-2 .color-grey {
    padding-bottom: 78px;
    padding-top: 55px;
}
div#color-box-3 .color-blue {
    padding-bottom: 102px;
    padding-top: 55px;
}
div#color-box-4 .color-grey {
    padding-top: 55px;
}
#ebook-banner img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-top: 0px;
}
.ebook-banner-right {
 margin-top: 46px;
  /* margin-top: 120px; */
}
.h-60-ser
{
height:60px !important;
}
.services-emb .color-grey p {
    margin-bottom: 18px !important;
}
}
@media only screen and (max-width: 600px) {
section.accordion-collapse.pt-5.pb-5.d-block.d-md-none.d-lg-none h2.text-center.white-head.p-3 {
            padding-top: 40px;
        }
                img.img-banner-erp {
                    width: 100%;
                    margin-top: 0;
                }
                .add_mod_txt1_ad2 {
                    font-size: 12px;
                }
   section.Module-img .emb-col-md-1.col-sm-4.add_mod_txt1_ad2 {
       flex: 0 0 50% !important;
            max-width: 50% !important;
   }
                                section.Module-img .emb-row {
                                    overflow: hidden;
                                }
.card-10 h4 {
    padding-left: 0px;
}
/* .contact input, .contact textarea {
  
    border-radius: 5px;
} */
#edit-actions-submit {
 
    padding: 11px 30px 29px;
}
.card-11 h4 {
    padding-left: 0px;
}
#home-track-ecomm
{
    display:block;
}
#emb-home-ecom-des
{
   display:none; 
}
}
#home-track-ecomm
{
    display:none;
}
#emb-home-ecom-des
{
   display:block; 
}
@media only screen and (min-width: 601px) and (max-width: 768px) { 
  
img.img-fluid.grey-color {
    margin: 25px 48px !important;
}
div#color-box-3 .color-blue {
    padding-bottom: 41px;
}
 /* div#color-box-1 .color-blue {
    padding-bottom: 177px;
}  */

div#color-box-2 .color-grey {
    padding-bottom: 103px;
}
.header-right a {
    color: white;
    font-size: 14px;
    padding-left: 6px;
}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) { 
div#color-box-1 .color-blue {
    padding-bottom: 95px;
}
div#color-box-2 .color-grey {
    padding-bottom: 71px;
}
div#color-box-3 .color-blue {
    padding-bottom: 1px;
}
div#color-box-4 .color-grey {
    padding-bottom: 61px;
}
}
.emb-ecommerce1 p {
    height: 203px;
}

p.ecomm-p3 {
    height: 262px !important;
}
img.ebookimg.img-grow {
    margin-top: 72px;
}
@media (min-width: 1367px) and (max-width: 1921px){
    div#block-breadcrumbs {
            margin-bottom: 40px;
            padding-top: 25px !important;
        }
    img.eCo-img {
    margin-top: 0%;
}
p.ecomm-p3 {
    height: 175px !important;
}
img.ebookimg.img-grow {
    margin-top: -79px;
}
h2.start-track {
    margin-top: 115px;
}
img.em-start-platform-img {
    margin-top: -85px;
}
p.ecomm-p4 {
    height: 206px;
}
/* p.ecomm-p1 {
    height: 176px !important;
} */
p.ecomm-p2 {
    height: 225px !important;
}
p.ecomm-p5 {
    height: 156px !important;
}
p.ecomm-p6 {
    height: 204px;
}
img.ebook-banner-img {
    margin-top: 0 !important;
}
img.ebook-tecimg {
    margin-top: 0%;
}
.emb-container.technology-2col {
    margin-bottom: 30px;
}
img.eboo-img {
    margin-top: 0%;
}
    img.img-fluid.ecommerce-icon-img {
    width: 34px;
    margin: 0px 44px;
  }
  .craft-step-left.emb-col-md-6.left-align {
    padding: 0px 0px;
  }
}
/*******************/
.card-18 p strong {
    color: white;
}
.fully-con-1 h3:hover {
    color: white;
}
.views-element-container h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #333;
}
.h-60-ser
{
height:120px !important;
}
/****Mahesh code****/
@media (max-width: 600px) {
.accordion-home.emb-container .submenu p {
    font-size: 16px;
}
}
@media only screen and (min-width: 360px) and (max-width: 600px) {
    .call-to-btns {
    padding: 10px 32px;
}
}
@media (max-width: 600px) {
#home-slider .slick-dots {
    display: none !important;
}
section#home-slider .emb-container-fluid.home-slider-fluid {
   
    padding-right: 0px;
    padding-left: 0px;
}
}
@media (max-width: 600px) {
.service-box {
    height: auto;
    padding: 50px 30px !important;
}
}
@media (max-width: 600px) {
.accordion-home.emb-container .submenu p {
    font-size: 16px;
    font-weight: 600;
    color: #007bff;
}
}
@media only screen and (min-width: 360px) and (max-width: 600px) {
.accordion-ser li a {
    position: relative;
    right: 11px;
}
}
@media only screen and (min-width: 360px) and (max-width: 600px) {
div#webform-submission-contact-node-3-form-ajax {
    position: relative;
    bottom: 30px;
}

#webform-submission-contact-node-3-add-form #edit-actions-submit {
    padding: 8px 22px !important;
    margin-top: 12px !important;
}
}
@media only screen and (min-width: 360px) and (max-width: 600px) {

.submenu {
    position: relative;
    right: 11px;
}
.card-10 p {
    padding-left: 0px;
    padding-right: 0px;
}
}
/*******************/
.emb-container.emb-home-ecom-des {
    margin-bottom: 60px;
}

.home-accr {
  display: none;
}
section#insta {
    background: white;
}
.insight-content-1 {
    padding-top: 20px;
    margin-bottom: 30px;
    background: #f7f7f7;
    margin-top: -7px;
    padding-bottom: 15px;
    height: 40%;
}
li.arrow-li-about {
    background-image: url(/embark/images/icon-image.webp);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 30px;
    background-position: 6px;
    list-style: none;
}

form#webform-submission-apply-for-this-position-node-82-add-form input#edit-actions-submit {
    position: relative !important;
    top: 498px ;
    padding: 10px 0px 10px 0px;
    right: 30% !important;
    width: 19%;
} 
img.lat-img {
    width: 100%;
}
.latest-banner {
    padding-top: 30px;
}
.erp-tab {
    margin-bottom: 120px;
}
section#sacalable h3 {
    margin-bottom: 10px;
}
.emb {
    margin-bottom: 70px;
}
#webform-submission-contact-us-node-25-add-form textarea#edit-message,
#webform-submission-contact-us-node-25-add-form input {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .home-accr {
        display: block !important;
    }

    .layout.layout--twocol-section.layout--twocol-section--25-75 {
        display: none;
    }

    .choose-img img {
        margin-left: 135px;
    }

    .choose-4 p {
        padding-left: 15px;
    }

    img.why-choose2 {
        width: 47%;
        margin: 0px 82px;
    }

    .submenu {
        display: none;
    }

    .accordion-home li {
        list-style: none;
    }

    .accordion-home .link {
        border-right: 8px solid #ffd13c;
        box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
        background: 0 0;
        color: #282828 !important;

        border-radius: 2px;
        padding: 1px;
        margin-bottom: 20px
    }

    .accordion-home .link a {
        color: #000;
        padding: 15px;
        font-weight: 700;
        display: block;
        text-align: left;
    }

    .accordion-home .active a {
        color: #1689e4;
        font-weight: 700;
    }

    .accordion-home.emb-container .submenu {
        background: rgb(255, 255, 255, .6);
        margin: 0;
        padding: 0;
    }

    .accordion-home.emb-container .card-body {
        padding: 0;
    }

    .accordion-home.emb-container .experience-box {
        box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
        padding: 1rem !important;
    }

    .accordion-home.emb-container .card-body h3 {
        font-size: 20px;
        text-align: left;
        padding: 0;
        color: #666;
        line-height: 24px;
    }

    .accordion-home.emb-container .experience-box h3 strong {
        color: #333;
    }

    .accordion-home.emb-container .submenu {
        background: unset;
        line-height: unset;
        color: unset;
        padding: 0;
        margin: 0;
    }

    .accordion-home.emb-container .experience-box:hover strong {
        color: #1689e4 !important;
    }

    .accordion-home.emb-container .submenu p {
        font-size: 12px;

    }

    .accordion-home.emb-container .submenu p::after {
        font-size: 12px;
        content: '\2192';
    }

    .partner-head {
        left: 46px !important;
    }

    .home-accr {
        background: url(/embark/images/tab-bg.webp);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: left;
        background-size: cover;
        padding: 25px 0;
    }
        .accordion-collapse {
            display: block !important;
        }
        .accordion-collapse {
            background: url(/embark/images/home-industry-main.webp);
            background-size: auto;
            background-size: cover;
        }
    section#tech-service {
    display: none !important;
}
section.accordion-collapse.pt-5.pb-5.d-block.d-md-none.d-lg-none {
    margin-top: 100px;
}
section.accordion-collapse h2.text-center.white-head.p-3 {
    padding-top: 40px;
}
        /*serice offered technology*/
        .accordion-ser li {
            list-style: none;
            margin-bottom: 20px;
            border: 0;
            background: 0 0;
            width: 95%;
    
        }
    
        .accordion-ser li a {
            color: #fff;
            display: block;
            text-align: left;
            background: 0 0;
            border: 1px solid #fff;
            padding: 20px;
        }
    
        .accordion-ser {
            padding-bottom: 30px;
            margin-bottom: 0px;
        }
                .card-body h3 {
                    text-align: center;
                    font-size: 20px;
                    padding: 10px;
                    color: #fff;
                    font-weight: 600 !important;
                }
        
                .submenu {
                    background: rgb(0, 0, 0, .4);
                    line-height: 30px;
                    color: #fff;
                    padding: 1.2rem;
                    margin: -14px -2px 0 -2px;
        
                }
        
                .card-body img {
                    width: 40px;
                    margin: 0 46%;
                }
 
.tech-card .card-box {
    padding: 50px 50px;
    height: 460px !important;
}
.tech-card-s2 .card-box{
    padding: 50px 50px;
    height: 655px !important;
}
.contact_blur_box {
  position: relative;
  left: 0;
  right: 0;
  margin-left: 0;
}
.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second,
.layout--twocol-section.layout--twocol-section--67-33>.layout__region--first {
  flex: 0 1 100%;
}
.layout--twocol-section>.layout__region {
  flex: 0 1 100%;
}
div#career-ui-ux {
  padding-top: 58px;
}
.emb-container.contacts {
  margin-top: 59%;
  padding: 0px;
}
        #tech-service-1 {
            display: none !important;
        }
       .emb-container.ecomm-tab.pt-5.js-view-dom-id-02d0e656f64408e70c811daf6c92fe69502ba0cc3a6057d5b4d79b75b7650414 {
         display: none;
           }
                   .main-logo {
                       margin-top: 24px;
                       margin-left: 14px;
                   }
        
                   .header-right a {
                       display: none;
                   }
        
                   .header-right {
                       display: flex;
                       float: right;
                       margin-top: -78px !important;
                       z-index: 9;
                   }
        
                   .social-links-1 {
                       display: none;
                   }
        
                   #main-1 {
                       position: absolute;
                       top: -75px;
                       right: 21px;
                   }
        
                   #main-1 img {
                       padding-left: 21px;
                   }
        
                   .ribbon1 {
                       display: none;
                   }
        
                   .divider {
                       display: none;
                   }
                                   .sidenav {
                                       height: 100%;
                                       width: 0;
                                       position: fixed;
                                       z-index: 1;
                                       top: 0;
                                       left: 0;
                                       background-color: #111;
                                       overflow-x: hidden;
                                       transition: 0.5s;
                                       padding-top: 60px;
                                   }
                
                                   .sidenav a {
                                       padding: 8px 8px 8px 32px;
                                       text-decoration: none;
                                       font-size: 25px;
                                       color: #818181;
                                       display: block;
                                       transition: 0.3s;
                                   }
                
                                   .sidenav a:hover {
                                       color: #f1f1f1;
                                   }
                
                                   .sidenav .closebtn {
                                       position: absolute;
                                       top: 0px;
                                       right: 0px;
                                       font-size: 36px;
                                       margin-left: 50px;
                                       background: none;
                                       border: none;
                                       color: white;
                                   }
                
                                   #main-1 {
                                       transition: margin-left .5s;
                                       padding: 16px;
                                   }
  #main-1 {
      display: block;
  }
  .latest-banner {
      padding-top: 50px !important;
  }
  div#mySidenav a {
      color: white;
      padding-top: 45px;
      font-size: 18px;
  }
  .chosse-left .emb-row {
      margin-left: -55px !important;
  }
 .accordion-home.emb-container .submenu p {
      color: #007bff;
      font-size: 18px;
      line-height: 1.5;
  }
  .emb-container.ecomm-tab{
    display: none;
  }
    form#webform-submission-apply-for-this-position-node-82-add-form input#edit-full-name ,form#webform-submission-apply-for-this-position-node-82-add-form input#edit-email,form#webform-submission-apply-for-this-position-node-82-add-form input#edit-phone ,form#webform-submission-apply-for-this-position-node-82-add-form textarea#edit-cover-letter{
     
      width: 318px;
    }
form#webform-submission-apply-for-this-position-node-82-add-form {

  height: 677px;
}
.layout.layout--twocol-section.layout--twocol-section--50-50 {
  margin-top: 30px;
  margin-right: 56px;
  margin-bottom: 238px;
}
           /***sabari code***/
        div#color-box-1 .color-blue {
            padding-bottom: 83px;
        }
     p.ecomm-p {
            padding-bottom: 25px;
        }
    
        .service-1,
        .service-2,
        .service-3,
        .service-4,
        .service-5,
        .service-6 {
            padding: 26px 35px;
        }
       
        .case-study-ser footer {
            padding: 10px 0px;
            margin-top: 30px;
            width: 20%;
            border-radius: 0px;
            display: block;
            text-align: center;
            margin-left: 44%;
            background: #1689e4;
            border: 1px solid #ccc;
        }

    /***end sabari code***/
        .breadcrumbs-ol {
            display: flex;
            list-style: none;
            margin-left: 1px;
            position: relative;
            top: 39px;
            margin-bottom: 60px;
        }
}
.js-form-item-field-ecommerce-service-tab-value ul {
    line-height: 1.5;
    padding-left: 12px;
    background: url(/embark/images/tab-bg.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding-right: 12px;
}

/**sabari code**/
@media only screen and (min-width: 769px) and (max-width: 1180px) {

    div#color-box-1 .color-blue {
        padding-bottom: 83px !important;
    }
}
/*****ERP accrodians********/
.accordionodoo {
    background-color: #eee;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    position: relative;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.accordionodoo.active, .accordionodoo:hover {
  background-color: #ccc;
}
.paneodool {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    color: black;
    margin-top: -16px;
}
/* Style for + / - icons */
.accordionodoo .icon {
  float: right;
  font-weight: bold;
}

    h5.certificatepara {
        font-size: 20px;
        font-weight: 200;
    }
    h3.certificate-title {
        font-size: 40px;
        font-weight: 600;
        width: 500px;
    }
    h4.certificate-subtitle {
        font-size: 40px;
        font-weight: 600;
    }
    p.certificate-text {
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        margin-top: 31px;
        margin-bottom: 37px;
    }
section.retail-2col.emb-container-fluid {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    background-color: black;
    background-image: url('/images/accbg1.webp');
    overflow: hidden;
}
.certificate-btn {
    margin-top: 20px;
    padding: 11px 32px;
    font-size: 15px;
    background-color: white;
    border: none;
    color: #1E407D;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
}
ul.list-inline.retail-ul li {
    background-image: url(/embark/images/icon-image.webp);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 30px;
    background-position: left 4px;
}
section.retail-2col.emb-container-fluid.manufacturing-2col {
    margin-top: 70px;
    margin-bottom: 70px;
}
section#ew-create-1 {
    display: none;
}
@media(min-width: 768px) and (max-width: 1024px) {
    input[type="text"] {
        width: 100%;
    }

    section#ew-create-1 {
        display: none !important;
    }
        .icon_industies h4 {
            font-size: 11px !important;
            margin: auto 0;
        }
                .tabbed_navigation.bookmarks {
                    display: none;
                }
                ul.nav.navbar-nav {
    list-style: none;
    display: flex;
    background: hsl(0deg 0% 96.47%) !important;
    margin-top: 25px;
    padding-bottom: 25px;
}
}
@media(max-width:600px){
.Navbar-scrolled {
    position: fixed;
    top: 98px;
    width: 100%;
    left: 0;
    z-index: 666;
}
ul.nav.navbar-nav li {
    padding-left: 0px;
    padding-top: 27px;
    width: 100%;
    padding-bottom: 14px;
    text-align: center;
}
}
@media (max-width: 992px) {
.emb-col-sm-12.emb-col-lg-6.get-in-touch-wrapper {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
 .emb-col-sm-12.emb-col-lg-4.contact-wrapper {
   max-width: 100% !important;
   flex: 0 0 100% !important;
 }
}
.field-content.partner-img img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    padding: 20px;
}

#rapid-banner .banner-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

#rapid-banner .banner-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

#rapid-banner .banner-desc {
    font-size: 16px;
    color: #444;
    max-width: 450px;
    margin-bottom: 25px;
    line-height: 1.6;
}
#rapid-banner.banner-section {
    background: #f2f2f4;
    padding: 70px;
    margin-top: 76px;
    padding-top: 59px !important;
    margin-bottom: 58px;
}
.webform-submission-bannerform-form #edit-actions-submit {
    margin: 0;
    float: none;
    padding: 11px;
}

.webform-submission-bannerform-form input {
  height: auto;
  padding: 13px;
  border-radius: 5px;
  border: none;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #1689e4;
  width: 100%;
  margin-bottom: 30px;
  }
@media(max-width: 600px) {
  .webform-submission-bannerform-form #edit-actions-submit {
    margin: 0;
    float: none;
    padding: 11px;
    margin-top: 15px;
  }
  .banner-form {
    margin: 0px !important;
}
  #rapid-banner.banner-section
  {
    padding: 20px;
  }
  }
.rapidbanner h2 {
    font-size: 32px;
    text-align: start !important;
    margin: 0px !important;
}
section.emb-container.Digital-Branding-CTA {
  padding-bottom: 70px;
}
.views-element-container.contextual-region h2 {
 
  font-size: 42px;
}
/****Packags css in digital branding page***/
 .pricing-section a,
 .pricing-section a:hover,
 .pricing-section a:focus,
 .pricing-section a:active {
   text-decoration: none;
   outline: none;
 }

 .pricing-section a,
 .pricing-section a:active,
 .pricing-section a:focus {
   color: #333;
   text-decoration: none;
   transition-timing-function: ease-in-out;
   -ms-transition-timing-function: ease-in-out;
   -moz-transition-timing-function: ease-in-out;
   -webkit-transition-timing-function: ease-in-out;
   -o-transition-timing-function: ease-in-out;
   transition-duration: .2s;
   -ms-transition-duration: .2s;
   -moz-transition-duration: .2s;
   -webkit-transition-duration: .2s;
   -o-transition-duration: .2s;
 }

 .pricing-section ul {
   margin: 0;
   padding: 0;
   list-style: none;
 }

 .pricing-section img {
   max-width: 100%;
   height: auto;
 }
.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2 {
  color: #333;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 50px;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
  color: #ffffff;
  -webkit-text-fill-color: inherit;
}

.pricing-section {
  position: relative;
  padding-bottom: 70px;
  overflow: hidden;
}

.pricing-section .outer-box {
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-section .row {
  margin: 0 -30px;
}

.pricing-block {
  position: relative;
  padding: 0 15px;
  margin-bottom: 40px;
}

.pricing-block .inner-box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #40cbb4;
}

.pricing-block .icon-box {
  position: relative;
  padding: 50px 30px 0;
  background-color: #40cbb4;
  text-align: center;
}

.pricing-block .icon-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}

.pricing-block .icon-box .icon-outer {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box img {
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #40cbb4;
  border-radius: 50%;
  font-size: 50px;
  color: #40cbb4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box img {
  transform: rotate(360deg);
}

.pricing-block .price-box {
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price {
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: #40cbb4;
}

.pricing-block .features {
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}

.pricing-block .features li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}

.pricing-block .features li:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  color: #2bd40f;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  margin-top: -8px;
}

.pricing-block .features li.false:before {
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a {
  color: #848484;
}

.pricing-block .features li:last-child {
  border-bottom: 0;
}

.pricing-block .btn-box {
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #40cbb4;
  border-radius: 10px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
  color: #40cbb4;
  background: none;
  border-radius: 0px;
  border-color: #40cbb4;
}

.pricing-block:nth-child(2) .icon-box img,
.pricing-block:nth-child(2) .inner-box {
  border-color: #1689e4;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
  background-color: #1689e4;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
  color: #1689e4;
  background: none;
  border-radius: 0px;
  border-color: #1d95d2;
}

.pricing-block:nth-child(2) .icon-box img,
.pricing-block:nth-child(2) .price {
  color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box img,
.pricing-block:nth-child(3) .inner-box {
  border-color: #ffc20b;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
  background-color: #ffc20b;
}

.pricing-block:nth-child(3) .icon-box img,
.pricing-block:nth-child(3) .price {
  color: #ffc20b;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
  color: #ffc20b;
  background: none;
  border-radius: 0px;
  border-color: #ffc20b;
}
section.lean-business.pb-0.key-f {
    margin-bottom: 60px;
}

/***subservice **//* SECTION */
.service-section {
  padding: 90px 0;
}

.text-center {
  text-align: center;
  margin-bottom: 50px;
}

/* LEFT MENU (TABS) */
.service-menu {
  position: sticky;
  top: 100px;
}

.service-menu button {
  width: 100%;
  padding: 14px 18px;
  border: none;
  background: transparent;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  border-left: 4px solid transparent;
}

.service-menu button.active {
    background: #fff;
    border-left-color: #1689e4;
    color: #1689e4;
}

/* SERVICE CARD */
.service-card {
  display: none;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
}
.service-card p {
    font-weight: 400;
}
.accordion-body ul li {
    font-weight: 400;
}
.service-card.active {
  display: block;
}
.tag {
    display: inline-block;
    background: #d4ecff;
    color: #1689e4;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 30px;
    margin-bottom: 10px;
}

/* ACCORDION */
.accordion-item {
  /* border-radius: 12px; */
  overflow: hidden;
}

.accordion-header {
    position: relative;
    width: 100%;
    padding: 16px 50px 16px 20px;
    border: none;
    background: #f2f2f4;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
}

.accordion-header::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.accordion-header.active {
    background: #1689e4;
    color: #fff;
}

.accordion-header.active::after {
  transform: translateY(-50%) rotate(-135deg);
  border-color: #fff;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    background: #f2f2f4;
    margin-top: -16px;
    border-radius: 0px;
}

.accordion-body.open {
  padding: 18px 20px;
}

/* BOXES */
.row-inner {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.icon-box {
  background: #f8f9fa;
  padding: 22px;
  border-radius: 12px;
  height: 100%;
}
.service-section ul {
  padding-left: 18px;
}
.service-section {
  margin: 0;
  padding: 50px;
  box-sizing: border-box;
  background: #f2f2f4;
    background: #f4f6f9;
      color: #222;
      line-height: 1.6;
    overflow: hidden;
}
.service-card h3 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}
.service-card h4 {
  font-weight: 700 !important;
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.fw-bold {
    font-size: 16px;
    font-weight: 700;
}
.service-menu button {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
}
.banner-form {
    margin: 20px 75px;
}
.webform-submission-bannerform-form select {
    height: auto;
    padding: 13px;
    border-radius: 5px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #1689e4;
    width: 100%;
     margin-bottom: 30px;
color: #666;

}
.iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 30px;
}
.row-inner1 .icon-box {
    width: 100%;
}
/* Remove thumbs-up image from webform confirmation */
.webform-confirmation-image {
    display: none !important;
}
/* Desktop submenu */
.has-submenu {
  position: relative;
}

.has-submenu .submenu {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
  min-width: 220px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  padding: 10px 0;
  z-index: 999;
}

.has-submenu:hover .submenu {
  display: block;
}

.has-submenu .submenu li {
  list-style: none;
}

.has-submenu .submenu li a {
  padding: 8px 20px;
  display: block;
  color: #000;
  text-decoration: none;
}

.has-submenu .submenu li a:hover {
  background: #f5f5f5;
}

/* Mobile submenu */
.mobile-submenu .submenu {
  display: none;
  padding-left: 15px;
}

.mobile-submenu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-submenu.open .submenu {
  display: block;
}


/* ERP row */
.submenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ERP link */
.submenu-link {
  flex: 1;
  padding: 12px 0;
  text-decoration: none;
  color: #fff;
}

/* + button */
.submenu-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}



/* Rotate + to × */
.mobile-submenu.open .submenu-toggle {
  transform: rotate(45deg);
}
/* Mobile submenu wrapper */
.mobile-submenu {
  width: 100%;
}

/* ERP row */
.submenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px 12px 0px;
}

/* ERP text */
.submenu-link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

/* + icon */
.submenu-toggle {
  font-size: 22px;
  cursor: pointer;
  user-select: none;
  color: #fff;
  margin-top:30px;
}

/* Submenu hidden */
.mobile-submenu .submenu {
  display: none;
  padding-left: 35px;
  padding-bottom: 10px;
}

/* Open state */
.mobile-submenu.open .submenu {
  display: block;
  list-style: none;
}

/* Animate + to × */
.mobile-submenu.open .submenu-toggle {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
#header.header-scrolled .header-right .submenu a {
    color: black;
}

/* Left Panel */
.digitalcontain{
    padding: 82px 0px;
}
.service-lefts {
    background: #1689e4;
    color: #000000;
    padding: 12px 32px;
    height: -webkit-fill-available;
    border-radius: 10px 0px 0px 10px;
    position: relative;
}
.service-lefts h2 {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}
.service-lefts span {
    color: #ffd13c;
}
/* Right Cards */
.service-cards1 {
    padding: 43px 18px;
    border-left: 1px solid #c7c7c7;
    height: 600px;
}
.service-cards1 h5 {
    font-weight: 700;
    color: #000;
    margin: 0px 0px;
    font-size: 24px;
}
.service-cards1 p {
    font-size: 15px;
    color: #898585;
    font-weight: 500;
    line-height: 21px;
    margin: 25px 0px;
}
.service-cards1 ul {
    padding-left: 18px;
    /* margin-top: 15px; */
    margin: 35px 0px;
}
.service-cards1 ul li {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #000000;
}
/* Icon Style */
.service-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 26px;
}
.service-iconimage img {
    font-size: 36px;
    color: #0b5ed7;
}
.service-cards1:first-child {
    border: none;
}
.digitalright{
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-radius: 0px 10px 10px 0px;
}
/* Bottom-right image */
.left-bottom-image {
    position: absolute;
    bottom: -10px;
    right: 0px;
    z-index: 0;
}
.left-bottom-image img {
    width: 179px;
    height: auto;
    border-radius: 8px;
}
@media (max-width: 768px) {

}