<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
}

a {
    text-decoration: none;
}
 
/* header area css*/
 
.nav {
    padding: 15px 0; 
    transition: all 0.4s ease-in-out;
}
 
.navbar img.logo-white {
    width: 150px;
} 

.bg-gray {
    background-color: #f4f4f4;
}

 
.icon-box {
    background-color: #c24708;
    padding: 10px;
    height: 80px;
    width: 80px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    transition: all 0.3s;
}

.icon-box-o {
    height: 95px;
    width: 95px;
    border: solid 1px #ddd;
    display: inline-flex;
    border-radius: 50%; 
    transition: all 0.3s; 
    align-items: center;
    justify-content: center;
}

.btn-one {
    background-color: #c24708;
    padding: 15px 50px !important;
    color: #fff;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    display: inline-block;
    transition: all 0.3s;
    text-align: center;
}

.btn-one span {
    font-size: 14px;
    font-weight: 400;
}

.btn-one:hover {
    background-color: #8e3000; 
    color: #fff;
    transition: all 0.3s;
}

.c-color {
    color: #c24708;
}

.number { 
    background-color: #c24708;
    width: 50px;
    height: 50px;
    border-radius: 50%; 
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.box {
    background-color: #c24708;
    color: #fff;
    padding: 30px 40px; 
    border-radius: 6px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    transition: all 0.3s;
}

.box:hover {
    background-color: #8e3000; ; 
    color: #fff;
    transition: all 0.3s;
}

.blog-area a { 
    background-color: #f0f0f0;
    margin: 10px;
    padding: 10px 20px;
    display: inline-block;
    color: #c24708;
    border-radius: 6px;
}

.rounded-one {
    border-radius: 10px;
    transition: all 0.3s;
}

.p-4.shadow.rounded-one:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    margin-top: -20px;
    transition: all 0.4s;
}

.p-4.shadow.rounded-one:hover  .icon-box {
    background-color: #8e3000; 
    transition: all 0.2s;
}

.social-link span {
    background-color: rgba(30, 113, 216, 0.2);
    display: block;
    border-radius: 6px;
    padding: 10px 40px;
    font-size: 22px;
    color: #c24708;
    transition: all 0.3s;
}

.social-link span:hover {
    background-color:#c24708;
    color: #fff;
    transition: all 0.3s;
}

.social-link span i {
    padding-right: 10px;
}

.footer-area {
    position: relative;
    background-color: #c24708;
}

.footer-area li {
    list-style: none;
    padding: 6px 0;
}

.footer-area ul {
    padding-left: 0;
    z-index: 99;
}

.footer-area li a {
    color: #f4f4f4;
    transition: all 0.3s; 
}

.footer-area li a:hover {
    padding-left: 10px;
    transition: all 0.3s;
    color: #212121;
}

.footer-area .row.pt-5 {
    position: relative;
    z-index: 1;
}

.bg-one {
    display: inline-block;
    background-image: url(../images/02.jpg);
    background-size: cover;
    background-position: center;
    padding: 85px 100px 250px 200px;
}

section.bg {
    background-image: url(../images/bg-two.png);
    background-size: 100%;
    background-position: center;
}

.footer-area:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 543px;
    height: 368px;
    background: url(../images/footer-pattern-2.png) no-repeat;
}

.footer-area:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 505px;
    height: 334px;
    background: url(../images/footer-pattern-1.png) no-repeat;
}

.p-4.shadow.rounded-one.mx-2 {
    height: 100%;
    background-color: #fff;
}

.footer-area p.h4 {
    color: #fff;
}


/* ---- particles.js container ---- */

canvas {
    display: block;
    vertical-align: bottom;
}

section{
    overflow-x: hidden;
}

/* ---- stats.js ---- */

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 0px;
    margin-left: 0px;
    display: none;
}


div#stats {
    display: none;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

#particles-js {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;  
}

button.owl-prev span{
    background-color: #d9d9d9 !important;
    padding: 10px 20px !important;
    margin: 10px !important;
    border-radius: 6px;
    color: #212121;
}

button.owl-next span{
    background-color: #d9d9d9 !important;
    padding: 10px 20px !important;
    margin: 10px !important;
    border-radius: 6px;
    color: #212121;
}


.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent; 
}

.owl-theme .owl-nav {
    margin-top: 50px;
}


/* New css */

#countdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#countdown ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #c24708;
    padding-right: 20px;
}
</pre></body></html>