@font-face {
  font-family: "cairo";
  src: url("../fonts/cairo/Cairo-Regular.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "cairo";
  src: url("../fonts/cairo/Cairo-Medium.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "cairo";
  src: url("../fonts/cairo/Cairo-Bold.ttf");
  font-weight: 900;
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "cairo" , sans-serif;
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: #084199;
  color: #fff;
}

*::selection {
  background-color: #084199;
  color: #fff;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background-color: #fff;
}

*::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#084199), to(#fff));
  background: linear-gradient(180deg, #084199, #fff);
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#084199));
  background: linear-gradient(180deg, #fff, #084199);
}

.overflowNone {
  overflow: hidden;
}

.btn:focus,
button:focus,
input:focus,
.form-control:focus {
  outline-width: 0px !important;
  outline-color: transparent !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          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: #FFD371;
  opacity: .5;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

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

.overflowNone {
  overflow: hidden;
}

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

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

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-webkit-keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-webkit-keyframes pulsecust {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: .5;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulsecust {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: .5;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes pulse-shadow {
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 102, 0, 0), 0 0 0 20px rgba(255, 102, 0, 0);
            box-shadow: 0 0 0 10px rgba(255, 102, 0, 0), 0 0 0 20px rgba(255, 102, 0, 0);
  }
}

@keyframes pulse-shadow {
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 102, 0, 0), 0 0 0 20px rgba(255, 102, 0, 0);
            box-shadow: 0 0 0 10px rgba(255, 102, 0, 0), 0 0 0 20px rgba(255, 102, 0, 0);
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg) scale3d(1, 1, 1);
            transform: rotate(0deg) scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: rotate(10deg) scale3d(1.5, 1.5, 1.5);
            transform: rotate(10deg) scale3d(1.5, 1.5, 1.5);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg) scale3d(1, 1, 1);
            transform: rotate(0deg) scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: rotate(10deg) scale3d(1.5, 1.5, 1.5);
            transform: rotate(10deg) scale3d(1.5, 1.5, 1.5);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

/*dropdown animation*/
@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@keyframes dropdown-animate {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            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% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes niceAnimate {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes translation {
  0% {
    -webkit-transform: translateZ(0%);
            transform: translateZ(0%);
  }
  100% {
    -webkit-transform: translateZ(10%);
            transform: translateZ(10%);
  }
}

@keyframes translation {
  0% {
    -webkit-transform: translateZ(0%);
            transform: translateZ(0%);
  }
  100% {
    -webkit-transform: translateZ(10%);
            transform: translateZ(10%);
  }
}

@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}

@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes vibrate {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  40% {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  60% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  80% {
    -webkit-transform: translate(10px, -10px);
            transform: translate(10px, -10px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes vibrate {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  40% {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  60% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  80% {
    -webkit-transform: translate(10px, -10px);
            transform: translate(10px, -10px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes translateX {
  0%,
  100% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  50% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@keyframes translateX {
  0%,
  100% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  50% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@-webkit-keyframes translateY {
  0%,
  100% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@keyframes translateY {
  0%,
  100% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@-webkit-keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg) translate(-50%, -50%);
            transform: rotateX(80deg) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0) translate(-50%, -50%);
            transform: rotateX(0) translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg) translate(-50%, -50%);
            transform: rotateX(80deg) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0) translate(-50%, -50%);
            transform: rotateX(0) translate(-50%, -50%);
    opacity: 1;
  }
}

@-webkit-keyframes shadow {
  0% {
    -webkit-box-shadow: 0px 0px 35px -4px #00a4e6;
            box-shadow: 0px 0px 35px -4px #00a4e6;
    opacity: 0 !important;
  }
  100% {
    -webkit-box-shadow: 0px 0px 35px -4px rgba(0, 164, 230, 0);
            box-shadow: 0px 0px 35px -4px rgba(0, 164, 230, 0);
  }
}

@keyframes shadow {
  0% {
    -webkit-box-shadow: 0px 0px 35px -4px #00a4e6;
            box-shadow: 0px 0px 35px -4px #00a4e6;
    opacity: 0 !important;
  }
  100% {
    -webkit-box-shadow: 0px 0px 35px -4px rgba(0, 164, 230, 0);
            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;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateX(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(55px) scale3d(0.5, 0.5, 0.5);
            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% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
            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%;
  }
}

@-webkit-keyframes patternMove {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 1000px;
  }
}

@keyframes patternMove {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 1000px;
  }
}

.button-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.button-contain .custom-btn {
  width: 160px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: 900;
  border: 1px solid transparent;
  font-size: 15px;
  border-radius: 12px;
  overflow: hidden;
  z-index: 9;
}

.button-contain .custom-btn::after, .button-contain .custom-btn::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.button-contain .custom-btn::after {
  top: 0;
}

.button-contain .custom-btn::before {
  bottom: 0;
}

.button-contain .custom-btn.border-btn {
  border-color: #fff;
  color: #fff;
}

.button-contain .custom-btn.border-btn::after, .button-contain .custom-btn.border-btn::before {
  height: 0%;
}

.button-contain .custom-btn.border-btn:hover {
  color: #084199;
  border-color: transparent;
}

.button-contain .custom-btn.border-btn:hover::after, .button-contain .custom-btn.border-btn:hover::before {
  height: 55%;
}

.button-contain .custom-btn.bk-btn {
  color: #084199;
}

.button-contain .custom-btn.bk-btn::after, .button-contain .custom-btn.bk-btn::before {
  height: 55%;
}

.button-contain .custom-btn.bk-btn:hover {
  border-color: #fff;
  color: #fff;
}

.button-contain .custom-btn.bk-btn:hover::after, .button-contain .custom-btn.bk-btn:hover::before {
  height: 0px;
}

.button-contain .custom-btn.blue-btn {
  color: #fff;
}

.button-contain .custom-btn.blue-btn::after, .button-contain .custom-btn.blue-btn::before {
  height: 50%;
  background-color: #084199;
}

.button-contain .custom-btn.blue-btn:hover {
  border-color: #084199;
  color: #084199;
}

.button-contain .custom-btn.blue-btn:hover::after, .button-contain .custom-btn.blue-btn:hover::before {
  height: 0px;
}

.button-contain .custom-btn:nth-child(2) {
  -webkit-margin-start: 15px !important;
          margin-inline-start: 15px !important;
}

.product-box {
  width: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.product-box .image-content {
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  position: relative;
}

.product-box .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-box .image-content .rate {
  padding: 10px 5px;
  background-color: #F39E39;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.product-box .image-content .rate .rate-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.product-box .image-content .rate .rate-type img {
  width: 20px !important;
  height: 20px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.product-box .image-content .rate .rate-type span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.product-box .image-content .rate p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0px;
}

.product-box .image-content .tag {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-box .image-content .tag img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-box .content {
  width: 95%;
  margin: -100px auto 0px;
  border-radius: 10px;
  position: relative;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.1);
          box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.1);
  padding: 30px 10px;
}

.product-box .content .brand-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.1);
          box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -80px auto 0px;
}

.product-box .content .brand-img img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-box .content h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 0px 10px;
  margin: 20px auto 30px;
  color: #5B5B5B;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 9;
}

.product-box .content h2::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #28ABC5;
  bottom: 0px;
  left: calc(50% - 50px);
  z-index: -1;
}

.product-box .content .product-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-box .content p {
  text-align: center;
  margin: 20px 0px;
  color: #084199;
  font-size: 15px;
  font-weight: 500;
}

.product-box .content p span {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-weight: 900;
}

.product-box .content .green-btn {
  width: 100%;
  height: 50px;
  border: 1px solid #129D00;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #129D00;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 9;
}

.product-box .content .green-btn::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #129D00;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.product-box .content .green-btn:hover {
  border-color: transparent;
  color: #fff;
}

.product-box .content .green-btn:hover::after {
  width: 100%;
}

.product-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-list li {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.product-list li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.product-list li a {
  padding: 7px 15px;
  background-color: #EBF0F7;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #084199;
}

.navbar {
  width: 100%;
  padding: 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navbar.scrolled {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.1);
          box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.1);
}

.navbar.scrolled .brand-name img {
  height: 80px !important;
}

.navbar.scrolled .navbar-nav .nav-link {
  color: #000 !important;
}

.navbar.scrolled .custom-btn::after, .navbar.scrolled .custom-btn::before {
  background-color: #084199;
}

.navbar.scrolled .custom-btn.border-btn {
  color: #084199;
  border-color: #084199;
}

.navbar.scrolled .custom-btn.border-btn:hover {
  color: #fff !important;
}

.navbar.scrolled .custom-btn.bk-btn {
  color: #fff;
}

.navbar.scrolled .custom-btn.bk-btn:hover {
  border-color: #084199;
  color: #084199 !important;
}

.navbar.scrolled .dropdown-toggle span {
  color: #084199 !important;
}

.navbar.scrolled .dropdown-toggle::after {
  -webkit-filter: invert(18%) sepia(94%) saturate(1997%) hue-rotate(208deg) brightness(86%) contrast(100%) !important;
          filter: invert(18%) sepia(94%) saturate(1997%) hue-rotate(208deg) brightness(86%) contrast(100%) !important;
}

.navbar .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar .content .hamburger {
  display: none;
}

.navbar .content .hamburger .line {
  width: 30px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#084199), to(#28ABC5));
  background: linear-gradient(90deg, #084199, #28ABC5);
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .content .hamburger.active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
          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) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.navbar .content .hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(6.5px);
          transform: translateY(6.5px);
}

.navbar .content .hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-15px) rotate(90deg);
          transform: translateY(-15px) rotate(90deg);
}

.navbar .content .brand-name img {
  width: 150px;
  height: 133px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navbar .content .nav-contain {
  width: calc(100% - 275px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar .content .nav-contain .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar .content .nav-contain .navbar-nav .nav-item {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}

.navbar .content .nav-contain .navbar-nav .nav-item:last-child {
  -webkit-margin-end: 0px !important;
          margin-inline-end: 0px !important;
}

.navbar .content .nav-contain .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
}

.navbar .content .nav-contain .navbar-nav .nav-item .nav-link::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #28ABC5;
  border-radius: 50%;
  bottom: 0;
  left: calc(50% - 5px);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navbar .content .nav-contain .navbar-nav .nav-item .nav-link:hover::after, .navbar .content .nav-contain .navbar-nav .nav-item .nav-link.active::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.navbar .content .nav-contain .button-contain .dropdown {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}

.navbar .content .nav-contain .button-contain .dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  z-index: 9;
}

.navbar .content .nav-contain .button-contain .dropdown .dropdown-toggle img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.navbar .content .nav-contain .button-contain .dropdown .dropdown-toggle span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.navbar .content .nav-contain .button-contain .dropdown .dropdown-toggle::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/navbar/arrow.svg") center/contain no-repeat;
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(348deg) brightness(105%) contrast(102%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(348deg) brightness(105%) contrast(102%);
  top: calc(50% - 7.5px);
  left: -30px;
  border: 0px !important;
  z-index: -1;
}

header {
  width: 100%;
  padding: 250px 0px 150px;
  overflow: hidden;
  background: url("../images/intro/header.webp") center/cover no-repeat;
  position: relative;
  z-index: 9;
}

header::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.4);
  z-index: -2;
  top: 0;
  left: 0;
}

header::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100px;
  background: url("../images/intro/wave.png");
  background-size: 1000px 100px;
  -webkit-animation: patternMove 20s linear infinite !important;
          animation: patternMove 20s linear infinite !important;
}

header .content {
  width: 100%;
}

header .content h1 {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}

header .content p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8rem;
  margin-bottom: 0px;
}

header .content .form-contain {
  width: 100%;
  height: 94px;
  background-color: rgba(250, 250, 250, 0.2);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  margin: 20px 0px;
}

header .content .form-contain .form-group {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 9;
  margin: 0px;
}

header .content .form-contain .form-group::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../images/intro/search.svg") center/contain no-repeat;
  top: calc(50% - 15px);
  right: 15px;
  z-index: -1;
}

header .content .form-contain .form-group .form-control {
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.2);
  -webkit-padding-start: 63px;
          padding-inline-start: 63px;
  -webkit-padding-end: 135px;
          padding-inline-end: 135px;
  color: #000;
  font-weight: 500;
}

header .content .form-contain .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

header .content .form-contain .form-group .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

header .content .form-contain .form-group .form-control::-ms-input-placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

header .content .form-contain .form-group .form-control::placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

header .content .form-contain .form-group .form-control:hover, header .content .form-contain .form-group .form-control:focus {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

header .content .form-contain .form-group .submit-btn {
  width: 135px;
  height: 71px;
  background-color: #084199;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  outline: none;
  border: 0px !important;
}

header .content .form-contain .form-group .submit-btn:hover, header .content .form-contain .form-group .submit-btn:focus {
  border: 0px;
  outline: none;
}

header .socail-madia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .socail-madia li {
  margin-bottom: 20px;
}

header .socail-madia li:last-child {
  margin-bottom: 0px;
}

header .socail-madia li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

header .socail-madia li a::before, header .socail-madia li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}

header .socail-madia li a::after {
  background-color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
}

header .socail-madia li a::before {
  border: 1px solid #fff;
}

header .socail-madia li a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(104%) contrast(100%);
          filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(104%) contrast(100%);
}

header .socail-madia li a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

header .socail-madia li a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

header .socail-madia li a:hover img {
  -webkit-animation: tada .3s linear;
          animation: tada .3s linear;
  -webkit-filter: invert(15%) sepia(61%) saturate(4487%) hue-rotate(207deg) brightness(87%) contrast(104%);
          filter: invert(15%) sepia(61%) saturate(4487%) hue-rotate(207deg) brightness(87%) contrast(104%);
}

header .wave-content .wave {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100px;
  background: url("../images/intro/wave.png");
  background-size: 1000px 100px;
}

header .wave-content .wave:nth-child(1) {
  -webkit-animation: patternMove 20s linear infinite !important;
          animation: patternMove 20s linear infinite !important;
  z-index: 3;
  opacity: .5;
  -webkit-animation: 0s;
          animation: 0s;
  bottom: 0;
}

header .wave-content .wave:nth-child(2) {
  animation: patternMove 15s linear infinite reverse !important;
  z-index: 6;
  opacity: .4;
  -webkit-animation: -5s;
          animation: -5s;
  bottom: 0px;
}

header .wave-content .wave:nth-child(3) {
  -webkit-animation: patternMove 20s linear infinite !important;
          animation: patternMove 20s linear infinite !important;
  z-index: 5;
  opacity: .2;
  -webkit-animation: -2s;
          animation: -2s;
  bottom: 30px;
}

header .wave-content .wave:nth-child(4) {
  animation: patternMove 5s linear infinite reverse !important;
  z-index: 4;
  opacity: .3;
  -webkit-animation: -5s;
          animation: -5s;
  bottom: 40px;
}

header.sub-intro .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

header.sub-intro .content .flex-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

header.sub-intro .content .flex-data img {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

header.sub-intro .content .flex-data p {
  margin-bottom: 0px;
}

header.linear-bk {
  background: -webkit-gradient(linear, left top, left bottom, from(#084199), to(#28ABC5)) !important;
  background: linear-gradient(180deg, #084199, #28ABC5) !important;
}

.features {
  width: 100%;
  padding: 70px 0px 10px;
  position: relative;
  z-index: 9;
}

.features .border-shape {
  position: relative;
  z-index: 9;
}

.features .border-shape::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#252837), color-stop(#252837), to(transparent));
  background: linear-gradient(180deg, #252837, #252837, transparent);
  top: 0;
  left: 0;
  z-index: -1;
}

.features .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.features .box img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.features .box b {
  color: #5B5B5B;
  font-size: 20px;
  font-weight: 700;
}

.features .box:hover img {
  -webkit-animation: tada .3s linear;
          animation: tada .3s linear;
}

.features .box:hover b {
  color: #084199;
}

.services {
  width: 100%;
  padding: 100px 0px;
  background-color: #fff;
}

.services .heading {
  width: 100%;
  margin-bottom: 30px;
}

.services .heading h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  -webkit-padding-after: 25px;
          padding-block-end: 25px;
  color: #084199;
  font-size: 35px;
  font-weight: 900;
  z-index: 9;
}

.services .heading h1::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 10%;
  background-color: #28ABC5;
  z-index: -1;
}

.services .box {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.services .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.services .box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(180deg, transparent, #000);
  z-index: 3;
  pointer-events: none;
}

.services .box .content {
  width: 90%;
  position: absolute;
  border-radius: 20px;
  bottom: 20px;
  left: 5%;
  padding: 20px 0px;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

.services .box .content h2 {
  color: #5B5B5B;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 16px;
}

.services .box .content p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  background-color: rgba(8, 65, 153, 0.08);
  border-radius: 30px;
  color: #084199;
  font-size: 18px;
  font-weight: 500;
  margin: 0px auto;
}

.services .box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.services .box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.diffrence {
  width: 100%;
  padding: 110px 0px;
  position: relative;
  background-color: #fff;
  z-index: 9;
}

.diffrence::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  background: url("../images/diffrence/diffrance.webp") top left/cover no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}

.diffrence .heading {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}

.diffrence .heading h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 10px;
}

.diffrence .heading p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.diffrence .box {
  width: 100%;
  padding: 40px 20px;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.1);
          box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.1);
  border-radius: 30px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.diffrence .box .image-content {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: auto;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: rgba(8, 65, 153, 0.05);
}

.diffrence .box .image-content img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.diffrence .box .content {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.diffrence .box .content h2 {
  font-size: 25px;
  font-weight: 700;
  color: #084199;
  margin-bottom: 26px;
}

.diffrence .box .content p {
  color: #5B5B5B;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 32px;
}

.diffrence .box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.diffrence .box:hover .image-content img {
  -webkit-animation: fadeInLeft .4s linear;
          animation: fadeInLeft .4s linear;
}

.diffrence .button-contain {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.diffrence .button-contain .custom-btn {
  width: 300px;
}

.join-us {
  width: 100%;
  padding-bottom: 100px;
}

.join-us .heading {
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
  position: relative;
  z-index: 9;
  padding-bottom: 10px;
}

.join-us .heading::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #28ABC5;
  bottom: 0;
  left: calc(50% - 50px);
  z-index: -1;
}

.join-us .heading h1 {
  color: #084199;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 10px;
}

.join-us .heading p {
  color: #5B5B5B;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.join-us .contain {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.join-us .contain .box {
  width: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 30px;
}

.join-us .contain .box img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.join-us .contain .box h2 {
  color: #252837;
  font-size: 25px;
  font-weight: 700;
  margin: 20px 0px;
}

.join-us .contain .box p {
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
  margin: 0px;
}

.join-us .contain .box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.join-us .contain .box:hover img {
  -webkit-animation: tada .3s linear;
          animation: tada .3s linear;
}

.join-us .image-content {
  width: 100%;
  height: 530px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.join-us .image-content::after {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  border: 1px solid #28ABC5;
  border-radius: 30px;
  top: 0px;
  left: 0px;
}

.join-us .image-content img {
  width: 95%;
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 9;
}

.company {
  width: 100%;
}

.company.project-list {
  padding: 80px 0px;
}

.company.project-list .flex-data {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBF0F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company.project-list .flex-data p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  color: #084199;
  padding-bottom: 10px;
  position: relative;
  z-index: 9;
}

.company.project-list .flex-data p::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: #5B5B5B;
  bottom: -30px;
  right: 0;
  z-index: -1;
}

.company.project-list .flex-data p span {
  margin: 0px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #084199;
}

.company.project-list .flex-data .data-button {
  width: 300px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.company.project-list .flex-data .data-button .title {
  width: 100px;
  height: 100%;
  background-color: #084199;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0px 10px 10px 0px;
}

.company.project-list .flex-data .data-button .dropdown {
  width: 200px;
  height: 100%;
  border: 1px solid #084199;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px 0px 0px 10px;
}

.company.project-list .flex-data .data-button .dropdown .dropdown-toggle {
  font-size: 15px;
  font-weight: 500;
  color: #084199;
}

.company.project-list .flex-data .data-button .dropdown .dropdown-toggle::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/diffrence/arrow.svg") center/contain no-repeat;
  top: calc(50% - 7.5px);
  left: 30px;
  border: 0px !important;
}

.company .heading {
  width: 100%;
  padding: 60px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#084199), to(#28ABC5));
  background: linear-gradient(180deg, #084199, #28ABC5);
  text-align: center;
}

.company .heading h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
}

.company .heading p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.company .nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0px;
  border: 0px;
}

.company .nav .nav-item {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.company .nav .nav-item:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.company .nav .nav-item .nav-link {
  min-width: 150px;
  height: 50px;
  position: relative;
  z-index: 9;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  border: 0px !important;
}

.company .nav .nav-item .nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#28ABC5), to(#084199));
  background: linear-gradient(180deg, #28ABC5, #084199);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
}

.company .nav .nav-item .nav-link:hover, .company .nav .nav-item .nav-link.active {
  background: transparent !important;
  color: #fff;
  border: 0px;
}

.company .nav .nav-item .nav-link:hover::after, .company .nav .nav-item .nav-link.active::after {
  opacity: 1;
}

.company .compnay-list {
  width: 100%;
  padding: 20px 0px;
  border: 1px solid rgba(112, 112, 112, 0.18);
  border-radius: 20px;
}

.company .compnay-list .head {
  width: 100%;
  padding: 0px 20px 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.18);
}

.company .compnay-list .head h1 {
  color: #084199;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
}

.company .compnay-list .list {
  width: 100%;
  margin-top: 20px;
  padding: 0px 20px;
}

.company .compnay-list .list li {
  margin-bottom: 20px;
  width: 100%;
}

.company .compnay-list .list li:last-child {
  margin-bottom: 0px !important;
}

.company .compnay-list .list li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company .compnay-list .list li a .name {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.company .compnay-list .list li a .number {
  padding: 10px 20px;
  background-color: #EBF0F7;
  border-radius: 30px;
  color: #28ABC5;
  font-size: 15px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.company .button-contain {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.company .button-contain .custom-btn {
  width: 300px;
}

.partners {
  width: 100%;
  position: relative;
  padding: 100px 0px;
  background: url("../images/partners/partners.webp") center/100% 90% no-repeat;
}

.partners .heading {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}

.partners .heading h1 {
  font-size: 25px;
  font-weight: 900;
  color: #084199;
  margin-bottom: 20px;
}

.partners .heading p {
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.partners .owl-stage {
  padding: 20px 0px;
}

.partners .owl-partners img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: .3;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.partners .owl-partners img:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 1;
}

.contact-us {
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
  position: relative;
  z-index: 9;
}

.contact-us .heading {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 9;
  padding-bottom: 10px;
}

.contact-us .heading::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #28ABC5;
  bottom: 0;
  left: calc(50% - 50px);
  z-index: -1;
}

.contact-us .heading h1 {
  color: #084199;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 10px;
}

.contact-us .heading p {
  color: #5B5B5B;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.contact-us::after {
  content: '';
  position: absolute;
  width: 30%;
  height: 70%;
  right: 0;
  top: 22%;
  background-color: #F6F8FB;
  z-index: -1;
}

.contact-us .box {
  width: 100%;
  padding: 40px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#28ABC5), to(#084199));
  background: linear-gradient(180deg, #28ABC5, #084199);
  border-radius: 10px;
  position: relative;
  z-index: 99 !important;
}

.contact-us .box::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background: #084199;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-animation: translateY 1s linear infinite;
          animation: translateY 1s linear infinite;
  top: -40px;
  right: -40px;
  z-index: -1 !important;
  pointer-events: none;
}

.contact-us .box h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 50px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}

.contact-us .box h1::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  -webkit-animation: translateX 1s linear infinite;
          animation: translateX 1s linear infinite;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.contact-us .box .contact {
  margin-bottom: 30px;
}

.contact-us .box .contact li {
  margin-bottom: 10px;
}

.contact-us .box .contact li:last-child {
  margin-bottom: 0px;
}

.contact-us .box .contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.contact-us .box .contact li a .img-contain {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.contact-us .box .contact li a .img-contain img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-us .box .contact li a span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-weight: 700;
}

.contact-us .box .contact li a:hover span {
  color: white;
}

.contact-us .box .socail-madia {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.contact-us .box .socail-madia li {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}

.contact-us .box .socail-madia li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.contact-us .box .socail-madia li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.contact-us .box .socail-madia li a::before, .contact-us .box .socail-madia li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-us .box .socail-madia li a::after {
  background-color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.contact-us .box .socail-madia li a::before {
  border: 1px solid #fff;
}

.contact-us .box .socail-madia li a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(104%) contrast(100%);
          filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(104%) contrast(100%);
}

.contact-us .box .socail-madia li a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.contact-us .box .socail-madia li a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.contact-us .box .socail-madia li a:hover img {
  -webkit-animation: tada .3s linear;
          animation: tada .3s linear;
  -webkit-filter: invert(15%) sepia(61%) saturate(4487%) hue-rotate(207deg) brightness(87%) contrast(104%);
          filter: invert(15%) sepia(61%) saturate(4487%) hue-rotate(207deg) brightness(87%) contrast(104%);
}

.contact-us .form-contain {
  width: 100%;
}

.contact-us .form-contain .form-group {
  width: 100%;
  height: 50px;
  z-index: 9;
  position: relative;
  margin-bottom: 40px;
}

.contact-us .form-contain .form-group.textarea {
  height: 100px !important;
}

.contact-us .form-contain .form-group:last-child {
  margin-bottom: 80px;
}

.contact-us .form-contain .form-group .form-control {
  width: 100%;
  border-radius: 0px;
  resize: none;
  height: 100%;
  border: 0px;
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.contact-us .form-contain .form-group .form-control::-webkit-input-placeholder {
  color: #262626;
  font-size: 15px;
  font-weight: 500;
}

.contact-us .form-contain .form-group .form-control:-ms-input-placeholder {
  color: #262626;
  font-size: 15px;
  font-weight: 500;
}

.contact-us .form-contain .form-group .form-control::-ms-input-placeholder {
  color: #262626;
  font-size: 15px;
  font-weight: 500;
}

.contact-us .form-contain .form-group .form-control::placeholder {
  color: #262626;
  font-size: 15px;
  font-weight: 500;
}

.contact-us .form-contain .form-group::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #084199;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  z-index: -1;
}

.contact-us .form-contain .form-group:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.contact-us .form-contain .button-contain .custom-btn {
  width: 100% !important;
}

.single-project {
  width: 100%;
  padding: 40px 0px;
}

.single-project .contain {
  width: 100%;
  padding: 30px 34px 10px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(112, 112, 112, 0.15);
          box-shadow: 0px 0px 10px rgba(112, 112, 112, 0.15);
}

.single-project .contain .image-content {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 10px;
}

.single-project .contain .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-project .contain .content {
  position: relative;
  width: 100%;
}

.single-project .contain .content .rate {
  padding: 10px 5px;
  background-color: #F39E39;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.single-project .contain .content .rate .rate-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.single-project .contain .content .rate .rate-type img {
  width: 20px !important;
  height: 20px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.single-project .contain .content .rate .rate-type span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.single-project .contain .content .rate p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0px;
}

.single-project .contain .content .brand-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.1);
          box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-project .contain .content .brand-img img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-project .contain .content h1 {
  margin: 20px 0px;
  color: #5B5B5B;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 9;
}

.single-project .contain .content p {
  color: #AFAFAF;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8rem;
  text-align: justify;
}

.single-project .contain .content .product-list {
  margin: 30px 0px;
}

.single-project .contain .content .custom-btn {
  width: 300px !important;
}

.product-contain {
  width: 100%;
  padding: 30px 0px 20px 0px;
}

.product-contain .heading {
  width: 100%;
  margin-bottom: 40px;
}

.product-contain .heading h1 {
  padding: 20px 0px;
  color: #084199;
  font-size: 25px;
  font-weight: 900;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9;
}

.product-contain .heading h1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #084199;
  bottom: 0;
  right: 0;
}

.login {
  width: 100%;
  background: url("../images/intro/header.webp") center/cover no-repeat;
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}

.login::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.4);
  z-index: -2;
  top: 0;
  left: 0;
}

.login .login-contain {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.login .login-contain .done-data {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 40px;
  margin: auto !important;
}

.login .login-contain p {
  color: #5B5B5B;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.login .login-contain .flex-data {
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login .login-contain .flex-data h1 {
  color: #084199;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 30px;
  text-align: center;
}

.login .login-contain .flex-data .form-contain {
  width: 80%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login .login-contain .flex-data .form-contain .form-group {
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 20px;
}

.login .login-contain .flex-data .form-contain .form-group img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
}

.login .login-contain .flex-data .form-contain .form-group.image-form .form-control {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}

.login .login-contain .flex-data .form-contain .form-group .form-control {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(8, 65, 153, 0.4);
  border-radius: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.login .login-contain .flex-data .form-contain .form-group .form-control::-webkit-input-placeholder {
  color: #5B5B5B;
  font-size: 15px;
  font-weight: 500;
}

.login .login-contain .flex-data .form-contain .form-group .form-control:-ms-input-placeholder {
  color: #5B5B5B;
  font-size: 15px;
  font-weight: 500;
}

.login .login-contain .flex-data .form-contain .form-group .form-control::-ms-input-placeholder {
  color: #5B5B5B;
  font-size: 15px;
  font-weight: 500;
}

.login .login-contain .flex-data .form-contain .form-group .form-control::placeholder {
  color: #5B5B5B;
  font-size: 15px;
  font-weight: 500;
}

.login .login-contain .flex-data .form-contain .form-group .form-control:hover, .login .login-contain .flex-data .form-contain .form-group .form-control:focus {
  border-color: rgba(8, 65, 153, 0.8);
}

.login .login-contain .flex-data .forget-pass {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 25px;
}

.login .login-contain .flex-data .forget-pass:hover {
  color: #084199;
}

.login .login-contain .flex-data .new-account {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.login .login-contain .flex-data .new-account span {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-size: 15px;
  color: #084199;
  font-weight: 500;
}

.login .login-contain .flex-data .custom-btn {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: 900;
  border: 1px solid transparent;
  font-size: 15px;
  border-radius: 12px;
  overflow: hidden;
  z-index: 9;
  color: #fff;
  background-color: #fff;
  outline: none;
}

.login .login-contain .flex-data .custom-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#084199), to(#28ABC5));
  background: linear-gradient(180deg, #084199, #28ABC5);
  z-index: -1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.login .login-contain .flex-data .custom-btn:hover {
  border-color: #084199;
  color: #084199;
}

.login .login-contain .flex-data .custom-btn:hover::after {
  height: 0px;
}

.login .login-contain .image-content {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.login .login-contain .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.order {
  width: 100%;
  padding: 40px 0px;
}

.order .order-contain {
  width: 100%;
  padding: 20px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.2);
          box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.2);
  border-radius: 10px;
}

.order .order-contain .nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order .order-contain .nav .nav-item {
  width: calc(100% / 3);
  position: relative;
  z-index: 9;
}

.order .order-contain .nav .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 30px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9;
}

.order .order-contain .nav .nav-item .nav-link img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
  -webkit-filter: invert(100%) sepia(3%) saturate(4622%) hue-rotate(197deg) brightness(88%) contrast(89%);
          filter: invert(100%) sepia(3%) saturate(4622%) hue-rotate(197deg) brightness(88%) contrast(89%);
}

.order .order-contain .nav .nav-item .nav-link span {
  color: #D6D3D6;
  font-size: 15px;
  font-weight: 900;
}

.order .order-contain .nav .nav-item .nav-link::after, .order .order-contain .nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #D6D3D6;
  border-radius: 50%;
  bottom: -7.5px;
  left: calc(50% - 7.5px);
}

.order .order-contain .nav .nav-item .nav-link::after {
  animation: pulsecust 2s linear infinite reverse;
}

.order .order-contain .nav .nav-item:nth-child(2) .nav-link {
  margin: auto !important;
}

.order .order-contain .nav .nav-item:last-child .nav-link {
  margin-right: auto;
}

.order .order-contain .nav .nav-item.active {
  border-bottom-color: #084199;
}

.order .order-contain .nav .nav-item.active .nav-link span {
  color: #084199;
}

.order .order-contain .nav .nav-item.active .nav-link img {
  -webkit-filter: invert(18%) sepia(94%) saturate(1997%) hue-rotate(208deg) brightness(86%) contrast(100%);
          filter: invert(18%) sepia(94%) saturate(1997%) hue-rotate(208deg) brightness(86%) contrast(100%);
}

.order .order-contain .nav .nav-item.active .nav-link::before, .order .order-contain .nav .nav-item.active .nav-link::after {
  background-color: #084199;
}

.order .form-contain {
  width: 100%;
  padding: 0px 40px;
}

.order .form-contain h1 {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  color: #084199;
  margin-bottom: 30px;
}

.order .form-contain .form-group {
  margin-bottom: 20px;
}

.order .form-contain .form-group label {
  color: #262626;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.order .form-contain .form-group .from-data {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 9;
}

.order .form-contain .form-group .from-data.select::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/navbar/arrow.svg") center/70% 70% no-repeat;
  top: calc(50% - 10px);
  left: 20px;
  z-index: 9;
  pointer-events: none;
  -webkit-filter: invert(16%) sepia(70%) saturate(2765%) hue-rotate(211deg) brightness(98%) contrast(100%);
          filter: invert(16%) sepia(70%) saturate(2765%) hue-rotate(211deg) brightness(98%) contrast(100%);
}

.order .form-contain .form-group .from-data.text-area {
  height: 100px;
}

.order .form-contain .form-group .from-data .form-control {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 15px;
  resize: none;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid rgba(8, 65, 153, 0.2);
  background-color: #fff;
}

.order .form-contain .form-group .from-data .form-control:hover, .order .form-contain .form-group .from-data .form-control:focus {
  border-color: rgba(8, 65, 153, 0.8);
}

.order .form-contain .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
}

.order .form-contain .wrapper .radio-title {
  margin: 0px !important;
  width: calc(100% - 25px);
}

.order .form-contain .wrapper .radio-check {
  display: none;
}

.order .form-contain .wrapper .radio-check:checked ~ .radio-title {
  border-color: #084199;
}

.order .form-contain .wrapper .radio-check:checked ~ .radio-title img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order .form-contain .wrapper .radio-check:checked ~ .radio-title span {
  color: #084199;
}

.order .form-contain .wrapper .radio-title {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5px !important;
  border-radius: 10px;
  height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid rgba(8, 65, 153, 0.1);
  background-color: #f7f7f7;
}

.order .form-contain .wrapper .radio-title img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.order .form-contain .wrapper .radio-title span {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 30px);
  text-align: center;
  display: inline-block;
}

.order .form-contain .wrapper:hover .radio-title {
  color: #7a559a;
}

.order .form-contain .wrapper-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.order .form-contain .wrapper-check .radio-check {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #084199;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.order .form-contain .wrapper-check .radio-check::after {
  content: '\f00c';
  width: 100%;
  height: 100%;
  background-color: #084199;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 11px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  top: 0;
  left: 0;
}

.order .form-contain .wrapper-check .radio-check:checked {
  border: 0px !important;
}

.order .form-contain .wrapper-check .radio-check:checked::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order .form-contain .wrapper-check .radio-title {
  color: #000;
  font-size: 16px;
  margin: 0px !important;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  width: calc(100% - 25px) !important;
}

.order .flex-button {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order .flex-button.end-btn {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.order .flex-button .btn-shape {
  width: 150px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #084199;
  border-radius: 10px;
}

.order .flex-button .btn-shape span {
  color: #084199;
  font-size: 15px;
  font-weight: 500;
  margin: 0px 10px;
}

.order .flex-button .btn-shape img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(16%) sepia(70%) saturate(2765%) hue-rotate(211deg) brightness(98%) contrast(100%);
          filter: invert(16%) sepia(70%) saturate(2765%) hue-rotate(211deg) brightness(98%) contrast(100%);
}

.order .flex-button .btn-shape.right-btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.order .flex-button .btn-shape.right-btn img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.order .flex-button .btn-shape:hover {
  background-color: #084199;
}

.order .flex-button .btn-shape:hover span {
  color: #fff;
}

.order .flex-button .btn-shape:hover img {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(212deg) brightness(103%) contrast(103%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(212deg) brightness(103%) contrast(103%);
}

.order .contain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

.order .contain img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.order .contain p {
  color: #5B5B5B;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.order .data-selected {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
}

.order .data-selected .data {
  margin-top: 10px !important;
  padding: 11.5px 13px;
  border-radius: 25px;
  background-color: rgba(8, 65, 153, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.order .data-selected .data .name {
  color: #084199;
  font-size: 14px;
  -webkit-margin-end: 13px;
          margin-inline-end: 13px;
}

.order .data-selected .data .close {
  opacity: 1 !important;
}

.order .data-selected .data .close img {
  width: 18px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.order .data-selected .data:hover .close {
  -webkit-animation: tada .3s both;
          animation: tada .3s both;
}

.all-orders {
  width: 100%;
  padding: 40px 0px;
}

.all-orders .nav {
  width: 100%;
  padding: 0px;
  border: 0px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.all-orders .nav .nav-item {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.all-orders .nav .nav-item:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.all-orders .nav .nav-item .nav-link {
  padding: 0px 0px 20px !important;
  color: #5B5B5B;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  border: 0px;
  border-radius: 0px;
  z-index: 9;
}

.all-orders .nav .nav-item .nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #084199;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: -1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.all-orders .nav .nav-item .nav-link.active, .all-orders .nav .nav-item .nav-link:hover {
  color: #084199;
  border: 0px;
  border-radius: 0px;
}

.all-orders .nav .nav-item .nav-link.active::after, .all-orders .nav .nav-item .nav-link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.all-orders .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10px;
  background-color: rgba(8, 65, 153, 0.02);
  border-radius: 20px;
}

.all-orders .box .image-content {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.all-orders .box .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.all-orders .box .image-content span {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.all-orders .box .content {
  width: calc(100% - 320px);
}

.all-orders .box .content .border-data {
  padding: 20px 0px;
  border-top: 1px solid rgba(112, 112, 112, 0.15);
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  margin: 20px 0px;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.all-orders .box .content .border-data li {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}

.all-orders .box .content .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.all-orders .box .content .data li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.all-orders .box .content .data li span {
  font-size: 15px;
  font-weight: 700;
}

.all-orders .box .content .data li span.name {
  color: #084199;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.all-orders .box .content .data li span.title {
  color: #000;
  font-weight: 900;
}

.all-orders .box .content .buttons-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.all-orders .box .content .buttons-data .price {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  color: #084199;
  font-size: 20px;
  font-weight: 500;
  margin: 0px;
  position: relative;
  z-index: 9;
}

.all-orders .box .content .buttons-data .price::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #084199;
  border-radius: 50%;
  right: 0px;
  top: calc(50% - 7.5px);
  z-index: -1;
}

.all-orders .box .content .buttons-data .price.green {
  color: #129D00;
}

.all-orders .box .content .buttons-data .price.green::after {
  background-color: #129D00;
}

.all-orders .box .content .buttons-data .buttons-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data {
  width: 140px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 9;
  border-radius: 10px;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data::After {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.green-btn {
  color: #fff;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.green-btn::after {
  background-color: #129D00;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.green-btn:hover {
  border-color: #129D00;
  color: #129D00;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.green-btn:hover::after {
  width: 0px;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.red-btn {
  border-color: #CC0000;
  color: #CC0000;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.red-btn::after {
  background-color: #CC0000;
  width: 0px;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.red-btn:hover {
  border-color: transparent;
  color: #fff;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.red-btn:hover::after {
  width: 100%;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.border-btn {
  color: #084199;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.border-btn::after {
  background-color: #F4F4F4;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.border-btn:hover {
  border-color: #084199;
  color: #084199;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.border-btn:hover::after {
  width: 0px !important;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.blue-btn {
  color: #fff;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.blue-btn::after {
  background-color: #084199;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.blue-btn:hover {
  border-color: #084199;
  color: #084199;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.blue-btn:hover::after {
  width: 0px !important;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.orange-btn {
  color: #fff;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.orange-btn::after {
  background-color: #F39E39;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.orange-btn:hover {
  border-color: #F39E39;
  color: #F39E39;
}

.all-orders .box .content .buttons-data .buttons-contain .btn-data.orange-btn:hover::after {
  width: 0px;
}

.all-orders .profile-avatar {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.06);
          box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.06);
  border: 2px solid #FFFFFF;
  position: relative;
  margin-bottom: 40px !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.all-orders .profile-avatar input {
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #084199;
  width: 100%;
  height: 100%;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
  z-index: 3;
}

.all-orders .profile-avatar button {
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 0px 10px #ddd;
          box-shadow: 0px 0px 10px #ddd;
  background-color: #084199;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid #eee;
  position: absolute;
  right: calc(50% - 20px);
  bottom: -20px;
  cursor: pointer;
}

.all-orders .profile-avatar button i {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

.all-orders .form-contain {
  width: 100%;
  padding: 0px 40px;
}

.all-orders .form-contain h1 {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  color: #084199;
  margin-bottom: 30px;
}

.all-orders .form-contain .form-group {
  margin-bottom: 20px;
}

.all-orders .form-contain .form-group label {
  color: #262626;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.all-orders .form-contain .form-group .from-data {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 9;
}

.all-orders .form-contain .form-group .from-data.select::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/navbar/arrow.svg") center/70% 70% no-repeat;
  top: calc(50% - 10px);
  left: 20px;
  z-index: 9;
  pointer-events: none;
  -webkit-filter: invert(16%) sepia(70%) saturate(2765%) hue-rotate(211deg) brightness(98%) contrast(100%);
          filter: invert(16%) sepia(70%) saturate(2765%) hue-rotate(211deg) brightness(98%) contrast(100%);
}

.all-orders .form-contain .form-group .from-data.text-area {
  height: 100px;
}

.all-orders .form-contain .form-group .from-data .form-control {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 15px;
  resize: none;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid rgba(8, 65, 153, 0.2);
  background-color: #fff;
}

.all-orders .form-contain .form-group .from-data .form-control:hover, .all-orders .form-contain .form-group .from-data .form-control:focus {
  border-color: rgba(8, 65, 153, 0.8);
}

.all-orders .form-contain .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
}

.all-orders .form-contain .wrapper .radio-title {
  margin: 0px !important;
  width: calc(100% - 25px);
}

.all-orders .form-contain .wrapper .radio-check {
  display: none;
}

.all-orders .form-contain .wrapper .radio-check:checked ~ .radio-title {
  border-color: #084199;
}

.all-orders .form-contain .wrapper .radio-check:checked ~ .radio-title img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.all-orders .form-contain .wrapper .radio-check:checked ~ .radio-title span {
  color: #084199;
}

.all-orders .form-contain .wrapper .radio-title {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5px !important;
  border-radius: 10px;
  height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid rgba(8, 65, 153, 0.1);
  background-color: #f7f7f7;
}

.all-orders .form-contain .wrapper .radio-title img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.all-orders .form-contain .wrapper .radio-title span {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 30px);
  text-align: center;
  display: inline-block;
}

.all-orders .form-contain .wrapper:hover .radio-title {
  color: #7a559a;
}

.all-orders .form-contain .wrapper-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.all-orders .form-contain .wrapper-check .radio-check {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #084199;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.all-orders .form-contain .wrapper-check .radio-check::after {
  content: '\f00c';
  width: 100%;
  height: 100%;
  background-color: #084199;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 11px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  top: 0;
  left: 0;
}

.all-orders .form-contain .wrapper-check .radio-check:checked {
  border: 0px !important;
}

.all-orders .form-contain .wrapper-check .radio-check:checked::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.all-orders .form-contain .wrapper-check .radio-title {
  color: #000;
  font-size: 16px;
  margin: 0px !important;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  width: calc(100% - 25px) !important;
}

.single-order {
  width: 100%;
  padding: 40px 0px;
}

.single-order .contain {
  width: 100%;
  padding: 20px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.06);
          box-shadow: 0px 0px 10px rgba(8, 65, 153, 0.06);
}

.single-order .contain .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-order .contain .data.flex-column {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.single-order .contain .data li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.single-order .contain .data li span {
  font-size: 15px;
  font-weight: 700;
}

.single-order .contain .data li span.name {
  color: #084199;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.single-order .contain .data li span.title {
  color: #000;
  font-weight: 900;
}

.single-order .contain .price {
  margin: 20px 0px;
  padding: 10px 0px;
  background-color: #F2F5FA;
}

.single-order .contain .price p {
  color: #084199;
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}

.single-order .contain .buttons-contain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.single-order .contain .buttons-contain .btn-data {
  width: 140px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 9;
  border-radius: 10px;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.single-order .contain .buttons-contain .btn-data::After {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.single-order .contain .buttons-contain .btn-data.green-btn {
  color: #fff;
}

.single-order .contain .buttons-contain .btn-data.green-btn::after {
  background-color: #129D00;
}

.single-order .contain .buttons-contain .btn-data.green-btn:hover {
  border-color: #129D00;
  color: #129D00;
}

.single-order .contain .buttons-contain .btn-data.green-btn:hover::after {
  width: 0px;
}

.single-order .contain .buttons-contain .btn-data.red-btn {
  border-color: #CC0000;
  color: #CC0000;
}

.single-order .contain .buttons-contain .btn-data.red-btn::after {
  background-color: #CC0000;
  width: 0px;
}

.single-order .contain .buttons-contain .btn-data.red-btn:hover {
  border-color: transparent;
  color: #fff;
}

.single-order .contain .buttons-contain .btn-data.red-btn:hover::after {
  width: 100%;
}

.single-order .contain .buttons-contain .btn-data.border-btn {
  color: #084199;
}

.single-order .contain .buttons-contain .btn-data.border-btn::after {
  background-color: #F4F4F4;
}

.single-order .contain .buttons-contain .btn-data.border-btn:hover {
  border-color: #084199;
  color: #084199;
}

.single-order .contain .buttons-contain .btn-data.border-btn:hover::after {
  width: 0px !important;
}

.single-order .contain .buttons-contain .btn-data.blue-btn {
  color: #fff;
}

.single-order .contain .buttons-contain .btn-data.blue-btn::after {
  background-color: #084199;
}

.single-order .contain .buttons-contain .btn-data.blue-btn:hover {
  border-color: #084199;
  color: #084199;
}

.single-order .contain .buttons-contain .btn-data.blue-btn:hover::after {
  width: 0px !important;
}

.single-order .contain .buttons-contain .btn-data.orange-btn {
  color: #fff;
}

.single-order .contain .buttons-contain .btn-data.orange-btn::after {
  background-color: #F39E39;
}

.single-order .contain .buttons-contain .btn-data.orange-btn:hover {
  border-color: #F39E39;
  color: #F39E39;
}

.single-order .contain .buttons-contain .btn-data.orange-btn:hover::after {
  width: 0px;
}

.single-order .contain h2 {
  font-size: 20px;
  font-weight: 900;
  color: #084199;
  margin: 30px 0px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.4);
  padding-bottom: 20px;
}

footer {
  width: 100%;
  padding: 60px 0px;
  background-color: #252837;
}

footer .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .content .brand-name img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .content .footer-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 20px 0px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .content .footer-nav li {
  -webkit-margin-end: 14px;
          margin-inline-end: 14px;
}

footer .content .footer-nav li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

footer .content .footer-nav li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 500;
}

footer .content .footer-nav li a:hover {
  color: #fff;
}

.copyrights {
  width: 100%;
  background-color: #2E3140;
}

.copyrights .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copyrights .content p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.copyrights .content img {
  width: 150px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 999px) {
  .navbar .hamburger {
    display: block !important;
  }
  .navbar .nav-contain {
    width: 100% !important;
    height: calc(100vh - 133px);
    position: absolute;
    padding: 20px 15px;
    background-color: #fff;
    z-index: 99;
    top: 133px;
    right: -100%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .navbar .nav-contain .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .navbar .nav-contain .navbar-nav li {
    width: 100%;
    margin: 0px !important;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(8, 65, 153, 0.3);
  }
  .navbar .nav-contain .navbar-nav li:last-child {
    border-bottom: 0px !important;
  }
  .navbar .nav-contain .navbar-nav li a {
    width: 100%;
    color: #000 !important;
  }
  .navbar .nav-contain .navbar-nav li a::after {
    display: none;
  }
  .navbar .nav-contain.active-nav {
    right: 0px;
  }
  .navbar .nav-contain::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: url("../images/navbar/icon.png") bottom left/contain no-repeat;
    opacity: .1;
    z-index: -1;
    bottom: 100px;
    left: 20px;
  }
  .navbar .nav-contain .custom-btn {
    width: 140px !important;
  }
  .navbar .nav-contain .custom-btn::after, .navbar .nav-contain .custom-btn::before {
    background-color: #084199;
  }
  .navbar .nav-contain .custom-btn.border-btn {
    color: #084199;
    border-color: #084199;
  }
  .navbar .nav-contain .custom-btn.bk-btn {
    color: #fff;
  }
  .navbar .nav-contain .custom-btn .dropdown-toggle span {
    color: #084199;
  }
  .navbar .nav-contain .custom-btn .dropdown-toggle::after {
    -webkit-filter: invert(18%) sepia(94%) saturate(1997%) hue-rotate(208deg) brightness(86%) contrast(100%);
            filter: invert(18%) sepia(94%) saturate(1997%) hue-rotate(208deg) brightness(86%) contrast(100%);
  }
  .navbar .brand-name img {
    -o-object-position: left !important;
       object-position: left !important;
  }
  .navbar.scrolled .nav-contain {
    top: 80px;
    height: calc(100vh - 80px);
  }
  header {
    padding: 150px 0px !important;
  }
  header .socail-madia {
    display: none;
  }
  header .form-contain {
    height: 70px !important;
  }
  header .form-contain .form-group .form-control {
    -webkit-padding-start: 10px !important;
            padding-inline-start: 10px !important;
  }
  header .form-contain .form-group::after {
    display: none;
  }
  header .form-contain .form-group .submit-btn {
    width: 100px !important;
    height: 50px !important;
  }
  .features {
    padding: 20px 0px !important;
  }
  .features .border-shape::after {
    width: 100%;
    height: 1px;
    bottom: -10px !important;
    left: 0px !important;
    top: unset !important;
    background: -webkit-gradient(linear, left top, right top, from(#252837), color-stop(#252837), to(transparent));
    background: linear-gradient(90deg, #252837, #252837, transparent);
  }
  .services, .diffrence, .partners {
    padding: 50px 0px;
  }
  .diffrence .heading {
    margin-bottom: 40px;
  }
  .diffrence .box {
    padding: 20px 10px !important;
  }
  .diffrence .box .image-content {
    width: 100px;
    height: 100px;
  }
  .diffrence .box .image-content img {
    width: 50px;
    height: 50px;
  }
  .diffrence .box h2 {
    margin-bottom: 20px !important;
  }
  .diffrence .button-contain {
    margin-top: 20px !important;
  }
  .join-us {
    padding-bottom: 30px !important;
  }
  .join-us .image-content {
    height: 300px !important;
  }
  .company .nav {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    overflow-x: scroll !important;
    overflow-y: hidden;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding-bottom: 10px;
  }
  .company .nav .nav-link {
    min-width: 165px !important;
  }
  .company .button-contain {
    margin-top: 20px !important;
  }
  .company .flex-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .company .flex-data p {
    text-align: center;
    margin-bottom: 15px;
  }
  .company .flex-data p::after {
    display: none;
  }
  .product-list li a {
    font-size: 12px;
    padding: 2px 13px;
  }
  .product-box .image-content {
    height: 250px;
  }
  .partners .heading {
    margin-bottom: 30px !important;
  }
  footer .content .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .content .footer-nav li {
    margin-bottom: 10px;
  }
  footer .content .footer-nav li a {
    font-size: 12px !important;
  }
  .copyrights .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyrights .content p {
    margin: 10px 0px;
  }
  .single-project {
    padding: 10px 0px !important;
  }
  .single-project .contain {
    padding: 20px 10px !important;
  }
  .single-project .contain .image-content {
    height: 300px !important;
  }
  .single-project .contain .brand-img {
    width: 90px;
    height: 90px;
  }
  .order-mobile-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-mobile-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .mobile-none {
    display: none;
  }
  .login .login-contain p {
    font-size: 15px;
    margin-bottom: 15px !important;
  }
  .all-orders .box {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .all-orders .box .image-content, .all-orders .box .content {
    width: 100%;
  }
  .all-orders .box .content {
    padding-top: 20px !important;
  }
  .all-orders .box .content span {
    font-size: 13px !important;
  }
  .all-orders .box .buttons-data {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .all-orders .box .buttons-data p {
    margin-bottom: 10px !important;
  }
  .all-orders .box .buttons-data .buttons-contain {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .all-orders .box .buttons-data .buttons-contain .btn-data {
    margin-bottom: 10px !important;
    -webkit-margin-end: 10px !important;
            margin-inline-end: 10px !important;
  }
}
/*# sourceMappingURL=style.css.map */