@charset "UTF-8";
/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
/* 1. Configuration */
/* 2. CSS Reset */
/* 3. Variable */
/* 4. Typography */
/* 5. Preloader */
/* 6. Spacing */
/* 7. General */
/* 8. Slider */
/* 9. Video Popup */
/* 10. Header */
/* 11. Footer */
/* 12. Sidebar */
/* 13. Isotope */
/* 14. Hero */
/* 15. Iconbox */
/* 16. Posts */
/* 17. CTA */
/* 18. Testimonial */
/* 19. Portfolio */
/* 20. Counter */
/* 21. Award */
/* 22. Casestudie */
/* 23. Team */
/* 24. Imagebox */
/* 25. Pricing */
/* 26. Numberbox */
/* 27. Ecommerce */
/*----------------------------------------------------------------*/
/* === Configuration === */
/* color */
/* spacing */
/* typography */
/* === CSS Reset === */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Prompt:wght@400;500;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* === Variable === */
:root {
  --color-primary: #fd890d;
  --color-gray: #4f4747;
  --color-black: #000000;
  --color-white: #ffffff;
  --gray-light: #f2f2f2;
  --bg-primary:	#ffdf80;
  --color-primary-100: #ffe7cf;
  --color-primary-200: #fed09e;
  --color-primary-300: #feb86e;
  --color-primary-400: #fda13d;
  --color-primary-500: #fd890d;
  --color-primary-600: #ca6e0a;
  --color-primary-700: #985208;
  --color-primary-800: #653705;
  --color-primary-900: #331b03;
  --color-gray-100: #dcdada;
  --color-gray-200: #b9b5b5;
  --color-gray-300: #959191;
  --color-gray-400: #726c6c;
  --color-gray-500: #4f4747;
  --color-gray-600: #3f3939;
  --color-gray-700: #2f2b2b;
  --color-gray-800: #201c1c;
  --color-gray-900: #100e0e;
}

/* === Typography === */
body,
html {
  color: #4f4747;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  overflow-x: hidden !important;
}

p {
  font-size: 16px;
  color: #4f4747;
}

.cst-cursor-none:hover {
  cursor: default;
}

.cst-anim-underline--hover {
  text-decoration: none;
}

.cst-anim-underline--hover {
  background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, rgb(255, 0, 0), rgb(255, 0, 0));
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 200ms;
}

.cst-anim-underline--hover:hover,
.cst-anim-underline--hover:focus {
  background-size: 0 0.1em, 100% 0.1em;
}

.cst-fs-1 {
  font-size: 96px;
}

.cst-fs-2 {
  font-size: 72px;
}

.cst-fs-3 {
  font-size: 64px;
}

.cst-fs-4 {
  font-size: 48px;
}

.cst-fs-5 {
  font-size: 36px;
}

.cst-fs-6 {
  font-size: 32px;
}

.cst-fs-7 {
  font-size: 28px;
}

.cst-fs-8 {
  font-size: 24px;
}

.cst-fs-9 {
  font-size: 20px;
}

.cst-fs-10 {
  font-size: 18px;
}

.cst-fs-11 {
  font-size: 16px;
}

.cst-fs-12 {
  font-size: 14px;
}

.cst-fs-13 {
  font-size: 12px;
}

.cst-fs-14 {
  font-size: 10px;
}

.cst-fs-15 {
  font-size: 8px;
}

.cst-text-black {
  color: var(--color-black);
}

.cst-text-white {
  color: var(--color-white);
}

/*
.blockquote > p::after,
.blockquote > p::before {
	content: '';
	font-weight: 700;
	color: var(--color-primary);
	font-size: 24px;
	background-image: url('/assets/img/double-quote.svg');
}
*/
/*
.blockquote > p::after {
	content: '';
	background-image: url('/assets/img/double-quote.svg');
}
*/
/* === General === */
.cst-bg-primary {
  background-color: var(--bg-primary);
}

.cst-padding-spacing-y-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cst-padding-spacing-y-2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.cst-padding-spacing-y-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cst-padding-spacing-y-4 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.cst-padding-spacing-y-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.cst-padding-spacing-y-6 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.cst-padding-spacing-y-7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cst-padding-spacing-y-8 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.cst-padding-spacing-y-9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cst-padding-spacing-y-10 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.cst-padding-spacing-y-11 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.cst-padding-spacing-y-12 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.cst-padding-spacing-x-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cst-padding-spacing-x-2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.cst-padding-spacing-x-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cst-padding-spacing-x-4 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.cst-padding-spacing-x-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.cst-padding-spacing-x-6 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.cst-padding-spacing-x-7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cst-padding-spacing-x-8 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.cst-padding-spacing-x-9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cst-padding-spacing-x-10 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.cst-padding-spacing-x-11 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.cst-padding-spacing-x-12 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.cst-header-spacing {
  padding-top: 74px;
}

.cst-lh-1 {
  line-height: 0.5;
}

.cst-lh-2 {
  line-height: 0.75;
}

.cst-lh-3 {
  line-height: 1;
}

.cst-lh-4 {
  line-height: 1.35;
}

.cst-lh-5 {
  line-height: 1.5;
}

.cst-lh-6 {
  line-height: 1.75;
}

.button-page-action {
  /* display: none; */
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.accordion-item {
  border-bottom: 1px solid #dee2e6;
}

.card-media-project__item {
  width: 250px;
  height: 350px;
}

.card-media-project__info,
.card-media-project__image {
  width: 250px;
  height: 350px;
}

.card-media-project__link {
  text-decoration: none;
}

.card-media-project__item--cover {
  position: relative;
  overflow: hidden;
}

.card-media-project__item--cover > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-media-project__item--cover > .card-media-project__info {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  padding: auto 2em;
}

.card-media-project__item--cover:hover > .card-media-project__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-media-project__item--cover > .card-media-project__image {
  transition: all 1s ease-in-out;
}

.card-media-project__item--cover:hover > .card-media-project__image {
  transform: scale(1.15);
}

.card-media-project__link:hover {
  text-decoration: underline;
}

/* === Header === */
header.show {
  background-color: white;
  border-bottom: 1px solid #dee2e6;
}

/* === Footer === */
footer a:hover {
  color: white !important;
}

/* === Sections === */
/* === Hero === */
#hero-section {
  min-height: 100vh;
  padding-top: 125px !important;
}
#hero-section .hero__image {
  width: 400px;
  height: 100%;
}

/* === Intro === */
#intro-section .intro__image {
  width: 500px;
  height: 300px;
}

/* === Statistic === */
#stats-section {
  background-color: var(--gray-light);
}

#stats-section .stats-item:not(:last-of-type) {
  border-right: 2px solid var(--color-primary);
}

/* === Service === */
/* === Portfolio === */
/* === Award === */
/* === Quote === */
#quote-section .quote__avatar-image {
  height: 50px;
  width: 50px;
}

#quote-section .frame__item .frame__box {
  /*
  border: 1px solid black;
  */
}

/* === QTA === */
#qta-section .qta__content {
  height: 250px;
}

#qta-section .qta__text {
  font-size: 24px;
}

/* === FAQ === */
/* === Pages === */
/* === About === */
.about-page .about-page__hero-title, .about-page .about-page__hero-description {
  color: var(--color-black);
}
.about-page .about-page__service-image {
  width: 128px;
  height: 128px;
}
.about-page .about-page__team-item {
  height: 300px;
  width: 300px;
  margin: 1.5em;
}
.about-page .about-page__team-item > * {
  text-align: center;
}
.about-page .about-page__team-image {
  height: 200px;
  width: 200px;
}
/* === Blog === */
.blog-page .blog-page__hero-title, .blog-page .blog-page__hero-description {
  color: var(--color-black);
}
.blog-page .blog-page__recent-post-image {
  height: 120px;
}
.blog-page .blog-page__recent-post-lead {
  font-size: 14px;
}
.blog-page .blog-page__recent-post-author {
  margin-right: 1em;
}
.blog-page .blog-page__recent-post-author > .img-icon, .blog-page .blog-page__recent-post-date > .img-icon {
  margin-right: 0.5em;
}
.blog-post-page p {
  margin-bottom: 0.5rem;
  text-indent: 25px;
}
.blog-post-page .blog-post__thumbnail {
  overflow: hidden;
}
.blog-post-page .blog-post__thumbnail-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.blog-post-page .blog-post__read-time {
  margin-right: 1em;
}
.blog-post-page .blog-post__date > .img-icon, .blog-post-page .blog-post__read-time > .img-icon {
  margin-right: 0.5em;
}
.blog-post-page .blog-post__date, .blog-post-page .blog-post__author, .blog-post-page .blog-post__read-time {
  font-size: 14px;
}
.blog-post-page .blog-post__content-image img {
  width: 400px;
  height: 300px;
}
.blog-post-page .blog-post__blockquote {
  margin-left: 3em;
}
.blog-post-page .blog-post__blockquote p {
  font-style: italic;
}
.blog-post-page .blog-post__blockquote p::before {
  content: "“";
}
.blog-post-page .blog-post__blockquote p::after {
  content: "”";
}
@media only screen and (max-width: 767px) {
  .blog-post-page .blog-post__content-image img {
    width: 100%;
    height: auto;
  }
}
/* === Contact Us === */
.contact-page .contact-page__hero-title, .contact-page .contact-page__hero-description {
  color: var(--color-black);
}
.contact-page .contact-page__map-content, .contact-page .contact-page__map-iframe {
  height: 400px;
}

/* === FAQ === */
.faq-page .faq-page__hero-title, .faq-page .faq-page__hero-description {
  color: var(--color-black);
}

/* === External === */
.nav .link-light:hover {
  color: #b9bbbd !important;
}

form .cst-form-control-lg {
  outline: none !important;
  border: none !important;
}

.btn:active,
.btn:focus {
  box-shadow: none !important;
}

/*
.glide .glide__track {
}
*/
.glide .glide-slide {
  white-space: initial;
}

/*
.glide .glide__slide--active {
}
*/
.glide.glide-nav-bottom__near-left,
.glide.glide-nav-bottom__near-right,
.glide.glide-nav-bottom__near-center,
.glide.glide-nav-bottom__space {
  margin-bottom: 60px;
}

.glide.glide-nav-bottom__near-left .glide__arrow,
.glide.glide-nav-bottom__near-right .glide__arrow,
.glide.glide-nav-bottom__near-center .glide__arrow,
.glide.glide-nav-bottom__space .glide__arrow {
  top: unset;
  bottom: -60px;
}

.glide.glide-nav-bottom__near-left .glide__arrow--right {
  right: unset;
  left: 5em;
}

.glide.glide-nav-bottom__near-right .glide__arrow--left {
  right: 5em;
  left: unset;
}

.glide.glide-nav-bottom__near-center .glide__arrow--right {
  right: 42.5%;
}

.glide.glide-nav-bottom__near-center .glide__arrow--left {
  left: 42.5%;
}

/*# sourceMappingURL=styles.css.map */
