@font-face {
  font-family: "Almarai";
  src: url("../fonts/almarai/Almarai-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald/Oswald-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald/Oswald-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald/Oswald-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: montserratlight;
  font-display: swap;
  src: url("../fonts/montserrat/Montserrat-Light.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: montserratsemibold;
  font-display: swap;
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf");
  font-weight: 400;
  font-style: normal;
}

.h1,h1,p {
  padding-top: 0;
}

p,strong {
  padding-bottom: 0;
}
.btn,.h1,.h2,h1,h2 {
  text-transform: uppercase;
  text-align: left;
}

.btn,.h1 a:hover,.h2 a:hover,.h3 a:hover,.h4 a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover {
  text-decoration: none;
}
.contact-details, .layout, .loader {
  overflow: hidden;
}
html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
body {
    color: #1b3748;
    height: auto;
    width: auto;
    padding-bottom: 0px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #c9bdaa;
}
::selection {
  background-color: #c9bdaa;
  color: #fff;
}
::-moz-selection {
  background-color: #c9bdaa;
  color: #fff;
}

.h1,h1 {
  font: 400 65px/1 Oswald, sans-serif;
  color: #fff;
  top: -49px;
  margin-top: -22px;
}

.h2,.h3,.h4,h2,h3,h4 {
  color: #1b3748;
}
.h2,h2 {
  font: 400 48px Oswald, sans-serif;
  list-style: inside;
}
.font-weight-semibold {
  font-weight: 600;
}
@media screen and (min-width: 992px) and (max-width: 1366px) {
  .h2,h2 {
    font: 400 50px Oswald, sans-serif;
    list-style: inside;
  }
  .experience-info {
    top: 1em !important;
    font: 31px/38px Oswald, sans-serif !important;
  }
}
.h3,h3 {
    font-family: Oswald;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 400;
}
.h4,h4 {
    font: 400 1.125em/1.35 montserratsemibold;
}
.h1 a,.h2 a,.h3 a,.h4 a,h1 a,h2 a,h3 a,h4 a {
  color: inherit;
}
p {
  margin-bottom: 9px;
  vertical-align: middle;
}

strong {
    font-family: Oswald, sans-serif;
    margin-bottom: 0;
    height: auto;
}
ul {
  list-style: none;
  padding-right: 0;
  padding-left: 1px;
}
a {
    color: #1B3748;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
a:focus,
a:hover {
    outline: 0;
}
.nav-container {
  transition: all 0.3s ease;
  background-color: transparent;
}

.sticky-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #1d3744;
  padding: 0px 0 15px;
}
/* Icon beside submenu */
/* .has-submenu .submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.submenu-icon {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.submenu li a {
  color: #ffffff !important;
  justify-content: center;
	
}

.submenu li a:hover {
  color: #D39F29 !important;
}

/* Desktop hover */
.navbar-desktop-menu .has-submenu:hover .submenu {
    display: block;
    background-color: rgba(19,39,49,0.96);
}

/* Mobile open state */
.navbar-nav-mobile .has-submenu .submenu {
    display: none;
    font-size: x-small;
}
.navbar-nav-mobile .has-submenu.open .submenu {
  display: block;
}
.navbar-nav-mobile .has-submenu.open .submenu-icon {
  transform: rotate(180deg); /* Flip ▼ to ▲ */
}

.project-details-title {
  color: #1F3643;
}

.form-control,textarea.form-control {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 12px;
    height: 4.625em;
    border-radius: 0;
    padding-left: 22px;
    color: #666;
    background-color: #f2efe86e;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}
.brand,.icon-next {
  display: inline-block;
}
textarea.form-control {
  height: 10em;
  padding-top: 1.1em;
  resize: none;
}
.form-control:focus {
  border-color: #c0b5a2;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #C9BCA9;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #C9BCA9;
}
.form-control::-webkit-input-placeholder {
  color: #C9BCA9;
}
.form-control.error {
  border-color: #c7bdac;
}
.form-group {
  margin-bottom: 10px;
}
.btn {
    font-family: montserratsemibold;
    position: absolute;
    border-radius: 0;
    padding: 1em 1.7em 1.05em;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.15em;
    background-color: #1b3748;
    -webkit-transition: 0.3s ease-out !important;
    transition: 0.3s ease-out !important;
}
.brand, .fade-title-left, .fade-title-right {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    line-height: 1;
}
.brand-panel, .loader, .main, .navbar-desktop-menu, .section-header, .section-title {
  /* text-align: center; */
}
.btn:focus, .btn:hover {
  color: #fff;
  background-color: #d39f29;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}
.btn .icon-next {
  position: relative;
  top: -0.1em;
  margin-left: 0.6em;
  vertical-align: middle;
}
.loader {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #fff;
}
.navbar-desktop-menu .active > a,
.navbar-desktop-menu li a:hover,
.text-primary {
  color: #d39f29;
}
.loader .page-lines .line {
  background-color: #ededed;
}
.loader-brand {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.layout {
  position: relative;
}
.text-primary {
  margin-left: 0;
}
.page-lines {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-lines .col-line {
  padding: 0;
}
.page-lines .line {
  position: absolute;
  left: 0;
  width: 1px;
  height: 50000px;
  background-color: #f4f4f4;
}
.page-lines .col-line:last-child .line:last-child {
    left: auto;
    height: auto;
}
.col-base {
  margin-top: 3em;
}
.section {
  position: relative;
  margin-top: 70px;
  margin-bottom: 3.1em;
}
.section-header {
    position: relative;
}
.section-title {
  margin: 0;
  padding-top: 13px;
}
.fade-title-left,
.fade-title-right {
    font-size: 10.8em;
    color: #000;
    position: absolute;
    left: 0;
    top: 50px;
    opacity: 0.035;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 0;
    text-transform: uppercase;
}
.brand {
  color: #f2f0eb;
}
.fade-title-right {
  left: 100%;
}
.section-content {
  margin-top: 0.1em;
}
.brand-panel {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 19vmin;
  height: 5.3vmin;
  padding: 2vmin;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navbar-desktop,
.navbar-mobile {
  position: absolute;
  z-index: 999;
  top: 0;
}
.brand {
  font-size: 4vmin;
}
.brand:focus,
.brand:hover {
  color: #dc9c00;
  text-decoration: none;
  height: auto;
}

.social-links {
  position: fixed;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 100;
}

.social-links a {
  color: #e3e0d4;
  font-size: 17px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  color: #d39f29;
}

.navbar-desktop {
  display: flex;
  width: 100%;
  padding: 2vmin 0 0;
}
.navbar-desktop .brand {
  display: none;
  position: relative;
  font-size: 1.6em;
  left: 0;
}
.navbar-desktop-menu {
  float: left;
  font: 400 1.6em Oswald, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
  height: 43px;
  clear: both;
  margin-top: 25px;
  width: 100%;
}

.navbar-nav-mobile {
  letter-spacing: 0.32em;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}
.navbar-desktop-menu li {
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}
.navbar-desktop-menu li a {
  display:block;
  text-decoration: inherit;
  color: #fff;
	
}

.navbar-desktop-menu > li > a {
  color: #fff;
  background-color: transparent;
  margin-bottom: 1.5em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 1px;

}
.navbar-desktop-menu li ul {
    position: absolute;
    z-index: 10;
    top: 60%;
    visibility: hidden;
    min-width: 300px;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.74);
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    
}
.navbar-desktop-menu > li > ul {
    margin-top: 0;
}
.navbar-desktop-menu li:hover > ul {
  top: 0;
  visibility: visible;
  opacity: 1;
	
}
.navbar-desktop-menu > li:hover > ul {
  top: 100%;
}
.navbar-desktop-menu li li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	
}
.navbar-desktop-menu li li:last-child {
  border-bottom: 0;
	
}
.navbar-desktop-menu li li a {
  color: #000;
  padding: 12px 20px 10px;
	
}

.navbar-mobile {
  left: 0;
  width: 100%;
  padding: 18px 16px;
}

.navbar-mobile.affix {
  background-color: rgba(17,34,42,0.97);
  position: fixed;
  height: 100%;
  z-index: 5;
  box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

#navbar-mobile.open {
  display: block;
  width: 100%;
  height: 100%;
}

.main,
.navbar-nav-mobile li {
  position: relative;
}

.navbar-mobile .brand {
  display: none;
  margin-left: 15px;
  font-size: 1.6em;
}

.navbar-collapse {
  background-color: transparent;
  width: 370px;
}

@media (max-height: 320px) {
  .navbar-collapse {
    max-height: 240px;
  }
}

.navbar-toggle {
  margin: 0;
  border: 0;
  border-radius: 0;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  height: 2px;
  width: 30px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar {
  background-color: #fff;
  margin-top: 7px;
}

.navbar-nav-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    text-align: left;
    padding-top: 50px;
    overflow-y: auto;
}

/* @media (min-width: 420px) {
  .navbar-nav-mobile {
    margin: 0 4vh;
  }
} */

@media (max-width: 380px) {
  .navbar-nav-mobile {
    margin: 0 1.5vw;
  }

  .navbar-nav-mobile li a {
    padding: 1.5em;
    font-size: 25px;
  }
}

.navbar-nav-mobile li {
  width: 100%;
  text-align: center;
}

.navbar-nav-mobile li a {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1px;
    padding: 0.5em;
    color: #fff;
    text-decoration: none;
    text-align: left;
}

.navbar-nav-mobile li a[lang="ar"] {
  font-family: 'Almarai', sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.navbar-nav-mobile li.active > a {
  background-color: transparent !important;
  color: #d39f29 !important;
}

.navbar-desktop-menu li:hover,
.navbar-nav-mobile li:hover {
  color: #d39f29;
}
.navbar-nav-mobile li .active > a {
  color: #d39f29;
}
.navbar-nav-mobile > .active > a,
.navbar-nav-mobile > .active > a:hover {
  background-color: #c9bdaa;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.error-message,
.navbar-nav-mobile ul,
.success-message {
  display: none;
}
.main {
  min-height: 420px;
}
.main-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(270deg,rgba(17,31,40,0.94) 0%,rgba(27,55,72,0.93) 100%);
  z-index: -1;
}
.main-inner {
    z-index: 1;
    min-height: 0;
    padding-top: 19.7vmin;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 17vmin;
}
.about .fade-title-left {
  top: 0.5em;
}
.col-about-title {
  margin-top: 0;
  margin-bottom: 1.1em;
}
.col-about-info p:last-child {
  margin-bottom: 0;
  font-size: 16px;
}
.col-about-img {
  position: relative;
}
.col-about-img img {
  display: block;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
/* .row-services {
  margin-left: -4.1em;
  margin-right: -4.1em;
} */
/* .col-service {
  padding: 0 4.1em;
} */

.service-item {
  margin-bottom: 2em;
}

.service-item:last-child {
  margin-bottom: 0;
}
.service-item h4 {
  margin-top: 0.8em;
  margin-bottom: 1.1em;
  padding-left: 0;
}
.services .service-item h4 {
    margin-top: 1.25em;
    font-size: 30px;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: bold;
}
.service-item p:last-child {
    margin-bottom: 0;
    font-size: 20px;
    text-align: left;
    line-height: 30px;
}
.experience-info {
  position: relative;
  top: 1.20em;
  font: 48px/60px Oswald, sans-serif;
  letter-spacing: 0.02em;
  display: inline-block;
  text-align: left;
  margin: 0 0 0 0.5em;
}
.services-read-more {
  color: #d39f29;
  text-decoration: underline;
  font-family: montserratsemibold, sans-serif;
}
.contacts .fade-title-right {
  left: 90%;
}
.row-field {
  margin-left: -5px;
  margin-right: -5px;
}
.col-field {
  padding: 0 5px;
}
.col-message {
  display: none;
  margin-top: 20px;
}
.col-address {
    font-size: 18px;
    line-height: 2.1;
    margin-top: 2em;
}
.contact-item{
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.form-submit {
  margin-top: 1.2em;
  padding-bottom: 28px;
  padding-left: 0;
}
.success-message .fa {
  margin-right: 7px;
  font-size: 1.5em;
}
.footer {
    margin-right: 0;
    margin-left: 0;
    font-size: 12px;
    color: #ffffff;
    background-color: #CBBDA8;
    height: 46px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-top-right-radius: 0;
    border-top-width: thick;
    vertical-align: middle;
    padding-top: 19px;
    text-align: center;
}
.footer .brand {
  margin-top: -0.22em;
  font-size: 6em;
}
@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
  .col-about-spec {
    padding: 0 10.4px 0 10px;
  }
}
@media (min-width: 992px) {
  html {
  }
  .navbar-mobile {
    position: absolute;
    left: -50000px;
    top: -50000px;
  }
  .col-about-img {
    padding-left: 0;
    left: -5px;
  }
  .col-about-img img {
    max-width: calc(100% + 5px);
  }
  .row-field {
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  html {
  }
}
@media screen {
  .layout .content #services {
    background-color: #f2f0eb;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .layout .content #services .fade-title-left {
    top:0.4em !important;
  }
  .layout .content .contacts.section {
    background-color: #f2f0eb;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .w-lg-90 {
    width: 90% !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .experience-info { 
    top: -0.8em;
  }
}
@media screen and (max-width: 767px) {
  .main-heading{
    font-size: 32px;
    line-height: 45px;
    padding-top: 45px;
  }
  .social-links {
    left: 4%;
    gap: 8px;
    z-index: 1000;
  }

  .social-links a {
    font-size: 20px;
    opacity: 0.9;
  }
  .experience {
    padding: 0 2vw;
  }
  .experience img {
    width: 75vw;
  }
  .experience-info { 
    font-size: 31px;
    line-height: 37px;
    top: -0.8em;
    margin: 0 0 0 -0.8em !important;
  }
  .fade-title-left,
  .fade-title-right,
  .experience .section-header {
    display: none;
  }
  .footer-logo{
    width: 220px;
  }
  .col-address {
    margin-top: 1em;
}
  .contact-item {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
    font-size: 18px;
  }
}
