<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: 'poppins', sans-serif;
      background: linear-gradient(45deg, #c7dadff7, #adb5b9); 
  
    
      margin: 0px;
      font-size: 18px;
      position: relative;

      z-index: 0; /* Set a higher z-index */
     
      margin-top: 0%;

    }














    .menu-icon {
      display: none;
      cursor: pointer;
      font-size: 29px;
      background: linear-gradient(45deg, #c7dadff7, #adb5b9); 
    }
    
    ul {
      background-color: #247499;
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 3px 3px;
      color: rgb(255, 255, 255);
      z-index: 5; /* Set a higher z-index */
    }
    
    li {
      margin-top: 3px;
      transition: background-color 0.3s, color 0.3s;
      border: 0px solid #6e50a9;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      overflow: hidden;
      margin-right: 15px;
      margin-left: 3px;
      padding: 11.5px;
      padding-right: 50px;
      z-index: 5; /* Set a higher z-index */
    }
    
    li:last-child {
      margin-right: 12px;
      border-radius: 5px;
    }
    
    li:first-child {
      margin-right: 20px;
      margin-left: 0;
      border-radius: 5px;
    }
    
    li:hover {
      background-color: rgb(217, 187, 68);
      color: #21556b;
      cursor: pointer;
    }
    
    .submenu {
      display: none;
      background-color: #247499;
      position: absolute;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      margin-top: 2px;
      z-index: 9999; /* Add this line */
    }
    
    .submenu li {
      display: block;
      color: #ff0;
    }
    
    li:hover .submenu {
      display: block;
    }
    
    ul:after {
      content: "";
      display: block;
      clear: both;
      border-top: 1px solid #ccc;
      margin-top: 3px;
    }
    
/* Reset styles to avoid interference */



/* Reset styles to avoid interference */
.special-footer, .special-footer * {
  margin: 0;
  box-sizing: border-box;
  color: white;
}

/* Container styles */
.special-footer .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: linear-gradient(45deg, #196274f7, #114965);
  padding-left: 10px;
  padding-right: 10px;
}

/* Footer menu box styles */
.special-footer .footer-menu-box {
  flex: 1;
  margin: 0 17.5px; /* Half of the 35px space between each box */
  display: flex;
  flex-direction: column;
}

/* Footer menu styles */
.special-footer .footer-menu {
  margin-bottom: 20px;
  padding-left: 1%;
  padding-right: 1%;
}

.special-footer .footer-menu h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.special-footer .footer-menu .list-container {
  display: flex;
  flex-direction: column;
}

.special-footer .footer-menu .list-container p {
  margin-bottom: 1px; /* Adjusted spacing */
  font-size: 16px;
}

/* Contact info styles */
.special-footer .contact-info h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.special-footer .copyright p {
  margin: 0; /* Remove default margin from p element */
  padding: 0; /* Remove default padding from p element */
}

.special-footer .contact-info a {
  color: white; /* Ensure email link is white */
  text-decoration: none;
}

.special-footer .contact-info a:hover {
  text-decoration: underline;
}

.footer p {
  font-size: 14px; /* Change the font size as needed */
}

.special-footer .whatsapp {
  font-size: 14px;
  margin-left: 5px;
}

/* Social icons styles */
.special-footer .social-icons {
  margin-top: 10px;
}

.special-footer .social-icon {
  color: white; /* Changed to white for visibility */
  font-size: 30px;
  margin-right: 25px;
}

.special-footer .social-icon:hover {
  color: #007bff;
}

/* Copyright styles */
.special-footer .copyright {
  text-align: center;
  background-color: #0d3d55;
  color: #787871;
  font-size: 12px;
  height: 30px; /* Reset height to allow content to determine height */
  padding: 5px 0; /* Adjust padding to maintain spacing */
  display: flex;
  justify-content: center;
  align-items: center; /* Center align content vertically */
padding-bottom: 0%;
}


/* Align h3 tags on the left */
.special-footer .footer-menu h3 {
  text-align: left;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  .special-footer .container {
    flex-direction: column;
  }

  .footer-menu-box {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .social-icons-menu .social-icons {
    display: flex;
    justify-content: center;
  }
}


/* Social icons menu styles */
.special-footer .social-icons-menu {
  flex: 1;

}

.special-footer .social-icons-menu h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.special-footer .social-icons-menu .white-hr {
  border: none;
  border-top: 1px solid white;
  width: 100%;
  margin: 10px 0;
}

.special-footer .mw-social-icons a {
  color: white; /* Ensure icon color is visible */

}

.special-footer .mw-social-icons a:hover {
  color: #007bff; /* Change color on hover */
}

}







    @media only screen and (max-width: 1100px) {
      .menu-icon {
        display: block;
        color: rgb(255, 237, 235);
        background: #247499;
        float: right; /* Float the menu icon to the right */
        margin-right: 20px; /* Add margin to the right of the menu icon */
      }
    
      ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        background-color: #3b7491;
        background-size: cover;
        z-index: 1;
        z-index: 3; /* Set a higher z-index */
      }
    
      ul.show {
        display: flex;
      }
    
      li {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 10px;
      }
    
      .submenu {
        position: static;
      }
    }
    























    header, ul {
      margin-bottom: 0; /* Remove margin from the top of the header and ul */
    }

    h1
    {
      color: #3d3939;

      text-align: center;
      padding-top: 60;
     
    }





    .price-box {
      background-color: orange;
      color: white;
      padding: 10px;
      border-radius: 5px;
      display: inline-block;
      font-weight: bold;
  }















    p{
      padding: 1.5%;
      line-height: 1.5; /* Increases the space between lines of text */

    
    }
    a {
            color: inherit; /* Use the same color as the parent element (li) */
            text-decoration: none; /* Remove underline */
            cursor: pointer; /* Set cursor to pointer for better usability */
            
        }

    header {
   
     
  
 
 
      background-size: cover; /* Optional: Ensures the background image covers the entire body */
      background-repeat: no-repeat; /* Optional: Prevents the background image from repeating */
      /* Additional background properties can be added as needed */
      padding: 0px;
      display: flex;
      justify-content: space-between;
      align-items: center;
     

    }


   
  











    .half-half-section {
      background-image: url(photos/orange\ blue\ fade.png);
      
      background-size: cover; /* Optional: Ensures the background image covers the entire body */
    
  
      display: flex;
      align-items: center; /* Vertically center the items */
      justify-content: space-between; /* Space out the items */
      margin-bottom: 0%; /* Add some margin to separate from other elements */
      padding-left: 0%;
     
    }
    
    .photo-container {
      flex: 1; /* Take up remaining space */
      transition: transform 0.5s ease; /* Smooth transition for the transform property */
    }
    
    .photo-container img {
      max-width: 100%; /* Ensure the image doesn't exceed its container */
      transition: transform 0.3s ease; /* Smooth transition for the transform property */

    }
    
    .text {
      flex: 1; /* Take up remaining space */
      padding-left: 4%; /* Add some spacing between the image and text */

    }
        

    .new-section .half-half-section {
      display: flex;
      align-items: center; /* Vertically center the items */
      justify-content: space-between; /* Space out the items */
     
    }
    
    .new-section .half-half-section .text {
      flex: 1; /* Take up remaining space */
      margin: 4%;
      text-align: left; /* Align text to left */
      line-height: 2;
    }
    
    .new-section .half-half-section:nth-child(even) {
      flex-direction: row-reverse; /* Reverse the order of flex items */
    }
    
    .new-section .photo-container {
      flex: 1; /* Take up remaining space */
      padding: 0 3%; /* Add spacing between photo and text */
    }
    
    .new-section .photo-container img {
      width: 100%; /* Make the image take up the full width */
      clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); /* Your clip-path effect */
      z-index: 1; /* Set a higher z-index */
    }
    
    .new-section .photo-container:hover img {
      transform: scale(1.05);
      opacity: 1;
    }
    


    .read-more-button {
      position: absolute;
      bottom: 10px; /* Adjust vertical position */
      left: 50%; /* Align to the center */
      transform: translateX(-50%);
      background-color: orange; /* Your button color */
      color: yellow; /* Text color */
      padding: 10px 20px; /* Adjust padding */
      border: 1px solid rgb(206, 116, 60); /* Add border with white color */
      border-radius: 5px;
      cursor: pointer;
  }


       
/* main flex-item */
.flexbox-item {
  width: calc(16.66% - 15px); /* Adjusted width to create square-shaped flex items */
  padding-bottom: calc(16.66% - 15px); /* Set padding to create square-shaped flex items */
  
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
  transition: transform 1.3s;
  background-color: #f7f6f3
  border-radius: 0.3%;
  padding-bottom: 5px;
  padding: 0px;
  margin-left: 100px;
  margin-right: 100px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); /* Box shadow added here */

  
}

    .flexbox-item:hover {
      transform: scale(1.07);
      background-color: rgb(217, 187, 68);/* Change to your desired hover color */
     
     
    }

    .flexbox-item img {
      width: 100%;
      height: auto;
      display: block;
  
    
    }

  
    .flexbox-section {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-right:  10px;
      padding-left:  10px;
      margin-top: 50px; /* Adjusted margin-top */
      margin-bottom: 30px;
      opacity: 93%;
 
     
      
    }










 /* Add your CSS styles here */
 #cookiesBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #127fb1;
  color: #fff;
  padding: 10px;
  text-align: center;
  opacity: 90%;
}

#cookiesBanner button {
  margin: 10px;
  font-size: medium;
}

/* topic bold */
.topic {
  font-weight: bold;
}



/* Your existing styles remain unchanged */

.banner-container {
      position: relative;
      max-height: 380px;
      overflow: hidden;
    }

    .banner-slides {
      display: flex;
      transition: transform 0.8s ease-in-out
    }

    .banner-slide {
      min-width: 100%;
      max-height: 350px;
      object-fit: cover;

    }

    .slide-points {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
    }

    .slide-point {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #fff;
      margin: 0 5px;
      cursor: pointer;
    }













    #brand {
      font-size: 28px;
      color: #fff;
      margin-right: auto;
    }  

    #logo {
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
      font-size: 29px;
      
      color: #000;
    }



    

    .menu-icon {
      display: none;
      cursor: pointer;
      font-size: 29px;
      background: linear-gradient(45deg, #c7dadff7, #adb5b9); 
    }




    ul {
      background-color: #247499;
      list-style-type: none;
      margin: 0;
      padding: 0;
      
    
      overflow: hidden;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 3px 3px;
     
    
      color: rgb(255, 255, 255);

      
      z-index: 5; /* Set a higher z-index */
    

    }




    li {
    
      
      margin-top: 3px;
      transition: background-color 0.3s, color 0.3s;
      border: 0px solid #6e50a9;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      overflow: hidden;
      margin-right: 15px;
      margin-left: 3px;
      padding: 11.5px;
      padding-right: 50px;
      z-index: 5; /* Set a higher z-index */
    }

    li:last-child {
      margin-right: 12px;
      border-radius: 5px;
    }

    li:first-child {
      margin-right: 20px;
      margin-left: 0;
      border-radius: 5px;
    }

    li:hover {
      
      background-color: rgb(217, 187, 68);
      color: #21556b;
     
    cursor: pointer;
     
      
    }

    .submenu {
      display: none;
      background-color: #247499;
      position: absolute;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      margin-top: 2px;
      z-index: 9999; /* Add this line */
    }

    .submenu li {
      display: block;
      color: #ff0;
    }


    li:hover .submenu {
      display: block;
     
      
    }

    ul:after {
      content: "";
      display: block;
      clear: both;
      border-top: 1px solid #ccc;
      margin-top: 3px;
      
    }

           /* Optional: Add some styling */
           .tick-box {
            border: 2px solid #ffffff; /* White border */
            border-radius: 3%; /* 3% border radius */
            padding: 10px; /* Optional: Add some padding */
            width: 50px; /* Optional: Adjust width as needed */
            height: 50px; /* Optional: Adjust height as needed */
            display: inline-block; /* Optional: Display as inline-block */
            overflow: hidden; /* Optional: Hide overflow */
        }
        
        .tick-mark {
            font-family: "Font Awesome 5 Free";
            color: green; /* Change color if needed */
            font-size: 24px; /* Change size if needed */
        }





/* Pricing container part */
.pricing-container {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
  background: #5291ac;
  background-image: url(photos/sky\ 1.jpg)  ;
background-size: cover;
}

.pricing-box {
  text-align: left;
  padding: 20px;
  border: 3px solid #097da4;
  border-radius: 8px;
  width: calc(30% - 20px); /* Adjusted width for larger screens */
  max-width: 390px; /* Maximum width for better readability */
  margin-bottom: 20px; /* Add margin between boxes */
  background-color: #b5c8cf;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); /* Box shadow for better visual effect */
  position: relative; /* Ensure the button stays at the bottom */
  transition: transform 0.3s ease, background-color 0.3s ease; /* Smooth transition for transform and background color change */
  opacity: 90%;
}

.pricing-box:hover {
  transform: scale(1.05); /* Slightly enlarge the box on hover */
  background-color: #dbbe80;
opacity: 100%;
}

.price-button {

  background-color: rgb(0, 255, 76); /* Orange background */
  border: 13px solid #fb1b7c; /* Increase border width and change color to orange */
  color: rgb(0, 0, 0); /* White text */
  padding: 15px 20px; /* Padding for the button */
  text-align: center;
  font-weight: bold;
  font-size: 1.2em; /* Increase font size */
  border: none; /* Remove border */
  border-radius: 8px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor on hover */
  width: calc(100% - 40px); /* Full width with some padding */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
  position: absolute; /* Position the button */
  bottom: 10px; /* Align to the bottom */
  left: 20px; /* Align to the left with some padding */

}





/* Media query for screens up to 1100px width */
@media only screen and (max-width: 1100px) {

.menu-icon {
  display: block;
  color: rgb(255, 237, 235);
  background: #247499;
  float: right; /* Float the menu icon to the right */
  margin-right: 20px; /* Add margin to the right of the menu icon */
}


ul {
  
  display: none;
  flex-direction: column;
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  background-color: #3b7491;
  background-size: cover;
  z-index: 1;
  z-index: 3; /* Set a higher z-index */

}

ul.show {
  display: flex;
}

li {
  width: 100%;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}



.submenu {
    position: static;
}

.flexbox-item {
    width: calc(50% - 20px);
    margin-bottom: 50px;
    margin-left: 3%;
    margin-right: 3.7%;
}

.slideshow-container {
    max-width: 100%;
    height: auto;
}

.banner-slide {
    width: 100%; /* Adjust slide width to 100% on smaller screens */
}
}


.slideshow-container {
  max-width: 100%;
  height: auto;
}

.banner-slide {
  width: 100%; /* Adjust slide width to 100% on smaller screens */
}







@media only screen and (max-width: 1360px) {
  .flexbox-item {
    width: calc(33% - 22px); /* Adjusted width for two columns */
    margin: 10; /* Remove any margin */
   
  }
  

  li {
    font-size: 15px; /* Adjust the font size for the li elements */
    padding-left: 10px;
    padding-right: 10px;
    z-index: 9999; /* Add this line */
  }

ul{

  background-color: #1d6c93;
 
  padding: 0%;
  margin-bottom: 0%;
}

  .submenu {
    display: none;
    background-color: #3577a6;
    position: absolute;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    z-index: 9999; /* Add this line */
  }

  .submenu li {
    display: block;
    color: #ff0;
  }


  li:hover .submenu {
    display: block;
   margin-right: 320px;
    
  }



 /* Ensure the banner stays full-size and below the header-  secret */
header {
  background-color: #247499;
  position: fixed;
height: auto;
  width: 100%;
  align-items: center;
 
  z-index: 3; /* Ensure the  stays above other content */
}

main {
  padding-top: 80px; /* Adjust padding to prevent content from being hidden behind the  */
}



}

   




/* Media query for screens up to 1536px width */
@media only screen and (max-width: 1536px) {
  ul {
      right: 0; /* Adjust the position of the menu to the right side */
      
  }




}


@media only screen and (min-width: 1360px) and (max-width: 1900px) {
  /* Your existing styles for laptop-sized screens */

  /* Additional styles for .flexbox-item */
  .flexbox-item {
    width: calc(28.33% - 20px);
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
    transition: transform 1.3s;

    border-radius: 0.3%;
    padding-bottom: 5px;
    padding: 0px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  }
}








/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  .pricing-box {
    width: calc(50% - 20px); /* Adjusted width for medium screens */
  }
 
}

/* Media query for even smaller screens */
@media screen and (max-width: 480px) {
  .pricing-box {
    width: calc(100% - 20px); /* Adjusted width for small screens */
  }


  
}



        img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        }

        h2 {
          font-size: larger;
            margin-top: 10px;
            color: #322d2d;
            margin-left: 4%;
            margin-right: 4%;
        }
        h3 {
          
          align-content: center;
          font-size: x-large;
            margin-top: 10px;
            color: #3d4244;
            text-shadow: none;
            margin-left: 4%;
            margin-right: 4%;
            text-align: center;
         
        }

        .price {
            font-weight: bold;
            font-size: 1.2em;
            color: #3f855c;
            margin-top: 22px;
            text-shadow: #ffffff;
            
        }
     
      
        .price-button .original-price {
          text-decoration: line-through;
          margin-right: 10px;
          color: #f00; /* Red color for the original price */
        }

/* Styles for the second ul */
.second-ul {
  /* Add your styles for the second ul here */
  background-color: rgb(225, 144, 238);
}

/* Styles for the list items in the second ul */
.second-ul li {
  /* Add your styles for list items in the second ul here */
  color: rgb(0, 5, 0);
}       

/* Remove flexbox properties from header */
header {
  
  background-color: #166d95;
  color: #fff !important;
  padding: 0px; !important;
  padding-bottom: 0%;
  margin-bottom: 0px;
  display: block; !important; /* Ensure it's not a flex container */
}


/* Remove flexbox properties from nav */
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block; /* Ensure list items are displayed inline */
  margin-right: 20px;
}





/* FAQ */
main {
  max-width: none;
  margin: 2rem auto;
  padding: 2rem;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.question {
  cursor: pointer;
  padding: 1rem;
  margin-bottom: 1rem;

  background: linear-gradient(45deg, #8ab1d1, #b8e4e0);
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.answer {
  display: none;
  padding: 1rem;
  background: linear-gradient(45deg,  #5ed2af, #8ab1d1);
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 1rem;
}



ul li img {
  width: 20px;
  height: 20px;
}






        .social-icons a {
            color: #fff;
            text-decoration: none;
            margin-top: 5%;
            margin: 0 10px;
            font-size: 35px;
        }

 
       
         
          
 


    .text-box {
      background-color: rgba(217, 217, 219, 0.5);
      color: #fff;
      text-align: center;
      padding: 10px;
      padding-bottom: 5px;
      position: absolute;
      bottom: 0;
      width: 100%;
    }

    .slideshow-container {
      max-width: 1000px;
      position: relative;
      margin: auto;
      
    }

    .slide {
      display: none;
      width: 100%;
      
    }

    img {
      width: 100%;
    }

    @keyframes slide {
      0% {
        transform: translateX(-100%);
      }
      100% {
        transform: translateX(0);
      }
    }



    





  






    @media only screen and (max-width: 992px) {
      .flexbox-item {
        width: calc(100% - 20px);
      }

   

    @media only screen and (max-width: 768px) {
      .menu-icon {
        display: block;
 
      }



      
      ul {
        
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        background-color: #3b7491;
        background-size: cover;
        z-index: 1;
        z-index: 999; /* Set a higher z-index */
    
     
      }

      ul.show {
        display: flex;
      }

      li {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 10px;
      }

      .submenu {
        position: static;
      }



      .slideshow-container {
        max-width: 100%;
        height: auto;
      }

      .banner-slide {
        width: 100%; /* Adjust slide width to 100% on smaller screens */
      }
    }

      .slide {
        width: 100%;
      }

      .half-half-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  
  overflow: hidden; /* Add this line to remove scrolling */
  height: 100%; /* Set height to 100% */
}

.pricing-box {
  width: 100%; /* Adjusted width for smaller screens */
}

.photo-container,
.text {
  flex: 1;
  box-sizing: border-box;
  height: 100%; /* Set height to 100% */
}


.photo-container img {
  width: 100%;
  height: 100%; /* Set height to 100% */
  object-fit: cover; /* Maintain aspect ratio while covering the container */
}

.new-section .photo-container img {
  width: 100%; /* Make the image take up the full width */
  clip-path: none; /* Remove clip-path for a regular rectangular image */
}

/* half-half-section */
.new-section .half-half-section:not(:first-child) {
  /* Styles for subsequent sections (retain original layout) */
}

.new-section .half-half-section:first-child {
  flex-direction: column; /* Stack elements in a column for tablets */
}

.new-section .half-half-section:first-child .photo-container img {
  width: 100%; /* Make the image take up the full width */
  clip-path: polygon(0 0, 90% 0, 100% 20%, 90% 100%, 10% 80%, 0 70%); /* Retain clip-path effect */
}



/* FAQ */

 

  



</pre></body></html>