.main-nav__header-one {
  width: 100%;
  border-bottom: 2px solid #4673b9;
  position: static;
  top: 0;
  left: 0;
  z-index: 91;
  background: rgba(255, 255, 255, 0.8);
}

.block-title__bubbles {
    position: relative;
    display: none;
    width: 19px;
    height: 27px;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

p {
  letter-spacing: 1px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1 rem;
}

.main-nav__main-navigation .main-nav__navigation-box > li:hover > a,
.main-nav__main-navigation .main-nav__navigation-box > li.current > a,
.main-nav__main-navigation
  .main-nav__navigation-box
  > li.current-menu-item
  > a {
  color: #4673b9;
}

.main-nav__main-navigation .main-nav__navigation-box > li > a {
  color: #4673b9;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--thm-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box > li > a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4673b9;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 500ms ease;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 6px 13px 0px rgb(0 0 0 / 6%);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 2px solid #4673b9;
}

#testimonials-slider-pager
  .testimonials-slider-pager-one
  .pager-item.active
  img {
  opacity: 1;

  transform: scale(0.95);
}

.cta-three__box:nth-child(1) .cta-three__box-icon i {
  background-image: linear-gradient(
    90deg,
    #8f6d0e 0%,
    #b49c30 51%,
    #8f5b0e 100%
  );
}

.app-shot-one .app-shot-one__carousel:before {
  display: none;
}

.site-footer__bottom .inner-container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 39.5px;
  padding-bottom: 39.5px;
}

.footer-widget__about {
  padding-right: 0px;
}
.site-footer__upper {
  padding-bottom: 40px;
  padding-top: 40px;
}

.slider {
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.cta-three__moc {
  width: 600px;
  position: absolute;
  top: 30px;
  left: -47px;
  animation: none;
}

.testimonials__one .testimonials__one__single p {
  margin: 0;
  color: #000;
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.scrollToLink {
  margin: 0px 20px;
  display: flex;
  align-items: center;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: flex;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
  display: none;
}

.block-title h3 {
  margin: 0;
  color: var(--thm-black);
  font-weight: 800;
  font-size: 36px;
  line-height: 1.5;
}

.site-footer {
  background-color: #272839;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 100%);
}

.block-title p {
  margin: 0;
  line-height: 1em;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.app-shot-one .app-shot-one__carousel {
  padding-top: 0px;
  padding-bottom: 100.5px;
  margin-top: -20px;
}

.app-shot-one .owl-item img {
  width: 80%;
  margin: 0 auto;
}
.testimonials__one .bx-wrapper .bx-controls-direction {
  position: absolute;
  bottom: -300px;
  background-color: #f4f4f8;
  right: 0;
}

.app-shot-one {
  padding-top: 120px;
  padding-bottom: 0px;
  position: relative;
}

.block-title p {
  margin: 0;
  line-height: 1em;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}

.footer-widget p a {
  color: #fff;
  transition: all 500ms ease;
}

.owl-carousel .owl-item img {
  display: block;
  background: #fff;
  border-radius: 20px;
  width: 100%;
}
.site-footer__bottom .inner-container > p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
@media (min-width: 768px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex;
   font-size: 24px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .block-title h3 {
    font-size: 24px !important;
  }

  .testimonials__one .bx-wrapper .bx-controls-direction {
    bottom: -30px;
  }
  .qq {
    margin-left: -20px;
  }
  .nav-link {
    display: block;
    padding: 0px;
    width: 60px;
  }

  .mbrand {
    width: 30% !important;

    margin: 0 auto;
  }

  .brand-one {
    position: relative;
    z-index: 11;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 100%);
  }

  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    padding: 0px !important;
  }

  .block-title__bubbles {
    display: none;
  }

  .owl-carousel .owl-item img {
    display: block;
    background: #fff;
    border-radius: 5px;
    width: 100%;
  }

  .scrollToLink {
    margin: 0px 10px;
    display: inline-block;
  }

  .navbar-nav {
    display: block;
  }

  .cta-three__moc {
    width: 100%;
    position: relative;
    top: -30px;
    left: 0px;
    animation: none;
  }
}
