* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

:root {
  --theme-color: #FFA500;
  --theme-color-2: #034682;
  --secondary-color: #034682;
  --text-color: #666666;
  --title-color: #111111;
  --text-font: "Inter", sans-serif;
  --title-font: "Outfit", sans-serif;
}

body {
  font-size: 16px;
  color: var(--text-color);
  line-height: 26px;
  font-weight: 400;
  background: center top / cover no-repeat rgb(255, 255, 255);
  font-family: var(--text-font);
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .container {
      max-width: 1200px;
      padding: 0px 15px;
  }
}

.large-container {
  max-width: 1680px;
  padding: 0px 15px;
  margin: 0px auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1320px;
  padding: 0px 15px;
  margin: 0px auto;
}

.small-container {
  max-width: 680px;
  margin: 0px auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0px auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden !important;
}

a {
  text-decoration: none;
  transition: 500ms;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input, button, select, textarea {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: 500ms;
}

button:focus, input:focus, textarea:focus {
  outline: none;
  box-shadow: none;
  transition: 500ms;
}

p {
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: 500ms;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
  margin: 0px;
  transition: 500ms;
}

.handle-preloader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9999999;
  background: var(--secondary-color);
}

.preloader-close {
  position: fixed;
  z-index: 99999999;
  font-size: 12px;
  background: rgb(255, 255, 255);
  color: var(--theme-color);
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  font-weight: 400;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  animation: 1s linear 0s infinite normal none running spinner;
  border-radius: 50%;
  height: 150px;
  margin: 0px auto 45px;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: 4s ease 0s infinite normal none running letters-loading;
  content: attr(data-text-preloader);
  left: 0px;
  opacity: 0;
  top: 0px;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2)::before {
  animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3)::before {
  animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4)::before {
  animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5)::before {
  animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6)::before {
  animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7)::before {
  animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8)::before {
  animation-delay: 1.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9)::before {
  animation-delay: 1.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10)::before {
  animation-delay: 1.8s;
}

.handle-preloader .loader-section {
  background-color: rgb(255, 255, 255);
  height: 100%;
  position: fixed;
  top: 0px;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading::before {
  color: rgb(255, 255, 255);
}

.handle-preloader .animation-preloader .spinner {
  border-width: 3px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3) rgb(255, 255, 255) rgb(255, 255, 255);
  border-image: initial;
}

@keyframes spinner {
  100% {
      transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {
  0%, 75%, 100% {
      opacity: 0;
      transform: rotateY(-90deg);
  }

  25%, 50% {
      opacity: 1;
      transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
.btn-box.btn-2 .theme-btn {
    font-size: 12px !important;
    line-height: 20px !important;
    padding: 15px 10px !important;
    margin-right: 0px !important;
}  
.dueal-section.alternat-2 .sec-title h2 {
    color: #000 !important;
}
.video_block_one .video-inner {
    margin-top: 20px;
}

.mobile-menu .nav-logo {
    padding-bottom: 50px;
}

.content_block_one iframe {
    width: 100% !important;
    margin-bottom: 20px;
}

.mobile-menu .contact-info {
    padding: 20px 30px 20px 30px;
}

.btn-box.btn-2 {
    display: none;
}
    
  .handle-preloader .animation-preloader .spinner {
      height: 8em;
      width: 8em;
  }
  .homebtn {
      height: auto !important;
  }
  .contentheading h2 {
      font-size: 18px !important;
  }
   .chooseus-style-two .chooseus-block-one .inner-box {
      height: 100% !important;
  }
  .testimonial-block-two .inner-box {
      height: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
      height: 7em;
      width: 7em;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {
      font-size: 30px;
      letter-spacing: 5px;
  }
}

.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.row {
  --bs-gutter-x: 30px;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

html.lenis {
  height: auto;
}

.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--title-font);
  text-align: center;
  border-radius: 50px;
  padding: 15px 40px;
  z-index: 1;
  transition: 0.5s ease-in-out;
  color: var(--title-color) !important;
}

.theme-btn:hover {
  background: var(--secondary-color);
  color: rgb(255, 255, 255) !important;
}

.theme-btn.btn-one {
}

.theme-btn.btn-two {
  background: rgb(17, 17, 17);
}

.theme-btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: translateX(0px);
  transform-origin: left center;
  z-index: -1;
  background: var(--secondary-color);
  transition: 500ms;
}

.theme-btn::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  transform: translateX(0px);
  transform-origin: right center;
  z-index: -1;
  background: var(--secondary-color);
  transition: 500ms;
}

.theme-btn:hover::before, .theme-btn:hover::after {
  width: 50%;
}

.theme-btn span {
  position: relative;
  padding-right: 22px;
}

.theme-btn span::before {
  position: absolute;
  content: "";
  font-family: icomoon;
  font-size: 14px;
  top: -3px;
  right: 0px;
  font-weight: 400;
}

.parallax-bg {
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(130%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: var(--title-font);
  color: var(--text-color);
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid rgb(229, 229, 229);
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: 500ms;
}

.pagination li a:hover, .pagination li a.current {
  color: var(--title-color);
}

.pagination li a i {
  font-size: 12px;
}

.sec-pad {
  padding: 142px 0px 150px;
}

.mr-0 {
  margin: 0px !important;
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  box-shadow: rgba(0, 46, 65, 0.2) 0px 0px 0px 2px inset;
  border-radius: 50%;
  z-index: 90000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 200ms linear;
}

.scroll-to-top.scroll-top-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.scroll-to-top::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: var(--theme-color);
  left: 0px;
  top: 0px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transform: rotate(-180deg);
  transition: 200ms linear;
}

.scroll-to-top:hover::after {
}

.scroll-to-top:hover::before {
  opacity: 1;
}

.scroll-to-top .scroll-top-inner path {
  stroke-width: 4;
  fill: transparent;
  box-sizing: border-box;
  stroke: var(--theme-color);
  transition: 200ms linear;
}

@-webkit-keyframes ripple {
  70% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 30px;
  }

  100% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
  }
}

@keyframes ripple {
  70% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 30px;
  }

  100% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
  }
}

.sec-title {
  position: relative;
  display: block;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 53px;
}

.sec-title h2 span {
}

.sec-title.light h2 {
  color: rgb(255, 255, 255);
}

.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-family: var(--title-font);
  font-weight: 600;
  padding: 5px 17px;
  border-radius: 40px;
  text-transform: uppercase;
  z-index: 1;
}

.sec-title .sub-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 40px;
  z-index: -1;
  opacity: 0.1;
}

.sec-title .sub-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 40px;
  z-index: -1;
  opacity: 0.3;
  border: 1px solid;
}

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  transition: 500ms;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 500ms;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  animation-name: fadeInDown;
  animation-duration: 500ms;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.language-picker label {
  display: none;
}

.language-picker .nice-select {
  display: none;
}

.language-picker {
  position: relative;
  display: inline-block;
}

.language-picker__button .icon {
  display: none;
}

.language-picker__dropdown {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 110px;
  background-color: rgb(255, 255, 255);
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  border-radius: 5px;
  box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
  text-align: left;
  transition: visibility 0.2s, opacity 0.2s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.language-picker__button[aria-expanded="true"] + .language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(4px);
  transition: opacity 0.2s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.language-picker__item:hover {
}

.language-picker__button {
  position: relative;
  padding: 0px 7px 0px 0px;
  border: none !important;
}

.language-picker__button::before {
  position: absolute;
  content: "";
  font-family: icomoon;
  font-size: 6px;
  top: 8px;
  right: 0px;
  color: var(--title-color);
}

.language-picker__flag {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--title-font);
  font-weight: 400;
  color: var(--title-color);
  padding-left: 33px;
  text-transform: uppercase;
}

.language-picker__list .language-picker__flag {
  padding: 4px 0px 4px 33px;
}

.language-picker__list .language-picker__flag.language-picker__label::after {
  position: absolute;
  content: "";
  background-image: url("../images/icons/icon-1.png");
  width: 10px;
  height: 6px;
  top: 6px;
  right: 0px;
  background-repeat: no-repeat;
}

.language-picker__flag.language-picker__label {
  padding-left: 26px;
  padding-right: 16px;
}

.language-picker__flag em {
  font-style: normal;
}

.language-picker__flag::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.language-picker__flag.language-picker__label::before {
  top: -3px;
  left: 0px;
}

.language-picker__dropdown .language-picker__flag::before {
  margin-right: var(--space-xs);
  top: -1px;
}

.language-picker__flag--deutsch::before {
  background-image: url("../images/icons/flag-deutsch.png");
}

.language-picker__flag--english::before {
  background-image: url("../images/icons/flag-english.png");
}

.language-picker__flag--francais::before {
  background-image: url("../images/icons/flag-francais.png");
}

.language-picker__flag--italiano::before {
  background-image: url("../images/icons/flag-italiano.png");
}

.language-picker--hide-label .language-picker__button .icon {
  margin-left: 0px;
}

.language-picker--hide-label .language-picker__button em {
  display: none;
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
  margin-right: var(--space-xxxs);
}

.language-picker__flag.language-picker__label {
  padding-right: 7px;
}

.nice-select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
  font-family: var(--text-font);
  padding-right: 14px;
}

.nice-select::before {
  position: absolute;
  content: "";
  font-family: icomoon;
  font-size: 7px;
  top: 0px;
  right: 25px;
}

.nice-select .list {
  min-width: 100px;
}

.nice-select .list li {
  color: var(--text-color);
}

.nice-select .list {
  max-height: 160px;
  overflow: hidden auto;
}

.owl-dots-none .owl-dots, .owl-nav-none .owl-nav {
  display: none !important;
}

.owl-nav button {
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.demo-rtl {
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}

button.rtl {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
  transition: 500ms;
  color: rgb(255, 255, 255) !important;
}

.demo-ltr {
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

button.ltr {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  border-radius: 50%;
  transition: 500ms;
  color: rgb(255, 255, 255) !important;
}

.boxed_wrapper.ltr .demo-rtl {
  display: block;
}

.boxed_wrapper.ltr .demo-ltr {
  display: none;
}

.boxed_wrapper.rtl .demo-rtl {
  display: none;
}

.boxed_wrapper.rtl .demo-ltr {
  display: block;
}

.nav-style-one .owl-nav button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 70px;
  height: 70px;
  line-height: 74px;
  background: rgb(255, 255, 255);
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  z-index: 1;
  transition: 500ms;
}

.nav-style-one .owl-nav .owl-prev {
  margin-right: 10px;
}

.nav-style-one .owl-nav button:hover {
  background: transparent !important;
}

.nav-style-one .owl-nav button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform-origin: center top;
  transform: scaleY(0);
  z-index: -1;
  transition: 500ms;
}

.nav-style-one .owl-nav button:hover::before {
  transform: scaleY(1);
}

.progress-box .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: rgb(227, 231, 235);
  border-radius: 4px;
}

.progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  border-radius: 4px;
  transition: 1500ms;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.nice-select .option {
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: 900ms;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.border-animation {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  animation: 2.9s linear 0s infinite normal none running squares;
  opacity: 0;
}

.border-animation.border-2 {
  animation-delay: 1s;
}

.border-animation.border-3 {
  animation-delay: 2s;
}

.search-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(101%);
  transition: 700ms;
}

.search-popup.popup-visible {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .popup-inner {
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
}

.search-popup .upper-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px;
}

.search-popup .overlay-layer {
  position: absolute;
  inset: 0px;
  display: block;
}

.search-popup .close-search {
  position: relative;
  font-size: 16px;
  color: var(--title-color);
  cursor: pointer;
  z-index: 5;
  transition: 500ms;
}

.search-popup .close-search:hover {
  color: red;
}

.search-popup .search-form {
  position: relative;
  width: 100%;
  padding: 100px 0px 250px;
}

.search-popup .search-form .form-group {
  position: relative;
  margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 90px;
  padding: 20px 50px 20px 0px;
  background: rgb(255, 255, 255);
  line-height: 30px;
  font-size: 24px;
  color: rgb(128, 128, 128);
  font-family: Inter, sans-serif;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-radius: 0px;
  border-bottom: 1px solid rgb(229, 229, 229);
}

.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 22px;
  color: rgb(20, 20, 23);
  cursor: pointer;
  transition: 500ms;
}

.search-popup .search-form fieldset input[type="search"]:focus {
  border-color: rgb(20, 20, 23);
}

.search-popup .form-control:focus {
  box-shadow: none !important;
}

.banner-btn {
  background: rgb(255, 255, 255);
}

.banner-btn:hover, .banner-btn::before, .banner-btn::after {
}

.list-style-one li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
  padding-left: 40px;
}

.list-style-one li:last-child {
  margin-bottom: 0px;
}

.list-style-one li::before {
  position: absolute;
  content: "";
  font-family: icomoon;
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}

.list-style-one li::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  opacity: 0.2;
  left: 0px;
  top: 0px;
}

.slide-text {
  position: relative;
  display: block;
}

.slide-text .text-inner {
  position: relative;
  display: block;
  padding: 25px 0px;
  transform: rotate(-5deg);
}

.slide-text .text-inner::before {
  position: absolute;
  content: "";
  left: -50px;
  top: 0px;
  width: calc(100% + 100px);
  height: 100%;
}

.slide-text .text-inner .text-list {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  animation: 400s linear 0s infinite normal none running scroll-left;
}

.slide-text .text-inner .text-list li {
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-right: 280px;
}

.slide-text .text-inner .text-list li:last-child {
  margin: 0px;
}

@-webkit-keyframes scroll-left {
  0% {
      transform: translateX(0%);
  }

  100% {
      transform: translateX(-100%);
  }
}

.slide-text .text-inner .text-list li::before {
  position: absolute;
  content: "";
  background-image: url("../images/icons/icon-1.png");
  width: 37px;
  height: 37px;
  top: 2px;
  right: -145px;
  background-repeat: no-repeat;
}

.image-hov-one {
  position: relative;
  display: block;
  overflow: hidden;
}

.image-hov-one::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-one:hover::before {
  width: 100%;
  opacity: 0;
  transition: 400ms linear;
}

.image-hov-two {
  position: relative;
  display: block;
  overflow: hidden;
}

.image-hov-two::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1000%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-two:hover::before {
  height: 100%;
  opacity: 0;
  transition: 400ms linear;
}

.dueal-section {
  background: rgb(239, 242, 230);
}

.dueal-section .bg-color {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 50%;
  height: 100%;
  top: 0px;
  right: 0px;
}

.dueal-section.alternat-2 .content_block_three .content-box {
  margin-left: 0px;
  margin-right: 50px;
}

.dueal-section.alternat-2 .content_block_two .content-box .inner-box .single-item h3 a, .dueal-section.alternat-2 .content_block_two .content-box .inner-box .single-item p {
  color: rgb(255, 255, 255);
}

.dueal-section.alternat-2 .content_block_two .content-box .inner-box .single-item h3 a:hover {
}

.dueal-section .shape .shape-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 277px;
  height: 334px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 167px 167px 167px 0px;
}

.dueal-section .shape .shape-2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 450px;
  height: 543px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 255px 0px 255px 255px;
  margin-left: -225px;
}

.dueal-section .shape .shape-3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 277px;
  height: 334px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 167px 167px 0px;
}

.dueal-section .shape .shape-4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 450px;
  height: 543px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 0px 255px 255px;
  margin-left: 225px;
}

.banner-btn-two {
  border: 1px solid rgb(255, 255, 255);
  padding: 14px 40px;
  color: rgb(255, 255, 255) !important;
}

.banner-btn-two:hover {
  border-color: var(--secondary-color);
}

.dueal-section.alternat-3 {
  background: transparent;
}

.dueal-section .outer-container {
  background: rgb(239, 242, 230);
  border-radius: 20px;
  overflow: hidden;
}

.dueal-section.alternat-3 .content_block_three .content-box {
  margin-left: -100px;
}

.dueal-section .testimonial-content {
  position: relative;
  display: block;
  margin-right: -70px;
}

.dots-style-one .owl-dots {
  position: relative;
  display: block;
}

.dots-style-one .owl-dots button span {
  display: none !important;
}

.dots-style-one .owl-dots button {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(217, 217, 217);
  cursor: pointer;
  margin: 0px 6px;
  transition: 500ms;
}

.dots-style-one .owl-dots button.active, .dots-style-one .owl-dots button:hover {
  opacity: 1;
  transform: scale(1.8);
}

.dueal-section .dots-style-one .owl-dots {
  margin-top: 20px;
}

.slide-text.alternat-2 .text-inner {
  background: transparent;
}

.slide-text.alternat-2 .text-inner::before {
  background: transparent;
  border-top: 1px solid rgb(229, 229, 229);
  border-bottom: 1px solid rgb(229, 229, 229);
}

.d_block {
  display: block !important;
}

.header-style-three {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 40px 0px;
}

.dueal-section.service-page {
  padding-bottom: 450px;
}

.dueal-section .hiring-content {
  position: relative;
  display: block;
}

.dueal-section .hiring-content h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
}

.dueal-section .hiring-content p {
  margin-bottom: 50px;
  color: var(--title-color);
}

.dueal-section .hiring-content.light h2, .dueal-section .hiring-content.light p {
  color: rgb(255, 255, 255);
}

.dueal-section .hiring-content.light .theme-btn:hover {
  color: var(--title-color) !important;
}

.dueal-section .hiring-content.light .theme-btn::before, .dueal-section .hiring-content.light .theme-btn::after {
  background: rgb(255, 255, 255);
}

.b_radius_0 {
  border-radius: 0px !important;
}

.check-box input {
  display: none;
}

.check-box label {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: var(--title-color);
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box label::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  background: transparent;
}

.check-box label::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  left: 3px;
  top: 1px;
  opacity: 0;
  font-size: 7px;
  color: rgb(255, 255, 255);
}

.check-box input:checked + label::after {
  opacity: 1;
}

.check-box input:checked + label::before {
}

figure.logo-box a {
  font-size: 49px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  line-height: 40px;
}

figure.footer-logo.mb_20 a {
  font-size: 50px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.single-item {
  display: flex;
  column-gap: 18px;
  padding-bottom: 20px;
  align-items: center;
}

.icon-box {
  background: rgb(255, 255, 255);
  padding: 6px;
  border-radius: 40px;
  width: 50px;
  height: 50px;
}

.icon-box img {
  padding: 7px;
}

.single-item p a {
  color: rgb(255, 255, 255);
}

.header-top {
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid rgb(209, 209, 209);
}

.banner-style-two {
  padding: 180px 0px 190px !important;
}

.banner-style-two .content-box h2 span {
  color: rgb(255, 255, 255);
}

.banner-style-two .bg-layer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  top: 2px;
  position: absolute;
  background: url(../images/overlaybg.png);url(            <div class="bg-layer" style="background-image: url(assets/images/overlaybg.png))";;url(            <div class="bg-layer" style="background-image: url(assets/images/overlaybg.png))";;
;;background-repeat: no-repeat;;;
;;;background-size: cover;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;opacity: 0.3;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}

.image_block_two .image-inner {
  justify-content: center;
}

.industries-block-two .inner-box i::before {
  color: rgb(255, 165, 0) !important;
}

.industries-block-two .inner-box:hover i::before {
  color: rgb(255, 165, 0) !important;
}

.welcome-section .tab-btns {
  background: rgb(45, 111, 164) !important;
}

.main-footer.light-footer {
  background: rgb(3, 70, 130) !important;
}

section.welcome-section {
  background: var(--secondary-color);
}

section.welcome-section .sec-title .sub-title::after {
  background: rgba(255, 255, 255, 0.69) !important;
}

section.welcome-section .sec-title .sub-title::before {
  border-color: rgb(255, 255, 255) !important;
}

section.welcome-section .split-line {
  color: rgb(255, 255, 255);
}

section.contact-section.pt_110.pb_30 {
  background-size: cover;
  padding-bottom: 120px;
}

.banner-style-two .content-box {
  padding-left: 0px;
}

.homebtn {
  position: absolute;
  top: 0px;
  height: 90%;
  width: 38%;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  right: 100px;
  padding: 65px 0px;
}

.homebtn a.theme-btn {
  margin-bottom: 20px;
}

.portfolio-block-one .inner-box {
  border: 2px solid rgb(0, 0, 0);
}

.industries-style-two h2.title-animation {
  color: rgb(255, 255, 255);
}

section.portfolio-section.portfolio-masonry {
  background: var(--secondary-color);
}

.banner-style-two .bg-layer video {
  width: 100%;
}

.contentheading {
  text-align: center;
  padding-bottom: 3rem;
}

.contentheading h2 {
  color: rgb(255, 255, 255);
  font-size: 50px;
  font-weight: 600;
}

.handle-preloader .animation-preloader svg {
  position: absolute;
  left: 42px;
  top: 13px;
}

.experty {
  text-align: left;
  position: relative;
}

section.industries-style-two.pt_120.pb_90 span.sub-title.mb_10.title-animation , .whychoosesec span.sub-title {
    color: #fff;
}

section.industries-style-two.pt_120.pb_90 .sub-title::before , .whychoosesec .sub-title::before {
    background: #fff;
}

section.industries-style-two.pt_120.pb_90 .sub-title::after , .whychoosesec .sub-title::after {
    border-color: #fff !important;
}

section.whychoosesec {
  background: #034682;
}

.whychoosesec h2 {
  color: #fff;
}

.whychoosesec p {
  color: #fff;
}

.whychoosesec li {
  color: #fff;
}

.whychoosesec .list-style-one li::before {
  color: #ffffff;
}

.whychoosesec .list-style-one li::after {
  background: #fff;
}

.whychoosesec .sec-title h2 span {
  color: #fff;
}

.number li {
    list-style: decimal;
}
.privacy h3 {
 margin-bottom: 10px;   
}

.privacy h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}

.privacy p {
    margin-bottom : 10px;
}
.chooseus-style-two .row.clearfix {
    justify-content: center;
}

.chooseus-style-two .chooseus-block-one .inner-box {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em !important;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 50px 40px 41px 40px;
    margin-bottom: 30px;
    transition: all 500ms ease;
    height: 400px;
}

.enquiry .form-inner {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em !important;  
}
.service-block-one .inner-box .lower-content {
    padding: 33px 10px 0px 0px;
}
.star-rating {
  color: #FFD700; /* gold color */
  font-size: 20px;
}