:root {
  --inside-block: 6vw;
  --outside-block: 8vw;
  --common-margin: 5%;
  --common-top-bot-padding: 4em;
  --static-top-bot-padding: 70px;
}
@media only screen and (min-width: 2001px) {
  :root {
    --outside-block: 160px;
    --inside-block: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  :root {
    --static-top-bot-padding: 63px;
  }
}
@media only screen and (max-width: 800px) {
  :root {
    --static-top-bot-padding: 59px;
  }
  #breadcrumbs {
    display: none;
  }
}
#breadcrumbs,
#breadcrumbs a,
.conversation-section .gform_wrapper .custom-button span {
  color: #F8F8F8;
}
.banner.full:after {
  background: #000;
}
.banner.full .graphic-overlay-large {
  z-index: 5;
}
.intro-section .section-outer:after,
.intro-section:after {
  background: #F8F8F8;
  top: 0;
  z-index: -1;
  left: 0;
  bottom: 0;
  content: "";
}
.intro-section {
  margin-top: 0;
  z-index: 5;
  transition: margin-top 0.5s;
}
.intro-section:after {
  position: absolute;
  right: 23%;
}
.intro-section .section-outer,
.latest-releases-section .release-outer,
.overlay-outer {
  position: relative;
}
.intro-section .section-outer:after {
  position: absolute;
  right: calc(var(--inside-block) + var(--outside-block));
}
.intro-section .section-inner .heading-col {
  width: 35%;
}
.intro-section .section-inner .content-col {
  width: 60%;
  padding-top: 12px;
  padding-right: 8%;
}
@media only screen and (max-width: 1200px) {
  .intro-section .section-inner .content-col {
    padding-right: 8%;
  }
}
.intro-section .section-outer .page-name-overlay {
  text-align: left;
  opacity: 1;
  padding-left: var(--inside-block);
}
.intro-section .section-outer .page-name-overlay .text {
  opacity: 0.34;
  padding-right: 110px;
}
.intro-section .section-outer .section-inner.middle-content {
  padding-bottom: 60px;
}
.scroll-arrows {
  position: absolute;
  bottom: 23px;
  left: calc(var(--outside-block));
  padding-left: calc(var(--inside-block) - 90px);
}
@media only screen and (max-width: 1680px) {
  :root {
    --outside-block: 5vw;
    --inside-block: 4.5vw;
  }
  .scroll-arrows {
    left: 3.5vw;
  }
}
.scroll-arrows svg {
  display: block;
}
.scroll-arrows div {
  cursor: pointer;
}
.scroll-arrows div:first-child {
  margin-bottom: 10px;
}
.scroll-arrows .left svg circle,
.scroll-arrows .right svg circle {
  fill: #F8F8F8;
  transition: 0.2s;
}
.scroll-arrows .left svg circle:nth-child(2),
.scroll-arrows .right svg circle:nth-child(2) {
  stroke: #bcbcbc;
}
.scroll-arrows .left svg path,
.scroll-arrows .right svg path {
  stroke: #bcbcbc;
  transition: 0.2s;
}
.scroll-arrows .left:hover svg circle,
.scroll-arrows .right:hover svg circle,
.services .portals-wrap .portal-link:hover .page-icon svg path,
.services .portals-wrap .portal-link:hover .page-icon svg rect {
  fill: #E3FF24;
}
.scroll-arrows .left:hover svg path,
.scroll-arrows .right:hover svg path {
  stroke: #F8F8F8;
}
.scroll-arrows .right svg circle {
  fill: #E3FF24;
  transition: 0.2s;
}
.scroll-arrows .right svg path {
  stroke: #F8F8F8;
  transition: 0.2s;
}
.scroll-arrows.late-scroll,
.scroll-arrows.mobile {
  display: none;
}
@media only screen and (max-width: 1150px) {
  .scroll-arrows {
    display: none;
  }
  .scroll-arrows.mobile {
    display: block;
    right: calc((var(--outside-block) + var(--inside-block)) / 2);
    left: initial;
    bottom: 30px;
    display: flex;
    flex-direction: row-reverse;
  }
  .scroll-arrows.mobile .left {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1150px) and (max-width: 1080px) {
  .scroll-arrows.mobile {
    bottom: 20px;
  }
}
@media only screen and (max-width: 1150px) and (max-width: 810px) {
  .scroll-arrows.mobile {
    bottom: 10px;
  }
}
@media only screen and (max-width: 1150px) and (max-width: 600px) {
  .scroll-arrows.mobile {
    flex-direction: column;
    bottom: 22px;
  }
}
@media only screen and (max-width: 700px) {
  :root {
    --static-top-bot-padding: 42px;
    --common-top-bot-padding: 2.5em;
  }
  .scroll-arrows.late-scroll {
    display: flex;
  }
}
#our-clients {
  overflow: hidden;
}
#our-clients .scroll-wrapper {
  overflow-x: scroll;
  display: flex;
  width: 100vw;
  height: 557px;
  margin: auto;
  padding-right: calc(
    var(--outside-block) + var(--inside-block) + (100vw - 2000px) / 2
  );
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (max-width: 1440px) {
  #our-clients .scroll-wrapper {
    height: 450px;
  }
}
@media only screen and (max-width: 1150px) {
  #our-clients .scroll-wrapper {
    height: 400px;
  }
}
#our-clients .scroll-wrapper::-webkit-scrollbar {
  display: none;
}
#our-clients .client-card {
  flex: 0 0
    calc((2000px - (var(--outside-block) + var(--inside-block)) * 2) / 3 - 8px);
  margin-right: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media only screen and (max-width: 2000px) {
  #our-clients .scroll-wrapper {
    padding-right: calc(var(--outside-block) + var(--inside-block));
  }
  #our-clients .client-card {
    flex: 0 0
      calc((100vw - (var(--outside-block) + var(--inside-block)) * 2) / 3 - 8px);
  }
}
#our-clients .client-card .title {
  color: #F8F8F8;
  font-size: 40px;
  opacity: 0.75;
  font-weight: 700;
  margin: 0 1em 0.7em;
  position: relative;
  z-index: 1;
  line-height: 1.17;
}
@media only screen and (max-width: 1440px) {
  #our-clients .client-card .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  #our-clients .client-card .title {
    font-size: 33px;
  }
}
#our-clients .client-card .gradient {
  position: absolute;
  width: 100%;
  height: 50%;
  background: #000;
  background: -moz-linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
}
#our-clients .client-card-spacer {
  flex: 0 0 14vw;
}
.services .intro {
  display: flex;
  margin-bottom: 30px;
}
.services .intro .services-intro-heading {
  flex-shrink: 3;
  margin-right: 55px;
}
.services .intro .services-intro-heading .primary-heading {
  margin-top: -0.2em;
}
@media only screen and (max-width: 900px) {
  .intro-section .section-outer .section-inner.middle-content {
    flex-direction: column;
  }
  .intro-section .section-outer .section-inner.middle-content .content-col,
  .intro-section .section-outer .section-inner.middle-content .heading-col {
    width: 100%;
    padding-right: 8%;
  }
  #our-clients .scroll-wrapper {
    height: 350px;
  }
  #our-clients .client-card {
    flex: 0 0 240px;
  }
  .services .intro .services-intro-heading {
    flex-shrink: 4;
  }
}
.services .intro .services-intro-text {
  flex-shrink: 4;
}
@media only screen and (max-width: 600px) {
  .services .intro {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .services .intro .services-intro-heading {
    margin-right: 0;
  }
}
.services .portals-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 5%;
}
.services .portals-wrap .portal-link {
  width: 24%;
  overflow: hidden;
  margin-bottom: 0;
}
@media only screen and (max-width: 950px) {
  .services .portals-wrap {
    flex-wrap: wrap;
    row-gap: 35px;
  }
  .services .portals-wrap .portal-link {
    width: initial;
    flex: 0 0 46%;
  }
}
.services .portals-wrap .portal-link .secondary-heading,
.services .portals-wrap .portal-link .small-heading {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.services .portals-wrap .portal-link .secondary-heading {
  margin-bottom: 0.2em;
}
.services .portals-wrap .portal-link .small-heading {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services .portals-wrap .portal-link .page-icon {
  position: relative;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
}
.services .portals-wrap .portal-link .page-icon svg {
  height: 37px;
  max-height: 37px;
}
.services .portals-wrap .portal-link .page-icon svg g {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.services .portals-wrap .portal-link .page-icon svg path,
.services .portals-wrap .portal-link .page-icon svg rect {
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  -ms-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.services .portals-wrap .portal-link .page-icon:after {
  content: "";
  height: 1px;
  background-color: #53565a;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.services .portals-wrap .portal-link .page-icon:before {
  content: "";
  height: 1px;
  background-color: #53565a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-100%);
  z-index: 5;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.services .portals-wrap .portal-link:hover .page-icon svg g,
.services .portals-wrap .portal-link:hover .secondary-heading,
.services .portals-wrap .portal-link:hover .small-heading {
  opacity: 1;
}
.services .portals-wrap .portal-link:hover .page-icon:before {
  transform: translateX(0);
}
.ent-services-list .service-wrap {
  border-bottom: 1px solid rgba(83, 86, 90, 0.5);
  -webkit-transition: border-bottom 0.3s ease-in-out;
  -moz-transition: border-bottom 0.3s ease-in-out;
  -ms-transition: border-bottom 0.3s ease-in-out;
  -o-transition: border-bottom 0.3s ease-in-out;
  transition: border-bottom 0.3s ease-in-out;
}
.ent-services-list .service-wrap.active {
  border-bottom: 1px solid rgba(83, 86, 90, 0);
}
.ent-services-list .service-wrap.active .toggle-icon {
  background-color: #E3FF24;
}
.ent-services-list .service-wrap.active .toggle-icon:before {
  transform: translate(-50%, -50%) rotate(0);
}
.ent-services-list .heading-wrap {
  display: flex;
  justify-content: space-between;
  margin: 1em 0;
  cursor: pointer;
}
.ent-services-list .heading-wrap .secondary-heading {
  margin-bottom: 0;
  padding-right: 10%;
  width: 90%;
}
.ent-services-list .heading-wrap .toggle-icon {
  position: relative;
  background-color: #bcbcbc;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  margin-top: 0.5em;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.ent-services-list .heading-wrap .toggle-icon:before {
  content: "";
  width: 28px;
  height: 2px;
  background: #F8F8F8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  left: 50%;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.ent-services-list .heading-wrap .toggle-icon:after {
  content: "";
  width: 28px;
  height: 2px;
  background: #F8F8F8;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.ent-services-list .service-det-wrap {
  margin-bottom: 1em;
  display: none;
}
.ent-services-list .service-det-wrap .service-detail {
  background: url("/wp-content/themes/dmcl/images//shell/icon-checked.svg")
    center left/18px no-repeat;
  border-top: 1px solid rgba(83, 86, 90, 0.5);
  padding: 0.5em 0.5em 0.5em 1.7em;
}
.latest-releases-section {
  background-color: #222;
  overflow: hidden;
}
.latest-releases-section .section-outer {
  padding: var(--common-top-bot-padding) var(--outside-block);
}
.latest-releases-section .section-outer .primary-heading {
  color: #bcbcbc;
  padding: 0 var(--inside-block);
}
.latest-releases-section .release-inner {
  color: #bcbcbc;
  margin: 0 0.5em;
}
.latest-releases-section .release-inner .release-image {
  padding-top: 80%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 0.7em;
}
.latest-releases-section .release-inner .release-image.placeholder {
  background-image: url("/wp-content/themes/dmcl/images//shell/dmcl-logo-white-new.svg");
  background-position: center center;
  background-size: 40%;
  background-color: #bcbcbc;
}
.industries-cta .content-wrap .secondary-heading,
.latest-releases-section .release-inner .service-sub-heading {
  margin-bottom: 0;
  padding-right: 12%;
}
.latest-releases-section .release-inner .name {
  font-family: Poppins, "Times New Roman", Times, sans-serif;
  font-size: 25px;
}
@media only screen and (max-width: 1080px) {
  #our-clients .client-card .title {
    font-size: 30px;
  }
  .latest-releases-section .release-inner .name {
    font-size: 22px;
  }
}
.latest-releases-section .slick-arrow {
  height: 100%;
  width: 15%;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.latest-releases-section .slick-arrow.prevArrow {
  background: #222;
  background: linear-gradient(
    90deg,
    rgba(34, 34, 34, 0.8) 40%,
    rgba(248, 248, 248, 0) 100%
  );
  left: -5%;
}
.latest-releases-section .slick-arrow.prevArrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/wp-content/themes/dmcl/images/shell/left-arrow.svg") 50% 40%
    no-repeat;
  z-index: 1;
}
.latest-releases-section .slick-arrow.nextArrow {
  right: -5%;
  background: #F8F8F8;
  background: linear-gradient(
    90deg,
    rgba(248, 248, 248, 0) 0,
    rgba(34, 34, 34, 0.8) 60%
  );
}
.latest-releases-section .slick-arrow.nextArrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/wp-content/themes/dmcl/images/shell/right-arrow.svg") 50%
    40% no-repeat;
  z-index: 1;
}
#team-feat {
  margin-top: auto;
}
#team-feat .arrow-container-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  padding-top: 4em;
}
@media only screen and (max-width: 500px) {
  :root {
    --inside-block: 0%;
  }
  .latest-releases-section .slick-arrow.prevArrow {
    left: -8%;
  }
  .latest-releases-section .slick-arrow.nextArrow {
    right: -8%;
  }
  #team-feat .arrow-container-wrapper {
    padding-top: var(--static-top-bot-padding);
  }
}
#team-feat .primary-heading {
  max-width: 856px;
  margin-bottom: 0;
}
#team-feat .arrow-container label {
  display: none;
}
.overlay-outer .graphic-overlay-right {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 70%;
  width: 100%;
  z-index: 6;
}
.overlay-outer .graphic-overlay-bottom {
  position: absolute;
  z-index: 1;
  left: -30%;
  top: calc(100% - 70px);
  width: 100%;
  height: 100%;
}
.conversation-section,
.cta {
  background: #FF4800;
  color: #F8F8F8;
}
.conversation-section .section-inner {
  display: flex;
  justify-content: space-between;
  column-gap: 5%;
}
.conversation-section .section-inner .content-block {
  width: 45%;
}
@media only screen and (max-width: 810px) {
  #our-clients .client-card .title {
    font-size: 28px;
  }
  .conversation-section .section-inner {
    flex-wrap: wrap;
    column-gap: 0;
  }
  .conversation-section .section-inner .content-block {
    width: 100%;
  }
}
.conversation-section .section-inner .content-block.block-2 {
  padding-bottom: 2.5em;
}
.conversation-section .gform_wrapper .custom-button:before {
  background: url("/wp-content/themes/dmcl/images//shell/icon-arrow-white-orange.svg")
    center center no-repeat;
}
.conversation-section .gform_wrapper .custom-button:after {
  background: url("/wp-content/themes/dmcl/images//shell/icon-arrow-orange-white.svg")
    center center no-repeat;
}
.conversation-section .gform_wrapper .custom-button:hover span,
.cta .custom-button:hover a {
  color: #FF4800;
}
.conversation-section .gform_wrapper input[type="submit"],
.gform_wrapper input[type="submit"] {
  color: #F8F8F8 !important;
}
.conversation-section .gform_wrapper input,
.conversation-section .gform_wrapper textarea {
  color: #F8F8F8;
  font-weight: 700;
}
.conversation-section .gform_wrapper input::placeholder,
.conversation-section .gform_wrapper textarea::placeholder {
  color: #F8F8F8;
}
.gform_wrapper .gform_fields .ginput_container input,
.gform_wrapper .gform_fields .ginput_container textarea {
  color: #F8F8F8;
  border-bottom: 1px solid rgba(248, 248, 248, 0.7);
}
.gform_wrapper .gform_fields .ginput_container input::placeholder {
  opacity: 1;
}
.gform_wrapper .gform_fields .ginput_container textarea::placeholder {
  opacity: 1;
}
.gform_wrapper .custom-button span:before {
  background-color: #F8F8F8;
}
.cta .custom-button a {
  color: #F8F8F8;
}
.cta .custom-button a:before {
  background: #F8F8F8;
}
.cta .custom-button:before {
  background: url("/wp-content/themes/dmcl/images/shell/icon-arrow-white-orange.svg")
    center center no-repeat;
}
.cta .custom-button:after {
  background: url("/wp-content/themes/dmcl/images/shell/icon-arrow-orange-white.svg")
    center center no-repeat;
}
.cta:after {
  content: "";
  display: block;
  background: url(/wp-content/themes/dmcl/images/shell/cta-texture-industries.svg)
    right bottom/cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#page .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input,
#page
  .gform_wrapper
  .gform_fields
  .gfield.gfield_error
  .ginput_container
  textarea {
  border-left: 0;
  border-bottom: 1px solid #FF4800;
}
#page .gform_wrapper .gform_validation_errors {
  padding: 1em;
}
#page .gform_wrapper .gform_validation_errors .gform_submission_error {
  padding-left: 2em;
}
#page
  .gform_wrapper
  .gform_validation_errors
  .gform_submission_error
  .gform-icon {
  height: auto;
  left: 0;
  top: 0;
}
#page .gform_wrapper .gform_validation_errors ol {
  padding-left: 3em;
}
#page #gform_wrapper_3 .gform_fields .gfield.gfield_error .validation_message {
  color: #c50000;
}
#page
  #gform_wrapper_3
  .gform_fields
  .gfield.gfield_error
  .ginput_container
  input,
#page
  #gform_wrapper_3
  .gform_fields
  .gfield.gfield_error
  .ginput_container
  textarea {
  border-left: 0;
  border-bottom: 1px solid #c50000;
}
.gform_confirmation_wrapper {
  border: 1px solid #F8F8F8;
  padding: 1em;
}
.industries-cta {
  margin: 0 0 var(--common-top-bot-padding) 0;
}
.industries-cta .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px solid rgba(83, 86, 90, 0.5);
  border-bottom: 1px solid rgba(83, 86, 90, 0.5);
  padding-top: 30px;
  padding-bottom: 30px;
  column-gap: 5%;
  flex-wrap: wrap;
  align-items: center;
}
.industries-cta .content-wrap .custom-button {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1160px) {
  .industries-cta .content-wrap .secondary-heading {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 800px) {
  .banner.full {
    padding: 12em 0;
  }
  .intro-section {
    margin-top: 0 !important;
  }
  .intro-section .section-outer .section-inner.middle-content .content-col,
  .intro-section .section-outer .section-inner.middle-content .heading-col {
    padding-right: 0;
  }
  .industries-cta .content-wrap {
    padding-bottom: 30px;
  }
}

.overlay-outer .graphic-overlay-flip {
  position: absolute;
  height: 541px;
  right: 77%;
  width: initial;
  top: -166px;
  display: none;
}
.overlay-outer .graphic-overlay-flip svg {
  height: 100%;
  width: auto;
}

#team-feat .graphic-overlay {
  top: 375px;
}

#team-feat .team-wrap .slick-track {
  padding-top: 40px;
}
