* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: "Almarai", sans-serif;
  text-align: right;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.green {
  color: #006399 !important;
  font-size: 18px;
}

.mypadding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.showcase {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.carousel-control-next, .carousel-control-prev, .carousel-control-next:hover, .carousel-control-prev:hover {
  background: transparent;
  border: none;
}

/* .carousel-control-next-icon:after {
  
  width: 37px;
  content: 'f054';
  font-size: 20px;
  height: 30px;
  color: #fff;
  text-shadow: none;
  text-align: center;
  background-repeat: no-repeat;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";

}  */

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.lang.navbar.position-absolute {
  top: 0;
  left: 0;
}

.lang.navbar.position-absolute a {
  padding: 0.25rem 0.75rem;
  line-height: 40px;
  color: #b8c4cf;
}

.video-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.video-container:after {
  content: "";
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(35 192 243 / 20%);

  position: absolute;
}

.social-links {
  position: relative;
  float: left;
}

.social-links li {
  position: relative;
  margin-right: 18px;
  display: inline-block;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #006399;
}

.social-links li a {
  color: #000000b8
}

/* 
 .navbar {
  z-index: 500;
  position: absolute;
  top: 140px;
  z-index: 9999;
}  */
.sec-menu {
  position: absolute;
  z-index: 55;
  width: 100%;
  background: #fff;
  top: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

a.nav-link.active {
  position: relative;
}

a.nav-link.active:after {
  border-bottom: 3px solid #006399;
  position: absolute;
  width: 60%;
  content: "";
  bottom: -4px;
  right: 0;
}

a.nav-link.active::before {
  border-bottom: 3px solid #006399;
  position: absolute;
  width: 80%;
  content: "";
  bottom: -10px;
  right: 0;
}

h1 {
  z-index: 2;
  width: 50%;
  margin: 0 !important;
  justify-content: center;
  line-height: 70px;
}

section.aboutus {
  background-color: #f1f1f1;
}



section.aboutus i.fas.fa-check {
  color: #ffc107;
  font-size: 10px;
  margin-left: 5px;
}


section.aboutus h2.title {
  margin: 25px 0;
  color: #006399;
  word-spacing: 10px;
  line-height: 45px;
}

section.aboutus p {
  line-height: 35px;
}

section.aboutus button {
  padding: 25px 100px;
  border: navajowhite;
  background: #006399;
  color: #fff;
  /* font-weight: bold; */
  font-size: 18px;
  margin-top: 30px;
}

span.black {
  color: #212529;
}

section.icon {
  background-image: url(../images/funfact.jpg);
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

section.icon> ::before {
  content: "";
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 58, 90, 0.9);
  position: absolute;
}

section.icon .d-flex {
  position: relative;
  z-index: 2;
  color: #fff;
  justify-content: center;
}

section.icon .number {
  font-size: 40px;
}

section.icon h6 {
  font-size: 14px !important;
}

section.internal-nav {
  position: relative;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  background-color: #006399;
}

section.page-title {
  background-image: url(../images/factory.jpg);
  background-size: cover;
  position: relative;
  background-position: center right;
}

section.page-title::before {
  content: "";
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(0 103 157 / 67%);
  position: absolute;
}

section.page-title .row {
  height: 280px;
}

section.page-title h2 {
  color: #f1f1f1;
  word-spacing: 15px;
  font-weight: bold;
}

section.social {
  background-image: url(../images/factory.jpg);
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

section.social> ::before {
  content: "";
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(0 103 157 / 87%);
  position: absolute;
}

section.social .pasket {
  position: absolute;
  bottom: -95px;
  left: 0;
}

section.social div {
  font-size: 16px !important;
  color: #fff;
  line-height: 30px;
  word-spacing: 5px;
  text-align: center;
}

section.social div p {
  color: #f1f1f1 !important;
}

section div.works>span {
  font-size: 20px;
  font-weight: bold;
  color: #006399;
}

section div.works h2 {
  font-size: 36px;
  font-weight: bolder;
  margin: 20px 0 40px 0;
}

section div.works figure.position-relative.mt-4.mb-0 {
  background-color: #006399;
  text-align: center;
  padding-top: 50px !important;
  padding-bottom: 50px;
}

section div.works figure:hover img {
  transform: scale(1);
}

section div.works figure.position-relative.mt-4.mb-0 {
  overflow: hidden;
}

section div.works figure {
  margin: 0 !important;
}

section div.works figcaption {
  bottom: -80px;
  background: rgba(39, 39, 39, 0.65);
  transition: bottom 0.5s;
}

section div.works figure:hover figcaption {
  bottom: 0;
}

section div.works figure span:nth-child(2),
section div.works figure span:first-child {
  color: #f1f1f1;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/
.nav-pills-custom .nav-link {
  color: #6c757d !important;
  background: #fff;
  position: relative;
  font-size: 18px;
}

.nav-pills-custom .nav-link.active {
  color: #006399 !important;
  background: #f1f1f1;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*/
section.investment {
  background-color: #f1f1f1;
}


section.investment a.nav-link.active::before,
section.investment a.nav-link.active::after {
  border: none !important;
}

section.investment h2.title.text-center {
  margin: 25px 0;
  color: #006399;
  word-spacing: 10px;
  line-height: 45px;
}

section.investment span.black {
  color: black;
}

section.data {
  background-color: #006399;
}




section.data a.nav-link.active::before,
section.data a.nav-link.active::after {
  border: none !important;
}

section.data h2.title.text-center {
  margin: 25px 0;
  color: #006399;
  word-spacing: 10px;
  line-height: 45px;
}

section.data span.black {
  color: black;
}

p {
  color: #777777 !important;
  line-height: 30px;
  font-size: 15px;
}

.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tabs:after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 200px;
  z-index: 1;
  pointer-events: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.no-cssgradients .cd-tabs::after {
  display: none;
}

.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: inset 0 -2px 3px rgba(255, 255, 255, 0.06);
}

.cd-tabs-navigation {
  min-width: 480px;
}

.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tabs-navigation li {
  float: right;
}

.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  text-align: center;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #c3c2b9;
  padding-top: 34px;
}

.cd-tabs-navigation a.selected {
  box-shadow: inset 0 -2px 0 #006399;
  color: #006399;
}

.cd-tabs-content {
  background: #f7f7f7;
}

.cd-tabs-content li {
  display: none;
}

.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}

.cd-tabs-content li p {
  font-size: 14px;
  line-height: 1.6;
  color: #8493bf;
  margin-bottom: 2em;
}

@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

hr {
  margin: 0;
  margin-bottom: 2em;
}


.cd-tabs-navigation a {
  /* COMPANY: */
  font-size: 11px;
  color: #2f2f2f;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cd-tabs-content h1 {
  /* Be your own customer: */
  font-size: 30px;
  color: #2f2f2f;
  letter-spacing: 0.2px;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 0;
}

.cd-tabs-content heading {
  /* Be your own customer: */
  /* font-family: Montserrat-Regular; */
  /* font-size: 30px; */
  /* color: #2F2F2F; */
  /* letter-spacing: 0.2px; */
  /* Squarespace is built: */
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 0.22px;
  line-height: 34px;
  /* line-height: 40px; */
}

.cd-tabs-content .heading p {
  /* Squarespace is built: */
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 0.22px;
  line-height: 34px;
}

.cd-tabs-content .text p {
  /* Sed ut perspiciatis: */
  font-size: 13px;
  color: #595959;
  letter-spacing: 0.3px;
  line-height: 35px;
  padding-left: 2em;
  padding-top: 0.5em;
}

.cd-tabs-content li {
  padding-top: 1em;
}

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

.cd-tabs-navigation a.selected, .cd-tabs-navigation a.selected:hover {
  color: #006399;
}

section.news {
  background-color: #f1f1f1;
}

section.news img {
  transition: transform 1s;
  overflow: hidden;
}

section.news .img {
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

section.news .zoom:hover img {
  transform: scale(1.1);
}

section.news .calender {
  color: #006399;
  margin-left: 5px;
}

section.news .date {
  color: #a8a8ac;
  font-size: 13px;
}

section.news img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

section.news .content {
  background-color: #fff;
  padding: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 3px solid #006399;
}

section.news h6 a, section.news h6 {
  font-size: 14px;
  color: #006399;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

section.news .title {
  margin: 25px 0;
  color: #006399;
  word-spacing: 10px;
  line-height: 45px;
}




section.news .titleline::before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
}

section.services {
  color: #fff !important;
  background-color: #006399;
}


section.services h2.title {
  margin: 25px 0;
  color: #006399;
  word-spacing: 10px;
  line-height: 45px;
  color: #fff;
}

section.services span.black {
  color: #f1f1f1 !important;
}

section.services .titleline::before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
}

section.services p {
  color: #fff !important;
  margin-top: 35px;
}

section.services img {
  margin-bottom: 35px;
}

section.services h4 {
  line-height: 40px;
  text-align: center;
}

section.services .serv {
  padding: 30px 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  position: relative;
  transition: top 0.5s;
  top: 0;
  text-align: center;
}

section.services .serv:hover {
  top: -15px;
}

section.services p {
  margin-bottom: 0;
}

footer {
  background-color: #006399;
  color: #fff;
  font-size: 14px;
}

footer .social {
  font-size: 24px;
  transition: transform 2s;
}

footer .my-2.d-flex.flex-md-row.flex-column.text-center a {
  text-align: center;
  padding: 5px;
}

footer .myborder {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

footer .my-2 a {
  color: #fff !important;
}

footer .social a {
  color: #dee2e6;
  border: 1px solid;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

footer .social a {
  transition: transform 0.8s;
  margin: 0 5px;
}

footer .social a i {
  line-height: 40px;
}

footer .social a:hover {
  transform: translateY(-7px);
  color: #ffc107;
}

footer a.yellow {
  color: #006399 !important;
  padding: 2px;
}

section.event {
  background-color: #fff;
}

section.event .title {
  margin: 25px 0;
  color: #006399;
  word-spacing: 10px;
  line-height: 45px;
}



section.event p {
  color: #6c757d !important;
  line-height: 30px;
  font-size: 15px;
}

section.event img.img-responsive {
  transition: transform 0.8s;
}

section.event .wow.bounceInUp:hover img {
  transform: translateY(-10px);
}

section.event .th_date {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* text-align: center; */
  margin: 0 auto;
  border: 1px solid #ffb200;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 55;
  background: #f7f7f7;
}

section.event h6.text-center.mb-4 {
  font-weight: bold;
}

section.event .owl-item .th_event:nth-of-type(1):after {
  content: "";
  position: absolute;
  top: 35px;
  border: 1px solid #e6e7e7;
  width: 100%;
  left: 0;
  z-index: 0;
}

section.event .owl-stage-outer {
  direction: ltr;
}

section.event .th_event:before {
  width: 90px;
  height: 80px;
  margin: 0 auto;
  position: absolute;
  z-index: 55;
  background: #f7f7f7;
  content: "";
  right: 50%;
  margin-right: -45px;
  top: -2px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 1rem;
    margin-left: 1rem;
    padding-right: 0 !important;
  }
}

@media (max-width: 991px) {
  nav#header {
    position: absolute;
    top: 0;
    right: 0;
  }

  nav#header .navbar-nav a {
    text-align: center;
  }

  a.nav-link.active::before, a.nav-link.active::after {
    border: none !important;
  }

  nav#header {
    align-items: start;
  }

  nav#header {
    width: 100%;
    height: 100vh;
  }

  .navbar-nav {
    background: #006399;
  }
}

@media (max-width: 575.98px) {

  p {
    line-height: 27px;
    font-size: 14px;
  }

  .nav-link {
    padding: 0.3rem 0;
  }

  .title {
    word-spacing: 2px !important;
    font-size: 18px;
  }

  section.event .titleline {
    font-size: 14px;
  }

  .navbar-toggler {
    padding: 0.25rem 0.25rem;
  }

  .showcase h1 {
    width: 65%;
    line-height: 40px;
    font-size: 19px !important;
  }

  nav#header {
    width: 100%;
    height: 50px;
  }

  a.nav-link {
    text-align: center;
  }

  a.nav-link.active:after,
  a.nav-link.active:before {
    border: none;
  }

  section.internal-nav {
    height: 129px;
  }

  section.aboutus h2.title {
    word-spacing: 1px;
    line-height: 38px;
  }

  .mypadding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.aboutus button {
    padding: 19px 55px;
    border: navajowhite;
    background: #006399;
    color: #fff;
    /* font-weight: bold; */
    font-size: 16px;
    margin-top: 10px;
  }

  section.services img {
    margin-bottom: 15px;
  }

  section.services p {
    color: #fff !important;
    margin-top: 20px;
  }

  section.event .titleline {
    padding: 0;
  }

  section.social div {
    font-size: 18px !important;
    word-spacing: 3px;
  }

  .title {
    margin: 15px 0 !important;
    word-spacing: 5px !important;
    line-height: 35px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .showcase h1 {
    line-height: 50px;
    font-size: 22px !important;
  }

  nav#header {
    width: 100%;
    height: 50px;
  }

  a.nav-link {
    text-align: center;
  }

  a.nav-link.active:after,
  a.nav-link.active:before {
    border: none;
  }

  section.internal-nav {
    height: 129px;
  }

  section.internal-nav button {
    margin: 0 auto;
  }

  section.aboutus h2.title {
    word-spacing: 1px;
    line-height: 38px;
  }

  .mypadding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.aboutus button {
    padding: 19px 55px;
    border: navajowhite;
    background: #006399;
    color: #fff;
    /* font-weight: bold; */
    font-size: 16px;
    margin-top: 10px;
  }

  section.services img {
    margin-bottom: 15px;
  }

  section.services p {
    color: #fff !important;
    margin-top: 20px;
  }

  section.event .titleline {
    padding: 0;
  }

  section.social div {
    font-size: 18px !important;
    word-spacing: 3px;
  }

  .title {
    margin: 15px 0 !important;
    word-spacing: 5px !important;
    line-height: 35px !important;
  }
}

section.contactus .form-control {
  font-size: 14px !important;
  min-height: 48px;
  border: 1px solid rgba(21, 23, 26, 0.08) !important;
  outline: none;
}

section.contactus .btn-outline-primary {
  color: #006399;
  border-color: #006399;
}

section.contactus .btn-outline-primary:hover {
  color: #fff;
  background-color: #006399;
  border-color: #006399;
}

section.contactus p a {
  color: #fff;
}

section.contactus .btn-outline-primary:not(:disabled):not(.disabled).active,
section.contactus .btn-outline-primary:not(:disabled):not(.disabled):active,
section.contactus .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #006399;
  border-color: #006399;
}

section.contactus .position-relative i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 14px;
  background: linear-gradient(13deg, #006399, #006399);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.contactus ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(65, 64, 66, 0.5) !important;
  opacity: 1;
  /* Firefox */
  font-size: 14px;
}

section.contactus .form-control:focus {
  color: rgba(65, 64, 66, 0.7);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.2);
}

section.contactus .smalldiv {
  background-color: #f1f1f1;
  padding: 30px;
}

section.contactus .contact_info {
  background-color: #006399;
  color: #fff;
  padding: 30px;
}

section.contactus p {
  color: #fff !important;
}

section.contactus .text-primary {
  color: #006399 !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .showcase h1 {
    line-height: 41px;
    font-size: 28px !important;
    padding: 0;
  }
}




.navbar-brand {

  margin: 0 !important;
}

img.logo {
  width: 180px;
}
.lang.navbar.position-absolute {
  top: 0;
 
}
.lang.navbar.position-absolute a {
 
  color: #191919 !important;
}

@media (max-width: 991px) {
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
  img.logo {
    width: 100px;
  }

  .social-links {
 
    text-align: center;
    float: none !important;
}
.lang.navbar.position-absolute {
  top: 8px;
  left: 69px;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}
}