:root {
  --color-white-100: hsl(206, 5%, 100%);
  --color-white-200: hsl(206, 5%, 90%);
  --color-white-300: hsl(206, 5%, 80%);
  --color-white-400: hsl(206, 5%, 65%);
  --color-white-500: hsl(206, 5%, 50%);
  --color-black-100: hsl(213, 20%, 10%);
  --color-black-200: hsl(213, 23%, 8%);
  --color-black-300: hsl(214, 21%, 6%);
  --color-black-400: hsl(210, 21%, 6%);
  --color-black-500: hsl(216, 22%, 4%);
  --color-black-600: hsl(220, 18%, 3%);
  --color-black-700: hsl(220, 27%, 2%);
  --color-black-800: hsl(180, 20%, 1%);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
}

body {
  font-size: clamp(1rem, 2vw, 1.125rem);

  color: var(--color-white-100);
  background-color: #fff;
}

main {
  overflow: hidden;
  background: #fff;
  z-index: 21;
  position: relative;
}
.fixed {
  position: fixed !important;
}
a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.section {
  margin: 0 auto;
}
.section1 {
  padding: 0px !important;
  margin: 171px 0 50px 0 !important;
}
.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}
.lii {
  position: relative;
}
.lii a {
  position: absolute;
  bottom: 0;
}
.worki {
  color: #090909;
  text-align: center;
  font-weight: bolder !important;
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
}
.heading-xl {
  font-size: clamp(2.648rem, 6vw, 4.241rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
}
.heading-lg {
  font-size: clamp(2.179rem, 5vw, 3.176rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
}
.heading-md {
  font-size: clamp(1.794rem, 4vw, 2.379rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
}
.heading-sm {
  font-size: clamp(1.476rem, 3vw, 1.782rem);
  font-weight: 600;
  line-height: 1.5;
}
.heading-xs {
  font-size: clamp(1.215rem, 2vw, 1.335rem);
  font-weight: 500;
  line-height: 1.5;
}

.paragraph {
  font-size: clamp(1rem, 2vw, 1.125rem);
  text-wrap: balance;
  color: var(--color-white-200);
}

.btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
  outline: none;
  border: none;
  border-radius: 0.25rem;
  text-transform: unset;
  transition: all 0.3s ease-in-out;
}
.btn-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}
.btn-darken {
  padding: 0.75rem 2rem;
  color: var(--color-white-100);
  background-color: var(--color-black-200);
  box-shadow: var(--shadow-medium);
}
.btn-neutral {
  padding: 0.75rem 2rem;
  color: var(--color-black-500);
  background-color: var(--color-white-100);
  box-shadow: var(--shadow-medium);
}
.container-fluid {
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
}

.others {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.header {
  transition: all 0.35s ease;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.76) 0%,
    rgba(0, 0, 0, 0.06) 100%
  );
}
.h-100 {
  height: 100% !important;
  margin-top: 50px;
  padding-bottom: 60px;
}

.h-100 img {
  width: 100%;
}
.header__articles {
  display: grid;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.header__art-box {
  color: white;

  place-content: center;
  text-align: center;
  height: 220px;
}

.header__btns {
  background-color: var(--gray-3);
  display: flex;
}
.header__btn-box {
  flex: 1;
  margin-left: 20px;
}
.header__btn-box > button {
  color: inherit;
  background: inherit;
  width: 100%;
  font-size: 10px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px 14px;
  align-items: center;
  border: 0.8px solid #fff;
}
.header__btn-box > button:hover {
  color: #002fa7;
  border-color: #002fa7;
}
.header__btn-box.active > button {
  color: #002fa7;
  border-color: #002fa7;
}

.tab {
  padding: var(--size-6);
}
.tab__title {
  color: #fff;
  text-align: center;
  font-size: 80px;
  font-weight: 100;
  text-transform: uppercase;
}

.tab__title span {
  color: #002fa7;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}
.tab__title b {
  color: #544f4f;
  text-align: center;
  font-size: 30px;
  font-weight: 250;
  text-transform: uppercase;
}

.tab__desc {
  line-height: var(--font-lineheight-4);
}
.header.on-scroll {
  background: var(--color-black-300);
  box-shadow: var(--shadow-medium);
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.25rem;
  width: 100%;
  height: 6.25rem;
  margin: 0 auto;
}

.brand {
  width: 140px;
}

.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  overflow: hidden;
  background-color: var(--color-black-300);
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out;
}
.menu.is-active {
  top: 0;
  width: 100%;
  height: auto;
}
.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
}
.menu-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-white-100);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.menu-block {
  display: inline-block;

  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 0.65rem 2rem;
  text-transform: capitalize;
  color: var(--color-white);
  background-color: #002fa7;
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}
/* .other-sectors img {
  width: 100%;
} */
#Services,
#Sector {
  margin-bottom: calc(0.2rem + 0.2vmin);
  font-size: calc(0.4rem + 0.8vmin);
  /* letter-spacing: calc(0.1rem + 0.1vmin); */
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.wrapper-for-arrows {
  position: relative;
  width: 77%;
  border-radius: 2rem;

  overflow: hidden;
  display: grid;
  place-items: center;
}
#Date {
  color: #000;
}
.review-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  padding-top: calc(2rem + 1vmin);
  width: 100%;
  padding-bottom: calc(1rem + 10vmin);
  height: 590px;
}
.details {
  display: flex;
  flex-flow: column;
  justify-content: end;
  /* align-items: center; */
  text-align: justify;
  padding: 0 30px;
  width: 85%;
}
#imgDiv {
  border-radius: 50%;
  position: relative;
  /* box-shadow: 5px -3px #002fa7; */
  background-size: cover;
  margin-bottom: calc(0.2rem + 0.2vmin);
}

.buttonn {
  margin: 35px 0;
  text-align: center;
}
.buttonn a {
  border-radius: 50px;
  border: 1px solid #000;
  padding: 15px 35px;
  color: #000;
}

.buttonn a:hover {
  color: #fff;
  background: #000;
}

#personName {
  margin-bottom: calc(0.2rem + 0.2vmin);
  font-size: calc(1rem + 0.5vmin);
  letter-spacing: calc(0.1rem + 0.1vmin);
  font-weight: bold;
}

#profession {
  font-size: calc(0.8rem + 0.3vmin);
  margin-bottom: calc(0.2rem + 0.2vmin);
  color: #002fa7;
}

#description {
  font-size: calc(0.4rem + 0.8vmin);
  width: 100%;
  text-align: justify;
  margin-bottom: calc(1.4rem + 1vmin);
  color: #000;
  line-height: 1.6rem;
  font-weight: bolder;
  margin-top: 20px;
}
.iconn {
  border-radius: 40px;
  padding: 8px 12px;
  border: 0.5px solid #002fa7;
}
.iconspan {
  color: #002fa7;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.dfg {
  display: flex;
  align-items: flex-end;
}
.dfg p {
  color: #000;
  font-size: 20px;
  text-align: justify;
}
.red {
  background-color: #002fa7;
  color: #fff;
  border-radius: 24px;
  display: flex;
  padding: 32px 32px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  height: 315px;
}
.black {
  border-radius: 24px;
  background: #090909;
  color: #fff;
  border-radius: 24px;
  display: flex;
  padding: 32px 32px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  height: 315px;
}
.section11 {
  padding: 50px 0;
}
.arrow-wrap {
  gap: 80%;
}
.mt-44 {
  margin-top: 110px;
}
.arrow {
  width: calc(1.4rem + 0.6vmin);
  height: calc(1.4rem + 0.6vmin);
  border: solid #002fa7;
  border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
  cursor: pointer;
  transition: transform 0.3s;
}

.contact-left {
  height: 90vh;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
}
.para {
  color: var(--white, #fff);
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}
.span-hype {
  color: var(--white, #fff);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;

  text-transform: uppercase;
}
.span-icon {
  color: var(--white, #fff);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;

  margin-top: 20px;
}
.span-loc {
  color: var(--white, #fff);
  text-align: justify;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}

.padding-contact {
  padding: 80px 80px;
}
.arrow:hover {
  transition: 0.3s;
  transform: scale(1.15);
}

svg:hover .svg {
  fill: #002fa7;
}
svg:hover .svg1 {
  stroke: #002fa7;
}
.s {
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bolder !important;
}

a {
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #002fa7;
}
a:hover .s {
  color: #002fa7;
}
.s:hover .svg {
  fill: #002fa7;
}
.s:hover .svg1 {
  stroke: #002fa7;
}
.surprise-me-btn {
  border: 2px solid #002fa7;
  background-color: #fff;
  color: #002fa7;
  border-radius: 2rem;
  padding: calc(0.5rem + 0.2vmin) 0;
  width: calc(7rem + 5vmin);
  text-align: center;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
  margin-bottom: calc(1.4rem + 1vmin);
}

.surprise-me-btn:hover {
  transition: background-color 0.3s, transform 0.3s;
  background-color: rgb(255, 255, 255);
  transform: rotate(5deg);
}

.move-head {
  animation: moveHead 1.55s infinite;
  animation-delay: -0.8s;
}

.hide-chicken-btn {
  border: 2px solid rgb(226, 89, 79);
  background-color: rgb(255, 224, 224);
  color: rgb(226, 79, 79);
  border-radius: 2rem;
  padding: calc(0.5rem + 0.2vmin) 0;
  width: calc(10rem + 5vmin);
  text-align: center;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
  margin-bottom: calc(1.4rem + 1vmin);
}

.hide-chicken-btn:hover {
  transition: background-color 0.3s, transform 0.3s;
  background-color: rgb(255, 255, 255);
  transform: rotate(5deg);
}

@keyframes moveHead {
  0% {
  }
  25% {
    transform: translate(0.5rem, 1rem) rotate(5deg);
  }
  100% {
    transform: translate(0, 0) rotate(-5deg);
  }
}
.star-rating {
  line-height: 35px;
  font-size: 1em;
  margin-left: 10px;
}

.fa-star {
  color: #ffa033;
}

.animation-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.text {
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  opacity: 0;
  transition: transform 1s ease-out, opacity 0.5s ease-out;
}
.t1 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: var(--dynamic-font);
  max-width: 100%;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 7.6px;
}

.absolute {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  padding: 11px 70px 55px;
  width: 100%;
  text-align: center;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.73) 18.97%,
    rgba(0, 0, 0, 0) 92.26%
  );
}
.absolute p {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-width: 35ch;
  margin: auto;
}

.hhhhh {
  height: 100vh;
  display: flex;
}
.t2 {
  color: var(--red, #002fa7);
  text-align: center;
  font-family: Montserrat;
  font-size: var(--dynamic-font);
  max-width: 100%;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 7.6px;
}
.videoo-text {
  color: #090909;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  width: 120px;
}
.videoo-text1 {
  color: #090909;
  font-family: Montserrat;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.spanservice {
  color: #8d8d8d;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
  text-transform: capitalize;
  white-space: normal;
  margin: 0;
  text-align: center;
}
.discover {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  color: #002fa7;
}
.transformative {
  transform: translateX(-100vw);
}

.creativity {
  transform: translateX(100vw);
}

.visible {
  transform: translateX(0);
  opacity: 1;
}
.sr {
  padding: 20px;
  margin: 180px 0 0 0;
}
.top {
  top: 108px;
}
.text-contact {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}

.scroll-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.scroll-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  display: flex;
  padding: 0px 0 90px 0px;
  overflow-y: hidden;
}

.scroll-content {
  display: flex;
}
.hh-1000 {
  width: 100%;
}
.cp {
  padding: 20px 0;
}
.scroll-btn {
  position: absolute;
  top: 94%;
  transform: translateY(-50%);
  background: transparent;
  color: white;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 24px;
  z-index: 10;
  transition: 0.3s ease-in-out;
}

.scroll-btn.left {
  left: -20px;
}

.scroll-btn.right {
  right: -10px;
}

.scroll-wrapper::-webkit-scrollbar {
  display: none;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .scroll-btn {
    padding: 10px 15px;
    font-size: 18px;
  }
  .videoo-text1 {
    font-size: 18px;
  }
  .spanservice {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .scroll-btn {
    padding: 8px 12px;
    font-size: 16px;
  }
}

@media (min-width: 1300px) {
  .container1 {
    max-width: 955px;
  }
}
@media (min-width: 992px) {
  .container1 {
    max-width: 869px;
  }
  .contact-left {
    height: 100vh;
    max-height: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .wrapper-for-arrows {
    width: 100%;
  }
  .hh-100 {
    height: 100%;
  }
  .absolute p {
    -webkit-line-clamp: 6;
  }
  .review-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(2rem + 14vmin);
  }
  .contact-left {
    height: 50vh;
  }
  .details {
    text-align: center;
  }
  .padding-contact {
    padding: 0 40px;
  }
  #description {
    font-size: calc(0.5rem + 0.5vmin);
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: 1.4rem;
  }
  #Date {
    justify-content: center;
    font-size: 14px;
  }
  .left-arrow-wrap {
    left: 36%;
  }
  .right-arrow-wrap {
    right: 39%;
  }
  .review-wrap {
    height: 100%;
  }
  .s {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
  }
}
.hhh {
  height: 80vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.videotext {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: left;
  bottom: 0;
  padding: 68px;
  padding-bottom: 0;
}

.videotext h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: bold !important;

  text-transform: capitalize;
}
.videotext h2 {
  text-align: justify;
  /* BODYTEXT/B1 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.right-text {
  color: #c6ac99;
  text-align: right;
  /* TITLE/T2 */
  font-family: Montserrat;
  font-size: 25px !important;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (min-width: 48rem) {
  .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    margin-left: auto;
    background: none;
    box-shadow: none;
  }
  .sm {
    display: none;
  }
  .lg {
    display: flex;
    height: calc(100vh - 20vh);
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 1.5rem;
    margin: 0 auto;
  }
  .menu-link {
    text-transform: uppercase;
  }
  .menu-block {
    margin-left: 1rem;
  }
}

.scroll-btn svg {
  width: 150px;
  height: 50px;
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.6rem;
  height: 1.15rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}
.w-h {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}
.w-h1 {
  width: 60vw;
  height: 60vh;
}

.ddff {
  display: flex;
  justify-content: flex-end;
}
video.fullscreen {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}
video.fullscreen1 {
  object-fit: cover;
  height: 500px;
  min-height: 500px;
  width: 100%;
}
.ab-abs {
  object-fit: cover;
  position: absolute;
  top: 60%;
  right: 0%;
  z-index: 1;
  transform: translate(-70%, -50%);
}
.ab-abs1 {
  object-fit: cover;
  position: absolute;
  transform: translate(28%, -115%);
  top: 30%;
  width: 170px;
  height: 170px;
  z-index: 1;
  right: 0%;
}

.onvideo {
  position: absolute;
  text-align: justify;
  line-height: 1.4;
  left: 18px;
  top: 40px;
}

.onvideo span {
  color: #fff;

  /* moodboard/sub */
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
}

.pad-r {
  padding-right: 50px;
}
video.fullscreen::-webkit-media-controls {
  display: none !important;
}

.ff p {
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;

  text-transform: uppercase;
  margin: 0;
}
.ff span {
  color: #090909;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  text-transform: capitalize;
}
.h-contact {
  height: 100%;
  margin-top: 0;
}
.pad {
  padding-left: 0;
}
@media only screen and (min-width: 48rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
  .widget {
    margin-bottom: 1em;
    font-size: 16px;
  }
}
.h-1000 {
  height: 100% !important;
  margin-bottom: 100px;
}
.h-1000 img {
  width: 100%;
}
.h-100 img {
  width: 100%;
  height: 100%;
}
.burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 1rem;
  transform: rotate(0deg);
  background-color: var(--color-white-100);
  transition: 0.25s ease-in-out;
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

section {
  padding: 0px;
  margin: 0px 0;
}

.mre {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 40px;
}

.mre a {
  color: var(--white, #fff);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-decoration: underline !important;
}
.mt-4 h3 {
  color: #fff;

  text-align: justify;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 800 !important;
  line-height: normal;
  text-transform: uppercase;
}
.mt-4 p {
  font-size: 18px;
  text-align: justify;
  line-height: 1.5;
}

.mt-4 h2 {
  font-size: 35px;
  text-align: justify;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 2rem;
}
.iconleft h2 {
  color: #090909;
  font-size: 60px !important;
  line-height: 55px !important;

  text-transform: uppercase;
}
#presidential-events .event {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

table th,
table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: justify;
}

table th {
  background-color: #f2f2f2;
}
.send-m {
  justify-content: flex-end;
  align-items: end;
  flex-direction: column;
  margin-top: 23px;
}
.lg11 {
  display: flex;
}
.sm1 {
  display: none;
}
.discover svg {
  width: 100px;
  height: 15px;
}
.mrre {
  margin-right: 35px;
}
@media only screen and (max-width: 47rem) {
  .lg {
    display: none;
  }
  .lg1 {
    display: none;
  }
  .mrre {
    margin-right: 0px;
  }
  .lg11 {
    display: none;
  }
  .sm {
    display: flex;
    height: 100%;
  }
  .sm1 {
    display: flex;
  }
  .absolute {
    height: auto;
  }
  .absolute p {
    font-size: 14px;
    padding: 0 0px;
  }
  small,
  .small {
    display: block;
    font-size: 11px;
  }

  .sr {
    padding: 20px;
    margin: 0px 0;
  }
  .m-b {
    margin-bottom: 21px;
  }
  .ms-0 {
    margin: 0;
  }
  .mt-4 {
    margin-top: 0px;
  }

  .mt5-4 {
    margin-top: 20px;
  }
  .mt-4 p {
    font-size: 14px;
    text-align: center;
  }
  .header__art-box {
    height: 100px;
  }
  .tab__title {
    font-size: 30px;
  }
  .tab__title span {
    font-size: 30px;
  }
  .others {
    font-size: 14px;
  }
  .container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .header__btns {
    overflow-x: auto;
  }
  .header__btn-box > button {
    width: 170px;
  }

  .mt-4 h2 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
  }
  .discover {
    font-size: 14px;
  }
  .discover svg {
    width: 40px;
    height: 10px;
  }
  section {
    padding: 20px 0;
    margin: 20px 0;
  }
  .section1 {
    padding: 0px !important;
  }
}
.main-clients {
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
  display: -ms-grid;
  display: grid;
  gap: 1rem 0.8rem;
  -ms-grid-columns: auto 3.8rem auto;

  padding: 0px 5px;
  -ms-grid-columns: 258px 258px 258px 258px 258px 258px;
  grid-template-columns: 258px 258px 258px 258px 258px 258px;
  margin-bottom: 20px;
}
.header__btn-box > button {
  border-radius: 40px;
}
.h-1000 {
  height: 100% !important;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .header__btns {
    overflow-x: auto;
  }
  .top {
    top: 90px;
  }
  .iconspan {
    font-size: 13px;
  }
  .videoo-text {
    font-size: 20px;
    /* font-style: normal; */

    width: 80px;
  }
  @media screen and (max-width: 1297px) {
    .arrow-wrap {
      gap: 62%;
    }
  }
  video.fullscreen1 {
    object-fit: cover;
    height: 400px;
    min-height: 400px;
    width: 100%;
  }
  .h-1000 img {
    height: 100%;
    min-height: 400px;
    width: 100%;
  }
  .scroll-wrapper {
    padding: 0px 0 96px 0px;
  }

  .scroll-wrapper1 {
    padding: 0px 0 31px 0px;
  }
  .scroll-wrapper2 {
    padding: 0px 0px 90px 0;
    overflow-y: hidden;
  }
  .para {
    font-size: 28px;
  }
  .span-hype {
    font-size: 18px;
  }
  .span-icon {
    font-size: 14px;
  }
  .span-loc {
    font-size: 13px;
  }
  .header__btn-box > button {
    width: 180px;
    font-size: 12px;
    border-radius: 40px;
  }
  .main-clients {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
    display: -ms-grid;
    display: grid;
    gap: 1rem 0.8rem;
    -ms-grid-columns: auto 3.8rem auto;

    padding: 0px 5px;
    -ms-grid-columns: 208px 208px 208px 208px 208px 208px;
    grid-template-columns: 208px 208px 208px 208px 208px 208px;
    margin-bottom: 20px;
  }
  .ab-abs {
    object-fit: cover;
    position: absolute;
    top: 60%;
    right: 0%;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
}
.ggbg {
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.o {
  object-fit: none !important;
}

@media (max-width: 1404px) {
  .main-clients {
    -ms-grid-columns: 170px 170px 170px 170px 170px 170px;
    grid-template-columns: 170px 170px 170px 170px 170px 170px;
  }
  .he {
    height: 100%;
  }
  .videoo-text {
    font-size: 20px;
    /* font-style: normal; */
    width: 50px;
  }
  .s {
    font-size: 20px;
    font-weight: bolder !important;
  }
  .s svg {
    width: 35px;
    height: 35px;
  }
  .right-arrow-wrap {
    right: 43%;
  }
  .top {
    top: 67px;
  }
  .padding-contact {
    padding: 80px 80px;
  }
}

@media (max-width: 1250px) {
  .para {
    font-size: 17px;
  }
}
.psd {
  padding: 90px 60px 40px;
}
@media (max-width: 1100px) {
  .main-clients {
    -ms-grid-columns: 115px 115px 115px 115px 115px 115px;
    grid-template-columns: 115px 115px 115px 115px 115px 115px;
  }
  .h-contact {
    height: auto;
    margin-top: 0;
  }
  .right-arrow-wrap {
    right: 42%;
  }
  .paddd {
    padding: 40px 0;
  }
  .psd {
    padding: 90px 20px 50px 20px;
  }
  .padding-contact {
    padding: 100px 40px 30px 40px;
  }
  .text-contact {
    font-size: 40px;
  }
  .animation-container {
    max-height: 115px;
  }
  .sr {
    padding: 20px;
    margin: 108px 0 0 0;
  }
  .top {
    top: 71px;
  }
  section {
    padding: 0 0px;
    margin: 10px 0;
  }

  .onvideo span {
    font-size: 18px;
  }
  .absolute {
    padding: 11px 30px 11px;
  }
}

.d-d {
  display: none;
}
@media screen and (max-width: 991px) {
  .main-clients {
    -ms-grid-columns: 115px 115px 115px 115px;
    grid-template-columns: 115px 115px 115px 115px;
  }
  .videoo-text {
    font-size: 16px;
    /* font-style: normal; */
    width: 43px;
  }
  .mre {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .ff span {
    color: #090909;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
  }
  .absolute {
    padding: 11px 10px 11px;
  }
  .d-d {
    display: block;
  }
  .mre a {
    font-size: 20px;
  }
  .mt-4 h3 {
    font-size: 20px;
  }
  .onvideo span {
    font-size: 18px;
  }
  .header.opened[data-arts-header-overlay-theme="light"] a {
    color: var(--color-gray-1);
    font-size: 42px;
    font-weight: bolder !important;
  }
  .ff {
    padding: 0 15px;
  }
}
.df {
  height: 100vh;
}
@media screen and (max-width: 1009px) {
  .df {
    height: 100%;
  }
}

.w80 {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .top {
    top: 50px;
  }
  .he {
    height: auto;
  }
  .pt-2 {
    padding-top: 0.5em;
  }
  .dm {
    display: none;
  }
  .m-00 {
    margin: 0;
  }

  .scroll-btn svg {
    width: 120px;
    height: 50px;
  }
  .scroll-btn.left {
    left: -10px;
  }
  .hhh {
    height: 80vh;
  }
  .videotext h4 {
    font-size: 18px;
    margin: 0;
  }
  .videotext h2 {
    font-size: 14px !important;
    text-align: left;
  }
  .mt-4 p {
    font-size: 16px;
  }
  video.fullscreen1 {
    min-height: 100%;
  }
  h3 {
    font-size: 2.25rem;
    margin-bottom: 0 !important;
  }
  .onvideo span {
    font-size: 18px;
  }
  .section {
    padding: 0rem 0 0rem;
  }
  .mt-44 {
    margin-top: 30px;
  }
  .videotext {
    width: 100%;
    padding: 34px;
  }
  .iconleft h2 {
    color: #090909;
    font-size: 50px !important;
    line-height: 45px !important;

    text-transform: uppercase;
  }
  .w80 {
    width: 100%;
  }
  .pppppp {
    padding: 0;
  }
  .mmmm {
    margin-bottom: 10px;
  }
  .videoo-text {
    color: #090909;
    font-family: Montserrat;
    font-size: 14px;
    /* font-style: normal; */
    /* font-weight: 900; */
    text-align: left;
    text-transform: uppercase;
    width: 40px;
  }
  .header__art-box {
    margin: 0;
  }
  .mmb-44 {
    margin-bottom: 20px;
  }

  .scroll-wrapper {
    padding: 0px 0px 80px 0;
    overflow-y: hidden;
  }
  .scroll-wrapper1 {
    padding: 0px 0px 60px 0;
    overflow-y: hidden;
  }
  .scroll-wrapper2 {
    padding: 0px 0px 100px 0;
    overflow-y: hidden;
  }
}
.a1 {
  max-width: 70ch !important;
}

.artl {
  display: flex;
}
.arts {
  display: none;
}
@media screen and (max-width: 767px) {
  .main-clients {
    -ms-grid-columns: 115px 115px 115px 115px;
    grid-template-columns: 115px 115px 115px 115px;
  }
  .h-1000 img {
    height: auto;
    min-height: auto;
    width: 100%;
  }
  .artl {
    display: none;
  }
  .arts {
    display: flex;
  }
  .w-h1 {
    width: 100%;
    height: 60vh;
  }
  .abs {
    position: unset;
  }
  .p-000 {
    padding: 0;
  }
  .mt-4 h2 {
    margin-left: 10px;
  }

  .videotext {
    width: 100%;
    padding: 11px 11px 11px 11px;
    background: #ececec;
    /* color: #000; */
  }
  .videotext h4 {
    color: #000;
  }
  .videotext h2 {
    font-size: 13px !important;
    color: #000;
  }
  .hhh1 {
    height: 100% !important;
    margin-bottom: 30px;
  }
  .contact-left-text {
    margin-top: 101px;
    padding-bottom: 30px;
  }
  .f-drt {
    flex-direction: column-reverse;
  }
  .arrow-wrap {
    gap: 38%;
  }
  .iconspan {
    color: #002fa7;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .span-hype {
    font-size: 18px;

    margin-top: 15px;
  }
  .para {
    font-size: 18px;
  }
  .span-loc {
    font-size: 11px;
  }
  .span-icon {
    font-size: 14px;
  }
  .pad {
    padding: 0;
  }
  .p-rr {
    padding-right: 10px;
  }
  .h-100 {
    padding-bottom: 0px;
  }
  .padding-contact {
    padding: 0 20px;
  }
  .animation-container {
    max-height: 60px;
  }
  .ab-abs {
    right: 0%;
    transform: translate(0%, 0%);
  }
  .pad-r {
    padding-right: 0px;
  }
  .mb-22 {
    margin-bottom: 30px;
  }
  .right-arrow-wrap {
    right: 30%;
  }
  .left-arrow-wrap {
    left: 30%;
  }
  .top {
    top: 40px;
  }
  video.fullscreen1 {
    min-height: 100%;
  }
}

@media screen and (max-width: 576px) {
  .main-clients {
    -ms-grid-columns: 178px 178px;
    grid-template-columns: 178px 178px;
  }
  .text-contact {
    font-size: 30px;
  }
  .sr {
    padding: 20px;
    margin: 0px 0 0 0;
  }
  .hhh {
    height: 80vh;
    margin-bottom: 30px;
  }
  .mt-4 p {
    font-size: 18px;
    text-align: justify;
  }
  video.fullscreen1 {
    min-height: 300px;
  }
}
@media screen and (max-width: 550px) {
  .pad-r {
    padding-right: 30px;
  }
  .sr {
    padding: 20px;
    margin: 0px 0 0 0;
  }
  .mt-4 p {
    font-size: 15px;
    text-align: justify;
  }
  .worki {
    font-size: 17px;
  }
}

@media screen and (max-width: 431px) {
  .main-clients {
    -ms-grid-columns: 160px 160px;
    grid-template-columns: 160px 160px;
  }
  .pad-r {
    padding-right: 30px;
  }
  .ab-abs1 {
    object-fit: cover;
    position: absolute;
    transform: translate(28%, -90%);
    top: 23%;
    width: 130px;
    height: 170px;
    z-index: 1;
    right: 0%;
  }
  .text-contact {
    font-size: 20px;
  }
  .top {
    top: 30px;
  }
  .sr {
    padding: 20px;
    margin: 0px 0 0 0;
  }
}
