@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
@import url("blog.css");
@import url("contact-us.css");
@import url("about-us.css");
@import url("services.css");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: none;
}

input.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: transparent;
}

body {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.container {
  max-width: 1360px;
}

header {
  position: absolute;
  width: 100%;
  max-width: 100vw;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 100;
  box-sizing: border-box;
  overflow-x: hidden;
}
header .social li {
  background: rgba(255, 255, 255, 0.1019607843);
  margin-right: 8px;
}
header .social li a {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .social li:hover, header .social li.active {
  background: #ffffff;
}
header .social li:hover path, header .social li.active path {
  fill: #0D464C;
}
header .navbar {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px f);
}
header .navbar .navbar-brand {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 100%;
  letter-spacing: 0rem;
  color: #ffffff;
}
header .navbar .nav .nav-item {
  margin: 0 8px;
}
header .navbar .nav .nav-item .nav-link {
  color: #ffffff;
  padding: 8px 26px;
}
header .navbar .nav .nav-item .nav-link:hover {
  color: #061619;
  background-color: #ffffff;
}
header .navbar .nav .nav-item .nav-link:hover.dropdown-toggle::after {
  background-image: url(../images/arrow-down-black.png);
}
header .navbar .nav .nav-item .nav-link.dropdown-toggle::after {
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border: 0;
  position: absolute;
  right: -3px;
  top: 13px;
}
header .navbar .nav .nav-item .dropdown-menu {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
header .navbar .nav .nav-item .dropdown-menu li a {
  color: #ffffff;
}
header .navbar .nav .nav-item .dropdown-menu li a:hover {
  background-color: #ffffff;
  color: #074C5D;
}

.offcanvas {
  background: url(../images/header-bg.jpg);
  background-size: cover;
}
.offcanvas.offcanvas-end {
  width: 100%;
}
.offcanvas .navbar-brand {
  padding-left: 16px;
}
.offcanvas .mob-menu {
  margin-top: 100px;
}
.offcanvas .mob-menu li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1607843137);
  text-align: right;
}
.offcanvas .mob-menu li a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
}
.offcanvas .mob-menu .mob-drop-menu .list {
  width: 100%;
  position: relative;
}
.offcanvas .mob-menu .mob-drop-menu .list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.offcanvas .mob-menu .mob-drop-menu .list.collapsed::after {
  transform: rotate(-180deg);
}
.offcanvas .mob-menu .mob-drop-menu li {
  border: 0;
  padding: 8px 0;
}
.offcanvas .mob-menu .mob-drop-menu li a {
  color: rgba(255, 255, 255, 0.8);
}

.main-banner {
  background-position: center;
  background-size: cover;
  padding: 240px 0;
  background: linear-gradient(270deg, #074C5D 0%, rgba(7, 76, 93, 0) 100%), url(../images/banner-img.jpg);
  background-size: cover;
  background-position: right;
}
.main-banner h6 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
}
.main-banner h1 {
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 4.125rem;
  letter-spacing: 0rem;
  text-align: right;
  color: #ffffff;
  max-width: 779px;
  margin: 0 0 0 auto;
  margin-bottom: 14px;
}
.main-banner p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.23px;
  text-align: right;
  vertical-align: middle;
  color: #ffffff;
  max-width: 600px;
  margin: 0 0 0 auto;
  margin-bottom: 50px;
}
.main-banner .btn-trans {
  border: 1px solid #ffffff;
  padding: 18px 40px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0rem;
  margin: 0 0 0 auto;
  border-radius: 0;
  color: #ffffff;
}
.main-banner .btn-trans:hover {
  background-color: rgb(13, 70, 76);
  border-color: rgb(13, 70, 76);
}

.form-text {
  margin-top: 0;
  font-size: 1.5em;
  color: var(--bs-secondary-color);
  font-weight: 600;
}
.form-send {
  background: rgba(217, 217, 217, 0.6980392157);
  padding: 20px 0 40px;
}
.form-send .form-send-btn {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  background-color: #0D464C;
  color: #ffffff;
  width: 100%;
  padding: 18px 30px;
  text-align: right;
}
.form-send .form-send-btn:hover {
  background-color: #ffffff;
  color: #061619;
}
.form-send input {
  padding: 18px 30px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  color: #484C55;
}
.form-send .success-msg {
  border: 1px solid rgb(8, 166, 55);
  padding: 5px 26px;
  color: #08A637;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  margin-top: 16px;
}
.form-send .error-text {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0rem;
  text-align: right;
  vertical-align: middle;
  text-transform: capitalize;
  color: #BB0728;
  margin: 5px 0;
}
.form-send .error {
  border: 1px solid #BB0728;
}
.form-send.modal {
  background: rgba(7, 76, 93, 0.8);
}
.form-send.modal .modal-content {
  background-color: #E4E4E4;
}
.form-send.modal .modal-content .form-group {
  margin-bottom: 16px;
}

.services {
  padding: 100px 0;
}
.services .sr-box {
  margin-bottom: 60px;
  margin-left: auto;
}
.services .sr-box img {
  height: 72px;
  width: auto;
  margin-bottom: 32px;
}
.services .sr-box h4 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0rem;
  color: #061619;
  margin-bottom: 8px;
}
.services .sr-box p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0rem;
  color: #484C55;
}
.services .sr-info h5 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  text-transform: uppercase;
  color: #061619;
  margin-bottom: 8px;
}
.services .sr-info h2 {
  font-weight: 500;
  font-size: 2.625rem;
  line-height: 3.375rem;
  letter-spacing: 0rem;
  color: #061619;
  margin-bottom: 14px;
}
.services .sr-info p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0rem;
  margin-bottom: 50px;
}
.services .sr-info .btn {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  background-color: #0D464C;
  color: #ffffff;
  padding: 18px 30px;
}
.services .sr-info .btn:hover {
  border-color: #0D464C;
  background-color: transparent;
  color: #002428;
}

.card-block .card-box {
  height: 632px;
  aspect-ratio: 440 / 632;
  padding: 50px 32px 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 440px) {
  .card-block .card-box {
    height: auto;
    min-height: 0;
  }
}
.card-block .card-box.card-1 {
  background: linear-gradient(0deg, #074C5D 0%, rgba(7, 76, 93, 0) 100%), url(../images/card-1.jpg);
  background-size: cover;
  background-position: center top;
  transition: transform 0.4s ease-in-out;
}
.card-block .card-box.card-1:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.462745098) 0%, rgba(7, 76, 93, 0) 100%), url(../images/card-1.jpg);
  transition: transform 0.4s ease-in-out;
  background-size: cover;
  background-position: center top;
}
.card-block .card-box.card-2 {
  background: linear-gradient(0deg, #074C5D 0%, rgba(7, 76, 93, 0) 100%), url(../images/card-2.jpg);
  background-size: cover;
  background-position: center top;
  transition: transform 0.4s ease-in-out;
}
.card-block .card-box.card-2:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.462745098) 0%, rgba(7, 76, 93, 0) 100%), url(../images/card-2.jpg);
  transition: transform 0.4s ease-in-out;
  background-size: cover;
  background-position: center top;
}
.card-block .card-box.card-3 {
  background: linear-gradient(0deg, #074C5D 0%, rgba(7, 76, 93, 0) 100%), url(../images/card-3.jpg);
  background-size: cover;
  background-position: center top;
  transition: transform 0.4s ease-in-out;
}
.card-block .card-box.card-3:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.462745098) 0%, rgba(7, 76, 93, 0) 100%), url(../images/card-3.jpg);
  transition: transform 0.4s ease-in-out;
  background-size: cover;
  background-position: center top;
}
.card-block .card-box span {
  position: relative;
  z-index: 1;
}
.card-block .card-box h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0rem;
  text-align: center;
  color: #ffffff;
}
.card-block .card-box p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0rem;
  text-align: center;
  color: #ffffff;
  margin: 0;
  min-height: 80px;
}
.card-block .image {
  position: relative;
  overflow: hidden;
}
.card-block .image span {
  position: relative;
  z-index: 1;
}
.card-block .zoom-in::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
}
.card-block .zoom-in:focus::after, .card-block .zoom-in:hover::after {
  transform: scale(1.01);
}

.rl-1 {
  padding: 80px 0;
  position: relative;
}
.rl-1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10%;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.rl-1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 10%;
  background: linear-gradient(275deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.rl-1 h1 {
  font-weight: 400;
  font-size: 6rem;
  line-height: 100%;
  letter-spacing: -0.313rem;
  text-align: right;
  vertical-align: middle;
}
.rl-1 .marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  direction: ltr;
}
.rl-1 .marquee-color {
  background: #0D464C;
  color: #fff;
  padding: 25px 0;
  direction: ltr;
}
.rl-1 .marquee-color .marquee-wrapper h2 {
  text-align: right;
  direction: rtl;
  unicode-bidi: embed;
  color: #fff;
}
.rl-1 .marquee h2,
.rl-1 .marquee .marquee-wrapper h2 {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 6rem
}
.rl-1 .marquee .marquee-wrapper h2{
  direction: rtl;
  text-align: right;
  unicode-bidi: embed;
}

.our-service .os-title {
  margin-bottom: 50px;
}
.our-service .os-title h5 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  text-align: right;
  text-transform: uppercase;
  color: #061619;
}
.our-service .os-title h2 {
  font-weight: 500;
  font-size: 2.625rem;
  line-height: 3.375rem;
  letter-spacing: 0rem;
  text-align: right;
  vertical-align: middle;
  color: #061619;
  max-width: 795px;
  margin: 0 0 0 auto;
}
.our-service .os-list ul li {
  padding: 78px 32px;
  margin-bottom: 4px;
  transition-duration: 0.2s;
}
.our-service .os-list ul li:hover h2 {
  color: #ffffff;
}
.our-service .os-list ul li:hover .icon {
  background: #ffffff;
}
.our-service .os-list ul li:hover span {
  color: #ffffff;
}
.our-service .os-list ul li.os-list-1:hover {
  background: url(../images/hover-1.jpg);
  background-size: cover;
  background-position: center;
  transition: 0.5s;
}
.our-service .os-list ul li.os-list-2:hover {
  background: url(../images/hover-2.jpg);
  background-size: cover;
  background-position: center;
  transition: 0.5s;
}
.our-service .os-list ul li.os-list-3:hover {
  background: url(../images/hover-3.jpg);
  background-size: cover;
  background-position: center;
  transition: 0.5s;
}
.our-service .os-list ul li .icon {
  width: 43px;
  height: 43px;
}
.our-service .os-list ul li h2 {
  font-weight: 500;
  font-style: Medium;
  font-size: 2rem;
  line-height: 2.625rem;
  letter-spacing: 0rem;
  text-align: right;
  color: #061619;
}
.our-service .os-list ul li span {
  font-weight: 400;
  font-style: Italic;
  font-size: 2rem;
  line-height: 2.625rem;
  letter-spacing: -0.35px;
  margin-left: 115px;
}

.our-team {
  padding: 0 0 100px;
}
.our-team .sec-title {
  font-weight: 500;
  font-size: 2.625rem;
  line-height: 3.375rem;
  letter-spacing: 0.063rem;
  text-align: center;
  vertical-align: middle;
  color: #061619;
  margin-bottom: 50px;
}
.our-team .team-box {
  padding: 50px 20px;
  height: 665px;
  aspect-ratio: 440 / 666;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 440px) {
  .our-team .team-box {
    height: auto;
    min-height: 0;
  }
}
.our-team .team-box.team-1 {
  background: url(../images/team-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.our-team .team-box.team-2 {
  background: url(../images/team-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.our-team .team-box.team-3 {
  background: url(../images/team-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.our-team .team-box h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 2.625rem;
  line-height: 50px;
  letter-spacing: 0rem;
  vertical-align: middle;
  color: #ffffff;
}
.our-team .team-box p {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0rem;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  max-width: 60%;
  margin: 0 auto;
  min-height: 100px;
}
.our-team .image {
  position: relative;
  overflow: hidden;
}
.our-team .image span {
  position: relative;
  z-index: 1;
}
.our-team .zoom-in::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
}
.our-team .zoom-in:focus::after, .our-team .zoom-in:hover::after {
  transform: scale(1.01);
}

.client-testi {
  background-color: #F6F9F1;
  padding: 100px 0;
}
.client-testi .slick-slider {
  height: 100%;
}
.client-testi .slick-slider .slick-list {
  height: 100%;
}
.client-testi .slick-slider .slick-list .slick-track {
  height: 100%;
}
.client-testi .slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.client-testi .slick-slider .slick-list .slick-track .slick-slide div {
  height: 100%;
}
.client-testi .slick-dots {
  width: auto;
  bottom: 65px;
  right: 50px;
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
}
.client-testi .slick-dots li {
  width: 20px;
  height: 20px;
  padding: 2px;
  display: flex;
  align-items: center;
}
.client-testi .slick-dots li.slick-active {
  border: 1px solid #0D464C;
  border-radius: 50%;
  padding: 2px;
}
.client-testi .slick-dots li.slick-active button {
  background-color: #0D464C;
  padding: 2px;
}
.client-testi .slick-dots li button {
  background-color: #B6C4BC;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.client-testi .slick-dots li button::before {
  content: "";
}
.client-testi .content-box {
  background-color: #E0E4D8;
  padding: 55px 70px;
  height: 100%;
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
}
.client-testi .content-box p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.014rem;
  color: #061619;
}
.client-testi .content-box .content-name {
  height: auto !important;
}
.client-testi .content-box .content-name h5 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.012rem;
  margin: 0;
}
.client-testi .content-box .content-name p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0rem;
  color: #A0A5B0;
  margin: 0;
}
.client-testi .content-img {
  height: 100%;
}
.client-testi .content-img img {
  width: 100%;
  height: -webkit-fill-available;
}

.articles {
  padding: 100px 0;
}
.articles .sec-title h2 {
  font-weight: 500;
  font-style: Medium;
  font-size: 2.625rem;
  line-height: 3.375rem;
  letter-spacing: 0.063rem;
  text-align: center;
  vertical-align: middle;
  color: #061619;
  margin-bottom: 50px;
}
.articles .artical-box {
  overflow: hidden;
}
.articles .artical-box:hover .articles-img img {
  transform: scale(1.04);
  transition: 0.5s ease;
}
.articles .artical-box:hover .articles-img .art-btn {
  opacity: 1;
}
.articles .artical-box .articles-img {
  margin-bottom: 30px;
  overflow: hidden;
}
.articles .artical-box .articles-img img {
  width: 100%;
  transition: 0.5s all;
}
.articles .artical-box .articles-img .art-btn {
  background-color: #0D464C;
  color: #ffffff;
  width: 173px;
  padding: 18px;
  opacity: 0;
}
.articles .artical-box .articles-img .art-btn:hover {
  background-color: #ffffff;
  color: #061619;
}
.articles .artical-box h1 {
  text-align: right;
}
.articles .artical-box h1 a {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0rem;
  color: #061619;
  margin-bottom: 8px;
  text-decoration: none;
}
.articles .artical-box p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0rem;
  text-align: right;
  color: #70737A;
}
.articles .slick-track {
  margin: 0 -10px;
}
.articles .slick-slide {
  margin: 0 10px;
}
.articles .slick-dots {
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  justify-content: center;
}
.articles .slick-dots li {
  width: 20px;
  height: 20px;
  padding: 2px;
}
.articles .slick-dots li.slick-active {
  border: 1px solid #0D464C;
  border-radius: 50%;
}
.articles .slick-dots li.slick-active button {
  background-color: #0D464C;
  padding: 2px;
}
.articles .slick-dots li button {
  background-color: #B6C4BC;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.articles .slick-dots li button::before {
  content: "";
}
.articles .slick-next,
.articles .slick-prev {
  top: auto;
  bottom: -5%;
  width: 30px;
  height: 30px;
}
.articles .slick-next img,
.articles .slick-prev img {
  height: 30px;
  width: 30px;
}
.articles .slick-prev {
  right: 55%;
}
.articles .slick-next {
  left: 55%;
}
footer {
  background-color: #0D464C;
  /*padding: 100px 0 0;*/
}
footer .list-title {
  font-family: Heebo;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0rem;
  text-align: right;
  color: #ffffff;
  margin-bottom: 24px;
}
footer li {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0rem;
  text-align: right;
  color: rgba(255, 255, 255, 0.6980392157);
  margin-bottom: 24px;
}
footer li a {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0rem;
  text-align: right;
  color: rgba(255, 255, 255, 0.6980392157);
  margin-bottom: 24px;
  text-decoration: none;
}
footer .copy-right {
  font-weight: 400;
  font-style: Regular;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0rem;
  vertical-align: middle;
  color: #ffffff;
  margin-top: 76px;
}
footer .copy-right a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0rem;
  color: #ffffff;
  text-decoration: none;
}
footer .rl-1 {
  padding: 0;
}
footer .rl-1::after {
  content: none;
}
footer .rl-1::before {
  content: none;
}
footer .rl-1 h1 {
  color: #ffffff;
}

/* ACF front form - horizontal-front-page */
.horizontal-front-page { background: rgba(217,217,217,.698); padding: 40px 0; }
.horizontal-front-page .acf-form-scope { background: transparent; padding: 0; }
.horizontal-front-page .acf-form-scope .acf-label { display: none; }
.horizontal-front-page .acf-form-scope .acf-fields { direction: rtl; }
@media (min-width: 768px) {
	.horizontal-front-page .acf-form-scope .acf-form-fields {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 16px;
		align-items: stretch;
	}
}
@media (max-width: 767.98px) {
	.horizontal-front-page .acf-form-scope .acf-form-fields {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
	}
}
.horizontal-front-page .acf-form-scope input[type="text"],
.horizontal-front-page .acf-form-scope input[type="email"]{
	padding: 18px 30px;
	font-weight: 500; font-size: 1rem; line-height: 1.25rem; letter-spacing: .063rem;
	text-transform: uppercase; color: #484C55; width: 100%; text-align: right;
	border-radius: 0;
}
.horizontal-front-page .acf-form-scope input[type="text"]:focus,
.horizontal-front-page .acf-form-scope input[type="email"]:focus{ box-shadow: none; outline: none; border-color: transparent; }
.horizontal-front-page .acf-form-scope .acf-form-submit{ margin: 0; }
.horizontal-front-page .acf-form-scope .acf-form-submit .acf-button{
	font-weight: 500; font-size: 1rem; line-height: 1.25rem; letter-spacing: .063rem;
	text-transform: uppercase; background-color: #0D464C; color: #ffffff;
	width: 100%; padding: 18px 30px; border-radius: 0;
}
.horizontal-front-page .acf-form-scope .acf-form-submit .acf-button:hover{ background-color: #ffffff; color: #061619; }

@media (max-width: 1199px) {
  .card-block .card-box {
    padding: 50px 18px 20px;
  }
}

@media (max-width: 991px) {
  header .navbar {
    background: transparent;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  header .social li a {
    width: 48px;
    height: 48px;
  }
  .navbar-brand {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    padding: 13px 30px;
    margin-right: 5px;
  }
  header .social li {
    margin-right: 5px;
  }
  .btn-bar {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    width: 48px;
    height: 48px;
    border-radius: 0;
  }
  .btn-bar:hover, .btn-bar:active {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 0;
  }
  .services .sr-info h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .services .sr-info {
    margin-bottom: 40px;
  }
  .rl-1 h1 {
    font-size: 6.25rem;
  }
  .card-block .card-box {
    margin-bottom: 16px;
    height: auto;
    min-height: 0;
  }
  .our-team .team-box h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .our-team .team-box p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .our-team .team-box {
    padding: 40px 20px;
    margin-bottom: 16px;
    height: auto;
    min-height: 0;
  }
  .client-testi .content-box {
    padding: 20px 40px;
  }
  .client-testi .slick-dots {
    bottom: 36px;
  }
  .articles .artical-box .articles-img .art-btn {
    width: 140px;
    padding: 16px;
  }
  .our-service .os-list ul li {
    padding: 45px 30px;
  }
  .our-service .os-list ul li .icon {
    width: 33px;
    height: 33px;
  }
}
@media (max-width: 575px) {
  header {
    top: 8px;
  }
  header .navbar .navbar-brand {
    height: 48px;
    font-size: 1.125rem;
    line-height: 3rem;
    display: flex;
    align-items: center;
  }
  .main-banner {
    padding: 156px 0 92px;
  }
  .main-banner h6 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .main-banner h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .main-banner p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .services {
    padding: 80px 0;
  }
  .services .sr-info h5 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .services .sr-info h6 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .services .sr-info p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 40px;
  }
  .services .sr-box img {
    height: 54px;
    margin-bottom: 27px;
  }
  .rl-1 {
    padding: 60px 0;
  }
  .rl-1 h1 {
    font-size: 3.75rem;
    line-height: 70PX;
  }
  .card-block .card-box p {
    min-height: auto;
  }
  .our-team .team-box p {
    min-height: auto;
  }
  .our-service .os-title h5 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .our-service .os-title h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .our-service .os-title {
    margin-bottom: 40px;
  }
  .our-service .os-list ul li {
    padding: 40px 10px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(6, 22, 25, 0.2);
  }
  .our-service .os-list ul li h4,
  .our-service .os-list ul li span {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .our-service .os-list ul li span {
    margin-left: 12px;
  }
  .our-team {
    padding: 80px 0 0;
  }
  .our-team .sec-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: 0.063rem;
    margin-bottom: 40px;
  }
  .client-testi {
    padding: 40px 0;
  }
  .client-testi .content-box {
    margin-top: 10px;
    padding: 30px 24px;
  }
  .client-testi .content-box p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .client-testi .content-name {
    padding-top: 100px;
  }
  .client-testi .slick-dots {
    bottom: 40px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .articles {
    padding: 80px 0;
  }
  .articles .sec-title h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 40px;
  }
  .articles .slick-list {
    padding: 0px 50px 0 0 !important;
  }
  .articles .container {
    padding-right: 0;
    padding-left: 0;
  }
  footer {
    padding: 40px 0 0;
  }
  footer .list-title {
    text-align: center;
  }
  footer ul {
    margin-bottom: 40px;
  }
  footer li {
    text-align: center;
  }
  footer .copy-right {
    margin-top: 0;
  }
}

/* Prevent horizontal scroll on all pages */
@media (max-width: 480px) {
  html,
  body {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  header {
    width: 100% !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
  }

  header .container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
  }
}

/* 404 Error Page Styles */
body.error404 footer {
  display: none;
}

body.error404.showing-offcanvas {
  overflow: hidden;
}

body.error404 .main-banner {
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.error-404-section {
  padding: 100px 49px;
  background: #ffffffb5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  overflow: hidden;
  z-index: 50;
  width: 90%;
  max-width: 570px;
  margin: 0;
  pointer-events: auto;
}

.error-404-section .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}


.error-404-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.error-404-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  direction: ltr;
}

.error-digit {
  font-family: "Heebo", sans-serif;
  font-weight: 900;
  font-size: clamp(80px, 15vw, 180px);
  line-height: 1;
  color: #0D464C;
  text-shadow: 0 10px 30px rgba(13, 70, 76, 0.2);
  transition: transform 0.3s ease;
}

.error-digit:hover {
  transform: scale(1.1);
}

.error-digit-icon {
  position: relative;
  display: inline-block;
  animation: pulse 2s ease-in-out infinite;
}

.error-digit-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(40px, 8vw, 90px);
  height: clamp(40px, 8vw, 90px);
  background: radial-gradient(circle, rgba(13, 70, 76, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  animation: rotate 3s linear infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.error-404-section h1,
.error-404-section .error-404-title {
  font-weight: 700 !important;
  font-size: clamp(32px, 5vw, 56px) !important;
  line-height: 1.3 !important;
  color: #061619 !important;
  margin: 0 0 20px !important;
  text-align: center !important;
  max-width: 100% !important;
}

.error-404-section p,
.error-404-section .error-404-description {
  font-size: clamp(16px, 2vw, 20px) !important;
  line-height: 1.8 !important;
  color: #484C55 !important;
  margin: 0 0 50px !important;
  text-align: center !important;
  max-width: 100% !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  vertical-align: baseline !important;
}

.error-404-actions {
  text-align: center;
}

.btn-home {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: #0D464C;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(13, 70, 76, 0.3);
  text-decoration: none;
}

.btn-home:hover {
  background: #0a3a40;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 70, 76, 0.4);
  color: #ffffff;
}

.btn-home svg {
  transition: transform 0.3s ease;
}

.btn-home:hover svg {
  transform: translateX(5px);
}

@media (max-width: 767.98px) {
  .error-404-section {
    padding: 60px 20px;
  }

  .error-404-number {
    gap: 10px;
    margin-bottom: 30px;
  }

  .error-404-title {
    margin-bottom: 15px;
  }

  .error-404-description {
    margin-bottom: 40px;
  }

  .btn-home {
    padding: 16px 32px;
    font-size: 1rem;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .error-404-section {
    width: 100vw !important;
    padding: 50px 15px !important;
    border-radius: 0 !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }

  .error-404-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .error-404-content {
    max-width: 100% !important;
    padding: 0;
  }

  .error-404-number {
    gap: 8px !important;
  }

  .error-digit {
    font-size: clamp(60px, 20vw, 120px) !important;
  }

  .error-404-title {
    font-size: clamp(24px, 6vw, 32px) !important;
    padding: 0 5px;
  }

  .error-404-description {
    font-size: clamp(14px, 4vw, 18px) !important;
    padding: 0 5px;
  }

  .btn-home {
    width: 100% !important;
    padding: 14px 20px !important;
    font-size: 0.9375rem !important;
    box-sizing: border-box;
  }
}

@media (max-width: 430px) {
  header {
    height: auto;
  }

  header .container {
    padding-left: 2px !important;
    padding-right: 2px !important;
    gap: 5px !important;
  }

  header .navbar {
    padding: 5px 0 !important;
  }

  header .navbar > div {
    gap: 5px !important;
  }

  .navbar-brand {
    padding: 8px 10px !important;
    font-size: clamp(0.8rem, 3vw, 0.8rem) !important;
    height: auto !important;
    line-height: 2.5 !important;
  }

  header .social {
    gap: 3px !important;
    margin-left: 3px !important;
  }

  header .social li {
    margin-right: 2px !important;
  }
}/*# sourceMappingURL=style.css.map */