*
{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

#roarupvideo
{
    position:relative;
}

#roarupvideo video
{
    height: 100vh;
    width: 100%;
    background-position: absolute;
    z-index: 10;
    object-fit: cover;
}

#roarupvideo .content
{
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-text
{
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
}

.slider-title
{
    font-size: 5rem !important;
    font-weight: 300;
}

.title-line
{
  text-decoration: overline #f16136 5px;
  /* text-transform: uppercase; */
}

.btn-primary
{
    background-color: #f16136 !important;
    border-color: #f16136 !important;
}

.span-primary
{
    color: #f16136;
}

.title-primary
{
  width: 100%;
  height: auto;
  background-color: #f16136;
  color: #ffffff;
  text-align: center;
  /* border-radius: 10px; */
}

.title-box
{
    border: #f16136 2px solid !important; 
}

.gap-1
{
    height: 20px;
}

.quotes
{
    font-family: Open Sans,sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
}

#cards_landscape_wrap-2{
    text-align: center;
    background: #F7F7F7;
  }
  #cards_landscape_wrap-2 .container{
    padding-top: 8px; 
    padding-bottom: 50px;
  }
  #cards_landscape_wrap-2 a{
    text-decoration: none;
    outline: none;
  }
  #cards_landscape_wrap-2 .card-flyer {
    border-radius: 5px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box{
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
    border-radius: 5px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box img{
    -webkit-transition:all .9s ease; 
    -moz-transition:all .9s ease; 
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease; 
    transition:all .9s ease;
    width: 100%;
    height: 200px;
  }
  #cards_landscape_wrap-2 .card-flyer:hover .image-box img{
    opacity: 0.7;
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
  }
  #cards_landscape_wrap-2 .card-flyer .text-box{
    text-align: center;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box .text-container{
    padding: 30px 18px;
  }
  #cards_landscape_wrap-2 .card-flyer{
    background: #FFFFFF;
    margin-top: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
  }
  #cards_landscape_wrap-2 .card-flyer:hover{
    background: #fff;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 50px;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box p{
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px; 
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box h6{
    margin-top: 0px;
    margin-bottom: 4px; 
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Black', sans-serif;
    letter-spacing: 1px;
    color: #00acc1;
  }

  /* .header__center {
    font-size: 2rem;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
}

.header__center::before,
.header__center::after {
    content: "";
    display: block;
    height: 1px;
    background-color: currentColor;
} */

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .iframe-box
  {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  .round-box
  {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    border: #f16136 2px dashed;
  }

  .note-light {
    background-color: #fbfbfb;
    border-color: #f16136;
    font-size: 30px;
}

.invitation-box
{
    background-color: #f16136;
    color: #ffffff;
    font-size: larger;
    font-weight: 500;
}

.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
    float: left;
  }
  
  .col-xs-5th-5 {
    float: left;
    width: 100%;
  }
  
  .col-xs-5th-4 {
    width: 80%;
  }
  
  .col-xs-5th-3 {
    width: 60%;
  }
  
  .col-xs-5th-2 {
    width: 40%;
  }
  
  .col-xs-5th-1 {
    width: 20%;
  }
  
  .col-xs-5th-pull-5 {
    right: 100%;
  }
  
  .col-xs-5th-pull-4 {
    right: 80%;
  }
  
  .col-xs-5th-pull-3 {
    right: 60%;
  }
  
  .col-xs-5th-pull-2 {
    right: 40%;
  }
  
  .col-xs-5th-pull-1 {
    right: 20%;
  }
  
  .col-xs-5th-pull-0 {
    right: auto;
  }
  
  .col-xs-5th-push-5 {
    left: 100%;
  }
  
  .col-xs-5th-push-4 {
    left: 80%;
  }
  
  .col-xs-5th-push-3 {
    left: 60%;
  }
  
  .col-xs-5th-push-2 {
    left: 40%;
  }
  
  .col-xs-5th-push-1 {
    left: 20%;
  }
  
  .col-xs-5th-push-0 {
    left: auto;
  }
  
  .col-xs-5th-offset-5 {
    margin-left: 100%;
  }
  
  .col-xs-5th-offset-4 {
    margin-left: 80%;
  }
  
  .col-xs-5th-offset-3 {
    margin-left: 60%;
  }
  
  .col-xs-5th-offset-2 {
    margin-left: 40%;
  }
  
  .col-xs-5th-offset-1 {
    margin-left: 20%;
  }
  
  .col-xs-5th-offset-0 {
    margin-left: 0%;
  }
  
  @media (min-width: 768px) {
    .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
      float: left;
    }
  
    .col-sm-5th-5 {
      float: left;
      width: 100%;
    }
  
    .col-sm-5th-4 {
      width: 80%;
    }
  
    .col-sm-5th-3 {
      width: 60%;
    }
  
    .col-sm-5th-2 {
      width: 40%;
    }
  
    .col-sm-5th-1 {
      width: 20%;
    }
  
    .col-sm-5th-pull-5 {
      right: 100%;
    }
  
    .col-sm-5th-pull-4 {
      right: 80%;
    }
  
    .col-sm-5th-pull-3 {
      right: 60%;
    }
  
    .col-sm-5th-pull-2 {
      right: 40%;
    }
  
    .col-sm-5th-pull-1 {
      right: 20%;
    }
  
    .col-sm-5th-pull-0 {
      right: auto;
    }
  
    .col-sm-5th-push-5 {
      left: 100%;
    }
  
    .col-sm-5th-push-4 {
      left: 80%;
    }
  
    .col-sm-5th-push-3 {
      left: 60%;
    }
  
    .col-sm-5th-push-2 {
      left: 40%;
    }
  
    .col-sm-5th-push-1 {
      left: 20%;
    }
  
    .col-sm-5th-push-0 {
      left: auto;
    }
  
    .col-sm-5th-offset-5 {
      margin-left: 100%;
    }
  
    .col-sm-5th-offset-4 {
      margin-left: 80%;
    }
  
    .col-sm-5th-offset-3 {
      margin-left: 60%;
    }
  
    .col-sm-5th-offset-2 {
      margin-left: 40%;
    }
  
    .col-sm-5th-offset-1 {
      margin-left: 20%;
    }
  
    .col-sm-5th-offset-0 {
      margin-left: 0%;
    }
  }
  @media (min-width: 992px) {
    .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
      float: left;
    }
  
    .col-md-5th-5 {
      float: left;
      width: 100%;
    }
  
    .col-md-5th-4 {
      width: 80%;
    }
  
    .col-md-5th-3 {
      width: 60%;
    }
  
    .col-md-5th-2 {
      width: 40%;
    }
  
    .col-md-5th-1 {
      width: 20%;
    }
  
    .col-md-5th-pull-5 {
      right: 100%;
    }
  
    .col-md-5th-pull-4 {
      right: 80%;
    }
  
    .col-md-5th-pull-3 {
      right: 60%;
    }
  
    .col-md-5th-pull-2 {
      right: 40%;
    }
  
    .col-md-5th-pull-1 {
      right: 20%;
    }
  
    .col-md-5th-pull-0 {
      right: auto;
    }
  
    .col-md-5th-push-5 {
      left: 100%;
    }
  
    .col-md-5th-push-4 {
      left: 80%;
    }
  
    .col-md-5th-push-3 {
      left: 60%;
    }
  
    .col-md-5th-push-2 {
      left: 40%;
    }
  
    .col-md-5th-push-1 {
      left: 20%;
    }
  
    .col-md-5th-push-0 {
      left: auto;
    }
  
    .col-md-5th-offset-5 {
      margin-left: 100%;
    }
  
    .col-md-5th-offset-4 {
      margin-left: 80%;
    }
  
    .col-md-5th-offset-3 {
      margin-left: 60%;
    }
  
    .col-md-5th-offset-2 {
      margin-left: 40%;
    }
  
    .col-md-5th-offset-1 {
      margin-left: 20%;
    }
  
    .col-md-5th-offset-0 {
      margin-left: 0%;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
      float: left;
    }
  
    .col-lg-5th-5 {
      float: left;
      width: 100%;
    }
  
    .col-lg-5th-4 {
      width: 80%;
    }
  
    .col-lg-5th-3 {
      width: 60%;
    }
  
    .col-lg-5th-2 {
      width: 40%;
    }
  
    .col-lg-5th-1 {
      width: 20%;
    }
  
    .col-lg-5th-pull-5 {
      right: 100%;
    }
  
    .col-lg-5th-pull-4 {
      right: 80%;
    }
  
    .col-lg-5th-pull-3 {
      right: 60%;
    }
  
    .col-lg-5th-pull-2 {
      right: 40%;
    }
  
    .col-lg-5th-pull-1 {
      right: 20%;
    }
  
    .col-lg-5th-pull-0 {
      right: auto;
    }
  
    .col-lg-5th-push-5 {
      left: 100%;
    }
  
    .col-lg-5th-push-4 {
      left: 80%;
    }
  
    .col-lg-5th-push-3 {
      left: 60%;
    }
  
    .col-lg-5th-push-2 {
      left: 40%;
    }
  
    .col-lg-5th-push-1 {
      left: 20%;
    }
  
    .col-lg-5th-push-0 {
      left: auto;
    }
  
    .col-lg-5th-offset-5 {
      margin-left: 100%;
    }
  
    .col-lg-5th-offset-4 {
      margin-left: 80%;
    }
  
    .col-lg-5th-offset-3 {
      margin-left: 60%;
    }
  
    .col-lg-5th-offset-2 {
      margin-left: 40%;
    }
  
    .col-lg-5th-offset-1 {
      margin-left: 20%;
    }
  
    .col-lg-5th-offset-0 {
      margin-left: 0%;
    }
  }

  .contactForm
{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.footer-main
{
  width: 100%;
  height: auto;
  background-color: #393E46;
  color: lightgrey;
  text-decoration: none;
}

.footer-connect
{
  width: 20%;
  height: fit-content;
  background-color: rgb(7, 134, 177);
  color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
}

.footer-text-title
{
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}

.footer-text
{
  font-size: 12px;
  font-weight: 500;
}

.footer-main a
{
  color: #f16136;
  text-decoration: none;
  font-size: 20px;
}

.invitation-icon
{
  width: 40%;
  padding-left: 20%;
  margin-left: 20%;
}

/* .slider-text
{
	text-align: center;
	top: 50%;
	left: 50%;
	position: absolute;
	color: white;
	transform: translate(-50%, -50%);
} */

.text_1
{
	animation: text1;
}
  
.text_2
{
	animation: text2;
}
  
  .text_1, .text_2
{
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	animation-duration: 20s;
	animation-timing-function: steps(25, end);
	animation-iteration-count: infinite;
}
  
  .text_1::after, .text_2::after {
	content: "|";
	position: absolute;
	right: 0;
	animation: caret infinite;
	animation-duration: 1s;
	animation-timing-function: steps(1, end);
  }
  
  @keyframes text2 {
	0%, 50%, 100% {
	  width: 0;
	}
	
	60%, 90% {
	  width: 100%;
	}
  }
  
  @keyframes text1 {
	0%, 50%, 100% {
	  width: 0;
	}
	10%, 40% {
	  width: 100%;
	}
  }
  
  @keyframes caret {
	0%, 100% {
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
  }

  .nav-link:hover
  {
    color: #f16136 !important;
    text-decoration: underline #f16136 !important;
  }

  .scrollspy-example {
    position: relative;
    height: 300px;
    overflow: auto;
  }

  .header-title
  {
    font-weight: 300 !important;
  }

  .card-sideborder
  {
    border-left: 2px solid #f16136;
    border-right: 2px solid #f16136;
    border-radius: 50%;
  }

.invitation-icon-2
{
  width: 30%;
}

.card-sideborder-2
  {
    border-left: 2px solid #f16136;
    border-right: 2px solid #f16136;
    border-radius: 15px;
  }
.profile-card-2 {
  max-width: 500px;
  background-color: #FFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background-position: center;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 10px;
}

.profile-card-2 img {
  transition: all linear 0.25s;
}

.profile-card-2 .profile-name {
  position: absolute;
  left: 30px;
  bottom: 70px;
  font-size: 30px;
  color: #FFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #FFF;
  transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
  position: absolute;
  bottom: 50px;
  left: 30px;
  color: #FFF;
  font-size: 13px;
  transition: all linear 0.25s;
}

.profile-card-2 .profile-icons .fa {
  margin: 5px;
}

.profile-card-2:hover img {
  filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
  bottom: 80px;
}

.profile-card-2:hover .profile-username {
  bottom: 60px;
}

.profile-card-2:hover .profile-icons {
  right: 40px;
}

.roar-up-pills
{
  width: 300px;
  height: 300px;
  color: #f16136;
  align-items: center;
  justify-content: center;
  display: flexbox;
}

.roar-up-pills:hover
{
  background-color: #f16136;
  color: #ffffff;
}

.invitation-icon-3
{
  width: 40%;
}

hr
{
  color: #f16136 !important;
  opacity: 1 !important;
}

/* ul
{
  list-style-image: url(../images/bullet.png);
} */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #000000 !important;
  background-color: #f16136;
  text-decoration: none;
}

.nav-link
{
  text-decoration: none;
}

.rdc-grid-1
{
  border-right: 2px solid #f16136;
  border-bottom: 2px solid #f16136;
}

.rdc-grid-2
{
  border-bottom: 2px solid #f16136;
}

.rdc-grid-3
{
  border-right: 2px solid #f16136;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 0px !important;
  height: 50px !important;
}

.grid-img
{
  height: 50px;
  margin-top: 10px;
}