<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --tp-ff-body: 'poppins', sans-serif;
    --tp-ff-heading: 'poppins', sans-serif;
    --tp-ff-p: 'poppins', sans-serif;
    --bs-body-font-size: 14px;
}
.main-menu ul li .sub-menu li a {
    font-size: 14px;
}
.logo {
    width: 210px;
    background-color: transparent;
}
a.ln {
    color: #28a7e1;
    font-size: 18px;
    font-weight: 900;
}
.slider-contant span {
    font-size: 40px;
}
.slider-contant .slider-title {
    font-size: 70px;
}
.tp-btn{
    font-size: 14px;
}
.tp-btn-ts{
    font-size: 14px;
}
.sm-services__text h4{
    font-size: 18px;
}
.section__wrapper .section__title {
    font-size: 35px;
}
p {
    font-size: 14px;
}
.sm-text {
    font-size: 16px;
}
.sd-content {
    background: var(--tp-theme-1);
    padding: 10px 50px;
}
.single-services .sr-button a {
    font-size: 14px;
    font-weight: var(--tp-fw-medium);
    color: #28a7e1;
}
.sd-content h5 {
    font-size: 25px;
}
.feature__list ul li a{
    font-size: 16px;
}
.footer__widget-title {
    font-size: 16px;
    color: var(--tp-common-white);
    margin-bottom: 20px;
}
.footer__links ul li {
    margin-bottom: 10px;
}
.footer__links ul li a {
    font-size: 14px;
}
.footer__copyright {
    padding: 30px 0px;
}
.services__item .ser__title {
    font-size: 16px;
    line-height: 1.2;
}
.contact__title {
    font-size: 16px;
}
.ser__icon.mb-30 img {
    border: 3px solid #e9e9e9;
}
.sdf__text h6 {
    font-size: 18px;
    line-height: 30px;
}
.sdf__item {
    padding: 20px;
    border: 1px solid var(--tp-border-2);
    display: block;
    border-radius: 6px;
    position: relative;
    background: var(--tp-common-white);
    transition: 0.3s;
    text-align: center;
}
.company__sm-about p {
    font-size: 16px;
}
.contact__map {
    margin-top: 0px;
}
.contact__form {
    padding: 10PX 60px;
}
.contact__map-wrap iframe {
    height: 450px;
}
.preloader {
    background-size: 5%;
  }
.services__item-tp {
    max-height: 100%;
    height: 100%;
}
.contact__map-icon i {
    font-size: 40px;
    color: var(--tp-theme-1);
    position: absolute;
    left: 49.2%;
    top: -3100.5%;
}
.logo-area {
    float: right;
}
@media (max-width: 767px){
    .logo-area{
        text-align: -webkit-center;
    }
    .footer__logo{
        text-align: center;
    }
}</pre></body></html>