<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* global css  */
@import url("https://fonts.googleapis.com/css2?family=Acme&amp;family=Merriweather&amp;family=Oleo+Script+Swash+Caps&amp;family=Poppins&amp;family=Roboto:wght@100;400&amp;family=Tiro+Gurmukhi&amp;family=Uchen&amp;display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a,
a:hover {
    text-decoration: none !important;
}
li {
    list-style: none;
}
.d-flex-full {
    display: flex;
    justify-content: center;
    align-items: center;
}
.small-box-shadow {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
body {
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.hr {
    width: 40%;
    height: 2px;
    box-shadow: 0px 3px 4px rgb(4, 129, 164);
    border: none;
    background: none;
    margin-bottom: 25px;
}
.stroke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00aaae;
    color: transparent;
    font-family: "Finlandica", sans-serif;
}

.body {
    display: none;
}

/* scroll bar css  */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgb(197, 197, 197);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00aaae;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #018789;
}

/* navbar css start ---------------------------------------- */
.contact-bag{
    width: 150px;
    position: absolute;
    top: 152px;
    opacity: 0.4;
    animation: animatecontactbag 30s infinite;
}
.contact-star{
    width: 150px;
    position: absolute;
    top: 22px;
    opacity: 0.6;
    right: 0px;
}

@keyframes animatecontactbag {
    0%,100%{
        transform: scale(1)rotate(360deg)
    }
    25%{
        transform: scale(.9)rotate(45deg)translateX(50px);
    }
    50%{
        transform: rotate(90deg)translateX(70px);
    }
    75%{
        transform: rotate(165deg)translateX(40px);
    }
}
.navbar {
    width: 100%;
    background: white;
    padding: 15px 5% !important;
}
.navbar .logo.active {
    width: 80px;
    transition: 0.4s;
}
.navbar .logo{
    transition: 0.4s;
    width: 50px;
}
.navbar ul li {
    margin-right: 30px;
}
.navbar ul {
    margin-bottom: 0;
    margin-left: 100px;
}
.navbar ul li a {
    color: rgb(4, 4, 4);
    font-size: 18px;
    transition: 0.6s;
    font-weight: 400;
}
.navbar ul li a.active {
    color: #00aaae;
}
.navbar ul li a:hover {
    color: #00aaae;
}
.menu-icon,
.close-icon {
    cursor: pointer;
    color: #00aaae;
    width: 25px;
    margin-left: 20px;
    display: none;
}
.navbar ul.active {
    position: absolute;
    margin: 3vh auto 0;
    align-items: center;
    right: 0px;
    z-index: 11;
    width: 100%;
    top: 80px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    transition: 0.5s ease;
    transform: translateY(0);
    background-color: white;
    padding: 10px;
}
.navbar ul.active li {
    margin-bottom: 10px;
}
.navbar ul.active li a.active {
    border-bottom: 1px solid #00aaae;
}

@media screen and (max-width: 992px) {
    .menu-icon {
        display: block;
    }
    .navbar ul {
        display: none;
    }
    .navbar {
        background: white;
        padding: 10px 40px !important;
    }
    .navbar .logo {
        width: 60px !important;
    }
    .contact-star{
        width: 150px;
        position: absolute;
        top: 352px;
        opacity: 0.6;
        right: 0px;
    }
}
/* navbar css end ------------------------------------------ */

/* hero section css starts ////////////////////////////////////////////  */
.hero {
    width: 100%;
    padding: 0px 5%;
    min-height: 80vh;
    margin: 70px auto 80px !important;
    position: relative;
}
.hero .left-section img.bag{
    position: absolute;
    z-index: 11;
    width: 150px;
    top: 0px;
    left: -85px;
    opacity: 0.2;
    animation: animatebg infinite 30s;
}
.gallery-star{
    width: 150px;
    position: absolute;
    bottom: 50px;
    right: 10px;
    opacity: 0.4;
    animation: staranimate 25s infinite;
}
@keyframes staranimate {
    0%{
        transform: translateX(0px);
        transform: translateY(0px);
    }
    25%{
        transform: translateX(25px);
        transform: translateY(25px);
    }
    50%{
        transform: translateX(50px);
        transform: translateY(55px);
    }
    75%{
        transform: translateX(-50px);
        transform: translateY(-80px);
    }
}
.background-img-about{
    position: absolute;
    width: 150px;
    top: 0px;
    left: -60px;
    z-index: 11;
    opacity: 0.2;
    animation: animatebg infinite 30s;
}
.background-img-about-2{
    position: absolute;
    width: 150px;
    z-index: 11;
    top: 0px;
    right: 60px;
    opacity: 0.2;
    animation: animatebg infinite 30s;
}
.background-img-about-3{
    position: absolute;
    width: 150px;
    bottom: 50px;
    right: 60px;
    opacity: 0.2;
    animation: animatebg infinite 30s;
}
.hero .left-section .arrow{
    width: 150px;
    position: absolute;
    bottom: 110px;
    right: 0px;
}
@keyframes animatebg{
    0%,100%{
        transform: translateX(0px);
        transform: translateX(25px);
    }
    25%{
        transform: translateX(50px);
        transform: translateY(50px);
    }
    50%{
        transform: translateX(100px);
    }
    750%{
        transform: translateX(150px);
    }

}
.hero .right-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero img{
    width: 700px;
}
.hero .left-section{
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.navbar .nav-icons i{
    color: #00aaae;
    font-size: 22px;
    margin-right: 12px;
    transition: 0.6s;
    cursor: pointer;
}
.hero h1 {
    font-family: "Poppins", serif;
    font-size: 2.8rem;
    margin-bottom: 35px;
    padding-right: 25%;
    font-weight: bold;
    color: rgb(12, 98, 113);
}
.hero p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding-right: 236px;
}
.hero button {
    width: 150px;
    padding: 8px;
    color: white;
    background: #00aaae;
    margin-top: 10px;
    border: 1px solid #00aaae;
    transition: 0.4s;
    margin-bottom: 20px;
    border-radius: 2px;
}
.hero button:hover{
    color: #00aaae;
    background: white;
}
@media screen and (max-width: 1200px) {
    .hero h1 {
        font-family: "Poppins", serif;
        font-size: 2rem;
        margin-bottom: 35px;
        font-weight: bold;
        color: rgb(12, 98, 113);
    }
    .hero .left-section{
        margin-top: 50px;
    }
}
@media screen and (max-width: 420px) {
    .hero h1 {
        font-size: 1.5rem;
    }

}
@media screen and (max-width: 992px) {
    .hero .left-section .arrow{
        display: none;
    }
    .hero h1{
        padding-right: 0px;
    }
    .hero p{
        padding-right: 0px;
    }

}
/* hero section  end ******************************************  */

/* home css start -----------------------------------------------------  */
.banner-txt{
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(0px -50px );
}
.home {
    max-width: 100%;
    overflow-x: hidden;
    margin: auto !important;
    /* height: 85vh; */
}
.home .left-section,
.home .right-section {
    width: 100%;
    padding: 5px 25px;
    position: relative;
}
.home .left-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home .left-section .image {
    width: 80%;
}
.home .right-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.home .right-section h3 {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Poppins", serif;
    color: #00aaae;
    line-height: 41px;
}
.home .right-section p {
    font-size: 15px;
    text-align: justify;
    font-family: "Poppins", serif;
}
.home .right-section span {
    color: coral;
    font-family: "Poppins", cursive;
    font-size: 20px;
}
.watsapp {
    position: fixed !important;
    cursor: pointer !important;
    bottom: 40px !important;
    z-index: 111 !important;
    right: 30px !important;
}

.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    background: #00aaae;
    color: white;
    border-radius: 15px;
}

.swiper-slide .lottie,
.swiper-slide img {
    display: block;
    width: 100%;
    margin-bottom: 80px;
}
.swiper-slide .img {
    border-radius: 15px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
/* font-family: 'Oleo Script Swash Caps', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Uchen', serif; */
@media screen and (max-width: 992px) {
    .home {
        padding: 15px;
    }
}
@media screen and (max-width: 350px) {
    .home .right-section h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 650px) {
    .home .right-section h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

/* home css end -----------------------------------------------------  */

/* about css start ************************************  */

.txt {
    position: absolute;
    top: 15px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    color: #00aaae;
    z-index: 1;
    padding-top: 3px;
    padding-bottom: 3px;
    right: -15px;
    width: fit-content;
    background-color: #ffffff;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 30px;
}
.card-fade{
    height: 63px;
    background: linear-gradient(360deg, #ffffff 0%, rgb(255 255 255 / 76%) 22.4%, rgba(231, 231, 231, 0.458333) 45.96%, rgb(222 222 222 / 0%) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;

}
.bg-about{
    background: url('/images/banner-3.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 50vh;
    background-position: top center; 
}
.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00aaae !important;
}
.about {
    width: 100%;
    /* height: 100vh !important; */
    /* min-height: 85vh; */
    position: relative;
}
.client-carousel img{
    transform: scale(0.5);
    filter: grayscale(1);
}
.mobile-view{
    display: none !important;
    margin-top: 20px;
}
.about .left-section,
.about .right-section {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.about .left-section img {
    width: 90%;
    border-radius: 15px;
    /* height: 100%; */
}
.about .right-section {
    padding: 25px 20px;
}
.about .right-section h4 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Poppins", serif;
    margin-bottom: 10px;
    color: #00aaae;
}
.heading {
    font-size: 25px;
    font-weight: bold;
    font-family: "Poppins", serif;
    margin-bottom: 10px;
    color: #00aaae;
}
.heading-2 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Poppins", serif;
    color: #00aaae;
}

.about .right-section p {
    font-family: "Poppins", serif;
    font-size: 15px;
    text-align: justify;
}
.about .right-section .social-medias {
    margin-top: 15px;
}
.about .right-section .social-medias &gt; * {
    cursor: pointer;
    padding: 10px;
    background: #00aaae;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 20px;
}
.task {
    margin: 0px !important;
}
.task .mission,
.task .vision,
.task .objectives {
    min-height: 400px;
    width: 100%;
    display: flex;
    /* justify-content: center; */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    margin-top: 15px;
    align-items: center;
    flex-direction: column;
    padding: 15px 15px !important;
    margin-bottom: 50px;
}
.task img {
    height: 150px;
    border-radius: 10px;
    margin: 10px;
}
.task h3 {
    color: #00aaae;
    font-weight: bold;
    font-family: "Poppins";
    margin-bottom: 15px;
}
.task p {
    text-align: justify;
    font-size: 16px;
    font-family: "Poppins";
}
.mission-head {
    font-weight: bold;
    font-size: 1.8rem;
    color: #00aaae;
    font-family: "Poppins";
}
.about-testimonial .swiper-slide {
    background: #dbfeff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 25px 80px;
    border-radius: 15px;
}
.about-testimonial .swiper-slide img {
    width: 300px;
    border-radius: 25px;
}
@media screen and (max-width: 992px) {
    .about {
        padding: 15px !important;
        margin: 0px !important;
    }
    .task {
        padding: 15px !important;
    }
    .about .left-section img {
        width: 100%;
    }
    .product-slider {
        padding: 0px 70px !important;
    }
    .mobile-view{
        display: block !important;
    }
    .desktop-view{
        display: none !important;
    }
}
@media screen and (max-width: 450px) {
    .heading-2 {
        font-size: 21px !important;
    }
}

/* about css end ************************************  */

/* product css start **************************************** */
.gallery {
    display: flex;
    justify-content: center;
    max-width: 100%;
    overflow-x: hidden;
    align-items: center;
    flex-direction: column;
    margin: 0px auto 0px !important;
    /* background: rgb(255,255,255); */
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 43%, rgba(235,238,253,1) 59%); */
}
.attached-banner {
    background: url("/images/banner-1.png") no-repeat;
    background-size: cover;
    background-position: top 70px center;
    background-attachment: fixed;
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.attached-banner-2 {
    background: url("/images/banner-2.png") no-repeat;
    background-size: cover;
    background-position: top 70px center;
    background-attachment: fixed;
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.attached-banner-3 {
    background: url("/images/banner-1.png") no-repeat;
    background-size: cover;
    background-position: top 70px center;
    background-attachment: fixed;
    width: 100%;
    height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.gallery .product img {
    width: 100%;
    cursor: pointer;
    transition: 1s ease;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.gallery .product {
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
}
.gallery .product img:hover {
    transform: scale(1.2);
}
.gallery .second-row.not-active {
    display: none;
}
/* product css end   **************************************** */

/* why us section css start  */
.why-us {
    height: auto;
    margin: 90px auto 180px !important;
}
.why-us.about {
    margin: auto !important;
    background: white;
}

.why-us .color {
    display: flex;
    background: #00aaae;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    min-height: 270px;
    color: white;
    padding: 15px;
    margin-top: 20px;
}

.why-us .color i {
    font-size: 2.5rem;
    padding: 20px;
    border-radius: 50%;
    background: white;
    color: #00aaae;
    margin-bottom: 20px;
}
.why-us .color h4 {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.why-us .color p {
    font-family: "Poppins";
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
}
.why-us h1 {
    color: #00aaae;
    font-size: 37px;
}
.why-us hr {
    margin-bottom: 30px !important;
}
.why-us .icon {
    padding: 15px 25px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}

.why-us .icon i {
    padding: 25px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    font-size: 2rem;
    background: #00aaae;
    color: white;
}
.why-us .icon h4 {
    font-size: 22px;
    margin-top: 20px;
    text-transform: uppercase;
    color: rgb(22, 55, 98);
    font-family: "Roboto", sans-serif;
}
.why-us .icon p {
    text-align: justify;
    margin-top: 10px;
    font-family: "Uchen", serif;
}
@media screen and (max-width: 992px) {
    .why-us {
        padding: 15px;
    }
}
/* why us section css end  */

/* banner section css start  */
.banner {
    width: 100%;

    margin: auto !important;
    padding: 60px 100px 0px 100px;
}
.banner .banner-img {
    border-radius: 15px;
}
.banner img {
    width: 100%;
    cursor: pointer;
    transition: 1s;
    border-radius: 15px;
}
.banner img:hover {
    transform: scale(1.4) rotate(-10deg);
}
/* banner section css end  */

.gallery-bag{
    position: absolute;
    width: 200px;
    opacity: 0.3;
    top: 0px;
    left: 0px;
    animation: gallerybaganimate 15s infinite;
}
@keyframes gallerybaganimate {
    0% {
        transform: rotate(0deg)translateX(750px);
    }
    100% {
        transform: rotate(360deg)translateX(150px);
    }
}

.gallery-bag-1{
    position: absolute;
    width: 200px;
    opacity: 0.1;
    top: 50%;
    right: 0px;
}
.gallery-bag-2{
    position: absolute;
    width: 200px;
    opacity: 0.1;
    bottom: 200px;
    left: 0px;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    outline: none !important;
}

.owl-nav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: -20px;
    right: 0px;
    margin-top: 25px;
    margin-right: 15px;
}
.carousel-arrow{
    color: white;
    background: #00aaae;
    padding: 10px 13px;
    border-radius: 50%;
    margin-right: 5px;
}
.features-section{
    margin-top: 130px;
    margin-bottom: 80px;
    position: relative;
  }
  
  /* .features-section .left{
    background-image: url("../images/banner-4.png") ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
  } */
  
  
  
  .features-head{
    text-align: center;
  }
  
  .feature-slider{
    color: var(--white-col);
    position: relative;
  }
  
  .feature-slider img{
    border-radius: 10px;
    box-shadow: 0px 1px 2px rgba(0, 00, 0, 0.7);
  }
  .office-head{ 
    color: white;
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
    font-size: 35px;
  }
  .office-txt{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    color: white;
    margin-left: 60px;
}
.office-txt{
    display: none;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
    .features-section .left{
        background-image: url("") ;
    }
    .office-head{
        color: #00aaae;
        font-size: 25px;
    }
      .office-txt{
        margin-left: 0px;
        color: #00aaae;
        font-size: 25px;
    }
    .office-img{
        display: none;
    }
    .office-txt{
        display: block;
    }

}

.dots{
    position: absolute;
    width: 250px;
    top: 65px;
    right: 134px;
}

/* product section css start -----------------------  */
.product-slider {
    /* padding-top: 50px !important; */
    width: 100%;
    margin: auto !important;
    /* height: 85vh; */
    padding: 10px 110px;
    margin-bottom: 25px !important;
}
.product-slider h3 {
    font-family: "Poppins";
    margin-top: -70px;
    font-size: 20px;
    font-weight: bold;
}
/* product section css end -----------------------  */

/* foooter section start  */
.txt-why-us{
    font-size: 16px;
    font-family: 'Poppins',sans-serif;
    width: 50%;
    margin: 0px auto 30px;
}
.client-head{
    font-size: 35px;
    font-weight: bold;
    font-family: "Poppins", serif;
    color: #00aaae;
    margin-bottom: 30px;
}
.footer {
    margin-top: 80px;
}
.footer .logo,
.footer .contact-us {
    width: 100%;
    height: 100%;
}

.footer .logo {
    padding: 0px 30px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.footer .logo img {
    width: 100px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.footer .logo p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-align: justify;
}

.footer .contact-us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.footer h3 {
    color: #00aaae;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
}
.footer .contact-us p {
    font-size: 15px;
    text-align: justify;
    margin: 0;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}
.footer-hr {
    width: 50%;
    height: 2px !important;
    border-radius: 15px;
    background: #00aaae;
    margin-bottom: 40px;
}
.footer-hr-2 {
    width: 2px;
    height: 2px;
    border-radius: 550%;
    background: #00aaae;
    padding: 1px;
    margin-left: 3px;
}
.footer .guide {
    padding-left: 20px !important;
}
.footer .guide ul li{
    margin-top: 10px;
    transition: 0.8s;
}
.footer .guide ul li:hover{
    transform: translateX(25px);
}
.footer .guide ul li a {
    margin-left: 15px;
    transition: 0.5s;
    color: black;
    font-size: 16px;
}
.footer .guide ul li i {
    color: #00aaae;
    cursor: pointer;
    transition: 0.5s;
}
.footer .join img {
    width: 40%;
}
.footer .contact-us input {
    width: 100%;
    height: 40px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: none;
    border: 1px solid #00aaae;
}
.footer .contact-us i {
    color: #00aaae;
}
.footer .contact-us button {
    border: none;
    background: #00aaae;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00aaae;
    transition: 0.5s;
    padding: 10px;
    max-height: 40px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: white !important;
}
.footer .contact-us button i {
    color: white;
}
.footer .join img {
    margin-top: 25px;
    margin-right: 8px;
    border-radius: 8px;
}
.main-hr {
    width: 80%;
    background: #00aaae;
    margin: auto;
}
.main-hr-2 {
    width: 100%;
    margin-bottom: 20px !important;
}
.copy-right {
    font-weight: 600;
    font-family: "Poppins";
}
.footer .social-media{
    padding-left: 50px;
}
.footer .social-media a{
    color: black;
}
.footer .social-media i {
    color: white;
    padding: 10px;
    margin-top: 8px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #00aaae;
    transition: 0.8s;
    background: #00aaae;
}

.footer .social-media p{
    margin-bottom: -5px;
    margin-left: 13px;
}
.hero-star{
    display: none;
}

@media screen and (max-width: 992px) {
    .footer .logo {
        padding: 0px;
        padding-right: 20px;
    }
    .footer .guide {
        padding-left: 0px !important;
    }
    .footer .contact-us {
        padding: 0;
        padding-right: 0px;
    }
    .banner {
        padding: 10px;
    }
    .footer {
        padding: 40px !important;
        margin-top: 50px;
        padding-bottom: 10px !important;
    }
    .txt-why-us{
        font-size: 16px;
        font-family: 'Poppins',sans-serif;
        width: 70%;
        margin: 0px auto 30px;
    }
}
@media screen and (max-width: 450px) {
    .button-view {
        font-size: 14px;
    }
    .txt-why-us{
        width: 98%;
    }
    .client-head{
        font-size: 22px;
    }
    .hero-star{
        top: -28px;
        width: 150px !important;
        opacity: 0.4;
        position: absolute;
        right: 0px;
        display: block;
    }
    .owl-nav{
        top: 45px;
    }
}
@media screen and (max-width: 350px) {
    .button-view {
        font-size: 10px;
    }
}
/* foooter section end  */

/* contact css start **************************************** */
.contact {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mobile-navbar {
    display: none !important;
}
.contact .left-section,
.contact .right-section {
    width: 100%;
    height: 100%;
    position: relative;
}
.contact .left-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact .left-section img {
    width: 65%;
}

.contact .right-section input {
    margin-bottom: 18px;
    padding: 0px 10px;
    transition: 0.3s;
    border-radius: 5px;
    border: none;
    border-bottom: 1px solid #00aaae;
    width: 100% !important;
    height: 25px;
}
.contact .right-section input:focus {
    height: 40px;
    border: none;
}
.contact .right-section button {
    padding: 8px 30px;
    color: white;
    font-family: "Poppins", sans-serif;
    transition: 0.8s;
    background: #00aaae;
    border: none;
    border: 1px solid #00aaae;
    margin-top: 40px;
    border-radius: 5px;
}
.button-view {
    padding: 8px 20px;
    color: white;
    font-family: "Poppins", sans-serif;
    transition: 0.8s;
    background: #00aaae;
    border: none;
    border: 1px solid #00aaae;
    border-radius: 5px;
}
.contact .right-section button:hover {
    color: #00aaae;
    background: white;
}
.button-view:hover {
    color: #00aaae;
    background: white;
}
/* .contact iframe{
    width: 100%;
    margin-top: 60px;
    border-radius: 15px;
} */
.banner-contact {
    margin-top: 50px;
    margin: 50px auto 0px !important;
}
.banner-contact .left-section,
.banner-contact .right-section {
    width: 100% !important;
    padding: 20px;
}
.banner-contact .right-section img {
    width: 100% !important;
    border-radius: 15px;
}
@media screen and (max-width: 992px) {
    .contact {
        padding: 15px !important;
        margin-top: 10px !important;
    }
    .contact .right-section {
        padding: 30px !important;
    }
    .contact .left-section img {
        width: 90% !important;
    }
    .banner-contact {
        padding: 0px;
    }
    .desktop-navbar{
        display: none !important;
    }
    .mobile-navbar{
        display: flex !important;
    }
}
/* contact css end **************************************** */

/* product css start ************************ */
.product-section {
    width: 100%;
    margin: auto !important;
    /* height: 85vh; */
    padding: 10px 50px;
    position: relative;
}
.product-section img {
    width: 100%;
    border-radius: 10px;
}

.product-section .product-content {
    padding-bottom: 5px !important;
    margin-top: 20px;
    overflow: hidden;
}
.product-section .product-content .text-content {
    margin-top: 10px;
}
.product-section .product-content .text-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    /* font-family: 'Uchen', serif; */
    font-family: "Poppins", sans-serif;
}
.product-section .product-content .text-content p {
    text-align: justify;
    margin-top: 15px;
    font-family: "Poppins", serif;
    font-size: 14px;
}
.product-section .product-content .text-content .span-text {
    position: absolute;
    top: 45px;
    right: 40px;
    background: #00aaae;
    border: none;
    color: white;
    border-radius: 5px;
    padding: 5px 15px;
}
.product-section .product-content .text-content .d-flex i {
    color: #00aaae;
    font-size: 18px;
    margin-right: 5px;
}




@media screen and (max-width: 992px) {
    .product-section {
        padding: 10px 20px !important;
    }
    .nav-icons{
        display: none;
    }
}
/* product css end ************************ */

/* loader css starts -------------------  */

.loader-section {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: white;
    width: 100%;
}
.bg-logo {
    position: absolute;
    width: 80px;
}
.loader {
    position: relative;
    width: 220px;
    height: 220px;
    filter: url(#gooey);
    /* background: url(../img/logo.png) no-repeat;
    background-size: cover;
    background-position: top center; */
    animation: animate 16s linear infinite;
}

.loader span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transform: rotate(calc(45deg * var(--i)));
}

.loader span::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
    width: 30px;
    height: 30px;
    background: linear-gradient(45deg, #c7eeff, #03a9f4);
    border-radius: 50%;
    box-shadow: 0 0 30px #00bc4d;
}

.rotate {
    animation: animate 4s ease-in-out infinite;
    animation-delay: calc(-0.2s * var(--j));
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

svg {
    width: 0;
    height: 0;
}
/* loader css starts -------------------  */
</pre></body></html>