:root {
    --bs-brand-primary: #0d6efd;
    --bs-brand-secondary:#dbe9ff;
    scroll-behavior: smooth;
}
/*navbar*/
.top-bar{
    background-color: var(--bs-brand-primary);
    color: var(--bs-brand-secondary);
}
.navbar{
    background-color: #ffffff75;
    backdrop-filter: blur(20px);
    border-bottom: 1px;
}
.nav-item{
    padding: 10px;
}
.nav-button{
    background-color: var(--bs-brand-primary);
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    color: #FFFFFF;
    text-decoration: bold;
}
@media (min-width: 991px) {
    .nav-button-1 {
      display: none;
    }
}
@media (max-width: 991px) {
    .nav-button-2 {
      display: none;
    }
}

/*top-carousel*/
.carousel-item{
    width: 100vw;
}
.carousel-image{
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .carousel-item {
    width: 100vw;
    margin-top: 6em;
  }
}
.carosal-overlay{
    height: 100%;
    width: 100%;
    opacity: 0.4;
    /* background-color: #0000ff55; */
    /* background: linear-gradient(0deg, #ffffff, #ffffff00) !important; */
}
.carousel-caption {
    position: absolute;
    bottom: 10% !important;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff !important;
    text-align: left !important;
}





.grid-four-icon{
    width: min-content;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 100px;
    border: 0.5px solid #D9D9D9;
    box-shadow: 0px 4px 4px #c8c8c85b;
}


.form-style input{
	border:0;
	height:50px;
	border-radius:0;
  border-bottom:1px solid var(--bs-brand-secondary);
}
.form-style input:focus{
border-bottom:1px solid var(--bs-brand-primary);	
box-shadow:none;
outline:0;
background-color:var(--bs-brand-secondary);	
}
.sideline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
	color:#ccc;
}
button{
height:50px;
}
.sideline:before,
.sideline:after {
    content: '';
    border-top: 1px solid #ebebeb;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.sideline:after {
    margin: 0 0 0 20px;
}


.group{
    width: 100vw;
    max-width: 100%;
}


ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: var(--bs-brand-primary);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background:var(--bs-brand-primary);
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: var(--bs-brand-primary);
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  border-radius: 10px;
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    border-radius: 10px;
    position: absolute;
    right: 0;
    background: var(--bs-brand-primary);
    padding: 13px 20px;
    border: 1px solid var(--bs-brand-primary);
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: var(--bs-brand-primary);
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: var(--bs-brand-primary);
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}




/* events */
.gallery{
  height: auto;
}
.gallery-cell {
  width: 80%;
  height: auto ;
  margin-right: 10px;
  background: rgba(136, 204, 136, 0);
  counter-increment: gallery-cell;
}
.gallery-cell-1{
  background-image: url();
}
.gallery-cell-2{
  background-image: url();
}
.gallery-cell-3{
  background-image: url();
}
.gallery-cell-4{
  background-image: url();
}
.gallery-cell-5{
  background-image: url();
}
/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 0px;
  font-size: 8px;
  color: #ff000000;
}