<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, sans-serif;
  }

/*-------------------------------------------------------navbar-----------------------------------------------------------------------------*/

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 130px;
  background-color: #FF4500;
  color: white;
  z-index: 9999; /* Ensure navbar is on top of other elements */
}

.navbar-brand {
  color: white;
  padding-left: 0px;
  padding-top: 0%;
  padding-bottom: 0%;
  margin-top: 0%;
  margin-bottom: 0%;
  border-color: #fff;
}

.nav-link {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.nav-link:hover {
  color: black;
  font-weight: bold;
}

.nav-link.active{
  color: black;
  font-size: 20px;
  font-weight: bold;
}



/* Custom CSS for the dropdown menu */
.dropdown-menu {
  background-color: #f8f9fa; /* Set the background color */
  border: 1px solid #ced4da; /* Set the border */
  border-radius: 5px; /* Add border radius */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Set the box shadow */
  padding: 10px; /* Add some padding */
}

.dropdown-menu .dropdown-item {
  color: #333; /* Set the text color */
  transition: background-color 0.3s ease; /* Add transition effect */
}

.dropdown-menu .dropdown-item:hover {
  background-color: #e9ecef; /* Set the background color on hover */
  color: #333; /* Set the text color on hover */
}


.btn {
  font-size: 20px;
  background-color: white;
  color: rgb(5, 97, 178);
  border-radius: 30px;
  font-weight: bold;
}

.btn:hover {
  background-color: rgb(5, 97, 178);
  color: white;
  border-radius: 30px;
  font-weight: bold;
}

.navbar-toggler .navbar-toggler-icon{
  width: 100%;
  height: auto;
}

@media (max-width: 768px)  {
  .navbar {
    height: fit-content;
  }
  
}
/*-------------------------------------------------------navbar-----------------------------------------------------------------------------*/


/*-------------------------------------------------------product-------------------------------------------------------------------------*/
.services-content-text {
  margin-top: 5%;
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-word;
}

.bold-line {
  font-weight: bold;
  color: #FF4500;
}


@media (max-width: 768px) {
  .services-content-text {
      font-size: 16px;
  }
}

.product {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.headings{
  text-align: center;
  color: #DD4B39;
  font-weight: bolder;
  margin: 150px 0 10px 0;
}

.headings h1 {
  font-size: 37px;
}

@media screen and (max-width: 768px) {

  .headings h1{
      font-size: 30px;
    }
}

.left-section {
  flex: 40%;
  text-align: justify;
  text-justify: inter-word;
  padding: 20px;
  box-sizing: border-box;
}

.left-section h3{
  color: #FF4500;
  padding-top: 40px;
}


.left-section ul {
  font-size: 20px;
  padding-right: 30px;
}

.right-section {
  padding-top: 20px;
    flex: 60%;
    position: relative;
    
}

.image {
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255, 165, 0, 1);
    width: 90%;
    height: 100%;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .left-section, .right-section {
        flex: 100%;
    }

    .image {
        position: static;
        width: 100%;
        height: auto;
    }
}
/*-------------------------------------------------------product-------------------------------------------------------------------------*/

  
/*-------------------------------------------------------Footer-----------------------------------------------------------------------------*/
ul {
    margin: 0px;
    padding: 0px;
  }
.footer-section {
background: #151414;
position: relative;
}
.footer-cta {
border-bottom: 1px solid #373636;
}
.single-cta i {
color: #ff5e14;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #757575;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
  max-height: 100px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-word;
}
.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #ff5e14;
}
.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #ff5e14;
}
.footer-widget ul li a {
color: #878787;
text-transform: capitalize;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2E2E2E;
border: 1px solid #2E2E2E;
color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #202020;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #ff5e14;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #ff5e14;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}
/*-------------------------------------------------------Footer-----------------------------------------------------------------------------*/
</pre></body></html>