@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

.cg-font {
  font-family: 'Cormorant Garamond', serif;
}

.karla {
  font-family: 'Karla', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap');


/* ? Swup Transitions */
/* .transition-fade {
  transition: 0.3s;
  opacity: 1;
} */

html.is-animating .transition-fade {
  opacity: 0.1;
}
@font-face {
  font-family: Frutiger-light;
  src: url(../fonts/Frutiger-LT-Arabic-45-Light.ttf);
}
@font-face {
  
  src: url(../fonts/Frutiger-LT-Arabic-55-Roman.ttf);
}
@font-face {
  
  src: url(../fonts/Frutiger-LT-Arabic-65-Bold.ttf);
}
@font-face {
  font-family: Frutiger-balck;
  src: url(../fonts/Frutiger-LT-Arabic-75-Black.ttf);
}
@font-face {
  font-family: Karla-regular;
  src: url(../fonts/Karla-Regular.ttf);
}
@font-face {
  font-family: Karla-bold;
  src: url(../fonts/Karla-Bold.ttf);
}
@font-face {
  font-family: RobotoMono-Regular;
  src: url(../fonts/RobotoMono-Regular.ttf);
}
.Frutiger-light {
  font-family: Frutiger-light;
}

.Frutiger-balck {
  font-family: Frutiger-balck;
}
.Karla-regular {
  font-family: Karla-regular;
}
.Karla-bold {
  font-family: Karla-bold;
}
.RobotoMono-regular {
  font-family: RobotoMono-Regular;
}
:root {
  --gold-sand: #e1c086;
  --Mine-shaft: #212121;
  --gray: #8e8e8e;
  --Wild-sand: #f6f6f6;
  --sliver: #cccccc;
  --gray2: #7e7e7e;
}
.gray2 {
  color: var(--gray2);
}
.sliver {
  color: var(--sliver);
}
.gold-sand {
  color: var(--gold-sand);
}
.mine-shaft {
  color: var(--Mine-shaft);
}
.gray {
  color: var(--gray);
}
.wild-sand {
  color: var(--Wild-sand);
}
/* I've set this to prevent x-scrolling when mobile size is active */
html,
body {
  overflow-x: hidden;
  /* overflow-y: hidden; */
  width: 100%;
  margin: 0;
}
.overlay {
  background: #00000092;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  /* transition: background 2s ease; */

}
body {
  position: relative;
  height: 100vh;
}
nav a:lang(ar) {
  
}
body:lang(ar) {
  
}
body:lang(en) {
  font-family: 'Karla', sans-serif;
}
.body-white-bkg {
  background: #333;
}
h1,
h2,
h3,
h4,
h5,
h6,
a:lang(ar) {
  
}
h1,
h2,
h3,
h4,
h5,
h6,
a:lang(en) {
  font-family: 'Karla', sans-serif;
}



/* ? header and navbar */

header {
  padding: 2rem 2rem 2.5rem 2.4rem;
}

header .h-line {
  position: absolute;
  top: 7.4rem;
  left: 0;
  width: 100vw;
  border-bottom: solid 1px rgba(255, 255, 255, 0.23);
}

.v-line {
  position: fixed;
  top: 0rem;
  left: 8.2rem;
  height: 100%;
  /* min-height: 800px; */
  border-left: solid 1px rgba(255, 255, 255, 0.23);
}


header {
  position: relative;
  z-index: 25;
}

header .logo {
  /* padding-left: 0.5rem; */
  z-index: 100;
  position: absolute;
  left: 2.5rem;
  top: 2.1rem;
}

header .logo a {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  text-decoration: none;
  color: #fff;
  user-select: none;
}

a {
  user-select: none;
}

header.dark .logo a {
  color: var(--Mine-shaft);
}

header .logo a img {
  width: 57px;
}

header .logo a .text {
  margin-left: 4.35rem;
  font-size: 1.3rem;
  width: 145px;
  line-height: 1;
  /* background: rgb(135, 7, 7); */
}

/* header .logo a img:nth-of-type(2) {
  width: 145px;
  margin-left: 4.35rem;
} */

header .navbar {
  justify-content: flex-end;
  margin-top: 1rem;
  /* padding-left: 3rem; */
}

header .navbar ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  /* background: #000; */
  width: 100%;
}

header .navbar ul li {
  margin-right: 1rem;
}

header .navbar ul li a {
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
  font-weight: 700;
}

header.dark .navbar ul li a {
  text-decoration: none;
  color: #000;
  opacity: 0.6;
  font-weight: 700;
}

/* header.dark .navbar ul li a {
  text-decoration: none;
  color: var(--prussian-blue);
  opacity: 0.6;
} */

/* when nav page active */
header .navbar ul li {
  position: relative;
}

header .navbar ul li.active a {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

header.dark .navbar ul li.active a {
  text-decoration: none;
  color: #000;
  opacity: 1;
}

/* header.dark .navbar ul li.active a {
  text-decoration: none;
  color: var(--prussian-blue);
  opacity: 1;
} */

header .navbar ul li:hover a {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

header .navbar ul li.active::after {
  content: '';
  position: absolute;
  top: 3.85rem;
  left: 0;
  background: var(--gold-sand);
  width: 100%;
  height: 0.15rem;
  animation: nav-underline 0.4s ease-in-out 0.2s;
}

@keyframes nav-underline {
  from {
    left: -2rem;
  }
}

/* .navbar-nav .nav-link{
  padding-top: 1.8rem;
} */
#index-main {
  height: 100%;
  background: url(../img_1_7_2/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow-y: hidden;
}


.hamburger-btn {
  display: none;
}


main .home-inner {
  padding-top: 5rem;
}

/* Hero Title */
main .title {
  padding-top: 10rem;
  padding-right: 8rem;
}
main .title h1 {
  width: 25rem;
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
}
main .title p {
  width: 25rem;
  margin-top: 2rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.9;
}

.select-lang {
  position: absolute;
  top: 15rem;
  left: 5rem;
  transform-origin: 0 0;
  transform: rotate(90deg);
  z-index: 30;
}

.select-lang ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.select-lang ul li {
  color: rgba(255, 255, 255, 0.61);
}

.select-lang.dark ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

.select-lang.dark ul li {
  color: #000;
  opacity: 0.6;
}

.page-toggler {
  position: absolute;
  /* top: 42rem; */
  left: 4rem;
  bottom: 2rem;
  z-index: 22;
}
.page-toggler ul li a {
  text-decoration: none;
  color: #fff;
}
.page-toggler ul li {
  font-size: 1.5rem;
}
.page-toggler a:not([href]) {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.page-footer {
  position: absolute;
  bottom: 0rem;
  font-size: 0.75rem;
  padding-right: 9rem;
}

.social-media-contact{
  z-index: 50;
  text-align: center;
}

.page-footer .social-media-contact a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.page-footer .social-media-contact a:hover {
  color: rgba(255, 255, 255, 1);
}

.page-footer .blog-link a {
  text-decoration: none;
  color: #fff;
}
.page-footer .blog-link p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}
.page-footer .v-divider {
  position: absolute;
  left: 72%;
  bottom: 0.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.473);
  height: 3.4rem;
  /* width: .1rem; */
}
.footer-left-text,
.footer-right-text {
  z-index: 2;
}
/* Blured image bkg */
.blured-img {
  position: fixed;
  z-index: 0;
  opacity: 0.9;
  left: 30%;
  bottom: 0;
  height: 120px;
  width: 35%;
  /* width: 400px; */
  object-fit: cover;
  /* display: none; */
}
/* Video Thumbnail */
.page-footer .video-thumbnail img {
  width: 250px;
  height: 300px;
}
.page-footer .video-thumbnail {
  position: absolute;
  bottom: 0;
  left: 3rem;
}
.page-footer .video-thumbnail .play-video-btn {
  position: absolute;
  left: 6rem;
  top: 5.5rem;
}
.page-footer .video-thumbnail .play-video-btn a {
  position: relative;
  top: 2.75rem;
  left: 1.75rem;
  text-decoration: none;
  font-size: 1rem;
  color: var(--Mine-shaft);
}
.btn-bkg {
  background: var(--gold-sand);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}
.pages-dots {
  position: absolute;
  left: 3.2rem;
  top: 20rem;
}
.pages-dots ul li {
  margin-top: 1.5rem;
}
.pages-dots .page-dot {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.pages-dots .page-dot.active {
  background: var(--gold-sand);
}
/* ? V2 & ===== ABOUT US Page */
.v2-section {
  background: rgb(255, 255, 255);
  /* height: 100% !important; */
  /* padding-bottom: 120px; */
}

.h-line-v2 {
  position: absolute;
  top: 7.4rem;
  left: 0;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.23);
}
.v-line-v2 {
  position: fixed;
  top: 0rem;
  left: 8.2rem;
  height: 100%;
  border-left: solid 1px rgba(0, 0, 0, 0.23);
}

.page-title-v2 {
  font-size: 3.5rem;
  font-weight: 700;
}

.page-title-v3 {
  font-size: 3rem;
  font-weight: 700;
}

.aboutus-title {
  font-size: 3.5rem;
  font-weight: 700;
}

/* page toggler v2 */
.page-toggler-v2 {
  position: fixed;
  top: 88%;
  left: 4rem;
  z-index: 22;
}
.page-toggler-v2 ul li a {
  text-decoration: none;
  color: var(--Mine-shaft);
}
.page-toggler-v2 ul li a:not([href]) {
  text-decoration: none;
  opacity: 0.5;
}
.page-toggler-v2 ul li {
  font-size: 1.5rem;
}
/* #v2 inner */

/* div image */
.division-img {
  margin-top: 3.5rem;
  position: absolute;
  left: -12.8rem;
}
.division-img img {
  width: 650px;
  height: 290px;
  object-fit: cover;
}
.topics-about-us {
  margin-top: 7rem;
  margin-bottom: 1rem;
}
.topics-about-us .company-profile {
  border: solid 2px var(--Wild-sand);
  padding: 0.5rem 1rem 0.5rem 1rem;
  height: 8rem;
  text-align: left;
}
.topics-about-us .company-profile:hover{
  text-decoration: none;
}
.topic-item {
  cursor: pointer;
}
#back-btn {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}
.back-btn {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}
.topics-list .topic-item a {
  text-decoration: none;
  font-weight: 600;
}

/* ? Philopsophy sub-page */
/* translate transition */
/* ? ===== translateXfromRight */
@keyframes translateXfromRight {
  0% {
    transform: translateX(-500px);
  }
  100% {
    transform: translateX(0px);
  }
}
.translateXfromRight {
  animation: translateXfromRight 0.45s cubic-bezier(0.07, 0.67, 0.38, 0.99);
}
/* ? translateXfromLeft ===== */
@keyframes translateXfromLeft {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(0px);
  }
}
.translateXfromLeft {
  animation: translateXfromLeft 0.45s cubic-bezier(0.07, 0.67, 0.38, 0.99);
}

/* ? ===== translateXsmfromRight */
@keyframes translateXsmfromRight {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
.translateXsmfromRight {
  animation: translateXsmfromRight 0.45s cubic-bezier(0.07, 0.67, 0.38, 0.99);
}
/* ? translateXsmfromLeft ===== */
@keyframes translateXsmfromLeft {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}
.translateXsmfromLeft {
  animation: translateXsmfromLeft 0.45s cubic-bezier(0.07, 0.67, 0.38, 0.99);
}
@keyframes translateYfromBottom {
  0% {
    opacity: 0.8;
    transform: translateY(500px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.translateYfromBottom {
  /* animation: translateYfromBottom 0.35s ease-out; */
  animation: translateYfromBottom 0.5s cubic-bezier(0.07, 0.67, 0.38, 0.99);
}
@keyframes translateYfromTop {
  0% {
    opacity: 0.8;
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.translateYfromTop {
  /* animation: translateYfromTop 0.35s ease-in; */
  animation: translateYfromTop 0.5s cubic-bezier(0.07, 0.67, 0.38, 0.99);
}
@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* #index-main {
  animation: fade 0.3s;
} */
.fade-transition {
  animation: fade2 0.35s ease-in;
}
.fade-transition3 {
  animation: fade3 0.2s ease-in;
}
.topic-content {
  text-align: left;
  text-justify: inter-word;
  font-size: 1.2rem;
  color: #8e8e8e;
  line-height: 2.2;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
  margin-bottom: 1.6rem;
  height: 25rem;
  overflow-y: scroll;
}

.normal-content {
  text-align: left;
  text-justify: inter-word;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  color: #8e8e8e;
  line-height: 2.3;
  margin-top: 3rem;
  margin-bottom: 1.6rem;
}
/* ? ABOUT-US > PILLS WHEN MOBILE SIZE ACTIVE */
.about-pill-topics.nav-pills .nav-link.active {
  background-color: transparent;
  color: var(--Mine-shaft);
  font-weight: 700;
  border-bottom: solid 3px var(--gold-sand);
  opacity: 1;
  text-align: center;
}
.about-pill-topics.nav-pills a {
  color: #8e8e8e;
  text-decoration: none;
  background-color: transparent;
  
  text-align: center;
}

/* ? ===== 03 subs PAGE ===== */
.subs-grid img {
  width: 130px;
  height: 100%;
}
.platform-grid img {
  width: 170px;
  height: auto;
}
/* ? sub-COMPANY PAGE */
.company-hero .hr {
  border-bottom: 1px solid #cccccc;
  /* width: 98%; */
  position: relative;
  top: 1rem;
  right: 0;
}
.company-hero .details {
  /* width: 83.2%; */
  line-height: 1.8;
}
.company-hero .details .visit-btn {
  width: 10rem;
  height: 3rem;
  padding: 0.2rem 0.3rem 0.5rem 0.3rem;
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
  border: 1.5px solid #ebeced;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.company-hero .details .visit-btn a {
  color: rgba(0, 0, 0, 0.7);
}
.company-hero .details .visit-btn a:hover {
  text-decoration: none;
}
.company-hero .details .visit-btn:focus {
  outline: 0;
}
.company-hero .details .contactus-btn {
  width: 10rem;
  height: 3rem;
  padding: 0.2rem 0.3rem 0.5rem 0.3rem;
  color: #fff;
  background-color: var(--gold-sand);
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.company-hero .details .contactus-btn:focus {
  outline: 0;
}
.sub-company-img {
  width: 200px;
}
.sub-company-bio {
  font-size: 0.9rem;
}
.sub-company-bio div:first-child {
  font-size: 1.2rem;
}

/* Careers page */
.jobs-btn {
  width: 13rem;
  height: 3rem;
  padding: 0.2rem 0.3rem 0.5rem 0.3rem;
  color: #fff;
  background-color: var(--gold-sand);
  border: none;
  font-size: 0.9rem;
}
.jobs-btn:focus {
  outline: 0;
}

.join-btn {
  width: 12.5rem;
  height: 3.2rem;
  padding: 0.2rem 0.3rem 0.5rem 0.3rem;
  color: #fff;
  background-color: var(--gold-sand);
  border: none;
  font-size: 1.2rem;
}
.join-btn:focus {
  outline: 0;
}
.jobs-table {
  padding-left: 0.5rem;
  margin-bottom: 1.6rem;
  height: 24rem;
  overflow-y: scroll;
}
.job-time {
  font-size: 1.2rem;
}
.job-title {
  font-size: 1.2rem;
}
.job-location {
  font-size: 1rem;
}
.quote {
  width: 55%;
  line-height: 2;
}
.text-Yscroll {
  padding-left: 0.5rem;
  margin-bottom: 1.6rem;
  height: 25rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.text-Yscroll2 {
  padding-right: 0.5rem;
  margin-bottom: 1.6rem;
  height: 25rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.CSR-ul {
  list-style: none;
  padding: 0;
  align-items: center;
  /* background: #000; */
}
.CSR-ul li {
  margin-left: 1.65rem;
  /* background: rgba(142, 53, 53, 0.183); */
}
.CSR-ul li::before {
  content: '\2022';
  border-bottom: none;
  width: 1.25rem;
  font-size: 2rem;
  color: var(--gold-sand);
  position: absolute;
  left: unset;
  margin-left: -1.5rem;
  margin-top: -0.7rem;
}
.downicon {
  position: absolute;
  z-index: 10;
  right: 18rem;
  bottom: 1rem;
}
.downicon2 {
  position: absolute;
  z-index: 10;
  right: 21.2rem;
  bottom: 1rem;
}

.about-pill-topics .nav-link:hover {
  padding-bottom: 0.5rem;
  border-bottom: none;
  color: var(--Mine-shaft);
  
}
.about-pill-topics .nav-link:focus {
  border-bottom: none;
  width: inherit;
  outline: 0;
}
.icons-grid img {
  width: 50px;
}
.icons-grid span {
  font-size: 0.9rem;
  font-weight: 600;
}
/*? About us transiton */
#philo-topics {
  display: none;
}
#vision-topics {
  display: none;
}
#mission-topic {
  display: none;
}
#values-topic {
  display: none;
}
.clients-grid img {
  width: 110px;
  height: auto;
}

.clients-grid2 img {
  width: 140px;
  height: auto;
}

.btn-x-scroll {
  position: relative;
  top: 14rem;
  z-index: 10;
  right: -3.5rem;
}

.btn-x-scroll-mobile {
  position: relative;
  top: 12.5rem;
  z-index: 11;
  right: 0;
}
.btn-x-scroll-mobile2 {
  position: absolute;
  top: 41rem;
  z-index: 11;
  right: 1rem;
}
.btn-x-scroll-mobile3 {
  position: absolute;
  top: 45rem;
  z-index: 11;
  right: 1rem;
}

#left-btn-mobile3 {
  position: absolute;
  right: 16.5rem;
}
#left-btn-mobile2 {
  position: absolute;
  right: 17rem;
}

#right-btn {
  cursor: default;
  /* cursor: pointer; */
  position: relative;
  right: 0;
  z-index: 10;
  color: var(--sliver);
}
#left-btn {
  cursor: pointer;
  position: relative;
  left: 0;
  color: var(--gold-sand);
}

#clients-container-2 {
  display: none;
}
/* #2 */
#right-btn2 {
  cursor: default;
  /* cursor: pointer; */
  position: relative;
  right: 0;
  z-index: 10;
  color: var(--sliver);
}
#left-btn2 {
  cursor: pointer;
  position: relative;
  left: 0;
  color: var(--gold-sand);
}
#partners-container-2 {
  display: none;
}
#partners-container-3 {
  display: none;
}
.business-container {
  height: 25rem;
  overflow-y: scroll;
}
#right-btn-mobile {
  /* cursor: default; */
  cursor: pointer;
  position: relative;
  right: 0;
  z-index: 10;
  color: var(--sliver);
}
#left-btn-mobile {
  cursor: pointer;
  position: relative;
  left: 0;
  color: var(--gold-sand);
}
#right-btn-mobile2 {
  /* cursor: default; */
  cursor: pointer;

  z-index: 10;
  color: var(--sliver);
}
#left-btn-mobile2 {
  cursor: pointer;

  color: var(--gold-sand);
}
#right-btn-mobile3 {
  /* cursor: default; */
  cursor: pointer;

  z-index: 10;
  color: var(--sliver);
}
#left-btn-mobile3 {
  cursor: pointer;

  color: var(--gold-sand);
}
#clients-mobile-container {
  width: 12rem;
  height: 20rem;
  /* border: 1px solid #ccc; */
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 1.5rem;
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* margin-right: 4rem; */
}

#clients-mobile-content {
  width: 100%;
  /* background-color: #ccc; */
}
#clients-mobile-container2 {
  width: 11.5rem;
  height: 20rem;
  /* border: 1px solid #ccc; */
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 1.5rem;
  /* padding-left: 1.5rem; */
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* margin-right: 4rem; */
}

#clients-mobile-content2 {
  width: 100%;
  /* background-color: #ccc; */
}
#clients-mobile-container3 {
  width: 13rem;
  height: 32rem;
  /* border: 1px solid #ccc; */
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 1.5rem;
  /* padding-left: 1.5rem; */
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* margin-right: 4rem; */
}

#clients-mobile-content3 {
  width: 100%;
  /* background-color: #ccc; */
}
.clients-business-item {
  width: 13.5rem;
}
.clients-business-item:last-child {
  width: 9.5rem;
}
.contact-info {
  font-size: 1.25rem;
  font-family: Karla-regular;
}

.contact-info a {
  color: var(--gold-sand);
}

.contact-info a:hover {
  color: var(--gold-sand);
  text-decoration: none;
}

/* Contact us page */
input,
select,
textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.getadress-btn {
  width: 13.5rem;
  height: 2.7rem;
  /* padding: 0.2rem 0.3rem 0.5rem 0.3rem; */
  color: #fff;
  background-color: var(--gold-sand);
  border: none;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.getadress-btn:focus {
  outline: 0;
}
/* .contact-form input {
  width: 100%;
  height: 3.5rem;
  border: 2.5px solid #ebeced;
  padding: 0.2rem 2.5rem 0.5rem 0.5rem;
  color: var(--Mine-shaft);
}

.contact-form input:focus {
  outline: 0;
} */
.contact-form input::placeholder {
  color: #95989a;
  opacity: 1; 
}
/* .placeholder-icon {
  position: absolute;
  right: 2rem;
  top: 1rem;
  color: #95989a;
  font-size: 0.85rem;
}
.contact-form select {
  width: 100%;
  height: 3.5rem;
  border: 2.5px solid #ebeced;
  padding: 0.2rem 2.5rem 0.5rem 0.5rem;
  color: #95989a;
  background: url(../img_1_7_2/icons/07/down-icon.png) no-repeat left;
  -webkit-appearance: none;
  background-position-x: 24px;
  background-position-y: 14px;
} */

/* .contact-form select:focus {
  outline: 0;
}
.contact-form textarea {
  width: 100%;
  border: 2.5px solid #ebeced;
  padding: 0.7rem 2.5rem 0.7rem 0.5rem;
  color: var(--Mine-shaft);
} */
.contact-form textarea::placeholder {
  color: #95989a;
  opacity: 1; /* Firefox */
}
/* .contact-form textarea:focus {
  outline: 0;
} */
/* .contact-submit-btn {
  width: 8rem;
  height: 3.25rem;
  padding: 0.3rem 0.35rem 0.3rem 0.35rem;
  color: #fff;
  background-color: var(--gold-sand);
  border: none;
  font-size: 1rem;
  
} */
/* .contact-submit-btn:focus {
  outline: 0;
} */

/* Editing */
.mailto{
  color: var(--gray2);
  
}
.mailto:hover{
  color: var(--gray2);
}



/* ? #Endligh Version ====== */

main.index {
  padding: 10rem 10rem;
}

main {
  padding: 6rem 10rem;
}

.index-showcase {
  color: #fff;
  /* font-family: 'Cormorant Garamond', serif; */
}

.index-showcase .highlight {
  font-size: 3rem;
  width: 70%;
}

.index-showcase .underline {
  opacity: 0.85;
  width: 46%;
  font-size: 1.2rem;
  margin-top: 1.8rem;
}


footer {
  position: absolute;
  bottom: 0;
  padding: 2rem 10rem 0rem 10rem;
  /* max-width: 1320px; */
  /* background: rgba(0, 0, 0, 0.572); */
  /* width: 80vw; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 21;
}

.nass {
  color: #fff;
}

.nass .social-media {
  margin-top: 1rem;
}
.nass .social-media ul {
  list-style: none;
  display: flex;
  position: relative;
}

.nass .social-media ul li {
  margin-right: 3rem;
}

.nass .social-media ul li:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 0.65rem;
  margin-left: 0.5rem;
  /* left: 0; */
  width: 1.8rem;
  height: 0.15rem;
  background: #fff;
  opacity: 0.4;
}

.nass .social-media ul li a {
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
}

.nass .social-media ul li a:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.nass .copyright span {
  color: var(--gold-sand);
  text-transform: uppercase;
}

.subjects {
  color: #fff;
  /* display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 0.7rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  padding: 2.5rem 2.5rem;
  position: relative;
}

.subjects a {
  color: #fff;
  text-decoration: none;
}
.subjects a:hover {
  opacity: 0.75;
}

.subjects .subject:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  padding-right: 1.9rem;
}

.subjects .subject:last-child {
  padding-left: 1.9rem;
}

.subjects .subject .title {
  text-transform: uppercase;
  font-weight: 500;
}

.subjects .subject .subtitle {
  font-size: 0.8rem;
  opacity: 0.5;
  margin-top: 0.4rem;
  margin-bottom: 0;
}

/* ?About us page ======== */
.about-subtitle {
  text-transform: uppercase;
  font-weight: 600;
}

.about-us-content {
  padding: 1rem 1rem 1rem 3rem;
}

.nass.dark .copyright {
 color: var(--Mine-shaft);
 margin-right: 4rem;
}

/* .nass.dark .copyright span {
  color: var(--Mine-shaft);
} */

/* Page footer v2 */
footer.dark {
  align-items: center;
  padding: 3rem 3rem 3rem 10rem;
}
footer.dark ul {
  list-style-type: none;
}

footer.dark .left-section {
  display: flex;
}
footer.dark .social-media-contact {
  z-index: 50;
}
footer.dark .social-media-contact a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-family: Karla-regular !important;
}
footer.dark .social-media-contact li {
  color: rgba(0, 0, 0, 0.8);
}
footer.dark .social-media-contact a:hover {
  color: rgba(0, 0, 0, 1);
}
footer.dark .credits {
  z-index: 1;
  float: right;
}

footer.dark .credits ul {
  display: flex;
  text-align: right;

}
footer.dark .credits {
  color: rgba(0, 0, 0, 0.6);
  font-family: Karla-regular !important;
}

footer.dark .credits a {
  text-decoration: none;
  color: var(--gold-sand);
}

.footer-pattern {
  position: absolute;
  right: 15%;
  bottom: 0rem;
  z-index: -1;
  opacity: 0.85;
}
.footer-pattern img {
  width: 700px;
  height: 180px;
}

/* ? #Experties page ========= */
.section-brief {
  width: 75%;
  margin: 3rem 0;
}
.join-team-btn a {
  text-decoration: none;
  color: var(--gold-sand);
  font-weight: 600;
}

.join-team-btn a svg {
  color: var(--gray);
  margin-left: 1rem;
}
.company-name {
  font-weight: 600;
}

.btns-container {
  margin-top: 3rem;
  /* background: rgba(0, 0, 0, 0.186); */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
}

.btns-container button:first-of-type {
  margin-right: 1rem;
}

.mailto {
  user-select: auto;
}

.disable-a a {
  pointer-events: none;
  cursor: default;
}

/* ? #Contact page ========== */
.contact-form {
  position: relative;
}

.contact-form .col-lg-6 {
  position: relative;
}

.contact-form .col-12 {
  position: relative;
}

.contact-form input {
  width: 100%;
  height: 3.5rem;
  border: 4px solid #ebeced;
  padding: 0.2rem 0.5rem 0.5rem 3rem;
  color: var(--Mine-shaft);
}

.contact-form input:focus {
  outline: 0;
}
.contact-form input::placeholder {
  color: #95989a;
  opacity: 1; /* Firefox */
}
.placeholder-icon {
  position: absolute;
  left: 2rem;
  top: 1rem;
  color: #95989a;
  font-size: 0.85rem;
}
.contact-form select {
  width: 100%;
  height: 3.5rem;
  border: 4px solid #ebeced;
  padding: 0.2rem 0.5rem 0.5rem 3rem;
  color: #95989a;
  background: url(../img_1_7_2/icons/07/down-icon.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: 94%;
  background-position-y: 12px;
}

.contact-form select:focus {
  outline: 0;
}
.contact-form textarea {
  width: 100%;
  /* height: 3.5rem; */
  border: 4px solid #ebeced;
  padding: 0.7rem 0.5rem 0.7rem 3rem;
  color: var(--Mine-shaft);
}
.contact-form textarea::placeholder {
  color: #95989a;
  opacity: 1; /* Firefox */
}
.contact-form textarea:focus {
  outline: 0;
}

.contact-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.contact-btn button {
  background: var(--gold-sand);
  outline: none;
  box-shadow: none;
  border: none;
  padding: 0.75rem 1.85rem;
  color: #fff;
  text-transform: uppercase;
}

/*! #x ================================ */
/* ! MEDIA QUERIES */
@media (min-width: 1900px) {
  /* .blured-img {
    display: none;
  } */
}
/* @media (max-width: 1750px) {
  .blured-img {
    position: absolute;
    z-index: 0;
    opacity: 0.9;
    left: 18%;
    height: 120px;
    width: 400px;
    object-fit: cover;
  }
} */
@media (max-width: 1670px) {
  .blured-img {
  left: 28%;
  height: 120px;
  width: 35%;
  }
  .page-footer .v-divider {
    position: absolute;
    left: 70%;
  }
}
@media (max-width: 1550px) {
  .blured-img {
  left: 25%;
  height: 120px;
  width: 40%;
  }
  .page-footer .v-divider {
    position: absolute;
    left: 70%;
  }
}

@media (max-width: 1450px) {
  /* .division-img img {
    position: absolute;
    right: -15rem;
    width: 600px;
    height: 353px;
    object-fit: cover;
  } */
  .blured-img {
    left: 22.5%;
    height: 120px;
    width: 40%;
    }
  .page-footer .v-divider {
    position: absolute;
    left: 68%;
  }
}
@media (max-width: 1370px) {
  /* .blured-img {
    position: absolute;
    z-index: 0;

    left: 1%;
  } */
  .page-footer .v-divider {
    position: absolute;
    left: 67%;
  }
  .footer-pattern {
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    opacity: 0.85;
  }
}
@media (max-width: 1300px) {
  
 
}
@media (max-width: 1250px) {
  .blured-img {
    left: 22%;
    height: 120px;
    width: 39%;
    }
  .page-footer .v-divider {
    position: absolute;
    left: 67%;
  }
}
@media (max-width: 1200px) {
  main.index {
    padding: 5rem 10rem;
  }

  .index-showcase .highlight {
    width: 100%;
  }
  
  .index-showcase .underline {
    opacity: 0.75;
    width: 100%;
    margin-top: 1.8rem;
  }

  .page-footer .v-divider {
    position: absolute;
    left: 51%;
  }

  .division-img {
    position: relative;
    left: -11rem;
    width: 100vw;
  }

  .division-img img {
    width: 100vw;
    height: 353px;
    object-fit: cover;
  }


  footer.dark {
    position: relative;
    bottom: 0rem;
    align-items: center;
    padding: 3rem 3rem 3rem 8rem;
  }


  footer.dark .left-section {
    display: block;
  }
  
  footer.dark .credits {
    z-index: 1;
    float: unset;
  }


  .topics-about-us {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .jobs-table {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 1.6rem;
    height: auto;
    overflow-y: none;
  }
  .text-Yscroll,
  .text-Yscroll2 {
    padding-right: 0.5rem;
    margin-bottom: 1.6rem;
    height: 100%;
    overflow-y: none;
  }
  .downicon {
    display: none;
  }
  .blured-img,
  .footer-left-text {
    display: none;
  }
  .page-footer {
    position: absolute;
    bottom: 3rem;

    font-size: 0.75rem;
    padding-right: 0;
  }
  /* .page-toggler-v2 {
    position: absolute;
    bottom: 5rem;
    left: 4rem;
  } */
  .v-line-v2 {
    position: fixed;
    top: 0rem;
    right: 8.2rem;
    height: 100%;
    border-left: solid 1px rgba(0, 0, 0, 0.23);
  }
}
@media (max-width: 1120px) {

}
@media (max-width: 1100px) {
  .page-footer .v-divider {
    position: absolute;
    left: 55%;
  }
  header .logo a .text {
    margin-left: 3.5rem;
    margin-right: 0.5rem;
    font-size: 1.1rem;
    width: 115px;
    line-height: 1;
    /* background: rgb(135, 7, 7); */
  }
  
}
@media (max-width: 1050px) {

}

@media (max-width: 992px) {
  .section-brief {
    width: 100%;
    margin: 3rem 0;
  }
  .division-img {
    position: relative;
    left: -8rem;
    width: 100vw;
  }

  .division-img img {
    width: 100vw;
    height: 353px;
    object-fit: cover;
  }

  .v-line-v2, .h-line-v2 {
    display: none;
  }

  footer.dark {
    padding: 3rem 3rem 3rem 5rem;
  }


  main {
    padding: 10rem 3rem;
  }

  header .navbar .hamburger-btn {
    display: block;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 101;
    /* margin-top: 0.35rem; */
    right: 5%;
    top: -0.2rem;
    /* top: 2.2rem; */
  }

  header.dark .navbar .hamburger-btn {
    top: -0.95rem;
  }

  header.dark {
    border-bottom: 1px solid var(--gray);
  }

  header .logo {
    /* padding-left: 0.5rem; */
    z-index: 100;
    position: absolute;
    left: 2.5rem;
    top: 2.1rem;
  }
  
  header .logo a {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
  }
  
  header .logo a img {
    width: 35px;
  }

  header .logo a .text {
    margin-left: 0.5rem;
    font-size: 0.75rem;
    width: 110px;
    line-height: 1;
    /* background: #000; */
  }
  
  /* header .logo a img:nth-of-type(2) {
    width: 96px;
    margin-left: 0.5rem;
  } */
  
  header .navbar .hamburger-btn svg {
    color: #fff;
    font-size: 1.5rem;
  }

  /* header {
    padding: 3rem 0rem 3rem 3rem;
  } */

  header .navbar {
    justify-content: flex-end;
    padding-left: unset;
    align-items: start;
    text-align: right;
    position: relative;
  }
  
  header .navbar ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 8rem 5.5rem 5rem 1.3rem;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.95);
    width: 20rem;
    transform: translateX(500px);
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    /* backdrop-filter: blur(10px); */
    transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1);
    z-index: 100;
  }

  body.show-nav header .navbar ul {
    transform: translateX(0);
  }

  /* body.show-nav header .navbar .hamburger-btn {
    transform: translateX(-14.5rem);
  } */

  /* body.show-nav .overlay {
    z-index: 20;
    backdrop-filter: blur(2px);
  } */

  /* body.show-nav {
    overflow-y: hidden !important;
    position: fixed;
  } */
  
  header .navbar ul li {
    /* width: 100%; */
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }
  
  header .navbar ul li a {
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
  }

  header .navbar ul li.active::after {
    all: unset;
  }

  header .navbar ul li.ticket-li a {
    background: var(--purple-heart);
    padding: 0.5rem 0.75rem;
    opacity: 1;
  }
  
  header .ticket {
    display: none;
  }

  header.dark {
    padding: 2.5rem 2.5rem 2rem 5.5rem;
  }

  header.dark .navbar .hamburger-btn svg {
    color: var(--prussian-blue);
  }

  body.show-nav header.dark .navbar .hamburger-btn svg {
    color: #fff;
  }

  body.show-nav header.dark .navbar ul li a {
    color: #fff;
  }

  header.dark {
    position: fixed;
    width: 100vw;
    background: #fff;
    z-index: 10;
    padding: 2.5rem 2.5rem 2rem 3rem;
  }
  .company-hero .hr {
    border-bottom: 1px solid #cccccc;
    width: 95%;
    position: relative;
    top: 1rem;
    right: 0;
  }
  .company-hero .details {
    width: 95%;
    line-height: 1.8;
  }
  .text-Yscroll2 {
    margin-bottom: 1.6rem;
    height: 50rem;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .downicon2 {
    position: absolute;
    z-index: 10;
    right: 16rem;
    bottom: 1rem;
  }

  /* select language */
  .select-lang {
    position: fixed;
    top: 2.6rem;
    right: 23%;
    left: unset;
    transform-origin: 0 0;
    /* display: none; */
    transform: none;
  }
 
  .page-footer {
    margin-top: 12rem;
    font-size: 0.7rem;
    padding-right: 0rem !important;
  }
  .page-footer .blog-link a {
    text-decoration: none;
    color: #fff;
  }
  .page-footer .blog-link h5 {
    font-size: 1rem;
  }
  .page-footer .blog-link p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
  }
  /* #v2 inner */
  .page-inner {
    padding-top: 8rem;
  }
  .page-footer-v2 {
    margin-top: 5rem;
    font-size: 0.9rem;
    padding-right: 5rem;
    padding-left: 5rem;
    padding-bottom: 5rem;
  }
  /* .division-img {
    position: relative;
    left: -4rem;
  }
  .division-img img {
    
    width: 820px;
    height: 353px;
    object-fit: cover;
  } */

  .about-pill-topics.nav-pills .nav-link.active {
    padding-bottom: 1rem;
  }
  .nav-link:hover .about-pill-topics .nav-pills {
    padding-bottom: none;
    width: none;
  }


  /* ? EN */
  main.index {
    padding: 5rem 2rem;
  }

  .index-showcase .highlight {
    font-size: 2rem;
    width: 100%;
    line-height: 1.1;
  }
  
  .index-showcase .underline {
    opacity: 0.75;
    width: 100%;
    font-size: 1rem;
    margin-top: 1.8rem;
  }

  .subjects {
    display: none;
  }
}
/* 992px */
@media (max-width: 768px) {
  main {
    padding: 10rem 1.5rem 5rem 1.5rem;
  }

  .division-img {
    position: relative;
    left: -3.8rem;
    width: 100vw;
  }

  .division-img img {
    width: 100vw;
    height: 353px;
    object-fit: cover;
  }

  footer.dark {
    text-align: center;
  }

  footer.dark ul {
    text-align: center;
  }

  .nass.dark .copyright {
    margin-right: 0;
  }

  footer.dark .social-media-contact  {
    margin: 1rem auto;
    /* background: rgba(0, 0, 0, 0.283); */
    display: flex;
    justify-content: center;
  }
  footer.dark .credits {
    margin: auto;
    /* background: rgba(0, 0, 0, 0.283); */
    display: flex;
    justify-content: center;
    position: relative;

  }
  footer.dark .credits ul {
    margin: 0;
    padding: 0;
    position: relative;

  }
  footer.dark .credits ul li:first-of-type {
    margin-right: 1.75rem;

  }
  footer.dark .credits ul li:first-of-type::after {
    content: '';
    width: 1rem;
    height: 0.1rem;
    background: var(--Mine-shaft);
    opacity: 0.3;
    position: absolute;
    top: 0.7rem;
    margin-left: 0.35rem;
  }


  .sub-company-bio {
    margin-top: 1rem;
  }

  #home-section .h-line {
    position: absolute;
    top: 6.5rem;
    left: 0;
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  #home-section .title {
    padding: 10rem, 2rem, 2rem, 2rem;
    padding-right: 0;
  }
  #home-section .title h1 {
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.4;
    text-align: center;
  }
  #home-section .title p {
    width: 100%;
    margin-top: 1.5rem;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.9;
    text-align: center;
    margin-left: 0;
  }
  .pages-dots {
    position: absolute;
    left: 40%;
    top: 35rem;
  }
  .pages-dots ul li {
    margin-right: 1.5rem;
  }
  .pages-dots ul {
    display: flex;
  }
  .page-footer {
    margin-top: 13rem;
    font-size: 0.6rem;
    padding-right: 7rem !important;
  }
  .page-footer .blog-link a {
    text-decoration: none;
    color: #fff;
  }
  .page-footer .blog-link h5 {
    font-size: 0.9rem;
  }
  .page-footer .blog-link p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.7rem;
  }
  /* #v2 inner */
  .page-inner {
    padding-top: 6rem;
    /* padding-right: 6rem; */
  }
  /* .division-img {
    position: relative;
    left: -6.2rem;
  }
  .division-img img {

    width: 775px;
    height: 353px;
    object-fit: cover;
  } */
  .page-title-v2 {
    font-size: 3.5rem;
  }
  .page-title-v3 {
    font-size: 2.5rem;
  }
  .aboutus-title {
    font-size: 3.5rem;
  }
  .quote {
    width: 100%;
    padding: 0 1rem 0 1rem;
  }
  .text-Yscroll {
    font-size: 1.2rem;
  }
  .page-toggler {
    position: fixed;
    top: 84%;
    left: 7%;
  }
  .page-toggler-v2 {
    position: fixed;
    top: 88%;
    left: 5%;
  }
  .page-toggler-v2 li a {
    color: var(--gold-sand) !important;
  }
  .page-toggler li a {
    color: var(--gold-sand) !important;
  }
}
@media (max-width: 576px) {
  .btns-container {
    margin-top: 2rem;
    /* background: rgba(0, 0, 0, 0.186); */
    display: block;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
  }
  
  .btns-container button:first-of-type {
    margin-right: unset;
    margin-bottom: 1rem;
  }
  .subs-grid a {
   text-align: center;
   display: flex;
   justify-content: space-between;
  }

  .subs-grid svg {
    text-align: left;
  }

  main {
    padding: 10rem 1.5rem 1.5rem 2.5rem;
  }

  .about-us-content {
    padding: 1rem 0;
  }
  
  .division-img {
    position: relative;
    left: -3.5rem;
    width: 100vw;
  }

  .division-img img {
    width: 100vw;
    height: 270px;
    object-fit: cover;
  }
  
  footer.dark {
    padding: 2rem 0.5rem;
    font-size: 0.75rem;
  }

  footer.dark .credits ul {
    display: block;
  }

  footer.dark .credits ul li:first-of-type {
    margin-right: unset;
  }
  footer.dark .credits ul li:first-of-type::after {
    all: unset;
  }
  footer.index {
    display: none;
  }

  .normal-content {
    padding: unset;
  }
  .subs-width{
    /* justify-content: center; */
    margin: auto;
    display: flex;
    /* background: rgb(207, 214, 233); */
  }
.subs-width a{
  width: 80%;
  justify-content: center;

}
  .sub-company-img {
    width: 200px;
    margin-right: 1rem;
  }
  .text-Yscroll2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    height: 25rem;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .downicon2 {
    position: absolute;
    z-index: 10;
    right: 42%;
    bottom: 1rem;
  }
  .translateYfromTop {
    animation: fade3 0.15s ease-in;
  }
  .translateYfromBottom {
    animation: fade3 0.15s ease-in;
  }
  #home-section .title {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  #home-section .title h1 {
    font-size: 2.5rem;
    line-height: 1.4;
    text-align: center;
  }
  #home-section .title p {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.9;
    text-align: center;
    margin-left: 0;
  }

  .pages-dots {
    position: absolute;
    left: 35%;
    top: 40rem;
  }
  /* .division-img {

    left: -5rem;
  }
  .division-img img {
    width: 585px;
    height: 270px;
  } */
  /* #v2 inner */
  .page-inner {
    padding-top: 6rem;
    /* padding-right: 5rem; */
  }
  /* #about-us-left-content {
    margin-top: 3.5rem;
  }
  #about-us-left-content p {
    margin-top: 1.8rem;
    line-height: 2.5;
    font-size: 1.2rem;
  } */
  .job-time {
    font-size: 0.9rem;
  }
  .job-title {
    font-size: 1.15rem;
  }
  .job-location {
    font-size: 0.9rem;
  }
  .join-btn {
    width: 9.5rem;
    height: 2.5rem;
    padding: 0.2rem 0.3rem 0.5rem 0.3rem;
    color: #fff;
    background-color: var(--gold-sand);
    border: none;
    font-size: 0.85rem;
  }
  .contact-info {
    font-size: 1rem;
    font-family: Karla-regular;
  }
  .page-footer-v2 div {
    margin-bottom: 0.8rem;
  }

  header.dark {
    position: fixed;
    width: 100vw;
    background: #fff;
    z-index: 10;
    padding: 2.5rem 2.5rem 1.75rem 3rem;
  }
 
}
/* 576px */
@media (max-width: 468px) {
  
  /* .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 2.1rem;
    margin-right: 0;
    padding-top: 2rem;
    padding-right: 5rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
    background: url(../img_1_7_2/nav-mobile-bg.jpg);
    background-size: initial;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
  } */
  .nav-link:focus,
  .nav-link:hover {
    border-bottom: solid 2px var(--gold-sand);
    width: 15rem;

    /* padding-bottom: 1rem; */
  }

  #home-section .title {
    padding-right: 3rem;
    padding-left: 3rem;
    padding-top: 13rem;
  }
  #home-section .title h1 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.1rem;
    line-height: 1.4;
    text-align: center;
  }
  #home-section .title p {
    margin-top: 1.5rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.9;
    text-align: center;
    margin-left: 0;
  }
  /* .division-img img {
    width: 470px;
    height: 171px;
    
  }
  .division-img {
    margin-top: 3.5rem;
    left: -3.9rem;
  } */
  /* #v2 inner */
  .page-inner {
    padding-top: 5rem;
    /* padding-right: 3.6rem; */
    /* min-height: 800px; */
  }
  .page-title-v2 {
    font-size: 2rem;
  }
  .page-title-v3 {
    font-size: 1.8rem;
  }
  .aboutus-title {
    font-size: 3rem;
  }

  .about-pill-topics.nav-link:focus,
  .nav-link:hover {
    border-bottom: none;
    width: auto;
    padding-bottom: inherit;
  }

  .page-footer-v2 .credits li {
    color: #c5c5c5;
    font-size: 0.9rem;
    font-weight: 100 !important;
  }
  .page-footer-v2 .credits {
    padding-left: 1.5rem;
  }
}
@media (max-width: 414px) {
  .division-img img {
    width: 420px;
    height: 171px;
  }
  /* .division-img {
    left: -3.9rem;

  } */
}

@media (max-height: 800px) {
  /* footer {
    position: relative;
    bottom: 0;
  } */
}

/* ? Minumm height */
@media (max-height: 885px) {

  /* .page-toggler-v2 {
    position: absolute;
    top: 43.5rem;
    right: 1.5rem;
  } */
  /* .footer-pattern {
    display: none !important;
  } */

   footer.dark {
    position: relative;
    bottom: 0rem;
    /* padding-top: 5rem;
    padding-bottom: 2rem; */
  }

}
@media (max-height: 786px) {

  footer.index {
    display: none;
  }
  
  #home-section {
    min-height: 786px;
  }

  #home-section .dark-overlay {
    min-height: 786px;
  }

  #home-section .v-line {
    min-height: 786px;
  }
}
@media (max-height: 768px) {
  #home-section {
    min-height: 768px;
  }

  #home-section .dark-overlay {
    min-height: 768px;
  }

  #home-section .v-line {
    min-height: 768px;
  }
}
@media (max-height: 740px) {
  #home-section {
    min-height: 740px;
  }

  #home-section .dark-overlay {
    min-height: 740px;
  }

  #home-section .v-line {
    min-height: 740px;
  }
  #home-section .title {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-top: 9rem;
  }
  .pages-dots {
    position: absolute;
    left: 35%;
    top: 35rem;
  }
  /* .page-toggler {
    position: absolute;
    top: 40rem;
    right: 2rem;
  } */
  /* .page-toggler-v2 {
    position: absolute;
    top: 40rem;
    right: 1.5rem;
  } */
}
