<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-content p{
    text-align: justify;
}
.media-body p{
    text-align: justify;
}
.new-tab-busin p{
    margin-bottom: 0px;
}
#backgrond-ing{
    background: url(../img/slide1_2.jpg);
    width: 100%;
    height: 443px;
    background-size: cover;
    background-repeat: no-repeat;
}
#title1:after {
    content: '|';
    display: inline-block;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    overflow: hidden;
    line-height: 1.8rem;
    font-weight: 300;
}
.cta-2{
    color: #212121;
    font-size: 43px;
    line-height: 45px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.newsub-wu span{
    color:#cb011b;
}
.newsub-wu{
    overflow: visible;
    color: #212121;
    font-size: 43px;
    line-height: 45px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-transform: lowercase;
}
.cta {
    z-index: 1000;
    display: block;
    max-width: 450px;
    min-width: 450px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cpa-button{
    width:48%;
    font-size: 14px;
    background-color: #eb0028;
    -webkit-transition: background-color 350ms ease,color 350ms ease,border-color 350ms ease;
    transition: background-color 350ms ease,color 350ms ease,border-color 350ms ease;
    letter-spacing: -.3px;
    text-transform: uppercase;
}
.cpa-text-field.home-tf {
    width: 50%;
    text-align: center;
    text-transform: none;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.cpa-button, .cpa-text-field:active, .cpa-text-field:focus {
    border: 1px solid #cb011b !important;
}
.cpa-text-field {
    width: 40%;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-transform: none;
}
.cpa-button.email-white, .cpa-button:hover {
    border: 1px solid #cb011b ;
    background-color: #fff;
    color: #cb011b ;
}
.w-button {
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
}
.cpa-button, .cpa-text-field {
    height: 100%;
    font-size: 14px;
    font-family: Lato, sans-serif;
}

.w-input, .w-select{
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
}
.cpa-text-field{
    border: 1px solid #cb011b !important;
}
.cta{
    margin-top: 25%;
}
.enquiry-from{
    margin-top: 5%;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input.middle:focus {
    outline-width: 0;
}
.new-hide-p{
    color:#fff;
}
.service-three-area .single-item .single-service:hover .new-hide-p{
    color:#cb011b;
}
@media only screen and (max-width: 780px) {
    .mean-container .mean-bar{
        background: #fff !important;
    }
    .mean-container .mean-bar a.logo-mobile-menu{
        width: 40% !important;
    }
    .newsub-wu{
        font-size: 25px;
    }
    .cta-2{
        font-size: 30px;
    }
}
</pre></body></html>