
/* header start  */

@media (min-width: 1024px)
{
    .active
    {
        padding: 0px 15px;

    }

}

.active
{
    /* background-color: #8c17fe; */
   
    border-radius: 5px;
}

nav .main-menu .active a
{
    /* color: #fbb314; */
    color: #ec6e05;
    /* background-color: black; */
    /* padding: 10px 15px 10px 10px; */
    border-radius: 10px;
    text-decoration: underline;
    text-underline-offset: 12px;
}
@media (max-width: 768px)
{
    .mean-container .mean-bar a.meanmenu-reveal 
    {
        border-radius: 5px;
    }

}

/* header end */

/* ----------------------------------------------------- */

/* footer start */
@media only screen and (min-width: 320px) and (max-width: 768px) 
{
    .foo-widget p
    {
        font-size: 14px;
    }
    .footer-area .foo_top .foo-widget ul li a 
    {
        font-size: 14px;   
    }
}

@media (max-width: 1023px)
{
    .foo_top .row
    {
        padding:  15px;
    }
}

@media (min-width: 1024px)
{
    .foo_top .row
    {
        padding:  30px;
    }
}
/* footer end */

/* ----------------------------------------------------- */

/* index page start */

.my_index_header_para
{
    color: #f1850b;
}


.my_service_para
{
    color: white;
}

@media only screen and (min-width: 320px) and (max-width: 768px)  
{
    h2 
    {
        font-size: 25px;
    }
    .ev_gallery2 .button-group button
    {
        font-size: 12px;
    }
    .single-about h5
    {
        font-size: 15px;
    }
    .upper_cont p
    {
        font-size: 14px;
    }
    p {
        font-size: 14px
    }
    

    #filter-buttons button
    {
        padding: 8px 15px !important;
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
.event-promo
{
    padding-top: 100px;
}
}

@media only screen and (min-width: 1024px) {
.event-promo_row
{
    padding-top: 50px;
}
}





/* index page end */

/* ----------------------------------------------------- */

/* about us page start */


@media only screen and (min-width: 320px) and (max-width: 768px)  
{
    .breadcrumb-area .breadcrumb .breadcrumb-item a ,.breadcrumb-area .breadcrumb .breadcrumb-item.active
    {
        font-size: 14px;
    }
    .my_about_us p {
        color: #5B5F62;
        font-size: 14px;
        text-align: justify;
    }
    .fea-area 
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}
.my_about_us
{
    text-align: justify;
}

/* about us page end */
/* ------------------------------------------------------------*/




.my_container
{
    /* width: 100%; */
    min-height: 100vh ;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* padding: 50px 8%; */
    /* box-sizing: border-box; */
}
.gallery
{
    /* margin-top: 200px; */
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;

}
.gallery img
{
    width: 100%;
}

.my-single-speaker-2
{
   
    overflow: hidden;

    /* border: 5px dotted #f1850b; */
    
}

.cont-box-1 a
{
    color: white;


}
@media (min-width: 320px) and (max-width: 768px) {
    .cont-box-1 a
    {
        font-size: 17px;
    }
}
.cont-box-1
{
    background: linear-gradient(157deg, #fdb916 0%, rgba(236 110 5) 100%);
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.zoom {
    /* padding: 50px; */
    /* background-color: green; */
    transition: transform 1.2s; 
    /* Animation */
    /* width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden; */


  }

  .zoom:hover {
    transform: scale(1.2); 
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }



.img-box
{
    overflow: hidden;
    position: relative;
}

.img-box:hover.img-box::before 
{
    transform: scaleX(0);
    opacity: 0.5;
}
.img-box:hover.img-box::after
{
transform: scaleY(0);
opacity: 0.5;
}
.img-box::before
{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #ffffff;
    transform: scaleX(2);
    transform-origin: 50%;
    transition: 0.8s;
}

.img-box::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #ffffff;
    transform: scaleY(2);
    transform-origin: 50%;
    transition: 0.8s;
}



  /* data filter  start */

  #filter-buttons button {
    border-radius: 3px;
    background: #fff;
    border-color: transparent;
    border-radius: 12px;
    padding: 10px 20px;
  }
  
  #filter-buttons button:hover {
    color: #fff;
    background: linear-gradient(157deg, #fdb916 0%, rgba(236 110 5) 100%);
  }
  
  #filter-buttons button.active {
    color: #fff;
    background: linear-gradient(157deg, #fdb916 0%, rgba(236 110 5) 100%);
  }
  
  #filterable-cards .card {
    /* width: 15rem; */
    border: 2px solid transparent;
  }
  
  #filterable-cards .card.hide {
    display: none;
  }
  
  @media (max-width: 600px) {
    #filterable-cards {
      justify-content: center;
    }
  
    #filterable-cards .card {
      width: calc(100% / 2 - 10px);
    }
  }



  /* data filter  end */

  /* .single-ticket h5
  {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 3;
    color: black;
    line-height: 35px;
  } */

  .single-ticket p
  {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    position: relative;
    z-index: 2;

  }

  .single-ticket a
  {
    color: #5b5f5e;
  }

  .single-ticket a:hover
  {
    color: #000000;
  }

  /* ---------------------------- */

  .header-contact-us nav .main-menu li a
  {
    color: #000000;
  }

.header-contact-us nav .main-menu2 li:hover a {
    /* color: #fbb314; */
    color: #fff;
    /* background-color: black; */
    /* padding: 10px 15px 10px 10px; */
    border-radius: 10px;
    text-decoration: underline;
    text-underline-offset: 12px;
}
.header-contact-us nav .main-menu .active a {
    /* color: #fbb314; */
    color: #fff;
    /* background-color: black; */
    /* padding: 10px 15px 10px 10px; */
    border-radius: 10px;
    text-decoration: underline;
    text-underline-offset: 12px;
}
  /* ---------------------------- */

  .header-gallery nav .main-menu li a
  {
    color: #000000;
  }

.header-gallery nav .main-menu2 li:hover a {
    /* color: #fbb314; */
    color: #fff;
    /* background-color: black; */
    /* padding: 10px 15px 10px 10px; */
    border-radius: 10px;
    text-decoration: underline;
    text-underline-offset: 12px;
}
.header-gallery nav .main-menu .active a {
    /* color: #fbb314; */
    color: #fff;
    /* background-color: black; */
    /* padding: 10px 15px 10px 10px; */
    border-radius: 10px;
    text-decoration: underline;
    text-underline-offset: 12px;
}
  /* ---------------------------- */
  .header-services nav .main-menu li a
  {
    color: #fff;
  }

.header-services nav .main-menu2 li:hover a {
    /* color: #fbb314; */
    color: #ec6e05;
    /* background-color: black; */
    /* padding: 10px 15px 10px 10px; */
    border-radius: 10px;
    text-decoration: underline;
    text-underline-offset: 12px;
}
.header-services nav .main-menu .active a {
    /* color: #fbb314; */
    color: #000000;
    /* background-color: black; */
    /* padding: 10px 15px 10px 10px; */
    border-radius: 10px;
    text-decoration: underline;
    text-underline-offset: 12px;
}
  /* ---------------------------- */
  /* ---------------------------- */
  .header-home nav .main-menu li a
  {
    color: #000000;
  }

.header-home nav .main-menu2 li:hover a {
    /* color: #fbb314; */
    color: #ec6e05;
    /* background-color: black; */
    /* padding: 10px 15px 10px 10px; */
    border-radius: 10px;
    text-decoration: underline;
    text-underline-offset: 12px;
}
@media (min-width: 1024px)
{
    .header-home nav .main-menu .active a {
        /* color: #fbb314; */
        color: #ec6e05;
        /* background-color: black; */
        /* padding: 10px 15px 10px 10px; */
        border-radius: 10px;
        text-decoration: underline;
        text-underline-offset: 12px;
    }
}


@media (max-width: 1023px)
{
    .header-home nav .main-menu .active a  {
        color: #fff;
        text-decoration: underline;
        text-underline-offset: 12px;
    }
}

  /* ---------------------------- */

  .regis-area .reg-right .form-wrapper_1 .input-wrapper_1 input{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    background: #c4c3c3;
    border: 1px solid #999797;
}

.regis-area .reg-right .form-wrapper_1 .input-wrapper_1 textarea {
    padding: 20px 20px 20px 40px;
    width: 100%;
    border-radius: 10px;
    background: #c4c3c3;
    border: 1px solid #999797;
    margin-bottom: 20px;
}

.btn11 {
    display: inline-block;
    padding: 10px 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #ec6e05;
    color: #ec6e05;
    text-transform: capitalize;
    transition: all 0.3s ease-in;
    position: relative;
}

/* ------------------------------------------------------- */

