[dir="ltr"] .swiper-wrapper {
  direction: unset !important;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
@font-face {
  font-family: "bootstrap-icons";
  src: url("css/fonts/bootstrap-icons.woff2") format("woff2"),
    url("css/fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Alexandria", sans-serif !important;
}
:root {
  --primary-color: #486988;
  --secondary-color: #57a399;
}

[dir="rtl"] * {
  text-align: right;
  direction: rtl;
}
.container {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 95% !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: rgba(177, 181, 183, 0.2) 0px 6px 12px -2px,
    rgba(177, 181, 183, 0.2) 0px 3px 7px -3px;
  transition: box-shadow 0.3s ease-in-out;
}
main {
  padding-top: 190px;
}
header .top-header {
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 0px;
}
header .top-header ul:first-child li {
  direction: ltr;
}
header .top-header ul li {
  list-style: none !important;
  text-decoration: none;
}
header ul li a:hover {
  text-decoration: none;
}
header .top-header .container .row {
  display: flex;
  align-items: center;
}
header .top-header .col-lg-6:last-child ul {
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
header .top-header .col-lg-6:first-child ul {
  justify-content: flex-start;
  align-items: center;
  text-align: right;
  gap: 16px;
}
header .top-header .col-lg-6:first-child ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
header .top-header .col-lg-6:first-child ul li i {
  padding-right: 8px;
}
.main-header .navbar {
  padding: 32px 0px !important;
}
.main-header .navbar-nav a {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: var(--primary-color) !important;
}
.lang-menu {
  display: flex;
  list-style: none;
}
.main-header .lang-menu i {
  margin-right: 4px;
}
.lang-menu li {
  padding-left: 17px !important;
  padding-right: 17px !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: var(--primary-color) !important;
}
.lang-menu li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: var(--primary-color) !important;
}
.navbar-expand-lg .navbar-nav li {
  padding-left: 17px !important;
  padding-right: 17px !important;
}
.main-header .contact-us {
  background-color: var(--secondary-color);
  color: #fff;
  width: 188px;
  height: 44px;
  border-radius: 69px;
  margin-right: 17px;
}
.main-header .contact-us a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
}
.main-header .contact-us:hover {
  opacity: 0.7;
}
.main-header .contact-us a:hover {
  text-decoration: none;
}
.main-header .navbar {
  text-align: right;
}
[dir="ltr"] .main-header .navbar {
  text-align: left;
}
.main-header .navbar-nav li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-header .navbar-nav li a {
  position: relative;
  width: fit-content;
}
.main-header .navbar-nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  height: 2px;
  background-color: var(--secondary-color);
  width: 0;
  transition: width 0.3s ease;
}
.main-header .navbar-nav li.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  height: 2px;
  background-color: var(--secondary-color);
  width: 100%;
  transition: width 0.3s ease;
}
[dir="ltr"] .main-header .navbar-nav li a::after,
[dir="ltr"] .main-header .navbar-nav li.active a::after {
  left: 0;
  right: unset;
}
header .navbar-light .navbar-brand:focus,
header .navbar-light .navbar-brand:hover {
  color: unset;
}
.main-header .navbar-nav li a:hover::after {
  width: 100%;
}
.main-header .bi-globe {
  color: var(--secondary-color);
  font-size: 18px;
}
#slider .carousel-indicators {
  gap: 2px;
}
[dir="rtl"] #slider .carousel-indicators {
  direction: ltr;
}
#slider .carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
  background-color: #cad3e9 !important;
  border-radius: 50% !important;
}
#slider .carousel-indicators .active {
  background-color: var(--primary-color) !important;
}
#slider img {
  height: 75vh !important;
  object-fit: cover;
}
#slider .carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    var(--primary-color) -53.72%,
    rgba(72, 105, 136, 0) 70.33%
  );
  pointer-events: none;
}
#slider .carousel-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(78, 78, 78, 0.38);
}
.carousel-item {
  position: relative;
}
#slider .item-caption p {
  margin-bottom: 0px !important;
}
#slider .item-caption {
  position: absolute;
  top: 17vh;
  right: 10%;
  color: #fff;
  text-align: right;
  direction: rtl;
  padding: 0px 20px;
}
#slider .item-caption h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 78.08px;
  margin-bottom: 32px;
}
#slider .item-caption p {
  font-weight: 400;
  font-size: 32px;
  line-height: 64px;
  position: relative;
}
#slider .item-caption span {
  display: inline-block;
  width: 153px;
  height: 8px;
  background-color: var(--secondary-color);
}
#slider .carousel-control-next,
#slider .carousel-control-prev {
  width: 10%;
}
#slider .contact-us {
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 69px;
  display: block;
  margin-top: 30px;
  width: 188px;
  height: 44px;
}
#slider .contact-us:hover {
  opacity: 0.9;
}
#slider .contact-us a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
}
#slider .contact-us a:hover {
  text-decoration: none;
}
header ul {
  margin-bottom: 0px !important;
}
header .navbar-brand {
  margin-right: 0px !important;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}
#who-we-are,
#our-vision,
#our-message,
#our-goals {
  padding-top: 40px;
  padding-bottom: 40px;
}
#who-we-are h3,
#our-vision h3,
#our-message h3,
#our-goals h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.26px;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 0px !important;
}
#who-we-are span,
#our-vision span,
#our-message span,
#our-goals span {
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: var(--secondary-color);
}
#who-we-are p,
#our-vision p,
#our-message p,
#our-goals p {
  padding-top: 24px;
  color: #626363;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}
#who-we-are .more,
#our-vision .more,
#our-message .more,
#our-goals .more {
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 69px;
  -webkit-border-radius: 69px;
  -moz-border-radius: 69px;
  -ms-border-radius: 69px;
  -o-border-radius: 69px;
  width: 188px;
  height: 44px;
  border: none;
  outline: none;
  margin-top: 34px;
}
#who-we-are .more a,
#our-vision .more a,
#our-message .more a,
#our-goals .more a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
}
#who-we-are .more:hover,
#our-vision .more:hover,
#our-message .more:hover,
#our-goals .more:hover {
  opacity: 0.7;
}
#who-we-are .more a:hover,
#our-vision .more a:hover,
#our-message .more a:hover {
  text-decoration: none;
}
#who-we-are .my-gap,
#our-vision .my-gap,
#our-message .my-gap,
#our-goals .my-gap {
  gap: 30px;
}
#our-goals ul {
  margin-top: 24px;
}
#our-goals ul li {
  font-size: 300;
  font-size: 16px;
  line-height: 32px;
  color: #626363;
}
ul li::marker {
  font-size: 10px;
  color: #626363;
}
#who-we-are .ocean-crystals,
#our-vision .vision-img,
#our-message .our-message-img,
#our-goals .goals-img {
  width: 100%;
  height: 93%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  object-fit: cover;
}
.more-btn {
  text-align: left;
}
#our-products {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
#our-products .products-overlay {
  background: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#our-products .product {
  position: relative;
  padding-right: 30px;
}
#our-products .product a {
  color: #fff;
  text-decoration: none;
}
#our-products .product img {
  position: absolute;
  top: -12px;
  right: 0;
}
#our-products .our-products-title {
  margin-bottom: 80px;
}
h3 {
  margin-bottom: 0px !important;
}
#our-products .product h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.94px;
  margin-bottom: 12px;
}
#our-products .my-row-gap {
  row-gap: 40px;
}
#our-products .product p {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
 
}
.bottom-border {
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: var(--secondary-color);
  position: relative;
}
#achievements {
  padding-top: 80px;
  padding-bottom: 80px;
}
#products {
  padding-top: 80px;
}
#achievements h3,
#events h3,
#products h3,
#the-product h3,
#blogs h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29.26px;
  color: var(--primary-color);
}
#achievements .col-lg-2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#achievements .my-achievements {
  gap: 20px;
}
#achievements .achievements-title,
#events .events-title {
  padding-bottom: 24px;
}
#achievements p {
  margin-bottom: 8px !important;
}
#achievements .achievements-number {
  padding-top: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29.26px;
  color: var(--secondary-color);
}
#achievements .achievements-country {
  font-weight: 500;
  font-size: 18px;
  line-height: 28.8px;
  color: var(--primary-color);
}
#achievements .blue-bg {
  width: 137px;
  height: 137px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#events .event img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#events a {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#events .col-lg-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#events .events-name {
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  opacity: 0;
  transition: opacity 0s cubic-bezier(0.4, 0, 0.2, 1),
    bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s;
}
#events .event:hover .events-name {
  opacity: 1;
}
#events .events-background {
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  background: linear-gradient(
    270deg,
    rgba(72, 105, 136, 1),
    rgba(72, 105, 136, 1)
  );
  z-index: 1;
}
#events .events-name p {
  position: relative;
  z-index: 2;
  margin-bottom: 0 !important;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
}

#events .my-events {
  row-gap: 30px;
}
#partners {
  padding-top: 80px;
}
#partners .owl-stage {
  margin-top: 40px;
  padding-bottom: 3px;
}
#partners .partners-title h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
}
#partners .fixed-border {
  width: 100%;
}
#partners .partner-img {
  width: 60%;
  height: 60%;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 19%;
  left: 20%;
}
#blogs .owl-carousel .owl-stage {
  padding-bottom: 8px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #cad3e9 !important;
  margin: 40px 3px 0px 3px !important;
}
.owl-theme .owl-dots .owl-dot span:focus,
button:focus {
  border: none !important;
  outline: none !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color) !important;
}
.owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px !important;
}
#blogs {
  padding-top: 80px;
}
#blogs .cardd .card-body {
  padding: 0px !important;
}
#blogs h3,
#partners h3,
#jobs h3,
#available-jobs .available-jobs-title h3 {
  color: var(--primary-color);
}
#blogs .blogs-title,
#contact-us .contact-title {
  padding-bottom: 40px;
}
#blogs .cardd {
  border: none !important;
}
#blogs .cardd .card-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: var(--primary-color);
  margin-bottom: 4px !important;
  margin-top: 30px;
}
#blogs .cardd .card-title a {
  color: var(--primary-color) !important;
}
#blogs .cardd .card-footer {
  background-color: none !important;
  background: none !important;
  padding: 16px 0px 0px 0px !important;
}
#blogs .cardd .card-text,
#blogs .cardd ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #7b7b7b;
  text-align: justify;
}
#blogs .cardd .card-text {
  padding-bottom: 8px !important;
}
#blogs .cardd ul {
  margin-bottom: 0px !important;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#blogs .cardd ul li {
  display: flex;
}
#blogs .cardd ul li img {
  padding-left: 10px;
  width: 100%;
}
#blogs .cardd button {
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
  border-radius: 69px;
  -webkit-border-radius: 69px;
  -moz-border-radius: 69px;
  -ms-border-radius: 69px;
  -o-border-radius: 69px;
  width: 194px;
  height: 44px;
  text-align: center;
  margin-top: 16px;
  background: #fff;
  opacity: 1;
}
#blogs .cardd button:focus {
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
#blogs .cardd button a {
  color: var(--primary-color) !important;
  text-decoration: none;
}
#blogs .cardd button a:hover {
  opacity: 0.7;
}
#blogs .card-group {
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-item ul li img {
  width: unset !important;
  width: 23px;
  height: 25px;
}
.owl-carousel .owl-item ul li img:first-child {
  width: 100%;
}
#blogs .all-btn {
  width: 188px;
  height: 44px;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 69px;
  -webkit-border-radius: 69px;
  -moz-border-radius: 69px;
  -ms-border-radius: 69px;
  -o-border-radius: 69px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
  margin-top: 40px;
}
#blogs .all-btn a {
  color: #fff;
  text-decoration: none;
}
#blogs .all-btn:hover {
  opacity: 0.7;
}
#contact-us {
  padding-top: 80px;
  padding-bottom: 80px;
}
#contact-us .my-contact-gap {
  row-gap: 40px;
  justify-content: space-between;
}
#contact-us .contact-title h3 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
}
#contact-us .map iframe {
  border: none;
  outline: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 100%;
}
#contact-us form {
  gap: 30px;
}
#contact-us form input {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  padding: 13px 26px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  border: 2px solid var(--primary-color);
}
#contact-us form textarea {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 13px 26px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  border: 2px solid var(--primary-color);
  min-height: 190px;
}
#contact-us form input::placeholder,
#contact-us form textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: rgba(202, 211, 233, 1) !important;
}
#contact-us form .submit-div {
  text-align: left;
}
#contact-us form .submit-div .submit-btn {
  width: 188px;
  height: 44px;
  padding: 5px;
  border-radius: 69px;
  -webkit-border-radius: 69px;
  -moz-border-radius: 69px;
  -ms-border-radius: 69px;
  -o-border-radius: 69px;
  text-align: center;
  border: none;
  outline: none;
  background-color: var(--secondary-color);
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
  margin-top: 10px;
}
#contact-us form .submit-div .submit-btn:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.form-control:focus {
  box-shadow: none !important;
}
.main-footer {
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding-top: 48px;
  padding-bottom: 80px;
}

.main-footer .col-lg-2,
footer .col-lg-3 {
  padding-top: 24px;
}
.main-footer .my-footer {
  display: flex;
  gap: 30px;
  z-index: 1;
}
.main-footer .footer-bg {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 35%;
}
.main-footer .footer-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: var(--primary-color);
  mix-blend-mode: multiply;
}
.main-footer .important-links ul,
.main-footer .social-media ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.main-footer .important-links h4,
.main-footer .social-media h4 {
  padding-bottom: 28px;
}
.main-footer .top-social-media ul li img {
  padding-left: 8px;
}
.main-footer .social-media .links-social-media ul {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.main-footer ul li a {
  color: #fff;
}
.main-footer ul li a:hover {
  color: #fff;
}
.main-footer .ocean-logo {
  padding: 0px !important;
  position: absolute;
  top: 3%;
  bottom: 10%;
  left: 0;
  display: flex;
  justify-content: end;
}
.main-footer .ocean-logo img {
  object-fit: scale-down;
}
footer .copy-right-row {
  position: relative;
  background-color: var(--secondary-color);
  color: #fff;
  padding: 26px 0px;
  z-index: 1;
}
footer .copy-right-row .copy-right {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0px !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  flex-wrap: wrap;
}
.who-we-are-gap,
.our-vision-gap,
.our-message-gap,
.our-goals-gap {
  row-gap: 30px;
}
.ocean-breadcrumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ocean-breadcrumb-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(72, 105, 136, 0.7),
    rgba(72, 105, 136, 0.7)
  );
}
.breadcrumb {
  background-color: unset !important;
  padding: 89px 1rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb .breadcrumb-item {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
  z-index: 1;
}
#who-we-are .ocean-crystals,
#our-message .our-message-img {
  position: absolute;
  top: 3.5%;
  left: 5.5%;
  width: 97%;
  max-width: 94%;
  object-fit: cover;
}
#our-vision .vision-img,
#our-goals .goals-img {
  width: 90%;
  position: absolute;
  top: 3.5%;
  left: 3%;
  width: 97%;
  max-width: 97%;
}
.rectangle {
  max-width: 95% !important;
}
.rectangle-div1 {
  justify-content: flex-end;
}
.rectangle-div2 {
  justify-content: flex-end;
}
#products .card-group {
  margin-top: 80px;
}
#products .card-body {
  padding: 16px !important;
  text-align: center;
}
#products img,
#the-product img {
  border-radius: 16px;
  width: 100%;
  height: 328px;
  max-height: 328px;
  object-fit: cover;
  border: 3px solid var(--secondary-color);
  padding: 16px;
}
#products.single-product img {
  height: 250px;
}
#products.single-product button {
  height: 44px;
  width: 168px;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 69px;
  text-align: center;
  border: none;
  outline: none;
  margin-bottom: 24px;
  margin-top: 8px;
}
#products.single-product button:hover {
  opacity: 0.7;
}
#products.single-product button a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.5px;
}
#products.single-product button a:hover {
  text-decoration: none;
}
#products .card-title {
  text-align: center !important;
}
#products .card-title a {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.94px;
  color: var(--primary-color);
  text-align: center;
}
#products .card-title a:hover {
  text-decoration: none;
}
#products .card-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: #626363;
}
#products .products-row-gap {
  row-gap: 40px !important;
}
.events {
  padding-top: 80px;
}
.blogs .blogs-row-gap {
  row-gap: 80px;
}
.blogs {
  padding-bottom: 80px;
}
.blogs .blogs-title {
  padding-bottom: 80px !important;
}
.blogs .cardd ul li img {
  width: unset !important;
}
.blogs .card-group {
  justify-content: space-between !important;
}
.blogs .pagination {
  font-family: "Alexandria", sans-serif !important;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
[dir="rtl"] .pagination {
  direction: rtl;
}
[dir="rtl"] .pagination .prev,
[dir="rtl"] .pagination .next {
  direction: rtl;
}
.pagination a,
.pagination span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #626363;
  padding: 6px 10px;
  border-radius: 2px;
  text-align: center;
}
.pagination .page {
  background-color: #fff;
}
.pagination .page-link {
  border: none;
  background-color: inherit !important;
}
.pagination .page-link:focus {
  box-shadow: none !important;
}
.pagination .page-item.active .page-link {
  background-color: #1e40af !important;
  color: #fff;
  border-color: unset;
}
.pagination .prev,
.pagination .next {
  background-color: #9eb1dc !important;
  color: #fff;
  font-size: 20px;
}
.pagination .prev:hover,
.pagination .next:hover {
  background-color: #9eb1dc !important;
}
.pagination .dots {
  background: none;
  border: none;
  padding: 0;
}
.pagination a:hover {
  background-color: #1e40af !important;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

#jobs .jobs-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#jobs .jobs-title h3 {
  padding-bottom: 16px;
}
#jobs .jobs-title p {
  color: #626363;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  padding-top: 40px;
  text-align: justify;
}
#jobs .jobs-row {
  padding-top: 80px;
  padding-bottom: 80px;
  row-gap: 40px;
}
#jobs .jobs-img img {
  border-radius: 16px;
  width: 100%;
  height: 344px;
  max-height: 344px;
  object-fit: cover;
  border: 2px solid var(--secondary-color);
  padding: 16px;
}
#available-jobs {
  padding-bottom: 80px;
}
#available-jobs .available-jobs-title {
  padding-bottom: 40px;
}
#available-jobs .available-jobs-title h3,
#jobs .jobs-title h3 {
  font-size: 20px;
}
#available-jobs .job-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: var(--primary-color);
  margin-bottom: 0px !important;
}
#available-jobs .job-description {
  color: #626363;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  padding-top: 5px;
  margin-bottom: 0px !important;
}
#available-jobs .apply-now-btn {
  width: 188px;
  height: 44px;
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 69px;
  text-align: center;
  border: none;
  outline: none;
}
#available-jobs .apply-now-btn a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
}
#available-jobs .available-jobs-group {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
#available-jobs .apply-now-btn:hover {
  opacity: 0.7;
}
#available-jobs .available-job-row {
  row-gap: 20px;
}
#available-jobs .apply-now-div {
  display: flex;
  justify-content: end;
  align-items: center;
}
#job-application .job-application-title,
#job .job-title-description .job-title,
#job .job-requirements-menu .job-requirements {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
  color: var(--primary-color);
}
#job .job-title-description .job-description,
#job .job-requirements-menu .requirements-menu {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #636264;
  padding-top: 30px;
  margin-bottom: 0px !important;
}
#job .job-requirements-menu .requirements-menu {
  padding-right: 15px;
}
#job .job-row {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
}
#job .job-requirements-menu {
  padding-top: 45px;
}
#job img {
  object-fit: cover;
  border-radius: 16px;
}
#job-application {
  padding-bottom: 80px;
}
.form-application {
  padding-top: 50px;
}
.form-application form .form-group {
  margin-bottom: 0px !important;
}
.form-application form {
  row-gap: 40px;
  display: flex;
  flex-direction: column;
}
.form-application label {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: var(--primary-color);
  margin-bottom: 0px !important;
  padding-bottom: 16px;
  width: 100%;
}
.form-application .form-row {
  justify-content: space-between;
}
.form-application input,
.form-application input:focus {
  background-color: #eeedef;
  border-radius: 4px;
  border: none;
  padding: 10px;
}
.form-application textarea {
  background-color: #eeedef;
  border-radius: 4px;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 153px;
  padding: 10px;
}
.form-application textarea:focus {
  border: none;
  outline: none;
}
.form-application input:focus {
  box-shadow: unset !important;
}
.form-application .submit-application {
  width: 188px;
  height: 44px;
  border-radius: 69px;
  background-color: var(--secondary-color);
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
}
.form-application .submit-application a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
}
.form-application .submit-application a:hover {
  text-decoration: none;
}
.form-application input[type="file"] {
  color: #afa7ba;
  font-weight: 400;
  font-size: 16px;
  line-height: 28.98px;
}
.form-application .form-row {
  row-gap: 40px;
}
.form-application input[type="file"]::file-selector-button {
  color: #000000;
  font-weight: 400px;
  font-size: 16px;
  line-height: 28.98px;
}
.form-application .submit-application:hover {
  opacity: 0.7;
}
#single-blog .single-blog-title h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
}
#single-blog .single-blog-title {
  padding-top: 80px;
  padding-bottom: 28px;
  color: var(--primary-color);
}
#single-blog .single-blog-row ul {
  padding-top: 16px;
}
#single-blog .single-blog-img {
  border-radius: 8px;
}
#single-blog .single-blog-row ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#single-blog .single-blog-row {
  padding-bottom: 80px;
}
#single-blog .single-blog-row ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  color: #696969;
}
#single-blog .single-blog-row ul li img {
  margin-left: 12px;
}
#single-blog .single-blog-row ul li:first-child img,
.recommended-blogs#blogs .cardd ul li:first-child img {
  height: 23px;
}
#single-blog p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  text-align: justify;
  color: #696969;
  margin-bottom: 0px !important;
}
#single-blog {
  padding-top: 38px;
  padding-bottom: 38px;
}
#single-blog .single-blog-content h1,
#single-blog .single-blog-content h2,
#single-blog .single-blog-content h3,
#single-blog .single-blog-content h4,
#single-blog .single-blog-content h5,
#single-blog .single-blog-content h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
  color: var(--primary-color);
  padding-top: 38px;
}
#single-blog ul {
  padding-top: 14px;
  padding-right: 15px;
}
#single-blog ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  color: #696969;
}
#single-blog .single-blog-content,
#single-blog .single-blog-row {
  padding-left: 15px;
  padding-right: 15px;
}
.recommended-blogs#blogs {
  padding-bottom: 80px;
}
.recommended-blogs#blogs .cardd ul li img {
  width: unset !important;
}
.recommended-blogs#blogs .recommended-blogs-title {
  padding-bottom: 40px;
}
.recommended-blogs#blogs .recommended-blogs-title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
  color: var(--primary-color);
}
.recommended-blogs#blogs .blogs-row-gap {
  row-gap: 40px;
}
.form-application .form-row {
  display: flex;
  gap: 8%;
}
.form-application .form-group {
  flex: 1;
}
button:focus {
  box-shadow: none !important;
}
.single-product .products-row-gap {
  justify-content: space-around;
}
.single-product .products-row-gap .cardd {
  border: 1px solid #d9d9d9;
  border-radius: 16px;
}
.single-product .products-row-gap .col-lg-3 {
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#products.single-product .card-group {
  margin-top: 40px;
}
#the-product .order-product button {
  width: 168px;
  height: 44px;
  border-radius: 69px;
  border: none;
  outline: none;
  text-align: center;
  background-color: var(--secondary-color);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.5px;
}
#the-product .order-product button:hover,
#the-product .download button:hover {
  opacity: 0.7;
}
#the-product .download button {
  width: 142px;
  height: 44px;
  border-radius: 69px;
  border: none;
  outline: none;
  text-align: center;
  background-color: var(--secondary-color);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.5px;
}
#the-product .download button a,
#the-product .order-product button a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.5px;
}
#the-product .download button a:hover,
#the-product .order-product button a:hover {
  text-decoration: none;
}
#the-product .the-product-row {
  padding-top: 80px;
  padding-bottom: 40px;
}
#the-product .the-product-info {
  row-gap: 40px;
}
#the-product .description {
  color: #626363;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  padding-bottom: 24px;
}
#the-product h4 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
}
#the-product .download-row p {
  color: #a8a8a8;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  padding-right: 24px;
  margin-bottom: 0px !important;
}
[dir="ltr"] #the-product .download-row p {
  padding-left: 24px;
  padding-right: unset;
}
#the-product .download-row {
  display: flex;
  text-align: center;
  align-items: center;
  padding-top: 24px;
}
.whatsapp {
  width: 70px;
  height: 70px;
  background-color: #25d366;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.whatsapp i {
  font-size: 40px;
  color: #fff;
}
footer .col-lg-10 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#page404,
#success {
  padding-top: 80px;
  padding-bottom: 80px;
}
#page404 h2,
#success h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29.26px;
  color: var(--primary-color);
}
#page404 h2 {
  padding-bottom: 40px;
}
#success img {
  padding-top: 40px;
  padding-bottom: 40px;
}
#page404 a,
#success a {
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
  padding: 24px 10%;
  height: 71px;
  border-radius: 75px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page404 a {
  margin-top: 46px;
}
#success a {
  margin-top: 40px;
}
#page404 a:hover,
#success a:hover {
  opacity: 0.8;
  transition: all ease-in 0.3s;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 25px;
}
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 3.5%) !important;
}
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 3.5%) !important;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #cad3e9 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 25px) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: bold !important;
}
.swiper-wrapper {
  direction: rtl !important;
}
[dir="rtl"] .swiper-slide {
  direction: rtl !important;
}
[dir="ltr"] .swiper-slide {
  direction: ltr !important;
}
#contact-us form {
  margin-top: 30px;
}
#contact-us .nav-tabs .nav-link,
#contact-us .nav-tabs .nav-link.active {
  padding: 10px 20px !important;
  color: var(--primary-color);
  font-size: 18px;
}
#contact-us .nav-tabs .nav-link {
  border: none;
  background: none;
}
#contact-us .nav-tabs .nav-item {
  margin-bottom: 0;
}
#contact-us label {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 16px;
}
#contact-us .nav-tabs .nav-link.active {
  border: 1px solid #00ce7c !important;
  background: #fafafa;
  border-bottom: 0 !important;
}
#contact-us h5 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
}
.carousel-control-prev i,
.carousel-control-next i {
  font-size: 24px;
  color: #fff;
}

[dir="ltr"] .navbar-nav {
  margin-left: auto !important;
  margin-right: unset !important;
}
[dir="ltr"] .main-header .lang-menu i {
  margin-left: 4px;
  margin-right: unset !important;
}
[dir="ltr"] .main-header .contact-us {
  margin-left: 17px;
  margin-right: unset;
}
[dir="ltr"] #slider .item-caption {
  left: 10%;
  right: unset;
  text-align: left;
}
[dir="ltr"] #slider .item-caption .justify-content-end {
  justify-content: flex-start !important;
}
[dir="ltr"] #who-we-are .ocean-crystals,
[dir="ltr"] #our-message .our-message-img {
  right: 5.5%;
  left: unset;
}
[dir="ltr"] .main-footer .ocean-logo {
  right: 0;
  left: unset;
}
[dir="ltr"] .main-footer .top-social-media ul li img {
  padding-right: 8px;
  padding-left: unset;
}
footer .copy-right .pr-2 {
  padding-left: 0.5rem !important;
}
[dir="ltr"] #our-products .product img {
  position: absolute;
  top: -8px;
  left: -12px;
  transform: rotate(180deg);
}
[dir="ltr"] .more-btn {
  display: flex;
  justify-content: end;
}
[dir="ltr"] #our-vision .vision-img,
[dir="ltr"] #our-goals .goals-img {
  right: 3%;
  left: unset;
}
[dir="ltr"] #blogs .cardd ul li img {
  padding-right: unset;
  padding-left: 10px;
}
[dir="ltr"] .blogs .pagination {
  direction: ltr;
}
[dir="ltr"] .blogs .pagination .next,
[dir="ltr"] .blogs .pagination .prev {
  direction: ltr;
}
[dir="ltr"] #single-blog .single-blog-row ul li img {
  margin-right: 12px;
  margin-left: unset;
}
[dir="ltr"] .lang-menu {
  justify-content: flex-start;
}
[dir="ltr"] .swiper-wrapper {
  direction: unset !important;
}
[dir="ltr"] .swiper-button-next:after,
[dir="ltr"] .swiper-button-prev:after {
  font-size: 25px !important;
}
[dir="ltr"] .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 3.5%) !important;
}
[dir="ltr"] .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 3.5%) !important;
}
#our-products .our-products-title h3,
#achievements h3 {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 412px) {
  #single-blog .single-blog-row ul {
    flex-direction: column;
  }
}
@media (width: 853px) {
  #slider .item-caption {
    top: 25vh;
  }
}
@media (max-width: 765px) and (min-width: 400px) {
  #slider .item-caption {
    top: 17vh;
  }
}
@media (max-width: 1280px) {
  .main-header .navbar-nav a {
    font-size: 17px;
  }
  .lang-menu li,
  .lang-menu li a {
    font-size: 17px;
  }
  .main-header .contact-us {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .nav-link {
    padding: 0rem 0rem !important;
    padding-bottom: 13px !important;
  }
  [dir="ltr"] .main-header .contact-us {
    margin-left: 0px;
  }
  [dir="ltr"] #slider .item-caption .justify-content-md-end {
    justify-content: end;
  }
  .navbar-nav {
    row-gap: 10px !important;
  }
  .lang-menu {
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #who-we-are .col-lg-5,
  #our-vision .col-lg-5,
  #our-message .col-lg-5,
  #our-goals .col-lg-5 {
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  #our-vision .vision-img,
  #our-goals .goals-img {
    width: 94%;
  }
  #who-we-are .ocean-crystals,
  #our-message .our-message-img {
    left: 6%;
  }
  .rectangle {
    max-width: 100% !important;
  }
  .rectangle-div2,
  .rectangle-div1 {
    justify-content: unset;
  }
  #who-we-are .ocean-crystals,
  #our-message .our-message-img {
    width: 88%;
    height: 93%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .main-footer {
    padding-bottom: 48px;
  }
  footer .copy-right-row .copy-right {
    font-size: 15px;
  }
  #contact-us form .submit-div {
    text-align: center;
  }
  header .top-header .col-lg-6:first-child ul li {
    font-size: 13px;
  }
  header .top-header .col-lg-6:first-child ul {
    justify-content: flex-start;
  }
  #slider .item-caption {
    top: 5%;
  }
  #slider .item-caption h2 {
    font-size: 47px;
  }
  .more-btn {
    text-align: right;
  }
  .ocean-crystals {
    top: 3.2%;
    left: 6%;
  }
}
@media (max-width: 765px) {
  #the-product .download-row p {
    font-size: 13px;
  }
  .form-application .form-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form-application form {
    row-gap: 20px;
  }
  #available-jobs .apply-now-div {
    justify-content: start;
  }
  header .top-header .col-lg-6:last-child ul {
    justify-content: flex-start;
  }
  #partners .owl-stage {
    gap: 0px !important;
  }
  #blogs .owl-stage {
    gap: 0px !important;
  }
  header .top-header .icons {
    display: none;
  }
}
@media (max-width: 375px) {
  header .top-header .col-lg-6:first-child ul {
    flex-direction: column;
    align-items: end;
  }
  header .top-header .col-lg-6:first-child ul li {
    font-size: 15px;
  }
}
@media (width: 768px) {
  #slider .item-caption {
    top: 30%;
  }
}
@media (max-width: 1023px) {
  .navbar-nav {
    padding-top: 20px;
  }
  .main-header .contact-us {
    margin-top: 10px;
  }
  header .top-header .col-lg-6:first-child ul li i {
    padding-right: 8px;
  }
  .main-header .contact-us {
    margin-right: 0px;
  }
  .main-header .navbar-nav a {
    font-size: 18px;
  }
  .lang-menu li,
  .lang-menu li a {
    font-size: 18px;
  }
}
@media (min-width: 1160px) and (max-width: 1279px) {
  .main-header .navbar-nav a {
    font-size: 15px;
  }
  .lang-menu li,
  .lang-menu li a {
    font-size: 15px;
  }
  .main-header .contact-us {
    width: 140px;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  .main-header .navbar-nav a {
    font-size: 11px;
  }
  .lang-menu li,
  .lang-menu li a {
    font-size: 11px;
  }
  .main-header .contact-us {
    width: 110px;
  }
  .main-header .contact-us a {
    font-size: 13px;
  }
}
@media (min-width: 1100px) and (max-width: 1160px) {
  .main-header .navbar-nav a {
    font-size: 13px;
  }
  .main-header .contact-us {
    width: 110px;
  }
  .main-header .contact-us a {
    font-size: 13px;
  }
}
@media (width: 1024px) {
  #products.single-product img {
    height: 180px;
  }
  .main-header .bi-globe {
    font-size: 14px;
  }
  .main-header .navbar-nav a {
    font-size: 10px;
  }
  .lang-menu li,
  .lang-menu li a {
    font-size: 10px;
  }
}
@media (min-width: 1280px) and (max-width: 1310px) {
  .main-header .navbar-nav a {
    font-size: 17px;
  }
  .lang-menu li,
  .lang-menu li a {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .single-product .products-row-gap {
    justify-content: space-between;
  }
  .main-footer .ocean-logo img {
    width: 92%;
  }
  .blogs .col-lg-4 {
    max-width: 32% !important;
  }
  #contact-us .col-lg-6 {
    width: 47%;
    flex: 0 0 47%;
  }
}
@media (min-width: 1000px) {
  [dir="ltr"] #slider .item-caption .justify-content-md-end {
    justify-content: flex-start !important;
  }
  .single-product .col-lg-10 {
    max-width: 85% !important;
    flex: 0 0 85% !important;
  }
  .single-product .products-row-gap .col-lg-3 {
    max-width: 31% !important;
    flex: 0 0 31% !important;
  }
}
@media (max-width: 390px) {
  #the-product .download-row p {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
}
@media (max-width: 1170px) and (min-width: 992px) {
  #products.single-product img {
    height: 180px;
  }
}
[dir="rtl"] .main-footer .social-media ul li:nth-child(1) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  direction: ltr;
}

