@font-face {
  font-family: "ITCLight";
  src: url("../Font/ITC-AVANT-GARDE-GOTHIC-STD-BOOK.TTF");
  font-weight: 500;
}
@font-face {
  font-family: "ITCSemiBold";
  src: url("../Font/ITC-AVANT-GARDE-GOTHIC-STD-DEMI.TTF");
  font-weight: 600;
}
@font-face {
  font-family: "ITCBold";
  src: url("../Font/ITCAVANTGARDESTD-BOLD.OTF");
  font-weight: 800;
}
@font-face {
  font-family: "ITCNormal";
  src: url("../Font/ITCAVANTGARDESTD-MD.OTF");
  font-weight: 400;
}
@font-face {
  font-family: "Bebas";
  src: url("../Font/BebasNeue.otf");
  font-weight: 600;
}

body {
  font-family: ITCNormal !important;
  background-color: transparent !important;
  letter-spacing: 1px !important;
}

.itc-light {
  font-family: ITCLight !important;
}

.itc-semibold {
  font-family: ITCSemiBold, sans-serif;
}

.work-item img {
  border-radius: 20px;
}
.work-meta {
  display: none !important;
}

.sidebar {
  width: 100vw;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000073;
  color: #ffffff;
  user-select: none;
  pointer-events: none;
  -mox-user-select: none;
  z-index: 999999;
  backdrop-filter: blur(6px);
  display: flex;
}

.block-dom {
  width: calc(100% - 350px);
  height: 100%;
  opacity: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--slate-500);
}
.sidebar-content {
  width: 50%;
  opacity: 0;
  position: absolute;
  padding: 5px 20px;
  top: 0;
  bottom: 0;
  right: -350px;
  left: auto;
  background-color: transparent;
  color: #ffffff;
  border-radius: 4px 0 0 4px;
  overflow-y: scroll;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  scroll-behavior: smooth;
  &::-webkit-scrollbar {
    width: 10px;
  }
  &::-webkit-scrollbar-track {
    border-radius: 8px;
    box-shadow: inset 0 0 5px var(--slate-600);
  }
  &::-webkit-scrollbar-thumb {
    background-color: var(--slate-400);
  }
  &::-webkit-scrollbar-thumb:hover {
    background-color: var(--slate-300);
  }
}
.sidebar.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
  -mox-user-select: auto;
}

.sidebar.show .sidebar-content {
  opacity: 1;
  right: 0;
}
.close-sidebar {
  width: 100%;
  z-index: 102;
  display: flex;
  justify-content: end;
  align-items: center;
  top: 0;
  right: 0;
  background-color: var(--red-400);
  color: var(--red-950);
}

.constant-simple-slider {
  margin-bottom: 10%;
}

.slick-slide {
  padding: 10px;
}

.facebook {
  bottom: 0%;
  left: 45%;
  z-index: 9999;
  height: 10%;
  display: none;
}

.slider-image:hover .facebook {
  display: block;
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    forwards;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    forwards;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
}

.mb-2 {
  margin-bottom: 2%;
}
.conatct-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.contact-b-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0% 5%;
  align-items: flex-start;
  margin-bottom: 2%;
}
.contact-b-container > div {
}
input {
  width: 100%;
  border-radius: 8px;
  height: 3rem;
  background-color: #333333 !important;
  outline: none;
  border: none;
  color: #fff;
  /* padding-top: 7%; */
  padding: 7% 5% 0;
}
textarea {
  background-color: #333333 !important;
  color: #fff;
  border-radius: 8px;
  outline: none;
  border: none;
  width: 100%;
}

.conact-btn-outer {
  background-color: #333333 !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  padding: 2.5% 5% 1% 5% !important;
  align-self: baseline;
  margin-left: 12px;
}

.conact-btn-outer-bottom {
  background-color: #333333 !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  padding: 2.5% 5% 1% 5% !important;
  align-self: baseline;
  margin-left: 12px;
}
.conact-btn {
  background-color: transparent !important;
  /* color: #fff !important; */
  /* font-size: 1rem !important;
  font-weight: 600 !important;
  border-radius: 10px !important; */
  padding: 0% !important;
}
.contact-form {
  width: 50%;
  padding: 3%;
}

.contact-form > h5 {
  font-weight: 600;
  text-align: center;
}

.contact-details {
  width: 55%;
  padding: 0% 0%;
}

.horizontal-line {
  border-top: 1px solid grey;
  margin: 0 5%;
}

.image-item {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.image-item-wide {
  height: 300px; /* Adjust height for wide images */
}
.myheadd {
  padding: 15px;
  color: white;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 1s ease-in-out, transform 0.5s ease-in-out;
  border-radius: 12px;
  /* transform: scale(1.07);  */
  /* padding: 15px; */
  /* border: 0.3px solid gray; */
}

/* .myheadd:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(1.07); 
  padding: 15px;
  border-radius: 12px;
  border: 0.3px solid gray;
} */

/* corousel */

.slick-prev,
.slick-next {
  z-index: 1;
  font-size: 2rem;
  color: black;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.facebook {
  display: none;
}

/* speakers  */

.work-item {
  position: relative;
  overflow: hidden;
}

.work-item img {
  display: block;
  width: 100%;
  height: auto;
}

.work-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ee7e21c4;
  color: white;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s ease;
  border-radius: 18px;
}

.work-item:hover .work-overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
  transform: translateY(-5px);
}

.overlay-text {
  padding: 5px;
}

.zoom-effect {
  display: inline-block; /* Make span an inline-block element to apply transformations */
  transition: transform 0.3s ease;
  cursor: pointer;
}

.zoom-effect:hover {
  transform: scale(1.05); /* Slight zoom out effect */
}

/* customs cards */

.row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1282px;
}

.outerbox {
  flex: 1;
  padding: 0px;
  margin-inline: 20px;
  border-radius: 15px;
  text-align: center;
  transition: transform 0.3s;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
/* .outerbox:hover {
  transform: scale(1.05);
} */
.outerbox h2 {
  margin: 0;
  padding: 10px 0;
  color: #333;
}
.outerbox h3 {
  margin: 0;
  padding: 8px 0;
  color: #777;
}
.outerbox button {
  padding: 10px 20px;
  margin-top: 15px;
  border: none;
  /* background: #ee7e21; */
  color: white;
  border-radius: 10px;
  cursor: pointer;
  /* box-shadow: 2px 2px 4px #b5b5b5, -4px -4px 8px #ffffff; */
  transition: background 0.3s, transform 0.3s;
}
.outerbox button:hover {
  /* background: gray; */
  transform: translateY(-2px);
}
@media (max-width: 992px) {
  .outerbox {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .outerbox {
    width: calc(100% - 20px);
    margin: 10px 0; /* Adjust margin for better spacing on mobile */
  }
}

/* collapse */
/* 
.container {
  padding: 20px;
}

.faq-main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-text-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.faq-wrapper {
  width: 40%;
}


.faq-wrapper.expanded {
  width: 100%; 
}

.dropdown-toggle {
  cursor: pointer;
  padding: 10px;
  background-color: #000000;
  border-bottom: 1px solid #ccc;
}

.faq-question {
  font-size: 18px;
  margin: 0;
}

.dropdown-answer {
  display: none;
  width: 100%;
  background-color: #000000;
  padding: 20px;
  box-sizing: border-box;
}

.faq-answer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.faq-text {
  flex: 1;
  padding-right: 20px;
}

.faq-image {
  flex: 1;
  max-width: 50%;
}

.faq-image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
} */

.oruu {
  background-color: #000000;
  border: 2px solid #ee7e21;
  max-width: 625px;
  padding-inline: 20px;
  font-weight: normal;
  margin-top: 2%;
  margin-left: 2%;
  border-radius: 12px 12px 0 0;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s; /* Add transition for smooth effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Default box shadow */
  cursor: pointer;
}

.oruu:hover {
  background-color: #ee7e21 !important;
}

#event-details1,
#event-details2,
#event-details3,
#event-details4 {
  width: 97%;
  background: #000000;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  max-height: 0;
}

#event-details1.expanded,
#event-details2.expanded,
#event-details3.expanded,
#event-details4.expanded {
  max-height: 2000px;
}

.inner-wrap {
  filter: grayscale(1) !important;
}

.row {
  display: flex;
  padding: 0px;
  /* margin-left: 2%; */
}

.row2 {
  display: flex;
  padding: 0px;
  margin-left: 2%;
}
.column {
  flex: 1;
  margin: 0 0px;
  height: 300px; /* Set a fixed height */
}

.text-column {
  background: #ffffff;
  color: rgb(0, 0, 0);
  display: flex;

  text-align: left;
}

/* Responsive adjustments for tablets and larger mobile devices */
@media (max-width: 768px) {
  .row2 {
    flex-direction: column; /* Stack items vertically on mobile */
    padding: 0px;
    margin-left: 0; /* Remove unnecessary margin for smaller screens */
  }

  .column {
    height: auto; /* Remove fixed height for better responsiveness */
    margin-bottom: 15px; /* Add spacing between columns */
  }

  .text-column {
    text-align: center; /* Optional: Center text for better readability */
    padding: 15px; /* Add padding to give more spacing around the text */
  }
}

/* Further adjustments for smaller mobile devices */
@media (max-width: 480px) {
  .row2 {
    flex-direction: column; /* Continue stacking vertically */
    padding: 0px;
    margin-left: -4px;
  }

  .column {
    height: 100vh !important; /* Allow height to adjust naturally */
    margin-bottom: 10px; /* Increase spacing between elements */
  }

  .text-column {
    text-align: center; /* Keep text centered for smaller screens */
    padding: 10px;
    font-size: 16px !important; /* Add more padding for smaller devices */
  }
  .image-column {
    background: #000000;
    background-size: cover;
    background-position: center;
    height: 100vh !important;
  }
  .textycolm {
    padding: 5px !important;
    text-align: justify !important;
  }
  .internaltexts {
    font-size: 16px !important;
    line-height: 25px;
    text-align: justify !important;
  }
}

.textycolm {
  /* margin-left: %; */
  padding: 25px;
  /* border: 2px solid purple; */
}

.image-column {
  background: #000000;
  background-size: cover;
  background-position: center;
}

/* Responsive styles */
@media (max-width: 768px) {
  .oruu {
    width: 100%; /* Adjust width for smaller screens */
    padding: 6px;
    font-size: 16px; /* Adjust padding for smaller screens */
  }
  .oruu:hover {
    width: 100%; /* Adjust width for smaller screens */
    padding: 10px; /* Adjust padding for smaller screens */
  }
  #event-details {
    padding: 0 10px; /* Adjust padding for smaller screens */
  }
  #event-details2 {
    padding: 0 10px; /* Adjust padding for smaller screens */
  }

  #event-details3 {
    padding: 0 10px; /* Adjust padding for smaller screens */
  }

  #event-details4 {
    padding: 0 10px; /* Adjust padding for smaller screens */
  }

  .row {
    flex-direction: column; /* Stack rows vertically */
  }

  .column {
    width: 100%; /* Make columns full width */
    margin: 0 0 10px 0; /* Adjust margin for stacked columns */
    height: auto; /* Allow height to adjust based on content */
  }

  .text-column,
  .image-column {
    height: auto; /* Allow height to adjust based on content */
  }
}
.underline:hover {
  border-bottom: 2px solid #fff;
}

/* what we've done */
.case-studies-container {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(8, 1fr);
  position: relative;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 15px;
}
.case-study-container {
  position: relative;
  border: 1px solid #ffffff78;
  overflow: hidden;
  border-radius: 15px;
}
.case-study-container:first-child {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.case-study-container:first-child a {
  padding-bottom: 100%;
}
.case-study-container a > img {
  height: 100%;
}
.case-study-container:nth-child(2) {
  grid-column: 3 / 6;
  grid-row: 1 / 4;
}
.case-study-container:nth-child(3) {
  grid-column: 6 / 9;
  grid-row: 1 / 3;
}
.case-study-container:nth-child(4) {
  grid-column: 1 / 3;
  grid-row: 3 / 6;
}
.case-study-container:nth-child(4) a {
  padding-bottom: 150%;
}
.case-study-container:nth-child(5) {
  grid-column: 3 / 6;
  grid-row: 4 / 6;
}
.case-study-container:nth-child(6) {
  grid-column: 6 / 9;
  grid-row: 3 / 6;
}
.hover-content-container {
  background: #ee7e21b0;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transition: opacity 0.2s ease;
  z-index: 9999;
  text-align: center;
  height: 100%;
  width: 100%;
}
.hover-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  align-items: center;
  padding: 20px;
  position: relative;
  /* background-color: red; */
}
.case-study-container:hover .hover-content-container {
  opacity: 1;
  z-index: 1;
  cursor: pointer;
}
.case-study-arrow {
  margin-bottom: 8px;
  width: 32px;
  position: absolute;
  bottom: 150px;
  text-align: left;
  left: 30px;
}
.case-study-name {
  color: #000;
  font-size: 28px;
  /* font-variation-settings: "weight" 1000; */
  line-height: 28px;
  margin-bottom: 4px;
  word-break: break-word;
  text-align: center;
  font-weight: bold;
}
.case-study-description {
  color: #fff;
  flex: 1 1 auto;
  font-size: 16px;
  font-variation-settings: "weight" 500;
  line-height: 26px;
  margin-bottom: 10px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  text-align: center !important;
}

/* Responsive Design for Mobile View (480px and below) */
@media (max-width: 480px) {
  .case-studies-container {
    grid-template-columns: 1fr 1fr; /* Two columns at 50% each */
    grid-column-gap: 10px; /* Slightly smaller gap for mobile */
    grid-row-gap: 10px;
  }

  .case-study-container a > img {
    object-fit: cover;
    width: 100%;
    display: inline-block;
    object-position: center 30%;
    height: 100%;
  }

  .case-study-container {
    grid-column: auto; /* Let items flow naturally in the 2-column grid */
    grid-row: auto;
    aspect-ratio: 1;
  }

  /* Reset all specific grid positioning for mobile */
  .case-study-container:first-child,
  .case-study-container:nth-child(2),
  .case-study-container:nth-child(3),
  .case-study-container:nth-child(4),
  .case-study-container:nth-child(5),
  .case-study-container:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
  }

  /* Reset any special padding for mobile */
  .case-study-container:first-child a,
  .case-study-container:nth-child(4) a {
    padding-bottom: 0;
  }

  /* Adjust hover content for smaller screens */
  .hover-content {
    padding: 10px;
  }

  .case-study-name {
    font-size: 18px;
    line-height: 20px;
  }

  .case-study-description {
    font-size: 12px;
    line-height: 16px;
  }
}

/* Responsive Design for Tablets (between 481px and 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .case-studies-container {
    grid-template-columns: 1fr; /* Single column layout for tablets */
  }
  .case-study-container {
    grid-column: 1 / -1; /* Make each item span the full width */
    grid-row: auto; /* Stack them in natural order */
  }
  .case-study-container:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .case-study-container:nth-child(2),
  .case-study-container:nth-child(3),
  .case-study-container:nth-child(4),
  .case-study-container:nth-child(5),
  .case-study-container:nth-child(6) {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

/* same css for what we have done pg */

.case-study-name2 {
  color: #ffffff;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 40px;
  line-height: 27px;
  margin-bottom: 4px;
  width: 100%;
  /* text-wrap: nowrap; */
  /* left: 30px; */
  font-family: Bebas;
  font-weight: bold;

  line-height: 1;
  text-align: center;
}

.case-study-description2 {
  color: #ffffff;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
  font-family: "ITCNormal";
  word-break: break-word;
  /* bottom: 10px;  */
  /* left: 30px;  */
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
  backdrop-filter: blur(20px);
}

.popup-content {
  background-color: rgba(0, 0, 0, 0.773);
  color: #fff;
  padding: 1%;
  border-radius: 10px;
  width: 70%;
  height: 70%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-control-prev-icon {
  background: none;
}
.carousel-control-next-icon {
  background: none;
}

.close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  cursor: pointer;
  color: #ee7e21 !important;
  font-weight: 900;
  font-size: 3rem;
  text-shadow: none;
  opacity: 9;
}

.about-banner {
  z-index: 10;
  padding-top: 0%;
  width: 100vw;
  height: 100vh;
}

@media screen and (max-width: 480px) {
  .about-banner {
    width: 100vw;
    height: auto;
  }
}

.close:hover {
  color: #fff;
}

.splide__slide img {
  width: 100%;
}
.splide__list {
  display: flex;
  flex-direction: row;
}

.splide__pagination {
  display: none !important;
}
.splide__arrow {
  top: 45% !important;
}

.map-icon:hover {
  fill: #ee7e21;
}
.ocm-effect-wrap {
  position: relative;
  max-height: 645px;
  min-height: 645px;
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .sidebar-content {
    width: 100%;
  }
  .hero-wrapper {
    justify-content: center !important;
  }

  .popup-content {
    height: auto;
  }

  .nav-link {
    flex-direction: row;
    font-size: 1.6rem !important;
  }
  .sidebar-item span {
    padding: 0 0%;
  }

  p {
    font-size: 1rem;
    text-align: center !important;
  }
  .container.overflow {
    padding: 0 4% !important;
  }
  .metrics-block {
    width: 100%;
  }
  .metrics-card.background-primary {
    padding: 0;
  }
  .image-wrapper-parallax {
    min-height: 650px;
  }
  .section.relative-overflow-hidden {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .services-card-open {
    transform: none !important;
  }
  .link-wrapper-animation {
    height: 35px;
    margin-bottom: 5%;
    padding-top: 7px !important;
  }
  .link-wrapper-animation > h6 {
    font-size: 15px;
  }
  .brands-text-wrapper {
    text-wrap: nowrap;
  }
  .brands-text-wrapper > h3 {
    font-size: 1.6rem;
  }
  .section.background-secondary.curved {
    border-radius: 30px;
  }
  .works-details-flex {
    height: 400px;
  }
  .title-flex-sr {
    margin-top: 20%;
    grid-row-gap: 45px;
  }
  .follow-us {
    width: 80% !important;
    justify-content: center !important;
  }
  .section.background-secondary.curved-top {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .contact-b-container {
    flex-direction: column;
    align-items: center;
  }
  .contact-details {
    width: 100%;
  }
  .contact-details > div {
    text-align: center;
    margin-bottom: 6%;
    flex-direction: column !important;
    align-items: center !important;
  }
  .contact-form {
    width: 100%;
  }
  .conact-btn > h6 {
    top: -2px;
  }
  .conact-btn > .animate-h5.move-down {
    top: 110%;
  }
  .conact-btn.link-wrapper-animation {
    height: 19px;
  }
  .footer-copyright {
    flex-direction: column !important;
    padding: 2% 0 !important;
    text-align: center;
  }

  .contact-form > h5 {
    line-height: 2rem;
    text-align: center;
  }
  .sitemap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sitemap .animate-h5.move-down {
    top: 107%;
  }
  .contact-details .link-wrapper-animation {
    height: 40px;
    font-size: 16px;
  }
  .space-112px {
    min-height: 50px;
  }
  .our-founder {
    line-height: 4rem;
    text-align: center;
  }
  .team {
    padding: 0 !important;
  }
  .outerbox .move-down {
    top: 111%;
  }
  .slide-from-left-animation > h2 {
    line-height: 55px;
  }
  .zoom-effect > .link-wrapper-animation {
    height: 28px;
  }
  .collapse-start {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }
  .core-services {
    display: inline !important;
    padding-left: 0 !important;
    font-size: 17px !important;
  }
  .core-services > a {
    height: 20px !important;
    margin-bottom: 0;
    display: inline-flex !important;
  }

  .head-office {
    row-gap: 35px !important;
    margin: 0 !important;
  }
  .getintouch-footer {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .getintouch-footer .link-wrapper-animation {
    height: 33px;
  }
  .row.contact-details {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1440) {
}

.underyy {
  /* border-bottom: solid 1px rgb(255, 255, 255); */
}

.lefty {
  float: left;
  margin-left: 2%;
}

a {
  text-decoration: none !important;
}

/* eho we are greyscvale */

/* CSS class for black-and-white filter */
.black-and-white-filter {
  filter: grayscale(100%);
}
.leftheading {
  margin-left: 20px;
}
