<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #ffffff; /* Dark gray (near black) for body text */
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  direction: rtl; /* Set the text direction to RTL */
  overflow-x: hidden;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #ffffff; 
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
}
p {
  font-size: 15px;
  color: #ffffff;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
  color: #ffffff;
}
a {
  color: #ffffff;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #ffffff;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #ffffff; 
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
} 
#menu.navbar-default {
  background-color: #0f4b56;
  border-color: rgb(246, 246, 246);
  box-shadow: 0 0 10px rgba(15,75, 86, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0f4b56;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav &gt; li &gt; a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #ffffff; 
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav &gt; li &gt; a:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav &gt; li &gt; a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav &gt; .active &gt; a:after,
.navbar-default .navbar-nav &gt; .active &gt; a:hover:after,
.navbar-default .navbar-nav &gt; .active &gt; a:focus:after {
  display: block !important;
  position: absolute !important;
  right: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #0f4b56;
}
.navbar-default .navbar-toggle:hover &gt; .icon-bar {
  background-color: #0f4b56;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-right: -30px; /* Changed from left to right */
  right: 50%; /* Changed from left to right */
}
.section-title p {
  font-size: 18px;
  color: #ffffff;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #343a48; 
  background-image: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #0f4b56; 
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 30px;
  background: url(../img/intro-bg.jpg) center center no-repeat;
  background-color: #0f4b56;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.50);
}
.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro h1 span {
  font-weight: 800;
  color: #0f4b56; /* Brownish-orange */
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}
header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
}

#features {
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
  padding-top: 10px;
  text-align: center; /* Align text and content to the center */
  display: flex; /* Using Flexbox for centering */
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center-align items horizontally */
}

#features i {
  font-size: 40px; /* Increase the size of the icons */
  color: #ffffff;
  width: 100px; /* Ensure uniform container size */
  height: 100px;
  border-radius: 50%;
  
  background: linear-gradient(to right, #0f4b56 0%, #8e8e8e 100%);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  display: flex; /* Ensure the icon text and contents are centered */
  align-items: center; /* Center content vertically within the icon */
  justify-content: center; /* Center content horizontally within the icon */
  text-align: center; /* Center text within the icon, if any */
}

/* Hover Effect */
#features i:hover {
  transform: scale(1.1); /* Slightly enlarge icon on hover */
  color: #0f4b56; /* Change icon color */
  background: #ffffff; /* Change background color */
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
}
.socialLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60x;
  padding: 40px 0; /* Adds more vertical space above and below the icons */
  margin-top: 20px; /* Adds extra space above the section */
  margin-bottom: 20px; /* Adds extra space below the section */  
}

.socialLinks__icon {
  font-size: 24px;
  color: #ffffff;
  background-color: #0f4b56;
  padding: 10px; /* Adjusts padding inside each icon */
  border-radius: 50%;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.socialLinks__icon:hover {
  transform: scale(1.1);
  background-color: #8e8e8e;
  color: #ffffff;
}

/* About Section */
#about {
  padding: 20px 20px;
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
  color: #ffffff; /* Dark gray */
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #ffffff; /* Dark blue */
}
#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  right: 15px;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-right: 6px;
  list-style: none;
  padding: 0;
  color: #ffffff;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #0f4b56;
  font-size: 11px;
  font-weight: 300;
  padding-left: 8px;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-left: 0;
  box-shadow: 0 0 50px rgba(15,75, 86, 0.15);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
  color: #fff;
}
.about__container-title {
  color: var(--blackColor);
  line-height: 1.5rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 1.5rem;
}
.mainContent {
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
  gap: 1rem;
}

.about__single {
  text-align: center;
}

.about__single img {
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
  width: 100px;
  border-radius: 50%;
  padding: 1rem;
}

.about__single h3 {
  font-weight: 700;
  color: var(--blackColor);
  padding: 0.5rem;
}

#video {
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
  padding-bottom: 30px;
  width: 100%; 
}

#video .container {
  width: 100%; /* Ensure the container takes full width */
  margin: 0 auto; /* Center the container */
  padding: 0;
}

.about__videoCard {
  display: flex;
  gap: 2rem;
  padding: 2rem 1rem;
    background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
    padding-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-around; 
    align-items: flex-start;
    text-align: center;
}

.about__cardText h2 {
  color: var(--WhiteColor);
  font-weight: 600;
  padding-bottom: 1rem;
  text-align: center; /* Center the text */
}

.about__cardText p {
  color: var(--WhiteColor);
  opacity: 0.7;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center; /* Center the text */
}

.about__cardVideo {
  border: 2px solid var(--WhiteColor);
  height: 400px;
  width: 100%; /* Ensure video container takes full width */
  border-radius: 10px;
  overflow: hidden;
}

.about__cardVideo video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 60% 40%;
}

/* Services Section */
#services {
  padding: 10px 0;
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%); /* Dark blue gradient, flipped direction */
  color: #fff;
  text-align: center; /* Align text and content to the center */
}

#services .service-desc {
  margin: 10px auto 20px; /* Auto margins for horizontal centering */
  max-width: 80%; /* Optional: limits the width of descriptions */
}

#services h2 {
  color: #fff;
}

#services .section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
  height: 4px;
  width: 60px;
  bottom: -10px; /* Adjusted to place under the H2 */
  left: 50%; /* Center the pseudo-element */
  transform: translateX(-50%); /* Precise center alignment */
}

/* Service Icon Styling */
#services i {
  font-size: 50px; /* Increase icon size */
  color: #ffffff;
  width: 100px;
  height: 100px;
  padding: 20px;
  border-radius: 50%;
  background: linear-gradient(to right, #805A40 0%, #000000 100%);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.3);
  display: inline-flex; /* Change from flex to inline-flex for center alignment */
  align-items: center;
  justify-content: center;
  margin: 20px auto; /* Center margin */
  transition: transform 0.3s ease;
}

#services i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px;
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%); /* Gradient correction */
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

#services i:hover {
  transform: scale(1.1); /* Slightly enlarge icon on hover */
}

#services h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}

#services p {
  color: rgba(255, 255, 255, 0.75);
}

#services .service-desc {
  margin-bottom: 40px;
}
/* Portfolio Section */
#portfolio {
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
  text-align: center;
  padding-bottom: 50px;
}

/* Responsive adjustments */
.portfolio-item {
  margin: 0 auto;
  padding: 50px 50px 50px 50px;
  width: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-bottom: 100px;

}

.portfolio-item img {
  width: 100%; /* Ensure it takes the full width of its container */
  max-width: 500px; /* Set a maximum width to keep the images small */
  height: auto;
}

.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease; /* Subtle scaling effect on hover */
}

.portfolio-item:hover .hover-bg {
  transform: scale(1.05); /* Scale image slightly on hover */
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(36, 144, 81, 0.8) 100%
  );
  padding: 50% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text &gt; h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text &gt; h4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}

.swiper-pagination {
  margin-top: -150px; 
}
/* Testimonials Section */
#testimonials {
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
}
.testimonial {
  position: relative;
}
.testimonial-image {
  float: right; /* Changed from left to right */
  margin-left: 15px; /* Changed from right to left */
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  color: #ffffff; /* Dark gray */
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff; /* Medium gray */
}
/* Team Section */
#team {
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
  text-align:center;
}
#team h4 {
  margin: 5px 0;
  color: #ffffff; /* Dark gray */
}
#team .team-img {
  width: 240px;
  text-align: center;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #ffffff; /* Slightly lighter gray */
}
/* Contact Section */
#contact {
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
}
#contact .h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
  left: 55%;
  transform: translateX(-50%); 
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033; /* Dark red */
  text-align: right; 
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #0f4b56; 
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: right;
  color: #3b3b3b; 
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444; /* Dark gray */
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999; /* Medium gray */
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777; /* Medium gray */
}
.form-control:-moz-placeholder {
  color: #777; /* Medium gray */
}
.form-control::-moz-placeholder {
  color: #777; /* Medium gray */
}
.form-control:-ms-input-placeholder {
  color: #777; /* Medium gray */
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-left: 10px; /* Changed from right to left */
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #0f4b56; /* Brownish-orange */
  background: #fff;
}
/* Footer Section*/
#footer {
  background: linear-gradient(to left, #0f4b56 0%, #8e8e8e 100%);
  padding: 20px 0;
}
#footer p {
  color: #ffffff;
  font-size: 14px;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  border-bottom: 2px solid #ffffff;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .intro {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
    #portfolio {
      padding: 20px 0;
      text-align: center;
    }
    .portfolio-item {
      text-align: center;
      padding: 10px;
    }
    .portfolio-item img {
      text-align: center;
    }
    #features {
      display: flex;
      flex-direction: column;
      padding: 10%; /* Removed extra padding */
    }
  
    #features .feature-item {
      padding: 20%;
    }
    .hover-bg .hover-text &gt; h4 {
        font-size: 16px;
      }
    
    }

@media (max-width: 576px) {
  .hover-bg .hover-text &gt; h4 {
    font-size: 14px;
  }
  .intro {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
  #portfolio {
    padding: 20px 0;
    text-align: center;
  }
  .portfolio-item {
    text-align: center;
    padding: 10px;
  }
  .portfolio-item img {
    text-align: center;
  }
  #features {
    display: flex;
    flex-direction: column;
    padding: 10%; /* Removed extra padding */
  }

  #features .feature-item {
    padding: 20%;
  }
}

@media (max-width: 480px) {
  .intro {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Reduced padding for smaller screens */
  }
  .intro h1 {
    font-size: 48px; /* Reduce font size for smaller screens */
  }
  .intro p {
    font-size: 18px; /* Adjust paragraph font size */
    margin-bottom: 40px; /* Reduce bottom margin */
    line-height: 24px; /* Adjust line height */
  }
  header .intro-text {
    padding-top: 150px; /* Reduce top padding */
    padding-bottom: 100px; /* Reduce bottom padding */
  }
  
  .hover-bg .hover-text &gt; h4 {
    font-size: 14px; /* Font size adjusted for mobile */
  }
  
  #portfolio {
    padding: 20px 0;
    text-align: center;
  }
  
  .portfolio-item {
    text-align: center;
    padding: 10px;
  }
  
  .portfolio-item img {
    width: 100%; /* Ensures the image takes the full width of its container */
    max-width: 100%; /* Ensures images fit within mobile screen limits */
    height: auto; /* Maintains aspect ratio */
    text-align: center;
  }

  #features {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0; /* Removed extra padding */
  }

  #features {
    display: flex;
    flex-direction: column;
    padding: 10%; /* Removed extra padding */
  }

  #features .feature-item {
    padding: 20%;
  }
}

@media (max-width: 400px) {
  /* Intro section styling adjustments for mobile */
  .intro {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Reduced padding for smaller screens */
  }

  .intro h1 {
    font-size: 24px; /* Further reduced font size for small screens */
  }

  .intro p {
    font-size: 16px; /* Adjust paragraph font size */
    margin-bottom: 20px; /* Reduce bottom margin */
    line-height: 22px; /* Adjust line height */
  }

  /* Adjustments to intro text in header for smaller screens */
  header .intro-text {
    padding-top: 100px; /* Reduce top padding */
    padding-bottom: 50px; /* Reduce bottom padding */
  }

  /* Hover background and text adjustments */
  .hover-bg .hover-text &gt; h4 {
    font-size: 12px; /* Further reduce font size for mobile */
  }

  /* Portfolio section adjustments */
  #portfolio {
    padding: 10px 0; /* Adjusted padding */
  }

  .portfolio-item {
    padding: 5px; /* Reduce padding around portfolio items */
  }

  .portfolio-item img {
    width: 100%; /* Ensure images take full width of the container */
    height: auto; /* Maintain aspect ratio */
  }

  /* Features section restructured for a single column layout */
  #features {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0; /* Uniform padding */
  }

  #features .feature-item {
    padding: 10px; /* Adjusted padding for feature items */
  }

  /* Adjustment for after pseudo-element in the About section */
  #about h2::after {
    right: 10px; /* Adjust position to better fit small screens */
  }
}
</pre></body></html>