body {
  margin: 0px;
  padding: 0px;
}

.page {
  background: #f0f5f5;
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 1;
  height: 100vh;
  position: relative;
}

.countdown-col {
  background: url(http://placehold.it/1920x1080) no-repeat center;
  background-size: cover;
    overflow: hidden;
}

.countdown-col:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #EEC344, #000);
  opacity: 0.6;
}


.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.middle .logo{
    width: 150px;
    margin: auto auto 20px;
}

.middle .logo img{
    width: 100%;
}

.newsletter {
  width: 90%;
}

.newsletter-col {
    overflow: hidden;
}
.newsletter-col #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.newsletter h5 {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 1rem;
}

.newsletter input {
  display: block;
  margin: 12px auto;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  padding: 14px 20px;
  border-radius: 30px;
  border: 1px solid #ddd;
  outline: none;
}

.newsletter-btn {
  background-image: linear-gradient(to right, #F09819 51%, #FF512F 100%);
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}

.newsletter-btn:hover {
  opacity: .7;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

.newsletter-box .button{
    background: #46866C;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.location .social-links li{
    list-style-type: none;
    float: left;
    padding: 4px;
}

.location .social-links li a {
    color: #333;
}

.carousel-caption{
    top: 15%;
}

.logo-brand{
    width: 200px;
}

.max-width{
    width: 100%;
}

.img-responsive{
    max-width: 100%;
}

.green-bg{
    background: #46866C;
}

.second-footer{
    padding: 30px 0;
}

.mt-30{
    margin-top: 30px;
}

.mt-50{
    margin-top: 50px;
}

.m-0{
    margin:0px!important;
}

.height-auto{
    height: auto!important;
}

.mt-20{
    margin-top: 20px;
}

.color-fff h2{
    color: #fff;
}

.color-fff p{
    color: #fff;
}

.box-services{
    min-height: 200px;
}

.about-front p{
    padding-top: 5px;
    padding-bottom: 10px;
}


.box-services a{
    color: #EEC344;
}

.box-services a:hover{
    text-decoration: underline;
}

.wide-section-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: none;
    opacity: .4;
}

@media screen and (max-width: 900px) {
  .col {
    flex: 100%;
  }
}



@media (max-width:576px) {

    .time .time-col{
        font-size: 0.60rem;
    }

    .time .time-col div {
        font-size: 1.3rem;
    }

    .height-600{
        height: 600px;
    }

    .height-500 .section-hide{
        top: 10%;
    }
    .no-mobile{
        display: none;
    }
}