#home{background-color:#fff;}#home-banner{display:flex;height:100vh;background:#000;margin-top:-15em;background-repeat:no-repeat;background-position:center bottom;border-bottom-left-radius:60px;border-bottom-right-radius:60px;margin-bottom:8rem;background-size:cover;opacity:0;transform:translateY(-50px);}@media(max-width:770px){#home-banner{box-shadow:0 7px 21px 8px rgba(0,0,0,.25);}}#home-banner #current-conditions{position:absolute;z-index:100000;bottom:-1px;right:0;padding:6rem;background-repeat:no-repeat;background-position:center bottom;background-size:contain;}#home-banner #current-conditions a{z-index:10;font-size:22px;text-decoration:none;color:#000;font-weight:600;opacity:0;}#home-banner #current-conditions a img{position:absolute;width:200px;left:35px;bottom:-10px;opacity:0;}#home-banner #current-conditions img{border:0;position:absolute;background:none;z-index:-1;right:0;box-shadow:none;}@media(max-width:770px){#home-banner #current-conditions{display:none;}}#home-banner .container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:start;}@media(max-width:600px){#home-banner .container{gap:20px;}}#home-banner .container .hero-content{position:absolute;bottom:10%;color:#fff;}#home-banner .container .hero-content h1{text-transform:capitalize;line-height:30px;}#home-banner .container .hero-content p{font-size:30px;width:60%;}@media(max-width:770px){#home-banner .container .hero-content p{width:100%;}}@media(max-width:770px){#home-banner .container .hero-content{width:500px;bottom:-5%;left:20%;transform:translate(-50%,-50%);}}@media(max-width:500px){#home-banner .container .hero-content{width:400px;bottom:-5%;left:0%;}}@media(max-width:450px){#home-banner .container .hero-content{width:350px;bottom:-5%;}}@media(max-width:390px){#home-banner .container .hero-content{width:350px;bottom:-15%;}}#home-banner .container .hero-content h1,#home-banner .container .hero-content p{opacity:0;}.overlay{position:absolute;top:auto;left:0;width:100%;height:inherit;background-size:cover;background-color:rgba(0,0,0,.3);z-index:-2;border-radius:0 0 60px 60px;}#home-about .col-md-6{padding-right:0;padding-left:0;}#home-about .text{padding:8rem;font-family:"asap",sans-serif;font-weight:100;font-style:normal;font-size:20px;color:#000;}@media(max-width:1200px){#home-about .text{font-size:20px;padding:4rem;}}#home-about .text::first-letter {font-weight:bold;font-size:30px;color:#41612f;}@media(max-width:1200px){#home-about .right{height:30px;}}@media(max-width:1200px){#home-about .right{height:100%;}}#home-about .green{background-color:#abde84;border-bottom-left-radius:60px;height:580px;}@media(max-width:1440px){#home-about .green{height:680px;}}@media(max-width:992px){#home-about .green{border-radius:0;height:500px;}}#home-about img{border:0;border-radius:0;background-size:cover;background-repeat:no-repeat;background-position:center;}#home-about .img-1{height:350px;object-fit:cover;width:100%;border-radius:60px 60px 0 0;}@media(max-width:1440px){#home-about .img-1{height:450px;}}@media(max-width:1200px){#home-about .img-1{height:350px;}}@media(max-width:992px){#home-about .img-1{border-radius:30px 30px 0 0;}}#home-about .img-2{height:580px;object-fit:cover;background-position:top;width:100%;border-radius:0 60px 60px 0;}@media(max-width:1440px){#home-about .img-2{height:680px;}}@media(max-width:992px){#home-about .img-2{border-radius:0 0 30px 30px;height:500px;}}@media(max-width:992px){#home-about .reverse{flex-direction:column-reverse;display:flex;}}@media(max-width:768px){#home-about .img-1,#home-about .img-2,#home-about .green{width:100vw;border-radius:0;}#home-about .row{margin-right:0;margin-left:0;}#home-about .text{padding-top:0;}#home-about .green{padding:4rem;height:100%;}}/*!* Lightbox for Bootstrap 3 by @ashleydw* https://github.com/ashleydw/lightbox** License: https://github.com/ashleydw/lightbox/blob/master/LICENSE*/.ekko-lightbox-container {  position: relative;}.ekko-lightbox-nav-overlay {  z-index: 100;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  display: flex;}.ekko-lightbox-nav-overlay a {  display: flex;  align-items: center;  padding: 15px;  width: 50%;  opacity: 0;  -webkit-transition: opacity 0.5s;  -moz-transition: opacity 0.5s;  -o-transition: opacity 0.5s;  transition: opacity 0.5s;  color: #fff;  font-size: 30px;  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);  filter: dropshadow(color=#000, offx=2, offy=2);  z-index: 100;  text-decoration: none;}.ekko-lightbox-nav-overlay a + a {  text-align: right;  justify-content: flex-end;}.ekko-lightbox-nav-overlay a:hover {  opacity: 1;  text-decoration: none;}.ekko-lightbox-nav-overlay a.glyphicon-chevron-left {  padding-left: 15px;  float: left;  left: 0;  text-align: left;}.ekko-lightbox-nav-overlay a.glyphicon-chevron-right {  padding-right: 15px;  float: right;  right: 0;  text-align: right;}.ekko-lightbox .modal-footer {  text-align: left;}.modal-backdrop.in {  filter: alpha(opacity=95);  -webkit-opacity: 0.95;  -moz-opacity: 0.95;  opacity: 0.95;  background-color: #333333;}.ekko-lightbox .modal-content {  -webkit-box-shadow: none;  -moz-box-shadow: none;  box-shadow: none;  -webkit-border-radius: 0;  -moz-border-radius: 0;  border-radius: 0;  border: none;  background-color: transparent;}.ekko-lightbox .modal-header {  border: 0;  padding-left: 0;  padding-right: 0;}.ekko-lightbox .modal-header .close {  filter: alpha(opacity=50);  -webkit-opacity: 0.5;  -moz-opacity: 0.5;  opacity: 0.5;  color: #fff;  text-shadow: 0;  font-weight: 100;  margin-top: 5px;}.ekko-lightbox .modal-header .close:hover {  filter: alpha(opacity=100);  -webkit-opacity: 1;  -moz-opacity: 1;  opacity: 1;}.ekko-lightbox .modal-header h4.modal-title {  font-weight: 100;  color: #fff;  padding: 0;}.ekko-lightbox .modal-body {  padding: 0;}.ekko-lightbox .modal-dialog {  z-index: 1050;}.ekko-lightbox .modal-footer {  filter: alpha(opacity=90);  -webkit-opacity: 0.9;  -moz-opacity: 0.9;  opacity: 0.9;  border: 0;  color: #fff;  font-weight: 100;  padding: 0;}.bootstrap-datetimepicker-widget{list-style:none;}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em;}@media(min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em;}}@media(min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em;}}@media(min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em;}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute;}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);top:-7px;left:7px;}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:8px;}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);bottom:-7px;left:6px;}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-6px;left:7px;}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px;}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px;}.bootstrap-datetimepicker-widget .list-unstyled{margin:0;}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0;}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none;}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0;}.bootstrap-datetimepicker-widget button[data-action]{padding:6px;}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Increment Hours";}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Increment Minutes";}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Decrement Hours";}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Decrement Minutes";}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Show Hours";}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Show Minutes";}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Toggle AM/PM";}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Clear the picker";}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Set the date to today";}.bootstrap-datetimepicker-widget .picker-switch{text-align:center;}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Toggle Date and Time Screens";}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit;}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%;}.bootstrap-datetimepicker-widget table{width:100%;margin:0;}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:0;}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px;}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px;}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed;}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Previous Month";}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Next Month";}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer;}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee;}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px;}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777;}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px;}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer;}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777;}.bootstrap-datetimepicker-widget table td.today{position:relative;}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#0a6e8f;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px;}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#0a6e8f;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff;}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed;}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:0;}.bootstrap-datetimepicker-widget table td span:hover{background:#eee;}.bootstrap-datetimepicker-widget table td span.active{background-color:#0a6e8f;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);}.bootstrap-datetimepicker-widget table td span.old{color:#777;}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed;}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px;}.bootstrap-datetimepicker-widget.wider{width:21em;}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important;}.input-group.date .input-group-addon{cursor:pointer;}