@charset "UTF-8";
html, body {
  overflow-x: hidden; /* Prevent horizontal scroll */
  max-width: 100%;
}

* {
  box-sizing: border-box; /* Prevent padding/margin overflow */
}

/* Modal Futuristic Neon Style */
.futuristic-modal {
  position: relative;
  background: rgba(188, 218, 15, 0);
  border-radius: 50px;
  border: 10px solid #00fff2;
  box-shadow: 0 0 20px #00fff2, 0 0 40px #00fff2;
  overflow: hidden;
  animation: zoomFade 0.6s ease;
  color: #fff;
  backdrop-filter: blur(10px);
}
.notice{
  color: #ff7315;
 
}
/* Zoom + Fade Animation */
@keyframes zoomFade {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* Title Glow */
.futuristic-modal h3 span {
  color: #00fff2;
  text-shadow: 0 0 10px #00fff2, 0 0 20px #00fff2;
}

/* Buttons */
.futuristic-btn {
  margin: 10px;
  padding: 10px 25px;
  border: 2px solid #00fff2;
  border-radius: 30px;
  color: #00fff2;
  background: transparent;
  font-weight: bold;
  transition: 0.3s;
  
}

.futuristic-btn:hover {
  background: #00fff2;
  color: #0a0a19;
  box-shadow: 0 0 15px #00fff2, 0 0 30px #00fff2;
  transform: scale(1.05);
}

/* Floating Particles Canvas */
#particles {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: -1;
  background: transparent;
}

/* Blur Background when modal shows */
.modal-backdrop.show {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.6);
}






@keyframes appear{
			from{
				opacity: 0;
				scale: 0.5;
			} to {
				opacity: 1;
				scale: 1;
			}
		}
		.photo-6-inf-left {
      animation: appear linear;
      animation-timeline: view();
      animation-range: entry 0% cover 40%;

    }

    .autoShow {
    animation: text-appear both;
    animation-timeline: view();
    animation-range: entry 20% cover 100vh;
}

.fadeUp {
animation: fadeUp both; 
animation-timeline: view();
}

.hny-title:nth-child(1) {
  animation-range: entry 20% cover 40%
}
.hny-title:nth-child(2) {
  animation-range: entry 40% cover 60%
}
.hny-title:nth-child(3) {
  animation-range: entry 60% cover 80%
}
@keyframes fadeUp {
  from{
     opacity: 0;
       transform: translateY(10px) scale(0.5);
  }
           to
             { opacity: 1;
                  transform: translateY(0) scale(1);
               }
}
.imageReveal {
animation: imageReveal both;
animation-timeline: view(10% 5%);
}
@keyframes imageReveal {
from {
filter: saturate(0) contrast(4) brightness(.1) blur(3px);
opacity: 0;
scale: .95;
translate: 0 4rem;
}
to {
filter: none;
opacity: 1;
scale: 1;
translate: 0 0;
}
}
@keyframes text-appear {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes repeat{
  100%{
    filter: drop-shadow(0 1em 0 #fff) drop-shadow(0 1em 0 #fff) drop-shadow(0 1em 0 #fff) drop-shadow(0 1em 0 #fff) drop-shadow(0 1em 0 #fff) drop-shadow(0 1em 0 #fff);
  }
  
}

@keyframes moveLeft {
      0% {
        transform: translateX(0px) rotate(0);
  }
  100%{
      transform: translateX(-10em);
  } 
}
@keyframes moveRight {
      0% {
        transform: translateX(0px) rotate(0);
  }
  100%{
      transform: translateX(10em);
  } 
}
/*  mine edits  */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease; /* fade effect */
}
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

html {
  scroll-behavior: smooth;
}


h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}

body,
body a,
body li,
body p,
.btn,
input {
  font-family: 'Lato', sans-serif;
}

body p {
  line-height: 1.5;
  font-size: 16px;
  color: #6b778d;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0rem;
  font-family: 'Lato', sans-serif;
  padding: 0;
}

body a:hover {
  color: #ff7315;
  transition: 0.3s ease;
}

body input {
  border-radius: 6px;
}

body img {
  border-radius: 6px;
}

.noscroll {
  overflow: hidden;
}

h3.hny-title,
h3.hny-title.two {
  font-size: 40px;
  line-height: 50px;
  color: #232020;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

h3.hny-title.two {
  color: #fff;
}

h3.hny-title span,
h3.hny-title span {
  color: #ff7315;
}

a.read-more.btn {
  display: inline-block;
  outline: none;
  border: none;
  font-weight: 600;
  padding: 12px 32px;
  font-size: 16px;
  background-color: #232020;
  margin-top: 20px;
  color: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
}

a.read-more.btn:hover {
  background-color: #ff7315;
}

a.read-more-btn2.btn {
  display: inline-block;
  outline: none;
  border: none;
  font-weight: 600;
  padding: 12px 32px;
  font-size: 16px;
  background-color: #fff;
  margin-top: 20px;
  color: #232020;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
}

a.read-more-btn2.btn:hover {
  color: #fff;
  background-color: #ff7315;
}

@media (max-width: 1366px) {

  h3.hny-title,
  h3.hny-title.two {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 1199px) {
  body p {
    font-size: 15px;
  }
}

@media (max-width: 667px) {
  a.read-more-btn2.btn {
    padding: 10px 32px;
    font-size: 16px;
    margin-top: 14px;
  }
}

@media (max-width: 667px) {

  h3.hny-title,
  h3.hny-title.two {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {

  h3.hny-title,
  h3.hny-title.two {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 440px) {

  h3.hny-title,
  h3.hny-title.two {
    font-size: 26px;
    line-height: 36px;
  }
}


@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-size: 70px;
}
@font-face {
  font-family: 'SAMAN';
  src: url("../fonts/SAMAN___.TTF");
  font-size: normal;
  font-weight: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

/* Deprecated as of 4.4.0 */

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}


.fa-times:before {
  content: "";
}

.fa-play:before {
  content: "";
}


.fa-bar-chart:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}


.fa-facebook:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}


.fa-bars:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}


.fa-mobile:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.w3l-banner-slider-main {
  /*--/top-right-strip--*/
  /*--//top-right-strip-*/
  /*--/login--*/
  /*-- /checkbox --*/
  /*-- //checkbox --*/
  /*-- //login --*/
  /*-- //registration --*/
  /*styling open close button*/
  /*overlay*/
  /*--/login--*/
  /*--/search--*/
  /*--//search--*/
  /*--//--*/
  /*--/nav--*/
  /*---*/
  /*--//nav--*/
  /*--/slider--*/
  /*--//slider--*/
  /*--/responsive design --*/
  /*--//slider--*/
  /*--//responsive design --*/
}

.w3l-banner-slider-main .top-right-strip {
  padding: 15px 15px 0 15px;
  align-items: center;
}

.w3l-banner-slider-main .top-hny-left-content h6 {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.w3l-banner-slider-main .top-hny-left-content a {
  color: #fff;
  margin-left: 6px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
}

.w3l-banner-slider-main .hand-icon {
  margin: 0 4px;
}

.w3l-banner-slider-main span.hignlaite {
  color: #ff7315;
}

.w3l-banner-slider-main span.hignlaite:hover {
  text-decoration: underline;
}

.w3l-banner-slider-main a.btn-open span.fa {
  line-height: 34px;
  font-size: 20px;
}

.w3l-banner-slider-main .button-log a {
  color: #333;
  font-size: 1em;
  text-decoration: none;
}

.w3l-banner-slider-main .overlay-login button.overlay-close1 {
  z-index: 9999;
  color: #fff;
}

.w3l-banner-slider-main .btn-open:after {
  color: #333;
  transition-property: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.w3l-banner-slider-main .btn-open:hover:after {
  color: #34B484;
}

.w3l-banner-slider-main .overlay-login.open .btn-close:after {
  color: #fff;
  font-family: "FontAwesome";
  transition-property: all .2s linear 0s;
  transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}

.w3l-banner-slider-main .btn-close:hover:after {
  color: #34B484;
}

.w3l-banner-slider-main .overlay-login button.overlay-close1 {
  z-index: 999;
  color: #fff;
  right: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 20px;
  overflow: hidden;
  background: none;
  color: #fff;
  border: 2px solid #232020;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
}

.w3l-banner-slider-main .overlay-login {
  display: none;
  position: fixed;
  top: 0;
  background: #3a3535;
  overflow: auto;
  z-index: 9999;
  padding: 3em 3em;
  right: 0;
  height: 100%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.w3l-banner-slider-main .login-bghny {
  background: #232020;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
}

.w3l-banner-slider-main .wrap {
  margin: 5em auto 0;
}

.w3l-banner-slider-main .wrap h5 {
  font-size: 2em;
  color: #fff;
}

.w3l-banner-slider-main .content {
  width: 100%;
  margin-top: 200px;
  font-size: 20px;
  color: #333;
  text-align: center;
}

.w3l-banner-slider-main .top-header-content {
  position: relative;
}

.w3l-banner-slider-main header.tophny-header {
  position: absolute;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.w3l-banner-slider-main nav.navbar {
  background-color: transparent;
  padding: 10px 0;
}

.w3l-banner-slider-main a.navbar-brand {
  color: #fff;
  font-size: 30px;
  padding: 0;
  font-weight: 900;
  text-transform: uppercase;
}

.w3l-banner-slider-main a.navbar-brand:hover {
  color: #fff;
}

.w3l-banner-slider-main span.lohny {
  margin-bottom: 0;
  color: #ff7315;
}

.w3l-banner-slider-main .navbar-light .navbar-brand:hover,
.w3l-banner-slider-main .navbar-light .navbar-brand:focus {
  opacity: 0.9;
}

.w3l-banner-slider-main .navbar-light .navbar-nav .show>.nav-link,
.w3l-banner-slider-main .navbar-light .navbar-nav .active>.nav-link,
.w3l-banner-slider-main .navbar-light .navbar-nav .nav-link.show,
.w3l-banner-slider-main .navbar-light .navbar-nav .nav-link.active {
  color: #ff7315;
}

.w3l-banner-slider-main .navbar-light .navbar-nav .nav-link:hover,
.w3l-banner-slider-main .navbar-light .navbar-nav .nav-link:focus {
  color: #ff7315;
}

.w3l-banner-slider-main .navbar-light .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.w3l-banner-slider-main li.nav-item {
  margin: 0px 10px;
}

.w3l-banner-slider-main li.nav-item:nth-child(6) {
  margin-right: 0px;
}

.w3l-banner-slider-main .navbar-toggler {
  padding: 0.45rem 0.6rem;
  font-size: 1rem;
  background-color: #cfdce8;
  border: none;
}

@media (max-width: 1280px) {
  .w3l-banner-slider-main li.nav-item {
    margin: 0px 10px;
  }
}

@media (max-width: 992px) {

  .w3l-banner-slider-main div#navbarSupportedContent {
    background: #232020f2;
    padding: 10px;
    border-radius: 6px;
    position: relative;
    border: 1px #232020 solid;
    max-height: calc(100vh - 120px);
    overflow: auto;
    margin-top: 6px;
  }

  .w3l-banner-slider-main div#navbarSupportedContent:before {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--theme-color);
    border-left: 1px rgba(0, 0, 0, 0.09) solid;
    border-top: 1px rgba(0, 0, 0, 0.09) solid;
    display: block;
    transform: translateX(-50%) rotateZ(45deg);
    position: absolute;
    top: -5px;
    right: 12px;
    opacity: 0;
  }

  .w3l-banner-slider-main div#navbarSupportedContent {
    overflow: inherit;
  }
}

@media (max-width: 991px) {
  .w3l-banner-slider-main nav.navbar.navbar-expand-lg.navbar-light {
    padding: 10px 15px;
  }

  .w3l-banner-slider-main a.navbar-brand {
    font-size: 28px;
  }

  .w3l-banner-slider-main .navbar-light .navbar-toggler-icon {
    background-image: none;
  }

  .w3l-banner-slider-main .navbar-toggler {
    padding: 0.4rem 0.5rem;
    font-size: 1rem;
    background-color: transparent;
    border: none;
  }

  .w3l-banner-slider-main .navbar-light .navbar-toggler {
    color: #ff7315;
    border-color: #fff;
    background: #fff;
    cursor: pointer;
  }

  .w3l-banner-slider-main .navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
  }

  .w3l-banner-slider-main span.navbar-toggler-icon.fa.fa-bars {
    font-size: 20px;
    line-height: 1.2em;
  }

  .w3l-banner-slider-main button.navbar-toggler {
    outline: none;
  }
}

@media (max-width: 769px) {
  .w3l-banner-slider-main .top-hny-left-content {
    display: none;
  }

  .w3l-banner-slider-main a.navbar-brand {
    font-size: 24px;
  }

  .w3l-banner-slider-main .container-fluid.serarc-fluid {
    justify-content: inherit;
  }
}

.w3l-banner-slider-main .bannerhny-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}

.w3l-banner-slider-main ol.carousel-indicators {
  margin: 0;
}

.w3l-banner-slider-main .carousel-item {
  min-height: 46em;
  position: relative;
  z-index: 1;
}

.w3l-banner-slider-main .carousel-item {
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
}

.w3l-banner-slider-main .carousel-item.item2 {
  background: url(../images/banner2.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
}

.w3l-banner-slider-main .carousel-item.item3 {
  background: url(../images/banner3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
}

.w3l-banner-slider-main .carousel-item.item4 {
  background: url(../images/banner4.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
}

.w3l-banner-slider-main .carousel-item:before {
  content: "";
  background: rgba(16, 16, 16, 0.470588);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-banner-slider-main .carousel-caption h3 {
  font-size: 62px;
  text-transform: uppercase;
  line-height: 72px;
}

.w3l-banner-slider-main .carousel-caption p {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  opacity: 0.8;
}

.w3l-banner-slider-main a.shop-button.btn {
  display: inline-block;
  outline: none;
  border: none;
  font-weight: 600;
  padding: 10px 26px;
  font-size: 16px;
  background-color: #fff;
  margin-top: 30px;
  color: #232020;
  border-radius: 25px;
}

.w3l-banner-slider-main a.shop-button.btn:hover {
  background: #ff7315;
  color: #fff;
}

.w3l-banner-slider-main .right-banner {
  background: url(../images/left3.jpg) no-repeat center;
  background-size: cover;
  display: grid;
  align-items: center;
  /* min-height: 100%; */
  min-height: 46em;
}

.w3l-banner-slider-main .right-1 {
  padding: 4em;
}

.w3l-banner-slider-main .right-1 h4 {
  font-size: 56px;
  text-transform: uppercase;
  line-height: 66px;
  color: #fff;
}

.w3l-banner-slider-main .carousel-indicators {
  bottom: 7%;
  left: 0%;
  cursor: pointer;
  display: none;
}

.w3l-banner-slider-main .carousel-caption {
  text-align: left;
  margin: 0 auto;
  position: absolute;
  right: 15%;
  bottom: 28%;
  left: 15%;
  z-index: 10;
  padding: 0;
}

.w3l-banner-slider-main .carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 46em;
}

.w3l-banner-slider-main .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.w3l-banner-slider-main .carousel-indicators .active {
  background: #03cce6;
  width: 30px;
  height: 3px;
}

.w3l-banner-slider-main .carousel-control-prev,
.w3l-banner-slider-main .carousel-control-next {
  background: none;
  position: absolute;
  top: 42%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  /* opacity: 0.5; */
  transition: opacity 0.15s ease;
  height: 50px;
  width: 60px;
  padding: -10px;
  opacity: 0.9;
}

@media (max-width: 1440px) {
  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 58px;
    line-height: 68px;
  }

  .w3l-banner-slider-main .right-1 {
    padding: 3em;
  }
}

@media (max-width: 1280px) {
  .w3l-banner-slider-main .right-1 h4 {
    font-size: 52px;
    line-height: 62px;
  }
}

@media (max-width: 1080px) {
  .w3l-banner-slider-main .right-1 h4 {
    font-size: 42px;
    line-height: 52px;
  }

  .w3l-banner-slider-main .right-1 {
    padding: 3em 2em;
  }

  .w3l-banner-slider-main .carousel-item,
  .w3l-banner-slider-main .carousel-item>img,
  .w3l-banner-slider-main .right-banner {
    min-height: 38em;
  }

  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 52px;
    line-height: 62px;
  }
}

@media (max-width: 992px) {
  .w3l-banner-slider-main .right-1 {
    padding: 2em 2em;
  }

  .w3l-banner-slider-main .carousel-item,
  .w3l-banner-slider-main .carousel-item>img {
    min-height: 36em;
  }

  .w3l-banner-slider-main .right-banner {
    min-height: 36em;
  }

  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 46px;
    line-height: 56px;
  }

  .w3l-banner-slider-main .right-1 h4 {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (max-width: 767px) {

  .w3l-banner-slider-main .carousel-item,
  .w3l-banner-slider-main .carousel-item>img {
    min-height: 34em;
  }

  .w3l-banner-slider-main .bannerhny-content {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .w3l-banner-slider-main .right-1 {
    padding: 2em 2em;
  }

  .w3l-banner-slider-main .right-banner {
    min-height: 16em;
  }

  .w3l-banner-slider-main .right-1 h4 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 667px) {
  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 52px;
    line-height: 62px;
  }
}

@media (max-width: 600px) {

  .w3l-banner-slider-main .carousel-item,
  .w3l-banner-slider-main .carousel-item>img {
    min-height: 32em;
  }

  .w3l-banner-slider-main .right-banner {
    min-height: 14em;
  }

  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 38px;
    line-height: 48px;
  }

  .w3l-banner-slider-main a.shop-button.btn {
    padding: 8px 26px;
    font-size: 16px;
    margin-top: 16px;
  }

  .w3l-banner-slider-main .carousel-caption {
    right: 15%;
    bottom: 22%;
    left: 15%;
    z-index: 10;
    padding: 0;
  }

  .w3l-banner-slider-main .overlay-login {
    padding: 2em 2em;
  }
}

@media (max-width: 569px) {
  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 490px) {

  .w3l-banner-slider-main .carousel-item,
  .w3l-banner-slider-main .carousel-item>img {
    min-height: 28em;
  }
}

@media (max-width: 440px) {
  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .w3l-banner-slider-main .carousel-item,
  .w3l-banner-slider-main .carousel-item>img {
    min-height: 26em;
  }
}

@media (max-width: 384px) {

  .w3l-banner-slider-main .carousel-item,
  .w3l-banner-slider-main .carousel-item>img {
    min-height: 24em;
  }

  .w3l-banner-slider-main .carousel-caption {
    right: 15%;
    bottom: 18%;
    left: 15%;
    z-index: 10;
    padding: 0;
  }
}

/*-- Shopping-Cart-PopUp --*/

/*-- //Shopping-Cart-PopUp --*/
/*-- cart-button --*/

/*-- cart-css --*/

/* Let's get this party started */

/* Track */

/* Handle */

/*-- //cart-css --*/
/*-- cart-button --*/

/*-- Model-Slider --*/
/*-- product left --*/

.btn {
  display: inline-block;
}

/*-- Slider range --*/
/* right-aligned */

/* more specificity required here to overide default borders */

/* vertical centre icon */

/* Fades and background-images don't work well together in IE6, drop the image */
/* Component containers
----------------------------------*/

/* Interaction states
----------------------------------*/

/*-- //Slider range --*/
/*-- /Responsive --*/

/*-- //Responsive --*/
.w3l-grids-hny-2 {
  /*--/hover--*/
  /*********************** Demo - 13 *******************/
  /*--//hover--*/
}

.w3l-grids-hny-2 .welcome-image {
  text-align: center;
}

.w3l-grids-hny-2 .welcome-image h4 {
  margin-top: 20px;
}

.w3l-grids-hny-2 .welcome-image h4 a {
  font-size: 18px;
  line-height: 30px;
  color: #232020;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}

.w3l-grids-hny-2 .welcome-image h4 a:hover {
  color: #ff7315;
}

.w3l-grids-hny-2 h6 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #ff6768;
}

.w3l-grids-hny-2 .boxhny13 {
  position: relative;
  transition: all .2s ease-out 0s;
}

.w3l-grids-hny-2 .boxhny13 .boxhny-content,
.w3l-grids-hny-2 .boxhny13:after {
  position: absolute;
  left: 20px;
  right: 20px;
}

.w3l-grids-hny-2 .boxhny13:after {
  content: "";
  display: block;
  background: rgba(31, 28, 28, 0.74902);
  top: 20px;
  bottom: 20px;
  opacity: 0;
  transform: rotate3d(-1, 1, 0, 100deg);
  transition: all .4s ease-in-out 0s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
}

.w3l-grids-hny-2 .boxhny13:hover:after {
  opacity: .9;
  transform: rotate3d(0, 0, 0, 0deg);
}

.w3l-grids-hny-2 .boxhny13 img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
}

.w3l-grids-hny-2 .boxhny13 .boxhny-content {
  top: 45%;
  opacity: 0;
  z-index: 1;
  transform: translate(10%, -30%);
  transition: all .2s ease-out 0s;
  text-align: center;
}

.w3l-grids-hny-2 .boxhny13:hover .boxhny-content {
  opacity: 1;
  transform: translate(0, -50%);
  transition-delay: .2s;
}

.w3l-grids-hny-2 .boxhny13 .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding-top: 14px;
}

.w3l-grids-hny-2 .boxhny13 .title:hover {
  color: #ff7315;
}

@media (max-width: 768px) {
  .w3l-grids-hny-2 .welcome-image {
    margin-bottom: 1em;
  }
}

@media (max-width: 736px) {
  .w3l-grids-hny-2 .welcome-image {
    margin-bottom: 1em;
  }
}

.w3l-content-w-photo-6 .content-photo-6-mian {
  background: rgb(23, 23, 23);
}

.w3l-content-w-photo-6 .align-photo-6-inf-cols {
  align-items: center;
}

@media all and (max-width: 992px) {
  .w3l-content-w-photo-6 .photo-6-inf-left {
    margin-top: 3em;
  }
}

.video-66-info {
  position: relative;
  background-color: #000;
  
}

/* Styles for dialog window */
#small-dialog {
  padding: 20px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
  text-align: center;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in #small-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */

/* animate out */

/* Dark overlay, start state */

/* animate out */

/**
/* Magnific Popup CSS */

.mfp-hide {
  display: none !important;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*----*/
.video-grids-info {
  align-items: center;
}

.video-gd-right {
  background: url(../images/33.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  z-index: 9;
  position: relative;
  min-height: 32em;
  display: grid;
  align-items: center;
}

.video-gd-right::before {
  content: "";
  
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.video-gd-right h6 {
  color:rgb(33, 15, 55);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.video-grids-info p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}

.video-inner a.play-button {
  width: 72px;
  height: 72px;
  display: inline-block;
  color: rgb(33, 15, 55);
  background: #ffffff33;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  outline: none;
  border: none;
}

.video-inner a.play-button:hover {
  background: #ff7315;
}

.video-inner a.play-button span {
  line-height: 60px;
  text-align: center;
  margin-left: 2px;
}

.video-inner p {
  color: rgb(33, 15, 55);
}

iframe {
  width: 100%;
  min-height: 300px;
}

@media all and (max-width: 320px) {
  #small-dialog {
    padding: 15px;
  }
}

.w3l-content-5 .content-5-main {
  background: url(../images/bg3.jpg) no-repeat bottom;
  background-size: cover;
  z-index: 9;
  position: relative;
  padding: 100px 0;
}

.w3l-content-5 .content-5-main::before {
  content: "";
  background: rgba(35, 32, 32, 0.51);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-content-5 .content-5-main h4 {
  font-size: 35px;
  line-height: 45px;
  color: #3a3535;
}

.w3l-content-5 .content-info-in p {
  line-height: 25px;
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
}

.w3l-content-5 .content-info-in {
  align-items: center;
}

@media (max-width: 668px) {
  .w3l-content-5 .content-5-main {
    padding: 50px 0;
  }

  .w3l-content-5 .content-info-in p {
    line-height: 25px;
    font-size: 15px;
  }
}

.w3l-ecommerce-main {
  background-color:rgb(23, 23, 23);
  /********************* Shopping Demo-2 **********************/
}



.w3l-post-grids-6 ul.blog-info-list {
  display: flex;
  
}

.w3l-post-grids-6 .blog-thumbhny-caption {
  padding: 30px;
  position: relative;
  
  background: #f4f4f4;
  text-overflow: ellipsis;
  border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  -o-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
}

.w3l-post-grids-6 figure {
  overflow: hidden;
  margin: 0px;
  border-radius: 6px 6px 0px 0px;
}

.w3l-post-grids-6 .grids5-info h4 a {
  font-size: 18px;
  line-height: 26px;
  color: #232020;
  margin-top: 10px;
  display: block;
  font-weight: 600;
}

.w3l-post-grids-6 ul.blog-info-list li {
  font-size: 14px;
  color: #6b778d;
  text-transform: capitalize;
  list-style: none;
}

.w3l-post-grids-6 li.date-post {
  border-left: 1px solid #ddd;
  margin-left: 10px;
  padding-left: 10px;
}

.w3l-post-grids-6 ul.blog-info-list li a {
  color: #3a3535;
}

.w3l-post-grids-6 .column-img img {
  display: block;
  width: 100%;
}

.w3l-post-grids-6 .column-img#zoomIn img {
  transform: scale(1);
  transition: .3s ease-in-out;
  border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
}

.w3l-post-grids-6 .column-img#zoomIn:hover img {
  transform: scale(1.3);
  border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
}

.w3l-post-grids-6 .grids5-info a:hover {
  color: #ff7315;
}

@media all and (max-width: 1280px) {
  .w3l-post-grids-6 .blog-thumbhny-caption {
    padding: 20px;
  }
}

@media all and (max-width: 736px) {
  .w3l-post-grids-6 .grids5-info.column-img {
    margin-bottom: 2em;
  }
}

.w3l-customers-sec-6 .customers-sec-6-cintent {
  background: #f4f4f4;
}

.w3l-customers-sec-6 .customerhny .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -64px;
  margin: 0 auto;
}

.w3l-customers-sec-6 .customerhny .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border: none;
  width: 12px;
  height: 12px;
  margin: 0px 6px;
}

.w3l-customers-sec-6 .customerhny .carousel-indicators .active {
  background: #707070;
}

@media (max-width: 767px) {

  .w3l-customers-sec-6 .customerhny .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -30px;
    margin: 0 auto;
  }
}

@media (max-width: 737px) {
  .w3l-customers-sec-6 .customerhny .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -25px;
    margin: 0 auto;
  }
}



.w3l-footer-22 .footer-hny {
  background: #232020;
}

.w3l-footer-22 .footer-hny li {
  list-style: none;
}

.w3l-footer-22 a.logo-footer {
  color: #fff;
  font-weight: 900;
}

.w3l-footer-22 span.lohny {
  color: #ff7315;
  margin-bottom: 0;
}

.w3l-footer-22 .text-txt h3 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.w3l-footer-22 p {
  font-weight: normal;
  font-size: 16px;
  color: #a09292;
}

.w3l-footer-22 ul.social-footerhny li {
  display: inline;
  margin-right: 16px;
}

.w3l-footer-22 ul.social-footerhny li a {
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #3a3535;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}

.w3l-footer-22 ul.social-footerhny li a span.fa {
  color: #fff;
  font-size: 18px;
  line-height: 37px;
  margin: 0;
}

.w3l-footer-22 ul.social-footerhny li a:hover {
  background: #ff7315;
  transition: 0.3s ease;
}

.w3l-footer-22 .sub-one-left h6,
.w3l-footer-22 .sub-two-right h6 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.w3l-footer-22 .sub-one-left p,
.w3l-footer-22 .sub-two-right p {
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  color: #a09292;
}

.w3l-footer-22 .sub-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 60px;
}

.w3l-footer-22 .footer-hny-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.w3l-footer-22 .footer-hny-ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #a09292;
  margin: 0 0 10px 0;
  display: block;
}

.w3l-footer-22 .sub-two-right ul li {
  display: inline-block;
}


.w3l-footer-22 ul.jst-link li {
  display: inline-block;
  margin-right: 15px;
}

.w3l-footer-22 .columns p a,
.w3l-footer-22 .columns ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #a09292;
}

.w3l-footer-22 .footer-hny-ul li a:hover,
.w3l-footer-22 .columns p a:hover,
.w3l-footer-22 .columns ul li a:hover {
  color: #ff7315;
}

.w3l-footer-22 .right-side h4 {
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}

.w3l-footer-22 .below-section {
  align-items: center;
  margin-top: 60px;
  border-top: 1px solid #565252;
  padding-top: 36px;
}

.w3l-footer-22 #movetop {
  position: fixed;
  bottom: 12px;
  right: 15px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 38px;
  height: 38px;
  background: #3a3535;
  padding: 0;
  line-height: 38px;
  transition: 0.5s ease-out;
  border-radius: 50%;
}

.w3l-footer-22 #movetop:hover {
  background: #ff7315;
}

@media (max-width: 992px) {
  .w3l-footer-22 .right-side {
    margin-top: 2em;
  }

  .w3l-footer-22 .right-side h4 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 768px) {
  .w3l-footer-22 .sub-columns {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 40px;
  }

  .w3l-footer-22 .columns p a,
  .w3l-footer-22 .columns ul li a {
    font-size: 15px;
  }

  .w3l-footer-22 .below-section {
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
  }

  .w3l-footer-22 ul.jst-link {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .w3l-footer-22 .right-side h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .w3l-footer-22 .sub-one-left h6,
  .w3l-footer-22 .sub-two-right h6 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  
  .w3l-footer-22 ul.jst-link li {
    margin-right: 4px;
  }
}


.w3l-banner-slider-main.inner-pagehny .breadcrumb-infhny {
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  z-index: 9;
  position: relative;
  min-height: 22em;
}

.w3l-banner-slider-main.inner-pagehny .breadcrumb-infhny::before {
  content: "";
  background: rgba(14, 13, 13, 0.59);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-banner-slider-main.inner-pagehny .breadcrumb-contentnhy {
  padding-top: 12em;
}

.w3l-banner-slider-main.inner-pagehny h2.hny-title {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}

.w3l-banner-slider-main.inner-pagehny .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  justify-content: center;
}

.w3l-banner-slider-main.inner-pagehny ol.breadcrumb li {
  color: #fff;
}

.w3l-banner-slider-main.inner-pagehny ol.breadcrumb li span {
  margin: 0 10px;
  color: #b9bdbd;
}

.w3l-banner-slider-main.inner-pagehny ol.breadcrumb a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .w3l-banner-slider-main.inner-pagehny h2.hny-title {
    font-size: 36px;
  }

  .w3l-banner-slider-main.inner-pagehny .breadcrumb {
    padding: 0;
  }
}

@media screen and (max-width: 667px) {
  .w3l-banner-slider-main.inner-pagehny h2.hny-title {
    font-size: 32px;
  }

  .w3l-banner-slider-main.inner-pagehny .breadcrumb-infhny {
    padding: 10px 0;
  }

  .w3l-banner-slider-main.inner-pagehny .breadcrumb-infhny {
    min-height: 16em;
  }

  .w3l-banner-slider-main.inner-pagehny .breadcrumb-contentnhy {
    padding-top: 8.5em;
  }
}

@media screen and (max-width: 480px) {
  .w3l-banner-slider-main.inner-pagehny h2.hny-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 384px) {
  .w3l-banner-slider-main.inner-pagehny h2.hny-title {
    font-size: 26px;
  }
}


.w3l-team-main .team_info h3 {
  margin: 0;
  font-weight: 600;
}

.w3l-team-main .team_name {
  font-size: 22px;
  font-weight: 600;
  color: #232020;
  text-transform: capitalize;
  line-height: 32px;
  margin: 0;
}

.w3l-team-main .team_name:hover {
  color: #ff7315;
}

.w3l-team-main span.team_role {
  margin: 0;
  color: #6b778d;
}

.w3l-team-main img:hover {
  opacity: 0.9;
}

.w3l-team-main .team_info {
  text-align: center;
}

.w3l-team-main .team_info {
  text-align: center;
  bottom: 30px;
  left: 40px;
  right: 40px;
  background: #fff;
  padding: 20px 10px;
  border-radius: 6px;
}

.w3l-team-main ul.team-social li {
  margin: 0 5px;
  display: inline-block;
}

.w3l-team-main ul.team-social li a {
  color: #232020;
}

.w3l-team-main ul.team-social li a:hover {
  color: #ff7315;
}

.w3l-team-main ul.team-social li a span.fa {
  font-size: 15px;
  margin-right: 6px;
}

.w3l-team-main .team-wrapper img {
  width: 100%;
}

.w3l-wecome-content-6 .ab-content-6-mian {
  background: #000000;
}

.w3l-wecome-content-6 .welcome-grids {
  align-items: center;
}

.w3l-wecome-content-6 .ab-content-6-mian p {
  line-height: 25px;
  font-size: 15px;
}


.w3l-specification-6 .specification-6-mian {
  background: #000000;
}

.w3l-specification-6 .story-6-grids {
  align-items: center;
}

.w3l-specification-6 .story-info h5 a {
  color: #232020;
  line-height: 25px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 16px;
}

.w3l-specification-6 .story-info {
  margin-bottom: 16px;
}

.w3l-specification-6 .story-info h5 a:hover {
  color: #ff7315;
}

@media (max-width: 992px) {
  .w3l-specification-6 .story-gd {
    margin-top: 3em;
  }
}



.w3l-services-6 .services-grids-6 {
  background: url(../images/banner4.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  z-index: 0;
  position: relative;
}

.w3l-services-6 .services-grids-6::before {
  content: "";
  background: rgba(14, 13, 13, 0.59);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-services-6 .w3-icon-grid1 {
  margin-bottom: 46px;
}

.w3l-services-6 .w3-icon-grid1 a h3 {
  color: #fff;
  font-size: 26px;
  line-height: 27px;
  float: left;
  margin-bottom: 15px;
  font-weight: 600;
}

.w3l-services-6 .w3-icon-grid1 a:hover h3 {
  color: #ff7315;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.w3l-services-6 .w3-icon-grid1 a span.fa {
  font-size: 26px;
  float: left;
  width: 40px;
  color: #ff7315;
}

.w3l-services-6 .w3-icon-grid1 p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 0em;
  margin: 0;
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 992px) {
  .w3l-services-6 .w3-icon-grid1 {
    margin-bottom: 36px;
  }
}

@media (max-width: 668px) {
  .w3l-services-6 .w3-icon-grid1 a h3 {
    font-size: 20px;
  }
}



.features-4 .features4-block {
  background: #000000;
}

.features-4 .features4-grid-inn {
  padding: 40px 20px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
}

.features-4 .features4-grid-inn:hover {
  background: #f8e2d3;
}

.features-4 .features4-grid-inn:hover p {
  color: #84410f;
}

.features-4 .features4-block h6 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #ff7315;
}

.features-4 .features4-grid h5 a {
  font-size: 22px;
  line-height: 25px;
  color: #232020;
  display: block;
  text-transform: capitalize;
  margin: 0px 0 12px 0;
  font-weight: 600;
}
.features-4 .features4-grid p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 0;
}

.features-4 span.fa.icon-fea4 {
  font-size: 50px;
  margin-bottom: 16px;
  color: #ff7315;
}

@media all and (max-width: 1080px) {
  .features-4 .features4-grid h5 a {
    font-size: 18px;
    line-height: 20px;
    margin: 0px 0 10px 0;
  }
}

@media all and (max-width: 991px) {

  .features-4 .features4-grid {
    margin-bottom: 2em;
  }
}

.countdown-container {
    padding-top: 50px;
    
}

.countdown {
    display:flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}
.stats-section {
            padding: 120px 20px;
            background: 
                linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.95) 100%);
                
            text-align: center;
            position: relative;
        }

        .section-title {
            font-size: 3em;
            color: #0a4e93;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .section-subtitle {
            font-size: 1.3em;
            color: #666;
            margin-bottom: 60px;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 60px auto;
        }

        .stat-card {
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .stat-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
        }

        .stat-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        }

        .stat-number {
            font-size: 3.5em;
            font-weight: bold;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 10px;
        }

        .stat-label {
            font-size: 1.2em;
            color: #666;
            font-weight: 500;
        }

        .stat-icon {
            font-size: 2em;
            margin-bottom: 20px;
        }
.tiers-section {
            padding: 120px 20px;
            background: 
                black;
              
            position: relative;
        }

        .tiers-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .tiers-header h2 {
            font-size: 3em;
            color: rgb(102, 126, 234);
            margin-bottom: 20px;
            
        }

        .tiers-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 30px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .tier-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            width: 320px;
            position: relative;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(255, 253, 253, 0.504);
        }

        .tier-card.featured {
            transform: scale(1.1);
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
            box-shadow: 0 20px 60px rgba(102, 126, 234, 0.699);
        }

        .tier-card:hover {
            transform: translateY(-10px) scale(1.05);
        }

        .tier-card.featured:hover {
            transform: translateY(-10px) scale(1.15);
        }

        .tier-badge {
            position: absolute;
            top: -15px;
            right: 20px;
            background: linear-gradient(135deg, #f093fb, #f5576c);
            color: white;
            padding: 5px 20px;
            border-radius: 20px;
            font-size: 0.9em;
            font-weight: bold;
        }

        .tier-name {
            font-size: 1.8em;
            font-weight: bold;
            margin-bottom: 10px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .tier-price {
            font-size: 2.5em;
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 30px;
        }

        .tier-price .currency {
            font-size: 0.6em;
            vertical-align: super;
        }

        .tier-features {
            list-style: none;
            margin-bottom: 30px;
        }

        .tier-features li {
            padding: 12px 0;
            border-bottom: 1px solid #f0f0f0;
            display: flex;
            align-items: center;
        }

        .tier-features li::before {
            content: '✓';
            color: #48c6ef;
            font-weight: bold;
            margin-right: 10px;
            font-size: 1.2em;
        }

        .tier-slots {
            text-align: center;
            padding: 10px;
            background: rgba(102, 126, 234, 0.1);
            border-radius: 10px;
            margin-bottom: 20px;
            font-weight: bold;
            color: #667eea;
        }

        .tier-cta {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            padding: 15px 30px;
            border-radius: 30px;
            text-decoration: none;
            display: inline-block;
            font-weight: bold;
            transition: all 0.3s ease;
            width: 100%;
            text-align: center;
        }

        .tier-cta:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
        }

.time-box {
    padding: 20px 25px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 40px;
}

.time-box p {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: normal;
}

.red-box { background-color: #ff7315; }
.white-box { background-color: #ff7315;  }
.blue-box { background-color: #ff7315; }
.yellow-box { background-color: #ff7315; }
.white { background-color: white; }

.w3l-contacts-8 .cont-details span.fa {
  margin-right: 10px;
  color: #ff7315;
}

.w3l-contacts-8 .partners p {
  font-size: 16px;
  margin-bottom: 10px;
}

.w3l-contacts-8 span.texthny {
  color: #ff7315;
  font-family: 'Oswald', sans-serif;
}

.w3l-contacts-8 .partners p a {
  color: #232020;
  font-size: 16px;
}

.w3l-contacts-8 .partners p a:hover {
  color: #ff7315;
}

.w3l-contacts-8 .cont-details h5 {
  color: #2c3038;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
}

.w3l-contacts-8 .cont-details p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.w3l-contacts-8 .cont-details p a {
  color: #232020;
  font-size: 16px;
  font-weight: bold;
}

.w3l-contacts-8 .cont-details p a:hover {
  color: #ff7315;
  text-decoration: underline;
}

.w3l-contacts-8 .cont-details address {
  margin: 0px 0 10px;
}

.w3l-contacts-8 .cont-details address p {
  margin: 10px 0;
}

.w3l-contacts-8 .map iframe {
  width: 100%;
  min-height: 100%;
  background: 
                linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.95) 100%);
  padding: 10px;
}

.w3l-contacts-8 .cont-details h6 {
  font-size: 16px;
  color: #232020;
  margin-bottom: 10px;
}

.w3l-contacts-8 .cont-details h6 a {
  font-size: 16px;
  color: #444;
}

.w3l-contacts-8 .margin-top {
  margin-top: 20px;
}

.w3l-contacts-8 .hours {
  margin-top: 40px;
}

.w3l-contacts-8 .hours h6 {
  color: #3a3535;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}

.w3l-contacts-8 .hours p {
  font-size: 16px;
  margin-bottom: 0;
  color: #6b778d;
}

.w3l-contacts-8 .form-bg-img {
  background: url(../images/banner4.jpg) no-repeat 0px 0px;
  background-attachment: fixed;
  background-size: cover;
}

.w3l-contacts-8 .layer {
  background: rgba(0, 0, 0, 0.6);
}

.w3l-contacts-8 .map-content-9 form input,
.w3l-contacts-8 .map-content-9 form textarea {
  background: #fff;
  border: none;
  color: #6b778d;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 20px;
  width: 100%;
  text-transform: capitalize;
  border-radius: 6px;
}

.w3l-contacts-8 .form .input-grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.w3l-contacts-8 .map-content-9 h5 {
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 25px;
}

.w3l-contacts-8 .map-content-9 form textarea {
  resize: none;
  min-height: 100px;
  margin: 15px 0;
}

.w3l-contacts-8 button {
  cursor: pointer;
  padding: 14px 60px;
  font-size: 18px;
  line-height: 25px;
  background: #ff7315;
  border: none;
  color: #fff;
  font-weight: bold;
  transition: 0.3s ease;
}

.w3l-contacts-8 button:hover {
  opacity: 0.9;
  transition: 0.3s ease;
}

@media (max-width: 992px) {
  .w3l-contacts-8 .map-content-9 {
    order: 1;
  }

  .w3l-contacts-8 .cont-details p,
  .w3l-contacts-8 .cont-details p a {
    font-size: 16px;
  }

  .w3l-contacts-8 .map iframe {
    height: 350px;
  }

  .w3l-contacts-8 .map {
    margin-top: 2em;
  }

  .w3l-contacts-8 .form .input-grids {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 736px) {
  .w3l-contacts-8 .top-map {
    grid-gap: 25px;
  }

  .w3l-contacts-8 .map {
    order: 2;
    grid-column: span 1;
  }

  .w3l-contacts-8 .form .input-grids {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {

  .w3l-contacts-8 button {
    width: 100%;
  }

  .w3l-contacts-8 .partners h5 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .w3l-contacts-8 .map iframe {
    height: 300px;
  }
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


figure,
header,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}


h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

a {
  color: #232222;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
  color: #232222;
}

a:not([href]) {
  color: #232222;
  text-decoration: none;
}

a:not([href]):hover {
  color: #232222;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}


h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {

  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3,
.h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {

  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4,
.h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {

  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.col-6,
.col-sm-6,
.col-md-4,
.col-md-6,
.col-md-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 576px) {

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.btn:disabled {
  opacity: 0.65;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active {
  display: block;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.border {
  border: 1px solid #dee2e6 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mw-100 {
  max-width: 100% !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-4 {
  padding: 1.5rem !important;
}


.py-5 {
  padding-top: 3rem !important;
}


.py-5 {
  padding-bottom: 3rem !important;
}


.mx-auto {
  margin-right: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 992px) {

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {

  .p-xl-4 {
    padding: 1.5rem !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 992px) {

  .text-lg-right {
    text-align: right !important;
  }
}

.text-white {
  color: #fff !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }
}
.carousel-conatiner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.team-card {
  flex: 0 0 25%;
  padding: 0 1rem;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease-out forwards;
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card-inner {
  background: white;
  border-radius: 15px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-inner:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.team-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  object-fit: cover;
  border: 4px solid #667eea;
  transition: transform 0.3s ease;
}

.card-inner:hover .team-image {
  transform: scale(1.1);
}

.team-name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}

.team-designation {
  color: #667eea;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  color: #667eea;
  transition: all 0.3s ease;
  z-index: 10;
}

.carousel-nav:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.carousel-nav.prev {
  left: -25px;
}

.carousel-nav.next {
  right: -25px;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 0.5rem;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: white;
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .team-card {
    flex: 0 0 33.333%;
  }
}

@media (max-width: 768px) {
  .team-card {
    flex: 0 0 50%;
  }

  .carousel {
    padding: 0px;
  }

  .carousel-nav {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .carousel-nav.prev {
    left: -20px;
  }

  .carousel-nav.next {
    right: -20px;
  }
}

@media (max-width: 480px) {
  .team-card {
    flex: 0 0 100%;
  }

  .card-inner {
    height: 350px;
    padding: 1.5rem 1rem;
  }

  .team-image {
    width: 80px;
    height: 80px;
  }

  .team-name {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .countdown {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

/* Auto-play indicator */
