@charset "UTF-8";

:root {
  --body_color: #5c5c5c;
  --border_color: rgba(38, 38, 38, 1);
  --light_border_color: rgba(255, 255, 255, 1);
  --grey_border_color: #dcdcdc;
  --color_light: rgba(255, 255, 255, 1);
  --dark_color: #1a1a1a;
  --heading_color: rgb(41, 41, 48);
  --secondary_text_color: #238ac5;
  --background: rgba(255, 255, 255, 1);
  --tertiary_color: #f8931f;
  --secondary_bg_color: #f5f5f5;
  --button_bg_color: #238ac5;
  --button_hover_bg_color: #f8931f;
  --hover_color: #f8931f;
  /* =======================================
                   FONT SiZES
  ==========================================*/
  --body_text: clamp(16px, 6vw, 20px);
  --large_title: clamp(2.625rem, 6vw, 3.25rem);
  --heading_one: clamp(2rem, 5vw, 3.4375rem);
  --heading_two: clamp(1.6rem, 5vw, 2.625rem);
  --heading_three: clamp(1.6rem, 5vw, 2.1875rem);
  --heading_four: clamp(1.2rem, 5vw, 1.625rem);
  --entry_title: clamp(1.2rem, 5vw, 1.5rem);
  --heading_five: clamp(1rem, 5vw, 1.125rem);
  --sub_heading: clamp(1.2rem, 5vw, 1.25rem);
  --entry_meta: 0.875rem;
  /* =======================================
                   LINE HEIGHT
  ==========================================*/
  --body_text_line_height: 1.3;
  --large_title_line_height: 1.6;
  --heading_one_line_height: 1.211;
  --heading_two_line_height: 1.1875;
  --heading_three_line_height: 1.2;
  --heading_four_line_height: 1.2;
  --heading_five_line_height: 1.6;
  --sub-heading_line_height: 1.6;
  --entry_meta_line_height: 1.2;
  /* =======================================
                   FONT WEIGHT
  ==========================================*/
  --font-bold: 700;
  --font-semi-bold: 600;
  --font-medium: 500;
  --font-normal: 400;
  /* =======================================
                   FONT FAMILY
  ==========================================*/
  --body_ff: "Outfit", sans-serif;
  --heading_font: "Outfit", sans-serif;
  /* =======================================
                   LAYOUT
  ==========================================*/
  --wrapper_size: 1440px;
  --content_size: 960px;
  /* =======================================
                   Spacing
  ==========================================*/
  --section_vertical_spacing: clamp(1rem, 8vw, 3.5em);
  --page_spacing: clamp(1.5em, 5vw, 3em);
  --gap_spacing: clamp(1.5rem, 5vw, 2em);
  --content_gap_spacing: clamp(1rem, 5vw, 1.5rem);
}

.dark {
  --body_color: rgba(38, 38, 38, 1);
  --border_color: rgba(38, 38, 38, 1);
  --light_border_color: rgba(255, 255, 255, 1);
  --grey_border_color: rgba(230, 233, 239, 1);
  --color_light: rgba(255, 255, 255, 1);
  --dark_color: rgba(0, 0, 0, 1);
  --twenty_four_dark_color: rgba(0, 0, 0, 0.24);
  --heading_color: rgb(40, 45, 60);
  --secondary_text_color: rgba(83, 75, 59, 1);
  --background: rgba(255, 255, 255, 1);
  --tertiary_color: rgba(200, 191, 173, 1);
  --secondary_bg_color: rgba(170, 73, 53, 1);
  --button_bg_color: rgb(236, 30, 38);
  --eighty_button_bg_color: rgba(236, 30, 38, 0.8);
  --button_hover_bg_color: rgba(83, 75, 59, 1);
  --hover_color: rgb(177, 18, 25);
  --dark_blue: rgb(40, 45, 60);
  --eighty-dark-blue: rgba(40, 45, 60, 0.8);
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
    2. Remove default margin
  */
* {
  margin: 0;
}

/*
    Typographic tweaks!
    3. Add accessible line-height
    4. Improve text rendering
  */
body {
  -webkit-font-smoothing: antialiased;
}

/*
    5. Improve media defaults
  */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
}

button {
  background-color: transparent;
}

/*
    6. Remove built-in form typography styles
  */
input,
button,
textarea,
select {
  outline: none;
}

/*
    7. Avoid text overflows
  */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
li {
  list-style: none;
  padding-left: 0;
}

/*
    8. Create a root stacking context
  */
#root,
#__next {
  isolation: isolate;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5rem;
}

p:last-child {
  margin-bottom: 0;
}

p.partner-info {
  margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: var(--secondary_bg_color);
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--border_color);
  cursor: help;
}

mark,
ins {
  background: var(--secondary_bg_color);
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
  background-color: var(--border_color);
  border: 0;
  height: 1px;
  margin-bottom: var(--page_spacing);
  margin-top: var(--page_spacing);
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: var(--button_bg_color);
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
  overflow: hidden;
  padding: 14px 20px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  text-transform: capitalize;
  border: none;
  color: var(--color_light);
  cursor: pointer;
  position: relative;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: var(--button_hover_bg_color);
  color: var(--color_light);
}



button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: var(--button_hover_bg_color);
  color: var(--color_light);
}

select {
  border: 1px solid var(--border_color);
  width: 100%;
}

textarea {
  width: 100%;
}

.swiper-wrapper {
  height: auto;
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  line-height: var(--body_text_line_height);
  font-size: var(--body_text);
  font-family: var(--body_ff);
  font-weight: 300;
  height: 100%;
  letter-spacing: 0.02em;
}

a {
  text-decoration: none;
}

.nt-figure img {
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
}

ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--content_gap_spacing);
  flex-direction: column;
}

ul li {
  position: relative;
}

.flex {
  gap: var(--page_spacing);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-bold, 700);
  color: var(--heading_color);
  font-family: var(--heading_font);
  margin-bottom: 14px;

}

.wp-block-post h1,
.wp-block-post h2,
.wp-block-post h3,
.wp-block-post h4,
.wp-block-post h5,
.wp-block-post h6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.color-light {
  color: var(--color_light);
}

h1 {
  font-size: var(--large_title);
  line-height: var(--large_title_line_height);
  margin-bottom: 1.7578125rem;
}

h2 {
  font-size: var(--heading_two);
  line-height: var(--heading_two_line_height);
}

h3 {
  font-size: var(--heading_three);
  line-height: var(--heading_three_line_height);
}

h4 {
  font-size: var(--heading_four);
  line-height: var(--heading_four_line_height);
}

h5 {
  font-size: var(--heading_five);
  line-height: var(--heading_five_line_height);
}

.wrapper {
  max-width: var(--wrapper_size);
}

.wrapper {
  margin-inline: auto;
  padding-inline: clamp(15px, 5vw, 100px);
}

.content-wrapper {
  max-width: var(--content_size);
  margin-inline: auto;
  padding-inline: clamp(15px, 5vw, 50px);
}

.font-bold {
  font-weight: var(--font-bold, 700);
}

.font-semi-bold {
  font-weight: var(--font-semi-bold, 600);
}

.font-medium {
  font-weight: var(--font-medium, 500);
}

.font-normal {
  font-weight: var(--font-normal, 400);
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin-inline: auto;
}

.outlined-text {
  -webkit-text-stroke: 0.01px black;
  /* width and color of the stroke */
  /*TODO color: transparent; */
  font-weight: 700;

}

.highlighted-text {
  color: var(--secondary_text_color);
}

body.home .main>div:first-child {
  padding-top: 60px;
}

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  top: 0;
}

.site-header.sticky {
  position: fixed;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  appearance: none;
  width: 100%;
  height: auto;
  outline: none;
  padding: 10px 25px 10px 25px;
  border-radius: 99px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.6em;
  background: var(--background);
  color: var(--dark_color);
  will-change: auto;
  border: 1px solid transparent;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  border-color: var(--tertiary_color);
}

.nt-hentry .nt-container__thumbnail {
  aspect-ratio: 16/9;
}

.nt svg {
  height: 30px;
  width: 30px;
}

body,
.nt-header__navigation--lists--item__sub-menu,
.nt-mobile-menu,
.nt-services__item,
a,
.menu-label,
input,
.site-header,
.nt-btn,
.nt-btn:after {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.md-none,
.lg-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nt-btn-wrap {
  display: inline-flex;
  margin-top: var(--content_gap_spacing);
  gap: var(--gap_spacing);
}

.nt-section-heading .nt-btn-wrap {
  justify-content: flex-end;
}

.nt-btn {
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
  overflow: hidden;
  padding: 14px 20px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  text-transform: capitalize;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  position: relative;
}

.nt-btn span {
  z-index: 1;
}

.nt-btn:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 50px;
  width: 50px;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transform-origin: center;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
  -moz-transition: all 0.8s cubint-bezier(0.93, 0.28, 0.35, 0.71);
  -o-transition: all 0.8s cubint-bezier(0.93, 0.28, 0.35, 0.71);
  -webkit-transition: all 0.8s cubint-bezier(0.93, 0.28, 0.35, 0.71);
  transition: all 0.8s cubint-bezier(0.93, 0.28, 0.35, 0.71);
  opacity: 0;
  transform-origin: top;
}

.nt-btn:is(:hover, :focus):after {
  opacity: 1;
  -moz-transform: scale(8) translateY(-50%);
  -o-transform: scale(8) translateY(-50%);
  -ms-transform: scale(8) translateY(-50%);
  -webkit-transform: scale(8) translateY(-50%);
  transform: scale(8) translateY(-50%);
}

.nt-plain-btn.nt-btn {
  box-shadow: none;
  background-color: transparent;
  text-decoration-line: underline;
  text-decoration-color: var(--button_bg_color);
  text-underline-offset: 5px;
  padding: 0;
  overflow: visible;
  color: var(--body_color);
}

.nt-plain-btn.nt-btn:after {
  display: none;
}

.nt-plain-btn.nt-btn:is(:hover, :focus) {
  text-decoration: none;
  color: var(--button_hover_bg_color);
  background-color: transparent;
}

.nt-btn.nt-outline-btn,
input[type=submit].wpcf7-submit {
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
  background: transparent;
  border: 1px solid var(--grey_border_color);
}

.nt-btn.nt-outline-btn:is(:hover, :focus),
input[type=submit].wpcf7-submit:is(:hover, :focus) {
  background: var(--button_hover_bg_color);
  border-color: transparent;
}

.nt-btn.nt-btn-with-icon {
  background-color: transparent;
}

.nt-btn.nt-btn-with-icon:after {
  content: "\f35a";
  font-family: "FontAwesome";
  font-size: 16px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap_spacing);
}

.nt-blog__item--thumbnail {
  margin-bottom: var(--content_gap_spacing);
}

.entry-title {
  font-size: var(--entry_title);
  line-height: var(--entry_title_line_height);
}

.nt-container__entry-header,
.nt-section-heading__entry-header {
  margin-top: var(--content_gap_spacing);
}

.nt-container__entry-header--title,
.nt-section-heading__entry-header--title {
  font-size: var(--heading_four);
  text-transform: capitalize;
}

.nt-container__entry-content,
.nt-section-heading__entry-content {
  margin-top: 14px;
}

.nt-container__meta,
.nt-section-heading__meta {
  font-size: var(--entry_meta);
  line-height: var(--entry_meta_line_height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--content_gap_spacing);
}

.site-content {
  padding-bottom: clamp(1.875em, 5vw, 5em);
  padding-top: clamp(1.875em, 5vw, 5em);
}

body:not(.single):not(.archive):not(.search):not(.error404):not(.page-template-default) .site-content {
  padding-top: 0;
}

figure {
  margin: 0;
}

.mid-section {
  padding: clamp(1.875em, 5vw, 5em) 0;
  padding-bottom: 0;
  max-width: 1360px;
  margin-inline: auto;
}

.mid-section>.section:first-child {
  padding-top: 0;
}

.section {
  position: relative;
  padding-bottom: var(--section_vertical_spacing);
  padding-top: var(--section_vertical_spacing);
}

.nt-projects-wrapper.section {
  padding-top: 0;
}

.nt-overview-two.section {
  padding-bottom: clamp(2em, 5vw, 5em);
}

.has-background.section.nt-hero-section {
  margin-bottom: clamp(0.9375em, 8vw, 10em);
}

.header-media+.has-background {
  margin-top: 0;
}

.site-content>.section:first-child {
  padding-top: 0;
}

.nt-section-heading {
  max-width: 600px;
  padding-bottom: var(--page_spacing);
}

.nt-section-heading__title {
  text-transform: capitalize;
  margin-bottom: var(--gap_spacing);
}

.nt-section-heading__content {
  margin-bottom: var(--content_gap_spacing);
}

.nt-section-heading__title h2 {
  font-weight: var(--font-bold, 700);
}


.nt-section-heading__sub--title {
  text-transform: uppercase;
  font-size: var(--entry_meta);
  line-height: var(--sub-heading_line_height);
  font-weight: var(--font-bold);
  margin-bottom: 14px;
}

.nt-section-heading>div:last-child {
  margin-bottom: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.archive-heading-content {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nt-section-heading:has(button) {
  flex-direction: column;
}



.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}


.layout-two,
.layout-three {
  flex-direction: column;
  flex-wrap: wrap;
}

blockquote {
  background-color: var(--secondary_bg_color);
  padding: var(--page_spacing);
  position: relative;
}

blockquote p {
  padding-top: 25px;
}

blockquote cite {
  font-size: var(--entry_meta);
  font-weight: 700;
  color: var(--heading_color);
}

blockquote:after {
  content: "“";
  font-size: 130px;
  position: absolute;
  top: -14px;
  line-height: 1;
  left: 10px;
  z-index: 0;
  opacity: 0.2;
}

.nt-scroll-progress {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.nt-scroll-progress svg {
  height: 100%;
  width: 100%;
}

.nt-scroll-progress__active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nt-scroll-progress__circle path {
  stroke: var(--button_bg_color);
  fill: none;
  stroke: var(--button_bg_color);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.nt-scroll-progress .nt-scroll-progress__icon {
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: var(--button_bg_color);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.nt-loader {
  align-items: center;
  background: var(--secondary_bg_color);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 99;
}

.nt-loader.completed {
  animation: fadeOut 0.6s ease forwards;
}

.nt-loader .nt-loader__graphic {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.nt-loader .nt-loader__graphic svg {
  height: 100%;
  width: 100%;
}

.nt-loader__counter {
  font-family: "Boldonse", system-ui;
  color: var(--dark_color);
  font-size: clamp(2.125rem, 5vw, 4.125rem);
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 99;
}

.nt-loader__counter.visible {
  animation: fadeIn 0.2s ease forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.nt-header {
  padding: clamp(8px, 3vw, 20px) 0;
  width: 100%;
  position: fixed;
  z-index: 9;
  top: 0;
}

.nt-header:before {
  background-color: var(--background);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: 0.2s ease-in-out;
  z-index: -1;
  height: 100%;
}

.nt-header__site--title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nt-header__site--title h2 {
  color: var(--button_bg_color);
  margin-bottom: 0;
  font-size: 24px;
}

.nt_secondary {
  color: var(--button_hover_bg_color);
}


.nt-header__branding img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  width: 50px;
}

.nt-header {
  /* background-color: var(--background); */
  /*TODO box-shadow: 0 2rem 3rem rgba(132, 139, 200, 0.18); */
}


.nt-header.sticky {
  /* background-color: var(--background); */
  box-shadow: 0 2rem 3rem rgba(132, 139, 200, 0.18);
}

.nt-header.sticky:before {
  transform: translateY(0);
}


.nt-header.sticky .nt-header__navigation--lists--item>a {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.nt-header__navigation--lists--item>a {
  transition: 0.2s ease-in-out;
}

.nt-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.nt-header__site--title {
  font-size: var(--entry_title);
  line-height: var(--heading_four_line_height);
  margin-bottom: 0;
}

.nt-header__navigation {
  display: none;
}

.nt-header__navigation--lists {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 0;
  flex-direction: unset;
}

/* .site-header.nt-header .wrapper{
    margin-top: 2rem;
    border-radius: 2rem;
    box-shadow: 0 2rem 3rem rgba(132, 139, 200, 0.18);
} */

.nt-header__navigation--lists--item {
  position: relative;
  padding: 0;
}

.nt-header__navigation--lists--item:before {
  display: none;
}

.nt-header__navigation--lists--item.active a {
  color: var(--tertiary_color);
}

.nt-header__navigation--lists--item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: var(--dark_color);
  text-transform: capitalize;
  gap: 2px;
}

.nt-header__navigation--lists--item a .caret-down {
  display: inline-flex;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: right;
  align-items: flex-start;
  justify-content: flex-end;
}

.nt-header__navigation--lists--item a .caret-down svg {
  margin-top: 15px;
}

.nt-header__navigation--lists--item>a {
  padding: 10px 20px;
}

.nt-header__navigation--lists--item__sub-menu {
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.03);
  display: none;
  gap: 0;
  flex-direction: unset;
}

.nt-header__navigation--lists--item__sub-menu li {
  padding: 0;
}

.nt-header__navigation--lists--item__sub-menu li:before {
  display: none;
}

.nt-header__navigation--lists--item__sub-menu li a {
  padding: 15px;
  display: block;
  font-weight: 400;
}

.nt-header__navigation--lists--item__sub-menu li a .caret-down {
  margin-right: 5px;
}

.nt-header__cta {
  display: none;
  text-align: right;
}

.nt-header__cta--nt-btn-wrap {
  margin-top: 0;
}

.close-menu {
  display: none;
}

.nt-mobile-menu {
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  padding-inline: 30px;
  padding-top: 100px;
  top: 0;
  height: 100%;
  width: 100%;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.31, 0.88, 0.56);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.31, 0.88, 0.56);
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.31, 0.88, 0.56);
  transition: all 0.5s cubic-bezier(0.62, 0.31, 0.88, 0.56);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.nt-mobile-menu .nt-header__navigation {
  width: 100%;
  max-height: 650px;
  overflow: auto;
  scrollbar-width: thin;
  position: relative;
  display: block;
}

.nt-mobile-menu .nt-header__navigation--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-direction: column;
}

.nt-mobile-menu .nt-header__navigation--lists>.nt-header__navigation--lists--item {
  clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.nt-mobile-menu .nt-header__navigation>ul:not(.nt-header__navigation--lists--item__sub-menu)>li>a {
  font-size: var(--heading_three);
}

.nt-header__navigation--lists--item__sub-menu {
  margin-left: 25px;
}

.line {
  width: 20px;
  height: 2px;
  background-color: var(--dark_color);
  display: block;
  margin: 4px auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger-icon {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.open-menu-modal {
  position: relative;
}

.open-menu-modal .hamburger-icon {
  animation: smallbig 0.6s forwards;
}

.open-menu-modal:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

@keyframes smallbig {

  0%,
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.open-menu-modal .hamburger-icon .line:nth-child(1),
.open-menu-modal .hamburger-icon .line:nth-child(2),
.open-menu-modal .hamburger-icon .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.open-menu-modal .hamburger-icon .line:nth-child(2) {
  opacity: 0;
}

.open-menu-modal .hamburger-icon .line:nth-child(1) {
  -moz-transform: translateY(4px) rotate(45deg);
  -o-transform: translateY(4px) rotate(45deg);
  -ms-transform: translateY(4px) rotate(45deg);
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

.open-menu-modal .hamburger-icon .line:nth-child(3) {
  -moz-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.show-children .caret-down svg {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.show-children>.nt-header__navigation--lists--item__sub-menu {
  display: block;
}

.nt-hero {
  padding-bottom: var(--section_vertical_spacing);
  padding-top: var(--section_vertical_spacing);
  padding-top: calc(var(--section_vertical_spacing) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.nt-hero .nt-container__entry-content {
  max-width: 450px;
  position: relative;
}

.nt-hero__nt-btn-wrap .nt-outline-btn {
  background-color: var(--tertiary_color);
}

.nt-hero__nt-btn-wrap .nt-outline-btn span {
  color: var(--color_light);
}

.nt-hero__nt-btn-wrap .nt-outline-btn:hover {
  background-color: transparent !important;
}

.nt-hero__nt-btn-wrap .nt-outline-btn:hover span {
  color: var(--dark_color);
}

.nt-hero__nt-btn-wrap .nt-outline-btn:after {
  display: none;
}

.nt-hero__title h2 {
  font-size: var(--large_title);
  line-height: var(--large_title_line_height);
  text-transform: uppercase;
  font-family: "Boldonse", system-ui;
  margin-bottom: 0;
}

.nt-services__item {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  position: relative;
  overflow: hidden;
  background-color: var(--secondary_bg_color);
  padding: var(--gap_spacing);
}

.nt-services__item--entry-title {
  font-size: var(--heading_four);
  font-weight: 700;
  cursor: pointer;
}

.nt-services__item--entry-title a,
.nt-services__item {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.nt-services__item--entry-container,
.nt-services__item--icon {
  position: relative;
  z-index: 1;
}


.nt-services__item--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin-bottom: var(--content_gap_spacing);
  text-align: center;
}

.nt-services__item--icon .overlay-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  transform: scale(2.5) rotate(-15deg);
  z-index: -1;
  opacity: 0.5;
}

.nt-services__item--icon .overlay-bg path {
  fill: var(--background);
}

.nt-services__item--icon .nt-icon {
  font-size: 35px;
}

.nt-services__item--title {
  text-transform: uppercase;
}

.nt-services__item--link {
  display: none;
}

.nt-overview__container {
  padding-bottom: 0;
}

.nt-overview--feats {
  margin-top: var(--gap_spacing);
}

.nt-overview--feats .nt-container__entry-header {
  margin-top: 0;
}

.nt-overview--feats__item {
  gap: 15px;
  align-items: flex-start;
  flex-direction: row;
}

.nt-overview--feats__item-marker {
  color: var(--secondary_text_color);
  font-size: var(--entry_title);
}

.nt-overview-two.section {
  background-color: transparent !important;
  overflow-x: hidden;
  position: relative;
}

.nt-overview-two.section:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 80%;
  width: 100%;
  background-color: #191919;
  z-index: -1;
}

.nt-overview-two.section .nt-container,
.nt-overview-two.section .nt-overview--feats__item-marker,
.nt-overview-two.section .nt-container__entry-header--title {
  color: #fff;
}

.nt-overview-two.section .nt-overview__wrapper {
  width: 100vw;
}

.nt-overview-two.section .nt-overview__wrapper .nt-overview__thumbnail img {
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
}

.nt-cta__wrapper {
  position: relative;
  text-align: center;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
  overflow: hidden;
  padding: clamp(2em, 5vw, 5em);
}

.nt-cta__wrapper .nt-cta__container {
  color: var(--color_light);
  position: relative;
  z-index: 1;
}

.nt-cta__wrapper .nt-cta__container--thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.nt-cta__wrapper .nt-cta__container--thumbnail figure {
  height: 100%;
}

.nt-cta__wrapper .nt-cta__container--thumbnail figure img {
  width: 100%;
  height: 100%;
}

.nt-cta__wrapper:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) -40%, transparent 50%);
  backdrop-filter: blur(15px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.nt-cta .nt-container {
  max-width: 720px;
  margin-inline: auto;
}

.nt-cta .nt-container__entry-header h2 {
  color: var(--color_light);
  font-family: "Boldonse", system-ui;
  line-height: 1.6;
  font-weight: 400;
}

.nt-about:after {
  content: "";
  background: radial-gradient(circle, transparent 25%, #ffffff 26%), linear-gradient(45deg, transparent 46%, #4f46e4 47%, #4f46e4 52%, transparent 53%), linear-gradient(135deg, transparent 46%, #4f46e4 47%, #4f46e4 52%, transparent 53%);
  background-size: 2em 2em;
  background-color: #ffffff;
  opacity: 1;
}

.nt-about__wrapper {
  flex-wrap: nowrap;
  flex-direction: column;
}

.nt-about .nt-section-heading {
  padding-bottom: 0;
}

.nt-about .nt_about__container {
  flex-basis: 50%;
}

.nt-about__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: calc(var(--gap_spacing) * 2);
}

.nt-about__features--item {
  gap: 1.5em;
  align-items: flex-start;
}

.nt-about__features--item--marker {
  color: var(--secondary_text_color);
  min-width: 40px;
  max-width: 40px;
}

.nt-about__features--item--marker svg {
  height: 100%;
  width: 100%;
}

.nt-blog__item--thumbnail {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  overflow: hidden;
}

.nt-blog__item--thumbnail img {
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

.nt-blog__item:hover .nt-blog__item--thumbnail img,
.nt-blog__item:focus .nt-blog__item--thumbnail img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.nt-blog__item--entry-header__title a {
  background-image: linear-gradient(var(--tertiary_color), var(--tertiary_color)), linear-gradient(var(--tertiary_color), var(--tertiary_color));
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.nt-blog__item--entry-header__title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.nt-breadcrumb {
  overflow: hidden;
}

.nt-breadcrumb__wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(5rem, 10vw, 10rem);
  padding-top: clamp(7rem, 15vw, 10rem);
}

.nt-breadcrumb__wrapper:before {
  background: #fff;
  background-image: linear-gradient(180deg, rgb(249, 250, 251) 0%, rgb(233, 244, 252) 100%);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  position: absolute;
  z-index: 1;
}

.nt-breadcrumb__wrapper .nt-container {
  position: relative;
  z-index: 2;
}

.nt-breadcrumb__wrapper .nt-container .nt-breadcrumb__post-title h2 {
  font-size: var(--heading_one);
}

.nt-breadcrumb__wrapper .nt-breadcrumb__post-overlay-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.nt-breadcrumb__wrapper .nt-breadcrumb__post-overlay-bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.nt-widgets {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap_spacing);
  font-size: 16px;
}

.nt-widgets__item {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  padding: var(--gap_spacing);
  background-color: var(--secondary_bg_color);
}

.nt-hentry ul {
  gap: 14px;
}


.nt-hentry ul li,
.nt-widgets ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;

}

.nt-hero__thumbnail img {
  animation: wiggle 5s linear infinite;
}

@keyframes wiggle {
  0% {
    transform: translate(0, -5px);
  }

  50% {
    transform: translate(0, 5px);
  }


  100% {
    transform: translate(0, -5px);
  }
}

.nt-hentry ul li:before,
.nt-widgets .nt-widgets__item ul li:before {
  content: "\eac9";
  left: 0;
  color: var(--tertiary_color);
  position: absolute;
  font-family: 'Material Icons';
}

.nt-widgets__item--entry-header {
  margin-bottom: var(--content_gap_spacing);
}

.nt-widgets__item--entry-header__title {
  font-size: var(--sub_heading);
}


.nt-widgets__item.nt-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
}

.nt-widgets__item.nt-tags ul li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid var(--grey_border_color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.nt-widgets__item.nt-tags ul li a:hover {
  color: var(--color_light);
  background-color: var(--tertiary_color);
}

.nt-container__thumbnail {
  margin-bottom: var(--content_gap_spacing);
}


.nt-archive__posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: var(--gap_spacing);
}

.nt-container__meta--post-terms a {
  color: var(--tertiary_color);
}

.singular .nt-content__area {
  margin-inline: auto;
  flex-basis: 70%;
}

.nt-content {
  padding-bottom: calc(var(--section_vertical_spacing) * 1.5);
  padding-top: calc(var(--section_vertical_spacing) * 1.5);
}

.nt-content.flex {
  flex-direction: column;
}


.nt-footer {
  background-color: var(--dark_color);
  color: var(--color_light);
}

.nt__site-logo {
  margin-inline: auto;
}

.nt-footer__wrapper {
  padding-top: var(--section_vertical_spacing);
  padding-bottom: var(--section_vertical_spacing);
}

.footer-contact {
  text-align: center;
  margin-bottom: var(--section_vertical_spacing);
  margin-top: var(--gap_spacing);
}


.footer-contact h2 {
  font-size: var(--heading_one);
  color: var(--color_light);
}

.nt-footer__entry-content {
  margin-top: var(--content_gap_spacing);
}

.nt-footer__copyright {
  padding-bottom: var(--gap_spacing);
  padding-top: var(--gap_spacing);
  border-top: 1px solid var(--border_color);
  font-size: var(--entry_meta);
}

.nt-footer__copyright a {
  color: var(--hover_color);
}

.nt-footer__item {
  text-align: center;
}

.nt-footer__item--title .entry-title {
  font-size: var(--sub_heading);
  color: var(--color_light);
}

.nt-footer__item--lists {
  margin-top: var(--content_gap_spacing);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nt-footer__item--lists li a {
  color: var(--color_light);
  font-size: 16px;
}

.nt-footer__item--lists li a:hover,
.nt-footer__item--lists li a:focus {
  color: var(--hover_color);
}

.nt-testimonials__wrapper--container {
  margin-inline: auto;
  text-align: center;
}

.nt-testimonials .nt-section-heading {
  margin-inline: auto;
}

.nt-testimonials__item .nt-container__entry-header {
  position: relative;
}

.nt-testimonials__item .nt-container__entry-header h2 {
  font-size: var(--entry_title);
  font-weight: 400;
  font-style: italic;
  position: relative;
}

.nt-testimonials__item .nt-container__entry-header:before {
  font-family: "Font Awesome 6 Free";
  /* or "Font Awesome 6 Free Solid" */
  content: "\f10d";
  /* Unicode for fa-quote-left */
  font-weight: 900;
  /* necessary for solid icons */
  margin-right: 5px;
  font-size: 55px;
  color: var(--tertiary_color);
}

.nt-testimonials__item .nt-container__author {
  margin-top: var(--gap_spacing);
}

.nt-testimonials__item .nt-container__author--avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  height: 80px;
  margin-inline: auto;
  overflow: hidden;
  width: 80px;
  margin-bottom: 7px;
}

.nt-testimonials__item .nt-container__author--title {
  font-size: var(--entry_title);
  margin-bottom: 10px;
}

.nt-testimonials__item .nt-container__author--position {
  opacity: 0.8;
}

.nt-testimonials .swiper-slide {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  margin-top: 0;
  opacity: 0;
}

.nt-testimonials .swiper-slide.swiper-slide-active {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nt-testimonials__wrapper--container {
  overflow: hidden;
  position: relative;
}

.nt-testimonials__wrapper--container .swiper-pagination {
  position: relative;
  margin-top: var(--gap_spacing);
  width: auto;
  z-index: 1;
}

.nt-testimonials__wrapper--container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--button_bg_color);
  margin: 0px 3px;
  opacity: 0.5;
  transition: 0.3s;
}

.nt-testimonials__wrapper--container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 30px;
  opacity: 1;
}

.nt-portfolio {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: unset;
}

.nt-portfolio__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: var(--gap_spacing);
}

.nt-portfolio__item {
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -o-border-radius: 45px;
  overflow: unset;
  transition: transform 0.5s ease-out;
  transform-style: preserve-3d;
  will-change: transform;
  overflow: hidden;
  top: 5%;
  transform-origin: top bottom;
}

.nt-portfolio__item .nt-figure {
  height: 100%;
}

.nt-portfolio__item:last-child {
  transform: none !important;
}

.nt-portfolio__item .nt-container {
  padding: var(--gap_spacing);
}

.nt-portfolio__item .nt-container__entry-header--title {
  font-size: var(--heading_three);
}

.nt-portfolio__item .nt-container__entry-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--content_gap_spacing);
  flex-direction: column;
}

.nt-portfolio__item .nt-container__entry-content ul li {
  position: relative;
  padding-left: 25px;
}

.nt-portfolio__item .nt-container__entry-content ul li:before {
  position: absolute;
  left: 0;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.nt-portfolio__item--thumbnail img {
  height: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  object-position: top;
  object-fit: cover;
}

.nt-portfolio__item {
  background-color: #f2f5f8;
}

.nt-partners {
  overflow: hidden;
}

.nt-partners__item {
  width: 200px;
  flex: none;
}


.nt-partners__swiper,
.nt-partners__swiper-right {
  position: relative;
  display: flex;
  gap: 40px;
  will-change: transform;
  white-space: nowrap;
}

.nt-partners__item img {
  height: 100px;
  object-fit: contain;
}

.choose-number {
  font-family: "Boldonse", system-ui;
  font-size: 5rem;
  opacity: 0.8;
  color: var(--hover_color);
}

.nt-partners__swiper-right {
  direction: rtl;
}

.nt-partners .swiper-wrapper {
  transition-timing-function: linear !important;
}

.nt-partners .swiper-wrapper .nt-partners__item img {
  height: 100px;
  /* Desired fixed height */
  width: auto;
  /* Or another fixed width like 300px */
  object-fit: contain;
}

.nt-choose-us:after {
  content: "";
  background: radial-gradient(circle, transparent 25%, #ffffff 26%), linear-gradient(45deg, transparent 46%, #4f46e4 47%, #4f46e4 52%, transparent 53%), linear-gradient(135deg, transparent 46%, #4f46e4 47%, #4f46e4 52%, transparent 53%);
  background-size: 2em 2em;
  background-color: #ffffff;
  opacity: 1;
}

.nt-choose-us__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap_spacing);
  margin-top: var(--content_gap_spacing);
  max-width: 500px;
  flex-wrap: wrap;
}

.nt-choose-us__stats--item {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background: var(--secondary_bg_color);
  max-height: 140px;
  justify-content: center;
}

.nt-choose-us__stats--item h2 {
  font-size: var(--entry_meta);
}

.nt-choose-us__stats--item p {
  margin: 0;
  font-weight: 700;
  font-size: var(--large_title);
}

.nt-choose-us__wrapper {
  flex-wrap: nowrap;
  flex-direction: column;
}

.nt-choose-us .nt-section-heading {
  padding-bottom: 0;
}

.nt-choose-us__container {
  flex-basis: 50%;
}

.nt-choose-us__container .nt-container {
  position: sticky;
  top: 100px;
}

.nt-choose-us__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: var(--gap_spacing);
}

.nt-choose-us__features .nt-container__entry-header {
  margin-top: 0;
}

.nt-choose-us__features--item.flex {
  flex-direction: column;
}

.nt-choose-us__features--item {
  gap: 1.5em;
  top: 20px;
  align-items: flex-start;
  /*TODO background-color: var(--secondary_text_color); */
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid transparent;
  padding: var(--content_gap_spacing);
  /* box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.03); */
  transform-origin: bottom right;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  /* color: var(--color_light); */
}

.nt-choose-us__features--item:hover .choose-number {
  color: var(--tertiary_color);
}

/* .nt-choose-us__features--item .nt-container__entry-header--title {
  color: var(--color_light);
} */

/* .nt-choose-us__features--item--marker {
  color: var(--secondary_text_color);
  min-width: 40px;
  max-width: 40px;
} */

.nt-choose-us__features--item--marker svg {
  fill: var(--color_light);
  height: 100%;
  width: 100%;
}

.nt-choose-us__features--item:last-child {
  transform: none !important;
  opacity: 1 !important;
}

.nt-choose-us__stats--item p {
  -webkit-text-stroke: 1px black;
  /* width and color of the stroke */
  color: transparent;
  font-weight: 700;
  font-family: var(--body_ff);
}

.nt-choose-us__stats--item:hover p {
  -webkit-text-stroke: 0 black;
  color: var(--tertiary_color);
}

.nt-newsletter {
  position: relative;
  overflow: hidden;
  padding-top: clamp(2em, 15vw, 10em);
  padding-bottom: clamp(2em, 15vw, 10em);
}

.nt-newsletter::after {
  content: "";
  background: url("./assets/images/newsletter.jpg") no-repeat bottom center;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0.5);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

.nt-newsletter__wrapper .nt-newsletter__container {
  color: var(--color_light);
  position: relative;
  z-index: 1;
}

.nt-newsletter__wrapper:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) -40%, transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.nt-newsletter .nt-container {
  max-width: 720px;
  position: relative;
  z-index: 3;
}

.nt-newsletter .nt-container__entry-header {
  margin-bottom: var(--content_gap_spacing);
}

.nt-newsletter .nt-container__entry-header h2 {
  color: var(--color_light);
  font-family: "Boldonse", system-ui;
  line-height: 1.6;
  font-weight: 400;
}

.nt-form {
  position: relative;
  margin-bottom: 14px;
}

.nt-form .nt-input__button {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  padding-inline: 20px;
}

.nt-projects__item--wrapper {
  background-color: var(--background);
  padding-bottom: calc(var(--section_vertical_spacing) * 2);
  padding-top: calc(var(--section_vertical_spacing) * 2);
  position: relative;
  z-index: 1;
}

.nt-projects__item .nt-section-heading__title h2 {
  font-size: var(--heading_one);
}

.nt-projects__item .nt-section-heading__content img {
  max-width: 100px;
}

.nt-projects__item--thumbnail .nt-figure img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

/* Contact  */

.nt-contact__content--details {
  margin-top: var(--content_gap_spacing);
}

.nt-contact.flex {
  flex-direction: column;
}

.nt-contact__content--details li {
  display: flex;
  gap: 21px;
  align-items: flex-start;
}

.nt-contact__content--details li .entry-title {
  font-size: var(--sub_heading);
  line-height: var(--sub-heading_line_height);
}

.nt-contact__content .nt-container__entry-header {
  margin: 0;
}

.nt-contact__content--details .material-symbols-outlined {
  font-size: var(--heading_three);
  color: var(--tertiary_color);
  margin-top: 5px;
}

.contact-form-title {
  font-size: var(--heading_four);
  margin-bottom: var(--content_gap_spacing);
}

.contact-form .flex {
  gap: 21px;
}

.nt-contact__form {
  padding: calc(var(--gap_spacing) * 1.5);
  border-radius: 10px;
  background-color: var(--secondary_bg_color);
}

.nt-contact__form label {
  margin-bottom: 7px;
  display: block;
}

.form-input-wrap {
  margin-bottom: 21px;
  flex: 1;
}

.nt-contact__form textarea {
  min-height: 250px;
}

.nt-contact__form textarea,
.nt-contact__form input {
  border-radius: 10px;
}


.nt-contact__form .form-submit-button input {
  border-radius: 45px;
  padding: 18px 35px;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}


input::placeholder {
  font-size: 14px;
  opacity: 0.5
}


@media (min-width: 640px) {

  .grid-4,
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {

  .nt-contact__content {
    flex-basis: 33.33%;
  }

  .nt-contact__form {
    flex-basis: 66.66666%;
  }

  .nt-project__item--details__title,
  .nt-project__item--details .nt-container {
    flex-basis: 50%;
  }

  .nt-projects__item--thumbnail {
    position: sticky;
    top: 0;
  }

  .nt-projects__item .nt-section-heading {
    position: sticky;
    top: 100px;
  }

  .nt-newsletter .nt-container__entry-content {
    padding-right: 30%;
  }

  .nt-content__area {
    flex-basis: 66.66666%;
  }

  .nt-content__sidebar {
    flex-basis: 33.33333333%;
  }

  .nt-mobile-menu {
    max-width: 450px;
    right: 0;
  }

  .nt-portfolio__item {
    position: sticky;
  }

  ul.nt-header__navigation--lists--item__sub-menu {
    margin-left: 0;
  }

  .flex {
    flex-direction: row;
  }

  .nt-hero__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nt-hero__container {
    flex-basis: 50%;
  }

  .nt-hero__content {
    flex: 1;
  }

  .wp-block-sidebar .wrapper {
    gap: clamp(60px, 8vw, 100px);
  }

  .wp-block-sidebar .wrapper {
    flex-direction: row;
  }

  .wp-block-sidebar .wrapper #primary {
    max-width: 70%;
    width: 100%;
  }

  .wp-block-sidebar .wrapper #secondary {
    max-width: 30%;
    width: 100%;
  }

  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .layout-two {
    flex-direction: row;
  }

  .layout-three {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .layout-three>div {
    max-width: 50%;
    flex: auto;
  }

  .md-none {
    display: none;
  }

  .nt-services__item:hover {
    background-color: var(--tertiary_color);
  }

  .nt-about__container {
    flex-basis: 50%;
    flex-grow: 0;
  }

  .nt-about__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 50%;
    flex-grow: 0;
  }

  .nt-choose-us__wrapper {
    flex-direction: row;
  }

  .nt-choose-us__container {
    flex-basis: 50%;
    flex-grow: 0;
  }

  .nt-choose-us__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    flex-grow: 0;
  }

  .nt-choose-us__features--item-marker {
    color: var(--secondary_text_color);
    font-size: var(--entry_title);
  }


  .nt-portfolio__item .nt-container {
    flex-basis: 50%;
  }

  .nt-portfolio__item--thumbnail {
    flex-basis: 50%;
  }

  .nt-widgets {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .nt-contact.flex {
    flex-direction: row;
  }

  .nt-portfolio__item {
    max-height: 450px;
  }

  .nt-btn {
    padding: 18px 40px;
  }

  .nt-hero {
    background-attachment: fixed;
  }


  .nt-header__navigation--lists--item a .caret-down {
    align-items: center;
  }

  .nt-header__navigation--lists--item a .caret-down svg {
    margin: 0;
    height: 16px;
    width: 16px;
  }

  .hamburger {
    display: none;
  }

  .nt-header {
    padding: 0;
  }

  .nt-header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    transform: none;
    flex-basis: 55%;
    align-items: center;
    ;
    justify-content: flex-end;
  }

  .nt-header__navigation--lists--item>a {
    padding: 2.2rem 15px;
  }

  .nt-header__navigation--lists--item__sub-menu {
    display: inline-flex;
    width: 250px;
    position: absolute;
    flex-direction: column;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    left: 0;
  }

  .nt-header__cta {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
  }

  .nt-header__navigation--lists>.nt-header__navigation--lists--item:hover>.nt-header__navigation--lists--item__sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .nt-header__navigation--lists>.nt-header__navigation--lists--item ul ul {
    left: 100%;
  }

  .nt-header__navigation--lists ul .nt-header__navigation--lists--item:hover ul {
    left: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
  }

  .nt-testimonials__wrapper--container {
    width: 60%;
  }

  .nt-services__item:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #f8931f;
    background-repeat: no-repeat;
    transition: all 1s linear;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: transform, -webkit-transform;
    transform: scaleX(0);
    transform-origin: right;
    z-index: 1;
  }

  .nt-btn {
    font-size: 14px;
  }

  .nt-services__item:hover {
    color: var(--color_light);
  }

  .nt-services__item:hover .nt-icon {
    color: var(--color_light);
  }

  .nt-services__item:hover .nt-services__item--entry-title a {
    color: var(--color_light);
  }

  .nt-services__item:hover .nt-services__item--entry-title a:hover {
    color: var(--dark_color);
  }

  .nt-services__item:hover .nt-btn {
    color: var(--color_light);
  }

  .nt-services__item:hover .nt-btn:hover {
    color: var(--dark_color);
  }

  .nt-services__item:hover .nt-container__entry-header--title,
  .nt-services__item:hover .nt-btn {
    color: var(--color_light);
  }

  .nt-services__item:hover svg {
    fill: var(--color_light);
  }

  .nt-services__item:hover:before {
    transform: scaleX(1);
    transform-origin: left;
  }

  .nt-choose-us__container {
    flex-basis: 60%;
  }

  .nt-choose-us__stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .nt-choose-us__stats--item:nth-child(even) {
    margin-top: calc(var(--gap_spacing) * 2);
  }
}

@media screen and (min-width: 782px) {
  .admin-bar .header-media {
    height: calc(100vh - 32px);
  }

  .admin-bar .site-header:not(.sticky) {
    margin-top: 32px;
  }

  .admin-bar .site-header.sticky {
    top: 32px;
  }
}

@media (min-width: 992px) {
  .nt-content.flex {
    flex-direction: row;
  }

  .nt-widgets {
    grid-template-columns: 1fr;
  }

  .nt-overview--feats {
    grid-template-columns: repeat(3, 1fr);
    margin-top: calc(var(--gap_spacing) * 2);
    gap: calc(var(--gap_spacing) * 2);
  }

  .nt-services.service-two .nt-services__item {
    align-items: center;
    padding-inline: 0;
  }

  .nt-services.service-two .nt-services__item .nt-container {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr 2fr 0.5fr;
  }

  .nt-services.service-two .nt-services__item--entry-title {
    margin-bottom: 0;
  }

  .nt-services.service-two .nt-services__item--icon {
    margin-bottom: 0;
    margin-left: 0;
  }

  .nt-services.service-two .nt-services__item--btn-wrap {
    justify-content: flex-end;
    margin-top: 0;
  }

  .nt-services.service-two .nt-services__item--btn-wrap--entry-header .nt-entry-title {
    margin-bottom: 0;
  }

  .nt-services.service-two .nt-services__item:hover {
    padding-inline: var(--gap_spacing);
    background-color: var(--secondary_bg_color);
  }

  .nt-overview__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nt-overview__container {
    flex-basis: 30%;
  }

  .nt-overview__container--inner {
    margin-right: -150px;
    position: relative;
  }

  .nt-overview__container--entry-content {
    max-width: 300px;
  }

  .nt-overview__thumbnail {
    flex: 1;
  }
}

@media (min-width: 1200px) {
  .nt-hero {
    height: 100dvh;
  }

  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1660px) {
  .inner-banner {
    padding-bottom: 180px;
    padding-top: 180px;
  }
}

body {
  background: var(--background);
  color: var(--body_color);
}

a {
  color: var(--body_color);
}

a:hover,
a:focus {
  color: var(--hover_color);
}

.page-title,
body:not(.single) .site-header.has-transparent .nt-outline-btn.nt-btn,
.onsale {
  color: var(--color_light);
}

.section:nth-of-type(even) .nt-services__item:hover {
  background-color: var(--background);
}

.nt-btn {
  background: var(--button_bg_color);
  color: var(--color_light);
}

.nt-btn:after {
  background: var(--button_hover_bg_color);
}

.nt-outline-btn.nt-btn:is(:hover, :focus),
.nt-btn:is(:hover, :focus),
.scroll-up-btn:is(:hover, :focus),
.swiper-button-next:is(:hover, :focus),
.tags-links a:is(:hover, :focus),
.cat-links a:is(:hover, :focus),
.swiper-button-prev:is(:hover, :focus) {
  background: var(--button_hover_bg_color);
  color: var(--color_light);
}

.nt-header__navigation li a:is(:hover, :focus),
.site-footer a:is(:hover, :focus),
nav li a:is(:hover, :focus) {
  color: var(--hover_color);
}

.nt-header__navigation li a:is(:hover, :focus) svg {
  stroke: var(--hover_color);
}

.nt-container__entry-header--title a {
  color: var(--heading_color);
}

.nt-container__entry-header--title a:hover {
  color: var(--hover_color);
}

.nt-hero-content,
.nt-section-heading__sub--title,
.cta-section .nt-btn-wrap .nt-btn,
.nt-icon,
.nt-outline-btn.nt-btn {
  color: var(--secondary_text_color);
}

.section:nth-of-type(odd) .nt-services__item:hover,
.has-background-secondary,
.nt-mobile-menu,
.nt-partners,
.nt-header__navigation--lists--item__sub-menu,
.onsale {
  background: var(--secondary_bg_color);
}

.nt-header {
  border-color: var(--grey_border_color);
}


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