@charset "utf-8";
@font-face {
  font-family: "Aileron";
  src: url(./fonts/Aileron-Regular.eot);
  src: url("./fonts/Aileron-Regular.eot?#iefix") format("embedded-opentype"),
    url(./fonts/Aileron-Regular.woff2) format("woff2"),
    url(./fonts/Aileron-Regular.woff) format("woff"),
    url(./fonts/Aileron-Regular.ttf) format("truetype"),
    url("./fonts/Aileron-Regular.svg#Aileron-Regular") format("svg");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url(./fonts/Aileron-Bold.eot);
  src: url("./fonts/Aileron-Bold.eot?#iefix") format("embedded-opentype"),
    url(./fonts/Aileron-Bold.woff2) format("woff2"),
    url(./fonts/Aileron-Bold.woff) format("woff"),
    url(./fonts/Aileron-Bold.ttf) format("truetype"),
    url("./fonts/Aileron-Bold.svg#Aileron-Bold") format("svg");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url(./fonts/Aileron-SemiBold.eot);
  src: url("./fonts/Aileron-SemiBold.eot?#iefix") format("embedded-opentype"),
    url(./fonts/Aileron-SemiBold.woff2) format("woff2"),
    url(./fonts/Aileron-SemiBold.woff) format("woff"),
    url(./fonts/Aileron-SemiBold.ttf) format("truetype"),
    url("./fonts/Aileron-SemiBold.svg#Aileron-SemiBold") format("svg");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Aileron";
  src: url(./fonts/Aileron-Thin.eot);
  src: url("./fonts/Aileron-Thin.eot?#iefix") format("embedded-opentype"),
    url(./fonts/Aileron-Thin.woff2) format("woff2"),
    url(./fonts/Aileron-Thin.woff) format("woff"),
    url(./fonts/Aileron-Thin.ttf) format("truetype"),
    url("./fonts/Aileron-Thin.svg#Aileron-Thin") format("svg");
  font-weight: 300;
  font-display: swap;
}
:root {
  --cursor-stroke: #ffffff;
  --cursor-fill: none;
  --cursor-stroke-width: 1px;
  --white: #ffffff;
  --black: #000000;
  --blue-d: #161827;
  --blue: #485e88;
  --grey: #919191;
  --all-fast: all 0.3s;
  --all-medium: all 0.5s;
  --all-slow: all 0.8s;
  --offset: -30vh;
  --radius-small: 4px;
  --radius: 0px;
  --rotation: 0deg;
  --gap: 2.5vw;
  --grid-item-width: 32vw;
  --ratio: 1.3;
}
.white {
  color: #fff !important;
}
#smooth-wrapper {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
*,
ul,
ol,
li,
a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Aileron";
  font-weight: 300;
  line-height: 1.4;
  color: inherit;
  color: var(--blue-d);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aileron";
  color: #000;
}
input,
input:focus,
textarea,
textarea:focus,
.form-control,
.form-control:focus {
  box-shadow: none;
  outline: none;
  background: #fff0;
  border-color: rgb(var(--purple) / 100%);
  color: rgb(var(--black) / 70%);
}
input:focus,
textarea:focus,
.form-control:focus {
  box-shadow: none !important;
  border-bottom: 1px solid var(--blue);
}
*,
a,
a:active,
a:focus,
a:hover,
button:hover,
button:focus {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
button {
  background: #fff0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: none;
  outline: none;
  border: none;
}
a {
  display: inline-flex;
  flex-flow: row wrap;
}
a:hover {
  color: inherit;
}
body {
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  width: 100%;
  position: relative;
  font-family: "Aileron";
  font-weight: 300;
  color: var(--blue-d);
  z-index: 1;
  overflow-x: hidden;
  transition: var(--all-slow);
}
body p {
  font-size: 18px;
  line-height: 1.2;
  color: var(--blue-d);
  margin-bottom: 20px;
  font-weight: 300;
  font-family: "Aileron";
}
span {
  display: inline-block;
}
.no-scroll {
  overflow: hidden;
}
::-moz-selection {
  color: var(--black);
  background: var(--white);
}
::selection {
  color: var(--black);
  background: var(--white);
}
::-webkit-scrollbar {
  width: 10px;
  display: none;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgb(255 255 255 / 0.95);
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 15px;
}
@media (any-pointer: fine) {
  .cursor {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
  }
  .cursor__inner {
    fill: var(--cursor-fill);
    stroke: var(--cursor-stroke);
    stroke-width: var(--cursor-stroke-width);
  }
}
.barContainer {
  position: fixed;
  top: 0;
  right: 0;
  width: 5px;
  height: 100vh;
  box-shadow: inset 0 0 3px rgb(255 255 255 / 0.95);
  background: var(--black);
  border-radius: 15px;
  z-index: 999;
  pointer-events: none;
}
.bar {
  height: 20%;
  width: 100%;
  background-color: #888;
  border-radius: 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .container-fluid {
    max-width: calc(100% - 180px);
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1480px;
    position: relative;
    z-index: 1;
  }
}
.form-control::-webkit-input-placeholder {
  color: rgb(0 0 0 / 0.5);
}
.form-control::-moz-placeholder {
  color: rgb(0 0 0 / 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgb(0 0 0 / 0.5);
}
.form-control::-ms-input-placeholder {
  color: rgb(0 0 0 / 0.5);
}
.form-control::placeholder {
  transition: var(--all-fast);
  color: rgb(0 0 0 / 0.5);
}
.form-group {
  margin-bottom: 30px;
  position: relative;
}
::placeholder {
  font-size: 18px;
  font-weight: 400;
  font-family: "Aileron";
}
.datetime-placeholder {
  width: 80%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  color: rgb(0 0 0 / 0.5);
  font-weight: 400;
  font-family: "Aileron";
  position: absolute;
  background: #f5f5f5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
label {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
  padding: 12px 0;
  width: 100%;
  transition: 0.3s;
}
label span {
  color: red;
}
.form-control {
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  color: var(--black);
  line-height: 1.5;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d1d3d4;
  padding: 15px 0;
  appearance: none;
  -webkit-appearance: none;
  background: #fff0;
}
.form-control:focus ~ label,
.form-control:not(:placeholder-shown) ~ label {
  font-size: 14px;
  transform: translateY(-20px);
}
.form-control:focus,
.form-select:focus {
  color: var(--black, #252324);
  background: #fff0;
  border-bottom: 1px solid rgb(0 0 0 / 0.4);
  outline: none;
  box-shadow: none;
}
select.form-control:not([size]):not([multiple]),
textarea.form-control {
  height: auto;
}
.form-select {
  background: #fff0 url(../images/icons/dropdown-arrow-black.svg) right center
    no-repeat;
  background-size: 10px;
  color: var(--black, #252324);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.3px;
  padding: 12px 0;
  padding-right: 15px;
  border-bottom: 1px solid rgb(94 95 97 / 10%);
  border-radius: 0;
  cursor: pointer;
}
.form-select:focus {
  background: #fff0 url(../images/icons/dropdown-arrow-black.svg) right center
    no-repeat;
  background-size: 10px;
}
.form-control:focus + .link__graphic--slide {
  transform: translate3d(-66.6%, 0, 0);
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
select.form-control:not([size]):not([multiple]),
textarea.form-control {
  height: auto;
}
textarea {
  resize: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.img-box {
  display: flex;
  flex-flow: row wrap;
}
img,
.svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loader-container {
  position: fixed;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999999;
  transition: var(--all-medium);
}
.circular-progress {
  position: relative;
  height: 164px;
  width: 164px;
  border-radius: 50%;
  background: conic-gradient(#666 3.6deg, #ddd 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 1s ease-in-out;
}
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  padding: 20px;
  animation: rotate360 10s linear infinite;
}
.loader img {
  width: 60px;
  height: auto;
  object-fit: contain;
}
.progress-value {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  font-size: 20px;
}
.loader-container.hidden {
  pointer-events: none;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#smooth-content,
section {
  position: relative;
}
.section--title {
  font-size: 38px;
  font-weight: 300;
  color: var(--black);
  font-family: "Aileron";
  margin-bottom: 20px;
}
.section--subtitle {
  font-size: 18px;
  font-family: "Aileron";
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section--title--grp {
  margin-bottom: 60px;
}
.section--title.white {
  color: var(--white);
}
.section--subtitle.white {
  color: var(--white);
}
.button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  position: relative;
  transition: all 0.5s;
}
.brand--section .container {
  position: relative;
  z-index: 1;
}
.button span {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--white);
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Aileron";
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.button span .svg {
  width: 7px;
  transition: all 0.4s;
  margin-left: 10px;
}
.button:hover span .svg {
  margin-left: 16px;
}
.button--white {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  position: relative;
  transition: all 0.5s;
}
.button--white span {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--blue);
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Aileron";
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.button--white span .svg {
  width: 7px;
  margin-left: 10px;
}
.button--white:hover span .svg {
  margin-left: 16px;
}
.button--black {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  position: relative;
  transition: all 0.5s;
}
.button--black span {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--black);
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Aileron";
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.button--black span .svg {
  width: 7px;
  margin-left: 10px;
}
.button--black:hover span .svg {
  margin-left: 16px;
}
.button--black span .svg path {
  fill: var(--black);
}
.fill--btn {
  padding: 10px 30px;
  border-radius: 50px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.fill--btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(
    to bottom,
    rgb(50 66 86) 0%,
    rgb(69 94 110) 26%,
    rgb(122 168 179) 69%,
    rgb(107 148 158) 100%
  );
  transition: all 0.6s;
}
.fill--btn span {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
}
.fill--btn:hover:before {
  background: linear-gradient(
    to top,
    rgb(50 66 86) 0%,
    rgb(69 94 110) 26%,
    rgb(122 168 179) 69%,
    rgb(107 148 158) 100%
  );
}
img {
  width: 100%;
}
.Container {
  width: 1400px;
  max-width: 1400px;
}
.fade-in-left {
  transform: translateX(-100px);
  opacity: 0;
}
.fade-in-right {
  transform: translateX(100px);
  opacity: 0;
}
.header {
  padding: 16px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 111;
  transition: var(--all-medium);
}
.header .container {
  max-width: 96%;
}
.header.active {
  padding: 10px 0;
  background: rgb(0 0 0 / 0.7);
  backdrop-filter: blur(5px);
}
.header .logo--wrap .logo .logo1 {
  transition: all 0.3s;
  clip-path: inset(0% 0% 0% 0%);
}
.header .logo--wrap .logo .sticky-logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  clip-path: inset(0% 0% 100% 0%);
  opacity: 0;
  transition: all 0.6s;
}
.header.active .logo--wrap .logo .sticky-logo {
  opacity: 1;
  clip-path: inset(0% 0% 0% 0%);
}
.header.active .logo--wrap .logo .logo1 {
  opacity: 0;
  clip-path: inset(100% 0% 0% 0%);
  transition: all 0.6s;
}
.header .logo--wrap {
  display: flex;
  align-items: center;
}
.header .logo--wrap .logo {
  width: 100px;
  display: inline-flex;
  position: relative;
  transition: all 0.6s;
}
.header.active .logo--wrap .logo {
  width: 50px;
}
.header .logo--wrap .header--text {
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 21px;
  position: relative;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}
.header.active .logo--wrap .header--text {
  margin-left: 0;
  opacity: 0;
}
.hamburger--menu {
  display: block;
  margin-left: auto;
}
.hamburger--menu img {
  width: 28px;
  margin-right: 8px;
}
.fullscreen {
  width: 100%;
  position: fixed;
  background-size: cover;
  height: 100vh;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
.fullscreen.active {
  opacity: 1;
  pointer-events: all;
}
.fullscreen:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
  display: none;
  height: 100%;
  background: rgb(0 0 0 / 0.6);
  transition: all 0.4s;
  backdrop-filter: blur(3px);
}
.fullscreen.active:after {
  display: block;
}
.fullscreen {
  background: linear-gradient(
    to bottom,
    rgb(0 0 0) 5%,
    rgb(10 13 17) 16%,
    rgb(50 66 86) 38%,
    rgb(69 94 110) 50%,
    rgb(107 148 158) 80%
  );
}
.fullscreen .container {
  width: 100%;
}
.fullscreen.active .close {
  position: absolute;
  right: 100px;
  top: 50px;
  width: 30px;
  height: 30px;
  z-index: 9;
  opacity: 1;
}
.fullscreen .close img {
  width: 30px;
  filter: brightness(1) invert(1);
}
.fullscreen.active .close::before {
  transform: rotate(45deg);
}
.fullscreen.active .close:after {
  transform: rotate(-45deg);
}
.fullscreen.active {
  right: 0;
  transition: all 0.8s;
}
.hamburger {
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
  justify-content: center;
  width: 30px;
  height: 35px;
}
.hamburger span {
  width: 30px;
  height: 2px;
  background: var(--white);
  text-align: right;
  margin-left: auto;
  display: inline-flex;
  transition: all 0.5s;
  border-radius: 5px;
}
.hamburger span:nth-child(1) {
  width: 25px;
  height: 2px;
}
.hamburger span:nth-child(3) {
  width: 18px;
  height: 2px;
}
.header.black--header .hamburger span {
  background: var(--black);
}
.header.active.black--header .hamburger span {
  background: var(--white);
}
.header.black--header .logo--wrap .header--text {
  color: #000;
}
.hamburger.active {
  grid-gap: 0;
}
.hamburger.active span:nth-child(2) {
  display: none;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(48deg);
  margin-top: 2px;
  transform-origin: center;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-48deg);
  transform-origin: center;
}
.hamburger--content ul li .link {
  position: relative;
}
.custom-dropdown .dropdown-submenu {
  display: none;
}
.custom-dropdown .dropdown-submenu li a {
  font-size: 20px;
}
.custom-dropdown .dropdown-submenu li:hover a {
  color: #aecb0a;
}
.custom-dropdown .dropdown-submenu li:last-child {
  padding-bottom: 0;
}
.custom-dropdown .dropdown-submenu li {
  border-bottom: 1px solid rgb(var(--yellow) / 10%);
}
.custom-dropdown .dropdown-submenu li {
  padding: 20px 0;
}
.custom-dropdown .drop-btn {
  position: relative;
}
.custom-dropdown .drop-btn .svg {
  width: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  transition: all 0.3s;
}
.custom-dropdown.active .drop-btn .svg {
  transform: rotate(180deg);
}
.fullscreen.active .hamburger-content ul > li .dropdown-submenu ul li {
  animation: none;
}
.mobile--menu--wrap {
  width: 100%;
  display: flex;
  background: #fff;
  height: 100%;
}
.mobile--menu--wrap .mob--half {
  width: 60%;
  display: flex;
  flex-flow: row wrap;
}
.mobile--menu--wrap .mob--half2 {
  width: 40%;
  display: block;
  padding: 60px 60px 60px 60px;
  position: relative;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0) 5%,
    #0a0d11 16%,
    #334357 38%,
    #455e6e 50%,
    #6b949e 80%
  );
}
.mobile--menu--wrap .mob--half .mob--div {
  width: 50%;
  flex: 0 0 auto;
  position: relative;
}
.mobile--menu--wrap .mob--half .mob--div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
}
.mobile--menu--wrap .mob--half2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
  top: 0;
  right: 0;
  background: #333;
  transition-delay: 0.8s;
}
.fullscreen .mobile--menu--wrap .mob--half .mob--div.mob--logo--div:before {
  top: 0;
  left: 0;
  background: var(--blue);
  transition-delay: 0.2s;
}
.fullscreen .mobile--menu--wrap .mob--half .mob--div.mob--img:before {
  top: 0;
  left: 0;
  background: var(--blue-d);
  transition-delay: 0.4s;
}
.fullscreen .mobile--menu--wrap .mob--half .mob--div.mob--about--div:before {
  bottom: 0;
  left: 0;
  background: var(--black);
  transition-delay: 0.5s;
}
.fullscreen .mobile--menu--wrap .mob--half .mob--div.mob--address:before {
  bottom: 0;
  right: 0;
  background: var(--blue);
  transition-delay: 0.6s;
}
.fullscreen.active
  .mobile--menu--wrap
  .mob--half
  .mob--div.mob--logo--div:before {
  width: 0;
}
.fullscreen.active .mobile--menu--wrap .mob--half .mob--div.mob--img:before {
  height: 0;
}
.fullscreen.active
  .mobile--menu--wrap
  .mob--half
  .mob--div.mob--about--div:before {
  height: 0;
}
.fullscreen.active
  .mobile--menu--wrap
  .mob--half
  .mob--div.mob--address:before {
  width: 0;
}
.fullscreen.active .mobile--menu--wrap .mob--half2:before {
  height: 0;
}
.mobile--menu--wrap .mob--half .mob--logo--div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60%;
}
.mobile--menu--wrap .mob--half .mob--logo--div a {
  display: inline-block;
  text-align: center;
}
.mobile--menu--wrap .mob--half .mob--logo--div img {
  width: 40%;
  height: auto;
}
.mobile--menu--wrap .mob--half .mob--img {
  height: 60%;
}
.mobile--menu--wrap .mob--half .mob--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile--menu--wrap .mob--half .mob--about--div {
  width: 50%;
  height: 40%;
  flex: 0 0 auto;
  background: #f2f2f2;
  padding: 50px;
}
.mobile--menu--wrap .mob--half .mob--about--div .mob-title {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Aileron";
}
.mobile--menu--wrap .mob--half .mob--address {
  width: 50%;
  height: 40%;
  flex: 0 0 auto;
  padding: 50px;
}
.mobile--menu--wrap .mob--half .mob--address .contact--info {
  display: flex;
  align-items: center;
  flex-flow: nowrap;
}
.mobile--menu--wrap .mob--half .mob--address .contact--info .whatapp--icon {
  width: 40px;
  height: auto;
  margin-right: 20px;
  filter: brightness(0) invert(0);
}
.mobile--menu--wrap .mob--half .mob--address .contact--info .number--grp {
  display: flex;
  align-items: center;
}
.mobile--menu--wrap .mob--half .mob--address .contact--info .big--no {
  font-size: 46px;
  font-weight: 500;
  display: flex;
  color: var(--black);
  line-height: 1;
}
.mobile--menu--wrap .mob--half .mob--address .contact--info .big--no img {
  width: 55px;
  filter: brightness(0) invert(0);
}
.mobile--menu--wrap .mob--half .mob--address .contact--info .small--no {
  font-size: 34px;
  font-weight: 400;
  color: var(--black);
  flex: 0 0 auto;
  line-height: 1;
}
.mobile--menu--wrap
  .mob--half
  .mob--address
  .contact--info
  .address--grp
  .small--no {
  font-weight: 400;
  font-size: 23px;
}
.mobile--menu--wrap .mob--half .mob--address .contact--info .address--grp {
  margin-left: 4px;
}
.mobile--menu--wrap
  .mob--half
  .mob--address
  .contact--info
  .address--grp
  .number--text {
  font-size: 20px;
}
.mobile--menu--wrap .mob--half .mob--address .address--grp {
  margin-right: 10px;
}
.mobile--menu--wrap
  .mob--half
  .mob--address
  .contact--info
  .small--no
  .number--text {
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.mobile--menu--wrap .mob--half .mob--address ul li img {
  width: 40px;
  margin-right: 20px;
}
.mobile--menu--wrap .mob--half .mob--address ul li {
  margin-top: 20px;
}
.mobile--menu--wrap .mob--half .mob--address ul li,
.mobile--menu--wrap .mob--half .mob--address ul li a {
  font-size: 24px;
  font-weight: 500;
}
.mobile--menu--wrap .mob--half2 .hamburger--content .footer--div {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .footer--title2 {
  width: auto;
  margin-right: 30px;
  color: #d9d9d9;
  font-size: 25px;
  font-family: "Aileron";
  font-weight: 400;
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .footer--links
  li {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .footer--links
  li
  a {
  display: inline-flex;
  align-items: center;
  transition: all 0.4s;
  position: relative;
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .footer--links
  li
  a:hover {
  color: #b5eafd;
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .footer--links
  li
  .sub--dropdown
  li {
  margin-bottom: 7px;
  display: flex;
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .footer--links
  li
  .sub--dropdown
  li
  a {
  font-size: 20px;
  padding: 0 20px;
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .footer--links
  li
  .sub--dropdown {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .footer--links
  li
  .sub--dropdown
  li
  a:after {
  display: none;
}
.dropdown--wrapper .sub--dropdown {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 300px;
  border-radius: 8px;
  display: none;
  background: rgb(0 0 0 / 0.5);
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .footer--links
  li
  a
  .dropdown--item {
  width: 8px;
  margin-top: 7px;
  margin-left: 10px;
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .footer--links
  li
  .sub--dropdown
  a:hover {
  color: #b5eafd;
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .footer--links
  li
  a,
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .footer--links
  li {
  color: var(--white);
  font-size: 35px;
  font-weight: 400;
  font-family: "Aileron";
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .social--links {
  display: flex;
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .social--links
  li
  a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 50%;
  transition: all 0.4s;
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .social--links
  li
  a:hover {
  background: var(--blue);
  color: var(--black);
}
.mobile--menu--wrap
  .mob--half2
  .hamburger--content
  .footer--div
  .social--links
  li
  a
  .svg {
  width: 38px;
  height: auto;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .banner--video {
  width: 100%;
  height: 100vh;
}
.banner .banner--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner--content {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 100px;
  left: 0;
}
.banner .banner--content .banner--text {
  width: 55%;
}
.banner .banner--content .banner--text .title {
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--white);
  font-family: "Aileron";
}
.banner .banner--content .banner--text p {
  color: rgb(255 255 255 / 0.95);
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 25px;
  width: 75%;
}
.banner .banner--content .subtitle {
  font-size: 25px;
  font-weight: 200;
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 40px;
}
.scroll--down {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.arrow {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  transform: translate3d(-50%, -50%, 0);
}
.arrow-first {
  animation: arrow-movement 2s ease-in-out infinite;
}
.arrow-second {
  animation: arrow-movement 2s 1s ease-in-out infinite;
  margin-top: 12px;
}
.arrow:before,
.arrow:after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
}
.arrow:before {
  transform: rotate(45deg) translateX(-23%);
  transform-origin: top left;
}
.arrow:after {
  transform: rotate(-45deg) translateX(23%);
  transform-origin: top right;
}
@keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 45%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.about--sec {
  position: relative;
  padding: 150px 0 300px 0;
  overflow: hidden;
  margin-top: 100px;
  background: #000;
}
.about--sec p {
  color: #fff;
}
.about--sec .about--banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
}
.team-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why--section {
  width: 100%;
  margin-top: 70px;
}
.why--section p {
  padding-left: 50px;
}
.about--sec .logo--icon {
  position: absolute;
  width: 220px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.solution--section {
  padding: 120px 0;
  background: var(--white);
}
.solution--section .section--title--grp {
  text-align: center;
}
.solution--section .row.service--row {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
}
.solution--section .row.service--row .card {
  justify-content: flex-end;
}
.card {
  position: relative;
  overflow: hidden;
  padding: 50px 50px 50px 50px;
  height: 400px;
  transition: all 0.4s;
}
.card .card--image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 4s;
}
.service--row .card:hover {
  transform: scale(0.95);
}
.service--row .card:hover .card--image {
  transform: scale(1.2);
}
.card .card--image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 0.96) 4%,
    rgb(15 13 13 / 0.5) 26%,
    rgb(32 29 29 / 0.29) 39%,
    #fff0 100%
  );
  transition: all 0.5s;
}
.card .card--image img {
  object-position: center right;
}
.card .card--body {
  position: relative;
  z-index: 1;
  width: 100%;
}
.card .card--body .card--title {
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
  font-family: "Aileron";
}
.card .card--body p {
  color: rgb(255 255 255 / 0.95);
  width: 50%;
}
.card .card--body .list li {
  color: rgb(255 255 255 / 0.95);
  margin-bottom: 6px;
  font-size: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
.card .card--body .list {
  padding-left: 20px;
}
.card .card--body .button--white span {
  color: var(--white);
}
.card .card--body .button--white span .svg path {
  fill: var(--white);
}
.service--row .card {
  transform: translateY(30px);
  opacity: 0;
}
.card.service--card .card--image .mob--img {
  display: none;
}
.solution--section .btn-grp {
  margin-top: 80px;
  text-align: center;
}
.solution--section .button--black svg path {
  fill: #000;
}
.awards--section {
  position: relative;
  overflow: hidden;
  padding: 190px 0;
}
.awards--banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.awards--section .awrad--text--grp .gcc--logo {
  width: 150px;
  display: inline-block;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #757575;
  margin-top: 20px;
}
.awards--section .awrad--text--grp p {
  color: rgb(255 255 255 / 0.95);
}
.awards--section .awrad--text--grp p:last-child {
  margin-bottom: 0;
}
.design--process {
  padding: 120px 0;
  background: var(--white);
}
.design--process .section--title--grp {
  text-align: center;
}
.design--process ul {
  overflow: hidden;
}
.design--process ul li .card {
  padding: 30px 30px 30px 30px;
  height: 100%;
  min-height: 470px;
  border-radius: 0;
  overflow: visible;
  justify-content: flex-end;
}
.design--process ul li .card:before {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  height: 100%;
  width: 2px;
  height: 100%;
  background: #fff;
}
.design--process ul li .card:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 12.8%;
  height: 21px;
  width: 21px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  z-index: 111111;
  border-bottom-right-radius: 3px;
}
.design--process ul li:first-child .card:before {
  z-index: 111111;
}
.design--process ul li:nth-child(2) .card:before {
  z-index: 11111;
}
.design--process ul li:nth-child(3) .card:before {
  z-index: 1111;
}
.design--process ul li:first-child .card,
.design--process ul li:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.design--process ul li:first-child .card .card--image--bg {
  border: none;
}
.design--process ul li:last-child .card,
.design--process ul li:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.design--process ul li .card .card--body p {
  width: 100%;
  font-size: 16px;
}
.design--process ul li .card .card--body p:last-child {
  margin-bottom: 0;
}
.design--process ul li .card .card--body {
  z-index: 111111;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.design--process ul li .card .card--body .card--title {
  font-size: 22px;
}
.design--process ul li .card .card--image--bg {
  width: 105%;
  height: 100%;
  border-left: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  clip-path: polygon(96% 0, 96% 12%, 100% 15%, 96% 18%, 96% 100%, 0 100%, 0 0);
  transition: all 0.3s;
}
.design--process ul li:first-child .card .card--image--bg {
  z-index: 111111;
}
.design--process ul li:nth-child(2) .card .card--image--bg {
  z-index: 11111;
}
.design--process ul li:nth-child(3) .card .card--image--bg {
  z-index: 1111;
}
.design--process ul li:last-child .card .card--image--bg {
  display: none;
}
.brand--section {
  padding: 0 0 100px 0;
  position: relative;
}
.logo-icon-left {
  width: 360px;
  height: auto;
  position: absolute;
  bottom: -120px;
  left: 220px;
}
.logo-icon-left img {
  width: 100%;
  object-fit: contain;
}
.logo-icon-right {
  width: 360px;
  height: auto;
  position: absolute;
  bottom: -120px;
  right: 220px;
}
.logo-icon-right img {
  width: 100%;
  object-fit: contain;
}
.brand--section .section--title--grp {
  margin-bottom: 40px;
}
.brand--section .brand--banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 150px);
}
.brand--section .link-text {
  font-size: 20px;
  font-weight: 300;
  color: rgb(255 255 255 / 0.95);
  margin-top: 30px;
  transition: all 0.3s;
}
.brand--section .link-text:hover {
  color: var(--blue);
}
.brand-logo {
  display: block;
}
.brand-logo img {
  width: 100%;
}
.brand--section .logo-icon {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.brand--section .logo-icon img {
  width: 100%;
}
.brand--section .brand--list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.brand--section .brand--list li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  position: relative;
  height: 100px;
}
.brand--section .brand--list li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgb(255 255 255 / 0.5);
}
.brand--section .brand--list li:nth-child(-n + 12):after {
  background: linear-gradient(to top, rgb(255 255 255 / 0.5) 10%, #fff0 90%);
}
.brand--section .brand--list li:nth-last-child(-n + 12):after {
  background: linear-gradient(to bottom, rgb(255 255 255 / 0.5) 10%, #fff0 90%);
}
.brand--section .brand--list li:nth-child(12n):after {
  display: none;
}
.brand--section .brand--list li:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: rgb(255 255 255 / 0.5);
}
.brand--section .brand--list li:nth-last-child(-n + 12):before {
  display: none;
}
.brand--section .brand--list li:nth-child(12n + 1):before {
  background: linear-gradient(to left, rgb(255 255 255 / 0.5) 10%, #fff0 90%);
}
.brand--section .brand--list li:nth-child(12n):before {
  background: linear-gradient(to right, rgb(255 255 255 / 0.5) 10%, #fff0 90%);
}
footer {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  overflow: hidden;
  margin-top: -1px;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0) 5%,
    #0a0d11 16%,
    #334357 38%,
    #455e6e 50%,
    #6b949e 80%
  );
}
#gradient-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  --gradient-color-1: #000000;
  --gradient-color-2: #0a0d11;
  --gradient-color-3: #334357;
  --gradient-color-4: #455e6e;
  --gradient-color-5: #6b949e;
  z-index: 0;
  opacity: 1;
  transition: var(--all-medium);
  pointer-events: none;
}
footer .footer-row1 {
  margin-bottom: 50px;
}
footer .footer-logo {
  width: 140px;
}
footer .footer--title {
  font-size: 45px;
  color: var(--white);
}
footer .footer--div {
  margin-bottom: 50px;
  padding-left: 60px;
}
footer .footer--div.footer--div--first {
  padding-left: 0;
}
footer .footer--div .footer--title2 {
  color: #9fdbe9;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Aileron";
  font-weight: 400;
}
footer .footer-row {
  justify-content: space-between;
}
footer .footer--div .footer--links li {
  display: block;
  margin-bottom: 3px;
}
footer .footer--div .footer--links li a {
  display: inline-flex;
  transition: all 0.4s;
  position: relative;
}
footer .footer--div .footer--links li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--white);
  transition: all 0.4s;
}
footer .footer--div .footer--links li a:hover:after {
  width: 100%;
}
footer .footer--div .footer--links li a,
footer .footer--div .footer--links li {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
}
footer .footer--div .social--links {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}
footer .footer--div .social--links li {
  display: inline-flex;
}
footer .footer--div .social--links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--white);
  border-radius: 50%;
  transition: all 0.4s;
}
footer .footer--div .social--links li a .svg {
  width: 38px;
  height: auto;
}
footer .footer--links.footer--services {
  display: block;
}
footer .footer--links.footer--services li {
  width: 100%;
  display: inline-block;
}
footer .footer--links.footer--services li a {
  display: inline-flex;
}
.contact--info {
  display: flex;
  align-items: center;
  flex-flow: nowrap;
  margin-top: 20px;
}
.contact--info .whatapp--icon {
  width: 25px;
  height: auto;
  margin-right: 10px;
}
.contact--info .number--grp {
  display: flex;
  align-items: center;
}
.contact--info .big--no {
  font-size: 40px;
  margin-right: 5px;
  margin-bottom: 7px;
  font-weight: 500;
  display: inline-flex;
  color: var(--white);
  line-height: 1;
  flex: 0 0 auto;
}
.address--grp .big--no {
  font-size: 26px;
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 500;
  display: flex;
  color: var(--white);
  line-height: 1;
  margin-bottom: 3px;
}
.contact--info .small--no {
  font-size: 18px;
  font-weight: 300;
  color: var(--white);
  flex: 0 0 auto;
  line-height: 1;
}
.address--grp .big--no img {
  width: 48px;
}
.contact--info .address--grp .small--no {
  font-weight: 300;
  font-size: 20px;
}
.contact--info .address--grp .number--text {
  font-size: 20px;
}
.address--grp {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contact--info .small--no .number--text {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  line-height: 1;
}
footer .line {
  width: 100%;
  position: absolute;
  top: -150px;
  left: 0;
  height: 1px;
  background: rgb(255 255 255 / 0.2);
  display: none;
}
footer .copy--section {
  border-top: 1px solid rgb(255 255 255 / 0.3);
  padding: 14px 0;
}
footer .copy--section p {
  margin-bottom: 0;
}
footer .copy--section .row {
  justify-content: space-between;
}
footer .copy--section p,
footer .copy--section p a {
  font-size: 15px;
  color: rgb(255 255 255 / 0.6);
  font-weight: 300;
  transition: all 0.4s;
}
footer .copy--section p a:hover {
  color: rgb(255 255 255);
}
.in--banner {
  position: relative;
  width: 100%;
  height: 95vh;
  overflow: hidden;
  z-index: 0;
}
.in--banner .in--banner--img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.in--banner .in--banner--img img {
  object-position: center;
}
.in--banner .in--banner--content {
  width: 100%;
  text-align: left;
  position: absolute;
  top: 20%;
  left: 0;
}
.in--banner .in--banner--content .in--banner--text {
  width: 50%;
}
.in--banner .in--banner--content .in--banner--text .title {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--black);
}
.in--banner .in--banner--content .in--banner--text .sub-title {
  font-family: "Aileron";
  color: var(--black);
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 25px;
  width: 75%;
}
.in--banner .in--banner--content .in--banner--text p {
  font-size: 24px;
  font-family: "Aileron";
  color: rgb(0 0 0 / 0.8);
  font-weight: 300;
  margin-bottom: 0;
  width: 80%;
}
.service--bx--container {
  height: auto;
  width: 100%;
  position: relative;
}
.service--card .container {
  max-width: 100%;
}
.card.service--card {
  background: #fff0;
  border: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  transition: none;
}
.card.service--card .card--body .card--title {
  font-size: 55px;
  font-family: "Aileron";
  margin-bottom: 20px;
}
.card.service--card .card--body {
  text-align: left;
}
.card.service--card .card--body .card--subtitle {
  font-size: 28px;
  font-family: "Aileron";
  font-weight: 500;
  color: var(--white);
  margin-bottom: 25px;
  text-transform: uppercase;
}
.card.service--card .card--body p:last-child {
  margin-bottom: 0;
}
.card.service--card .card--body {
  width: 100%;
}
.card.service--card .card--body p {
  width: 100%;
}
.card.service--card .card--image:before {
  opacity: 1;
  width: 100%;
  height: 100%;
  top: unset !important;
  bottom: 0px !important;
  background: linear-gradient(
    190deg,
    #fff0 60%,
    rgb(32 29 29 / 0.29) 68%,
    rgb(15 13 13 / 0.4) 73%,
    rgb(0 0 0 / 0.85) 83%
  );
}
.service--card {
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 0;
  transform: scale(0.7);
}
.service--card--space {
  width: 100%;
  height: 125vh;
  position: relative;
  overflow: hidden;
}
.service--card--space10 {
  height: 130vh;
}
.dot-indicator {
  position: fixed;
  z-index: 11;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
}
.dot-indicator .dot {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background-color: #fff0;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  transition: transform 0.5s ease, background-color 0.3s ease;
}
.dot-indicator .dot.active {
  transform: scale(1.5);
  border-color: #fff;
}
.in--banner.big-banner {
  height: auto;
}
.in--banner.about--banner .in--banner--content .in--banner--text {
  margin-left: auto;
}
.in--banner.about--banner .in--banner--img img {
  object-position: left;
}
.in--banner.about--banner .in--banner--content .in--banner--text p {
  width: 100%;
}
.in--banner.about--banner .in--banner--content .in--banner--text {
  width: 60%;
}
.founder--bx {
  background: #f6f5f5;
  padding-top: 70px;
}
.founder--bx .founder--img {
  width: 80%;
}
.founder--bx .founder--text {
  padding: 0 0 70px 0;
}
.founder--bx .founder--text .section--title--grp {
  margin-bottom: 0;
}
.founder--bx .founder--text .sign--img {
  width: 150px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.founder--bx .founder--text .sign--img img {
  width: 100%;
}
.founder--bx .founder--text .founder--name {
  font-size: 32px;
  font-weight: 500;
  font-family: "Aileron";
}
.team--sec {
  padding: 80px 0 100px 0;
}
.team--sec .section--title--grp {
  text-align: center;
}
.team--sec .team--bx .team--img {
  width: 100%;
  aspect-ratio: 1.1;
  border-radius: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  background: linear-gradient(
    45deg,
    rgb(232 232 232 / 0.9) 50%,
    rgb(146 164 186) 100%
  );
}
.team--sec .team--bx .team--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team--sec .team--text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.team--sec .team--text .team--text-in .team--name {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
.team--sec .team--text .team--text-in .team--designation {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0;
}
.team--sec .team--text .linked--icon {
  width: 20px;
  height: auto;
  margin-top: 5px;
  margin-right: 1px;
}
.team--sec .team--text .linked--icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.row.team--row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.mission--sec {
  height: 600px;
  margin-bottom: 50px;
  margin-top: 100px;
}
.mission--sec .mission--grp--cont {
  position: relative;
  height: 600px;
}
.mission--sec .mission-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mission--sec .mission--grp--cont .mission--grp .section--title {
  font-weight: 500;
  font-size: 40px;
  color: #161827;
  font-family: "Aileron";
  margin-bottom: 12px;
}
.mission--sec .mission--grp--cont .mission--grp {
  width: 250px;
  background: #fff;
  padding: 10px;
}
.mission--sec .mission--grp--cont .mission--grp p {
  font-size: 18px;
}
.mission--sec .mission--grp--cont .mission--grp.top {
  text-align: left;
  position: absolute;
  left: 0;
  top: -20px;
}
.mission--sec .mission--grp--cont .mission--grp.bottom {
  position: absolute;
  right: 0;
  bottom: -20px;
}
.contact--bx {
  background: #f5f5f5;
  padding: 100px 0;
}
.cont--address {
  margin-bottom: 50px;
  padding-top: 30px;
}
.cont--address li {
  display: block;
  margin-bottom: 20px;
}
.cont--address li a {
  display: flex;
  padding-left: 40px;
  position: relative;
}
.cont--address li.con--number a span {
  font-size: 34px;
}
.cont--address li.address a {
  cursor: default;
}
.cont--address li.mail--adress a span {
  font-size: 20px;
  font-weight: 300;
}
.cont--address li a span {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
.cont--address li a .svg {
  position: absolute;
  left: 0;
  width: 21px;
  height: auto;
  top: 53%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.contact--info.black span {
  color: #000;
}
.contact--info.black .address--grp .big--no img {
  filter: brightness(0) invert(0);
}
.contact--bx .map--div {
  margin-top: 70px;
}
.social--icon--list {
  display: flex;
  margin-left: 5px;
}
.social--icon--list li a {
  display: inline-flex;
  padding-right: 25px;
}
.social--icon--list li {
  display: flex;
  align-items: center;
}
.social--icon--list li .svg {
  height: 18px;
  display: inline-flex;
  transition: all 0.3s;
  width: auto;
}
.social--icon--list li:hover .svg {
  transform: scale(1.05);
}
.contact--bx .get--social--title {
  font-size: 30px;
  font-weight: 500;
  font-family: "Aileron";
  margin-bottom: 20px;
}
.contact--bx form .fill--btn {
  margin-top: 20px;
}
.fill--btn {
  padding: 15px 35px;
}
.fill--btn span {
  font-size: 18px;
  line-height: 1;
}
.contact--bx {
  padding: 120px 0;
}
.header.border--header {
  border-bottom: 1px solid rgb(0 0 0 / 0.15);
}
.in--banner.small--banner {
  padding: 250px 0 70px 0;
  height: auto;
}
.in--banner.small--banner .in--banner--content .in--banner--text p {
  width: 100%;
}
.in--banner.small--banner .in--banner--content {
  position: static;
}
.in--banner.small--banner .in--banner--content .in--banner--text {
  width: 100%;
  text-align: center;
}
.in--banner.white .in--banner--content .in--banner--text .title,
.in--banner.white .in--banner--content .in--banner--text .sub-title,
.in--banner.white .in--banner--content .in--banner--text p {
  color: #fff;
}
.blog--section {
  padding-bottom: 120px;
}
.blog--bx {
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.9;
  width: 100%;
  transition: all 0.3s;
}
.blog--bx .blog--img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.blog--bx:hover .blog--img {
  transform: scale(1.2);
}
.blog--bx:hover {
  transform: scale(0.95);
}
.blog--bx .blog--img:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    #fff0 -1%,
    #fff0 0%,
    rgb(0 0 0 / 0.16) 16%,
    rgb(0 0 0) 100%
  );
}
.blog--bx .blog--text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 25px 25px 25px 25px;
}
.blog--bx .blog--text .blog--date {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.blog--bx .blog--text .blog--title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  font-family: "Aileron";
  line-height: 1.1;
  margin-bottom: 12px;
}
.blog--bx .blog--text p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}
.blog--section .row.blog-row {
  --bs-gutter-y: 40px;
  --bs-gutter-x: 40px;
}
.blog--section .blog-row {
  margin-bottom: 110px;
}
.blog--section .btn-grp {
  text-align: center;
}
.in--banner.blog-detail-bannner {
  height: 700px;
  overflow: hidden;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.blog--detail-bx .blog--date {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.blog--detail-bx .blog--title {
  font-size: 45px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.blog--detail-bx .blog--img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 40px 0;
}
.blog--detail-bx {
  padding: 200px 0 100px 0;
}
.blog--detail-bx .blog--img img {
  width: 100%;
}
.blog--detail-bx ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.blog--detail-bx ul li {
  list-style-type: disc;
  line-height: 1.3;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  list-style-position: outside;
}
.blog-footer {
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
  margin-top: 40px;
  align-items: center;
}
.blog-footer p {
  font-weight: 500;
  margin-bottom: 0;
}
.blog-footer ul.social--icon--list {
  margin-bottom: 0;
  display: flex;
}
.blog-footer ul.social--icon--list li {
  margin-bottom: 0;
  list-style: none;
}
.blog-footer ul.social--icon--list li a svg path {
  fill: #000;
}
.work--with--us .section--title--grp {
  text-align: left;
}
.work--with--us .get--in--form .custom-file {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.work--with--us .get--in--form .custom-file input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.work--with--us .get--in--form label.custom-file-label {
  display: inline-block;
  background-color: #fff0;
  color: #485e87;
  border-radius: 30px;
  border: 1px solid #485e87;
  padding: 12px 30px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  transition: background-color 0.3s;
  font-family: "Aileron";
}
.work--with--us .get--in--form .file-name {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: #333;
  flex: 0 0 auto;
}
.work--with--us {
  padding-bottom: 100px;
  padding-top: 100px;
}
.work--with--us .get--in--form.row {
  --bs-gutter-x: 40px;
}
.work--with--us .get--in--form .form-group {
  margin-bottom: 30px;
}
.work--with--us .get--in--form .form-group textarea.form-control {
  height: 242px;
}
.work--with--us .get--in--form .label-text {
  color: #bbbcbf;
  font-size: 20px;
}
.work--with--us .get--in--form .form-group .select-wrapper {
  position: relative;
}
.work--with--us .get--in--form .form-group .select-wrapper .svg {
  width: 16px;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.work--with--us .get--in--form button {
  margin-top: 15px;
}
.work--with--us .img-div {
  width: 100%;
  margin-left: auto;
  margin-top: 30px;
}
.map--sec .img-div {
  width: 100%;
}
.wrapper-dropdown {
  position: relative;
  display: block;
  width: 100%;
  min-height: 45px;
  background: #fff0;
  color: #686868;
  font-size: 18px;
  border-bottom: 1px solid #d1d3d4;
  padding: 15px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-dropdown span {
  font-size: 18px;
  color: #686868;
  font-weight: 400;
  font-family: "Aileron";
}
.wrapper-dropdown .arrow {
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: auto;
  z-index: -1;
  left: inherit;
}
.wrapper-dropdown svg,
.wrapper-dropdown .arrow {
  transition: all 0.3s;
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff #fff0;
}
.rotated {
  transform: rotate(-180deg);
}
.wrapper-dropdown .dropdown {
  transition: 0.3s;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  z-index: 99;
  box-shadow: inherit;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f7f7f7;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
}
.wrapper-dropdown .dropdown li {
  border-bottom: 1px solid #e1e1e1;
  padding: 7px 0;
  overflow: hidden;
  color: #000;
}
.wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .dropdown li:hover {
  color: var(--blue);
}
.wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;
}
.text-danger {
  position: absolute;
  left: 0;
  bottom: -28px;
  font-size: 16px;
}
.submissionMessage p {
  margin-bottom: 0;
}
.failed p,
.success p,
.submissionMessage .failed,
.submissionMessage .success {
  margin-bottom: 0;
  padding: 0 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
.submissionMessage .failed {
  color: #b90606;
}
.submission-message.failed p {
  color: #b90606;
}
.submission-message.success p,
.submissionMessage .success {
  color: #079b20;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none !important;
}
