.main_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  z-index: 100;
}
.main_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 0;
}
.main_header .container .logo a {
  display: inline-block;
}
.main_header .container .logo a img {
  width: 50px;
  height: auto;
}
.main_header .container .header_main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
.main_header .container .header_main ul li a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
.main_header .container .header_main ul li a img {
  width: 45px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.main_header .container .header_main ul li a svg {
  width: 25px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.main_header .container .header_main ul li a span {
  display: inline-block;
  margin-inline-start: 0.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.main_header .container .header_main ul li a:hover img {
  filter: invert(45%) sepia(77%) saturate(2338%) hue-rotate(347deg) brightness(93%) contrast(89%);
}
.main_header .container .header_main ul li a:hover svg {
  fill: #e15e28;
}
.main_header .container .header_main ul li a:hover span {
  color: #e15e28;
}
.main_header.sticky {
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(127, 126, 126, 0.133);
}

.navigation_offcanvas {
  background-color: #000000;
  min-height: 100vh;
  overflow: auto;
  color: #ffffff;
}
.navigation_offcanvas .offcanvas-header {
  padding: 4rem 1rem;
  display: flex;
  justify-content: flex-end;
}
.navigation_offcanvas .offcanvas-header .btn-close {
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 1;
  font-size: 2rem;
}
.navigation_offcanvas .offcanvas-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
  scrollbar-width: 2px;
  scrollbar-color: #000000;
}
.navigation_offcanvas .offcanvas-body::-webkit-scrollbar {
  width: 2px;
}
.navigation_offcanvas .offcanvas-body::-webkit-scrollbar-track {
  background-color: #000000;
}
.navigation_offcanvas .main_links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation_offcanvas .main_links ul li {
  margin-bottom: 1rem;
}
.navigation_offcanvas .main_links ul li:last-child {
  margin-bottom: 0;
}
.navigation_offcanvas .main_links ul li a {
  display: inline-block;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.navigation_offcanvas .main_links ul li a:hover {
  color: #e15e28;
}
.navigation_offcanvas .normal_links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation_offcanvas .normal_links ul li {
  margin-bottom: 0.6rem;
}
.navigation_offcanvas .normal_links ul li:last-child {
  margin-bottom: 0;
}
.navigation_offcanvas .normal_links ul li a {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.navigation_offcanvas .normal_links ul li a:hover {
  color: #e15e28;
}
.navigation_offcanvas .normal_links_text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation_offcanvas .normal_links_text ul li {
  margin-bottom: 2rem;
}
.navigation_offcanvas .normal_links_text ul li:last-child {
  margin-bottom: 0;
}
.navigation_offcanvas .normal_links_text ul li a {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 900;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 0.6rem;
  transition: all 0.3s ease-in-out;
}
.navigation_offcanvas .normal_links_text ul li a:hover {
  color: #e15e28;
}
.navigation_offcanvas .normal_links_text ul li p {
  max-width: 250px;
  line-height: 1.8;
}
.navigation_offcanvas .normal_links_heading h4 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
.navigation_offcanvas .normal_links_heading h5 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 1.6rem;
  margin-bottom: 1rem;
}
.navigation_offcanvas .normal_links_heading ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation_offcanvas .normal_links_heading ul li {
  margin-bottom: 0.8rem;
}
.navigation_offcanvas .normal_links_heading ul li:last-child {
  margin-bottom: 0;
}
.navigation_offcanvas .normal_links_heading ul li a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.navigation_offcanvas .normal_links_heading ul li a:hover {
  color: #e15e28;
}
.navigation_offcanvas .normal_links_heading ul li p {
  max-width: 250px;
  line-height: 1.8;
}

.search_offcanvas {
  background-color: #000000;
  min-height: 100vh;
  overflow: auto;
  color: #ffffff;
}
.search_offcanvas .offcanvas-header {
  padding: 2rem 2rem;
  display: flex;
  justify-content: flex-end;
}
.search_offcanvas .offcanvas-header .btn-close {
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 1;
  font-size: 1.5rem;
}
.search_offcanvas .offcanvas-body {
  padding: 4rem 2rem;
  scrollbar-width: 2px;
  scrollbar-color: #000000;
}
.search_offcanvas .offcanvas-body::-webkit-scrollbar {
  width: 2px;
}
.search_offcanvas .offcanvas-body::-webkit-scrollbar-track {
  background-color: #000000;
}
.search_offcanvas .offcanvas-body .form-control {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  height: 80px;
  padding-right: 0;
  padding-left: 0;
}
.search_offcanvas .offcanvas-body .form-control::placeholder {
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .navigation_offcanvas .offcanvas-header {
    padding: 2rem 1rem;
  }
  .navigation_offcanvas .offcanvas-header .btn-close {
    font-size: 1.5rem;
  }
  .navigation_offcanvas .offcanvas-body {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
  .navigation_offcanvas .main_links ul li a {
    font-size: 2.2rem;
  }
  .navigation_offcanvas .normal_links ul li a {
    font-size: 1.6rem;
  }
  .navigation_offcanvas .normal_links_text ul li {
    margin-bottom: 1.2rem;
  }
  .navigation_offcanvas .normal_links_text ul li a {
    font-size: 1.6rem;
  }
  .navigation_offcanvas .normal_links_text ul li p {
    line-height: 1.5;
  }
  .navigation_offcanvas .normal_links_heading h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .navigation_offcanvas .normal_links_heading h5 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  .navigation_offcanvas .normal_links_heading ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .main_header {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .main_header .container .header_main ul {
    gap: 1.5rem;
  }
  .main_header .container .header_main ul li a span {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .navigation_offcanvas .offcanvas-header {
    padding: 2rem 2rem;
  }
  .navigation_offcanvas .offcanvas-header .btn-close {
    font-size: 1.3rem;
  }
  .navigation_offcanvas .main_links ul li a {
    font-size: 1.6rem;
  }
  .navigation_offcanvas .normal_links ul li a {
    font-size: 1.3rem;
  }
  .navigation_offcanvas .normal_links_text ul li {
    margin-bottom: 1.2rem;
  }
  .navigation_offcanvas .normal_links_text ul li a {
    font-size: 1.4rem;
  }
  .navigation_offcanvas .normal_links_text ul li p {
    line-height: 1.5;
  }
  .navigation_offcanvas .normal_links_heading h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .navigation_offcanvas .normal_links_heading h5 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  .navigation_offcanvas .normal_links_heading ul li a {
    font-size: 1rem;
  }
}
.footer {
  padding: 4rem 1rem;
}
.footer .logo {
  margin-bottom: 1rem;
}
.footer .logo a {
  display: inline-block;
}
.footer .logo a img {
  width: 180px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .footer .logo a img {
    width: 140px;
  }
}
.footer .links {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.5rem;
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .footer .links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .footer .links {
    font-size: 1.2rem;
  }
}
.footer .links a {
  text-decoration: underline;
  color: #000000;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.footer .links a:hover {
  color: #e15e28;
}
@media screen and (max-width: 600px) {
  .footer .links a {
    font-weight: 700;
  }
}
.footer hr {
  border: 0;
  height: 2px;
  background-color: #000000;
  opacity: 1;
}
.footer .contact {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.5rem;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .footer .contact {
    font-size: 1.3rem;
  }
}
.footer .contact a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 320px;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.footer .contact a:hover {
  color: #e15e28;
}
@media screen and (max-width: 600px) {
  .footer .contact a {
    font-weight: 700;
  }
}
.footer .social_media {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.footer .social_media li {
  font-size: 1.8rem;
}
.footer .social_media li a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.footer .social_media li a:hover {
  color: #e15e28;
}
.footer .social_media li svg {
  transition: all 0.3s ease-in-out;
}
.footer .social_media li svg:hover {
  fill: #e15e28;
}
.footer .copyright {
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .footer .copyright {
    margin-top: 1rem;
  }
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fs-p {
  font-size: 1.2rem;
}

.fs-p2 {
  font-size: 1.3rem;
}

.fs-1hr {
  font-size: 1.5rem !important;
}

.fs-2r {
  font-size: 2rem !important;
}

.fs-3r {
  font-size: 3rem !important;
}

.text_primary {
  color: #e15e28;
  transition: all 0.3s linear;
}

.text_primary_2 {
  color: #000000;
}

.text_hover_vivid:hover {
  color: #e15e28;
}

.text_hover_cosmic:hover {
  color: #000000;
}

.underline {
  text-decoration: underline;
}

.section-padding__md {
  padding: 6rem 1rem;
}

.section-padding__lg {
  padding: 7rem 1.5rem;
}

.section-padding__xl {
  padding: 8rem 1.5rem;
}

.mt-1r {
  margin-top: 1rem;
}

.mt-2r {
  margin-top: 2rem;
}

.mt-3r {
  margin-top: 3rem;
}

.mt-4r {
  margin-top: 4rem;
}

.mt-5r {
  margin-top: 5rem;
}

.mb-1r {
  margin-bottom: 1rem;
}

.mb-2r {
  margin-bottom: 2rem;
}

.mb-3r {
  margin-bottom: 3rem;
}

.mb-4r {
  margin-bottom: 4rem;
}

.mb-5r {
  margin-bottom: 5rem;
}

.mx-w-600 {
  max-width: 600px;
}

.mx-w-800 {
  max-width: 800px;
}

.border-top-8 {
  border-top: 8px solid #000000;
}

.border-bottom-8 {
  border-bottom: 8px solid #000000;
}

.icon-fix {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

.fit-content {
  width: fit-content;
}

.iframe_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.link_xl {
  text-align: start;
}
@media screen and (max-width: 991px) {
  .link_xl {
    text-align: center;
  }
}
.link_xl a,
.link_xl button {
  background-color: transparent;
  border: 0;
  background-image: linear-gradient(90deg, #e15e28 0, #e15e28);
  background-size: 100% 0.25em;
  background-repeat: repeat-x;
  padding: 0 0 0.2em 0.5em;
  line-height: 1.8;
  background-position: 0 95%;
  font-size: 4rem;
  text-decoration: none;
  color: #e15e28;
  font-weight: 900;
  transition: background-size 0.2s ease-in-out, color 0.2s ease-in-out;
}
.link_xl a.md,
.link_xl button.md {
  font-size: 3rem;
}
.link_xl a:hover,
.link_xl button:hover {
  color: #000000;
  background-image: linear-gradient(90deg, #000000 0, #000000);
  background-size: 100% 0.3em;
}
@media screen and (max-width: 768px) {
  .link_xl a,
  .link_xl button {
    font-size: 3rem;
  }
  .link_xl a.md,
  .link_xl button.md {
    font-size: 2rem;
  }
}

.link_xl_v2 {
  text-align: start;
}
@media screen and (max-width: 991px) {
  .link_xl_v2 {
    text-align: center;
  }
}
.link_xl_v2 a,
.link_xl_v2 button {
  position: relative;
  background-color: transparent;
  border: 0;
  display: inline-block;
  line-height: 1.5;
  font-size: 4rem;
  font-weight: 900;
  text-decoration: none;
  color: #e15e28;
  padding-bottom: 70px;
  transition: all 0.2s linear;
}
.link_xl_v2 a:hover,
.link_xl_v2 button:hover {
  color: #000000;
}
.link_xl_v2 a:hover::after,
.link_xl_v2 button:hover::after {
  -webkit-filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(164deg) brightness(101%) contrast(102%);
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(164deg) brightness(101%) contrast(102%);
}
@media screen and (max-width: 768px) {
  .link_xl_v2 a,
  .link_xl_v2 button {
    font-size: 3rem;
  }
}
.link_xl_v2 a::after,
.link_xl_v2 button::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 125%;
  height: 50px;
  background-image: url("../img/icons/zigzag-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

html:dir(rtl) .link_xl_v2 a::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.normal_heading h2,
.normal_heading h3,
.normal_heading h4,
.normal_heading h5,
.normal_heading h6 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4;
  max-width: 600px;
  color: #e15e28;
}
@media screen and (max-width: 768px) {
  .normal_heading h2,
  .normal_heading h3,
  .normal_heading h4,
  .normal_heading h5,
  .normal_heading h6 {
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .normal_heading h2,
  .normal_heading h3,
  .normal_heading h4,
  .normal_heading h5,
  .normal_heading h6 {
    font-size: 2.5rem;
    text-align: center;
  }
}

.theme_box {
  position: relative;
  border: 6px solid #000000;
  padding: 4rem 2rem;
  transition: all 0.3s ease-in-out;
}
.theme_box h4 {
  font-weight: 900;
  margin-bottom: 1rem;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.theme_box p {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
}
.theme_box:hover {
  border-color: #e15e28;
}
.theme_box:hover h4 {
  color: #e15e28;
}

.theme_wrapper {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.theme_wrapper h4 {
  font-weight: 900;
  margin-bottom: 1rem;
  font-size: 3rem;
  transition: all 0.3s ease-in-out;
}
.theme_wrapper p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 500px;
}
.theme_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.theme_wrapper ul li {
  font-size: 1.2rem;
}
.theme_wrapper:hover h4 {
  color: #e15e28;
}
.theme_wrapper.v2 h4 {
  font-size: 2rem;
}
.theme_wrapper.v2 p {
  font-size: 1.1rem;
}

.btn-main {
  padding: 1rem;
  background-color: #e15e28;
  color: #ffffff;
  border: 2px solid #e15e28;
  outline: none;
  box-shadow: none;
  transition: all 0.4s ease-in-out;
}
.btn-main:hover {
  background-color: transparent;
  color: #e15e28;
  border-color: #e15e28;
}

.banner_style1 {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 75vh;
  padding: 6rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.banner_style1.auto_height {
  min-height: auto;
}
.banner_style1 .main_heading h1 {
  font-size: 4.5rem;
  line-height: 1.5;
  font-weight: 800;
}
.banner_style1 .iframe_container {
  margin-top: 2rem;
}

.banner_style2 {
  position: relative;
}
.banner_style2 picture {
  display: block;
  width: 100%;
}
.banner_style2 picture source,
.banner_style2 picture img {
  width: 100%;
  height: auto;
  max-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .banner_style1 {
    padding: 3rem 1rem;
  }
  .banner_style1 .main_heading h1 {
    font-size: 3.5rem;
  }
  .banner_style1 .main_heading h1 br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .banner_style1 {
    padding: 4rem 1rem;
  }
  .banner_style1 .main_heading h1 {
    font-size: 2.5rem;
  }
  .banner_style1 .main_heading h1 br {
    display: none;
  }
}
.projects_section {
  padding: 6rem 1rem;
}
.projects_section .heading {
  width: 100%;
}
.projects_section .heading .cross_img {
  display: inline-block;
  position: relative;
  font-size: 4rem;
  font-weight: 700;
}
.projects_section .heading .cross_img img {
  display: none;
  position: absolute;
  width: 70%;
  top: 60%;
  inset-inline-end: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projects_section .heading .highlight {
  font-size: 7rem;
  font-weight: 900;
  color: #e15e28;
}
.projects_section .heading .highlight.style2 {
  font-size: 5rem;
}

html:dir(ltr) .projects_section .heading .cross_img {
  letter-spacing: 2px;
}
html:dir(ltr) .projects_section .heading .cross_img img {
  display: inline-block;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
}
html:dir(ltr) .projects_section .heading .highlight {
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .projects_section .heading .cross_img {
    font-size: 3rem;
  }
  .projects_section .heading .cross_img img {
    width: 65%;
  }
  .projects_section .heading .highlight {
    font-size: 4.5rem;
  }
  .projects_section .heading .highlight.style2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .projects_section {
    text-align: center;
  }
  .projects_section .heading .cross_img {
    font-size: 2.5rem;
  }
  .projects_section .heading .cross_img img {
    width: 60%;
  }
  .projects_section .heading .highlight {
    font-size: 3.5rem;
  }
  .projects_section .heading .highlight.style2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 360px) {
  .projects_section .heading .cross_img {
    font-size: 2rem;
  }
  .projects_section .heading .cross_img img {
    width: 60%;
  }
  .projects_section .heading .highlight {
    font-size: 3rem;
  }
}
@media screen and (max-width: 300px) {
  .projects_section .heading .cross_img {
    font-size: 2rem;
  }
  .projects_section .heading .cross_img img {
    width: 60%;
  }
  .projects_section .heading .highlight {
    font-size: 2.5rem;
  }
}
.single_project_style1 .picture {
  display: block;
  margin-bottom: 4rem;
}
.single_project_style1 .picture source,
.single_project_style1 .picture img {
  width: 100%;
  height: auto;
}
.single_project_style1 .iframe_container {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .single_project_style1 .picture {
    margin-bottom: 3rem;
  }
  .single_project_style1 .iframe_container {
    margin-bottom: 3rem;
  }
}
.legal_section {
  position: relative;
  padding: 5rem 0;
  border-bottom: 5px solid #000000;
}
.legal_section .legal_navigation {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.legal_section .legal_navigation::-webkit-scrollbar {
  display: none;
}
.legal_section .legal_navigation .nav-tabs {
  display: flex;
  flex-direction: column;
  border: 0;
}
.legal_section .legal_navigation .nav-tabs .nav-item .nav-link {
  padding: 0;
  position: relative;
  border: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: start;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.legal_section .legal_navigation .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  bottom: 0.4rem;
  content: "";
  inset-inline-start: 0;
  width: 100%;
  height: 5px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.legal_section .legal_navigation .nav-tabs .nav-item .nav-link.active, .legal_section .legal_navigation .nav-tabs .nav-item .nav-link:hover, .legal_section .legal_navigation .nav-tabs .nav-item .nav-link:active {
  color: #e15e28;
}
.legal_section .legal_navigation .nav-tabs .nav-item .nav-link.active::after, .legal_section .legal_navigation .nav-tabs .nav-item .nav-link:hover::after, .legal_section .legal_navigation .nav-tabs .nav-item .nav-link:active::after {
  background-color: #e15e28;
}
.legal_section .legal_content_container .main__title {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .legal_section {
    padding: 3.5rem 1rem;
  }
  .legal_section .legal_navigation {
    width: 100%;
    overflow: auto;
  }
  .legal_section .legal_navigation .nav-tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 1.6rem;
    min-width: max-content;
  }
  .legal_section .legal_navigation .nav-tabs .nav-item .nav-link {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .legal_section .legal_navigation .nav-tabs {
    column-gap: 1.4rem;
  }
  .legal_section .legal_navigation .nav-tabs .nav-item .nav-link {
    font-size: 1.2rem;
  }
  .legal_section .legal_content_container .main__title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.4rem;
  }
}
.inner_html_style1 {
  max-width: 600px;
}
.inner_html_style1 h1,
.inner_html_style1 h2,
.inner_html_style1 h3,
.inner_html_style1 h4,
.inner_html_style1 h5,
.inner_html_style1 h6 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 900;
  color: #000000;
}
.inner_html_style1 p,
.inner_html_style1 li,
.inner_html_style1 span a {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.7;
}
.inner_html_style1 strong {
  font-weight: 900;
}
.inner_html_style1 a {
  color: #e15e28;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.inner_html_style1 a:hover {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .inner_html_style1 h1,
  .inner_html_style1 h2,
  .inner_html_style1 h3,
  .inner_html_style1 h4,
  .inner_html_style1 h5,
  .inner_html_style1 h6 {
    font-size: 1.8rem;
  }
  .inner_html_style1 p,
  .inner_html_style1 li,
  .inner_html_style1 span a {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.list_style1 {
  position: relative;
  padding: 0;
  padding-inline-start: 1rem;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.list_style1 li {
  flex-basis: calc(33% - 1rem);
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7;
  padding-inline-start: 1rem;
}
.list_style1 li::marker {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #e15e28;
}

@media screen and (max-width: 1024px) {
  .list_style1 {
    gap: 3rem;
  }
  .list_style1 li {
    flex-basis: calc(50% - 1.5rem);
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .list_style1 {
    gap: 1.5rem;
  }
  .list_style1 li {
    flex-basis: 100%;
    font-size: 1.2rem;
  }
}
.invisible-input {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.form_style1 {
  position: relative;
}
.form_style1 .form-label {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.form_style1 .form-control {
  border-radius: 0;
  border: 2px solid #000000;
  color: #000000;
  outline: none !important;
  box-shadow: none !important;
}
.form_style1 .form-control:not(textarea) {
  height: 50px;
}

.file_drag_drop_container {
  position: relative;
  border: 3px dashed #000000;
  min-height: 8rem;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file_drag_drop_container span {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}
.file_drag_drop_container.dragover {
  opacity: 0.5;
}

.iti {
  display: block;
}
.iti .iti__country-container button {
  border-inline-end: 2px solid #000000;
  padding-right: 1rem;
  padding-left: 1rem;
}
.iti .iti__country-list {
  scrollbar-color: #000000;
}
.iti .iti__country-list .iti__country:hover, .iti .iti__country-list .iti__country:active, .iti .iti__country-list .iti__country.iti__highlight {
  background-color: #e15e28;
  color: #ffffff;
}
.iti .iti__country-list .iti__country:hover span, .iti .iti__country-list .iti__country:active span, .iti .iti__country-list .iti__country.iti__highlight span {
  color: #ffffff;
}
.iti .iti__country-list::-webkit-scrollbar {
  width: 12px;
}
.iti .iti__country-list::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.iti .iti__country-list::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.iti .iti__search-input {
  padding: 0.9rem 1rem;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #eeeeee;
}
.iti .iti__tel-input {
  padding-right: 0 !important;
  padding-inline-start: 125px !important;
}

.loading_overlay_style1 {
  position: fixed;
  z-index: 1000;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  opacity: 0;
  top: -110%;
  transition: all 1.5s ease-in-out;
}
.loading_overlay_style1.shown {
  opacity: 1;
  top: 0;
}
.loading_overlay_style1 .loader_text {
  margin-top: 1.2rem;
  font-weight: 600;
}
.loading_overlay_style1 .loader {
  --s: 25px;
  --g: 5px;
  width: calc(2 * (1.353 * var(--s) + var(--g)));
  aspect-ratio: 1;
  background: linear-gradient(#e15e28 0 0) left/50% 100% no-repeat, conic-gradient(from -90deg at var(--s) calc(0.353 * var(--s)), #fff 135deg, #666 0 270deg, #aaa 0);
  background-blend-mode: multiply;
  --_m: linear-gradient(
      to bottom right,
      #0000 calc(0.25 * var(--s)),
      #000 0 calc(100% - calc(0.25 * var(--s)) - 1.414 * var(--g)),
      #0000 0
    ),
    conic-gradient(
      from -90deg at right var(--g) bottom var(--g),
      #000 90deg,
      #0000 0
    );
  -webkit-mask: var(--_m);
  mask: var(--_m);
  background-size: 50% 50%;
  -webkit-mask-size: 50% 50%;
  mask-size: 50% 50%;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  animation: l9 1s infinite;
}

@-webkit-keyframes l9 {
  0%, 12.5% {
    background-position: 0% 0%, 0 0;
  }
  12.6%, 37.5% {
    background-position: 100% 0%, 0 0;
  }
  37.6%, 62.5% {
    background-position: 100% 100%, 0 0;
  }
  62.6%, 87.5% {
    background-position: 0% 100%, 0 0;
  }
  87.6%, 100% {
    background-position: 0% 0%, 0 0;
  }
}
@keyframes l9 {
  0%, 12.5% {
    background-position: 0% 0%, 0 0;
  }
  12.6%, 37.5% {
    background-position: 100% 0%, 0 0;
  }
  37.6%, 62.5% {
    background-position: 100% 100%, 0 0;
  }
  62.6%, 87.5% {
    background-position: 0% 100%, 0 0;
  }
  87.6%, 100% {
    background-position: 0% 0%, 0 0;
  }
}
.emoji_input_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.emoji_input_wrapper .icon {
  position: relative;
  text-align: center;
}
.emoji_input_wrapper .icon input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.emoji_input_wrapper .icon .title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
.emoji_input_wrapper .icon svg {
  position: relative;
  top: 0;
  width: 70px;
  height: 70px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 575px) {
  .emoji_input_wrapper .icon svg {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .emoji_input_wrapper .icon svg {
    width: 40px;
    height: 40px;
  }
}
.emoji_input_wrapper .icon:has(input:checked) svg, .emoji_input_wrapper .icon:hover svg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.emoji_input_wrapper .icon:hover svg {
  top: -0.5rem;
}

.service_card_style1 {
  position: relative;
}
.service_card_style1 h4 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.service_card_style1 h4 a {
  text-decoration: none;
  color: #e15e28;
  transition: all 0.3s linear;
}
.service_card_style1 h4 a:hover {
  color: #000000;
}
.service_card_style1 p {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  max-width: 90%;
}

.project_card_style1 {
  position: relative;
  text-align: center;
}
.project_card_style1 .image {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.project_card_style1 .image img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.project_card_style1 .title a {
  text-decoration: none;
  color: #000000;
  font-weight: 900;
  font-size: 2.5rem;
}
.project_card_style1:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.client_card_style1 {
  position: relative;
  padding-inline-end: 1rem;
}
.client_card_style1:last-of-type {
  padding-inline-end: 0;
}
.client_card_style1 img {
  display: inline-block;
  width: 200px;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .client_card_style1 img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .client_card_style1 {
    padding-inline-end: 0;
  }
  .client_card_style1 img {
    width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .client_card_style1 img {
    width: 135px;
  }
}
.career_card_style1 {
  position: relative;
  border-bottom: 5px solid #000000;
  padding-bottom: 2rem;
}
.career_card_style1:last-of-type {
  margin-bottom: 0;
}
.career_card_style1 .title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
}
.career_card_style1 .desc {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.career_card_style1 .cta {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
}
.career_card_style1 .cta .location {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.career_card_style1 .cta .cta__link {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s linear;
}
.career_card_style1 .cta .cta__link:hover {
  color: #e15e28;
}

@media screen and (max-width: 991px) {
  .career_card_style1 {
    padding-bottom: 1.5rem;
  }
  .career_card_style1 .title {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .career_card_style1 .desc {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
  .career_card_style1 .cta {
    gap: 1rem;
  }
  .career_card_style1 .cta .location {
    font-size: 1rem;
  }
  .career_card_style1 .cta .cta__link {
    font-size: 1.1rem;
  }
}
html {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: "Cairo", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scrollbar-color: #000000;
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
body::-webkit-scrollbar-thumb {
  background-color: #000000;
}
body:has(.loading_overlay_style1.shown) {
  overflow: hidden;
}

/*# sourceMappingURL=app.css.map */
