@import url("https://use.typekit.net/xlt2btb.css");
* {
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}
.bgwhite {
  background: #fff;
}
.bgblack {
  background: #000;
}
.bgblue {
  background: #1e5aa8;
}
.bgred {
  background: #c00;
}
.bggreen {
  background: #00852b;
}
.bgyellow {
  background: #fac80a;
}
.bgmagenta {
  background: #901f76;
}
.bggrey {
  background: #fafafa;
}
.textwhite {
  color: #fff !important;
}
.textblack {
  color: #000 !important;
}
.textblue {
  color: #1e5aa8 !important;
}
.textred {
  color: #c00 !important;
}
.textgreen {
  color: #00852b !important;
}
.textyellow {
  color: #fac80a !important;
}
.textmagenta {
  color: #901f76 !important;
}
.textgrey {
  color: #2d2d2e !important;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 5px;
  height: 0px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #424244;
}
*::before,
*::after,
a,
span,
button,
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body {
  background: #fff;
  font-size: 16px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  webkit-text-size-adjust: 100%;
  font-family: proxima-nova, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wow {
  visibility: hidden;
}
.wrapper {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.wrap50 {
  width: 50%;
}
.wrapper.wrap60 {
  width: 60%;
}
.wrapper.wrap70 {
  width: 70%;
}
.inner-wrapper {
  width: 80%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.full-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1400px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: #1e5aa8;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
ul li {
  outline: none;
}
.row > * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.col-12 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9 {
  font-family: proxima-nova, sans-serif;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  animation-duration: 1.3s;
  animation-delay: 0.2s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1 {
  font-size: clamp(5.6rem, 15.9vw, 15.6rem);
  line-height: 200px;
  font-weight: 900;
  letter-spacing: 20px;
}
h2 {
  font-size: clamp(2.5rem, 10vw, 12rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 10px;
}
h3 {
  font-size: 5rem;
  line-height: 75px;
  font-weight: 900;
}
h4 {
  font-size: 4rem;
  line-height: 64px;
  font-weight: 900;
}
h5 {
  font-size: 2.8rem;
  line-height: 45px;
  font-weight: 900;
}
h6 {
  font-size: 2rem;
  line-height: 45px;
  font-weight: 900;
}
h7 {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 700;
}
h8 {
  font-size: 1.3rem;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 1.5px;
}
h9 {
  font-size: 10rem;
  line-height: 140px;
  font-weight: 900;
  letter-spacing: 10px;
}
p {
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
  line-height: 23px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  animation-duration: 0.9s;
  animation-delay: 0.5s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn {
  font-family: proxima-nova, sans-serif;
  display: inline-block;
  padding: 13px 40px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid #000;
  border-radius: 15px;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: none;
  letter-spacing: 0.3px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 400px;
  margin: 5px 0;
  text-transform: uppercase;
  transform: translateY(0px);
}
.btn::after {
  content: "";
  position: absolute;
  background-color: #000;
  z-index: -1;
  padding: 0.25em 0.5em;
  display: block;
  transition: all 0.35s;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(45deg) scale(0, 1);
}
.btn:hover::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.35s;
  transform: skewX(0deg) scale(1, 1);
}
.btn:focus {
  box-shadow: none;
  transform: translateY(5px);
}
.btn span {
  position: relative;
}
.btn span.external::after {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0px, -52%);
  display: inline-block;
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
}
.btn.transparent {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn.transparent::after {
  background-color: #fff;
}
.btn.transparent:hover {
  border: 2px solid #fff !important;
  color: #000;
}
.btn.transparent:hover::after {
  background-color: #fff;
}
.btn.black {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}
.btn.black::after {
  background-color: #000;
}
.btn.black:hover {
  border: 2px solid #000 !important;
  color: #fff;
}
.btn.black:hover::after {
  background-color: #000;
}
.btn.blue {
  background: transparent;
  border: 2px solid #1e5aa8;
  color: #1e5aa8;
}
.btn.blue::after {
  background-color: #1e5aa8;
}
.btn.blue:hover {
  border: 2px solid #1e5aa8 !important;
  color: #fff;
}
.btn.blue:hover::after {
  background-color: #1e5aa8;
}
.btn.magenta {
  background: transparent;
  border: 2px solid #901f76;
  color: #901f76;
}
.btn.magenta::after {
  background-color: #901f76;
}
.btn.magenta:hover {
  border: 2px solid #901f76 !important;
  color: #fff;
}
.btn.magenta:hover::after {
  background-color: #901f76;
}
.btn.green {
  background: transparent;
  border: 2px solid #00852b;
  color: #00852b;
}
.btn.green::after {
  background-color: #00852b;
}
.btn.green:hover {
  border: 2px solid #00852b !important;
  color: #fff;
}
.btn.green:hover::after {
  background-color: #00852b;
}
.btn.yellow {
  background: transparent;
  border: 2px solid #fac80a;
  color: #fac80a;
}
.btn.yellow::after {
  background-color: #fac80a;
}
.btn.yellow:hover {
  border: 2px solid #fac80a !important;
  color: #000;
}
.btn.yellow:hover::after {
  background-color: #fac80a;
}
.btn.red {
  background: transparent;
  border: 2px solid #c00;
  color: #c00;
}
.btn.red::after {
  background-color: #c00;
}
.btn.red:hover {
  border: 2px solid #c00 !important;
  color: #fff;
}
.btn.red:hover::after {
  background-color: #c00;
}
.uni-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}
section:focus {
  outline: none;
}
#backtotop {
  background-color: #901f76;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 100px;
  right: 40px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0px 2px #fff;
}
#backtotop::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
#backtotop:hover {
  cursor: pointer;
  opacity: 0.8 !important;
}
#backtotop:active {
  background-color: #000;
  box-shadow: 0 0 0px 2px #fff;
}
#backtotop.view {
  opacity: 1;
  visibility: visible;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}
#preloader #status {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(https://www.constructdigital.com/hubfs/constructbrand/construct-logo-animated.gif);
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  background-size: 250px;
}
#navigation {
  background: transparent;
  z-index: 22;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#navigation .wrapper {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
#navigation .wrapper .logo {
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#navigation .wrapper .logo img {
  width: 100%;
  max-width: 60px !important;
  height: auto;
  transform: scale(1) rotate(360deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#navigation .wrapper .logo img:hover {
  opacity: 1;
  margin-left: 0px;
  transform: scale(0.9) rotate(355deg);
}
#navigation .wrapper .logo svg {
  width: 100%;
  max-width: 60px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#navigation .wrapper .logo svg .magenta-block {
  fill: #901f76;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#navigation .wrapper .logo svg .white-block {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#navigation .wrapper .logo svg .blue-block {
  fill: #1e5aa8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#navigation .wrapper .logo svg .green-block {
  fill: #00852b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#navigation .wrapper .logo svg .red-block {
  fill: #c00;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#navigation .wrapper .logo svg .yellow-block {
  fill: #fac80a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#navigation .wrapper .logo svg:hover .magenta-block,
#navigation .wrapper .logo svg:hover .white-block,
#navigation .wrapper .logo svg:hover .blue-block,
#navigation .wrapper .logo svg:hover .green-block,
#navigation .wrapper .logo svg:hover .red-block,
#navigation .wrapper .logo svg:hover .yellow-block {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#navigation.hide {
  top: -150px;
  background: #fff;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
  box-shadow: 0 1px 25px #0000001a;
}
#navigation.scrollback {
  background: #fff;
}
#navigation.scrolled-nav {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0px 0 7px 0px #f3f3f3;
}
#navigation.scrolled-nav .wrapper {
  padding: 5px 0;
}
#navigation.scrolled-nav .wrapper .logo img {
  max-width: 40px;
}
#navigation.scrolled-nav #header-menu > ul > li > a {
  color: #000;
}
#navigation.scrolled-nav #header-menu .search .search-btn i {
  color: #1e5aa8 !important;
}
nav {
  position: relative;
}
#header-menu {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header-menu ul {
  margin: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header-menu ul li {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header-menu ul li a {
  border: 0;
  list-style: none;
  line-height: 1.2;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
}
#header-menu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header-menu:after,
#header-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#header-menu #head-mobile {
  display: none;
}
#header-menu > ul > li {
  float: left;
  margin: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header-menu > ul > li:first-child {
  margin-left: 0;
}
#header-menu > ul > li:last-child {
  margin-right: 0;
}
#header-menu > ul > li > a {
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
#header-menu > ul > li:hover > a {
  color: #00367c;
}
#header-menu ul li.active a {
  color: #000;
}
#header-menu ul li.has-sub.active:hover {
  border-bottom: 2px solid #1e5aa8;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#header-menu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  padding-left: 0;
  padding-top: 20px;
}
#header-menu ul ul li {
  height: auto;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #fff;
  transition: all 0.25s ease;
  box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.12);
}
#header-menu > ul > li.has-sub > a {
  padding-right: 0;
}
#header-menu > ul > li.has-sub > a:after {
  position: absolute;
  top: 4px;
  right: -15px;
  display: inline-block;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
}
#header-menu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#header-menu li:hover > ul {
  left: auto;
}
#header-menu li:hover > ul > li {
  min-height: 40px;
}
#header-menu ul ul ul {
  margin-left: 100%;
  top: 0;
  padding-top: 0;
}
#header-menu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 14px 15px;
  width: 100%;
  min-width: 250px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.2px;
}
#header-menu ul ul li:last-child > a,
#header-menu ul ul li.last-item > a {
  border-bottom: 0;
}
#header-menu ul ul li:hover > a,
#header-menu ul ul li a:hover {
  color: #fff !important;
  background: #00367c;
}
#header-menu ul ul li:hover > a::after,
#header-menu ul ul li a:hover::after {
  background: #fff !important;
}
#header-menu ul ul li.has-sub > a:before {
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header-menu ul ul li.has-sub > a:after {
  position: absolute;
  top: 20px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000;
  content: "";
}
#header-menu ul ul li.has-sub:hover {
  background: #f5f5f7;
}
#header-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#header-menu ul li.has-sub ul li.has-sub ul li:hover {
  background: #f5f5f7;
}
#header-menu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#header-menu > ul > li.has-sub > ul > li.active > a,
#header-menu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
.search-box {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15vh;
  min-height: 115px;
  position: fixed;
  background: #000000cc;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.search-box .search-input {
  width: 80%;
  padding: 7px 0;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  outline: none;
  transition: all 0.3s ease;
}
.search-box .search-input::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}
.search-box .search-input::placeholder {
  color: #fff;
  opacity: 0.7;
}
.search-box .search-input:focus {
  border-bottom: 1px solid #000;
}
.search-box .close-search {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  font-size: 30px;
  padding: 25px 30px;
  font-weight: normal;
  line-height: normal;
  float: none;
  cursor: pointer;
}
.search-box .close-search:hover {
  opacity: 0.7;
}
.search-box .close-search::before {
  position: absolute;
  right: 20px;
  background: #fff;
  display: block;
  height: 2px;
  content: "";
  top: 23px;
  width: 19px;
  transform: rotate(135deg);
}
.search-box .close-search::after {
  position: absolute;
  right: 20px;
  display: block;
  content: "";
  top: 23px;
  border: 0;
  height: 2px;
  width: 19px;
  background: #fff;
  transform: rotate(45deg);
}
.search-box.open-search-box {
  opacity: 1;
  z-index: 998;
  pointer-events: auto;
}
.search-box .search-btn-submit {
  background: #fff;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
  outline: none;
  font-size: 17px;
  margin: 0 0px;
  width: 45px;
  height: 45px;
}
.search-box .search-btn-submit i {
  color: #000;
}
.search-box .search-btn-submit:hover {
  background: #1e5aa8;
  border: 1px solid #1e5aa8;
}
.search-box .search-btn-submit:hover i {
  color: #fff;
}
.search {
  margin-right: 10px;
}
.search .search-btn {
  background: transparent;
  outline: none;
  cursor: pointer;
  outline: none;
}
.search .search-btn i {
  color: #1e5aa8;
}
.search .search-btn i:hover {
  animation: pulse both 1s;
  color: #c00;
}
.white-menu #header-menu > ul > li > a {
  color: #fff;
}
.white-menu #header-menu > ul > li:hover > a {
  color: #000;
}
.white-menu #header-menu .search .search-btn i {
  color: #fff;
}
.white-menu #header-menu .search .search-btn i:hover {
  color: #000;
}
.blue-menu #header-menu > ul > li > a {
  color: #fff;
}
.blue-menu #header-menu > ul > li:hover > a {
  color: #1e5aa8;
}
.blue-menu #header-menu .search .search-btn i {
  color: #fff;
}
.blue-menu #header-menu .search .search-btn i:hover {
  color: #1e5aa8;
}
.search-btn-mobile {
  display: none;
  position: absolute;
  right: 40px;
  top: 15px;
  z-index: 102;
}

#navigation.scroll-hidden {
  top: -100px;
}
#navigation.scroll-up {
  background-color: #ffffffd6;
  backdrop-filter: blur(10px);
}
#navigation.scroll-up .wrapper .logo img {
  max-width: 40px !important;
}
#navigation.scroll-up .wrapper {
  padding: 10px 0;
}
#navigation.scroll-up #header-menu a {
  color: #000;
}
#navigation.scroll-up .search .search-btn i {
  color: #000 !important;
}
.slick-prev,
.slick-next {
  border: 2px solid #00852b;
  border-radius: 10px;
  background: transparent;
  width: 40px;
  height: 40px;
}
.slick-prev:hover,
.slick-next:hover {
  background: #00852b;
  border-color: #00852b;
}
.slick-prev:hover.slick-prev:before,
.slick-prev:hover.slick-next:before,
.slick-next:hover.slick-prev:before,
.slick-next:hover.slick-next:before {
  color: #fff;
}
.slick-prev {
  left: -50px;
}
.slick-prev::before {
  content: "\f060";
}
.slick-next {
  right: -50px;
}
.slick-next::before {
  content: "\f061";
  padding-left: 3px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #00852b;
}
.white-arrows .slick-prev:before,
.white-arrows .slick-next:before {
  color: #fff;
}
.white-arrows .slick-prev,
.white-arrows .slick-next {
  border-color: #fff;
}
.white-arrows .slick-prev:hover,
.white-arrows .slick-next:hover {
  border-color: #fff;
  background-color: #fff;
}
.white-arrows .slick-prev:hover.slick-prev:before,
.white-arrows .slick-prev:hover.slick-next:before,
.white-arrows .slick-next:hover.slick-prev:before,
.white-arrows .slick-next:hover.slick-next:before {
  color: #000;
}
.black-arrows .slick-prev:before,
.black-arrows .slick-next:before {
  color: #000;
}
.black-arrows .slick-prev,
.black-arrows .slick-next {
  border-color: #000;
}
.black-arrows .slick-prev:hover,
.black-arrows .slick-next:hover {
  border-color: #000;
  background-color: #000;
}
.black-arrows .slick-prev:hover.slick-prev:before,
.black-arrows .slick-prev:hover.slick-next:before,
.black-arrows .slick-next:hover.slick-prev:before,
.black-arrows .slick-next:hover.slick-next:before {
  color: #fff;
}
.blue-arrows .slick-prev:before,
.blue-arrows .slick-next:before {
  color: #1e5aa8;
}
.blue-arrows .slick-prev,
.blue-arrows .slick-next {
  border-color: #1e5aa8;
}
.blue-arrows .slick-prev:hover,
.blue-arrows .slick-next:hover {
  border-color: #1e5aa8;
  background-color: #1e5aa8;
}
.blue-arrows .slick-prev:hover.slick-prev:before,
.blue-arrows .slick-prev:hover.slick-next:before,
.blue-arrows .slick-next:hover.slick-prev:before,
.blue-arrows .slick-next:hover.slick-next:before {
  color: #fff;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.slick-dots li button {
  width: 20px;
  height: 30px;
  cursor: pointer;
}
.slick-dots li button::before {
  content: "";
  background: url("https://www.constructdigital.com/hubfs/constructbrand/slider-dot.svg");
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  filter: grayscale(100%);
  opacity: 0.2;
}
.slick-dots li button:hover::before {
  filter: grayscale(0%);
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  filter: grayscale(0%);
}
.arrow-down-sp {
  position: relative;
  display: flex;
  align-items: flex-start;
  top: 100px;
  z-index: 1;
  animation: 2s ease-in-out normal none infinite floating;
}
.arrow-down-sp img {
  width: 25px;
}
.arrow-down-sp .one {
  position: absolute;
  z-index: 10;
  top: -20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-down-sp .two {
  position: absolute;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-down-sp .three {
  position: absolute;
  top: 20px;
  z-index: 8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-down-sp:hover .one {
  top: -28px;
}
.arrow-down-sp:hover .two {
  top: 0;
}
.arrow-down-sp:hover .three {
  top: 28px;
}
.arrow-down-sp.home-hero-sec {
  position: absolute;
  bottom: 100px;
  top: auto;
  left: 5%;
  right: auto;
}
.home-hero {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.home-hero .video-background {
  background: #fff;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home-hero .video-background .video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}
.home-hero .video-background .video-foreground .knockout-text {
  position: absolute;
  top: 0;
  display: grid;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: calc(40px + 24vw);
  font-weight: 900;
  letter-spacing: 0;
  margin: auto;
  text-transform: uppercase;
  user-select: none;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 1px;
  transition: text-shadow 0.6s linear;
  z-index: 11;
  background-color: #fff;
  color: #000;
  mix-blend-mode: screen;
  line-height: 0.667em;
  opacity: 1;
  animation: transformation 1s ease-out forwards;
  animation-delay: 0s;
}
.home-hero .video-background .video-foreground .knockout-text .part1 {
  margin-bottom: -310px;
}
.home-hero .video-background .video-foreground .knockout-text .part2 {
  margin-left: 71.5px;
  letter-spacing: -20px;
}
.home-hero .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}
.home-hero .hero-image-mob {
  display: none;
  padding: 70px 20px;
}
.home-hero .arrow-down img {
  width: 25px;
  position: absolute;
  bottom: 10px;
  z-index: 11;
  -webkit-animation: 2s ease-in-out normal none infinite floating;
  animation: 2s ease-in-out normal none infinite floating;
}
.home-hero:hover .knockout-text {
  text-shadow: 7px 7px 0px #902076 !important;
  transition: all 0.3s ease !important;
  -webkit-text-stroke-color: #ffffff2e !important;
  -webkit-text-stroke-width: 1px !important;
}
@keyframes floating {
  50% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes floating {
  50% {
    transform: translateY(-20px);
  }
}
@keyframes floating-mob {
  50% {
    transform: translateY(-30px);
  }
}
@-webkit-keyframes floating-mob {
  50% {
    transform: translateY(-30px);
  }
}
@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@keyframes transformation {
  0% {
    letter-spacing: 300px;
    opacity: 0;
    background-color: none;
  }
  100% {
    letter-spacing: -50px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.who-we-are {
  margin-top: -30px;
  position: relative;
}
.who-we-are .who-elements {
  position: absolute;
  right: 0;
  top: -100px;
}
.who-we-are .who-elements .one {
  width: 260px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 10;
}
.who-we-are .who-elements .two {
  width: 280px;
  position: absolute;
  right: 40px;
  top: 220px;
  z-index: 8;
}
.what-we-do .wrapper .container .row .what-elements {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 180px;
}
.what-we-do .wrapper .container .row .what-elements img {
  width: 190px;
  display: block;
}
.what-we-do .wrapper .container .row .what-elements .one {
  position: absolute;
  z-index: 10;
}
.what-we-do .wrapper .container .row .what-elements .two {
  position: absolute;
  top: 60px;
  z-index: 9;
}
.what-we-do .wrapper .container .row .what-elements .three {
  position: absolute;
  top: 120px;
  z-index: 8;
}
.what-we-do .wrapper .container .row .what-elements-2 {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: -50px;
  left: -50px;
  z-index: 11;
  height: 0;
}
.what-we-do .wrapper .container .row .what-elements-2 img {
  width: 250px;
  display: block;
}
.what-we-do .wrapper .container .row .what-elements-2 .one {
  left: 100px;
  position: relative;
  z-index: 9;
}
.what-we-do .wrapper .container .row .what-elements-2 .two {
  left: 300px;
  position: relative;
  top: -320px;
  z-index: 9;
}
.what-we-do .wrapper .container .row .what-elements-2 .three {
  position: relative;
  top: -460px;
  left: 390px;
  z-index: 8;
}
.what-we-do .wrapper .container .row .what-elements-2 .three.three2 {
  position: relative;
  top: -600px;
  left: 470px;
  z-index: 8;
}
.what-we-do .wrapper .container .row .para-box {
  margin-bottom: 30px;
  position: relative;
}
.what-we-do .wrapper .container .row .para-box .icon img {
  width: 100%;
  max-width: 70px;
  margin-bottom: 30px;
}
.what-we-do .wrapper .container .row .para-box p {
  font-size: 20px;
}
.testimonials .wrapper .container .row .testimonials-slider .testimonial-image-box img {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}
.testimonials .wrapper .container .row .testimonials-slider .testimonial-box {
  padding: 75px 0px 40px 0px;
}
.testimonials .wrapper .container .row .testimonials-slider .testimonial-box .content p {
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
  position: relative;
  margin: 0;
}
.testimonials .wrapper .container .row .testimonials-slider .testimonial-box .content::before {
  content: "";
  background: url(https://www.constructdigital.com/hubfs/constructbrand/quotes.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: -70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}
.testimonials .wrapper .container .row .testimonials-slider .testimonial-box .content::after {
  content: "";
  background: url(https://www.constructdigital.com/hubfs/constructbrand/quotes.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: -60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  transform: rotate(180deg);
}
.testimonials .wrapper .container .row .testimonials-slider .testimonial-box p.author {
  font-weight: 700;
  margin-top: 80px;
  font-size: 20px;
}
.testimonials .wrapper .container .row .testimonials-slider .testimonial-box p.author span {
  font-weight: 100;
  display: block;
  margin-top: 8px;
  font-size: 15px;
}
.awards .wrapper .container .award-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.awards .wrapper .container .award-box .award-image img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awards .wrapper .container .award-box .award-copy {
  margin-bottom: 20px;
}
.awards .wrapper .container .award-box .award-copy p {
  font-weight: 700;
}
.awards .wrapper .container .award-box:hover .award-image img {
  /* transform: scale(1.05); */
}
.case-studies .wrapper .container .row .case-studies-slider {
  margin-top: 40px;
}
.case-studies .wrapper .container .row .case-studies-slider .case-studies-image-box {
  border-radius: 10px;
}
.case-studies .wrapper .container .row .case-studies-slider .case-studies-image-box img {
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
}
.case-studies .wrapper .container .row .case-studies-slider .case-studies-box {
  padding: 0 40px 40px 40px;
}
.case-studies .wrapper .container .row .case-studies-slider .case-studies-box p.subhead {
  font-weight: 700;
}
.case-studies .wrapper .container .row .case-studies-slider .case-studies-box h5 {
  margin-bottom: 20px;
}
.case-studies .wrapper .container .row .case-studies-slider .case-studies-box .tag {
  display: block;
  margin-top: 40px;
}
.case-studies .wrapper .container .row .case-studies-slider .case-studies-box .tag a {
  animation: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid;
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
  display: inline-block;
}
.case-studies .wrapper .container .row .case-studies-slider .case-studies-box .tag a:hover {
  color: #191919;
}
.case-studies .wrapper .container .row .case-studies-slider .slick-dots {
  margin-left: 50px;
}
.featured-hero {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}
.featured-hero .featured-hero-element {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.featured-hero .featured-hero-element img {
  position: absolute;
  width: 450px;
  right: 100px;
  top: 100px;
  z-index: 1;
}
.featured-hero .featured-hero-element.news-featured img {
  width: 350px;
  right: 100px;
  top: 200px;
}
.featured-hero .wrapper .container .row .arrow-down img {
  width: 25px;
  position: absolute;
  bottom: 10px;
  z-index: 11;
  -webkit-animation: 3s ease-in-out 0s normal none infinite floating;
  animation: 3s ease-in-out 0s normal none infinite floating;
}
.parallax {
  background: #1e5aa8 url("../images/parallax-bg-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-position: center right;
  padding: 100px 0px;
}
.parallax-c {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-attachment: fixed;
  padding: 0;
  position: relative;
}
.parallax-c .wrapper {
  position: relative;
}
.parallax-c::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.5;
}
.news-boxes .wrapper .container .row {
  row-gap: 20px;
}
.news-boxes .wrapper .container .row .news-box {
  position: relative;
  box-shadow: 0px 0px 0px 1px #00000014;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
}
.news-boxes .wrapper .container .row .news-box .news-image-box {
  overflow: hidden;
}
.news-boxes .wrapper .container .row .news-box .news-image-box img {
  min-height: 325px;
  max-height: 325px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-boxes .wrapper .container .row .news-box .news-content-box {
  padding: 30px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-top .news-date {
  color: #767676;
  font-size: 14px;
  margin-bottom: 15px;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-top .news-heading {
  color: #000;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 25px;
  display: block;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-top .news-heading:hover {
  text-shadow: none;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-top .news-excerpt {
  color: #424242;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-top .overlay-press-link {
  width: 100%;
  max-width: 120px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-top .author {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-top .author .author-image {
  width: 40px;
  height: 40px;
  object-fit: cover;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-top .author .author-name {
  color: #000;
  margin: 0;
  margin-left: 15px;
  font-weight: 700;
  font-size: 15px;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-footer .news-btn {
  color: #000;
  padding: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  font-size: 14px;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-footer .news-btn span::before {
  content: "";
  opacity: 0;
  font-size: 0px;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-footer .news-btn:hover {
  width: 100%;
  background: transparent;
  color: #000;
  display: flex;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-footer .news-btn:hover span::before {
  content: "Read More";
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
  text-transform: uppercase;
  opacity: 1;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-footer .downloads-btn {
  color: #000;
  padding: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  font-size: 14px;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-footer .downloads-btn span::before {
  content: "";
  opacity: 0;
  font-size: 0px;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-footer .downloads-btn:hover {
  width: 100%;
  background: transparent;
  color: #000;
  display: flex;
}
.news-boxes .wrapper .container .row .news-box .news-content-box .news-footer .downloads-btn:hover span::before {
  content: "Read More";
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
  text-transform: uppercase;
  opacity: 1;
}
.news-boxes .wrapper .container .row .news-box:hover {
  box-shadow: 0px 0px 20px 0px #0000001a;
  margin-top: -10px;
}
.news-boxes .wrapper .container .row .news-box:hover .news-top .author .author-image {
  border-color: #c00;
}
.news-boxes .wrapper .container .row .news-box:hover .news-footer .news-btn {
  width: 100%;
  background: transparent;
  color: #000;
  display: flex;
}
.news-boxes .wrapper .container .row .news-box:hover .news-footer .news-btn span::before {
  content: "Read More";
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
  text-transform: uppercase;
  opacity: 1;
}
.news-boxes .wrapper .container .row .news-box:hover .news-footer .downloads-btn {
  width: 100%;
  background: transparent;
  color: #000;
  display: flex;
}
.news-boxes .wrapper .container .row .news-box:hover .news-footer .downloads-btn span::before {
  content: "Download";
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
  text-transform: uppercase;
  opacity: 1;
}
.news-boxes .wrapper .container .row .news-box.fullbg-img {
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news-boxes .wrapper .container .row .news-box.fullbg-img::before {
  background: linear-gradient(180deg, transparent 30%, #000);
  border-radius: 5px;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  transition: opacity 0.3s ease;
  opacity: 0.75;
}
.news-boxes .wrapper .container .row .news-box.fullbg-img .news-content-box {
  position: relative;
  justify-content: flex-end;
  padding-bottom: 10px;
  width: 100%;
}
.news-boxes .wrapper .container .row .news-box.fullbg-img .news-content-box .news-top .news-date {
  color: #e3e3e3;
  margin-bottom: 10px;
}
.news-boxes .wrapper .container .row .news-box.fullbg-img .news-content-box .news-top .news-heading {
  color: #fff;
  margin-bottom: 10px;
}
.news-boxes .wrapper .container .row .news-box.fullbg-img .news-content-box .news-footer .news-btn {
  color: #fff;
  padding: 0;
  border: 0;
  display: block;
}
.news-boxes .wrapper .container .row .news-box.fullbg-img:hover {
  margin-top: 0px;
}
.news-boxes .wrapper .container .row .news-box.fullbg-img:hover::before {
  opacity: 1;
}
.news-boxes.success-stories .wrapper .container .row .news-box .news-content-box .news-top .news-heading {
  font-size: 3.5rem;
  font-size: clamp(2rem, 1.7rem + 1.5vw, 3.5rem);
  line-height: 1;
}
.news-boxes.success-stories .wrapper .container .row .news-box .news-content-box .news-top .news-heading span {
  font-size: 3rem;
  line-height: 1.3em;
}
.news-boxes.success-stories .wrapper .container .row .news-box.fullbg-img {
  background-position: top left;
}
.news-boxes.success-stories .wrapper .container .row .news-box .news-content-box .news-top .news-excerpt {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 1;
  overflow: auto;
}
.news-boxes.success-stories .wrapper .container .row .news-box .news-content-box .news-top .news-excerpt span {
  font-size: 1.3rem;
  font-weight: 700;
}
.news-boxes.success-stories .wrapper .container .row .news-box:hover .news-content-box .news-top .news-excerpt {
}
.we-are-construct {
  margin-top: -30px;
  position: relative;
}
.we-are-construct .wrapper {
  padding: 160px 0 160px 0px;
}
.we-are-construct .elements {
  position: absolute;
  right: 0;
  top: 150px;
}
.we-are-construct .elements .one {
  width: 230px;
  position: relative;
  right: 0;
  top: -80px;
  z-index: 8;
}
.we-are-construct .elements .two {
  width: 430px;
  position: relative;
  right: 190px;
  top: 20px;
  z-index: 9;
}
.founder {
  position: relative;
}
.founder .wrapper {
  /* padding: 160px 0 200px 0px; */
}
.founder .wrapper .container .row .col .founder-box {
  position: absolute;
  text-align: center;
  top: -130px;
}
.founder .wrapper .container .row .col .founder-box .founder-image img {
  width: 100%;
}
.founder .wrapper .container .row .col .founder-box .founder-name {
  font-size: 23px;
  font-weight: 800;
  margin-top: 15px;
  display: block;
  color: #000;
  text-transform: uppercase;
}
.values .wrapper .container .row .value-elements {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  top: 100px;
}
.values .wrapper .container .row .value-elements img {
  width: 200px;
  display: block;
}
.values .wrapper .container .row .value-elements .one {
  position: absolute;
  z-index: 10;
  right: 0;
}
.values .wrapper .container .row .value-elements .two {
  position: absolute;
  top: 70px;
  z-index: 9;
  right: 0;
}
.values .wrapper .container .row .value-elements .three {
  position: absolute;
  top: 140px;
  z-index: 8;
  right: 0;
}
.values .wrapper .container .row .value-elements.dx-values {
  top: 600px;
}
.values .wrapper .container .row .value-elements.dx-values img {
  width: 230px;
}
.values .wrapper .container .row .value-elements.dx-values .one {
  right: 30px;
}
.values .wrapper .container .row .value-elements.dx-values .two {
  top: 0;
}
.values .wrapper .container .row .value-elements.marketing-elements {
  top: -100px;
}
.values .wrapper .container .row .value-elements.marketing-elements .one {
  top: -100px;
}
.values .wrapper .container .row .value-elements.marketing-elements .two {
  top: 0px;
}
.values .wrapper .container .row .value-elements.marketing-elements .three {
  top: 100px;
}
.bordered-text {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
}
.culture {
  position: relative;
}
.culture .wrapper .container .row .bordered-text:hover {
  color: #fff !important;
}
.culture .wrapper .culture-elements {
  position: absolute;
  right: 0;
  top: 400px;
}
.culture .wrapper .culture-elements.culture-elements2 {
  top: 700px;
}
.culture .wrapper .culture-elements .one {
  width: 300px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 9;
}
.culture .wrapper .culture-elements .two {
  width: 450px;
  position: absolute;
  right: 70px;
  top: 0px;
  z-index: 10;
}
.culture .wrapper .culture-elements.culture-elements2 .two {
  width: 250px;
  position: absolute;
  right: 70px;
  top: 0px;
  z-index: 10;
}
.culture .wrapper .culture-elements .three {
  width: 220px;
  position: relative;
  right: 30px;
  top: 0;
  z-index: 9;
}
.culture .wrapper .culture-media {
  margin-top: 40px;
}
.hover-image {
  margin: 10px 0;
}
.hover-image.horizontal {
  margin-top: 20px;
}
.hover-image.horizontal img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.hover-image.verticle {
  z-index: 10;
}
.hover-image.verticle img {
  height: 600px;
  width: 450px;
  object-fit: cover;
}
.hover-image.square {
  z-index: 10;
  margin-top: 50px;
}
.hover-image.square img {
  height: 500px;
  width: 700px;
  object-fit: cover;
}
.video .wrapper {
  padding-top: 0;
}
.video .wrapper .container .row .culture-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 45%;
}
.video .wrapper .container .row .culture-video .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.featured-content {
  position: relative;
  z-index: 10;
}
.featured-content .featured-slider .slider-box {
  position: relative;
  margin: 0px 0px;
  /* box-shadow: 0 0 15px 0px #0000003b; */
  border-radius: 15px;
  overflow: hidden;
}
.featured-content .featured-slider .slider-box .slider-footer {
  position: absolute;
  bottom: 0px;
  padding: 100px 40px 30px 40px;
  margin: 0;
  width: 100%;
  background: #00000090;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
  border-radius: 0 0 15px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-content .featured-slider .slider-box p {
  margin: 0;
}
.featured-content .featured-slider .slider-box p.slide-copy {
  font-weight: 700;
  font-size: 20px;
}
.featured-content .featured-slider .slider-box p.slide-copy i {
  font-size: 15px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-content .featured-slider .slider-box p.slider-text {
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden !important;
  position: absolute;
  max-height: 200px;
}
.featured-content .featured-slider .slider-box .author {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.featured-content .featured-slider .slider-box .author .author-image {
  width: 40px;
  height: 40px;
  object-fit: cover;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-content .featured-slider .slider-box .author .author-name {
  color: #fff;
  margin: 0;
  margin-left: 15px;
  font-weight: 700;
  font-size: 15px;
}
.featured-content .featured-slider .slider-box:hover .slider-footer {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background: #000000b8;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-content .featured-slider .slider-box:hover p.slider-text {
  opacity: 1;
  visibility: visible !important;
  position: initial;
}
.featured-content .featured-slider .slider-box.video-slider::after {
  content: "";
  background-image: url(https://www.constructdigital.com/hubfs/play-button.png);
  width: 80px;
  height: 80px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.featured-content .featured-slider .slick-slide {
  opacity: 1;
  margin: 0px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-content .featured-slider .slick-current {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-content .featured-slider .slick-slide img {
  display: block;
  width: auto;
  max-width: 1000px;
  height: 600px;
  object-fit: cover;
  border-radius: 15px;
}

.featured-content .featured-slider::before {
  content: "";
  height: 100%;
  width: 190px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.featured-content .featured-slider::after {
  content: "";
  height: 100%;
  width: 190px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: rotate(180deg);
}
.featured-content .featured-slider.white-gradient::before {
  background: #fff;
  background: linear-gradient(90deg, #fff 0%, transparent 100%);
}
.featured-content .featured-slider.white-gradient::after {
  background: #fff;
  background: linear-gradient(90deg, #fff 0%, transparent 100%);
}
.featured-content .featured-slider.insight-slider .slick-slide img {
  display: block;
  width: 800px;
  height: 500px;
  object-fit: cover;
}
.featured-content .featured-slider.careers-slider .slick-slide img {
  max-height: 500px;
}
.featured-content .featured-slider.careers-slider .slider-box:hover .slider-footer {
  /* opacity: 0; */
}
.featured-content .slick-slider .slick-prev,
.featured-content .slick-slider .slick-next {
  top: auto;
  bottom: -90px;
}
.featured-content .slick-slider .slick-next {
  right: calc(50% + -65px);
}
.featured-content .slick-slider .slick-prev {
  left: calc(50% + -25px);
}
.featured-content .featured-video {
  height: 450px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-content .featured-video .featured-video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-content .featured-video::after {
  content: "";
  background-image: url("../images/play-button.png");
  width: 80px;
  height: 80px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.featured-content .featured-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.featured-content .featured-video:hover {
  box-shadow: 0px 0px 20px 5px #0000002e;
}
.careers .wrapper {
  padding-top: 150px;
}
.careers .wrapper .container .featured-content::before {
  content: "";
  background-color: #901f76;
  height: 170px;
  width: 100px;
  position: absolute;
  left: -35px;
  bottom: 200px;
}
.careers .wrapper .container .featured-content::after {
  content: "";
  background-image: url("../images/video-underlay.png");
  width: 160px;
  height: 250px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  right: -80px;
  top: 50px;
}
.careers .careers-hero-element {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.careers .careers-hero-element .one {
  width: 250px;
  position: absolute;
  right: 80px;
  top: 170px;
  z-index: 8;
}
.careers .careers-hero-element .two {
  width: 230px;
  position: absolute;
  right: 240px;
  top: 320px;
  z-index: 9;
}
.popup {
  background: #fff;
  padding: 40px;
  text-align: left;
  max-width: 60%;
  margin: 40px auto;
  position: relative;
  display: flex;
}
.popup .title {
  text-align: center;
  color: #1e5aa8;
  margin-bottom: 30px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff !important;
  background: #1e5aa8;
  opacity: 1;
  font-size: 30px;
  right: -44px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mfp-close-btn-in .mfp-close:hover {
  background: #fff;
  color: #1e5aa8 !important;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mktoForm * {
  font-family: "Univia Book" !important;
}
.perks .wrapper {
  padding-bottom: 50px;
}
.perks .wrapper .container .row.perk-media-box {
  margin-top: 200px;
}
.perks .wrapper .container .row .perk-media {
  position: relative;
}
.perks .wrapper .container .row .perk-media::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  opacity: 0.5;
}
.perks .wrapper .container .row .perk-media h6 {
  position: absolute;
  bottom: 0;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 30px;
}
.perks .featured-content {
  padding-bottom: 150px;
}
.perks .featured-content .featured-slider .slick-slide {
  opacity: 0.4;
}
.perks .featured-content .featured-slider .slick-current {
  opacity: 1;
}
.career-positions {
  /* padding-bottom: 300px; */
}
.career-positions .wrapper .container .row {
  row-gap: 25px;
}
.career-positions .wrapper .container .row .job-box {
  padding: 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-left: 5px solid #000;
  box-shadow: 0px 0px 0px 1px #00000014;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.career-positions .wrapper .container .row .job-box .job-title {
  color: #000;
  margin-bottom: 20px;
  display: block;
  font-size: 17px;
  line-height: 23px;
}
.career-positions .wrapper .container .row .job-box .job-department {
  color: #7e91a2;
  font-style: italic;
  font-size: 15px;
}
.career-positions .wrapper .container .row .job-box .job-department i {
  margin-right: 7px;
}
.career-positions .wrapper .container .row .job-box .job-department .dep-icon {
  margin-right: 7px;
}
.career-positions .wrapper .container .row .job-box .news-btn {
  color: #000;
  font-size: 14px;
}
.career-positions .wrapper .container .row .job-box .news-btn span::before {
  content: "Learn More";
  font-size: 0;
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.career-positions .wrapper .container .row .job-box:hover {
  box-shadow: 0px 0px 20px 0px #0000001a;
  border-color: #901f76;
}
.career-positions .wrapper .container .row .job-box:hover .job-title {
  color: #901f76;
}
.career-positions .wrapper .container .row .job-box:hover .job-department i {
  color: #901f76;
}
.career-positions .wrapper .container .row .job-box:hover .news-btn {
  width: 100%;
  background: transparent;
  color: #000;
  display: flex;
}
.career-positions .wrapper .container .row .job-box:hover .news-btn span::before {
  font-size: 14px;
  opacity: 1;
}
.rotate90 {
  transform: rotate(90deg);
  white-space: nowrap;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-30 {
  margin-bottom: 30px;
}
.work-with-us-featured .wrapper {
  padding-bottom: 0;
}
.work-with-us-featured .work-with-featured {
  margin-top: -300px;
  position: relative;
  z-index: 100;
}
.work-with-us-featured .work-with-featured img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
}
.work-with-us .wrapper .container .row .work-with-us-elements {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  top: 400px;
}
.work-with-us .wrapper .container .row .work-with-us-elements img {
  width: 200px;
  display: block;
}
.work-with-us .wrapper .container .row .work-with-us-elements .one {
  position: absolute;
  z-index: 10;
  top: 160px;
}
.work-with-us .wrapper .container .row .work-with-us-elements .two {
  position: absolute;
  top: 80px;
  z-index: 9;
}
.work-with-us .wrapper .container .row .work-with-us-elements .three {
  position: absolute;
  top: 0;
  z-index: 8;
}
.slider-hero .hero-slider .slider-bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slider-hero .hero-slider .slider-bg::before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.slider-hero .hero-slider .slider-bg .wrapper {
  min-height: 800px;
  display: flex;
  align-items: center;
  position: relative;
}
.slider-hero .hero-slider .slick-dots {
  bottom: 80px;
  right: 10%;
  width: auto;
}
.slider-hero .hero-slider.slick-dotted.slick-slider {
  margin: 0;
}
.next-in-market {
  display: flex;
  align-items: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.next-in-market .left-col {
  z-index: 20;
  position: relative;
}
.next-in-market .right-col {
  width: 100%;
  max-width: 700px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 70%;
  background-position: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
.next-in-market .elements {
  position: relative;
  right: 30px;
  top: 100px;
  z-index: 14;
}
.next-in-market .elements .one {
  width: 150px;
  position: absolute;
  right: 130px;
  top: 340px;
  z-index: 9;
}
.next-in-market .elements .two {
  width: 290px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
}
.featured-news .wrapper {
  padding-bottom: 0;
}
.featured-news .wrapper .container .row .featured-content {
  position: relative;
  margin: 0px 0px;
  box-shadow: 0 0 15px 0px #0000003b;
}
.featured-news .wrapper .container .row .featured-content img {
  width: 100%;
}
.featured-news .wrapper .container .row .featured-content p {
  position: absolute;
  bottom: 0;
  padding: 30px 40px;
  margin: 0;
  width: 100%;
  background: #000;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.518644958) 62%, transparent 100%);
}
.featured-news .wrapper .container .row .featured-content p.slide-copy {
  font-weight: 700;
  font-size: 20px;
}
.featured-news .wrapper .container .row .featured-content p.slide-copy i {
  font-size: 15px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-news .featured-content-wrapper {
  padding-top: 30px;
  padding-bottom: 170px;
}
.featured-news .plane-elements {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  top: -300px;
}
.featured-news .plane-elements img {
  width: 200px;
  display: block;
}
.featured-news .plane-elements .one {
  position: absolute;
  z-index: 10;
  top: -170px;
  right: 0;
}
.featured-news .plane-elements .two {
  position: absolute;
  top: 0px;
  z-index: 9;
  right: 0;
}
.featured-news .plane-elements .three {
  position: absolute;
  top: 170px;
  z-index: 8;
}
.featured-news .plane-elements.business-transformation .one {
  top: 70px;
  right: 70px;
  width: 130px;
}
.featured-news .plane-elements.business-transformation .two {
  top: -60px;
  width: 300px;
  right: 0;
}
.content-image {
  overflow: hidden;
}
.content-image .row {
  padding: 0;
}
.content-image .row.image-side {
  padding: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.content-image .row .container .wrapper h8 {
  display: block;
  margin-bottom: 30px;
}
.content-image .row .image-side {
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.plane-section .wrapper .container .row .plane-elements {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  top: -200px;
}
.plane-section .wrapper .container .row .plane-elements img {
  width: 200px;
  display: block;
}
.plane-section .wrapper .container .row .plane-elements .one {
  position: absolute;
  z-index: 10;
  top: -170px;
  right: 0;
}
.plane-section .wrapper .container .row .plane-elements .two {
  position: absolute;
  top: 0px;
  z-index: 9;
  right: 0;
}
.plane-section .wrapper .container .row .plane-elements .three {
  position: absolute;
  top: 170px;
  z-index: 8;
}
.plane-section .wrapper .container .row .plane-elements.business-transformation .one {
  top: 70px;
  right: 70px;
  width: 130px;
}
.plane-section .wrapper .container .row .plane-elements.business-transformation .two {
  top: -60px;
  width: 300px;
  right: 0;
}
.plane-section .wrapper .container .row .plane-elements.digital-business-strategy .one {
  top: 0;
  right: 0;
  width: 200px;
}
.plane-section .wrapper .container .row .plane-elements.digital-business-strategy .two {
  top: 90px;
  width: 150px;
  right: 25px;
}
.plane-section .wrapper .container .row .plane-elements.business-trans {
  top: -300px;
}
.plane-section .wrapper .container .row .plane-elements.business-trans .one {
  top: 0;
  right: 0;
  width: 200px;
}
.plane-section .wrapper .container .row .plane-elements.business-trans .two {
  top: 120px;
  width: 150px;
  right: 25px;
}
.form .wrapper .container .row form.contact-form {
  margin: 100px 0;
}
.form .wrapper .container .row form.contact-form .form-hold {
  margin-bottom: 50px;
}
.form .wrapper .container .row form.contact-form .form-hold .form-label {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
.form .wrapper .container .row form.contact-form .form-hold input {
  border: 0;
  border-bottom: 2px solid #fff;
  background: transparent;
  border-radius: 0;
  color: #fff;
}
.form .wrapper .container .row form.contact-form .form-hold input:focus {
  box-shadow: none !important;
}
.form .wrapper .container .row form.contact-form .form-hold textarea {
  border: 0;
  border-bottom: 2px solid #fff;
  background: transparent;
  border-radius: 0;
  color: #fff;
}
.form .wrapper .container .row form.contact-form .form-hold textarea:focus {
  box-shadow: none;
}
.form .wrapper .container .row form.contact-form.was-validated .form-hold input.form-control:invalid,
.form .wrapper .container .row form.contact-form.was-validated .form-hold textarea.form-control:invalid {
  border-color: #c00;
}
.form .wrapper .container .row form.contact-form.was-validated .form-hold input.form-control:valid,
.form .wrapper .container .row form.contact-form.was-validated .form-hold textarea.form-control:valid {
  border-color: #00852b;
}
.form .wrapper .container .row .form-elements {
  position: static;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  top: -200px;
}
.form .wrapper .container .row .form-elements img {
  width: 200px;
  display: block;
}
.form .wrapper .container .row .form-elements .one {
  position: absolute;
  z-index: 10;
  top: -170px;
}
.form .wrapper .container .row .form-elements .two {
  position: absolute;
  top: 0px;
  z-index: 9;
}
.form .wrapper .container .row .form-elements .three {
  position: absolute;
  top: 170px;
  z-index: 8;
}
.address {
  position: relative;
}
.address .wrapper {
  padding-bottom: 200px;
}
.address .wrapper .container .row .address-box {
  margin-bottom: 30px;
}
.address .wrapper .container .row .address-box .address-title {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  margin-bottom: 20px;
}
.address .wrapper .container .row .address-box .address-detailed {
  list-style: none;
  padding: 0;
}
.address .wrapper .container .row .address-box .address-detailed li {
  font-weight: 600;
}
.address .wrapper .container .row .address-box .address-detailed li.contact-number {
  margin-top: 20px;
}
.address .wrapper .container .row .address-box .address-detailed li.contact-number a {
  color: #fff;
  margin-top: 30px;
}
.address .elements {
  position: relative;
  right: 30px;
  top: -500px;
}
.address .elements .one {
  width: 150px;
  position: absolute;
  right: 130px;
  top: 200px;
  z-index: 9;
}
.address .elements .two {
  width: 290px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
}
.lets-meet {
  position: relative;
  margin-top: -200px;
}
.lets-meet .wrapper {
}
.lets-meet .wrapper .container .row .left-col .map-icon {
  margin-bottom: 30px;
}
.lets-meet .wrapper .container .row .left-col .map-icon img {
  width: 60px;
}
.lets-meet .right-col {
  height: 100%;
  max-height: 600px;
  object-fit: cover;
  width: auto;
  overflow: hidden;
}
.lets-meet .right-col .map {
  box-shadow: 0 0 20px 7px #0000001a;
  padding-bottom: 0;
  margin: 0 auto;
  max-width: 1400px;
}
.lets-meet .right-col .map iframe {
  height: 600px;
  width: 100%;
  border-radius: 15px;
}
.marketing-transformation {
  padding-bottom: 150px;
  padding-top: 150px;
}
.marketing-slider {
  position: relative;
}
.marketing-slider .plane-elements {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  top: 400px;
}
.marketing-slider .plane-elements img {
  width: 300px;
  display: block;
}
.marketing-slider .plane-elements .one {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 50px;
}
.marketing-slider .plane-elements .two {
  position: absolute;
  top: 0px;
  z-index: 9;
}
.marketing-slider .plane-elements .three {
  position: absolute;
  top: 170px;
  z-index: 8;
}
.featured-content-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.services {
  position: relative;
}
.services .wrapper .container .row .bordered-text:hover {
  color: #fff !important;
}
.services .wrapper .container .service-box {
  margin-top: 100px;
}
.services .wrapper .container .service-box .row {
  /* align-items: center; */
}
.services .wrapper .container .service-box .row .service-text-box .service-text-box-title {
  margin-bottom: 30px;
}
.services .wrapper .container .service-box .row .service-icon img {
  width: 100%;
  max-width: 200px !important;
}
.services .wrapper .container .service-box ul {
  list-style: square;
}
.services .service-elements {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  top: -200px;
}
.services .service-elements img {
  width: 200px;
  display: block;
}
.services .service-elements .one {
  position: absolute;
  z-index: 10;
  top: -170px;
}
.services .service-elements .two {
  position: absolute;
  top: 0px;
  z-index: 9;
}
.services .service-elements .three {
  position: absolute;
  top: 170px;
  z-index: 8;
}
.services .service-elements.content-marketing {
  top: 0;
}
.services .service-elements.content-marketing .one {
  position: absolute;
  z-index: 10;
  top: 0;
}
.services .service-elements.content-marketing .two {
  position: absolute;
  top: 0px;
  z-index: 9;
}
.services .service-elements.content-marketing .three {
  position: absolute;
  top: 0;
  z-index: 8;
}
.services .seo-elements {
  position: relative;
  right: 30px;
  top: 0;
}
.services .seo-elements .one {
  width: 180px;
  position: absolute;
  right: 170px;
  top: -110px;
  z-index: 9;
}
.services .seo-elements .two {
  width: 350px;
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 8;
}
.services .social-elements .one {
  top: -110px;
}
.services .social-elements .two {
  top: 20px;
}
.services .social-elements .three {
  top: 150px;
}
.services .what-elements-2 {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: -50px;
  left: -200px;
  z-index: 11;
  height: 0;
}
.services .what-elements-2 img {
  width: 200px;
  display: block;
}
.services .what-elements-2 .one {
  position: relative;
  z-index: 9;
  left: 110px;
}
.services .what-elements-2 .two {
  position: relative;
  top: -220px;
  left: 250px;
  z-index: 9;
}
.services .what-elements-2 .three {
  position: relative;
  top: -460px;
  left: 390px;
  z-index: 8;
}
.floating-image .floating-image-container {
  width: 70%;
  height: 400px;
}
.floating-image .floating-image-container img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  margin-top: 200px;
  box-shadow: 0 0 20px 0px #00000024;
}
.get-in-touch-cta {
  position: relative;
  min-height: 400px;
  align-items: center;
  display: flex;
  overflow: hidden;
}
.get-in-touch-cta .wrapper .container .row {
  align-items: center;
}
.get-in-touch-cta .wrapper .container .featured-hero-element {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-100px, -40%);
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements img {
  transform: scale(0.8);
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements .one {
  position: relative;
  right: 0;
  top: -50px;
  width: 200px;
  z-index: 9;
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements .two {
  position: absolute;
  right: 100px;
  top: 40px;
  width: 180px;
  z-index: 10;
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements .three {
  width: 170px;
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 9;
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements.seo {
  transform: translate(-100px, 40%);
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements.seo .one {
  width: 170px;
  position: relative;
  right: 0;
  top: 60px;
  z-index: 11;
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements.seo .two {
  width: 170px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements.seo .three {
  width: 170px;
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 9;
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements.experience .one {
  width: 130px;
  position: relative;
  right: 160px;
  top: 80px;
  z-index: 11;
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements.experience .two {
  width: 130px;
  position: absolute;
  right: 80px;
  top: 0px;
  z-index: 10;
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements.experience .three {
  width: 130px;
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 9;
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements.social-media-solutions .one {
  position: relative;
  right: 170px;
  top: 30px;
  width: 130px;
  z-index: 11;
}
.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements.social-media-solutions .two {
  width: 130px;
  position: absolute;
  right: 80px;
  top: -50px;
  z-index: 10;
}

.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements.ux-creative-conceptualisation .one {
  position: relative;
  right: 60px;
  top: 60px;
  width: 230px;
  z-index: 9;
}

.get-in-touch-cta .wrapper .container .featured-hero-element .cta-elements.ux-creative-conceptualisation .two {
  position: absolute;
  right: 160px;
  top: -70px;
  width: 120px;
  z-index: 10;
}

.image-hero {
  background-size: cover;
  min-height: 700px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  padding: 100px 0;
}
.image-hero::before {
  content: "";
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.image-hero .wrapper .container .row .hero-content {
  position: relative;
}
footer {
  background: #f5f5f7;
  overflow: hidden;
  min-height: 60px;
}
footer a {
  color: #424245;
}
footer .wrapper {
  padding: 50px 0;
}
footer .wrapper .container .row .link-boxes .footer-subtitle {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  text-shadow: none;
  margin-bottom: 20px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  pointer-events: none;
}
footer .wrapper .container .row .link-boxes ul {
  padding: 0;
  list-style: none;
  display: block;
}
footer .wrapper .container .row .link-boxes ul li {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
footer .wrapper .container .row .link-boxes ul li a {
  font-size: 13px;
  font-weight: 500;
}
footer .wrapper .container .row .link-boxes ul li a:hover {
  text-decoration: underline;
  color: #424245;
  margin-left: 5px;
}
footer .wrapper .container .row .social-icon {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  font-size: 20px;
}
footer .wrapper .container .row .social-icon li:hover {
  border-color: #1e5aa8;
}
footer .wrapper .container .row .social-icon li:hover a {
  color: #1e5aa8;
}
footer .wrapper .copyright {
  border-top: 1px solid #d2d2d7;
  padding: 5px 0;
}
footer .wrapper .copyright p {
  color: #6e6e73;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}
footer .wrapper .copyright ul {
  padding: 0;
  display: flex;
  column-gap: 15px;
  list-style: none;
  color: #333;
  justify-content: end;
  margin-bottom: 0;
}
footer .wrapper .copyright ul li a {
  font-size: 13px;
  font-weight: 500;
}
footer .wrapper .copyright ul li a:hover {
  text-decoration: underline;
  color: #424245;
}
.whyus {
  position: relative;
}
.whyus .whyus-elements {
  position: absolute;
  right: 0;
  top: 700px;
}
.whyus .whyus-elements .one {
  width: 350px;
  position: absolute;
  right: 100px;
  top: 0;
  z-index: 9;
}
.whyus .whyus-elements .two {
  width: 270px;
  position: absolute;
  right: 210px;
  top: 0px;
  z-index: 10;
}
.experience-main {
  position: relative;
}
.experience-main .wrapper .container .row .bordered-text:hover {
  color: #fff !important;
}
.experience-main .wrapper .experience-main-elements {
  position: relative;
  right: 0;
  top: 0;
}
.experience-main .wrapper .experience-main-elements .one {
  width: 260px;
  position: relative;
  right: -60px;
  top: 0;
  z-index: 10;
}
.experience-main .wrapper .experience-main-elements .two {
  width: 260px;
  position: absolute;
  right: 270px;
  top: 0px;
  z-index: 9;
}
.experience-main .wrapper .experience-small-elements {
  position: relative;
  left: 0;
  top: 0;
}
.experience-main .wrapper .experience-small-elements .one {
  width: 150px;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 9;
}
.experience-main .wrapper .experience-small-elements .two {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.multi-colored-text {
  min-height: 200px;
}
.multi-colored-text .wrapper .row .col .text-box {
  position: relative;
}
.multi-colored-text .wrapper .row .col .text-box h5 {
  line-height: 0.8;
}
.multi-colored-text .wrapper .row .col .text-box h5.one {
  font-size: 5rem;
  top: 0;
}
.multi-colored-text .wrapper .row .col .text-box h5.two {
  font-size: 10rem;
  top: 80px;
  left: -8px;
}
.multi-colored-text .wrapper .row .col .text-box h5.three {
  font-size: 15rem;
  top: 210px;
  left: -12px;
}
.sliced-bottom {
  position: relative;
}
.sliced-bottom::after {
  content: "";
  height: 80px;
  width: 100%;
  background: inherit;
  position: absolute;
  z-index: 11;
  transform: rotate(2deg);
  bottom: -35px;
}
.brand .wrapper h1 {
  font-size: 12rem;
  font-size: clamp(3rem, 15vw, 15.6rem);
}
.brand .bordered-text:hover {
  color: #fff !important;
}
.brand .brand-featured {
  margin-top: 70px;
}
.brand .brand-featured img {
  height: 350px;
  object-fit: cover;
  width: 700px;
}
.brand .brand-elements {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 100px;
  left: -50px;
  z-index: 11;
  height: 0;
}
.brand .brand-elements img {
  width: 260px;
  display: block;
}
.brand .brand-elements .one {
  position: relative;
  z-index: 9;
  left: 0;
}
.brand .brand-elements .two {
  position: relative;
  top: -220px;
  left: 100px;
  z-index: 10;
}
.brand .brand-elements .three {
  position: relative;
  top: -580px;
  left: 210px;
  z-index: 9;
}
.vision-value .wrapper .container .row .vision-value-featured {
  margin-top: -300px;
}
.vision-value .wrapper .container .row .vision-value-featured img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.blog-main-header {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}
.blog-main-header .wrapper {
  padding-top: 150px;
  padding-bottom: 10px;
  z-index: 1;
  position: relative;
}
.blog-main-header .wrapper .container .row .col .author {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.blog-main-header .wrapper .container .row .col .author .author-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  border: 3px solid #e5e5e5;
}
.blog-main-header .wrapper .container .row .col .author .author-name {
  color: #fff;
  margin: 0;
  margin-left: 20px;
  font-weight: 700;
  font-size: 16px;
}
.blog-main-header .wrapper .container .row .col .author .news-date {
  font-size: 16px;
  font-weight: 700;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 2px solid #fff;
}
.blog-body .blog-featured {
  width: 100%;
  max-width: 900px;
  background: #fff;
  margin: 0 auto;
  padding: 0;
  margin-top: 100px;
  margin-bottom: 0;
  box-shadow: 0px 0px 30px 0px #0021550d;
}
.blog-body .blog-featured img {
  width: 100%;
  height: 500px;
  max-height: 500px;
  object-fit: cover;
}
.blog-body .wrapper {
  width: 100%;
  max-width: 900px;
  background: #fff;
  padding: 50px;
  margin-top: 0;
  margin-bottom: 100px;
  box-shadow: 0px 0px 30px 0px #0021550d;
}
.blog-body .wrapper h6 {
  color: #000;
  margin-bottom: 20px;
  text-shadow: none !important;
}
.blog-body .wrapper p {
  color: #343434;
  font-size: 16px;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}
.blog-body .wrapper img {
  width: 100%;
  object-fit: cover;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
}
.blog-body .wrapper .quotes {
  background: #f5f5f7;
  padding: 30px 50px;
  font-style: italic;
  color: #0c1a3a;
  border-radius: 30px;
}
.blog-body .wrapper a {
  color: #1e5aa8;
  border-bottom: 1px solid;
}
.blog-body .wrapper a:hover {
  background: #1e5aa8;
  color: #fff;
  border-color: transparent;
}
.blog-body .wrapper ul {
  padding: 20px 50px;
  list-style: circle;
}
.blog-body .wrapper ul li {
  color: #343434;
  font-size: 16px;
  letter-spacing: 0.1px;
  margin-bottom: 5px;
}
.blog-body .wrapper .dual-image {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
}
.blog-body .wrapper .dual-image img {
  width: 49%;
  margin: 0;
  height: 400px;
  object-fit: cover;
}
.stories-featured {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 50px;
}
.stories-featured img {
  display: block;
}
.stories-featured .one {
  position: absolute;
  z-index: 10;
  width: 350px;
}
.stories-featured .two {
  position: absolute;
  top: 0px;
  right: -20px;
  z-index: 9;
  width: 260px;
}
.stories-featured .three {
  position: absolute;
  top: 200px;
  right: 30px;
  z-index: 10;
  width: 300px;
}
.contact-form-popup {
  background: #000;
  padding: 50px;
  text-align: left;
  width: 80%;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
}
.contact-form-popup .contact-form .form-hold {
  margin-bottom: 20px;
}
.contact-form-popup .contact-form .form-hold .form-label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0;
}
.contact-form-popup .contact-form .form-hold input {
  border: 0;
  border-bottom: 2px solid #fff;
  background: transparent;
  border-radius: 0;
  color: #fff;
}
.contact-form-popup .contact-form .form-hold input:focus {
  box-shadow: none !important;
}
.contact-form-popup .contact-form .form-hold textarea {
  border: 0;
  border-bottom: 2px solid #fff;
  background: transparent;
  border-radius: 0;
  color: #fff;
}
.contact-form-popup .contact-form .form-hold textarea:focus {
  box-shadow: none !important;
}
.contact-form-popup .contact-form.was-validated .form-hold input.form-control:invalid,
.contact-form-popup .contact-form.was-validated .form-hold textarea.form-control:invalid {
  border-color: #c00;
}
.contact-form-popup .contact-form.was-validated .form-hold input.form-control:valid,
.contact-form-popup .contact-form.was-validated .form-hold textarea.form-control:valid {
  border-color: #00852b;
}
.timeline {
  overflow: hidden;
}
.timeline .wrapper .container .row .timeline-bar {
  background: #000;
  height: 8px;
  border-radius: 3px;
  justify-content: space-around;
  margin-top: 100px;
}
.timeline .wrapper .container .row .timeline-bar-bullet h4 {
  margin-top: 10px;
  font-size: 20px;
  margin-left: -10px;
  letter-spacing: 1px;
}
.timeline .wrapper .container .row .timeline-bar-bullet::before {
  content: "";
  display: block;
  background: #000;
  height: 25px;
  width: 25px;
  border-radius: 2px;
  z-index: 999;
  margin-top: -9px;
  border: 4px solid #fff;
  cursor: pointer;
}
.timeline .wrapper .container .row .timeline-bar-bullet:hover::before {
  transform: rotate(45deg);
  background: #00852b;
}
.timeline .wrapper .container .row .slick-list {
  overflow: inherit;
}
.timeline .wrapper .container .row .slick-list .slick-current {
  opacity: 1 !important;
}
.timeline .wrapper .container .row .slick-list .slick-current h4 {
  font-size: 80px;
  margin-top: 30px;
  margin-left: -50px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  color: #c00;
}
.timeline .wrapper .container .row .slick-current.timeline-bar-bullet::before {
  height: 50px;
  width: 50px;
  margin-top: -20px;
  margin-left: -8px;
  border: 7px solid #000;
  border-radius: 4px;
  background: #fff;
  transform: rotate(45deg);
  margin-bottom: 20px;
}
.timeline .wrapper .container .row .timeline-labels {
  margin-top: 200px;
  text-align: left;
}
.timeline .wrapper .container .row .timeline-labels .slick-slide {
  opacity: 0;
}
.timeline .wrapper .container .row .timeline-labels .timeline-content {
  width: 90%;
}
.timeline .wrapper .container .row .timeline-labels .timeline-content h5 {
  margin-bottom: 25px;
}
.timeline .wrapper .container .row .slick-prev,
.timeline .wrapper .container .row .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 32px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.timeline .wrapper .container .row .slick-prev:hover,
.timeline .wrapper .container .row .slick-prev:focus,
.timeline .wrapper .container .row .slick-next:hover,
.timeline .wrapper .container .row .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.timeline .wrapper .container .row .slick-prev:hover:before,
.timeline .wrapper .container .row .slick-prev:focus:before,
.timeline .wrapper .container .row .slick-next:hover:before,
.timeline .wrapper .container .row .slick-next:focus:before {
  opacity: 1;
}
.timeline .wrapper .container .row .slick-prev.slick-disabled,
.timeline .wrapper .container .row .slick-next.slick-disabled {
  opacity: 0.25;
}
.timeline .wrapper .container .row .slick-prev.slick-disabled:before,
.timeline .wrapper .container .row .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.timeline .wrapper .container .row .slick-prev:before,
.timeline .wrapper .container .row .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #fff;
}
.timeline .wrapper .container .row .slick-prev {
  left: calc(50% + -45px);
  top: auto;
  bottom: -100px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: transparent;
  width: 40px;
  height: 40px;
}
.timeline .wrapper .container .row .slick-prev:before {
  content: "\f060";
}
.timeline .wrapper .container .row .slick-next {
  right: calc(50% + -45px);
  top: auto;
  bottom: -100px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: transparent;
  width: 40px;
  height: 40px;
}
.timeline .wrapper .container .row .slick-next:before {
  content: "\f061";
}
.partners .wrapper .container .row .partners-col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 60px;
}
.partners .wrapper .container .row .partners-col .partner-logo {
  margin: 0px auto;
  cursor: default;
}
.partners .wrapper .container .row .partners-col .partner-logo img {
  border: 0px solid #e3e3e3;
  padding: 0;
  width: 100%;
  max-width: 160px;
  margin: 0px auto;
  transition: all 0.3s ease;
}
.partners .wrapper .container .row .partners-col.marketing {
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 40px 100px;
}
.clients-slider {
  margin: 50px 0;
  vertical-align: middle;
}
.clients-slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-slider .partner-logo {
  margin: 10px auto;
  cursor: default;
}
.clients-slider .partner-logo img {
  border: 0px solid #e3e3e3;
  padding: 0px 0;
  width: 100%;
  max-width: 100px;
  margin: 0px auto;
  filter: grayscale(0);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients-slider .partner-logo img:hover {
  opacity: 1;
  filter: grayscale(0);
}
.clients-slider .slick-next {
  right: 0;
}
.clients-slider .slick-prev {
  left: 0;
}
.pagenotfound {
  padding: 100px 0;
}
.pagenotfound .wrapper .container .row .plane-elements {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  top: 200px;
}
.pagenotfound .wrapper .container .row .plane-elements img {
  width: 120px;
  display: block;
}
.pagenotfound .wrapper .container .row .plane-elements .one {
  position: absolute;
  z-index: 10;
  top: -100px;
  right: 0;
}
.pagenotfound .wrapper .container .row .plane-elements .two {
  position: absolute;
  top: 0px;
  z-index: 9;
  right: 0;
}
.pagenotfound .wrapper .container .row .plane-elements .three {
  position: absolute;
  top: 170px;
  z-index: 8;
}
.pagenotfound .wrapper .container .row .plane-elements.business-transformation .one {
  top: 70px;
  right: 70px;
  width: 130px;
}
.pagenotfound .wrapper .container .row .plane-elements.business-transformation .two {
  top: -60px;
  width: 300px;
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: no-repeat center center/cover;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.bg-video-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bg-video-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.4;
  z-index: 1;
  background: #00000000;
  background: linear-gradient(180deg, #000000bd 0%, #00000024 30%, #00000000 100%);
  /* pointer-events: none; */
}
.bg-image-wrap {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: no-repeat center center/cover;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.success-image-mob {
  display: none;
  position: relative;
}
.success-image-mob::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.success-image-mob .story-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  padding: 0px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
  color: #000;
  border-color: #fff;
  background: #fff;
  opacity: 0.9;
  box-shadow: 0px 0px 16px 0px #00000026;
}
.success-image-mob .story-video-btn:hover {
  color: #fff;
}
.success-image-mob .story-video-btn:hover::after {
  background-color: #1e5aa8;
}
.story-video iframe {
  width: 100%;
  height: 300px;
}
.slick-initialized .slick-slide {
  outline: none;
}
.pt-100 {
  padding-top: 100px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-250 {
  padding-top: 250px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-250 {
  padding-bottom: 250px;
}
.no-animation {
  animation: none !important;
  visibility: visible !important;
}
.v-scroll-1,
.v-scroll-2,
.v-scroll-3,
.v-scroll-4,
.v-scroll-5,
.v-scroll-6,
.v-scroll-7,
.v-scroll-8,
.v-scroll-9,
.v-scroll-10,
.v-scroll-11,
.v-scroll-12 {
  background-position: center top;
}
.ie-popup {
  background: #000;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 2000;
  display: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie-popup .close-ie {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  font-size: 30px;
  padding: 25px 30px;
  font-weight: normal;
  line-height: normal;
  float: none;
  cursor: pointer;
}
.ie-popup .close-ie:hover {
  opacity: 0.7;
}
.ie-popup .close-ie::before {
  position: absolute;
  right: 20px;
  background: #fff;
  display: block;
  height: 2px;
  content: "";
  top: 23px;
  width: 19px;
  transform: rotate(135deg);
}
.ie-popup .close-ie::after {
  position: absolute;
  right: 20px;
  display: block;
  content: "";
  top: 23px;
  border: 0;
  height: 2px;
  width: 19px;
  background: #fff;
  transform: rotate(45deg);
}
.ie-popup h5,
.ie-popup p {
  animation: none !important;
  visibility: visible !important;
}
.ie-popup.remove-ie-popup {
  display: none;
}
.ie-popup:hover {
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie-popup:hover .close-ie {
  display: block;
}
.quote {
  font-size: 22px;
  line-height: 1.4;
  font-style: italic;
  margin-top: 40px !important;
}
.dx-next-in-market {
  display: flex;
  align-items: center;
  padding: 0px 0;
  position: relative;
  overflow: hidden;
}
.dx-next-in-market img.business-model {
  margin-top: 30px;
}
.cards .card-box {
  position: relative;
}
.cards .card-box .card-box-inside {
  padding: 50px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #0000001a;
  margin-bottom: 25px;
  border-radius: 5px;
}
.cards .card-box .card-box-inside .title {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 30px;
  color: #000;
}
.cards .card-box .card-box-inside p {
  font-size: 16px;
  line-height: 1.2;
  color: #2b2b2b;
}
.arrow-btn {
  padding: 20px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  font-size: 14px;
}
.para-box:hover .arrow-btn.transparent {
  background: #fff;
  color: #000 !important;
}
.value-boxes {
  margin-top: 100px;
}
.value-boxes .icon img {
  width: 100%;
  max-width: 70px !important;
  margin-bottom: 30px;
}
.value-boxes .value-title {
  color: #000;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
}
.value-boxes .value-text {
  color: #000;
  margin-top: 20px;
}
.work-with-us h3 {
  margin-bottom: 30px;
}
.work-with-us .value-boxes {
  margin-top: 0;
  margin-bottom: 50px;
}
.work-with-us .value-boxes .value-title {
  font-size: 20px;
  line-height: 1;
  text-transform: inherit;
}
.our-team .row {
  row-gap: 20px;
}
.our-team .team-box {
  height: 10px;
}
.our-team .team-member {
  border: 0px solid #f3f3f3;
  border-radius: 10px;
  max-height: 450px;
  min-height: 450px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.our-team .team-member .member-image img {
  height: 450px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-team .team-member .member-image img:first-child {
  visibility: visible;
}
.our-team .team-member .member-image img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.our-team .team-member .member-info {
  position: absolute;
  padding: 20px 25px;
  background: #1e5aa8;
  background: linear-gradient(180deg, #00000000 2%, #000);
  visibility: hidden;
  opacity: 0;
  bottom: -500px;
  height: auto;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-team .team-member .member-info .name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  animation: none !important;
  visibility: visible !important;
  text-shadow: 1px 1px 3px #000000a1;
}
.our-team .team-member .member-info .position {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px #0000009c;
}
.our-team .team-member .member-info .description {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  height: 60%;
  overflow: auto;
  padding-right: 20px;
  margin-top: 30px;
}
.our-team .team-member .member-info .social ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  column-gap: 15px;
  margin-bottom: 0;
}
.our-team .team-member .member-info .social ul li a {
  color: #fff;
  font-size: 17px;
  animation: none;
}
.our-team .team-member:hover .member-image img:first-child {
  visibility: visible;
}
.our-team .team-member:hover .member-image img:nth-child(2) {
  opacity: 1;
  z-index: 15;
  visibility: visible;
}
.our-team .team-member:hover .member-info {
  visibility: visible;
  bottom: 0;
  height: 40%;
  opacity: 1;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.description::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0px;
  background-color: #1e5aa8;
}
.description::-webkit-scrollbar {
  width: 1px;
  height: 0px;
  background-color: #1e5aa8;
}
.description::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: none;
  background-color: #fff;
}
.max-height-600 {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.portfolio-header {
  background: #fff;
}
.portfolio-header .full-wrapper {
  width: 95%;
  padding-top: 100px;
  padding-bottom: 15px;
}
.portfolio {
  background-color: #fff;
}
.portfolio .full-wrapper {
  width: 100%;
  position: relative;
}
.portfolio .project {
  border-top: 0px solid #8fadd4;
  padding: 1rem 0;
  width: 90%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio .project .project-title {
  text-transform: uppercase;
  margin-bottom: 1rem;
  animation: none;
  font-size: 30px;
  line-height: 1;
  width: 80%;
}
.portfolio .project .project-title.client {
  font-size: 20px;
  margin-top: 2rem;
}
.portfolio .project .project-title.client-name {
  font-size: 1.5rem;
  width: auto;
}
.portfolio .project .project-year {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  animation: none;
  margin-top: 0;
}
.portfolio .project .project-brief {
  font-weight: 400;
  letter-spacing: 0;
  animation: none;
}
.portfolio .project .tag {
  display: block;
}
.portfolio .project .tag a {
  animation: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid;
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
  display: inline-block;
}
.portfolio .project .tag a:hover {
  color: #191919;
}
.portfolio .project .inner-tags {
  margin-bottom: 20px;
  display: none;
}
.portfolio .project .inner-tags a {
  animation: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  cursor: text;
}
.portfolio .project:first-child {
  border-top: 0;
  margin-top: 0;
}
.portfolio .project .portfolio-image {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0;
  border-radius: 10px;
  overflow: hidden;
}
.portfolio .project .portfolio-image .portfolio-image-grp {
  display: block;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 100%;
}
.portfolio .project .portfolio-image .portfolio-image-grp img {
  width: 100%;
  height: 100%;
  display: inline-flex;
  max-height: 600px;
  object-fit: cover;
  object-position: top left;
  box-shadow: 0px 0px 0px 1px #0000000d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio .project .portfolio-image:hover img {
  box-shadow: 0px 0px 20px 0px #0000001a;
  opacity: 0.9;
}
.portfolio .project .proj-number-box .proj-number {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  letter-spacing: normal;
  animation: none;
}
.portfolio .project .portfolio-details-box {
  padding: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  box-shadow: 0px 0px 20px 0px #0000001a;
  position: relative;
  border-radius: 10px;
}
.portfolio .project .portfolio-details-box .detail-box-inner {
  position: relative;
}
.portfolio .project .portfolio-details-box .patterns .one {
  left: 2%;
  top: 1%;
}
.portfolio .project .portfolio-details-box .patterns .two {
  left: 1%;
  bottom: 3%;
}
.portfolio .project .portfolio-details-box .patterns .three {
  top: 3%;
  right: 5%;
}
.portfolio .project .portfolio-details-box .patterns .four {
  right: 5%;
  bottom: 1%;
}
.portfolio.bgwhite {
  background: #fff !important;
}
.portfolio-inner {
  position: relative;
}
.portfolio-inner .portfolio-inner-head-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
/* .portfolio-inner-details {
bottom: 0;
position: absolute;
width: 100%;
background: rgb(0, 0, 0);
background: linear-gradient(180deg, #f8030300 60%, #000000 90%);
height: 100%;
display: flex;
align-items: flex-end;
} */

.portfolio-inner-details .project {
  padding-top: 0;
  padding-bottom: 0;
}
.portfolio-text .full-wrapper {
  padding: 20px 0;
  width: 90%;
}
.portfolio-text .portfolio-textcont {
  padding: 50px 0;
}
.portfolio-text .portfolio-textcont p {
  color: #4b4b4b;
  line-height: 1.5;
  font-size: 16px;
}
#mute-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 21;
}
#mute-btn::before {
  content: "\f6a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 25px;
  color: #fff;
}
#mute-btn.mute-icon::before {
  content: "\f028";
}
.portfolio-elements {
  position: fixed;
  right: 50px;
  top: 400px;
}
.portfolio-elements img {
  width: 200px;
}
.portfolio-elements-2 {
  position: absolute;
  right: 50px;
  bottom: -400px;
}
.portfolio-elements-2 img {
  width: 200px;
}
.head-form-box {
  position: absolute;
  width: 100%;
  max-width: 500px;
  right: 10%;
  top: 24%;
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 20px 0px #00000012;
  z-index: 1;
}
.head-form-box .head-form .form-hold {
  margin-bottom: 20px;
}
.head-form-box .head-form .form-hold .form-label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0;
  color: #000;
}
.head-form-box .head-form .form-hold input {
  border: 0;
  border-bottom: 2px solid #000;
  background: transparent;
  border-radius: 0;
  color: #000;
}
.head-form-box .head-form .form-hold input:focus {
  box-shadow: none !important;
}
.head-form-box .head-form .form-hold textarea {
  border: 0;
  border-bottom: 2px solid #000;
  background: transparent;
  border-radius: 0;
  color: #000;
}
.head-form-box .head-form .form-hold textarea:focus {
  box-shadow: none !important;
}
.head-form-box .head-form.was-validated .form-hold input.form-control:invalid,
.head-form-box .head-form.was-validated .form-hold textarea.form-control:invalid {
  border-color: #c00;
}
.head-form-box .head-form.was-validated .form-hold input.form-control:valid,
.head-form-box .head-form.was-validated .form-hold textarea.form-control:valid {
  border-color: #00852b;
}
.marketing-services .value-boxes {
  margin-top: 0;
  margin-bottom: 25px;
  background: #1e5aa81a;
  padding: 40px;
  border-radius: 20px;
  min-height: 300px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.marketing-services .value-boxes .value-title {
  font-size: 22px;
  line-height: 1;
}
.marketing-services .value-boxes:hover {
  background: #1e5aa82b;
  box-shadow: 0px 0px 30px 0px #0021550d;
  margin-top: -10px;
}
.case-study-wrapper {
  padding-bottom: 150px !important;
}
.featured-case-study .case-study-box {
  position: relative;
  margin: 0px 0px;
  box-shadow: 0 0 15px 0px #0000003b;
  border-radius: 30px;
}
.featured-case-study .case-study-box img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 5px;
}
.featured-case-study .case-study-box p {
  margin: 0;
}
.featured-case-study .case-study-box .case-study-footer {
  position: absolute;
  bottom: 0px;
  padding: 30px 40px;
  margin: 0;
  width: 100%;
  background: #00000090;
  background: linear-gradient(0deg, #00000090 0%, #00000090 100%, transparent 100%);
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-case-study .case-study-box .case-study-footer .case-study-footer-copy {
  font-weight: 700;
  font-size: 20px;
}
.featured-case-study .case-study-box .case-study-footer .case-study-footer-copy i {
  font-size: 15px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-case-study .case-study-box .case-study-footer .case-study-footer-text {
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden !important;
  position: absolute;
  max-height: 200px;
}
.featured-case-study .case-study-box:hover .case-study-footer {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background: #000000b8;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 5px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.featured-case-study .case-study-box:hover .case-study-footer .case-study-footer-text {
  opacity: 1;
  visibility: visible !important;
  position: initial;
}
.patterns {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 95%;
  z-index: 0;
}
.patterns img {
  position: absolute;
  max-width: 90px;
  z-index: 1;
}
.patterns .one {
  left: 5%;
  top: 20%;
}
.patterns .two {
  left: 1%;
  bottom: 10%;
}
.patterns .three {
  top: 20%;
  right: 10%;
}
.patterns .four {
  right: 5%;
  bottom: 4%;
}
.disable-scroll {
  margin: 0;
  height: 100vh;
  overflow: hidden !important;
}
.search-btn-mobile {
  display: none;
}
body,
html {
  overflow-x: hidden;
}
.what-elements img {
  max-width: 100%;
}
.hero-image-mob img {
  width: 100%;
}
.overlay-press-link {
  width: 100%;
  max-width: 120px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.blog-body .wrapper {
  color: #000;
}
.blog-body .wrapper h1 {
  font-size: 3rem;
  letter-spacing: 1px;
}
.blog-body .wrapper h2 {
  font-size: 2.5rem;
  letter-spacing: 1px;
}
.blog-body .wrapper h3 {
  font-size: 2rem;
  letter-spacing: 1px;
}
.blog-body .wrapper h4 {
  font-size: 1.75rem;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .blog-body .wrapper h1 {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
  .blog-body .wrapper h2 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .blog-body .wrapper h3 {
    font-size: 1.75rem;
    letter-spacing: 1px;
  }
  .blog-body .wrapper h4 {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
a#cta_button_672508_18c80d9b-318d-4144-a3f3-ee44e77b8dce {
  text-shadow: none !important;
  display: inline-block !important;
  padding: 15px 40px !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  white-space: nowrap;
  border: 2px solid #1e5aa8 !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  z-index: 1;
  overflow: hidden;
  max-width: 400px;
  margin: 5px 0;
  text-transform: uppercase;
  transform: translateY(0);
  background: #1e5aa8 !important;
}

a#cta_button_672508_18c80d9b-318d-4144-a3f3-ee44e77b8dce:hover {
  background: transparent !important;
  color: #1e5aa8 !important;
}

.insight h1,
.insight h2 {
  text-shadow: 10px 10px 30px #00000012;
}

.clients-slider .slick-list {
  width: 94%;
  margin: 0 auto;
}

.text-heading {
  font-size: 3.5rem;
}

@media only screen and (max-width: 769px) {
  .text-heading {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .text-heading {
    font-size: 2rem;
  }
}
/* .numbers .numbers-container {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
} */

.numbers .numbers-container .numbers-wrapper {
  display: grid;
  gap: 3rem 3rem;
  justify-content: flex-start;
  grid-template-columns: repeat(4, 1fr);
}
.numbers .numbers-container .numbers-wrapper .number-item {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.numbers .numbers-container .numbers-wrapper .number-item .number {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  min-height: 50px;
  display: grid;
  align-items: end;
}
.numbers .numbers-container .numbers-wrapper .number-item .sub-head{
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
}
.numbers .numbers-container .numbers-wrapper .number-item .desc {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
}
.numbers .numbers-container .numbers-wrapper .number-item .icon img {
  width: auto;
  height: 50px !important;
}
.cta-banner {
  height: auto;
  overflow: hidden;
  min-height: auto;
}
.cta-banner .wrapper {
  padding: 50px 0;
}
.cta-banner .wrapper .container {
  position: relative;
}
.cta-banner .wrapper .container .featured-hero-element {
  position: absolute;
  right: 10%;
  left: auto;
  top: 0px;
  width: 100%;
  height: 100%;
}
.cta-banner .wrapper .container .featured-hero-element .cta-elements {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-100px, -40%);
}
.cta-banner .wrapper .container .featured-hero-element .cta-elements .one {
  width: 80px;
  position: relative;
  right: 0;
  top: -20px;
  z-index: 9;
}
.cta-banner .wrapper .container .featured-hero-element .cta-elements .two {
  width: 70px;
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: 10;
}
.services {
  position: relative;
}
.services .wrapper .container .row .bordered-text:hover {
  color: #fff !important;
}
.services .wrapper .container .service-box {
  margin-top: 100px;
}
.services .wrapper .container .service-box .row .service-text-box .service-text-box-title {
  margin-bottom: 30px;
}
.services .wrapper .container .service-box .row .service-icon img {
  width: 100%;
  max-width: 100px !important;
}
.services .wrapper .container .service-box ul {
  list-style: square;
}
.services .service-elements {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  top: -200px;
}
.services .service-elements img {
  width: 200px;
  display: block;
}
.services .service-elements .one {
  position: absolute;
  z-index: 10;
  top: -170px;
}
.services .service-elements .two {
  position: absolute;
  top: 0px;
  z-index: 9;
}
.services .service-elements .three {
  position: absolute;
  top: 170px;
  z-index: 8;
}
.services .service-elements.content-marketing {
  top: 0;
}
.services .service-elements.content-marketing .one {
  position: absolute;
  z-index: 10;
  top: 0px;
}
.services .service-elements.content-marketing .two {
  position: absolute;
  top: 0px;
  z-index: 9;
}
.services .service-elements.content-marketing .three {
  position: absolute;
  top: 0;
  z-index: 8;
}
.services .seo-elements {
  position: relative;
  right: 30px;
  top: 0;
}
.services .seo-elements .one {
  width: 180px;
  position: absolute;
  right: 170px;
  top: -110px;
  z-index: 9;
}
.services .seo-elements .two {
  width: 350px;
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 8;
}
.services .social-elements .one {
  top: -110px;
}
.services .social-elements .two {
  top: 20px;
}
.services .social-elements .three {
  top: 150px;
}
.services .what-elements-2 {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: -50px;
  left: -200px;
  z-index: 11;
  height: 0;
}
.services .what-elements-2 img {
  width: 200px;
  display: block;
}
.services .what-elements-2 .one {
  position: relative;
  z-index: 9;
  left: 110px;
}
.services .what-elements-2 .two {
  position: relative;
  top: -220px;
  left: 250px;
  z-index: 9;
}
.services .what-elements-2 .three {
  position: relative;
  top: -460px;
  left: 390px;
  z-index: 8;
}
.services-elements {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  top: -200px;
}
.services-elements img {
  width: 200px;
  display: block;
}
.services-elements .one {
  position: absolute;
  z-index: 10;
  top: -140px;
  right: 0;
}
.services-elements .two {
  position: absolute;
  top: 0px;
  z-index: 9;
  right: 0;
}
.services-elements .three {
  position: absolute;
  top: 170px;
  z-index: 8;
}
.podcast {
  padding-top: 100px;
  padding-bottom: 100px;
}
.podcast .wrapper .podcast-wrapper {
  width: 70%;
  margin: 0 auto;
}
.podcast .wrapper .podcast-wrapper .podcast-wrapper-top .img-container img {
  width: 100%;
}
.podcast .wrapper .podcast-wrapper .podcast-wrapper-bottom {
  display: grid;
  grid-template-columns: 30% 70%;
}
.podcast-about .wrapper .social-container {
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: center;
  padding-top: 100px;
}
.podcast-about .wrapper .social-container .social-item {
  position: relative;
}
.podcast-about .wrapper .social-container .social-item img {
  width: auto;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s ease;
}
.podcast-about .wrapper .social-container .social-item:hover img {
  transform: scale(1.05);
}
.podcast-about .wrapper .social-container .social-item:active img {
  transform: scale(0.95);
}
.podcast-about .who-elements .one {
  right: 100px;
  top: 100px;
}
.map-icon {
  margin-bottom: 30px;
}
.map-icon img {
  width: 40px;
}
.numbers-portfolio {
  bottom: 0;
  position: absolute;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, #f8030300 50%, #000 100%);
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 50px;
}

.internship-elements {
  position: absolute;
  right: 0;
  top: 500px;
}
.internship-elements .one {
  width: 250px;
  position: relative;
  right: 100px;
  top: 250px;
  z-index: 9;
}
.internship-elements .two {
  width: 130px;
  position: absolute;
  right: 220px;
  top: 0px;
  z-index: 10;
}
.internship-elements .three {
  width: 220px;
  position: relative;
  right: 30px;
  top: 0;
  z-index: 9;
}

.success-stories-inner-slider .featured-content {
  padding: 0 !important;
}
success-stories-inner-slider .full-wrapper {
  padding: 20px 0;
  width: 90%;
}
.our-story-people-bg-image {
  align-items: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: 700px;
  position: relative;
  background-attachment: fixed;
}

.our-story-people-bg-image::before {
  content: "";
  background-color: #1d5aa8;
  background: linear-gradient(90deg, #1d5aa8 30%, transparent 80%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
}
.iframe-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.podcast {
  padding-top: 100px;
  padding-bottom: 100px;
}
.podcast .wrapper .podcast-wrapper {
  width: 70%;
  margin: 0 auto;
}
.podcast .wrapper .podcast-wrapper .podcast-wrapper-top .img-container img {
  width: 100%;
}
.podcast .wrapper .podcast-wrapper .podcast-wrapper-bottom {
  display: grid;
  grid-template-columns: 30% 70%;
}
.podcast-about .wrapper .social-container {
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: center;
  padding-top: 100px;
}
.podcast-about .wrapper .social-container .social-item {
  position: relative;
}
.podcast-about .wrapper .social-container .social-item img {
  width: auto;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s ease;
}
.podcast-about .wrapper .social-container .social-item:hover img {
  transform: scale(1.05);
}
.podcast-about .wrapper .social-container .social-item:active img {
  transform: scale(0.95);
}
.podcast-about .who-elements .one {
  right: 100px;
  top: 100px;
}
.tabs-container .tabs {
  display: flex;
}
.tabs-container .tabs .tab {
  color: #000;
  padding: 15px 20px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.tabs-container .tabs .tab.active {
  text-decoration: underline;
  border-bottom: 1px solid #e6e6e6;
}
.tabs-container .tabs .tab:hover {
  text-decoration: underline;
}
.tabs-container .tab-content-wrapper .tab-content {
  display: none;
  padding: 0px;
}
.video-box {
  position: relative;
  height: 400px;
  margin-bottom: 60px;
  transition: all 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
}
.video-box .image-item {
  width: 100%;
  height: 100%;
}
.video-box .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.video-box .overlay-content {
  position: absolute;
  bottom: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  transition: all 0.3s ease;
}
.video-box .overlay-content .title {
  min-height: 50px;
}
.video-box .overlay-content .title p {
  font-weight: 700;
  margin-bottom: 10px;
}
.video-box .overlay-content .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.video-box .overlay-content .bottom .video-btn {
  width: 35px;
}
.video-box .overlay-content .bottom .video-btn img {
  width: 100%;
  height: 100%;
}
.video-box:hover {
  transform: scale(1.05);
}
.video-box:hover .overlay-content {
  background: rgba(0, 0, 0, 0.7882352941);
}
.video-box.coming-soon {
  pointer-events: none;
  position: relative;
}
.video-box.coming-soon .uni-link {
  display: none;
}
.video-box.coming-soon .image-item {
  position: relative;
}
.video-box.coming-soon .image-item::before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.video-box.coming-soon .overlay-content {
  background: rgba(73, 73, 73, 0.6);
}
.video-box.coming-soon .overlay-content .bottom .video-btn {
  display: none;
}
.host-wrapper {
  width: 60%;
}
.host-wrapper .host-item {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.host-wrapper .host-item .image-item img {
  width: 100%;
  max-width: 400px;
}
.host-wrapper .host-item .bottom-desc {
  margin-top: 70px;
}
.host-wrapper .host-item .bottom-desc .top h5 {
  font-weight: 700;
  animation: none !important;
  visibility: visible !important;
}
.host-wrapper .host-item .bottom-desc .bottom .quote-text {
  position: relative;
  padding-top: 80px;
}
.host-wrapper .host-item .bottom-desc .bottom .quote-text p {
  color: #000;
}
.host-wrapper .host-item .bottom-desc .bottom .quote-text::before {
  content: "“";
  font-size: 11rem;
  position: absolute;
  left: -10px;
  line-height: 0;
}
.host-wrapper .host-item .bottom-desc .bottom .quote-text::after {
  content: "”";
  font-size: 11rem;
  position: absolute;
  right: -10px;
  line-height: 0;
  bottom: -80px;
}
.host-wrapper .host-item.green-theme .bottom-desc .top h5 {
  color: #00852b;
}
.host-wrapper .host-item.green-theme .bottom-desc .top p {
  color: #00852b;
}
.host-wrapper .host-item.green-theme .bottom-desc .bottom .quote-text::before,
.host-wrapper .host-item.green-theme .bottom-desc .bottom .quote-text::after {
  color: #00852b;
}
.host-wrapper .host-item.blue-theme .bottom-desc .top h5 {
  color: #1e5aa8;
}
.host-wrapper .host-item.blue-theme .bottom-desc .top p {
  color: #1e5aa8;
}
.host-wrapper .host-item.blue-theme .bottom-desc .bottom .quote-text::before,
.host-wrapper .host-item.blue-theme .bottom-desc .bottom .quote-text::after {
  color: #1e5aa8;
}
.podcast-inner .podcast-inner-wrapper {
  display: grid;
  grid-template-columns: 60% 30%;
  align-items: center;
  gap: 100px;
}
.podcast-inner .podcast-inner-wrapper .left {
  flex: 1;
}
.podcast-inner .podcast-inner-wrapper .left .date {
  color: #1e5aa8;
  margin-bottom: 20px;
  display: block;
}
.podcast-inner .podcast-inner-wrapper .left .title {
  color: #000;
  margin-bottom: 40px;
}
.podcast-inner .podcast-inner-wrapper .left .dec p {
  color: #000;
}
.podcast-inner .podcast-inner-wrapper .right {
  flex: 1;
}
.podcast-inner .podcast-inner-wrapper .right .image-container {
  display: flex;
  align-items: center;
  justify-content: end;
}
.podcast-inner .podcast-inner-wrapper .right .image-container img {
  max-width: 400px;
  width: 100%;
}
.player-section .wrapper {
  width: 50%;
}
.player-section .wrapper .video-box {
  height: auto;
  text-align: center;
  margin: 0;
}
.player-section .wrapper .video-box .title {
  color: #000;
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.player-section .wrapper .video-box .video-container {
  height: 500px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.player-section .wrapper .video-box .video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.player-section .wrapper .video-box:hover {
  transform: none;
}
.player-section .wrapper .audio-box {
  margin: 50px 0;
  text-align: center;
}
.player-section .wrapper .audio-box .title {
  color: #000;
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}
.player-section .wrapper .social-box {
  text-align: center;
  margin: 50px 0;
}
.player-section .wrapper .social-box .title {
  color: #000;
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.player-section .wrapper .social-box .social-container {
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: center;
  padding-top: 0px;
}
.player-section .wrapper .social-box .social-container .social-item {
  position: relative;
}
.player-section .wrapper .social-box .social-container .social-item img {
  width: auto;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s ease;
}
.player-section .wrapper .social-box .social-container .social-item:hover img {
  transform: scale(1.05);
}
.player-section .wrapper .social-box .social-container .social-item:active img {
  transform: scale(0.95);
}
.discover .wrapper .discover-slider {
  text-align: center;
}
.discover .wrapper .discover-slider .title {
  color: #fff;
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}
.discover .wrapper .discover-slider .discover-items .discover-item {
  position: relative;
}
.discover .wrapper .discover-slider .discover-items .discover-item .top .image-container {
  height: 220px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.discover .wrapper .discover-slider .discover-items .discover-item .top .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  transition: all 0.3s ease;
}
.discover .wrapper .discover-slider .discover-items .discover-item .bottom .date {
  text-align: left;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px;
}
.discover .wrapper .discover-slider .discover-items .discover-item .bottom .title {
  color: #fac80a;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: none;
}
.discover .wrapper .discover-slider .discover-items .discover-item:hover .image-container img {
  transform: scale(1.05);
}
.discover .wrapper .discover-slider .slick-slider .slick-list {
  margin: 0 -15px;
}
.discover .wrapper .discover-slider .slick-slider .slick-list .slick-track .slick-slide {
  margin: 0 15px;
}
.discover .wrapper .discover-slider .slick-slider .slick-arrow {
  bottom: -20%;
  z-index: 10;
  top: auto;
}
.discover .wrapper .discover-slider .slick-slider .slick-arrow.slick-prev {
  left: calc(50% - 45px);
}
.discover .wrapper .discover-slider .slick-slider .slick-arrow.slick-next {
  right: calc(50% - 45px);
}
.time-stamps {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
}
.time-stamps .title {
  text-transform: none !important;
  margin-bottom: 20px !important;
}
.time-stamps .time-stamp-box {
  height: 300px;
  overflow: auto;
  padding-right: 20px;
}
.time-stamps .time-stamp-box .time-stamp {
  position: relative;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-top: 20px;
  border-bottom: 1px solid #dadce0;
}
.time-stamps .time-stamp-box .time-stamp .time {
  color: #1558d6;
}
.time-stamps .time-stamp-box .time-stamp .time-title {
  color: #3c4043;
  padding-bottom: 20px;
}
.time-stamps .time-stamp-box .time-stamp:hover .time {
  text-decoration: underline;
}
.time-stamps .time-stamp-box .time-stamp:hover .time-title {
  text-decoration: underline;
}