* {
  touch-action: manipulation !important;
}

@font-face {
  font-family: SFPro;
  src: url("../font/SF-Pro-Display-Regular.otf");
  font-weight: normal;
}

@font-face {
  font-family: SFPro;
  src: url("../font/SF-Pro-Display-Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: FTVVIPTamakionSignature;
  src: url("../font/1FTV-VIP-Tamakion-Signature.otf");
}

@font-face {
  font-family: FTVVIPAlbraDisplay;
  src: url("../font/1FTVVIPAlbraDisplay-Light.ttf");
}

@font-face {
  font-family: FTVVIPNeueHaasGrotesk;
  src: url("../font/1FTVVIPNeueHaasGrotesk-Reg.otf");
}

@font-face {
  font-family: FTVVIPAlbra;
  src: url("../font/1FTVVIPAlbra-Light.ttf");
}

body {
  font-family: SFPro;
  font-size: 16px;
  color: #111;
  font-weight: normal;
  position: relative;
  background: #f4f2f2;
}

a {
  color: #106eea;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  color: #2c92ff;
  font-family: FTVVIPAlbraDisplay;
  font-size: 60px;
  line-height: normal;
  text-transform: uppercase;
  margin-top: -40px;
}

.section-title h3 {
  color: #3b3b3b;
  font-family: FTVVIPTamakionSignature;
  font-size: 80px;
  line-height: normal;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-size: 24px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 40px 0;
  color: #444444;
  font-size: 14px;
  background: #e8eff6;
}

#footer .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: "Roboto", sans-serif; */
  color: #777777;
}

#footer h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-links {
  margin-bottom: 30px;
}

#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
}

#footer .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#copyright {
  padding: 20px 0;
  background: #e5e5e5;
}

#copyright .copyright {
  text-align: center;
  float: left;
}

#copyright .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {

  #copyright .copyright,
  #copyright .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

ul.contact-fixed {
  position: fixed;
  right: 18px;
  bottom: 80px;
  z-index: 996;
  transition: all 0.4s;
  padding: 0;
  margin: 0;
}

ul.contact-fixed li {
  display: block;
  margin: 8px 0;
}

ul.contact-fixed li a {}

ul.contact-fixed li a img {
  width: 36px;
  box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 11%);
  border-radius: 13px;
}