
/*--------- Abstracts variable ---------- */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Manrope:wght@200..800&amp;display=swap");
:root {
  --primary: #8af135;
  --main-dark: #0f2923;
  --stroke-2: #FFFFFF26;
  --surface: #E1F2F2;
  --white: #FFFFFF;
  --dark-2: #142125;
  --main-blue-1: #086AD8;
}

/*---------- Reset css styles ----------- */
title 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;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
  display: block;
}

html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: var(--main-dark);
}

ol,
ul {
  list-style: none;
}



a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}



/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

big {
  font-size: 125%;
}


svg,
svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
}

 
/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}



input[type=checkbox] {
  display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}



button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
  outline: 0;
}


/* Placeholder color */
::-webkit-input-placeholder {
  color: #171412;
}

::-moz-placeholder {
  color: #171412;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #171412;
}

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Inter", sans-serif;
  color: var(--on-suface-container);
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-size: 65px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: -1.44px;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.6px;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.2px;
}

/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: var(--primary);
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* tf-container
-------------------------------------------------------------- */
.tf-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1320px;
  width: 100%;
}
.tf-container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.tf-container .row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.tf-container.w-full {
  max-width: 100%;
}
.tf-container.w-1810 {
  max-width: 1810px;
}
.tf-container.w-1680 {
  max-width: 1680px;
}
.tf-container.w-1650 {
  max-width: 1650px;
}

/* Extra classes
-------------------------------------------------------------- */
.hidden {
  display: none;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed !important;
}

.position-unset {
  position: unset !important;
}

.overflow-x-clip {
  overflow-x: clip;
}

.z-5 {
  z-index: 5;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.text-medium {
  font-size: 14px;
  line-height: 100%;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.body-2 {
  font-size: 18px;
  line-height: 100%;
}

.ml-11 {
  margin-left: 11px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-43 {
  margin-bottom: 43px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-53 {
  margin-bottom: 53px;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-57 {
  margin-bottom: 57px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.lh-35 {
  line-height: 35px;
}

.lh-40 {
  line-height: 40px;
}

.lh-45 {
  line-height: 45px;
}

.lh-75 {
  line-height: 75px;
}

.lh-85 {
  line-height: 85px;
}

.lh-100 {
  line-height: 100%;
}
.fs-16{
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-32 {
  font-size: 32px;
  line-height: 100%;
}

.fs-65 {
  font-size: 65px;
}

.g-10 {
  gap: 10px !important;
}

.g-15 {
  gap: 15px;
}

.g-16 {
  gap: 16px;
}

.g-20 {
  gap: 20px !important;
}

.g-25 {
  gap: 25px !important;
}

.g-30 {
  gap: 30px;
}

.rg-15 {
  row-gap: 15px !important;
}

.rg-20 {
  row-gap: 20px !important;
}

.rg-30 {
  row-gap: 30px !important;
}

.rg-50 {
  row-gap: 50px !important;
}

.rg-70 {
  row-gap: 70px !important;
}

.rg-75 {
  row-gap: 75px !important;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
}

.font-family-2 {
  font-family: "DM Sans", sans-serif;
}

/*------------ header ---------------- */


.list-support {
  gap: 31px;
}


.header {
  border-top: 1px solid var(--stroke-2);
  border-bottom: 1px solid var(--stroke-2);
}
.header .header-content {
  padding: 0 15px;
}
.header .logo-header {
  padding-right: 15px;
  width: 150px;
}

.header .main-menu {
  border-left: 1px solid var(--stroke-2);
  padding-left: 15px;
}

.header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 15px;
}


.mobile-button a {
  display: block;
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.mobile-button span {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--white);
}
.mobile-button span:first-child {
  top: 0;
}
.mobile-button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-button span:last-child {
  bottom: 0;
}

.header-sticky {
  position: sticky;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main-dark);
  z-index: 999;
}


.current-menu-mobile-item > a {
  color: var(--primary) !important;
}

/* footer */

.footer-heading {
      color: #ffffff;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 25px;
    }

    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-links li {
      margin-bottom: 20px;
    }

    .footer-links a {
      color: #c5d0d0;
      text-decoration: none;
      font-size: 18px;
      transition: color 0.3s ease;
    }

    .footer-links a:hover {
      color: #8af135;
    }

    .newsletter-text {
      color: #c5d0d0;
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .email-link {
      color: #ffffff;
      text-decoration: none;
      font-size: 15px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 25px;
      transition: color 0.3s ease;
    }

    .email-link:hover {
      color: #ffffff;
    }

    .email-link i {
      font-size: 18px;
    }

    .newsletter-form {
      position: relative;
      max-width: 75%;
    }

    .newsletter-input {
      width: 100%;
      padding: 20px 60px 20px 20px;
      border: none;
      border-radius: 30px;
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff;
      font-size: 14px;
      outline: none;
    }

    .newsletter-input::placeholder {
      color: #c5d0d0;
    }

    .newsletter-input:focus {
      background-color: rgba(255, 255, 255, 0.15);
    }

    .newsletter-btn {
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%);
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background-color: #a4d65e;
      border: none;
      color: #171818;
      font-size: 18px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .newsletter-btn:hover {
      background-color: #8ec44a;
    }

    .office-info {
      margin-bottom: 20px;
    }

    .office-label {
      color: #c5d0d0;
      font-size: 16px;
      margin-bottom: 10px;
    }

    .office-value {
      color: #ffffff;
      font-size: 18px;
    }
    .office-info a{
            color: #ffffff;

    }

    .office-divider {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin: 20px 0;
    }

    .footer-bottom {
      background-color: #334747;
      padding: 25px 0;
      margin-top: 40px;
    }

    .logo-container img {
      height: 50px;
      width: auto;
    }

    .copyright-text {
      color: #c5d0d0;
      font-size: 18px;
      margin: 0;
      text-align: center;
    }

    .copyright-text .company-name {
      color: #ffffff;
      font-weight: 600;
    }

    .social-links {
      display: flex;
      gap: 15px;
      justify-content: flex-end;
      align-items: center;
    }

    .social-link {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      transition: all 0.3s ease;
    }

    .social-link:hover {
      background-color: #a4d65e;
      color: #2d4545;
    }
    .email-link span{
      color: #ffffff;
      font-size: 20px;
    }

    @media (max-width: 991px) {
      .footer-section {
        padding: 40px 0 20px;
      }

      .footer-heading {
        font-size: 20px;
        margin-bottom: 20px;
      }

      .social-links {
        justify-content: center;
        margin-top: 20px;
      }

      .copyright-text {
        margin-bottom: 15px;
      }
    }

    @media (max-width: 767px) {
      .footer-section {
        padding: 30px 0 15px;
      }

      .footer-heading {
        margin-top: 25px;
      }

      .newsletter-form {
        max-width: 100%;
      }
    }


.flat-animate-tab {
  overflow: hidden;
}


/*------------ button ---------------- */
.tf-btn {
  padding: 20px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
  background-color: var(--primary);
  border-radius: 50px;
  font-weight: 600;
  align-items: center;
  max-width: max-content;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-btn span {
  color: var(--dark-2);
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-btn i {
  position: relative;
  color: var(--dark-2);
  font-size: 13px;
  line-height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 50px;
  background-color: var(--white);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-btn:hover {
  background-color: transparent;
}
.tf-btn:hover i,
.tf-btn:hover span {
  color: var(--main-dark);
}
.tf-btn:hover::before {
  width: 100%;
}
.tf-btn.w-full {
  max-width: 100%;
  width: 100%;
}
.tf-btn.no-bg {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.tf-btn.no-bg::before {
  display: none;
}
.tf-btn.no-bg:hover i,
.tf-btn.no-bg:hover span {
  color: var(--primary);
}
.tf-btn.text-underline span {
  text-decoration-line: underline;
}
.tf-btn.style-bg-white {
  background-color: var(--white);
}
.tf-btn.style-bg-white span,
.tf-btn.style-bg-white i {
  color: var(--main-dark);
}
.tf-btn.hover-bg-main-dark::before {
  background-color: var(--main-dark) !important;
}
.tf-btn.hover-bg-main-dark:hover {
  background-color: transparent;
}
.tf-btn.hover-bg-main-dark:hover i,
.tf-btn.hover-bg-main-dark:hover span {
  color: var(--white);
}
.tf-btn.hover-color-main-dark:hover i,
.tf-btn.hover-color-main-dark:hover span {
  color: var(--main-dark);
}
.tf-btn.style-border {
  background-color: transparent;
  border: 1px solid var(--white);
}
.tf-btn.style-border:hover {
  border-color: transparent;
}




.tf-btn-readmore {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 17.5px;
  border: 1px solid var(--white);
  position: relative;
  padding: 11.5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-btn-readmore .plus {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* left: 11.5px; */
  color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn-readmore .text {
  position: absolute;
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--white);
}
.tf-btn-readmore:hover {
  width: 132px;
}
.tf-btn-readmore:hover .plus {
  transform: translateY(-50%);
  right: 20px;
}
.tf-btn-readmore:hover .text {
  padding-right: 23px;
  position: unset;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.tf-btn-readmore.style-open {
  width: 132px;
}
.tf-btn-readmore.style-open .plus {
  transform: translateY(-50%);
  left: 20px;
}
.tf-btn-readmore.style-open .text {
  padding-left: 20px;
  position: unset;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.tf-btn-readmore.style-open:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}





fieldset {
  width: 100%;
}

.cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}



/*------------ slider ---------------- */
.tf-swiper .swiper-slide {
  height: auto;
}
.tf-swiper .swiper-slide > div {
  height: 100%;
}

.sw-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.sw-pagination .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 0 !important;
  margin-right: 15px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-pagination .swiper-pagination-bullet::after {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 5;
  border-radius: 50%;
  border: 2px solid var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--white);
}
.sw-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.sw-project {
  margin-right: 15px;
  margin-left: 15px;
}

.sw-testimonial {
  padding: 15px 0;
  margin: -15px 0;
}

.sw-border {
  padding: 15px 0;
  margin: -15px 0;
}


.overlay-filter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: var(--main-dark);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlay-filter.show {
  visibility: visible;
  opacity: 0.3;
}



.fl-item {
  display: none;
}

.big-text {
  font-weight: 600;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: -3%;
  white-space: nowrap;
}
.big-text .text-stroke {
  color: var(--stroke-2);
}


.desc-flex span {
  max-width: calc(100% - 70px);
}


/*------------ accordion ---------------- */
.according-item {
  margin-bottom: 36px;
}
.according-item:last-child {
  margin-bottom: 0;
}
.according-item h5 {
  letter-spacing: -0.4px;
}
.according-item .title-according {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--stroke-2);
  color: var(--primary);
}
.according-item .title-according span {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item .title-according span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
}
.according-item .title-according span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item .title-according.collapsed {
  border-bottom-color: var(--white);
  color: var(--white);
}
.according-item .title-according.collapsed span {
  transform: rotate(90deg);
}
.according-item .title-according.collapsed span::after {
  opacity: 1;
  visibility: visible;
}
.according-item .title-according:hover {
  color: var(--primary);
}
.according-item .according-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.according-item .according-content .image {
  max-width: 190px;
  width: 100%;
}
.according-item .according-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.according-item .according-content .right {
  padding-top: 8.5px;
  padding-bottom: 8.5px;
}
 
.according-item .according-content .benefit-item {
  margin-bottom: 22px;
}
.according-item .according-content .benefit-item:last-child {
  margin-bottom: 0;
}
.according-item.style-2 {
  padding: 0px 30px;
  background-color: var(--dark-2);
  margin-bottom: 10px;
}
.according-item.style-2 .title-according {
  padding-bottom: 0;
  border-bottom: 0;
  letter-spacing: 0.1px;
  padding: 21.5px 0;
  gap: 20px;
}
.according-item.style-2 .title-according i {
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item.style-2 .title-according:not(.collapsed) {
  padding-top: 29px;
  padding-bottom: 0;
}
.according-item.style-2 .title-according:not(.collapsed) i {
  transform: rotate(90deg);
}
.according-item.style-2 .according-content {
  margin-top: 18px;
  padding-right: 20px;
  padding-bottom: 24px;
}
.according-item.style-2 .according-content p {
  letter-spacing: 0.06px;
}

/*------------ shop ---------------- */



.tf-animate-1 {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-1.active-animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(0);
}
.tf-animate-1.transition-1s {
  -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
}

.tf-animate-2 {
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-2.active-animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(0);
}
.tf-animate-2.transition-1s {
  -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
}

.tf-animate-3 {
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-3.active-animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(0);
}
.tf-animate-3.transition-1s {
  -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
}

.tf-animate-4 {
  clip-path: inset(0 0 0 100%);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-4.active-animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(0);
}
.tf-animate-4.transition-1s {
  -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ripple {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.9;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}
.text-flip {
  display: grid;
  transform-style: preserve-3d;
  transform-origin: center center;
  position: relative;
}

.text-face {
  grid-area: 1/1;
  backface-visibility: hidden;
}

.text-front {
  transform: rotateX(0deg);
}

.text-back {
  transform: rotateX(180deg);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 2px 0 var(--primary);
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 0 2px 0 var(--primary);
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 2px 0 var(--primary);
  }
}
.hover-image .image {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.hover-image .image:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.hover-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.hover-image:hover .image:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hover-image:hover .image img {
  transform: scale(1.1);
}

/*------------ widgets ---------------- */
.mask {
  position: absolute;
}
.mask.mask-1 {
  top: 200px;
  right: -15.3%;
}
.mask.mask-1.p-about {
  right: -18.3%;
}
.mask.mask-2 {
  top: 571px;
  left: -27%;
}
.mask.mask-2.p-about {
  top: 10.3%;
  left: -27%;
}
.mask.mask-3 {
  top: 1627px;
  right: -19%;
}
.mask.mask-service-1 {
  top: 5.6%;
  right: -295px;
}
.mask.mask-service-2 {
  top: 12.8%;
  left: -27%;
}
.mask.mask-service-3 {
  top: 33.5%;
  right: -369px;
}
.mask.mask-service-4 {
  bottom: -19%;
  left: -531px;
}

.tf-marquee {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.tf-marquee .marquee-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  animation: infiniteScroll 420s linear infinite;
  align-items: center;
  transition: animation-duration 300ms;
}
.tf-marquee .marquee-wrapper .initial-child-container {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.tf-marquee .marquee-wrapper .initial-child-container .marquee-child-item {
  display: inline-flex;
}
.tf-marquee .marquee-wrapper:hover {
  animation-play-state: paused;
}


.box-logo {
  width: 156px;
  height: 126px;
  background-color: var(--main-dark);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 9px;
}
.box-logo img {
  max-width: 100px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.box-logo .title {
  margin-top: 2px;
}


.benefit-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 13px;
  align-items: start;
}
.benefit-item i {
  color: var(--primary);
}
.benefit-item.style-big {
  gap: 18px;
}
.benefit-item.style-big i {
  font-size: 28px;
}
.benefit-item.style-big span {
  letter-spacing: -0.2px;
}
.benefit-item.style-desc {
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.benefit-item.style-desc i {
  font-size: 23px;
}
.benefit-item.style-desc .top-item span {
  letter-spacing: -0.3px;
}
.benefit-item.style-desc .desc {
  letter-spacing: 0.05px;
}

.services-item {
  padding: 50px;
  border: 1px solid var(--stroke-2);
}
.services-item .icon {
  width: max-content;
  margin-bottom: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 56px;
}

.services-item h6 {
  margin-bottom: 9px;
  letter-spacing: -0.4px;
}
.services-item .desc {
  margin-bottom: 30px;
  max-width: 97%;
}
.services-item .image {
  margin-bottom: 40px;
  background-color: var(--main-dark);
}
.services-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-item.no-img {
  border-left: 1px solid var(--stroke-2);
  padding: 30px;
}
.services-item.no-img h5 {
  letter-spacing: -0.6px;
  margin-bottom: 15px;
}
.services-item:hover .icon img {
    filter: brightness(0) saturate(100%) invert(88%) sepia(26%) saturate(1604%) hue-rotate(31deg) brightness(103%) contrast(92%);
    transition: filter 0.3s ease;
}


.services-item:hover .icon {
  transform: rotateY(180deg);
}
.services-item:hover .icon i {
  color: var(--primary);
}
.services-item:hover .tf-btn-readmore {
  width: 132px;
}
.services-item:hover .tf-btn-readmore .plus {
  transform: translateY(-50%);
  right: 10px;
}
.services-item:hover .tf-btn-readmore .text {
  padding-right: 23px;
  position: unset;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

.services-item.hover-image .bottom-item{
  display: flex;
  justify-content: center;
}



.project-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: var(--dark-2);
  border: 1px solid var(--stroke-2);
}
.project-item .item-content {
  padding: 40px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 50px;
}
.project-item .item-content .sub-title {
  margin-bottom: 32px;
}
.project-item .item-content .title-project {
  margin-bottom: 26px;
  letter-spacing: 0.2px;
  display: inline-block;
}
.project-item .item-content .title-project {
  position: relative;
}
.project-item .item-content .title-project::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 3px;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-item .image {
  margin: 10px 10px 10px 0;
  width: 100%;
}
.project-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item.style-2 {
  border: 0;
  background-color: transparent;
  justify-content: end;
}
.project-item.style-2 .image {
  margin: 0;
  max-width: calc(50% - 15px);
  position: relative;
}
.project-item.style-2 .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, rgba(67, 186, 255, 0) 42.89%, #43BAFF 100%);
}
.project-item.style-2 .item-content {
  max-width: 50%;
  padding: 30px;
}
.project-item.style-2 .desc {
  letter-spacing: 0.1px;
}
.project-item.style-2:hover .image::after {
  height: 100%;
}
.project-item.style-reverse {
  flex-direction: row-reverse;
  justify-content: start;
}
.project-item.project-gird-item {
  flex-direction: column;
  border: 0;
  background-color: transparent;
}
.project-item.project-gird-item .image {
  margin: 0 0 38px !important;
  position: relative;
}
.project-item.project-gird-item .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, rgba(67, 186, 255, 0) 42.89%, #43BAFF 100%);
}
.project-item.project-gird-item .item-content {
  padding: 0 !important;
  display: block;
}
.project-item.project-gird-item .item-content .sub-title {
  margin-bottom: 32px;
}
.project-item.project-gird-item .item-content .title-project {
  margin-bottom: 5px;
}
.project-item.project-gird-item:hover .image::after {
  height: 100%;
}
.project-item:hover .title-project {
  color: var(--primary);
}
.project-item:hover .title-project::before {
  left: 0;
  right: auto;
  width: 100%;
}
.project-item:hover .tf-btn-readmore {
  width: 132px;
}
.project-item:hover .tf-btn-readmore .plus {
  transform: translateY(-50%);
  right: 10px;
}
.project-item:hover .tf-btn-readmore .text {
  padding-right: 23px;
  position: unset;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}



.next-prev-item .link {
  color: var(--primary);
  display: inline-block;
  margin-bottom: 22px;
}
.next-prev-item .link i {
  font-size: 13px;
}
.next-prev-item .title {
  letter-spacing: -0.1px;
  margin-bottom: 40px;
  font-family: "DM Sans", sans-serif;
}
.next-prev-item.next-details {
  text-align: end;
}



.contact-list .title {
  margin-bottom: 27px;
}
.contact-list .contact-item {
  margin-bottom: 23px;
}
.contact-list .contact-item:last-child {
  margin-bottom: 0;
}

.contact-social .title {
  margin-bottom: 21px;
}




.animationtext .item-text {
  -webkit-text-fill-color: unset !important;
  -webkit-text-stroke: unset !important;
  background-image: unset !important;
}

.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 20px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background: var(--dark-2);
}
.progress-wrap::after {
  position: absolute;
  content: "\e909";
  font-family: "icomoon";
  text-align: center;
  line-height: 40px;
  font-size: 10px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--primary);
  stroke-width: 5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

#loading {
  background-color: var(--main-dark);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  right: 0px;
  z-index: 999999;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading #loading-center .loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading #loading-center .loader-container .wrap-loader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading #loading-center .loader-container .wrap-loader .icon {
  position: absolute;
  max-width: 80px;
}
#loading #loading-center .loader-container .loader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
#loading .icon {
  width: 42px;
  height: 42px;
}

/*------------ sections ---------------- */
.tf-spacing-1 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.tf-spacing-2 {
  margin-top: 0;
  margin-bottom: 120px;
}

.tf-spacing-3 {
  margin-top: 0;
  margin-bottom: 92px;
}

.tf-spacing-4 {
  margin-top: 0;
  margin-bottom: 117px;
}





.page-title .page-title-content {
  padding-top: 104px;
  padding-bottom: 126px;
}
.page-title .page-title-content .title {
  color: var(--white);
  margin-bottom: 42px;
}
.page-title.p-pricing .page-title-content {
  padding-top: 86px;
  padding-bottom: 110px;
}

.dot {
  width: 5px;
  height: 5px;
  background-color: var(--white);
  border-radius: 50%;
}


.page-title-home {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
}
.page-title-home .mask.mask-home-1 {
  top: 12%;
  right: -295px;
}
.page-title-home .mask.mask-home-2 {
  bottom: -9.4%;
  left: -27%;
}
.page-title-home .top-page-title {
  margin-bottom: 70px;
}
.page-title-home .top-page-title .sub-title {
  margin-bottom: 17px;
  letter-spacing: -0.4px;
  color: var(--surface);
}
.page-title-home .top-page-title .title {
  letter-spacing: 0.2px;
}
.page-title-home .desc {
  letter-spacing: 0.2px;
  border-bottom: 1px solid var(--stroke-2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-title-home .wg-counter {
  margin-bottom: 20px;
  max-width: 388px;
}
.page-title-home .image {
  height: 100%;
}
.page-title-home .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight {
  background-color: var(--surface);
  color: var(--main-dark);
  padding-left: 4px;
  padding-right: 4px;
  letter-spacing: 0.4px;
}

.heading-section .sub-title {
  letter-spacing: 0.1px;
  color: var(--surface);
}
.heading-section .title {
  letter-spacing: 0.1px;
}
.heading-section .title span {
  letter-spacing: 0.85px;
}
.heading-section .desc {
  letter-spacing: 0.05px;
}

.section-about {
  position: relative;
}
.section-about .about-top {
  margin-bottom: 70px;
}
.section-about .about-inner {
  justify-content: space-between;
  align-items: center;
}
.section-about .section-content .desc {
  letter-spacing: 0.04px;
}
.section-about .img-item {
  position: absolute;
  bottom: -86%;
  left: 0;
}
.section-about.p-services .left {
  position: relative;
}
.section-about.p-services .image {
  max-width: 520px;
  padding-bottom: 86px;
}
.section-about.p-services .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about.p-services .img-secion-item {
  max-width: 342px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-about.p-services .img-secion-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about.p-services .list-benefit {
  margin-bottom: 50px;
}
.section-about.p-services .list-benefit .benefit-item {
  margin-bottom: 27px;
}
.section-about.p-services .list-benefit .benefit-item:last-child {
  margin-bottom: 0;
}

.section-counting {
  position: relative;
  overflow-x: clip;
}
.section-counting .mask {
  right: -19%;
  top: -62%;
}
.section-counting .image {
  width: 100%;
  height: 100%;
}
.section-counting .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.section-counting .left {
  position: relative;
  width: 100%;
}
.section-counting .left .box-avatar {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-counting .left .box-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 50px 0 0;
}
.section-counting .right {
  width: 100%;
  padding-left: 30px;
  padding-top: 61px;
  padding-bottom: 61px;
}


.section-services {
  position: relative;
  overflow-x: clip;
}
.section-services .mask {
  top: auto;
  bottom: 0;
  left: -27%;
  right: auto;
}
.section-services .tf-marquee {
  padding-bottom: 132px;
}
.section-services.p-services .tf-marquee {
  padding-bottom: 30px;
}
.section-services.p-services .services-item {
  flex: 1 1 auto;
  max-width: 33.3333333333%;
}
.section-services.p-services .services-item:nth-child(1) {
  border-right: 0;
}
.section-services.p-services .services-item:nth-child(2) {
  border-bottom: 0;
  border-right: 0;
}

.section-services.p-services .services-item:nth-child(4){
  border-right: 0;
}

.section-project {
  position: relative;
}
.section-project .heading-section {
  margin-left: 68px;
}
.section-project.p-about .mask.mask-1 {
  top: -375px;
  right: auto;
  left: -23%;
}

.list-services{
  justify-content: center;
}


.section-form .left {
  position: relative;
}
.section-form .image {
  height: 500px;
}
.section-form .image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.section-form .section-form-content {
  
  background-color: var(--primary);
  padding: 50px 70px;
  max-width: 80%;
  z-index: 5;
  border-radius: 20px ;
}
.section-form .section-form-content .title {
  margin-bottom: 15px;
  letter-spacing: 0.1px;
  color: var(--main-dark);
}
.section-form .section-form-content .sub-title{
    color: var(--main-dark);

}
.section-form .right {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
}




/*-------------- Responsive ----------------- */
@media (min-width: 551px) {
  
  .sw-border .swiper-slide:first-child .services-item {
    border-left: 1px solid var(--stroke-2);
  }
}
@media (min-width: 992px) {
  .counter-item.style-2 .title-counter {
    padding-top: 4px;
  }
  .section-about.p-services .right {
    margin-top: -2px;
    padding-left: 40px;
  }
  .section-contact .left {
    max-width: 28.7%;
    padding-top: 35px;
  }
  .section-contact .right {
    max-width: 65.9%;
  }
  .box-info {
    width: 350px;
    margin-top: -3px;
  }
  .section-pricing .heading-section .right {
    padding-top: 9px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .section-about .about-top {
    margin-bottom: 101px;
  }
  .section-about .about-inner {
    padding-left: 110px;
    padding-right: 146px;
  }
  .section-about .about-inner .right {
    max-width: 593px;
    width: 100%;
  }
  
  .page-title-home {
    padding-top: 120px;
    padding-bottom: 107px;
    overflow: hidden;
  }
  .page-title-home .top-page-title {
    padding-top: 32px;
    margin-left: -4px;
    margin-bottom: 140px;
  }
  .page-title-home .desc {
    padding-bottom: 57px;
    margin-bottom: 58px;
  }
  
  .page-title-home .wg-counter {
    margin-bottom: 62px;
    margin-right: 22px;
  }
  .page-title-home .image {
    margin-right: -33%;
  }
}
@media (min-width: 1201px) {
  .sw-project {
    margin-right: 0;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1865px;
  }
  .project-item .item-content {
    padding: 67px 100px 70px 80px;
    max-width: 550px;
  }
  .project-item .item-content .desc {
    max-width: 93%;
  }
  .project-item .image {
    max-width: 730px;
  }
  .project-item.style-2 .item-content {
    padding: 58px 100px 59px;
    max-width: 570px;
  }
  .project-item.style-2 .desc {
    max-width: 95%;
  }
  .project-item.style-2:nth-child(1) .item-content {
    padding: 36px 100px 38px !important;
  }
  .project-item.project-gird-item .item-content {
    max-width: 100%;
  }
}
@media (min-width: 1501px) {
  .section-form .left {
    position: relative;
    max-width: 100%;
  }
  .section-form .right {
    padding-left: 100px;
    padding-top: 75px;
    padding-bottom: 74px;
  }
  .section-form .right .form-contact-us {
    max-width: 630px;
  }
  .section-counting .image {
    max-width: 985px;
  }
  .section-counting .left {
    max-width: 55.3%;
  }
  .section-counting .right {
    max-width: 44.7%;
    padding-left: 100px;
    padding-top: 61px;
    padding-bottom: 65px;
  }
  
  
  .header .main-menu {
    padding-left: 70px !important;
  }
  
}
@media (max-width: 1500px) {
  .menu-primary-menu {
    gap: 17px;
  }
}
@media (max-width: 1200px) {
  .section-form .section-inner {
    flex-direction: column;
    row-gap: 50px;
  }
  .section-form .left {
    max-width: 100%;
  }
  .section-form .right {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
  }
  .wg-cta .cta-inner {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .wg-cta .left,
  .wg-cta .right {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .section-counting .section-counting-inner {
    flex-direction: column;
  }
  .section-counting .right {
    padding-left: 0;
    padding-bottom: 0;
  }
  .sidebar-filter {
    position: fixed;
    bottom: 0;
    z-index: 3000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    outline: 0;
    background-color: var(--dark-2) !important;
    padding: 15px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: auto;
    max-width: 400px;
  }
  .sidebar-filter.left {
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
  .sidebar-filter.right {
    top: 0;
    right: 0;
    transform: translateX(100%);
  }
  .sidebar-filter.show {
    transform: none;
  }
  .footer .footer-middle {
    flex-wrap: wrap;
    gap: 50px 0;
  }
  .footer .footer-middle .left {
    max-width: 100%;
  }
  .footer .footer-middle .locations-contact,
  .footer .footer-middle .footer-content {
    max-width: 50%;
    width: 100%;
  }
  .px-xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mx-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .header .header-content {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }
  .header .logo-header {
    max-width: 120px;
  }
  .header .main-menu {
    display: none;
  }
  
}
@media (max-width: 991px) {
  .highlight {
    display: block;
    width: max-content;
  }
  .heading-section .list-btn {
    display: none;
  }
  .fs-32 {
    font-size: 27px !important;
  }
  .map {
    height: 300px;
  }
  .tf-post-list.style-2 .post-content {
    max-width: 100%;
  }
  .section-form .section-form-content {
    padding: 30px 15px;
  }
  .section-services .tf-marquee {
    padding-bottom: 70px;
  }
  .testimonial-item .icon i {
    font-size: 35px;
  }
  .testimonial-item .text {
    max-width: 100%;
  }
  .testimonial-item .text.fs-27 {
    font-size: 22px;
  }
  .testimonial-item .text.lh-35 {
    line-height: 30px;
  }
  .section-project .heading-section {
    margin-left: 0;
  }
  .section-project .sw-pagination.mt-70 {
    margin-top: 15px;
  }
  .according-item h5 {
    font-size: 20px;
    line-height: 22px;
  }
  .counter-item .fs-65 {
    font-size: 40px !important;
  }
  .heading-section {
    margin-bottom: 40px !important;
  }
  .heading-section .sub-title {
    margin-bottom: 15px !important;
  }
  .heading-section .title {
    margin-bottom: 15px !important;
  }
  .heading-section .title:last-child {
    margin-bottom: 0 !important;
  }
  .heading-section .desc {
    margin-bottom: 15px !important;
  }
  .heading-section .desc:last-child {
    margin-bottom: 0;
  }
  .section-content .desc {
    margin-bottom: 15px !important;
  }
  .page-title-home .title.lh-85 {
    line-height: 53px !important;
  }
  .page-title-home br {
    display: none;
  }
  h1 {
    font-size: 32px;
    line-height: 47px;
    letter-spacing: -0.1px;
  }
  h2 {
    font-size: 33px;
    line-height: 42px;
    letter-spacing: -0.1px;
  }
  h3 {
    font-size: 25px;
    letter-spacing: -0.1px;
  }
  h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .page-title .page-title-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-form .section-form-content .sub-title {
    color: var(--main-dark);
    font-size: 16px;
    line-height: 20px;
}
.section-form .section-form-content .title

 {
    margin-bottom: 15px;
    letter-spacing: 0.1px;
    color: var(--main-dark);
    font-size: 26px;
    line-height: 30px;
}

.wg-according {
    width: 90% !important;
    margin: auto;
}
.page-title-home{
  padding-bottom: 0;
}


  .tf-spacing-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tf-spacing-2 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-3 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-4 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-5 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-6 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-7 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-8 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-9 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-10 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-11 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-12 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .list-post-gird .bottom-btn {
    margin-top: 40px;
  }
  .big-text {
    font-size: 100px;
  }
  .tf-post-grid .title {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .footer .footer-top {
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .footer-middle {
    margin-bottom: 60px;
  }
  .footer .form-footer .title {
    margin-bottom: 20px;
  }
  .footer .form-footer .desc {
    margin-bottom: 20px;
  }
  .footer .form-footer .mb-23 {
    margin-bottom: 20px;
  }
  .footer .locations-contact .item .title {
    margin-bottom: 15px;
  }
  .footer-bottom .footer-go-top {
    margin-bottom: 15px;
  }
  .footer-bottom ul {
    gap: 18px;
  }
  .form-footer .desc {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .form-footer .input-form {
    flex-direction: column;
  }
  .form-footer .input-form .input-icon-absolute {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-form .section-form-content{
    max-width: 90% !important;
  }
  .mask svg {
    width: 500px;
    height: 500px;
  }
  .mask svg circle {
    cx: 250;
    cy: 250;
    r: 220;
    stroke-width: 50;
  }
  .mask.mask-1 {
    right: -300px;
  }
  .mask.mask-2 {
    left: -300px;
  }
  .mask.mask-2.p-about {
    left: -300px;
  }
  .mask.mask-3 {
    right: -300px;
  }
  .section-pricing .mask {
    position: absolute;
  }
  .section-pricing .mask.mask-s-pricing-1 {
    bottom: 0;
    right: -250px;
  }
  .section-pricing .mask.mask-s-pricing-2 {
    bottom: -200px;
    left: -250px;
  }
  .section-project.p-about .mask.mask-1 {
    left: -300px;
  }
  
  .section-team .mask {
    right: -350px;
    bottom: -50%;
  }
  .section-services .mask {
    left: -50%;
  }
  .section-services.p-services .services-item {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .section-services.p-services .services-item:nth-child(1) {
    border-bottom: 0;
    border-right: 1px solid var(--stroke-2);
  }
  .section-services.p-services .services-item:nth-child(2) {
    border-right: 1px solid var(--stroke-2);
  }
  .section-services.p-services .services-item:nth-child(3) {
    border-bottom: 0;
    border-right: 1px solid var(--stroke-2);
  }
  .section-services.p-services .services-item:nth-child(4) {
    border-right: 1px solid var(--stroke-2);
    border-bottom: 0;
  }
  .section-services.p-services .services-item:nth-child(5) {
        border-right: 1px solid var(--stroke-2);

  }
  .services-item.style-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .services-item.style-1 .icon {
    margin-bottom: 20px;
  }
  .services-item.style-1 .icon i {
    font-size: 40px;
  }
  .services-item.style-1 .desc {
    margin-bottom: 20px;
  }
  .services-item.style-1 .image {
    margin-bottom: 20px;
  }
  .according-item .according-content .right {
    padding-left: 15px;
  }
  .section-counting .mask {
    right: -40%;
    top: -30%;
  }
  .section-counting .box-logo {
    display: none;
  }
  .section-counting .box-avatar {
    padding: 15px !important;
  }
  .section-about .left {
    display: none;
  }
  
  .author {
    flex-direction: column;
    align-items: start;
    row-gap: 30px;
  }
  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .footer .mask.mask-1 {
    right: -300px;
  }
  .footer .mask.mask-2 {
    bottom: -300px;
    left: -300px;
  }
  .footer .footer-bottom .list-bottom {
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .tf-post-grid.style-desc .image {
    height: 287px;
  }
  .section-services.p-services .services-item {
    max-width: 100%;
    border-right: 1px solid var(--stroke-2) !important;
    border-bottom: 0 !important;
  }
  .section-services.p-services .services-item:last-child {
    border-bottom: 1px solid var(--stroke-2) !important;
  }
  .section-form .image {
    height: 375.23px;
  }
  .project-item {
    flex-direction: column;
  }
  .project-item .image {
    margin: 0 10px 10px !important;
    width: auto !important;
  }
  .project-item .sub-title {
    margin-bottom: 20px !important;
  }
  .project-item .title-project {
    margin-bottom: 20px !important;
  }
  .project-item .item-content {
    row-gap: 20px !important;
  }
  .project-item.style-2 {
    flex-direction: column;
  }
  .project-item.style-2 .image {
    max-width: 100% !important;
    margin: 0 !important;
  }
  .project-item.style-2 .item-content {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .according-item .according-content {
    flex-direction: column;
  }
  .according-item .according-content .right {
    padding-left: 0 !important;
  }
  .section-counting .image {
    height: 316px;
  }
  .section-counting .wg-counter {
    flex-direction: column;
  }
  .section-counting .wg-counter .counter-item {
    max-width: 100% !important;
  }
  .footer .footer-middle {
    gap: 40px 0;
  }
  .footer .footer-middle .locations-contact,
  .footer .footer-middle .footer-content {
    max-width: 100%;
  }
  .px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

.social-icons i{
  font-size: 22px;
  margin: 0 10px;
}

.wg-according{
  width: 70%;
  margin: auto;
}



        /* Modal Overlay */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .8);
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
            z-index: 999;
        }

        .modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* Modal Slide */
        .quote-modal {
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            max-width: 600px;
            height: 100vh;
            background: #0f2923;
            overflow-y: auto;
            transform: translateX(100%);
            transition: transform 0.4s ease;
            z-index: 1000;
            padding: 40px 30px;
        }

        .quote-modal.active {
            transform: translateX(0);
        }

        .modal-header-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .modal-title-text {
            font-size: 24px;
            color: #ffffff;
            font-weight: 600;
            margin: 0;
        }

        .close-btn {
            background: none;
            border: none;
            font-size: 28px;
            color: #ffffff;
            cursor: pointer;
            transition: color 0.3s ease;
            padding: 0;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .close-btn:hover {
            color: #a0d8c9;
        }

        .modal-subtitle {
            font-size: 14px;
            color: #a0d8c9;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 15px;
        }

        .modal-heading {
            font-size: 32px;
            color: #ffffff;
            font-weight: 700;
            margin-bottom: 40px;
            line-height: 1.3;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-group label {
            display: block;
            font-size: 14px;
            color: #ffffff;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .form-control {
            background-color: transparent;
            border: 1px solid #2a4741;
            color: #ffffff;
            padding: 12px 16px;
            font-size: 14px;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .form-control::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .form-control:focus {
            background-color: transparent;
            border-color: var(--primary);
            color: #ffffff;
            box-shadow: none;
        }

        textarea.form-control {
            resize: vertical;
            min-height: 120px;
        }

        

        .submit-btn {
            
            color: #000;
            
        }

        

        .submit-btn:active {
            transform: scale(0.98);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .quote-modal {
                max-width: 100%;
                padding: 30px 20px;
            }

            .modal-heading {
                font-size: 24px;
                margin-bottom: 30px;
            }

            .modal-title-text {
                font-size: 20px;
            }

            .form-group {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 480px) {
            .quote-modal {
                padding: 20px 15px;
            }

            .modal-heading {
                font-size: 20px;
            }

            .form-control,
            .form-select {
                font-size: 16px;
            }
        }



        .menu-primary-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 32px;
}
.menu-primary-menu .menu-item {
  cursor: pointer;
}
.menu-primary-menu .menu-item:not(.menu-item-has-children) {
  padding-right: 0;
}
.menu-primary-menu .menu-item.menu-item-has-children .item-link {
  z-index: 2;
  padding-right: 19px;
  position: relative;
}
.menu-primary-menu .menu-item.menu-item-has-children .item-link::after {
  content: "\e90b";
  position: absolute;
  top: 50%;
  right: 3px;
  font-size: 6px;
  line-height: 18px;
  font-family: "icomoon";
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.menu-primary-menu .menu-item:hover .sub-menu-home,
.menu-primary-menu .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 102%;
  pointer-events: all;
}
.menu-primary-menu .item-link {
  color: var(--white);
  line-height: 90px;
  position: relative;
  font-weight: 500;
  padding: 0 5px;
  display: inline-block;
}
.menu-primary-menu .item-link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: auto;
  right: 0;
  width: 0;
  height: 3px;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-primary-menu .item-link:hover {
  color: var(--primary);
}
.menu-primary-menu .item-link:hover::after {
  transform: translateY(-50%) rotate(180deg);
}
.menu-primary-menu .item-link:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

.sub-menu {
  position: absolute;
  left: -25px;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  background-color: var(--white);
  width: 250px;
}

.big-menu{
    width: 750px;

}
.sub-menu .sub-menu-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu .sub-menu-item .item-link-2 {
  display: inline-block;
  color: var(--main-dark);
  position: relative;
  font-weight: 500;
  width: 100%;
  padding: 12px 24px;
}
.sub-menu .sub-menu-item:hover {
  background-color: var(--primary);
}
.sub-menu .sub-menu-item:hover .item-link-2 {
  color: var(--white);
}

.header {
  border-top: 1px solid var(--stroke-2);
  border-bottom: 1px solid var(--stroke-2);
}
.header .header-content {
  padding-left: 15px;
}
.header .logo-header {
  padding-right: 15px;
}
.header .main-menu {
  border-left: 1px solid var(--stroke-2);
  padding-left: 15px;
}

.header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 15px;
}

.mobile-button a {
  display: block;
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.mobile-button span {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--white);
}
.mobile-button span:first-child {
  top: 0;
}
.mobile-button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-button span:last-child {
  bottom: 0;
}

.mobile-nav-wrap {
  max-width: 300px;
  width: 100%;
}
.mobile-nav-wrap .inner-mobile-nav {
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: var(--main-dark);
  z-index: 99999;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-nav-wrap .inner-mobile-nav .mobile-nav-close {
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}
.mobile-nav-wrap .inner-mobile-nav .mobile-nav-close svg {
  width: 15px;
  height: 15px;
}
.mobile-nav-wrap .inner-mobile-nav .top-header-mobi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav-wrap .inner-mobile-nav a {
  color: var(--white);
}
.mobile-nav-wrap .logo-mobile {
  max-width: 120px;
}
.mobile-nav-wrap .socials-mobile .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 10px;
}
.mobile-nav-wrap .socials-mobile .socials-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:first-child, .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(2), .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(3), .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(4) {
  border-right: 0;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:hover i {
  color: var(--primary);
}
.mobile-nav-wrap .mobile-main-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 94%;
}

#menu-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
#menu-mobile > li {
  position: relative;
  border-bottom: 1px solid var(--stroke-2);
  cursor: pointer;
}
#menu-mobile > li a {
  padding: 15px 0;
}
#menu-mobile > li .sub-menu-mobile {
  border-radius: 8px;
  text-align: start;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 5px;
}
#menu-mobile > li .sub-menu-mobile .menu-item a {
  padding: 7px 10px;
  font-size: 14px;
}
#menu-mobile > li .sub-menu-mobile .menu-item:first-child a {
  padding-top: 0;
}
#menu-mobile > li .sub-menu-mobile.show {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
#menu-mobile > li .sub-menu-mobile li {
  cursor: pointer;
}
#menu-mobile > li .sub-menu-mobile li:last-child {
  border: none;
}
#menu-mobile li a {
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
#menu-mobile li.menu-item-has-children-mobile > a {
  position: relative;
}
#menu-mobile li.menu-item-has-children-mobile > a::after {
  content: "\e90b";
  position: absolute;
  font-family: "icomoon";
  position: absolute;
  font-size: 6px;
  right: 0;
  top: 50%;
  line-height: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu-mobile li.menu-item-has-children-mobile > a.collapsed::after {
  transform: translateY(-50%) rotate(0);
}
#menu-mobile li.menu-item-has-children-mobile > a:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

.contact-mobile .title-contact-mobile {
  margin-bottom: 15px;
  color: var(--white);
}
.contact-mobile .content-contact-moblile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.contact-mobile .content-contact-moblile:first-child {
  align-items: start;
}
.contact-mobile .content-contact-moblile:first-child i {
  padding-top: 5px;
}
.contact-mobile .content-contact-moblile .icon-location-dot {
  font-size: 18px;
}
.contact-mobile .content-contact-moblile i {
  color: var(--white);
}
.contact-mobile .content-contact-moblile .icon-location-dot2 {
  font-size: 20px;
  margin-top: 3px;
}
.contact-mobile .content-contact-moblile .icon-email {
  font-size: 13px;
  margin-top: 1px;
}
.contact-mobile .content-contact-moblile a {
  line-height: 22px;
}
.contact-mobile .content-contact-moblile:last-child {
  margin-bottom: 0;
}

.header-sticky {
  position: sticky;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main-dark);
  z-index: 999;
}

.current-menu-item > a {
  color: var(--primary) !important;
}
.current-menu-item > a::before {
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
}

.current-item {
  background-color: var(--primary) !important;
}
.current-item > a {
  color: var(--white) !important;
}

.current-menu-mobile-item > a {
  color: var(--primary) !important;
}

.service-menu{
  padding-right: 0;
  border-right: 1px solid #e0e0e0;
}
.service-menu2{
  padding-left: 0px;
  border-right: none;
}
