@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/sf-pro/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/sf-pro/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/sf-pro/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "mwfont";
  src: url("../fonts/mwfont/fonts/mwfont.eot?wrxgul");
  src: url("../fonts/mwfont/fonts/mwfont.eot?wrxgul#iefix") format("embedded-opentype"), url("../fonts/mwfont/fonts/mwfont.ttf?wrxgul") format("truetype"), url("../fonts/mwfont/fonts/mwfont.woff?wrxgul") format("woff"), url("../fonts/mwfont/fonts/mwfont.svg?wrxgul#mwfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mwfont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-tr-thin:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

.icon-arrow-tr:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

/* Additional Breakpoints */
/*
* Colors
*/
/*
* Transitions
*/
/*
* Fonts
*/
/**
* Typography
*/
* {
  box-sizing: border-box;
  --h1: 185px;
  --h2: 56px;
  --h3: 38px;
  --h4: 28px;
  --h5: 24px;
  --h6: 20px;
}

html {
  overflow-y: auto;
  font-size: 10px;
}

body {
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "SF Pro Display";
  color: #000000;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}

main {
  min-height: 70vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: "SF Pro Display";
  line-height: 1.4074;
  color: #000000;
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 160px;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.4074;
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 1.4074;
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.4074;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.4074;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.4074;
}

@media (max-width: 47.99em) {
  h1,
  .h1 {
    font-size: calc(var(--h1) - 25px);
  }
  h2,
  .h2 {
    font-size: calc(var(--h2) - 20px);
  }
  h3,
  .h3 {
    font-size: calc(var(--h3) - 10px);
  }
  h4,
  .h4 {
    font-size: calc(var(--h4) - 6px);
  }
  h5,
  .h5 {
    font-size: calc(var(--h5) - 4px);
  }
}
@media (max-width: 61.99em) {
  h1,
  .h1 {
    font-size: calc(var(--h1) - 40px);
  }
  h2,
  .h2 {
    font-size: calc(var(--h2) - 20px);
  }
  h3,
  .h3 {
    font-size: calc(var(--h3) - 10px);
  }
  h4,
  .h4 {
    font-size: calc(var(--h4) - 5px);
  }
  h5,
  .h5 {
    font-size: calc(var(--h5) - 4px);
  }
  h6,
  .h6 {
    font-size: calc(var(--h6) - 2px);
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 400;
}

h4,
.h4,
h5,
.h5 {
  font-weight: 400;
}

h6,
.h6 {
  font-weight: 400;
}

.rn-blog-details P.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}
p.has-medium-font-size {
  font-size: 20px;
}
p.has-small-font-size {
  font-size: 13px;
}
p.has-very-light-gray-color {
  color: #ffffff;
}
p.has-background {
  padding: 20px 30px;
}

input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #4d4d4d;
  transition: all 0.4s ease-out 0s;
  color: #000000;
}
input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: #000000;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: #000000;
  margin-top: 10px;
  display: inline-block;
  text-transform: inherit;
}

var {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  margin-bottom: 40px;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  font-size: 19px;
  line-height: 28px;
  color: #000000;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 36em) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  left: -20px;
  top: 9px;
  background: #000000;
}
ul.liststyle.bullet li:last-child {
  margin-bottom: 0;
}
ul li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
}
ul li a {
  text-decoration: none;
  color: #000000;
  transition: all 500ms ease;
}
ul li a:hover {
  color: #000000;
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 40px;
}
ol li {
  font-size: 19px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}
ol li a {
  color: #000000;
  transition: all 500ms ease;
  text-decoration: none;
}
ol li a:hover {
  color: #000000;
}
ol ul {
  padding-left: 30px;
}

p.cite {
  margin-top: 0;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 35.99em) {
  .container {
    padding: 0 15px;
  }
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 500ms ease;
  background: #000000;
  font-family: "SF Pro Display";
  border-radius: 20px;
}
.btn:hover {
  background: #000000;
  color: #ffffff;
}
.btn.white {
  color: #ffffff;
  background: #000000;
  border: 1px solid #ffffff;
}
.btn.white:hover {
  background: #F7F7F7;
  color: #ffffff;
}
.btn.dark {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
.btn.dark:hover {
  background: #ffffff;
  color: #000000;
}
.btn.solid {
  background: #000000;
  color: #ffffff;
}
.btn.solid:hover {
  background: #F7F7F7;
}
.btn.secondary {
  background: transparent;
  padding: 0 0 0 60px;
  color: #000000;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  position: relative;
  border: none;
  line-height: normal;
}
.btn.secondary::before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
  transition: all 300ms ease-out;
}
.btn.secondary:hover::before {
  width: 34px;
}
@media (max-width: 47.99em) {
  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.elementor-accordion .elementor-accordion-item {
  border: unset !important;
  border-bottom: 1px solid !important;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-width: 0;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
  border-width: 0 !important;
}

.reveal {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 300ms;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.elementor-editor-active .reveal,
body.elementor-edit-mode .reveal,
.elementor-editor-active .reveal,
.elementor-edit-mode .reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.service-item {
  transition: all 500ms ease !important;
}
.service-item i, .service-item h3, .service-item p {
  display: block;
  transition: all 500ms ease;
}
.service-item .service-item-border {
  transition: all 500ms ease !important;
}
.service-item:hover {
  background-color: #000000 !important;
}
.service-item:hover h3, .service-item:hover p {
  color: #ffffff;
}
.service-item:hover i {
  transform: rotate(-45deg);
  color: #ffffff;
}
.service-item:hover .service-item-border {
  background-color: #ffffff !important;
  width: 150px !important;
}

footer#colophon {
  position: sticky;
  bottom: 0;
  z-index: 1;
}

.content-wrapper {
  background: #ffffff;
  position: relative;
  z-index: 5;
  border-radius: 0 0 50px 50px;
}

.page-404 {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-404 p {
  font-size: 24px;
}
.page-404 span {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}
.page-404 .btn {
  font-size: 20px;
}

.error404 .elementor-heading-title a {
  color: #ffffff;
}

.widget-menu-wrapper {
  width: 100%;
  position: relative;
}

.widget-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.widget-menu > li {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.widget-menu > li > a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.4;
  padding: 6px 8px;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  border-radius: 100px;
}
.widget-menu > li > a:hover, .widget-menu > li > a.active {
  background: #000000;
  color: #ffffff;
  transition: all 500ms ease;
}
.widget-menu > li.current-menu-item > a, .widget-menu > li.current-menu-ancestor > a {
  font-weight: 600;
}
.widget-menu.is-vertical {
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.widget-menu.is-vertical > li {
  width: 100%;
}
.widget-menu.is-vertical > li > a {
  width: 100%;
  justify-content: flex-start;
}
.widget-menu li.menu-item-has-children > a {
  padding-right: 1.4em;
  position: relative;
}
.widget-menu li.menu-item-has-children > a::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -0.25em;
  opacity: 0.7;
}
.widget-menu li.menu-item-has-children > ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  min-width: 180px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}
.widget-menu li.menu-item-has-children > ul.sub-menu > li {
  width: 100%;
}
.widget-menu li.menu-item-has-children > ul.sub-menu > li > a {
  width: 100%;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.widget-menu li.menu-item-has-children > ul.sub-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.04);
}
.widget-menu li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.widget-menu.is-vertical li.menu-item-has-children > ul.sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: none;
  border: none;
  background: transparent;
  padding: 4px 0 0 12px;
}
.widget-menu.is-vertical li.menu-item-has-children > ul.sub-menu > li > a {
  padding: 6px 8px;
}
.widget-menu.is-vertical li.menu-item-has-children > a::after {
  display: none;
}
@media (max-width: 767px) {
  .widget-menu {
    gap: 8px;
  }
  .widget-menu > li > a {
    padding: 6px 6px;
  }
  .widget-menu li.menu-item-has-children > ul.sub-menu {
    min-width: 160px;
  }
}

.widget-portfolio__slider--item--image {
  position: relative;
  margin-bottom: 24px;
}
.widget-portfolio__slider--item--image::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.widget-portfolio__slider--item--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-portfolio__slider--item--text span {
  font-size: 32px;
  color: #000;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 47.9375em) {
  .widget-portfolio__slider--item--text span {
    font-size: 25px;
  }
}
.widget-portfolio__slider--item--desc span {
  font-size: 20px;
  color: #7e7e7e;
}
@media (max-width: 47.9375em) {
  .widget-portfolio__slider--item--desc span {
    font-size: 18px;
  }
}
