
body {
    padding-top: 4rem;
}

@media (min-width: 576px) {
  body {
    padding-top: 6rem;
  }
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--bs-primary);
  font-weight: 600;
}

.masthead {
  height: 275px !important;
  max-height: 275px !important;
  background-size: contain;
}
.slide1 {
  background-image: url("../assets/backgrounds/FVCFMasteheaderMobile576.jpg");
}

#poker_masthead {
  margin-top: -200px;
}
#poker_masthead img {
  width: 80%;
}
.poker_background {
  background-image: url("../assets/backgrounds/pokerbackgroundheader576.jpg");
  background-position: center;
  height: 275px;
  background-repeat: no-repeat;
}
.ewaste_background {
  background-image: url("../assets/backgrounds/ewastebackgroundheader576.jpg");
  background-position: center;
  height: 275px;
  background-repeat: no-repeat;
}
.uap-bg {
  background-image: url("../assets/backgrounds/FountainValleyUAPAccessiblePlaygroundVideoOpeningThumbnailMOBILEPortrait.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.uap-container {
  height:10rem;
}

.ewaste_mt {
  margin-top: 150px;
}

.section-padding {
  padding: 30px 0;
}

@media (min-width: 576px) {
  .masthead {
    height: 400px !important;
    max-height: 400px !important;
    background-size: contain;
  }

  #poker_masthead {
    margin-top: -350px;
  }
  #poker_masthead img {
    width: 60%;
  }
  .poker_background {
    background-image: url("../assets/backgrounds/pokerbackgroundheaderfull.jpg");
    height: 350px;
  }
  .ewaste_background {
    background-image: url("../assets/backgrounds/ewastebackgroundheader576.jpg");
    height: 350px;
  }
  .ewaste_mt {
     margin-top: 0;
  }
  .uap-bg {
    background-image: url("../assets/backgrounds/FountainValleyUAPAccessiblePlaygroundVideoOpeningThumbnail576.jpg");
  }
  .uap-container {
    height:20rem;
  }
  .section-padding {
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 600px !important;
    max-height: 600px !important;
  }
  .slide1 {
    background-image: url("../assets/backgrounds/FVCFMasteheader991.jpg");
  }
  .ewaste_background {
    background-image: url("../assets/backgrounds/ewastebackgroundheader991.jpg");
  }
  .uap-bg {
    background-image: url("../assets/backgrounds/FountainValleyUAPAccessiblePlaygroundVideoOpeningThumbnail991.jpg");
  }
}

@media (min-width: 1200px) {
  .masthead {
    height: 800px !important;
    max-height: 800px !important;
  }  
  .slide1 {
    background-image: url("../assets/backgrounds/FVCFMasteheader1200.jpg");
  }
  .ewaste_background {
    background-image: url("../assets/backgrounds/ewastebackgroundheader1200.jpg");
  }
  .uap-bg {
    background-image: url("../assets/backgrounds/FountainValleyUAPAccessiblePlaygroundVideoOpeningThumbnail1200.jpg");
  }
}

@media (min-width: 1400px) {
  .masthead {
    height: 800px !important;
    max-height: 800px !important;
  }
  .slide1 {
    background-image: url("../assets/backgrounds/FVCFMasteheaderlossy.webp");
  }
  .ewaste_background {
    background-image: url("../assets/backgrounds/ewastebackgroundheaderfull.jpg");
  }
  .uap-bg {
    background-image: url("../assets/backgrounds/FountainValleyUAPAccessiblePlaygroundVideoOpeningThumbnail2025.jpg");
    background-size: cover;
  }
}

.pre-footer-bg .pre-footer-bg {
    background: url(../assets/backgrounds/bluefooterwht.png) top / cover no-repeat;
    height: 15vw;
    width: 100%;
}

.pre-footer-bg .pre-footer-bg2 {
    background: url(../assets/backgrounds/flagwavec.png) top / cover no-repeat;
    height: 15vw;
    width: 100%;
}

.pre-footer-bg .pre-footer-bg3 {
    background: url(../assets/backgrounds/bluefootergry.png) top / cover no-repeat;
    height: 15vw;
    width: 100%;
}

.footer-bg {
    background-color: var(--bs-primary);
}

.footer-widget-wrapper {
    padding: 70px 0 50px;
}

.social-icon a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    color: var(--bs-white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border-radius: 50%;
}
.social-icon a:hover {
    background: var(--bs-warning);
    color: var(--bs-primary);
}

#odometer-year .odometer-formatting-mark {
    display: none !important;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1rem;
    }
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .section-title {
    text-align: center;
    margin-bottom: 0;
  }
}

.section-title h6.bar-red::before {
    background-image: url(../../assets/img/bar/top-bar-red.png) !important;
}

.footer-widget-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 5px !important;
}

.header .nav-link { 
    color: #fff;
}

.header .nav-link:hover { 
    color: #ffc107;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.theme-btn {
    position: relative;
    z-index: 2;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 15px;
    border: none;
    text-align: center;
    background-color: var(--theme-green);
    color: var(--header);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 30px;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}

.theme-btn {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.theme-btn.theme-blue {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.theme-btn.blue-btn {
  background-color: var(--bs-info);
  color: var(--bs-white);
}

.theme-btn.yellow-btn {
    background-color: var(--bs-warning);
    color: var(--bs-primary);
}

.sticky-style {
  top: 125px !important;
}

.form-label {
  color: #3b54a5 !important;
  font-weight: bold;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 8rem !important;

}

.shadow-custom {
  border-color:#e6efff;
  -webkit-filter: drop-shadow(10px 4px 60px rgba(204, 204, 204, 0.25));
  filter: drop-shadow(10px 4px 60px rgba(204, 204, 204, 0.25));
}

.w-5 {
    width: 5%;
}
.w-10 {
    width: 10%;
}
.w-15 {
    width: 15%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-35 {
    width: 35%;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}

.h-15 {
    height: 15%;
}

.swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 576px) {
  .swiper-slide {
    background-size: cover;
  }
}

.about-before::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #F7F7F7;
}

.about-us .about-features {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.social-icon2 a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: rgba(10, 165, 235, 1);
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border-radius: 50%;
}

.social-icon2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.social-icon2 a:hover {
    background-color: var(--theme-yellow);
    color: var(--header);
}




/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 0 0 158px;
  z-index: 1;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 130px;
}

.about-one__img {
  position: relative;
  display: block;
  border-radius: var(--zeena-bdr-radius);
}

.about-one__img>img {
  width: 100%;
  border-radius: var(--zeena-bdr-radius);
}

.about-one__experience-text {
  position: absolute;
  top: 107px;
  right: -145px;
}

.about-one__experience-text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: rgba(106, 107, 113, .45);
  letter-spacing: 0.1em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  text-transform: uppercase;
}

.about-one__img-box {
  position: absolute;
  right: -170px;
  bottom: -322px;
  border-radius: var(--zeena-bdr-radius);
  z-index: 1;
}

.about-one__img-box::before {
  content: "";
  position: absolute;
  top: -33px;
  left: -33px;
  right: -33px;
  bottom: -33px;
  background-color: var(--zeena-white);
  border-radius: var(--zeena-bdr-radius);
  z-index: -1;
}

.about-one__img-2 {
  position: relative;
  display: block;
  width: 320px;
  overflow: hidden;
  border-radius: var(--zeena-bdr-radius);
}

.about-one__img-2 img {
  width: 100%;
  border-radius: var(--zeena-bdr-radius);
}

.about-one__shape-1 {
  position: absolute;
  bottom: -29px;
  left: -18px;
  width: 140px;
  height: 140px;
  background-color: var(--zeena-base);
  border-radius: 50%;
}

.about-one__video-link {
  position: absolute;
  bottom: 28px;
  left: 33px;
  z-index: 3;
}

.about-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 13px;
  color: var(--zeena-white);
  border-radius: 50%;
  background-color: #ee4752;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.about-one__video-icon:hover {
  background-color: var(--zeena-black);
  color: var(--zeena-white);
}

.about-one__video-icon:before {
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(var(--zeena-white-rgb), .31);
  z-index: 1;
}

.about-one__video-link .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-one__project-complete {
  position: absolute;
  bottom: -290px;
  left: 0;
  background-color: var(--zeena-black);
  border-radius: var(--zeena-bdr-radius);
  text-align: center;
  max-width: 300px;
  width: 100%;
  padding: 32px 30px 31px;
}

.about-one__count {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-one__count .count-text {
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
  color: var(--zeena-white);
}

.about-one__count span {
  font-size: 40px;
  font-weight: 700;
  line-height: 65px;
  color: var(--zeena-white);
  position: relative;
  top: -12px;
}

.about-one__count-text {
  font-size: 1rem;
  font-weight: 600;
  color: var(--zeena-white);
  margin-top: 12px;
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 80px;
  margin-right: 0;
  margin-top: 45px;
}

.about-one__right .section-title {
  margin-bottom: 26px;
}

.about-one__text {
  font-size: 15px;
  color: #6a6b71;
  line-height: 30px;
}

.about-one__points {
  position: relative;
  display: block;
  margin-top: 17px;
  margin-bottom: 17px;
}

.about-one__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-one__points li+li {
  margin-top: 5px;
}

.about-one__points li .icon {
  position: relative;
  display: inline-block;
}

.about-one__points li .icon span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19px;
  height: 19px;
  font-size: 9px;
  color: var(--zeena-white);
  background-color: #fc653c;
  border-radius: 50%;
}

.about-one__points li .text {
  margin-left: 35px;
}

.about-one__points li .text p {
  color: var(--zeena-black);
}

.about-one__it-solution {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #dae3e9;
  border-bottom: 1px solid #dae3e9;
  padding: 27px 0 26px;
}

.about-one__it-solution-img {
  position: relative;
  display: block;
}

.about-one__it-solution-img img {
  width: auto;
  border-radius: var(--zeena-bdr-radius);
}

.about-one__it-solution-content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.about-one__it-solution-content p {
  font-weight: 600;
  color: var(--zeena-black);
}

.about-one__it-solution-content p span {
  color: #f94d1c;
  font-size: 24px;
}

.about-one__btn-and-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.about-one__btn-box {
  position: relative;
  display: block;
}

.about-one__contact-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}

.about-one__contact-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__contact-icon:hover {
  background-color: var(--zeena-black);
}

.about-one__contact-icon span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #fc653c;
}

.about-one__contact {
  position: relative;
  display: block;
  margin-left: 12px;
}

.about-one__contact>span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--zeena-gray);
}

.about-one__contact>p {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.about-one__contact>p>a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__contact>p>a:hover {
  color: var(--zeena-base);
}

/*--------------------------------------------------------------
>>> About Pages
----------------------------------------------------------------*/
.about-service-container {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .about-service-wrap .section-heading h2 {
    margin-bottom: 0;
  }
}

.about-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.about-service .about-service-icon {
  background-color: #0791BE;
  color: #ffffff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  padding: 10px;
  text-align: center;
}
.about-service .about-service-content {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.about-service .about-service-content h4 {
  margin-bottom: 8px;
}
.about-service .about-service-content p:last-child {
  margin-bottom: 0;
}

.about-video-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 520px;
  position: relative;
  margin-bottom: 100px;
}

.about-page-section .client-section {
  margin-bottom: 90px;
}
.about-page-section .client-wrap {
  background-color: #ffffff;
  padding: 0;
}

.fullwidth-callback {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
  position: relative;
}
.fullwidth-callback:before {
  background-color: #151515;
  opacity: 0.6;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.fullwidth-callback .callback-counter-wrap {
  position: relative;
  margin: -10px;
}
.fullwidth-callback .callback-counter-wrap .counter-item {
  width: 25%;
  border: none;
  padding: 10px;
}
.fullwidth-callback .callback-counter-wrap .counter-item-inner {
  background-color: rgba(245, 105, 96, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 25px;
}
.fullwidth-callback .callback-counter-wrap .counter-icon {
  padding-right: 15px;
  width: 70px;
}
.fullwidth-callback .callback-counter-wrap .counter-content {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 15px;
  width: calc(100% - 70px);
}
@media screen and (max-width: 575px) {
  .fullwidth-callback .callback-counter-wrap .counter-item {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .fullwidth-callback .callback-counter-wrap .counter-item {
    width: 100%;
  }
}

.home-about-section .about-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-about-section .about-img-left .about-img {
  margin-top: -90px;
}
.home-about-section .about-img-right .about-img {
  border: 10px solid #ffffff;
}
.home-about-section .about-content {
  border: 10px solid #ffffff;
  margin: 40px 0 0 30px;
  padding: 55px 30px 55px 30px;
  position: relative;
  z-index: 1;
}
.home-about-section .about-content.secondary-bg h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 20px;
}
.home-about-section .about-service-icon {
  background-color: #F56960;
}
@media screen and (min-width: 576px) {
  .home-about-section .about-img-left {
    width: 42%;
  }
  .home-about-section .about-img-right {
    width: 58%;
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .home-about-section .about-img-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-about-section .about-img-wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .home-about-section .about-content {
    margin: 0 30px;
  }
  .home-about-section .about-img-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-about-section .about-img-right .about-img {
    border-left: none;
    border-right: none;
  }
}

.secondary-bg {
    background-color: #0aa5eb;
}

.team-card-items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.hero4-section-area .hero-content-images {
    position: relative;
    z-index: 1;
}

.hero4-section-area .hero-content-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.hero4-section-area .hero-content-images .content-area {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    display: inline-block;
    position: absolute;
    top: 50px;
    left: -150px;
}

.about4-section-area .about-images .content-box {
    background: #0aa5eb;
    padding: 32px 24px;
    border-radius: 8px;
}

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.space12 {
    height: 12px;
}

.space30 {
    height: 30px;
}

.about4-section-area .about-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.about4-section-area .about4-heading {
    padding: 0 0 0 50px;
}

.about4-section-area .about-images .content-box h6 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.about4-section-area .about-images .content-box ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font1);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
    margin-top: 14px;
}

.about4-section-area .about-images .content-box p {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font1);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.aniamtion-key-1 {
    position: relative;
    -webkit-animation-name: animation-1;
            animation-name: animation-1;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
}

.hero4-section-area .hero-content-images .content-area .date {
    color: var(--ztc-text-text-13);
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.event-team {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 55%;
}

.border-all {
    border: 1px solid #7070702b !important;
}

.event-team .team-list {
    overflow: hidden;
}

.event-team .team-image img {
    width: 100%;
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  padding-top: 17px;
}

.feature-two .container {
  max-width: 100%;
  padding: 0;
}

.feature-two .row {
  --bs-gutter-x: 17px;
}

.feature-two__single {
  position: relative;
  display: block;
  background-color: #ffc107;
  padding: 46px 60px 50px;
  overflow: hidden;
  z-index: 1;
}

.feature-two__single-2 {
  background-color: #2245b6;
}

.feature-two__single-3 {
  background-color: #0aa5eb;
}

.feature-two__single-bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 575px;
  /* mix-blend-mode: luminosity; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.feature-two__single-bg img {
  width: auto;
}

.feature-two__sub-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: var(--wishon-letter-spacing-two);
  text-transform: uppercase;
  color: #fff;
}

.feature-two__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-top: 7px;
  margin-bottom: 39px;
}

.feature-two__title a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__title a:hover {
  color: #000;
}

.feature-two__btn-box {
  position: relative;
  display: block;
}

.feature-two__btn {
  font-size: 12px;
  padding: 5px 20px 5px;
}

.feature-two__btn::after {
  background-color: #000;
}

.feature-two__single-2 .feature-two__btn {
  background-color: #000;
}

.feature-two__single-2 .feature-two__btn::after {
  background-color: var(--wishon-base);
}

.progresses{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
   }

   .line{

        width: 120px;
    height: 6px;
    background: #0aa5eb;
   }

   .steps{

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    background-color: #fff;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;

   }

   /*Overview CSS*/

.event-info-icon i{
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.overview-event-info a:hover i{
  background-color: #3A4CB4;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


@media (max-width: 1100px){
  .event-info-icon i{
    width:40px;
    height:40px;
    line-height:40px;
    font-size: 20px;
  }
}

@media (max-width: 992px){
  .event-info-icon i{
    width:60px;
    height:60px;
    line-height:60px;
    font-size: 30px;
  }

  .overview-event-info{
    position: relative !important;
  }

}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0aa5eb;
}

.back-to-top {
  border-radius: 50%;
  background-color: var(--bs-info);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--bs-white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 9999;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--bs-info);
  color: var(--bs-white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
}


.section-title h6 {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: var(--bs-info);
    position: relative;
    display: inline-block;
}
.section-title h6::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bar/top-bar.png);
  -webkit-animation: width 1.5s linear 2 !important;
          animation: width 1.5s linear 2 !important;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-position: center;
}

.event-details-wrapper {
    margin-top: -250px;
    position: relative;
    z-index: 9;
}

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    gap: 20px;
    padding: 15px 0;
}
.scrolling-wrap .comm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: scroll 60s linear infinite;
    animation: scroll 60s linear infinite;
    gap: 30px;
    cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    color: var(--white);
    font-family: "Sora", system-ui;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.choose-us-section .container-fluid {
  padding: 0 210px;
}
@media (max-width: 1600px) {
  .choose-us-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .choose-us-section .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .choose-us-section .container-fluid {
    padding: 0 30px;
  }
}
.choose-us-section.choose-bg {
  position: relative;
  z-index: 9;
}
.choose-us-section.choose-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  z-index: -1;
  height: 50%;
}

.choose-us-wrapper {
  background-color: var(--header);
  padding: 70px 45px 70px 80px;
  border-radius: 7px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .choose-us-wrapper {
    padding: 40px;
  }
}
.choose-us-wrapper .choose-us-counter-items {
  margin-left: -60px;
}
@media (max-width: 1399px) {
  .choose-us-wrapper .choose-us-counter-items {
    margin-left: 0;
  }
}
.choose-us-wrapper .choose-us-counter-box {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 7px;
  padding: 30px;
}
@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-counter-box {
    text-align: center;
    margin: 0 auto;
  }
}
.choose-us-wrapper .choose-us-counter-box .icon {
  font-size: 60px;
  color: var(--white);
}
.choose-us-wrapper .choose-us-counter-box .content {
  margin-top: 35px;
}
.choose-us-wrapper .choose-us-counter-box .content h2 {
  color: var(--white);
}
.choose-us-wrapper .choose-us-counter-box .content p {
  color: var(--white);
  font-size: 16px;
  margin-top: 5px;
}
.choose-us-wrapper .choose-us-counter-box.style-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
}
.choose-us-wrapper .choose-us-image {
  margin-bottom: -70px;
  text-align: right;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-image {
    text-align: center;
  }
}
.choose-us-wrapper .choose-us-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme-yellow);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  z-index: -1;
  top: 90px;
  left: initial;
  right: -100px;
}
@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-image::before {
    display: none;
  }
}

.main-choose-us-wrapper {
  position: relative;
}
.main-choose-us-wrapper .choose-us-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .main-choose-us-wrapper .choose-us-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .main-choose-us-wrapper .choose-us-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.main-choose-us-wrapper .choose-us-top .icon-items {
  max-width: 220px;
}
.main-choose-us-wrapper .choose-us-top .icon-items .icon {
  width: 130px;
  height: 130px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  font-size: 60px;
  color: var(--header);
  background-color: var(--theme-green);
}
@media (max-width: 767px) {
  .main-choose-us-wrapper .choose-us-top .icon-items .icon {
    margin: 0 auto;
  }
}
.main-choose-us-wrapper .choose-us-top .icon-items .content {
  margin-top: 50px;
}
.main-choose-us-wrapper .choose-us-top .icon-items .content h2 {
  font-size: 55px;
  margin-bottom: 5px;
}
.main-choose-us-wrapper .choose-us-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 345px;
}
@media (max-width: 1199px) {
  .main-choose-us-wrapper .choose-us-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .main-choose-us-wrapper .choose-us-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.main-choose-us-wrapper .choose-us-bottom .icon-items {
  max-width: 220px;
  margin-top: 110px;
  margin-left: 90px;
}
@media (max-width: 1199px) {
  .main-choose-us-wrapper .choose-us-bottom .icon-items {
    margin-left: 0;
    margin-top: 30px;
  }
}
.main-choose-us-wrapper .choose-us-bottom .icon-items .icon {
  width: 130px;
  height: 130px;
  line-height: 150px;
  text-align: center;
  border-radius: 50%;
  font-size: 60px;
  color: var(--white);
  background-color: var(--theme-blue);
}
@media (max-width: 767px) {
  .main-choose-us-wrapper .choose-us-bottom .icon-items .icon {
    margin: 0 auto;
  }
}
.main-choose-us-wrapper .choose-us-bottom .icon-items .content {
  margin-top: 25px;
}
.main-choose-us-wrapper .choose-us-bottom .icon-items .content h2 {
  font-size: 55px;
  margin-bottom: 5px;
}
.main-choose-us-wrapper .choose-us-bottom .icon-items.style-2 {
  margin-top: -185px;
  margin-left: 0;
}
@media (max-width: 1199px) {
  .main-choose-us-wrapper .choose-us-bottom .icon-items.style-2 {
    margin-top: 0;
  }
}
.main-choose-us-wrapper .choose-us-bottom .icon-items.style-2 .icon {
  background-color: var(--theme-yellow);
  color: var(--header);
}
.main-choose-us-wrapper .line-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .main-choose-us-wrapper .line-shape {
    display: none;
  }
}
.main-choose-us-wrapper .line-shape img {
  width: 100%;
  height: 100%;
}

.counter-section-2 {
  position: relative;
}
.counter-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  height: 38%;
}

.counter-section-22 {
  position: relative;
}
.counter-section-22::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #F3F1FD;
  top: 35%;
}

.counter-section-23 {
  position: relative;
}
.counter-section-23::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  height: 50%;
}

.counter-wrapper-2 {
  padding: 70px 100px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .counter-wrapper-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    padding: 60px 50px;
  }
}
@media (max-width: 991px) {
  .counter-wrapper-2 {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper-2 .counter-items {
    text-align: center;
  }
}
.counter-wrapper-2 .counter-items .icon {
  color: #fff;
  font-size: 65px;
}
.counter-wrapper-2 .counter-items .content {
  margin-top: 30px;
}
.counter-wrapper-2 .counter-items .content h2 {
  font-size: 55px;
  color: #fff;
}
@media (max-width: 767px) {
  .counter-wrapper-2 .counter-items .content h2 {
    font-size: 42px;
  }
}
.counter-wrapper-2 .counter-items .content p {
  color: #fff;
  margin-top: 5px;
}

.testimonial-section-3 {
  position: relative;
  background-attachment: fixed;
}
.testimonial-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 34, 75, 0.3)), to(#09224B));
  background: linear-gradient(180deg, rgba(9, 34, 75, 0.3) 0%, #09224B 100%);
}

.choose-us-wrapper-3 .video-image .video-btn {
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.6) 14.64%, rgba(255, 255, 255, 0.5) 86.55%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: var(--white);
}
@media (max-width: 767px) {
  .choose-us-wrapper-3 .video-image .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: rippleOne 3s infinite;
          animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.playground-image {
    position: relative;
    max-width: 384px;
    z-index: 9;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}


.bod-outer-wrapper::after {
    content: "";
    right: 0;
    top: 0;
    width: 38%;
    height: 100%;
    position: absolute;
    background-color: var(--bg);
    background-size: cover;
    background-repeat: no-repeat;
}