body {
  background-color: #fff;
  margin: 0;
  font-family: "Roboto", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

@font-face {
  font-family: "Roboto-Thin";
  src: url(../webfonts/roboto/Roboto-Thin.ttf);
}

@font-face {
  font-family: "Venice";
  src: url(../webfonts/venice_bridge/VeniceBridge.otf);
}

@font-face {
  font-family: "GrandCru";
  src: url(../webfonts/GrandCru-LightS.otf);
}

@font-face {
  font-family: "Cloister";
  src: url(../webfonts/cloister/Cloister7.0-Regular.otf);
}

@font-face {
  font-family: "Agrandir";
  src: url(../webfonts/agrandir/Agrandir-Regular.otf);
}

@font-face {
  font-family: "InriaSerif";
  src: url(../webfonts/InriaSerif-Regular.otf);
}

@font-face {
  font-family: "OpenSans";
  src: url(../webfonts/OpenSans.ttf);
}

@font-face {
  font-family: "CrimsonPro";
  src: url(../webfonts/CrimsonPro.ttf);
}

@font-face {
  font-family: "JuliusSansOne";
  src: url(../webfonts/JuliusSansOne.ttf);
}

@font-face {
  font-family: "TenorSans";
  src: url(../webfonts/TenorSans.ttf);
}

.nodelay {
  animation-delay: 0s !important;
}

.delay1s {
  animation-delay: 0.5s !important;
}
.headerRow {
  display: block;
  text-align: center;
  padding: 0;
  height: 60px;
}

#header-nav-wrap {
  padding-bottom: 3px;
  transition: all 0.3s ease-in-out;
}

#header-nav-wrap .header-main-nav li:last-child a {
  border-right: none;
}

#header-nav-wrap .header-main-nav li .dropdown-menu {
  background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
}
#header-nav-wrap .header-main-nav li .dropdown-menu a,
#header-nav-wrap .header-main-nav li .dropdown-menu a:visited,
#header-nav-wrap .header-main-nav li .dropdown-menu a:focus {
  font-size: 1.25rem;
  width: 100%;
  height: 30px;
  padding: 0 1rem !important;
}

#header-nav-wrap .header-main-nav li .dropdown-menu a:hover {
  background-color: transparent;
}

#header-nav-wrap .header-main-nav li a,
#header-nav-wrap .header-main-nav li a:visited {
  height: 12px;
  display: inline-flex;
  align-items: center;
}

#header-nav-wrap .header-main-nav li a i {
  margin-left: 0.75rem;
}

.dropdown-submenu a {
  border: none !important;
}

.dropdown-submenu a i {
  width: 100%;
  text-align: right;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 105%;
  top: -6px;
  margin: 0;
  position: absolute;
}

#header {
  animation-delay: 5s;
  animation-duration: 1s;
}
.headerRow {
  transition: all 0.5s ease-in-out;
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
}
.headerRow nav {
  position: relative;
  padding-bottom: 12px;
}

.headerRow nav ul {
  padding: 0.5rem;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.headerRow nav ul li {
  margin: 0 20px 0 0;
  opacity: 1;
  transition: all 0.4s ease;
  padding-left: 2px;
  text-align: center;
  height: 60px;
}

.headerRow nav ul li:first-child,
.headerRow nav ul li:nth-child(2),
.headerRow nav ul li:nth-child(3),
.headerRow nav ul li:nth-child(4),
.headerRow nav ul li:nth-child(5) {
  display: flex;
  align-items: center;
}

.headerRow nav ul li.active a,
.headerRow nav ul li:hover a {
  font-weight: 600;
}

.headerRow nav ul li:last-child {
  margin-right: 0;
  position: relative;
  display: none;
}

.headerRow nav ul li:nth-child(6) {
  display: none;
}

.dropdown-item a {
  color: #000 !important;
}

#loginLink {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #d25525;
  border-radius: 50%;
  border: 2px solid #d25525;
  overflow: hidden;
}

.login {
  width: 30px !important;
  height: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #d25525;
  border-radius: 50%;
  border: 2px solid #d25525;
  overflow: hidden;
}

.login i {
  font-size: 2rem;
  color: #fff;
  padding: 0.75rem;
  margin-right: 0 !important;
}

.login-menu li,
.language-menu li {
  font-size: 14px;
  padding: 1rem 2rem;
  border-bottom: 1px solid #ddd;
}

.login-menu li:last-child,
.language-menu li:last-child {
  border-bottom: none;
}

.headerRow nav ul li a {
  text-decoration: none;
  color: #111;
  display: block;
  font-size: 20px;
}

.header-logo h1 {
  display: inline-flex;
  margin: 0;
  margin-left: 0.75rem;
  margin-top: 1.5rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: Cloister, sans-serif;
  color: #000;
  font-weight: 700;
}

footer .row .col-md-6 div.address {
  padding: 0;
  line-height: 1.75;
  margin-bottom: 3rem;
}

footer .row .col-md-6 div.address p {
  position: relative;
  font-size: 14px;
  color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
}

footer .row .col-md-6 div.address span {
  position: relative;
  color: #aaa;
  margin: 0;
}

footer .copyright {
  border-top: 1px dotted #b2b2b2;
  text-align: center;
  padding-top: 1rem;
  padding: 1rem 0;
  color: #333;
  font-size: 12px;
}

footer .copyright p {
  margin-bottom: 0.5rem;
}

footer .copyright p:last-child {
  color: #999;
  font-size: 11px;
}

footer .copyright p a {
  padding: 0 !important;
  color: #777;
}

footer .copyright p a:hover {
  color: #f16622;
}
.carousel-control-prev,
.carousel-control-next {
  height: 100px;
  top: 84%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  bottom: 0 !important;
  width: 3rem;
  height: 3rem;
}

.carousel-control-prev {
  left: 82%;
}

.carousel-control-next {
  left: 88%;
}

.carousel-indicators .active {
  background-color: #ff9823 !important;
}

.object4 {
  animation: MoveUpDownSmall 2s linear infinite;
}

.object5 {
  animation: MoveLeftRightSmall 2s linear infinite;
}

.header-menu-toggle {
  top: 7px;
  z-index: 9;
}

.header-logo {
  display: flex;
}

.icon {
  position: absolute;
  right: 110px;
  top: 14px;
  animation-delay: 1s;
  z-index: 5;
}

.login {
  right: 60px;
}

.displayMobileMenu {
  left: 0 !important;
  display: flex !important;
}

#action {
  padding: 5rem 0;
  background-color: #efefef;
  overflow: hidden;
}

#action form {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#action input[type="text"] {
  display: inline-flex;
  width: 320px;
  margin: 1rem;
  font-size: 22px !important;
  max-width: 90vw;
  padding: 2.5rem 2rem !important;
  border-radius: 30px;
  font-weight: 600;
  font-family: Roboto-Thin;
  letter-spacing: 0.05em;
  background-color: #ffe7bf;
  border: 2px solid #e6b0a4;
}

#action input[type="checkbox"] {
  width: 32px;
  height: 32px;
  margin-right: 1rem;
  vertical-align: middle;
}

#action label {
  color: #555;
  display: flex;
  padding: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

#action a {
  margin: 0;
  filter: none;
  float: right;
  font-family: Roboto-Thin;
  min-width: 200px;
  font-weight: 600;
  color: #fff !important;
  background-color: #d25525;
  padding: 1rem 2rem;
  font-size: 18px;
  border-radius: 30px;
  border: none;
  letter-spacing: 0.1em;
  margin-top: 2rem !important;
  margin-right: 5rem !important;
}

#compare a.btn {
  margin: 0 0.25rem;
  filter: none;
  font-family: Roboto-Thin;
  font-weight: 600;
  color: #fff !important;
  background-color: #d25525;
  padding: 0.5rem 1rem;
  font-size: 14px;
  border-radius: 30px;
  border: none;
  letter-spacing: 0.1em;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#compare a.btn img {
  width: 16px;
  margin-right: 0.4rem;
  filter: invert(1);
  vertical-align: sub;
}

#compare p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

#action label span {
  padding-top: 3px;
  font-size: 12px;
}

::-webkit-input-placeholder {
  color: #717171;
}

:-moz-placeholder {
  color: #717171;
}

::-moz-placeholder {
  color: #717171;
}

:-ms-input-placeholder {
  color: #717171;
}

.placeholder {
  color: #717171 !important;
}

footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url(../img/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.headerRow nav ul li a img {
  height: 60px;

  margin-right: 0rem;
  margin-top: -0.55rem;
}

.headerRow nav ul li.active a img {
  display: block;
}

#product .row {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 3rem;
}

@keyframes MoveLeftRightSmall {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}

@keyframes MoveUpDownSmall {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
}

div.preloader {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: calc(100% - 60px);
  display: flex;
  padding: 0;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #efefef;
}

div.preloader .service-title {
  position: absolute;
  animation-delay: 5s;
  bottom: 140px;
  font-size: 22px;
  color: #000;
  padding: 1rem 0;
  text-align: center;
  width: 90%;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: Roboto-Thin, sans-serif;
  text-shadow: #5a5a5a 1px 0 10px;
}

div.preloader .service-title:before {
  bottom: 5px;
}

div.preloader .definition {
  position: absolute;
  top: 15%;
  animation-delay: 5s;
  width: 90vw;
  z-index: 1;
}

div.preloader .definition a,
#services a,
#about a {
  margin: 0;
  margin-top: 2.5rem;
  filter: none;
  font-family: Roboto-Thin;
  min-width: 200px;
  font-weight: 600;
  color: #fff !important;
  background-color: #d25525;
  padding: 1rem 2rem;
  font-size: 18px;
  border-radius: 30px;
  border: none;
  letter-spacing: 0.1em;
  box-shadow: 0 0 25px 1px rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 25px 1px rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0 0 25px 1px rgba(255, 255, 255, 0.95);
}

#about a,
#services a {
  width: 200px;
  border-radius: 0;
  border: 2px solid #b3735a;
  color: #b3735a !important;
  background-color: transparent;
  margin: 0 auto;
  font-weight: 600;
  font-family: Cloister;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.4rem;
  margin-top: 4rem;
}

#services a {
  border: 2px solid #fff;
  color: #fff !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#about a:hover {
  background-color: #b3735a !important;
  color: #fff !important;
}

#services .serviceTitle a:hover {
  background-color: #fff !important;
  color: #b3735a !important;
}

#services .row:first-child {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
}
#services a,
#action a {
  width: auto;
  margin: 0 auto;
}

#services a {
  margin: 1rem !important;
  margin-bottom: 4rem !important;
}

#services .row div.serviceTitle {
  width: 100%;
  padding: 2rem;
}

#services .row div.serviceTitle div {
  justify-content: center;
  margin-top: 3rem;
}

#services .row div.serviceTitle h1 {
  font-size: 36px;
  font-family: Cloister;
  margin-top: 0;
  line-height: 1.5;
}

#services .row div.serviceTitle p {
  padding-top: 1rem;
  font-size: 20px;
  color: #fff;
}

#services .row div.serviceTitle img {
  filter: invert(1);
  width: 70px;
  height: 60px;
  transform: rotate(90deg);
  margin-top: 0.75rem;
}

div.preloader .definition a img {
  height: 22px;
  filter: invert(1);
  margin-right: 1rem;
}

div.preloader .definition a:hover {
  transform: translateY(-2px);
  background-color: #ad4c1b;
  box-shadow: 0 0 30px 1px rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 30px 1px rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0 0 30px 1px rgba(255, 255, 255, 0.95);
}

div.preloader .definition p {
  margin: 0;
  color: #000;
  /* font-family: Cloister; */
  letter-spacing: 0.02em;
  font-size: 30px;
  z-index: 1;
}

div.preloader .definition p:first-child {
  color: #fff;
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}

div.preloader .definition p strong {
  font-size: 22px !important;
}

div.preloader .definition p:nth-child(2) {
  font-size: 2.25rem;
  margin-top: 2.5rem;
  max-width: 90vw;
  color: #fff;
}

div.preloader .definition p:nth-child(3) {
  font-size: 1.7rem;
  margin-top: 4rem;
  max-width: 90vw;
  color: #fff;
}

div.preloader .definition p strong {
  letter-spacing: 0.1em;
  text-shadow: 0 0 #ffba00;
  color: #a8862b;
}

div.preloader .container .bannerTitle .card strong {
  color: #ddd;
  font-size: 26px;
  line-height: 1.5;
  font-family: Roboto-Thin;
  font-weight: 600;
}

div.preloader .container .bannerTitle .card .detail {
  padding: 1rem 0;
  padding-left: 1.5rem;
  font-size: 18px;
  font-family: Cloister, sans-serif;
  letter-spacing: 0.07em;
  display: inline;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(171, 133, 37, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.headerHide {
  height: 0 !important;
  transition: all 3s ease-in-out;
}

div.preloader .container .hide {
  bottom: -110px;
}

div.preloader .container .bannerTitle .card img {
  display: inline-flex;
  width: 80px;
  max-width: 20%;
  filter: drop-shadow(0px 0px 20px #fff);
}

div.preloader .container .bannerTitle .card a {
  margin-top: 1.5rem;
  font-size: 16px;
  box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
}

div.preloader .container .bannerTitle .card a i {
  margin-right: 0.5rem;
}

.bannerTitle {
  border: none;
  display: flex;
  width: 2520px;
}

.scroll::-webkit-scrollbar {
  display: none;
}

.bannerTitle .col-md-2 {
  padding: 1rem 1.5rem;
  line-height: 1.5;
  height: 600px;
  width: 360px;
  text-align: center;
}

.bannerTitle .col-md-2 p {
  font-size: 19px;
  padding: 0 1.3rem;
  white-space: pre-wrap;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffe7bf;
  font-family: Roboto-Thin;
}

.bannerTitle .col-md-2 h2 {
  font-size: 24px;
  padding: 1.3rem;
  margin-top: 1.5rem;
  text-align: left;
  color: #ffe7bf;
  letter-spacing: 0.05em;
  font-weight: 600;
  white-space: pre-wrap;
  font-family: Roboto-Thin;
}

.bannerTitle img {
  display: inline-flex;
}
.bannerTitle a {
  text-decoration: none;
  color: #ca571e;
  font-size: 1.6rem;
}
.bannerTitle a i {
  margin-left: 0.75rem;
  vertical-align: middle;
  color: #ca571e;
}
.bannerTitle a:hover {
  text-decoration: underline;
}
div.overlay {
  opacity: 0.5;
  z-index: 1;
}
div.scroll {
  margin: 4px, 4px;
  padding: 4px;
  height: 600px;
  width: auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

#services .navigateService {
  position: absolute;
  top: 600px;
  border: none !important;
  padding: 0 !important;
  min-width: auto !important;
  opacity: 0.5;
}

#services #right {
  right: 0;
}

#services #left {
  left: 0;
  transform: rotate(180deg);
  display: none;
}

#services .navigateService img {
  width: 80px;
}

#services .navigateService:hover {
  opacity: 1;
}
div.preloader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

div.preloadercontent {
  background-color: transparent;
  -moz-animation: expandwidth 6ms forwards;
  -webkit-animation: expandwidth 6s forwards;
  animation: expandwidth 6s forwards;
  width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  font-family: Georgia, "Times New Roman", Times, serif;
  z-index: 1;
}

.object6 {
  animation: ScaleOutIn 60s linear infinite;
  animation-duration: 60s !important;
}

@keyframes ScaleOutIn {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

@-webkit-keyframes expandwidth {
  0% {
    width: 0px;
    height: 0px;
    border: none;
  }
  20% {
    width: 0px;
    height: 0px;
    border: none;
  }
  35% {
    width: 0px;
    height: calc(100vh - 14rem);
    border: 1px solid #333;
    background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  }
  45% {
    width: calc(100vw - 4rem);
    height: calc(100vh - 14rem);
    border: 1px solid #333;
    background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  }
  100% {
    width: calc(100vw - 4rem);
    height: calc(100vh - 14rem);
    border: 1px solid #333;
    background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  }
}

@-moz-keyframes expandwidth {
  0% {
    width: 0px;
    height: 0px;
    border: none;
  }
  20% {
    width: 0px;
    height: 0px;
    border: none;
  }
  35% {
    width: 0px;
    height: calc(100vh - 14rem);
    border: 1px solid #333;
    background: linear-gradient(180deg, rgb(50 50 50) 0%, #e7e7e7 100%);
  }
  45% {
    width: calc(100vw - 4rem);
    height: calc(100vh - 14rem);
    border: 1px solid #333;
    background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  }
  100% {
    width: calc(100vw - 4rem);
    height: calc(100vh - 14rem);
    border: 1px solid #333;
    background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  }
}

@keyframes expandwidth {
  0% {
    width: 0px;
    height: 0px;
    border: none;
  }
  20% {
    width: 0px;
    height: 0px;
    border: none;
  }
  35% {
    width: 0px;
    height: calc(100vh - 14rem);
    border: 1px solid #333;
    background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  }
  45% {
    width: calc(100vw - 4rem);
    height: calc(100vh - 14rem);
    border: 1px solid #333;
    background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  }
  100% {
    width: calc(100vw - 4rem);
    height: calc(100vh - 14rem);
    border: 1px solid #333;
    background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  }
}

@-webkit-keyframes hideBanner {
  0% {
    height: 100%;
  }
  80% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@-moz-keyframes hideBanner {
  0% {
    height: 100%;
  }
  80% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes hideBanner {
  0% {
    height: 100%;
  }
  80% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

.preloader .container {
  width: 100%;
  height: 100%;
  position: relative;
  animation-delay: 5s;
  max-width: 100vw;
  padding: 0;
  display: flex;
  justify-content: center;
}

.preloader .container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/dormeo-hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.preloaderHeight {
  height: calc(100% - 60px) !important;
  transition: all 0.5s ease-in-out;
}
.preloader .hide:before {
  background-image: none;
}
.preloader .container img.animated {
  animation-delay: 1.5s;
}

.preloader .split-screen {
  animation: moveTop 5s 0s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 2100px;
  height: 100%;
  top: -40%;
  border-radius: 47% 53% 51% 49% / 42% 67% 33% 58%;
  background: #ffe8bf;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.preloader .split2 {
  animation: moveLeft 5s 0s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 2050px;
  left: -2000px;
  transform: rotate(-70deg);
  top: 20%;
  border-radius: 47% 53% 51% 49% / 49% 48% 52% 51%;
  background: #fbdad3;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.preloader .split3 {
  animation: moveRight 5s 0s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 160%;
  height: 100%;
  left: 0;
  right: -37vw;
  top: 25%;
  transform: rotate(170deg);
  border-radius: 47% 63% 61% 49% / 49% 48% 62% 61%;
  background: #f3b57d;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  z-index: 0;
}

.preloader .split-screen img {
  animation-delay: 0.5s !important;
  animation-duration: 3s;
  position: relative;
  z-index: 2;
  width: 300px;
  position: absolute;
  bottom: 16rem;
  left: calc(1050px - 160px);
  filter: drop-shadow(0 0 3rem #e6af67);
}

.preloader .split-screen h1 {
  color: #d2790a;
  position: absolute;
  font-size: 30px;
  animation-delay: 1.25s;
  width: 350px;
  bottom: 9.25rem;
  left: calc(1050px - 175px);
  text-align: center;
  display: block;
  font-family: Agrandir;
  z-index: 5;
}

.preloader .split-screen p {
  animation-delay: 1.5s;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: 100%;
  text-align: center;
  color: #e2a355;
  font-family: Cloister, sans-serif;
  letter-spacing: 0.05em;
}

@keyframes reduceSize {
  from {
    width: 100%;
  }
  to {
    width: 50%;
  }
}

@keyframes moveTop {
  0%,
  100% {
    top: -100vh;
  }
  30%,
  70% {
    top: -40%;
  }
}

@keyframes moveLeft {
  0%,
  100% {
    left: -2000px;
  }
  30%,
  70% {
    left: calc(-1220px + 10vw);
  }
}

@keyframes moveRight {
  0%,
  100% {
    left: 110vw;
    top: 100vh;
  }
  30%,
  70% {
    top: 23vh;
    left: -4vw;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.accordian {
  max-width: 100vw;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}
.accordian a i {
  font-size: 14px;
}

.accordian i.bg {
  font-size: 140px;
  position: absolute;
  bottom: 2rem;
  right: 3rem;
  color: #072f55;
  z-index: 0;
}

.accordian i.bgc {
  font-size: 120px;
  bottom: 3rem;
  color: #ad4b1a;
}

.accordian ul {
  display: flex;
  list-style: none;
  height: 100%;
  margin-bottom: 0;
  background-color: #f16622;
}

.accordian li {
  position: relative;
  width: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  background-color: #efefef;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.accordian li:nth-child(1) {
  background-color: #0b4b87;
  z-index: 1;
}

.accordian li:nth-child(2) {
  background-color: #f16622;
}

.accordian ul:hover li {
  width: 10%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.accordian ul li:hover {
  width: 90%;
  z-index: 2;
}

.accordian ul li div {
  padding: 1rem;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.accordian ul li div h3 {
  color: #ddd;
  min-width: 35vw;
  font-size: 14px;
  margin: 0;
  display: inline-block;
  font-weight: 600;
  font-family: Roboto-Thin;
  letter-spacing: 0.1em;
}

.accordian ul li div p {
  margin: 0;
  color: #ddd;
}

.accordian ul li div i {
  color: #fff;
  font-size: 20px;
  margin-right: 0.5rem;
  text-align: center;
}

.accordian ul li div a i {
  width: 40px;
}

.accordian ul li div.btn-div {
  width: 100%;
}

.accordian ul li div .btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  min-width: 150px;
  width: 100%;
  margin: 2rem auto;
}

.accordian ul li div .btn i {
  padding: 0;
  width: auto;
}

.image_title {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  margin-bottom: 2rem;
}

.accordian li img {
  display: block;
  height: 100%;
}

.image_title a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  font-size: 14px;
  width: 100%;
  min-width: 50vw;
  font-family: Roboto-Thin;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.bannerFooter {
  min-height: 140px;
  height: auto;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  margin: 0;
  padding: 2rem 1rem;
  animation-delay: 5s;
  z-index: 2;
}
.bannerFooter .col-md-6 {
  width: 50%;
  color: #fff;
  font-size: 20px;
  font-family: "Roboto-Thin";
  padding: 0rem 2rem;
  display: flex;
  align-items: center;
}
.bannerFooter .col-md-6:first-child {
  border-right: 1px solid #777;
  text-align: right;
  display: grid;
  padding-left: 0;
}

.bannerFooter .col-md-6:first-child span {
  display: flex;
  align-items: center;
  justify-self: flex-end;
  line-height: 1.5;
}

.bannerFooter .col-md-6:first-child img {
  transform: rotate(90deg);
  filter: invert(1);
  width: 30px;
  height: 30px;
  justify-self: flex-end;
}

.break {
  flex-basis: 100%;
  height: 0;
}

#partners .row .col-md-12:last-child:before {
  content: "";
  position: absolute;
  max-width: 100vw;
  height: 100%;
  left: 0;
  bottom: -10%;
  opacity: 0.5;
  background-image: url(../img/bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

#testimonial {
  padding: 4rem 0;
  background-color: #efefef;
  overflow: hidden;
}

#testimonial h1 {
  margin-bottom: 4rem !important;
}

#testimonial .row {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

#testimonial .row .owl-item {
  padding: 2rem;
  text-align: center;
}

#testimonial .row .owl-item h2 {
  color: #000;
  font-size: 24px;
  margin: 2rem 0;
  margin-bottom: 1.5rem;
}

#testimonial .row .owl-item p {
  color: #111;
  font-size: 18px;
  padding: 0 2rem;
  line-height: 1.5;
}

#testimonial .row .owl-item i {
  color: #d25525;
  font-size: 24px;
  margin: 0 0.25rem;
}

#testimonial .row .owl-item img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0 0 5x 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

#testimonial .row .owl-nav {
  position: absolute;
  top: calc(40% - 30px);
  width: 100%;
}

#testimonial .row .owl-nav button {
  margin: 0;
}

#testimonial .row .owl-nav button:hover img {
  opacity: 1;
}

#testimonial .row .owl-nav .owl-prev,
#testimonial .row .owl-nav .owl-next {
  position: absolute;
}

#testimonial .row .owl-nav .owl-prev img {
  transform: rotate(180deg);
}

#testimonial .row .owl-nav .owl-prev {
  left: 1.25rem;
}

#testimonial .row .owl-nav .owl-next {
  right: 1rem;
}
#testimonial .row .owl-nav img {
  width: 60px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

#testi-carousel {
  padding: 0;
}

#about {
  overflow: hidden;
  padding: 4rem 0;
  padding-bottom: 5rem;
  background-color: #efefef;
}

#about .row {
  width: 1200px;
  max-width: 100vw;
  margin: 0 auto;
}

#about .row .col-md-12 {
  position: relative;
  padding: 0 1.5rem;
  overflow: hidden;
}

.autoHeight {
  height: auto !important;
  transition: all 1s ease-in-out;
}

#about .row .col-md-12 p {
  color: #b3735a;
  margin: 0;
  padding: 0 3rem;
  line-height: 1.3;
  font-size: 20px;
}

#about .row div.more {
  cursor: pointer;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
  position: absolute;
  bottom: 1rem;
  padding: 1rem;
  filter: drop-shadow(2px 4px 6px black);
}
#about .row div.more i {
  display: block;
}

#about .row .col-md-12 p strong {
  font-weight: 600;
}

#about .row .col-md-12 h1,
#partners h1,
#services h1,
#testimonial h1,
#action h1 {
  margin: 2rem auto;
  margin-top: 3rem;
  font-family: Cloister;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #000;
  max-width: 100%;
  line-height: 1.5;
}

#about iframe {
  height: 250px;
  width: 400px;
  margin-top: 2.5rem;
  max-width: 100%;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
}

#action h1 {
  width: auto;
  padding: 0 1rem;
}

#services h1 {
  background-image: none;
  color: #ffe7bf;
}

#partners h1 {
  margin-top: 0;
  padding-top: 4rem;
}

#about .row .col-md-12 h1 img {
  margin-right: 1rem;
  vertical-align: middle;
  width: 65px;
  filter: drop-shadow(0 0 3rem #e6af67);
}

#about .row .col-md-12 div.purpose {
  background: linear-gradient(0deg, #0f2941 0%, #00182f 100%);
  color: #ddd;
  padding: 1rem 1.5rem;
  font-size: 18px;
  margin-top: 3rem;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#about .row .col-md-12 div.purpose i {
  font-size: 24px;
  color: #f16622;
  margin-right: 1rem;
}

#about .row .col-md-12 div.purpose span {
  font-weight: 600;
  margin-right: 0.5rem;
}

#services {
  background-color: #303030;
  overflow: hidden;
  padding: 3rem 0;
  padding-bottom: 0;
  position: relative;
}

#partners {
  background-color: #ffe7bf;
  padding: 3rem 0;
}

#partners .row {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 1rem 0;
  text-align: center;
}

#partners .row p {
  color: #000;
  font-size: 16px;
  padding: 0 1rem;
}

#partners .row .col-md-12 {
  padding: 0;
}

#partners .row .col-md-12 a {
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  border: none;
  filter: drop-shadow(2px 4px 6px #999);
  font-size: 12px;
  margin: 0.75rem 0.5rem;
  background-color: #ca571e;
  outline: none;
}

#partners .row .col-md-12 a:hover {
  transform: translateY(-2px);
  border: none;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
}

#partners .row .col-md-12 a img {
  filter: invert(1);
  height: 45px;
  padding-top: 5px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

#partners .col-md-12:last-child {
  display: block;
  margin: 0 auto;
  padding: 0 1rem;
  padding-top: 2rem;
  overflow: hidden;
  text-align: center;
  z-index: -1;
}

#partners .col-md-12 div {
  width: 150px;
  margin: 2rem;
  max-width: 33vw;
  display: inline-block;
}

#partners .col-md-12 div img {
  width: 100%;
  filter: drop-shadow(1px 2px 3px #bbb);
}

#partners .col-md-3 h1 {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.2s ease-in-out;
  font-family: Roboto-Thin;
  font-weight: 600;
}

#partners .col-md-3 p {
  color: #ddd;
  letter-spacing: 0.05em;
  z-index: 1;
  position: relative;
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
}

#join {
  overflow: hidden;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}
#join .row .col-md-6 {
  padding: 1rem;
  background-color: #efefef;
  position: relative;
}
#join .row .col-md-6:last-child {
  background: linear-gradient(0deg, #0f2941 0%, #00182f 100%);
}

#join .row .col-md-6 table {
  margin: 2rem 1rem;
  width: auto;
}

#join .row .col-md-6:first-child table {
  margin-top: 13rem;
}

#join .row .col-md-6 table td {
  border: none;
  padding: 1.5rem 1rem;
}

#join .row .col-md-6 table td:first-child {
  width: 60px;
  text-align: center;
  vertical-align: baseline;
}

#join .row .col-md-6 table td h3 {
  margin: 0;
  font-size: 18px;
  z-index: 0;
  position: relative;
  font-family: "Roboto-Thin";
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
}

#join .row .col-md-6:last-child table td h3 {
  color: #fff;
}

#join .row .col-md-6:last-child table td p {
  margin: 0.25rem 0;
  color: #aaa;
}

#join .row .col-md-6:first-child table td i {
  font-size: 46px;
  vertical-align: middle;
  color: #0b4b87;
  z-index: 1;
  position: relative;
}

#join .row .col-md-6:last-child table td i {
  font-size: 46px;
  vertical-align: middle;
  color: #f16622;
  z-index: 1;
  position: relative;
}
#join .row .col-md-6:first-child {
  border-top: 5px solid #0b4b87;
}

#join .row .col-md-6:last-child {
  border-top: 5px solid #f16622;
  background-color: #efefef;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
}

#join .row .col-md-6 i.fa-car-side,
#join .row .col-md-6 i.fa-chart-line {
  position: absolute;
  bottom: 2rem;
  right: 5rem;
  color: #ddd;
  font-size: 150px;
  opacity: 0.5;
}

#join .row .col-md-6 i.fa-chart-line {
  color: #001e3a;
}

#join .row .col-md-6 .btn {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  float: right;
  margin: 1rem;
  margin-right: 2rem;
}

#join .row .col-md-6:last-child .btn {
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  float: right;
  margin: 1rem;
  margin-right: 2rem;
}

#join .row .col-md-6:first-child h1 {
  position: relative;
  max-width: calc(100vw - 2rem);
  vertical-align: middle;
  padding: 1rem;
  background: linear-gradient(180deg, #103d68 0%, #031221 100%);
  color: #fff;
  justify-content: center;
  font-family: Roboto-Thin;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 16px;
  float: left;
  margin-left: 1rem;
  margin-right: 2rem;
  margin-top: -1rem;
  width: 130px;
  height: 110px;
  display: inline-flex;
  padding-top: 75px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

#join .row .col-md-6 h1 i {
  top: 1.25rem;
  left: calc(50% - 25px);
  font-size: 50px;
  display: block;
  position: absolute;
  right: 1rem;
}

#join .row .col-md-6:last-child h1 {
  position: relative;
  max-width: calc(100vw - 2rem);
  vertical-align: middle;
  padding: 0.5rem;
  background: linear-gradient(180deg, #ff7938 0%, #642707 100%);
  color: #fff;
  justify-content: center;
  font-family: Roboto-Thin;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 16px;
  margin-left: 1rem;
  margin-top: -1rem;
  width: 130px;
  height: 110px;
  display: inline-flex;
  padding-top: 75px;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

#join .row .col-md-6:last-child h1 i {
  top: 2rem;
  left: calc(50% - 21px);
  font-size: 42px;
}

#partners .col-md-3:last-child {
  border-bottom: none;
}

.quote {
  display: inline-block;
  margin: 3rem 1rem;
  overflow: hidden;
  text-align: left;
  padding: 0.5rem;
  padding-bottom: 2rem;
  letter-spacing: 0.05em;
  max-width: 100%;
  transition: all 0.2s ease-in-out;
}
.quote blockquote {
  background-color: #fff;
  border: solid 2px #555;
  display: inline-block;
  margin: 0;
  padding: 3rem;
  position: relative;
  border-radius: 20px;
}
.quote blockquote:before {
  background-color: #fff;
  bottom: -6%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -6%;
  transform: rotate(-15deg) skew(5deg);
}

.quote blockquote cite {
  display: block;
  text-align: right;
  margin-bottom: 1.5rem;
  color: #ca571e;
  font-size: 2rem;
}

.quote blockquote cite span {
  display: block;
  text-align: right;
  color: #555;
  font-size: 16px;
}

.quote blockquote cite:before {
  content: "- ";
}
.quote blockquote > * {
  position: relative;
  z-index: 1;
}
.quote p {
  font-size: 1.8rem;
  font-family: Roboto-Thin;
  color: #000;
  font-weight: 600;
}

.carousel-indicators [data-bs-target] {
  width: 18px;
  height: 18px;
  background-color: #ffe8bf;
  border-radius: 50% !important;
}

.carousel-indicators .active {
  background-color: #ca571e;
}

.icon {
  text-decoration: none;
}
.icon span {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  filter: invert(1);
  letter-spacing: 0.05em;
  font-family: Roboto-Thin;
}

.arrows {
  animation-delay: 5s;
  width: 80px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 10%;
  z-index: 1;
}

.arrows path {
  stroke: #333;
  fill: transparent;
  stroke-width: 1.5px;
  animation: arrow 5s infinite;
  -webkit-animation: arrow 5s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  stroke: rgb(255, 255, 255);
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}

.arrows path.a2 {
  stroke: rgb(255, 255, 255);
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
  stroke: rgb(255, 255, 255);
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.desc {
  text-align: center;
  padding: 2rem;
  padding-bottom: 0;
  color: #111;
  font-size: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.owl-item {
  display: block;
}

.language {
  right: 105px;
}

.language img {
  width: 30px;
}

#languageLink img {
  width: 40px;
  height: 30px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
  div.preloader .definition {
    top: 18%;
  }
  #action label span {
    font-size: 14px;
  }
  div.scroll {
    width: calc(100% - 400px);
  }
  #services .row div.serviceTitle {
    width: 400px;
    max-width: 100%;
  }
  #services .row:first-child {
    padding-left: 1rem;
    position: relative;
  }
  #services #right {
    right: 0rem;
  }

  #services .navigateService {
    top: 160px;
  }

  #services #left {
    left: 420px;
  }

  #services .row div.serviceTitle h1,
  #services .row div.serviceTitle p,
  #services .row div.serviceTitle div {
    text-align: left;
    width: auto;
    padding-left: 0;
  }
  #services .row div.serviceTitle img {
    margin-right: 3rem;
  }
  #services .row div.serviceTitle div {
    justify-content: flex-start;
  }
  #about .row .col-md-12 p {
    font-size: 23px;
  }
  div.preloader .service-title {
    bottom: 180px;
    font-size: 24px;
    bottom: 170px;
  }
  div.preloader .service-title:before {
    bottom: 0;
  }
  div.preloader .definition a,
  #services a,
  #action a {
    margin-top: 3rem;
  }
  #partners .row .col-md-12:last-child:before {
    bottom: -22%;
  }

  #about .row .col-md-12 {
    height: auto;
    text-align: center;
    overflow: visible;
  }
  #about .row div.more {
    display: none;
  }
  #partners h1 {
    margin-top: 0;
  }

  #partners .row .col-md-12 a {
    margin: 2rem;
    width: 120px;
    padding-top: 22px;
    height: 120px;
    font-size: 14px;
  }
  .accordian ul li div i {
    width: 60px;
  }
  .image_title {
    display: block;
  }
  .bannerFooter .col-md-6 {
    font-size: 28px;
  }

  #partners .col-md-3 {
    width: 40%;
    height: 200px;
  }

  #project:before {
    bottom: -15%;
  }

  .image_title a {
    font-size: 20px;
  }

  .accordian ul li div {
    padding-left: 2rem;
  }

  .accordian ul li div h3 {
    min-width: 40vw;
    font-size: 20px;
  }

  .accordian ul li:last-child div h3 {
    border-bottom: 1px solid #ddd;
  }
  .accordian ul li div .btn {
    width: 150px;
    margin-left: 0;
  }

  .accordian ul li div p {
    padding-left: 7rem;
    width: 45vw;
    margin-top: 0.5rem;
  }

  #project {
    padding-top: 5rem;
    margin-bottom: -1rem;
  }

  .bannerTitle a {
    font-size: 1.4rem;
  }
  .bannerTitle .bounce {
    background: linear-gradient(
      180deg,
      rgb(255 242 210) 0%,
      rgba(255, 255, 255, 0.4) 100%
    );
  }
  .bannerTitle .bounce:before {
    content: none;
  }
  #partners .row .col-md-12 a img {
    height: 50px;
    padding: 0;
  }
  footer .copyright {
    font-size: 14px;
  }
  .preloader .split-screen img {
    width: 380px;
    left: 670px;
    bottom: 4rem;
  }
  .preloader .split-screen h1 {
    font-size: 40px;
    width: 350px;
    bottom: 16rem;
    left: 1070px;
    text-align: left;
  }

  .preloader .split-screen p {
    position: absolute;
    left: 1075px;
    bottom: 10.75rem;
    text-align: left;
  }
  .preloader .container img.animated {
    animation-duration: 5s !important;
    animation-duration: 0.1s;
  }

  #join .row .col-md-6 i.fa-car-side,
  #join .row .col-md-6 i.fa-chart-line {
    bottom: 5rem;
    right: 8rem;
    font-size: 200px;
  }

  #about .row .col-md-12 p {
    padding-bottom: 0.5rem;
  }

  .accordian a i {
    font-size: 20px;
  }
  #services .row:first-child {
    height: 610px;
  }
}

@media (min-width: 820px) {
  #action label span {
    font-size: 15px;
  }
  #partners .row .col-md-12:last-child:before {
    bottom: -25%;
  }
  #services .row:first-child {
    padding-left: 5rem;
  }
  #services #right {
    right: 1.5rem;
  }
  #services #left {
    left: 456px;
  }
}
@media (min-width: 912px) {
  .headerRow nav ul li:last-child,
  .headerRow nav ul li:nth-child(6) {
    display: flex;
  }
  #action label span {
    font-size: 16px;
  }
  #services #right {
    right: 1rem;
  }
  .headerRow {
    max-width: 98%;
  }
  #about .row .col-md-12 p {
    font-size: 28px;
  }
  .preloaderHeight {
    transition: all 1s ease-in-out;
    height: calc(100% - 120px) !important;
  }
  .headerRow nav ul li {
    height: auto;
    display: flex;
    align-items: center;
  }
  .headerRow nav ul li.active a {
    font-weight: 600;
  }
  #header,
  .headerRow {
    height: 120px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: all 1s ease-in-out;
  }
  div.preloader {
    max-height: calc(100% - 120px);
  }
  div.preloader .definition {
    top: 200px;
  }
  div.preloader .definition p:first-child {
    font-size: 40px;
    line-height: 1.5;
  }

  div.preloader .definition p:nth-child(2),
  div.preloader .definition p:nth-child(3) {
    font-size: 2rem;
    width: 50%;
    min-width: 500px;
  }
  div.preloader .definition p:nth-child(2) {
    font-size: 2.5rem;
  }
  div.preloader .container .bannerTitle .card .detail {
    padding-left: 2rem;
  }
  #join .row .col-md-6 i.fa-car-side,
  #join .row .col-md-6 i.fa-chart-line {
    font-size: 300px;
  }
  .header-menu-toggle {
    right: 3.5rem;
  }
  .icon {
    top: 24px !important;
  }
  .carousel-item img {
    height: auto !important;
  }
  .carousel-caption {
    height: 100% !important;
    left: -50%;
    width: 38%;
    max-width: 400px;
    top: 0 !important;
  }
  .active .carousel-caption {
    width: 38%;
    max-width: 400px;
  }
  .carousel-caption .container div.pointer {
    right: -16px;
    top: 10%;
    transform: none;
  }
  #home {
    margin-top: 13.5rem;
  }
  .header-logo {
    display: none;
  }
  .headerRow {
    padding: 1rem 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .headerRow a {
    align-items: center;
    display: none;
    justify-content: center;
    text-decoration: none;
  }
  .headerRow a:first-child {
    display: block;
  }
  .headerRow h1 {
    display: inline-flex;
    margin: 0;
    margin-left: 1.15rem;
    margin-top: 0.5rem;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 170ppx;
    font-family: Cloister, sans-serif;
    color: #333;
  }
  .headerRow span {
    display: inline-block;
    margin-left: 1rem;
    color: #333;
    line-height: 1;
    padding-bottom: 3px;
    padding-left: 1rem;
    border-left: 1px solid #bbb;
    font-weight: 600;
  }
  .headerRow .row:nth-child(3) {
    margin-top: 1rem;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .header-scroll {
    margin-top: -7rem !important;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  }
  .header-scroll .headerRow #header-nav-wrap {
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  }

  .header-scroll .headerRow #header-nav-wrap ul li a {
    color: #222;
  }
  .header-scroll .headerRow #header-nav-wrap ul li.active a {
    color: #000;
  }

  .icon:hover {
    transform: translateY(-2px) !important;
  }

  .header-scroll .headerRow .icon {
    top: 10px;
  }
  #product div h1:before,
  #news div h1:before {
    left: 1rem !important;
    width: calc(100% - 1rem);
  }
  footer .row {
    padding-bottom: 1rem !important;
  }
  div.preloadercontent .row .col-md-6:first-child {
    justify-content: flex-end;
    border-right: 1px solid #444;
    padding: 0 7rem;
  }
  div.preloadercontent .row .col-md-6:last-child {
    padding: 4rem;
    text-align: left;
  }
  div.preloadercontent .row .col-md-6:last-child img {
    margin: 0;
  }
  .preloader .container .content img {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .preloader .container .content p {
    font-size: 26px !important;
    letter-spacing: 0.2em;
  }
  .preloader .background-image {
    background-image: url(../img/bg2.jpg) !important;
  }
  .bannerTitle a {
    font-size: 1.6rem;
  }
}

@media (min-width: 1024px) {
  #action label span {
    font-size: 18px;
  }
  .carousel-item img {
    height: auto !important;
  }
  .preloader .container img#bg {
    min-width: 100vw;
  }
  #partners .row .col-md-12:last-child:before {
    left: calc(50% - 512px);
  }
}
@media (min-width: 1400px) {
  .headerRow nav ul li {
    margin: 0 40px 0 0;
  }
}
:root {
  --no-of-slides: 10;
  --slides-in-view: 10;
  --slide-width: 200px;
  --slide-height: 300px;
  --iteration-time: 20s;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--slide-width) * var(--no-of-slides) * -1));
  }
}

.carousel__wrapper {
  display: flex;
  align-items: center;
  width: calc(var(--slides-in-view) * var(--slide-width));
  overflow: hidden;
  margin: 0 auto;
  margin-top: 3rem;
}

.carousel__slide {
  animation: scroll var(--iteration-time) linear infinite;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: var(--slide-width);
  height: var(--slide-height);
  box-sizing: border-box;
}

.carousel__image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.25);
  border: 1px solid #ccc;
  margin: 15px 20px;
  border-radius: 10px;
}

.animate-charcter {
  background: linear-gradient(-45deg, #da8133, #cf8471, #dba642);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.login {
  width: 22px;
}
footer table {
  margin: 1.5rem 0 !important;
}

footer table td {
  border: none;
  padding: 0.75rem 0.25rem;
}

footer table td:first-child {
  vertical-align: text-top;
  padding-top: 1rem;
}

footer table td a {
  text-decoration: none;
  margin: 0 !important;
  display: contents;
}

footer table td img {
  width: 20px;
  margin-right: 1rem;
}

.preloader_initial {
  max-height: 100dvh !important;
}

.textshadow-primary {
  text-shadow: 2px 2px #f3b57d;
}

.text-grandcru {
  font-family: GrandCru, sans-serif;
}

.text-opensans {
  font-family: OpenSans, sans-serif;
}

.text-crimsonpro {
  font-family: CrimsonPro, sans-serif;
}

.text-cormorantgaramond {
  font-family: CormorantGaramond, sans-serif;
}

.text-juliussansone {
  font-family: JuliusSansOne, sans-serif;
}

.text-tenorsans {
  font-family: TenorSans, sans-serif;
}
