#tvt-text-ph {
  font-weight: 200;
  font-size: 18px;
  font-family: 'Pathway Extreme', sans-serif;
  line-height: 25px;
  font-size: 14px;
  font-family: 'Pathway Extreme', sans-serif;
  /*margin-top: 29px;*/
}

#card-txt-why {
  font-weight: 300;
  /*position: a;*/
  width: auto;
  float: right;
  font-family: 'Pathway Extreme', sans-serif;
  font-size: 14px;
  margin-left: 33px;
}

#card-option-why {
  /*cursor: pointer;*/
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 20px;
  border: 1px solid #CBE0EE;
  background: #EBF7FF;
}

.alert {
  display: none;
  color: #ffffff;
  background: black;
}

.alert {
  display: none;
  color: #ffffff;
  background: black;
}

#stats-info {
  background: linear-gradient(-138deg, #20a1ff, #9378ff), var(--bs-orange);
  /*background: #394146!important;*/
  padding-top: 29px!important;
  height: 180px;
  border-radius: 20px!important;
}

#img-menu-txt {
  font-weight: 200;
  font-size: 18px;
  font-family: 'Pathway Extreme', sans-serif;
  line-height: 31px;
  font-size: 18px;
  font-family: 'Pathway Extreme', sans-serif;
  margin-top: 29px;
  margin-top: 15px;
}

#hero-img-slide {
  border-radius: 40px;
  height: 350px;
}

.tvt-title {
  font-family: Exo, sans-serif;
  color: var(--bs-primary);
}

#brands-container {
  border-radius: 30px;
  margin-top: 106px;
  background: #ffffff;
}

#brand-col-logo {
  height: 100px;
}

#serv-col-div {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid #CBE0EE;
  background: #EBF7FF;
}

#service-txt {
  font-weight: 200;
  font-family: 'Pathway Extreme';
}

#review-slide {
  border-radius: 30px;
  height: 250px;
}

body {
}

#review-ctrl-arw {
  margin-top: 160px!important;
}

#tvt-text-ph-rv {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 200;
  font-size: 18px;
  font-family: 'Pathway Extreme', sans-serif;
  line-height: 31px;
  font-size: 18px;
  /*font-family: 'Pathway Extreme', sans-serif;*/
}

#usr-rv-btn {
  border: 1px solid white;
  background: transparent;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
}

#ft-btn-icon {
  height: 50px;
  width: 50px;
  border: none;
  color: #fafdff;
  background: transparent;
}

#ft-btn-link {
  width: auto;
  text-align: center;
  text-decoration: none;
  padding: 8px;
}

#rev-start-font {
  font-size: 25px;
  margin-right: 5px;
  margin-left: 5px;
}

div {
}

#rounded-btn:hover {
  border: none;
  background: linear-gradient(45deg, #0fc6ff, #d739ab);
  background-size: 200% 200%;
  /*background-color: #394146!important;*/
  transform: scale(1.05);
  box-shadow: none;
}

#btn-icon {
  transition: transform, color 0.6s ease-in-out;
}

#btn-icon:hover {
  color: #0064E0;
  transform: scale(1.1);
  /*transform: rotate(360deg);*/
}

#card-zoom:hover {
  transform: scale(1.05) rotate(1deg);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  border-color: #007bff;
}

#card-zoom {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #e0e0e0;
}

#card-option-why:hover {
  transform: scale(1.01);
  /*box-shadow: 0 10px 30px rgba(0,0,0,0.15);*/
  border-color: #007bff;
}

#serv-col-div:hover {
  transform: scale(1.01);
  /*box-shadow: 0 10px 30px rgba(0,0,0,0.15);*/
  border-color: #93c5e6;
}

#card-option-why {
}

#category-image {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#category-image:hover {
  transform: scale(1.08);
}

#nav-menu-item {
  transition: transition ease-in 0.6s;
  color: #394146;
}

.nav-menu-item:hover {
  color: #0064E0;
  transform: scale(1.05);
}

.counter {
  font-family: 'Exo';
}

.counter-sub {
  font-family: 'Pathway Extreme';
}

#tvt-title {
  font-weight: 600;
  line-height: 40px;
  background: linear-gradient(45deg, #0fc6ff, #d739ab);
  background-size: 108% 137%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: gradientMove 3s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.stiky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}


#goTopBtn {
  position: fixed; /* stays in viewport */
  bottom: 20px;    /* distance from bottom */
  right: 20px;     /* distance from right */
  z-index: 1050;   /* above most Bootstrap elements */
  display: none;
}


.offcanvas {
  z-index: 9999;
}


/* Mobile Responsive */

@media (max-width: 576px) {
  #goTopBtn {
    right: 10px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

@media (max-width: 440px) {
  #hero-image {
    margin-top: 40px;
  }
}

@media (max-width: 440px) {
  #tvt-title {
    text-align: center;
  }
}

@media (max-width: 440px) {
  #tvt-text-ph {
    margin-bottom: 100px;
    /*display: none;*/
    text-align: center!important;
  }
}

@media (max-width: 440px) {
  #hero-sm-btn {
    margin-left: 70px;
  }
}

@media (max-width: 440px) {
  .tvt-title-hero {
    display: none!important;
    /*line-height: 45px!important;*/
    /*font-size: 30px!important;*/
    /*color: white!important;*/
    /*margin-left: 20px;*/
    /*width: 90%;*/
    /*text-align: left!important;*/
    /*margin-bottom: 40px;*/
    /*margin-top: 50px;*/
  }
}

@media (max-width: 440px) {
  #stats-info {
    height: 300px!important;
  }
}

@media (max-width: 440px) {
  .rounded-btn-about {
    margin-top: -100px!important;
    /*margin-left: 70px;*/
    margin-bottom: 40px;
  }
}

@media (max-width: 440px) {
  .tvt-title-why {
    margin-top: -100px;
  }
}

@media (max-width: 440px) {
  .logo-ftr {
    justify-content: center;
    align-items: center;
    flex: auto;
  }
}

@media (max-width: 430px) {
  .copy-right-txt {
    text-align: center;
  }
}

@media (max-width: 440px) {
  #hero-image {
    display: none;
  }
}

@media (max-width: 440px) {
  #serv-col-div {
    width: 95%;
  }
}

@media (max-width: 440px) {
  #ft-logo-clm {
    margin-bottom: 40px;
  }
}

@media (max-width: 440px) {
  #ft-map-clm {
    /*margin-bottom: 40px;*/
  }
}

@media (max-width: 440px) {
  #ft-soc-clm {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  #mobile-banner-sec {
    margin-top: 40px;
  }
}

@media (min-width: 440px) {
  #mobile-banner-sec {
    display: none;
  }
}

@media (min-width: 440px) {
  #mobile-menu {
    display: none!important;
  }
}

@media (max-width: 440px) {
  #sec02 {
    margin-top: -50px!important;
  }
}

@media (max-width: 440px) {
  #carousel-3 {
    height: 500px!important;
  }
}

@media (max-width: 440px) {
  #sm-icons {
    display: none;
  }
}

@media (max-width: 440px) {
  .discover {
    margin-top: 100px;
  }
}

@media (min-width: 576px) {
  #mobile-banner {
    display: none;
  }
}

@media (max-width: 647px) {
  #hero-image {
    display: none!important;
  }
}

#cate-imgs {
  margin-top: -50px;
}

@media (max-width: 440px) {
  #navcol-3 {
    padding-bottom: 20px!important;
    padding: 10px;
    background: #e8f4fb;
    font-family: 'Pathway Extreme', sans-serif;
  }
}

@media (max-width: 440px) {
  .row-mbl {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 440px) {
  #lets-focus {
    text-align: center;
  }



}


html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .hero-img-01-col {
    display: none;
  }
}

@media (min-width: 768px) {
  .banner02 {
    margin-top: 100px!important;
  }
}

@media (max-width: 768px) {
  .trusted-sub-text {
    display: none;
    text-align: left!important;
  }
}

@media (min-width: 992px) {
  .tvt-title-hero {
    text-align: left!important;
  }
}

@media (min-width: 1200px) {
  #hero-image {
    margin-top: -100px!important;
  }
}

