<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

@font-face {
  font-family: 'Nexa Extra';
  src: url('../fonts/nexa/Nexa-ExtraLight.woff2') format('woff2'),
    url('../fonts/nexa/Nexa-ExtraLight.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa/Nexa-Heavy.woff2') format('woff2'),
    url('../fonts/nexa/Nexa-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Authentic';
  src: url('../fonts/authentic/Authentic-Signature.woff2') format('woff2'),
    url('../fonts/authentic/Authentic-Signature.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



:root {
  /*** theme colors ***/
  --orange: #FF671F;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  /* font-family: "Instrument Sans", sans-serif; */
  overflow-x: hidden;
}

.inner-service ul li {
    list-style: disc;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Instrument Sans";
}

a:hover {
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

/* Header */
section.header-top {
  background: #007681;
  padding: 10px 0;
}

.top-socials a i {
  color: #fff;
  font-size: 17px;
  transition: all 400ms ease-in-out;
}

.top-socials {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0 30px;
}

.top-email a {
  color: #fff !important;
  font-family: 'Roboto';
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  transition: all 400ms ease-in-out;
}

.site-logo img {
  filter: drop-shadow(0px 0px 6px #00000025);
  position: absolute;
  top: -66px;
  width: 100%;
  left: -8px;
}

.site-logo {
  position: relative;
}

.main-nav ul li {
  list-style: none;
}

.main-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.main-nav ul li a {
  font-size: 16px;
  font-family: 'Roboto';
  text-transform: uppercase;
  transition: all 400ms ease-in-out;
}


.main-nav ul li a.active-nav {
  color: #ff671f;
  font-weight: 500;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}

.main-nav {
  width: 100%;
}

.call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.call-btn p {
  margin: 0;
}

section.main-nav {
  padding: 20px 0 13px;
}

.call-btn {
  border-left: 1px solid #222222;
}

.search-icon {
  margin-right: 25px;
}

.call-inf p:nth-child(1) {
  font-size: 14px;
  font-family: 'Roboto';
}

.call-inf p:nth-child(2) {
  font-size: 15px;
  font-weight: 500;
}

/* Header */
/* Footer */
section.footer {
  background: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 70px 0;
}

.footer-logo img {
  margin-bottom: 50px;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}

.footer-nav ul li {
  list-style: none;
}

.footer-nav ul li a {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  transition: all 400ms ease-in-out;
}

.footer-nav {
  margin: 25px 0;
}

.footer-social {
  display: flex;
  justify-content: center;
  font-size: 23px;
  gap: 0 30px;
  margin: 25px 0;
}

.footer-social a i {
  color: var(--orange);
  transition: all 400ms ease-in-out;
}

section.footer-bottom {
  background: var(--orange);
  padding: 10px 0;
}



.copyright p {
  margin: 0;
  font-size: 17px;
  color: #fff;
  font-family: 'Roboto';
  font-weight: 300;
}

.privacy-policy a {
  font-size: 17px;
  font-family: 'Roboto';
  color: #fff;
  font-weight: 300;
  transition: all 400ms ease-in-out;
}

.privacy-policy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.footer-logo {
  margin: 25px 0;
}

/* Footer */
/* Main-banner */
section.main-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 155px 0;
  position: relative;
}

section.main-banner::before {
  content: '';
  background: #0000005e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-banner-slider .slick-dots {
  width: fit-content;
  right: -13rem;
  top: 0;
  rotate: 268deg;
}

.main-banner-slider .slick-dots li button::before {
  font-size: 30px !important;
  opacity: 1;
  color: #fff;
}

.main-banner-slider {
  margin-bottom: 0 !important;
}

.main-banner-slider .slick-dots li.slick-active button::before {
  color: var(--orange) !important;
}

.banner-content h5 {
  font-family: 'authentic';
  font-size: 45px;
  margin-bottom: 4px;
  color: #fff;
}

.banner-content h1 {
  font-family: 'Nexa Extra';
  color: #fff;
  font-size: 60px;
  margin: 0;
  line-height: 88px;
  text-transform: uppercase;
}

.banner-content h1 span {
  display: block;
  color: var(--orange);
  font-family: 'Nexa';
  font-size: 60px;
}

.banner-content p {
  border-left: 4px solid var(--orange);
  padding-left: 20px;
  margin: 5px 0 20px;
  color: #fff;
  font-family: 'Roboto';
}

a.theme-btn {
  background: linear-gradient(125deg, #ff671f 72%, #007681 0%);
  font-size: 17px;
  padding: 12px 25px 12px 40px;
  font-family: 'Roboto';
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: start;
  width: fit-content;
  gap: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
}

/* Main-banner */
/* ABout section */
section.about-section {
  background: url(../images/about-bg.png);
  padding: 50px 0 70px;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-sec-left h2 {
  font-family: 'Nexa Extra';
  /* font-size: 50px; */
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 5px;
  /* text-align: center; */
}

.about-sec-left h2 span {
  font-family: 'NEXA';
}

.about-sec-left img {
  width: 100%;
}

.about-sec-left p {
  font-family: 'Roboto';
  padding: 20px 20px 20px 30px;
  font-size: 18px;
  margin: 0;
  font-weight: 300;
  line-height: 30px;
}

.about-sec-left a {
  margin: 0 20px;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 18px;
  color: var(--orange);
  width: fit-content;
  transition: all 400ms ease-in-out;
}

.about-sec-left a i {
  margin-left: 15px;
}

.about-sec-right p {
  font-family: 'Roboto';
  padding: 40px 25px;
  font-size: 18px;
  margin: 0;
  font-weight: 300;
  line-height: 30px;
}


.about-sec-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.about-img-right {
  position: relative;
}

.about-img-right img {
  width: 100%;
}

.about-img-right::before {
  content: '';
  background: var(--orange);
  width: 4px;
  height: 100px;
  position: absolute;
  right: 38px;
  top: -47px;
}

.about-img-right::after {
  content: url(../images/rating.png);
  width: 32%;
  height: 50%;
  position: absolute;
  bottom: 60px;
  right: -97px;
  filter: drop-shadow(2px 4px 6px #00000025);
}

/* ABout section */
/* Services section */
.section-title h2 {
  font-family: 'Nexa Extra';
  font-size: 50px;
  text-align: center;
  color: #fff;
  font-weight: 100;
}

.section-title h2 span {
  font-family: 'Nexa';
}

section.services-section {
  background: url(../images/service-bg.png);
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-title p {
  color: #fff;
  font-family: 'Roboto';
  width: 43%;
  margin: 10px auto 30px;
  text-align: center;
}

.service-card-img img {
  width: 100%;
  border-radius: 15px;
}
.blog-card-img img {
  width: 100%;
  height:220px;
  border-radius: 15px;
}

.ser-icons img:last-child {
  opacity: 0;
  visibility: hidden;
}

.service-card-one:hover .ser-icons img:last-child {
  opacity: 1;
  visibility: visible;
}

.ser-icons img:first-child {
  opacity: 1;
  visibility: visible;
}

.service-card-one:hover .ser-icons img:first-child {
  opacity: 0;
  visibility: hidden;
}

.service-card-img {
  position: relative;
}

.service-card-img img.service-icon {
  width: unset;
  position: absolute;
  bottom: -40px;
  right: 20px;
}

.service-card-details {
  margin: 40px 0 20px;
}

.service-card-details h3 {
  font-family: 'Nexa';
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}

.service-card-details p {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 300;
}

.service-card-details a {
  font-size: 15px;
  font-family: 'Roboto';
  color: #fff;
  text-decoration: underline;
}

.service-card-one {
  PADDING: 20px;
  transition: all 400ms ease-in-out;
  border-radius: 20px;
}

.viewall-btn-swerv a {
  background: linear-gradient(125deg, #ff671f 70%, #030303 0%);
  font-size: 17px;
  padding: 12px 13px 12px 30px;
  font-family: 'Roboto';
  font-weight: 500;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 30px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  transition: all 400ms ease-in-out;
  z-index: 1;
}

/* Service section */
/* FAqs section */
.faqs-left img {
  width: 100%;
}

section.faqs {
  background: url(../images/faq-bg.png);
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.faqs-right-cont h2 {
  font-family: 'Nexa';
  font-size: 47px;
  text-transform: uppercase;
  line-height: 50px;
}

.faqs-right-cont h2 span {
  font-family: 'Nexa Extra';
}

.faqs-right-cont P {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0;
}

.faqs-accordians .accordion-button {
  font-size: 25px;
  font-family: 'Nexa';
  background: #f000;
  border: none;
  border-width: 0;
  border-style: solid;
  border-color: #0000001f;
  border-radius: unset !important;
}

.faqs-accordians .accordion-item {
  border-top: 2px solid #0000001f !important;
  border-bottom: 2px solid #0000001f !important;
}

.faqs-accordians .accordion-item:last-child {
  border-bottom: none;
}

.faqs-accordians .accordion-header {
  background: #f000;
  border: none;
  border-radius: unset;
}

.faqs-accordians .accordion-item {
  background: #f000;
  border: none;
  border-radius: unset !important;
}

.faqs-accordians .accordion-button i {
  color: var(--orange);
  margin-right: 20px;
  font-size: 18px;
}

.faqs-accordians .accordion-body {
  font-family: 'Roboto';
  font-size: 17px;
  color: #666666;
  margin: 5px 32px;
}

.faqs-right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.faqs-btn {
  margin-top: 60px;
}

.faqs-btn a {
  background: linear-gradient(125deg, #ff671f 69%, #007681 0%);
}

/* FAqs section */
/* Testimonials */
.testimonialsimage img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

section.testimonials {
  background: url(../images/testimonials-bg.png);
  padding: 10px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.testi-section {
  position: relative;
}

.testi-one {
  width: 100%;
  background: var(--orange);
  padding: 30px 40px;
  border-radius: 10px;
}

.testimonials-main {
  position: absolute;
  right: 24%;
  bottom: 50%;
  width: 26%;
  transform: translate(50%, 50%);
}


.contact-form {
  padding-right: 70px;
}

.testi-auth {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.testi-auth p {
  margin: 0;
  color: #fff;
}

.testi-auth p:nth-child(1) {
  font-size: 17px;
  font-weight: 500;
}

.testi-auth p:nth-child(2) {
  font-size: 15px;
}

.testi-cont {
  padding: 20px 0 30px;
  border-bottom: 1px solid #fff;
}

.testi-cont p {
  color: #fff;
  margin: 0;
  font-size: 15px;
}

.test-rating {
  margin-top: 35px;
}

.test-rating p {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.testimonials-slider .slick-dots button:before {
  opacity: 1 !important;
  color: #ff671f;
}

.testimonials-slider .slick-dots li button:before {
  font-size: 22px;
}

/* Testimonials */
/* Contact */
section.contact {
  background: url(../images/contact-bg.png);
  padding: 70px;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-heading h2 {
  font-size: 50px;
  font-family: 'Nexa';
  margin-bottom: 10px;
}

.form-heading h2 span {
  font-family: 'Nexa Extra';
}

.form-heading p {
  font-family: 'Roboto';
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 20px !important;
  background: #E6E6E6;
  border: 1px solid #fff !important;
  margin-bottom: 20px;
  font-family: 'Roboto';
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #000;
}

button.theme-btn {
  background: linear-gradient(125deg, #ff671f 66%, #007681 0%);
  font-size: 17px;
  padding: 12px 20px 12px 35px;
  font-family: 'Roboto';
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: start;
  width: fit-content;
  gap: 20px;
  color: #fff;
  border: none;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.contact-one {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0;
  gap: 15px;
}

.contact-details-one p {
  margin: 0;
}

.contact-details-one p:nth-child(1) {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Nexa';
  color: var(--orange);
}

.contact-img img {
  width: 60px;
}

/* Contact */
button.theme-btn::before {
  content: '';
  background: #007681;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 400ms ease-in-out;
  z-index: -1;
}

button.theme-btn:hover:before {
  width: 100%;
}

a.theme-btn::before {
  content: '';
  background: #007681;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 400ms ease-in-out;
  z-index: -1;
}

a.theme-btn:hover:before {
  width: 100%;
}

.about-sec-left a:hover {
  color: #007681;
}

.service-card-one:hover {
  background: #ff671f;
}

.viewall-btn-swerv {
  margin: 20px;
}

.viewall-btn-swerv a::before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  background: #030303;
  z-index: -1;
  right: 0;
  top: 0;
  transition: all 400ms ease-in-out;
}

.viewall-btn-swerv a:hover:before {
  width: 100%;
}

.testimonials-slider .slick-dots {
  bottom: -35px;
  width: fit-content;
  left: 321px;
}

.main-nav ul li a:hover {
  color: var(--orange);
}

.top-socials a i:hover {
  color: var(--orange);
}

.top-email a:hover {
  color: var(--orange);
}

.footer-nav ul li a:hover {
  color: var(--orange);
}

.footer-social a i:hover {
  color: #007681;
}

.privacy-policy a:hover {
  color: #000;
}

/*About us page*/

.innerpage-banner {
  background: url(../images/innerpage-banner.png);
  padding: 225px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.innerpage-banner-title h1 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-family: 'Nexa';
}

.testimonials-page .testi-one {
  margin: 20px 0;
}

.testimonials-page {
  padding: 100px 0;
}

/*About us page*/

.terms-and-conditions {
  padding: 100px 0;
}

.about-sec-left h3 {
  /* text-align: center; */
  font-size: 38px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}

.about-sec-left h3 span {
  color: var(--orange);
}

section.testimonials-page .testi-one {
  height: 360px;
}

.terms-cont p {
  font-size: 17px;
  line-height: 27px;
}

.terms-cont h2 {
  font-size: 25px;
  font-weight: 600;
  margin: 13px 0;
}

.terms-cont ul li {
  margin: 8px 0;
  font-size: 17px;
}

.main-nav .col-md-10 {
    display: none;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--orange);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
    font-size: 28px;
    background-color: #fff;
    color: var(--orange);
    padding: 10px 11px;
    border: none;
    display: none;
    box-shadow: 1px -2px 21px -7px #000;
}

.openbtn:hover {
  background-color: #444;
}

.terms-cont ol li  strong {
    font-size: 30px;
}

.terms-cont ol {
    padding: 0;
    margin-top: 30px;
}

@media only screen and (max-width: 450px) {
    .site-logo img {
        top: -73px;
        width: 55%;
        left: 0;
    }
    .header-top .row {
        gap: 12px 0;
        width: 105%;
    }
    .top-email a {
        justify-content: end;
        font-size: 13px;
    }
    .main-nav .col-md-6, .main-nav .col-md-2 {
        display: none;
    }
    .main-nav .col-md-10 {
        display: block;
        padding-right: 0;
    }
    .sidebar {
      padding-top: 35px;
    }
    .sidebar a {
      font-size: 18px;
      color: #fff !important;
    }
    .burger-nav .call-btn {
        justify-content: unset;
        border: 0;
        margin-right: 0;
    }
    .burger-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 0 0 15px;
    }
    .openbtn {
        display: block !important;
    }
    section.main-nav {
        padding: 25px 0 13px;
    }
    section.main-banner {
        padding: 50px 0;
        overflow-x: hidden;
    }
    .banner-content h1 span {
        font-size: 50px;
        line-height: 70px;
    }
    .main-banner-slider .slick-dots {
        right: 5%;
        top: 5%;
        display: flex;
        flex-direction: column;
        rotate: unset;
    }
    .banner-content h1 {
        font-size: 50px;
        line-height: 70px;
    }
    .about-sec-left h3 {
        font-size: 25px;
        text-align: center;
    }
    .about-sec-left h2 {
        text-align: center;
        margin-bottom: 15px;
    }
    .about-sec-left p {
        padding: 20px 0;
        font-size: 16px;
    }
    .about-sec-left a {
        margin-left: 0;
    }
    .about-sec-right p {
        padding: 20px 0 40px;
        font-size: 16px;
    }
    .about-img-right::after {
        bottom: 10px;
        right: 70px;
    }
    section.about-section {
        padding-bottom: 40px;
        overflow-x: hidden;
    }
    section.services-section {
        padding-top: 40px;
        overflow-x: hidden;
    }
    .services-section .section-title h2 {
        font-size: 37px;
    }
    .services-section .section-title p {
        font-size: 16px;
        margin: 0;
        width: 100%;
    }
    .services-section .section-title {
        margin-bottom: 20px;
    }
    .faqs-right-cont h2 {
        font-size: 33px;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .faqs-right-cont P {
        font-size: 16px;
        margin-top: 0;
    }
    .faqs-accordians .accordion-button {
        font-size: 18px;
    }
    .faqs-accordians .accordion-body {
        font-size: 15px;
        padding: 0;
    }
    .faqs-btn {
        margin-top: 30px;
    }
    section.contact {
        padding: 30px 0 0;
        overflow-x: hidden;
    }
    .form-heading p {
        font-size: 16px;
    }
    .contact-form {
        padding: 0;
    }
    section.contact .col-md-4 {
        padding-top: 30px;
    }
    .footer-logo img {
        margin: 0;
    }
    section.footer {
        padding: 40px 0;
    }
    .footer-nav {
        margin: 10px 0;
    }
    .footer-nav {
        margin: 10px 0;
    }
    .copyright p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 12px;
    }
    .privacy-policy a {
        font-size: 16px;
    }
    .footer-nav ul li a {
        font-size: 16px;
    }
    .footer-social {
        margin-bottom: 0;
    }
    section.faqs {
        overflow-x: hidden;
    }
    
    footer {
        overflow-x: hidden;
    }
    header .row {
    width: 100%;
    }
    .innerpage-banner {
        padding: 50px 0;
    }
    .innerpage-banner-title h1 {
        margin-bottom: 0;
        font-size: 47px;
    }
    .terms-and-conditions {
        padding: 40px 0;
    }
    .inner-service h1 {
        margin-top: 15px;
    }
}</pre></body></html>