<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

*{padding:0;margin:0;box-sizing:border-box;line-height:140%;}

body {
	font-family:lato;
	font-weight:400;
	font-size:14px;
	color:#333;
}
.container {
	max-width:1200px;
	width:100%;
}

li { list-style:none; }

p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

a, a:hover {
    color: #d7561c;
}
a, a:hover, a:focus {
	text-decoration:none;
}
.h1, h1 {
	font-size:44px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: lato;
	 font-weight: normal;
}

.main-wrapper {
	float:left;
	width:100%;
	position:relative;
}
section {
	position:relative;
	width:100%;
}
.header {
	text-align: left;
    padding: 10px 0px;
    position: absolute;
    top: 10px;
    left: 40px;
    width: auto;
    display: inline-block;
}
.header a.logo {
    position: relative;
    z-index: 1;
}
#footer {
    float: left;
    width: 100%;
    background: #E0E0E0;
    padding: 0px 0px 0px;
	display:none;
}

.footer-cta {background-color: #2f2f2f; padding: 30px 0;}
.footer-cta .profile-info {text-align:center; color:#fff;margin:0;}
.footer-cta .profile-info h3 {font-weight: bold;font-size: 36px;margin-bottom: 5px;}
.footer-cta .profile-info p {font-weight: bold;font-size: 24px;margin-bottom: 30px;}
.footer {background:#555555; padding: 30px 0;}
.trust-logo {text-align:center; padding: 0 0 30px;}
.footer p {
  color: #d7d7d7;
}
.footer a {
  color: #fff;
  font-weight: 300;
}
.footer a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer-col {text-align:center;}
.footer-logo {}
#footer-menu {margin:0;}
#footer-menu li {display:inline-block;list-style:none; border-left: 1px solid #fff; padding:0 0 0 1px;font-size:13px;}
#footer-menu li:first-child {border-left: 0px}
#footer-menu li  a{display:inline-block;padding:0 5px;}
.footer-col p {font-size:13px;}
.getin-touch a {
    background: #d7561c;
    color: #fff;
    padding: 12px 26px;
    display: inline-block;
    font-size: 20px;
    text-transform: capitalize;
    line-height: normal;
    border-radius: 4px;
}

input, .form-control, .form-control:focus {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #7b7b7b;
    background-color: #fff;
    border: 0px;
    border-radius: 4px;
    box-shadow:none;
	outline:none;
}
input.invalid {
  background-color: #ffdddd;
}

input[type=checkbox], input[type=radio] {
	width:auto;
}
.form-group {
    margin-bottom: 25px;
}


.carousel-inner&gt;.item&gt;img {
	height:100%;
	min-height:630px;
}
.carousel-control.left, 
.carousel-control.right {
	width: auto;
    height: auto;
	transition:all 0.7s ease;
} 
.carousel-control.left {
    left: 50px;
}
.carousel-control.right {
    right: 50px;
}
.left {
  display: none;
}

.profile-section .carousel-inner&gt;.item {
	background-repeat:no-repeat ;
	background-position:center top ;
	background-size:cover ;
	background-attachment:fixed;
}
.profile-section .carousel-inner .item::before {content:" "; position:absolute;width:100%; height:100%;background:rgba(0,0,0,0.7);}

.profile-section .carousel-inner&gt;.item:nth-of-type(1) {
	background-image:url(../images/banner-1.jpg);
}
.profile-section .carousel-inner&gt;.item:nth-of-type(2) {
	background-image:url(../images/banner-2.jpg);
}
.profile-section .carousel-inner&gt;.item:nth-of-type(3) {
	background-image:url(../images/banner-3.jpg);
}
.profile-section .carousel-inner&gt;.item:nth-of-type(4) {
	background-image:url(../images/banner-4.jpg);
}
.profile-section .carousel-inner&gt;.item:nth-of-type(5) {
	background-image:url(../images/banner-5.jpg);
}
.profile-section .carousel-inner&gt;.item:nth-of-type(6) {
	background-image:url(../images/banner-6.jpg);
}
.profile-section .carousel-inner&gt;.item:nth-of-type(7) {
	background-image:url(../images/banner-7.jpg);
}
.profile-section .carousel-inner&gt;.item:nth-of-type(8) {
	background-image:url(../images/banner-7.jpg);
}
.carousel-caption {
	top:50%;
	bottom:inherit;
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	-o-transform:translate(0, -50%);
	transform:translate(0, -50%);
	padding: 0px 15px;
	left:0;
	position:relative;
}
.step-progress-bar {
    position: absolute;
    left: 40px;
    bottom: 10px;
    z-index: 1;
    width: 100%;
    float: left;
    max-width: 220px;
}

.progress-box p {
	color: #fff;
    margin: 0 0 8px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.progress {
    width: 100%;
    float: left;
    height: 16px;
    background: #818181;
    border-radius: 10px;
}
.progress-bar-success {
    background-color: #4ac132;
    font-size: 0px;
    color: transparent;
}
.step-inner h3 {
    font-size: 20px;
	letter-spacing:0.5px;
}
.profile-image {
	padding:20px 0px;
}
.profile-image img {
	width:auto;
	max-height:200px;
	border-radius:100%;
}
.profile-info {
	margin-bottom:30px;
}
.profile-info h2 {
	margin:0px 0px 12px;
	font-size:64px;
}
.profile-info p {
	color:#fff;
	font-size:32px;
	margin-bottom:5px;
	line-height:normal;
}
.profile-ftr h3 {
    font-size: 32px;
    letter-spacing: 0.5px;
    margin-bottom:20px;
}

.disclaimer-text{
    color: #fff;
    text-align: left;
	padding: 30px 0 20px;
}

.disclaimer-text p {
    color: #fff;
    text-align: left;
    font-size: 14px;
}
.btns-group {
	max-width:680px;
	margin:0 auto;
}
.btns-group .btn {
    font-size: 32px;
    padding: 15px 10px;
    border-radius: 6px;
    min-width: 320px;
    display: inline-block;
    margin:7px;
    border: none;
    color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	letter-spacing:0.5px;
	outline:none;
}
.btns-group .btn:focus {
	box-shadow:none;
	outline:none;
}
.btns-group .btn1 {
    background: #b81717;
}
.btns-group .btn2 {
    background: #19b519;
}
.btns-group .btn3 {
    background: #158fae;
}
.btns-group .btn4 {
    background: #61378c;
}

.static-footer {
    position: absolute;
    bottom: 0;
    right: 40px;
    text-align: right;
    width: auto;
}
.static-footer ul li {
    display: inline-block;
	 color: #fff;
    font-size: 18px;
	letter-spacing: 0.5px;
	margin: 0 2px;
	font-weight:normal;
}
.static-footer ul li a {
    color: #fff;
}
.static-footer ul li a:hover {
	color:#d7561c;
} 
.inner-bx {
    max-width: 300px;
	width:100%;
    float: right;
	text-align:center;
	margin-bottom:15px;
}
.scroll-down a {
	display:inline-block;
}
.scroll-down img {
	width:34px;
}

.rangeslider,
.rangeslider__fill {
  display: block;  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rangeslider {
  background: #787878;
  position: relative;
}
.rangeslider--horizontal {
  height: 10px;
  width: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #ef7600;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider__handle {
  background: #fff;
    color: transparent;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 100%;
    line-height: normal;
    text-align: center;
    font-size: 0;
}
.rangeslider__handle:before {
    display:none; 
}
.rangeslider__handle:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 8px;
    height: 8px;
    background: #ef7600;
    border-radius: 100%;
    left: 0;
    margin: 0 auto;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -6px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.range-slider {
    margin: 20px auto 40px;
    max-width: 400px;
    width: 100%;
}
span#amount-label {
    margin: 30px 0;
    display: block;
}
.btn-group .btn {
	border: 3px solid #fff;
    background: none;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 20px;
    line-height: normal;
    min-width: 140px;
	cursor:pointer;
    color:#fff;
}
.btn-group .btn .fa {
	margin-left: 14px;
    font-size: 23px;
}
.btn-group .btn:hover {
	color:#fff;
}
.step-inner {
    position: relative;
    /*max-width: 520px;
    width: 500%;*/
    margin: 0 auto;
}
.step-inner h1 {font-size:32px;}
.select-location {
	max-width:400px;
	width:100%;
	margin:20px auto 40px;
}
.thankyou-box {
    padding:30px 20px;
}
.thankyou-box h3 {
    margin:0 0 20px;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 2px;
}
.thankyou-box p {
	color:#fff;
	font-size:40px;
}

.static-footer img.upArrow {
	display:none;
}
.static-box img.upArrow {
	display:inline-block;
}
.static-box img.downArrow {
	display:none;
}
.frame-time-selected{
    background-color: rgb(74, 193, 50) !important;
}
.error-custom{
    color: #ff0000;
}
.error-custom-border{
    border:1px solid #ff0000;;
}
.success-custom-border{
    border:1px solid #c8c8c8;
}</pre></body></html>