<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  font-family: 'Poppins', sans-serif;
  font-weight:300;
  color:#2c2c2c;
  padding-top:100px;
}
h1,h2,h3,h4,h5,h6{font-weight:400; color:#000;}

.navbar-brand img{max-height:80px; transition: all .2s ease-in-out;}
.navbar a.nav-link{font-size:18px; font-weight:400; margin:0 20px; color:#000!important;}
.navbar a.nav-link.btn{padding-left:20px; padding-right:20px;}
.navbar.scrolled{box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);}
.navbar.scrolled .navbar-brand img{max-height:50px;}

.btn{border-radius:0;}

.orange-bg{background:#fec603;}
.green-bg{background:#29b63e;}

.home-banner{background:url("../img/banner-img.jpg") no-repeat center center; background-size:cover; height:100vh; padding-top:250px;}
.banner-title{font-size:48px; font-weight:500; color:#fff;}

.step-icon img{max-height:48px;}

.feature-box{background:#f7f7f7;height:100%; padding:30px 20px 0 20px;}
.feature-box img{max-height:80px; margin-bottom:15px;}

.bg-grey{background:#f7f7f7;padding-top:100px; padding-bottom:100px;}
.bg-black{background:#252525;}

#howitworks{padding-top:100px;}
#features{padding-top:100px;}
#pricing{padding-top:100px;padding-bottom:100px; background: url("../img/pattern-bg-left.png") left 70px no-repeat, url("../img/pattern-bg-right.png") right bottom 40px no-repeat;background-size: 20%, 20%;}
#faqs{padding-bottom:100px;}
#contact{padding-top:100px; padding-bottom:80px;}
#contact h5{color:#7c7c7c}
#contact a{color:#fff;}
#contact a:hover, footer a{color:#29b63e;}
#sectors{padding-top:80px; padding-bottom:80px; background:#edf8ff;}


.text-orange{color:#fec603;}
.text-green{color:#29b63e;}
.pricing-table{background:#edf8ff; padding:40px 10px; }
.pricing-title{font-size:28px; color:#000;}
.pricing-fee{padding-top:10px; font-size:40px; font-weight:400; color:#000;}
.pricing-fee sup{font-size:18px;}
.pricing-fee span{font-size:18px;}
.pricing-fee-alt{font-size:18px;}
.pricing-desc{padding-top:10px;}





.one-time .text-center{padding-left:20px; padding-right:20px;}

.one-time .text-center img{margin-bottom:10px; border-radius:25px;}
:target::before {
    content: '';
    display: block;
    height:      100px;
    margin-top: -100px;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1360px;
    }
}

@media (max-width: 575.98px) {
	
}

@media (max-width: 767.98px) {
	.home-banner{padding-top:100px;}
	#pricing{background-size: 30%, 30%;}
}

@media (max-width: 991.98px) {
	.home-banner{padding-top:200px;}
}

@media (max-width: 1199.98px) {
	.banner-title{font-size:36px;}
	.navbar a.nav-link{font-size:16px; margin:0 10px;}
}
</pre></body></html>