/*
============================
Name: Eventify- Event And Conference Templete
Version: 2.2.1
Description: Eventify- Event And Conference HTML Templete
Author: alithemes
Author URI: https://themeforest.net/user/alithemes/portfolio
Location:
============================
*/
/* @import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Space+Grotesk:wght@300..700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Montserrat:wght@300..700&display=swap");
a, a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

h2, p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.yesil {
  color: #398939;
}

.beyaz {
  color: #efefef;
}

input, textarea {
  background: none;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.space8 {
  height: 8px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space36 {
  height: 36px;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
  



.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #1A1719;
  --ztc-text-text-3: #544E51;
  --ztc-text-text-4: #FFBA00;
  --ztc-text-text-5: #032530;
  --ztc-text-text-6: #C0F037;
  --ztc-text-text-7: #443E3E;
  --ztc-text-text-8: #131E20;
  --ztc-text-text-9: #404040;
  --ztc-text-text-10: #FF3639;
  --ztc-text-text-11: #002466;
  --ztc-text-text-12: #363D4A;
  --ztc-text-text-13: #2E4DFD;
  --ztc-text-text-14: #FF6700;
  --ztc-text-text-15: #FC226A;
  --ztc-text-text-16: #FF2D55;
  --ztc-text-text-17: #FD4E1A;
  --ztc-text-text-18: #0D0400;
  --ztc-text-text-19: #44403E;
  --ztc-text-text-20: #4AF8BA;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #1A1719;
  --ztc-bg-bg-3: #FFBA00;
  --ztc-bg-bg-4: #032530;
  --ztc-bg-bg-5: #C0F037;
  --ztc-bg-bg-6: #131E20;
  --ztc-bg-bg-7: #FF3639;
  --ztc-bg-bg-8: #002466;
  --ztc-bg-bg-9: #2E4DFD;
  --ztc-bg-bg-10: #FF6700;
  --ztc-bg-bg-11: #FC226A;
  --ztc-bg-bg-12: #FF2D55;
  --ztc-bg-bg-13: #0D0400;
  --ztc-bg-bg-14: #4AF8BA;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Montserrat', sans-serif;
  --ztc-family-font2: 'Roboto', sans-serif;
}

/*
============================
Name: Eventify- Event And Conference Templete
Version: 2.0.0
Description: Eventify- Event And Conference Templete
Author: alithemes
Author URI: https://themeforest.net/user/alithemes/portfolio
Location:
============================
*/
/*============= HEDAER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
/*============= MOBILE-MENU CSS AREA ===============*/
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= ATTENT CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
/*============= MEMORY CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= EVENT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CASE CSS AREA ===============*/
/*============= PRICING CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  text-transform: uppercase;
}
.heading1 h5 sup {
  text-transform: none !important;
  font-size: 0.6em;
}
.heading1 h5 img {
  height: 26px;
  width: 26px;
  object-fit: contain;
  margin: 0 4px 0 0;
}
.heading1 h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s50);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading1 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading1 p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}

.heading2 h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  background: rgba(26, 23, 25, 0.05);
  padding: 9px 10px;
  display: inline-block;
}
.heading2 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s36);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading2 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  text-align: justify;
}

.vl-btn1 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-3);
  padding: 16px 20px;
  display: inline-block;
  border-radius: 8px;
}
.vl-btn1:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn1:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}
.vl-btn1:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}
.vl-btn1::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  opacity: 0.1;
  left: 8px;
  top: 8px;
}
.vl-btn1::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.vl-btn2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}
.vl-btn2 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 20px 26px;
}
.vl-btn2:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}
.vl-btn2:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

/*============= COMMON CSS AREA ENDS===============*/
.sp1 {
  padding: 50px 0 50px;
}
@media (max-width: 767px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}

.sp2 {
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

.sp8 {
  padding: 25px 0 25px;
}
@media (max-width: 767px) {
  .sp8 {
    padding: 25px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp8 {
    padding: 25px 0 0;
  }
}

.space-margin60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

/*============= PRICING PLAN CSS AREA ===============*/

/*============= PRICING PLAN CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.hero1-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 196px 0 130px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area {
    /* padding: 150px 0 60px; */
    padding-top: 35px;
    
  }
}
@media (max-width: 767px) {
  .hero1-section-area {
    padding: 150px 0 60px;
  }
}
.hero1-section-area .header-bg1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
}
@media (max-width: 767px) {
  .hero1-section-area .hero1-header {
    padding-top: 35px;
  }
}
.hero1-section-area .hero1-header .btn-area1 .vl-btn2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border: 1px solid var(--ztc-bg-bg-1);
  padding: 15px 20px;
  display: inline-block;
  border-radius: 8px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .hero1-section-area .hero1-header .btn-area1 .vl-btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero1-section-area .hero1-header .btn-area1 .vl-btn2:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-2);
}
.hero1-section-area .hero1-header .btn-area1 .vl-btn2:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}
.hero1-section-area .hero1-header .btn-area1 .vl-btn2:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}
.hero1-section-area .hero1-header .btn-area1 .vl-btn2::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  left: 8px;
  top: 8px;
}
.hero1-section-area .hero1-header .btn-area1 .vl-btn2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.hero1-section-area .header-images {
  position: relative;
  z-index: 1;
}
.hero1-section-area .header-images .img1 {
  position: relative;
  /* top: -100px; */
  
  max-height: 250px;
  /* height: 700px; */

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images .img1 {
    position: relative;
    top: 0;
    margin-top: 50px;
    max-height: 400px;
    /* height: 800px; */
  }
}
@media (max-width: 767px) {
  .hero1-section-area .header-images .img1 {
    position: relative;
    top: 0;
    margin-top: 50px;
    /* max-height: 150px; ********************************************************************************************************************************************* */
    /* height: 400px; */
  }
}
.hero1-section-area .header-images .img1 img {
  /* height: 100%;
  width: 100%; */
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  
}

.hero1-section-area .timer {
  position: absolute;
  width: 300px;
  right: 0;
  top: 120px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .timer {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .hero1-section-area .timer {
    position: relative;
    top: 0;
    width: 100%;
    justify-content: center;
    margin-top: 60px;
    text-align: center;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero1-section-area .timer {
    right: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-section-area .timer {
    right: -140px;
  }
}
.hero1-section-area .timer .time-box {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  width: 150px;
  color: white;
  padding: 16px 30px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .timer .time-box {
    margin: 0 20px 0 0;
  }
}
.hero1-section-area .timer .time-box .time-value span {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: uppercase;
}
.hero1-section-area .timer .time-value {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  text-transform: uppercase;
}


.inner-page-header {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 90px;
}
.inner-page-header .heading1 a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}



.inner-page-header .heading1 a i {
  margin: 0 8px 0 0;
}
.inner-page-header .heading1 h1 {
  font-size: 36px !important;
  line-height: 44px !important;
  white-space: nowrap !important;
}
@media (max-width: 991px) {
  .inner-page-header .heading1 h1 {
    font-size: 24px !important;
    line-height: 32px !important;
    white-space: normal !important;
  }
}


/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.mobile-header.mobile-haeder1 {
  background: #789095;
  /* background: var(--ztc-bg-bg-2); */
  position: fixed;
}
.mobile-header.mobile-haeder1 .dots-menu {
  color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar1 {
  background: #fff;
}
.mobile-sidebar.mobile-sidebar1 .menu-close {
  color: var(--ztc-bg-bg-2);
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-2);
  font-family: var(--ztc-family-font1) !important;
}
.mobile-sidebar.mobile-sidebar1 .allmobilesection .vl-btn1 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar1 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-bg-bg-2);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.blog1-section-area {
  position: relative;
  z-index: 1;
}
.blog1-section-area .blog1-auhtor-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.blog1-section-area .blog1-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.6s;
}
.blog1-section-area .blog1-auhtor-boxarea:hover .content-area .vl-btn2 {
  border: 1px solid var(--ztc-bg-bg-3);
}
.blog1-section-area .blog1-auhtor-boxarea:hover .content-area .vl-btn2::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}
.blog1-section-area .blog1-auhtor-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.blog1-section-area .blog1-auhtor-boxarea .img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.6s;
}
.blog1-section-area .blog1-auhtor-boxarea .content-area {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 34px 20px;
  position: relative;
  z-index: 1;
  margin: -85px 20px 0;
}
.blog1-section-area .blog1-auhtor-boxarea .content-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.blog1-section-area .blog1-auhtor-boxarea .content-area ul li a img {
  margin: -5px 6px 0 0;
  height: 18px;
  width: 18px;
  object-fit: contain;
}
.blog1-section-area .blog1-auhtor-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.blog1-section-area .blog1-auhtor-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border: 1px solid var(--ztc-bg-bg-2);
  padding: 15px 20px;
  display: inline-block;
  border-radius: 8px;
}
.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  border: 1px solid var(--ztc-text-text-4);
}
.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}
.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}
.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  opacity: 0.1;
  left: 8px;
  top: 8px;
}
.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.blog-details-section {
  position: relative;
  z-index: 1;
}
.blog-details-section .blog-deatils-content {
  padding: 0;
}
@media (max-width: 767px) {
  .blog-details-section .blog-deatils-content {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .blog-deatils-content {
    padding: 0;
  }
}
.blog-details-section .blog-deatils-content h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}
@media (max-width: 767px) {
  .blog-details-section .blog-deatils-content h3 {
    line-height: 40px;
  }
}

.blog-details-section .blog-deatils-content .img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.blog-details-section .blog-deatils-content ul li {
  display: inline-block;
}
.blog-details-section .blog-deatils-content ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-details-section .blog-deatils-content ul li a img {
  margin: -6px 4px 0 0;
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.blog-details-section .blog-deatils-content ul li a span {
  display: inline-block;
  margin: 0 8px;
  color: #E8E8E8;
}
.blog-details-section .blog-auhtor-details h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.blog-details-section .blog-auhtor-details .blog-categories {
  border-radius: 8px;
  background: #F1F1F1;
  padding: 28px 24px;
}
.blog-details-section .blog-auhtor-details .blog-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 16px;
  margin-top: 16px;
  transition: all 0.4s;
}
.blog-details-section .blog-auhtor-details .blog-categories ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  transform: translateY(-5px);
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.footer1-sertion-area {
  position: relative;
  z-index: 1;
  background: #FBF9F4;
  padding: 200px 0 32px;
}
.footer1-sertion-area .footer-logo-area p {
  color: #544E51;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  opacity: 0.8;
}
.footer1-sertion-area .footer-logo-area ul li {
  display: inline-block;
}
.footer1-sertion-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  border-radius: 165px;
  background: rgba(26, 23, 25, 0.05);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}
.footer1-sertion-area .footer-logo-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.footer1-sertion-area .link-content2 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .footer1-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer1-sertion-area .link-content2 h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.footer1-sertion-area .link-content2 ul li a {
  color: #544E51;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}
.footer1-sertion-area .link-content2 ul li a img {
  margin: 0 8px 0 0;
}
.footer1-sertion-area .link-content2 ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.footer1-sertion-area .footer-social-box {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .footer1-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}
.footer1-sertion-area .footer-social-box h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.footer1-sertion-area .footer-social-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 12px;
}
.footer1-sertion-area .footer-social-box .img1:hover::after {
  visibility: visible;
  opacity: 0.5;
  transition: all 0.4s;
}
.footer1-sertion-area .footer-social-box .img1:hover .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.footer1-sertion-area .footer-social-box .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}
.footer1-sertion-area .footer-social-box .img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.footer1-sertion-area .footer-social-box .img1 .icons {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -16px;
  margin-left: -12px;
  transition: all 0.6s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .footer1-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}
.footer1-sertion-area .footer-social-box .img1 .icons a {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.footer1-sertion-area .copyright p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  opacity: 0.8;
  padding-top: 24px;
  border-top: 1px solid #D9D7D3;
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
.homepage1-body, html {
  overflow-x: hidden !important;
}

.homepage1-body {
  overflow-x: hidden;
}
.homepage1-body .header-area.homepage1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu {
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.header-area.homepage1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage1-body,
html {
  overflow-x: hidden !important;
}

.homepage1-body {
  overflow-x: hidden;
}
.homepage1-body .header-area.homepage1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium) !important;
}
.homepage1-body .header-area.homepage1 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu {
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  transform: scale(1);
  position: absolute;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: block;
  transition: all 0.4s;
  padding: 0 20px;
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  height: 100px;
  background: transparent !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
  font-weight: var(--ztc-weight-medium);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  width: 310px;
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  display: block;
  transform-origin: top;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.homepage1-body .header-area.homepage1 .header-elements .btn-area {
  display: flex;
  align-items: center;
}
.homepage1-body .header-area.homepage1 .header-elements .btn-area ul {
  margin: 0 0 0 20px;
}
.homepage1-body .header-area.homepage1 .header-elements .btn-area ul li {
  display: inline-block;
}
.homepage1-body .header-area.homepage1 .header-elements .btn-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}
.homepage1-body .header-area.homepage1 .header-elements .btn-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.header-area.homepage1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background: var(--ztc-text-text-2);
  transition: all 0.4s;
}


html {
  overflow-x: hidden !important;
}


html {
  overflow-x: hidden !important;
}


html {
  overflow-x: hidden !important;
}


html {
  overflow-x: hidden !important;
}


html {
  overflow-x: hidden !important;
}


html {
  overflow-x: hidden !important;
}


html {
  overflow-x: hidden !important;
}


html {
  overflow-x: hidden !important;
}


html {
  overflow-x: hidden !important;
}

.main-menu .dropdown-padding li {
  position: relative;
}
.main-menu .dropdown-padding li .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: -15px;
  width: 310px;
  background: var(--ztc-text-text-1);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 5px;
  padding: 15px;
  transform: scale(0.8);
  transform-origin: left;
  transition: all 0.4s;
  z-index: 99;
}
.main-menu .dropdown-padding li .sub-menu li {
  display: block;
}
.main-menu .dropdown-padding li .sub-menu li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.main-menu .dropdown-padding li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-13);
}
.main-menu .dropdown-padding li .sub-menu li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-13);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}
.main-menu .dropdown-padding li .sub-menu li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.main-menu .dropdown-padding li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .dropdown-padding li:has(.sub-menu) > a {
  position: relative;
  padding-right: 25px !important;
}
.main-menu .dropdown-padding li:has(.sub-menu) > a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--ztc-font-size-font-s12);
  transition: all 0.4s;
}
.main-menu .dropdown-padding li:has(.sub-menu) > a:hover::after {
  right: 5px;
  color: var(--ztc-text-text-13);
}

/* Override styles for submenu level 3 */

/*============= HEADER CSS AREA ENDS ===============*/
/*============= ATTENT CSS AREA ===============*/

/*============= ATTENT CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: var(--ztc-text-text-2);
  display: flex;
  align-items: center;
  justify-content: center;
}


.loading {
  height: 120px;
  position: relative;
  width: 120px;
  border-radius: 100%;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--ztc-text-text-1) transparent var(--ztc-text-text-1);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: var(--ztc-text-text-1);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--ztc-text-text-2);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
  color: var(--ztc-text-text-2);
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
  color: var(--ztc-text-text-2);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--ztc-text-text-2);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap svg path {
  fill: none;
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= CHOOSE CSS AREA STARTS ===============*/
.choose-section-area {
  position: relative;
  z-index: 1;
}
.choose-section-area .choose-widget-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.choose-section-area .choose-widget-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.choose-section-area .choose-widget-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.choose-section-area .choose-widget-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  margin: 0 auto;
}
.choose-section-area .choose-widget-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  line-height: 22px; /* 100% */
}
.choose-section-area .choose-widget-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.choose-section-area .choose-widget-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.choose-section-area .choose-widget-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  line-height: 22px; /* 100% */
}
.choose-section-area .choose-widget-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.choose-section-area .choose-widget-boxarea .content-area .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

/*============= CHOOSE CSS AREA ENDS ===============*/
/*============= TIMER CSS AREA STARTS ===============*/

/*============= TIMER CSS AREA ENDS ===============*/
/*============= BRANDS CSS AREA STARTS ===============*/
.brands1-section-area {
  position: relative;
  z-index: 1;
  background: #FBF9F4;
}
@keyframes scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.brands9-section-area .brand-slider-area9.owl-carousel .owl-stage-outer {
  overflow: inherit;
}

/*============= BRANDS CSS AREA ENDS ===============*/
/*============= HEADER SEARCH CSS AREA STARTS ===============*/

.header-search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 9999;
  background-color: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .tx-search-close {
  background: rgba(204, 204, 204, 0.2705882353);
  width: 54px;
  height: 54px;
  border-width: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
}

.header-search-form-wrapper .tx-search-close::before, .header-search-form-wrapper .tx-search-close::after {
  background-color: var(--color-black);
}

.header-search-form-wrapper.open .header-search-container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/*============= HEADER SEARCH CSS AREA ENDS ===============*/

/*============= POPUP CSS AREA ENDS ===============*/
/*============= POPUP CSS AREA ENDS ===============*/
/* Popup Overlay */

/* Popup Content */

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  border-radius: 4px;
  font-weight: var(--ztc-weight-bold);
}

/* Call to action button */

.no-thanks {
  margin-top: 16px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes popupSlide {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*============= TEAM CSS AREA ===============*/
.team1-section-area {
  position: relative;
  z-index: 1;
}
.team1-section-area .team-slider-area {
  position: relative;
  z-index: 1;
}
.team1-section-area .team-slider-area .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
}
@media (max-width: 767px) {
  .team1-section-area .team-slider-area .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team1-section-area .team-slider-area .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    text-align: center;
  }
}
.team1-section-area .team-slider-area .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(26, 23, 25, 0.05);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
}
.team1-section-area .team-slider-area .owl-nav button:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.team1-section-area .team-slider-area .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.team1-section-area .team-slider-area .team-widget-boxarea {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.team1-section-area .team-slider-area .team-widget-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team1-section-area .team-slider-area .team-widget-boxarea:hover .img1 ul {
  bottom: 0;
  transition: all 0.6s;
}
.team1-section-area .team-slider-area .team-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s;
}
.team1-section-area .team-slider-area .team-widget-boxarea .img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.team1-section-area .team-slider-area .team-widget-boxarea .img1 ul {
  background: var(--ztc-text-text-4);
  text-align: center;
  padding: 24px;
  position: absolute;
  bottom: -220px;
  width: 100%;
  transition: all 0.6s;
  z-index: 2;
}
.team1-section-area .team-slider-area .team-widget-boxarea .img1 ul li {
  display: inline-block;
}
.team1-section-area .team-slider-area .team-widget-boxarea .img1 ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  background: rgba(26, 23, 25, 0.05);
  margin: 0 10px 0 0;
}
.team1-section-area .team-slider-area .team-widget-boxarea .img1 ul li a:hover {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.team1-section-area .team-slider-area .team-widget-boxarea .text-area {
  text-align: center;
}
.team1-section-area .team-slider-area .team-widget-boxarea .text-area a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.team1-section-area .team-slider-area .team-widget-boxarea .text-area p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}
.team3-section-area .team-slider-area2 .owl-nav {
  position: absolute;
  right: 0;
  top: -130px;
}
@media (max-width: 767px) {
  .team3-section-area .team-slider-area2 .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team3-section-area .team-slider-area2 .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    top: 0;
    left: 0;
  }
}
.team3-section-area .team-slider-area2 .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-10);
  font-size: var(--ztc-font-size-font-s20);
  background: rgba(255, 54, 57, 0.2);
  border-radius: 50%;
}
.team3-section-area .team-slider-area2 .owl-nav button:hover {
  background: var(--ztc-text-text-10);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.team3-section-area .team-slider-area2 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.team4-section-area .team-slider-area4 .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
}
@media (max-width: 767px) {
  .team4-section-area .team-slider-area4 .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team4-section-area .team-slider-area4 .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    text-align: center;
  }
}
.team4-section-area .team-slider-area4 .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(46, 77, 253, 0.08);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
  color: var(--ztc-text-text-11);
}
.team4-section-area .team-slider-area4 .owl-nav button:hover {
  background: var(--ztc-text-text-13);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.team4-section-area .team-slider-area4 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.team-sperkers-section-area {
  position: relative;
  z-index: 1;
}
.team-sperkers-section-area .our-team-boxarea {
  text-align: center;
  margin-bottom: 30px;
}
.team-sperkers-section-area .our-team-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
.team-sperkers-section-area .our-team-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 4px;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .elements21 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .elements22 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  height: auto;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: 36px;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: 0;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon3 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: 36px;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon4 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: -7px;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 {
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .team-img4 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0%;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .share a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #FFBA00;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  margin-bottom: -20px;
  color: var(--ztc-text-text-2);
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .share a img {
  height: 20px;
  width: 20px;
  display: inline-block;
  object-fit: contain;
  filter: brightness(0);
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul {
  text-align: center;
  position: absolute;
  bottom: 0;
  transition: all 0.6s;
  left: 0;
  right: 0;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li {
  display: inline-block;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
  color: var(--ztc-text-text-8);
  margin: 0 10px 0 0;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a:hover {
  background: #FFBA00;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .team7-section-area .team-slider-area7 .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team7-section-area .team-slider-area7 .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
.team7-section-area .team-slider-area7 .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(26, 23, 25, 0.05);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
}
.team7-section-area .team-slider-area7 .owl-nav button:hover {
  background: var(--ztc-text-text-15);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.team7-section-area .team-slider-area7 .owl-nav button.owl-prev {
  position: absolute;
  left: -80px;
  top: 35%;
}
@media (max-width: 767px) {
  .team7-section-area .team-slider-area7 .owl-nav button.owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team7-section-area .team-slider-area7 .owl-nav button.owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 16px 0 0;
  }
}
.team7-section-area .team-slider-area7 .owl-nav button.owl-next {
  position: absolute;
  right: -80px;
  top: 35%;
}
@media (max-width: 767px) {
  .team7-section-area .team-slider-area7 .owl-nav button.owl-next {
    position: relative;
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team7-section-area .team-slider-area7 .owl-nav button.owl-next {
    position: relative;
    right: 0;
    top: 0;
  }
}
.team8-section-rea .team-slider-area8 .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
}
@media (max-width: 767px) {
  .team8-section-rea .team-slider-area8 .owl-nav {
    text-align: center;
    margin-top: 30px;
    position: relative;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team8-section-rea .team-slider-area8 .owl-nav {
    text-align: center;
    margin-top: 30px;
    position: relative;
    left: 0;
  }
}
.team8-section-rea .team-slider-area8 .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
  color: var(--ztc-text-text-1);
}
.team8-section-rea .team-slider-area8 .owl-nav button:hover {
  background: var(--ztc-text-text-16);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.team8-section-rea .team-slider-area8 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.team9-section-rea .team-slider-area8 .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
}
@media (max-width: 767px) {
  .team9-section-rea .team-slider-area8 .owl-nav {
    text-align: center;
    margin-top: 30px;
    position: relative;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team9-section-rea .team-slider-area8 .owl-nav {
    text-align: center;
    margin-top: 30px;
    position: relative;
    left: 0;
  }
}
.team9-section-rea .team-slider-area8 .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(255, 80, 0, 0.1);
  backdrop-filter: blur(2px);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
  color: var(--ztc-text-text-17);
}
.team9-section-rea .team-slider-area8 .owl-nav button:hover {
  background: var(--ztc-text-text-17);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.team9-section-rea .team-slider-area8 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta1-section-area {
  position: relative;
  z-index: 2;
  position: relative;
  margin-bottom: -130px;
}
.cta1-section-area .cta1-main-boxarea {
  background: var(--ztc-bg-bg-3);
  border-radius: 8px;
  padding: 44px;
}
@media (max-width: 767px) {
  .cta1-section-area .cta1-main-boxarea {
    padding: 20px;
    text-align: center;
  }
}
.cta1-section-area .cta1-main-boxarea .timer-btn-area {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}
.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer {
  display: flex;
}
@media (max-width: 767px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area .timer {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}
.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  width: 150px;
  color: var(--ztc-text-text-2);
  padding: 16px 30px;
  font-weight: bold;
  margin: 0 14px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 20px 0 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 0 20px 0;
    display: block;
  }
}
.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: uppercase;
}
.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  text-transform: uppercase;
}
.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
  padding-left: 24px;
  border-left: 1px solid #D0981F;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}
.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn1 {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
}
.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-2);
}
.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn1::before {
  background: var(--ztc-bg-bg-1);
}
.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn1::after {
  background: #312E30;
}
.cta1-section-area .cta1-main-boxarea ul li {
  display: inline-block;
  margin: 0 24px 0 0;
  padding-top: 32px;
}
.cta1-section-area .cta1-main-boxarea ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(26, 23, 25, 0.05);
  padding: 12px 10px;
}
@media (max-width: 767px) {
  .cta1-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}
.cta1-section-area .cta1-main-boxarea ul li a img {
  margin: -6px 6px 0 0;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testimonials1-section-area {
  background: #FBF9F4;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonials1-section-area .testimonial-img2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials1-section-area .testimonial-img2 {
    display: none;
  }
}
.testimonials1-section-area .testimonial-img2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 48%;
  right: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  opacity: 0.5;
}
.testimonials1-section-area .testimonial-img2 img {
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  object-fit: cover;
  height: 100%;
}
.testimonials1-section-area .testimonial-content-slider .owl-nav {
  margin-top: 48px;
}
.testimonials1-section-area .testimonial-content-slider .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  background: rgba(26, 23, 25, 0.05);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonials1-section-area .testimonial-content-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.testimonials1-section-area .testimonial-content-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box {
  position: relative;
  z-index: 1;
}
.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .list-display {
  display: flex;
  align-self: center;
  justify-content: space-between;
}
.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .list-display ul li {
  height: 24px;
  width: 24px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  background: rgba(255, 186, 0, 0.1);
  transition: all 0.4s;
  line-height: 24px;
  color: #FFBA00;
}
.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}
.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area {
  display: flex;
  align-items: center;
}
.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .img1 img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .text {
  padding-left: 12px;
}
.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .logo svg {
  width: 122px;
  height: 40px;
  object-fit: contain;
}
.testimonials1-section-area .video-play-btn {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .testimonials1-section-area .video-play-btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials1-section-area .video-play-btn {
    margin-top: 30px;
  }
}
.testimonials1-section-area .video-play-btn a {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .testimonials1-section-area .video-play-btn a {
    background: var(--ztc-bg-bg-3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials1-section-area .video-play-btn a {
    background: var(--ztc-bg-bg-3);
  }
}
.testimonials1-section-area .video-play-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 45px;
  top: 45px;
  background: var(--ztc-bg-bg-1);
  opacity: 30%;
  transition: all 0.4s;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
@media (max-width: 767px) {
  .testimonials1-section-area .video-play-btn a::after {
    background: var(--ztc-bg-bg-3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials1-section-area .video-play-btn a::after {
    background: var(--ztc-bg-bg-3);
  }
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial-review-slider .owl-nav {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial-review-slider .owl-nav {
    margin-top: 30px;
    text-align: center;
  }
}
.testimonial4-section-area .testimonial-review-slider .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(46, 77, 253, 0.08);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
  color: var(--ztc-text-text-11);
}
.testimonial4-section-area .testimonial-review-slider .owl-nav button:hover {
  background: var(--ztc-text-text-13);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -90px;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-prev {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    margin-top: 0;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-prev {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    margin-top: 0;
    margin: 0 16px 0 0;
  }
}
.testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-next {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -90px;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-next {
    position: relative;
    z-index: 1;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-next {
    position: relative;
    z-index: 1;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
.testimonial6-section-area .testimonial-reviews-area .slick-list {
  overflow: inherit !important;
}
.testimonial6-section-area .testimonial-reviews-area2 .slick-list {
  overflow: inherit !important;
}
.testimonials7-section-area .testimonial-content-slider7 .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
}
@media (max-width: 767px) {
  .testimonials7-section-area .testimonial-content-slider7 .owl-nav {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials7-section-area .testimonial-content-slider7 .owl-nav {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.testimonials7-section-area .testimonial-content-slider7 .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  background: rgba(252, 34, 106, 0.1);
  transition: all 0.4s;
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonials7-section-area .testimonial-content-slider7 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.testimonials7-section-area .testimonial-content-slider7 .owl-nav button:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
  position: relative;
  z-index: 1;
}
.about1-section-area .about-imges {
  position: relative;
  z-index: 1;
}
.about1-section-area .about-imges .img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.about1-section-area .about-imges .about-btnarea {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 40.5%;
}
.about1-section-area .about-imges .about-btnarea svg {
  position: absolute;
  top: -45px;
  left: -40px;
}
.about1-section-area .about-imges .about-btnarea a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  position: relative;
}
.about1-section-area .about-imges .about-btnarea a span {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  font-size: var(--ztc-font-size-font-s24);
}
.about1-section-area .about-header-area {
  padding: 0px;
}
@media (max-width: 767px) {
  .about1-section-area .about-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
.about1-section-area .about-header-area .about-auhtor-box {
  position: relative;
  z-index: 1;
  background: #FBF9F4;
  border-radius: 8px;
  padding: 20px 24px;
  transition: all 0.4s;
}
.about1-section-area .about-header-area .about-auhtor-box:hover .icons {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.about1-section-area .about-header-area .about-auhtor-box .icons {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 48px;
  background: rgba(26, 23, 25, 0.05);
  text-align: center;
  line-height: 48px;
  position: absolute;
}
.about1-section-area .about-header-area .about-auhtor-box .text {
  padding-left: 60px;
}
.about1-section-area .about-header-area .about-auhtor-box .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.about1-section-area .about-header-area .about-auhtor-box .text-mrbadguy-1 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= EVENT CSS AREA ===============*/
.event1-section-area {
  position: relative;
  z-index: 1;
  background: #FBF9F4;
}
.event1-section-area .nav.nav-pills {
  justify-content: center;
}
.event1-section-area .nav.nav-pills .nav-item button {
  border-radius: 8px;
  border: 1px solid rgba(26, 23, 25, 0.05);
  background: #FFF;
  padding: 0;
  margin: 0 30px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event1-section-area .nav.nav-pills .nav-item button {
    margin: 30px 30px 0 0;
  }
}
@media (max-width: 767px) {
  .event1-section-area .nav.nav-pills .nav-item button {
    margin: 30px 0 0 0;
    width: 100%;
  }
}
.event1-section-area .nav.nav-pills .nav-item button.active {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.event1-section-area .nav.nav-pills .nav-item button.active .day {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.event1-section-area .nav.nav-pills .nav-item button .vl-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}
.event1-section-area .nav.nav-pills .nav-item button .day {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: block;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  background: rgba(26, 23, 25, 0.05);
  padding: 8px 0;
}
.event1-section-area .nav.nav-pills .nav-item button .cal {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 44px;
  display: inline-block;
  transition: all 0.4s;
  text-align: center;
  margin: 0 28px 0 0;
}
.event1-section-area .nav.nav-pills .nav-item button span.date {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 26px; /* 118.182% */
  display: inline-block;
}
.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea {
  background: var(--ztc-bg-bg-1);
  padding: 40px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .event1-section-area .tab-content .tab-pane .tabs-widget-boxarea {
    padding: 16px;
  }
}
.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .img1 img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area {
    padding: 0;
    margin-top: 30px;
  }
}
.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area ul li {
  display: inline-block;
}
.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
}
.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area ul li a span {
  margin: 0 8px;
}
.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area a.head {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}

.schedule-section-area .schedule {
  width: 100%;
  border-radius: 16px;
}
.schedule-section-area table {
  width: 100%;
  border-collapse: collapse;
}
.schedule-section-area th, .schedule-section-area td {
  border: 1px solid rgba(26, 23, 25, 0.1);
  background: #FFF;
  padding: 38px;
  text-align: center;
  vertical-align: middle;
}
.schedule-section-area th {
  background-color: #f8b500;
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  letter-spacing: -0.48px;
  padding: 18px 0;
}
.schedule-section-area td {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  letter-spacing: -0.4px;
}
.schedule-section-area td span {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  letter-spacing: -0.32px;
  display: inline-block;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .schedule-section-area table, .schedule-section-area thead, .schedule-section-area tbody, .schedule-section-area th, .schedule-section-area td, .schedule-section-area tr {
    display: block;
    text-align: center;
  }
  .schedule-section-area th, .schedule-section-area td {
    width: 100%;
    text-align: center;
  }
}

/*============= EVENT CSS AREA ===============*/
/*============= MEMORY CSS AREA ===============*/
.memory1-section-area {
  position: relative;
  z-index: 1;
}
.memory1-section-area .memory-slider-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .memory1-section-area .memory-slider-area .owl-nav {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory1-section-area .memory-slider-area .owl-nav {
    margin-top: 30px;
    text-align: center;
  }
}
.memory1-section-area .memory-slider-area .owl-nav button {
  background: rgba(26, 23, 25, 0.05);
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-2);
}
.memory1-section-area .memory-slider-area .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: -80px;
}
@media (max-width: 767px) {
  .memory1-section-area .memory-slider-area .owl-nav button.owl-prev {
    position: relative;
    top: 0;
    margin: 0 16px 0 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory1-section-area .memory-slider-area .owl-nav button.owl-prev {
    position: relative;
    top: 0;
    margin: 0 16px 0 0;
    left: 0;
  }
}
.memory1-section-area .memory-slider-area .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  right: -80px;
}
@media (max-width: 767px) {
  .memory1-section-area .memory-slider-area .owl-nav button.owl-next {
    position: relative;
    top: 0;
    margin: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory1-section-area .memory-slider-area .owl-nav button.owl-next {
    position: relative;
    top: 0;
    margin: 0;
    right: 0;
  }
}
.memory1-section-area .memory-slider-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.memory1-section-area .memory-slider-area .owl-item.active.center .content-area {
  bottom: 20px;
  transition: all 0.6s;
}
.memory1-section-area .memory-slider-area .memory-boxarea {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 8px;
}

.memory1-section-area .memory-slider-area .memory-boxarea:hover .content-area {
  bottom: 20px;
  transition: all 0.6s;
}
.memory1-section-area .memory-slider-area .memory-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.memory1-section-area .memory-slider-area .memory-boxarea .img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.memory1-section-area .memory-slider-area .memory-boxarea .content-area {
  border-radius: 8px;
  background: #FFF;
  padding: 24px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  bottom: -200px;
  transition: all 0.6s;
}
.memory1-section-area .memory-slider-area .memory-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: uppercase;
}
.memory1-section-area .memory-slider-area .memory-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.memory2-section-area .memory-widget-slider.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.memory2-section-area .memory-widget-slider .owl-item.active.center .img1::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}
.memory2-section-area .memory-widget-slider .owl-item.active.center .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.memory2-section-area .memory-widget-slider .owl-item.active.center .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.memory3-section-area .memory-team-slider .owl-item.active.center .content-area {
  left: 0;
  transition: all 0.6s;
}
.memory3-section-area .memory-team-slider .owl-item.active.center .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}
.memory3-section-area .memory-team-slider .owl-item.active.center .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .memory4-section-area .memory-team-slider2 .owl-nav {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory4-section-area .memory-team-slider2 .owl-nav {
    margin-top: 30px;
    text-align: center;
  }
}
.memory4-section-area .memory-team-slider2 .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(46, 77, 253, 0.08);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
  color: var(--ztc-text-text-11);
}
.memory4-section-area .memory-team-slider2 .owl-nav button:hover {
  background: var(--ztc-text-text-13);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.memory4-section-area .memory-team-slider2 .owl-nav button.owl-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .memory4-section-area .memory-team-slider2 .owl-nav button.owl-prev {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    margin-top: 0;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory4-section-area .memory-team-slider2 .owl-nav button.owl-prev {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    margin-top: 0;
    margin: 0 16px 0 0;
  }
}
.memory4-section-area .memory-team-slider2 .owl-nav button.owl-next {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .memory4-section-area .memory-team-slider2 .owl-nav button.owl-next {
    position: relative;
    z-index: 1;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory4-section-area .memory-team-slider2 .owl-nav button.owl-next {
    position: relative;
    z-index: 1;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
.memory4-section-area .memory-team-slider2 .owl-item.active.center .content-area {
  left: 0;
  transition: all 0.6s;
}
.memory4-section-area .memory-team-slider2 .owl-item.active.center .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}
.memory4-section-area .memory-team-slider2 .owl-item.active.center .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.memory5-section-area .memory-widget-slider5.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.memory5-section-area .memory-widget-slider5 .owl-nav {
  position: absolute;
  top: -160px;
  right: 0;
}
@media (max-width: 767px) {
  .memory5-section-area .memory-widget-slider5 .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory5-section-area .memory-widget-slider5 .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}
.memory5-section-area .memory-widget-slider5 .owl-nav button {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: var(--ztc-font-size-font-s24);
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border-radius: 50%;
}
.memory5-section-area .memory-widget-slider5 .owl-nav button:hover {
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  transition: all 0.4s;
}
.memory5-section-area .memory-widget-slider5 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.memory5-section-area .memory-widget-slider5 .owl-item.active.center .img1::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}
.memory5-section-area .memory-widget-slider5 .owl-item.active.center .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.memory5-section-area .memory-widget-slider5 .owl-item.active.center .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
/* Temanın oluşturduğu sahte kutuları gizle, bizimkini zorla göster */

/* Eğer teman bir kopyasını oluşturuyorsa onu tamamen yok et */
select + .nice-select {
    display: none !important;
}

:root { --turuncu: #FBB03B; --koyu-yesil: #2C5F2D; }
        
        .btn-turuncu { background-color: var(--turuncu); color: white; font-weight: bold; border: none; }
        .btn-turuncu:hover { background-color: #e69a2e; color: white; }
        .btn-turuncu:disabled { background-color: #ccc; cursor: not-allowed; 
        }


