html {
  height: 100%;
  color: #4d4d4d;
  overflow-x: hidden;
  scroll-behavior: unset !important;
  font-size: 16px !important;
}

body {
  color: #4d4d4d;
  overflow-x: hidden;
  /* font-family: 'HelveticaNeueLT Arabic 55 Roman' !important; */
}

h2 {
  font-family: "Philosopher" !important;
  font-size: 1.875rem !important;
  font-weight: bold !important;
}

p {
  font-family: "Sabon LT Std" !important;
  font-size: 1.0625rem;
  line-height: 2;
}

a {
  text-decoration: none;
}

.add-image {
  padding-top: 50%;
}
.add-image img {
  object-fit: cover;
}

.justify-text {
  text-align: justify;
}

/* message */

.error-message {
  color: red !important;
  font-size: 0.75rem;
}

.add-height {
  height: 20px;
}

.input-form.red-border {
  border-color: red;
}

.PhoneInputInput .red-border {
  border-color: red !important;
}

select .red-border {
  border-color: red !important;
}

.file-input.red-border {
  border-color: red !important;
}

.button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
}

.success {
  color: green !important;
  font-size: 0.875rem;
}

.contact-form-page.red-border {
  border-color: red;
}

.button h3 {
  font-size: 1.3125rem;
  font-family: "Sabon LT Std";
  color: #4d4d4d;
  text-decoration: none;
  transition: all 0.5s;
}

.button img {
  transition: all 0.5s;
}

.button svg {
  transition: all 0.5s;
}

.button:hover.button img {
  transform: translateX(10px);
}

.button:hover.button svg {
  transform: translateX(10px);
}

.button.button svg {
  transition: all 0.5s;
}

.button:hover.button svg {
  transform: translateX(10px);
}

/* home nav */
.fixed-header.white-nav .menu {
  color: #fff;
}

.fixed-header.white-nav .languages h3,
.fixed-header.white-nav .languages span {
  color: #fff;
}

.fixed-header.white-nav .menu:hover::after,
.fixed-header.white-nav .menu.active::after {
  color: #fff;
}

.fixed-header.white-nav .menu::after {
  background-color: #fff;
}

.fixed-header.white-nav .burger-color {
  stroke: #fff;
}

/* navbar */
.section-1 img {
  width: 50px;
  height: 50px;
}

.opacity-header {
  position: absolute;
  top: 0;
  left: 0;
  background: #00000026;
  width: 100%;
  height: 100%;
}

.burger-icon {
  cursor: pointer;
}

.logo {
  width: 150px;
  height: 94px;
  transition: height 0.5s;
  transition: all 0.5s;
}

.logo.fixed {
  width: 200px;
  height: 112px;
}

.header-scroll.logo {
  width: 120px;
  height: 82px;
}

.header-scroll .menu {
  font-size: 1rem;
}

.languages h3,
.languages span {
  color: #806b5e;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Philosopher" !important;
  transition: all 0.5s;
}

.menu {
  position: relative;
  color: #806b5e;
  font-size: 1.1875rem;
  font-weight: bold;
  font-family: "Philosopher" !important;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}

.menu::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #806b5e;
  transition: all 0.5s;
  font-weight: bold;
}

.menu:hover {
  color: #806b5e;
}

.menu:hover::after,
.menu.active::after {
  color: #806b5e;
  width: 100%;
}

.mobile-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  transition: 0.5s;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 2000;
  transition: opacity 0.5s;
  z-index: 4000;
}

.mobile-menu.hide {
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  transition: width 0s 0.5s, height 0s 0.5s, opacity 0.5s;
}

.background-image {
  padding-top: 50%;
}

.background-image video {
  object-fit: cover;
}

.navbar-items {
  position: fixed;
  top: 0;
  z-index: 4000;
  /* padding-top: 10px; */
  transition: all 0.5s;
  transition: padding 0.5s;
}

.navbar-items.fixed-header {
  transition: all 0.5s;
}

.header-scroll {
  transition: all 0.5s;
  /* transition: padding 0.5s; */
}

.header {
  position: absolute;
  z-index: 1;
}

.text-header {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) !important;
  color: #fff;
}

.text-header h1 {
  font-family: "Philosopher";
  font-weight: bold;
  font-size: 3.3125rem !important;
}

.text-header h5,
.text-header p {
  font-family: "Philosopher";
  font-weight: bold;
  font-size: 3.3125rem !important;
  margin-bottom: 0;
  line-height: inherit;
}

.section-1 {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  transform: translateY(-100px);
}

.navbar-items.header-scroll {
  background-color: #ffffffdb;
  transition: padding 0.5s;
  transition: all 0.5s;
}

.logo.header-scroll {
  transition: all 0.5s;
}

.menu.header-scroll {
  font-size: 1.125rem;
}

.arrow-down {
  transition: all 0.5s;
  padding: 12px;
  cursor: pointer;
}

.arrow-down:hover {
  transform: translateY(3px);
}

.arrow-down.up:hover {
  transform: translateY(-3px);
}

.close-mobile-menu {
  cursor: pointer;
  padding-top: 29px;
}

/* navbar */

/* home */

.about-section-bg {
  /* background-image: url("/Images/background-section1.png"); */
}
.services-ratio {
  padding-top: 135%;
}

.single-service-1 img {
  object-fit: cover;
}

.opacity {
  position: absolute;
  top: 0;
  left: 0;
  background: #231f20a6;
  width: 100%;
  height: 100%;
}

.service-title {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-title h4 {
  font-size: 1.5625rem;
  color: #fff;
  font-weight: bold;
  font-family: "Philosopher";
}

.add {
  width: 16px;
  height: 12px;
}

.arrow-image {
  width: 100px;
  height: 24px;
  opacity: 0;
  transition: all 0.5s;
}

.services {
  cursor: pointer;
}

.service-section {
  position: absolute;
  bottom: 8px;
  width: 100%;
}

.services-ratio img {
  object-fit: cover;
}

.services:hover .arrow-image {
  transform: translateX(10px);
  opacity: 1;
}

.services .services-ratio,
.values .value-ratio,
.services .service-ratio,
.services .insights-ratio,
.service-card .service-card-image {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.services .services-ratio img,
.values .value-ratio img,
.services .service-ratio img,
.services .insights-ratio img,
.service-card .service-card-image img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.services:hover .services-ratio img,
.values:hover .value-ratio img,
.services:hover .service-ratio img,
.services:hover .insights-ratio img,
.service-card:hover .service-card-image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.input-form {
  width: 100%;
  border: none;
  border-bottom: 2px solid #70707075;
  outline: none;
  font-family: "Sabon LT Std" !important;
  font-size: 1rem;
  color: #4d4d4d;
  transition: all 0.5s;
}

.contact-form h5 {
  font-size: 1.1875rem;
  font-weight: bold;
  font-family: "Sabon LT Std";
}

.maps {
  height: 100% !important;
}

.about-bg {
  padding-top: 30%;
}

.about-section-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 121%;
}

.team-section-bg img {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 142%;
  z-index: -1;
}

.about-section {
  position: relative;
  z-index: 1000;
}

.section-between {
  /* background-image: url('../images/home-bg-2.jpg'); */
  padding-top: 7%;
}

/* home */

/* about us */
.about-ratio {
  padding-top: 30%;
}

.about-ratio img {
  object-fit: cover;
}

.value-ratio {
  padding-top: 118%;
}

.values-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 10;
  transition: all 1s;
}

.values-content-remove {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  text-align: center;
  color: #fff;
  z-index: 10;
  transition: all 1s;
}

.values-content-remove h4,
.values-content-remove p {
  transition: all 1s;
  transition: transform 1s;
}

.values-content h4,
.values-content-remove h4 {
  font-family: "Philosopher" !important;
  font-size: 2rem;
  font-weight: bold;
  transition: all 1s;
}

.values:hover .values-content-remove {
  opacity: 1;
  transition: opacity 1s;
}

.values:hover .values-content-remove h4 {
  transform: translateY(-10px);
}

.values:hover .values-content-remove p {
  transform: translateY(15px);
  transition: opacity 0.5s;
  transition: transform 0.5s;
}

.values:hover .values-content {
  opacity: 0;
  transition: opacity 0.5s;
}

.value-ratio img {
  object-fit: cover;
}

/* about us */

/* services */
.services p {
  line-height: inherit;
}

.service-ratio {
  padding-top: 45%;
}

.read-more {
  position: relative;
  color: #4d4d4d;
  font-size: 1.1875rem;
  font-family: "Sabon LT Std";
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}

.read-more::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0%;
  height: 3px;
  background: #968176;
  transition: all 0.5s;
  font-weight: bold;
}

.read-more:hover {
  color: #4d4d4d;
}

.read-more:hover::after,
.menu.active::after {
  color: #968176;
  width: 100%;
}

.service-ratio img {
  object-fit: cover;
}

.single-service p {
  line-height: 1.4 !important;
}

.single-service h3 {
  font-family: "Sabon LT Std";
  font-size: 1.0625rem;
}

.single-service-1 {
  padding-top: 55%;
}

.service-card-image {
  padding-top: 126%;
}

.service-card-image img {
  object-fit: cover;
}

.index {
  z-index: -1;
}

.swiper-button-prev-one,
.swiper-button-next-one {
  /* transform: translateY(-50%); */
  position: relative !important;
}

.swiper-button-prev,
.swiper-button-next {
  /* transform: translateY(-50%); */
  position: relative !important;
}

.swiper-button-next-one img,
.swiper-button-prev-one img {
  width: 15px;
  height: 15px;
}

.swiper-button-next img,
.swiper-button-prev img {
  width: 15px;
  height: 15px;
}

.swiper-button-next-one:after,
.swiper-container-rtl .swiper-button-prev-one:after {
  content: "" !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-prev-one:after,
.swiper-container-rtl .swiper-button-next-one:after {
  content: "" !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "" !important;
}

.services:hover .read-more {
  color: #4d4d4d;
}

.services:hover .read-more::after {
  color: #968176;
  width: 100%;
}

.services {
  color: #4d4d4d;
}

/* services */

/* insights */
.insights h5 {
  font-family: "Sabon LT Std";
  font-size: 0.8125rem;
  cursor: default;
}

.quotes {
  width: 22px;
  height: 22px;
}

.insights-ratio {
  padding-top: 50%;
}

.insights-ratio img {
  object-fit: cover;
}

.color {
  background-color: red;
}

.images-insights {
  padding-top: 59%;
}

.images-insights img {
  object-fit: cover;
}

.bg-single-services svg {
  position: absolute;
  bottom: -71px;
  right: 0;
  z-index: -1;
}

.bg-services svg {
  position: absolute;
  top: 89px;
  right: 0;
  z-index: 0;
}

.insights-section-bg img {
  position: absolute;
  top: -87px;
  left: 0;
  width: 102%;
  height: 142%;
  z-index: -1;
}

.swiper-pagination-bullet {
  background: #806b5e !important;
}

.background-image img {
  object-fit: cover;
}

/* insights */

/* contact */
.card-details {
  background: #fff;
}

.details {
  color: #4d4d4d;
  transition: all 0.5s;
  text-decoration: none;
}

.card-details p {
  line-height: inherit;
}

.details:hover {
  color: #806b5e;
}

.contact-form-page {
  border: 1px solid #9781758c;
  outline: none;
  padding: 7px;
  font-family: "Sabon LT Std" !important;
  font-size: 1.1875rem;
  color: #4d4d4d;
}

.PhoneInputInput {
  border: 1px solid #9781758c;
  outline: none;
  padding: 7px;
  font-family: "Sabon LT Std" !important;
  font-size: 1.1875rem;
  color: #4d4d4d;
}

.PhoneInputCountry {
  border: 1px solid #9781758c;
  outline: none;
  padding: 7px;
  font-family: "Sabon LT Std" !important;
  font-size: 1.1875rem;
  color: #4d4d4d;
  margin-right: 0 !important;
}

.contact-form-page::placeholder {
  font-family: "Sabon LT Std" !important;
  font-size: 1.1875rem;
  color: #4d4d4d;
}

.contact-label p {
  font-weight: bold;
}

.file-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.browse {
  color: #a6a8ab;
  background-color: #fff;
  border: 1px solid #9781758c;
  font-family: "Sabon LT Std" !important;
  font-size: 1.1875rem;
  padding: 7px 40px;
  cursor: pointer;
  transition: all 0.5s;
}

.browse:hover {
  background-color: #9781758c;
  color: #fff;
}

.upload {
  font-family: "Sabon LT Std" !important;
  font-size: 1.1875rem;
  color: #a6a8ab;
}

.contact-background {
  /*background: url("../images/contact-us-bg.png");*/
  background-size: 100% 100%;
}

/* The container */
.radio-button {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 1.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-button:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-button input:checked ~ .checkmark {
  background-color: #4d4d4d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-button .checkmark:after {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}

.contact-bg img {
  position: absolute;
  bottom: -94px;
  left: 0;
  width: 100%;
  height: 100%;
}

/* contact */

/* footer */

.footer h1 {
  font-size: 1.875rem;
}

.scroll-top {
  position: fixed;
  top: 80%;
}

.sroll-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.5s opacity;
}

.seperator {
  /* border: 2px solid #fff; */
  background: #70707047;
  height: 6px !important;
  opacity: 1 !important;
}

.footer {
  color: #4d4d4d;
  background-color: #fff;
}

.footer p {
  font-size: 1.1875rem;
  color: #4d4d4d;
  font-family: "Philosopher" !important;
}

.footer-arrow {
  cursor: pointer;
  transition: all 0.5s;
}

.footer-arrow:hover {
  transform: translateY(-3px);
}

.padding {
  padding: 500px;
}

.footer h1 {
  font-family: "Philosopher";
  font-weight: bold;
  font-size: 1.875rem;
}

.footer .menu {
  color: #4d4d4d !important;
}

.social-icon {
  transition: all 0.5s;
}

.social-icon:hover {
  transform: translateY(-3px);
}

.section-2 {
  position: absolute;
  right: 0;
}

/* footer */

/* languages */

html[dir="rtl"] .button:hover.button img {
  transform: translateX(-10px);
}

html[dir="rtl"] .button:hover.button svg {
  transform: translateX(-10px);
}

html[dir="rtl"] .services:hover .arrow-image {
  transform: translateX(-10px);
}

html[dir="rtl"] .swiper-button-next-one img {
  transform: rotate(180deg);
}

html[dir="rtl"] .swiper-button-prev-one img {
  transform: rotate(180deg);
}

html[dir="rtl"] .swiper-button-prev img {
  transform: rotate(180deg);
}

html[dir="rtl"] .swiper-button-next img {
  transform: rotate(180deg);
}

html[dir="rtl"] .read-more::after {
  right: 24px;
}

html[dir="rtl"] .menu::after {
  right: 0;
}

html[dir="rtl"] .quotes {
  transform: rotate(180deg);
}

html[dir="rtl"] .date {
  font-family: "GE SS Text" !important;
  font-weight: 200;
}

html[dir="rtl"] h2,
html[dir="rtl"] .values-content h4,
html[dir="rtl"] .values-content-remove h4,
html[dir="rtl"] .text-header h5,
html[dir="rtl"] .text-header p,
html[dir="rtl"] .text-header h1,
html[dir="rtl"] .service-title h4 {
  font-family: "GE SS Text" !important;
}

html[dir="rtl"] p,
html[dir="rtl"] .single-service h3 {
  font-family: "GE Thameen" !important;
}

html[dir="rtl"] .menu,
html[dir="rtl"] .footer h1 {
  font-family: "GE SS Text" !important;
}

html[dir="rtl"] .button h3,
html[dir="rtl"] .read-more {
  font-family: "GE Thameen" !important;
}

html[dir="rtl"] .PhoneInputInput {
  text-align: end;
}

/* .loading { */
/* position: fixed; */
/* top: 50%; */
/* left: 50%; */
/* transform: translateX(-50%) !important; */
/* z-index: 1; */
/* } */

@keyframes ldio-73os6v6cud3-o {
  0% {
    opacity: 1;
    transform: translate(0 0);
  }

  49.99% {
    opacity: 1;
    transform: translate(16.4px, 0);
  }

  50% {
    opacity: 0;
    transform: translate(16.4px, 0);
  }

  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}

@keyframes ldio-73os6v6cud3 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(16.4px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

.loadingio-spinner-dual-ball-0wy5g10wnilq {
  position: absolute;
  top: 50%;
  align-self: center;
  width: 100%;
}

.ldio-73os6v6cud3 div {
  position: absolute;
  width: 16.4px;
  height: 16.4px;
  border-radius: 50%;
  top: -50%;
  left: 50%;
}

.ldio-73os6v6cud3 div:nth-child(1) {
  background: #4d4d4d;
  animation: ldio-73os6v6cud3 1.2048192771084336s linear infinite;
  animation-delay: -0.6024096385542168s;
}

.ldio-73os6v6cud3 div:nth-child(2) {
  background: rgba(77, 77, 77, 0.6488709677419354);
  animation: ldio-73os6v6cud3 1.2048192771084336s linear infinite;
  animation-delay: 0s;
}

.ldio-73os6v6cud3 div:nth-child(3) {
  background: #4d4d4d;
  animation: ldio-73os6v6cud3-o 1.2048192771084336s linear infinite;
  animation-delay: -0.6024096385542168s;
}

.ldio-73os6v6cud3 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

/* LOADER */

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .text-header h5,
  .text-header p {
    font-size: 2.0625rem !important;
  }

  .text-header h1 {
    font-size: 2.0625rem;
  }

  .about-ratio {
    padding-top: 42%;
  }

  .services h2 {
    font-size: 1.625rem;
  }

  .services p {
    font-size: 1.0625rem;
  }

  .read-more {
    font-size: 1rem;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .insights-ratio {
    padding-top: 67%;
  }

  .single-service-1 {
    padding-top: 86%;
  }

  .service-ratio {
    padding-top: 52%;
  }

  .services h2 {
    font-size: 1.25rem;
  }

  .services p {
    font-size: 1rem;
  }

  p {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .text-header h5,
  .text-header p {
    font-size: 1.875rem !important;
  }

  .text-header h1 {
    font-size: 1.875rem;
  }

  .menu {
    font-size: 1rem;
  }

  .languages h3,
  .languages span {
    font-size: 1rem;
    transition: all 0.5s;
  }

  .service-title h4 {
    font-size: 1.25rem;
  }

  .values-content h4,
  .values-content-remove h4 {
    font-size: 1.5rem;
  }

  .team-section-bg-mobile svg {
    width: 177%;
    position: absolute;
    top: -157px;
    left: 0;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  html[dir="rtl"] .read-more::after {
    right: 0;
  }

  html[dir="rtl"] .read-more::after {
    left: 0px;
  }

  .insights-section-bg img {
    top: -52px;
    height: 131%;
  }

  .team-section-bg img {
    top: -46px;
    height: 127%;
  }

  .insights-ratio {
    padding-top: 93%;
  }

  .single-service-1 {
    padding-top: 62%;
  }

  .service-ratio {
    padding-top: 93%;
  }

  .logo {
    width: 122px;
    height: 74px;
  }

  .maps {
    height: 500px !important;
  }

  h2 {
    font-size: 1.875rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .react-calendar.dashboardCalendar {
    width: 100%;
  }

  .dashboard-background {
    height: auto;
  }

  .burger-color {
    stroke: #806b5e;
  }

  .about-ratio {
    padding-top: 34%;
  }

  .read-more::after {
    width: 100% !important;
  }

  .read-more:hover::after {
    width: auto;
  }

  .values-content {
    display: none;
  }

  .values-content-remove {
    opacity: 1;
  }

  .values .values-content-remove h4 {
    transform: translateY(-10px);
  }

  .values:hover .values-content-remove h4 {
    transform: auto;
  }

  .values:hover .values-content-remove p {
    transform: auto;
  }

  .values .values-content-remove p {
    transform: translateY(15px);
  }

  .services:hover .arrow-image {
    transform: translateX(0);
  }

  .arrow-image {
    opacity: 1;
  }

  .team-section-bg-mobile svg {
    position: absolute;
    top: -163px;
    left: 0;
  }

  .stroke-mobile {
    fill: #97817566;
    stroke: #97817505;
  }

  .contact-background {
    background-image: none;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .insights-ratio {
    padding-top: 40%;
  }

  .service-ratio {
    padding-top: 40%;
  }

  .insights-section-bg img {
    top: -9px;
    height: 115%;
  }

  .single-service h3 {
    font-size: 1rem;
  }

  .footer h1 {
    font-size: 26px;
  }

  .social-icon {
    width: 20px;
    height: 20px;
  }

  .text-header h5,
  .text-header p {
    font-size: 1.75rem !important;
  }

  .text-header h1 {
    font-size: 1.75rem;
  }

  .footer-arrow {
    width: 14px;
    height: 14px;
  }

  .section-1 img {
    width: 14px;
    height: 14px;
  }

  .button h3 {
    font-size: 18px;
  }

  .button img {
    transition: all 0.5s;
    width: 18px;
    height: 18px;
  }

  .section-1 img {
    width: 49px;
    height: 44px;
  }

  .section-1 {
    bottom: -69px;
  }

  .team-section-bg img.team-section-bg-mobile img {
    display: block;
  }

  .team-section-bg-mobile svg {
    position: absolute;
    top: -163px;
    left: 0;
    width: 265%;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .text-header h5,
  .text-header p {
    font-size: 1.375rem !important;
  }

  .browse {
    padding: 7px 8px;
  }

  .team-section-bg-mobile svg {
    position: absolute;
    top: -183px;
    left: 0;
  }

  .insights h5 {
    font-size: 0.6875rem;
  }

  .section-1 img {
    width: 44px;
    height: 35px;
  }

  .section-1 {
    bottom: -56px;
  }

  .about-section-bg img {
    display: none;
  }

  .service-ratio {
    padding-top: 50%;
  }

  .insights-ratio {
    padding-top: 50%;
  }

  .logo {
    width: 105px;
    height: 63px;
  }

  .about-ratio {
    padding-top: 78%;
  }

  h2 {
    font-size: 1.3125rem;
  }

  .contact-form h5 {
    font-size: 1rem;
  }

  .service-title h4 {
    font-size: 1rem;
  }

  .background-image {
    padding-top: 90%;
  }

  .text-header {
    top: 54%;
  }

  .footer h1 {
    font-size: 1.375rem;
  }

  .footer p {
    font-size: 1rem;
  }
}

/* Animation */

[animate] {
  transition: transform 1s 0.5s, opacity 1s 0.5s;
  opacity: 0;
}

[animate].show {
  opacity: 1;
}

[animate="left"] {
  transform: translateX(-15px);
}

[animate="left"].show {
  transform: translateX(0);
}

[animate="right"] {
  transform: translateX(15px);
}

[animate="right"].show {
  transform: translateX(0);
}

[animate="up"] {
  transform: translateY(-15px);
}

[animate="up"].show {
  transform: translateY(0);
}

[animate="down"] {
  transform: translateY(15px);
}

[animate="down"].show {
  transform: translateY(0);
}

.no-transition-delay {
  transition-delay: 0s;
}

@font-face {
  font-family: "Philosopher";
  src: url("../asset/fonts/Philosopher-Bold.woff2") format("woff2"),
    url("../asset/fonts/Philosopher-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GE Thameen";
  src: url("../asset/fonts/GEThameen-BookItalic.woff2") format("woff2"),
    url("../asset/fonts/GEThameen-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "GE Thameen";
  src: url("../asset/fonts/GEThameen-Light.woff2") format("woff2"),
    url("../asset/fonts/GEThameen-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GE Thameen";
  src: url("../asset/fonts/GEThameen-LightItalic.woff2") format("woff2"),
    url("../asset/fonts/GEThameen-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "GE SS Text";
  src: url("../asset/fonts/GESSTextMedium-Medium.woff2") format("woff2"),
    url("../asset/fonts/GESSTextMedium-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GE SS Two";
  src: url("../asset/fonts/GESSTwoMedium-Medium.woff2") format("woff2"),
    url("../asset/fonts/GESSTwoMedium-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GE SS Two";
  src: url("../asset/fonts/GESSTwoBold-Bold.woff2") format("woff2"),
    url("../asset/fonts/GESSTwoBold-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GE SS Text";
  src: url("../asset/fonts/GESSTextBold-Bold.woff2") format("woff2"),
    url("../asset/fonts/GESSTextBold-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GE Thameen";
  src: url("../asset/fonts/GEThameen-DemiBoldItalic.woff2") format("woff2"),
    url("../asset/fonts/GEThameen-DemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "GE SS Text";
  src: url("../asset/fonts/GESSTextLight-Light.woff2") format("woff2"),
    url("../asset/fonts/GESSTextLight-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GE Thameen";
  src: url("../asset/fonts/GEThameen-Book.woff2") format("woff2"),
    url("../asset/fonts/GEThameen-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GE Thameen";
  src: url("../asset/fonts/GEThameen-DemiBold.woff2") format("woff2"),
    url("../asset/fonts/GEThameen-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Philosopher";
  src: url("../asset/fonts/Philosopher-Italic.woff2") format("woff2"),
    url("../asset/fonts/Philosopher-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Philosopher";
  src: url("../asset/fonts/Philosopher-BoldItalic.woff2") format("woff2"),
    url("../asset/fonts/Philosopher-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sabon LT Std";
  src: url("../asset/fonts/SabonLTStd-Bold.woff2") format("woff2"),
    url("../asset/fonts/SabonLTStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Philosopher";
  src: url("../asset/fonts/Philosopher.woff2") format("woff2"),
    url("../asset/fonts/Philosopher.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sabon LT Std";
  src: url("../asset/fonts/SabonLTStd-Roman.woff2") format("woff2"),
    url("../asset/fonts/SabonLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sabon Next LT";
  src: url("../asset/fonts/SabonNextLT.woff2") format("woff2"),
    url("../asset/fonts/SabonNextLT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sabon Next LT";
  src: url("../asset/fonts/SabonNextLT-Bold.woff2") format("woff2"),
    url("../asset/fonts/SabonNextLT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sabon Next LT";
  src: url("../asset/fonts/SabonNextLT-BoldItalic.woff2") format("woff2"),
    url("../asset/fonts/SabonNextLT-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sabon Next LT";
  src: url("../asset/fonts/SabonNextLT-Italic.woff2") format("woff2"),
    url("../asset/fonts/SabonNextLT-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
