@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);
}
.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;
}
.main-menu button svg {
  width: 35px;
}
.homepage .main-menu button svg path {
  fill: var(--white);
}
.sticky .main-menu button svg path {
  fill: 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 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;
}

/* 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: 10px;
}
.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-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);
}

.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 {
  background-color: #f8f8f8;
}
.aboutpage .footer-bring-your-idea {
  display: none;
}
.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;
}
.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;
  transform: translate3d(-20px, 0, 0);
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
}

.branding-gallery .item img:hover,
.digital-experiences-gallery .item img:hover {
  transform: translate3d(0, 0, 0);
  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;
}
.careers-content {
  padding-bottom: 40px;
}
.footer-bring-your-idea {
  background-image: url("../images/bottom_banner.webp");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  animation: shrink 15s ease-in infinite;
  padding: 40px 0;
}
@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);
  margin: 0;
}
.footer-bring-your-idea h4 {
  color: var(--white);
  margin: 0;
  font-size: 24px;
}

.awsm-filter-wrap.awsm-no-search-filter-wrap .awsm-filter-items {
  justify-content: center;
  margin-bottom: 20px;
}

.awsm-selectric-hover .awsm-selectric {
  border-color: var(--black) !important;
}
.awsm-selectric .label {
  color: var(--black);
  font-size: 16px !important;
}
.awsm-selectric {
  border: 1px solid var(--black) !important;
}
.awsm-selectric-items li {
  background-color: var(--white);
  color: var(--black);
  font-size: 16px;
}
.awsm-grid-item .awsm-job-item {
  border: 1px solid #b5b5b6;
  padding: 15px;
  border-radius: 8px;
}
.awsm-job-item h2.awsm-job-post-title {
  color: var(--black);
  margin: 0 0 15px;
  font-size: 25px;
  text-align: left;
  padding-bottom: 0;
  font-weight: 600;
}
.posted-date-text {
  font-weight: bold;
  margin-right: 5px;
  color: var(--black);
  font-size: 16px;
}
.awsm-job-specification-job-location::before {
  content: "Job Location:";
  font-weight: bold;
  margin-right: 5px;
  font-size: 16px;
}
.posted-date,
.awsm-job-specification-term,
.custom-excerpt-class {
  color: var(--black);
  font-size: 16px;
}
.awsm-job-specification-job-type,
.job-post-date,
.awsm-job-specification-job-location {
  margin-bottom: 10px;
}
.custom-excerpt-class {
  margin-bottom: 20px;
}
.custom-excerpt-class::before {
  content: "Job Description:";
  font-weight: bold;
  margin-right: 5px;
  font-size: 16px;
  color: var(--black);
}
.awsm-job-more span {
  display: none;
}
.awsm-job-more {
  background-color: var(--edel-green);
  color: var(--white);
  border-radius: 6px;
  padding: 10px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid var(--edel-green);
}
.awsm-job-more:hover {
  border-color: var(--black);
  color: var(--black);
  transition: 0.3s;
  background-color: var(--white);
  text-decoration: none;
}
.awsm-job-more-container {
  margin-bottom: 10px;
}
.awsm-job-form-control {
  height: 45px;
  border: 1px solid #707070;
  border-radius: 6px;
}
.awsm-job-form-group label {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
.awsm-job-form-error {
  color: red;
  font-weight: bold;
}
.awsm-resume-file-control.awsm-job-form-control {
  height: auto;
  border: none !important;
}
.awsm-application-submit-btn {
  background-color: var(--edel-green);
  padding: 10px 30px;
  color: var(--white);
  transition: 0.3s;
  border-radius: 6px;
  border: none;
}
.awsm-application-submit-btn:hover {
  background-color: var(--edel-blue);
  transition: 0.3s;
}
.single-awsm_job_openings .entry-header {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.awsm-job-entry-content ul li {
  padding-bottom: 8px;
  font-size: 18px;
}
.awsm-job-entry-content p strong {
  font-size: 20px;
  margin-bottom: 0;
  display: block;
}
.awsm-job-entry-content p {
  margin-bottom: 20x;
}
.awsm-job-entry-content p + ul {
  margin-top: -15px !important;
}
.back-button a {
  background-color: var(--edel-green);
  padding: 5px 10px;
  color: var(--white);
  transition: 0.3s;
  border-radius: 6px;
  border: none;
}
.back-button a:hover {
  background-color: var(--edel-blue);
  transition: 0.3s;
}

.back-button {
  text-align: right;
  color: var(--black);
  margin-bottom: 10px;
}
.awsm-filter-toggle-text-wrapper {
  color: var(--black) !important;
}
a.nav-link:hover {
  background-color: transparent !important;
}
