.menunnn
{
	 margin-top: 27px;
}
.vl-header-topbar {
  width: 100%;
  background-color: #005BAC;
  color: #fff;
}

.vl-header-topbar .topbar-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.vl-header-topbar ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vl-header-topbar a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.vl-header-topbar span {
  margin: 0 10px;
  color: #fff;
}

.heightimgss
{
	height:auto !important;
}
.tetttt1
{
	color: var(--ztc-text-text-1);
    font-family: system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    text-transform: capitalize;
    border-radius: 24px;
    background: hwb(166deg 2% 31%);
    padding: 12px 19px;
    display: inline-block;
    transform: translateX(-600px);
    opacity: 0;
    position: relative;
    overflow: hidden;
}
.tetttt2
{ 
font-size: 48px;
font-style: italic;
    font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  /*margin: auto;*/
    margin-top: 175px
/*  height:400px;*/
}

/* Caption text */
.text1 {
  color: #f2f2f2;
  font-size: 18px;
 /* padding: 8px 12px;*/
  position: absolute;
  bottom: 15%;
  width: 100%;
  text-align: center;
}


.text1 h4{
  color: #f2f2f2;
  font-size: 32px;
 padding: 8px ;
  position: absolute;
  bottom: 42%;
  width: 100%;
  text-align: center;
}
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 6px 31px;
  font-size: 18px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 20.6s ease;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 20s;
  animation-name: fade;
  animation-duration: 1s;

}

@-webkit-keyframes fade {
  from {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text1 {
    font-size: 11px;
	  bottom: 20%;
  }
  
  .slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height:auto;
}
}

@media only screen and (max-width: 600px) {
	
.heightimgss
{
	height:230px !important;
}
	.vl-btn3 .text {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: 11px;
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: capitalize;
    padding: 8px 8px 8px 8px;
    border-radius: 8px;
    background: #01d09e;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
	.tetttt1 {
    color: var(--ztc-text-text-1);
     font-family: system-ui;
    font-size: 12px;
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    text-transform: capitalize;
    border-radius: 24px;
    background: hwb(166deg 0% 18%);
    padding: 10px 20px;
    display: inline-block;
    transform: translateX(-600px);
    opacity: 0;
    position: relative;
    overflow: hidden;
}
.tetttt2
{ 
font-size: 18px;
color:#ffffff !important;
font-style: italic;
    font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
 
  .text1 {
    font-size: 11px;
    bottom: 20%;
  }

  .text1 h4 {
    font-size: 16px;
	 color: #f2f2f2;
 
 padding: 0px ;
 
  }

  .text1 p {
    font-size: 11px;
  }

  .text10 btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
  }

  .btn-transparent:hover {
    background-color: #fff;
  }

  .btn-rounded {
    border-radius: 70px;
  }

  .btn-large {
    padding: 5px 20px;
    font-size: 9px;
  }
  .slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height:auto;
      margin-top: 123px;
}
}