/* adz edit category */
.sticky{
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999990;
  left: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  /* border-bottom: 2px solid #00b7ff; */
  background: #fff;
  
}

.category{
    margin-top: 67px;
    
}

@media screen and (max-width:993px) {
    .category{
        /* display: flex; */
    }
}

.indx{
    margin-top: 161px;
}

@media screen and (max-width:993px) {
    .indx{
        margin-top: 80px;
    }
}

@media screen and (max-width:768px) {
    .indx{
        margin-top: 10px;
    }
}

.indx_2{
  margin-top: 75px;
}

@media screen and (max-width:993px) {
  .indx_2{
      margin-top: 70px;
  }
}

@media screen and (max-width:768px) {
  .indx_2{
      margin-top: 0px;
  }
}
/* //adz edit category */

/* mobile category view  */

@media screen and (max-width:993px) {
  .mcat{
      padding-bottom: 50px;
  }
}

/* mobile category view  */


/* news scrolling */

.news {
    box-sizing: border-box;
  }
  
  @-webkit-keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  .ticker-wrap {
    /* position: fixed; */
    bottom: 0;
    width: 0%;
    overflow: hidden;
    height: 4rem;
    background-color: rgba(0, 0, 0, 0.9);
    padding-left: 100%;
    box-sizing: content-box;
    z-index: 999995;
  }
  .ticker-wrap .ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear ;
    animation-timing-function: linear ;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 100s;
    animation-duration: 100s;
  }
  .ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 2rem;
    color: white;
  }
  
  /* body {
    padding-bottom: 4rem;
  } */
 
  /* //news */
 
/* event section */

  .content {
    /* background: #F3F1F1; */
  }
  
  .content .content-info-in h6 {
    margin: 0px 0 6px 0;
  }
  
  .content .content-info-in {
    /* align-items: center; */
  }
  
  .content .content-info-in h6 a {
    text-align: left;
    margin-bottom: 0;
    color: #101923;
    font-weight: 700;
    font-size: 20px;
  }
  
  .content .content-info-in h6 a:hover {
    color: #ff4d00;
  }
  
  .content .content4-icon {
    color: #ff0000;
    font-size: 30px;
    text-align: center;
  }
  
  .img-fluid{
      border-radius: 15px;
      max-width: 100%;
      height: auto;
  }
  
  .content .content-bottom {
    display: grid;
    grid-template-columns: 1fr ;
    grid-gap: 10px;
    border-top: 1px solid #ddd;
    margin-top: 0px;
    padding-top: 20px;
    justify-items: center;
  }
  
  .content .content4-right-info {
    padding-left: 0;
  }
  
  .content .content4-icon span.fa {
    margin-top: 4px;
    vertical-align: super;
  }
  
  .content .content4-icon:hover span.fa {
    color: #ff4d00;
    transition: 0.3s ease;
  }
  
  @media (max-width: 992px) {
    .content .content-right {
      margin-bottom: 50px;
    }
  }
  
  @media (max-width: 767px) {
    .content .content4-icon {
      margin-bottom: 14px;
    }
  
    .content .content-info-in h6 a {
      font-size: 22px;
    }
  
    .content .content4-right-info {
      padding-left: 15px;
    }
  
    .content .content4-icon span.fa {
      margin-top: 0px;
      vertical-align: middle;
    }
  }

  /* event section */

  /* event */


.flex-container {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
}

.flex-item-left {
  /* background-color: #0a0a0a; */
  /* padding: 10px; */
  flex: 40%;
}

.flex-item-right {
  /* background-color: dodgerblue; */
  /* padding: 10px; */
  flex: 50%;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}

#news {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
}

#news img {
  width: 100%;
  height: 262px;
  object-fit: cover;
  margin-top: 8px;
  padding: 0 4px;
  border-radius: 10px;
}

#event {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
}

#event img {
  width: 50%;
  height: 170px;
  object-fit: cover;
  margin-top: 8px;
  padding: 0 4px;
  border-radius: 10px;
}

@media (max-width: 800px) {
  #event img {
    width: 50%;
  }
}

@media (max-width: 600px) {
  #event img {
    width: 100%;
  }
}

/* event */



  /* gallery */

  .fade {
    animation: fade 0.3s ease;
  }
  
  @keyframes fade {
    from {
      opacity: 0;
    }
  }
  .gallery {
    position: relative;
    display: none;
    padding: 2rem 0;
    background: #0c0b0c;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100vh;
  }
  .gallery img {
    width: 80%;
    height: 80%;
    display: block;
    margin: auto;
    transition: 0.3s ease;
    object-fit: contain;
    margin-top: 55PX;

  }
  .gallery .gallery__controls {
    width: fit-content;
    margin: auto;
    display: flex;
    margin-top: 15px;
    gap: 1.3rem;
  }
  .gallery .gallery__controls .controls__btn__close {
    position: absolute;
    top: 15px;
    transition: 0.3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    padding: 0.3rem 0.954rem;
    border-color: transparent;
    right: 15px;
  }
  .gallery .gallery__controls .controls__btn__close:hover {
    border-color: #ffff;
  }
  .gallery .gallery__controls .controls__btn__close svg {
    width: 24px;
  }
  .gallery .gallery__controls .control__btn {
    transition: 0.3s linear;
    border: solid 1px transparent;
    border-radius: 50%;
    padding: 0.5rem 1rem 0.5rem 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
  }
  .gallery .gallery__controls .control__btn:hover {
    border-color: #ffff;
  }
  .gallery .gallery__controls .control__btn svg {
    pointer-events: none;
    width: 30px;
  }
  
  .gallery__container {
    /* width: 80%; */
    max-width: 1500px;
    margin: 50px;
  }
  .gallery__container h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
  }
  .gallery__container .gallery__container__imgs {
    gap: 8px;
    padding: 2.2rem 1rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .gallery__container .gallery__container__imgs img {
    width: 180px;
    height: 210px;
    object-fit: cover;
    flex: 1;
    transition: 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
  }

  /* gallery */

  /*--/team--*/
.team {
  background-color: #fff;
}

.team h3.name-pos {
  margin-top: 20px;
}

.team .social {
  margin-top: 10px;
}

.team p.team-text {
  font-size: 18px;
  color: var(--heading-color);
  line-height: 30px;
  max-width: 650px;
}

.team h3.name-pos a {
  font-size: 22px;
  line-height: 30px;
  color: #ff4d00;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
}

.team .team-info:hover h3.name-pos a {
  color: #101923;
  transition: 0.3s ease;
}

.team .column {
  border-radius: 10px !important;
  overflow: hidden;
}

.team .column a img {
  width: 100%;
  display: block;
  transition: transform 0.3s linear;
  border-radius: 10px !important;
}

.team .team-info:hover img.team-image {
  transform: scale(1.1);
  transition: transform 0.3s linear;
}






@media (max-width: 415px) {
  .team .teams1-content h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

/*--//team--*/

/* about us slider */
.hero-slider-2 .single-hero-slider {
  /*height: 538px;*/
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
}
.hero-slider-2 .single-hero-slider img
{
    /* height: 100%; */
    max-height: 580px;
    margin-bottom: 22px;
    width: 100%;
    /* border-radius: 13px; */
    object-fit: cover;
    object-position: start center;

}
/* about us slider */

/* new category */

.cat_section {
  z-index: 6;
  color: #000;
}
.cat_section,
.cat_section._3UoE80 {
  background: #fff;
}
.cat_section {
  width: 100%;
  z-index: 6;
}
.cat_section {
  position: relative;
  min-height: 40px;
  color: #000;
}
.cat_section {
  background: #fff;
  min-height: 112px;
}
.cat_section._3UoE80 {
  background: #fff;
}
.InyRMC {
  left: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffe6;
}
._37M3Pb,
.InyRMC {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox; 
  /* display:flex; */
}
._37M3Pb {
  position: -webkit-sticky; 
  /* position:sticky; */
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify; 
  /* justify-content:space-between; */
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1280px;
  color: #212121;
}
._3Il5oO {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}
.eFQ30H {
  padding: 12px 8px;
  text-align: center;
  cursor: pointer;
}
.eFQ30H ._1mkliO {
  margin-bottom: 4px;
}
.eFQ30H .xtXmba {
  font-weight: 500;
  font-size: 14px;
}
.eFQ30H .xtXmba ._2sVfI7 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  margin: 7px 0 0 8px;
}
.eFQ30H .xtXmba ._1zrN4q {
  fill: #000;
}
.eFQ30H .SLyWEo {
  cursor: pointer;
}
.eFQ30H .SLyWEo ._3joddx {
  -webkit-animation: _1OMYGl 0.3s ease forwards;
  animation: _1OMYGl 0.3s ease forwards;
  border-radius: 3px;
  max-width: 500px;
  background: #fff;
}
.eFQ30H .SLyWEo ._1y9fNR {
  margin: -16px;
}
.eFQ30H:first-child {
  padding-left: 22px;
}
.eFQ30H:last-child {
  padding-right: 24px;
}
.eFQ30H:hover .xtXmba {
  color: #2874f0;
}
.eFQ30H:hover .xtXmba ._1zrN4q {
  fill: #2874f0;
}
.eFQ30H:hover .xtXmba ._2sVfI7 {
  -webkit-transform: rotate(0deg) rotate(90deg);
  transform: rotate(0deg) rotate(90deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.CXW8mj {
  position: relative;
  margin: 0 auto;
}
._396cs4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 100;
  max-width: 100%;
  max-height: 100%;
}
._2IjXr8 ._3XS_gI .xtXmba {
  color: #878787;
  font-weight: 500;
  margin-bottom: 24px;
  font-size: 12px;
  text-transform: uppercase;
}

/* //new category */

