@import url(https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
:root,
[data-bs-theme="light"] {
  --bs-body-font-primary: "Sora", sans-serif;
  --bs-font-secondary: "Bricolage Grotesque", sans-serif;
  --bs-font-tertiary: "Bebas Neue", sans-serif;
  --bs-font-quaternary: "Inter", sans-serif;
  --bs-primary: #d6ffc8;
  --bs-text-color1: #10171d;
  --bs-text-color2: #18212a;
  --bs-text-color3: #171717;
  --bs-text-color4: #ababab;
  --bs-text-color5: #000;
  --bs-text-color6: #f8f8f8;
  --bs-text-color7: #aaa;
  --bs-text-color8: #f6f6f6;
  --bs-text-color9: #989898;
  --bs-text-color10: #555;
  --bs-text-color11: #282828;
  --bs-text-color12: #e1e1e1;
  --bs-text-color13: #c8c8c8;
  --bs-text-color14: #ddd;
  --bs-text-color15: #454545;
  --bs-text-color16: #6b6b6b;
  --bs-text-color17: #2d3339;
  --bs-text-color18: #848282;
  --bs-text-color19: #fdfeff;
  --bs-text-color20: #fbfbfb;
  --bs-text-color21: silver;
  --bs-text-color22: silver;
  --bs-text-color23: #cecece;
  --bs-text-color24: #0c141b;
  --bs-text-color25: #848484;
  --bs-text-color26: #4e4e4e;
  --bs-bg-color1: #f8f8f8;
  --bs-bg-color2: #10171d;
  --bs-bg-color3: #18212a;
  --bs-bg-color4: #666;
  --bs-bg-color5: #f6f6f6;
  --bs-bg-color6: #fafafa;
  --bs-bg-color7: #fcfcfc;
  --bs-bg-color8: #ffe9ca;
  --bs-bg-color9: #f3f3f3;
  --bs-bg-color10: #d0fcff;
  --bs-bg-color11: #ffcbdf;
  --bs-bg-color12: #c9c9c9;
  --bs-bg-color13: #151515;
  --bs-bg-color14: rgba(231, 231, 231, 0.25);
  --bs-bg-color15: #fbfbfb;
  --bs-bg-color16: rgba(0, 0, 0, 0.82);
  --bs-bg-color17: rgba(12, 20, 27, 0.86);
  --bs-bg-color18: rgba(0, 0, 0, 0.67);
  --bs-bg-color19: #e4e4e4;
  --bs-bg-color20: #e8e8e8;
  --bs-bg-color21: #58ddfd;
  --bs-border-color1: #e8e8e8;
  --bs-border-color2: #e6e6e6;
  --bs-border-color3: rgba(193, 193, 193, 0.2);
  --bs-border-color4: #ababab;
  --bs-border-color5: #e1e1e1;
  --bs-border-color6: #666;
  --bs-border-color7: #18212a;
  --bs-border-color8: #efefef;
  --bs-border-color9: #151515;
  --bs-border-color10: #dcdcdc;
  --bs-border-color11: #2d3339;
  --bs-border-color12: #e9e7e7;
  --bs-border-color13: #e9e8e8;
  --bs-border-color14: #ebebeb;
  --bs-border-color15: rgba(21, 21, 21, 0.91);
  --bs-border-color16: #58fdc2;
  --bs-border-color17: #10171d;
  --bs-border-color18: #fda660;
  --bs-border-color19: #58ddfd;
  --bs-border-color20: #fd587b;
  --bs-border-color21: gray;
  --bs-white: #fff;
  --bs-paragraph: #666;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 160%;
  --bs-transition: all linear 0.2s;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: var(--bs-body-font-primary);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-text-color1);
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
a,
span,
small {
  display: inline-block;
}
a,
button {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
p {
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-paragraph);
  margin: 0;
  padding: 0;
}
*::-moz-selection {
  background: var(--bs-text-color1);
  color: var(--bs-white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--bs-text-color1);
  color: var(--bs-white);
  text-shadow: none;
}
::selection {
  background: var(--bs-text-color1);
  color: var(--bs-white);
  text-shadow: none;
}
.row {
  --bs-gutter-x: 1.875rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.875rem;
}
.container {
  max-width: 80rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.section-title-block .section-sub-title {
  color: var(--bs-paragraph);
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.section-title-block .section-title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}
.view-all-btn {
  width: 9.3125rem;
  height: 9.3125rem;
  background: var(--bs-white);
  border: 0.0625rem solid var(--bs-border-color2);
  border-radius: 50%;
  color: var(--bs-text-color2);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
}
.view-all-btn .icon img {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.view-all-btn:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.view-all-btn:hover .icon img {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}
.view-all-btn-primary {
  background-color: var(--bs-primary);
  border: 0;
  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;
}
.view-all-btn-primary img {
  margin-top: 0.4375rem;
}
.view-all-btn-primary:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.view-all-btn2 {
  color: var(--bs-text-color1);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  padding-right: 0.625rem;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.view-all-btn2 img {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.view-all-btn2:hover img {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.theme-btn {
  color: var(--bs-white);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  padding: 1.5rem 2.875rem;
  border-radius: 3.125rem;
  background-color: var(--bs-bg-color2);
  border: 0;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.theme-btn span {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 6.1875rem;
  background: var(--bs-primary);
  right: -3.375rem;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.theme-btn span img {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.theme-btn:hover {
  background-color: var(--bs-primary);
  color: var(--bs-text-color1);
}
.theme-btn:hover span {
  background-color: var(--bs-bg-color2);
}
.theme-btn:hover span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotate(38deg);
  transform: rotate(38deg);
}
.theme-btn-light {
  color: var(--bs-text-color1);
  background-color: var(--bs-white);
}
.inner-page-lines {
  max-width: 80rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inner-page-lines span {
  width: 0.0625rem;
  background-color: var(--bs-border-color8);
}
.rotate-img {
  width: 12.875rem;
  height: 12.875rem;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  top: 4.875rem;
  padding: 0.8125rem;
  background-color: var(--bs-white);
}
.rotate-img img {
  -webkit-animation: spin 26s infinite linear;
  animation: spin 26s infinite linear;
}
.rotate-img .video-rotate-btn {
  color: var(----bs-text-color2);
  width: 7.375rem;
  height: 7.375rem;
  border-radius: 50%;
  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;
  background-color: var(--bs-primary);
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
.fullpage_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-bg-color2);
  z-index: 99999;
  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;
}
.fullpage_loader .loader {
  width: 3.125rem;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
}
.fullpage_loader .loader::before,
.fullpage_loader .loader::after {
  content: "";
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  grid-column: 1;
  grid-area: 1/1;
  --c: no-repeat radial-gradient(farthest-side, var(--bs-bg-color21) 92%, var(--bs-bg-color2));
  background:
    var(--c) 50% 0,
    var(--c) 50% 100%,
    var(--c) 100% 50%,
    var(--c) 0 50%;
  background-size: 0.75rem 0.75rem;
  -webkit-animation: l12 1s infinite;
  animation: l12 1s infinite;
}
.fullpage_loader .loader::before {
  margin: 0.25rem;
  -webkit-filter: hue-rotate(45deg);
  filter: hue-rotate(45deg);
  background-size: 0.5rem 0.5rem;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes l12 {
  100% {
    -webkit-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
  }
}
@keyframes l12 {
  100% {
    -webkit-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
  }
}
@media (max-width: 87.49875rem) {
  .inner-page-lines {
    max-width: 71.25rem;
  }
}
@media (max-width: 74.99875rem) {
  p {
    font-size: 0.9375rem;
  }
  .inner-page-lines {
    display: none !important;
  }
  .rotate-img {
    top: 0;
  }
  .section-title-block .section-title {
    font-size: 2.375rem;
  }
}
@media (max-width: 47.99875rem) {
  .section-title-block .section-sub-title {
    font-size: 1rem;
    margin-bottom: 0.875rem;
  }
  .rotate-img .video-rotate-btn {
    color: var(----bs-text-color2);
    width: 6.375rem;
    height: 6.375rem;
  }
  .rotate-img img {
    width: 82%;
  }
  .section-title-block .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 35.99875rem) {
  .theme-btn {
    font-size: 1rem;
    padding: 1.375rem 2.875rem;
  }
  .theme-btn span {
    width: 4.0625rem;
    height: 4.0625rem;
    right: -2.8125rem;
  }
}
.header-section .navbar-expand-xl .navbar-nav .nav-link {
  padding: 0;
}
.header-section {
  background-color: var(--bs-white);
  position: relative;
  z-index: 999;
  padding: 2rem 0;
  border-bottom: 0.0625rem solid var(--bs-border-color1);
}
.header-section .container {
  max-width: 80rem !important;
}
.header-section .navbar .navbar-nav .nav-item {
  margin: 0 1.125rem;
  position: relative;
}
.header-section .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--bs-text-color3);
  font-family: var(--bs-font-secondary);
  z-index: 9999;
  position: relative;
}
.header-section .navbar .navbar-nav .nav-item .nav-link span {
  position: relative;
}
.header-section .navbar .navbar-nav .nav-item .nav-link span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.0625rem;
  background-color: var(--bs-bg-color2);
  content: "";
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.header-section .navbar .navbar-nav .nav-item .nav-link .icon {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.header-section .navbar .navbar-nav .nav-item .sub-menu {
  width: 14.125rem;
  background-color: var(--bs-white);
  position: absolute;
  top: 100%;
  margin-top: 3.125rem;
  left: 0;
  z-index: 999;
  padding: 0.375rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 0.0625rem solid var(--bs-border-color1);
}
.header-section .navbar .navbar-nav .nav-item .sub-menu::before {
  position: absolute;
  top: -2.625rem;
  left: 0;
  width: 100%;
  height: 2.625rem;
  content: "";
}
.header-section .navbar .navbar-nav .nav-item .sub-menu li a {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--bs-text-color3);
  font-family: var(--bs-font-secondary);
  display: block;
  background-color: transparent;
  width: 100%;
  padding: 0.5rem 1rem;
}
.header-section .navbar .navbar-nav .nav-item .sub-menu li a:hover {
  background-color: var(--bs-primary);
}
.header-section .navbar .navbar-nav .nav-item .sub-menu li + li {
  margin-top: 0.1875rem;
}
.header-section .navbar .navbar-nav .nav-item:hover .nav-link span::before {
  width: 100%;
}
.header-section .navbar .navbar-nav .nav-item:hover .icon {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.header-section .navbar .navbar-nav .nav-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 2.5rem;
}
.header-section .join-with-us-btn {
  font-size: 1rem;
  font-weight: 600;
  color: var(--bs-text-color2);
  line-height: 1.25rem;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  border-bottom: 0.0625rem solid var(--bs-border-color17);
}
.header-section .join-with-us-btn:hover {
  border-color: transparent;
}
#header-fixed-height.active-height {
  display: block;
  height: 6.5625rem;
}
.sticky-menu {
  background-color: var(--bs-white);
  -webkit-animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 0.125rem 1.25rem rgba(25, 25, 25, 0.1);
  box-shadow: 0 0.125rem 1.25rem rgba(25, 25, 25, 0.1);
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.125rem 0;
}
.sticky-menu .nav-item .sub-menu {
  margin-top: 2.1875rem !important;
}
.sticky-menu .nav-item:hover > .sub-menu {
  margin-top: 1.5625rem !important;
}
.mobile-menu-area {
  z-index: 999;
  background-color: var(--bs-white);
  width: 100%;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  margin-top: 0;
}
.mobile-menu-area .mobile-topbar {
  width: 100%;
  background-color: var(--bs-white);
  padding: 0.8125rem 0;
}
.mobile-menu-area .mobile-topbar .bars {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  color: var(--bs-text-color1);
  font-size: 1.25rem;
  text-align: center;
  line-height: 2.3125rem;
  border-radius: 0.1875rem;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: 0.125rem solid var(--bs-border-color17);
}
.mobile-menu-area .mobile-topbar .bars:hover {
  background-color: var(--bs-bg-color2);
  color: var(--bs-white);
}
.mobile-menu-area .mobile-menu-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu-area .mobile-menu-overlay.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu-area .mobile-menu-main {
  width: 20rem;
  height: 100%;
  background-color: var(--bs-white);
  position: fixed;
  top: 0;
  left: -20rem;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding-bottom: 1.5rem;
}
.mobile-menu-area .mobile-menu-main .logo {
  padding: 1.25rem;
}
.mobile-menu-area .mobile-menu-main .close-mobile-menu {
  position: absolute;
  top: 1rem;
  right: 0.625rem;
}
.mobile-menu-area .mobile-menu-main .close-mobile-menu i {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  color: var(--bs-text-color1);
  font-size: 1.0625rem;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list {
  padding-top: 0.625rem;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--bs-text-color3);
  font-family: var(--bs-font-secondary);
  border-top: 0.0625rem solid var(--bs-border-color1);
  width: 100%;
  padding: 0 1.25rem;
  line-height: 2.75rem;
  padding-right: 0.625rem;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a i {
  width: 2rem;
  height: 2rem;
  background-color: var(--bs-bg-color9);
  text-align: center;
  line-height: 2rem;
  font-size: 0.75rem;
  border-radius: 0.1875rem;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover {
  letter-spacing: 0.0625rem;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover i {
  background-color: var(--bs-bg-color2);
  color: var(--bs-white);
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul {
  padding-left: 0;
  display: none;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul a {
  padding: 0 1.25rem;
  padding-left: 2.5rem;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul li:last-child a {
  border-bottom: 0;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li:last-child a {
  border-bottom: 0.0625rem solid var(--bs-border-color1);
}
.mobile-menu-area .mobile-menu-main .join-with-us {
  padding: 0 1.25rem;
  margin-top: 1.5rem;
}
.mobile-menu-area .mobile-menu-main .join-with-us .join-with-us-btn {
  font-size: 1rem;
  font-weight: 600;
  color: var(--bs-text-color2);
  border: 0;
}
.mobile-menu-area .mobile-menu-main .join-with-us .join-with-us-btn:hover {
  letter-spacing: 0.0625rem;
}
.mobile-menu-area .mobile-menu-main.active {
  left: 0 !important;
}
.mobile-menu-area .mobile-menu-action-btn {
  padding: 1.25rem;
}
.mobile-menu-area .mobile-menu-action-btn a {
  color: var(--bs-white);
  padding: 0.75rem 0;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.3125rem;
  width: 100%;
  text-align: center;
}
.mobile-menu-area .mobile-menu-action-btn a i {
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.mobile-menu-area .mobile-menu-action-btn a:hover {
  background-color: var(--bs-text-color1);
}
@media (max-width: 87.49875rem) {
  .header-section .container {
    max-width: 71.25rem !important;
  }
}
@media (max-width: 74.99875rem) {
  .container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .header-section .container {
    max-width: 60rem !important;
  }
  .header-section {
    padding: 0;
  }
  #header-fixed-height.active-height {
    display: block;
    height: 4.125rem;
  }
}
@media (max-width: 61.99875rem) {
  .header-section .container {
    max-width: 45rem !important;
  }
}
@media (max-width: 47.99875rem) {
  .header-section .container {
    max-width: 33.75rem !important;
  }
}
@media (max-width: 35.99875rem) {
  .header-section .container {
    max-width: 100% !important;
  }
}
.banner-section {
  padding: 5.125rem 0 3.8125rem 0;
  background-color: var(--bs-white);
}
.banner-section .banner-container {
  max-width: 80rem !important;
}
.banner-section .lines {
  top: -5.625rem;
}
.banner-section .lines span {
  width: 0.0625rem;
  height: 120%;
  background-color: var(--bs-border-color1);
}
.banner-section .banner-text .banner-btn {
  gap: 0.75rem;
  max-width: 18.625rem;
  margin-left: 6.9375rem;
  color: var(--bs-paragraph);
  line-height: 140%;
  border-bottom: 0.125rem solid var(--bs-paragraph);
  padding-bottom: 0.3125rem;
  margin-bottom: 1.875rem;
}
.banner-section .banner-text .banner-btn .icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.banner-section .banner-text .banner-btn:hover {
  color: var(--bs-text-color1);
}
.banner-section .banner-text .banner-btn:hover .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.banner-section .banner-text .banner-title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 6rem;
  font-weight: 700;
  line-height: 6.75rem;
}
.banner-section .banner-text .banner-title .line-1 {
  padding-left: 6.0625rem;
}
.banner-section .banner-text .banner-title .line-3 {
  padding-left: 16.875rem;
}
.banner-section .banner-text p {
  margin-top: 1.375rem;
  max-width: 34.75rem;
}
.banner-section .banner-text .banner-shape-line {
  bottom: 2rem;
  left: 6.1875rem;
}
.banner-section .banner-image {
  margin-top: 4.5rem;
  max-width: 23.5rem;
}
.banner-section .banner-image .banner-img {
  top: 0.625rem;
  left: 1.25rem;
}
.banner-section-two {
  padding-top: 5.125rem;
}
.banner-section-two .content .left-content {
  width: 18rem;
}
.banner-section-two .content .left-content .wecome-text {
  margin-bottom: 2.625rem;
  color: var(--bs-text-color2);
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}
.banner-section-two .content .left-content .wecome-text .shape {
  margin-bottom: 0.375rem;
}
.banner-section-two .content .left-content .left-shape {
  bottom: -8.9375rem;
  right: 0;
}
.banner-section-two .content .middle-content {
  margin-left: 5.625rem;
}
.banner-section-two .content .middle-content .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 4.25rem;
  font-weight: 700;
}
.banner-section-two .content .middle-content p {
  color: var(--bs-text-color2);
  max-width: 25.875rem;
  bottom: 0.4375rem;
  right: -6.875rem;
}
.banner-section-two .content .stars {
  margin-top: 1.625rem;
}
.banner-section-two .content .feedback-counter {
  margin-top: 3.375rem;
}
.banner-section-two .content .feedback-counter .feedback img {
  top: -0.125rem;
}
.banner-section-two .content .feedback-counter .feedback p {
  color: var(--bs-paragraph);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-section-two .content .feedback-counter .feedback p b {
  margin: 0 0.8125rem 0 0.4375rem;
  font-weight: 600;
  color: var(--bs-text-color2);
}
.banner-section-two .content .feedback-counter .counter-info {
  width: 12.0625rem;
  margin-left: auto;
  left: -1.875rem;
}
.banner-section-two .content .feedback-counter .counter-info .counter-item .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 132%;
}
.banner-section-two .image {
  margin-top: 1.5625rem;
  border-radius: 0 3.25rem;
}
.banner-section-two .image img {
  border-radius: 0 3.25rem;
}
.banner-section-three {
  padding: 6.0625rem 0 7.625rem 0;
}
.banner-section-three .text {
  max-width: 32rem;
}
.banner-section-three .text .clients-image {
  top: 0.8125rem;
}
.banner-section-three .text .clients-image .img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
}
.banner-section-three .text .clients-image .img img {
  height: 100%;
  -o-object-position: cover;
  object-position: cover;
  border: 0.125rem solid var(--bs-white);
  border-radius: 50%;
}
.banner-section-three .text .clients-image .img + .img {
  margin-left: -1.625rem;
}
.banner-section-three .text .clients-image .client {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: var(--bs-bg-color13);
  border: 0.125rem solid var(--bs-white);
}
.banner-section-three .text .clients-image .client span {
  color: var(--bs-white);
  text-align: center;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 114%;
}
.banner-section-three .text .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 118.86%;
  margin-bottom: 2.8125rem;
}
.banner-section-three .text .title span {
  margin-left: 10.625rem;
}
.banner-section-three .text p {
  max-width: 30.125rem;
}
.banner-section-three .text .theme-btn {
  margin-top: 1.8125rem;
}
.banner-section-three .image {
  width: 39.4375rem;
  margin-left: -2.9375rem;
}
.banner-section-three .image .img {
  overflow: hidden;
  border-radius: 1.5rem;
}
.banner-section-three .image img {
  border-radius: 1.5rem;
}
.banner-section-three .image .counter-info {
  background-color: var(--bs-bg-color2);
  border-radius: 0.75rem;
  border: 0.25rem solid var(--bs-white);
  max-width: 30.5rem;
  width: 100%;
  padding: 1.5rem 2rem;
  gap: 3rem;
  bottom: -3.125rem;
}
.banner-section-three .image .counter-info .counter-item {
  gap: 0.875rem;
}
.banner-section-three .image .counter-info .counter-item .number {
  color: var(--bs-white);
  font-family: var(--bs-font-secondary);
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
}
.banner-section-three .image .counter-info .counter-item p {
  color: var(--bs-white);
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}
.banner-section-three .image .counter-info .counter-item:first-child::before {
  background-color: var(--bs-bg-color12);
  width: 0.0625rem;
  height: 3.1875rem;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.5rem;
}
@media (max-width: 87.49875rem) {
  .banner-section .banner-container {
    max-width: 71.25rem !important;
  }
  .banner-section .banner-text .banner-shape-line {
    bottom: 2.75rem;
    left: 2.9375rem;
  }
  .banner-section-three .image {
    width: 37.5625rem;
  }
}
@media (max-width: 74.99875rem) {
  .banner-section .banner-text .banner-shape-line {
    bottom: 4.75rem;
    left: 2.9375rem;
    width: 5.625rem;
  }
  .banner-section .banner-image .banner-img {
    top: 1.8125rem;
    left: 0.25rem;
  }
  .banner-section .banner-container {
    max-width: 60rem !important;
  }
  .banner-section .banner-text .banner-title {
    font-size: 4.75rem;
    line-height: 5.625rem;
  }
  .banner-section-two .content .middle-content .title {
    font-size: 3.25rem;
  }
  .banner-section-two .content .middle-content p {
    bottom: -0.0625rem;
    right: -11.25rem;
  }
  .banner-section-two .content .left-content .left-shape {
    display: none;
  }
  .banner-section-three .image {
    width: 37.5625rem;
    margin: 0 auto;
    margin-top: 3.75rem;
  }
  .banner-section-three .text {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 61.99875rem) {
  .banner-section .banner-container {
    max-width: 45rem !important;
  }
  .banner-section .banner-text .banner-btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875rem;
  }
  .banner-section .banner-text .banner-title .line-1 {
    padding-left: 0;
  }
  .banner-section .banner-text .banner-title .line-3 {
    padding-left: 0;
  }
  .banner-title .tp-split-line {
    text-align: center !important;
  }
  .banner-section .banner-text p {
    margin-right: auto;
    text-align: center;
  }
  .banner-section .banner-image {
    margin: 0 auto;
    margin-top: 2.5rem;
  }
  .banner-section .banner-image .banner-img {
    top: 0;
  }
  .banner-section-two .content .left-content {
    width: 31.25rem;
    text-align: center;
    margin: 0 auto;
  }
  .banner-section-two .content .left-content .wecome-text {
    margin-bottom: 1.125rem;
    display: inline-block;
  }
  .banner-section-two .content .left-content .wecome-text .shape {
    text-align: left;
  }
  .banner-section-two .content .middle-content {
    margin-left: 0;
    text-align: center;
  }
  .banner-section-two .content .middle-content .title {
    margin-top: 1.25rem;
  }
  .banner-section-two .content .middle-content p {
    bottom: 0;
    right: 0;
    position: static !important;
    margin: 0 auto;
    margin-top: 1.25rem;
  }
  .banner-section-two .content .stars {
    margin-top: 1.625rem;
    position: absolute;
    top: 0;
    right: 3.5rem;
  }
}
@media (max-width: 47.99875rem) {
  .banner-section .banner-container {
    max-width: 33.75rem !important;
  }
  .banner-section .banner-text .banner-title {
    font-size: 3.75rem;
    line-height: 4.5rem;
  }
  .services-section .services-main .services-item a {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .services-section .services-main .services-item p {
    max-width: 100% !important;
  }
  .banner-section-three .image {
    width: 32.125rem;
  }
  .banner-section-three .text .title {
    font-size: 3.5rem;
    margin-top: 1.25rem;
  }
  .banner-section-three .clients-image {
    position: static !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner-section-three .text .title span {
    margin-left: 0;
  }
  .banner-section-three {
    padding: 5rem 0 7.625rem 0;
  }
}
@media (max-width: 35.99875rem) {
  .banner-section .banner-text .banner-title {
    font-size: 2.625rem;
    line-height: 3.375rem;
  }
  .banner-section-two .content .stars {
    display: none;
  }
  .banner-section-two .content .left-content {
    width: 100%;
  }
  .banner-section-two .content .middle-content .title {
    font-size: 2.625rem;
  }
  .banner-section-two .content .feedback-counter .counter-info {
    margin-left: auto;
    left: 0;
    margin-right: auto;
  }
  .banner-section-two .content .feedback-counter .feedback {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  .banner-section-three .text .title {
    margin-bottom: 1.625rem;
    font-size: 2.625rem;
  }
  .banner-section-three .image {
    width: 100%;
  }
  .banner-section-three .image .counter-info .counter-item p {
    font-size: 0.875rem;
  }
  .banner-section-three .image .counter-info {
    padding: 0.875rem 1.25rem;
    padding-bottom: 1.25rem;
    width: 90%;
  }
  .banner-section-three .image .counter-info .counter-item .number {
    font-size: 2.625rem;
  }
  .banner-section-three .image .counter-info .counter-item {
    gap: 0.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.brand-slider-section {
  background-color: var(--bs-bg-color15);
  padding: 3.3125rem 0;
  margin-top: 1.875rem;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  border-bottom: 0.0625rem solid rgba(45, 51, 57, 0.15);
}
.brand-slider-section .slider-main .slider-item {
  white-space: nowrap;
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
  gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brand-slider-section .slider-main .slider-item a {
  margin: 0 1.75rem;
}
.brand-slider-section .slider-main .slider-item a img {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.brand-slider-section .slider-main .slider-item a img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.brand-slider-section .slider-main:hover .slider-item {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1.5rem));
    transform: translateX(calc(-100% - 1.5rem));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1.5rem));
    transform: translateX(calc(-100% - 1.5rem));
  }
}
.brand-slider-section-two {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  margin-top: 0;
  padding: 1.5625rem 0 2.6875rem 0;
  border-color: var(--bs-border-color5);
}
.brand-section {
  margin-top: 0;
  margin-bottom: 0;
}
.brand-section .container {
  border-left: 0.0625rem solid var(--bs-border-color8);
  border-right: 0.0625rem solid var(--bs-border-color8);
}
.brand-section-two {
  margin-bottom: 5.9375rem;
  border-top: 0.0625rem solid var(--bs-border-color13);
  border-bottom: 0.0625rem solid var(--bs-border-color13);
}
.brand-section-two .brand-item-label {
  padding: 2.125rem 0;
  border-right: 0.0625rem solid var(--bs-border-color13);
}
.brand-section-two .brand-item-label:last-child {
  border-right: 0;
}
@media (max-width: 74.99875rem) {
  .brand-section-two .brand-item img {
    width: 85%;
  }
  .brand-slider-section-two .slider-main .slider-item a {
    margin: 0 0.625rem;
  }
}
@media (max-width: 61.99875rem) {
  .brand-slider-section {
    padding: 2rem 0;
  }
  .brand-slider-section .slider-main .slider-item {
    gap: 0;
  }
  .brand-section-two .brand-item-label {
    padding: 0.9375rem 0;
    border-right: 0;
  }
}
@media (max-width: 47.99875rem) {
  .brand-section-two {
    margin-bottom: 5rem !important;
  }
  .brand-slider-section-two .slider-main .slider-item a img {
    width: 7.5rem !important;
  }
  .brand-slider-section-twoo {
    padding: 1.25rem 0 !important;
  }
}
@media (max-width: 35.99875rem) {
  .brand-slider-section .slider-main .slider-item a {
    margin: 0 1.25rem;
  }
}
.feature-section {
  padding-top: 12.5625rem;
  background-color: var(--bs-bg-color1);
  padding-bottom: 8.4375rem;
  margin-top: -2.1875rem;
}
.feature-section .container {
  max-width: 80rem !important;
}
.feature-section .feature-main {
  margin-top: 5.125rem;
}
.feature-item {
  padding: 0 0.9375rem;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.feature-item .feature-icon {
  margin-bottom: 2rem;
}
.feature-item .feature-title {
  margin-bottom: 1rem;
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 132%;
}
.feature-item:hover {
  -webkit-transform: translateY(-0.3125rem);
  transform: translateY(-0.3125rem);
}
.feature-content::after {
  background: url(../img/features/feature-one-line.svg);
  width: 0.125rem;
  height: 24.25rem;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.feature-content:last-child::after {
  display: none;
}
.feature-section-two {
  background-color: unset;
  margin-top: 0;
  padding-top: 8.5625rem;
  padding-bottom: 5.375rem;
  border-bottom: 0.0625rem solid var(--bs-border-color8);
}
.feature-section-two .section-title-block {
  padding: 1.5rem 0;
  border-top: 0.0625rem solid var(--bs-border-color8);
  border-bottom: 0.0625rem solid var(--bs-border-color8);
}
.feature-section-two .section-title-block .cr,
.feature-section-two .section-title-block .br {
  border-radius: 2.0625rem;
  padding: 0 0.9375rem;
}
.feature-section-two .section-title-block .cr {
  background-color: var(--bs-primary);
}
.feature-section-two .section-title-block .br {
  background-color: var(--bs-bg-color8);
}
.feature-section-two .feature-main {
  margin-top: 3.75rem;
}
.feature-section-two .feature-content::after {
  display: none;
}
.feature-section-three {
  margin-top: 0;
  padding-top: 7.625rem;
}
.feature-section-three .section-title-block .section-title {
  margin-bottom: 1.125rem;
  padding: 0 2.5rem;
}
.feature-section-three .feature-main {
  margin-top: 3.75rem;
}
.feature-section-three .feature-content::after {
  display: none;
}
.feature-section-three .row {
  --bs-gutter-x: 0;
}
.feature-section-three .feature-item {
  border-radius: 0 0.75rem;
  overflow: hidden;
  height: 100%;
  background-size: cover !important;
  padding: 0;
}
.feature-section-three .feature-item .feature-text {
  padding: 2.625rem 3.1875rem 4.0625rem;
  background: var(--bs-bg-color16);
}
.feature-section-three .feature-item .feature-text .number {
  margin-bottom: 10.75rem;
}
.feature-section-three .feature-item .feature-text .number span {
  font-family: var(--bs-font-secondary);
  font-size: 4rem;
  font-weight: 700;
  line-height: 118.86%;
  -webkit-text-stroke-width: 0.0625rem;
  -webkit-text-stroke-color: var(--bs-border-color16);
}
.feature-section-three .feature-item .feature-text .number .number-four {
  -webkit-text-stroke-color: var(--bs-border-color18);
}
.feature-section-three .feature-item .feature-text .info .feature-title {
  color: var(--bs-white);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 132%;
  margin-bottom: 1.75rem;
}
.feature-section-three .feature-item .feature-text .info p {
  color: var(--bs-text-color21);
  max-width: 29.5rem;
}
.feature-section-three .feature-item:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.feature-section-three .no-img-item {
  border: 0.0625rem solid var(--bs-border-color7);
  border-radius: 0.75rem 0;
}
.feature-section-three .no-img-item .feature-text {
  background-color: var(--bs-white);
}
.feature-section-three .no-img-item .feature-text .number span {
  color: transparent;
  -webkit-text-stroke-color: var(--bs-border-color17);
}
.feature-section-three .no-img-item .feature-text .info .feature-title {
  color: var(--bs-text-color1) !important;
}
.feature-section-three .no-img-item .feature-text .info p {
  color: var(--bs-paragraph) !important;
}
@media (max-width: 87.49875rem) {
  .feature-section .container {
    max-width: 71.25rem !important;
  }
}
@media (max-width: 74.99875rem) {
  .feature-item {
    padding: 0 0;
  }
  .feature-item .feature-title {
    margin-bottom: 0.5rem;
    font-size: 1.625rem;
  }
  .feature-item .feature-icon {
    margin-bottom: 1.25rem;
  }
  .feature-section .container {
    max-width: 60rem !important;
  }
  .feature-section-three .feature-item .feature-text .number {
    margin-bottom: 4.375rem;
  }
}
@media (max-width: 61.99875rem) {
  .feature-section {
    padding-bottom: 6.25rem;
  }
  .feature-content::after {
    display: none;
  }
  .feature-section .container {
    max-width: 45rem !important;
  }
  .feature-section-two {
    padding-top: 6.25rem;
    margin-top: 0;
  }
  .feature-item .feature-title {
    font-size: 1.5rem;
  }
  .feature-section-three {
    padding-top: 6.25rem;
  }
  .feature-section-three .feature-item .feature-text {
    padding: 1.5rem;
  }
  .feature-section-three .feature-item .feature-text .info .feature-title {
    font-size: 1.625rem;
  }
}
@media (max-width: 47.99875rem) {
  .feature-section {
    padding-top: 8.4375rem;
    margin-top: -2.1875rem;
  }
  .feature-section .container {
    max-width: 33.75rem !important;
  }
  .feature-section {
    padding-bottom: 5rem;
  }
  .feature-section-two {
    padding-top: 5rem;
    margin-top: 0;
  }
  .feature-section-three {
    margin-top: 0 !important;
  }
  .feature-section-three {
    padding-top: 5rem;
  }
  .feature-section-three .feature-item {
    border-radius: 0.75rem !important;
  }
  .feature-section-three .feature-content + .feature-content {
    margin-top: 1.875rem;
  }
  .feature-section-three {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .feature-section-three .section-title-block .section-title {
    padding: 0;
  }
}
@media (max-width: 35.99875rem) {
  .feature-section .container {
    max-width: 100% !important;
  }
  .feature-section .feature-main {
    margin-top: 3.125rem;
  }
  .feature-section {
    padding-bottom: 5rem;
  }
  .feature-section-three .feature-item .feature-text .number {
    margin-bottom: 1.875rem;
  }
}
.about-us-section {
  margin-top: 8.5625rem;
}
.about-us-section .about-text {
  margin-top: 3.125rem;
}
.about-us-section .about-text .section-title-block .section-sub-title {
  margin-bottom: 3.5rem;
}
.about-us-section .about-text .inner-title {
  color: var(--bs-paragraph);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  margin: 3.1875rem 0 1.6875rem 0;
}
.about-us-section .about-text p {
  max-width: 34.75rem;
  margin-bottom: 2.6875rem;
}
.about-us-section .about-image .img img {
  border-radius: 62.4375rem;
}
.about-us-section .about-image .play {
  width: 9.875rem;
  height: 9.875rem;
  border-radius: 50%;
  background: var(--bs-white);
  top: 15.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-us-section .about-image .play .about-video-text img {
  -webkit-animation: spin 26s infinite linear;
  animation: spin 26s infinite linear;
}
.about-us-section .about-image .play a {
  width: 5.65656rem;
  height: 5.65656rem;
  border-radius: 50%;
  background: var(--bs-bg-color3);
}
.about-us-section .about-image .img-two {
  margin-top: 8.75rem;
}
.about-us-section-two {
  padding-top: 4.875rem;
}
.about-us-section-two::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 47.75rem;
  background-color: var(--bs-bg-color1);
  content: "";
  z-index: -1;
}
.about-us-section-two .about-content {
  margin-bottom: 4.6875rem;
}
.about-us-section-two .about-content .title {
  margin-bottom: 1rem;
}
.about-us-section-two .logos {
  margin-bottom: 2.5rem;
}
.about-us-section-two .logos .logo img {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.about-us-section-two .logos .logo img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-us-section-two .about-video .img {
  overflow: hidden;
  border-radius: 0 1.5rem;
}
.about-us-section-two .about-video .img img {
  border-radius: 0 1.5rem;
}
.about-us-section-two .about-video .img .about-video-box {
  background-color: var(--bs-bg-color14) !important;
  width: 10.75rem;
  height: 10.75rem;
  -webkit-backdrop-filter: blur(0.2625rem);
  backdrop-filter: blur(0.2625rem);
}
.about-us-section-two .about-video .img .about-video-box svg {
  width: 2.875rem;
  height: 2.875rem;
  stroke-width: 0.0625rem;
}
.about-us-section-two .about-video .img .about-video-box .video-rotate-btn {
  background-color: var(--bs-white);
  width: 6.125rem;
  height: 6.125rem;
}
@media (max-width: 74.99875rem) {
  .about-us-section-two .logos .logo img {
    width: 100%;
  }
  .about-us-section-two::before {
    height: 36.625rem;
  }
  .about-us-section .about-text .inner-title {
    font-size: 1.3125rem;
    margin: 2.1875rem 0 1.0625rem 0;
  }
}
@media (max-width: 61.99875rem) {
  .about-us-section {
    margin-top: 6.25rem;
  }
  .about-us-section .about-text {
    margin-top: 0;
    text-align: center;
  }
  .about-us-section .about-image {
    margin-top: 2.5rem;
  }
}
@media (max-width: 47.99875rem) {
  .about-us-section {
    margin-top: 5rem;
  }
  .about-us-section-two .about-content {
    margin-bottom: 2.8125rem;
  }
  .about-us-section-two .about-video {
    height: 18.75rem;
  }
  .about-us-section-two .about-video img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-us-section .about-text {
    text-align: center;
  }
  .about-us-section .about-text .section-title-block .section-sub-title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 35.99875rem) {
  .about-us-section-two {
    padding-bottom: 5rem;
  }
  .about-us-section-two::before {
    height: 100%;
  }
  .about-us-section-two .about-video .rotate-img img {
    width: 100% !important;
  }
  .about-us-section .about-text .inner-title {
    font-size: 1.0625rem;
  }
  .about-us-section .about-image .img-two {
    margin-top: 4.375rem;
  }
  .about-us-section .about-image .play {
    top: 7.875rem;
  }
}
.video-section .play {
  text-align: center;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.video-section .play .vidplay span {
  color: var(--bs-white);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}
.video-section .play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1) !important;
  transform: translate(-50%, -50%) scale(1.1) !important;
}
@media (max-width: 47.99875rem) {
  .video-section .image {
    height: 18.75rem;
  }
  .video-section .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
@media (max-width: 35.99875rem) {
  .video-section .play .vidplay span {
    font-size: 1.1875rem;
  }
}
.services-section .services-container {
  border-right: 0.0625rem solid var(--bs-border-color1);
  border-left: 0.0625rem solid var(--bs-border-color1);
  padding-top: 11.0625rem;
  padding-bottom: 11rem;
  max-width: 80rem !important;
}
.services-section .services-container::before {
  width: 0.0625rem;
  height: 100%;
  background-color: var(--bs-border-color1);
  position: absolute;
  top: 0;
  left: 31.25rem;
  content: "";
  z-index: -1;
}
.services-section .services-top-info {
  padding: 0 4.75rem;
}
.services-section .services-top-info .view-all-services {
  margin-top: 1.8125rem;
}
.services-section .services-top-info .view-all-services .view-all-btn {
  padding-top: 2.4375rem;
}
.services-section .services-main {
  padding-top: 2.875rem;
}
.services-section .services-main .services-item {
  padding: 2.8125rem 6.625rem 2.8125rem 6.625rem;
  border-top: 0.0625rem solid var(--bs-border-color1);
}
.services-section .services-main .services-item:last-child {
  border-bottom: 0.0625rem solid var(--bs-border-color1);
}
.services-section .services-main .services-item .number {
  color: var(--bs-text-color4);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  max-width: 10%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.services-section .services-main .services-item .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 132%;
  max-width: 27%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.services-section .services-main .services-item p {
  max-width: 45%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.services-section .services-main .services-item .icon {
  max-width: 10%;
  text-align: right;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.services-section .services-main .services-item .icon img {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.services-section .services-main .services-item .icon:hover img {
  -webkit-transform: rotate(42deg);
  transform: rotate(42deg);
}
.services-section .services-main .services-item:hover .number {
  color: var(--bs-text-color1);
}
.services-section-two {
  margin-top: 8.5625rem !important;
  margin: 10rem 0;
}
.services-section-two .services-top-info {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.services-section-two .services-item {
  padding: 3.0625rem 0 3.0625rem 0 !important;
}
.services-section-two .services-item .des {
  max-width: 27.3125rem !important;
}
.services-section-two .services-item .icon {
  text-align: center !important;
  max-width: 12% !important;
}
.services-section-two .services-item .icon:hover img {
  -webkit-transform: rotate(36deg) !important;
  transform: rotate(36deg) !important;
}
.services-section-two .services-item .number {
  color: var(--bs-text-color4);
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: normal !important;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.services-section-two .services-item .title {
  margin-left: -11.875rem;
}
.services-section-two .services-item .des {
  margin-left: -10.625rem;
}
.services-section-two .services-item .view-all-btn-primary {
  top: -3.8125rem;
  padding-top: 2.8125rem;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.services-section-two .services-item .view-all-btn-primary .icon {
  max-width: unset !important;
}
.services-section-two .services-item:hover .view-all-btn-primary {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.services-section-two .services-item:hover .number {
  color: var(--bs-text-color1);
}
.service-item-two {
  border: 0.125rem solid var(--bs-border-color5);
  padding: 3.875rem 2.25rem;
  margin-bottom: 1.875rem;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.service-item-two .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.service-item-two .text {
  margin-left: 1.875rem;
}
.service-item-two .text .title {
  color: var(--bs-text-color2);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 132%;
  margin-bottom: 1rem;
}
.service-item-two .text p {
  margin-bottom: 2.25rem;
}
.service-item-two .text .view-all-btn2 img {
  margin-left: 0.5rem;
}
.service-item-two:hover {
  border-color: var(--bs-border-color11);
}
.custom-services {
  margin-top: 10rem !important;
}
.services-section-three {
  border-top: 0.0625rem solid var(--bs-border-color8);
  padding-top: 4.625rem;
  margin-top: 7.625rem !important;
  margin-bottom: 0 !important;
}
.services-section-three .service-short-info {
  position: sticky;
  top: 6.25rem;
}
.services-section-three .service-short-info p {
  margin-top: 1.125rem;
}
.services-section-three .service-short-info .view-all-btn {
  padding-top: 2.4375rem;
  margin-top: 2.25rem;
}
.services-section-three .service-item-two {
  width: 38.4375rem;
  background-color: var(--bs-white);
  margin-left: -1.875rem;
}
.services-section-four {
  margin: 10rem 0;
}
.special-service-section {
  margin-bottom: 10rem;
}
.special-service-section .section-title-block .section-sub-title {
  margin-bottom: 1.125rem;
}
.special-service-section .special-service-main {
  margin-top: 3.75rem;
}
.special-service-section .special-service-main .special-service-item {
  border: 0.0625rem solid var(--bs-border-color5);
  background-color: var(--bs-white);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.special-service-section .special-service-main .special-service-item .text {
  padding: 1.875rem 1.875rem 1.9375rem 2.1875rem;
  max-width: 14.75rem;
}
.special-service-section .special-service-main .special-service-item .text .title {
  color: var(--bs-text-color2);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
}
.special-service-section .special-service-main .special-service-item:hover {
  border-color: var(--bs-border-color17);
}
@media (max-width: 87.49875rem) {
  .services-section .services-container {
    max-width: 71.25rem !important;
  }
  .services-section-three .service-item-two {
    width: 36.5625rem;
  }
}
@media (max-width: 74.99875rem) {
  .services-section .services-container {
    max-width: 60rem !important;
    border-left: 0;
    border-right: 0;
  }
  .services-section .services-top-info {
    padding: 0;
  }
  .services-section .services-main .services-item {
    padding: 2.8125rem 0 2.8125rem 0;
    border-top: 0.0625rem solid var(--bs-border-color1);
  }
  .services-section .services-container::before {
    display: none;
  }
  .service-item-two {
    padding: 2.25rem 1.375rem;
  }
  .services-section-two .services-item a {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .services-section-two .services-item .des {
    margin-left: 0;
  }
  .services-section-two .services-item .title {
    margin-left: 0;
  }
  .services-section-three .service-item-two {
    width: 30.1875rem;
  }
}
@media (max-width: 61.99875rem) {
  .services-section .services-container {
    max-width: 45rem !important;
  }
  .services-section .services-main .services-item .title {
    font-size: 1.625rem;
  }
  .services-section .services-main .services-item .icon {
    display: none;
  }
  .services-section-two {
    margin-top: 6.25rem !important;
    margin: 6.25rem 0;
  }
  .services-section-two .services-item .des {
    max-width: 21.8125rem !important;
  }
  .services-section-four {
    margin: 6.25rem 0;
    margin-bottom: 4.0625rem;
  }
  .special-service-section {
    margin-bottom: 6.25rem;
  }
  .services-section .services-main .services-item .icon {
    display: none;
  }
  .services-section-three {
    margin-top: 6.25rem !important;
  }
  .services-section-three .service-item-two {
    width: 100%;
    margin-left: 0 !important;
  }
  .services-section-three .service-short-info .view-all-btn {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.99875rem) {
  .services-section .services-main .services-item .title {
    max-width: 36%;
  }
  .services-section .services-container {
    max-width: 33.75rem !important;
  }
  .services-section .services-main .services-item {
    padding: 1.3125rem 0 1.25rem 0;
  }
  .section-title-block {
    text-align: center;
  }
  .section-title-block .section-sub-title {
    display: inline-block;
    text-align: left;
  }
  .services-section .services-top-info .view-all-services {
    margin-top: 1rem;
  }
  .services-section .services-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .services-section-two {
    margin-top: 5rem !important;
    margin: 5rem 0;
  }
  .services-section .services-top-info {
    text-align: center;
  }
  .services-section-two .services-item {
    padding: 1.875rem 0 1.875rem 0 !important;
  }
  .services-section-two .services-item a {
    gap: 1.5rem;
  }
  .services-section-four {
    margin: 5rem 0;
  }
  .special-service-section {
    margin-bottom: 5rem;
  }
  .services-section-three {
    margin-top: 5rem !important;
    padding-top: 3.5rem;
  }
  .project-section-three {
    margin-top: 3.125rem !important;
    padding-top: 5rem !important;
  }
}
@media (max-width: 35.99875rem) {
  .services-section .services-container {
    max-width: 100% !important;
  }
  .service-item-two {
    padding: 1.25rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .service-item-two .text {
    margin-left: 0;
  }
  .service-item-two .text .title {
    font-size: 1.625rem;
    margin-bottom: 0.625rem;
  }
  .special-service-section .special-service-main .special-service-item .text .title {
    font-size: 1.625rem;
  }
  .special-service-section .special-service-main .special-service-item .text {
    padding: 1.25rem 1.25rem 1.625rem 1.25rem;
  }
  .services-section-three {
    margin-top: 0 !important;
  }
}
.text-slider-section {
  background-color: var(--bs-bg-color2);
  padding: 2.875rem 0;
}
.text-slider-section .slider-main {
  gap: 3.0625rem;
}
.text-slider-section .slider-main .slider-item {
  white-space: nowrap;
  -webkit-animation: scroll2 18s linear infinite;
  animation: scroll2 18s linear infinite;
  gap: 3.0625rem;
}
.text-slider-section .slider-main .slider-item .title {
  color: var(--bs-text-color20);
  font-family: var(--bs-font-secondary);
  font-size: 5.3125rem;
  font-weight: 700;
  line-height: 120%;
}
.text-slider-section .slider-main .slider-item .title img {
  margin-right: 1.8125rem;
}
.text-slider-section .slider-main:hover .slider-item {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.text-slider-section-two {
  background-color: var(--bs-bg-color9);
  padding: 2rem 0 !important;
  -webkit-transform: rotate(-4.5deg);
  transform: rotate(-4.5deg);
  width: 102%;
  margin-left: -1.25rem;
  margin: 12.625rem 0;
}
.text-slider-section-two .title {
  color: var(--bs-text-color17) !important;
  font-family: var(--bs-font-secondary) !important;
  font-size: 4rem !important;
  font-weight: 600 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
}
@-webkit-keyframes scroll2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 3rem));
    transform: translateX(calc(-100% - 3rem));
  }
}
@keyframes scroll2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 3rem));
    transform: translateX(calc(-100% - 3rem));
  }
}
.text-slider-section-three {
  padding: 2.375rem 0;
}
.text-slider-section-three .slider-main {
  gap: 1.25rem !important;
}
.text-slider-section-three .slider-item {
  -webkit-animation: scroll3 18s linear infinite !important;
  animation: scroll3 18s linear infinite !important;
}
.text-slider-section-three .slider-item .title {
  font-size: 4rem !important;
  line-height: 118%;
}
@-webkit-keyframes scroll3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1.5rem));
    transform: translateX(calc(-100% - 1.5rem));
  }
}
@keyframes scroll3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1.5rem));
    transform: translateX(calc(-100% - 1.5rem));
  }
}
@media (max-width: 61.99875rem) {
  .text-slider-section-two {
    margin: 8.75rem 0;
  }
  .text-slider-section-two .title {
    font-size: 2.875rem !important;
  }
}
@media (max-width: 47.99875rem) {
  .text-slider-section .slider-main .slider-item .title {
    font-size: 2.875rem !important;
  }
  .text-slider-section {
    padding: 1.875rem 0;
  }
  .text-slider-section-two {
    margin: 6.25rem 0;
  }
}
@media (max-width: 35.99875rem) {
  .text-slider-section .slider-main .slider-item .title {
    font-size: 2.125rem !important;
  }
  .text-slider-section .slider-main .slider-item .title img {
    width: 2.375rem;
  }
  .text-slider-section-two {
    margin: 5rem 0;
  }
}
.projects-section {
  background-color: var(--bs-bg-color1);
}
.projects-section .project-container {
  padding: 11.875rem 0 3.3125rem 0;
  max-width: 80rem !important;
}
.projects-section .lines span {
  width: 0.0625rem;
  background: url(../img/projects/project-one-line.svg) no-repeat center;
}
.projects-section .section-title-block {
  padding-bottom: 5.8125rem;
}
.projects-section .section-title-block .project-shape {
  left: -7.5rem;
  top: 1.25rem;
}
.projects-section .section-title-block .left-title {
  padding-left: 14.375rem;
}
.projects-section .section-title-block .left-title .section-title {
  max-width: 22.8125rem;
}
.projects-section .section-title-block .des {
  max-width: 27.9375rem;
  margin-left: 9.125rem;
  margin-top: 2rem;
}
.projects-section .project-label:nth-child(2) .project-item {
  margin-left: 0.9375rem;
}
.projects-section .project-item .image img {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.projects-section .project-item .overlay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.17%, rgba(255, 255, 255, 0)), color-stop(82.56%, rgba(19, 18, 18, 0.63)), to(#131212));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11.17%, rgba(19, 18, 18, 0.63) 82.56%, #131212);
  padding: 1.8125rem 1.8125rem 2.6875rem;
}
.projects-section .project-item .overlay .project-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  color: var(--bs-white);
  margin-bottom: 0.875rem;
}
.projects-section .project-item .overlay .view-project {
  color: var(--bs-text-color4);
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.projects-section .project-item .overlay .view-project .icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 0.3125rem;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.projects-section .project-item .overlay .view-project:hover {
  color: var(--bs-white);
}
.projects-section .project-item .overlay .view-project:hover .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.projects-section .project-item:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.projects-section .view-all-projects {
  padding: 2.875rem 0 4.5rem 0;
}
.projects-section .view-all-projects .view-all-btn {
  padding-top: 2.1875rem;
}
.projects-counter {
  border-top: 0.0625rem solid var(--bs-border-color3);
  padding-top: 2.0625rem;
}
.projects-counter .counter-item .number {
  color: var(--bs-text-color1);
  font-size: 6rem;
  font-weight: 700;
  line-height: 115%;
}
.projects-counter .counter-item p {
  color: var(--bs-paragraph);
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}
.projects-counter .counter-label:nth-child(2) .number,
.projects-counter .counter-label:nth-child(4) .number {
  -webkit-text-stroke: 0.125rem var(--bs-paragraph);
  color: transparent;
}
.project-section-two .projects-content .view-all-btn2 {
  margin-top: 7rem;
}
.project-section-two .projects-content .right-info {
  max-width: 40.5rem;
}
.project-section-two .projects-content .right-info p {
  margin-bottom: 1.625rem;
}
.project-section-two .projects-content .right-info .author {
  margin-bottom: 4rem;
}
.project-section-two .projects-content .right-info .author .name {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
}
.project-section-two .projects-content .right-info .author .name img {
  margin-left: 0.75rem;
}
.project-section-two .projects-content .right-info .author .designation {
  margin-top: 0.375rem;
  color: var(--bs-text-color1);
}
.project-section-two .projects-content .right-info .experiance .year {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-tertiary);
  font-size: 6rem;
  font-weight: 700;
  line-height: normal;
  margin-right: 0.9375rem;
}
.project-section-two .projects-content .right-info .experiance .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 146%;
  margin-top: 1.375rem;
}
.project-section-two .project-container {
  --bs-gutter-y: 1.875rem;
}
.project-section-two .project-main {
  margin-top: 1.9375rem;
}
.project-section-two .project-item-two img {
  border-radius: 0 2.25rem;
}
.project-section-two .project-item-two .view-detials-btn {
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(0.59375rem);
  backdrop-filter: blur(0.59375rem);
}
.project-section-two .project-item-two .view-detials-btn .circle-img {
  border-radius: 50%;
}
.project-section-two .project-item-two .view-detials-btn span {
  color: var(--bs-white);
  font-family: Sora;
  font-size: 1rem;
  font-weight: 600;
  line-height: 125%;
  width: 90%;
  margin-top: 0.625rem;
}
.project-section-two .project-item-two .view-detials-btn span .arrow-icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0.625rem;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.project-section-two .project-item-two .view-detials-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1) !important;
  transform: translate(-50%, -50%) scale(1.1) !important;
}
.project-section-two .project-item-two .view-detials-btn:hover .arrow-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.project-section-two .project-item-two:hover .view-detials-btn {
  visibility: visible;
  opacity: 1;
}
.project-section-two .item-two img {
  border-radius: 2.25rem 0;
}
.project-section-three {
  margin-top: 5.75rem;
  background-color: var(--bs-bg-color15);
  padding-top: 5.0625rem;
  padding-bottom: 10.75rem;
}
.project-section-three .project-row {
  --bs-gutter-y: 2.25rem;
}
.project-section-three .top-info {
  margin-bottom: 2.8125rem;
}
.project-three-item .text .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 132%;
  margin-bottom: 1.25rem;
}
.project-three-item .text p {
  margin-bottom: 1.5rem;
}
.projects-section-four {
  background-color: transparent;
}
.projects-section-four .section-title-block {
  padding-bottom: 0;
}
.projects-section-four .projects-main {
  margin-top: 4.125rem;
}
.projects-section-four .view-all-projects {
  padding-top: 3.4375rem;
  padding-bottom: 0;
}
.projects-section-four .projects-four-slider .project-item-four {
  margin: 0 0.9375rem;
}
@media (max-width: 87.49875rem) {
  .projects-section .project-container {
    max-width: 71.25rem !important;
  }
  .projects-section .project-item .overlay .project-title {
    font-size: 1.875rem;
  }
}
@media (max-width: 74.99875rem) {
  .projects-section .project-container {
    max-width: 60rem !important;
  }
  .projects-section .section-title-block .left-title {
    padding-left: 0;
  }
  .projects-section .section-title-block .project-shape {
    display: none;
  }
  .projects-section .section-title-block .des {
    margin-top: 0;
  }
}
@media (max-width: 61.99875rem) {
  .projects-section .project-container {
    max-width: 45rem !important;
  }
  .projects-section .section-title-block .des {
    margin-left: 1.875rem;
  }
  .projects-section .section-title-block .left-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .projects-section .project-item .overlay .project-title {
    font-size: 1.5rem !important;
  }
  .project-section-two .projects-content .view-all-btn2 {
    margin-top: 1.875rem;
  }
  .project-section-two .projects-content .right-info .author {
    margin-bottom: 1.25rem;
  }
  .project-section-two .projects-content .right-info p {
    margin-top: 1.25rem;
  }
  .project-section-three {
    padding-bottom: 6.25rem;
  }
  .project-three-item .text .title {
    font-size: 1.625rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 47.99875rem) {
  .projects-section .project-container {
    max-width: 33.75rem !important;
  }
  .projects-counter .counter-item .number {
    font-size: 4.25rem;
  }
  .projects-section .project-label:nth-child(2) .project-item {
    margin-left: 0;
  }
  .projects-section .project-container {
    padding: 5rem 0 3.3125rem 0;
  }
  .projects-section .section-title-block .left-title .section-title {
    max-width: 100%;
    margin-bottom: 1.25rem;
  }
  .projects-section .section-title-block {
    padding-bottom: 3.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .projects-section .section-title-block .des {
    margin-left: 0;
  }
  .projects-section .view-all-projects {
    padding: 2.875rem 0 2.625rem 0;
  }
  .project-section-two .projects-content {
    text-align: center;
  }
  .project-section-two .projects-content .right-info .author {
    margin-bottom: 1.25rem;
  }
  .project-section-two .projects-content .right-info .experiance {
    text-align: left;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .project-section-three {
    padding-bottom: 5rem;
  }
  .projects-section-four .section-title-block {
    padding-bottom: 0 !important;
  }
  .projects-section-four .short-info {
    text-align: center;
  }
  .projects-section-four .view-all-projects {
    padding: 2.875rem 0 0 0;
  }
}
@media (max-width: 35.99875rem) {
  .projects-section .project-container {
    max-width: 100% !important;
  }
  .projects-counter .counter-item .number {
    font-size: 3rem;
  }
}
.counter-area {
  margin-bottom: 13.375rem;
}
.counter-area .text {
  margin-bottom: 5.875rem;
}
.counter-area .text .section-title {
  font-size: 2.5rem;
  line-height: 130%;
  padding-right: 3.75rem;
}
.counter-area .text .team-shape {
  top: 2.5rem;
  right: -4.5625rem;
}
.counter-area .text p {
  font-size: 1.125rem;
  padding-right: 2.5rem;
}
.counter-area .counter-row {
  --bs-gutter-y: 4.25rem;
}
.counter-area .counter-item .counter-title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 4rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.counter-area .counter-item p {
  font-weight: 500;
  max-width: 6.875rem;
}
.counter-section {
  margin-top: 5.625rem;
}
.counter-section .counter-area {
  margin-bottom: 0;
}
.counter-section .counter-label:first-child .counter-item {
  margin-left: -1.5rem;
}
.counter-section .counter-label:nth-child(3) .counter-item {
  padding-left: 1.5rem;
}
.counter-section .counter-item .counter-title {
  margin-bottom: 0;
}
.counter-section .counter-item p {
  max-width: 13.375rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 74.99875rem) {
  .counter-area .text .team-shape {
    display: none;
  }
  .counter-area .text p {
    font-size: 1rem;
  }
}
@media (max-width: 61.99875rem) {
  .counter-area .text p {
    padding-right: 0;
    margin-top: 1.875rem;
  }
  .counter-area {
    margin-bottom: 6.25rem;
  }
  .counter-section .counter-label:first-child .counter-item {
    margin-left: 0;
  }
}
@media (max-width: 47.99875rem) {
  .counter-area .text .section-title {
    padding-right: 0;
  }
  .counter-area .text p {
    text-align: center;
  }
  .counter-area .counter-item {
    text-align: center;
  }
  .counter-area .counter-item p {
    max-width: 100%;
    margin: 0 auto;
  }
  .counter-area {
    margin-bottom: 5rem;
  }
  .counter-area .text .section-title {
    font-size: 2rem;
  }
  .counter-section {
    margin-top: 5rem;
  }
}
@media (max-width: 35.99875rem) {
  .counter-area .counter-row {
    --bs-gutter-y: 1.875rem;
  }
  .counter-area .counter-item .counter-title {
    margin-bottom: 0;
  }
  .counter-area .text {
    margin-bottom: 5rem;
  }
  .counter-area .counter-item .counter-title {
    font-size: 2.875rem;
  }
}
.team-section .team-container {
  padding: 10.4375rem 0 10.375rem 0;
  max-width: 80rem !important;
}
.team-section .view-all-member {
  margin-bottom: 1.5625rem;
}
.team-section .lines span {
  width: 0.0625rem;
  background-color: var(--bs-border-color1);
}
.team-section .team-main {
  margin-top: 3.5rem;
}
.team-section .team-item {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.team-section .team-item .image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 62.4375rem 62.4375rem 0 0;
  background: #c1dcdb;
  content: "";
  z-index: -1;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.team-section .team-item .text {
  margin-top: 1.125rem;
}
.team-section .team-item .text .name {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.6875rem;
  color: var(--bs-text-color1);
}
.team-section .team-item .text .designation {
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}
.team-section .team-item:hover .image::before {
  height: 13.9375rem;
}
.team-section .team-label:nth-child(2) .image::before {
  background: #dbdbdb;
}
.team-section .team-label:nth-child(3) .image::before {
  background: #ffd0c0;
}
.team-section .team-label:nth-child(4) .image::before {
  background: #cfcfd0;
}
.team-section-two {
  margin-top: 8.5625rem;
}
.team-section-two .team-section-top-info {
  margin-bottom: 3.6875rem;
}
.team-section-two .team-section-top-info p {
  max-width: 34.5625rem;
}
.team-section-two .team-row {
  --bs-gutter-x: 4.0625rem;
  --bs-gutter-y: 5.25rem;
}
.team-section-two .team-item {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.team-section-two .team-item .img {
  background-color: #fff9f1;
  border-radius: 2.875rem 0;
  margin-bottom: 2rem;
}
.team-section-two .team-item .img img {
  border-radius: 2.875rem 0;
}
.team-section-two .team-item .text .title {
  color: var(--bs-text-color1);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.6875rem;
}
.team-section-two .team-item .text p {
  color: var(--bs-paragraph);
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.team-section-two .team-item:hover {
  -webkit-transform: translateY(-0.3125rem);
  transform: translateY(-0.3125rem);
}
.team-section-two .team-member-2 .img {
  background-color: #faf4ff;
}
.team-section-two .team-member-3 .img {
  background-color: #f4fffc;
}
.team-section-two .join-our-team {
  padding: 7.625rem 0 10.6875rem 0;
}
.team-section-two .join-our-team .view-all-btn-primary {
  font-family: var(--bs-font-secondary);
  width: 14.0625rem;
  height: 14.0625rem;
  color: var(--bs-text-color1);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 125%;
  padding: 2.5rem;
  padding-top: 4.375rem;
}
.team-section-two .team-inner-banner {
  padding-bottom: 6.4375rem;
}
.custom-team {
  background-color: var(--bs-bg-color6);
  padding: 5.75rem 0 4.9375rem 0;
  margin-top: 10rem;
}
.custom-team .team-label:nth-child(even) .team-item {
  margin-top: 6.375rem;
}
.custom-team .team-row {
  --bs-gutter-x: 1.5625rem;
}
.custom-team .team-item .img {
  background-color: var(--bs-bg-color20);
}
@media (max-width: 87.49875rem) {
  .team-section .team-container {
    max-width: 71.25rem !important;
  }
}
@media (max-width: 74.99875rem) {
  .team-section .team-container {
    max-width: 60rem !important;
  }
  .team-section .team-item .text .name {
    font-size: 1.375rem;
  }
}
@media (max-width: 61.99875rem) {
  .team-section .team-container {
    max-width: 45rem !important;
  }
  .team-section-two {
    margin-top: 6.25rem;
  }
  .team-section-two .join-our-team {
    padding: 6.25rem 0 6.25rem 0;
  }
  .custom-team .team-label:nth-child(2n) .team-item {
    margin-top: 0;
  }
}
@media (max-width: 47.99875rem) {
  .team-section .team-container {
    padding: 5rem 0 5rem 0;
    max-width: 33.75rem !important;
  }
  .view-all-btn2 {
    padding-right: 0;
  }
  .team-section .view-all-member {
    text-align: center !important;
    margin-bottom: 0;
  }
  .team-section .team-main {
    margin-top: 2.25rem;
  }
  .team-section-two {
    margin-top: 5rem;
  }
  .team-section-two .team-row {
    --bs-gutter-y: 2.5rem;
  }
  .team-section-two .team-item .text .title {
    font-size: 1.5rem;
  }
  .team-section-two .team-item .text p {
    font-size: 0.875rem;
  }
  .team-section-two .join-our-team {
    padding: 5rem 0 5rem 0;
  }
  .team-section-two .join-our-team .view-all-btn-primary {
    font-family: var(--bs-font-secondary);
    width: 12.5rem;
    height: 12.5rem;
    font-size: 1rem;
    padding: 2.0625rem;
  }
  .team-section-two .team-section-top-info {
    text-align: center;
  }
  .custom-team {
    padding: 5rem 0 4.9375rem 0;
  }
}
@media (max-width: 35.99875rem) {
  .team-section .team-container {
    max-width: 100% !important;
  }
  .team-section .team-item .image::before {
    height: 7.3125rem;
  }
  .team-section .team-item .text .name {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem;
  }
  .team-section .team-item .text .designation {
    font-size: 0.875rem;
  }
  .team-section-two .team-inner-banner {
    padding-bottom: 5rem;
  }
  .custom-team .team-row {
    padding: 0 0.9375rem;
  }
}
.testimonial-section .testimonial-container {
  padding: 6.4375rem 0 6.375rem 0;
  max-width: 80rem !important;
}
.testimonial-section .overlay {
  background: var(--bs-border-color15);
}
.testimonial-section .overlay .lines span {
  width: 0.0625rem;
  background-color: var(--bs-border-color1);
}
.testimonial-section .overlay .testimonial-info {
  padding-left: 4.375rem;
}
.testimonial-section .overlay .testimonial-info .title {
  color: var(--bs-text-color19);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
}
.testimonial-section .overlay .testimonial-info .image-group {
  margin-top: 21.25rem;
}
.testimonial-section .overlay .testimonial-info .image-group ul {
  list-style: none;
}
.testimonial-section .overlay .testimonial-info .image-group ul li {
  width: 3.8125rem;
  height: 3.8125rem;
  border: 0.125rem solid var(--bs-border-color9);
}
.testimonial-section .overlay .testimonial-info .image-group ul li + li {
  margin-left: -0.9375rem;
}
.testimonial-section .overlay .testimonial-info .image-group p {
  margin-top: 1.25rem;
  color: var(--bs-white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  max-width: 13.8125rem;
}
.testimonial-section .overlay .slick-slider {
  position: static !important;
}
.testimonial-section .overlay .testimonial-slider {
  max-width: 40.875rem;
}
.testimonial-section .overlay .testimonial-slider .slider-item .user {
  margin-bottom: 2.5625rem;
}
.testimonial-section .overlay .testimonial-slider .slider-item .user .name {
  color: var(--bs-white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.5rem;
}
.testimonial-section .overlay .testimonial-slider .slider-item .user .designation {
  color: var(--bs-text-color4);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.testimonial-section .overlay .testimonial-slider .slider-item p {
  color: var(--bs-text-color8);
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 500;
  line-height: 2.625rem;
}
.testimonial-section .overlay .testimonial-slider .slick-dots {
  position: absolute;
  top: 13.0625rem;
  left: 5.0625rem;
  list-style: none;
}
.testimonial-section .overlay .testimonial-slider .slick-dots li button {
  font-size: 0;
  background-color: var(--bs-bg-color4);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  border: 0;
  position: relative;
}
.testimonial-section .overlay .testimonial-slider .slick-dots li button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  content: "";
  background: url(https://html.xstheme.com/digiso/assets/img/icons/slider-dots.svg);
  visibility: hidden;
}
.testimonial-section .overlay .testimonial-slider .slick-dots li + li {
  margin-top: 0.625rem;
}
.testimonial-section .overlay .testimonial-slider .slick-dots .slick-active button {
  background-color: var(--bs-bg-color5);
}
.testimonial-section .overlay .testimonial-slider .slick-dots .slick-active button::before {
  visibility: visible;
}
.testimonial-section .overlay .view-all-btn2 {
  color: var(--bs-white);
  margin-top: 8.125rem;
}
.testimonial-section-two {
  background-color: var(--bs-bg-color1);
  padding: 4.9375rem 0 6.1875rem 0;
  margin-top: 8.5625rem;
}
.testimonial-section-two .view-all-btn {
  padding-top: 2.5rem;
}
.testimonial-section-two .view-all-btn .icon {
  margin-top: 0.375rem;
}
.testimonial-section-two .slider-main {
  margin-top: 3.4375rem;
}
.testimonial-section-two .testimonial-two-slider {
  gap: 1.875rem;
}
.testimonial-section-two .testimonial-two-slider .slider-content {
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite;
  gap: 1.875rem !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.testimonial-section-two .testimonial-two-slider .slider-item {
  background: var(--bs-white);
  padding: 2.125rem 1.6875rem 2rem;
  border: 0.0625rem solid var(--bs-border-color14);
  max-width: 23.75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.testimonial-section-two .testimonial-two-slider .slider-item .star {
  margin-bottom: 1.25rem;
}
.testimonial-section-two .testimonial-two-slider .slider-item .text p {
  font-style: italic;
  margin-bottom: 1.625rem;
}
.testimonial-section-two .testimonial-two-slider .slider-item .name {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial-section-two .testimonial-two-slider .slider-item .name .icon {
  width: 3.75rem;
  height: 3.75rem;
  background-color: var(--bs-bg-color10);
  margin-right: 1rem;
}
.testimonial-section-two .testimonial-two-slider .slider-item .name .icon-two {
  background-color: var(--bs-bg-color8);
}
.testimonial-section-two .testimonial-two-slider .slider-item .name .icon-three {
  background-color: var(--bs-primary);
}
.testimonial-section-two .testimonial-two-slider .slider-item .name .icon-four {
  background-color: var(--bs-bg-color11);
}
.testimonial-section-two .testimonial-two-slider .slider-item .name .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
}
.testimonial-section-two .testimonial-two-slider .slider-item .name span {
  color: var(--bs-text-color18);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 2rem));
    transform: translateX(calc(-100% - 2rem));
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 2rem));
    transform: translateX(calc(-100% - 2rem));
  }
}
.testimonial-section-two .testimonial-two-slider:hover .slider-content {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.testimonial-section-two .testimonial-two-slider + .testimonial-two-slider {
  margin-top: 1.875rem;
}
.testimonial-section-two .testimonial-two-slider + .testimonial-two-slider:hover .slider-content {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.testimonial-section-two .testimonial-two-slider + .testimonial-two-slider .slider-content {
  -webkit-animation: slideReverse 20s linear infinite;
  animation: slideReverse 20s linear infinite;
}
@-webkit-keyframes slideReverse {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(calc(0% + 2rem));
    transform: translateX(calc(0% + 2rem));
  }
}
@keyframes slideReverse {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(calc(0% + 2rem));
    transform: translateX(calc(0% + 2rem));
  }
}
.custom-testimonial {
  background-color: transparent;
  margin-top: 10rem !important;
  padding: 0 !important;
  margin-bottom: 10rem;
}
.testimonial-section-three {
  margin-top: 11.875rem;
  border-top: 0.0625rem solid var(--bs-border-color8);
  padding-top: 3.875rem;
}
.testimonial-section-three .short-info {
  margin-top: 0.625rem;
}
.testimonial-section-three .testimonial-main {
  margin-top: 3.1875rem;
}
.testimonial-section-three .testimonial-main .testimonial-row {
  --bs-gutter-x: 0;
}
.testimonial-section-three .testimonial-main .testimonial-three-slider {
  width: 57.6875rem;
  overflow: hidden;
  border-radius: 0 0.75rem 0.75rem 0;
  background-size: cover !important;
}
.testimonial-section-three .testimonial-main .testimonial-three-slider .testimonial-three-slider-main {
  background-color: var(--bs-bg-color17);
  padding: 5.25rem 4.3125rem 2.8125rem 4.5625rem;
}
.testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item p {
  color: var(--bs-white);
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 2.625rem;
}
.testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item .customer-info {
  margin-top: 2.3125rem;
}
.testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item .customer-info .rating {
  margin-top: 1.75rem;
  gap: 0.3125rem;
}
.testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item .customer-info .rating img {
  width: 1.125rem;
}
.testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item .customer-info .user {
  gap: 1rem;
}
.testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item .customer-info .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.8125rem;
  height: 3.8125rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.125rem solid var(--bs-border-color18);
}
.testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item .customer-info .img img {
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item .customer-info .text .name {
  color: var(--bs-white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.25rem;
}
.testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item .customer-info .text .designation {
  color: var(--bs-text-color22);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.testimonial-section-three .testimonial-main .testimonial-info {
  height: 100%;
  border-radius: 0.75rem 0 0 0.75rem;
  background: var(--bs-bg-color2);
  margin-left: 1.1875rem;
  width: 17.0625rem;
  padding: 4.25rem 2.1875rem 2.8125rem;
}
.testimonial-section-three .testimonial-main .testimonial-info .customer-img {
  margin-top: 8.1875rem;
}
.testimonial-section-three .testimonial-main .testimonial-info .customer-img .img {
  width: 3.8125rem;
  height: 3.8125rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.125rem solid var(--bs-white);
  margin: 0 -0.4375rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.testimonial-section-three .testimonial-main .testimonial-info .customer-img .img .overlay {
  background-color: var(--bs-bg-color18);
}
.testimonial-section-three .testimonial-main .testimonial-info .customer-img .img .overlay span {
  color: var(--bs-white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 118.86%;
}
.testimonial-section-three .testimonial-main .testimonial-info .customer-img .img img {
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.testimonial-section-three .testimonial-main .testimonial-info .customer-img .img:first-child {
  border-color: var(--bs-border-color19);
}
.testimonial-section-three .testimonial-main .testimonial-info .customer-img .img:nth-child(2) {
  border-color: var(--bs-border-color16);
}
.testimonial-section-three .testimonial-main .testimonial-info .customer-img .img:nth-child(3) {
  border-color: var(--bs-border-color20);
}
.testimonial-section-four {
  margin-bottom: 10rem;
}
.testimonial-section-four .testimonial-main {
  margin-top: 3.75rem;
}
.testimonial-section-four .testimonial-main .testimonial-row {
  --bs-gutter-x: 0;
}
.testimonial-section-four .testimonial-main .tes-four-text-slider .slider-item {
  background-color: var(--bs-text-color1);
  padding: 2.875rem 3.5rem 8.375rem 4.0625rem;
  border-radius: 0 0.75rem 0.75rem 0;
}
.testimonial-section-four .testimonial-main .tes-four-text-slider .slider-item ul {
  padding-bottom: 3.6875rem;
}
.testimonial-section-four .testimonial-main .tes-four-text-slider .slider-item ul li {
  color: var(--bs-white);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
}
.testimonial-section-four .testimonial-main .tes-four-text-slider .slider-item ul .icon {
  margin-left: 1rem;
}
.testimonial-section-four .testimonial-main .tes-four-text-slider .slider-item ul .review {
  margin-left: 0.5rem;
  color: var(--bs-text-color13);
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.testimonial-section-four .testimonial-main .tes-four-text-slider .slider-item p {
  color: var(--bs-text-color14);
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 2.625rem;
}
.testimonial-section-four .testimonial-main .tes-four-text-slider .slick-dots {
  position: absolute;
  bottom: 2.6875rem;
  right: 3.5rem;
}
.testimonial-section-four .testimonial-main .tes-four-text-slider .slick-dots li {
  display: inline-block;
  margin: 0 1rem;
}
.testimonial-section-four .testimonial-main .tes-four-text-slider .slick-dots li button {
  font-size: 0;
  background-color: var(--bs-bg-color4);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  border: 0;
  position: relative;
}
.testimonial-section-four .testimonial-main .tes-four-text-slider .slick-dots li button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  content: "";
  background: url(../img/icons/slider-dots.svg);
  visibility: hidden;
}
.testimonial-section-four .testimonial-main .tes-four-text-slider .slick-dots .slick-active button {
  background-color: var(--bs-bg-color5);
}
.testimonial-section-four .testimonial-main .tes-four-text-slider .slick-dots .slick-active button::before {
  visibility: visible;
}
.testimonial-section-four .testimonial-main .tes-four-img-slider .slider-item {
  border-radius: 0.75rem 0 0 0.75rem;
  background-color: var(--bs-text-color1);
  padding: 0 2.6875rem 1.8125rem;
}
.testimonial-section-four .testimonial-main .tes-four-img-slider .slider-item .img {
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.testimonial-section-four .testimonial-main .tes-four-img-slider .slider-item .img img {
  border-radius: 0 0 12.5rem 12.5rem;
}
.testimonial-section-four .testimonial-main .tes-four-img-slider .slider-item .text .name {
  margin-bottom: 0.25rem;
  color: var(--bs-white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
}
.testimonial-section-four .testimonial-main .tes-four-img-slider .slider-item .text .designation {
  color: var(--bs-text-color7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
@media (max-width: 87.49875rem) {
  .testimonial-section .testimonial-container {
    max-width: 71.25rem !important;
  }
  .testimonial-section-three .testimonial-main .testimonial-three-slider {
    width: 54.9375rem;
  }
  .testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .testimonial-section-three .testimonial-main .testimonial-info {
    padding: 2.5rem 2.1875rem 2.8125rem;
  }
  .testimonial-section-three .testimonial-main .testimonial-info .customer-img {
    margin-top: 4.875rem;
  }
}
@media (max-width: 74.99875rem) {
  .testimonial-section .testimonial-container {
    max-width: 60rem !important;
  }
  .testimonial-section .overlay .testimonial-slider .slider-item p {
    font-size: 1.5rem;
    line-height: 2.375rem;
  }
  .testimonial-section-three .testimonial-main .testimonial-info {
    margin-left: -3rem;
  }
  .testimonial-section-three .testimonial-main .testimonial-three-slider {
    width: 41.1875rem;
  }
  .testimonial-section-three .testimonial-three-slider-main {
    padding: 3.25rem 2.6875rem 2.75rem 3rem !important;
  }
  .testimonial-section-three {
    margin-top: 6.25rem;
  }
  .testimonial-section-four .testimonial-main .tes-four-text-slider .slider-item p {
    font-size: 1.4375rem;
    line-height: 2.625rem;
  }
}
@media (max-width: 61.99875rem) {
  .testimonial-section .testimonial-container {
    max-width: 45rem !important;
  }
  .testimonial-section .overlay .testimonial-info {
    padding-left: 0;
  }
  .testimonial-section .overlay .testimonial-slider .slick-dots li {
    display: inline-block;
    margin-right: 1.875rem;
  }
  .testimonial-section .overlay .testimonial-slider .slick-dots {
    top: 10.125rem;
    left: 0.8125rem;
  }
  .testimonial-section .overlay .testimonial-info .image-group {
    margin-top: 9.75rem;
  }
  .testimonial-section .overlay .testimonial-info .image-group {
    margin-top: 7.5rem;
  }
  .testimonial-section .overlay .view-all-btn2 {
    margin-top: 4.375rem;
  }
  .testimonial-section .overlay .testimonial-slider .slider-item p {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
  .testimonial-section-two {
    margin-top: 6.25rem;
  }
  .testimonial-section-three .testimonial-main .testimonial-info {
    margin-left: 0;
    display: none;
  }
  .testimonial-section-four .testimonial-main .tes-four-img-slider .slider-item {
    padding: 0 1.25rem 1.8125rem;
  }
  .testimonial-section-four .testimonial-main .tes-four-text-slider .slider-item p {
    font-size: 1.125rem;
    line-height: 1.8125rem;
  }
  .testimonial-section-four .testimonial-main .tes-four-img-slider .slider-item .img {
    height: 16.25rem;
  }
  .testimonial-section-four .testimonial-main .tes-four-img-slider .slider-item .img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .testimonial-section-four .testimonial-main .tes-four-text-slider .slider-item ul {
    padding-bottom: 1.5625rem;
  }
  .testimonial-section-four {
    margin-bottom: 6.25rem;
  }
  .custom-testimonial {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 47.99875rem) {
  .testimonial-section .overlay {
    text-align: center;
  }
  .testimonial-section .testimonial-container {
    max-width: 33.75rem !important;
    padding: 5rem 0 5rem 0;
  }
  .testimonial-section .overlay .testimonial-slider .slick-dots li {
    display: block;
    margin-right: 0;
  }
  .testimonial-section .overlay .testimonial-slider .slick-dots {
    top: 5rem;
    left: unset;
    right: 1.5rem;
  }
  .testimonial-section .overlay .testimonial-info .image-group {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
  .testimonial-section .overlay .testimonial-slider .slider-item .user {
    margin-bottom: 1.25rem;
    text-align: center;
  }
  .testimonial-section .overlay .view-all-btn2 {
    margin-top: 2.125rem;
  }
  .testimonial-section .overlay .testimonial-info {
    text-align: center;
  }
  .testimonial-section .overlay .testimonial-info .image-group ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testimonial-section .overlay .testimonial-info .image-group p {
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-section-two {
    margin-top: 5rem;
  }
  .testimonial-section-two {
    padding: 4.9375rem 0 5rem 0;
  }
  .testimonial-section-three {
    margin-top: 0;
  }
  .testimonial-section-three .testimonial-main .testimonial-three-slider {
    width: 100%;
  }
  .testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .testimonial-section-three .short-info {
    margin-top: 0.625rem;
    text-align: center;
  }
  .testimonial-section-four {
    margin-bottom: 5rem;
  }
  .testimonial-section-four .testimonial-main .tes-four-img-slider .slider-item .img {
    height: 10rem;
    width: 10rem;
    margin: 0 auto;
    margin-bottom: 1.125rem;
  }
  .testimonial-section-four .testimonial-main .tes-four-img-slider .slider-item {
    border-radius: 0.75rem 0.75rem 0 0;
  }
  .testimonial-section-four .testimonial-main .tes-four-img-slider .slider-item .text {
    text-align: center !important;
  }
  .testimonial-section-four .testimonial-main .tes-four-img-slider .slider-item .text .name {
    font-size: 1.25rem;
  }
  .testimonial-section-four .testimonial-main .tes-four-text-slider .slider-item {
    padding: 1.5rem 1.5rem 7rem 1.5rem;
    border-radius: 0 0 0.75rem 0.75rem;
    text-align: center;
  }
  .custom-testimonial {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .testimonial-section-two .slider-main {
    margin-top: 2.5rem;
  }
}
@media (max-width: 35.99875rem) {
  .testimonial-section .testimonial-container {
    max-width: 100% !important;
  }
  .testimonial-section .overlay .testimonial-slider .slider-item .user .name {
    font-size: 1.375rem;
  }
  .testimonial-section .overlay .testimonial-slider .slider-item p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .testimonial-section-four .testimonial-main .tes-four-text-slider .slider-item p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .testimonial-section-three .testimonial-three-slider-main {
    padding: 1.875rem !important;
  }
  .testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item .customer-info .text .name {
    font-size: 1.125rem;
  }
  .testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item .customer-info {
    margin-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4375rem;
  }
  .testimonial-section-three .testimonial-main .testimonial-three-slider .slider-item .customer-info .rating {
    margin-top: 0.75rem;
  }
  .testimonial-section-four .testimonial-main .tes-four-text-slider .slider-item {
    padding: 0 1.5rem 7rem 1.5rem;
  }
}
.blog-section .blog-container {
  padding: 11.625rem 0 9.875rem 0;
  max-width: 80rem !important;
}
.blog-section .lines span {
  width: 0.0625rem;
  background-color: var(--bs-border-color1);
}
.blog-section .blog-main {
  background-color: var(--bs-white);
  margin: 0 0.0625rem;
  margin-top: 5rem;
}
.blog-section .blog-main .blog-item {
  border-top: 0.0625rem solid var(--bs-border-color4);
  padding: 1.375rem 0 1.8125rem 0;
  min-height: 12.25rem;
}
.blog-section .blog-main .blog-item .date a {
  font-weight: 500;
  color: var(--bs-paragraph);
}
.blog-section .blog-main .blog-item .date a:hover {
  color: var(--bs-text-color1);
}
.blog-section .blog-main .blog-item .blog-image {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
  width: 13.625rem;
  height: 16.125rem;
  top: -1.9375rem;
}
.blog-section .blog-main .blog-item .blog-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-section .blog-main .blog-item .blog-image::before {
  background: url(https://html.xstheme.com/digiso/assets/img/blog/blog-border.svg) no-repeat center;
  content: "";
  width: 14rem;
  height: 16.75rem;
  position: absolute;
  top: -0.3125rem;
  left: -0.1875rem;
}
.blog-section .blog-main .blog-item .blog-title {
  min-height: 8.9375rem;
}
.blog-section .blog-main .blog-item .blog-title .title {
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 132%;
  margin-bottom: 2.125rem;
  padding-right: 8rem;
  color: var(--bs-text-color1);
}
.blog-section .blog-main .blog-item .blog-title .view-all-btn2 {
  color: var(--bs-text-color2);
  margin-top: auto;
}
.blog-section .blog-main .blog-item .blog-title .view-all-btn2 .icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 0.5rem;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.blog-section .blog-main .blog-item .blog-title .view-all-btn2:hover .icon {
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
}
.blog-section .blog-main .blog-item:last-child {
  border-bottom: 0.0625rem solid var(--bs-border-color4);
}
.blog-section .blog-main .blog-active .blog-image {
  visibility: visible;
  opacity: 1;
}
.blog-section-two {
  margin-top: 8.5625rem;
  padding-bottom: 8.5625rem;
}
.blog-section-two .short-info .view-all-btn2 {
  margin-top: 1.25rem;
}
.blog-section-two .blog-two-main {
  margin-top: 3.75rem;
}
.blog-section-two .blog-two-main .blog-two-item .img img {
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  -webkit-transition:
    var(--bs-transition),
    -webkit-filter 0.3s ease-in-out;
  transition:
    var(--bs-transition),
    -webkit-filter 0.3s ease-in-out;
  transition:
    filter 0.3s ease-in-out,
    var(--bs-transition);
  transition:
    filter 0.3s ease-in-out,
    var(--bs-transition),
    -webkit-filter 0.3s ease-in-out;
}
.blog-section-two .blog-two-main .blog-two-item .img .date {
  color: var(--bs-text-color2);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  left: -1.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.blog-section-two .blog-two-main .blog-two-item .img:hover {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
.blog-section-two .blog-two-main .blog-two-item .text {
  margin-top: 1.375rem;
}
.blog-section-two .blog-two-main .blog-two-item .text .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 500;
  line-height: 136%;
  padding-right: 6.25rem;
  position: relative;
}
.blog-section-three {
  margin-top: 7.625rem;
  padding: 5.625rem 0 0;
}
.blog-section-three::before {
  background-color: var(--bs-bg-color1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66.6875rem;
  content: "";
  z-index: -1;
}
.blog-section-three .short-info {
  margin-top: 0.8125rem;
}
.blog-section-three .short-info .view-all-btn2 {
  margin-top: 1.0625rem;
}
.blog-section-three .blog-three-main {
  margin-top: 4.4375rem;
}
.blog-section-three .blog-three-main .blog-three-item {
  background-color: var(--bs-white);
  padding: 1.6875rem 1.125rem 1.125rem;
}
.blog-section-three .blog-three-main .blog-three-item .text {
  padding: 0 1rem 1.1875rem;
}
.blog-section-three .blog-three-main .blog-three-item .text ul li a {
  color: var(--bs-paragraph);
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}
.blog-section-three .blog-three-main .blog-three-item .text ul li a:hover {
  color: var(--bs-text-color1);
}
.blog-section-three .blog-three-main .blog-three-item .text .title {
  margin-bottom: 1.8125rem;
  margin-top: 1.125rem;
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}
.blog-section-three .blog-three-main .blog-three-item .image {
  overflow: hidden;
}
.blog-section-three .blog-three-main .blog-three-item .image img {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.blog-section-three .blog-three-main .blog-three-item:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-section-four {
  padding-top: 9.375rem;
  padding-bottom: 11.3125rem;
}
.blog-section-four .row {
  --bs-gutter-y: 4.25rem;
}
.blog-item-four .image img {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.blog-item-four .text {
  margin-top: 1.75rem;
}
.blog-item-four .text ul li a {
  color: var(--bs-paragraph);
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}
.blog-item-four .text ul li a:hover {
  color: var(--bs-text-color1);
}
.blog-item-four .text .title {
  color: var(--bs-text-color1);
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 140%;
  margin: 1.125rem 0 1.125rem 0;
  border-bottom: 0.0625rem solid var(--bs-border-color5);
  padding-bottom: 1.125rem;
}
.blog-item-four .text .view-all-btn2 {
  color: var(--bs-paragraph);
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}
.blog-item-four .text .view-all-btn2 svg {
  margin-left: 0.5625rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.blog-item-four .text .view-all-btn2:hover {
  color: var(--bs-text-color1);
}
.blog-item-four .text .view-all-btn2:hover svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.blog-item-four:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 87.49875rem) {
  .blog-section .blog-container {
    max-width: 71.25rem !important;
  }
  .blog-section .blog-main .blog-item .blog-title .title {
    padding-right: 2.5rem;
  }
  .blog-section-three .blog-three-main .blog-three-item .text {
    padding: 0 0 1.1875rem;
  }
}
@media (max-width: 74.99875rem) {
  .blog-section .blog-container {
    max-width: 60rem !important;
  }
  .blog-section-two {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .blog-section-two .short-info {
    margin-top: 1.5rem;
  }
  .blog-section-two .blog-two-main .blog-two-item .img .date {
    left: -2.0625rem;
  }
  .blog-section-two .blog-two-main .blog-two-item .text .title {
    padding-right: 0;
    font-size: 1.625rem;
  }
  .blog-section-three .blog-three-main .blog-three-item .text .read-more .arrow-line {
    display: none;
  }
  .blog-section-three .blog-three-main .blog-three-item .text .title {
    font-size: 1.25rem;
  }
  .blog-section-three .blog-three-main .blog-three-item .text .title {
    margin-bottom: 0.875rem;
  }
  .blog-section-three .blog-three-main .blog-three-item .text ul li {
    font-size: 0.875rem;
  }
  .blog-item-four .text .title {
    font-size: 1.375rem !important;
  }
}
@media (max-width: 61.99875rem) {
  .blog-section .blog-container {
    max-width: 45rem !important;
  }
  .blog-section .blog-main .blog-item .blog-image {
    right: 0;
  }
  .blog-section .blog-main .blog-item .date p {
    margin-bottom: 0.375rem;
  }
  .blog-section-two .blog-two-main .blog-two-item .img .date {
    left: -1.875rem;
    font-size: 0.8125rem;
  }
  .blog-section-two .blog-two-main {
    margin-top: 2.5rem;
  }
  .blog-section-three {
    padding-bottom: 6.25rem;
  }
  .blog-section-three::before {
    height: 100%;
  }
  .blog-section-four {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
@media (max-width: 47.99875rem) {
  .blog-section .blog-container {
    padding: 5rem 0;
    max-width: 33.75rem !important;
  }
  .blog-section .view-all-article {
    text-align: center !important;
    margin-top: 0.9375rem;
  }
  .blog-section .blog-main .blog-item .blog-title .title {
    font-size: 1.625rem;
  }
  .blog-section .blog-main .blog-item .blog-title {
    min-height: unset;
  }
  .blog-section .blog-main {
    margin-top: 3.75rem;
  }
  .blog-section .blog-main .blog-item .blog-title .title {
    padding-right: 0;
  }
  .blog-section .blog-main .blog-item .blog-image {
    width: 10rem;
    height: 11.875rem;
    top: -1.9375rem;
  }
  .blog-section .blog-main .blog-item .blog-image::before {
    width: 10.3125rem;
    height: 12.5625rem;
    background-size: contain;
  }
  .blog-section .blog-main .blog-item {
    border-top: 0.0625rem solid var(--bs-border-color4);
    padding: 0.875rem 0 0.875rem 0;
    min-height: unset;
  }
  .blog-section .blog-main .blog-item .blog-title .title {
    margin-bottom: 0.875rem;
    padding-right: 0;
  }
  .blog-section-two .short-info {
    text-align: center;
  }
  .blog-section-two {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
  .blog-section-three {
    margin-top: 5rem;
    padding: 5rem 0 0;
    padding-bottom: 5rem;
  }
  .blog-section-three .short-info {
    text-align: center;
  }
  .blog-section-three .blog-three-main {
    margin-top: 3.125rem;
  }
  .blog-section-four {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (max-width: 35.99875rem) {
  .blog-section .blog-container {
    padding: 5rem 0 5rem 0;
    max-width: 100% !important;
  }
  .blog-section .blog-main .blog-item .blog-title .title {
    font-size: 1.375rem;
  }
  .blog-section-two .blog-two-main .blog-two-item .text .title {
    font-size: 1.5rem;
  }
  .blog-section-three {
    margin-top: 5rem;
    padding: 5rem 0 0;
  }
}
.footer-section {
  background-color: var(--bs-bg-color1);
}
.footer-section .footer-container {
  padding: 6.3125rem 0 2.125rem 0;
  max-width: 80rem !important;
}
.footer-section .lines span {
  width: 0.0625rem;
  background-color: var(--bs-border-color1);
}
.footer-section .footer-text {
  padding-bottom: 6.4375rem;
}
.footer-section .footer-text .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 4rem;
  font-weight: 700;
  line-height: 102%;
  margin-bottom: 1.375rem;
}
.footer-section .footer-text .theme-btn {
  margin-top: 2.625rem;
}
.footer-section .footer-menu {
  border-top: 0.125rem solid var(--bs-border-color5);
  border-bottom: 0.125rem solid var(--bs-border-color5);
  padding: 1.0625rem 0 0.875rem 0;
}
.footer-section .footer-menu ul li a {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 146%;
  position: relative;
}
.footer-section .footer-menu ul li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.0625rem;
  background-color: var(--bs-bg-color2);
  content: "";
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.footer-section .footer-menu ul li a:hover::before {
  width: 100%;
}
.footer-section .footer-menu .left-menu li + li {
  margin-left: 1.75rem;
}
.footer-section .footer-menu .right-menu li + li {
  margin-left: 1.75rem;
}
.footer-section .footer-copyright {
  padding-top: 1.6875rem;
}
.footer-section .footer-copyright .footer-social-icon a img {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.footer-section .footer-copyright .footer-social-icon a img:hover {
  margin-top: -0.3125rem;
}
.footer-section .footer-copyright .footer-social-icon a + a {
  margin-left: 1.0625rem;
}
.footer-section .footer-copyright .copyright-text p {
  color: var(--bs-text-color5);
}
.footer-widget .footer-title {
  color: var(--bs-white);
  font-family: var(--bs-font-secondary);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2.5625rem;
}
.footer-widget ul li a {
  color: var(--bs-text-color7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}
.footer-widget ul li a:hover {
  color: var(--bs-white);
}
.footer-widget.contact-info ul li a {
  color: var(--bs-text-color7);
  font-family: var(--bs-font-secondary);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
}
.footer-widget.contact-info ul li a:hover {
  color: var(--bs-white);
}
.footer-widget.address p {
  color: var(--bs-text-color7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}
.scroll-to-top {
  background: var(--bs-bg-color2);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--bs-white);
  border-radius: 3.125rem;
  border: 0;
  bottom: -2.8125rem;
  right: 1.5rem;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.scroll-to-top .icon {
  width: 1.375rem;
  height: 1.375rem;
  position: relative;
  top: -0.125rem;
}
.scroll-to-top:hover {
  background: var(--bs-primary);
}
.scroll-to-top:hover .icon {
  color: var(--bs-text-color1);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 1.5rem;
}
.footer-section-two {
  background-color: transparent;
}
.footer-section-two .footer-bg {
  max-width: 90.6875rem;
  -webkit-transform: rotate(1.4deg);
  transform: rotate(1.4deg);
  left: 5.625rem;
}
.footer-section-two .lets-create {
  margin-bottom: 4.625rem;
}
.footer-section-two .lets-create .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.125rem;
  padding: 0 3.75rem;
}
.footer-section-two .container {
  padding-top: 5.4375rem;
  padding-bottom: 2.3125rem;
}
.footer-section-two .footer-menu {
  border: 0;
  border-top: 0.0625rem solid var(--bs-border-color13);
  border-bottom: 0.0625rem solid var(--bs-border-color13);
  padding: 1.5625rem 0 1.4375rem 0;
}
.footer-section-two .footer-menu ul li a {
  color: var(--bs-text-color15);
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}
.footer-section-two .footer-menu ul li + li {
  margin-left: 2rem !important;
}
.footer-section-two .view-all-btn-primary {
  color: var(--bs-text-color11);
  text-align: center;
  font-family: var(--bs-font-secondary);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 125%;
  padding-top: 2.5rem;
  top: -4rem;
}
.footer-section-two .footer-copyright {
  padding-top: 1.375rem;
}
.footer-section-two .footer-copyright .footer-social-icon a + a {
  margin-left: 1.5rem;
}
.footer-section-two .footer-copyright .copyright-text p {
  color: var(--bs-text-color15);
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}
.footer-section-two .footer-copyright .copyright-text p span {
  color: var(--bs-text-color16);
}
.footer-section-three .footer-container {
  padding-top: 7.3125rem;
}
.footer-section-three .footer-title {
  color: var(--bs-text-color24);
}
.footer-section-three ul li a {
  color: var(--bs-text-color25);
}
.footer-section-three ul li a:hover {
  color: var(--bs-text-color24);
}
.footer-section-three ul li + li {
  margin-top: 0.25rem;
}
.footer-section-three .pages {
  margin-left: 4.375rem;
}
.footer-section-three .address p {
  color: var(--bs-text-color25);
}
.footer-section-three .footer-social-icon {
  margin-top: 2.3125rem;
}
.footer-section-three .footer-social-icon a {
  width: 3rem;
  height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 0.0625rem solid var(--bs-border-color5);
  margin-right: 0.5rem;
}
.footer-section-three .footer-social-icon a:hover {
  border-color: var(--bs-text-color1);
}
.footer-section-three .lines span {
  width: 0.0625rem;
  background-color: var(--bs-border-color1);
}
.footer-section-three .footer-copyright {
  margin-top: 5rem;
  padding-top: 1.625rem;
  padding-bottom: 2.4375rem;
  border-top: 0.0625rem solid var(--bs-border-color21);
}
.footer-section-three .footer-copyright p {
  color: var(--bs-text-color26);
  font-family: var(--bs-font-quaternary);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.footer-three-bg {
  background-color: var(--bs-bg-color1);
  margin-top: -10rem;
}
.footer-three-bg .container {
  padding-top: 21.1875rem !important;
}
.footer-three-bg .footer-social-icon a {
  background-color: var(--bs-white);
}
.footer-section-four {
  background: var(--bs-bg-color2);
  padding: 7.125rem 0 4.625rem 0;
}
.footer-section-four .footer-about {
  max-width: 16.875rem;
}
.footer-section-four .footer-about .logo {
  margin-bottom: 3.3125rem;
}
.footer-section-four .footer-about p {
  color: var(--bs-text-color12);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.footer-section-four .footer-about .footer-social-icon2 {
  margin-top: 2.3125rem;
}
.footer-section-four .footer-about .footer-social-icon2 a {
  width: 3rem;
  height: 3rem;
  background-color: var(--bs-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.footer-section-four .footer-about .footer-social-icon2 a:hover {
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}
.footer-section-four .ms-60 {
  margin-left: 3.75rem;
}
.footer-section-four .footer-widget .footer-title {
  margin-bottom: 2.25rem;
}
.footer-section-four .footer-widget ul li a {
  color: var(--bs-text-color12);
}
.footer-section-four .footer-widget ul li a:hover {
  color: var(--bs-white);
}
.footer-section-four .footer-widget ul li + li {
  margin-top: 0.25rem;
}
.footer-section-four .footer-widget.address p {
  color: var(--bs-text-color12);
}
.footer-section-four .footer-widget.address .contact-info {
  margin-top: 1.875rem;
}
.footer-section-four .footer-widget.address .contact-info a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  color: var(--bs-text-color12);
}
.footer-section-four .footer-widget.address .contact-info a:hover {
  color: var(--bs-white);
}
.footer-section-four .footer-copyright {
  border-top: 0.0625rem solid gray;
  margin-top: 3.5625rem;
  padding-top: 1.375rem;
}
.footer-section-four .footer-copyright p {
  color: var(--bs-text-color7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}
.footer-section-five {
  background: var(--bs-bg-color2);
  padding: 3.8125rem 0 4.625rem 0;
  z-index: 9;
}
.footer-section-five .footer-copyright {
  border-top: 0.0625rem solid var(--bs-border-color7);
  margin-top: 6.6875rem;
  padding-top: 1.375rem;
}
.footer-section-five .footer-copyright p {
  color: var(--bs-text-color7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}
.footer-section-five .rebrand-title {
  font-family: var(--bs-font-secondary);
  color: var(--bs-bg-color3);
  font-size: 14.25rem;
  font-weight: 600;
  line-height: 118.86%;
  position: absolute;
  bottom: -6rem;
  right: -12rem;
  z-index: -1;
}
@media (max-width: 87.49875rem) {
  .footer-section .footer-container {
    max-width: 71.25rem !important;
  }
}
@media (max-width: 74.99875rem) {
  .footer-section .footer-container {
    max-width: 60rem !important;
  }
  .footer-section .footer-menu ul li a {
    font-size: 1rem;
  }
  .footer-section .footer-menu .left-menu li + li {
    margin-left: 1.375rem;
  }
  .footer-section .footer-text .title {
    font-size: 3.25rem;
  }
  .footer-widget.contact-info ul li a {
    font-size: 1.25rem;
  }
  .footer-widget ul li a {
    font-size: 1rem;
  }
  .footer-widget.address p {
    font-size: 1rem;
  }
  .footer-widget.address a {
    font-size: 1rem !important;
  }
}
@media (max-width: 61.99875rem) {
  .footer-section .footer-container {
    max-width: 45rem !important;
  }
  .footer-section .footer-menu {
    text-align: center;
  }
  .footer-section .footer-menu .right-menu {
    text-align: center !important;
    margin-top: 0.625rem;
  }
  .footer-section .footer-copyright {
    text-align: center;
  }
  .footer-section .footer-copyright .copyright-text {
    text-align: center !important;
    margin-top: 0.625rem;
  }
  .footer-section-two .view-all-btn-primary {
    position: static !important;
    top: 0 !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    margin: 0 auto;
    margin-bottom: 1.875rem;
  }
  .footer-section-two .container {
    padding-top: 0;
    padding-bottom: 2.3125rem;
  }
  .footer-section-three .footer-container {
    padding-top: 6.25rem;
  }
  .footer-section-three .footer-copyright p {
    font-size: 1rem !important;
  }
  .footer-section-three .pages {
    margin-left: 0;
  }
  .footer-three-bg .container {
    padding-top: 16.375rem !important;
  }
  .footer-section-four .ms-60 {
    margin-left: 0;
  }
  .footer-section-four .ms-4 {
    margin-left: 0 !important;
  }
  .footer-section-four .footer-about p {
    font-size: 1rem;
  }
  .footer-section-four .footer-about .logo {
    margin-bottom: 2.25rem;
  }
  .footer-section-four {
    background: var(--bs-bg-color2);
    padding: 5rem 0 1.875rem 0;
  }
  .footer-section-five .footer-copyright {
    padding-top: 1.375rem;
    margin-top: 2.25rem;
  }
  .footer-widget .footer-title {
    margin-bottom: 1.5rem;
  }
  .footer-section-five .rebrand-title {
    font-size: 11.75rem;
    bottom: -4.6875rem;
  }
  .footer-section-five {
    padding: 5rem 0 1.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .footer-section .footer-container {
    max-width: 33.75rem !important;
  }
  .footer-section .footer-text {
    padding-bottom: 3.75rem;
  }
  .footer-section .footer-text .title {
    font-size: 2.25rem;
  }
  .footer-widget.contact-info ul li a {
    font-size: 1rem;
  }
  .footer-section-two .lets-create .title {
    font-size: 2.25rem;
  }
  .footer-section-three .footer-container {
    padding-top: 5rem;
  }
  .footer-three-bg .container {
    padding-top: 15.25rem !important;
  }
  .footer-section-four .footer-widget .footer-title {
    margin-bottom: 1.5rem;
  }
  .footer-section-five .footer-copyright p {
    font-size: 1rem;
  }
}
@media (max-width: 35.99875rem) {
  .footer-section .footer-container {
    padding: 5rem 0;
    padding-bottom: 1.875rem;
    max-width: 100% !important;
  }
  .footer-section .footer-menu .left-menu li + li {
    margin-left: 0;
  }
  .footer-section .footer-menu .left-menu li {
    margin: 0 0.625rem;
  }
  .footer-section .footer-menu ul li a {
    font-size: 0.875rem;
  }
  .footer-section .footer-menu .right-menu {
    margin-top: 0;
  }
  .footer-widget .footer-title {
    font-size: 1.375rem;
  }
  .footer-section-two .lets-create .title {
    padding: 0;
  }
  .footer-section-three .footer-copyright {
    margin-top: 2.5rem;
    padding-bottom: 1.875rem;
  }
  .footer-section-four .footer-copyright p {
    font-size: 1rem;
  }
  .footer-section-five .rebrand-title {
    right: unset;
    left: 2.4375rem;
  }
}
.page-header {
  padding-top: 10.4375rem;
  position: relative;
}
.page-header .page-sub-title {
  font-family: var(--bs-font-secondary);
  font-size: 6rem;
  font-weight: 600;
  line-height: 103%;
  max-width: 42.1875rem;
}
.page-header .page-header-shape {
  bottom: -2.1875rem;
  right: 13.3125rem;
}
.page-header .page-header-shape2 {
  left: -10.625rem;
}
.page-header .about-shape {
  left: -13.5625rem;
  top: 2.375rem;
}
.page-header .contact-page-header-shape {
  bottom: -2.1875rem;
  right: 4.875rem;
}
.page-header .page-sub-title2 {
  font-family: var(--bs-font-secondary);
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 130%;
}
.page-header .page-title {
  font-family: var(--bs-font-secondary);
  color: var(--bs-text-color6);
  font-size: 14.25rem;
  font-weight: 600;
  line-height: 118.86%;
  top: 7.5625rem;
  right: 0;
}
.page-header .short-info {
  width: 31rem;
  position: relative;
}
.page-header .theme-btn {
  margin-top: 2.3125rem;
}
.page-header .pricing-short-info {
  margin-left: -9.6875rem;
  bottom: -6.5rem;
}
.page-header .faq-short-info {
  margin-left: -8.25rem;
  bottom: -11.6875rem;
}
.page-header .contact-short-info {
  width: 100%;
  top: 10.625rem;
  margin-bottom: 3.75rem;
}
.page-header .service-details-short-info {
  width: 100%;
  top: 10.625rem;
  margin-bottom: 3.75rem;
}
.page-header .team-short-info {
  margin-bottom: -0.75rem;
}
.page-header .portfolio-short-info {
  bottom: 1.25rem;
}
.page-header .blog-short-info {
  left: -16.875rem;
}
.page-header .service-short-info {
  color: var(--bs-paragraph);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 148%;
  width: 36.1875rem;
  margin-top: 2.625rem;
}
.page-header .about-short-info {
  color: var(--bs-paragraph);
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  width: 38.4375rem;
  margin-top: 1.25rem;
}
.page-header .view-all-btn-primary {
  padding: 1.875rem;
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 125%;
  width: 14.0625rem;
  height: 14.0625rem;
  padding-top: 2.8125rem;
  bottom: -3.4375rem;
}
.page-header .view-all-btn-primary img {
  margin-top: 0.8125rem;
}
.page-header .project-list-info {
  margin-left: -1.875rem;
}
.page-header .project-list-info .row {
  --bs-gutter-y: 1.875rem;
}
.page-header .project-list-info .info-item .sub-title {
  color: var(--bs-paragraph);
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0.25rem;
}
.page-header .project-list-info .info-item .title {
  color: var(--bs-text-color2);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 74.99875rem) {
  .page-header .page-sub-title2 {
    font-size: 2.625rem;
  }
  .page-header .short-info {
    width: 27.0625rem;
  }
  .page-header .page-sub-title {
    font-size: 4.125rem;
  }
  .page-header .blog-short-info {
    left: -3.875rem;
    width: 29.625rem;
  }
  .page-header .short-info {
    width: 100%;
  }
  .page-header .service-details-short-info {
    width: 100%;
    top: 0;
    margin-bottom: 0;
  }
  .page-header .contact-short-info {
    width: 100%;
    top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 61.99875rem) {
  .page-header .page-title {
    font-size: 9.625rem;
    top: 4.5625rem;
  }
  .page-header {
    padding-top: 6.25rem;
  }
  .page-header .pricing-short-info {
    margin-left: 0;
    bottom: 0;
    margin-top: 1.25rem;
    width: 100%;
  }
  .page-header .short-info {
    width: 100%;
  }
  .page-header .faq-short-info {
    margin-left: 0;
    bottom: 0;
    margin-top: 1.25rem;
  }
  .page-header .portfolio-short-info {
    bottom: 0;
    margin-top: 1.25rem;
  }
  .page-header .blog-short-info {
    left: 0;
    margin-top: 1.25rem;
  }
  .page-header .page-header-shape2 {
    display: none;
  }
  .page-header .team-short-info {
    margin-bottom: 0;
    margin-top: 1.25rem;
  }
  .page-header .view-all-btn-primary {
    position: static !important;
    margin-top: 1.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .page-header .page-title {
    font-size: 8.375rem;
    top: 4.5625rem;
  }
  .page-header {
    padding-top: 5rem;
  }
  .page-header .page-sub-title2 {
    font-size: 2.25rem;
  }
  .page-header .page-sub-title {
    font-size: 2.875rem;
  }
  .page-header .service-short-info {
    font-size: 1rem;
    line-height: 160%;
    width: 100%;
    margin-top: 1.875rem;
  }
  .page-header .rotate-img {
    margin-left: 0;
  }
  .page-header .view-all-btn-primary {
    padding: 1.875rem;
    font-size: 0.875rem;
    width: 11.25rem;
    height: 11.25rem;
    padding-top: 2.8125rem;
  }
}
@media (max-width: 35.99875rem) {
  .page-header .page-title {
    font-size: 6.25rem;
    top: 2.5rem;
  }
  .page-header .page-sub-title2 {
    font-size: 1.75rem;
  }
  .page-header .page-sub-title {
    font-size: 2.25rem;
  }
  .page-header .service-short-info {
    margin-top: 0.625rem;
  }
}
.subscribe-now-section {
  background: var(--bs-bg-color3);
  padding: 7.125rem 0 2.4375rem 0;
}
.subscribe-now-section .subscribe .subscribe-title {
  color: var(--bs-white);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 132%;
  margin-bottom: 1.375rem;
}
.subscribe-now-section .subscribe label {
  color: var(--bs-text-color7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 2rem;
}
.subscribe-now-section .subscribe .input-group input {
  width: 100%;
  color: var(--bs-text-color7);
  opacity: 1;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  border: 0;
  border-bottom: 0.0625rem solid var(--bs-border-color6);
  background-color: transparent;
  padding-bottom: 0.875rem;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.subscribe-now-section .subscribe .input-group input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--bs-white);
}
.subscribe-now-section .subscribe .input-group button {
  top: -0.75rem;
}
@media (max-width: 61.99875rem) {
  .subscribe-now-section {
    padding: 5rem 0 2.4375rem 0;
  }
  .subscribe-now-section .subscribe .subscribe-title {
    margin-top: 0.9375rem;
  }
}
@media (max-width: 35.99875rem) {
  .subscribe-now-section .subscribe .subscribe-title {
    font-size: 1.75rem;
  }
}
.work-with-us-section {
  margin-top: 0;
}
.work-with-us-section .text .sub-title {
  color: var(--bs-paragraph);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.9375rem;
}
.lets-talk-section {
  background-color: var(--bs-bg-color3);
  height: 9.5625rem;
  margin-top: 8.125rem;
}
.lets-talk-section .view-all-btn-primary {
  color: var(--bs-text-color11);
  text-align: center;
  font-family: var(--bs-font-secondary);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 125%;
  padding-top: 2.5rem;
  top: -4.625rem;
}
@media (max-width: 35.99875rem) {
  .work-with-us-section .text .sub-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .lets-talk-section .view-all-btn-primary {
    font-size: 1rem;
  }
}
.call-to-action-section {
  z-index: 9;
}
.call-to-action-section .main {
  background-color: var(--bs-bg-color2);
  border-radius: 1.5rem 0;
  padding: 5.9375rem 4.9375rem 4.625rem 4.5625rem;
  margin-top: 7.375rem;
}
.call-to-action-section .main .title {
  color: var(--bs-white);
  font-family: var(--bs-font-secondary);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  max-width: 37.8125rem;
}
.call-to-action-section .main .cta-short-info {
  max-width: 20.6875rem;
}
.call-to-action-section .main .cta-short-info p {
  color: var(--bs-text-color23);
  margin-bottom: 2.0625rem;
}
@media (max-width: 74.99875rem) {
  .call-to-action-section .main {
    padding: 3.75rem 2.5rem 3.75rem 2.5rem;
  }
}
@media (max-width: 61.99875rem) {
  .call-to-action-section .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .call-to-action-section .main .cta-short-info {
    max-width: 100%;
  }
  .call-to-action-section .main {
    margin-top: 6.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .call-to-action-section .main {
    margin-top: 5rem;
  }
  .call-to-action-section .main .title {
    font-size: 2rem;
  }
}
@media (max-width: 35.99875rem) {
  .call-to-action-section .main {
    padding: 1.875rem 1.5rem;
  }
  .call-to-action-section .main .title {
    font-size: 1.625rem;
    line-height: 130%;
    margin-bottom: 0.75rem;
  }
}
.about-us-banner-section {
  margin-top: 4.0625rem;
}
.why-choose-us-section {
  margin-top: 10rem;
}
.why-choose-us-section .section-title-block {
  padding-right: 5rem;
}
.why-choose-us-section .explore-more {
  margin-top: 3.3125rem;
}
.why-choose-us-section .explore-more .view-all-btn {
  padding-top: 2.4375rem;
}
.why-choose-us-section .shape-img {
  top: 2.75rem;
  left: -5.25rem;
}
.why-choose-us-section .why-choose-text .progress-wrap {
  overflow: hidden;
  margin-top: 3.8125rem;
}
.why-choose-us-section .why-choose-text .progress-item .progress {
  height: 0.375rem;
  background-color: var(--bs-bg-color19);
  border-radius: 0.5rem;
  position: relative;
  overflow: inherit;
}
.why-choose-us-section .why-choose-text .progress-item .progress .progress-bar {
  background-color: var(--bs-bg-color2);
  overflow: inherit;
  border-radius: 0.5rem;
}
.why-choose-us-section .why-choose-text .progress-item .progress-title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  margin-top: 2rem;
}
.why-choose-us-section .why-choose-text .progress-item + .progress-item {
  margin-top: 2.5rem;
}
@media (max-width: 87.49875rem) {
  .why-choose-us-section .section-title-block {
    padding-right: 2.5rem;
  }
}
@media (max-width: 74.99875rem) {
  .counter-section .counter-label:nth-child(3) .counter-item {
    padding-left: 0;
  }
}
@media (max-width: 61.99875rem) {
  .why-choose-us-section {
    margin-top: 6.25rem;
  }
  .why-choose-us-section .shape-img {
    display: none;
  }
  .why-choose-us-section .why-choose-text {
    margin-top: 2.5rem;
  }
}
@media (max-width: 47.99875rem) {
  .why-choose-us-section {
    margin-top: 5rem;
  }
  .why-choose-us-section .explore-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .why-choose-us-section .why-choose-text p {
    text-align: center;
  }
  .why-choose-us-section .section-title-block {
    padding-right: 0;
  }
}
@media (max-width: 35.99875rem) {
  .why-choose-us-section .why-choose-text .progress-item .progress-title {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
  .why-choose-us-section .why-choose-text .progress-item + .progress-item {
    margin-top: 1.25rem;
  }
}
.service-list-section {
  margin-top: 10.625rem;
}
.service-list-section .contact-info {
  margin-top: -1.875rem;
}
.service-list-section .contact-info p {
  padding-right: 0;
  padding-bottom: 2.6875rem;
}
.service-list-section .contact-info ul li {
  color: var(--bs-text-color2);
  font-family: var(--bs-font-secondary);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0.625rem;
}
.service-list-section .contact-info ul li span {
  padding-right: 0.625rem;
}
.service-list-section .contact-info ul li a {
  color: var(--bs-text-color2);
}
.service-list-section .contact-info ul li a:hover {
  text-decoration: underline;
}
.service-list-section .contact-info ul li:last-child {
  margin-bottom: 0;
}
.service-details-banner-section {
  margin: 5.3125rem 0 5.625rem 0;
}
.service-process-section {
  padding-bottom: 5.625rem;
  border-bottom: 0.0625rem solid var(--bs-border-color8);
  margin-bottom: 10rem;
}
.service-process-section .service-process-item .dots {
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: var(--bs-bg-color3);
}
.service-process-section .service-process-item .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  padding: 1.5rem 0 1.5rem;
  max-width: 11.875rem;
}
.service-process-section .process-label:nth-child(2) .title {
  max-width: 7.5rem;
}
.service-brand-section {
  margin-bottom: 10rem;
}
.service-brand-section .section-title-block {
  margin-bottom: 4.25rem;
}
.service-brand-section .brand-details .img {
  margin-bottom: 2.375rem;
  border-bottom-right-radius: 7.1875rem;
}
.service-brand-section .brand-details .img img {
  border-bottom-right-radius: 7.1875rem;
}
@media (max-width: 74.99875rem) {
  .service-list-section {
    margin-top: 6.25rem;
  }
  .service-list-section .contact-info ul li {
    font-size: 1.25rem;
  }
}
@media (max-width: 61.99875rem) {
  .service-list-section .contact-info {
    margin-top: 2.5rem;
  }
  .service-list-section {
    margin-top: 3.75rem;
  }
  .service-process-section .service-process-item .title {
    padding: 0.4375rem 0 1.5rem;
  }
  .service-process-section {
    margin-bottom: 5rem;
  }
  .service-brand-section .rotate-img {
    margin-bottom: 3.75rem;
  }
  .service-brand-section {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .service-brand-section {
    margin-bottom: 5rem;
  }
  .service-details-banner-section {
    margin: 5rem 0 5rem 0;
  }
  .service-process-section {
    padding-bottom: 5rem;
  }
  .faq-section-two .faq-body {
    margin-bottom: 0 !important;
  }
}
.blog-details-meta {
  color: var(--bs-paragraph);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 1.375rem;
}
.blog-details-section {
  margin-top: 2.9375rem;
}
.blog-details-section .writer-info {
  margin-bottom: 3.75rem;
}
.blog-details-section .writer-info .info-block .img {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
}
.blog-details-section .writer-info .info-block .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.blog-details-section .writer-info .info-block .text p {
  color: var(--bs-paragraph);
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0.25rem;
}
.blog-details-section .writer-info .info-block .text .title {
  color: var(--bs-text-color1);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
}
.blog-details-section .writer-info .viewed {
  margin-left: 3.625rem;
}
.blog-details-section .blog-details-banner {
  margin-bottom: 3.125rem;
}
.blog-details-section .blog-details-info p {
  font-size: 1.125rem;
}
.blog-details-section .blog-details-info p + p {
  margin-top: 2rem;
}
.blog-details-section .blog-details-info .inner-block-img {
  margin: 3.125rem 0 3.5625rem 0;
}
.blog-details-section .blog-details-info .inner-block-img p {
  margin-top: 2.8125rem;
  font-size: 1.125rem;
  color: var(--bs-text-color2);
}
.blog-details-section .blog-details-info .section-title-block {
  margin-bottom: 1.0625rem;
}
.blog-details-section .blog-details-info .content-block {
  margin-bottom: 3.875rem;
}
.blog-details-section .blog-details-info .content-block ul {
  margin-top: 2rem;
}
.blog-details-section .blog-details-info .content-block ul li {
  color: var(--bs-text-color2);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}
.blog-details-section .blog-details-info .content-block ul li span {
  margin-right: 0.75rem;
}
.blog-details-section .related-blog {
  margin: 10rem 0 10rem 0;
}
.blog-details-section .related-blog .section-title-block {
  margin-bottom: 3.75rem;
}
@media (max-width: 61.99875rem) {
  .blog-details-section .related-blog {
    margin: 6.25rem 0 6.25rem 0;
  }
  .blog-details-section .related-blog .section-title-block {
    margin-bottom: 2.5rem;
  }
  .blog-details-section .blog-details-info .content-block {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .blog-details-section .related-blog {
    margin: 5rem 0 5rem 0;
  }
  .blog-details-section .blog-details-info p {
    font-size: 1rem;
  }
  .blog-details-section .content-block .tp-split-line {
    text-align: left !important;
  }
  .blog-details-section .related-blog .tp-split-line {
    text-align: left !important;
  }
  .blog-details-section .writer-info .viewed {
    margin-left: 2.0625rem;
  }
  .blog-details-section .writer-info {
    margin-bottom: 2.5rem;
  }
}
.portfolio-section {
  padding-top: 7.875rem;
  padding-bottom: 8.5rem;
}
.portfolio-section .portfolio-item {
  margin-bottom: 4.5rem;
}
.portfolio-section .portfolio-item .img {
  overflow: hidden;
}
.portfolio-section .portfolio-item .img img {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.portfolio-section .portfolio-item .text {
  margin-top: 1.5rem;
}
.portfolio-section .portfolio-item .text .title {
  color: var(--bs-text-color1);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 1.5rem;
}
.portfolio-section .portfolio-item .text .view-all-btn2 {
  color: var(--bs-paragraph);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.portfolio-section .portfolio-item .text .view-all-btn2:hover {
  color: var(--bs-text-color1);
}
.portfolio-section .portfolio-item .text .view-all-btn2:hover img {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.portfolio-section .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 61.99875rem) {
  .portfolio-section {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 47.99875rem) {
  .portfolio-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .portfolio-section .portfolio-item {
    margin-bottom: 2.25rem;
  }
}
.portfolio-video-section {
  margin-top: 5.6875rem;
}
.portfolio-details-section .inner-text {
  margin-top: 7.0625rem;
}
.portfolio-details-section .inner-text .inner-title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 130%;
}
.portfolio-details-section .inner-text .right-text p {
  font-size: 1.125rem;
}
.portfolio-details-section .inner-text .right-text ul {
  margin-top: 2.125rem;
}
.portfolio-details-section .inner-text .right-text ul li {
  color: var(--bs-text-color2);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}
.portfolio-details-section .inner-banner-img {
  margin: 3.25rem 0 4.125rem 0;
}
.portfolio-details-section .inner-text-block2 {
  margin-top: 0;
}
.portfolio-details-section .inner-text-block2 .typhography {
  gap: 2.6875rem;
  margin-top: 5.125rem;
}
.portfolio-details-section .inner-text-block2 ul li + li {
  margin-top: 0.75rem;
}
.portfolio-details-section .inner-text-block2 ul li {
  gap: 2.6875rem;
}
.portfolio-details-section .inner-text-block2 ul li span {
  width: 5.875rem;
}
.portfolio-details-section .inner-text-block2 ul li small {
  color: var(--bs-paragraph);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}
.portfolio-details-section .inner-images {
  margin: 11.5rem 0 4.1875rem 0;
}
.portfolio-details-section .inner-images .text {
  margin-left: -1.875rem;
}
.portfolio-details-section .inner-images .text p {
  font-size: 1.125rem;
}
.related-project-section {
  padding: 0 0 5.1875rem 0 !important;
}
.related-project-section .section-title-block {
  margin-bottom: 3.3125rem;
  padding-top: 5.8125rem;
  border-top: 0.125rem solid var(--bs-border-color5);
}
@media (max-width: 87.49875rem) {
  .portfolio-details-section .inner-text-block2 ul li small {
    font-size: 0.9375rem;
  }
}
@media (max-width: 74.99875rem) {
  .portfolio-details-section .inner-text .right-text p {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
@media (max-width: 61.99875rem) {
  .page-header .project-list-info {
    margin-left: 0 !important;
    margin-top: 1.875rem;
  }
  .portfolio-details-section .inner-text {
    margin-top: 6.25rem;
  }
  .portfolio-details-section .inner-images .text {
    margin-left: 0;
  }
  .portfolio-details-section .inner-images .text p {
    font-size: 1rem;
  }
  .portfolio-details-section .inner-images {
    margin: 6.5rem 0 4.1875rem 0;
  }
  .related-project-section {
    padding: 0 0 2.0625rem 0 !important;
  }
}
@media (max-width: 47.99875rem) {
  .portfolio-details-section .inner-text {
    margin-top: 5rem;
  }
  .portfolio-details-section .inner-text .inner-title {
    font-size: 2rem;
  }
  .portfolio-details-section .inner-text .right-text .typhography {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portfolio-details-section .inner-images {
    margin: 5rem 0 4.1875rem 0;
  }
  .related-project-section .section-title-block {
    padding-top: 5rem;
  }
  .portfolio-details-section .inner-text-block2 .typhography {
    gap: 0;
    margin-top: 5.125rem;
  }
}
.career-banner-section {
  padding-top: 7.1875rem;
}
.career-information-section {
  padding: 6.8125rem 0;
}
.career-information-section ul {
  gap: 3.375rem;
}
.career-information-section ul li {
  color: var(--bs-text-color1);
  font-size: 2rem;
  font-weight: 500;
  line-height: 125%;
}
.career-information-section ul li::before {
  position: absolute;
  bottom: 0.5625rem;
  right: -1.875rem;
  background-color: var(--bs-bg-color2);
  width: 0.3125rem;
  height: 0.3125rem;
  content: "";
}
.career-information-section ul li:last-child::before {
  display: none;
}
.career-information-section p {
  max-width: 61.1875rem;
  margin: 0 auto;
  margin-top: 1.6875rem;
  color: var(--bs-paragraph);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
}
.career-inner-image-section {
  padding-bottom: 5.625rem;
}
.career-inner-image-section .row {
  --bs-gutter-y: 1.875rem;
}
.vacancy-section {
  background-color: var(--bs-bg-color7);
  padding: 8.25rem 0 11.4375rem 0;
}
.vacancy-section .section-title-block {
  margin-bottom: 2.6875rem;
}
.vacancy-section .vacancy-item {
  border-top: 0.0625rem solid var(--bs-border-color12);
  padding: 3.6875rem 5.625rem 3.5625rem 6.4375rem;
}
.vacancy-section .vacancy-item .number {
  color: var(--bs-paragraph);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  max-width: 10%;
  width: 100%;
}
.vacancy-section .vacancy-item .subject {
  max-width: 50%;
  width: 100%;
}
.vacancy-section .vacancy-item .subject h4 {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 132%;
}
.vacancy-section .vacancy-item .position {
  max-width: 30%;
  width: 100%;
}
.vacancy-section .vacancy-item .position p {
  color: var(--bs-paragraph);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}
.vacancy-section .vacancy-item .view {
  max-width: 9.3125rem;
  width: 100%;
  text-align: center;
}
.vacancy-section .vacancy-item .view-all-btn-primary {
  top: -3.9375rem;
  padding-top: 2.8125rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.vacancy-section .vacancy-item:last-child {
  border-bottom: 0.0625rem solid var(--bs-border-color12);
}
.vacancy-section .vacancy-item:hover .view-all-btn-primary {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.benifits-section {
  padding: 5.625rem 0 7.75rem 0;
}
.benifits-section .benifits-main .benifits-item {
  width: 13.25rem;
  height: 13.3125rem;
  border-radius: 3.875rem;
  border: 0.125rem solid #d4d4d4;
  padding: 2.5rem;
}
.benifits-section .benifits-main .benifits-item h4 {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.benifits-section .benifits-main .benifits-item:nth-child(2),
.benifits-section .benifits-main .benifits-item:nth-child(5) {
  margin: 0 -1.0625rem;
}
.benifits-section .benifits-info {
  margin-left: -1.875rem;
}
.benifits-section .benifits-info .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 2.875rem;
  padding-right: 12.5rem;
}
.benifits-section .benifits-info p {
  color: var(--bs-text-color1);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 74.99875rem) {
  .vacancy-section .vacancy-item {
    padding: 3.6875rem 0 3.5625rem 0;
  }
  .benifits-section .benifits-main .benifits-item:nth-child(2),
  .benifits-section .benifits-main .benifits-item:nth-child(5) {
    margin: 0;
  }
  .benifits-section .benifits-info {
    margin-left: 0;
  }
}
@media (max-width: 61.99875rem) {
  .career-banner-section {
    padding-top: 6.25rem;
  }
  .career-information-section {
    padding: 6.25rem 0;
  }
  .career-information-section p {
    font-size: 1.125rem;
  }
  .career-information-section ul li {
    font-size: 1.625rem;
  }
  .vacancy-section .vacancy-item .subject h4 {
    font-size: 1.5rem;
  }
  .vacancy-section {
    padding: 0.625rem 0 6.25rem 0;
  }
  .benifits-section .benifits-info .title {
    font-size: 2.375rem;
    margin-bottom: 0.875rem;
    padding-right: 0;
  }
  .benifits-section .benifits-info p {
    font-size: 1rem;
  }
  .benifits-section {
    padding: 6.25rem 0 6.25rem 0;
  }
  .benifits-section .benifits-main {
    gap: 1.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .career-banner-section {
    padding-top: 5rem;
  }
  .career-information-section {
    padding: 5rem 0;
  }
  .career-information-section p {
    font-size: 1rem;
  }
  .vacancy-section {
    padding: 0.625rem 0 5rem 0;
  }
  .vacancy-section .vacancy-item {
    padding: 1.5625rem 0 1.5625rem 0;
  }
  .vacancy-section .vacancy-item .position p {
    font-size: 0.9375rem;
  }
  .benifits-section {
    padding: 5rem 0 5rem 0;
  }
  .benifits-section .benifits-main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.875rem !important;
  }
  .benifits-section .benifits-main .benifits-item {
    width: 48%;
    height: 9.75rem;
    border-radius: 3rem;
    padding: 0.9375rem;
  }
  .benifits-section .benifits-main .benifits-item h4 {
    font-size: 1rem;
  }
  .benifits-section .benifits-info {
    text-align: center;
  }
  .benifits-section .benifits-info .title {
    font-size: 2rem;
  }
}
@media (max-width: 35.99875rem) {
  .career-information-section ul li {
    font-size: 1.25rem;
  }
  .career-information-section ul {
    gap: 1.875rem;
  }
  .career-information-section ul li::before {
    right: -1.125rem;
  }
  .career-information-section p {
    margin-top: 1.25rem;
  }
  .vacancy-section .vacancy-item {
    text-align: center;
  }
  .vacancy-section .vacancy-item .number {
    font-size: 1.25rem;
    max-width: 100%;
    margin-bottom: 0.625rem;
  }
  .vacancy-section .vacancy-item .subject {
    max-width: 100%;
    margin-bottom: 0.625rem;
  }
  .vacancy-section .vacancy-item .position {
    max-width: 100%;
  }
  .vacancy-section .vacancy-item .view {
    max-width: 100%;
  }
  .vacancy-section .vacancy-item .view-all-btn-primary {
    top: -7.0625rem;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
}
.career-details-banner-section {
  height: 35.0625rem;
  background-size: cover !important;
  margin-top: 6.1875rem;
}
.career-details-banner-section .career-details-info {
  background-color: var(--bs-white);
  max-width: 80rem;
  padding: 3.4375rem 2.125rem 2.5625rem 1.75rem;
  gap: 5.5rem;
  row-gap: 2.6875rem;
}
.career-details-banner-section .career-details-info .info-item {
  gap: 2.6875rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.career-details-banner-section .career-details-info .info-item .sub-title {
  color: var(--bs-text-color9);
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0.25rem;
}
.career-details-banner-section .career-details-info .info-item .title {
  color: var(--bs-text-color10);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
}
.career-details-banner-section .career-details-info .info-item:first-child {
  width: 16.8125rem;
}
.career-details-banner-section .career-details-info .info-item:nth-child(2) {
  width: 9.1875rem;
}
.career-details-banner-section .career-details-info .info-item:nth-child(3) {
  width: 15.6875rem;
}
.career-details-banner-section .career-details-info .info-item:nth-child(4) {
  width: 11.6875rem;
}
.career-description-section {
  padding-top: 5.875rem;
  background-color: var(--bs-white);
}
.career-description-section .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0.9375rem;
}
.career-description-section .sub-title {
  color: var(--bs-text-color5);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 4rem;
}
.career-description-section p {
  color: var(--bs-paragraph);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 2.9375rem;
}
.career-description-section .inner-img {
  margin-top: 3.375rem;
  padding-bottom: 4.8125rem;
}
.career-description-section .inner-title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1rem;
}
.career-description-section ul {
  margin-bottom: 2.25rem;
  padding-left: 1.25rem;
}
.career-description-section ul li {
  color: var(--bs-paragraph);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}
.career-description-section .email-cv {
  margin-bottom: 7.1875rem;
}
.career-description-section .email-cv .inner-title {
  margin-bottom: 0.625rem;
}
.career-description-section .email-cv p a {
  color: var(--bs-text-color1);
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 160%;
}
.career-description-section .apply-now {
  padding-bottom: 9.8125rem;
}
.career-description-section .apply-now .title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 132%;
  padding-bottom: 4.5625rem;
}
.career-description-section .apply-now .input-group {
  margin-bottom: 2.75rem;
}
@media (max-width: 87.49875rem) {
  .career-details-banner-section .career-details-info {
    max-width: 71.25rem;
    padding: 2.5rem 2.125rem 2.5625rem 1.75rem;
  }
  .career-details-banner-section .career-details-info .info-item:first-child {
    width: 12.875rem;
  }
  .career-details-banner-section .career-details-info .info-item {
    gap: 1.5rem;
  }
}
@media (max-width: 74.99875rem) {
  .career-details-banner-section .career-details-info {
    gap: 1.5rem;
  }
  .career-details-banner-section .career-details-info .info-item:first-child {
    width: 14.375rem;
  }
  .career-details-banner-section .career-details-info .info-item {
    gap: 1.5rem;
  }
  .career-details-banner-section .career-details-info .info-item:nth-child(2) {
    width: 11.6875rem;
  }
  .career-details-banner-section .career-details-info .info-item:nth-child(3) {
    width: 13.625rem;
  }
  .career-details-banner-section .career-details-info .info-item:nth-child(4) {
    width: 11.6875rem;
  }
  .career-details-banner-section .career-details-info {
    max-width: 60rem;
  }
}
@media (max-width: 61.99875rem) {
  .page-header .short-info {
    margin-top: 1.25rem;
  }
  .career-details-banner-section .career-details-info {
    max-width: 45rem;
    bottom: -7.5rem !important;
  }
  .career-details-banner-section .career-details-info .info-item:first-child {
    width: unset;
  }
  .career-details-banner-section .career-details-info .info-item:nth-child(3) {
    width: unset;
  }
  .career-details-banner-section {
    margin-bottom: 5rem;
  }
  .career-description-section .apply-now .title {
    padding-bottom: 1.875rem;
  }
  .career-description-section .email-cv {
    margin-bottom: 6.25rem;
  }
  .career-description-section .apply-now {
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .career-description-section .email-cv {
    margin-bottom: 5rem;
  }
  .career-description-section .apply-now {
    padding-bottom: 5rem;
  }
  .career-description-section p {
    font-size: 1rem;
  }
  .career-description-section ul li {
    font-size: 1rem;
  }
  .career-description-section .title {
    font-size: 2rem;
  }
}
@media (max-width: 35.99875rem) {
  .career-details-banner-section {
    height: auto;
    margin-top: 5rem;
    margin-bottom: 0;
  }
  .career-details-banner-section .career-details-info {
    bottom: 0 !important;
    position: static !important;
    -webkit-transform: unset !important;
    transform: unset !important;
  }
  .career-description-section .sub-title {
    margin-bottom: 1.875rem;
  }
  .career-description-section .inner-img {
    padding-bottom: 3.125rem;
  }
  .career-description-section .email-cv {
    margin-bottom: 2.5rem;
  }
}
.pricing-section {
  padding: 10.0625rem 0 13.625rem 0;
}
.pricing-section .pricing-item {
  background-color: var(--bs-bg-color6);
  padding: 2.8125rem 3rem 3.4375rem;
  height: 100%;
  border: 0.0625rem solid transparent;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.pricing-section .pricing-item .pricing-title {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 132%;
  margin-bottom: 0.5rem;
}
.pricing-section .pricing-item .package-title {
  color: var(--bs-text-color2);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 1.625rem;
}
.pricing-section .pricing-item .price {
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 132%;
}
.pricing-section .pricing-item .price span {
  color: var(--bs-text-color2);
  font-family: var(--bs-font-secondary);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 132%;
  margin-left: 1.3125rem;
}
.pricing-section .pricing-item .pricing-info {
  margin-top: 3.75rem;
}
.pricing-section .pricing-item .pricing-info li {
  color: var(--bs-text-color2);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0.5rem;
}
.pricing-section .pricing-item .pricing-info li span {
  padding-right: 0.625rem;
}
.pricing-section .pricing-item .view-all-btn2 {
  border-bottom: 0.0625rem solid var(--bs-text-color2);
  padding-right: 0;
  margin-top: 3.1875rem;
}
.pricing-section .pricing-item:hover {
  border-color: var(--bs-border-color11);
}
.pricing-section .pricing-item.active {
  border-color: var(--bs-border-color11);
}
@media (max-width: 74.99875rem) {
  .pricing-section .pricing-item {
    padding: 1.875rem 1.5rem 1.875rem;
  }
  .pricing-section .pricing-item .pricing-title {
    font-size: 1.75rem;
  }
  .pricing-section .pricing-item .package-title {
    margin-bottom: 1rem;
  }
  .page-header .page-header-shape {
    display: none;
  }
  .pricing-section .pricing-item .price {
    font-size: 1.625rem;
  }
  .pricing-section .pricing-item .pricing-info li {
    font-size: 1rem;
  }
  .pricing-section .pricing-item .view-all-btn2 {
    margin-top: 1.625rem;
  }
  .pricing-section {
    padding: 6.25rem 0 6.25rem 0;
  }
}
@media (max-width: 47.99875rem) {
  .pricing-section {
    padding: 5rem 0 5rem 0;
  }
}
@media (max-width: 35.99875rem) {
  .pricing-section .pricing-item .pricing-title {
    font-size: 1.625rem;
  }
  .pricing-section .pricing-item .package-title {
    font-size: 1rem;
  }
}
.faq-section {
  padding: 10.4375rem 0 11.0625rem 0;
}
.faq-section .faq-body {
  margin: 0 0.0625rem;
  margin-right: 5.5rem;
}
.faq-section .faq-body .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq-section .faq-body .accordion-item {
  border: 0;
  border-bottom: 0.0625rem solid var(--bs-border-color10);
}
.faq-section .faq-body .accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq-section .faq-body .accordion-button {
  padding: 0;
  color: var(--bs-text-color5);
  font-family: var(--bs-font-secondary);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 146%;
  padding-bottom: 1.375rem;
  padding-top: 1.4375rem;
  padding-right: 1.5625rem;
}
.faq-section .faq-body .accordion-body {
  padding: 0;
  padding-bottom: 2.25rem;
  padding-top: 0.625rem;
}
.faq-section .faq-body .accordion-body p {
  color: var(--bs-paragraph);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 32.0625rem;
}
.faq-section .faq-body .accordion-button::after {
  background-image: url(../img/icons/plus.svg);
}
.faq-section .faq-body .accordion-button:not(.collapsed)::after {
  background-image: url(https://html.xstheme.com/digiso/assets/img/icons/minus.svg);
}
.faq-section .faq-body .accordion-item:first-child .accordion-button {
  border-top: 0.0625rem solid var(--bs-border-color10);
}
.faq-section .faq-body .accordion-item:last-of-type {
  border-radius: 0 !important;
}
.faq-section .faq-body .accordion-item:first-of-type {
  border-radius: 0 !important;
}
.faq-section .faq-body .accordion-item:first-of-type .accordion-button {
  border-radius: 0 !important;
}
.faq-section-two {
  padding-top: 0 !important;
  padding-bottom: 14rem !important;
}
.faq-section-two .section-title-block {
  margin-bottom: 2.0625rem;
  padding-left: 0.9375rem;
}
.faq-section-two .faq-image {
  left: -7.5rem;
  max-width: 39.5rem;
  overflow: hidden;
  border-top-right-radius: 6.4375rem;
}
.faq-section-two .faq-image img {
  width: 100% !important;
  border-top-right-radius: 6.4375rem;
}
.faq-section-two .faq-body {
  margin-right: 0.0625rem !important;
  margin-left: 5.5625rem !important;
  margin-top: 3.625rem !important;
}
.faq-section-two .faq-body .accordion-button {
  padding-left: 0.9375rem !important;
}
.faq-section-two .faq-body .accordion-body {
  padding-left: 0.9375rem !important;
}
@media (max-width: 87.49875rem) {
  .faq-section-two .faq-image {
    left: 0;
    max-width: 33.75rem;
  }
}
@media (max-width: 74.99875rem) {
  .faq-section .faq-body {
    margin-right: 0;
  }
  .faq-section .faq-body .accordion-button {
    padding-bottom: 1.0625rem;
    padding-top: 1.0625rem;
    padding-right: 0;
  }
  .faq-section-two .faq-image {
    max-width: 29.75rem;
    margin-top: 3.75rem;
  }
}
@media (max-width: 61.99875rem) {
  .faq-section {
    padding: 6.25rem 0 6.25rem 0;
  }
  .faq-section .faq-body {
    margin-bottom: 2.5rem;
  }
  .faq-section-two .faq-image {
    max-width: 29.75rem;
    margin-top: 0;
    position: static !important;
    margin: 0 auto;
  }
  .faq-section-two .faq-body {
    margin-left: 0 !important;
  }
  .faq-section-two {
    padding-bottom: 6.25rem !important;
  }
}
@media (max-width: 47.99875rem) {
  .faq-section {
    padding: 5rem 0 5rem 0;
  }
}
@media (max-width: 35.99875rem) {
  .faq-section .faq-body .accordion-button {
    font-size: 1rem;
  }
  .faq-section .faq-body .accordion-body p {
    font-size: 0.9375rem;
  }
  .faq-section .faq-body .accordion-body {
    padding-top: 0;
  }
}
.error-section {
  padding-top: 17.125rem;
}
.error-section .title {
  font-family: var(--bs-font-secondary);
  font-size: 18.625rem;
  font-weight: 800;
  line-height: 13rem;
}
.error-section .sub-title {
  color: var(--bs-text-color5);
  font-family: var(--bs-font-secondary);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 118.86%;
  margin-top: 2.6875rem;
  margin-bottom: 1.5rem;
}
.error-section p {
  color: var(--bs-paragraph);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  max-width: 28.75rem;
}
.error-section .back-top-home {
  padding: 6.5625rem 0 8.6875rem 0;
}
.error-section .back-top-home .back-to-home-btn {
  font-family: var(--bs-font-secondary);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  width: 14.0625rem;
  height: 14.0625rem;
  background: var(--bs-primary);
  padding: 4.375rem 2.25rem 3.625rem;
  border: 0;
}
.error-section .back-top-home .back-to-home-btn .icon {
  margin-top: 0.8125rem;
}
@media (max-width: 61.99875rem) {
  .error-section .title {
    font-size: 15rem;
    line-height: 11rem;
  }
  .error-section {
    padding-top: 10.875rem;
  }
  .error-section .back-top-home {
    padding: 3.125rem 0 6.25rem 0;
  }
}
@media (max-width: 47.99875rem) {
  .error-section .title {
    font-size: 8.375rem;
    line-height: 6.5rem;
  }
  .error-section .sub-title {
    font-size: 1.875rem;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .error-section p {
    font-size: 1rem;
  }
  .error-section .back-top-home .back-to-home-btn {
    font-size: 1rem;
    width: 11.25rem;
    height: 11.25rem;
  }
}
@media (max-width: 35.99875rem) {
  .error-section {
    padding-top: 8.125rem;
  }
}
.contact-info-section {
  margin-top: 10.625rem;
}
.contact-info-section .contact-info {
  margin-top: -1.875rem;
}
.contact-info-section .contact-info p {
  padding-right: 0;
  padding-bottom: 2.6875rem;
}
.contact-info-section .contact-info ul li {
  color: var(--bs-text-color2);
  font-family: var(--bs-font-secondary);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0.625rem;
}
.contact-info-section .contact-info ul li:hover {
  text-decoration: underline;
}
.contact-info-section .contact-info ul li span {
  padding-right: 0.625rem;
}
.contact-info-section .contact-info ul li a {
  color: var(--bs-text-color2);
}
.contact-info-section .contact-info ul li a:hover {
  text-decoration: underline;
}
.contact-info-section .contact-info ul li:last-child {
  margin-bottom: 0;
}
.common-social-icon {
  gap: 0.125rem;
}
.common-social-icon a {
  width: 4.5rem;
  height: 4.5rem;
  background: var(--bs-bg-color2);
}
.common-social-icon a img {
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.common-social-icon a:hover {
  margin-top: -0.3125rem;
  background-color: var(--bs-primary);
}
.common-social-icon a:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.contact-form-section {
  margin-top: 8.375rem;
}
.contact-form-section .gmap iframe {
  width: 100%;
  height: 54.6875rem;
  margin-bottom: -1.25rem;
}
.contact-form-section .form-main {
  padding: 4rem 3.125rem;
  max-width: 60.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: var(--bs-white);
  -webkit-box-shadow: 0 0.25rem 0.74375rem 0 rgba(201, 201, 201, 0.25);
  box-shadow: 0 0.25rem 0.74375rem 0 rgba(201, 201, 201, 0.25);
}
.contact-form-section .form-main .form-title {
  margin-bottom: 4.5625rem;
  color: var(--bs-text-color1);
  font-family: var(--bs-font-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 132%;
}
.contact-form-section .form-main .input-group {
  margin-bottom: 2.75rem;
}
.input-group .form-label {
  color: var(--bs-paragraph);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  border: 0;
  border-bottom: 0.0625rem solid var(--bs-border-color5);
  padding-bottom: 0.75rem;
  width: 100%;
  cursor: pointer;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.input-group .form-label:hover {
  border-color: var(--bs-border-color7);
}
.input-group .form-control {
  color: var(--bs-paragraph);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  border: 0;
  border-bottom: 0.0625rem solid var(--bs-border-color5);
  padding-bottom: 0.75rem;
  padding-top: 0;
}
.input-group .form-control:focus {
  border-color: var(--bs-border-color7);
}
.input-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group .form-textarea {
  min-height: 7.625rem;
  resize: none;
}
.input-group .form-textarea:focus {
  border-color: var(--bs-border-color7);
}
.ajax-response.error {
  margin-top: 1.875rem;
  color: red;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: rgba(255, 0, 0, 0.1);
  border: 0.0625rem solid rgba(255, 0, 0, 0.5);
  border-radius: 0.5rem;
  padding: 0.625rem 1.25rem;
}
.ajax-response.success {
  margin-top: 1.875rem;
  color: green;
  background-color: rgba(0, 128, 0, 0.1);
  border: 0.0625rem solid rgba(0, 128, 0, 0.5);
  font-weight: 500;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
  padding: 0.625rem 1.25rem;
}
@media (max-width: 74.99875rem) {
  .contact-info-section {
    margin-top: 3.75rem;
  }
  .contact-info-section .contact-info {
    margin-top: 0;
  }
  .contact-form-section .form-main {
    max-width: 58.5rem;
  }
}
@media (max-width: 61.99875rem) {
  .contact-info-section .contact-info {
    margin-top: 1.875rem;
  }
  .contact-form-section .form-main {
    max-width: 43.4375rem;
  }
  .contact-form-section {
    margin-top: 6.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .contact-form-section {
    margin-top: 5rem;
  }
  .contact-form-section .form-main {
    max-width: 32.1875rem;
  }
  .contact-form-section .form-main .form-title {
    margin-bottom: 2.5rem;
  }
  .common-social-icon a {
    width: 3.75rem;
    height: 3.75rem;
    background: var(--bs-bg-color2);
  }
  .contact-form-section .form-main .input-group {
    margin-bottom: 1.875rem;
  }
  .input-group .form-control {
    font-size: 1rem;
  }
}
@media (max-width: 35.99875rem) {
  .contact-form-section .form-main {
    max-width: unset;
    width: 100% !important;
    position: sticky !important;
  }
  .contact-form-section .gmap iframe {
    width: 100%;
    height: 23.4375rem;
    margin-bottom: 0;
  }
  .contact-info-section .contact-info ul li {
    font-size: 1.25rem;
  }
  .contact-form-section .form-main {
    padding: 3.75rem 0;
  }
}
