/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Soare - Solar Panel HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Our Services css
07. Why Choose Us css
08. Intro Video css
09. Our Project css
10. Our Testimonial css
11. Our Faqs css
12. Latest News css
13. Footer css
14. About us Page css
15. Services Page css
16. Service Single css
17. Blog Archive css
18. Blog Single css
19. Project Page css
20. Project Single css
21. Team Page css  
22. Contact us Page css
23. Gallery Page css
24.	FAQs Page css
25. 404 Page css
26. Responsive css

27. Shop Page css
-------------------------------------------------------------------------------------- */
/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WixMadeforDisplay";
  src: url("../fonts/WixMadeforDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WixMadeforDisplay";
  src: url("../fonts/WixMadeforDisplay-ExtraBlack.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-color: #0E0D1B;
  --secondary-color: #FDD930;
  --text-color: #737577;
  --accent-color: #FDD930;
  --gold-color: #D2AF09;
  --brown-color: #846D00;
  --white-color: #ffffff;
  --black-color: #000000;
  --dark-color: #303030;
  --yellow-color: #EDDF9A;
  --light-white-color: #F2F4E9;
  --light-yellow-color: #FFFBE9;
  --table-color: #F0EEE6;
  --divider-color: #e8e8e8;
  --dark-divider-color: #ffffff20;
  --error-color: rgb(230, 87, 87);
  --default-font: "Unbounded", sans-serif;
  --second-font: "Montserrat", sans-serif;
  --third-font: "Plus Jakarta Sans", sans-serif;
  --extra-font: "WixMadeforDisplay", sans-serif;
  --product-tabs-font: "Manrope", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/
body {
  font-family: var(--default-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: var(--text-color);
  background-color: var(--white-color);
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .disabled {
  pointer-events: none;
}

p {
  line-height: 1.6em;
  margin-bottom: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1.1em;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

.container {
  max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

.image-anime {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.image-anime picture,
.image-anime img {
  height: 100%;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.row.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}

.row.no-gutters > * {
  padding-right: 0px;
  padding-left: 0px;
}

.btn-default {
  font-size: clamp(14px, 0.915vw, 16px);
  font-weight: 700;
  line-height: 1em;
  color: var(--black-color);
  background: var(--accent-color);
  text-transform: initial;
  padding: clamp(10px, 1.22vw, 20px) clamp(10px, 1.22vw, 20px);
  border: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  min-height: 45px;
}

.btn-default::before {
  content: "\f062";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent;
  color: var(--black-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-default::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 106%;
  background: var(--primary-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.btn-default:hover {
  color: var(--accent-color);
}

.btn-default:hover:before {
  color: var(--accent-color);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn-default:hover::after {
  width: 106%;
}

.btn-default.btn-highlighted {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.btn-default.btn-highlighted::before {
  color: var(--primary-color);
}

.btn-default.btn-highlighted::after {
  background-color: var(--accent-color);
}

.btn-large {
  font-size: 20px;
  padding: 20px 65px 20px 20px;
}

.btn-default.btn-large::before {
  width: 40px;
  height: 40px;
  background-size: 15px;
}

#magic-cursor {
  position: absolute;
  width: 10px !important;
  height: 10px !important;
  pointer-events: none;
  z-index: 1000000;
}

#ball {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px !important;
  height: 8px !important;
  background: var(--accent-color);
  margin: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1 !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--accent-color) transparent var(--primary-color);
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
          animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.section-row {
  margin-bottom: 60px;
}

.section-row .section-title {
  margin-bottom: 0;
}

.section-btn {
  text-align: end;
}

.section-btn .btn-default.btn-highlighted {
  margin: 0;
}

.section-title {
  margin-bottom: 30px;
}

.section-title h3 {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--black-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  padding: 10px 26px;
  margin-bottom: 15px;
}

.section-title h1,
.section-title h2 {
  font-size: clamp(32px, 4.883vw, 50px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  cursor: initial;
}
.section-title h1 i,
.section-title h2 i {
  font-style: normal;
  color: var(--accent-color);
}

.section-title-content {
  margin-left: 100px;
  text-align: right;
}

.section-title-content p {
  margin: 0;
}

.help-block.with-errors ul {
  margin: 0;
  text-align: left;
}

.help-block.with-errors ul li {
  color: var(--error-color);
  font-weight: 500;
  font-size: 14px;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/
.topbar {
  background-color: var(--primary-color);
}

.topbar-contact-info {
  padding: 10px 0;
  text-align: left;
}

.topbar-contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topbar-contact-info ul li {
  display: inline-block;
  margin-right: 15px;
}

.topbar-contact-info ul li:last-child {
  margin-right: 0;
}
.topbar-contact-info ul li:last-child a {
  text-decoration: underline;
}

.topbar-contact-info ul li a {
  font-family: var(--extra-font);
  font-size: 14px;
  line-height: 180%;
  font-weight: 400;
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.topbar-contact-info ul li a:hover {
  color: var(--accent-color);
}

.topbar-contact-info ul li a img {
  max-width: 25px;
  max-height: 25px;
}

.topbar-contact-info ul li i {
  font-size: 16px;
  color: var(--white-color);
  margin-right: 5px;
}

.topbar-social-links {
  padding: 10px 0;
}

.topbar-social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.topbar-social-links ul li {
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a {
  color: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a:hover {
  color: var(--accent-color);
}

.topbar-social-links ul li:last-child {
  margin-right: 0;
}

.topbar-social-links ul li a i {
  font-size: 18px;
  color: inherit;
}

.topbar-social-links .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar-social-links .icon img {
  max-width: 20px;
  max-height: 20px;
}

header.main-header {
  background-color: var(--white-color);
  position: sticky;
  z-index: 100;
  top: 0;
}
header.main-header .container {
  gap: clamp(10px, 1.389vw, 20px);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
header.main-header .main-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  header.main-header .main-header__logo {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 991px) {
  header.main-header .btn-default {
    font-size: clamp(14px, 0.854vw, 16px);
    padding-top: 5px;
    padding-bottom: 5px;
    height: clamp(45px, 3.415vw, 56px);
  }
}

header.main-header .header-sticky {
  position: relative;
  top: 0;
  z-index: 100;
}

header.main-header .header-sticky.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-radius: 0;
}

header.main-header .header-sticky.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: var(--secondary-color);
  border-bottom: 1px solid var(--divider-color);
  backdrop-filter: blur(30px);
}

.navbar {
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  max-width: 210px;
}
@media (min-width: 992px) {
  .navbar-brand {
    max-width: clamp(150px, 10.976vw, 210px);
  }
}

.navbar-brand img {
  width: 100%;
  height: auto;
}

.main-menu .nav-menu-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.main-menu .nav-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--second-font);
  font-size: clamp(12px, 0.972vw, 14px);
  line-height: 180%;
  font-weight: 500;
  padding: 15px 15px !important;
  color: var(--primary-color);
  text-transform: initial;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 991px) {
  .main-menu ul li a {
    padding: clamp(5px, 0.61vw, 15px) clamp(5px, 0.61vw, 15px) !important;
  }
}

.main-menu ul li.submenu > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: clamp(12px, 0.972vw, 14px);
  margin-left: 8px;
  line-height: 14px;
  border: none;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
  color: var(--accent-color);
}

.main-menu ul ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
  -webkit-transform-origin: top;
          transform-origin: top;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 210px;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 100%;
  overflow: hidden;
  background-color: var(--primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  display: block;
}

.main-menu ul ul ul {
  left: 100%;
  top: 0;
  text-align: left;
}

.main-menu ul ul li {
  margin: 0;
  padding: 0;
}

.main-menu ul ul li a {
  color: var(--white-color);
  padding: 8px 20px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  padding: 5px 0;
  display: block;
}

.main-menu ul ul li a:hover {
  color: var(--accent-color);
  background-color: transparent;
}

.main-menu ul li.highlighted-menu {
  display: none;
}

.responsive-menu,
.navbar-toggle {
  display: none;
}

.responsive-menu {
  top: 0;
  position: relative;
}

.slicknav_btn {
  background: var(--accent-color);
  width: clamp(45px, 3.415vw, 56px);
  height: clamp(45px, 3.415vw, 56px);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
}
.slicknav_btn .slicknav_menutxt {
  display: none;
}
.slicknav_btn .slicknav_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
  gap: 4px;
}

.slicknav_icon .slicknav_icon-bar {
  display: block;
  height: 3px;
  width: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--primary-color);
  border-radius: 6px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.navbar-toggle .slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
          transform: rotate(-45deg) translate(-7px, 7px);
}

.navbar-toggle .slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle .slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
          transform: rotate(45deg) translate(-7px, -7px);
}

.slicknav_menu {
  position: absolute;
  width: 100%;
  padding: 0;
  background: var(--accent-color);
}

.slicknav_menu ul {
  margin: 5px 0;
}

.slicknav_menu ul ul {
  margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
  padding: 10px 20px;
  color: var(--white-color);
  line-height: normal;
  margin: 0;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
  background-color: transparent;
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .slicknav_nav .slicknav_row,
  .slicknav_nav li a {
    color: var(--black-color);
  }
}

.slicknav_menu ul ul li a {
  padding: 10px 20px 10px 30px;
}

.slicknav_arrow {
  font-size: 0 !important;
}

.slicknav_arrow:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  color: var(--white-color);
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .slicknav_arrow:after {
    color: var(--black-color);
  }
}

.slicknav_open > a .slicknav_arrow:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: var(--primary-color);
}

.header-controls {
  position: relative;
  margin: 0 clamp(10px, 1.389vw, 20px);
}
@media (max-width: 576px) {
  .header-controls {
    position: initial;
  }
}
.header-controls__trigger {
  height: clamp(45px, 3.415vw, 56px);
  padding: 0 clamp(10px, 1.563vw, 30px);
  border: 1px solid var(--accent-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-controls__trigger:hover {
  background-color: var(--accent-color);
}
.header-controls__trigger.active {
  background-color: var(--accent-color);
}
.header-controls__body {
  position: absolute;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  left: clamp(10px, 1.25vw, 24px);
  border: 1px solid var(--accent-color);
  background-color: var(--white-color);
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: clamp(320px, 18.75vw, 360px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-controls__body.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1440px) {
  .header-controls__body {
    left: 0;
  }
}
@media (max-width: 991px) {
  .header-controls__body {
    left: initial;
    right: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
@media (max-width: 576px) {
  .header-controls__body {
    left: 10px;
    right: 10px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.header-controls__body .contact-tels {
  display: grid;
  grid-template-columns: 18px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.header-controls__body .contact-tels > span {
  grid-row: span 2;
}
.header-controls__body .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-family: var(--second-font);
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  color: var(--black-color);
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-controls__body .button:hover {
  color: var(--accent-color);
}
.header-controls__body .button span {
  width: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-controls__body .worktime {
  display: grid;
  grid-template-columns: 18px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-family: var(--second-font);
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  color: var(--black-color);
}
.header-controls__body .worktime span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .header-controls.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header-controls.mobile {
    display: none;
  }
}

/************************************/
/***        04. Hero css	      ***/
/************************************/
.hero {
  position: relative;
  padding: 160px 0 180px;
  background-image: url("../images/hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.hero::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 13, 27, 0)), color-stop(40.5%, rgba(14, 13, 27, 0.55)));
  background: linear-gradient(180deg, rgba(14, 13, 27, 0) 0%, rgba(14, 13, 27, 0.55) 40.5%);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.hero.hero-slider {
  text-align: center;
  background: none;
  padding: 0;
}

.hero-slider-layout .hero-slide {
  position: relative;
  padding: 160px 0 180px;
}

.hero.hero-slider:before {
  display: none;
}

.hero.hero-slider .hero-slider-layout {
  position: relative;
  z-index: 2;
}

.hero-slider-layout .hero-slide::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 13, 27, 0)), color-stop(40.5%, rgba(14, 13, 27, 0.55)));
  background: linear-gradient(180deg, rgba(14, 13, 27, 0) 0%, rgba(14, 13, 27, 0.55) 40.5%);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}

.hero-slider-layout .swiper-pagination {
  bottom: 100px;
}

.hero-slider-layout .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: var(--accent-color);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}

.hero-slider-layout .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--white-color);
}

.hero-video .hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.hero-video .hero-bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}

.hero-content-title {
  margin-bottom: 30px;
}

.hero-content-title h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--accent-color);
  text-transform: initial;
  margin-bottom: 20px;
}

.hero-content-title h1,
.hero-content-title h2 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white-color);
  cursor: initial;
}

.hero-content-body {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.hero-content-body p {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  margin: 0;
}

.hero-content-footer .btn-default.btn-highlighted {
  margin-left: 20px;
}

/************************************/
/***       05. About Us css	      ***/
/************************************/
.about-us {
  background: url(../images/squre-bg-img-2.svg) no-repeat left bottom;
  background-size: auto;
  padding: 100px 0;
}

.about-content-body {
  margin-bottom: 40px;
}

.about-content-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-content-body ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.about-content-body ul li:last-child {
  margin-bottom: 0px;
}

.about-content-body ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 3px;
  left: 0;
}

.about-image {
  position: relative;
}

.about-image::before {
  content: "";
  position: absolute;
  background-image: url(../images/white-squre-bg-img.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  z-index: 1;
}

.about-image figure {
  display: block;
}

.about-image img {
  aspect-ratio: 1/1.3;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-company-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.about-company-item:last-child {
  margin-bottom: 0;
}

.about-company-item .icon-box {
  position: relative;
  background-color: var(--primary-color);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-company-item .icon-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.about-company-item:hover .icon-box:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.about-company-item .icon-box img {
  position: relative;
  z-index: 1;
}

.about-company-content {
  width: calc(100% - 80px);
}

.about-company-content h3 {
  font-size: 22px;
  text-transform: initial;
  margin-bottom: 10px;
}

.about-company-content p {
  margin: 0;
}

/************************************/
/***     06. Our Services css	  ***/
/************************************/
.our-services {
  position: relative;
  background: url("../images/squre-bg-img-gold-2.svg") left top no-repeat;
  background-size: auto;
  padding: 70px 0;
}
.our-services.category-section .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-services .section-title h3 {
  background-color: var(--white-color);
}

.service-item {
  position: relative;
  background-color: var(--white-color);
  text-align: center;
  padding: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  cursor: initial;
}

.service-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 0px;
  background: var(--primary-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
  z-index: 1;
}

.service-item:hover:before {
  top: 0;
}

.service-item::after {
  content: "";
  position: absolute;
  background-image: url("../images/squre-bg-img.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  z-index: 1;
}

.our-services .col-lg-3:nth-of-type(even) .service-item {
  margin-top: 70px;
}

.service-item .icon-box {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.service-body {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.service-body h3 {
  font-size: 22px;
  text-transform: initial;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-item:hover .service-body h3 {
  color: var(--white-color);
}

.service-body p {
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-item:hover .service-body p {
  color: var(--white-color);
}

.service-footer a {
  position: relative;
  color: var(--accent-color);
  text-transform: initial;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.service-footer a:hover {
  color: var(--white-color);
}

.service-footer a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--accent-color);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-footer a:hover:after {
  color: var(--white-color);
}

.service-footer-btn {
  text-align: center;
  margin-top: 50px;
}

/************************************/
/***     07. Why Choose Us css	  ***/
/************************************/
.why-choose-us {
  position: relative;
  background: var(--dark-color) url("../images/squre-bg-img-white-2.svg") no-repeat right bottom;
  background-size: auto;
  padding: clamp(45px, 11.154vw, 145px) 0 clamp(45px, 10vw, 130px);
}

.why-choose-top {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 49%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px clamp(30px, 5.385vw, 70px);
}
@media (max-width: 1024px) {
  .why-choose-top {
    grid-template-columns: 100%;
  }
}

.why-choose-image {
  position: relative;
  height: calc(100% - 30px);
}

.why-choose-image * {
  width: 100%;
  height: 100%;
}

.why-choose-image figure {
  display: block;
}

.why-choose-image img {
  aspect-ratio: 1/0.96;
  -o-object-fit: cover;
  object-fit: cover;
}

.why-choose-text {
  color: var(--white-color);
}
.why-choose-text h1,
.why-choose-text h2,
.why-choose-text h3,
.why-choose-text h4,
.why-choose-text h5,
.why-choose-text h6 {
  color: var(--white-color);
}

.why-choose-adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.why-choose-adv-title {
  max-width: 500px;
  font-family: var(--default-font);
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: var(--white-color);
}

.why-choose-advs {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
.why-choose-advs li {
  position: relative;
  max-width: 33%;
  padding-top: 20px;
}
.why-choose-advs li::before {
  content: "";
  position: absolute;
  top: 0;
  width: 90px;
  height: 8px;
  background-color: var(--accent-color);
}
.why-choose-advs p {
  margin-bottom: 0;
  font-family: var(--second-font);
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: var(--white-color);
}
@media (max-width: 1024px) {
  .why-choose-advs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .why-choose-advs li {
    max-width: 100%;
  }
}

.why-choose-orange {
  margin-bottom: 30px;
  padding: 30px clamp(20px, 9.231vw, 120px);
  background-color: var(--accent-color);
  font-family: var(--default-font);
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: var(--black-color);
  text-align: center;
}

.why-choose-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.why-choose-item {
  position: relative;
  border: 1px solid var(--divider-color);
  text-align: center;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: clamp(20px, 2.439vw, 40px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  cursor: initial;
}

.why-choose-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 0px;
  background: var(--secondary-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
  z-index: -1;
}

.why-choose-item:hover:before {
  top: 0;
}

.why-choose-item .icon-box {
  margin-bottom: 20px;
}

.why-choose-body {
  margin-bottom: 20px;
}

.why-choose-body h3 {
  font-size: 22px;
  text-transform: initial;
  margin-bottom: 10px;
}

.why-choose-body p {
  margin-bottom: 0;
}

.why-choose-footer a {
  position: relative;
  color: var(--accent-color);
  text-transform: initial;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.why-choose-footer a:hover {
  color: var(--primary-color);
}

.why-choose-footer a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--accent-color);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.why-choose-footer a:hover:after {
  color: var(--primary-color);
}

/************************************/
/***     08. Intro Video css	  ***/
/************************************/
.intro-video {
  position: relative;
}

.intro-video .section-row {
  margin-bottom: 30px;
}

.intro-video .section-row p {
  margin-top: 10px;
}

.intro-video::after {
  content: "";
  position: absolute;
  background-image: url("../images/white-squre-bg-img.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 52px;
  z-index: 1;
}

.intro-video .container-fluid {
  padding: 0;
}

.intro-video-box {
  position: relative;
  overflow: hidden;
  cursor: initial;
}

.intro-video-box .image-anime img {
  width: 100%;
  aspect-ratio: 1/0.4;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.intro-video-box:hover .video-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video-image-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 50;
  top: 20%;
  left: 0;
  right: 0;
  /*transform: translatex(-50%);*/
}

.video-image-logo img {
  max-width: clamp(300px, 48.78vw, 1000px);
  width: 80vw;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  aspect-ratio: initial !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 576px) {
  .video-image-logo {
    top: 15%;
  }
}
.intro-video-box .image-anime {
  width: 100%;
}

.intro-video-box .video-image a {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-play-button a {
  position: relative;
  background-color: var(--accent-color);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.video-play-button a:before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid var(--divider-color);
  border-radius: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: -1;
  -webkit-animation: border-zooming 1.2s infinite linear;
          animation: border-zooming 1.2s infinite linear;
}

.video-play-button a:after {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid var(--divider-color);
  border-radius: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: -1;
  -webkit-animation: border-zooming 1.2s infinite linear;
          animation: border-zooming 1.2s infinite linear;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes border-zooming {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes border-zooming {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.video-play-button a i {
  font-size: 40px;
  color: var(--white-color);
}

/************************************/
/***     09. Our Project css	  ***/
/************************************/
.our-project {
  padding: 100px 0 50px;
}

.our-project .container-fluid {
  padding: 0;
}

.our-project .container-fluid .row .col-lg-3 {
  padding: 0;
}

.project-item {
  position: relative;
  cursor: initial;
}

.project-item.mode img {
  aspect-ratio: initial;
  border-radius: 35px 0 35px 0;
  /*outline: 3px solid #eee;*/
}

.project-image a {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-image a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(102, 102, 102, 0)), to(var(--primary-color)));
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 45%, var(--primary-color) 100%);
}

.project-image img {
  width: 100%;
  aspect-ratio: 1/1.2;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.project-content {
  position: absolute;
  bottom: 10px;
  right: 30px;
  left: 30px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.project-item:hover .project-content {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.project-content h3 {
  font-size: 22px;
  color: var(--white-color);
  text-transform: initial;
  margin-bottom: 5px;
}

.project-content p {
  color: var(--accent-color);
  text-transform: initial;
  margin: 0;
}

.project-content .project-readmore-btn {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-top: 10px;
}
.project-content .project-readmore-btn a {
  font-size: 16px;
  font-weight: 700;
}

.project-item:hover .project-content .project-readmore-btn {
  height: 56px;
}

.project-readmore-btn .btn-default {
  padding: 15px 80px;
}

.project-readmore-btn .btn-default::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.project-readmore-btn .btn-default:hover:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.project-link {
  padding: 0;
  background-color: transparent;
  color: var(--white-color);
  font-weight: 400;
}
.project-link::before {
  color: var(--accent-color);
}
.project-link::after {
  background-color: transparent;
}

/************************************/
/***    10. Our Testimonial css	  ***/
/************************************/
.our-testimonial {
  position: relative;
  background: url("../images/squre-bg-img.svg") no-repeat right bottom;
  background-size: auto;
  padding: 50px 0 100px;
}

.our-testimonial .swiper-wrapper {
  cursor: initial;
}

.testimonial-item {
  position: relative;
  border: 1px solid var(--divider-color);
  padding: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.testimonial-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 0px;
  background: var(--accent-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100%;
  z-index: -1;
}

.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item::before {
  top: 0;
}

.testimonial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.author-image {
  width: 56px;
  height: 56px;
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author-image figure,
.author-image img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.author-content {
  width: calc(100% - 70px);
}

.author-content h2 {
  font-size: 22px;
  text-transform: initial;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.author-content p {
  color: var(--accent-color);
  text-transform: initial;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial-body p {
  margin: 0;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial-slider .swiper-pagination {
  position: relative;
  text-align: center;
  bottom: 0px;
  margin-top: 30px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 0;
  background-color: var(--divider-color);
  opacity: 1;
  margin: 0px 10px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
  opacity: 1;
}

/************************************/
/***       11. Our Faqs css	      ***/
/************************************/
.our-faqs {
  padding: 100px 0;
}

.our-faqs .section-title {
  position: sticky;
  top: 20px;
}

.our-faqs .section-title h3 {
  background-color: var(--secondary-color);
  color: var(--black-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  padding: 10px;
}

.faq-accordion {
  margin-left: 30px;
}

.faq-accordion .accordion-item {
  position: relative;
  background: none;
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.faq-accordion .accordion-item:last-child {
  border: none;
  margin-bottom: 0;
}

.faq-accordion .accordion-item .accordion-button {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 30px 5px 80px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--accent-color);
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0px, -10px) rotate(45deg);
          transform: translate(0px, -10px) rotate(45deg);
  background-image: url(../images/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-item .accordion-button.collapsed::after {
  -webkit-transform: translate(0px, -10px) rotate(0deg);
          transform: translate(0px, -10px) rotate(0deg);
}

.faq-accordion .accordion-item .accordion-button span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  font-size: 22px;
  font-weight: 400;
  line-height: 1em;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed) span {
  color: var(--accent-color);
}

.faq-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 5px 30px 5px 80px;
}

.faq-accordion .accordion-item .accordion-collapse .accordion-body p {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: var(--text-color);
  margin: 0;
}

/************************************/
/***     12. Latest News css	  ***/
/************************************/
.latest-news {
  position: relative;
  background: url("../images/squre-bg-img-gold-2.svg") no-repeat left top;
  background-size: auto;
  padding: clamp(100px, 5.833vw, 112px) 0 clamp(70px, 6.667vw, 128px);
}
.latest-news h2 {
  max-width: 580px;
}
.latest-news h2 i {
  display: block;
}

.latest-news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .latest-news__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .latest-news__all {
    width: 100%;
  }
}
.blog-item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-featured-image {
  overflow: hidden;
}

.post-featured-image a {
  display: block;
  cursor: initial;
}

.post-featured-image img {
  aspect-ratio: 1/0.65;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: auto;
  width: 100%;
}

.blog-item:hover .post-featured-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.post-item-content {
  padding: 16px 0 0;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-item-meta {
  margin-bottom: 15px;
}

.post-item-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-item-meta ul li {
  display: inline-block;
  margin-right: 20px;
}

.post-item-meta ul li:last-child {
  margin-right: 0;
}

.post-item-meta ul li a {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: var(--black-color);
  letter-spacing: -1px;
  text-transform: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.post-item-meta ul li a i {
  font-size: 18px;
  color: var(--accent-color);
  margin-right: 10px;
}

.post-item-body {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.post-item-body h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}

.post-item-body h2 a {
  color: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-item-footer a {
  position: relative;
  color: var(--accent-color);
  text-transform: initial;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: var(--default-font);
  font-size: 14px;
  line-height: 114%;
  font-weight: 400;
  color: var(--black-color);
}

.post-item-footer a:hover {
  color: var(--primary-color);
}

.post-item-footer a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--accent-color);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.post-item-footer a:hover:after {
  color: var(--primary-color);
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/************************************/
/***        13. Footer css	      ***/
/************************************/
.main-footer {
  position: relative;
  padding: 62px 0 0;
  background: var(--primary-color) !important;
}

.main-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(20px, 3.911vw, 30px);
}

@media (max-width: 767px) {
  .main-footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-footer {
  max-width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20px, 3.911vw, 30px);
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-content p {
  margin: 0;
  font-family: var(--default-font);
  font-size: 12px;
  line-height: 133%;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white-color);
}
.footer-content i {
  display: block;
  font-style: normal;
  color: var(--accent-color);
}

.footer-social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social-links ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer-social-links ul li:last-child {
  margin-right: 0px;
}

.footer-social-links ul li a span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer-quick-links > span,
.footer-contact-details > span,
.footer-newsletter > span {
  display: block;
  font-size: 15px;
  line-height: 116%;
  font-weight: 500;
  color: var(--white-color);
  text-transform: initial;
  margin-bottom: 20px;
}

.footer-quick-links {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-quick-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1024px) {
  .footer-quick-links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-quick-links ul li a {
  display: block;
  font-size: 12px;
  line-height: 133%;
  font-weight: 400;
  color: var(--white-color);
  text-transform: initial;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-quick-links ul li a:hover {
  color: var(--accent-color);
}

.footer-contact-details {
  max-width: 310px;
}

.footer-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.footer-contact-box .footer-info-box {
  position: relative;
  padding-left: 35px;
}

.footer-info-box .icon-box {
  position: absolute;
  top: 2px;
  left: 0;
}

.footer-info-box .icon-box i {
  color: var(--secondary-color);
  font-size: 20px;
}

.footer-contact-box .contact-tels {
  display: grid;
  grid-template-columns: 18px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.footer-contact-box .contact-tels > span {
  grid-row: span 2;
}

.footer-contact-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-family: var(--second-font);
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  color: var(--white-color);
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-contact-box a:hover {
  color: var(--accent-color);
}
.footer-contact-box a span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscribe-content {
  width: 100%;
  max-width: 240px;
  margin-bottom: 15px;
}

.subscribe-content p {
  color: var(--secondary-color);
  text-transform: initial;
  font-size: 16px;
}

.footer-newsletter-form {
  padding: 7px;
  background-color: var(--secondary-color);
}

.footer-newsletter-form .form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.footer-newsletter-form .form-group .form-control {
  width: 90%;
  padding: 8px 10px;
  background: transparent;
  color: var(--primary-color);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.footer-newsletter-form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-newsletter-form .form-group .form-control::-moz-placeholder {
  color: var(--text-color);
  font-weight: 500;
}

.footer-newsletter-form .form-group .form-control::-webkit-input-placeholder {
  color: var(--text-color);
  font-weight: 500;
}

.footer-newsletter-form .form-group .form-control:-ms-input-placeholder {
  color: var(--text-color);
  font-weight: 500;
}

.footer-newsletter-form .form-group .form-control::-ms-input-placeholder {
  color: var(--text-color);
  font-weight: 500;
}

.footer-newsletter-form .form-group .form-control::placeholder {
  color: var(--text-color);
  font-weight: 500;
}

.footer-newsletter-form .form-group button {
  background-color: var(--accent-color);
  border: none;
  width: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-newsletter-form .form-group button img {
  width: 20px;
}

.footer-copyright {
  border-top: 1px solid var(--dark-divider-color);
  padding: 20px 0;
  text-align: center;
  margin-top: 50px;
}

.footer-copyright-text p {
  color: var(--white-color);
  text-transform: initial;
  margin: 0;
}

/************************************/
/***    14. About us Page css	  ***/
/************************************/
.page-header {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(14, 13, 27, 0.5490196078))), url("../images/page-header-bg.jpg") no-repeat center center;
  background: linear-gradient(180deg, transparent 0%, rgba(14, 13, 27, 0.5490196078) 100%), url("../images/page-header-bg.jpg") no-repeat center center;
  background-size: cover;
}

.page-header-box {
  position: relative;
  padding: 80px 0px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-header-box h1 {
  padding: 50px;
  position: relative;
  font-family: var(--default-font);
  font-size: clamp(32px, 4.883vw, 50px);
  line-height: 110%;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--white-color);
}
.page-header-box h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("../images/title-left-devor.svg");
  background-repeat: no-repeat;
}
.page-header-box h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-image: url("../images/title-right-devor.svg");
  background-repeat: no-repeat;
}

.page-header-breadcrumbs {
  position: absolute;
  left: 0;
  top: 15px;
}

.page-header-box ol {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-header-box ol li.breadcrumb-item {
  font-family: var(--second-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  color: var(--white-color);
  text-transform: initial;
}
.page-header-box ol li.breadcrumb-item:hover a {
  color: var(--accent-color);
}
.page-header-box ol li.breadcrumb-item.active {
  color: var(--accent-color);
}

.page-header-box ol li.breadcrumb-item a {
  color: currentColor;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
  color: var(--white-color);
}

.page-about-us {
  padding: 100px 0;
  background: url("../images/green-squre-bg-img.svg") no-repeat bottom right;
  background-size: auto;
}

.about-us-image {
  position: relative;
  padding-bottom: 140px;
  margin-right: 40px;
}

.about-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-img-1 {
  position: relative;
  width: 470px;
}

.about-img-1::before {
  position: absolute;
  content: "";
  background: url("../images/white-squre-bg-img.svg") no-repeat top left;
  background-size: 100% auto;
  width: 52px;
  height: 52px;
  top: 0;
  left: 0;
  z-index: 1;
}

.about-img-1 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-img-2 img {
  aspect-ratio: 1/1.2;
  -o-object-fit: cover;
  object-fit: cover;
  border-width: 10px 0 0 10px;
  border-style: solid;
  border-color: var(--white-color);
  border-radius: 0px;
}

.experience-counter-item {
  background: var(--accent-color);
  width: 195px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.experience-counter-item .experience-counter-content h3 {
  color: var(--white-color);
  font-size: 50px;
  margin-bottom: 10px;
}

.experience-counter-item .experience-counter-content p {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 600;
  text-transform: initial;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  margin: 0;
}

.client-counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: moveobject 3s infinite linear alternate;
          animation: moveobject 3s infinite linear alternate;
}

@-webkit-keyframes moveobject {
  50% {
    left: 40px;
  }
}

@keyframes moveobject {
  50% {
    left: 40px;
  }
}
.client-counter-item .client-counter-content h3 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 10px;
}

.about-company-quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.company-quality-item {
  width: 48%;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-quality-item .icon-box {
  position: relative;
  background-color: var(--secondary-color);
  width: 85px;
  height: 85px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.company-quality-item .icon-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  z-index: 0;
}

.company-quality-item .icon-box img {
  z-index: 1;
  position: relative;
}

.company-quality-item:hover .icon-box:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.company-quality-item .company-quality-content {
  width: calc(100% - 105px);
}

.company-quality-item .company-quality-content h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: initial;
}

.about-story-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-story-footer ul li {
  width: 48%;
  margin-right: 2%;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: initial;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}

.about-story-footer ul li:last-child {
  margin-bottom: 0;
}

.about-story-footer ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 6px;
  left: 0;
}

.about-story-btn {
  margin-top: 20px;
}

.company-counter {
  padding: 50px 0;
  background: var(--accent-color);
}

.company-counter-item {
  text-align: center;
  position: relative;
}

.company-counter-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  bottom: 50%;
  width: 1px;
  height: 90%;
  background: var(--dark-divider-color);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.company-counter .col-lg-3:last-child .company-counter-item:before {
  display: none;
}

.company-counter-item .counter-content h3 {
  color: var(--white-color);
  font-size: 50px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.company-counter-item .counter-content p {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 700;
  text-transform: initial;
  margin: 0;
}

.how-it-work {
  background: url(../images/squre-bg-img.svg) no-repeat right bottom;
  background-size: auto;
  padding: 100px 0;
}

.how-it-work .section-title {
  position: sticky;
  top: 20px;
}

.faq-accordion.how-work-accordion .accordion-item .accordion-button::after,
.faq-accordion.how-work-accordion .accordion-item .accordion-button.collapsed::after {
  content: "\f062";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -10px) rotate(90deg);
          transform: translate(0, -10px) rotate(90deg);
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-accordion.how-work-accordion .accordion-item .accordion-button.collapsed::after {
  -webkit-transform: translate(0, -10px) rotate(45deg);
          transform: translate(0, -10px) rotate(45deg);
  color: var(--primary-color);
}

.company-expertise {
  padding: 100px 0;
  background: var(--secondary-color);
}

.company-expertise .section-title h3 {
  background: var(--white-color);
}

.company-expertise-body {
  margin-bottom: 30px;
}

.company-expertise-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.company-expertise-footer ul li {
  background: var(--white-color);
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--divider-color);
  width: calc(50% - 10px);
  padding: 15px 15px 15px 40px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.company-expertise-footer ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 20px;
  left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.company-expertise-footer ul li:hover {
  background: var(--accent-color);
  color: var(--white-color);
  border-color: var(--accent-color);
}

.company-expertise-footer ul li:hover:before {
  color: var(--white-color);
}

.expertise-counter-image {
  position: relative;
  text-align: right;
  margin-left: 65px;
}

.company-expertise-img {
  display: block;
  position: relative;
  border-radius: 999px 999px 0 0;
  overflow: hidden;
}

.company-expertise-img::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/squre-bg-img.svg") no-repeat bottom right;
  background-size: 100% auto;
  width: 52px;
  height: 52px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.company-expertise-img figure::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43.92%, rgba(14, 13, 27, 0.6)), color-stop(61%, transparent));
  background: linear-gradient(180deg, rgba(14, 13, 27, 0.6) 43.92%, transparent 61%);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.satisfied-client {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: var(--white-color);
  border-radius: 140px;
  width: 300px;
  padding: 15px 40px;
  z-index: 2;
  -webkit-animation: moveobjects 3s infinite linear alternate;
          animation: moveobjects 3s infinite linear alternate;
}

@-webkit-keyframes moveobjects {
  50% {
    left: 50px;
  }
}

@keyframes moveobjects {
  50% {
    left: 50px;
  }
}
.satisfied-counter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.satisfied-client-icon {
  margin-right: 15px;
}

.satisfied-client-icon img {
  width: 60px;
}

.satisfied-client-content {
  width: calc(100% - 75px);
  text-align: left;
}

.satisfied-client-content h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--accent-color);
  text-align: left;
  margin-bottom: 5px;
}

.satisfied-client-content p {
  font-size: 18px;
  color: var(--primary-color);
  text-transform: initial;
  margin: 0;
}

.meet-team {
  padding: 100px 0 70px;
  background: url("../images/squre-bg-img.svg") no-repeat left top;
  background-size: auto;
}

.team-member-item {
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-bottom: 30px;
}

.team-member-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43.92%, transparent), color-stop(74.39%, rgba(14, 13, 27, 0.5490196078)));
  background: linear-gradient(180deg, transparent 43.92%, rgba(14, 13, 27, 0.5490196078) 74.39%);
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.team-member-item .team-image {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.team-member-item .team-image img {
  width: 100%;
  border-radius: 0px;
  aspect-ratio: 1/1.2;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.team-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 2;
}

.team-content {
  margin-bottom: 10px;
}

.team-content h3 {
  color: var(--white-color);
  font-size: 22px;
  text-transform: initial;
  margin-bottom: 5px;
}

.team-content p {
  color: var(--accent-color);
  text-transform: initial;
  margin: 0;
}

.team-social-icon {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.team-member-item:hover .team-social-icon {
  height: 40px;
}

.team-social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.team-social-icon ul li {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.team-social-icon ul li:last-child {
  margin-right: 0;
}

.team-social-icon ul li a {
  display: block;
}

.team-social-icon ul li a i {
  background: var(--accent-color);
  color: var(--white-color);
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.team-social-icon ul li a i:hover {
  background: var(--white-color);
  color: var(--accent-color);
}

.cta-box {
  padding: 100px 0;
  background: linear-gradient(186.24deg, rgba(14, 13, 27, 0.63) 4.68%, rgba(14, 13, 27, 0.9) 94.91%), url("../images/cta-bg-img.jpg") no-repeat center center;
  background-size: cover;
}

.cta-content {
  text-align: center;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.cta-content .section-title h3 {
  background: var(--accent-color);
  color: var(--white-color);
}

.cta-content .section-title h2 {
  color: var(--white-color);
}

.cta-content-body {
  margin-bottom: 50px;
  position: relative;
}

.cta-content-body p {
  font-family: var(--second-font);
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: var(--white-color);
  margin: 0;
}

.cta-content-footer .btn-default {
  width: 100%;
}

.cta-content-footer .btn-default::after {
  background: var(--white-color);
}

.our-testimonial.about-testimonial {
  padding: 100px 0;
  background: url("../images/squre-bg-img.svg") no-repeat top left;
  background-size: auto;
}

/************************************/
/***    15. Services Page css	  ***/
/************************************/
.page-service {
  padding: 70px 0;
}

.page-service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.page-service-item {
  min-height: 297px;
  overflow: hidden;
  position: relative;
  padding: 36px 20px 30px;
  border: 1px solid #F0EEE6;
  background: var(--white-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .page-service-item {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.page-service-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 10px;
  background-color: var(--accent-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
.page-service-item:hover {
  background-color: #F0EEE6;
}
.page-service-item:hover::before {
  width: 100%;
}
.page-service-item:hover a::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--black-color);
}

.page-service-item-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-service-item-info {
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-shadow: 0 0 8px rgb(255, 255, 255), 0 0 16px rgba(255, 255, 255, 0.8);
}
.page-service-item-info span {
  font-family: var(--default-font);
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: var(--black-color);
}
.page-service-item-info p {
  font-family: var(--second-font);
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: var(--black-color);
}

.page-service-item-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  font-family: var(--default-font);
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: var(--black-color);
  gap: 10px;
  text-shadow: 0 0 8px rgb(255, 255, 255), 0 0 16px rgba(255, 255, 255, 0.8);
}
.page-service-item-link::before {
  content: "\f062";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent;
  color: var(--accent-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-testimonial.service-testimonial {
  padding: 100px 0;
}

/************************************/
/***   16. Service Single css	  ***/
/************************************/
.page-service-single {
  padding: 85px 0;
  background-color: #F9F5DF;
}

.service-sidebar {
  position: sticky;
  top: 10px;
}

.service-catagery-list h3 {
  font-size: 26px;
  text-transform: initial;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--divider-color);
}

.service-catagery-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-catagery-list ul li {
  padding: 7px 20px;
  background-color: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li a {
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: transparent;
  color: var(--primary-color);
  text-transform: initial;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 10px;
  font-family: var(--default-font);
  font-size: 13px;
  line-height: 160%;
  font-weight: 400;
  text-transform: capitalize;
}

.service-catagery-list ul li:hover {
  background-color: var(--accent-color);
}

.service-catagery-list ul li a::after {
  content: "\f062";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%) rotate(45deg);
          transform: translate(0px, -50%) rotate(45deg);
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a::after {
  -webkit-transform: translate(0px, -50%) rotate(90deg);
          transform: translate(0px, -50%) rotate(90deg);
}

.service-featured-image {
  margin-bottom: 30px;
  position: relative;
}

.service-featured-image:after {
  position: absolute;
  content: "";
  background: url("../images/white-squre-bg-img.svg") no-repeat top left;
  background-size: 100% auto;
  width: 52px;
  height: 52px;
  top: 0;
  left: 0;
}

.service-entry p:last-child {
  margin-bottom: 0;
}

.service-why-choose {
  padding: 100px 0;
  background: var(--secondary-color) url("../images/white-squre-bg-img.svg") no-repeat right bottom;
  background-size: auto;
}

.service-why-choose .section-title h3 {
  background: var(--white-color);
  color: var(--accent-color);
}

.service-why-choose-body {
  margin-bottom: 30px;
}

.service-why-choose-body p {
  margin: 0;
}

.service-why-choose-list {
  margin-bottom: 30px;
}

.service-why-choose-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-why-choose-list ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.service-why-choose-list ul li:last-child {
  margin-bottom: 0;
}

.service-why-choose-list ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 3px;
  left: 0;
}

.why-choose-video-box {
  position: relative;
  overflow: hidden;
}

.service-why-choose-image a {
  cursor: initial;
}

.service-why-choose-image img {
  aspect-ratio: 1/0.65;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service-why-choose-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-button a {
  background-color: var(--accent-color);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: initial;
}

.video-button a:before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid var(--divider-color);
  border-radius: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: -1;
  -webkit-animation: border-zooming 1.2s infinite linear;
          animation: border-zooming 1.2s infinite linear;
}

.video-button a:after {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid var(--divider-color);
  border-radius: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: -1;
  -webkit-animation: border-zooming 1.2s infinite linear;
          animation: border-zooming 1.2s infinite linear;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@keyframes border-zooming {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.video-button a i {
  font-size: 26px;
  color: var(--white-color);
}

.service-benefits {
  padding: clamp(30px, 5.208vw, 100px) 0 clamp(30px, 5.208vw, 70px) !important;
  background: url("../images/squre-bg-img-2.svg") no-repeat bottom left;
  background-size: auto;
}

.service-benefits .section-title {
  text-align: center;
}

.service-benefit-item {
  padding: 40px;
  border: 1px solid var(--divider-color);
  text-align: center;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: initial;
}

.service-benefit-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 0px;
  background: var(--secondary-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
  z-index: -1;
}

.service-benefit-item:hover:before {
  top: 0;
}

.service-benefit-item .icon-box {
  margin-bottom: 20px;
}

.service-benefit-item .service-benefit-content h3 {
  font-size: 22px;
  text-transform: initial;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-benefit-item .service-benefit-content p {
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-strategy {
  padding: 100px 0;
  background: url("../images/squre-bg-black-2.svg") no-repeat left top;
  background-size: auto;
}

.service-strategy .section-title h3 {
  background: var(--white-color);
  color: var(--accent-color);
}

.service-strategy-image {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.service-strategy-image figure::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), color-stop(60.5%, transparent));
  background: linear-gradient(180deg, var(--primary-color) 0%, transparent 60.5%);
  z-index: 1;
}

.service-strategy-content h2 {
  margin-bottom: 40px;
  font-size: clamp(32px, 4.883vw, 50px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.service-strategy-content h3 {
  font-size: clamp(26px, 3.516vw, 36px);
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.service-strategy-content p {
  font-family: var(--second-font);
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  color: var(--black-color);
}
.service-strategy-content ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.service-strategy-content ul li {
  list-style-type: disc;
}
.service-strategy-content ul li,
.service-strategy-content ol li {
  font-family: var(--second-font);
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  color: var(--black-color);
}
.service-strategy-content strong {
  font-family: var(--second-font);
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  color: var(--black-color);
}

.service-strategy-title {
  margin-bottom: 20px;
}

.service-strategy-title h3 {
  font-size: 22px;
  text-transform: initial;
}

.service-strategy-body {
  margin-bottom: 20px;
}

.service-strategy-body p:last-child {
  margin: 0;
}

.service-strategy-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-strategy-list ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.service-strategy-list ul li:last-child {
  margin-bottom: 0;
}

.service-strategy-list ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 3px;
  left: 0;
}

.service-strategy__wrapp {
  display: grid;
  grid-template-columns: 1fr 40%;
  grid-gap: 20px 50px;
}
@media (max-width: 1024px) {
  .service-strategy__wrapp {
    grid-template-columns: 100%;
  }
}

.service-strategy__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.our-services-faqs {
  background: url("../images/squre-bg-img-2.svg") no-repeat bottom left;
  background-size: auto;
  padding: 100px 0;
}

.our-services-faqs .section-title {
  position: sticky;
  top: 20px;
}

/************************************/
/***     17. Blog Archive css	  ***/
/************************************/
.page-blog {
  position: relative;
  background: url("../images/squre-bg-img-gold-2.svg") no-repeat left top;
  background-size: auto;
  padding: 100px 0;
}

.page-blog__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .page-blog__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .page-blog__items {
    grid-template-columns: 100%;
  }
}
.post-pagination {
  margin-top: 30px;
  text-align: center;
}

.post-pagination ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--secondary-color);
  color: var(--primary-color);
  width: 40px;
  height: 40px;
  margin: 0 4px;
  border-radius: 4px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.post-pagination ul li.active a,
.post-pagination ul li a:hover {
  background: var(--accent-color);
}

/************************************/
/***     18. Blog Single css	  ***/
/************************************/
.post-single-meta ul li {
  display: inline-block;
  color: var(--white-color);
  text-transform: initial;
}

.post-single-meta ul li:last-child {
  margin-right: 0;
}

.post-single-meta ol li i {
  font-size: 14px;
  color: var(--white-color);
  margin-right: 5px;
}

.page-single-post {
  padding: 100px 0;
}

.post-image {
  position: relative;
  margin-bottom: 30px;
}

.post-image::after {
  content: "";
  position: absolute;
  background-image: url(../images/white-squre-bg-img.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 52px;
  z-index: 1;
}

.post-image figure {
  display: block;
}

.post-image img {
  aspect-ratio: 1/0.5;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-content {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.post-entry {
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.post-entry:after {
  content: "";
  display: block;
  clear: both;
}

.post-entry a {
  color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  margin: 0 0 0.6em;
}

.post-entry h1 {
  font-size: 58px;
}

.post-entry h2 {
  font-size: 50px;
}

.post-entry h3 {
  font-size: 40px;
}

.post-entry h4 {
  font-size: 30px;
}

.post-entry h5 {
  font-size: 24px;
}

.post-entry h6 {
  font-size: 18px;
}

.post-entry p {
  margin-bottom: 20px;
}

.post-entry p:last-child {
  margin-bottom: 0;
}

.post-entry p strong {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
}

.post-entry ol {
  margin: 0 0 30px;
}

.post-entry ol li {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
}

.post-entry ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
}

.post-entry ul li {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}

.post-entry ul li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 18px;
  color: var(--accent-color);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 4px;
  left: 0;
}

.post-entry ul li:last-child {
  margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
  margin-top: 20px;
  margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
  margin-bottom: 0;
}

.post-entry blockquote {
  background: var(--secondary-color) url(../images/icon-blockquote.svg) no-repeat 40px 46px;
  background-size: 45px;
  padding: 40px 40px 40px 110px;
  margin-bottom: 30px;
}

.post-entry blockquote p {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
}

.post-entry blockquote p:last-child {
  margin-bottom: 0;
}

.tag-links {
  display: inline-block;
}

.tag-links {
  font-size: 30px;
  font-weight: 600;
  color: var(--primary-color);
}

.post-tags .tag-links a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: initial;
  background-color: var(--accent-color);
  color: var(--white-color);
  padding: 8px 15px;
  margin-left: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
  background-color: var(--primary-color);
}

.post-tags .tag-links a::before {
  display: none;
}

.post-tags .tag-links a::after {
  background-color: var(--accent-color);
}

.post-social-sharing {
  text-align: right;
}

.post-social-sharing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-social-sharing ul li {
  display: inline-block;
  margin-right: 10px;
}

.post-social-sharing ul li:last-child {
  margin-right: 0;
}

.post-social-sharing ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  text-align: center;
  background-color: var(--accent-color);
  color: var(--white-color);
  width: 38px;
  height: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.post-social-sharing ul li a i {
  font-size: 18px;
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a i {
  color: var(--secondry-color);
}

/************************************/
/***     19. Project Page css  	  ***/
/************************************/
.our-projects {
  padding: 100px 0 70px;
}

.our-projects .section-title {
  text-align: center;
}

.our-projects-nav {
  margin-bottom: 50px;
}

.our-projects-nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.our-projects-nav ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.our-projects-nav ul li:last-child {
  margin-right: 0;
}

.our-projects-nav ul li a {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-weight: 600;
  padding: 8px 20px;
  text-transform: initial;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.our-projects-nav ul li a:hover {
  background-color: var(--accent-color);
}

.our-projects-nav ul li a.active-btn {
  background-color: var(--accent-color);
}

.project-item-box .project-item {
  height: calc(100% - clamp(10px, 1.829vw, 30px));
  margin-bottom: clamp(10px, 1.829vw, 30px);
}

.project-item-box {
  padding: 0 clamp(5px, 0.915vw, 15px);
}

/************************************/
/***    20. Project Single css    ***/
/************************************/
.page-project-single {
  background: url("../images/squre-bg-img.svg") no-repeat bottom right;
  background-size: auto;
  padding: 100px 0;
}

.project-sidebar {
  position: sticky;
  top: 10px;
}

.project-info-box {
  border: 1px solid var(--divider-color);
  padding: 30px;
}

.project-info-box-title {
  margin-bottom: 30px;
}

.project-info-box-title h3 {
  font-size: 22px;
  text-transform: initial;
}

.project-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.project-info-item:last-child {
  margin-bottom: 0;
}

.project-info-item .icon-box {
  background-color: var(--secondary-color);
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.project-info-content {
  width: calc(100% - 90px);
}

.project-info-content h3 {
  font-size: 18px;
  text-transform: initial;
  margin-bottom: 10px;
}

.project-info-content p {
  text-transform: initial;
  margin: 0;
}

.project-single-slider {
  margin-bottom: 30px;
}

.project-slider {
  position: relative;
  margin-bottom: 20px;
}

.project-slider:after {
  content: "";
  position: absolute;
  background: url(../images/white-squre-bg-img.svg) no-repeat;
  background-position: top left;
  background-size: 100% auto;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  z-index: 1;
}

.project-slider .swiper-wrapper {
  cursor: initial;
}

.project-slider .swiper-slide {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-slider .swiper-slide-thumb-active {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-slider-item .swiper-slide {
  cursor: initial;
}

.project-slider img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.slide-image a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-meta h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.project-meta p:last-child {
  margin: 0;
}

.project-meta ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
}

.project-meta ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}

.project-meta ul li:last-child {
  margin-bottom: 0;
}

.project-meta ul li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 4px;
  left: 0;
}

.company-benefits {
  position: relative;
  padding: 75px 0;
  background: url(../images/squre-bg-img-gold-2.svg) no-repeat left top;
  background-size: auto;
}

.company-benefits-content h2 {
  margin-bottom: 40px;
  font-size: clamp(32px, 4.883vw, 50px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.company-benefits-content h3 {
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.company-benefits-content p {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: var(--black-color);
}
.company-benefits-content ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.company-benefits-content ul li {
  list-style-type: disc;
}
.company-benefits-content ul li,
.company-benefits-content ol li {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: var(--black-color);
}
.company-benefits-content strong {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
  color: var(--black-color);
}

.company-benefits-title {
  margin-bottom: 20px;
}

.company-benefits-title h2 {
  font-size: 50px;
  cursor: initial;
}

.company-benefits-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.company-benefits-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}

.company-benefits-list ul li:last-child {
  margin-bottom: 0;
}

.company-benefits-list ul li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 4px;
  left: 0;
}

.company-benefits-img-1 {
  margin-bottom: 30px;
}

.company-benefits-img-2 figure,
.company-benefits-img-1 figure {
  display: block;
}

.company-benefits-img-1 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.company-benefits-counter {
  background-image: url("../images/benefits-counter-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  padding: 15px;
}

.company-benefits-counter h3 {
  font-size: 50px;
  color: var(--accent-color);
  margin-bottom: 5px;
}

.company-benefits-counter h3 span {
  color: var(--primary-color);
}

.company-benefits-counter p {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  margin: 0;
}

.company-benefits-img-2 img {
  aspect-ratio: 1/1.5;
  -o-object-fit: cover;
  object-fit: cover;
}

.company-quality {
  background: url("../images/squre-bg-img.svg") no-repeat top left;
  background-size: auto;
  padding: 100px 0;
}

.company-quality-img figure {
  display: inline-block;
  -webkit-mask-image: url("../images/company-quality-img.svg");
  mask-image: url("../images/company-quality-img.svg");
  background-image: url("../images/company-quality-img.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.company-quality-img img {
  aspect-ratio: 1/0.75;
  -o-object-fit: cover;
  object-fit: cover;
}

.company-quality-title {
  margin-bottom: 20px;
}

.company-quality-title h2 {
  font-size: 50px;
  cursor: initial;
}

.company-quality-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.company-quality-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}

.company-quality-list ul li:last-child {
  margin-bottom: 0;
}

.company-quality-list ul li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 4px;
  left: 0;
}

.our-project-faqs {
  padding: 100px 0;
  background: url("../images/squre-bg-img-2.svg") no-repeat left bottom;
  background-size: auto;
}

.our-project-faqs .section-title {
  position: sticky;
  top: 20px;
}

/************************************/
/***     21. Team Page css  	  ***/
/************************************/
.hr-department-team {
  padding: 100px 0 70px;
  background: url("../images/squre-bg-img.svg") no-repeat right bottom;
  background-size: auto;
}

.hr-department-team .section-title {
  text-align: center;
}

.research-department-team {
  padding: 100px 0 70px;
  background: var(--secondary-color) url("../images/white-squre-bg-img.svg") no-repeat right bottom;
}

.research-department-team .section-title {
  text-align: center;
}

.research-department-team .section-title h3 {
  background: var(--white-color);
  color: var(--accent-color);
}

.project-department-team {
  padding: 100px 0 70px;
  background: url("../images/squre-bg-img-2.svg") no-repeat left bottom;
}

.project-department-team .section-title {
  text-align: center;
}

/************************************/
/***    22. Contact us Page css   ***/
/************************************/
.page-contact-us {
  padding: 100px 0 65px;
}

.page-contact-us .section-title {
  margin-bottom: 20px;
}

.contact-form-content {
  margin-bottom: 30px;
  font-family: var(--second-font);
  color: var(--black-color);
}

.contact-form-content p {
  margin: 0;
}

.contact-form-content ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.contact-sidebar {
  border: 1px solid var(--divider-color);
  padding: 30px;
}

.contact-info {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--divider-color);
}

.contact-info:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.contact-info-title {
  margin-bottom: 30px;
}

.contact-info-title h3 {
  margin-bottom: 34px;
  font-size: 22px;
  line-height: 110%;
  font-weight: 600;
}

.contact-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
}
.contact-info-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-family: var(--second-font);
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: var(--black-color);
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-info-box a:hover {
  color: var(--accent-color);
}
.contact-info-box a svg {
  width: 24px;
  height: 24px;
}
.contact-info-box .contact-tels {
  display: grid;
  grid-template-columns: 24px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.contact-info-box .contact-tels span {
  grid-row: span 2;
}
.contact-info-box .contact-tels svg {
  width: 24px;
  height: 24px;
}
.contact-info-box .worktime {
  display: grid;
  grid-template-columns: 24px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-family: var(--second-font);
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: var(--black-color);
}
.contact-info-box .worktime span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-info-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--second-font);
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: var(--primary-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-info-item:hover {
  color: var(--accent-color);
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-info-item .icon-box {
  position: absolute;
  top: 1px;
  left: 0;
}

.contact-info-item .icon-box i {
  color: var(--accent-color);
  font-size: 18px;
}

.contact-us-form .form-control {
  padding: 13px 10px 15px;
  font-family: var(--second-font);
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  border-color: var(--divider-color);
  border-radius: 0;
  color: var(--primary-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.contact-us-form .form-control::-webkit-input-placeholder {
  font-family: var(--second-font);
  font-size: 16px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.75);
}
.contact-us-form .form-control::-moz-placeholder {
  font-family: var(--second-font);
  font-size: 16px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.75);
}
.contact-us-form .form-control:-ms-input-placeholder {
  font-family: var(--second-font);
  font-size: 16px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.75);
}
.contact-us-form .form-control::-ms-input-placeholder {
  font-family: var(--second-font);
  font-size: 16px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.75);
}
.contact-us-form .form-control::placeholder {
  font-family: var(--second-font);
  font-size: 16px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.75);
}

.contact-us-form .form-group label {
  text-transform: capitalize;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  text-transform: initial;
  margin-bottom: 5px;
}

.google-map {
  padding: 100px 0;
  background: var(--secondary-color);
}

.google-map .section-title {
  text-align: center;
}

.google-map .section-title h3 {
  background: var(--white-color);
  color: var(--accent-color);
}

.google-map-iframe {
  width: 100%;
  height: 700px;
}

.google-map-iframe iframe {
  width: 100%;
  height: 700px;
}

/************************************/
/***     23. Gallery Page css     ***/
/************************************/
.our-gallery-page {
  padding: 100px 0 70px;
}

.our-gallery-page .section-title {
  text-align: center;
}

.photo-gallery {
  margin-bottom: 30px;
}

.photo-gallery a {
  cursor: initial;
}

.photo-gallery img {
  aspect-ratio: 1/0.8;
  -o-object-fit: cover;
  object-fit: cover;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
  border: none;
}

.mfp-arrow-left:after {
  border-right: 13px solid var(--accent-color);
  opacity: 1;
}

.mfp-arrow-right:after {
  border-left: 13px solid var(--accent-color);
  opacity: 1;
}

/************************************/
/***      24. FAQs Page css       ***/
/************************************/
.page-faqs {
  padding: 100px 0;
}

.faq-sidebar {
  position: sticky;
  top: 20px;
}

.faq-category-box {
  border: 1px solid var(--divider-color);
  padding: 30px;
}

.faq-category-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-category-box ul li {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-category-box ul li:hover {
  border-color: var(--accent-color);
}

.faq-category-box ul li:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.faq-category-box ul li a {
  position: relative;
  display: block;
  color: var(--primary-color);
  text-transform: initial;
  padding-right: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.faq-category-box ul li a::after {
  content: "\f062";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  color: var(--primary-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.faq-category-box ul li:hover a:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  color: var(--accent-color);
}

.faq-category-box ul li:hover a {
  color: var(--accent-color);
}

.faqs-section {
  margin-bottom: 60px;
}

.faqs-section:last-child {
  margin-bottom: 0;
}

.faqs-section .faqs-section-title .section-title {
  margin-bottom: 40px;
}

.page-faqs-accordion .accordion-item {
  position: relative;
  background: none;
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.page-faqs-accordion .accordion-item:last-child {
  border: none;
  margin-bottom: 0;
}

.page-faqs-accordion .accordion-item .accordion-button {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 30px 8px 80px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-faqs-accordion .accordion-button:not(.collapsed) {
  color: var(--accent-color);
}

.page-faqs-accordion .accordion-item .accordion-button::after,
.page-faqs-accordion .accordion-item .accordion-button.collapsed::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0px, -10px) rotate(45deg);
          transform: translate(0px, -10px) rotate(45deg);
  background-image: url(../images/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-faqs-accordion .accordion-item .accordion-button.collapsed::after {
  -webkit-transform: translate(0px, -10px) rotate(0deg);
          transform: translate(0px, -10px) rotate(0deg);
}

.page-faqs-accordion .accordion-item .accordion-button span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  font-size: 22px;
  line-height: 1.1em;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-faqs-accordion .accordion-button:not(.collapsed) span {
  color: var(--accent-color);
}

.page-faqs-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 5px 30px 5px 80px;
}

.page-faqs-accordion .accordion-item .accordion-collapse .accordion-body p {
  margin: 0;
}

/************************************/
/***        25. 404 Page css      ***/
/************************************/
.error-page {
  text-align: center;
  padding: 100px 0;
}

.error-page-image {
  margin-bottom: 40px;
}

.error-page-image img {
  height: auto;
}

.error-page-content-heading {
  margin-bottom: 40px;
}

.error-page-content-heading h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

.error-page-content-body p {
  font-weight: 600;
  margin-bottom: 30px;
}

/************************************/
/***      26. responsive css      ***/
/************************************/
@media only screen and (max-width: 1024px) {
  .main-menu ul li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  #magic-cursor {
    display: none !important;
  }
  .slicknav_nav li,
  .slicknav_nav ul {
    display: block;
  }
  .responsive-menu,
  .navbar-toggle {
    display: block;
  }
  .section-row {
    margin-bottom: 40px;
  }
  .section-btn {
    text-align: left;
    margin-top: 15px;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 36px;
  }
  .section-title-content {
    text-align: left;
    margin-left: 0;
    margin-top: 15px;
  }
  .hero {
    padding: 100px 0 120px;
  }
  .hero-content-title h3 {
    font-size: 18px;
  }
  .hero-content-title h1,
  .hero-content-title h2 {
    font-size: 60px;
  }
  .hero-content-body p {
    font-size: 16px;
  }
  .hero-slider-layout .hero-slide {
    padding: 100px 0 120px;
  }
  .hero-slider-layout .swiper-pagination {
    bottom: 50px;
  }
  .about-us {
    padding: 50px 0;
  }
  .about-content {
    margin-bottom: 30px;
  }
  .about-content-body {
    margin-bottom: 30px;
  }
  .about-image {
    margin-bottom: 30px;
  }
  .about-image img {
    width: 100%;
    aspect-ratio: 1/0.7;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-company-content h3 {
    font-size: 20px;
  }
  .our-services {
    padding: 50px 0;
  }
  .service-item {
    padding: 30px;
  }
  .our-services .col-lg-3:nth-of-type(even) .service-item {
    margin-top: 50px;
  }
  .service-body h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .why-choose-us {
    padding: 50px 0 20px;
  }
  .why-choose-content {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .why-choose-item {
    padding: 30px;
  }
  .why-choose-image img {
    aspect-ratio: 1/0.75;
  }
  .why-choose-body h3 {
    font-size: 20px;
  }
  .video-play-button a {
    width: 70px;
    height: 70px;
  }
  .video-play-button a i {
    font-size: 26px;
  }
  .our-project {
    padding: 50px 0 25px;
  }
  .project-content h3 {
    font-size: 20px;
  }
  .our-testimonial {
    padding: 25px 0 50px;
  }
  .testimonial-item {
    padding: 30px;
  }
  .author-content h2 {
    font-size: 20px;
  }
  .testimonial-header {
    margin-bottom: 20px;
  }
  .our-faqs {
    padding: 50px 0;
  }
  .faq-accordion {
    margin-left: 0px;
  }
  .faq-accordion .accordion-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .faq-accordion .accordion-item .accordion-button span {
    font-size: 20px;
  }
  .faq-accordion .accordion-item .accordion-button {
    font-size: 20px;
    padding: 5px 30px 5px 60px;
  }
  .faq-accordion.how-work-accordion .accordion-item .accordion-button::after,
  .faq-accordion.how-work-accordion .accordion-item .accordion-button.collapsed::after {
    font-size: 16px;
  }
  .faq-accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 5px 30px 5px 60px;
  }
  .latest-news {
    padding: 50px 0 20px;
  }
  .post-item-meta {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .post-item-body h2 {
    font-size: 20px;
  }
  .main-footer {
    padding: 50px 0 0;
  }
  .about-footer {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-content {
    margin-bottom: 20px;
  }
  .footer-social-links ul li a {
    font-size: 20px;
  }
  .footer-quick-links h2,
  .footer-contact-details h2,
  .footer-newsletter h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer-quick-links ul li {
    margin-bottom: 10px;
  }
  .footer-contact-box {
    padding-right: 0px;
  }
  .subscribe-content {
    max-width: 100%;
  }
  .footer-copyright {
    padding: 15px 0;
    margin-top: 30px;
  }
  .page-about-us {
    padding: 50px 0;
  }
  .about-us-image {
    max-width: 690px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .experience-counter-item {
    width: 180px;
    height: 150px;
  }
  .experience-counter-item .experience-counter-content h3 {
    font-size: 36px;
  }
  .experience-counter-item .experience-counter-content p {
    font-size: 20px;
  }
  .about-story-content {
    padding-left: 0px;
  }
  .company-quality-item .icon-box {
    width: 65px;
    height: 65px;
  }
  .company-quality-item .icon-box img {
    width: 35px;
  }
  .company-quality-item .company-quality-content {
    width: calc(100% - 85px);
  }
  .about-story-footer ul li {
    margin-bottom: 15px;
  }
  .about-story-btn {
    margin-top: 10px;
  }
  .company-counter {
    padding: 40px 0 10px;
  }
  .company-counter .col-lg-3:nth-child(2n+2) .company-counter-item:before {
    display: none;
  }
  .company-counter-item {
    margin-bottom: 30px;
  }
  .company-counter-item .counter-content h3 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .company-counter-item .counter-content p {
    font-size: 20px;
  }
  .how-it-work {
    padding: 50px 0;
  }
  .company-expertise {
    padding: 50px 0;
  }
  .company-expertise-content {
    margin-bottom: 30px;
  }
  .company-expertise-footer ul li {
    padding: 10px 10px 10px 35px;
  }
  .company-expertise-footer ul li:before {
    font-size: 16px;
    top: 15px;
    left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .expertise-counter-image {
    text-align: center;
    width: 100%;
    max-width: 550px;
    margin-left: 0;
    margin: 0 auto;
  }
  .satisfied-client {
    width: 250px;
    padding: 10px 20px;
  }
  .satisfied-client-icon img {
    width: 45px;
  }
  .satisfied-client-content {
    width: calc(100% - 60px);
    text-align: left;
  }
  .satisfied-client-content h3 {
    font-size: 22px;
  }
  .satisfied-client-content p {
    font-size: 16px;
  }
  .meet-team {
    padding: 50px 0 20px;
  }
  .cta-box {
    padding: 50px 0;
  }
  .cta-content {
    max-width: 100%;
  }
  .cta-content-body {
    margin-bottom: 30px;
  }
  .cta-content-body:before {
    width: 70px;
    height: 70px;
    bottom: -70px;
    left: 170px;
  }
  @-webkit-keyframes arrowmoveobjects {
    50% {
      left: 140px;
    }
  }
  @keyframes arrowmoveobjects {
    50% {
      left: 140px;
    }
  }
  .our-testimonial.about-testimonial {
    padding: 50px 0;
  }
  .page-service {
    padding: 50px 0 20px;
  }
  .our-testimonial.service-testimonial {
    padding: 50px 0;
  }
  .page-service-single {
    padding: clamp(25px, 4vw, 50px) 0 !important;
  }
  .service-sidebar {
    margin-bottom: 30px;
  }
  .service-catagery-list h3 {
    font-size: 24px;
  }
  .service-why-choose {
    padding: 50px 0;
  }
  .service-why-choose-content {
    margin-bottom: 30px;
  }
  .service-why-choose-body {
    margin-bottom: 20px;
  }
  .service-benefits {
    padding: 50px 0 20px;
  }
  .service-benefit-item {
    padding: 30px;
  }
  .service-benefit-item .icon-box {
    margin-bottom: 15px;
  }
  .service-benefit-item .service-benefit-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .service-strategy {
    padding: 50px 0;
  }
  .service-strategy-image {
    margin-bottom: 30px;
  }
  .service-strategy-title h3 {
    margin-bottom: 20px;
  }
  .our-services-faqs {
    padding: 50px 0;
  }
  .page-blog {
    padding: 50px 0;
  }
  .post-pagination {
    margin-top: 10px;
  }
  .post-single-meta {
    padding: 6px 15px;
  }
  .post-single-meta ul li {
    margin-right: 20px;
  }
  .post-single-meta ul li i {
    font-size: 16px;
    margin-right: 5px;
  }
  .page-single-post {
    padding: 50px 0;
  }
  .post-image {
    margin-bottom: 20px;
  }
  .post-entry blockquote {
    background: var(--secondary-color) url(../images/icon-blockquote.svg) no-repeat 30px 36px;
    background-size: 45px;
    padding: 30px 30px 30px 90px;
    margin-bottom: 20px;
  }
  .post-entry blockquote p {
    font-size: 18px;
  }
  .post-entry h2 {
    font-size: 36px;
  }
  .post-entry ul li {
    font-size: 16px;
  }
  .post-tag-links {
    padding: 0 0px;
  }
  .post-tags {
    margin-bottom: 10px;
  }
  .tag-links {
    font-size: 26px;
  }
  .post-social-sharing {
    text-align: left;
  }
  .our-projects {
    padding: 50px 0 20px;
  }
  .our-projects-nav {
    margin-bottom: 30px;
  }
  .page-project-single {
    padding: 50px 0;
  }
  .project-sidebar {
    margin-bottom: 30px;
  }
  .project-info-box-title h3 {
    font-size: 20px;
  }
  .project-info-item .icon-box {
    width: 60px;
    height: 60px;
  }
  .project-info-item .icon-box img {
    width: 35px;
  }
  .project-info-content {
    width: calc(100% - 80px);
  }
  .project-info-content h3 {
    margin-bottom: 5px;
  }
  .project-meta h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .company-benefits {
    padding: 50px 0;
  }
  .company-benefits-content {
    margin-bottom: 30px;
  }
  .company-benefits-counter h3 {
    font-size: 36px;
  }
  .company-benefits-counter p {
    font-size: 16px;
  }
  .company-benefits-title h2 {
    font-size: 36px;
  }
  .company-quality {
    padding: 50px 0;
  }
  .company-quality-img {
    margin-bottom: 30px;
  }
  .company-quality-title h2 {
    font-size: 36px;
  }
  .our-project-faqs {
    padding: 50px 0;
  }
  .hr-department-team {
    padding: 50px 0 20px;
  }
  .research-department-team {
    padding: 50px 0 20px;
  }
  .project-department-team {
    padding: 50px 0 20px;
  }
  .page-contact-us {
    padding: 50px 0;
  }
  .contact-sidebar {
    margin-bottom: 30px;
  }
  .contact-info-title {
    margin-bottom: 20px;
  }
  .contact-info-title h3 {
    font-size: 26px;
  }
  .contact-info-box {
    padding-right: 0px;
  }
  .google-map {
    padding: 50px 0;
  }
  .google-map-iframe {
    height: 400px;
  }
  .google-map-iframe iframe {
    height: 400px;
  }
  .our-gallery-page {
    padding: 50px 0 20px;
  }
  .page-faqs {
    padding: 50px 0;
  }
  .faq-sidebar {
    position: relative;
    top: 0;
  }
  .faq-category-box {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
  .faqs-section {
    margin-bottom: 40px;
  }
  .faqs-section .faqs-section-title .section-title {
    margin-bottom: 30px;
  }
  .page-faqs-accordion .accordion-item .accordion-button {
    font-size: 20px;
    padding: 8px 30px 8px 60px;
  }
  .page-faqs-accordion .accordion-item .accordion-button span {
    font-size: 20px;
  }
  .error-page {
    text-align: center;
    padding: 50px 0;
  }
  .error-page-content-heading {
    margin-bottom: 30px;
  }
  .error-page-content-heading h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .topbar-social-links {
    display: none;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 30px;
  }
  .hero {
    padding: 80px 0;
  }
  .hero-content-title h3 {
    font-size: 16px;
  }
  .hero-content-title h1,
  .hero-content-title h2 {
    font-size: 40px;
  }
  .hero-content-footer .btn-default.btn-highlighted {
    margin-left: 0px;
    margin-top: 10px;
  }
  .hero-slider-layout .hero-slide {
    padding: 80px 0 80px;
  }
  .hero-slider-layout .swiper-pagination {
    bottom: 20px;
  }
  .about-us {
    background-size: 40px auto;
  }
  .our-services {
    background-size: 40px auto;
  }
  .about-content-body ul li {
    padding-left: 25px;
  }
  .about-content-body ul li:before {
    font-size: 16px;
    top: 4px;
  }
  .about-company-item .icon-box {
    margin-right: 10px;
  }
  .about-company-content {
    width: calc(100% - 70px);
  }
  .about-company-content h3 {
    font-size: 18px;
  }
  .service-item {
    padding: 20px;
    margin-bottom: 30px;
  }
  .our-services .col-lg-3:nth-of-type(even) .service-item {
    margin-top: 0px;
  }
  .service-body h3 {
    font-size: 18px;
  }
  .service-footer-btn {
    margin-top: 20px;
  }
  .why-choose-us {
    background-size: 40px auto;
  }
  .why-choose-item {
    padding: 20px;
  }
  .why-choose-body h3 {
    font-size: 18px;
  }
  .intro-video-box .video-image img {
    aspect-ratio: 1/0.7;
  }
  .project-content h3 {
    font-size: 18px;
  }
  .testimonial-item {
    padding: 20px;
  }
  .our-testimonial {
    background-size: 40px auto;
  }
  .author-content h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .faq-accordion .accordion-item .accordion-button {
    font-size: 18px;
    padding: 5px 30px 5px 40px;
  }
  .faq-accordion .accordion-item .accordion-button::after,
  .faq-accordion .accordion-item .accordion-button.collapsed::after {
    width: 14px;
    height: 14px;
    -webkit-transform: translate(0px, -6px) rotate(45deg);
            transform: translate(0px, -6px) rotate(45deg);
  }
  .faq-accordion .accordion-item .accordion-button.collapsed::after {
    -webkit-transform: translate(0px, -6px) rotate(0deg);
            transform: translate(0px, -6px) rotate(0deg);
  }
  .faq-accordion .accordion-item .accordion-button span {
    font-size: 18px;
    line-height: 1em;
  }
  .faq-accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 5px 30px 5px 0px;
  }
  .latest-news {
    background-size: 40px auto;
  }
  .post-item-meta ul li a {
    font-size: 14px;
  }
  .post-item-meta ul li a i {
    font-size: 16px;
    margin-right: 5px;
  }
  .post-item-body h2 {
    font-size: 18px;
  }
  .main-footer {
    background-size: 40px auto;
  }
  .footer-contact-details,
  .footer-quick-links {
    margin-bottom: 20px;
  }
  .footer-quick-links span,
  .footer-contact-details span,
  .footer-newsletter span {
    font-size: 18px;
  }
  .footer-info-box .icon-box i {
    font-size: 18px;
  }
  .page-about-us {
    background-size: 40px auto;
  }
  .about-us-image {
    padding-bottom: 110px;
  }
  .about-img-1 {
    width: 200px;
  }
  .about-img-2 img {
    aspect-ratio: 1/1;
    width: 190px;
  }
  .experience-counter-item {
    width: 125px;
    height: 110px;
  }
  .experience-counter-item .experience-counter-content h3 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .experience-counter-item .experience-counter-content p {
    font-size: 16px;
  }
  .client-counter-item .client-counter-content img {
    width: 150px;
  }
  .client-counter-item .client-counter-content h3 {
    font-size: 14px;
  }
  .about-company-quality .company-quality-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-company-quality .company-quality-item:last-child {
    margin-bottom: 0;
  }
  .about-story-footer ul li {
    width: 100%;
    margin-right: 0;
  }
  .about-story-btn {
    margin-top: 25px;
  }
  .company-counter-item:before {
    display: none;
  }
  .company-counter-item .counter-content h3 {
    font-size: 28px;
  }
  .company-counter-item .counter-content p {
    font-size: 16px;
  }
  .how-it-work {
    background-size: 40px auto;
  }
  .faq-accordion.how-work-accordion .accordion-item .accordion-button::after,
  .faq-accordion.how-work-accordion .accordion-item .accordion-button.collapsed::after {
    -webkit-transform: translate(0, -6px) rotate(90deg);
            transform: translate(0, -6px) rotate(90deg);
  }
  .faq-accordion.how-work-accordion .accordion-item .accordion-button.collapsed::after {
    -webkit-transform: translate(0, -6px) rotate(45deg);
            transform: translate(0, -6px) rotate(45deg);
  }
  .company-expertise-footer ul {
    gap: 10px;
  }
  .company-expertise-footer ul li {
    width: 100%;
    margin-right: 0;
  }
  .company-expertise-footer ul li:last-child {
    margin-bottom: 0;
  }
  .satisfied-client-content h3 {
    font-size: 20px;
  }
  .satisfied-client {
    top: 30px;
    width: 220px;
  }
  .meet-team {
    background-size: 40px auto;
  }
  .team-content h3 {
    font-size: 20px;
  }
  .cta-content-body:before {
    width: 55px;
    height: 55px;
    left: 0;
  }
  @-webkit-keyframes arrowmoveobjects {
    50% {
      left: 20px;
    }
  }
  @keyframes arrowmoveobjects {
    50% {
      left: 20px;
    }
  }
  .our-testimonial.about-testimonial {
    background-size: 40px auto;
  }
  .service-catagery-list h3 {
    font-size: 22px;
  }
  .service-why-choose {
    background-size: 40px auto;
  }
  .service-benefits {
    background-size: 40px auto;
  }
  .service-benefit-item {
    padding: 20px;
  }
  .service-strategy {
    background-size: 40px auto;
  }
  .our-services-faqs {
    background-size: 40px auto;
  }
  .post-entry blockquote {
    background: var(--secondary-color) url(../images/icon-blockquote.svg) no-repeat 20px 20px;
    background-size: 35px;
    padding: 50px 20px 20px 20px;
  }
  .post-entry h2 {
    font-size: 30px;
  }
  .tag-links {
    font-size: 22px;
  }
  .project-info-box {
    padding: 20px;
  }
  .page-project-single {
    background-size: 40px auto;
  }
  .company-benefits-title h2 {
    font-size: 28px;
  }
  .benefits-image-counter {
    margin-bottom: 30px;
  }
  .company-benefits-counter h3 {
    font-size: 28px;
  }
  .company-benefits-img-2 img {
    aspect-ratio: 1/1.1;
  }
  .company-quality {
    background-size: 40px auto;
  }
  .company-quality-title h2 {
    font-size: 28px;
  }
  .our-project-faqs {
    background-size: 40px auto;
  }
  .hr-department-team {
    background-size: 40px auto;
  }
  .research-department-team {
    background-size: 40px auto;
  }
  .project-department-team {
    background-size: 40px auto;
  }
  .contact-sidebar {
    padding: 20px;
  }
  .contact-info-title h3 {
    font-size: 22px;
  }
  .google-map-iframe {
    height: 300px;
  }
  .google-map-iframe iframe {
    height: 300px;
  }
  .faq-category-box {
    padding: 20px;
  }
  .page-faqs-accordion .accordion-item .accordion-button {
    font-size: 18px;
    padding: 8px 30px 8px 35px;
  }
  .page-faqs-accordion .accordion-item .accordion-button span {
    font-size: 18px;
  }
  .page-faqs-accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 5px 30px 5px 0px;
  }
  .error-page-content-heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .project-content h3 {
    font-size: 16px;
  }
}
.project-single-slider img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

footer .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 20px;
}

.footer-social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-btn-modal] svg {
  pointer-events: none;
}

.modal {
  margin: auto;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: none;
  height: auto;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 25px;
  border-radius: clamp(20px, 2.0635vw, 26px);
  z-index: 1;
  max-width: clamp(520px, 70.769vw, 920px);
  padding: clamp(25px, 3.6508vw, 46px) clamp(15px, 3.077vw, 40px) clamp(40px, 5vw, 65px);
  width: 90vw;
  background-color: #fff;
  overflow: visible;
}

.modal.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal[data-popup=modal_thanks] {
  max-width: clamp(520px, 50vw, 650px);
  background-image: url("../images/success-buy.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.modal .title,
.modal h2 {
  font-family: var(--default-font);
  font-size: clamp(26px, 5.208vw, 40px);
  line-height: 130%;
  letter-spacing: -1px;
  color: var(--black-color);
  margin: 0;
}

.modal .subtitle {
  font-family: var(--second-font);
  font-size: clamp(16px, 2.604vw, 20px);
  line-height: normal;
  font-weight: 500;
  color: rgba(33, 37, 41, 0.75);
  margin: 0;
}

.modal .close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.modal .close:hover svg {
  fill: var(--accent-color);
}

.modal .close svg {
  fill: var(--cl-g);
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal .modal__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal .modal__box .wpcf7 {
  width: 100%;
}

.modal .main-form {
  margin-top: clamp(25px, 5.859vw, 45px);
}

.modal .main-form label {
  margin-bottom: 5px;
  font-family: var(--default-font);
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: var(--black-color);
}

.modal .main-form input {
  height: 50px;
}
.modal .main-form input::-webkit-input-placeholder {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.75);
}
.modal .main-form input::-moz-placeholder {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.75);
}
.modal .main-form input:-ms-input-placeholder {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.75);
}
.modal .main-form input::-ms-input-placeholder {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.75);
}
.modal .main-form input::placeholder {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.75);
}

.modal .main-form button {
  width: 100%;
}

.modal .main-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.modal .btn-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  padding: 20px 0;
  height: 100%;
  min-height: 100dvh;
  max-height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s 0.2s, visibility 0.2s 0.2s, z-index 0.2s 0.2s;
  transition: opacity 0.2s 0.2s, visibility 0.2s 0.2s, z-index 0.2s 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: none;
}

.overlay::-webkit-scrollbar {
  display: none;
}

.overlay.active {
  z-index: 1001;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  pointer-events: initial;
}

@media (max-width: 992px) {
  .dropdown-menu {
    position: initial;
  }
  .dropdown-menu .nav-link {
    color: #000 !important;
  }
  .dropdown-toggle::after {
    content: none;
  }
  .reveal {
    visibility: visible !important;
  }
}
.company-quality-content h2,
.company-quality-content h2,
.service-strategy-content h2 {
  margin-bottom: 15px;
}

.service-strategy-image * {
  width: 100%;
}

@media (max-width: 576px) {
  .category-section .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .category-section .project-item-box {
    width: 100%;
    max-width: 100%;
  }
  .category-section .btn-default {
    font-size: 14px;
    padding: 10px;
  }
  .category-section .btn-default:before {
    font-size: inherit;
  }
}

/************************************/
/***     27. Shop Page css  	  ***/
/************************************/
.category-section .project-image a {
  border: 1px solid var(--light-white-color);
  background: var(--white-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.category-section .project-image a:hover {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.category-section .project-image a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.84%, #757575), color-stop(45%, rgba(118, 118, 118, 0)));
  background: linear-gradient(0deg, #757575 16.84%, rgba(118, 118, 118, 0) 45%);
}
.category-section .project-image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.mini-cart {
  position: relative;
}
.mini-cart__body {
  display: none;
  max-width: 400px;
  width: 100vw;
  z-index: 20;
  position: absolute;
  right: -15px;
  top: -20px;
}
@media (max-width: 576px) {
  .mini-cart__body {
    max-width: 100vw;
  }
}
.mini-cart__body.Loader * {
  pointer-events: none;
}
.mini-cart__body.Loader:before, .mini-cart__body.Loader:after {
  visibility: visible;
  opacity: 1;
}
.mini-cart__body:before {
  inset: 0;
  position: absolute;
  content: "";
  backdrop-filter: blur(5px);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mini-cart__body:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 150px;
  height: 150px;
  border: 20px solid var(--accent-color);
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  z-index: 6;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.mini-cart .cart {
  background-color: #fff;
  border: 1px solid rgb(232, 232, 232);
}
.mini-cart .cart-close {
  background-color: transparent;
  width: 24px;
  color: #000;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.mini-cart .cart-empty {
  padding: clamp(10px, 1.524vw, 15px) clamp(10px, 1.524vw, 20px) clamp(10px, 1.524vw, 15px) clamp(10px, 1.524vw, 25px);
  min-height: 205px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: rgb(115, 117, 119);
}
.mini-cart .cart .btn-default {
  width: 100%;
}
.mini-cart .cart .quantity-control {
  display: grid;
  grid-template-columns: 28px 50px 28px;
  gap: 5px;
}
.mini-cart .cart .quantity-control > * {
  width: 100%;
  height: 28px;
  padding: 0;
  border-radius: 2px;
}
.mini-cart .cart button {
  outline: none;
  border: 0;
}
.mini-cart .cart-item {
  display: grid;
  grid-template-columns: clamp(80px, 18.889vw, 120px) 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 0;
  gap: 20px;
  margin: 0;
  border-bottom: 1px solid rgb(232, 232, 232);
}
@media (max-width: 576px) {
  .mini-cart .cart-item {
    grid-template-columns: clamp(80px, 25.889vw, 250px) 1fr;
  }
}
.mini-cart .cart .total, .mini-cart .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(10px, 1.524vw, 15px) clamp(10px, 1.524vw, 20px) clamp(10px, 1.524vw, 15px) clamp(10px, 1.524vw, 25px);
}
.mini-cart .cart .total span, .mini-cart .cart-header span {
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
  color: rgb(0, 0, 0);
}
.mini-cart .cart-items {
  padding: 0 10px 0 clamp(10px, 1.524vw, 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 460px;
  overflow-y: auto;
  margin: 0 10px 0 0;
}
.mini-cart .cart-items::-webkit-scrollbar {
  width: 8px;
}
.mini-cart .cart-items::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}
.mini-cart .cart-items::-webkit-scrollbar-thumb {
  background-color: var(--accent-color);
  border-radius: 4px;
  border: 1px solid #ffffff;
}
.mini-cart .cart .item-details {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
}
.mini-cart .cart .item-details .item-title,
.mini-cart .cart .item-details .item-price {
  grid-column: 1/-1;
}
.mini-cart .cart .item-image {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mini-cart .cart .item-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.mini-cart .cart .item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  line-height: 1.2;
  max-height: 2.4em;
  word-break: break-word;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  padding: 0 !important;
}
.mini-cart .cart .item-price {
  font-weight: 400;
  color: rgb(0, 0, 0);
  font-size: 18px;
}
.mini-cart .cart .item-remove {
  background-color: transparent;
  color: rgb(115, 117, 119);
  padding: 0;
  width: 24px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mini-cart__btn {
  outline: none;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  color: var(--primary-color);
  background: var(--accent-color);
  text-transform: initial;
  border: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  aspect-ratio: 1;
  padding: 0;
  height: clamp(45px, 3.415vw, 56px);
  width: clamp(45px, 3.415vw, 56px);
}
.mini-cart__btn svg {
  fill: currentColor;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mini-cart__btn[data-count]:before {
  content: attr(data-count);
  width: 20px;
  font-size: 14px;
  color: #fff;
  background-color: red;
  border-radius: 50%;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.mini-cart__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: var(--primary-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.mini-cart__btn:hover {
  color: var(--accent-color);
}
.mini-cart__btn:hover::after {
  width: 106%;
}

.full-cart {
  --bs-border-radius: 2px;
}
.full-cart__top {
  padding: clamp(40px, 7.692vw, 100px) 0 clamp(40px, 4.308vw, 56px);
}
.full-cart__bottom {
  padding: clamp(50px, 6.923vw, 90px) 0 clamp(50px, 7.692vw, 100px);
  background-color: var(--light-yellow-color);
}
.full-cart__box {
  display: grid;
  grid-template-columns: 1fr 442px;
  gap: clamp(20px, 5.385vw, 70px);
}
@media (max-width: 1024px) {
  .full-cart__box {
    grid-template-columns: 100%;
  }
}
.full-cart__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .full-cart__image {
    display: none;
  }
}
.full-cart .btn-order {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .full-cart .btn-order {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.full-cart .cart-empty {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: clamp(16px, 1.22vw, 24px);
  font-weight: 600;
  color: #000;
  min-height: 200px;
}
.full-cart__form .contact-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.full-cart__form .contact-form-btn button {
  width: 100%;
}
.full-cart__body {
  position: relative;
  padding: 10px;
}
@media (max-width: 767px) {
  .full-cart__body {
    margin: -10px;
  }
}
.full-cart__body.Loader * {
  pointer-events: none;
}
.full-cart__body.Loader:before, .full-cart__body.Loader:after {
  visibility: visible;
  opacity: 1;
}
.full-cart__body:before {
  inset: 0;
  position: absolute;
  content: "";
  backdrop-filter: blur(5px);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.full-cart__body:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 150px;
  height: 150px;
  border: 20px solid var(--accent-color);
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  z-index: 6;
}
@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.full-cart .wpcf7 {
  position: sticky;
  top: 150px;
}
.full-cart textarea {
  max-height: 200px;
}
.full-cart .main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.full-cart .form-group label {
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}
.full-cart__title {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .full-cart__title {
    text-align: center;
  }
}
.full-cart .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  height: 100%;
}
.full-cart .cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.full-cart .cart-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
  padding: 20px 0;
  gap: 0 20px;
  border-top: 1px solid var(--divider-color);
}
.full-cart .cart-item:last-child {
  border-bottom: 1px solid var(--divider-color);
}
.full-cart .cart-item img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .full-cart .cart-item img {
    aspect-ratio: initial;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .full-cart .cart-item {
    grid-template-columns: 100%;
  }
}
.full-cart .cart-footer {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
}
.full-cart .cart-footer img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .full-cart .cart-footer img {
    aspect-ratio: initial;
    height: 100%;
  }
}
.full-cart .item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px clamp(10px, 5.371vw, 55px);
}
.full-cart .item-details .item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.full-cart .item-details .item-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #000;
  font-family: var(--default-font);
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  max-height: 2.4em;
  word-break: break-word;
}
@media (max-width: 1023px) {
  .full-cart .item-details .item-title {
    grid-column: 1/-1;
  }
}
.full-cart .item-details .item-price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: var(--default-font);
  font-size: 17px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.34px;
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .full-cart .item-details .item-price {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: 1/-1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.full-cart .item-details .quantity-control {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.full-cart .item-details .quantity-control > * {
  padding: 0;
  border-radius: 2px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .full-cart .item-details {
    display: grid;
    grid-template-columns: auto 1fr auto;
  }
}
@media (max-width: 767px) {
  .full-cart .item-details {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}
.full-cart .item-remove {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  border: 0;
  background-color: transparent;
  -ms-flex-item-align: center;
      align-self: center;
  color: #000;
}
@media (max-width: 767px) {
  .full-cart .item-remove {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.full-cart .cart-footer .total {
  grid-column: 2/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 70px;
}
@media (max-width: 767px) {
  .full-cart .cart-footer .total {
    grid-column: 1/-1;
  }
}
.full-cart .cart-footer .total span {
  color: #000;
  font-size: 20px;
}
.full-cart .cart-footer .total span:first-child {
  color: var(--accent-color);
}
.full-cart .cart-footer .total .total-price {
  font-size: clamp(20px, 1.463vw, 26px);
  font-weight: 600;
  pointer-events: none;
}
.full-cart .cart-footer .total .total-price a {
  color: currentColor;
}

[data-popup=modal_thanks] p {
  margin: 0;
}
[data-popup=modal_thanks] a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  color: var(--white-color);
  background: var(--accent-color);
  text-transform: initial;
  padding: clamp(10px, 1.22vw, 20px) clamp(10px, 1.22vw, 20px);
  border: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  min-height: 45px;
}
[data-popup=modal_thanks] a::before {
  content: "\f062";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent;
  color: var(--white-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-popup=modal_thanks] a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 106%;
  background: var(--primary-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
[data-popup=modal_thanks] a:hover {
  color: var(--accent-color);
}
[data-popup=modal_thanks] a:hover:before {
  color: var(--accent-color);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
[data-popup=modal_thanks] a:hover::after {
  width: 106%;
}

.company-banner {
  position: relative;
}

.company-banner__slider .swiper-wrapper {
  margin-bottom: 0;
}
.company-banner__slider .swiper-slide {
  overflow: hidden;
  height: auto;
}
.company-banner__slider .swiper-pagination {
  bottom: 34px;
}
.company-banner__slider .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid var(--accent-color);
  background-color: var(--white-color);
  opacity: 1;
  margin: 0px 7.5px;
}
.company-banner__slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
  opacity: 1;
}

.company-banner__item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-banner__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

@media (min-width: 768px) {
  .company-banner__item {
    padding: 110px 0 156px;
  }
}
@media (max-width: 767px) {
  .company-banner__item {
    padding: 90px 0 215px;
  }
}
.company-banner__bg {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-banner__bg-mob {
  position: absolute;
  inset: 0;
  display: none;
}
.company-banner__bg-mob img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .company-banner__bg {
    display: none;
  }
  .company-banner__bg-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .company-banner__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company-banner__bg-mob {
    display: none;
  }
}
.company-banner__box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.company-banner__info {
  padding: 40px clamp(20px, 5.859vw, 60px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.company-banner__decor-top {
  position: absolute;
  left: 0;
  top: 0;
}

.company-banner__decor-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.company-banner__content {
  max-width: 760px;
  width: 100%;
}
.company-banner__content h1,
.company-banner__content h2 {
  margin-bottom: 23px;
  font-family: var(--primary-font);
  font-size: clamp(32px, 4.883vw, 50px);
  line-height: clamp(36px, 5.371vw, 55px);
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--white-color);
}
.company-banner__content p {
  margin-bottom: 0;
  font-family: var(--primary-font);
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: var(--white-color);
}

@media (max-width: 767px) {
  .company-banner__info {
    padding: 60px 0;
  }
  .company-banner__content h1 i,
  .company-banner__content h1 em,
  .company-banner__content h2 i,
  .company-banner__content h2 em {
    display: block;
  }
  .company-banner__link a {
    width: 100%;
  }
}
.company-feeds {
  background-color: var(--secondary-color);
}

@media (min-width: 768px) {
  .company-feeds {
    padding: 16.5px 0;
  }
}
@media (max-width: 767px) {
  .company-feeds {
    padding: 74px 0;
  }
}
.company-feeds__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px clamp(20px, 3.646vw, 70px);
}

@media (max-width: 1024px) {
  .company-feeds__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.company-feeds__title h2 {
  font-size: 24px;
  line-height: 125%;
  font-family: var(--extra-font);
  font-weight: 800;
}
.company-feeds__title h2 i {
  font-style: normal;
  color: var(--brown-color);
}

@media (min-width: 1025px) {
  .company-feeds__title {
    max-width: 470px;
  }
}
.company-feeds__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 18px;
}

@media (max-width: 575px) {
  .company-feeds__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-feeds__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
  min-height: 83px;
  width: 100%;
}
.company-feeds__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 576px) {
  .company-feeds__image {
    max-width: 320px;
  }
}
.company-feeds__box {
  width: 100%;
  padding: 34px 35px 31px 37px;
  background-color: var(--white-color);
  border-radius: 10px;
  font-family: var(--default-font);
  font-size: 16px;
  line-height: 148%;
  color: var(--black-color);
  font-weight: 800;
  text-align: center;
}
.company-feeds__box i {
  display: block;
  font-style: normal;
  font-weight: 800;
  color: var(--gold-color);
}

@media (min-width: 576px) {
  .company-feeds__box {
    max-width: 360px;
  }
}
.company-efficiency {
  position: relative;
  background-color: var(--light-white-color);
}

.company-efficiency__decor1 {
  position: absolute;
  top: 5%;
  right: 11%;
  width: clamp(80px, 7.188vw, 138px);
  height: clamp(60px, 5.208vw, 100px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.company-efficiency__decor2 {
  position: absolute;
  bottom: 8%;
  left: 25%;
  width: clamp(120px, 9.375vw, 180px);
  height: clamp(120px, 6.771vw, 130px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

@media (min-width: 768px) {
  .company-efficiency {
    padding: clamp(65px, 7.396vw, 142px) 0 clamp(90px, 9.427vw, 181px);
  }
}
@media (max-width: 767px) {
  .company-efficiency {
    padding: 65px 0 375px;
  }
  .company-efficiency__decor1,
  .company-efficiency__decor2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .company-effiency__bg {
    display: none;
  }
  .company-effiency__bg-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .company-effiency__bg {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -10%;
    bottom: 0;
    top: 0;
    width: clamp(385px, 46.042vw, 884px);
  }
  .company-effiency__bg img {
    height: 100%;
    width: 100%;
  }
  .company-effiency__bg-mob {
    display: none;
  }
}
.company-efficiency__wrapp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px clamp(20px, 3.906vw, 40px);
  z-index: 5;
}

@media (min-width: 768px) {
  .company-efficiency__wrapp {
    max-width: 740px;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .company-efficiency__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-efficiency__list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.company-efficiency__item {
  padding: 20px 40px 20px 20px;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 23px;
}

.company-efficiency__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.company-efficiency__item-info {
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.company-efficiency__item-info h3 {
  font-family: var(--second-font);
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--black-color);
}
.company-efficiency__item-info p {
  margin-bottom: 0;
  font-family: var(--second-font);
  color: var(--black-color);
}

.company-efficiency__box .section-title {
  margin-bottom: 30px;
}
.company-efficiency__box .section-title h2 {
  font-family: var(--default-font);
  font-size: clamp(20px, 2.539vw, 26px);
  line-height: normal;
  font-weight: 700;
  color: var(--primary-color);
  text-wrap: nowrap;
  text-shadow: 2px 2px 5px white, -2px -2px 5px white, 2px -2px 5px white, -2px 2px 5px white;
}
.company-efficiency__box .section-title h2 span {
  display: block;
  font-family: var(--default-font);
  font-size: clamp(100px, 13.086vw, 134px);
  line-height: 100%;
  color: var(--accent-color);
  text-shadow: none;
}

@media (max-width: 767px) {
  .company-efficiency__box {
    display: contents;
  }
  .company-efficiency__box .section-title {
    text-align: center;
  }
}
.company-efficiency__link a {
  width: 100%;
}

@media (max-width: 767px) {
  .company-efficiency__link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
    max-width: 330px;
    width: 100%;
  }
}
.company-services {
  position: relative;
  padding: 100px 0 clamp(90px, 5.99vw, 115px);
  background-color: var(--dark-color);
}

.company-services::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 77px;
  height: 77px;
  background: url(../images/squre-bg-img-2.svg) no-repeat;
  background-size: auto;
}

.company-services::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 77px;
  height: 77px;
  background: url(../images/squre-bg-img-2.svg) no-repeat;
  background-size: auto;
}

.company-services__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-services__wrapp .section-title {
  margin-bottom: 70px;
  text-align: center;
}
.company-services__wrapp .section-title h2 {
  color: var(--white-color);
}

.company-services__list {
  margin-bottom: clamp(22px, 3.711vw, 38px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.company-services__item {
  width: 100%;
  min-height: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  overflow: hidden;
}
.company-services__item:not(.empty) {
  padding: 30px 25px 35px 20px;
  background-color: var(--white-color);
}
.company-services__item:not(.empty)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 0;
  background-color: var(--accent-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.company-services__item:not(.empty):hover::before {
  width: 100%;
}

@media (min-width: 576px) and (max-width: 1024px) {
  .company-services__item {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 1025px) {
  .company-services__item {
    max-width: calc(33.3333333333% - 15px);
  }
}
.company-services__item:first-child .company-services__item-image {
  width: clamp(170px, 18.555vw, 190px);
  height: clamp(170px, 18.555vw, 190px);
}

.company-services__item:nth-child(2) .company-services__item-image {
  width: clamp(140px, 19.531vw, 200px);
  height: clamp(130px, 15.625vw, 160px);
}

.company-services__item:nth-child(3) .company-services__item-info p {
  max-width: 235px;
}
.company-services__item:nth-child(3) .company-services__item-image {
  width: 200px;
  height: 220px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .company-services__item:nth-child(3) .company-services__item-image {
    margin-right: -10%;
  }
}
@media (max-width: 575px) {
  .company-services__item:nth-child(3) .company-services__item-image {
    margin-right: -15%;
  }
}
.company-services__item:nth-child(4) .company-services__item-image {
  width: clamp(120px, 17.578vw, 180px);
  height: clamp(100px, 13.672vw, 140px);
}

.company-services__item:nth-child(5) .company-services__item-info p {
  max-width: 334px;
}
.company-services__item:nth-child(5) .company-services__item-image {
  width: clamp(130px, 19.531vw, 200px);
  height: 160px;
}

.company-services__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
.company-services__item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: initial;
     object-fit: initial;
}

.company-services__item-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-services__item-bg img {
  width: 100%;
  height: auto;
  -o-object-fit: initial;
     object-fit: initial;
}

.company-services__item-info {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.company-services__item-info h3 {
  font-family: var(--default-font);
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: var(--black-color);
}
.company-services__item-info p {
  margin-bottom: 0;
  font-family: var(--second-font);
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: var(--black-color);
}

.company-services__item-link {
  padding: 0;
}

.company-services__item-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--default-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  color: var(--black-color);
  text-transform: initial;
  border: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.company-services__item-link:hover {
  color: var(--black-color);
}

.company-services__item-link::before {
  content: "\f062";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent;
  color: var(--accent-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company-services__item-link:hover:before {
  color: var(--black-color);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.company-services__all {
  max-width: 406px;
  width: 100%;
  min-height: 56px;
}

.company-steps {
  position: relative;
  padding: 100px 0 clamp(85px, 12vw, 156px);
  background-color: var(--yellow-color);
}

.company-steps::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 77px;
  height: 77px;
  background: url(../images/squre-bg-img-2.svg) no-repeat;
  background-size: auto;
}

.company-steps::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/steps-bg.svg) no-repeat;
  background-size: cover;
  background-position: right;
}

.company-steps__wrapp {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-steps__wrapp .section-title {
  margin-bottom: 70px;
  text-align: center;
}

.company-steps__lists {
  margin-bottom: 0;
  width: 100%;
  gap: clamp(20px, 3.472vw, 50px) clamp(10px, 2.083vw, 30px);
}

@media (min-width: 992px) {
  .company-steps__lists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .company-steps__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .company-steps__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.company-steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .company-steps__list {
    max-width: 48%;
    width: 100%;
  }
  .company-steps__list--mode {
    max-width: 295px;
    width: 100%;
  }
}
.company-steps__item {
  width: 100%;
  height: 100%;
  padding: clamp(40px, 7.552vw, 58px) clamp(5px, 2.604vw, 20px) 40px;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.company-steps__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(20px, 3.125vw, 24px);
}

.company-steps__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.company-steps__item-info h3 {
  font-size: clamp(15px, 2.604vw, 20px);
  line-height: 22px;
  font-weight: 600;
  color: var(--black-color);
}
.company-steps__item-info p {
  margin-bottom: 0;
  max-width: 206px;
  font-family: var(--second-font);
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
}

.company-steps__item-link {
  width: 100%;
  height: 100%;
}
.company-steps__item-link a {
  width: 100%;
  height: 100%;
  min-height: 56px;
}

.company-pricing {
  position: relative;
  padding: clamp(80px, 11.231vw, 146px) 0 clamp(25px, 10.231vw, 133px);
  background: url(../images/squre-bg-img-2-black.svg) no-repeat left bottom;
  background-size: auto;
}

@media (max-width: 1240px) {
  .company-pricing__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1241px) {
  .company-pricing__wrapp {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 33%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.company-pricing__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1240px) {
  .company-pricing__image {
    display: none;
  }
}
.company-pricing__box .section-title {
  margin-bottom: 40px;
}
.company-pricing__box .section-title h2 {
  max-width: 765px;
  margin-bottom: 10px;
}
.company-pricing__box .section-title p {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: normal;
  color: var(--text-color);
}

@media (max-width: 1240px) {
  .company-pricing__box {
    text-align: center;
  }
  .company-pricing__box h2 {
    text-align: center;
  }
}
.company-pricing__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

@media (min-width: 1241px) {
  .company-pricing__info {
    max-width: 790px;
  }
}
.company-pricing__text table {
  margin-top: 0;
  width: 100%;
  border-collapse: collapse;
  font-family: var(--second-font);
}
.company-pricing__text th {
  border: 10px solid var(--white-color);
  padding: 20px;
  text-align: center;
  font-family: var(--default-font);
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
.company-pricing__text td {
  border: 10px solid var(--white-color);
  padding: 20px;
  text-align: center;
  font-family: var(--second-font);
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  color: var(--black-color);
}
.company-pricing__text tr th:last-child, .company-pricing__text tr td:last-child {
  border-right: none;
}
.company-pricing__text tr th:first-child, .company-pricing__text tr td:first-child {
  border-left: none;
}
.company-pricing__text th {
  background-color: var(--accent-color);
  color: var(--black-color);
  font-weight: bold;
}
.company-pricing__text td {
  background-color: var(--table-color);
}

@media (max-width: 767px) {
  .company-pricing__text {
    overflow-x: auto;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .company-pricing__text th {
    min-width: 200px;
  }
}
.company-pricing__footer {
  padding: clamp(17px, 1.774vw, 22px) clamp(10px, 4.435vw, 55px) clamp(17px, 1.774vw, 22px) clamp(10px, 2.177vw, 27px);
  background-color: var(--table-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .company-pricing__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-pricing__footer-text {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .company-pricing__footer-text {
    max-width: 500px;
    font-family: var(--second-font);
    font-size: 16px;
    line-height: 160%;
    font-weight: 600;
    color: var(--text-color);
  }
}
.company-pricing__footer-contacts {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 576px) {
  .company-pricing__footer-contacts {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .company-pricing__footer-contacts {
    gap: 40px;
  }
}
.company-projects {
  position: relative;
  padding: clamp(70px, 5.729vw, 110px) 0 clamp(50px, 5.208vw, 100px);
  background-color: var(--dark-color);
}

.company-projects::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 77px;
  height: 77px;
  background: url(../images/squre-bg-img-white-2.svg) no-repeat;
  background-size: auto;
}

.company-projects__wrapp {
  display: grid;
  gap: clamp(30px, 4.167vw, 80px);
}

@media (min-width: 1025px) {
  .company-projects__wrapp {
    grid-template-columns: clamp(440px, 35.769vw, 465px) 1fr;
  }
}
@media (max-width: 1024px) {
  .company-projects__wrapp {
    grid-template-columns: 100%;
  }
}
.company-projects__wrapp .section-title {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company-projects__wrapp .section-title h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}

.company-projects__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.company-projects__top h2 {
  color: var(--white-color);
}
.company-projects__top h2 i {
  font-style: normal;
  color: var(--accent-color);
}
.company-projects__top p {
  margin-bottom: 0;
  font-family: var(--second-font);
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: var(--white-color);
}

.company-projects__list {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .company-projects__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 2.083vw, 30px);
  }
}
.company-projects__slider-btn {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--accent-color);
}

.company-projects__slider-btn.prev {
  left: 10px;
}

.company-projects__slider-btn.next {
  right: 10px;
}

.company-projects__item {
  min-height: 330px;
  position: relative;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}

@media (min-width: 576px) {
  .company-projects__slider-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .company-projects__list {
    margin-left: 30px;
  }
  .company-projects__slider {
    width: 100vw;
    margin-left: -15px;
  }
}
.company-projects__item-image {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-projects__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-projects__item-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43.92%, rgba(0, 0, 0, 0)), color-stop(74.39%, rgba(14, 13, 27, 0.55)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.92%, rgba(14, 13, 27, 0.55) 74.39%);
  z-index: 1;
}

.company-projects__item-info {
  position: relative;
  z-index: 2;
}
.company-projects__item-info h3 {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: var(--white-color);
  text-align: center;
}
.company-projects__item-info p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: var(--accent-color);
  text-align: center;
  text-transform: capitalize;
}

.company-projects__item-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--default-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  color: var(--white-color);
  text-transform: initial;
  border: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.company-projects__item-link:hover {
  color: var(--white-color);
}

.company-projects__item-link::before {
  content: "\f062";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent;
  color: var(--accent-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company-projects__item-link:hover::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--white-color);
}

.company-experience {
  padding: clamp(86px, 6.927vw, 133px) 0 clamp(86px, 8.75vw, 168px);
  background: url(../images/squre-bg-img-gold.svg) no-repeat left bottom;
  background-size: auto;
}

.company-experience__wrapp .section-title {
  margin-bottom: clamp(30px, 5.469vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.company-experience__wrapp .section-title h2 {
  text-align: center;
}
.company-experience__wrapp .section-title p {
  max-width: 760px;
  margin-bottom: 0;
  font-family: var(--default-font);
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: var(--text-color);
  text-align: center;
}

.company-experience__box {
  display: grid;
  gap: clamp(20px, 2.986vw, 43px);
}

@media (min-width: 1025px) {
  .company-experience__box {
    grid-template-columns: 416px 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.company-experience__list {
  margin-bottom: 0;
  display: grid;
  gap: 24px;
}

@media (min-width: 576px) {
  .company-experience__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.company-experience__item {
  border: 1px solid var(--table-color);
}

.company-experience__item-heading {
  background-color: #F2F4E9;
  padding: 12px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}

.company-experience__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.company-experience__item-title {
  font-family: var(--default-font);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: var(--primary-color);
}

.company-experience__item-text {
  padding: 15px 20px;
  font-family: var(--second-font);
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  color: var(--black-color);
  margin-bottom: 0;
}

.company-experience__video {
  position: relative;
  overflow: hidden;
  cursor: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-experience__video .video-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-experience__video .video-image a {
  height: 100%;
}

@media (max-width: 575px) {
  .company-experience__video {
    max-height: 250px;
  }
}
.company-partners {
  padding: clamp(50px, 5.208vw, 100px) 0;
  background-color: var(--secondary-color);
}

.company-partners__wrapp .section-title {
  margin-bottom: clamp(50px, 5.208vw, 100px);
  display: grid;
  gap: 30px 40px;
}
.company-partners__wrapp .section-title p {
  margin-bottom: 0;
  font-family: var(--second-font);
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: var(--black-color);
}

@media (min-width: 1025px) {
  .company-partners__wrapp .section-title {
    grid-template-columns: 500px 1fr;
  }
}
@media (max-width: 1024px) {
  .company-partners__wrapp .section-title {
    grid-template-columns: 1fr;
  }
}
.company-partners__slider {
  position: relative;
}

@media (max-width: 1024px) {
  .company-partners__slider {
    margin: 0 25px;
  }
}
.company-partners__slider-btn {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
  border: 1px solid #D9D9D9;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.company-partners__slider-btn svg {
  fill: currentColor;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.company-partners__slider-btn:hover {
  background-color: var(--black-color);
  color: var(--accent-color);
}

.company-partners__slider-btn.prev {
  left: -25px;
}

.company-partners__slider-btn.next {
  right: -25px;
}

.company-partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.company-partners__item-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
}
.company-partners__item-icon img {
  max-width: 170px;
  width: 100%;
  aspect-ratio: 1;
}

.company-partners__item-title {
  font-family: var(--second-font);
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  color: var(--black-color);
}

@media (max-width: 575px) {
  .company-partners__slider .swiper {
    width: 100vw;
  }
}
.company-cta {
  position: relative;
  padding: 60px 0 100px;
}

.company-cta__bg {
  position: absolute;
  inset: 0;
}
.company-cta__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.9;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.company-cta__bg img {
  height: 100%;
  width: 100%;
}

.company-cta__wrapp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 25px clamp(25px, 2.692vw, 35px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company-cta__decor-top {
  position: absolute;
  left: 0;
  top: 0;
}

.company-cta__decor-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.company-cta__info {
  max-width: 980px;
  padding: clamp(25px, 5.769vw, 75px) clamp(25px, 5.769vw, 75px) clamp(25px, 7.692vw, 100px);
  border: 3px solid var(--white-color);
  background: rgba(65, 65, 65, 0.5);
  backdrop-filter: blur(15px);
}
.company-cta__info .section-title {
  margin-bottom: clamp(20px, 3.462vw, 45px);
  text-align: center;
}
.company-cta__info .section-title h2 {
  color: var(--white-color);
}

.company-cta__contact form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 20px;
}
.company-cta__contact form .contact-form-btn {
  grid-column: 1/-1;
}
.company-cta__contact form .contact-form-btn button {
  width: 100%;
}
.company-cta__contact form .form-group label {
  margin-bottom: 5px;
  color: var(--white-color);
  font-weight: 700;
}
.company-cta__contact form .form-group input {
  padding: 13px 10px 15px;
}
.company-cta__contact form .form-group.column-span {
  grid-column: 1/-1;
}

@media (max-width: 767px) {
  .company-cta__contact form {
    grid-template-columns: 100%;
  }
}
.section-text {
  position: relative;
  background-color: var(--dark-color);
  padding: 40px 0 90px;
}

.section-text__editor {
  color: var(--white-color);
}
.section-text__editor h1,
.section-text__editor h2,
.section-text__editor h3,
.section-text__editor h4,
.section-text__editor h5,
.section-text__editor h6 {
  margin-top: 50px;
  margin-bottom: 25px;
  color: var(--white-color);
}
.section-text__editor p {
  font-family: var(--second-font);
}
.section-text__editor ul, .section-text__editor ol {
  font-family: var(--second-font);
}

.section-steps {
  position: relative;
  padding: 100px 0 110px;
  background-color: var(--accent-color);
}
.section-steps::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/steps-bg.svg) no-repeat;
  background-size: cover;
  background-position: right;
}

.section-steps__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.section-steps__wrapp .section-title {
  text-align: center;
}
.section-steps__wrapp .section-title h3 {
  color: var(--black-color);
  background-color: var(--white-color);
}

.section-steps__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .section-steps__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .section-steps__items {
    grid-template-columns: 100%;
  }
}

.section-steps__item {
  padding: 40px 11px 55px;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
.section-steps__item .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
}
.section-steps__item span {
  font-family: var(--default-font);
  font-size: 20px;
  line-height: 125%;
  font-weight: 600;
  color: var(--black-color);
  text-align: center;
}
.section-steps__item p {
  font-family: var(--second-font);
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  text-align: center;
  color: var(--text-colors);
}

.editor h2 {
  margin-bottom: 40px;
  font-size: clamp(32px, 4.883vw, 50px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.editor h3 {
  font-size: clamp(26px, 3.516vw, 36px);
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.editor p {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}
.editor ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.editor ul li {
  list-style-type: disc;
}
.editor ul li,
.editor ol li {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}
.editor strong {
  font-family: var(--second-font);
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
}