@import url("./common.css");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: var(--font-roboto);
  font-size: 18px !important;
  color: var(--black);
  height: 100%;
}
.top-area {
  padding: 10px 0 15px 0;
}
.top-area-left svg {
  width: 30px;
  height: 30px;
  background-color: #b4bcc3;
  padding: 7px;
  border-radius: 50%;
}
.top-area ul {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}
.top-area span {
  font-size: 11px;
}
.top-area-left ul li b {
  float: left;
  width: 35px;
}
.top-area-left ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
.top-area-left ul li span {
  float: left;
  padding: 2px 0 0 0;
  color: var(--white);
}
.top-area-left ul li span a {
  font-size: 14px !important;
}
.top-area-left br {
  line-height: 0;
  display: block;
  margin: 0;
}
.top-area-left ul li:first-child,
.top-area-right ul li:first-child {
  padding-left: 0;
}
.top-area-left ul li:first-child a {
  line-height: 100%;
}
.top-area-left ul li:last-child,
.top-area-right ul li:last-child {
  padding-right: 0;
}
.top-area-right svg {
  width: 30px;
  height: 30px;
  padding: 7px;
}
.top-area-right ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.top-area-right {
  text-align: right;
}
.top-area-right svg path {
  fill: var(--white);
}
.top-area-right a {
  font-size: 14px;
}
.top-area a {
  color: var(--white);
}
.top-area a:is(:hover, :focus) {
  color: var(--white);
  text-decoration: none;
}
.sub-header .main-menu .navbar {
  padding: 18px 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff !important;
  box-shadow: 0 0 10px 0 #000 !important;
}
.non-sticky-logo {
  display: block;
}
.sticky-logo {
  display: none;
}
.sticky .non-sticky-logo {
  display: none;
}
.sticky .sticky-logo {
  display: block;
}
.hamburger div {
  margin: 5px;
  transition: all 0.3s ease;
}
.hamburger .line1 {
  width: 20px;
  height: 3px;
  margin-left: auto;
}
.hamburger .line2 {
  width: 30px;
  height: 3px;
}
.hamburger .line3 {
  width: 20px;
  height: 3px;
}
.homepage .main-menu button div {
  background-color: var(--white);
}
.sub-header .main-menu button div {
  background-color: var(--black);
}
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
  width: 30px;
}
.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
  width: 30px;
}
.sticky .main-menu button div {
  background-color: var(--black);
}
.home-video-layer {
  position: relative;
}
.home-video-layer video {
  display: block;
  object-fit: cover;
  min-height: 100%;
  max-height: 100%;
  height: 100vh;
  min-width: 100%;
  max-width: 100%;
}
.home-top-area {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.main-menu #edw-main-menu {
  border-top: 1px solid var(--white);
}
.main-menu .navbar {
  padding: 15px 0;
}
.main-menu .navbar-logo img {
  width: 400px;
}
.main-menu .navbar-nav a {
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
}
.sub-header .main-menu .navbar-nav a {
  color: var(--black);
}
.sticky .main-menu .navbar-nav a {
  color: var(--black);
}
.main-menu .navbar-nav li {
  margin: 0 12px;
}
.main-menu .navbar-nav li a {
  padding: 0;
  transition: 0.3s;
}
.main-menu .navbar-nav li a.active {
  color: var(--edel-green);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px !important;
}
.main-menu .navbar-nav li a:is(:hover) {
  color: var(--edel-green);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px !important;
  transition: 0.3s;
}
.banner-content {
  position: absolute;
  top: 55%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0 0 0 20px;
}
h1,
h2 {
  font-family: var(--font-ubuntu);
}
.banner-content h1 {
  color: var(--white);
  font-size: 70px;
}
.edel-btn-style-one {
  background-color: var(--edel-green);
  padding: 15px 20px;
  border-radius: 30px;
  color: var(--white);
  font-weight: bold;
  transition: 0.6s;
}
/* .banner-content svg {
  width: 30px;
  margin-right: 5px;
} */
.banner-content svg path {
  fill: var(--white);
}
.edel-btn-style-one:is(:hover, :focus) {
  background-color: var(--white);
  transition: 0.6s;
  color: var(--edel-green);
  text-decoration: none;
}
.edel-btn-style-one:is(:hover, :focus) svg path {
  fill: var(--edel-green);
}
h2 {
  font-weight: bold;
  font-size: 40px;
  color: var(--edel-blue);
}
.section-padding {
  padding: 60px 0;
}
.home-about h3 {
  color: var(--edel-green);
  font-size: 24px;
  font-weight: normal;
}
.home-about h2 {
  margin-bottom: 15px;
}
.home-about-image {
  position: relative;
}
.home-about-image img {
  border-radius: 6px;
}
.about-experience {
  position: absolute;
  top: 70%;
  left: 80%;
  padding: 40px;
  border-radius: 50%;
  background-color: var(--edel-green);
  border: 8px solid #fff;
}
.about-content {
  padding-left: 30px;
}
.about-experience h2 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 8px;
}
.about-experience p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 110%;
  color: #fff;
}
.empowering h3 {
  color: var(--edel-green);
  font-size: 24px;
  font-weight: normal;
}
.empowering {
  background-color: #f5ffff;
}
.empowering .empowering-box {
  padding: 20px;
  border: 1px solid #f5ffff;
  border-radius: 5px;
  box-shadow: 0 0 10px #0000004d;
  background-color: #fff;
}
.empowering-box {
  padding: 20px;
  border: 1px solid #f5ffff;
  border-radius: 5px;
  box-shadow: 0 0 10px #0000004d;
  background-color: #f5ffff;
}
.empowering-box img {
  width: 100px;
}
.empowering-box h3 {
  color: var(--edel-blue);
  font-size: 22px;
  font-family: var(--font-roboto);
  font-weight: bold;
}
/* Button Animation stye 1*/
.readmore-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.readmore-button {
  width: 13rem;
  height: auto;
}
.readmore-button .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 1.625rem;
  border: 1px solid var(--edel-blue);
}
.readmore-button .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.readmore-button .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: -2px;
  width: 50px;
  height: 50px;
  background: none;
}
.readmore-button .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  transform: rotate(45deg);
}
.readmore-button .readmore-button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.empowering-box .readmore-button .icon.arrow svg polygon {
  fill: var(--edel-green);
}
.readmore-button:hover .circle {
  width: 80%;
  background-color: var(--edel-blue);
}
.readmore-button:hover .circle .icon.arrow {
  transform: translate(10px, 0);
}
.readmore-button .readmore-button-text {
  display: none;
  transition: 0.6s;
}
.readmore-button:hover .readmore-button-text {
  color: var(--white);
  display: block;
  transition: 0.6s;
}
.readmore-button:hover .icon.arrow svg polygon {
  fill: var(--white);
}
/* End Button Animation stye 1*/
.section-title {
  margin-bottom: 30px;
}
.empowering-box p {
  font-size: 16px;
}
.featured-projects h3 {
  color: var(--edel-green);
  font-size: 24px;
  font-weight: normal;
}
.featured-projects img {
  border-radius: 6px;
}

/*Portfolio CSS*/
.featured-projects-container > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 6px;
}

.featured-projects-container > a::after {
  content: "";
  background: linear-gradient(transparent, black);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(100%);
  transition-duration: 0.75s;
}

.featured-projects-container > a:hover::after {
  transform: translateY(50%);
}

.featured-projects-container > a > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 1s;
}

.featured-projects-container > a:hover > img {
  transform: scale(1.07);
  transition-duration: 1s;
}

.featured-projects-container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 3fr));
  grid-auto-rows: 350px;
  grid-auto-flow: dense;
}

.horizontal {
  grid-column: span 2;
}

.vertical {
  grid-row: span 2;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}
/*Portfolio CSS End*/
.testimonial-author {
  padding-top: 20px;
}
.testimonial-author h3 {
  font-size: 24px;
  color: var(--edel-blue);
  margin-bottom: 0;
  font-weight: bold;
  font-family: var(--font-ubuntu);
}
.testimonial-author h4 {
  font-size: 18px;
  color: var(--edel-green);
  font-weight: normal;
}
.carousel-indicators {
  justify-content: end;
  bottom: 20px;
  margin-right: 5%;
}
.carousel-indicators li {
  background-color: var(--edel-blue) !important;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--edel-blue);
  opacity: 1;
}
#home-testimonials {
  padding: 50px;
  border: 1px solid #f5ffff;
  border-radius: 5px;
  box-shadow: 0 0 10px #0000004d;
  background-color: #f5ffff;
  position: relative;
}
.testimonial-icon {
  content: "";
  position: absolute;
  left: -5%;
  top: 10%;
  width: 70px;
  height: 70px;
  background-image: url("../images/google-circle.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonial-content img {
  margin-bottom: 5px;
}
.checked {
  color: orange;
}
.carousel-indicators li.active {
  background-color: var(--edel-green) !important;
  border-color: var(--edel-green) !important;
}
.home-world-wide-clients {
  background-color: #f8f8f8;
}
.home-world-wide-map-area {
  background-image: url("../images/Map.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-world-wide-map-area h2 {
  font-size: 140px;
  margin: 0;
}
.home-world-wide-map-area h3 {
  font-size: 40px;
  font-family: var(--font-ubuntu);
  margin: 0;
  font-weight: bold;
}
.home-world-wide-clients-logo img {
  display: block;
  margin: 0 auto 40px auto;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.footer-bring-your-idea {
  background-image: url("../images/get-in-touch.webp");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  animation: shrink 15s ease-in infinite;
}
@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  50% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 110% 110%;
  }
}

.footer-bring-your-idea h2 {
  color: var(--white);
}
.footer-bring-your-idea h4 {
  color: var(--white);
}

/* Read More button 2 animation   */
.readmore-button-two {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.readmore-button-two {
  width: 13rem;
  height: auto;
}
.readmore-button-two .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 1.625rem;
  border: 1px solid var(--edel-green);
  background-color: var(--edel-green);
}
.readmore-button-two .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.readmore-button-two .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: -2px;
  width: 50px;
  height: 50px;
  background: none;
}
.readmore-button-two .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  transform: rotate(45deg);
}
.readmore-button-two .readmore-button-text-two {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.readmore-button-two:hover .circle {
  width: 80%;
  background-color: var(--edel-green);
}
.readmore-button-two:hover .circle .icon.arrow {
  transform: translate(10px, 0);
}
.readmore-button-two .readmore-button-text-two {
  display: none;
  transition: 0.6s;
}
.readmore-button-two:hover .readmore-button-text-two {
  color: var(--white);
  display: block;
  transition: 0.6s;
}
.readmore-button-two .icon.arrow svg polygon {
  fill: var(--white);
}
.readmore-button-two:hover .icon.arrow svg polygon {
  fill: var(--white);
}

/* End Read Mroe Btn2 Animation */
.footer-bring-your-idea {
  padding: 40px 0;
}

.footer-social-icons ul {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.footer-social-icons ul li {
  display: inline-block;
  margin: 0 5px;
}

.footer-social-icons p {
  color: var(--black);
  margin-bottom: 5px;
  text-indent: 70px;
  font-size: 16px;
}

.footer-social-icons ul li:first-child::before {
  content: "";
  position: relative;
  display: inline-block;
  background: var(--black);
  width: 40px;
  height: 1px;
  margin-right: 5px;
}

.footer-social-icons ul li:last-child::after {
  content: "";
  position: relative;
  display: inline-block;
  background: var(--black);
  width: 40px;
  height: 1px;
  margin-left: 5px;
}
.footer-social-icons svg path {
  fill: var(--edel-green);
}
.footer-about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 95%;
}

.footer h5 {
  font-size: 20px;
  font-weight: bold;
  color: var(--edel-blue);
  margin-top: 0;
  margin-bottom: 15px;
}
.footer ul {
  padding-inline-start: 0px;
  list-style: none;
}
.footer li {
  padding-bottom: 15px;
}
.footer li a {
  color: var(--black);
  font-size: 16px;
}
.footer li a:is(:hover, :focus) {
  color: var(--black);
}
ul.footer-address {
  list-style: none;
  padding-inline-start: 0;
}
ul.footer-address b {
  float: left;
  width: 30px;
  margin-right: 10px;
}
.footer-address li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 0 !important;
  font-size: 16px;
}
.footer-address li span {
  width: 80%;
  float: left;
  padding: 2px 0 0 0;
  color: var(--black);
}
.footer-address li a {
  color: var(--black);
}
.footer-address li a:hover {
  color: var(--black);
  text-decoration: none;
}
.footer-address li span strong {
  color: var(--black);
  font-family: var(--font-ubuntu);
  font-size: 18px;
}
.footer-address svg path {
  fill: var(--edel-green);
}
b.footer-address-location {
  margin-right: 5px;
}
.footer-two {
  color: var(--black);
  font-size: 14px;
  padding: 20px 0;
}

.terms a {
  color: var(--black);
}
.terms a:hover {
  color: var(--black);
}
.footer-one-content-area {
  padding: 40px 0;
}
.footer-who-we-are a:hover {
  text-decoration: none;
  color: var(--edel-green) !important;
}
.footer-what-we-do a:hover {
  text-decoration: none;
  color: var(--edel-green) !important;
}
.footer-one .container-fluid {
  border-bottom: 1px solid #ccc;
}
.edw-footer-logo {
  width: 330px;
}
.subpage-banner {
  padding: 40px 0;
  border-top: 1px solid #ccc;
}
.subpage-banner h1 {
  font-size: 50px;
  color: var(--edel-green);
}
.about-our-philosophy {
  padding-bottom: 30px;
}
.about-our-philosophy h3 {
  font-size: 24px;
  color: var(--edel-green);
  margin-top: 0;
  font-weight: normal;
}
.about-our-philosophy-box {
  background-color: var(--edel-green);
  padding: 25px 20px;
  border-radius: 10px;
  position: relative;
}
.about-our-philosophy-box svg {
  width: 60px;
  margin-top: 10px;
}
.about-our-philosophy-box svg path {
  fill: var(--white);
}
.about-our-philosophy-box h4 {
  font-size: 22px;
  font-weight: bold;
  color: var(--white);
  margin-top: 10px;
}
.about-our-philosophy-box p {
  color: var(--white);
}
.about-our-philosophy-box-arrow {
  position: absolute;
  top: 0;
  right: 5px;
}
.about-our-philosophy-box-arrow svg polygon {
  fill: var(--white);
}
.footer-slick {
  background-color: #f8f8f8;
}
.homepage .footer-slick {
  display: none;
}
.slickClass {
  flex-basis: auto;
  width: 100%;
}
.slide-item {
  margin: 10px;
  flex: 0 0 auto;
}
.clients-slick img {
  display: block;
  margin: 0 auto;
  width: 250px;
}
.main-menu button svg path {
  fill: var(--black);
}

.what-we-do-top-area {
  padding: 30px 0;
}
.what-we-do-our-approach h3,
.industries-we-serve h3,
.our-work-progress h3 {
  font-size: 24px;
  color: var(--edel-green);
  margin-top: 0;
  font-weight: normal;
}

.our-approach-list ul {
  list-style: none;
  padding-inline-start: 0;
}

.our-approach-list ul b {
  float: left;
  vertical-align: middle;
  margin-right: 5px;
}
.our-approach-list ul b img {
  width: 70px;
}

.our-approach-list ul li {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.our-approach-list ul span {
  width: 92%;
  float: left;
  padding: 2px 0 0 0;
  color: var(--black);
  font-size: 18px;
}
.our-approach-list strong {
  font-weight: bold;
  transition: 0.3s;
}

.what-we-do-our-approach {
  background-color: #f8f8f8;
}

/* .industries-we-serve ul {
  list-style: none;
  padding-inline-start: 0;
}

.industries-we-serve ul b {
  float: left;
  vertical-align: middle;
  margin-right: 15px;
}

.industries-we-serve ul li {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.industries-we-serve ul span {
  width: 92%;
  float: left;
  padding: 2px 0 0 0;
  color: var(--black);
  font-size: 18px;
}
.industries-we-serve strong {
  font-weight: bold;
  transition: 0.3s;
} */

.our-work-progress h4 {
  color: var(--edel-blue);
  font-size: 20px;
  font-weight: bold;
}
.our-work-progress p {
  font-size: 16px;
}
.our-work-progress-image {
  position: relative;
}
.count {
  background-color: var(--edel-green);
  color: #fff;
  border-radius: 50%;
  padding: 4px 12px;
  position: absolute;
  top: 40px;
  left: 20px;
}
.what-we-do-menu {
  list-style: none;
  padding-inline-start: 0;
}
.what-we-do-menu li {
  display: inline-block;
  margin: 0 15px;
}
.what-we-do-menu li:first-of-type {
  margin-left: 0;
}
.what-we-do-menu li:last-of-type {
  margin-right: 0;
}
.what-we-do-menu li svg {
  width: 40px;
  transition: 0.3s;
}
.what-we-do-menu li a {
  color: var(--black);
  font-family: var(--font-ubuntu);
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s;
}
.what-we-do-menu li a:is(:hover, :focus),
.what-we-do-menu .what-we-do-active a {
  color: var(--edel-green);
  transition: 0.3s;
}
.what-we-do-menu .what-we-do-active svg polygon,
.what-we-do-menu a:is(:hover, :focus) svg path {
  fill: var(--edel-green);
  transition: 0.3s;
}
.portfolio-top-content-area {
  padding-bottom: 40px;
}
.branding-solutions-box img,
.digital-experiences-list-box img,
.visual-storytelling-list-box img,
.strategic-marketing-list-box img {
  width: 100px;
}
.branding-solutions-box,
.digital-experiences-list-box,
.visual-storytelling-list-box,
.strategic-marketing-list-box {
  text-align: center;
}
.branding-solutions-box p,
.digital-experiences-list-box p,
.visual-storytelling-list-box p,
.strategic-marketing-list-box p {
  font-weight: bold;
  line-height: 130%;
}

.client-stories-content-area {
  padding-bottom: 40px;
}
.testimonials-section {
  background-color: #f8f8f8;
}
.client-storiespage .footer-slick {
  display: none;
}
.testimonials-section {
  padding: 80px 0;
}
.testimonials-section .testimonial-author {
  border: none !important;
}
.testimonials-section .testimonial-author h4 {
  color: var(--black);
}
.contactpage .footer-slick,
.contactpage .footer-bring-your-idea {
  display: none;
}
.form-area-content p:first-of-type {
  margin-bottom: 0;
}
.form-control {
  border-bottom: 2px solid #ccc;
  border-top: none;
  border-right: none;
  border-left: 0;
  color: var(--black);
  border-radius: 0;
  background-color: transparent !important;
}
.form-control:focus {
  border-color: #ccc !important;
  box-shadow: none !important;
}
textarea {
  resize: none;
}
.form-group {
  margin-bottom: 50px;
}
textarea.form-control {
  height: auto;
}
.form-box {
  background-color: #f8f8f8;
  padding: 50px;
  border: 2px solid #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 0 6px #0000002e;
}
.submit-btn {
  background-color: var(--edel-green);
  padding: 10px 30px;
  color: var(--white);
  transition: 0.3s;
  border-radius: 6px;
  border: none;
}
.submit-btn:is(:hover, :focus) {
  background-color: var(--edel-blue);
  transition: 0.3s;
}
.form-area-content {
  margin-bottom: 30px;
}
#contact_form .form-control {
  position: relative;
}
.form-field-icon {
  position: absolute;
  right: 12px;
  bottom: 10px;
  width: 25px;
  top: 0;
}
#contact-loader img {
  width: 30px;
}
.contact-location {
  background-color: var(--edel-green);
  padding: 100px 0;
}
.contact-location h5 {
  color: var(--white);
  font-size: 22px;
  font-weight: bold;
  font-family: var(--font-ubuntu);
  margin-bottom: 25px;
}
.contact-location ul {
  list-style: none;
  padding-inline-start: 0;
}
.contact-location ul b {
  float: left;
  width: 30px;
  margin-right: 5px;
}
.contact-location li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 0 !important;
  font-size: 16px;
}
.contact-location li span {
  width: 80%;
  float: left;
  padding: 2px 0 0 0;
  color: var(--white);
}
.contact-location ul li a {
  color: var(--white);
}
.contact-location li a:hover {
  color: var(--white);
  text-decoration: none;
}
.contact-location ul b img {
  width: 25px;
}
.termspage .footer-slick,
.privacypage .footer-slick {
  display: none;
}
.terms-content-area ul,
.privacy-content-area ul {
  padding-inline-start: 30px;
}
.terms-content-area li::marker,
.privacy-content-area li::marker {
  color: var(--edel-green);
}
.terms-content-area li,
.privacy-content-area li {
  padding-bottom: 12px;
}
.terms-content-area li:last-child,
.privacy-content-area li:last-child {
  padding-bottom: 0;
}
.terms-content-area,
.privacy-content-area {
  padding-bottom: 40px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.privacy-content-area p:has(strong) {
  margin-bottom: 0px;
}
.privacy-content-area p:has(+ ul) {
  margin-bottom: 5px;
}
.privacy-content-area a {
  color: var(--black);
}
.privacy-content-area h2 {
  font-size: 30px;
}
.readmore-button-normal {
  background-color: var(--edel-green);
  padding: 15px 10px;
  border-radius: 1.625rem;
  color: var(--white);
}
.readmore-button-normal svg {
  width: 40px;
}
.readmore-button-normal svg polygon {
  fill: var(--white);
}
.readmore-button-normal span {
  padding-right: 15px;
}
.readmore-button-normal:is(:hover, :focus) {
  color: var(--white);
  text-decoration: none;
}
.readmore-button-normal-outline {
  background-color: transparent;
  padding: 14px 8px;
  border-radius: 1.625rem;
  color: var(--edel-blue);
  border: 1px solid var(--edel-blue);
  transition: 0.3s;
}
.readmore-button-normal-outline svg {
  width: 40px;
}
.readmore-button-normal-outline svg polygon {
  fill: var(--edel-blue);
}
.readmore-button-normal-outline span {
  padding-right: 15px;
}
.readmore-button-normal-outline:is(:hover, :focus) {
  background-color: var(--edel-blue);
  transition: 0.3s;
  color: var(--white);
  text-decoration: none;
}
.readmore-button-normal-outline:is(:hover, :focus) svg polygon {
  fill: var(--white);
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.testimonials-container {
  column-gap: 20px;
  column-fill: balance;
  padding-bottom: 40px;
}
.testimonials-container .testimonials-box {
  display: block;
  margin: 0 0 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
  padding: 35px;
  border: 1px solid #f5ffff;
  border-radius: 5px;
  box-shadow: 0 0 10px #0000004d;
  background-color: #f5ffff;
  position: relative;
  transition: 0.3s;
}
.testimonials-box p::before {
  content: "";
  position: absolute;
  left: -2%;
  top: 10px;
  width: 40px;
  height: 40px;
  background-image: url("../images/quote.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
.world-wide-clients h2 {
  color: var(--edel-green);
}

.crafting-timelines {
  padding-bottom: 60px;
}
.branding-gallery,
.digital-experiences-gallery {
  column-gap: 20px;
  column-fill: balance;
  margin: 20px auto 0;
}
.branding-gallery .item,
.digital-experiences-gallery .item {
  display: block;
  margin: 0 0 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 12px #ccc;
}
.branding-gallery .item img,
.digital-experiences-gallery .item img {
  width: 100%;
  height: auto;
  box-shadow: 0px 4px 8px rgb(142 142 142 / 51%);
  transition: opacity 0.35s, transform 0.35s;
  width: calc(100% + 50px);
  border-radius: 6px;
}

.branding-gallery .item img:hover,
.digital-experiences-gallery .item img:hover {
  transition: opacity 0.35s, transform 0.35s;
}

html.fancybox-active,
html.with-fancybox body.hide-scrollbar {
  overflow-y: scroll !important;
  margin: 0 !important;
}
.portfolio-main-section {
  padding-bottom: 60px;
}
.portfolio-main-section li {
  padding: 0 25px;
}
.portfolio-main-section li a {
  color: var(--black);
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s;
  font-family: var(--font-ubuntu);
}
.portfolio-main-section li a.active {
  color: var(--edel-green);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px !important;
  transition: 0.3s;
}
.portfolio-main-section li a:hover {
  color: var(--edel-green);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px !important;
  transition: 0.3s;
}
.portfolio-main-section .nav {
  margin-bottom: 30px;
}
.career-box {
  border: 1px solid #b5b5b6;
  padding: 15px;
  border-radius: 8px;
}
.careers-content-area {
  padding: 60px 0;
}
.career-box h3 {
  font-family: var(--font-ubuntu);
  font-size: 20px;
  font-weight: bold;
}
.career-box ul.location svg {
  width: 15px;
}
.career-box ul {
  list-style: none;
  padding-inline-start: 0;
}
.career-box ul.location svg path {
  fill: #7f7f7f;
}
.career-box ul.location span {
  color: #7f7f7f;
  font-size: 12px;
}

.skills li {
  background-color: #adedeb;
  padding: 5px;
  border-radius: 6px;
  font-size: 12px;
  color: var(--black);
  display: inline-block;
  margin: 0 5px;
}
.skills li:first-child {
  margin-left: 0;
}
.skills li:last-child {
  margin-right: 0;
}
p.job-description {
  font-weight: normal;
  font-size: 16px;
}
.apply-job li {
  margin: 0 5px;
  display: inline-block;
  font-size: 14px;
}
.apply-job li:first-child {
  margin-left: 0;
}
.apply-job li:last-child {
  margin-right: 0;
}
.view-job {
  border: 1px solid var(--black);
  color: var(--black);
  border-radius: 6px;
  padding: 7px;
  text-decoration: none;
  transition: 0.3s;
}
.view-job:hover {
  text-decoration: none;
  background-color: var(--edel-green);
  color: var(--white);
  transition: 0.3s;
  border-color: var(--edel-green);
}
.apply-now {
  background-color: var(--edel-green);
  color: var(--white);
  border-radius: 6px;
  padding: 7px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid var(--edel-green);
}
.apply-now:hover {
  border-color: var(--black);
  color: var(--black);
  transition: 0.3s;
  background-color: var(--white);
  text-decoration: none;
}
.counter-border {
  border-right: 1px solid #ccc;
}
.counter-area .col-xl-4:nth-child(1) .counter::after,
.counter-area .col-xl-4:nth-child(2) .counter::after,
.counter-area .col-xl-4:nth-child(3) .counter::after {
  content: "+";
}
.counter-area .col-xl-4:nth-child(3) .counter-percentage .counter::after {
  content: "%";
}
.home-about .counter-area .counter::after {
  content: "+";
}
h2.counter {
  margin-bottom: 0px;
}
.cursor {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--edel-green);
  pointer-events: none;
  z-index: 111;
  transition: all 0.2s ease-out;
  mix-blend-mode: normal;
}

.expand {
  background: transparent;
  animation: moveCursor2 0.5s forwards;
}

@keyframes moveCursor1 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0.8);
  }
}

@keyframes moveCursor2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(2.5);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* .clients-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  animation: scroll-left 20s linear infinite;
  width: fit-content;
}

.slide-item {
  flex: 0 0 auto;
  padding: 0 10px;
}
.slide-item img {
  width: 300px;
  border-radius: 6px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
} */

/* .clients-marquee .slide-item {
  width: auto;
  padding: 0 10px;
}
.clients-marquee img {
  width: 230px;
  border-radius: 6px;
} */

.clients-marquee,
.clients-marquee-2,
.clients-marquee-3 {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.clients-marquee .slide-item,
.clients-marquee-2 .slide-item,
.clients-marquee-3 .slide-item {
  display: inline-block;
}

.clients-marquee img,
.clients-marquee-2 img,
.clients-marquee-3 img {
  width: 230px;
  border-radius: 6px;
  vertical-align: middle;
}

a.flip-animate {
  perspective: 1000px;
}

a.flip-animate span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

a.flip-animate span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: color 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}

a.flip-animate:hover span,
a.flip-animate:focus span {
  transform: rotateX(90deg) translateY(-22px);
}

a.flip-animate:hover span:before,
a.flip-animate:focus span:before {
  color: var(--edel-green);
}

.show-more {
  background-color: var(--edel-green);
  padding: 15px 25px;
  border-radius: 1.625rem;
  color: var(--white);
}

.step-heading {
  position: relative;
  display: inline-block;
  font-size: 35px;
  font-family: var(--font-ubuntu);
}

.step-heading::after {
  font-size: 8rem; /* responsive unit */
  font-weight: bold;
  color: transparent;
  position: absolute;
  top: -3rem;
  right: -4.2rem;
  line-height: 1;
  font-family: var(--font-ubuntu);
  -webkit-text-stroke: 2px rgb(216, 216, 216);
}
.step-heading.step-heading-one::after {
  content: "1";
}
.step-heading.step-heading-two::after {
  content: "2";
}
.step-heading.step-heading-three::after {
  content: "3";
}
.step-heading.step-heading-four::after {
  content: "4";
}
.step-class {
  margin: 0;
  color: rgb(216, 216, 216);
}
.branding-solutions,
.digital-experiences-list,
.visual-storytelling-list {
  background-color: #f8f8f8;
}
.our-process-container img {
  width: 70px;
}
.our-process-container {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5ffff;
  border-radius: 5px;
  box-shadow: 0 0 10px #0000004d;
  background-color: #f5ffff;
  min-height: 122px;
}
.our-process-container h4 {
  font-size: 1.2rem;
}
.our-process-container p {
  font-size: 1rem;
  margin: 0;
}
.industries-we-serve {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}
.industries-we-serve-box h4 {
  font-size: 20px;
  font-weight: bold;
}
.industries-we-serve-box {
  background-color: #fff;
  padding: 100px 20px 20px;
  border-radius: 25px;
  margin-top: 90px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  position: relative;
}
.industries-we-serve-image {
  width: 100%;
  position: absolute;
  top: -30%;
  left: 0;
}
.industries-we-serve-image img {
  width: 159px;
  height: 159px;
}
.addition-to-key {
  margin-top: 30px;
}
.addition-to-key {
  background-color: #fff;
  padding: 30px 20px 15px;
  border-radius: 25px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
.addition-to-key a {
  color: #000;
}
.addition-to-key a:hover {
  color: #000;
  text-decoration: none;
}
.addition-to-key p {
  padding: 0 100px;
}
.addition-to-key h4 {
  font-style: italic;
  font-size: 16px;
  color: var(--edel-green);
}
.global-black-box p {
  color: #fff;
}
.global-black-box h4 {
  color: #fff;
  font-size: 16px;
  font-style: italic;
}
.global-black-box {
  padding: 30px;
  background-color: var(--edel-green);
  border-radius: 25px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.digital-marketing-list {
  background-color: #f5ffff;
}
.digital-marketing-list .empowering-box {
  background-color: var(--white);
}
.digital-marketing-list .empowering-box img {
  width: 120px;
}
.budget-planning img {
  border-radius: 6px;
}
.budget-planning-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
#g-recaptcha-error {
  text-align: center;
}
.design-to-print {
  background-color: #fafafa;
}
.offset-printing h3 {
  color: var(--edel-blue);
  font-size: 32px;
  font-family: var(--font-ubuntu);
  font-weight: bold;
}
.infrastructure-content {
  background-color: #f5ffff;
}
.infrastructure-content .nav {
  justify-content: center;
  margin: 20px 0 40px;
  gap: 20px;
}
.infrastructure-content .nav-pills .nav-link.active,
.infrastructure-content .nav-pills .nav-link:hover,
.infrastructure-content .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--edel-green);
  border: 1px solid var(--edel-green);
}
.infrastructure-content .nav-pills .nav-link {
  color: var(--edel-blue);
  border-radius: 25px;
  border: 1px solid var(--edel-blue);
  text-align: center;
  font-weight: bold;
}
.infrastructure-content .nav-item {
  width: 130px;
}
.infrastructure-content .tab-content p {
  padding: 0 20px;
  text-align: center;
  min-height: 81px;
  margin: 15px 0 30px;
  font-weight: 300;
}
.imgloading-container span {
  background-image: url("../images/edw-100.png");
}
.website-card-container {
  transition: all 0.5s ease-out;
  box-shadow: 0 12px 40px rgba(142, 142, 142, 0.24);
}
.website-card-container img {
  border-radius: 6px;
  transition: all 0.5s ease-out;
}
.website-card-container:hover {
  transform: translateY(10px);
  transition: all 0.5s ease-out;
}
.website-card-text {
  text-align: center;
  position: relative;
  top: -23px;
}
.website-card-text p {
  background-color: var(--edel-green);
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
}
.world-wide-clients .container-fluid {
  width: 100%;
}
.aboutpage .footer-slick,
.error-pagepage .footer-bring-your-idea-wrapper,
.error-pagepage .footer-slick {
  display: none;
}
.not-found-page {
  padding: 60px 0;
}
.not-found-page h3 {
  color: var(--edel-green);
  font-size: 30px;
}
