@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
  font-family: "Roboto", sans-serif;
  float: left;
  width: 100%;
  color: #000;
  font-weight: 300;
  background-attachment: fixed;
  background-size: 40%;
  padding-right: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /* direction: rtl;
  text-align: right; */
}

.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #d7c07f;
}

::selection {
  color: #000;
  background: #d7c07f;
}

.btn {
  box-shadow: none;
  outline: none;
}

button {
  box-shadow: none;
  outline: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Inter", sans-serif;
}

.social i {
  font-size: 25px;
  margin-right: 20px;
}

.social {
  display: flex;
  margin-top: 30px;
}

p {
  color: #5a5a5a;
  line-height: 30px;
  font-size: 19px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

a:hover {
  color: #0e2c18;
}

ul li,
ul li a,
ol li,
ol li a {
  color: #161616;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

:focus {
  outline: none;
}

/* Styles for images */
img {
  max-width: 100%;
  height: auto;
}

.ban-img {
  position: absolute;
  width: 740px;
  left: 0;
}

h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 1.5rem;
}

.banner h3 {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.logo {
  margin: 1rem 0 10rem;
}

.color-span {
  background: rgb(26 141 170 / 26%);
  padding: 0 10px;
}

.banner {
  height: 100vh;
}

.about {
  padding: 4rem 0;
}

.px-20 {
  padding: 0 10rem 2rem;
}

.about h3 {
  font-size: 27px;
  margin-bottom: 4rem;
}

.about ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about ul li:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
}

.about ul li {
  padding: 1.5rem;
  font-weight: 400;
  font-size: 19px;
  max-width: 95%;
  border-radius: 12px;
  transition: all 300ms ease-in-out;
  background: transparent;
  display: flex;
  align-items: center;
}

.about ul li:first-child {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 1.5rem 0;
  background: #fff;
}

.about ul li span {
  background: #1a6c94;
  display: inline-block;
  padding: 10px;
  margin-left: 25px;
  border-radius: 7px;
}

h2.title {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 2.5rem
}

.small-p {
  font-size: 16px;
}

.sa {
  padding: 4rem 0;
}

h2.sub-title {
  font-size: 27px;
  margin-bottom: 1.5rem;
  color: #000;
  transition: all 300ms ease-in-out;
}

.p-box:hover h2 {
  color: #1a6c94;
}

.read-more {
  padding: 12px 35px;
  background: #59c7eb;
  color: #fff;
  border-radius: 3rem;
  font-size: 15px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  transition: all 300ms ease-in-out;
  margin-top: auto;
  text-align: center;
}

.read-more:hover {
  background: #1a6c94;
  color: #fff;
}

.p-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #cdcd;
  padding: 0 35px;
}

.about.why-us ul li {
  margin-left: auto;
}



.footer-area {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(32, 171, 206, .72) 122.33%);
}

.footer-widget__title {
  margin-top: -3px;
  color: #333333;
}

.mb-20 {
  margin-bottom: 20px;
}

.footer-area h6 {
  font-size: 18px;
}

.footer-area ul {
  list-style: none;
  padding: 0;
}

.hover-style-link {
  font-size: 15px;
  font-weight: 400;
  color: gray;
}

ul.region_list_sec a {
  border-right: 1px solid #000;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  /* font-family: "Graphik-Regular"; */
}

.region_list_sec {
  display: flex;
  justify-content: center;
}

.region_list_sec li {
  font-weight: 500;
}

.b-bottom .row .text-color {
  font-size: 15px;
  font-weight: 400;
  color: gray;
}

.image-btn img {
  margin: 10px 0;
}

.footer-widget__logo {
  margin-bottom: 1rem;
}

/* -------------------------- */
.landing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.saudi-item {
  position: relative;
}

.saudi-link {
  display: block;
  font-weight: 500;
}

.saudi-sub-list {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  border: 1px solid #ddd;
  min-width: 160px;
  z-index: 99;

  /* hidden state */
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.5s ease;
}

.saudi-sub-list.active {
  opacity: 1;
  transform: translateY(2px);
  pointer-events: auto;
}

.saudi-sub-item .saudi-sub-link {
  display: block;
  padding: 8px 0;
  border-right: none;
  text-decoration: none;
  color: #000;
}

.saudi-sub-item .saudi-sub-link:hover {
  background: #eee;
}
