@font-face {
  font-family: "ExpoArabic";
  src: url(../fonts/ExpoArabic/ExpoArabic-Medium.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "ExpoArabic";
  src: url(../fonts/ExpoArabic/ExpoArabic-Book.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "ExpoArabic";
  src: url(../fonts/ExpoArabic/ExpoArabic-SemiBold.ttf);
  font-weight: 900;
}
* {
  margin: 0px;
  box-sizing: border-box;
  font-family: "ExpoArabic", sans-serif;
  scroll-behavior: smooth;
}
*::-moz-selection {
  background-color: #14293F;
  color: #fff;
}
*::selection {
  background-color: #14293F;
  color: #fff;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #ccc;
}
*::-webkit-scrollbar-thumb {
  background: #14293F;
  border-radius: 8px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #14293F;
}

.overflowNone {
  overflow: hidden;
}

.btn:focus,
button:focus,
input:focus,
.form-control:focus {
  outline-width: 0px !important;
  outline-color: transparent !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 4px;
  border-radius: 4px;
  background-color: #F2CA2F;
  opacity: 0.5;
  transition: all 0.5s linear;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F2CA2F;
  opacity: 1;
}

.overflowNone {
  overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
  width: 47px;
  height: 47px;
  background-image: none !important;
  background: white;
  transform: translateY(0px) !important;
  overflow: hidden;
  top: unset !important;
  bottom: 0px;
}
.swiper-button-next::after, .swiper-button-next::before, .swiper-button-prev::after, .swiper-button-prev::before {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  top: 0px !important;
  left: 0px !important;
}
.swiper-button-next::before, .swiper-button-prev::before {
  height: 100% !important;
  filter: var(--primary-filter);
  background: url("../images/slide_arrow.svg") center/50% 50% no-repeat !important;
  z-index: 9;
}
.swiper-button-next::after, .swiper-button-prev::after {
  background: var(--secondary-color) !important;
  height: 0% !important;
  transition: all 0.2s linear;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
  height: 100% !important;
}
.swiper-button-next:hover::before, .swiper-button-prev:hover::before {
  filter: invert(100%) sepia(0%) saturate(7495%) hue-rotate(89deg) brightness(111%) contrast(97%) !important;
}

.swiper-button-prev {
  right: calc(50% - 53px) !important;
}

.swiper-button-next {
  left: calc(50% - 53px) !important;
}
.swiper-button-next::before {
  transform: rotate(180deg);
}

@-webkit-keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes bounce-in-top {
  0% {
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-15px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-15px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes bounce-in-left {
  0% {
    transform: translateX(-30px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-10px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-left {
  0% {
    transform: translateX(-30px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-10px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes pulsecust {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulsecust {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes pulse-shadow {
  100% {
    box-shadow: 0 0 0 10px rgba(255, 102, 0, 0), 0 0 0 20px rgba(255, 102, 0, 0);
  }
}
@keyframes pulse-shadow {
  100% {
    box-shadow: 0 0 0 10px rgba(255, 102, 0, 0), 0 0 0 20px rgba(255, 102, 0, 0);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg) scale3d(1, 1, 1);
  }
  100% {
    transform: rotate(10deg) scale3d(1.5, 1.5, 1.5);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg) scale3d(1, 1, 1);
  }
  100% {
    transform: rotate(10deg) scale3d(1.5, 1.5, 1.5);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
/*dropdown animation*/
@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes dropdown-animate {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wave {
  0%, 100% {
    -webkit-clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
@keyframes wave {
  0%, 100% {
    -webkit-clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes niceAnimate {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes niceAnimate {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes translation {
  0% {
    transform: translateZ(0%);
  }
  100% {
    transform: translateZ(10%);
  }
}
@keyframes translation {
  0% {
    transform: translateZ(0%);
  }
  100% {
    transform: translateZ(10%);
  }
}
@-webkit-keyframes rotate-scale-up {
  0% {
    transform: scale(1) rotateZ(0);
  }
  50% {
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}
@keyframes rotate-scale-up {
  0% {
    transform: scale(1) rotateZ(0);
  }
  50% {
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-10px, 10px);
  }
  40% {
    transform: translate(-10px, -10px);
  }
  60% {
    transform: translate(10px, 10px);
  }
  80% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-10px, 10px);
  }
  40% {
    transform: translate(-10px, -10px);
  }
  60% {
    transform: translate(10px, 10px);
  }
  80% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes translateX {
  0%, 100% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(-2px);
  }
}
@keyframes translateX {
  0%, 100% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(-2px);
  }
}
@-webkit-keyframes translateY {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
}
@keyframes translateY {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
}
@-webkit-keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: rotateX(0) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: rotateX(0) translate(-50%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes shadow {
  0% {
    box-shadow: 0px 0px 35px -4px #00a4e6;
    opacity: 0 !important;
  }
  100% {
    box-shadow: 0px 0px 35px -4px rgba(0, 164, 230, 0);
  }
}
@keyframes shadow {
  0% {
    box-shadow: 0px 0px 35px -4px #00a4e6;
    opacity: 0 !important;
  }
  100% {
    box-shadow: 0px 0px 35px -4px rgba(0, 164, 230, 0);
  }
}
@-webkit-keyframes rotate {
  0% {
    border-radius: 50% 60% 55% 40%;
  }
  25% {
    border-radius: 30% 10% 70% 20%;
  }
  50% {
    border-radius: 20% 40% 30% 60%;
  }
  75% {
    border-radius: 70% 20% 50% 30%;
  }
  100% {
    border-radius: 50% 60% 55% 40%;
  }
}
@keyframes rotate {
  0% {
    border-radius: 50% 60% 55% 40%;
  }
  25% {
    border-radius: 30% 10% 70% 20%;
  }
  50% {
    border-radius: 20% 40% 30% 60%;
  }
  75% {
    border-radius: 70% 20% 50% 30%;
  }
  100% {
    border-radius: 50% 60% 55% 40%;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateX(30px);
  }
  67% {
    opacity: 1;
    transform: translateX(40px);
  }
  100% {
    opacity: 0;
    transform: translateX(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateX(30px);
  }
  67% {
    opacity: 1;
    transform: translateX(40px);
  }
  100% {
    opacity: 0;
    transform: translateX(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@-webkit-keyframes clip {
  0% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
  }
}
@keyframes clip {
  0% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
  }
}
@-webkit-keyframes sideClip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes sideClip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes sideClip_2 {
  0% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
  }
  50% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
            clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
  }
}
@keyframes sideClip_2 {
  0% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
  }
  50% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
            clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
:root {
  --primary-color: #14293F;
  --secondary-color: #AE926B;
  --light-color: #fff;
  --dark-color: #000;
  --gray-color: #808080;
  --primary-filter: invert(11%) sepia(11%) saturate(4417%) hue-rotate(176deg) brightness(95%) contrast(91%);
  --light-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(307deg) brightness(103%) contrast(103%);
}

.general-section {
  width: 100%;
  padding: 70px 0px;
  position: relative;
  z-index: 9;
}
.general-section.pattern::after, .general-section.pattern::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: url("../images/pattern.png") center/contain no-repeat;
}
.general-section.pattern::before {
  bottom: 0px;
  right: 0px;
  background-position: bottom right !important;
}
.general-section.pattern::after {
  top: 0;
  left: 0;
  background-position: top left !important;
}

.heading {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.heading h1 {
  color: var(--secondary-color);
  font-size: 25px;
  font-weight: 900;
  margin: 0px auto 20px;
  padding-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 9;
}
.heading h1::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 10px;
  bottom: 0px;
  left: 25%;
  z-index: -1;
}
.heading p {
  color: var(--gray-color);
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}

.custom-btn {
  width: 180px;
  height: 50px;
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.custom-btn img {
  width: 24px !important;
  height: 24px !important;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  filter: var(--light-filter);
}
.custom-btn span {
  color: var(--light-color);
  font-size: 18px;
  font-weight: 500;
  margin: 0px !important;
}
.custom-btn::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background-color: var(--light-color);
  top: -20%;
  left: -20%;
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease;
  z-index: -1;
}
.custom-btn:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.custom-btn:hover img {
  filter: var(--primary-filter) !important;
}
.custom-btn:hover span {
  color: var(--primary-color);
}

.navbar {
  width: 100%;
  padding: 0px 0px;
  background-color: var(--primary-color);
}
.navbar .content {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.navbar .content .hamburger {
  display: none;
}
.navbar .content .hamburger .line {
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, #AE926B, #c0a783);
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}
.navbar .content .hamburger.active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}
.navbar .content .hamburger.active .line:nth-child(2) {
  width: 0px;
}
.navbar .content .hamburger.active .line:nth-child(1), .navbar .content .hamburger.active .line:nth-child(3) {
  transition-delay: 0.3s;
}
.navbar .content .hamburger.active .line:nth-child(1) {
  transform: translateY(6.5px);
}
.navbar .content .hamburger.active .line:nth-child(3) {
  transform: translateY(-15px) rotate(90deg);
}
.navbar .content .brand-name img {
  width: 200px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar .content .navbar-nav {
  flex-direction: row;
}
.navbar .content .navbar-nav .nav-item {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}
.navbar .content .navbar-nav .nav-item:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.navbar .content .navbar-nav .nav-item .nav-link {
  padding: 0px 3px;
  color: var(--light-color);
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 9;
}
.navbar .content .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: var(--secondary-color);
  top: calc(50% - 1.5px);
  right: 0;
  z-index: -1;
  transition: all 0.4s linear;
}
.navbar .content .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}

header {
  width: 100%;
  padding: 150px 0px;
  background: url("../images/intro.webp") center/cover no-repeat;
  position: relative;
  z-index: 9;
}
header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #14293F 30%, rgba(20, 41, 63, 0.18) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
header .content {
  width: 100%;
}
header .content h1 {
  font-size: 40px;
  font-weight: 900;
  color: var(--secondary-color);
  margin: 0px;
}
header .content span {
  font-size: 15px;
  font-weight: 700;
  color: var(--light-color);
  margin-top: 20px;
  display: block;
}
header .content p {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0px;
  line-height: 1.8rem;
}

.sub-header {
  width: 100%;
  padding: 100px 0px 90px !important;
  background-color: var(--primary-color);
  position: relative;
  z-index: 9;
}
.sub-header.large-header {
  padding-bottom: 350px !important;
}
.sub-header.large-header h1 {
  font-size: 40px !important;
}
.sub-header.small-header {
  padding-bottom: 130px;
}
.sub-header .content {
  width: 100%;
  text-align: center;
}
.sub-header .content h1 {
  font-size: 50px;
  font-weight: 900;
  color: var(--light);
  margin: 0px;
}

.article-contain {
  width: 100%;
  padding: 0px 0px 90px 0px;
  margin-top: -300px;
  position: relative;
  z-index: 99;
}
.article-contain .article-img {
  width: 100%;
  height: 500px;
}
.article-contain .article-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-contain .article-head {
  width: 100%;
  padding: 20px 20px 20px;
  margin: 40px 0px 75px;
  background-color: rgba(20, 41, 63, 0.08);
  text-align: center;
}
.article-contain .article-head h1 {
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 10px;
  color: var(--secondary-color);
}
.article-contain .article-head .flex-item {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.article-contain .article-head .flex-item img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  filter: invert(33%) sepia(55%) saturate(500%) hue-rotate(195deg) brightness(96%) contrast(97%);
}
.article-contain .article-head .flex-item span {
  color: #4F599E;
  font-size: 15px;
  font-weight: 500;
}
.article-contain p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 25px;
  color: var(--dark-color);
}
.article-contain .heading h1 {
  margin: unset !important;
}
.article-contain .list li {
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  line-height: 25px;
  margin-bottom: 32px;
  z-index: 9;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.article-contain .list li .name {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary-color);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.article-contain .list li .title {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
}
.article-contain .list li::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/list_arrow.svg") center/contain no-repeat;
  top: 0px;
  right: 0px;
  z-index: -1;
}
.article-contain .list li:last-child {
  margin-bottom: 45px;
}

.about-us .content {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 58px 45px 40px;
  margin-bottom: 50px;
}
.about-us .content::after, .about-us .content::before {
  content: "";
  position: absolute;
  background-color: var(--primary-color);
  height: 100%;
  top: 0;
  z-index: -1;
}
.about-us .content::after {
  right: 0;
  width: 42%;
}
.about-us .content::before {
  opacity: 0.06;
  width: 57%;
  left: 0;
}
.about-us .content .data {
  width: 100%;
}
.about-us .content .data p {
  color: var(--light-color);
  font-size: 15px;
  font-weight: 900;
  width: 80%;
  margin-bottom: 20px;
  line-height: 30px;
}
.about-us .content .data .image-content {
  width: 100%;
  height: 240px;
  position: relative;
  z-index: 9;
}
.about-us .content .data .image-content .about-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us .content .data .image-content .video-play {
  width: 81px;
  height: 81px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 40.5px);
  left: calc(50% - 40.5px);
  z-index: 9;
  border-radius: 50%;
}
.about-us .content .data .image-content .video-play img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(100%) sepia(0%) saturate(7495%) hue-rotate(89deg) brightness(111%) contrast(97%);
}
.about-us .content .data .image-content .video-play::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--primary-color);
  -webkit-animation: pulsecust 5s linear infinite alternate;
          animation: pulsecust 5s linear infinite alternate;
}
.about-us .content .data-contain {
  width: 100%;
}
.about-us .content .data-contain .list li {
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 32px;
  z-index: 9;
  position: relative;
}
.about-us .content .data-contain .list li::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/list_arrow.svg") center/contain no-repeat;
  top: 4px;
  right: 0px;
  z-index: -1;
}
.about-us .content .data-contain .list li:last-child {
  margin-bottom: 45px;
}
.about-us .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 40px 20px;
  background-color: var(--light-color);
  box-shadow: 0px 0px 30px rgba(20, 41, 63, 0.08);
  position: relative;
  z-index: 9;
  transition: all 0.3s linear;
  overflow: hidden;
}
.about-us .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: linear-gradient(90deg, #2d5681, #14293F);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.about-us .box .image-content {
  width: 80px;
  height: 80px;
}
.about-us .box .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: var(--primary-filter);
}
.about-us .box .box-content {
  width: 100%;
  text-align: center;
}
.about-us .box .box-content h2 {
  color: var(--dark);
  font-size: 25px;
  font-weight: 900;
  margin: 20px 0px;
}
.about-us .box .box-content p {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}
.about-us .box .pattern-img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -30px;
  right: -50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
  filter: var(--primary-filter);
  opacity: 0.04;
  z-index: 0;
}
.about-us .box:hover {
  transform: translateY(-10px);
}
.about-us .box:hover::after {
  height: 100%;
}
.about-us .box:hover .image-content img {
  filter: invert(100%) sepia(0%) saturate(7495%) hue-rotate(89deg) brightness(111%) contrast(97%);
  -webkit-animation: bounce-in-fwd 0.3s linear;
          animation: bounce-in-fwd 0.3s linear;
}
.about-us .box:hover .pattern-img {
  filter: invert(100%) sepia(0%) saturate(7495%) hue-rotate(89deg) brightness(111%) contrast(97%);
}
.about-us .box:hover h2 {
  color: var(--light-color);
}
.about-us .box:hover p {
  color: rgba(255, 255, 255, 0.6);
}

.services {
  width: 100%;
  background-color: var(--primary-color);
  position: relative;
  z-index: 9;
}
.services::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/team_pattern.png") center/cover no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4 !important;
}
.services .heading {
  margin-bottom: 60px !important;
}
.services .heading h1 {
  color: var(--light-color) !important;
}
.services .swiper-slide {
  height: 100% !important;
}
.services .swiper-slide .box {
  width: 100%;
  height: 100%;
  padding: 40px 10px;
  position: relative;
  z-index: 9;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  background: #f7f7f7;
}
.services .swiper-slide .box::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #AE926B, #c0a783);
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.services .swiper-slide .box img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: var(--primary-filter);
  margin-bottom: 20px;
}
.services .swiper-slide .box .content {
  width: 100%;
  z-index: 9;
  text-align: center;
}
.services .swiper-slide .box .content h2 {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 5px;
}
.services .swiper-slide .box .content p {
  color: var(--gray-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}
.services .swiper-slide .box:hover {
  transform: translateY(-10px);
}
.services .swiper-slide .box:hover::after {
  height: 100%;
}
.services .swiper-slide .box:hover img {
  filter: var(--light-filter);
  -webkit-animation: tada 0.4s linear both;
          animation: tada 0.4s linear both;
}
.services .swiper-slide .box:hover h2, .services .swiper-slide .box:hover p {
  color: var(--light-color);
}
.services .swiper-wrapper {
  padding: 15px 0px 92px;
}

.project {
  width: 100%;
  padding: 75px 0px 90px;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.project .swiper-slide .box {
  width: 100%;
  height: 370px;
  position: relative;
  z-index: 9;
  transition: all 0.3s linear;
}
.project .swiper-slide .box::after, .project .swiper-slide .box::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 0;
  transition: all 0.3s linear;
}
.project .swiper-slide .box::after {
  height: 100%;
  background: linear-gradient(180deg, transparent, #14293F);
  bottom: 0;
}
.project .swiper-slide .box::before {
  height: 0%;
  background: linear-gradient(180deg, #14293F, transparent);
  top: 0;
}
.project .swiper-slide .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.project .swiper-slide .box .content {
  width: 100%;
  position: absolute;
  bottom: 24px;
  left: 0px;
  padding: 0px 25px;
  z-index: 9;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.project .swiper-slide .box .content h2 {
  color: var(--light-color);
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 5px;
}
.project .swiper-slide .box .content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.project .swiper-slide .box:hover {
  transform: translateY(-10px);
}
.project .swiper-slide .box:hover::after {
  height: 0px;
}
.project .swiper-slide .box:hover::before {
  height: 100%;
}
.project .swiper-wrapper {
  padding: 15px 0px 92px;
}
.project .swiper-button-next, .project .swiper-button-prev {
  background-color: var(--primary-color) !important;
}
.project .swiper-button-next::before, .project .swiper-button-prev::before {
  filter: var(--light-filter) !important;
}

.join {
  width: 100%;
  padding: 75px 0px 90px 0px;
  background-color: #f7f7f7;
}
.join .content {
  width: 100%;
  padding: 15px 0px;
  position: relative;
}
.join .content::after, .join .content::before {
  content: "";
  position: absolute;
  width: 15%;
  height: 100%;
  border: 1px solid var(--primary-color);
  top: 0;
  transition: all 0.3s linear;
}
.join .content::after {
  left: 0;
  border-right: 0px;
}
.join .content::before {
  right: 0px;
  border-left: 0px;
}
.join .content .data {
  width: 100%;
  text-align: center;
}
.join .content .data h1 {
  color: var(--secondary-color);
  font-size: 50px;
  font-weight: 900;
  margin: 0px;
}
.join .content .data p {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0px 40px 0px;
}
.join .content .data .buttons-contain {
  display: flex;
  justify-content: center !important;
  width: 100%;
}
.join .content:hover::after, .join .content:hover::before {
  width: 55%;
}

.partners {
  width: 100%;
  padding: 75px 0px 90px 0px;
  background-color: rgba(20, 41, 63, 0.1);
}
.partners .heading {
  margin-bottom: 65px;
}
.partners .swiper-wrapper {
  padding: 10px 0px 92px;
}
.partners .swiper-slide img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s linear;
}
.partners .swiper-slide img:hover {
  transform: translateY(-10px);
}
.partners .swiper-button-next, .partners .swiper-button-prev {
  background-color: var(--light-color) !important;
  box-shadow: 0px 10px 10px rgba(40, 43, 54, 0.06);
}
.partners .swiper-button-next::before, .partners .swiper-button-prev::before {
  filter: invert(64%) sepia(100%) saturate(1513%) hue-rotate(127deg) brightness(93%) contrast(87%);
}

.contact-us {
  width: 100%;
  padding: 75px 0px 0px;
  position: relative;
  z-index: 99;
}
.contact-us h1 {
  width: 30%;
  font-size: 50px;
  font-weight: 900;
  color: var(--dark-color);
  margin-bottom: 75px;
}
.contact-us .content {
  width: 100%;
  padding: 75px 90px 30px;
  position: relative;
  background-color: var(--light-color);
  z-index: 9;
  border: 1px solid rgba(20, 41, 63, 0.15);
}
.contact-us .content::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  background: url("../images/contact_pattern.png") top left/cover no-repeat;
  z-index: -1;
  top: 0;
  left: 0;
}
.contact-us .content .contact-data {
  width: 100%;
  padding: 0px 40px;
}
.contact-us .content .contact-data .box {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  color: #000;
}
.contact-us .content .contact-data .box .image-content {
  width: 70px;
  height: 70px;
  overflow: hidden;
  background-color: rgba(20, 41, 63, 0.06);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid rgba(20, 41, 63, 0.1);
}
.contact-us .content .contact-data .box .image-content img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-us .content .contact-data .box .box-content {
  width: 100%;
  text-align: center;
}
.contact-us .content .contact-data .box .box-content h2 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 900;
  margin: 15px 0px;
}
.contact-us .content .contact-data .box .box-content .flex-data {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.contact-us .content .contact-data .box .box-content .flex-data .link {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark) !important;
}
.contact-us .content .contact-data .box .box-content .flex-data .link:nth-child(2) {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.contact-us .content .contact-data .box:hover .image-content img {
  -webkit-animation: fadeInLeft 0.4s linear;
          animation: fadeInLeft 0.4s linear;
}
.contact-us .content .contact-data .box:nth-child(1) {
  margin-bottom: 30px;
}
.contact-us .content .form-contain {
  width: 100%;
  padding: 50px;
  background-color: var(--primary-color);
}
.contact-us .content .form-contain .form-group {
  width: 100%;
  height: 47px;
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}
.contact-us .content .form-contain .form-group.text-area {
  height: 100px;
}
.contact-us .content .form-contain .form-group.text-area .form-control {
  width: 100%;
  height: 100%;
  resize: none;
  padding-top: 12px;
}
.contact-us .content .form-contain .form-group.text-area img {
  top: 12px;
}
.contact-us .content .form-contain .form-group:last-child {
  margin-bottom: 20px;
}
.contact-us .content .form-contain .form-group::after, .contact-us .content .form-contain .form-group::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.contact-us .content .form-contain .form-group::after {
  border-right: 1px solid var(--light-color);
  border-left: 1px solid var(--light-color);
  transform: scaleY(0);
}
.contact-us .content .form-contain .form-group::before {
  border-top: 1px solid var(--light-color);
  border-bottom: 1px solid var(--light-color);
  transform: scaleX(0);
}
.contact-us .content .form-contain .form-group img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
  z-index: 9;
}
.contact-us .content .form-contain .form-group .form-control {
  width: 100%;
  height: 100%;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0px;
  border: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.contact-us .content .form-contain .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
}
.contact-us .content .form-contain .form-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
}
.contact-us .content .form-contain .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
}
.contact-us .content .form-contain .form-group:hover::after, .contact-us .content .form-contain .form-group:hover::before {
  transform: scale(1);
}
.contact-us .content .form-contain .buttons-contain .custom-btn {
  width: 100% !important;
}

.map-contain {
  width: 100%;
  padding: 40px 0px;
}
.map-contain iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

footer {
  width: 100%;
  padding: 50px 0px 16px 0px;
  background: url("../images/footer/footer.png") center/cover no-repeat;
}
footer .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  padding-bottom: 75px;
}
footer .content .brand-name img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .content p {
  color: var(--light);
  font-size: 15px;
  font-weight: 500;
  margin: 35px 0px;
}
footer .content .socail-media {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
footer .content .socail-media li {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
footer .content .socail-media li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
footer .content .socail-media li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 9;
}
footer .content .socail-media li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: var(--primary-color);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
footer .content .socail-media li a img {
  width: 20px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(99%) sepia(63%) saturate(341%) hue-rotate(192deg) brightness(111%) contrast(100%);
}
footer .content .socail-media li a:hover::after {
  height: 100%;
}
footer .copyrights {
  width: 100%;
  padding: 16px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
footer .copyrights p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

@media (max-width: 999px) {
  .navbar .hamburger {
    display: block !important;
  }
  .navbar .navbar-nav {
    width: 100% !important;
    height: calc(100vh - 120px);
    position: absolute;
    top: 120px;
    right: -100%;
    z-index: 999;
    background-color: var(--primary-color);
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 20px 15px;
    transition: all 0.3s linear;
  }
  .navbar .navbar-nav li {
    margin: 0px 0px 20px 0px !important;
  }
  .navbar .navbar-nav li a:hover::after {
    width: 100px !important;
  }
  .navbar .navbar-nav.active-nav {
    right: 0px !important;
  }
  .about-us .content {
    padding: 20px 10px !important;
  }
  .about-us .content::after, .about-us .content::before {
    width: 100%;
  }
  .about-us .content::after {
    top: 0 !important;
    height: 40% !important;
  }
  .about-us .content::before {
    bottom: 0px !important;
    top: unset !important;
    height: 57% !important;
  }
  .about-us .content .data p {
    width: 100% !important;
  }
  .contact-us h1 {
    width: 100% !important;
  }
  .contact-us .content {
    padding: 20px 10px !important;
  }
  .contact-us .content .form-contain {
    padding: 20px 10px !important;
  }
  .contact-us .content .contact-data {
    padding: 0px 10px !important;
  }
  .contact-us .content::after {
    display: none;
  }
  .join .content .data p {
    font-size: 15px;
    padding: 0px 20px;
  }
  .partners,
.general-section {
    padding: 30px 0px;
  }
  .partners.pattern::after, .partners.pattern::before,
.general-section.pattern::after,
.general-section.pattern::before {
    opacity: 0.3;
  }
  header {
    padding: 70px 0px;
  }
  header h1 {
    font-size: 25px !important;
  }
  .join .content .data h1 {
    font-size: 35px !important;
  }
  .services .heading,
.heading {
    margin-bottom: 40px !important;
  }
  .article-contain {
    margin-top: -150px;
  }
  .article-contain .article-img {
    height: 300px;
  }
  .article-contain h1 {
    font-size: 25px !important;
  }
  .article-contain .article-head {
    margin-bottom: 30px !important;
  }
  .sub-header.large-header {
    padding-top: 30px !important;
    padding-bottom: 200px !important;
  }
}/*# sourceMappingURL=style.css.map */