* {
  touch-action: manipulation !important;
}

@font-face {
  font-family: ggfont;
  src: url("../font/GoogleSans-Regular.woff");
  font-weight: normal;
}

@font-face {
  font-family: ggfont;
  src: url("../font/GoogleSans-Medium.woff");
  font-weight: 500;
}

@font-face {
  font-family: ggfont;
  src: url("../font/GoogleSans-Bold.woff");
  font-weight: bold;
}

@font-face {
  font-family: utmtalling;
  src: url("../font/UTM-Talling.ttf");
  font-weight: normal;
}

body {
  font-family: ggfont;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  background: #000;
}

a {
  color: #2e9d6e;
  text-decoration: none;
}

a:hover {
  color: #3fc98f;
  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: #2e9d6e;
  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: #2e9d6e;
  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: 60px 0;
  overflow: hidden;
}

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

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

.section-title h2 {
  text-align: center;
  font-family: utmtalling;
  font-size: 130px;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 27.84%,
    rgba(0, 0, 0, 0.7) 85.23%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title h3 {
  text-align: center;
  font-family: utmtalling;
  font-size: 72px;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff 32.42%, #f4d915 85.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -90px;
}

.section-title h4 {
  text-align: center;
  font-family: utmtalling;
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff 32.42%, #f4d915 85.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -60px;
}

.section-title h3 span {
  color: #2e9d6e;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@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: #2e9d6e;
}

#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: #2e9d6e;
  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: #2e9d6e;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2e9d6e;
  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;
}

/* Zoom In #1 */
.hover01 figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  /* background: #fff; */
  overflow: hidden;
}

.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  height: auto;
}

.hover01 figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
